/**======================================================================
=========================================================================
Custumize for Movy
Author: Satoshi Arai
Support: saaramobile@gmail.com
File: movy.css
=========================================================================
=================================================================================== */
a{
    color: #fff;
}
body{
    line-height: 1.9;
}
img{
    max-width: 100%;
    height: auto;
}
em{
    font-style: normal;
}
section {
    padding-top: 50px;
    padding-bottom: 50px;
}
/*-------------------------------------
 loading
-------------------------------------*/
.loading {
	position: fixed;
	z-index: 999999;
	height: 2em;
	width: 2em;
	overflow: show;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display:none;
}

/* Transparent Overlay */
.loading:before {
	content: '';
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
	/* hide "loading..." text */
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.loading:not(:required):after {
	content: '';
	display: block;
	font-size: 10px;
	width: 0.5em;
	height: 0.5em;
	margin-top: -0.5em;
	-webkit-animation: spinner 1500ms infinite linear;
	-moz-animation: spinner 1500ms infinite linear;
	-ms-animation: spinner 1500ms infinite linear;
	-o-animation: spinner 1500ms infinite linear;
	animation: spinner 1500ms infinite linear;
	border-radius: 0.5em;
	-webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
	box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
  }
  100% {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
  }
  100% {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
  }
  100% {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
  }
  100% {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
  }
}
.loading em{
	display: block;
    font-size: 12px;
    width: 100%;
    height: 1em;
    position: fixed;
    color: #FFFFFF;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    margin-top: 40px;
}



.navbar {
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 50px;
    top: -80px;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background: #FFFFFF;
    transition: all 0.3s linear;
    margin-bottom: 0;
    box-shadow:none;
    border-bottom: solid 1px #f9f9f9;
}

