@charset "UTF-8";

@import url(base.css);

img {
	display: inline-block;
	max-width:100%;
	max-height: 100%;
    vertical-align:top;}


html{ scroll-behavior: smooth;scroll-padding-top: 13vw;}

p {
	font-size: 3.8vw !important;}

.pc,.pc845 {
	display: none !important;}

.img100 {
	width: 100%;
	height: auto;}
.img90 {
	width: 90%;
	height: auto;}
.img50 {
	width: 50%;
	height: auto;}
.img45 {
	width: 45%;
	height: auto;}

/*-------------------------------------------------
	++ OUTER
-------------------------------------------------*/
#container {
	margin:0 auto;
	text-align: center;
	position:relative;
    width: 100%;
	min-width:100%;}

.cInner {
	display:block;
	clear:both;
	margin:0 auto;
	text-align: left;
	position:relative;
	padding:6vw 2vw;
    margin-inline: auto;}
.cInner2 {
	display:block;
	clear:both;
	margin:0 auto;
	text-align: left;
	position:relative;
	padding:6vw 2vw 3vw 2vw;}

/*-------------------------------------------------
	++ HEADER
-------------------------------------------------*/
#header {
	position:fixed;
	top:0;
	left:0;
	z-index:9998;
	width:100%;
    margin: 0;
    padding: 0;
	-webkit-overflow-scrolling : touch;
    background-color: #FFFFFF;}
#header .Inner {
    width: 100%;
	height: 13vw;
    padding: 2% 0 0 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;}

#header .logo {
    margin-left: 1%;
    width: 50%;}
#header .logo img {
    width: 100%;}
#header .nav-area {
    display: none;}

#menu {
	position:relative;}
#menu nav {
    display: flex;}
#menu nav ul {
    display: none;}
#menu nav ul.open {
    display: block;
    position: fixed;
    left: 0;
    top: 13vw;
    text-align: left;
    width: 100%;}
#menu nav li,
#menu nav li.entry {
    background-color: #005bff;
    border-bottom-color: #b3d2ff;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin-left: 0;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 4.5vw;
    line-height: 1;
    padding: 15px 10px;
	text-align: center;}
#menu nav li span {
	display:none;}
#menu nav li a {
	color: #FFFFFF;
    display: block;}
#nav_toggle {
	position:absolute;
	top:1.5vw;
	right:1vw;
	display: block;
	width: 35px;
	height: 30px;
	margin: 0px;
	z-index: 100;}
#nav_toggle i {
	display: block;
	height: 3px;
	background: #005bff;
	position: absolute;
	width: 100%;
	left: 0;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;}
#nav_toggle i:nth-child(1) {
	top: 0;}
#nav_toggle i:nth-child(2) {
	top: 10px;}
#nav_toggle i:nth-child(3) {
	top: 20px;}
#nav_toggle.open i:nth-child(1) {
	top: 12px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);}
#nav_toggle.open i:nth-child(2) {
	width: 0;
	left: 50%;}
#nav_toggle.open i:nth-child(3) {
	top: 12px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	transform: rotate(-135deg);}

/*-------------------------------------------------
	++ title
-------------------------------------------------*/
#title {
    position: relative;
    background-image: url(../img/SP_main_bg.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;}
#title .dairiten {
    width: 25%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;}

.titleInner {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 95%;
    margin: 0 auto;}
.mainImg {
    order: 2;
    width: 100%;
    margin: 2% auto 0 auto;}
.mainTxt {
    order: 1;
    width: 100%;
    margin: 6% 0 0 0;
    text-align: left;}
.mainTxt2 {
    order: 3;
    width: 100%;
    margin: 0;
    text-align: left;}
.catch {
    font-size: 8.5vw;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1.3em;
    margin: 0 auto 0 auto;
    text-align: center;}
.catch span {font-size: 5.5vw;display: block;line-height: 1.3em;padding-bottom: 3vw;}

.campaignBtn {
    float: left;
    width: 100%;
    margin: 10px 0;
    padding: 10px 0;
    background-color: #ff9601;
    border-radius: 30px;}
.campaignBtn a {
    display: block;
    color: #ffffff;
    font-weight: bold;
    font-size: 5vw;
    line-height: 1.5em;
    text-align: center;}
