@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.6vw;}

.pc,.pc845 {
	display: none !important;}

.img100 {
	width: 100%;
	height: auto;}
.img90 {
	width: 90%;
	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%;}

.cInner {
	display:block;
	clear:both;
	margin:0 auto;
	text-align: left;
	position:relative;
	padding:6vw 2vw;
    margin-inline: auto;}
.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: #1ba05f;
    border-bottom-color: #04bc62;
    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: #1ba05f;
	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;
    position: relative;}
.mainCampaign {
    position: absolute;
    right: 0;
    top: 35%;
    width: 25vw;
    height: 25vw;
    background-color: #ff0000;
    border-radius: 100%;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 3.8vw;
    display: flex;
    justify-content: center;
    align-items: center;}
.mainImg {
    order: 3;
    width: 100%;
    margin: 2% auto 0 auto;}
.mainTxt {
    order: 1;
    width: 100%;
    margin: 10% 0 0 0;
    text-align: left;}
.catch {
    font-size: 8.5vw;
    font-weight: bold;
    color: #1ca05f;
    line-height: 1.2em;
    margin: 0 auto 0 auto;
    text-align: center;}
.catch span {font-size: 4.5vw;display: block;color: #000;line-height: 1.2em;padding-bottom: 0.5em;}

.mainBox {
    order: 3;
    width: 100%;
    margin: 5px 0 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;}
.mainbtnTtrial,
.mainbtnInquiry {
    width: 49%;
    margin: 0 0.5%;}
.mainbtnTtrial a {
    display: block;
    background-color: #ff0000;
    border-radius: 50px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    font-size: 3.5vw;
    line-height: 3em;}
.mainbtnInquiry a {
    display: block;
    background-color: #ca13b7;
    border-radius: 50px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    font-size: 3.5vw;
    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;}
.mainbtnPatent {
    width: fit-content;
    margin-top: 5px;
    padding: 0 30px;
    background-color: #fff;
    border-radius: 50px;
    color: #000;
    font-weight: normal;
    text-align: center;
    font-size: 3.5vw;
    line-height: 3em;}

/*-------------------------------------------------
	++ BTN
-------------------------------------------------*/
.btnBox {
    width: 100%;
    margin: 30px auto 5px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;}
.btnTtrial,
.btnInquiry {
    width: 49%;
    margin: 0 0.5%;}
.btnTtrial a {
    display: block;
    background-color: #ff0000;
    border-radius: 50px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    font-size: 3.5vw;
    line-height: 3em;}
.btnInquiry a {
    display: block;
    background-color: #ff9000;
    border-radius: 50px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    font-size: 3.5vw;
    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;}

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

/*-------------------------------------------------
	++ bg
-------------------------------------------------*/
.bgGray {
    background-color: #f6f6f6;
    margin: 0;
    padding: 0;}

/*-------------------------------------------------
	++ others
-------------------------------------------------*/
h2 {
    font-size: 5.8vw;
    color: #f8b318;
    font-weight: bold;
    text-align: center;
    line-height: 1.3em;
    margin: 0 auto 0.8em auto;}
h3 {
    font-size: 5vw;
    font-weight: bold;
    text-align: left;
    line-height: 1.2em;
    margin: 0 auto 0.2em auto;}

.txtCL {text-align: left;}
.imgC {margin: 0 auto;text-align: center;}

.serviceBox {
	display:flex; 
	flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    align-items: stretch;
	width: 100%;
	height:auto;
	padding:0px;
    margin: 10px auto;}
.serviceInner {
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;}
.serviceItem {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
    text-align: left;
    font-size: 95%;
    padding:0;
    margin: 0 0 10px 0;
    border: 1px #b2b2b2 solid;
    background-color: #fff;
    border-radius: 15px;}
.serviceItem h3 {
    color: #1ca05f;
    text-align: center;
    font-size: 5vw;
    font-weight: bold;
    line-height: 1.5em;
    margin: 0 auto;}
.serviceInnerImg {
    width: 70%;
    margin: 0 auto 10px auto;}
.serviceInnerImg img {width: 100%;}

ol.listDecimal2 {
    counter-reset: my-counter;
    list-style: none;
    padding: 0;
    margin-top: 30px;}
.listDecimal2 li {
    margin-bottom: 10px;
    padding-left: 30px;
    font-size: 4vw;
    position: relative;}
.listDecimal2 li:before {
    content: counter(my-counter);
    counter-increment: my-counter;
    background-color: #1ba05f;
    color: #fff;
    display: block;
    font-size: 4vw;
    float: left;
    line-height: 25px;
    margin-left: -30px;
    margin-top: 0px;
    text-align: center;
    height: 25px;
    width: 25px;
    border-radius: 50%;}

.priceTbl table {
	width:100%;
	margin:0px auto 30px auto;
    border:1px solid #cccccc;}
.priceTbl table tr th,
.priceTbl table tr td {
	border-left:1px solid #cccccc;
    border-bottom:1px solid #cccccc;
	padding:10px 5px;
	position:relative;
    font-weight: normal;
    text-align: center;
    color: #000;
    font-size: 3.5vw;
    background-color: #fff;}
.priceTbl table tr th {
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    font-size: 4vw;}
.priceTbl table tr td.txtL {text-align: left;}
.priceTbl table tr td span {color: #ff0000;font-weight: bold;}
.bg_yellow {background-color: #f8b318 !important;}
.bg_blue {background-color: #4582ff !important;}
.bg_green {background-color: #23a565 !important;}
.txt_yellow {color: #f8b318;}
.txt_blue {color: #4582ff;}
.txt_green {color: #23a565;}

.listDisc {
	margin:0;}
.listDisc li {
	text-align: left;
    color: #000000;
    font-weight: normal;
	line-height: 1.4em;
    font-size: 3.8vw;
	list-style-type:none;
	padding: 0 0 0.2em 1.0em;
	text-indent: -1.0em;}
.listDisc li span {color: #005bff;}

.BtnPDF {
    width: 100%;
    margin: 10% auto 5% auto;
    text-align: center;}

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

.titleBanner {
    margin: 8% 1vw;
    text-align: center;}

/*-------------------------------------------------
	++ SLIDER
-------------------------------------------------*/
#functionSlider {
    width: 100%;
    margin: 0 auto;}
.slider img {
	width:100%;
	height:60vw;
    margin-bottom: 5px;}
.slider li {
	position:relative;}

.slick-prev,
.slick-next {
    position: absolute;
    top: 35%;
	left:50%;
    display: block;
    width: 34px;
    height: 58px;
	margin-top:0px;
    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:-50%;}
.slick-next {
    background: url(../img/icon_arrowGR.svg) center center no-repeat;
    background-size: 65%;
	margin-left:42%;}

.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: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
	background-color: #1BA061;
    border-radius: 10px;
    opacity:0.8;}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
	background-color: #999;
    border-radius: 10px;}
.slick-dots li.slick-active {
	background-color:#1BA061;}
.slick-dots li.slick-active button {
	background-color:#1BA061;}

/*-------------------------------------------------
	++ FOOTER
-------------------------------------------------*/
#footer {
    background-color: #1BA061;
    color: #FFF;
    padding: 3vw 0;}
#footer .copy {
    margin: 0px;
    font-size: 3.5vw;}
#footer .copy a {
    color: #FFF;}

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