.btn {
    border-radius: 50px;
    line-height: 1.3;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.btn-success{
    background-color: #27a933;
    border: none;
}
.btn-default{
    border: solid 1px #27a933;
    line-height: 1.3;
    color:#27a933;
}
.btn-default:hover{
    color:#27a933;
}
.btn-white{
    background-color: #FFFFFF;
    border: 2px solid #27a933;
    color: #27a933;
    line-height: 1;
}
.footerMessage {
    display: grid;
    grid-template-columns: 50% 140px 1fr;
    color: #FFFFFF;
    margin-bottom: 50px;
    font-size: 32px;
    border-bottom: #FFFFFF solid 1px;
    padding-bottom: 50px;
}
.bg-dark p{
    color: #FFFFFF;
}
footer .b-footer{
    padding-top: 20px;
}
footer .b-footer p{
    text-align: center;
}
.footerMessage .btnLeft{
    text-align: right;
}
footer a{
    color: #FFFFFF;
}
footer h5:before{
    display: none;
}
.navbar-brand {
    margin-left: 10px;
    margin-top: 5px;
}
.navbar-brand img{
    width: 70px;
    height: auto;
}
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar .navbar-nav .nav-link {
    color: #27a933;
    font-weight: normal;
    padding-left: 15px;
    padding-right: 15px;
}
.navbar .navbar-nav .nav-link:hover{
    color: #27a933;
}
.navbar-dark .navbar-toggler-icon{
    
}

header {
    position: relative;
    color: #fff;
    min-height: calc(100vh - 50px);
    padding-top: 50px;
    padding-bottom: 0px;
    display: flex;
    align-items: center;
    overflow: hidden;
}


.mainVisualLead {
    position: absolute;
    top: 50%;
    left: 55%;
    margin-right: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 30;
    overflow: hidden;
}
.mainVisualLead img{
    width: 200px;
    height: auto;
}
.mainVisualLead h1 {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 30px;
    margin-top: 10px;
}

.message01 {
    background-color: #27a933;
    padding-top: 40px;
    padding-bottom: 40px;
    padding: 60px 10%;
}
.message02 {
    padding-top: 40px;
    padding-bottom: 40px;
    padding: 60px 10%;
}
.message01 h2 {
    color: #FFFFFF;
    margin-bottom: 60px;
    font-size: 24px;
}
.message02 h2 {
    margin-bottom: 60px;
    font-size: 24px;
}
.message01 h3{
    color: #FFFFFF;
    margin-bottom: 40px;
}
.message01 h2{
    margin-bottom: 40px;
}
p{
    text-align: justify;
}
.message01 p{
    color: #FFFFFF;
}
.borderLeftTTL::before{
    position: absolute;
    width: 8%;
    margin-left: -10%;
    content: '';
    height: 6px;
    margin-top: 16px;    
}
h3.borderLeftTTL {
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 1.8;
}
h3.bottomBorderTTL{
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 1.8;
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
    font-weight: bold;
}
h3.bottomBorderTTL::after{
    background-color: #27a933;
    height: 6px;
    width: 100px;
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
}
section::after{
    content: '';
    clear: both;
    display: block;
}

.message01 .borderLeftTTL::before{
    background-color: #FFFFFF;
}
.message02 .borderLeftTTL::before{
    background-color: #27a933;
}

svg.feather:not([class*='hei-']) {
    height: 18px;
}

.pct-customizer .pct-c-btn {
    background: #fff;
    display: block;
    padding: 8px;
    border-radius: 4px 0 0 4px;
    position: absolute;
    right: 100%;
    bottom: 0;
    top: auto;
    transition: all 0.15s ease-in-out;
    box-shadow: -9px 0 18px -1px rgb(69 90 100 / 10%);
}
.pct-customizer {
    position: fixed;
    right: -360px;
    top: auto;
    FONT-VARIANT: JIS04;
    transition: all 0.15s ease-in-out;
    bottom: 40px;
}
.messageImg {
    width: 46%;
    position: absolute;
    right: -9%;
    margin-top: -220px;
}
.messageImg img{
    width: 100%;
}
.message02 p{
    width: 60%;
}
.title .centerAshirai {
    text-align: center;
    position: relative;
    color: #27a933;
    font-size: 20px;
}
.title .centerAshirai em{
    font-size: 30px;
    font-weight: bold;
    display: block;
    padding-top: 30px;
    margin-top: 30px;
    text-align: center;
    position: relative;
    color: #000000;
}
.title .centerAshirai em::before {
    content: '';
    background-color: #27a933;
    width: 100px;
    height: 5px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 0px;
}
.green10Per{
    background-color: #e9f6eb;
}


.bg-primary{
    background-color: #17C666 !important;
}

.footer-top {
    position: relative;
    padding: 40px 0;
    background: #27a933;
    transform-origin: right;
    border-radius: 0;
}
header:after{
    background-color: #FFFFFF;
}
.bg-dark {
    background: #27a933 !important;
}
.container, .container-sm, .container-md, .container-lg{
    max-width: 960px;
}

.topFeatureList{
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0px;
    margin-bottom: 50px;
}
ul{
    padding: 0;
}
ul li{
    list-style: none;
    padding: 0;
}
.topFeatureList ul {
    display: grid;
    grid-template-columns: 46% 46%;
    column-gap: 8%;
    row-gap: 60px;
}
.topFeatureList ul li{
    border-radius: 20px;
    background-color: #FFFFFF;
}
.topFeatureList h3{
    padding: 20px;
    border-bottom: solid 1px #dcdcdc;
    margin-bottom: 10px;
    text-align: center;
    font-size: 20px;
}
.topFeatureList h3 span{
    display: inline-block;
    position: relative;
}
.topFeatureList h3 span::after{
    width: 100%;
    height: 5px;
    background-color: #27a933;
    position: absolute;
    bottom: 0;
    content: '';
    left: 0;
}
.topFeatureListContent{
    font-weight: bold;
    text-align: center;
    padding: 20px;
}
.topFeatureListContent p{
    text-align: center;
}
.topFeatureListContent .imgBox{
    margin-bottom: 15px;
}
.topFeatureList {
    margin-bottom: 40px;
}
.nextBtnBox {
    text-align: center;
}
.nextBtnBox .btn{
    font-size: 18px;
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    box-sizing: border-box;
    border: none;
}
.nextBtnBox .btn:hover{
    background-color: #FFFFFF;
    border: #27a933 solid 2px;
    color: #27a933;
    box-sizing: border-box;
}
.nextBtnBox .btn::after{
    content: '>';
    position: absolute;
    color: #FFFFFF;
    right: 22px;
    top: 17px;
    font-weight: bold;
    transform: scaleY(2);
    font-size: 11px;
}
.contactBox{
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}
.contactBox h2{
    text-align: center;
}
.contactBox p{
    text-align: center;
}
.contactContentInner {
    margin-bottom: 30px;
}

.contactBox .btn{
    font-size: 18px;
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    box-sizing: border-box;
    border: #27a933 solid 2px;
    background-color: #FFFFFF;
    color: #27a933;
}
.nextBtnBox .btn:hover{
    background-color: #FFFFFF;
    border: #27a933 solid 1px;
    color: #27a933;
}

.bottomMainVisual{
    margin-top: 50px;
    position: relative;
    overflow: hidden;
}
.bottomSubTitleBg{
    position: absolute;
    width: 320px;
    height: 100px;
    background-image: url(../images/bottom_sub_title_bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    right: -50px;
    color: #27a933;
    text-align: center;
    z-index: 1;
    bottom: 0;
}
.bottomSubTitleBg span{
    position: absolute;
    color: #27a933;
    font-size: 24px;
    font-weight: bold;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 10px;
    letter-spacing: 5px;
}


.pageCategoryTitle {
    background-color: #27a933;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #dfdfdf;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: left;
    padding-left: 0px;
    color: #FFFFFF;
    letter-spacing: 3px;
}
.pageCategoryTitle h2{
    color: #FFFFFF;
}

.topicpath {
    border-bottom: 1px solid #dfdfdf;
}
.topicpath .inner {
    padding: 10px 0;
    line-height: 1;
}
.topicpath p {
    font-size: 12px;
    margin: 0;
}
.inner {
    position: relative;
    max-width: 960px;
    margin: 0 auto;
}
.topNewsBox{
	padding: 20px 0;
	border-bottom: 2px solid #e8eff6;
	background-color: #FFFFFF;
}
.topNewsBox h2 {
    display: block;
    font-size: 20px;
    margin-right: 30px;
    float: left;
}
.topNewsTitle{
    overflow: hidden;
    display: block;
    color: #000000;
    margin-left: 86px;
    padding-top: 0px;

}
.topNewsTitle a{
	color: #000000;
}
.topNewsTitle a span{
	display: inline;
}
.topNewsTitle ul{
    margin-bottom: 0;
}

.topNewsBox .inner {
    position: relative;
    max-width: 960px;
    margin: 0 auto;
}
.topicpath a {
    color: #333;
}
.bgf9{
    background-color: #f9f9f9;
}

.newsList {
    max-width: 840px;
    margin: 0 auto 65px auto;
    padding-left: 4%;
    padding-right: 4%;
    box-sizing: border-box;
}
.newsList ul {
	display: table;
	width: 100%;
	border-top: 1px solid #dcdcdc;
    box-sizing: border-box;
}
.newsList ul li {
	display: table-row;
	font-size: 16px;
}
.newsList ul li .date,
.newsList ul li .ttl {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #dcdcdc;
}
.newsList ul li .date {
    width: 110px;
    padding: 10px;
}
.newsList ul li .ttl {
	padding: 10px 10px 10px 0;
}
.newsList .icnNew {
	display: inline-block;
	padding: 0 5px;
	margin: 5px 0 0 12px;
	color: #fff;
	font-size: 10px;
	line-height: 1.6;
	vertical-align: top;
	background: #dcdcdc;
}
.newsList ul li a{
    color: #27a933;
}
.articleSection::after{
    display: block;
    clear: both;
    content: '';
}
.articleSection h1{
    font-size: 24px;
    line-height: 1.6;
    font-weight: bold;
}
.articleSection h1 span{
    display: block;
    font-size: 18px;
    color: #777777;
}
.articleSection .pageLead{
    background-color: #f9f9f9;
    padding: 4%;
    margin-bottom: 30px;
}
.articleSection {
    margin-bottom: 60px;
}

.articleSection h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.articleSection h3 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
}
.articleSection a{
    color: #27a933;
}
.centerImg{
    margin-bottom: 20px;
}
.leftImg{
    float: left;
    max-width: 33%;
    margin-right: 20px;
}


.trialBtnBox {
    text-align: center;
    padding-top: 40px;
}
.trialBtnBox .btn{
    font-size: 18px;
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    box-sizing: border-box;
    border: none;
}
.trialBtnBox .btn:hover{
    background-color: #FFFFFF;
    border: #27a933 solid 2px;
    color: #27a933;
    box-sizing: border-box !important;
}
.bgF4fbf5{
    background-color: #f4fbf5;
}
.feature01{
    padding: 40px 10%;
    background-image: url(../images/feature01_bg.png);
    background-size: 60%;
    background-position: right bottom;
    background-size: 50%;
    background-repeat: no-repeat;
}

.feature02{
    padding: 60px 10%;
    background-image: url(../images/feature02_bg.png);
    background-size: 60%;
    background-position: right bottom;
    background-size: 50%;
    background-repeat: no-repeat;
}
.feature01 p,
.feature02 p
{
    max-width: 60%;
}


.borderLeftTTL.green{
    font-weight: bold;
}

.borderLeftTTL.green::before {
    background-color: #27a933;
    font-weight: bold;
}
h4.underSubTTL {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.7;
}
h2.upperTTL{
    vertical-align: bottom;
    font-size: 24px;
    margin-left: -10%;
    color: #27a933;
}

h2.upperTTL span{
    font-size: 40px;
    font-weight: bold;
}
.featureWhiteBgBox{
    padding: 30px;
    border-radius: 20px;
    background-color: #FFFFFF;
    margin-bottom: 30px;
}
.featureWhiteBgBox h3 {
    font-weight: bold;
    margin-bottom: 15px;
}
h2.downBorderTTL{
    vertical-align: bottom;
    font-size: 24px;
    margin-left: 0;
    color: #27a933;
    margin-bottom: 36px;;
    padding-bottom: 30px;
    position: relative;
}

h2.downBorderTTL span{
    font-size: 40px;
    font-weight: bold;
}
h2.downBorderTTL::after{
    content: '';
    display: block;
    background-color: #27a933;
    height: 6px;
    width: 100px;
    bottom: 0px;
    left: 0;
    position: absolute;
    
}
.featureWhiteBgBox .imgBox{
    float: right;
    margin-left: 30px;
    max-width: 42%;
}
h2.alignC_TTL {
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 1.9;
    font-size: 24px;
}

.featureSeenList ul{
    display: grid;
    grid-template-columns: 30% 30% 30% ;
    column-gap: 5%;
    row-gap: 40px;
}
.featureSeenList ul li {
    position: relative;
}
.featureSeenList ul li .imgBox{
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 40px;
}
.featureSeenList ul li .featureNum {
    position: absolute;
    font-size: 36px;
    color: #27a933;
    font-weight: bold;
    margin-top: -64px;
    margin-left: 6px;
    filter: drop-shadow(1px -1px 0px rgba(255,255,255,0.8));
}
.featureSeenList ul li h3{
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 3px solid #27a933;
}
.featureSeenList ul li .imgBox p{
    font-size: 16px;
}
.imgLContentsbox::after{
    content: '';
    display: block;
    clear: both;
}

.imgLContentsbox .imgBox {
    float: right;
    width: 40%;
    margin-left: 40px;
    position: relative;
}
.imgLContentsbox .textBox{
    margin-right: 45%;
}

.imgRContentsbox .textBox{
    margin-left: 45%;
}

.imgRContentsbox .imgBox {
    float: left;
    width: 40%;
    margin-right: 40px;
    position: relative;
}

.title .functionTTL {
    text-align: center;
    position: relative;
    color: #27a933;
    font-size: 20px;
}
.title .functionTTL em{
    font-size: 20px;
    font-weight: bold;
    display: block;
    padding-top: 30px;
    margin-top: 30px;
    text-align: center;
    position: relative;
    color: #000000;
}
.title .functionTTL em::before {
    content: '';
    background-color: #27a933;
    width: 100px;
    height: 5px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 0px;
}

.functionSection {
    padding: 0px 5% 0px 10%;
}
.functionSection::after{
    clear: both;
    content:'';
    display: block;
}
.functionNum {
    vertical-align: bottom;
    font-size: 24px;
    margin-left: 0;
    color: #27a933;
    position: absolute;
    bottom: -47px;
}

.functionNum span{
    font-size: 40px;
    font-weight: bold;
}
.feature-block .feature-icon .material-icons-two-tone:hover{
    text-decoration: none;
}

.feature-block p {
    text-align: center;
    min-height: 56px;
}
.feature-row{
    background-color: #FFFFFF;
}
.feature-block h4 {
    font-size: 16px;
    font-weight: bold;
}

.flowNew3cBox ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 40px;
    column-gap: 4%;
    padding-bottom: 30px;
}
.flowNum{
    font-size: 20px;
    font-weight: bold;
    color: #27a933;
}
.flowNum span{
    font-size: 14px;
}

