@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 {
	width: 100%;
	height: auto;}
.img80 {
	width: 80%;
	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%;}

.bgBlue {background-color: #e0e4ff;}
.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;}

/*-------------------------------------------------
	++ 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,
#menu nav li.entry {
    background-color: #005bff;
    border-bottom-color: #b6d0ff;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin-left: 0;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 4.5vw;
    line-height: 1;
    padding: 15px 10px;
	text-align: center;}
#menu nav li span {
	display:none;}
#menu nav li a {
	color: #FFFFFF;
    display: block;}
#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: #005bff;
	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;
    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;}
.mainImg {
    order: 2;
    width: 100%;
    margin: 4% auto;}
.mainTxt {
    order: 1;
    width: 100%;
    margin: 17% 0 0 0;
    text-align: left;}
.mainTxt2 {
    order: 3;
    width: 100%;
    margin: 0;
    text-align: left;}
.catch {
    font-size: 8.0vw;
    font-weight: bold;
    color: #005bff;
    line-height: 1.3em;
    margin: 4% auto 3% auto;
    text-align: center;}
.catch span {
    font-size: 5.5vw;
    display: block;
    line-height: 1.3em;
    padding-bottom: 0em;}
.catchTxt {
    font-size: 4.0vw;
    font-weight: bold;
    color: #000000;
    line-height: 1.3em;
    margin: 0 auto 0 auto;
    text-align: center;}
.catchTxtS {
    font-size: 3.5vw;
    font-weight: bold;
    color: #000000;
    line-height: 1.3em;
    margin: 0 auto 0 auto;
    text-align: center;}

.campaignBtn {
    float: left;
    width: 100%;
    margin: 10px 0;
    padding: 10px 0;
    background-color: #ff9601;
    border-radius: 10px;}
.campaignBtn a {
    display: block;
    color: #ffffff;
    font-weight: bold;
    font-size: 5vw;
    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;}

.mainBox {
    order: 3;
    width: 100%;
    margin: 0;
    margin: 0 auto;}
.mainbtnTtrial,
.mainbtnInquiry {
    width: 70%;
    margin: 5px auto 10px auto;
    text-align: center;}
.mainbtnTtrial a {
    display: block;
    background-color: #ff0000;
    border-radius: 50px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    font-size: 4vw;
    line-height: 2.8em;}
.mainbtnInquiry a {
    display: block;
    background-color: #ff9000;
    border-radius: 50px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    font-size: 4vw;
    line-height: 2.8em;}
.mainbtnTtrial a:link,.mainbtnTtrial a:visited,.mainbtnTtrial a:hover,.mainbtnTtrial a:active,
.mainbtnInquiry a:link,.mainbtnInquiry a:visited,.mainbtnInquiry a:hover,.mainbtnInquiry a:active {text-decoration:none;}

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

.btnBox {
    width: 95%;
    margin: 0 auto 10px auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;}
.btnInquiry {
    width: 100%;}
.btnInquiry a {
    display: block;
    background-color: #ff9000;
    border-radius: 50px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    font-size: 4vw;
    line-height: 2.8em;}
.btnInquiry a:link,.btnInquiry a:visited,.btnInquiry a:hover,.btnInquiry a:active {text-decoration:none;}

.btnBox2 {
    width: 100%;
    margin: 40px auto 5px auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;}
.btnTtrial,
.btnSeminar {
    width: 100%;
    margin-bottom: 2%;}
.btnTtrial a {
    display: block;
    border-radius: 50px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    font-size: 4vw;
    line-height: 3em;
    background: #019e01 url(../img/bt_blank.svg) no-repeat right 20px center;
    background-size: 5%;}
.btnSeminar a {
    display: block;
    border-radius: 50px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    font-size: 4vw;
    line-height: 3em;
    background: #ff5701 url(../img/bt_blank.svg) no-repeat right 20px center;
    background-size: 5%;}
.btnTtrial a:link,.btnTtrial a:visited,.btnTtrial a:hover,.btnTtrial a:active,
.btnSeminar a:link,.btnSeminar a:visited,.btnSeminar a:hover,.btnSeminar a:active {text-decoration:none;}

/*-------------------------------------------------
	++ others
-------------------------------------------------*/
h3 {
    color: #005bff;
    text-align: center;
    margin: 0 auto;
    font-size: 5.0vw;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 0.5em;}
