/*--------------------------------
reset
--------------------------------*/
html,body,div,p,img,iframe,a,span,blockquote,q,address,cite,
pre,code,em,small,strong,b,i,
header,article,section,nav,figure,figcaption,hgroup,menu,aside,footer,time,
h1,h2,h3,h4,h5,h6,
ul,ol,li,dl,dt,dd,
table,tbody,thead,tfoot,th,tr,td,
form,fieldset,legend,label,select,input,textarea,button{
	margin: 0;
	padding: 0;
	border: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: baseline;
}
header,article,section,nav,figure,figcaption,hgroup,menu,aside,footer{
	display: block;
}
ul{
	list-style-type: none;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 500;
}
body{
	line-height: 1;
}
a{
	text-decoration: none;
}
img{
	vertical-align: middle;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
select,option,input:not([type=checkbox]),textarea,button{
    font: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}
blockquote::before,blockquote::after,q::before,q::after{
	content: '';
	content: none;
}
[type=submit],[type=button],[type=reset],[type=file],button{
	cursor: pointer;
}
:focus{
	outline: none;
}

/*--------------------------------
global element
--------------------------------*/
body{
	background: #fff;
	font-size: 15px;
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
    font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
a{
	transition: .5s;
}
.clear{
	margin:　0;
	padding:　0;
	height:　0;
	clear:　both;
}
.wrap{
    padding: 100px 0 0;
}
.txt-none{
    text-indent: 120%;
    overflow: hidden;
    white-space: nowrap;
}
/*--------------------------------
header
--------------------------------*/
.header{
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 2;
    display: flex;
}
.header .title{
    width: 420px;
    height: 100%;
    flex: 0 1 420px;
}
.logo-3ban{
    background: url(../images/logo-3ban.png) no-repeat 0 0;
}
.logo-4ban{
    background: url(../images/logo-4ban.png) no-repeat 0 0;
}
.logo-5ban{
    background: url(../images/logo-5ban.png) no-repeat 0 0;
}
.logo-6ban{
    background: url(../images/logo-6ban.png) no-repeat 0 0;
}
.logo-7ban{
    background: url(../images/logo-7ban.png) no-repeat 0 0;
}
.logo-8ban{
    background: url(../images/logo-8ban.png) no-repeat 0 0;
}
.logo-10ban{
    background: url(../images/logo-10ban.png) no-repeat 0 0;
}
.logo-11ban{
    background: url(../images/logo-11ban.png) no-repeat 0 0;
}
.logo{
    background: url(../images/logo.png) no-repeat 0 0;
}
.header .head-nav{
    height: 100%;
    padding: 0 30px 0 0;
    flex: 1 0 auto;
    text-align: right;
    font-size: 18px;
    line-height: 100px;
    color: #154552;
}
.head-nav a{
    padding: 0 10px;
    display: inline-block;
    letter-spacing: 6px;
    color: #154552;
}
/*--------------------------------
contents
--------------------------------*/
.top{
    width: 100%;
    height: 588px;
    position: relative;
}
.top-img{
    height: 100%;
    margin: 0 0 0 30%;
    background: url(../images/top-img.jpg) no-repeat 0 center;
    background-size: 70vw auto;
}
.top .catch{
    width: 514px;
    height: 240px;
    background: url(../images/catch.png) no-repeat 0 0;
    position: absolute;
    top: 195px;
    left: 15%;
}

.about{
    padding: 100px 0;
}
.h01{
    font-size: 36px;
    color: #154552;
    letter-spacing: 6px;
    text-align: center;
    font-weight: bold;
}
.h01 .h-sub{
    display: block;
    padding: 20px 0 0;
    font-size: 30px;
    letter-spacing: 0;
}
.about-img{
    width: 860px;
    height: 430px;
    margin: 50px auto 150px;
    background: url(../images/about-img.jpg) no-repeat 0 0;
    position: relative;
}
.about-text{
    width: 430px;
    height: 430px;
    padding: 40px;
    background: #154552;
    color: #fff;
    position: absolute;
    top: 50px;
    right: 0;
}
.h02{
    margin: 0 0 20px;
    font-size: 28px;
    line-height: 1.2;
    text-align: center;
    font-weight: bold;
}
.p{
    font-size: 15px;
    line-height: 1.5;
}
.reg-btn{
    width: 700px;
    line-height: 150px;
    margin: 0 auto;
    padding: 0 0 0 50px;
    display: block;
    text-align: center;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.9);
    background: url(../images/feather.png) no-repeat 100px center,#cc3b49;
    box-shadow: 0 8px 0 0 #5a2121;
    border-radius: 20px;
}
.reg-btn:hover{
    box-shadow: 0 0 0 0 #5a2121;
    opacity: .7;
    transform: translateY(8px);
}

.branch-text{
	color: #154552;
	text-align: center;
	margin: 20px;
	font-size: 30px;
}
.branch-reg{
	width: 800px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.branch-reg .reg-btn{
	flex: 0 0 48%;
	width: auto;
	line-height: 100px;
	padding: 0 0 0 30px;
	font-size: 26px;
}
.branch-reg .reg-btn.btn-ss{
    background: url(../images/feather.png) no-repeat 10px center,#cc3b49;
    background-size: auto 60%;
}
.branch-reg .reg-btn.btn-ms{
	background: url(../images/feather.png) no-repeat 10px center,#199597;
	background-size: auto 60%;
	box-shadow: 0 8px 0 0 #004748;
}
.reg-btn.btn-ms:hover{
    box-shadow: 0 0 0 0 #004748;
}


.point{
    width: 100%;
    height: 500px;
    position: relative;
    background: url(../images/point-bg.jpg) no-repeat right center;
    background-size: auto 588px;
    z-index: 1;
}
.point-inner{
    width: 860px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    text-align: center;
}
.point-head{
    width: 340px;
    height: 340px;
    position: absolute;
    top: 80px;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #154552;
    color: #fff;
}
.point-head .h-sub{
    display: block;
    font-size: 24px;
    font-weight: normal;
}
.point-box{
    width: 160px;
    height: 160px;
    position: absolute;
    display: flex;
    align-items: flex-end;
}
.point01 {
    background: url(../images/point01.jpg) no-repeat 0 0;
    top: 80px;
    right: 270px;
}
.point02 {
    background: url(../images/point02.jpg) no-repeat 0 0;
    top: 80px;
    right: 90px;
}
.point03 {
    background: url(../images/point03.jpg) no-repeat 0 0;
    top: 260px;
    right: 180px;
}
.point04 {
    background: url(../images/point04.jpg) no-repeat 0 0;
    top: 260px;
    right: 0;
}
.point-text{
    color: #154552;
    font-size: 18px;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
    text-shadow: 0 0 4px rgba(255,255,255,.9);
    flex: 1 0 auto;
    font-family: Meiryo;
    background: rgba(255,255,255,0.6);
    padding: 10px 0;
}

.voice{
    margin: -80px 0 0;
    padding: 160px 0 0;
    position: relative;
    background: #67c1c9;
}
.voice .h01{
    color: #fff;
}
.voice-inner{
    width: 940px;
    margin: auto;
    padding: 60px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between; 
}
.voice-box{
    width: 430px;
    flex: 0 0 430px;
}
.voice-box:nth-of-type(2n){
    padding: 40px 0 0;
}
.voice-text{
    width: 390px;
    margin: -40px 0 0;
    padding: 50px 40px 40px;
    background: #fff;
    position: relative;
    color: #154552;
}
.user-name{
    padding: 11px 22px;
    position: absolute;
    top: -20px;
    left: 40px;
    display: inline-block;
    background: #154552;
    color: #fff;
    font-size: 18px;
    border-radius: 20px;
}
.h03{
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 30px;
}
.voice-text .p{
    font-size: 15px;
    line-height: 1.4;
}

.bottom-btn{
    padding: 100px 0;
}
.btn-desc{
	margin: 32px auto 0 auto;
	width: 784px;
	padding: 16px;
	font-size: 24px;
	font-weight: bold;
	background: #154552;
	color: #fff;
	text-align: center;
	position: relative;
}
.btn-desc::after{
	margin: 0 auto;
	width: 0;
	height: 0;
	content: "";
	border-style: solid;
	border-width: 0 8px 24px 8px;
	border-color: transparent transparent #154552 transparent;
	position: absolute;
	top: -24px;
	right: 0;
	left: 0;
}
/*--------------------------------
Footer
--------------------------------*/
.footer{
    padding: 40px;
    background: #154552;
    color: #fff;
}
.copy{
    text-align: center;
    font-style: normal;
}
#pr{
    margin: 30px;
}
.to-top{
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 110px;
    height: 110px;
    background: url(../images/to-top.png) no-repeat 0 0,#818181;
    border-radius: 60px;
    z-index: 2;
    opacity: 0;
    transition: all .3s;
}
/*--------------------------------
Form
--------------------------------*/
.entry{
    padding: 100px 0 50px;
    background: #67c1c9;
}
.entry-desc{
	margin: 0 auto;
	width: 100%;
	max-width: 600px;
}
.entry-desc .general-txt{
	margin: 16px 0 0 0;
	padding: 16px;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	background: #fff;
	color: #154552;
}
.entry .h01{
    color: #fff;
}
.form{
    width: 600px;
    margin: 50px auto 0;
}

.form fieldset{
	padding: 15px 0 0 0;
	position: relative;
}
.form fieldset label{
	line-height: 40px;
	font-size: 16px;
	color: #fff;
	display: block;
}
.form fieldset p{
	line-height: 40px;
}
.form fieldset p span{
	font-family:sans-serif;
}
.form-desc{
	flex-basis: 100%;
	flex-shrink: 0;
	flex-grow: 1;
	font-size: 12px;
}
.msg{
	margin: 10px 0 0 0;
	padding: 10px;
    word-break: break-all;
}
.msg a{
	color: #ffa311;
}
.form fieldset .msg{
	padding: 20px;	
	font-size: 14px;
	line-height: 18px;
    background: #fff;
    color: #595959;
}
.form .error{
	margin: 10px 0 0 0;
	padding: 5px;
	text-align: center;
	background: #ffe5e5;
	color: #f33;
	flex-shrink: 0;
}
.form input[type="text"],
.form input[type="password"],
.form textarea,.form select{
	margin: 0;
	padding: 10px;
	width: 100%;
    height: 44px;
	font-size: 16px;
	line-height: 20px;
	color: #666;
	border: 0;
	background: #eaeaea;
	-webkit-appearance: none;
	border-radius: 5px;
}
.form textarea{
	height: 120px;
}
.form select{
	background: url(../images/icon_select.png) no-repeat right #eaeaea;
	background-size:25px;
}
.form .second-select{
	margin: 1px 0 0 0;
}
.form input[type="radio"]{
	width: 30px;
	height: 30px;
	border: 5px solid #eaeaea;
	border-radius: 50%;
    background: #eaeaea;
}
.form input[type="radio"]:checked{
	background: #ffbc51;
}
.regular-radio{
	display: flex;
	align-items: center;
}
.regular-radio span{
	padding: 0 15px 0 10px;
	display: block;
    color: #fff;
}
.entry-btn{margin:0;padding:20px 0;clear:both;text-align:center;}
.entry-btn p{margin:0 0 20px 0;padding:20px;line-height:20px;font-size:14px;
    background: #fff;
color:#333;text-align:left;}
.entry-btn p a{color:#ffa311;}
.form p a{color:#ffa311;}

.entry-btn button{
	margin: 0 auto;
	width: 100%;
    height: 100px;
	display: block;
	overflow:hidden;
    background: #cc3b49;
    border-radius: 10px;
	box-shadow: 0 5px 0 0 #5a2121;
	transform:translate3d(0,0,0);
	transition: .5s;
    text-align: center;
}
.entry-btn button:hover{
	box-shadow: 0 0 0 rgba(0,0,0,.1);
	transform:translateY(5px);
	opacity: .7;
}
.entry-btn button span{
    display: block;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
}

.juyo {font-size:100% !important; border:2px solid #f00 !important; !important; padding:8px !important;margin:8px 0; box-sizing:border-box;}

.play-check{
	display: flex;
	flex-wrap: wrap;
}
.play-check label{
	flex: 0 0 24%;
}

.success{
    width: 600px;
    margin: 50px auto;
    background: #fff;
    padding: 40px;
}
.success .p{
    margin: 0 0 30px;
}
.success a{
    color:#ffa311;
}

#popup{padding:10px;background:#f0f0f0;}
#popup article{padding:0;background:#fff;}
#popup article header{padding:0;}
#popup article header h1{padding:0 10px;height:50px;line-height:50px;background:#154552;color:#fff;font-size:16px;}
#popup article h3,
#popup article h4{padding:10px;color:#154552;line-height:30px;}
#popup article p,
#popup article ul{padding:10px;line-height:18px;color:#666;} 


/*--------------------------------
mother
--------------------------------*/
#mother {
	width: 200px;
	height: 40px;
	position: absolute;
	top: 25px;
	left: 260px;
}
#mother h1{
	height:40px;
	background-position: left center;
	text-indent: 120%;
	overflow: hidden;
	white-space: nowrap;
}

#pr img{
	display: block;
	margin: 0 auto 10px;
}

/*--------------------------------
js
--------------------------------*/
.point-box{
    opacity: 0;
    transform: translateY(20px);
    transition: all .8s;
}
.point01{
    transition-delay: .3s;
}
.point02{
    transition-delay: .6s;
}
.point03{
    transition-delay: .9s;
}
.point04{
    transition-delay: 1.2s;
}
.js-extend{
    width: 0;
    transition: all .5s;
}
.js-fadein{
    opacity: 0;
    transform: translateY(20px);
    transition: all .8s;
}
.js-fadein-active{
    opacity: 1;
    transform: translateY(0);
}

/* campaign */
.campaign h4 {border:0; font-size:14px; color:#333; text-indent:0; padding:10px 0 10px 20px;}
.campaign h5 {font-weight:normal; font-size:12px;color:#333; padding:10px 0 10px 20px;}
.campaign p{padding:0 10px 0 20px;}
.cam_msg {font-size:11px; color:#aaa; padding:0;}
.campaign strong {font-weight:bold; color:#f00;}
.camMenu { margin-bottom:10px;padding-left:20px;}
.camMenu dt { font-weight:bold; font-size:16px; margin:5px 0;}
.camMenu dt:before{content:"▼"; color:#714769;}
.camMenu dd {margin-bottom:10px;}
.camMenu table {border-collapse:collapse; width:270px; color:#000;}
.camMenu table th{text-align:center; background:#ccc; width:90px; border:1px solid #aaa;}
.camMenu table td{text-align:right; width:90px; background:#fff; border:1px solid #aaa; padding-right:10px; box-sizing:border-box;}
.camMenu table tr td:last-child{background:#ff0;}

#campaign_btn,
#campaign_btn_entry {
	position: absolute;
	top: 100px;
	right: 10px;
	z-index: 2; 
}
#campaign_btn a,
#campaign_btn_entry a {
	width: 100px;
	height: 100px;
	display: block;
	background: url(../images/cam_btn.png) no-repeat 0 0;
	text-indent: 120%;
	overflow: hidden;
	white-space: nowrap;
	background-size: contain;
}