.feature-row .feature-block{
    position: relative;
}
.flowNew3cBox ul li {
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    min-height: 280px;
    line-height: 1.7;
    text-align: center;
    position: relative;
    font-weight: bold;
}

.flowNew3cBox ul li::after {
    width: 65px;
    height: 15px;
    position: absolute;
    top: 47%;
    right: -55px;
    margin-top: auto;
    margin-right: auto;
    content: '▲';
    transform: rotate(90deg);
    color: #27a933;
}
.flowNew3cBox ul li:last-child::after{
    display: none;
}

.flowNew3cBox ul li span{
    font-weight: normal;
    font-size: 10px;
    display: block;
    margin-top: 15px;
}
.flowNew3cBox ul li:last-child::after {
    display: none;
}
.iconBox svg{
    max-height: 50px;
}
.iconBox {
    margin-bottom: 20px;
}
.flowNew3cBox ul li div{
    width: 100%;
}
.flowNew3cStart::before{
    content: '▼';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -50px;
    color: #27a933;
    display: none;
}
.flowNew3cStart{
    background-color: #FFFFFF;
    padding: 30px;
    display: grid;
    grid-template-columns: 110px 1fr;
    position: relative;
}
.flowNew3cStart .textBox h3{
    font-size: 20px;
    font-weight: bold;
}

