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

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

.cInner {
	display:block;
	clear:both;
	width:1000px;
    padding: 40px 0;
	margin:0 auto;
	text-align: left;}
.cInner2 {
	display:block;
	clear:both;
	width:800px;
    padding: 40px 0;
	margin:0 auto;
text-align: left;}
.cInner3 {
	display:block;
	clear:both;
	width:1100px;
    padding: 40px 0;
	margin:50px auto 0px 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%;}

a.company:link,a.company:visited {color:#5A5C57;text-decoration:none;}
a.company:hover,a.company:active {color:#5A5C57;text-decoration:none;}

#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: 1.5em;
    padding: 0;
    color: #000000;
	display: inline-block;}
#menu nav li a { 
    display: block;
    color: #000000;
    width: 100%;
    padding: 0px;}
#menu nav li.trial {
    background-color: #ff0000;
    line-height: 2.5em;
    border-radius: 30px;
    padding-right: 0;
    color: #FFFFFF;}
#menu nav li.entry {
    background-color: #ff9000;
    line-height: 2.5em;
    border-radius: 30px;
    padding-right: 0;
    color: #FFFFFF;}
#menu nav li.trial a,
#menu nav li.entry a {
    display: block;
    color: #FFFFFF;
    padding: 0px 20px;
    font-weight: normal;}

#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: 3% auto;}
.mainImg {
    order: 2;
    width: 500px;}
.mainImg img {
    width: 100%;}
.mainTxt {
    order: 1;
    width: 700px;
    margin: 0;
    text-align: left;}
.mainTxt2 {
    order: 3;
    width: 680px;
    margin: -140px 0 0 0px;
    text-align: left;}
.catch {
    font-size: 55px;
    font-weight: bold;
    color: #fff;
    line-height: 1.3em;
    margin: 0;
    display: flex;
    align-items: center;}
.catch img {
    width: 80px;
    margin-right: 20px;}
.catchTxt {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    line-height: 1.3em;
    margin: 2% 0 3% 0;}
.catchTxtS {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    line-height: 1.3em;
    margin: 2% 0 2% 0;}


.campaignBtn {
    float: left;
    width: 350px;
    margin: 30px 0 0 0;
    padding: 10px 0;
    background-color: #ff9601;
    border-radius: 50px;}
.campaignBtn a {
    display: block;
    color: #ffffff;
    font-weight: bold;
    font-size: 24px;
    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;
    margin: -80px 0 0 0;
    text-align: left;
    width: 350px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;}
.mainbtnTrial,
.mainbtnInquiry {
    width: 350px;}
.mainbtnTrial a {
    display: block;
    background-color: #ff0000;
    border-radius: 50px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 3em;}
.mainbtnInquiry a {
    display: block;
    background-color: #ff9000;
    border-radius: 50px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    line-height: 3em;}
.mainbtnTrial a:link,.mainbtnTrial a:visited,.mainbtnTrial a:hover,.mainbtnTrial 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: 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;}

.btnBox {
    width: 630px;
    margin: 50px auto 10px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;}
.btnTtrial2,
.btnInquiry {
    width: 300px;}
.btnTtrial2 a {
    display: block;
    background-color: #ff0000;
    border-radius: 50px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    font-size: 120%;
    line-height: 3em;}
.btnInquiry a {
    display: block;
    background-color: #ff9000;
    border-radius: 50px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    font-size: 120%;
    line-height: 3em;}
.btnTtrial2 a:link,.btnTtrial2 a:visited,.btnTtrial2 a:hover,.btnTtrial2 a:active,
.btnInquiry a:link,.btnInquiry a:visited,.btnInquiry a:hover,.btnInquiry a:active {text-decoration:none;}

.privacy {
    color: #000000;
    font-size: 100%;
    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;}

.btnBox2 {
    width: 1000px;
    margin: 50px auto 10px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;}
.btnTtrial,
.btnSeminar {
    width: 480px;}
.btnTtrial a {
    display: block;
    border-radius: 50px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    font-size: 120%;
    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: 120%;
    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: #00b8c2;
    text-align: center;
    margin: 0 auto;
    font-size: 160%;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 0.5em;}


