@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.5vw;}

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

.img100,
.img1000 {
	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%;}

.bgGreen {background-color: #eeffea;}
.bgWhite {background-color: #FFFFFF;padding: 6vw 2vw;}

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

/*-------------------------------------------------
	++ BANNER
-------------------------------------------------*/
.Top_Banner {display: none;}

/*-------------------------------------------------
	++ 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 {
    line-height: 2.3em;
	text-align: center;
	margin-left: 0px;
    padding: 12px 0px;
	display: block;
    border-bottom-color: #b6cda8;
    border-bottom-style: solid;
    border-bottom-width: 1px;}
#menu nav li.basic {background-color: #00923a;}
#menu nav li.application {background-color: #0072bd;}
#menu nav li.entry {background-color: #ff0000;}
#menu nav li.basic a,
#menu nav li.application a {
    display: block;
    color: #FFFFFF;
    padding: 0px;
    font-size: 4.5vw;
    font-weight: bold;}
#menu nav li.entry a {
    display: block;
    color: #FFFFFF;
    padding: 0px;
    font-size: 4.5vw;
    font-weight: bold;
    position:relative;}
#menu nav li.entry a:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    background-image: url(../img/arrow_W.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 100%;}

#menu nav li span {
	display:none;}
#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;
    height: 85vh;
    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;}
.mainTxt {
    order: 1;
    width: 100%;
    margin: 10% 0 0 0;
    text-align: center;}
.catch {
    font-size: 8.5vw;
    font-weight: bold;
    color: #fff;
    line-height: 1.3em;
    margin: 0;}
.catch span {
    display: block;
    font-size: 4.3vw;}

.campaignBtn {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;}
.campaignItem {
    width: 38%;
    margin: 0px auto;
    text-align: center;}
.campaignItem2 {
    width: 100%;
	font-size: 3.9vw;
    line-height: 2.3em;
	text-align: center;
	margin-top: 10px;
    padding: 0;
    border-radius: 30px;
	display: inline-block;
    background-color: #00923a;}
.campaignItem2 a {
    display: block;
    color: #FFFFFF;
    padding: 0px 30px 0 10px;
    font-weight: bold;
    background-image: url(../img/arrow_W.svg);
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 4%;}

/*-------------------------------------------------
	++ BTN
-------------------------------------------------*/
.btnOrange {
    margin: 1% auto;
    text-align: center;}
.btnOrange a {
    display: inline-block;
    color: #FFF;
    text-align: center;
    width: 98%;
    padding: 2vw 0;
    border-radius: 25px;
    font-size: 4.5vw;
    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;}

/*-------------------------------------------------
	++ others
-------------------------------------------------*/
h2 {
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 6vw;
    font-weight: bold;
    line-height: 1.3em;
    padding: 0.7em 0 0.5em 0;
    margin: 2em auto 0 auto;}
.bg_basic {background-color: #00923a;}
.bg_application {background-color: #0072bd;}
h2.support {
    color: #00923a;
    text-align: center;
    font-size: 6vw;
    font-weight: bold;
    line-height: 1.3em;
    padding: 1em 0 0.8em 0;
    margin: 0 auto;}
h3 {
    color: #fff;
    text-align: center;
    margin: 0 auto;
    font-size: 4vw;
    font-weight: bold;
    border-radius: 30px;
    line-height: 1.3em;
    padding: 8px 0;
    margin: 2em 0 0.8em 0;}
h4 {
    text-align: left;
    margin: 0 auto;
    font-size: 4vw;
    font-weight: bold;
    line-height: 1.3em;
    padding: 0;}
.h4_basic {color: #00923a;}
.h4_application {color: #0072bd;}
h5 {
    color: #fff;
    text-align: left;
    margin: 0 auto 0.8em auto;
    font-size: 4vw;
    font-weight: bold;
    line-height: 1.3em;
    padding: 8px 15px;}
.bgBlue {background-color: #0092ff;}
.bgPink {background-color: #ff003a;}

.boldTxt {
    font-weight: bold;
    text-align: left;
	display:block;
    padding: 4vw 2vw 0 2vw;
	margin:0 auto;}

.menuBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 20px 0 0 0;}
.basicItem {
    width: 49%;
    background-color: #FFFFFF;
    border-radius: 20px;
    padding: 10px;
    margin:0 0 2% 0;
    text-align: center;
    border: 2px #00923a solid;}
.applicationItem {
    width: 49%;
    background-color: #FFFFFF;
    border-radius: 20px;
    padding: 10px;
    margin:0 0 2% 0;
    text-align: center;
    border: 2px #0072bd solid;}
.basicItem:nth-child(odd),
.applicationItem:nth-child(odd) {
    margin-right: 2%;}



.basicItl {
    color: #00923a;
    text-align: center;
    font-weight: bold;
    font-size: 4vw;
    line-height: 1.3em;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;}
.applicationItl {
    color: #0072bd;
    text-align: center;
    font-weight: bold;
    font-size: 4vw;
    line-height: 1.3em;
    height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;}
.basicItem img,
.applicationItem img {
    width: 60%;}
.menuDetailBtn {
	font-size: 3.5vw;
    line-height: 2.3em;
	text-align: center;
	margin: 10px auto 0 auto;
    padding: 0;
    border-radius: 30px;
	display: inline-block;
    background-color: #ff9c00;}
.menuDetailBtn a {
    display: block;
    color: #FFFFFF;
    padding: 0px 30px;
    font-weight: normal;}

.flexBox {
    display: flex;
    flex-wrap: wrap;}
.imgItem {width: 100%;}
.imgItem2 {width: 100%; margin: 0 auto 5% auto; text-align: center;}
.imgItem2 div {
    display: flex;
    align-items: center;}
.imgItem3 {width: 35%; text-align: center; margin: 0 auto;}
.txtItem3 {width: 100%; font-size: 4vw; font-weight: bold;}
.ssoL {width: 100%;}
.ssoR {width: 100%;}
.maT20 {margin-top: 8vw;}

.plantypeList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 10px 0 30px 0;}
.plantypeItem {
    width: 49%;
    border:1px #d8d8d8 solid;
    border-radius:10px;
    background-color: #fff;
    margin-bottom: 10px;}
.plantypeTtl {
    color: #FFF;
    font-size: 3vw;
    line-height: 3em;
    text-align: center;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;}
.standard_bg {background-color:#4da560;}
.premium_bg {background-color:#ca0000;}
.training_bg {background-color:#3151bc;}
.addon_bg {background-color:#d99640;}
.plantypeDetail {
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: bold;
    height: 70px;
    font-size: 3.8vw;}

.bannerList {
    width: 100%;
    margin: 40px auto 20px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;}
.bannerItem {
    width: 49%;
    margin-bottom: 10px;}

.tableList table {
	border-top: 1px solid #cbcbcb;
	border-right: 1px solid #cbcbcb;
	width: 100%;
	border-spacing: 0px;
	margin: 0 auto 5px auto;}
.tableList th {
    width: 30%;
	border-bottom: 1px solid #cbcbcb;
	border-left: 1px solid #cbcbcb;
	padding: 10px;
    color: #fff;
    text-align: left;
    font-weight: bold;}
.tableList.bg_basic2 th {background-color: #3fac6b;}
.tableList.bg_application2 th {background-color: #4d9dd1;}
.tableList td {
	border-bottom: 1px solid #cbcbcb;
	border-left: 1px solid #cbcbcb;
	text-align: left;
    background-color: #FFFFFF;
	padding: 10px;
    font-weight: normal;}

.basicBtn {
    width: 100%;
    line-height: 1.3em;
	text-align: center;
	margin: 20px auto 0 auto;
    padding: 10px 0px;
    border: 1px #00923a solid;
    border-radius: 30px;}
.basicBtn a {
    display: block;
    color: #00923a;
    padding: 0px;
    font-size: 3.8vw;
    font-weight: bold;
    background-image: url(../img/arrow_G.svg);
    background-position: left 20px center;
    background-repeat: no-repeat;
    background-size: 20px;
    position:relative;}
.applicationBtn {
    width: 100%;
    line-height: 1.3em;
	text-align: center;
	margin: 20px auto 0 auto;
    padding: 10px 0px;
    border: 1px #0072bd solid;
    border-radius: 30px;}
.applicationBtn a {
    display: block;
    color: #0072bd;
    padding: 0px;
    font-size: 3.8vw;
    font-weight: bold;
    background-image: url(../img/arrow_B.svg);
    background-position: left 20px center;
    background-repeat: no-repeat;
    background-size: 20px;
    position:relative;}

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

.listDisc {
	margin:8px 0;}
.listDisc li {
	text-align: left;
    color: #000000;
    font-size: 3.5vw;
	line-height: 1.4em;
	list-style-type:none;
    font-weight: normal;
	padding: 0 0 0 1.0em;
	text-indent: -1.0em;}
.listDisc li a:link,.listDisc li a:visited {color:#88008d;text-decoration:underline;}
.listDisc li a:hover,.listDisc li a:active {color:#ab00b1;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;}
#footer .copy a {
    color: #FFF;}

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






