@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	width: 1140px;
	margin: 0 auto;
	position: relative;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 20px;
		width: auto !important;
	}
}

/*------------------------------------------------------------
	comContact
------------------------------------------------------------*/
.comContact {
	margin: -45px auto 104px;
	width: 1140px;
	display: flex;
	flex-wrap: wrap;
	border-radius: 5px;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
	background: #FFF;
	position: relative;
	z-index: 99;
}
.comContact li {
	padding: 35px 10px 40px;
	width: 50%;
	text-align: center;
	border-right: 1px solid #D6D6D6;
	box-sizing: border-box;
}
.comContact li:last-child {
	border-right: none;
}
.comContact .txt {
	margin-bottom: 25px;
	display: block;
	font-weight: 700;
	letter-spacing: 0.05em;
}
.comContact .small {
	display: block;
	color: #656565;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}
.comContact .tel {
	font-size: 6rem;
	font-weight: 500;
	font-family: "futura-pt",sans-serif;
	letter-spacing: 0.04em;
	line-height: 1.1;
}
.comContact .tel img {
	margin: 10px 8px 0 0;
	width: 74px;
}
.comContact .spec {
	color: #1CA0A5;
}
.comContact .btn {
	margin-top: 8px;
	min-width: 450px;
	padding: 27px 10px;
	display: inline-block;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	background: #FFD800;
	box-sizing: border-box;
}
.comContact .btn span {
	display: block;
	background: url(../img/common/icon04.png) no-repeat right 11px top 7px / 13px;
}
@media all and (min-width: 897px) {
	.comContact .btn:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comContact {
		margin: 20px 15px 30px;
		width: auto;
	}
	.comContact li {
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #D6D6D6;
	}
	.comContact li:last-child {
		border-bottom: none;
	}
	.comContact .btn {
		margin-top: 8px;
		padding: 15px 10px 15px;
		min-width: inherit;
		max-width: 350px;
		width: 90%;
		font-size: 1.3rem;
	}
	.comContact .tel {
		font-size: 3rem;
	}
	.comContact .tel img {
		margin: 6px 8px 0 0;
		width: 35px;
	}
	.comContact .txt {
		margin-bottom: 3px;
	}
	.comContact .small {
		font-size: 1.4rem;
	}
	.comContact .btn span {
		background: url(../img/common/icon04.png) no-repeat right 2px top 5px / 8px;
	}
}
/*------------------------------------------------------------
	comUL
------------------------------------------------------------*/
.comUL {
	margin-top: 28px;
}
.comUL li {
	margin: 0 5px 20px;
	padding: 13px 6px 13px 75px;
	width: 300px;
	position: relative;
	color: #FFF;
	font-size: 1.7rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	border-radius: 35px;
	box-sizing: border-box;
	background: #1CA0A5;
}
.comUL li:last-child {
	margin-bottom: 0;
}
.comUL li::before {
	content: '';
	position: absolute;
	top: 13px;
	left: 31px;
	width: 26px;
	height: 26px;
	background: url(../img/common/icon03.png) no-repeat;
	background-size: 100%;
}
.comUL.wid li {
	width: 318px;
}
@media all and (max-width: 896px) {
	.comUL,
	.comUL li,
	.comUL.wid li {
		width: 100%;
		font-size: 1.5rem;
	}
	.comUL {
		margin: 0 0 20px 0;
	}
	.comUL li {
		padding: 10px 6px 10px 73px;
		text-align: left;
	}
	.comUL li::before {
		top: 10px;
		background-size: 21px;
	}
}
/*------------------------------------------------------------
	comList
------------------------------------------------------------*/
.comList {
	margin-bottom: 88px;
	padding-top: 17px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.comList li {
	margin-bottom: 10px;
	padding: 34px 39px 38px;
	width: calc(50% - 29px);
	letter-spacing: 0.05em;
	border-radius: 10px;
	border: 1px solid #E4E4E4;
	box-sizing: border-box;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
	background: #FFF;
}
.comList .ttl {
	margin-bottom: 35px;
	padding-bottom: 36px;
	position: relative;
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-align: center;
	border-bottom: 1px solid #E4E4E4;
}
.comList .ttl::before {
	content: '';
	position: absolute;
	width: 40px;
	height: 1px;
	top: 69px;
	left: 0;
	background: #00489D;
}
.comList .txt {
	line-height: 1.6;
}
@media all and (max-width: 896px) {
	.comList {
		margin-bottom: 55px;
	}
	.comList li {
		margin-bottom: 25px;
		padding: 16px 15px 25px;
		width: 100%;
	}
	.comList li:last-child {
		margin-bottom: 0;
	}
	.comList .ttl {
		margin-bottom: 20px;
		padding-bottom: 18px;
		font-size: 1.6rem;
	}
	.comList .ttl::before {
		top: 42px;
	}
	.comList .txt {
		line-height: 1.4;
	}
}
/*------------------------------------------------------------
	comList.threeList
------------------------------------------------------------*/
.comList.threeList li {
	padding: 21px 20px 18px;
	width: calc(33.3% - 38px);
}
.comList.threeList .ttl {
	margin-bottom: 12px;
    padding-bottom: 11px;
	font-size: 2.8rem;
	font-weight: 900;
}
.comList.threeList .ttl::before {
	top: 114px;
}
.comList.threeList .ttl .title {
	margin: 0 auto 3px;
	max-width: 210px;
	padding: 3px 5px 4px;
	display: block;
	color: #FFF;
	font-size: 2.2rem;
	font-weight: 700;
	border-radius: 40px;
	background: #1CA0A5;
}
.comList.threeList .ttl .title .yellow {
	color: #FFD800;
}
.comList.threeList .ttl .num {
	font-size: 4rem;
}
@media all and (max-width: 896px) {
	.comList.threeList li {
		width: 100%;
	}
	.comList.threeList .ttl {
		padding-bottom: 6px;
		font-size: 1.7rem;
	}
	.comList.threeList .ttl .title {
		max-width: 185px;
		font-size: 1.5rem;
	}
	.comList.threeList .ttl::before {
		top: 81px;
	}
	.comList.threeList .ttl .num {
		font-size: 2.8rem;
	}
}
/*------------------------------------------------------------
	comPrice
------------------------------------------------------------*/
.comPrice {
	padding: 80px 0 91px;
	background: url(../img/common/price_bg.jpg) no-repeat center top;
	background-size: cover;
}
.comPrice .headLine02 {
	margin-bottom: 120px;
	color: #FFF;
	font-size: 2.6rem;
	font-weight: 900;
}
.comPrice .headLine02::before {
	background-color: #FFF;
}
.comPrice .headLine02::after {
	background-color: #FFD800;
}
.comPrice .notes {
	margin-bottom: 57px;
	color: #FFF;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-align: center;
}
.comPrice .priceList {
	border: 2px solid #FFF;
	border-radius: 10px;
}
.comPrice .priceList li {
	padding: 40px 10px;
	width: calc(100%/3);
	color: #FFF;
	letter-spacing: 0.05em;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	box-sizing: border-box;
}
.comPrice .priceList li:nth-child(-n + 3) {
	border-top: none;
}
.comPrice .priceList li:nth-of-type(3n) {
	border-right: none;
}
.comPrice .priceList .ttl {
	margin: 0 auto 16px;
	padding: 3px 5px 4px;
	max-width: 300px;
	color: #222;
	font-size: 2.2rem;
	font-weight: 700;
	background: #FFF;
	border-radius: 40px;
	text-align: center;
	box-sizing: border-box;
}
.comPrice .priceList .txt {
	margin-bottom: 11px;
	font-size: 2.5rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.05em;
}
.comPrice .priceList .txt span {
	font-size: 6rem;
	letter-spacing: 0.05em;
}
.comPrice .priceList .tips {
	margin-left: 1em;
	font-size: 1.6rem;
	font-weight: 500;
	text-align: center;
	text-indent: -1em;
}
.comPrice .headLine02.spec {
	margin-bottom: 124px;
	font-size: 3rem;
}
.comPrice .headLine02.spec img {
	position: absolute;
	top: -33px;
	left: 191px;
	width: 100px;
}
@media all and (max-width: 896px) {
	.comPrice {
		padding: 50px 0 60px;
	}
	.comPrice .headLine02 {
		margin-bottom: 60px;
		font-size: 1.8rem;
	}
	.comPrice .notes {
		margin-bottom: 30px;
		font-size: 1.3rem;
	}
	.comPrice .priceList li {
		padding: 30px 15px;
		width: 100%;
		border-right: none;
		border-bottom:  2px solid #FFF;
	}
	.comPrice .priceList li:last-child {
		border-bottom: none;
	}
	.comPrice .priceList .ttl {
		margin: 0 auto 15px;
		font-size: 1.5rem;
	}
	.comPrice .priceList .txt {
		margin-bottom: 10px;
		font-size: 1.6rem;
	}
	.comPrice .priceList .txt span {
		font-size: 3rem;
	}
	.comPrice .priceList .tips {
		font-size: 1.3rem;
		text-align: center;
	}
	.comPrice .headLine02.spec {
		margin-bottom: 60px;
		font-size: 1.7rem;
	}
	.comPrice .headLine02.spec img {
		width: 100px;
		position: static;
		left: auto;
		top:auto;
		display: table;
		margin: 0 auto 20px;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 8px;
	text-align: center;
	font-size: 4.8rem;
	font-weight: 900;
	letter-spacing: 0.05em;
}
@media all and (max-width: 896px) {
	.headLine01 {
		font-size: 2.4rem;
		line-height: 1.3;
	}
}
@media all and (max-width: 374px) {
	.headLine01 {
		font-size: 2.2rem;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 103px;
	position: relative;
	text-align: center;
	font-size: 3.1rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}
.headLine02::before,
.headLine02::after {
	position: absolute;
	left: 50%;
	bottom: -64px;
	width: 5px;
	height: 40px;
	background-color: #1CA0A5;
	content: "";
	margin-left: -3px;
}
.headLine02::after {
	height: 20px;
	background-color: #00489D;
}
.headLine02 .green {
	color: #1CA0A5;
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 90px;
		font-size: 1.9rem !important;
		line-height: 1.3;
	}
	.headLine02::before,
	.headLine02::after {
		bottom: -36px;
		height: 30px;
	}
	.headLine02::after {
		height: 15px;
	}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	margin-bottom: 37px;
	text-align: center;
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 0.08em;
}
.headLine03 img {
	margin: 0 13px 0 0;
	width: 53px;
	display: inline-block;
	vertical-align: middle;
}
@media all and (max-width: 896px) {
	.headLine03 {
		margin-bottom: 20px;
		font-size: 1.8rem;
	}
	.headLine03 img {
		margin: 0 5px 0 0;
		width: 35px;
	}
}