.price-block{
    border:#dcdcdc solid 3px;
}
.price-block.active {
    background: #FFFFFF;
    box-shadow: 0 5px 25px rgb(39 169 51 / 50%);
    border:#27a933 solid 3px;
}

.price-block .price-badge{
    color: #27a933;
}
.price-block.active h3 {
    color: #27a933;
    margin-bottom: 40px;
}
.price-block h3{
    margin-bottom: 40px;
}
.storageNum{
    font-size: 26px;
    font-weight: bold;
}
.storageNum span{
    font-size: 14px;

}
.price-block p.note{
    font-size: 11px;
    line-height: 1.4;
}
.priceTable{
    display: grid;
    grid-template-columns: 48% 48%;
    column-gap: 4%;
}
.triangleWrapper{
    margin-bottom: 30px;
    text-align: center;
}
.triangle{
    width: 0;
    height: 0;
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
    border-top: 40px solid #FFFFFF;
    display: inline-block;
}
.priceBox2C{
    display: grid;
    grid-template-columns: 50% 50%;
    margin-bottom: 20px;
}
.price-block h4 {
    background-color: #f1f1f1;
    text-align: center;
    padding: 10px;
    margin-bottom: 30px;
    font-size: 16px;
}
.priceNum{
    margin-bottom: 30px;
    font-size: 26px;
    font-weight: bold;
}
.priceNum span{
    font-size: 14px;

}
.strageContent{
    padding: 15px;
}
.priceBox2C .strageContent:first-child{
    border-right: 2px solid #dcdcdc;
}
.priceBox2C .strageContent:last-child{
    border-left: 2px solid #dcdcdc;
}
.priceHosoku{
    padding-top: 30px;
    text-align: right;
    font-size: 12px;
    color: #333;
}
.priceHosoku a{
    color: #27a933;
}


