@charset "UTF-8";
/*
Theme Name: プレミアムプラン コーポレート
Theme URI: https://
Description: sooon株式会社サイトオリジナルテーマ
Author: Arase
Author URI:
Version: 1.0.0

*/

/*

ーカラーの指定方法ー

◎メインカラー  
color: var(--main-color);

◎サブカラー  
color: var(--sub-color);

◎フォントカラー  
color: var(--font-color);

◎背景色  
color: var(--background-color);

*/


@media screen and (max-width: 767.9px) {
  .u-pc { display: none; }
}
.u-sp { display: none; }
@media screen and (max-width: 767.9px) {
  .u-sp { display: block; }
}

@media screen and (max-width: 767.9px) {
	.page-id-1395 .service-problems-answer .heading {
		font-size: 2.1rem;
	}
}


/* top-service */
.home .top-service {
  overflow: visible;
}
.home .top-service .row_base {
  display: flex;
  flex-direction: row;
	justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  border-left: none;
}

.home .top-service .row_base li::before {
  display: none;
}

.home .top-service .row_base .flex-top {
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  width: calc(25% - 7.5px);
  min-width: 216px;
  padding: 40px 28px 24px;
  background-color: #fff;
}

.home .top-service .row_base .flex-top .right {
  order: -1;
  width: 100%;
}
.home .top-service .row_base .flex-top .left {
  display: flex;
  flex-direction: column;
	align-items: center;
  flex: 1;
  width: 100%;
  padding: 0;
  margin: 0;
}
.home .top-service .row_base .flex-top .left .heading2 {
  font-size: 2rem;
  margin-bottom: 0;
}
.home .top-service .row_base .flex-top .left .serif {
	margin-top: 0.2em;
	color: #999;
	font-size: 1.4rem;
}
.home .top-service .row_base .flex-top .left .description {
	margin: 1.4em 0 0.8em;
  	font-size: 1.4rem;
}
.home .top-service .row_base .flex-top .left .more_btn {
  display: flex;
  align-items: center;
  margin: auto 0 0;
  min-width: unset;
  height: auto;
  padding: 10px 0;
}
.home .top-service .row_base .flex-top .left .more_btn::before {
  	flex: 1;
}

@media screen and (max-width: 767px) {
	.home .top-service .row_base {
		justify-content: flex-start;
	}
  .home .top-service .row_base .flex-top {
    width: calc(50% - 5px);
    min-width: 0;
    padding: 24px 12px 12px;
  }
  .home .top-service .row_base .flex-top .right {
    margin: 0;
  }
	.home .top-service .row_base .flex-top .right img {
		margin-inline: auto;
		max-width: 200px;
	}
  .home .top-service .row_base .flex-top .left .heading2 {
    font-size: 1.6rem;
  }
  .home .top-service .row_base .flex-top .left .description {
    font-size: 1.18rem;
  }
}