@charset "UTF-8";
/*------------------------
タイトル
------------------------*/
.page_ttl_area .page_ttl .absol {
	font-size: 0;
}
.page_ttl_area .page_ttl .absol span {
	display: inline-block;
	font-size: 1.2rem;
	line-height: 1;
	padding: 3px 6px;
	border-radius: 3px;
	margin-right: 4px;
}
.page_ttl_area .page_ttl .absol .use {
	background: #d0d7db;
}
.page_ttl_area .page_ttl .absol .type {
	background: #f5e65f;
}
/*------------------------
商品イメージ
------------------------*/
.gallery {
	width: 1000px;
	margin: 0 auto 60px;
}
.gallery.flex-box {
	justify-content: flex-start;
	align-items: flex-start;
}
.gallery .img_main {
	width: 392px;
	height: 294px;
	background: #fff;
	border: 1px solid #d0d7db;
	margin-right: 30px;
	box-sizing: border-box;
}
.gallery .img_main img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	font-family: 'object-fit: contain;';
}
.gallery .right {
	flex: 1;
}
.gallery .right ul.flex-box {
	flex-wrap: wrap;
	justify-content: flex-start;
}
.gallery .right ul li {
	width: 134px;
	height: 134px;
	background: #fff;
	border: 1px solid #d0d7db;
	margin-bottom: 14px;
	box-sizing: border-box;
}
.gallery .right ul li a img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	font-family: 'object-fit: contain;';
}
.gallery .right ul li:not(:nth-of-type(4n)) {
	margin-right: 14px;
}
.gallery .right p {
	font-size: 1.4rem;
}
/*------------------------
動画
------------------------*/
.column .main .video .video_area {
	position: relative;
}
.column .main .video .video_area::before {
	content:'';
	display: block;
	padding-top: 56.25%;
}
.column .main .video .video_area iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*------------------------
コメント
------------------------*/
.column .main .video ,
.column .main .comment ,
.column .main .near {
	border: 1px solid #d0d7db;
}
.column .main .comment .p_text {
	margin-bottom: 15px;
}
.column .main .comment .com_link {
	margin-bottom: 15px;
}
.column .main .comment .com_link a {
	display: inline-block;
	text-decoration: underline;
	color: #379ad6;
	font-weight: bold;
}
.column .main .comment table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #d0d7db;
	box-sizing: border-box;
	table-layout: fixed;
}
.column .main .comment table tr {
	border-bottom: 1px solid #d0d7db;
}
.column .main .comment table tr th {
	width: 20%;
	padding: 15px 10px 17px;
	background: #e7f0f5;
}
.column .main .comment table tr td {
	padding: 15px 10px 17px;
	word-wrap:break-word;
}
.column .main .comment table tr td .data_link a {
	display: inline-block;
	text-decoration: underline;
	color: #379ad6;
	font-weight: bold;
}
/*------------------------
近いプラン
------------------------*/
.column .main .near {
	margin-bottom: 50px;
}
.column .main .near ul.flex-box {
	justify-content: flex-start;
	align-items: stretch;
}
.column .main .near ul li {
	width: 155px
}
.column .main .near ul li:not(:last-of-type) {
    margin-right: 6px;
}
.column .main .near ul li a {
	display: block;
	height: 100%;
	background: #d0d7db;
}
.column .main .near ul li a:hover {
	opacity: 1;
	box-shadow: 1px 1px 8px rgba(0,0,0,.2);
}
.column .main .near ul li a .img {
	width: 154px;
	height: 94px;
}
.column .main .near ul li a .img img {
	width: 100%;
	height: 94px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
.column .main .near ul li a .text {
	padding: 10px;
	font-size: 0;
}
.column .main .near ul li a .text .type {
	display: inline-block;
	font-size: 1.2rem;
	background: #f5e65f;
	line-height: 1;
	padding: 3px 6px;
	border-radius: 3px;
	margin: 0 4px 4px 0;
}
.column .main .near ul li a .text h3 {
	line-height: 1.2;
	font-size: 1.6rem;
}
/*------------------------
戻る
------------------------*/
.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;
}
/*------------------------
サイドバー
------------------------*/
.side_cat_wrapper {
	margin-bottom: 30px;
}
.side_cat_wrapper .side_cat:not(:last-of-type) {
	margin-bottom: 30px;
}
.side_cat_wrapper .side_cat h2 {
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px solid #081821;
}
.side_cat_wrapper .side_cat ul li a {
	display: block;
	padding: 15px 25px 15px 10px;
	line-height: 1.2;
	border-bottom: 1px solid #d0d7db;
	position: relative;
}
.side_cat_wrapper .side_cat ul li a::after {
	content:'';
	position: absolute;
	right: 10px;
	bottom: 0;
	top: 0;
	margin: auto;
	width: 8px;
	height: 11px;
	background: url(/img/common/arrow_back.svg) no-repeat;
	background-size: 8px;
	transform: scale(-1, 1);
	transition: all 0.5s ease 0s;
}
.side_cat_wrapper .side_cat ul li a:hover {
	opacity: 1;
	background: rgba(208,215,219,.6);
}
.side_cat_wrapper .side_cat ul li a:hover::after {
	right: 4px;
}