.formGroup {
    margin-bottom: 30px;
}
.formGroup label {
    display: block;
    text-align: left;
    margin-bottom: 9px;
}

input[type="text"], input[type="email"], input[type="password"], select ,input[type="date"] {
    height: auto;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #F8F8F8;
    border: 1px solid #DDDDDD;
    font-size: 16px;
    font-weight: normal;
    line-height: 50px;
    color: #000000;
    border-radius: 5px;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.formGroup input[type="text"], .formGroup input[type="email"], .formGroup input[type="password"], .formGroup textarea {
    width: 100%;
}
textarea, textarea.form-control {
    line-height: 1.4;
    padding: 15px 20px;
    min-height: 14em;
    border: 1px solid #DDDDDD;
    vertical-align: middle;
    background: #F8F8F8;
    border: 1px solid #DDDDDD;
    color: #000000;
    border-radius: 5px;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.name2cBox{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
}

.regFormBox{
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 60px;
}
.regFormBox h2{
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
}
select {
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    background-size: 15px, 15px;
    padding-left: 15px;
    height: 50px;
}
.formPrivacy a{
    color: #333;
}

section.sectionPdgNarrow{
    padding-top: 30px;
    padding-bottom: 30px;

}
section.sectionPdgNarrow .title{
    margin-bottom: 0;
}
.narrowContainer{
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    padding-bottom: 20px;
} 
.companyDataList dl{
    display: grid;
    grid-template-columns: 33% 67%;
    margin-bottom: 0;
}
.companyDataList dl:first-child dt{
    border-top: 2px solid #27a933;
}
.companyDataList dl:first-child dd{
    border-top: solid 2px #dcdcdc;
}
.companyDataList dt{
    border-bottom: 2px solid #27a933;
    padding: 20px;
}
.companyDataList dd{
    border-bottom: 2px solid #dcdcdc;
    padding: 20px;
    margin-bottom: 0;
}
.companyDataList a{
    color: #27a933;
}
.bottomContent p{
    margin-bottom: 30px;
    line-height: 2;
}
.alignC{
    text-align: center;
}
.alignR{
    text-align: right;
}
.alignL{
    text-align: left;
}
.bottomContent h3{
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}
.bottomContent h4{
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 16px;
}
.thanksCheckIcon {
    min-height: 30vh;
    position: relative;
}
.thanksCheckIcon .thanksCheckIconInner{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%); /* Safari用 */
    transform: translate(-50%, -50%);
    width: 120px;
}
.textBox p:last-child{
    margin-bottom: 0;
}
.contact2cBox{
    display: block;
    grid-template-columns: 1fr 1fr;
    text-align: center;

}
.contact2cBox h4{
    font-size: 20px;
    text-align: center;
}
.contact2cBox .contactTelBox .telNum {
    font-size: 32px;
    font-weight: bold;
    color: #27a933;
}


/*
.contactBtnBox{
    border-right: solid 1px #dcdcdc;
}
.contactTelBox{
    border-right: solid 1px #dcdcdc;
}
.contactBtnBox{
    border-left: solid 1px #dcdcdc;
}
*/
header{
    display: block !important;
}
/* vide */
.video-container {
    margin: 0 auto;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.video-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
}

video {
    min-width: 100%;
    min-height: 100vh;
    position: absolute;
}




@media (aspect-ratio: 16/9), (min-aspect-ratio: 16/9) {
    video {
        width: 100%;
        top: 50%;
        transform: translateY(-50%);
    }
}

/*動画よりも画面が縦に長くなるとき用*/
@media (max-aspect-ratio: 16/9) {
    video {
        height: 100%;
        left: 50%;
        transform: translateX(-50%);
    }
}
.navbar-nav li:last-child .header_contact{
    margin-right: 20px;
}
.formGroup p.note {
    margin-bottom: 0;
    font-size: 11px;
    color: #888888;
}

.trialSelectBox{
	max-width: 680px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	background-color: #FFFFFF;
    padding: 30px;
    border-radius: 20px;
}
.trialSelectBox ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
    margin-bottom: 0;
}
.trialSelectBox ul a {
    background-color: #dcdcdc;
    display: block;
    padding: 15px;
    border-radius: 50px;
    text-align: center;
    width: 100%;
    font-size: 16px;
}
.trialSelectBox ul a.active{
    background-color: #27a933;
}
.trialSelectBox ul li{
    margin-bottom: 0;
}
.trialSelectBox ul a:hover{
    color: #FFFFFF;
    opacity: 0.8;
}
.trialSelectBox ul a svg{
    height: 25px !important;
    width: 25px !important;
    margin-top: -2px;
    margin-right: 10px;
}
#documentBox{
    display: none;
}
.regFormSelectWrapper{
    min-height: 100vh;
}
.faqContentsBox dl {
    margin-bottom: 10px;
    padding-bottom: 0px;
    text-align: left;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
}
.faqContentsBox dl dt {
    padding-bottom: 20px;
    line-height: 1.6;
    cursor: pointer;
    padding-right: 30px;
    position: relative;
    padding-top: 20px;
}
.faqContentsBox dl dd {
    line-height: 1.6;
    display: none;
    margin-bottom: 20px;
    padding-right: 20px;
    border-top: solid 1px #000000;
    padding-top: 20px;
    padding-bottom: 20px;
}
.faqBox{
    display: grid;
    grid-template-columns: 30% 67%;
    column-gap: 3%;
    margin-bottom: 60px;
}
h2.faqTTL{
    font-size: 18px;
    font-weight: bold;
}
h2.faqTTL em{
    font-size: 30px;
    color: #27a933;
    display: inline-block;
    margin-right: 10px;
}
.faqContentsBox dl{
    background-color: #FFFFFF;
}
.faqContentsBox dl dt::after {
    content: '＋';
    position: absolute;
    top: 20px;
    right: 0;
}
.faqContentsBox dl dt.active::after {
    content: '−';
    font-size: 18px;
    right: 2px;
    top: 18px;
}


