@charset "UTF-8";
/*------------------------
common変更
------------------------*/
.page_ttl_area {
	background: #1ba0de;
	padding: 10px 0;
}
/*------------------------
base
------------------------*/
.base {
	width: 1000px;
	margin: 0 auto 40px;
}
.base .page_ttl .icon_new span {
	background: #f5e65f;
	color: #081821;
	border-radius: 3px;
	padding: 3px 5px;
	margin-bottom: 8px;
	font-size: 1.2rem;
	line-height: 1;
}
.base .page_ttl h1 {
	font-size: 2.6rem;
	font-weight: bold;
	margin-bottom: 10px;
}
.base .inner.flex-box {
	align-items: flex-start;
	margin-bottom: 30px;
}
.base .inner .img {
	width: 280px;
	height: 280px;
	border: 1px solid #d0d7db;
	background: #fff;
}
.base .inner .img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	font-family: 'object-fit: contain;';
}
.base .inner .info {
	width: 362px;
	font-size: 0;
}
.base .inner .info table {
	width: 100%;
	border-collapse: collapse;
	box-sizing: border-box;
	font-size: 1.6rem;
	table-layout: fixed;
}
.base .inner .info table tr {
	border-bottom: 1px solid #d0d7db;
}
.base .inner .info table tr th {
	padding: 12px 0;
	width: 28%;
}
.base .inner .info table tr td {
	padding: 12px 0;
	word-wrap:break-word;
}
.base .inner .info table tr td b {
	font-size: 2.6rem;
	color: #d63737;
}
.base .inner .info table tr td a {
	color: #379ad6;
	text-decoration: underline;
}
.base .inner .base_contact {
	width: 280px;
	background: #fff url(/img/plan/icon_base_contact.svg) no-repeat right 5px top 5px;
	background-size: 46px auto;
	border: 1px solid #d0d7db;
	padding: 20px;
}
.base .inner .base_contact .ttl{
	margin-bottom: 10px;
}
.base .inner .base_contact .ttl .sub {
	display: inline-block;
	font-size: 1.2rem;
	background: #d0d7db;
	padding: 6px 12px;
	line-height: 1;
	border-radius: 50vw;
	margin-bottom: 9px;
}
.base .inner .base_contact .ttl h2 {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 2px;
}
.base .inner .base_contact .tel {
	font-size: 1.2rem;
	line-height: 1.4;
	margin-bottom: 10px;
}
.base .inner .base_contact .tel .tel_no {
	display: block;
	font-size: 2.6rem;
	line-height: 1;
	background: url(/img/common/icon_tel.svg) no-repeat left top 2px;
	background-size: 23px;
	padding-left: 30px;
	margin-bottom: 4px;
}
.base .inner .base_contact .mail {
	text-align: center;
}
.base .inner .base_contact .mail span {
	display: block;
	background: #ffd814;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	padding: 16px;
	border-radius: 26px;
	overflow: hidden;
	position: relative;
}
.base .inner .base_contact .mail span::before {
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(/img/common/icon_mail.svg) no-repeat left center;
	margin-right: 6px;
	position: relative;
	top: 1px;
}
.base .inner .base_contact .mail span::after {
	background: #fff;
	content: "";
	width: 30px;
	height: 155px;
	left: -71px;
	opacity: .3;
	position: absolute;
	top: -63px;
	-webkit-transform: rotate(41deg);
	transform: rotate(41deg);
	-webkit-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
}
.base .inner .base_contact .mail span:hover {
	opacity: 1;
	box-shadow: 1px 1px 4px rgba(0, 0, 0,.2);
}
.base .inner .base_contact .mail span:hover:after {
	left: 120%;
	-webkit-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
}
.mail button {
	width: 100%;
	background: none;
	padding: 0;
}
.base .metter {
	background: #e7f0f5;
	padding: 25px;
}
.base .metter h3 {
	font-size: 2.1rem;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
}
/*------------------------
商品イメージ
------------------------*/
.gallery {
	width: 1000px;
	margin: 0 auto 60px;
}
.gallery h2 {
	font-size: 3.2rem;
	font-weight: bold;
	margin-bottom: 32px;
	position: relative;
}
.gallery h2::before {
	content: '';
	position: absolute;
	right: 0;
	bottom: -12px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #d0d7db;
}
.gallery h2::after {
	content: '';
	position: absolute;
	bottom: -12px;
	left: 0;
	width: 20%;
	height: 2px;
	background-color: #379ad6;
}
.gallery .inner.flex-box {
	justify-content: flex-start;
	align-items: flex-start;
}
.gallery .inner .img_main {
	width: 540px;
	height: 460px;
	background: #fff;
	border: 1px solid #d0d7db;
	margin-right: 30px;
	box-sizing: border-box;
}
.gallery .inner .img_main img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	font-family: 'object-fit: contain;';
}
.gallery .inner .right {
	flex: 1;
}
.gallery .inner .right ul.flex-box {
	flex-wrap: wrap;
	justify-content: flex-start;
}
.gallery .inner .right ul li {
	width: 134px;
	height: 134px;
	background: #fff;
	border: 1px solid #d0d7db;
	margin-bottom: 14px;
	box-sizing: border-box;
}
.gallery .inner .right ul li a img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	font-family: 'object-fit: contain;';
}
.gallery .inner .right ul li:not(:nth-of-type(3n)) {
	margin-right: 14px;
}
.gallery .inner .right p {
	font-size: 1.4rem;
}
/*------------------------
ポイント
------------------------*/
.column .main .point ,
.column .main .outline ,
.column .main .case ,
.column .main .same {
	background: #fff;
	border: 1px solid #d0d7db;
	padding: 20px;
}
.column .main .point .p_text {
	margin-bottom: 20px;
	text-align: justify;
}
.column .main .point .about {
	background: #e7f0f5;
	padding: 20px;
	border-radius: 10px;
}
.column .main .point .about h2 {
	font-size: 1.8rem;
	padding-bottom: 4px;
	border-bottom: 2px solid #379ad6;
	margin: 0 0 10px 0;
}
.column .main .point .about h2::before {
	content: none;
}
.column .main .point .about .text {
	margin-bottom: 15px;
	text-align: justify;
}
.column .main .point .about .text p {
	margin-bottom: 15px;
}
/*------------------------
プラン情報
------------------------*/
.column .main .outline table {
	width: 100%;
	border-collapse: collapse;
	box-sizing: border-box;
	border: 1px solid #d0d7db;
	font-size: 1.4rem;
	margin-bottom: 15px;
	table-layout: fixed;
}
.column .main .outline table tr {
	border-bottom: 1px solid #d0d7db;
}
.column .main .outline table tr th {
	padding: 15px;
	background: #e7f0f5;
	width: 22%;
}
.column .main .outline table tr td {
	padding: 15px;
	word-wrap:break-word;
}
.column .main .outline table tr td b {
	font-size: 1.8rem;
	color: #d63737;
}
.column .main .outline .caution li {
	font-size: 1.3rem;
}
.column .main .outline .caution li:before {
	content:'※';
}
/*------------------------
設置事例
------------------------*/
.column .main .case ul.flex-box {
	justify-content: flex-start;
	align-items: stretch;
}
.column .main .case ul li {
	width: 155px
}
.column .main .case ul li:not(:last-of-type) {
	margin-right: 6px;
}
.column .main .case ul li a {
	display: block;
	height: 100%;
	background: #d0d7db;
}
.column .main .case ul li a:hover {
	opacity: 1;
	box-shadow: 1px 1px 8px rgba(0,0,0,.2);
}
.column .main .case ul li a .img img {
	width: 100%;
	height: 94px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
.column .main .case ul li a .text {
	padding: 10px;
	font-size: 0;
}
.column .main .case ul li a .text .use {
	display: inline-block;
	font-size: 1.2rem;
	background: #fff;
	line-height: 1;
	padding: 3px 6px;
	border-radius: 3px;
	margin: 0 4px 4px 0;
}
.column .main .case ul li a .text h3 {
	line-height: 1.2;
	font-size: 1.6rem;
}
/*------------------------
同じプラン一覧
------------------------*/
.column .main .same ,
.column .main .same::before,
.column .main .same::after,
.column .main .same h2::before {
	content: none;
}
.column .main .same {
	margin-bottom: 50px;
}
.column .main .same .item {
	overflow: hidden;
	padding-bottom: 10px;
	border-bottom: 1px solid #d0d7db;
	margin-bottom: 10px;
}
.column .main .same .item:last-of-type {
	padding: 0;
	border: none;
	margin: 0;
}
.column .main .same .item h2 {
	font-size: 1.8rem;
	margin: 0 0 8px;
}
.column .main .same .item .item_list a {
	float: left;
	margin: 0 5px 5px 0;
	display: block;
	font-size: 1.4rem;
	line-height: 1;
	padding: 6px 15px;
	border: 1px solid #081821;
	border-radius: 14px;
}
.column .main .same .item .item_list a:hover {
	opacity: 1;
	background: #379ad6;
	border: 1px solid #379ad6;
	color: #fff;
}
/*------------------------
戻る
------------------------*/
.h_back a {
	width: 192px;
	display: inline-block;
	background: #379ad6;
	line-height: 42px;
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
	font-weight: bold;
	border-radius: 21px;
	position: relative;
}
.h_back a .img {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background: #fff;
	border: 1px solid #379ad6;
}
.h_back a .img img {
	display: inline-block;
	padding: 14px;
	width: 8px;
	transition: all 0.5s ease 0s;
}
.h_back a .text {
	display: inline-block;
	padding-left: 22px;
}
.h_back a:hover {
	opacity: 1;
}
.h_back a:hover .img img {
	padding:14px 14px 14px 8px;
}
/*------------------------
サイド条件の近いプラン
------------------------*/
.sideber .near {
	background: #fff;
	border: 1px solid #d0d7db;
	padding: 15px 10px;
	margin-bottom: 20px;
}
.sideber .near h2 {
	font-weight: bold;
	line-height: 1;
	padding-bottom: 12px;
	border-bottom: 1px solid #081821;
}
.sideber .near .block_list {
	margin-bottom: 10px;
}
.sideber .near .block a {
	display: block;
	padding: 10px 0;
	border-bottom: 1px solid #d0d7db;
}
.sideber .near .block a .ttl_wrap {
	margin-bottom: 8px;
}
.sideber .near .block a .ttl_wrap .maker {
	display: block;
	font-size: 1.2rem;
}
.sideber .near .block a .ttl_wrap h3 {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.3;
}
.sideber .near .block a .flex-box {
	justify-content: flex-start;
	align-items: flex-start;
}
.sideber .near .block a .img {
	width: 90px;
	height: 90px;
	background: #fff;
	border: 1px solid #d0d7db;
	margin-right: 10px;
}
.sideber .near .block a .img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	font-family: 'object-fit: contain;';
}
.sideber .near .block a .info {
	font-size: 0;
	flex: 1;
}
.sideber .near .block a .info .type {
	display: inline-block;
	font-size: 1.2rem;
	line-height: 1;
	background: #f5e65f;
	padding: 3px 6px;
	border-radius: 3px;
	margin: 0 3px 3px 0;
}
.sideber .near .block a .info ul li {
	font-size: 1.2rem;
	word-break:break-all;
}
.sideber .near .block a .info ul li b {
	font-size: 1.4rem;
	color: #d63737;
}
/*------------------------
追従
------------------------*/
.bottom-contact .inner .ttl .sub {
	margin-bottom: 8px;
}
.bottom-contact .inner .mail span {
	display: block;
	background: #ffd814;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	padding: 20px;
	border-radius: 50vw;
	overflow: hidden;
	position: relative;
}
.bottom-contact .inner .mail span::before {
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(/img/common/icon_mail.svg) no-repeat left center;
	margin-right: 6px;
	position: relative;
	top: 1px;
}
.bottom-contact .inner .mail span::after {
	background: #fff;
	content: "";
	width: 30px;
	height: 155px;
	left: -71px;
	opacity: .3;
	position: absolute;
	top: -63px;
	-webkit-transform: rotate(41deg);
	transform: rotate(41deg);
	-webkit-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
}
.bottom-contact .inner .mail span:hover {
	opacity: 1;
	box-shadow: 1px 1px 4px rgba(0, 0, 0,.2);
}
.bottom-contact .inner .mail span:hover:after {
	left: 120%;
	-webkit-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
}