@charset "utf-8";

/*PCSP共通設定*/
section:nth-of-type(odd){background-color:#fff;}
section:nth-of-type(even){background-color:#f9fafc;}

/*759px以下*/
@media screen and (max-width: 759.9px) {
#wrapper {line-height: 1.4;}
.spnone{display:none;}

main img {
	width: 100%;
	height: auto;
}

/* CSS */
#dirPathBlock,
#anchorLinkBlock {
	font-size: 10px;
	margin: 1% 1% 0 1%;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
h1 {
	font-size: 22px;
    padding: 24px 0 24px 12px;
    border-left: 5px solid #0b318f;
    box-sizing: border-box;
    background: url(../images/bg.jpg) 0 -72px;
    background-repeat: no-repeat;
    background-size: 100%;
	text-shadow: 0px 0px 5px rgb(255 255 255);
}
h2 {
	font-size: 18px;
    margin-bottom: 3%;
    padding-bottom: 5px;
    clear: both;
    display: inline-block;
    border-bottom: 2px solid #1cb1ec;
}
section{margin:25px 0;}
.inner{
	width: 96%;
	margin: 0 2%;
	padding: 24px 0;
	box-sizing: border-box;
}

/*btn*/
div.btnbox{margin-bottom: 5%;}
.blueBtn a,
.blueBtn2 a {
	display: block;
	width: 90%;
	margin: 0px auto 15px;
	padding: 10px 0;
	color: #FFF !important;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	border-radius: 3px;
	background: #0b318f url(/shared2021/common/images/im_arrow.png) no-repeat scroll 5% center;
	font-size: 16px;
	text-decoration: none !important;
}
.orangeframeBtn a {
	font-size: 15px;
	display: block;
	padding: 0 5px 0 0;
	color: #0b318f !important;
	text-align: right;
	margin:2% 0 5%;
}
.blueBtn a:hover,
.blueBtn2 a:hover{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

/*nav*/
main article nav {margin: 1% 1% 0;}
main article nav li {
    width: 50%;
    float: left;
    text-align: center;
    background: #f3f3f3;
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid #fff;
}
main article nav li a {
	font-size: 12px;
    width: 100%;
	color: #222!important;
}
main article nav:after{
	content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

/*contents*/
p.txt {
    font-size: 14px;
    line-height: 2;
}

/*-----------------------------------------------------
FAQ
------------------------------------------------------*/
#qanda_box .inner >div {margin-bottom: 40px}
#qanda_box b.qaicon {
	width: 28px;
    float: left;
    text-align: center;
	background: #0b318f;
    font-size: 16px;
    font-weight: normal;
    margin: 0 10px 0 0;
    color: #FFF;
    align-items: center;
    display: grid;
}
#qanda_box h3,
#qanda_box p {
	margin: 0 0 20px 0;
    display: flex;
    align-items: baseline;
    font-size: 14px;
}
#qanda_box h3 span,
#qanda_box p span {
	width: 100%;
	box-sizing: border-box;
    /*padding-right: 30px;*/
}
#qanda_box > div:after,
#qanda_box h3:after,
#qanda_box p:after {
	content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
/*#qanda_box h3 span{position:relative;}
#qanda_box h3 span:after {
	content: "＋";
	width: 30px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    font-size: 20px;
}
#qanda_box h3.open span:after {content: "－";}*/

/*終了対応*/
#endcontents {
	width: 100%;
	display: flex;
	font-size: 14px;
	border: 2px solid #e30034;
	margin: 0 auto 1%;
	box-sizing: border-box;
}
#endcontents dt {
	width: 17%;
	background: #e30034;
	text-align: center;
	line-height: 4.5;
	color: #FFF;
	margin-right: 3%;
}
#endcontents dd {
	width: 80%;
	padding: 5px 0;
	font-weight: bold;
}

}

