@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: 17vw;}

p {
	font-size: 3.8vw;}

.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:0 2vw;
    margin-inline: auto;}

/*-------------------------------------------------
	++ 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: #00923a;
    border-bottom-color: #78d198;
    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: #00923a;
	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: 1% auto 0 auto;}
.mainTxt {
    order: 1;
    width: 100%;
    margin: 10% 0 0 0;
    text-align: left;}
.mainTxt2 {
    order: 3;
    width: 100%;
    margin: 0;
    text-align: left;}
.catch {
    font-size: 9vw;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1.2em;
    margin: 0 auto 0 auto;
    text-align: center;}
.catch span {font-size: 7vw;display: block;}
.catch span.subttl {font-size: 4.7vw;}

.campaignBtn {
    width: 90%;
    margin: 10px auto;
    padding: 10px 0;
    background-color: #ff0000;
    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:8% auto;
	text-align: left;}
.btnRed {
    margin: 0 auto;
    text-align: center;}
.btnRed a {
    display: inline-block;
    color: #FFF;
    text-align: center;
    width: 90%;
    padding: 3vw 0;
    border-radius: 50px;
    font-size: 4.3vw;
    font-weight: bold;
    background-color: #ff0000;}
.btnRed2 {
    margin: 0;}
.btnRed2 a {
    display: inline-block;
    color: #FFF;
    text-align: center;
    padding: 1.5vw 3vw;
    border-radius: 50px;
    font-size: 3.2vw;
    font-weight: bold;
    background-color: #ff0000;}
.btnGreen {
    margin: 0 auto 5px auto;
    text-align: center;}
.btnGreen a {
    display: inline-block;
    color: #FFF;
    text-align: center;
    width: 100%;
    padding: 10px 0px;
    border-radius: 50px;
    font-size: 3vw;
    line-height: 1.2em;
    font-weight: bold;
    background-color: #00923a;
    background-image: url(../img/bt_blank.svg);
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 15px;}
.btnRed a:hover,.btnRed2 a:hover,.btnGreen a:hover {text-decoration: none;}
.btnRed a:link,.btnRed a:visited,
.btnRed2 a:link,.btnRed2 a:visited,
.btnGreen a:link,.btnGreen a:visited {color:#FFF;text-decoration:none;}
.btnRed a:hover,.btnRed a:active,
.btnRed2 a:hover,.btnRed2 a:active,
.btnGreen a:hover,.btnGreen a:active {color:#FFF;text-decoration:none;}

/*-------------------------------------------------
	++ bg
-------------------------------------------------*/
.cInner > .bgTtl {
    border-image: linear-gradient(#ffa900, #ffa900) fill 0 / / 0 100vw 0 100vw;
    margin: 0;
    padding: 4vw 0;}
.cInner > .bgWhite {
    border-image: linear-gradient(#fff, #fff) fill 0 / / 0 100vw 0 100vw;
    margin: 0;
    padding: 8vw 0;}
.cInner > .bgGray {
    border-image: linear-gradient(#f0f0f0, #f0f0f0) fill 0 / / 0 100vw 0 100vw;
    margin: 0;
    padding: 8vw 0;}
.cInner > .bgGreen3 {
    border-image: linear-gradient(#ebffeb, #ebffeb) fill 0 / / 0 100vw 0 100vw;
    margin: 0;
    padding: 8vw 0;}

/*-------------------------------------------------
	++ others
-------------------------------------------------*/
h3 {
    color: #ff0000;
    text-align: center;
    padding: 0.5em;
    margin: 10vw -2vw 3vw -2vw;
    width: calc(100% + 4vw);
    font-size: 5.5vw;
    line-height: 1.2em;
    border-top: solid 2px #ff8a00;
    border-bottom: solid 2px #ff8a00;
    background: repeating-linear-gradient(-45deg, #fffadc, #fffadc 3px,#fff0bc 3px, #fff0bc 7px);}

.txtC {
    text-align: left;
    margin: 0;
    font-weight: bold;
    font-size: 4vw;}

.recommendBox {
    display: flex;
    flex-wrap: wrap;}
.recommendImg {
    width: 30%;
    margin: 0 auto;}
.recommendImg img {width: 100%;}
.recommendTxt {width: 100%;}
.recommendList {
	margin:0;}
.recommendList li {
	text-align: left;
    color: #000;
    font-size: 3.8vw;
	line-height: 1.2em;
	list-style-type:none;
    font-weight: bold;
	padding: 0.5em 0 0.3em 8vw;
    border-bottom: 1px #ff0000 dotted;
    background-image: url(../img/check.svg);
    background-position: left top 0.6vw;
    background-repeat: no-repeat;
    background-size: 6.5vw 6.5vw;}

.campaignTbl table {
	width:100%;
	margin:0px auto 10px auto;
    border:1px solid #cccccc;}
.campaignTbl table tr th {
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
    font-weight: bold;
    text-align: left;
    color: #FFFFFF;
    background-color: #5dbd00;
    font-size: 3.2vw;
	padding:10px;
    vertical-align: middle;}
.campaignTbl table tr td {
	border-left:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
    background-color: #fff;
	position:relative;
    font-weight: normal;
    padding:10px;
    font-size: 3.5vw;
    text-align: left;
    margin: 0 auto;}

.planTbl table {
	width:100%;
    table-layout: fixed;
	margin:0px auto 10px auto;
    border:1px solid #cccccc;}
.planTbl table tr th {
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
    font-weight: bold;
    text-align: left;
    color: #FFFFFF;
    background-color: #5dbd00;
    font-size: 3.2vw;
	padding:10px 0 10px 10px;
    vertical-align: middle;}
.planTbl table tr th.ttl {background-color: #ff9d00;text-align: center;padding: 10px 0;}
.planTbl table tr td {
	border-left:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
    background-color: #fff;
	position:relative;
    font-weight: normal;
    padding:10px 0;
    font-size: 3.5vw;
    text-align: center;
    margin: 0 auto;}

.planBox,
.jireiBox {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 30px;}
.whyBox {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 30px;}
.planImg {width: 17%;}
.planTxt {width: 83%;}
.whyImg {width: 25%;}
.whyTxt {width: 75%;}
.planTxtC {
    margin-left: -17%;
    text-align: left;
    color: #ff0000;
    font-weight: bold;
    font-size: 4vw;
    line-height: 1.2em;}

.campaign2Txt {
    text-align: left;
    color: #ff0000;
    font-weight: bold;
    font-size: 4vw;
    line-height: 1.4em;
    margin-bottom: 0.8em;}
.campaign2Tbl table {
	width:100%;
	margin:15px auto 10px auto;
    border:1px solid #cccccc;}
.campaign2Tbl table tr th {
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
    font-weight: bold;
    text-align: left;
    color: #FFFFFF;
    background-color: #5dbd00;
    font-size: 3.5vw;
	padding:15px;
    vertical-align: middle;
    background-image: url(../img/bt_blank.svg);
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 17px 17px;}
.campaign2Tbl table tr th a {
    display: block;
    color: #fff;}
.campaign2Tbl table tr th.green {background-color: #8ecc00;}
.campaign2Tbl table tr th.ttl {background-color: #ff9d00;text-align: center;background-image: none;white-space: nowrap;}
.campaign2Tbl table tr td {
	border-left:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
    background-color: #fff;
	position:relative;
    font-weight: bold;
    color: #ff0000;
    padding:15px;
    font-size: 4vw;
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;}
.campaign2TxtC {
    font-size: 3vw;
    text-align: center;
    margin: 0 auto;}
.campaign2OBox {
    border: 2px #ff8e00 solid;
    background-color: #fff;
    text-align: left;
    font-weight: bold;
    font-size: 3.5vw;
    line-height: 1.2em;
    border-radius: 15px;
    padding: 2vw 2vw;
    margin-top: 10px;}

.whyTtl {
    margin-right: -30%;
    text-align: center;
    font-weight: bold;
    font-size: 5.1vw;
    line-height: 1.4em;
    margin-bottom: 0.8em;}
.whyTxtS {font-size: 3.3vw;}

.introductionBox {
    width: 100%;
    margin: 15px auto 0 auto;}
.introductionTtl {
    width: 100%;
    background-color: #00923a;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 4.5vw;
    line-height: 2em;
    margin-bottom: 0.5em;}
.introductionTxt {
    color: #ff0000;
    text-align: center;
    font-weight: bold;
    font-size: 22vw;
    line-height: 1em;}
.introductionTxt span {font-size: 8vw;}
.introductionTxt span.black {color: #000;}

.jireiLinkBox {
    margin-left: -17%;
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;}
.jireiLinkBox div {width: 32%;margin-right: 1%;margin-bottom: 1%;}
.jireiLinkBox div:nth-of-type(3n) {margin-right: 0;}
.jireiTxtR {
    text-align: right;
    font-weight: normal;
    font-size: 3.5vw;}

/* youtube/pdf */
.youtubeBox {
	width:100%;
	text-align:left;
	margin:0px auto 7vw auto;}
.youtube {
	position:relative;
	padding-top:56.25%;
	overflow: hidden;
	border:5px #DBDBDB solid;
	margin:5px 0px;}
.youtube iframe {
	position:absolute;
	top:0;
	right:0;
	left:0;
	width:100%;
	height:100%;}

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

.listDisc {
	margin:0;}
.listDisc li {
	text-align: left;
    color: #000000;
    font-weight: normal;
	line-height: 1.2em;
    font-size: 3.2vw;
	list-style-type:none;
	padding: 0 0 0.2em 1.0em;
	text-indent: -1.0em;}

.privacy {
    color: #000000;
    font-size: 3vw;
    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: #00923a;
    color: #FFF;
    font-size: 3.5vw;
    padding: 3vw 0;}
#footer .copy {margin: 0px;font-size: 3.5vw;}
#footer .copy a {color: #FFF;}

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