h4 {
    color: #fff;
    background-color: #005bff;
    text-align: center;
    border-radius: 50px;
    margin: 0 auto;
    font-size: 3.8vw;
    font-weight: bold;
    line-height: 2.5em;
    margin-bottom: 0em;}

.txtC {
    text-align: center;
    font-size: 3.8vw;
    margin: 0 auto;
    font-weight: bold;
    padding-bottom: 0.5em;}
.imgC {display: block;margin: 3% auto ;text-align:center}
.arrowB {
    margin: 0 auto 2% auto;
    text-align: center;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 50px solid transparent;
    border-left: 50px solid transparent;
    border-top: 30px solid #ff9601;
    border-bottom: 0;}

.exampleBox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    background-color: #fff;
    border-radius: 10px;
    padding: 3% 5%;
    margin-bottom: 20px;}
.exampleImg {order: 1; width: 100%;margin: 0 auto 2% auto;text-align:center;}
.exampleImg img {width: 80%;}
.exampleTxt {order: 2; width: 100%;}
.exampleTxt .ttl {
    width: 7em;
    background-color: #005bff;
    border-radius: 50px;
    color: #fff;
    font-weight: bold;
    display: block;
    text-align: center;
    font-size: 4vw;
    line-height: 1.8em;
    margin-bottom: 10px;}

.featuresBox {
    display: flex;
    flex-wrap: wrap;
    background-color: #202a36;
    border-radius: 20px;
    padding: 4% 5%;
    margin-bottom: 20px;}
.featuresTtl {
    color: #fff;
    font-weight: bold;
    font-size: 4.5vw;
    line-height: 1.5em;}
.featuresTtl span {
    display: block;
    background-color: #005bff;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    margin-right: 0;
    margin-bottom: 8px;
    width: 5em;}
.featuresTxt {
    color: #fff;
    font-weight: bold;
    text-align: left;
    margin: 0 auto;
    font-size: 3.5vw;
    line-height: 1.6em;}

.feeBox {
    display: flex;
    flex-direction: column;
    justify-content: space-between;}
.feeItem {
    width: 100%;
    background-color: #fff;
    border-radius: 15px;
    margin-bottom: 20px;}
.feeItem .ttl {
    background-color: #005bff;
    color: #FFF;
    text-align: center;
    padding: 8px 0;
    font-size: 5vw;
    font-weight: bold;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;}
.feeItem .ttl.bgorange {background-color: #ff9601;}
.feeItem .txtInner {padding: 5% 4%;}
.feepriceBox {text-align: center;height: auto;margin-bottom: 15px;}
.feepriceBox p {font-size: 4.5vw;font-weight: bold;}
.feepriceBox p span {display: block;font-size: 8vw;font-weight: bold;padding: 5px 0;}
.feepriceBox p em {display: block;font-size: 3.8vw;font-weight: normal;font-style: normal;line-height: 1.4em;}

.functionBox {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;}
.functionItem {
    width: 100%;
    background-color: #fff;
    border: 1px #005bff solid;
    border-radius: 15px;
    padding: 0;
    margin: 0 0 3% 0;}
.functionImg {
    width: 20%;
    margin: 0;}
.functionImg img {
    width: 100%;}
.functionItem .ttl {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    font-size: 115%;
    line-height: 2em;
    font-weight: bold;
    padding: 5px 0;;
    margin: 0;
    background-color: #005bff;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;}
.functionInner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;}
.functionItem p {
    width: 75%;
    text-align: left;
    color: #000000;
    font-size: 100%;
    font-weight: normal;
    padding: 0;}

.deviceBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 2% 0;}
.deviceItem {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 3%;}
.deviceItemImg {width: 37%;}
.deviceItemImg img {width: 100%;}
.deviceItem .txtBox {
    width: 60%;
    text-align: left;}
