@charset "UTF-8";


.menu06 a{
	background-color: rgba(255,255,255,1);
	color: rgba(0,0,0,1.0) !important;
	font-weight: bold !important;
}

.cover {
	background-image: url(images/head.png);
	background-position: center;
	background-size: 100% auto;
}

/*---------------------------------------*/

.tblcom {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
	font-size:16px;
}
.tblcom th{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	background-color: #f8f8f8;
	padding: 5px;
}
.tblcom td{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	padding: 5px;
}


.faq {
	margin: 30;
	background-color: #FFF;
	max-width: 840px;
	margin-left:auto;
	margin-right:auto;
}
.faq dt {
	border-top: 1px solid #ccc;
	background: url(images/question.png) no-repeat 10px 7px;
	padding: 10px 10px 10px 50px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #CCC;
	font-size: 16px;
	font-weight: bold;
}
.faq dt {
	cursor: pointer;
}
.faq dt:first-child {
}
.faq dd {
	background-image: url(images/answer.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	font-size: 16px;
}
.faq dd {
	display: none;
	padding: 10px 10px 10px 50px;
	margin-bottom: 30px;
	border-bottom: 1px dotted #CCC;
	overflow:hidden;
}


.row-com {display: flex;flex-wrap: wrap;}
.row-com > * {flex-grow: 0;flex-shrink: 0;}
.col-30-com,.col-70-com {padding-right: 1%;padding-left: 1%;}
.col-30-com {width: 30%;}
.col-70-com {width: 70%;}

.col-30-com {
	background-image: url(images/com-side.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size:auto 100%;
	margin-top: 1.2em;
}

@media screen and (max-width: 1180px) {


}

@media screen and (max-width: 820px) {
.cover {background-size: auto 120%;}
.menu06 a{background-color: #036; color:#fff !important;}

}

@media screen and (max-width: 768px) {


}

@media screen and (max-width: 540px) {
.row-com {display: block;}
.col-30-com { display:none;}
.col-70-com {width: 100%;}

}

@media screen and (max-width: 344px) {

}
