@charset "UTF-8";

@import url(base.css);

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

html {
    scroll-padding-top: 80px; /* 固定ヘッダの高さ分 */}

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

p {
    font-size: 100%;
    line-height: 1.4em;
    padding: 0;}

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

.cInner {
	display:block;
	clear:both;
	width:1000px;
    padding: 40px 0;
	margin:0 auto;
	text-align: left;
    margin-inline: auto;}
.cInner2 {
	display:block;
	clear:both;
	width:800px;
    padding: 40px 0;
	margin:0 auto;
	text-align: left;}

/*-------------------------------------------------
	++ HEADER
-------------------------------------------------*/
#header {
	position: fixed;
	top:0;
	left:0;
	width:100%;
	z-index: 9999;
    background-color: #FFFFFF;}
#header .Inner {
    width: 1200px;
	height:80px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;}
#header .logo {
    margin: 0;
    width: 300px;}
#header .logo img {
    width: 100%;}

a.company:link,a.company:visited {color:#5A5C57;text-decoration:none;}
a.company:hover,a.company:active {color:#5A5C57;text-decoration:none;}

#menu {
	position:relative;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;}
#menu nav ul {
	width: 100%;
	display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;}
#menu nav li {
	font-size: 100%;
    line-height: 2.3em;
	text-align: center;
	margin: 0;
    padding-right: 2em;
    color: #000000;
	display: inline-block;}
#menu nav li a { 
    display: block;
    color: #000000;
    width: 100%;
    padding: 0px;}
#menu nav li.entry {
    background-color: #ff9601;
    line-height: 2.5em;
    border-radius: 30px;
    padding-right: 0;
    color: #FFFFFF;}
#menu nav li.entry a {
    display: block;
    color: #FFFFFF;
    padding: 0px 20px;
    font-weight: bold;}

#nav_toggle {
	display: none;}

/*-------------------------------------------------
	++ title
-------------------------------------------------*/
#title {
    position: relative;
	width: 100%;
    background-image: url(../img/PC_main_bg.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;}
#title .dairiten {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9998;}
.titleInner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 1100px;
    margin: 3% auto;}
.mainImg {
    order: 2;
    width: 500px;}
.mainImg img {
    width: 100%;}
.mainTxt {
    order: 1;
    width: 600px;
    margin: 0;
    text-align: left;}
.mainTxt2 {
    order: 3;
    width: 680px;
    margin: -30px 0 0 0px;
    text-align: left;}
.catch {
    font-size: 55px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1.2em;
    margin: 3% 0 0 0;}
.catch span {font-size: 30px;display: block;}

.campaignBtn {
    float: left;
    width: 350px;
    margin: 0;
    padding: 10px 0;
    background-color: #ff9601;
    border-radius: 50px;}
.campaignBtn a {
    display: block;
    color: #ffffff;
    font-weight: bold;
    font-size: 24px;
    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;
	width:1000px;
    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: 300px;
    padding: 10px 0px;
    border-radius: 25px;
    font-size: 18px;
    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: 2vw 0;}

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

.reasonBox {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;}
.reasonItem {
    width: 30%;
    background-color: #fff;
    border: 1px #b8b8b8 solid;
    border-radius: 10px;
    padding: 0;
    margin: 1%;}
.reasonImg {
    width: 40%;
    margin: 0 auto 10px auto;}
.reasonImg img {
    width: 100%;}
.reasonItem h4 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4em;
    color: #fff;
    text-align: center;
    font-size: 115%;
    line-height: 1.3em;
    font-weight: bold;
    padding: 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: 100%;
    font-weight: normal;
    padding: 0;}

.functionBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;}
.functionItem {
    width: 190px;
    margin-bottom: 10px;
    background-color: #fff;
    border-radius: 10px;
    padding: 0.5%;}
.functionImg {
    width: 45%;
    margin: 10px auto 0 auto;}
.functionImg img {
    width: 100%;}
.functionItem h4 {
    color: #000;
    text-align: center;
    font-size: 115%;
    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: 250%;
    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: 450px;}
.feeBox p {
    color: #000;
    font-weight: bold;
    line-height: 2.3em;
    font-size: 170%;
    text-align: center;}
.feeBox p span {font-size: 200%;}
.feeTxtC {
    font-size: 110%;
    text-align: center;
    margin-bottom: 50px;}

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

.privacy {
    color: #000000;
    font-size: 90%;
    text-align: center;
    margin: 10px 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: 40px 0;}
#footer .copy {
    margin: 0px;}
#footer .copy a {
    color: #FFF;}

#pageTop {
	position: fixed;
	bottom:48px;
	right:48px;
	width:48px;
	height:48px;}
#pageTop img {
	display:block;}

