@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;}
.txtL {font-size: 120%;}

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

.bgBlue {background-color: #e2f3ff;}

.cInner {
	display:block;
	clear:both;
	width:1000px;
    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%;}

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: 95%;
    line-height: 2.3em;
	text-align: center;
	margin: 0;
    padding-right: 1.5em;
    color: #005bff;
	display: inline-block;}
#menu nav li a { 
    display: block;
    color: #005bff;
    width: 100%;
    padding: 0px;}
#menu nav li.trial {
    background-color: #ff0000;
    line-height: 2.5em;
    border-radius: 30px;
    padding-right: 0;
    margin-right: 0.5em;
    color: #FFFFFF;}
#menu nav li.entry {
    background-color: #ffa000;
    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: bold;}


#nav_toggle {
	display: none;}

/*-------------------------------------------------
	++ title
-------------------------------------------------*/
#title {
    position: relative;
	width: 100%;
/*    height: 570px;*/
    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;}
.catch {
    font-size: 55px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1.3em;
    margin: 0;}
.catch span {
    display: block;
    font-size: 25px;
    line-height: 1.5em;
    margin: 0 0 10px 0;
    color: #ffe600;}
.mainTxt2 {
    order: 3;
    width: 700px;
    margin: -180px 0 0 0;
    text-align: left;}
.mainTxt2list {
	margin:0;}
.mainTxt2list li {
	text-align: left;
    color: #fff;
    font-size: 130%;
	line-height: 1.4em;
	list-style-type:none;
    font-weight: bold;
	padding: 0 0 0.2em 35px;}
.checkmark{position:relative;}
.checkmark:before,
.checkmark:after{
	content:"";
	display:block;
	position:absolute;}
.checkmark:before{
	width:25px;
	height:25px;
	border-radius:30px;
	background:#ffa000;
	left:0;top:0px;}
.checkmark:after{
	border-left:3px solid #fff;
	border-bottom:3px solid #fff;
	width:12px;
	height:9px;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	left:6px;
	top:6px;}


.mainBox {
    width: 620px;
    margin: 15px 0 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;}
.mainbtnTtrial,
.mainbtnInquiry {
    width: 300px;}
.mainbtnTtrial a {
    display: block;
    background-color: #ff0000;
    border-radius: 50px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    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;}
.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
-------------------------------------------------*/
.btnBox {
    width: 630px;
    margin: 50px auto 10px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;}
.btnTtrial,
.btnInquiry {
    width: 300px;}
.btnTtrial 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;}
.btnTtrial a:link,.btnTtrial a:visited,.btnTtrial a:hover,.btnTtrial a:active,
.btnInquiry a:link,.btnInquiry a:visited,.btnInquiry a:hover,.btnInquiry a:active {text-decoration:none;}


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

.OperationBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0 50px 0;}
.OperationItem {
    width: 280px;
    border-radius: 15px;
    padding-bottom: 10px;
    background-color: #fff;}
.OperationItem h3 {
    color: #fff;
    text-align: center;
    margin: 0 auto;
    font-size: 130%;
    font-weight: bold;
    line-height: 2.5em;
    background-color: #0983fd;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;}
.OperationImg {
    width: 90%;
    margin: 10px auto;
    text-align: center;}
.OperationImg img {width: 100%;}
.OperationItem p {
    padding: 0 15px;
    font-size: 100%;
    height: 4.5em;}
.OperationItem p.height6 {height: 6em;}
.OperationArrow {
    position: relative;
    display: inline-block;
    width: 23px;
    height: 39px;}
.OperationArrow::before,
.OperationArrow::after {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    right: 0;
    width: 30px;
    height: 4px;
    background-color: #0983fd;
    transform-origin: calc(100% - 2px) 50%;}
.OperationArrow::before {transform: rotate(42.5deg);}
.OperationArrow::after {transform: rotate(-42.5deg);}


.priceBox {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-items: stretch;
    width: 100%;
    padding: 0px;
    margin: 10px auto 25px auto;
    justify-content: space-evenly;}
.priceItem {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    flex-direction: column;
    width: 48%;
    text-align: left;
    padding:0;
    margin: 0;
    border-radius: 15px;
    background-color: #FFF;}
.priceTtl {
    text-align: center;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    line-height: 2.5em;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;}
.priceTtlBoxInner {padding: 15px 20px;}
.priceDetailBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;}
.priceDetailBox p {
    text-align: center;
    font-size: 90%;
    line-height: 1.2em;
    padding-bottom: 3px;}
.priceDetail1 {
    display: flex;
    align-content: stretch;
    flex-wrap: nowrap;
    flex-direction: row;}
.priceDetail1 li {
	text-align: left;
    color: #000000;
    font-size: 170%;
	line-height: 1.5em;
	list-style-type:none;
    font-weight: bold; 
	margin-bottom: 5px;
    padding: 5px 10px;}
.priceDetail1 li em {font-style: normal;font-size: 60%;}
.priceDetail1 li span {
    color: #FFF;
    text-align: center;
    display: inline-block;
    padding: 3px 5px 3px 15px;
    margin-right: 10px;
    font-size: 65%;}
.basic {background-color: #0983fd;}
.premium {background-color: #ff8200;}
.border_basic {border: 1px #0983fd solid;}
.border_premium {border: 1px #ff8200 solid;}

/*-------------------------------------------------
	++ tab&SLIDER
-------------------------------------------------*/
#functionSlider {
    width: 100%;
    margin: 0 auto;}
.slider{
  	display: none;}
.slider.slick-initialized {
  	display: block;}
.slider li {
	position: relative;}
.slider li span {
    margin-top: 5px;}
.slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: 5px;}

.slick-loading .slick-list {
    background: #fff url(../img/ajax-loader.gif) center center no-repeat;}

.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
	left:50%;
    display: block;
    width: 34px;
    height: 58px;
	margin-top:-29px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
	z-index: 9;}
.slick-prev {
    background: url(../img/icon_arrowGL.svg) center center no-repeat;
    background-size: 65%;
	margin-left:-505px;}
.slick-next {
    background: url(../img/icon_arrowGR.svg) center center no-repeat;
    background-size: 65%;
	margin-left:473px;}

.slick-dots {
    display: block;
    width: 100%;
    padding: 5px 0 8px 0;
    margin: 0;
    list-style: none;
    text-align: center;}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
	background-color: #999999;
    border-radius: 10px;
    opacity:0.8;}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 15px;
    height: 15px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
	background-color: #e0e0e0;
    border-radius: 10px;}
.slick-dots li.slick-active {
	background-color:#999999;}
.slick-dots li.slick-active button {
	background-color:#999999;}

.inlineBox,
.inlineBox2 {
	width: 100%;
    padding: 2% 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
	margin: 0 auto;}
.inlineBox li {
    width: 320px;
	margin: 0 20px 20px 0;
    padding: 0;
    display: inline-block;}
.inlineBox li:nth-of-type(3n) {
	margin: 0 0 20px 0;}
.inlineBox2 li {
    width: 500px;
	margin: 0 auto 20px auto;
    padding: 0;
    display: inline-block;}
.inlineBox li span,
.inlineBox2 li span {
    text-align: left;
    font-size: 90%;}
.inlineBox li img,
.inlineBox2 li img {
    width: 100%;}

.tabs {
    margin-top: 0px;
    padding-bottom: 0px;
    width: 100%;
    margin: 0 auto;}
.tab_item {
    width: calc(98%/2);
    background-color: #a8a8a8;
    line-height: 50px;
    font-size: 110%;
    text-align: center;
    color: #565656;
    display: block;
    float: left;
    margin-right: 1%;
    text-align: center;
    font-weight: normal;
    transition: all 0.2s ease;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;}
.tab_item:hover {
    opacity: 0.9;}
input[name="tab_item"] {
    display: none;}
.tab_content {
    display: none;
    padding: 0;
    clear: both;
    overflow: hidden;
    border-top: 3px #0983fd solid;}
#list:checked ~ #list_content,
#slide:checked ~ #slide_content {
    display: block;}
.tabs input:checked + .tab_item {
    color: #fff;
    background-color: #0983fd;}

.BtnPDF {
    margin: 7% auto 4% auto;
    text-align: center;}

.listDisc {
	margin: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.2em 1.0em;
	text-indent: -1.0em;}
.listDisc li.txtL {
    font-size: 110%;
    font-weight: bold;}
.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,
.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%;}

.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: #0983fd;
    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;}



/*-------------------------------------------------
	++ 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.2em;
    text-align: left;
    padding: 0 0 5px 0;}
h2.adTtl {
    color: #4b83fa;
    font-size: 55px;
    font-weight: bold;
    line-height: 1.3em;
    text-align: left;
    padding: 1% 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: 130%;
    font-weight: bold;
	line-height: 1.5em;
    margin-bottom: 4.5px;
    border-bottom: 2px #4b83fa 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: #5f82f6;}
.titleWoman {
    width: 100%;
    display: flex;
    align-items: flex-end;
    margin-top: -50px;}
.titleWoman img {
    width: 100%;}

.ad_form {
    width: 500px;
    height:810px;
    background-color: #4b83fa;
    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: 99px;
    padding: 20px 0;
    text-align: center;
    font-size: 120%;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #4b83fa;
    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: #4b83fa;
    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%;}







