

@charset "UTF-8";
/***************************************************
* ページ固有設定
***************************************************/

@media print, screen and (min-width: 768px) {
    .showSP {
        display: none !important;
    }
}
.pt2em {padding-top: 2em !important;}
.pb2em {padding-bottom: 2em !important;}
.koushinPCtable a {text-decoration: underline;}
#contents.container .containerMain {
	max-width: 748px;
}
.respYakkanContentWrapper ul.respYakkanKoushinUlNote {
	font-size: 16px;
	line-height: 30px;
}
.respYakkanContentWrapper ul.respYakkanKoushinUlNote > li {
	position: relative;
	padding-left: 1em;
}
.respYakkanContentWrapper ul.respYakkanKoushinUlNote > li > .kome {
	position: absolute;
	left: 0;
}

.dlAc > .dtAc{
	color: #33b0e3;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
}
.dlAc .jqAcCloseBtn{
	display: flex;
	justify-content: flex-end;
	color: #33b0e3;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	padding-right: 40px !important;
	padding-bottom: 15px !important;
}
#jqAccordion {
	padding: 0 20px;
}
#jqAccordion > .dlAc{
	position: relative;
	border-bottom: 1px solid #c8c8c8;
}
#jqAccordion > .dlAc:nth-of-type(1){
	border-top: 1px solid #c8c8c8;
}
#jqAccordion .dtAc {
	color: #333333;
}
#jqAccordion .dtAc.open {
	color: #33b0e3;
}
.iconAcBtn::after{
	content: "";
	display: inline-block;
	
	border-style: solid;
	border-width: 0 0 2px 2px;
	border-color: #c8c8c8;
	transform: rotate(-45deg);
	
}

.respYakkanKoushinUlNote .iconAcBtn::after{
	width: 16px;
	height: 16px;
	margin: 0 5px 0 5px;
}

#jqAccordion .dtAc > .iconAcBtn::after{
	position: absolute;
	top: 25px;
	right: 15px;
}
#jqAccordion .dtAc.open .iconAcBtn::after {
	top: 40px;
	transform: rotate(135deg);
}
#jqAccordion .jqAcCloseBtn{
	position: relative;
}
#jqAccordion .jqAcCloseBtn > .iconAcBtn::after{
	position: absolute;
	top: 37px;
	right: 15px;
	width: 17px;
	height: 17px;
	transform: rotate(135deg);
}

/***************************************************
* pc-style
***************************************************/
@media only screen and (min-width: 768px){
	.koushinSPtable{
		display: none;
	}
	.koushinPCtable {
		border-width: 1px 0 0 1px;
		border-color: #cccccc;
		border-style: solid;
	}
	.koushinPCtable th{
		background-color: #f6f6f6;
		font-weight: bold;
		text-align: center;
		border-width: 0 1px 1px 0;
		border-color: #cccccc;
		border-style: solid;
		font-size: 16px;
	}
	.koushinPCtable td {
		padding: 7px 10px;
		border-width: 0 1px 1px 0;
		border-color: #cccccc;
		border-style: solid;
	}
	.koushinPCtable td a:first-child{
		font-weight: bold;
	}
	.koushinPCtable td a{
		color: #0049a3;
		font-size: 16px;
	}
	
	#jqAccordion .dtAc .iconAcBtn::after{
		width: 22px;
		height: 22px;
	}
}

/***************************************************
* sp-style
***************************************************/
@media only screen and (max-width: 767px){
	.respYakkanContentWrapper ul.respYakkanKoushinUlNote {
		font-size: 16px;
		line-height: 25px;
	}
	.respYakkanContentWrapper ul.respYakkanKoushinUlNote > li {
		position: relative;
		padding-left: 1em;
	}
	.respYakkanContentWrapper ul.respYakkanKoushinUlNote > li > .kome {
		position: absolute;
		left: 0;
	}
	.koushinPCtable{
		display: none;
	}
	.koushinSPtable {
		width: 100%;
		border-width: 1px 0 0 1px;
		border-color: #cccccc;
		border-style: solid;
	}
	.koushinSPtable th{
		background-color: #f6f6f6;
		font-weight: bold;
		text-align: center;
		border-width: 0 1px 1px 0;
		border-color: #cccccc;
		border-style: solid;
		font-size: 12px;
		padding: 15px 10px;
	}
	.koushinSPtable td {
		padding: 7px 10px;
		text-align: center;
		border-width: 0 1px 1px 0;
		border-color: #cccccc;
		border-style: solid;
	}
	.koushinSPtable td a:first-child{
		font-weight: bold;
	}
	.koushinSPtable td a{
		color: #0049a3;
		font-size: 12px;
	}
	
	#jqAccordion .dtAc .iconAcBtn::after{
		width: 16px;
		height: 16px;
	}
}