.deviceItem .txtBox .ttl {
    color: #005bff;
    font-weight: bold;
    font-size: 4.5vw;
    line-height: 1.3em;}
.deviceItem .txtBox .ttl span {
    display: block;
    color: #000000;
    font-size: 3.5vw;
    line-height: 1.2em;}
.deviceItem .txtBox .subttl {
    color: #fff;
    font-weight: bold;
    font-size: 3vw;
    width: 7.5em;
    line-height: 2.3em;
    text-align: center;
    border-radius: 30px;
    display: inline-block;
    margin: 5px 5px 5px 0;
    padding: 0;}
.subbgB {background-color: #005bff;}
.subbgP {background-color: #8800ff;}

.AppsBox {
   display: flex;
   align-items: center;
   flex-direction: column;}
.AppsItem {
    width: 90%;
    border: 1px #bebebe solid;
    background-color: #fff;
    border-radius: 20px;
    margin: 0 0 5% 0;
    padding: 5% 8%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;}
.AppsTtl {
    width: 100%;
    text-align: center;
    font-size: 5vw;
    font-weight: bold;}
.QR {width: 35%;}
.QR img {width: 100%;}
.AppsBtn {width: 55%;}
.AppsBtn img {width: 100%;}

.listDisc {
	margin:0;}
.listDisc li {
	text-align: left;
    color: #000000;
    font-size: 4vw;
	line-height: 1.5em;
	list-style-type:none;
    font-weight: bold;
	padding: 0 0 0 1.0em;
	text-indent: -1.0em;}
.listDisc li.txtS {font-size: 3.2vw;}
.listDisc li i {font-weight: normal;font-style: normal;}
.listDisc li em {font-weight: normal;font-style: normal; font-size: 3.8vw;}
.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;}

/* youtube/pdf */
.youtubeBox {
	width:100%;
	text-align:left;
	margin:10vw auto 5vw 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%;}

.pdfBtn {
	width:100%;
	border-radius: 10px;
	padding:0;
	margin:0px 0px 10px 0px;
	text-align:center;
	font-size:4.5vw;
	font-weight:bold;
	color:#FFFFFF;
	line-height:3em;
    background-color: #23b24a;}
.pdfBtn a {
	color:#FFFFFF;
	display:block;}
.pdfBtn a:link,.pdfBtn a:visited {color:#FFFFFF;text-decoration:none;}
.pdfBtn a:hover,.pdfBtn a:active {color:#FFFFFF;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: #005bff;
    color: #FFF;
    font-size: 3.5vw;
    padding: 3vw 0;
    margin-top: 5vw;}
#footer .copy {
    margin: 0px;}
#footer .copy a {
    color: #FFF;}

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



/*-------------------------------------------------
	++ HEADER_AD
-------------------------------------------------*/
.ad_Inner {
        display: block;
        clear: both;
        width: 1000px;
        padding: 20px 0 0 0;
        margin: 0 auto;
        text-align: left;}
.ad_bg {background-color: #e6f0ff;padding-bottom: 30px;}
.mgT2 {margin-top: 2em;}
.pdT1 {padding-top: 1.5em;}
#header_ad {
	position: fixed;
	top:0;
	left:0;
	width:100%;
	z-index: 9999;
    background-color: #FFFFFF;}
#header_ad .Inner {
    width: 100%;
    height:8vh;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;}
#header_ad .logo {
    margin-left: 1%;
    width: 50%;}
#header_ad .tel {
    margin-right: 1%;
    width: 40%;}
#header_ad .logo img,
#header_ad .tel img {
    width: 100%;}

/* content_ad */
#content_ad {
	padding-top:8vh;
    margin: 0 auto;
    text-align: center;
    position: relative;
    width: 100%;}

/*-------------------------------------------------
	++ title_ad
-------------------------------------------------*/
#title_ad {
	width: 100%;
    background:#d3d8dc url(../../images/ad/SP_bgR.jpg) left top no-repeat;
    background-size: cover;}
.titleInner2 {
	clear:both;
	width:100%;
    padding: 0;
	margin:0 auto;
	text-align: left;
    display: flex;
    flex-wrap: wrap;
    position: relative;}