.movieBox {
    display: flex;
    justify-content: space-between;
    align-items: center;}
.movieL {width: 270px;}
.movieR {width: 720px;}
div.vid_contents {
    width: 100%;
    text-align: center;
    margin: auto;
    padding: 0;}
video.vid_main {
    width: 100%;
    max-width: 920px;}

.featuresBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;}
.featuresItem {
    width: 310px;
    margin: 0 1% 2% 1%;
    border: 1px #00b8c2 solid;
    border-radius: 10px;}
.featuresItem h4 {
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 110%;
    line-height: 1.4em;
    padding: 10px 0;
    background-color: #00b8c2;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;}
.featuresInner {padding: 15px;}
.featuresItem .Img {
    width: 70%;
    margin: 0 auto;
    text-align: center;}
.featuresItem .Img img {width: 100%;}
.featuresItem p {
    font-size: 100%;
    text-align: left;
    padding-top: 10px;}

.feeTbl table,
.feeTbl2 table {
	width:100%;
	margin:0px auto 10px auto;
    border:1px solid #cccccc;}
.feeTbl table tr th,
.feeTbl2 table tr th {
    width: 20%;
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
    font-weight: bold;
    text-align: center;
    color: #000;
    background-color: #e5e5e5;
    font-size: 110%;
	padding:10px 0px;}
.feeTbl table tr th span,
.feeTbl2 table tr th span {
    font-size: 80%;
    font-weight: normal;
    padding-top: 0.5em;
    display: block;}
.feeTbl table tr th em,
.feeTbl2 table tr th em {
    font-size: 110%;
    color: #00b8c2;
    font-weight: bold;
    display: inline-block;}
.feeTbl table tr td,
.feeTbl2 table tr td {
	border-left:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
    background-color: #fff;
    font-weight: normal;
    padding:15px 0px;
    font-size: 100%;
    line-height: 1.3em;
    text-align: center;
    margin: 0 auto;}
.feeTbl table tr td span,
.feeTbl2 table tr td span {
    font-size: 130%;
    font-weight: bold;
    padding: 0.5em 0;
    display: block;}
.feeTbl table tr td em,
.feeTbl2 table tr td em {
    font-size: 110%;
    font-weight: bold;
    padding: 0.5em 0;
    display: block;}
.feeTbl table tr th.company,.feeTbl2 table tr th.company {background-color: #d1f2f3;}
.feeTbl table tr th.individual,.feeTbl2 table tr th.individual {background-color: #00b8c2; color: #fff;}

.txtC {
    text-align: center;
    font-size: 115%;
    margin: 0 auto;
    font-weight: bold;
    padding-bottom: 0.5em;}

.functionBox {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;}
.functionItem {
    width: 49%;
    background-color: #fff;
    border: 1px #00b8c2 solid;
    border-radius: 15px;
    padding: 0;
    margin: 0 0 2% 0;}
.functionItem .ttl {
    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: #00b8c2;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;}
.functionInner {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;}
.functionImg {width: 20%;}
.functionImg img {width: 100%;}
.functionTxt {width: 75%;}
.functionTxt p {padding-bottom: 1em;}


















.imgC {display: block;margin: 2% auto ;text-align:center}
.arrowB {
    margin: 0 auto 2% auto;
    text-align: center;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 80px solid transparent;
    border-left: 80px solid transparent;
    border-top: 60px solid #ff9601;
    border-bottom: 0;}

.exampleBox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    padding: 2%;
    margin-bottom: 20px;}
.exampleImg {width: 35%;}
.exampleTxt {width: 60%;}
.exampleTxt .ttl {
    width: 7em;
    background-color: #005bff;
    border-radius: 50px;
    color: #fff;
    font-weight: bold;
    display: block;
    text-align: center;
    line-height: 1.8em;
    margin-bottom: 10px;}











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

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




.listDisc {
	margin:0;}
.listDisc li {
	text-align: left;
    color: #000000;
    font-size: 100%;
	line-height: 1.5em;
	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:#000000;text-decoration:none;}
.listDisc li a:hover,.listDisc li a:active {color:#000000;text-decoration:none;}

/* youtube/pdf */
.youtubeBox,
.pdfBox {
	width:800px;
	text-align:left;
	margin:50px auto;}
.youtube {
	position:relative;
	padding-top:56.25%;
	overflow: hidden;
	border:5px #DBDBDB solid;
	margin:5px 0px;}
.pdf {
	position:relative;
	overflow: hidden;
	border:5px #DBDBDB solid;
	margin:5px 0px;
	height: 700px;}
.youtube iframe,
.pdf iframe {
	position:absolute;
	top:0;
	right:0;
	left:0;
	width:100%;
	height:100%;}

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

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

#pageTop {
	position: fixed;
	bottom:48px;
	right:48px;
	width:48px;
	height:48px;}
#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: 1200px;
    height:80px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;}
#header_ad .logo {
    margin: 0;
    width: 300px;}
#header_ad .tel {
    margin: 0;
    width: 220px;}
#header_ad .logo img,
#header_ad .tel img {
    width: 100%;}

a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}

