@charset "utf-8";

/**
	画像1
**/
.figure.figure-01 .image{
	background-image: url(./detail-01.jpg);
	max-width: 640px;/* 画像実データの幅 */
}

.figure.figure-01 .image:before{
	padding-top: 46.88%;/* 画像データの縦÷横 (小数点第３位切り上げ) */
}

.figure.figure-01 .figcaption{
	display: none;
}
/**
	画像2
**/
.figure.figure-02 .image{
	background-image: url(./detail-02.jpg);
	max-width: 640px;/* 画像実データの幅 */
}

.figure.figure-02 .image:before{
	padding-top: 99.53%;/* 画像データの縦÷横 (小数点第３位切り上げ) */
}

.figure.figure-02 .figcaption{
	display: none;
}
/**
	画像3
**/
.figure.figure-03 .image{
	background-image: url(./detail-03.jpg);
	max-width: 640px;/* 画像実データの幅 */
}
	
.figure.figure-03 .image:before{
	padding-top: 77.03%;/* 画像データの縦÷横 (小数点第３位切り上げ) */
}

.figure.figure-03 .figcaption{
	display: none;
}
/**
	画像4
**/
.figure.figure-04 .image{
	background-image: url(./detail-04.jpg);
	max-width: 640px;/* 画像実データの幅 */
}
	
.figure.figure-04 .image:before{
	padding-top: 77.03%;/* 画像データの縦÷横 (小数点第３位切り上げ) */
}

.figure.figure-04 .figcaption{
	display: none;
}
/**
	画像5
**/
.figure.figure-05 .image{
	background-image: url(./detail-05.jpg);
	max-width: 640px;/* 画像実データの幅 */
}
	
.figure.figure-05 .image:before{
	padding-top: 82.5%;/* 画像データの縦÷横 (小数点第３位切り上げ) */
}

.figure.figure-05 .figcaption{
display: none;
}
/**
	画像6
**/
.figure.figure-06 .image{
	background-image: url(./detail-06.jpg);
	max-width: 600px;/* 画像実データの幅 */
}
	
.figure.figure-06 .image:before{
	padding-top: 31%;/* 画像データの縦÷横 (小数点第４位切り上げ) */
}

.figure.figure-06 .figcaption{
display: none;
}
/**
	画像7
**/
.figure.figure-07 .image{
	background-image: url(./detail-07.jpg);
	max-width: 600px;/* 画像実データの幅 */
}
	
.figure.figure-07 .image:before{
	padding-top: 31%;/* 画像データの縦÷横 (小数点第５位切り上げ) */
}

.figure.figure-07 .figcaption{
display: none;
}

/**
	画像11
**/
.figure.figure-11 .image{
	background-image: url(./detail-11.jpg);
	max-width: 535px;/* 画像実データの幅 */
}
	
.figure.figure-11 .image:before{
	padding-top: 25.98%;/* 画像データの縦÷横 (小数点第９位切り上げ) */
}

.figure.figure-11 .figcaption{
display: none;
}


table.gu5 {
	width: 99%;
	font-size:14px;
	border-collapse: collapse;
	text-align:left;
	border-top: 1px solid #bdccd1 !important;
	border-bottom: 1px solid #bdccd1 !important;
	margin-top:20px;
	margin-bottom:30px;
	background:#f5fbfd !important;
}

table.gu5 th{
	padding: 10px 0;
	border-top: 1px dotted #bdccd1 !important;
	color:#191919;
	text-align:center;
	vertical-align:top;
}
table.gu5 td{
	padding: 8px 10px 8px 0;
	border-top: 1px dotted #bdccd1 !important;
}

table.gu5 h5 {
	font-size:14px;
	color:#003d94;
	margin-bottom:2px;
	font-weight:bold;
}




.section-detail .section-caution{
	background-color: #fdeff0;
	border-radius: 5px;
	/* padding: 0.5em 0.5em 0.2em 0.5em;*/
	padding: 6px 6px 2px 6px;/* IE8 */
	padding: 0.5rem 0.5rem 0.2rem 0.5rem;
	/* margin-bottom: 3.0em; */
	margin-bottom: 36px;/* IE8 */
	margin-bottom: 3.0rem;

}

.section-detail .section-caution h3 {
	color: #e84c81;
	border: none;
	text-decolation:none;
	margin-left: 1.4rem;
	text-indent: -1.4rem;
}

.section-detail .section-caution h3:before{
	content: "■";
}