@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: 40px 0;
	margin:0 auto;
	text-align: left;
    margin-inline: auto;}
.cInner2 {
	display:block;
	clear:both;
	width:1100px;
    padding: 40px 0;
	margin:0 auto;
	text-align: left;}

/*-------------------------------------------------
	++ 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: 0;
    padding-right: 2em;
    color: #000000;
	display: inline-block;}
#menu nav li a { 
    display: block;
    color: #000000;
    width: 100%;
    padding: 0px;}
#menu nav li.inquiry {
    background-color: #ffa000;
    line-height: 2.5em;
    border-radius: 30px;
    margin-right: 1.5em;
    padding-right: 0;
    color: #FFFFFF;}
#menu nav li.application {
    background-color: #ff0000;
    line-height: 2.5em;
    border-radius: 30px;
    padding-right: 0;
    color: #FFFFFF;}
#menu nav li.inquiry a,
#menu nav li.application a {
    display: block;
    color: #FFFFFF;
    padding: 0px 20px;
    font-weight: bold;}

#nav_toggle {
	display: none;}

/*-------------------------------------------------
	++ title
-------------------------------------------------*/
#title {
    position: relative;
	width: 100%;
    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;
    width: 1200px;
    margin: 1.5% auto 2% auto;}
.mainImg {
    order: 2;
    width: 400px;}
.mainImg img {
    width: 100%;}
.mainTxt {
    order: 1;
    width: 800px;
    margin: 0;
    text-align: left;}
.mainTxt2 {
    order: 3;
    width: 350px;
    margin: -80px 0 0 0;
    text-align: left;}
.catch {
    font-size: 60px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1.2em;
    margin: 4% 0 0 0;}
.catch span {font-size: 30px;display: block;}

.campaignBtn {
    float: left;
    width: 350px;
    margin: 0 0 10px 0;
    padding: 10px;
    background-color: #ffa000;
    border-radius: 50px;}
.campaignBtn2 {
    float: left;
    width: 350px;
    margin: 0;
    padding: 10px;
    background-color: #ff0000;
    border-radius: 50px;}
.campaignBtn a {
    display: block;
    color: #ffffff;
    font-weight: bold;
    font-size: 22px;
    line-height: 1.5em;
    text-align: center;
    background: url(../img/icon_arrowW.svg) no-repeat right 20px  center;
    background-size: 4%;}
.campaignBtn2 a {
    display: block;
    color: #ffffff;
    font-weight: bold;
    font-size: 22px;
    line-height: 1.5em;
    text-align: center;
    background: url(../img/icon_Link.svg) no-repeat right 10px center;
    background-size: 7%;}
