@charset "utf-8";
/*
共通スタイル（style.cssから移動）
========================================*/
/*------------------------------
common
-------------------------------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
	display:block;
}
body{
	-webkit-text-size-adjust:none;
	font-size: 14px;
	line-height: 1.5;
	font-family: メイリオ, Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #464646;
}
ol,ul,li{
	list-style:none;
}
body {
	background-image: none;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	min-width: 320px;
	background: #fff;
}
@media screen and (max-width: 750px) {
	body{
		width: 100%;
	}
}
a:hover {
    color: #004386;
    text-decoration: underline;
}
img{
	max-width:100%;
	height:auto;
	vertical-align:middle;
}
.aC{
	text-align: center;
}
/*------------------------------
display: none
-------------------------------*/
.pc {}
.sp {
	display: none !important;
}
@media screen and (max-width: 750px) {
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
}
/*------------------------------
bg
-------------------------------*/
.bg_bl{
	background: #0083cd;
}
.bg_lbl{
	background: #e5f2fa;
}
.bg_wh{
	background: #fff;
}

/*------------------------------
margin
-------------------------------*/
.mb20{margin-bottom: 20px!important;}
@media screen and (min-width: 750px){
	.mb30{margin-bottom: 30px;}
	.mb35{margin-bottom: 35px;}
	.mb50{margin-bottom: 50px;}
	.mb70{margin-bottom: 70px;}
}

/*------------------------------
txt
-------------------------------*/
.att,
.txt{
	font-size: 12px;
}
.bold{
	font-weight: 600;
}
a,a:hover{
	color: #464646;
}
.att li{
	padding-left: 1em;
	text-indent: -1em;
}

/*------------------------------
a
-------------------------------*/
@media screen and (min-width: 750px){
	a{
	transition: all 1s;
	}
	a:hover{
		text-decoration: none;
	}
	a:hover img{
	transform: translate(0,5px);
	}
}
#footerNav a{
	transition: none;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}
#footerNav a:hover{
	color: #fff;
	border: none;
	text-decoration: underline;
}
/*------------------------------
contents
-------------------------------*/
@media screen and (min-width: 750px){
	.contents-inner{
		max-width:980px;
		width:100%;
		margin:0 auto;
	}
}
@media screen and (min-width: 962px){
	#contents{
		padding-top: 150px;
	}
}
@media screen and (min-width: 830px) and (max-width: 961px){
	#contents{
		padding-top: 17%;
	}
}
@media screen and (min-width: 750px) and (max-width: 829px){
	#contents{
		padding-top: 17%;
	}
}
@media screen and (min-width: 750px) and (max-width: 980px){
	.contents-inner{
		padding:0 3vw;
	}
}

@media screen and (min-width: 600px) and (max-width: 750px){
	#contents{
		padding-top: 15%;
	}
}
@media screen and (max-width:750px) {
	#contents{
		padding-top: 14%;
	}
}
/*------------------------------
header
-------------------------------*/
.header_area{
	width: 100%;
	margin: 0 auto;
	position: fixed;
	height: 150px;
	background: #fff;
	z-index: 100;
}
@media screen and (min-width: 750px) and (max-width: 859px){
	.header_area{
	height: 130px;
	}
}
.header{
	width: 980px;
	margin: 20px auto;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.header .header_btn{
	margin-left: auto;
}
@media screen and (max-width:1012px) {
	.header{
		width: 94%;
		margin: 2% auto;
	}
	.header h1{
		width: 62%;
	}
	.header .header_btn{
		width: 24%;
		text-align: right;
	}
}
@media screen and (max-width:750px) {
	.header_area{
		height: auto;
	}
	.header{
		width: 92%;
		margin: 3% auto 2.4%;
	}
	.header h1{
		width: 60%;
	}
	.header .header_btn{
		width: 24%;
		text-align: right;
	}
}

/*------------------------------
nav
-------------------------------*/
@media screen and (min-width: 750px){
	.nav{
		width: 980px;
		margin: 0 auto;
	}

	.nav li{
		display: inline-block;
		border-left: 1px solid #676767;
	}
	.nav li.last{
		border-right: 1px solid #676767;
	}
}
@media screen and (max-width: 980px){
	.nav{
		width: 100%;
		margin: 0 auto;
	}

	.nav li{
		width: 16.5%;
	}
}
@media screen and (max-width: 750px){
	.nav{
		width: 8%;
		margin: 0 0 0 auto;
	}
	.menu-btn {
		position: fixed;
		top: 10px;
		right: 10px;
		display: flex;
		height: 32px;
		width: 32px;
		justify-content: center;
		align-items: center;
		z-index: 90;
		background-color: #0083cd;
	}
	.menu-btn span,
	.menu-btn span:before,
	.menu-btn span:after {
		content: '';
		display: block;
		height: 3px;
		width: 50%;
		border-radius: 3px;
		background-color: #ffffff;
		position: absolute;
	}
	.menu-btn span:before {
		bottom: 7px;
		width: 100%;
	}
	.menu-btn span:after {
		top: 7px;
		width: 100%;
	}
	#menu-btn-check:checked ~ .menu-btn span {
		background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
	}
	#menu-btn-check:checked ~ .menu-btn span::before {
		bottom: 0;
		transform: rotate(45deg);
	}
	#menu-btn-check:checked ~ .menu-btn span::after {
		top: 0;
		transform: rotate(-45deg);
	}
	#menu-btn-check {
		display: none;
	}
	.menu-content {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 80;
		background-color: #3584bb;
	}
	.menu-content ul {
		padding: 70px 10px 0;
	}
	.menu-content ul li {
		border-bottom: solid 1px #ffffff;
		list-style: none;
	}
	.menu-content ul li a {
		display: block;
		width: 100%;
		font-size: 15px;
		box-sizing: border-box;
		color:#ffffff;
		text-decoration: none;
		padding: 9px 15px 10px 0;
		position: relative;
	}
	.menu-content ul li a::before {
		content: "";
		width: 7px;
		height: 7px;
		border-top: solid 2px #ffffff;
		border-right: solid 2px #ffffff;
		transform: rotate(135deg);
		position: absolute;
		right: 11px;
		top: 16px;
	}
	.menu-content {
		width: 100%;
		height: auto;
		position: fixed;
		top: 0;
		left: 100%;/*leftの値を変更してメニューを画面外へ*/
		z-index: 80;
		background-color: #0083cd;
		transition: all 0.5s;/*アニメーション設定*/
	}
	#menu-btn-check:checked ~ .menu-content {
		left: 0;/*メニューを画面内へ*/
	}
	.nav li {
		width: 100%;
	}
}



