@charset "utf-8";
/*---------------------- h1 ----------------------*/
#contents h1 img {
	display: block;
	width: 100%;
}
@media screen and (max-width: 767px) {
	#contents h1 {
		margin: 0;
	}
}
/*---------------------- solution ----------------------*/
#solution {
	background-color: #FFF;
	text-align: center;
	padding: 45px 0 50px;
}
#solution h2 {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.8;
	margin: 0 0 25px;
}
#solution h2 .highlight {
	font-weight: 700;
	color: #139D8D;
}
#solution ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	list-style: none;
}
#solution ul li {
	border-radius: 20px;
	padding: 20px 20px 25px;
	box-sizing: border-box;
	box-shadow: 0px 0 11px 0 rgba(107, 128, 118, 0.15);
}
#solution ul li .illust {
	margin: 0 0 20px;
}
#solution ul li .illust img {
	display: block;
	max-width: 100%;
}
#solution ul li p {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
}
#solution ul li p .highlight {
	font-weight: 500;
	color: #139D8D;
}
@media screen and (min-width: 768px) {
	#solution ul {
		max-width: 890px;
		margin: auto;
	}
	#solution ul li p.line2 {
		padding-top: 15px;
	}
}
@media screen and (max-width: 767px) {
	#solution {
		padding: 20px 6% 25px;
	}
	#solution h2 {
		font-size: 13px;
		margin: 0 0 15px;
	}
	#solution ul {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	#solution ul li {
		width: 47%;
		border-radius: 12px;
		padding: 10px 10px 15px;
		margin: 0 0 6%;
	}
	#solution ul li:first-of-type {
		margin-right: 6%;
	}
	#solution ul li:last-of-type {
		margin: 0;
	}
	#solution ul li .illust {
		margin: 0 0 12px;
	}
	#solution ul li p {
		font-size: 10px;
	}
}
/*---------------------- function ----------------------*/
#function {
	max-width: 1044px;
	margin: auto;
	padding: 75px 0 40px;
	text-align: center;
}
#function h2 {
	font-size: 33px;
	font-weight: 700;
	line-height: 1.5;
	margin: 0 0 40px;
}
#function ul {
	list-style: none;
}
#function ul li {
	background-color: #FFF;
	padding: 150px 0 45px;
	border-radius: 5px;
	box-sizing: border-box;
	position: relative;
}
#function ul li .illust {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
}
#function ul li.function1 .illust {
	top: -45px;
}
#function ul li.function2 .illust {
	top: -45px;
}
#function ul li.function3 .illust {
	top: -55px;
}
#function ul li .illust img {
	display: block;
	margin: auto;
}
#function ul li h3 {
	font-size: 19px;
	font-weight: 500;
	color: #139D8D;
	margin: 0 0 20px;
}
#function ul li h4 {
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 20px;
}
#function ul li .text1 {
	font-size: 17px;
	font-weight: 500;
	line-height: 1.6;
}
#function .detailLink {
	text-align: right;
	margin: 5px 0 0;
}
#function .detailLink a {
	font-size: 12px;
	color: #139D8D;
}
@media screen and (min-width: 768px) {
	#function ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 80px 0 0;
	}
	#function ul li {
		width: 320px;
	}
	#function ul li .text1 {
		height: 74px;
		box-sizing: border-box;
	}
	#function ul li .text1.line1 {
		padding: 18px 0 0;
	}
	#function .detailLink a {
		transition: 0.3s;
	}
	#function .detailLink a:hover {
		text-decoration: underline;
	}
}
@media screen and (max-width: 767px) {
	#function {
		padding: 30px 6% 40px;
	}
	#function h2 {
		margin: 0 0 25px;
		font-size: 20px;
	}
	#function ul {
		padding: 8% 0 0;
	}
	#function ul li {
		padding: 41% 0 30px;
	}
	#function ul li.function1 {
		margin: 0 0 23%;
	}
	#function ul li.function2 {
		margin: 0 0 23%;
	}
	#function ul li.function1 .illust {
		top: -12%;
	}
	#function ul li.function1 .illust img {
		width: calc(240 / 320 * 100%);
	}
	#function ul li.function2 .illust {
		top: -14%;
	}
	#function ul li.function2 .illust img {
		width: calc(245 / 320 * 100%);
	}
	#function ul li.function3 .illust {
		top: -15%;
	}
	#function ul li.function3 .illust img {
		width: calc(245 / 320 * 100%);
	}
	#function ul li h3 {
		font-size: 16px;
		margin: 0 0 20px;
	}
	#function ul li .text1 {
		font-size: 15px;
	}
}
/*---------------------- contact ----------------------*/
#contents .contact {
	text-align: center;
}
#contents .contact p {
	font-size: 22px;
	font-weight: 500;
	line-height: 1.4;
	margin: 0 0 30px;
}
#contents .contact a {
	font-size: 19px;
	font-weight: 700;
	color: #FFF;
	letter-spacing: 0.035em;
	text-align: center;
	display: block;
	line-height: 80px;
	border-radius: 40px;
	margin: auto;
	transition: 0.3s;
	background-color: #D92765;
	box-sizing: border-box;
	;
}
#contents .contact a span {
	font-weight: 700;
}
#contents .contact a, #contents .contact a span:before {
	background-image: url(../images/contact_btn_icon_white.svg);
	background-repeat: no-repeat;
	background-position: center left 200px;
}
@media screen and (min-width: 768px) {
	#contents .contact a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: relative;
		overflow: hidden;
		width: 560px;
	}
	#contents .contact a span {
		width: 100%;
		height: 100%;
		z-index: 10;
		padding-left: 30px;
	}
	#contents .contact a span:before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 0;
		display: block;
		z-index: -1;
		transition: 0.3s;
	}
	#contents .contact a span:hover:before {
		width: 100%;
	}
	#contents .contact a span:before {
		background-color: #212121;
		;
	}
}
@media screen and (max-width: 767px) {
	#contents .contact {
		margin: 0 6%;
	}
	#contents .contact p {
		font-size: 16px;
		margin: 0 0 20px;
	}
	#contents .contact a {
		font-size: 16px;
		line-height: 50px;
		border-radius: 25px;
		width: 250px;
		padding-left: 15px;
	}
	#contents .contact a {
		background-position: center left 50px;
		background-size: 20px;
	}
}
/*---------------------- recommended ----------------------*/
#recommended {
	max-width: 1100px;
	margin: auto;
	padding: 150px 0 155px;
	text-align: center;
}
#recommended .recommendedTitle {
	margin: 0 0 45px;
}
#recommended .recommendedTitle h2 {
	margin: 0 0 10px;
}
#recommended .recommendedTitle h2 .jp {
	font-size: 36px;
	font-weight: 700;
	display: block;
}
#recommended .recommendedTitle p {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.7;
}
#recommended .recommendedTitle p .highlight {
	font-weight: 700;
	color: #139D8D;
}
#recommended ul {
	list-style: none;
}
#recommended ul.recommendedList > li {
	background-color: #FFF;
	padding: 55px 0 15px;
	border-radius: 10px;
	box-sizing: border-box;
	position: relative;
}
#recommended ul.recommendedList > li .specialPrice {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #AF1110;
	font-size: 21px;
	font-weight: 700;
	color: #FFF;
	line-height: 36px;
	width: 140px;
	text-align: center;
	border-radius: 10px 0 10px 0;
}
#recommended ul li h3 {
	font-size: 19px;
	font-weight: 500;
	color: #139D8D;
	line-height: 45px;
	border-radius: 23px;
	border: 1px solid #139D8D;
	margin: 0 auto 14px;
	width: 190px;
	box-sizing: border-box;
}
#recommended ul li h3.line2 {
	line-height: 1.3;
	padding: 7px 0;
}
#recommended ul li .photo {
	margin: 0 0 15px;
}
#recommended ul li .photo img {
	display: block;
	height: 150px;
	width: auto;
	margin: auto;
}
#recommended ul li .text1 {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.01em;
	margin: 0 0 5px;
}
#recommended ul li .text2 {
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 0.01em;
	color: #707070;
	margin: 0 0 20px;
}
#recommended ul li .text3 {
	font-size: 23px;
	font-weight: 500;
	line-height: 1.4;
	margin: 0 0 40px;
}
#recommended ul li .text3 .highlight {
	font-weight: 500;
	color: #139D8D;
}
#recommended ul li h4 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 15px 20px;
	font-size: 15px;
	font-weight: 500;
	color: #139D8D;
}
#recommended ul li h4:before, #recommended ul li h4:after {
	border-top: 1px solid #EDEDED;
	content: "";
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
#recommended ul li h4:before {
	margin-right: 10px;
}
#recommended ul li h4:after {
	margin-left: 10px;
}
#recommended ul li ul {
	font-size: 15px;
	letter-spacing: normal;
	color: #646464;
	text-align: left;
	margin: 0 15px;
}
#recommended ul li ul li {
	line-height: 1.4;
	padding-left: 20px;
	position: relative;
	margin: 0 0 10px;
}
#recommended ul li ul li:before {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	top: 8px;
	left: 0;
	background-color: #139D8D;
}
@media screen and (min-width: 768px) {
	#recommended ul.recommendedList {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	#recommended ul.recommendedList > li {
		width: 250px;
	}
	#recommended ul li h3.line2 {
		height: 66px;
		border-radius: 33px;
		margin: -10px auto 5px;
	}
	#recommended ul li .text3 {
		height: 75px;
		margin: 0 0 15px;
		box-sizing: border-box;
	}
}
@media screen and (max-width: 767px) {
	#recommended {
		padding: 80px 6% 30px;
	}
	#recommended .recommendedTitle {
		margin: 0 0 25px;
	}
	#recommended .recommendedTitle h2 {
		margin: 0 0 5px;
	}
	#recommended .recommendedTitle h2 .jp {
		font-size: 30px;
	}
	#recommended .recommendedTitle p {
		font-size: 18px;
	}
	#recommended ul.recommendedList > li {
		padding: 20px 0 15px;
		margin: 0 0 6%;
	}
	#recommended ul.recommendedList > li:first-of-type {
		padding: 50px 0 15px;
	}
	#recommended ul.recommendedList > li .specialPrice {
		font-size: 18px;
		line-height: 34px;
		width: 130px;
	}
	#recommended ul li h3 {
		font-size: 16px;
		line-height: 40px;
		border-radius: 20px;
		margin: 0 auto 15px;
	}
	#recommended ul li h3.line2 {
		border-radius: 30px;
	}
	#recommended ul li .photo {
		margin: 0 0 10px;
	}
	#recommended ul li .text3 {
		font-size: 20px;
		margin: 0 0 20px;
	}
	#recommended ul li h4 {
		margin: 0 20px 15px;
	}
	#recommended ul li ul {
		margin: 0 20px;
	}
}
/*---------------------- packList ----------------------*/
#packList .packListInner table thead td {
	width: 16.5%;
}
#packList .packListInner table thead .data td, #packList .packListInner table thead .plan td {
	font-weight: 700;
}
@media screen and (min-width: 768px) {
	#packList .packListInner table thead .device td {
		height: 55px;
	}
	#packList .packListInner .comment {
		width: 800px;
		margin: 5px auto 0;
		font-size: 15px;
		text-align: right;
	}
}
@media screen and (max-width: 767px) {
	#packList .packListInner table td {
		font-size: 8px;
	}
	#packList .packListInner .comment {
		margin: 5px auto 0;
		font-size: 10px;
		text-align: right;
	}
}
/*---------------------- rentalPrice ----------------------*/
@media screen and (max-width: 767px) {
	#rentalPrice .rentalPriceInner table tbody td {
		width: 20%;
		padding-right: 5px;
	}
}