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

.img1000 {
	width: 100%;
	height: auto;}

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

.bgGreen {background-color: #eeffea;}
.bgWhite {background-color: #FFFFFF;padding: 40px 0;}

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

/*-------------------------------------------------
	++ BANNER
-------------------------------------------------*/
.Top_Banner {
    position: fixed;
    top: 350px;
    right: 0px;
	z-index:9999999999;}

.banner_Chrombook {
	width: 110px;
	position: relative;
	background: #ff8200 url("../../images/2021/icon_seminar.svg") no-repeat center 5px;
	background-size: 90%;
	margin-bottom: 5px;}
.banner_Education {
	width: 110px;
	position: relative;
	background: #0095e5 url("../../images/2021/icon_seminar.svg") no-repeat center -5px;
	background-size: 90%;
	margin-bottom: 5px;}
.banner_Seminar {
	width: 110px;
	position: relative;
	background: #fe0100 url("../../images/2021/icon_seminar.svg") no-repeat center -5px;
	background-size: 90%;
	margin-bottom: 5px;}
.banner_Guide {
	width: 110px;
	position: relative;
	background: #03913a url("../../images/2021/icon_books.svg") no-repeat center -15px;
	background-size: 85%;
	margin-bottom: 5px;}

.banner_Chrombook span,
.banner_Education span,
.banner_Seminar span,
.banner_Guide span {
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 5px;
	text-align: center;
	margin: 0 auto;}

.banner_Chrombook a,
.banner_Education a,
.banner_Seminar a,
.banner_Guide a {
	height: 130px;
	display: block;
	color: #FFFFFF;
	font-size: 90%;
	line-height: 1.3em;
	text-align: center;}

/*-------------------------------------------------
	++ 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%;}

#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-left: 10px;
    padding: 0;
    border-radius: 30px;
	display: inline-block;}
#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 25px;
    font-weight: bold;}
#menu nav li.entry a {
    display: block;
    color: #FFFFFF;
    padding: 0px 20px 0 40px;
    font-weight: bold;
    background-image: url(../img/arrow_W.svg);
    background-position: left 15px center;
    background-repeat: no-repeat;
    background-size: 7%;}

#nav_toggle {
	display: none;}

/*-------------------------------------------------
	++ title
-------------------------------------------------*/
#title {
    position: relative;
	width: 100%;
    height: 600px;
    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;
    flex-direction: column;
    width: 1200px;
    margin: 3% auto;}
.mainTxt {
    order: 1;
    width: 730px;
    margin: 0;
    text-align: left;}
.catch {
    font-size: 60px;
    font-weight: bold;
    color: #fff;
    line-height: 1.1em;
    margin: 2% 0 0 0;}
.catch span {
    display: block;
    font-size: 25px;}

.campaignBtn {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0 0 0;
    padding: 0;}
.campaignItem {
    width: 170px;
    margin-right: 20px;}
.campaignItem2 {
	font-size: 120%;
    line-height: 2.3em;
	text-align: center;
	margin-top: 20px;
    padding: 0;
    border-radius: 30px;
	display: inline-block;
    background-color: #00923a;}
.campaignItem2 a {
    display: block;
    color: #FFFFFF;
    padding: 0px 45px 0 25px;
    font-weight: bold;
    background-image: url(../img/arrow_W.svg);
    background-position: right 15px 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: 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;}

/*-------------------------------------------------
	++ others
-------------------------------------------------*/
h2 {
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 160%;
    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: 160%;
    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: 130%;
    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: 110%;
    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: 110%;
    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;
	width:1000px;
    padding: 20px 0 0 0;
	margin:0 auto;}

.menuBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0 0 0;}
.basicItem {
    width: 300px;
    background-color: #FFFFFF;
    border-radius: 20px;
    padding: 15px;
    margin:0 auto 20px auto;
    text-align: center;
    border: 2px #00923a solid;}
.applicationItem {
    width: 300px;
    background-color: #FFFFFF;
    border-radius: 20px;
    padding: 15px;
    margin:0 auto 20px auto;
    text-align: center;
    border: 2px #0072bd solid;}
.basicItl {
    color: #00923a;
    text-align: center;
    font-weight: bold;
    font-size: 110%;
    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: 110%;
    line-height: 1.3em;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;}
.basicItem img,
.applicationItem img {
    width: 40%;}
.menuDetailBtn {
	font-size: 100%;
    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;
    justify-content: space-between;
    align-items: center;}
.aifs {align-items: flex-start;}
.imgItem {width: 48%;}
.imgItem2 {width: 30%; margin: 0 auto; text-align: center;}
.imgItem2 div {
    height: 300px;
    display: flex;
    align-items: center;}
.imgItem3 {width: 20%; text-align: right;}
.txtItem3 {width: 78%; font-size: 120%; font-weight: bold;}
.ssoL {width: 40%;}
.ssoR {width: 57%;}

.plantypeList {
    display: flex;
    justify-content: space-between;
    margin: 10px 0 30px 0;}
.plantypeItem {
    width: 240px;
    border:1px #d8d8d8 solid;
    border-radius:10px;
    background-color: #fff;}
.plantypeTtl {
    color: #FFF;
    font-size: 100%;
    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: 110%;}

.bannerList {
    width: 900px;
    margin: 50px auto 40px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;}
.bannerItem {
    width: 440px;
    margin-bottom: 20px;}

.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: 25%;
	border-bottom: 1px solid #cbcbcb;
	border-left: 1px solid #cbcbcb;
	padding: 15px;
    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: 15px;
    font-weight: normal;}

.basicBtn {
    width: 60%;
    line-height: 2.3em;
	text-align: center;
	margin: 40px auto 0 auto;
    padding: 12px 0px;
    border: 1px #00923a solid;
    border-radius: 30px;}
.basicBtn a {
    display: block;
    color: #00923a;
    padding: 0px;
    font-size: 110%;
    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: 60%;
    line-height: 2.3em;
	text-align: center;
	margin: 40px auto 0 auto;
    padding: 12px 0px;
    border: 1px #0072bd solid;
    border-radius: 30px;}
.applicationBtn a {
    display: block;
    color: #0072bd;
    padding: 0px;
    font-size: 110%;
    font-weight: bold;
    background-image: url(../img/arrow_B.svg);
    background-position: left 20px center;
    background-repeat: no-repeat;
    background-size: 20px;
    position:relative;}
.width100 {width: 100%;}

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

.listDisc {
	margin:8px 0;}
.listDisc li {
	text-align: left;
    color: #000000;
    font-size: 100%;
	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: 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;}


