@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: 0;
	margin:0 auto;
	text-align: left;
    margin-inline: auto;}

/*-------------------------------------------------
	++ 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 .logoBox {
    flex-basis: 48%;
    display: flex;
    flex-direction: row;
    align-items: center;}
#header .logo {
    margin: 0 3% 0 0;
    width: 300px;}
#header .logo img {
    width: 100%;}
#header .logoBox p {
    margin: 0;
    font-size: 110%;
    font-weight: bold;}
#header .inquiryBtn {
    margin: 0;
    flex-basis: 48%;
    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: 105%;
    font-weight: bold;
    background-color: #00923a;}

/*-------------------------------------------------
	++ title
-------------------------------------------------*/
#title {
	width: 100%;
    background: url(../img/PC_main_bg.jpg) no-repeat center bottom/ cover;}
.titleInner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 1200px;
    padding: 2% 0;
    margin: 0 auto;
    position: relative;}
.mainImg {
    order: 2;
    width: 540px;}
.mainImg img {
    width: 100%;}
.mainTxt {
    order: 1;
    width: 640px;
    margin: 0;
    text-align: left;}
.mainTxt2 {
    order: 3;
    width: 680px;
    margin: -10px 0 0 0px;
    text-align: left;}

.ribbon {
    width: 90%;
    position: relative;
    background-color: #ff7401;
    color: #ffff9e;
    line-height: 2.6em;
    text-align: center;
    font-weight: bold;
    padding-left: 1em;
    font-size: 180%;
    margin-left: 1.3em;
    margin-right: 1.3em;
    background-image: url(../img/ic_Premium.svg);
    background-position: left 20px center;
    background-repeat: no-repeat;
    background-size: 40px;}
.ribbon:after,
.ribbon:before{
    display: block;
    content: '';
    position: absolute;
    top:0;
    border-top: 1.3em solid #ff7401;
    border-bottom: 1.3em solid #ff7401;
    border-right: 1.3em solid transparent;
    border-left: 1.3em solid transparent;}
.ribbon:after{ left: -1.3em; }
.ribbon:before{ right: -1.3em; }

.catch {
    font-size: 62px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1.3em;
    margin: 3% 0 2% 0;
text-shadow: 1px 2px 3px #808080;}

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

.campaignBtn {
    float: left;
    margin: 0 0 0 0;
    padding: 15px 50px;
    background-color: #00923a;
    border-radius: 50px;}
.campaignBtn a {
    display: block;
    color: #ffffff;
    font-weight: bold;
    font-size: 22px;
    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:5% auto;
	text-align: left;}
.btnGreen {
    margin: 0 auto;
    text-align: center;}
.btnGreen a {
    display: inline-block;
    color: #FFF;
    text-align: center;
    width: 350px;
    padding: 10px 0px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: bold;
    background-color: #00923a;}
.btnGreen a:hoverr {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: 1.5vw 0;}
.cInner > .bgWhite {
    border-image: linear-gradient(#fff, #fff) fill 0 / / 0 100vw 0 100vw;
    margin: 0;
    padding: 3vw 0;}
.cInner > .bgGray {
    border-image: linear-gradient(#f0f0f0, #f0f0f0) fill 0 / / 0 100vw 0 100vw;
    margin: 0;
    padding: 3vw 0;}
.cInner > .bgGreen3 {
    border-image: linear-gradient(#ebffeb, #ebffeb) fill 0 / / 0 100vw 0 100vw;
    margin: 0;
    padding: 3vw 0;}

/*-------------------------------------------------
	++ others
-------------------------------------------------*/
h3 {
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.0em;
    margin: 0 auto;
    position: relative;}
h3.PremiumTtl {
    color: #00923a;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.4em;
    margin: 2em auto 0.5em auto;
    position: static;}
h4 {
    text-align: left;
    font-size: 140%;
    font-weight: bold;
    line-height: 1.3em;
    padding: 0;
    margin: 0 auto 0.8em auto;}
h4.introductionTtl {
    text-align: left;
    font-size: 30px;
    color: #00923a;
    font-weight: bold;
    line-height: 1.3em;
    padding: 0;
    margin: 0;}

.txtC {text-align: center;margin: 0 auto;}
.ImgC {margin: 40px auto; text-align: center;}

.securityBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 50px 0 20px 0;}
.securityItem {
    width: 48%;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;}
.securityItem img {width: 100%;}
.securityItem h4 {
    color: #00923a;
    line-height: 1.4em;
    height: 3.5em;
    font-size: 120%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0;}

.comparisonTbl table {
	width:100%;
	margin:50px 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: 100%;
	padding:10px 10px;
    vertical-align: bottom;}
.comparisonTbl table tr td:first-child {width: 30%;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:10px 10px;
    font-size: 100%;
    text-align: center;
    margin: 0 auto;}
.comparisonTbl table tr td span {font-size: 110%;font-weight: bold;display: block;}
.comparisonTbl table tr td span.txtS {font-size: 85%;font-weight: normal;display: block;padding-top: 0.5em;}
.comparisonTbl table tr th.Core {background-color: #ffa900;width: 13%;}
.comparisonTbl table tr th.Premium {background-color: #00923a;width: 13%;}
.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;
    justify-content: space-between;
    margin: 0px;}
.serviceImg {width: 22%;}
.serviceImg img {margin-bottom: 10px;}
.serviceTxt {width: 75%;}
.serviceTxt .Btn {
    width: 660px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;}
.btnService {margin: 0 0 10px 0;}
.btnService a {
    display: inline-block;
    color: #FFF;
    text-align: center;
    width: 320px;
    padding: 15px 0px;
    border-radius: 50px;
    font-size: 100%;
    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:800px;
	text-align:left;
	margin:0px auto 30px 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 {
    margin: 40px auto;
    text-align: center;}

.listDisc {
	margin:0;}
.listDisc li {
	text-align: left;
    color: #000000;
    font-weight: bold;
    font-size: 105%;
	line-height: 1.4em;
	list-style-type:none;
	padding: 0 0 0.3em 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;
    font-size: 100%;
	line-height: 1.4em;
	list-style-type:none;
	padding: 0 0 0.3em 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: 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: #00923a;
    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;}