/*------------------------------
mainvisual
-------------------------------*/
.mainvisual{
	text-align: center;
}
@media screen and (min-width: 750px){
	/*.mainvisual p{
		height: 12px;
	}*/
	.mainvisual{
		/*padding-bottom: 1%;*/
	}
	.bg_mv{
		background: url(../../img/2023norikaecampaign_summer/pc/mv_bg.jpg) repeat-x 0 0;
	}
}

/*------------------------------
intro
-------------------------------*/
.input_btn{
	width: 100%;
}
@media screen and (min-width: 750px){
	.intro,
	.offer_area{
		width: 848px;
		margin: 30px auto 75px;
	}
	.intro ul,
	.offer_area ul{
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		width: 100%;
	}
	.intro li,
	.offer_area li{
		width: 48%;
	}
	.intro ul.att,
	.intro ul.txt{
		display:block;
		width: 75%;
		margin: 0 auto 2%;
	}
	.intro ul.att li,
	.intro ul.txt li{
		width: 100%;
	}
}
@media screen and (max-width: 848px){
	.intro{
		width: 100%;
		margin: 30px auto 75px;
	}
	.intro ul{
		width: 95%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 750px){
	.intro,
	.offer_area{
		width: 90%;
		margin: 5% auto;
	}
	.intro ul,
	.offer_area ul{
		width: 100%;
		margin: 0 auto;
		display: block;
	}
	.intro li,
	.offer_area li{
		margin-bottom: 3%;
	}
}
.intro .ttl_inner {
	display: block;
	text-decoration: none;
	color: #0083cd;
	line-height: 1;
	margin: 0 0 10px;
	padding: 10px;
	border: 1px solid #0083cd;
	width: 40%;
}
.intro .ttl {
	width: 75%;
	margin: 0 auto 2%;
	font-size: 12px;
}

@media screen and (max-width: 750px){
	#acMenu .intro .ttl,
	#acMenu02 .intro .ttl{
		width: 100% !important;
		margin: 0 auto 2%;
		font-size: 12px;
	}
	#acMenu dt,
	#acMenu02 dt 
	.intro .ttl_inner{
		width: 100%;
	}
	#acMenu03{
		background: url(../../img/2023norikaecampaign_summer/sp/img_28_bg.jpg) no-repeat bottom left;
		padding: 0% 16.7%;
		box-sizing: border-box;
		background-size: 100%;
	}
	#acMenu03 dt{
		margin: 0;
	}
	#acMenu03 dt{
		border: 2px solid #0083cd;
		border-radius: 7px 7px 7px 7px;
		background: #fff;
		font-size: 13px;
		text-align: center;
	}
}

