@charset "UTF-8";

html { font-size: 75%!important; } /* font-sizeは16pxの75% 1rem=12px（1.2倍） */

/* キービジュアル
--------------------------------------------------*/
#key_img {
	height: auto;
  background-image: none;
  margin: 55px auto 0;
}
.key_title {
	width: 100%;  
	height: auto;
}
.key_title p {
  font-size: 2.0rem;
}
.key_title h1 img,
.key_title img {
  width: 100%;
}

/* コンテンツ
--------------------------------------------------*/
.wrapper02 {
	width: 100%;
}

/* 共通
--------------------------------------------------*/
#features,
#program,
#price {
	width: 90%;
  padding-top: 30px;
  padding-bottom: 30px;
}
#features,
#program {  
	margin-bottom: 30px;
}
#price {
  margin-bottom: 0;
}

/* 概要 #desc
--------------------------------------------------*/
#desc p {
	font-size: 1.6rem;
}
#desc h2 {
	margin-top: 30px;
	font-size: 1.6rem;
	position: static;
	display: block;
	width: 100%;
	color: #fff;
}
#desc h2:before,
#desc h2:after {
	border: none;
	border-right: none;
	border-left: none;
}
#desc ul {
  width: 95%;
  margin: 20px auto 0;
}
#desc ul li {
	font-size: 1.4rem;
	line-height: 1.5em;
  padding-left: 25px;
	background: url("../image/icon.png") left 0px top 4px no-repeat;
	background-size: 16px auto;
}

/* h3
--------------------------------------------------*/
h3 {
  padding: 1.0rem 0 1.0rem 6.2rem;
  font-size: 1.8rem;
  width: 98%;
}
h3:before {
  top: -140%;
  left: -90px;
  width: 180px;
}
h3 span {
  font-size: 2.7rem;
  top: 3px;
  left: 18px;
}

/*特長　#features
--------------------------------------------------*/
#features ul {
  width: 95%;
  margin: 0 auto 20px;
}
#features ul li {
  align-items: flex-start;
  line-height: 2em;
  font-size: 1.4rem;
}
#features ul li:before {
  font-size: 1.4rem;
  line-height: 2em;
  margin-right: 0.6em;
}
#features p {
  width: 93%;
  font-size: 1.1rem;
  text-align: justify;
  text-justify: inter-ideograph; 
}

/*プログラム　#program
--------------------------------------------------*/
.p_box {
  width: 100%;
}

#program h4 {
  width: 95%;
  font-size: 1.6rem;
  text-align: center;
}
#program h4:before {
  content: '';
  margin-right: 0;
}
.p_box {
  width: 95%;
}
.p_box p {
  text-align: left;
  margin-bottom: 5px;
}
.p_box p > span {
  font-size: 1.2rem;
}

.p_box table {
  width: 98%;
}
.p_box th,
.p_box td {
  display: block;
}
.p_box td {
  padding-right: 10px;
}

/* 価格 #price
--------------------------------------------------*/
#price thead {
  display:none;
}
#price tr {
  background-color: unset;
}
#price th,
#price td {
  display: block;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #ccc;
}
#price tbody th{
  background: #83a7d1;
  color:#fff;
  text-align: center;
}
#price tbody tr td:not(:last-child) {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#price tbody tr td:not(:last-child)::before {
  content: attr(data-label);
  width: fit-content;
  padding: 0.2em 1em;
  border-radius: 100vw;
  font-size: 12px;
  background: #eee;
}
#price tbody td:last-child::before {
  content: attr(data-label);
  display: inline-block;
  margin-right: 10px;
}
#price tbody td :last-child{
  display: flex;
  justify-content: space-between;
}

/*登録商標です
--------------------------------------------------*/
p.r_trademark {
  width: 100%;
}


/*お問い合わせエリア
----------------------------------------------------*/
.contactArea {
    width: 100% !important;
    margin: 0 auto;
}
.contactArea img {
    max-width: 100%;
}
#tel_0120 {
    max-width: 100%;
    max-height: auto;
    font-size: 1.6em;
}    


/* フッター
----------------------------------------------------*/
div.footer_nav_wrap {
    width: 100%;
    height: auto!important;
    background-color: #fff/* #004898 */;
    color: #fff;
	margin-bottom: 0px;
}
#footer_nav {
    width: 100%;
    display: block;
    margin: 0 auto;
    padding-top: 20px;
	padding-bottom: 0px!important;
}
#footer_nav ul {
    width: 100%;
    display: block;
    font-size: 13px;
    background-color: #000;
	margin: 0px;
}
#footer_nav .footer_link_1 {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 0px;
	margin: 0px;
    border-left: none;
    text-align: center;
    padding: 12px;
	color: #fff;
    border-bottom: 1px solid #fff;
}
#footer_nav li a {
    color: #fff!important;
    display: block;
}
#footer_nav li a:hover {
    text-decoration: none !important;
}
#footer_nav li:hover {
    background-color: #34B5D0;
}

