﻿
/* --------------------------------------------------------------------------------------
 トップページ
--------------------------------------------------------------------------------------- */
html, body{
	height:100%;
	min-height:100%;
}


/* ------ main ------ */
#main{
	background: url("../../imgs/main.png") center no-repeat;
	background-size: cover;
	padding: 87px 30px;
	max-height: 580px;
	text-align: center;
	position: relative;
}
#main .ttl{
	margin: 0 0 40px;
}
#main p{
	color: #192c54;
	font-size: 20px;
}

#main p.txtyel{
	margin-top: 20px;
	color: #ed9b0c;
	font-size: 18px;
	text-decoration: underline;
}
#main p.txtyel span{
	font-size: 15px;
	text-decoration: none;
}
#main p.icon{
	position: absolute;
	bottom: -80px;
	right: 3%;
}

/*
.bx-wrapper img {
    width: 100%;
}

.bx-wrapper .bx-controls-direction a.disabled{
	display: block;
}

.bx-wrapper .bx-controls-direction a {
	top: 100%;
    margin-top: -60px;
    width: 70px;
    height: 40px;
}

.bx-wrapper .bx-prev {
	background: url(../images/prev.png) no-repeat;
}

.bx-wrapper .bx-next {
	background: url(../images/next.png) no-repeat;
}

.bx-wrapper .bx-next:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-pager.bx-default-pager {
	position: absolute;
	bottom: 8%;
	right: 3%;
	z-index: 99999;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #aaa;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 10px;
	outline: 0;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fff;
}
*/

/* ------ Contents ------ */
#contents{
	padding: 0 0 100px;
}
#scene1,
#scene2{
	padding: 100px 0 0;
}

h3{
	color: #fff;
	font-size: 32px;
	margin: 0 0 50px;
	line-height: 1.3;
	text-align: center;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
h3::before{
	content: " ";
	width: 234px;
	height: 27px;
	background: url("../../imgs/h3l.png") no-repeat;
	background-size: contain;
	margin: 0 10px 0 0;
}
h3::after{
	content: " ";
	width: 234px;
	height: 27px;
	background: url("../../imgs/h3r.png") no-repeat;
	background-size: contain;
	margin: 0 0 0 10px;
}

.point {
	display: flex;
	justify-content: space-between;
	font-size: 0;
}
.point li {
	width: 32%;
	text-align: center;
	margin: 0 0 30px;
}
.point .ptxt {
	font-size: 20px;
	color: #fff;
	background: #c42239;
	padding: 15px 0;
	margin: 15px auto 15px;
	height: 90px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	letter-spacing: 0.05em;
	line-height: 1.4;
	width: 100%;
	display: table;
}
.point .ptxt p{
	display: table-cell;
	vertical-align: middle;
}
.point .p1 .ptxt{
	background: #55bca6;
}
.point .p2 .ptxt{
	background: #4fc2ef;
}
.point .p3 .ptxt{
	background: #ad4e99;
}

#bukken{
	text-align:center;
	font-size: 0;
}

#bukken li{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 47.5%;
	margin: 0 1%;
}

.step {
	position: relative;
	margin: 0 0 50px;
}
.circle {
	position: absolute;
	top: -15px;
	left: 40px;
	color: #fff;
	background-color: #4fc2ef;
	width: 90px;
	height: 90px;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	font-family: 'Oswald', sans-serif;
}
.circle p {
	display: table-cell;
	width: 90px;
	height: 90px;
	text-align: center;
	vertical-align: middle;
	font-size: 18px;
	line-height: 1.1;
}
.circle p span {
	display: block;
	font-size: 45px;
}
.allow:before {
    content: " ";
    display: inline-block;
    border: solid 120px transparent;
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin-left: -40px;
    border-color: #fff transparent transparent transparent;
    border-width: 25px 40px 0 40px;
}
.popup {
	font-size: 25px;
	color: #111;
	background: #fff;
	padding: 40px 20px;
	margin: 0 auto;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	letter-spacing: .5px;
	text-align: center;
}
.sttl{
	color: #4fc2ef;
	font-size: 32px;
	font-weight: bold;
	line-height: 1;
	margin: 0 0 30px;
}
.stxt{
	font-size: 18px;
	line-height: 1.8;
}
.sbtn{
	font-size: 24px;
	line-height: 1.4;
	margin: 20px auto 20px;
	width: 460px;
}
.sbtn span{
	font-size: 16px;
}
.sbtn a{
	display: block;
	padding: 20px 20px;
	background: #ad4e99;
	color: #fff;
}
.sbtn a:hover{
	opacity: 0.8;
}
span.pinky{
	color: #ac4f99;
}
span.bluely{
	color: #0670d3;
}
.blue {
	font-size: 25px;
	color: #111;
	background: #d5e9f6;
	padding: 40px 20px;
	margin: 0 auto;
	letter-spacing: .5px;
	display: flex;
	justify-content: center;
}
.blue p{
	margin: 0 20px;
}

.st1 .circle {
	background-color: #0670d3;
}
.st1 .popup {
	background: #ecf8ff;
}
.st1 .sttl {
	color: #0670d3;
}
.st1.allow:before {
    border-color: #ecf8ff transparent transparent transparent;
}
.st1 .sbtn a{
	background: #192c54;
}

.cap_l.white{
	color: #fff;
	font-size: 14px;
}

.bron {
	display: none !important;
}

/*-----------------------------------------------------	*/
/*	for - 1179px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 1179px) {

}


/*-----------------------------------------------------	*/
/*	for - 767px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 767px) {

#main p.icon{
	position: relative;
	bottom: 0;
	right: 0;
	margin: 0 auto;
	width: 60%;
}
}

/*-----------------------------------------------------	*/
/*	for - 479px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 479px) {

#main{
	padding: 50px 30px 25%;
	max-height: 650px;
	background: url("../../imgs/main.png") center bottom no-repeat;
	background-size:auto 120%;
}
#main .ttl{
	margin: 0 0 30px;
}
#main p{
	font-size: 18px;
	text-align: left;
}
#main p br{
	display: none;
}

#main p.txtyel{
	font-size: 15px;
}
#main p.icon{
	width: 80%;
}
	
.point {
	flex-direction: column;
}
.point li {
	width: 100%;
}

h3{
	font-size: 28px;
}
h3::before,
h3::after{
	width: 80px;
}

.popup {
	padding: 60px 20px 40px;
}
.circle {
	position: absolute;
	top: -20px;
	left: -10px;
	width: 65px;
	height: 65px;
}
.circle p {
	font-size: 14px;
	width: 65px;
	height: 68px;
}
.circle p span {
	font-size: 30px;
}
	
.sttl{
	font-size: 24px;
	line-height: 1.3;
	margin: 0 0 20px;
}
.stxt{
	font-size: 16px;
	text-align: left;
}
.stxt br{
	display: none;
}
.sbtn{
	width: 100%;
}
	
.blue {
	flex-direction: column;
}
.blue .simg{
	margin: 0 0 20px;
	text-align: center;
}

.pc {
	display: none !important;
}

.smp {
	display: block !important;
}
	
.bron {
	display: block !important;
}
}
