@charset "UTF-8";

/* --------------------------------------------------------
	common within page
-------------------------------------------------------- */
h2 {
    font-size: 190%;
    text-align: center;
    font-weight: 500;
    color: #333;
}
h2::after {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    border-bottom: 2px solid #808080;
    margin: 0.25em auto 1em;
}
.sec-page-head {
	margin-bottom: 0;
}

/* --------------------------------------------------------
	table
-------------------------------------------------------- */

.sec-com-off div {
	max-width: 960px;
	margin: auto;
	position: relative;
}

.sec-com-off div ul {
	border-top: 1px solid #ccc;
	padding: 0.5em 0;
	display: flex;
	justify-content: flex-start;
}

.sec-com-off div ul li:nth-child(1) {
	color: #727171;
	font-weight: 600;
	padding-right: 1em;
	width: 130px;
    margin-bottom: 0.5em;
}

.sec-com-off div ul li:nth-child(2) {
	width: 100%;
}

.sec-com-off div ul:last-child {
	border-bottom: 1px solid #ccc;
}

.pdf-icon::after {
    content: url(/common/img/icon-pdf.png);
	vertical-align: middle;
}


/* --------------------------------------------------------
	green line
-------------------------------------------------------- */
.sec-com-off h3 {
    font-size: 115%;
    color: #4d4d4d;
    border-left: 6px solid #3ca062;
    font-weight: 700;
    padding-left: 0.5em;
    margin-bottom: 1em;
}

.ajust-line {
	line-height: 2.95em;
}

.sec-bg-gray {
    background: #f2f2f2;
    padding: 2em 20px 4em;
}

.sec-bg-gray div {
	max-width: 960px;
	margin: auto;
	position: relative;
}

/* --------------------------------------------------------
	label
-------------------------------------------------------- */
/*全体*/
.map_hidden {
    margin: 2em 0;/*前後の余白*/
    padding: 0;
}
/*ボタン装飾*/
.map_hidden label {
	color: #1d2088;
    border: 2px #1d2088 solid;
    background: none;
    border-radius: 40px;
    padding: 0.6em 1.8em;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    transition: all .3s;
    cursor: pointer;
	position: absolute;
	right: 0;
	top: -4.5em;
}
/*ボタンホバー時*/
.map_hidden label:hover {
    background: #1d2088;
	color: #fff;
}
/*チェックは見えなくする*/
.map_hidden input {
    display: none;
}
/*中身を非表示にしておく*/
.map_hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}
/*クリックで中身表示*/
.map_hidden input:checked ~ .map_hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}

@media screen and (max-width: 767px) {
	
	.product-title{
		height: 78px;
	}
	h1 {
		font-size: 1.5em;
		position: relative;
	}	
	.sec-com-off div ul {
		display: block;
	}
	.sec-com-off ul li>p {
		width: 70%;
	}
}
	