.campaignBtn a:link,.campaignBtn a:visited {color:#ffffff;text-decoration:none;}
.campaignBtn a:hover,.campaignBtn a:active {color:#ffffff;text-decoration:none;}

/*-------------------------------------------------
	++ BTN
-------------------------------------------------*/
.btnBox {
	display:block;
	clear:both;
    padding: 0;
	margin:0 auto;
	text-align: left;}
.btnOrange {
    margin: 1% auto;
    text-align: center;}
.btnOrange a {
    display: inline-block;
    color: #FFF;
    text-align: center;
    width: 80%;
    padding: 2vw 0;
    border-radius: 25px;
    font-size: 4.6vw;
    font-weight: bold;
    background-color: #ff9601;}
.btnOrange a:hover {
    text-decoration: none;}
.btnOrange a:link,.btnOrange a:visited {color:#FFF;text-decoration:none;}
.btnOrange a:hover,.btnOrange a:active {color:#FFF;text-decoration:none;}

/*-------------------------------------------------
	++ bg
-------------------------------------------------*/
.cInner > .bgBlue {
    border-image: linear-gradient(#d6ecff,#d6ecff) fill 0//0 100vw 0 100vw;
    margin: 0;
    padding: 5vw 0;}

/*-------------------------------------------------
	++ others
-------------------------------------------------*/
h3 {
    color: #005bff;
    text-align: center;
    font-size: 6vw;
    font-weight: bold;
    line-height: 1.3em;
    margin: 0 auto 0.5em auto;}

.reasonBox {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;}
.reasonItem {
    width: 48%;
    background-color: #fff;
    border: 1px #b8b8b8 solid;
    border-radius: 10px;
    margin: 1%;
    padding: 0;}
.reasonImg {
    width: 55%;
    margin: 0 auto 10px auto;}
.reasonImg img {
    width: 100%;}
.reasonItem h4 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    font-size: 4vw;
    line-height: 1.3em;
    font-weight: bold;
    padding: 3vw 0;
    margin: 0;
    background-color: #005bff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;}
.reasonInner {
    padding: 10px;}
.reasonItem p {
    text-align: left;
    color: #000000;
    font-size: 3.5vw !important;
    font-weight: normal;
    padding: 0;}

.functionBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;}
.functionItem {
    width: 49%;
    margin-bottom: 10px;
    background-color: #fff;
    border-radius: 10px;
    padding: 0.5%;}
.functionImg {
    width: 40%;
    margin: 10px auto 0 auto;}
.functionImg img {
    width: 100%;}
.functionItem h4 {
    color: #000;
    text-align: center;
    font-size: 4vw;
    line-height: 1.2em;
    font-weight: bold;
    height: 4em;
    display: flex;
    align-items: center;
    justify-content: center;}

.feeTtl {
    color: #ff0000;
    font-weight: bold;
    font-size: 9vw;
    text-align: center;
    margin: 1% auto 2% auto;}
.feeBox {
    margin: 0px auto 10px auto;
    border: 1px #b8b8b8 solid;
    border-radius: 10px;
    padding: 2% 0;
    width: 100%;}
.feeBox p {
    color: #000;
    font-weight: bold;
    line-height: 2em;
    font-size: 5vw !important;
    text-align: center;}
.feeBox p span {font-size: 9vw;}
.feeTxtC {
    font-size: 4vw !important;
    text-align: center;
    margin-bottom: 50px;}

.BtnPDF {
    width: 100%;
    margin: 20px auto 40px auto;
    text-align: center;}

.privacy {
    color: #000000;
    font-size: 3vw !important;
    text-align: center;
    margin: 5px auto 0 auto;}
.privacy a:link,.privacy a:visited {color: #000000;text-decoration:underline;}
.privacy a:hover,.privacy a:active {color: #000000;text-decoration:none;}

/*-------------------------------------------------
	++ FOOTER
-------------------------------------------------*/
#footer {
    background-color: #005bff;
    color: #FFF;
    padding: 3vw 0;}
#footer .copy {
    margin: 0px;
    font-size: 3.5vw !important;}
#footer .copy a {
    color: #FFF;}

#pageTop {
    position: fixed;
    bottom: 5vw;
    right: 5vw;
    width: 14vw;
    height: 14vw;}
#pageTop img {
	display:block;}





