@charset 'UTF-8';
/*************
/* LP用
*************/
/* 基本設定 */
#lp-main {
  width: 100%;
}
#lp-main img {
  max-width: 100%;
  height: auto;
}
#lp-main a img {
  transition: .3s;
}
#lp-main a:hover img {
  opacity: 0.6;
}
.lp_pan {
  padding-top: 80px; /* headerの高さ分padding */
}
@media screen and (min-width: 1001px) {
  .lp_pan {
    padding-top: 100px; /* headerの高さ分padding */
  }
}
/* LP基本フォント */
h1.lp_h1 {
  font-size: 1.6rem;
  text-align: center;
  position: relative;
  line-height: 2.2rem;
  margin-bottom: 4rem;
  clear: both;
}
h1.lp_h1:after {
  content: '';
  width: 120px;
  height: 2px;
  background-color: #4EBCC4;
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  margin-top: 1rem;
}
h2.lp_h2 {
  font-size: 1.3rem;
  position: relative;
  margin-bottom: 2.5rem;
  clear: both;
  border-left: 5px solid #4EBCC4;
  padding: 0.8rem;
  font-weight: bold;
  background-color: #F0F0F0;
}
h3.lp_h3 {
  margin: 0 0 1.5rem;
  padding: 0.8rem;
  font-size: 1.2rem;
  font-weight: bold;
  background-color: #333;
  color: #fff;
}
/*************
/* 100%表示用
*************/
/* 基本設定 */
#page-main {
  width: 100%;
}
#page-main img {
  max-width: 100%;
  height: auto;
}
#page-main a img {
  transition: .3s;
}
#page-main a:hover img {
  opacity: 0.6;
}
/*************
/* 追加
*************/
/* 基本設定 */
.efont {
  font-family: 'Alata', sans-serif; /*テーマの英語フォントに合わせる*/
}

/* pc*sp切り替え */
.sp-none{
    display: none;
}
.pc-none{
    display: block;
}
@media screen and (min-width: 768px){
    .sp-none{
        display: block;
    }
    .pc-none{
        display: none;
    }
}
/*************
/* 見出し
*************/
#main h2.page_h2 {
  background: none;
  border: none;
  padding: 0;
  margin-bottom: 1.5rem;
}
#main h2.page_h2 span.top-bfont {
  font-size: 2rem;
  font-family: 'Alata', sans-serif;
  line-height: 1.4;
  color: #333;
  font-weight: 600;
}
#main h2.page_h2 span.top-sfont {
  font-size: 1rem;
  font-family: 'Alata', sans-serif;
  line-height: 1.4;
  color: #333;
  font-weight: 400;
}
#main h2.page_h2 span.top-jfont {
  font-weight: 700;
  font-size: 1.2rem;
  vertical-align: unset;
  letter-spacing: .08em;
  line-height: 1.8;
}
#main h3.page_h3 {
  border: none;
  text-align: center;
  color: #fff;
  background: #253348;
  margin-bottom: 2rem;
}
#main h3.page_h3::after {
  content: none;
}
@media screen and (min-width: 992px) {
  #main h2.page_h2 span.top-bfont {
    font-size: 3.9rem;
  }
  #main h2.page_h2 span.top-jfont {
    font-size: 1.6rem;
  }
}
/*************
/* 会社概要
*************/
.staff-job, .staff-name, .staff-eng {
  text-align: center;
}
.staff-name {
  font-size: 1.5rem;
}
.staff-eng {
  font-family: 'Alata', sans-serif;
}
/*************
/* 料金について
*************/
.price-main {
  text-align: center;
  margin-bottom: 4rem;
}
#main .price-main h2 {
  margin-bottom: 3rem;
}
.price-main-copy {
  font-size: 1.3rem;
  line-height: 1.4;
  text-align: center;
}
.price-main-sub {
  font-size: 1.2rem;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 1.5rem;
}
.pms-padding{
	padding-top: 16px;
	padding-bottom: 16px;
}
.price-block {
  margin-bottom: 4rem;
}
.price-block .sd04_list {
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .price-main-copy {
    width: 500px;
    margin: 0 auto 20px;
  }
}
@media screen and (min-width: 992px) {
  .price-block .sd04_pl1 {
    font-size: 2.2rem;
  }
  .price-block .sd04_lp2 {
    font-size: 0.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .price-block .sd04_l_tsubo {
    margin-bottom: 25px;
  }
  .price-block .sd04_pl1 {
    font-size: 2.8rem;
  }
  .price-block .sd04_lp2 {
    font-size: 0.7rem;
      padding-bottom: 0;
  }
  .price-block .sd04_lp2 span {
    font-size: 1.2rem;
  }
}
table.table-price th, table.table-price td {
  width: 33.333%;
  text-align: center;
  border: none;
	border: 1px #dee2e6 solid;
}
table.table-price th {
  color: #212529;
	background-color: #eee;
}
.head {
  background: #e6e6e6 !important;
}
table.table-price th.head, table.table-price td.head{
	background-color: #173047!important;
	color: #fff;
}
.price-spec-wrap{
	padding: 8px;
	background: repeating-linear-gradient(-45deg,#e6e6e6,#e6e6e6 2px,#fff 0,#fff 4px);
	margin-top: 24px;
	margin-bottom: 80px;
}
.psw-inner{
	background-color: #fff;
	display: flex;
	padding: 16px 24px;
	flex-wrap: wrap;
}
.price-spec {
  list-style: none;
  margin-bottom: 0;
}
.price-spec li{
	padding: 8px 0 8px 24px;
	position: relative;
}
.price-spec li::before{
	content: " ";
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 8px;
	left: 0;
	border: 1px #253348 solid;
}
.spec-inner p {
  line-height: 1.2;
  margin-bottom: 0;
}
.spec-inner p span {
  font-size: 0.7rem;
}
@media screen and (max-width: 767px) {
	.price-spec{
		width: 100%;
	}
}
@media screen and (min-width:768px) and (max-width:991px){
	.price-spec {
		width: calc(100% / 2);
	}
}
@media screen and (min-width: 992px) {
	.price-spec {
		width: calc(100% / 3);
	}
}
.price-standard {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-top: 2rem;
}
.price-standard li {
  text-align: center;
	  margin-right: 1px;
	  margin-left: 1px;
	  margin-bottom: 1px;
}
@media screen and (max-width: 767px) {
	.price-standard li {
	  width: calc((100%/2) - 2px);
	}
}
@media screen and (min-width:768px) and (max-width:991px){
  .price-standard li {
    width: calc((100%/3) - 2px);
  }
}
@media screen and (min-width:992px) and (max-width:1199px){
  .price-standard li {
    width: calc((100%/4) - 2px);
  }
}
@media screen and (min-width: 1200px) {
	.price-standard{
		padding-right: 20px;
		padding-left: 20px;
	}
  .price-standard li {
    width: calc((100% / 6) - 2px);
  }
}
/*************
/* 性能について
*************/
.pg_perf_block01 {
  width: 100%;
  margin: 2rem auto;
}
@media screen and (min-width: 992px) {
  .pg_perf_block01 {
    display: flex;
  }
}
.pg_perf_titbox {
  width: 100%;
  padding: 1rem;
  background-color: #e6e6e6;
  margin: 1rem 0;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .pg_perf_titbox {
    width: 33%;
    margin: 1%;
  }
}
.pg_perf_tit01 {
  color: #173047;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.pg_perf_titbox p {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .pg_perf_icon img {
    max-width: 86px;
  }
}
@media screen and (min-width: 992px) {
  .pg_perf_icon img {
    max-width: 75px;
  }
}