/* content_ad */
#content_ad {
	padding-top:80px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    width: 100%;
    min-width: 1200px;}

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

.titleTxt {
    width: 680px;
    padding: 5% 2% 0 0;}
h2.adTtl {
    color: #ff0047;
    font-size: 45px;
    font-weight: bold;
    line-height: 1.3em;
    text-align: left;
    padding: 0 0 1% 0;}
h2.adTtl span {
    font-size: 30px;
    display: block;}

.titleListDisc {
	margin:10px auto 0 auto;
    text-align: center;}
.titleListDisc li {
	text-align: left;
    font-size: 120%;
    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: -40px;}
.titleWoman img {
    width: 100%;}

.ad_form {
    width: 500px;
    height:840px;
    background-color: #ff0047;
    padding: 30px 25px 0px;
    position: absolute;
    z-index: 9998;
    top: 0;
    right: 0;
    line-height: 1.4;
    color: #FFF;}

.titleFrom {
    width: 500px;
    background-color: #ff0047;
    padding: 25px 25px 0px;
    position: absolute;
    z-index: 9998;
    top: -75px;
    right: 0;
    line-height: 1.4;
    color: #FFF;}
.titleFromTtl {
    color: #FFF;
    text-align: center;
    font-weight: bold;
    font-size: 130%;}
.titleFromTtl span {
    display: block;
    color: #ffff00;
    text-align: center;
    font-weight: bold;
    font-size: 70%;
    line-height: 1.3em;}

.From_thanks {
    width: 460px;
    height: 840px;
    background-color: #ffe462;
    padding: 0 45px;
    position: absolute;
    z-index: 9998;
    top: 0;
    right: 0;
    line-height: 1.4;
    color: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: center;}
h3.From_thanksTtl {
    color: #ff0047;
    text-align: center;
    font-weight: bold;
    font-size: 120%;
    padding: 0;
    margin: 0 0 1.5em 0;
    background-image: none;}
.From_thanks p {
    color: #000;
    font-size: 110%;}
.From_thanks p a:link,.From_thanks p a:visited {color: #000;text-decoration:underline;}
.From_thanks p a:hover,.From_thanks p a:active {color: #000;text-decoration:none;}
.From_thanksBtn {
    width: 100%;
    border-radius: 70px;
    padding: 20px 0;
    text-align: center;
    font-size: 120%;
    font-weight: bold;
    color: #fff;
    background-color: #ff0047;
    margin: 30px auto 0 auto;}
.From_thanksBtn a{
	color:#fff;
	display:block;}
.From_thanksBtn a:link,.From_thanksBtn a:visited,
.From_thanksBtn a:hover,.From_thanksBtn a:active {color:#fff;text-decoration:none;}

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

/*-------------------------------------------------
	++ BTN_ad
-------------------------------------------------*/
.inquiryBox {
    width: 100%;
    margin: 4% auto 3% auto;}
.inquiryBoxInner a {
    border-radius: 15px;
    width: 700px;
    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: 140%;
    text-align: left;
    font-weight: bold;
    padding-left: 2%;
    padding-bottom: 0;
    line-height: 1.2em;}
.inquiry_ai {
    width: 25%;
    display: flex;
    align-items: flex-end;
    margin-top: -50px;}
.inquiry_ai img {
    width: 100%;}

#footer .mt0 {margin-top: 0;}

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

a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;}

/* content_ad */
#content_ad {
	padding-top:80px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    width: 100%;
    min-width: 1200px;}

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

.titleTxt {
    width: 630px;
    padding: 5% 2% 0 0;}

.adsubTtl {
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6em;
    text-align: left;
    padding: 0 0 5px 0;}
h2.adTtl {
    color: #00b8c2;
    font-size: 52px;
    font-weight: bold;
    line-height: 1em;
    text-align: left;
    padding: 0 0 5% 0;}
h2.adTtl span {
    font-size: 30px;
    display: block;}
h2.adTtl span .orange {color: #ff8500;}
.titleListDisc {
	margin:10px auto 0 auto;
    text-align: center;}
.titleListDisc li {
	text-align: left;
    font-size: 120%;
    font-weight: bold;
	line-height: 1.5em;
    margin-bottom: 3px;
    border-bottom: 2px #00b8c2 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;}
.titleListDisc li .blue {color: #00b8c2;}
.titleWoman {
    width: 100%;
    display: flex;
    align-items: flex-end;
    margin-top: -50px;}
.titleWoman img {
    width: 100%;}

.ad_form {
    width: 500px;
    height:810px;
    background-color: #00b8c2;
    padding: 20px 25px 0px;
    position: absolute;
    z-index: 9998;
    top: 0;
    right: 0;
    line-height: 1.4;
    color: #FFF;}

.titleFrom {
    width: 500px;
    background-color: #01932E;
    padding: 25px 25px 0px;
    position: absolute;
    z-index: 9998;
    top: -75px;
    right: 0;
    line-height: 1.4;
    color: #FFF;}
.titleFromTtl {
    color: #FFF;
    text-align: center;
    font-weight: bold;
    font-size: 130%;}
.titleFromTtl span {
    display: block;
    color: #ffff00;
    text-align: center;
    font-weight: bold;
    font-size: 70%;
    line-height: 1.3em;}

.From_thanks {
    width: 460px;
    height: 810px;
    background-color: #ffdf00;
    padding: 0 45px;
    position: absolute;
    z-index: 9998;
    top: 0;
    right: 0;
    line-height: 1.4;
    color: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: center;}
h3.From_thanksTtl {
    color: #000000;
    text-align: center;
    font-weight: bold;
    font-size: 120%;
    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: #00b8c2;
    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: center;
    font-weight: bold;}

/*
#ad_formLink {
    padding-top: 80px;}
*/

/*-------------------------------------------------
	++ BTN_ad
-------------------------------------------------*/
.inquiryBox {
    width: 100%;
    margin: 4% auto 3% auto;}
.inquiryBoxInner a {
    border-radius: 15px;
    width: 650px;
    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;}
.inquiryTxt {
    color: #00b8c2;
    font-size: 150%;
    text-align: left;
    font-weight: bold;
    padding-left: 3%;
    padding-bottom: 0;
    line-height: 1.2em;}
.inquiry_ai {
    width: 25%;
    display: flex;
    align-items: flex-end;
    margin-top: -50px;}
.inquiry_ai img {
    width: 100%;}



/*-------------------------------------------------
	++ inlineBox
-------------------------------------------------*/
.inlineBox {
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
	margin: 0 auto;
	padding: 0;}
.inlineBox li {
    width: 263px;
	margin: 0 16px 12px 0;
	background-color: #ffffff;
	border: 1px solid #e6e6e6;
	box-shadow: 3px 3px #e6e6e6;
    padding: 5px;}
.inlineBox a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;}
.inlineBox li:nth-of-type(4n) {
    margin-right: 0;}
.inlineBox li span {
    text-align: left;
    width: 75%;
    margin-left: 5%;
    font-size: 90%;}
.inlineBox li.banner {
    padding: 0px;}
.inlineBox a:link,.inlineBox a:visited {color:#5A5C57;text-decoration:none;}
.inlineBox a:hover,.inlineBox a:active {color:#5A5C57;text-decoration:none;}