@media screen and (min-width: 750px){
	#acMenu,
	#acMenu02{
		width: 75%;
		margin: 0 auto 2%;
		font-size: 12px;
	}
	#acMenu dt{
		width: 40%;
	}
	#acMenu03 dt{
		cursor: pointer;
		display: block;
		text-decoration: none;
		color: #0083cd;
		line-height: 1;
		margin: 0;
		padding: 18px;
		border: 2px solid #0083cd;
		position: relative;
		border-radius: 7px 7px 7px 7px;
		background: #fff;
		font-size: 17px;
		text-align: center;
	}
	.entry_bg{
		background: url(../../img/2023norikaecampaign_summer/pc/entry_bg.jpg) no-repeat 0 0;
		background-size: 100%;
		padding:0% 10.7% 1%;
	}
	.entry_bg ul{
		background: #fff;
		padding: 2% 5% 5%;
	}
}

.acMenu dt{
		cursor:pointer;
		display: block;
		text-decoration: none;
		color: #0083cd;
		line-height: 1;
		margin: 0 0 10px;
		padding: 10px;
		border: 1px solid #0083cd;
		position: relative;
	}
.acMenu dd{
	width:100%;;
	display:none;
}
.intro .acMenu ul.att{
	width: 100%;
}
.acMenu dt:after{
	content:"";
	display:block;
	width:8px;
	height:8px;
	border-top: #0083cd 1px solid;
	border-right: #0083cd 1px solid;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	position:absolute;
	right: 4%;
	top: 0;
	bottom: 15%;
	margin: auto;
	transition: 0.6s;
}
.acMenu dt.selected:after {
	transform: translateY(-50%) rotate(315deg);
	transition: 0.6s;
	top: 50%;
}
/*------------------------------
section01
-------------------------------*/
.section01{
	padding: 50px 0;
}
.section01 p{
	text-align: right;
	margin-top: 25px;
	font-size: 12px;
}
@media screen and (max-width: 750px){
	.section01{
		padding: 20px 0;
	}
	.section01 p{
		font-size: 11px;
		padding: 10px 10px 20px;
		text-align: center;
		margin-top: 0;
	}
}

/*------------------------------
section02
-------------------------------*/
@media screen and (min-width: 750px){
	.section02{
		text-align: center;
		padding: 56px 0 80px;
	}
	.section02 .planLink{
		background: url(../../img/2023norikaecampaign_summer/pc/bg_03.jpg) no-repeat bottom left;
		padding: 5%;
	}
}

/*------------------------------
section03
-------------------------------*/
@media screen and (min-width: 750px){
	.section03{
		padding: 60px 0 40px;
	}
}
@media screen and (max-width: 750px){
	.section03{
		padding: 0 0 5%;
	}
}

