@charset "utf-8";

main img{
	width:100%;
	height:auto;
}

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

/* CSS */
#dirPathBlock,
#anchorLinkBlock {
	font-size: 10px;
	margin: 1% 1% 0 1%;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
h1 {
	font-size: 12px;
	margin: 0 1%;
}
p{
	margin:0;
	padding:0;
}
#mv_txt{
    margin-top: 100px;
    margin-bottom: 100px;
    text-align: center;
    font-size: 16px;
    color: #595757;
}
#mv_txt b{font-size: 20px;}
#mv_txt strong{
	font-size: 40px;
    color: #F0677F;
    font-weight: bold;
	display: inline-block;
    background: linear-gradient(135deg, #F0677F 0%, #F0677F 45%,#f0df67 50%, #F0677F 65%, #F0677F 100%);
    background: -webkit-linear-gradient(-45deg, #F0677F 0%, #F0677F 45%,#f0df67 50%, #F0677F 65%, #F0677F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	background-size: 200% 200%;
}
#middleArea, #anchorlinks {
    margin: 0 auto !important;
    width: 100% !important;
}
.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,
.btnBox li.btn03{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.btn03 a{
	font-size: 15px;
    border: 2px solid #0daccc;
    background: #c9f1ed;
    /* background: rgb(78 196 255); */
    /* background: linear-gradient(30deg, rgb(128 236 245) 0%, rgb(118 241 245) 55%, rgb(199 248 245) 65%, rgb(204 253 250) 100%); */
    text-align: center;
    line-height: 1.5;
    text-indent: 0;
    color: #0daccc;
	text-shadow: 1px 1px 1px #FFF;
}
.btnBox li.btn03 a:before {
	content: "";
    position: absolute;
    top: 28px;
    left: 10px;
    width: 24px;
    height: 24px;
    background: #0daccc;
    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.btn03 a:after {
    content: "";
    position: absolute;
    top: 35px;
    left: 19px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #ffffff;
}
.btnBox li:hover {
	transition: 0.2s ;
	opacity: 0.7 ;
}
.btnBox li.btn01 span.end {
	width: 100%;
    position: absolute;
    top: -2px;
    right: 0;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    background: rgba(0,0,0,0.8);
    line-height: 2.6;
    padding: 0 50px;
    box-sizing: border-box;
}
.btnBox .frameBtn a {
	width: 100%;
    font-size: 14px;
    color: #222!important;
    text-align: center;
    text-indent: 0;
    margin: 25px 0;
	line-height: 1.4;
}
#copyright{
	text-align: right;
    font-size: 10px;
	margin: 0 2% 2% 2%;
}
#bnlinks{display:none;}

/*終了対応*/
.endcontents{
    color: #FFF;
    background-color: rgb(255,153,0);
    text-align: center;
    padding: 12px 0;
    font-size: 16px;
    border: 1px dotted #FFF;
}

}

/*760px以上*/
@media screen and (min-width: 760px),print {
/* CSS */
#wrapper {line-height: 1.231;}
#dirPathBlock,
h1,
.iframe_end-content_gadget,
#anchorLinkBlock{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: auto;
}
#mv_txt{
	width: 100%;
    max-width:1080px;
    min-width: 760px;
    margin-top: 130px;
    margin-bottom: 130px;
    text-align: center;
    font-size: 24px;
    color: #595757;
}
#mv_txt b{font-size: 30px;}
#mv_txt strong{
	font-size: 70px;
    color: #F0677F;
	font-weight: bold;
	display: inline-block;
    background: linear-gradient(135deg, #F0677F 0%, #F0677F 45%,#f0df67 50%, #F0677F 65%, #F0677F 100%);
    background: -webkit-linear-gradient(-45deg, #F0677F 0%, #F0677F 45%,#f0df67 50%, #F0677F 65%, #F0677F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	background-size: 200% 200%;
}
/*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: auto;
    max-width: 970px;
    margin: 0 auto 5px;
}
article{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: auto;
}
#bnlinks{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: 10px auto 0;
	padding: 10px 0 0;
	background: #FFFFFF;
	border-top: 1px dashed #CCC;
}
#bnlinks ul{
	margin: 0 0 10px;
	padding: 0;
	list-style: none;
}
#bnlinks ul li{
	float: left;
	display: inline;
	width: 180px;
	margin: 0 5px;
	padding: 0;
	font-size: 10px;
}
p{
	margin:0;
	padding:0;
}
.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.btn01,
.btnBox li.btn02,
.btnBox li.btn03{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.btn03 a {
	text-align: center;
    border: 2px solid #0daccc;
/*    background: rgb(78 196 255);
    background: linear-gradient(30deg, rgb(128 236 245) 0%, rgb(118 241 245) 55%, rgb(199 248 245) 65%, rgb(204 253 250) 100%);*/
    font-size: 32px;
    line-height: 1.8;
    text-indent: 30px;
    background: #c9f1ed;
    color: #0daccc;
	text-shadow: 1px 1px 1px #FFF;

}
.btnBox li.btn03 a:before {
	content: "";
    position: absolute;
	top: 40px;
    left: 65px;
    width: 32px;
    height: 32px;
	background: #0daccc;
    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.btn03 a:after {
	content: "";
    position: absolute;
	top: 48px;
    left: 78px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 10px;
	border-color: transparent transparent transparent #ffffff;
}
.btnBox li: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: 32px;
    font-weight: bold;
    color: #fff;
    background: rgba(0,0,0,0.8);
    line-height: 2.5;
    padding: 0 50px;
    box-sizing: border-box;
}
.btnBox .frameBtn a {
	font-size: 20px;
    display: block;
    margin: 50px 25px 0;
    padding: 0;
    color: #222222 !important;
    text-align: right;
    clear: both;
}
#copyright{
	text-align: right;
    font-size: 12px;
}

/*終了対応*/
.endcontents{
    color: #FFF;
    background-color: rgb(255,153,0);
    text-align: center;
    padding: 12px 0;
    font-size: 18px;
    border: 1px dotted #FFF;
}

}