@charset "utf-8";

/*PCSP共通設定*/
html {scroll-behavior: smooth;}/*smooth scroll*/

/*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%;
}
.inner{
	width: 96%;
	margin: 0 2%;
	padding: 24px 0;
	box-sizing: border-box;
}

/*title*/
img.panfimage {
	width: 100%;
	margin-bottom: 5%;
}

/*btn*/
.btnBox{margin:25px auto 50px;}
.btnBox li a{
	width: 90%;
    line-height: 3;
    margin: 0 auto 15px;
    display: block;
    box-sizing: border-box;
    font-size: 18px;
    color: #FFF;
    text-indent: 50px;
    border-radius: 50px;
	position:relative;
}
.btnBox li.btn01,
.btnBox li.btn02 {position:relative;}
.btnBox li.btn01 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.btn01 a:before {
	content: "";
    position: absolute;
    top: 16px;
    left: 10px;
    width: 24px;
    height: 24px;
    background: #bb0b2a;
    border-radius: 16px;
}
.btnBox li.btn02 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.btn02 a:before {
	content: "";
    position: absolute;
    top: 16px;
    left: 10px;
    width: 24px;
    height: 24px;
    background: #007ac7;
    border-radius: 16px;
}
.btnBox li.btn01 a:after,
.btnBox li.btn02 a:after {
    content: "";
    position: absolute;
    top: 23px;
    left: 19px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #ffffff;
}
.btnBox li.btn01 span.end {
	width: 100%;
    position: absolute;
    top: -2px;
    right: 0;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: rgba(0,0,0,0.8);
    line-height: 3.4;
    box-sizing: border-box;
}

/*Contact*/
#Contact {text-align: right;}
#Contact p {
	font-size: 13px;
	line-height: 1.4;
}

}

/*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;
}
.inner{
	width: 100%;
	max-width:1080px;
	min-width:760px;
	margin: 0 auto;
	padding:50px 0;
	display: block;
}

/*title*/
img.panfimage {
	width: 100%;
	max-width:1080px;
	margin:0 auto 2%;
	display:block;
}

/*btn*/
.btnBox{margin:25px auto 100px;}
.btnBox li a{
	width: 90%;
    line-height: 2;
    margin: 0 auto 25px;
    display: block;
    box-sizing: border-box;
    font-size: 35px;
    color: #FFF;
    text-indent: 64px;
    border-radius: 100px;
}
.btnBox li.btn01,
.btnBox li.btn02 {position:relative;}
.btnBox li.btn01 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.btn01 a:before {
	content: "";
    position: absolute;
	top: 20px;
    left: 65px;
    width: 32px;
    height: 32px;
    background: #bb0b2a;
    border-radius: 16px;

}
.btnBox li.btn02 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.btn02 a:before {
	content: "";
    position: absolute;
	top: 20px;
    left: 65px;
    width: 32px;
    height: 32px;
    background: #007ac7;
    border-radius: 16px;
}
.btnBox li.btn01 a:after,
.btnBox li.btn02 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 a:hover {
	transition: 0.2s ;
	opacity: 0.7 ;
}
.btnBox li.btn01 span.end {
	width: 94%;
    position: absolute;
    top: -2px;
    right: 28px;
    text-align: center;
    font-size: 28px;
    color: #fff;
    background: rgba(0,0,0,0.8);
    line-height: 2.7;
    padding: 0 50px;
    box-sizing: border-box;
}

/*Contact*/
#Contact {text-align: right;}
#Contact p {
	font-size: 16px;
	line-height: 1.4;
}
#Contact p b {font-size: 1.2em;}

}

/*----------終了対応----------*/
#endcontents {
	width: 96%;
	font-size: 12px;
	margin: 4% auto 2%;
	align-items: baseline;
	box-sizing: border-box;
	display: block;
}
#endcontents dt {
	width: 80px;
    background: #e30034;
    text-align: center;
    line-height: 2;
    color: #FFF;
    margin: 0 10px 5px 0;
}
@media screen and (min-width: 760px),print {
	#endcontents {
		width: 96%;
		max-width: 1080px;
		min-width: 760px;
		margin: 15px auto;
		font-size: 14px;
		display: flex;
	}
	#endcontents dd {
		width: calc(100% - 90px);
		line-height: 1.3;
	}
}
/*----------終了対応----------*/