.campaignBtn a:link,.campaignBtn a:visited,
.campaignBtn2 a:link,.campaignBtn2 a:visited {color:#ffffff;text-decoration:none;}
.campaignBtn a:hover,.campaignBtn a:active,
.campaignBtn2 a:hover,.campaignBtn2 a:active {color:#ffffff;text-decoration:none;}

.patents {
    width: 1200px;
    font-size: 90%;
    text-align: left;
    margin: 0 auto;
    line-height: 2.5em;}



/* リンクグリーン */
/*
.starBox a:link,.starBox a:visited,
.introductionBox a:link,.introductionBox a:visited {color:#07913b;text-decoration:underline;}
.starBox a:hover,.starBox a:active,
.introductionBox a:hover,.introductionBox a:active {color:#02b044;text-decoration:none;}
*/


/*-------------------------------------------------
	++ BTN
-------------------------------------------------*/
.btnBox {
    width: 60%;
    margin: 15px auto;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;}
.btnItem {
    border-radius: 50px;
    width: 250px;
    font-size: 100%;
    background-color: #00923A;}
.btnItem a {
    width: 100%;
    display: block;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    padding: 8px 0;
    background: url("../img/icon_Link.svg") no-repeat right 20px center;
    background-size: 6%;}

.btnBox2 {
    width: 80%;
    margin: 0px auto 5px auto;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;}
.inquiryBtn {
    width: 350px;
    margin: 0;
    padding: 10px;
    background-color: #ffa000;
    border-radius: 50px;}
.inquiryBtn a {
    display: block;
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5em;
    text-align: center;
    background: url(../img/icon_arrowW.svg) no-repeat right 20px  center;
    background-size: 4%;}
.applicationBtn {
    width: 350px;
    margin: 0;
    padding: 10px;
    background-color: #ff0000;
    border-radius: 50px;}
.applicationBtn a {
    display: block;
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5em;
    text-align: center;
    background: url(../img/icon_Link.svg) no-repeat right 10px center;
    background-size: 7%;}
.btnItem a:link,.btnItem a:visited,
.inquiryBtn a:link,.inquiryBtn a:visited,
.applicationBtn a:link,.applicationBtn a:visited {text-decoration:none;}

/*-------------------------------------------------
	++ bg
-------------------------------------------------*/
.bgColor {background-color: #efffd4;}

/*-------------------------------------------------
	++ others
-------------------------------------------------*/
h3 {
    color: #00923A;
    text-align: center;
    font-size: 160%;
    font-weight: bold;
    line-height: 1.5em;
    margin: 0 auto 0.8em auto;}

.overviewBox {
    display: flex;
    justify-content: space-between;
    align-items: center;}
.overviewIcon {width: 180px;}
.overviewTxt {width: 800px;line-height: 1.5em;font-size: 100%;}

.SMSBox {
    display: flex;
    justify-content: space-between;
    margin: 0px;}
.SMSItem {
    width: 320px;
    background-color: #fff;
    border: 2px #00923a solid;
    border-radius: 10px;
    padding: 15px;}
.SMSItem .ic {
    width: 40%;
    margin: 0 auto;}
.SMSItem .ic img {width: 100%;}
.SMSItem h4 {
    color: #00923a;
    font-weight: bold;
    font-size: 130%;
    text-align: center;
    margin: 5px auto;
    background-color: transparent;}

.toolBox {
    display: flex;
    justify-content: space-between;
    align-items: center;}
.toolItem {width: 430px;}
.toolArrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 50px solid #ff9816;
    border-right: 0;}
.toolItem .ttl {
    width: 100%;
    height: 90px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;}
.toolItem h4 {
    color: #fff;
    font-weight: bold;
    font-size: 130%;
    line-height: 1.5em;
    text-align: center;
    border-radius: 999px;
    padding: 10px 40px;}
.bgTtlO {background-color: #ff9816;}
.bgTtlG {background-color: #00923a;}
.toolDetailBox {
    width: 100%;
    border-radius: 10px;
    padding: 10px 15px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;}
.toolDetailBox .ic {
    width: 15%;
    margin: 0;}
.toolDetailBox .ic img {width: 100%;}
.toolDetailBox p {
    width: 80%;
    font-size: 110%;
    line-height: 1.3em;
    text-align: left;
    font-weight: bold;}
.bgDetailO {background-color: #fff6f0;}
.bgDetailG {background-color: #f0fff0;}

.introductionBox {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;}
.introductionItem {
    width: 240px;
    background-color: #fff;
    border: 2px #00923a solid;
    border-radius: 10px;
    padding: 0;
    margin: 0;}
.introductionImg {
    width: 40%;
    margin: 0 auto 10px auto;}
.introductionImg img {
    width: 100%;}
.introductionItem h4 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    font-size: 125%;
    line-height: 2.5em;
    font-weight: bold;
    padding: 0;
    margin: 0;
    background-color: #00923a;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;}
.introductionItem h5 {
    color: #ff9816;
    text-align: center;
    font-size: 115%;
    line-height: 1.8em;
    font-weight: bold;
    padding: 0;
    margin: 0;}
.introductionInner {
    padding: 10px;}

.UseCasesBox {
    display: flex;
    flex-wrap: wrap;}
.UseCasesItem {
    width: 240px;
    margin-right: 13px;}
.UseCasesItem:nth-of-type(4n) {margin-right: 0;}
.UseCasesItem h4 {
    width: 100%;
    color: #0b66d2;
    font-size: 120%;
    font-weight: bold;
    text-align: left;
    margin: 20px 0 10px 0;}
.UseCasesDetailBox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;}
.UseCasesDetailBox .ic {
    width: 20%;
    margin: 0 0 10px 0;}
.UseCasesDetailBox .ic img {width: 100%;}
.UseCasesDetailBox p {
    width: 75%;
    font-size: 100%;
    line-height: 1.2em;
    text-align: left;
    font-weight: normal;
    color: #000;
    margin: 0 0 10px 0;}

.feeTxt {
    text-align: center;
    margin: 0 auto;
    font-size: 110%;}

.listDisc {
	margin:0 0 20px 0;}
.listDisc li {
	text-align: left;
    color: #000000;
    font-weight: bold;
	line-height: 1.4em;
	list-style-type:none;
	padding: 0 0 0.4em 1.0em;
	text-indent: -1.0em;}

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

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

/*-------------------------------------------------
	++ FOOTER
-------------------------------------------------*/
#footer {
    background-color: #00923A;
    color: #FFF;
    padding: 40px 0;}
#footer .copy {
    margin: 0px;
    text-align: center;}
#footer .copy a {
    color: #FFF;}

#pageTop {
	position: fixed;
	bottom:48px;
	right:48px;
	width:48px;
	height:48px;}
#pageTop img {
	display:block;}

