@charset "utf-8";

/*PCSP共通設定*/
section{background-color:#fff;}
/*section:nth-of-type(odd){background-color:#fff;}
section:nth-of-type(even){background-color:#fff;}*/
html {scroll-behavior: smooth;}/*smooth scroll*/
main * {font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;}
#pc_header .HeadNav01,
#pc_header .HeadNav02,
#pc_header #Gnav,
#smp_header #headRMain li.area,
#smp_header #headRMain li.mycoupon,
#smp_header #headRMain li.menu {display:none!important;}
section.detail a{text-decoration: underline!important}
section.detail a.red{color: #FF0000 !important}
span{font-weight: bold}

/*759px以下*/
@media screen and (max-width: 759.9px) {
#wrapper {line-height: 1.4;}
.spnone{display:none;}
main * p{color: #333;font-size: 14px;line-height: 1.6;letter-spacing: 0.04em;}
p.endcontents {
	color: #F00;
	margin: 15px auto;
	padding: 10px;
	border: 1px solid #ff0000;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	border-radius: 5px;
}

/* CSS */
#dirPathBlock,
#anchorLinkBlock {
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
h1 {
    width: auto;	
    color: #004AA0;	
	font-size: 24px;
	font-weight: bold;	
    line-height: 1.3;	
    margin: 10px auto 20px;
}
h2 {
    color: #004AA0;	
	font-size: 21px;
    font-weight: bold;
    line-height: 1.4;
    border-left: 4px solid #00B9F1;
    padding: 0 0 0 8px;
    margin-bottom: 25px;
}
h3{
    color: #004AA0;	
	font-size: 19px;
    font-weight: bold;
    line-height: 1.4;
    border-bottom: 2px solid #00B9F1;
    padding: 0 0 8px;
    margin: 40px 0 20px;	
}	
h4{
    color: #0047b2;	
	font-size: 15px;
    font-weight: bold;
    line-height: 1.4;
    margin: 20px 0;
}	
p.red{color: #FF0000;font-weight: bold;}
p.red2{color: #FF0000;font-weight: bold;font-size: 17px;letter-spacing: 0.04em;}	
section.detail p.red2 a{
    background: linear-gradient(transparent 40%, #ffff54 40%);
    text-decoration: none !important;
}		
main{
	padding: 0 20px	
	}
	
/*.inner{
	width: 96%;
	margin: 0 2%;
	padding: 50px 0;
	box-sizing: border-box;	
}*/

/*login*/
.login_ex1{
	position: absolute;
    top: 12px;
    right: 3px;
    width: 40%;
    z-index: 9500;
}
	
.login_ex1 li{
	margin: 0;
    padding: 10px 15px;
    background: #FFF;
    border: 2px solid #1c4e9c;
    position: relative;
    border-radius: 5px;
    box-shadow: 2px 2px 5px #f4f4f4;
}
	
.login_ex1 li:after{
	content: "";
    width: 13px;
    height: 13px;
    position: absolute;
    top: 33%;
    right: 15px;
    background: #FFF;
    border: 1px solid #555;
    box-shadow: 1px 1px 0 #fff, 2px 2px 0 #333;
}
	
.login_ex1 li a {
    display: flex;
    background: #FFF;
	padding: 0;
	color: #1c4e9c;
}

.login_ex1 li p {
	font-size: 16px!important;
	font-weight: bold;
    line-height: 1;
    display: grid;
    align-items: center;
}
	
.login_ex1 li img {
	width: 35px;
    height: fit-content;
    margin: 0;
}
	
/*tag*/	
ul.tag{
	display: flex;
    flex-wrap: wrap;	
	width: auto;
    margin: 0 auto 5px;
}
	
ul.tag li{
	color: #333;	
    font-size: 13px;
    background: #C4F1FF;
	padding: 3px 10px;	
    margin: 0 10px 10px 0;	
}
	
/*mv*/
img#mainphoto {
	width: 100%;
	max-width:970px;
	margin:0 auto 2%;
	display:block;
}
		
section.period01,section.period02{
	margin-top: 50px	
}	
	
/*btn*/	
.btn{
	margin-top: 20px;	
}	
.btn-text{
	color: #111;	
	font-size: 15px;
	font-weight: bold;
	text-align: center;	
}
	
.btn a{	
    display: block;
    position: relative;
    width: 100%;
    max-width: 300px;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    background: #004AA0;
    padding: 14px 18px;
    margin: 0px auto 40px;
    border-radius: 64px;

}
.btn a:after{
    position: absolute;	
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
	border-width: 6px 0 6px 8px;
    top: 38%;
    right: 18px;
    border-color: transparent transparent transparent #FFF;
}
section.detail img{width: 100%}	

/*おすすめバナー*/
ul.recomandBox {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0 0 2%;
}
ul.recomandBox li {
	box-shadow: 1px 1px 2px 1px #C8C8C8;
	width: 100%;
	margin: 0 0 5%;
}
ul.recomandBox li img {
	width: 100%;
	height: auto;
}
ul.recomandBox li dt {
	display: block;
	padding: 5px;
	font-size: 14px;
}
ul.recomandBox li dd {
	padding: 0 5px 10px;
	color: #222 !important;
}

/*footer*/
footer #pagetop {
    text-align: right;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 48;
    background: none;
}
	
footer #pagetop img {
    width: 32px;
    height: 33px;
}	
	
footer p {
    color: #fff;	
    font-size: 10px;
    text-align: center;	
    background: #343474;
    padding: 5px 0;
    margin: 25px 0 0;
}
}

/*760px以上*/
@media screen and (min-width: 760px),print {
/* CSS */
main * p{color: #333;font-size: 15px;line-height: 1.6;}	
#wrapper {line-height: 1.231;}
#dirPathBlock,h1,.iframe_end-content_gadget,#anchorLinkBlock{
	max-width: 970px;
    min-width: 760px;
    margin: 0 auto;
    display: block;
    font-size: 12px;
}
p.endcontents {
	width: auto;
	max-width: 950px;
	min-width: 760px;
	color: #F00;
	margin: 25px auto;
	padding: 10px;
	border: 1px solid #ff0000;
	font-size: 16px;
	font-weight: bold;
	border-radius: 5px;
	text-align: center;
}

/*panlist&back*/
#dirPathBlock,#anchorLinkBlock {
	width: 100%;
	margin: 0 auto;
	display: block;
	font-size: 12px;
}
#dirPathBlock p,#anchorLinkBlock a{font-size: 12px;}

h1 {
    width: auto;	
	max-width:970px;
	min-width:760px;
    color: #004AA0;	
	font-size: 48px;
	font-weight: bold;	
    line-height: 1.3;	
    margin: 30px auto;
}
h2 {
    color: #004AA0;	
	font-size: 36px;
    font-weight: bold;
    line-height: 1.4;
    border-left: 8px solid #00B9F1;
    padding: 0 0 0 16px;
    margin-bottom: 25px;
}
h3{
    color: #004AA0;	
	font-size: 30px;
    font-weight: bold;
    line-height: 1.4;
    border-bottom: 2px solid #00B9F1;
    padding: 0 0 10px;
    margin: 80px 0 25px;	
}	
h4{
    color: #0047b2;	
	font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    margin: 40px 0 25px;
}	
p.red{color: #FF0000;font-weight: bold;}
p.red2{color: #FF0000;font-weight: bold;font-size: 18px;letter-spacing: 0.05em;}	
section.detail p.red2 a{
    background: linear-gradient(transparent 40%, #ffff54 40%);
    text-decoration: none !important;
}	
	
.inner{
	display: block;	
	width: 100%;
	max-width: 970px;
	min-width: 760px;
	margin: 0 auto;
}

/*login*/
.login_ex1{
	position: absolute;
    top: 16px;
    right: 8px;
    width: 180px;
    z-index: 9500;
    margin-right: calc((100% - 962px) / 2);
	line-height: 1.8;
}
	
@media screen and (max-width: 980px) {
.login_ex1{
    margin-right: 5px;
}
}
	
.login_ex1 li{
	margin: 0;
    padding: 10px 15px;
    background: #FFF;
    border: 2px solid #1c4e9c;
    position: relative;
    border-radius: 5px;
    box-shadow: 2px 2px 5px #f4f4f4;
}
	
.login_ex1 li:after{
	content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    top: 32%;
    right: 25px;
    background: #FFF;
    border: 1px solid #555;
    box-shadow: 1px 1px 0 #fff, 2px 2px 0 #333;
}
	
.login_ex1 li a {
    display: flex;
    background: #FFF;
	padding: 0;
	color: #1c4e9c;
}
	
.login_ex1 li p {
	font-size: 16px!important;
	font-weight: bold;
    margin-left: 5%;
    display: grid;
    align-items: center;
}
	
.login_ex1 li img {
    width: 36px;
    height: auto;
}

main{
	padding: 0 20px	
}
	
/*tag*/	
ul.tag{
	display: flex;
    flex-wrap: wrap;	
	width: auto;
	max-width:970px;
	min-width:760px;
    margin: 0 auto 5px;
}
	
ul.tag li{
	color: #333;	
    font-size: 13px;
    background: #C4F1FF;
	padding: 6px 22px;	
    margin: 0 10px 10px 0;	
}
	
/*mv*/
img#mainphoto {
	width: 100%;
	max-width:970px;
	margin:0 auto 2%;
	display:block;
}
		
section.period01,section.period02{
	margin-top: 100px	
}	
	
/*btn*/	
.btn{
	margin-top: 30px;	
}	
.btn-text{
	color: #111;	
	font-size: 15px;
	font-weight: bold;
	text-align: center;	
}
	
.btn a{	
	display: block;
	position: relative;
    width: 100%;
    max-width: 420px;	
    color: #fff;	
    font-size: 18px;
    font-weight: bold;
    text-align: center;	
    background: #004AA0;
    padding: 28px 36px;
    margin: 20px auto 80px;
    border-radius: 64px;

}
.btn a:after{
		position: absolute;	
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 7px 0 7px 8px;
	top: 41%;
	right: 28px;
		border-color: transparent transparent transparent #FFF;
}

/*おすすめバナー*/
ul.recomandBox {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0 0 2%;
}
ul.recomandBox li {
	box-shadow: 1px 1px 2px 1px #C8C8C8;
	width: 46%;
	margin: 0 2% 4%;
}
ul.recomandBox li img {
	width: 100%;
	height: auto;
}
ul.recomandBox li dt {
	display: block;
	padding: 10px;
	font-size: 16px;
}
ul.recomandBox li dd {
	padding: 0 10px 10px;
	color: #222 !important;
	font-size: 14px;
}

/*footer*/
footer #pagetop {
    z-index: 50;	
    position: fixed;	
    right: 20px;	
    bottom: 20px;
    text-align: right;
    background: none;
}
	
footer p {
    color: #fff;	
    font-size: 12px;
    text-align: center;	
    background: #343474;
    padding: 5px 0;
    margin: 25px 0 0;
}	
}