/*------------------------------
section04
-------------------------------*/
@media screen and (min-width: 750px){
	.section04{
		text-align: center;
		padding: 0 0 85px;
	}
	.section04 .plan_pagelink{
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		max-width: 919px;
		width: 100%;
		margin: 23px auto 0;
	}
	.section04 .plan_pagelink li{
		width: 49%;
	}
	.btnArea{
		background: url(../../img/2023norikaecampaign_summer/pc/bg_01.png) no-repeat bottom left;
		background-image: url(../../img/2023norikaecampaign_summer/pc/bg_01.png);
		background-size: 100%;
		padding: 2% 6%;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.btnArea li{
		width: 47.5%;
		margin: 0 auto 2.3%;
	}
	.mediumPlan .btnArea{
		background: url(../../img/2023norikaecampaign_summer/pc/bg_02.png) no-repeat bottom left;
		background-size: 100%;
	}
}
@media screen and (max-width: 750px){
	.section04{	
	}
	.section04 .plan_pagelink{
		width: 100%;
	}
	.section04 .plan_pagelink li{
		margin-bottom: 2%;
	}
	.btnArea{
		background: url(../../img/2023norikaecampaign_summer/sp/bg_01.png) no-repeat bottom left;
		background-size: 100%;
		padding-bottom: 4%;
		padding-top: 4%;
	}
	.btnArea li{
		width: 81%;
		margin: 0 auto 2.3%;
	}
	.mediumPlan .btnArea{
		background: url(../../img/2023norikaecampaign_summer/sp/bg_02.png) no-repeat bottom left;
		background-size: 100%;
	}
	.mediumPlan .btnArea li{
		width: 81%;
		margin: 0 auto 2.3%;
	}
}

/*------------------------------
section05
-------------------------------*/
@media screen and (min-width: 750px){
	.section05{
		padding: 80px 0;
		font-size: 13px;
		line-height: 1.6;
	}
	.terms_bg{
		padding: 60px 50px 40px;
		background-color: #fff;
		border-radius: 7px;
	}
	.section05 dl{
		margin-bottom: 4%;
	}
	.section05 dt{
		font-size: 15px;
		font-weight: 600;
	} 
}
@media screen and (max-width: 750px){
	.section05{
		padding: 5%;
		font-size: 12px;
	}
	.terms_bg{
		background-color: #fff;
		border-radius: 7px;
		padding: 8% 6% 3%;
	}
	.section05 dl{
		margin-bottom: 8%;
	}
	.section05 dt{
		font-size: 14px;
		font-weight: 600;
	} 
	.section05 p img{
		text-align: center;
		width: 88%;
		margin: 0 auto 20px;;
	}
}
.section05 dd{
	padding-left:1em;
	text-indent:-1em;
	padding-bottom: 3%;
}

.section05 dd.ltxt{
	padding-left:0;
	text-indent:0;
	padding-bottom: 3%;
}
/*------------------------------
section06
-------------------------------*/
@media screen and (min-width: 750px){
	.section06{
		text-align: center;
		padding: 65px 0 45px;
	}
	.section06 p{
		width: 686px;
		margin: 0 auto 20px;
	}
}
@media screen and (max-width: 750px){
	.section06{
		text-align: center;
		padding: 5% 0;
	}
	.section06 p{
		width: 85%;
		margin: 0 auto 3%;
	}
}
/*------------------------------
section07
-------------------------------*/
@media screen and (min-width: 750px){
	.section07{
		padding: 80px 105px;
		text-align: center;
	}
}
/*------------------------------
section08
-------------------------------*/
@media screen and (min-width: 750px){
	.section08{
		padding-bottom: 75px;
	}
	.section08 .bg{
		background: url(../../img/2023norikaecampaign_summer/pc/bg_04.jpg) no-repeat bottom left;
		background-size: 100%;
		padding: 0 9% 2%;
	}
	.section08 .btn_area{
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		padding: 0 8.5% 2%;
		width: 100%;
		box-sizing: border-box;
	}
	.section08 .btn_area dl{
		text-align: center;
		width: 50%;
	}
	.section08 .btn_area dl:first-child{
		width: 44%;
	}
	.section08 .btn_area dd{
		display: table-cell;
	}
}
@media screen and (max-width: 750px){
	.section08 .bg{
		background: url(../../img/2023norikaecampaign_summer/sp/img_42.jpg) no-repeat bottom left;
		background-size: 100%;
		padding-bottom: 6%;
	}
	.section08 .btn_area{
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		padding: 0 10%;
		width: 100%;
		box-sizing: border-box;
	}
	.section08 .btn_area dl{
		text-align: center;
		width: 53%;
	}
	.section08 .btn_area dl:first-child{
		width: 43%;
	}
	.section08 .att{
		font-size: 10px;
		padding: 2% 11% 5%;
	}

}
/*------------------------------
section09
-------------------------------*/
@media screen and (min-width: 750px){
	.section09{
		padding: 8% 0 4%;
	}
}
/*------------------------------
footer
-------------------------------*/
footer {
	position: relative;
	z-index: 1;
	padding-bottom: 20px;
	background: #0083cd;
	text-align: center;
	color: #fff;
}

#btnPagetop {
	opacity: 0.8;
	position: fixed;
	bottom: 0;
	right: 20px;
	width: 60px;
	height: 0;
	margin-bottom: 20px;
	padding-top: 60px;
	background: url(../../img/2023norikaecampaign_summer/pc/btn_pagetop.png) 50% 50%;
	background-size: contain;
	text-indent: -9999px;
}

#btnPagetop.on,
#btnPagetop.onScrLock {
	visibility: visible;
	opacity: 1;
}

#btnPagetop.edge,
#btnPagetop.edgeScrLock {
	position: absolute;
	bottom: 100%;
}

#footerNav {
	margin: 0 -10px;
	padding: 19px 0;
	background: #005f97;
	letter-spacing: -.4em;
	color: #fff;
	line-height: 0;
}
#footerNav li {
	display: inline-block;
	padding: 0 10px;
	letter-spacing: .05em;
	line-height: 1;
}
#footerNav li+li {
	border-left: solid 1px;
}

#footerLogo {
	display: block;
	width: 145px;
	margin: 20px auto 0;
}
@media screen and (max-width: 750px){
	footer {
		width: 100%;
	}
	#footerNav {
		margin: 0;
		width: 100%;
	}
	#footerNav a {
		font-size: 12px;
	}
	#btnPagetop {
		right: 10px;
		width: 48px;
		margin-bottom: 10px;
		padding-top: 48px;
	}
	#footerLogo {
		width: 87px;
		margin-top: 15px;
	}
}
