@charset "utf-8";

/*PCSP共通設定*/
html {scroll-behavior: smooth;}/*smooth scroll*/
main b {font-size: 1.2em;}

/*759px以下*/
@media screen and (max-width: 759.9px) {
#wrapper {line-height: 1.4;}
.spnone{display:none;}

/* CSS */
#dirPathBlock,
#anchorLinkBlock {margin: 1% 1% 0 1%;}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
h1 {
	font-size: 12px;
	margin: 0 1%;
}
h2 {
	background: #EADADB;
    text-align: center;
    line-height: 2;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}
.inner{
	width: 96%;
	margin: 0 2%;
	box-sizing: border-box;
	font-size: 14px;
}

/*endcontents*/
.endcontents {
    background: #BB6253;
    color: #FFF;
    text-align: center;
    padding: 5px;
}
.btnBox li.btn_end {
	width: 96%;
    line-height: 3;
    margin: 0 auto 15px;
    display: block;
    box-sizing: border-box;
    font-size: 18px;
    color: #FFF;
    text-indent: 50px;
    border-radius: 50px;
	border: 2px solid #555;
	background: rgb(100, 100, 100);
	background: linear-gradient(30deg, rgba(100, 100, 100, 1) 0%, rgba(120, 120, 120, 1) 55%, rgba(100, 100, 100, 1) 65%, rgba(150, 150, 150, 1) 100%);
}

/*panf*/
img.panf {
	width: 100%;
	margin-bottom: 5%;
}

/*btn*/
.btnBox{margin:25px auto 50px;}
.btnBox li a{
	width: 96%;
	padding: 15px 0 15px 50px;
	margin: 0 auto 15px;
	display: block;
	box-sizing: border-box;
	font-size: 18px;
	color: #FFF;
	border-radius: 50px;
	position: relative;
}
.btnBox li.btn_01,
.btnBox li.btn_02{position:relative;}
.btnBox li.btn_01 a {
	border: 2px solid #bb0b2a;
	background: rgb(244,85,113);
	background: linear-gradient(30deg, rgba(244,85,113,1) 0%, rgba(244,85,113,1) 55%, rgba(249,164,179,1) 65%, rgba(249,164,179,1) 100%);
}
.btnBox li.btn_01 a:before {
	content: "";
    position: absolute;
    top: calc((100% - 24px) / 2);
    left: 10px;
    width: 24px;
    height: 24px;
    background: #bb0b2a;
    border-radius: 16px;
}
.btnBox li.btn_02 a{
	border: 2px solid #007ac7;
	background: rgb(78,186,255);
	background: linear-gradient(30deg, rgba(78,186,255,1) 0%, rgba(78,186,255,1) 55%, rgba(159,218,255,1) 65%, rgba(159,218,255,1) 100%);
}
.btnBox li.btn_02 a:before {
	content: "";
    position: absolute;
    top: calc((100% - 24px) / 2);
    left: 10px;
    width: 24px;
    height: 24px;
    background: #007ac7;
    border-radius: 16px;
}
.btnBox li.btn_01 a:after,
.btnBox li.btn_02 a:after {
    content: "";
    position: absolute;
    top: calc((100% - 10px) / 2);
    left: 19px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #ffffff;
}

}

/*760px以上*/
@media screen and (min-width: 760px),print {
#wrapper {line-height: 1.231;}
.pcnone{display:none;}

/* CSS */
#dirPathBlock,
#anchorLinkBlock{
	width: 100%;
	max-width:1080px;
	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: 12px;
    width: 100%;
	max-width:1080px;
	min-width:760px;
    margin: 0 auto 5px;
}
h2 {
	background: #EADADB;
    text-align: center;
    line-height: 2.4;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 25px;
}
.inner{
	width: 100%;
	max-width:1080px;
	min-width:760px;
	margin: 0 auto;
	display: block;
	font-size: 16px;
}

/*endcontents*/
.endcontents {
    background: #BB6253;
    color: #FFF;
    text-align: center;
    padding: 10px;
}
.btnBox li.btn_end {
	width: 90%;
	line-height: 2;
	margin: 0 auto 15px;
	display: block;
	box-sizing: border-box;
	font-size: 35px;
	color: #FFF;
	text-indent: 64px;
	border-radius: 100px;
	border: 2px solid #555;
	background: rgb(100, 100, 100);
	background: linear-gradient(30deg, rgba(100, 100, 100, 1) 0%, rgba(120, 120, 120, 1) 55%, rgba(100, 100, 100, 1) 65%, rgba(150, 150, 150, 1) 100%);
}

/*panf*/
img.panf {
	width: 100%;
	height: auto;
}

/*btn*/
.btnBox{margin:25px auto 100px;}
.btnBox li a{
	width: 90%;
    line-height: 2;
    margin: 0 auto 15px;
    display: block;
    box-sizing: border-box;
    font-size: 35px;
    color: #FFF;
    text-indent: 64px;
    border-radius: 100px;
}
.btnBox li.btn_01,
.btnBox li.btn_02{position:relative;}
.btnBox li.btn_01 a {
	border: 2px solid #bb0b2a;
	background: rgb(244,85,113);
	background: linear-gradient(30deg, rgba(244,85,113,1) 0%, rgba(244,85,113,1) 55%, rgba(249,164,179,1) 65%, rgba(249,164,179,1) 100%);
}
.btnBox li.btn_01 a:before {
	content: "";
    position: absolute;
	top: 20px;
    left: 65px;
    width: 32px;
    height: 32px;
    background: #bb0b2a;
    border-radius: 16px;

}
.btnBox li.btn_02 a{
	border: 2px solid #007ac7;
	background: rgb(78,186,255);
	background: linear-gradient(30deg, rgba(78,186,255,1) 0%, rgba(78,186,255,1) 55%, rgba(159,218,255,1) 65%, rgba(159,218,255,1) 100%);
}
.btnBox li.btn_02 a:before {
	content: "";
    position: absolute;
	top: 20px;
    left: 65px;
    width: 32px;
    height: 32px;
    background: #007ac7;
    border-radius: 16px;
}
.btnBox li.btn_01 a:after,
.btnBox li.btn_02 a:after {
	content: "";
    position: absolute;
	top: 28px;
    left: 78px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 10px;
	border-color: transparent transparent transparent #ffffff;
}
.btnBox li:not(.btn_end):hover {
	transition: 0.2s ;
	opacity: 0.7 ;
}

}