.titleTxt {
    width: 100%;
    padding: 3vw 4vw 0 4vw;}
h2.adTtl {
    color: #ff0047;
    font-size: 6.5vw;
    font-weight: bold;
    line-height: 1.3em;
    text-align: center;
    padding: 0 0 3% 0;}
h2.adTtl span {
    font-size: 5.5vw;
    display: block;}

.titleListDisc {
	margin:10px auto 0 auto;
    text-align: center;}
.titleListDisc li {
	text-align: left;
    font-size: 4vw;
    font-weight: bold;
	line-height: 1.5em;
    margin-bottom: 3px;
    border-bottom: 2px #ff0047 solid;
	list-style-type:none;
	padding: 0 0 0 30px;
    background-image: url("../../images/ad/ic_check.svg");
    background-position: left top 4px;
    background-repeat: no-repeat;
    background-size: 20px;}
.titleWoman {
    width: 100%;
    display: flex;
    align-items: flex-end;
    margin-top: 0;}
.titleWoman img {
    width: 100%;}

.ad_form {
    width: 100%;
    height: 860px;
    background-color: #ff0047;
    padding: 25px 5px 0px;
    position: static;
    line-height: 1.4;
    color: #FFF;}
.ad_form iframe {height: 830px !important;}

.titleFrom {
    width: 100%;
    background-color: #ff0047;
    padding: 25px 0 0px;
    position: static;
    line-height: 1.4;
    color: #FFF;}
.titleFromTtl {
    color: #FFF;
    text-align: center;
    font-weight: bold;
    font-size: 5vw;}
.titleFromTtl span {
    display: block;
    color: #ffff00;
    text-align: center;
    font-weight: bold;
    font-size: 3.5vw;
    line-height: 1.4em;}

.From_thanks {
    width: 100%;
    height: auto;
    background-color: #ffe462;
    padding: 7vw 4vw;
    position: static;
    line-height: 1.4;
    color: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: center;}
h3.From_thanksTtl {
    color: #000000;
    text-align: left;
    font-weight: bold;
    font-size: 130%;
    padding: 0;
    margin: 0 0 1.5em 0;
    background-image: none;}
.From_thanks p {
    color: #000000;
    font-size: 110%;}
.From_thanks p a:link,.From_thanks p a:visited {color: #000000;text-decoration:underline;}
.From_thanks p a:hover,.From_thanks p a:active {color: #000000;text-decoration:none;}
.From_thanksBtn {
    width: 100%;
    border-radius: 50px;
    padding: 20px 0;
    text-align: center;
    font-size: 120%;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #ff0047;
    margin: 30px auto 0 auto;}
.From_thanksBtn a{
	color:#FFFFFF;
	display:block;}
.From_thanksBtn a:link,.From_thanksBtn a:visited,
.From_thanksBtn a:hover,.From_thanksBtn a:active {color:#FFFFFF;text-decoration:none;}

.txt_ad {
    text-align: left;
    font-weight: bold;
    padding-bottom: 1em;
    padding-top: 1em;}

/*-------------------------------------------------
	++ BTN_ad
-------------------------------------------------*/
.inquiryBox {
    width: 100%;
    margin: 7% auto 3% auto;}
.inquiryBoxInner a {
    border-radius: 15px;
    width: 98%;
    padding: 0px 1%;
    margin: 0 auto;
    text-align: left;
    background-color: #ffdf00;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-between;}
.inquiryBoxInner a:hover,.inquiryBoxInner a:hover img {opacity: 1;}
.inquiryBoxInner a:link,.inquiryBoxInner a:visited,
.inquiryBoxInner a:hover,.inquiryBoxInner a:active {text-decoration:none;}

.inquiryTxt {
    color: #00923a;
    font-size: 4.5vw;
    text-align: left;
    font-weight: bold;
    padding: 2% 0 1% 3%;
    line-height: 1.2em;}
.inquiry_ai {
    width: 30%;
    display: flex;
    align-items: flex-end;
    margin-top: -25px;}
.inquiry_ai img {
    width: 100%;}

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