.pagetop{
    display: none;
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 1;
}
.pagetop a{
    display: block;
    font-size: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #7dcb85;
    border-radius: 50%;
    line-height: 50px;
}
.pagetop a i{
    font-size: 20px;
    color:#fff;
    line-height: 50px;
}


ul.documentDownloadList li{
    text-align: center;
}
ul.documentDownloadList li a{
    color: #000;
    
    font-weight: bold;
    text-align: center;
}
ul.documentDownloadList li img {
    border: solid 1px #dcdcdc;
    display: block;
    padding: 10px;
}
ul.documentDownloadList li a:hover img{
    opacity: 0.8;
}
.bottomContent .documentDownloadList p{
    font-size:24px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 40px;
}
ul.documentDownloadList li a span{
    color: #27a933;
    display: block;
}


span.forPC { display: inline; }
span.forSP { display: none; }

.forPC { display: block; }
.forSP { display: none; }

br.forPC { display: inline; }
br.forSP { display: none; }

img.forPC { display: inline-block; }
img.forSP { display: none; }

/*-------------------------------------------------------------------
 Media Queries
-------------------------------------------------------------------*/

/* SP layout
-------------------------------------------------------------------*/
@media screen and (max-width: 768px) {



    .forPC { display: none; }
    .forSP { display: block; }

    img.forSP { display: inline-block; }
    img.forPC { display: none; }

    br.forPC { display: none; }
    br.forSP { display: inline; }

    span.forPC { display: none; }
    span.forSP { display: inline; }

    body {
        min-width: inherit;
        font-size: 13px;
    }




    /* headerSp
    -------------------------------------*/
    .headerSpBtn {
        display: block;
        position: absolute;
        top: 14px;
        right: 28px;
        z-index: 3;
        width: 30px;
        height: 27px;
        cursor: pointer;
    }
    .headerSpBtn,
    .headerSpBtn span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }
    .headerSpBtn span {
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #27a933;
    }
    .headerSpBtn span:nth-of-type(1) {
        top: 0;
    }
    .headerSpBtn span:nth-of-type(2) {
        top: 11px;
    }
    .headerSpBtn span:nth-of-type(3) {
        top: 22px;
    }
    .headerSpBtn.open span:nth-of-type(1) {
        top: 12px;
        transform: rotate(45deg);
    }
    .headerSpBtn.open span:nth-of-type(2) {
        opacity: 0;
    }
    .headerSpBtn.open span:nth-of-type(3) {
        top: 12px;
        transform: rotate(-45deg);
    }



    .menuBtn,
    .menuBtn span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
        
    }
    .menuBtn {
        height: 31px;
        position: absolute;
        right: 2%;
        top: 19px;
        width: 40px;
    }
    .menuBtn span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 4px;
        background-color: #3d5999;
        border-radius: 4px;
    }
    .menuBtn span:nth-of-type(1) {
        top: 0;
    }
    .menuBtn span:nth-of-type(2) {
        top: 20px;
    }
    .menuBtn span:nth-of-type(3) {
        bottom: 0;
    }

    .menuBtn span:nth-of-type(2) {
        top: 50%;
        left: 50%;
        -webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
    }
    .menuBtn.active span:nth-of-type(1) {
        width: 45%;
        -webkit-transform: translate3d(2px, 7px, 0px) rotate(45deg);
        transform: translate3d(2px, 7px, 0px) rotate(45deg);
    }
    .menuBtn.active span:nth-of-type(2) {
        -webkit-transform: translate3d(-21px, 0px, 0px) rotate(-45deg);
        transform: translate3d(-21px, 0px, 0px) rotate(-45deg);
    }
    .menuBtn.active span:nth-of-type(3) {
        width: 45%;
        -webkit-transform: translate3d(18px, -3px, 0px) rotate(45deg);
        transform: translate3d(18px, -3px, 0px) rotate(45deg);
    }




    header {
        position: relative;
        color: #fff;
        min-height: 100vw;
        padding-top: 50px;
        padding-bottom: 0px;
        display: flex;
        align-items: center;
        overflow: hidden;
    }
    .navbar-collapse {
        align-items: center;
        width: 100%;
        background-color: #FFFFFF;
        padding-bottom: 20px;
    }
    .navbar{
        padding-top: 0;
        padding-bottom: 0;
    }
    .navbar-nav.ml-3{
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .navbar-nav.ml-3 a.btn{
        display: block;
        padding-left: 0px;
        padding-right: 0px;
    }
    .header_contact svg{
        height: 13px;
        margin-top: -2px;
    }

    .navbar-collapse .ml-auto .nav-item{
        border-bottom: solid #dcdcdc 1px;
    }
    .navbar-collapse {
        border-top: 1px solid #dcdcdc;
    }
    .mainVisualLead img {
        width: 100px;
        height: auto;
    }

    .mainVisualLead h1 {
        color: #FFFFFF;
        font-weight: bold;
        font-size: 20px;
        margin-top: 10px;
    }

    .message01 {
        background-color: #27a933;
        padding-bottom: 40px;
        padding: 30px 5% 10px;
    }
    .message02 {
        padding: 30px 5% 10px;
    }
    h3.borderLeftTTL {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 1.8;
    }
    h3.bottomBorderTTL {
        margin-bottom: 25px;
        font-size: 16px;
        line-height: 1.8;
        margin-bottom: 15px;
        padding-bottom: 15px;
        position: relative;
        font-weight: bold;
    }
    .functionNum {
        vertical-align: bottom;
        font-size: 20px;
        margin-left: 0;
        color: #27a933;
        position: absolute;
        bottom: -44px;
    }
    .message01 h2 {
        color: #FFFFFF;
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 2;
    }
    .message01 p {
        color: #FFFFFF;
        max-width: 60%;
    }
    .message02 p{
        width: 100%;
    }
    .messageImg {
        margin-top: -210px;
    }
    section {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .topFeatureList ul {
        display: grid;
        grid-template-columns: 1fr;
        row-gap: 30px;
    }
    .title .centerAshirai em {
        font-size: 20px;
        font-weight: bold;
        display: block;
        padding-top: 20px;
        margin-top: 20px;
        text-align: center;
        position: relative;
        color: #000000;
    }
    .topFeatureList {
        margin-bottom: 30px;
    }
    .footerMessage {
        display: grid;
        grid-template-columns: 1fr;
        color: #FFFFFF;
        margin-bottom: 20px;
        font-size: 20px;
        border-bottom: #FFFFFF solid 1px;
        padding-bottom: 20px;
        text-align: center;
        row-gap: 20px;
    }
    .footerMessage img{
        width: 120px;
        height: auto;
    }
    .footerMessage .btnLeft{
        text-align: center;
    }
    .footer-top {
        position: relative;
        padding: 0px 0;
    }
    .imgRContentsbox .imgBox {
        float: none;
        width: 100%;
        margin-right: 0;
        position: relative;
        margin-bottom: 50px;
    }
    .imgLContentsbox .imgBox {
        float: none;
        width: 100%;
        margin-left: 0;
        position: relative;
        margin-bottom: 50px;
    }
    .imgRContentsbox .textBox {
        margin-left: 0;
    }
    .imgLContentsbox .textBox {
        margin-right: 0;
    }
    .functionSection {
        padding: 0px 5% 0px 5%;
    }

    .mb-3 {
        margin-bottom: 0 !important;
    }
    .mt-3 {
        margin-top: 0 !important;
    }
    footer h5 {
        position: relative;
        color: #fff;
        margin-bottom: 15px;
        font-size: 20px;
    }
    .bottomSubTitleBg span {
        position: absolute;
        color: #27a933;
        font-size: 14px;
        font-weight: bold;
        left: 0;
        right: 10px;
        margin-left: auto;
        margin-right: auto;
        bottom: 10px;
        letter-spacing: 2px;
    }
    .bottomSubTitleBg {
        position: absolute;
        width: 195px;
        height: 65px;
        background-image: url(../images/bottom_sub_title_bg.svg);
        background-size: cover;
        background-repeat: no-repeat;
        right: -48px;
        color: #27a933;
        text-align: center;
        z-index: 1;
        bottom: 0;
    }
    .pageCategoryTitle {
        background-color: #27a933;
        overflow: hidden;
        position: relative;
        border-bottom: 1px solid #dfdfdf;
        padding-top: 40px;
        padding-bottom: 30px;
        text-align: left;
        padding-left: 0px;
        color: #FFFFFF;
        letter-spacing: 3px;
        padding-left: 30px;
    }
    .pageCategoryTitle h2 {
        color: #FFFFFF;
        font-size: 18px;
    }
    .feature01 p, .feature02 p {
        max-width: 100%;
    }
    .trialBtnBox {
        text-align: center;
        padding-top: 20px;
    }
    .featureSeenList ul {
        display: grid;
        grid-template-columns: 100%;
        column-gap: 5%;
        row-gap: 40px;
    }
    .borderLeftTTL::before {
        position: absolute;
        width: 8%;
        margin-left: -10%;
        content: '';
        height: 5px;
        margin-top: 13px;
    }
    .feature-block {
        padding: 20px 20px;
        text-align: center;
        border: 1px solid #f1f1f1;
    }
    .feature-block p {
        min-height: auto;
    }
    .title .functionTTL em {
        font-size: 18px;
        font-weight: bold;
        display: block;
        padding-top: 25px;
        margin-top: 20px;
        text-align: center;
        position: relative;
        color: #000000;
        line-height: 1.6;
        padding-left: 4%;
        padding-right: 4%;
    }
    .flowNew3cBox ul {
        display: grid;
        grid-template-columns: 1fr;
        row-gap: 50px;
        column-gap: 0%;
        padding-left: 4%;
        padding-right: 4%;
    }
    
    .flowNew3cBox ul li {
        background-color: #FFFFFF;
        padding: 10px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        width: 280px;
        line-height: 1.7;
        text-align: center;
        position: relative;
        font-weight: bold;
        height: 280px;
        margin-left: auto;
        margin-right: auto;
        min-height: auto;
    }
    .flowNew3cBox ul li::after {
        width: 65px;
        height: 15px;
        position: absolute;
        top: auto;
        right: 0;
        margin-top: auto;
        margin-right: auto;
        content: '▲';
        transform: rotate(
    180deg
    );
        color: #27a933;
        left: 0;
        margin-left: auto;
        margin-right: auto;
        bottom: -40px;
    }
    .priceTable {
        display: grid;
        grid-template-columns: 100%;
        column-gap: 4%;
        row-gap: 30px;
    }
    .priceHosoku a{
        color: #27a933;
    }
    .topicpath {
        border-bottom: 1px solid #dfdfdf;
        padding-left: 10px;
    }
    .title {
        margin-bottom: 20px;
        padding-left: 4%;
        padding-right: 4%;
    }
    .regFormBox{
        margin-left: 4%;
        margin-right: 4%;
        padding: 20px;
    }

    .contactBox h3{
        font-size: 18px;
    }
    .contact2cBox {
        display: grid;
        grid-template-columns: 1fr;
        text-align: center;
        row-gap: 30px;
    }
    .contactBtnBox{
        border: none;
    }
    .contactTelBox{
        border:none;
    }
    .contact2cBox h4 {
        font-size: 16px;
        text-align: center;
    }
    .contactBox p {
        text-align: center;
        font-size: 12px;
    }

    video {
        min-width: 100%;
        min-height: 70vh;
        position: absolute;
    }
    .video-wrap {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 70vh;
    }
    @media (aspect-ratio: 16/9), (min-aspect-ratio: 16/9) {
        video {
            width: 100%;
            top: 50%;
            transform: translateY(-50%);
        }
    }
    
    /*動画よりも画面が縦に長くなるとき用*/
    @media (max-aspect-ratio: 16/9) {
        video {
            height: 100%;
            left: -10vw;
            transform: translateX(-50%);
            top: 0;
        }
    }
    .mainVisualLead {
        position: absolute;
        top: 70%;
        left: 55%;
        margin-right: auto;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 30;
        overflow: hidden;
    }
    h2.alignC_TTL {
        text-align: center;
        font-weight: bold;
        margin-bottom: 20px;
        line-height: 1.9;
        font-size: 20px;
    }
    .trialSelectBox {
        background-color: #FFFFFF;
        padding: 20px;
        box-sizing: border-box;
        margin-left: 4%;
        margin-right: 4%;
    }
    .trialSelectBox ul a{
        font-size: 12px;
    }

    .documentDownloadList{
        padding: 6%;
    }
    .bottomContent .documentDownloadList p{
        font-size:18px;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 40px;
    }
    .bottomContent h3 {
        padding: 0 6%;
        line-height: 1.8;
    }
    .topNewsBox .inner {
        padding-left: 4%;
        padding-right: 4%;
    }
    .leftImg{
        float: none;
        max-width: none;
        margin-right: 0;
        margin-bottom: 15px;
    }

}

/* SP layout END
-------------------------------------------------------------------*/





/* PC layout
-------------------------------------------------------------------*/
@media screen and (min-width: 769px) {

}

/* PC layout END
-------------------------------------------------------------------*/