/*760px以上*/
@media screen and (min-width: 760px) {
/* CSS */
main img {
	width: 100%;
	max-width:930px;
	min-width:760px;
	height: auto;
	margin:auto;
	display:block;
}

#bg_back {
    width: 100%;
    height: 1000px;
    position: fixed;
    background: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
main{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: auto;
	box-sizing: border-box;
	position: relative;
}
#pc_header {background: #FFF;}
#pc_header,
#dirPathBlock,
#pc_footer {position: relative;}

#wrapper {
    position: sticky;
    line-height: 1.231;
}
#dirPathBlock,
#endcontents,
.iframe_end-content_gadget,
#anchorLinkBlock{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: auto;
}

/*panlist&back*/
#dirPathBlock,
#anchorLinkBlock {
	width: 100%;
	margin: 0 auto;
	display: block;
	font-size: 12px;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
h1 {
    font-size: 32px;
    width: auto;
    max-width: 970px;
    margin: 50px auto 65px;
    padding-left: 24px;
    border-left: 5px solid #0b318f;
    box-sizing: border-box;
}
h2 {
	font-size: 24px;
    margin-bottom: 3%;
    padding-bottom: 10px;
    clear: both;
    display: inline-block;
    border-bottom: 2px solid #1cb1ec;
}
section{margin:50px 0;}
.inner{
	width: 96%;
	max-width:970px;
	margin: 0 auto;
	padding:30px 0;
	display: block;
}

/*btn*/
.blueBtn a {
	display: block;
    width: 72%;
    float: left;
    margin: 0px 14% 15px;
	padding: 12px 0;
	color: #FFF !important;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	border-radius: 3px;
	background: #0b318f url(/shared2021/common/images/im_arrow.png) no-repeat scroll 5% center;
	font-size: 18px;
	text-decoration: none !important;
}
.blueBtn2 a {
	display: block;
	width: 48%;
	float: left;
	margin: 0 1%;
	padding: 12px 0;
	color: #FFF !important;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	border-radius: 3px;
	background: #0b318f url(/shared2021/common/images/im_arrow.png) no-repeat scroll 5% center;
	font-size: 16px;
	text-decoration: none !important;
}
.blueBtn a:hover,
.blueBtn2 a:hover{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

/*nav*/
main article nav {
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: auto;
}

main article nav ul {display:flex;}
main article nav li {
	width: 25%;
    background: #1cb1ec;
    padding: 10px 0;
}
main article nav li a {
	width: 100%;
    display: block;
    text-align: center;
    font-size: 16px;
    border-right: 1px solid #fff;
    box-sizing: border-box;
    color: #fff!important;
}
main article nav li:last-child a {
    border-right: none;
}
main article nav li a:hover{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	text-decoration:none!important;
}

/*contents*/
p.txt {
    font-size: 18px;
    line-height: 2.4;
}

/*-----------------------------------------------------
FAQ
------------------------------------------------------*/
#qanda_box .inner >div {margin-bottom: 40px}
#qanda_box b.qaicon {
	width: 28px;
    float: left;
    text-align: center;
	background: #0b318f;
    font-size: 18px;
    font-weight: normal;
    margin: 0 10px 0 0;
	padding: 5px;
    color: #FFF;
    align-items: center;
    display: grid;
}
#qanda_box h3,
#qanda_box p {
	margin: 0 0 20px 0;
    display: flex;
    align-items: baseline;
    font-size: 16px;
}
#qanda_box h3 span,
#qanda_box p span {
	width: 100%;
	box-sizing: border-box;
    /*padding-right: 30px;*/
}
#qanda_box > div:after,
#qanda_box h3:after,
#qanda_box p:after {
	content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
/*#qanda_box h3 span{position:relative;}
#qanda_box h3 span:after {
	content: "＋";
	width: 30px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    font-size: 22px;
}
#qanda_box h3.open span:after {content: "－";}*/

/*終了対応*/
#endcontents {
	width: 100%;
	display: flex;
	font-size: 16px;
	border: 2px solid #e30034;
	margin: 0 auto 10px;
	box-sizing: border-box;
}
#endcontents dt {
	width: 17%;
	background: #e30034;
	text-align: center;
	line-height: 3;
	color: #FFF;
	margin-right: 3%;
}
#endcontents dd {
	width: 80%;
	padding-top: 5px;
	font-weight: bold;
	line-height: 1.3;
}
}