@charset "utf-8";
body {
	overflow: visible !important;
	height: auto;
	-webkit-print-color-adjust: exact;/*vinectia */
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;/*vinectia */
	font-size: 12px; /*vinectia */
}
/* CSS Document */
@page {
	size: A4;/*vinectia */
	margin: 12.7mm 9.7mm;
	page-break-before: avoid;
}
main {
	margin: 0;
}
header, #mainVisual, #breadcrumb_list, .searchBack, #keywordArea, #tabArea, .freeFoot, footer, #koho{
	display: none;
}
main h2.title {
	margin-top: 0;
	background: #FF667E!important;/*vinectia */
}
main #mainVisual .detaUnder {
	position: absolute;
	bottom: 30px;
	right: 0;
}
main .mainBox {
	margin-top: 20px;
	background: none!important;/*vinectia */
}
main .mainBox .flexbox {
	display: block;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}
main .mainBox .flexbox:after {/*vinectia */
	content: "";
	clear: both;
	display: block;/*vinectia */
}/*vinectia */
main .mainBox .flexbox .imgArea {
	float: left;
	width: 20%;
	padding: 0 10px;
		-webkit-box-flex: 0;
		    -ms-flex: none;
		        flex: none;
}
main .mainBox .flexbox .textArea {
	float: right;
	width: 80%;
	padding: 0 10px;
	margin-top: 0px;
		-webkit-box-flex: 0;
		    -ms-flex: none;
		        flex: none;
}
main .mainBox h3.name {
	font-weight: bold;/*vinectia */
	font-size: 24px;/*vinectia */
}
main .mainBox .flexbox .imgArea figure {
	width: 100%;
/*	padding-top: 133.333333333% !important;*/
}
main .mainBox .flexbox .textArea .itemBox dl {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	margin-top: 1rem;
	padding-bottom: 1rem;
}
main .mainBox .flexbox .textArea .itemBox dl dt {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 30%;
	flex: 1 1 30%;
	max-width: 150px;
	margin-right: 15px;
}
main .mainBox .flexbox .textArea .itemBox dl dd {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 70%;
	flex: 1 1 70%;
	max-width: 70%;
	margin-top: 0;
	word-wrap: break-word; /* IE11用 */
	overflow-wrap: break-word;
}
main .mainBox .flexbox .textArea .itemBox dl dt span {
	width: 140px !important;
	display: inline-block;
	text-align: center;
	padding: 0;
	margin-right: 15px;
}
main .mainBox .flexbox .textArea .itemBox dl dd {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 70%;
	flex: 1 1 70%;
	max-width: 70%;
	margin-top: 0;
	word-wrap: break-word; /* IE11用 *//**/
	overflow-wrap: break-word;
}
main .mainBox .flexbox .textArea .itemBox dl dt span {
	width: 140px !important;
	display: inline-block;
	text-align: center;
	padding: 0;
	background: #8d9ba9!important;/*vinectia */
}

main .mainBox .flexbox .textArea .freeArea .freeBody .imgBox ul{
	display: block;
	margin: 0 -10px;
}
main .mainBox .flexbox .textArea .freeArea .freeBody .imgBox ul:after {/*vinectia */
	content: "";
	clear: both;
	display: block;/*vinectia */
}
main .mainBox .flexbox .textArea .freeArea .freeBody .imgBox ul li{
/*		float: left;*/
	padding:10px;
	margin: 0;
	    display: inline-block;
    width: calc(50% - 5px);
}