@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: 17vw;
    padding: 1vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;}
#header .logoBox {
    flex-basis: 55%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;}
#header .logo {
    order: 1;
    margin: 0;
    width: 100%;}
#header .logo img {
    width: 100%;}
#header .logoBox p {
    order: 2;
    margin: 0;
    padding-left: 3em;
    font-size: 3.8vw;
    line-height: 1em;
    font-weight: bold;}
#header .inquiryBtn {
    margin: 0;
    flex-basis: 42%;
    display: flex;
    justify-content: flex-end;}
#header .inquiryBtn a {
    display: inline-block;
    color: #FFF;
    text-align: center;
    padding: 10px 30px;
    border-radius: 50px;
    font-size: 3.8vw;
    font-weight: bold;
    background-color: #00923a;}

/*-------------------------------------------------
	++ title
-------------------------------------------------*/
#title {
	width: 100%;
    background: url(../img/SP_main_bg.jpg) no-repeat center bottom/ cover;}

.titleInner {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 95%;
    padding: 5vw 0 3vw 0;
    margin: 0 auto;
    position: relative;}
.mainImg {
    order: 2;
    width: 100%;
    margin: 2% auto;}
.mainImg img {
    width: 100%;}
.mainTxt {
    order: 1;
    width: 100%;
    margin: 0;
    text-align: left;}
.mainTxt2 {
    order: 3;
    width: 100%;
    margin: 0;
    text-align: left;}

.ribbon {
    position: relative;
    background-color: #ff7401;
    color: #ffff9e;
    line-height: 3em;
    text-align: center;
    font-weight: bold;
    font-size: 4.3vw;
    padding-left: 1.5em;
    margin-left: 1.5em;
    margin-right: 1.5em;
    background-image: url(../img/ic_Premium.svg);
    background-position: left 10px center;
    background-repeat: no-repeat;
    background-size: 30px;}
.ribbon:after,
.ribbon:before{
    display: block;
    content: '';
    position: absolute;
    top:0;
    border-top: 1.5em solid #ff7401;
    border-bottom: 1.5em solid #ff7401;
    border-right: 1.5em solid transparent;
    border-left: 1.5em solid transparent;}
.ribbon:after{ left: -1.5em; }
.ribbon:before{ right: -1.5em; }

.catch {
    font-size: 9.5vw;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    line-height: 1.2em;
    margin: 3% 0 0 0;
text-shadow: 1px 2px 3px #808080;}

.catch span {
        display: block;
        font-size: 55%;
    }


.txtBox {
    width: 100%;
    background: rgba(255,255,255,0.7);
    border-radius: 10px;
    padding: 4% 5%;
    color: #000;
    text-align: left;
    font-weight: bold;
    font-size: 4vw;
    margin: 4% 0 4% 0;}

.campaignBtn {
    width: 100%;
    margin: 10px 0;
    padding: 10px 0;
    background-color: #00923a;
    border-radius: 30px;}
.campaignBtn a {
    display: block;
    color: #ffffff;
    font-weight: bold;
    font-size: 4.3vw;
    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;}
.btnGreen {
    margin: 0 auto;
    text-align: center;}
.btnGreen 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: #00923a;}
.btnGreen a:hover {
    text-decoration: none;}
.btnGreen a:link,.btnGreen a:visited {color:#FFF;text-decoration:none;}
.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: #fff;
    text-align: center;
    font-size: 4.8vw;
    font-weight: bold;
    line-height: 1.4em;
    margin: 0 auto;
    position: relative;}
h3.PremiumTtl {
    color: #00923a;
    text-align: center;
    font-size: 4.8vw;
    font-weight: bold;
    line-height: 1.5em;
    margin: 2em auto 0.5em auto;
    position: static;}
h4 {
    text-align: left;
    font-size: 5vw;
    font-weight: bold;
    line-height: 1.3em;
    padding: 0;
    margin: 0 auto 0.5em auto;}
h4.introductionTtl {
    text-align: left;
    font-size: 4.5vw;
    color: #00923a;
    font-weight: bold;
    line-height: 1.3em;
    padding: 0;
    margin: 0;}

.txtC {text-align: left;margin: 0 auto;}
.ImgC {margin: 6vw auto; text-align: center;}

.securityBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 5% 0 3% 0;}
.securityItem {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 5%;}
.securityItem img {width: 100%;}
.securityItem h4 {
    color: #00923a;
    line-height: 1.4em;
    padding: 2% 0;
    font-size: 4.5vw;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0;}

.comparisonTbl table {
	width:100%;
	margin:5vw auto;
    border:1px solid #cccccc;}
.comparisonTbl table tr th {
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    background-color: #fff;
    font-size: 3.5vw;
	padding:5px;
    vertical-align: bottom;}
.comparisonTbl table tr td:first-child {width: 40%;text-align: left;}
.comparisonTbl table tr td {
	border-left:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
    background-color: #fff;
	position:relative;
    font-weight: normal;
    padding:5px;
    font-size: 3.5vw;
    text-align: center;
    margin: 0 auto;}
.comparisonTbl table tr td span {font-size: 3.6vw;font-weight: bold;display: block;}
.comparisonTbl table tr td span.txtS {font-size: 2.2vw;font-weight: normal;display: block;padding-top: 0.5em;}
.comparisonTbl table tr th.Core {background-color: #ffa900;width: 10%;}
.comparisonTbl table tr th.Premium {background-color: #00923a;width: 10%;}
.comparisonTbl table tr th.ttl {background-color: #d4d4d4;text-align: left;color: #000;}
.comparisonTbl table tr td img {width: 35px;display: block;margin: 0 auto;}

.serviceBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0px;}
.serviceImg {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 5vw;}
.serviceImg img {
    width: 48%;
    margin: 0 1%;}
.serviceTxt {width: 100%;}
.serviceTxt .Btn {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 15px;}
.btnService {margin: 0 1% 10px 1%;width: 48%;}
.btnService a {
    display: inline-block;
    color: #FFF;
    text-align: center;
    width: 100%;
    padding: 10px 0px;
    border-radius: 50px;
    line-height: 1.4em;
    font-size: 3.5vw;
    font-weight: bold;}
.btnService a:hoverr {text-decoration: none;}
.btnService a:link,.btnService a:visited {color:#FFF;text-decoration:none;}
.btnService a:hover,.btnService a:active {color:#FFF;text-decoration:none;}

/* 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: bold;
	line-height: 1.4em;
    font-size: 4vw;
	list-style-type:none;
	padding: 0 0 0.2em 1.0em;
	text-indent: -1.0em;}
.listDisc li span {font-weight: normal;}

.listDisc2 {
	margin:10px 0 0 0;}
.listDisc2 li {
	text-align: left;
    color: #000000;
    font-weight: normal;
	line-height: 1.4em;
    font-size: 3.5vw;
	list-style-type:none;
	padding: 0 0 0.2em 1.0em;
	text-indent: -1.0em;}
.listDisc2 li a:link,.listDisc2 li a:visited {color:#000000;text-decoration:underline;}
.listDisc2 li a:hover,.listDisc2 li a:active {color:#000000;text-decoration:none;}

.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;}





