html {
 overflow-y: scroll;
}

body {
margin:0 auto;
padding:0;
font-family: 'Hiragino Sans','ヒラギノ角ゴシック','メイリオ', 'Meiryo','ＭＳ Ｐゴシック','MS PGothic' !important;
}

.img-responsive {
  display: inline-block;
  height: auto;
  max-width: 100%;
margin:0 auto;
}

div:after,
ul:after {
 content: "";
display: block;
 clear: both;
}

ul{
 list-style: none;
 margin: 0px;
 padding: 0px;
}

a img {
    transition: opacity 0.1s linear;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}


.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}



/*汎用*/

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 992px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

.sp5 { display: none !important; }
@media only screen and (max-width: 500px) {
.sp5 { display: block !important; }
}


/*anker*/

#home{
  padding-top:93px;
}

#point,#system,#price,#demo,#contact{
  margin-top:-123px;
  padding-top:123px;
}

@media only screen and (max-width: 540px) {
body{
    padding-bottom: 80px;
}

#home{
  padding-top:24px;
}

#point,#system,#price,#demo,#contact{
  margin-top:-54px;
  padding-top:54px;
}
}

/*header*/

#header {
    background-color: #000;
    color: #fff;
    position: fixed;
    width: 100%;
    z-index: 20;
}

@media only screen and (max-width: 992px) {
#header {
font-size:0.8em;
padding:5px 0 3px;
}
}

/*Gmenu*/
#gmenu {
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.1);
    z-index: 15;
    position: fixed;
    width: 100%;
    padding-top: 24px;
    background-color: #fff;
}
#gmenu ul{
display:flex;
margin:0;
}
#gmenu li{
width:calc(100%/6);
}
#gmenu a {
    color:#333;
    background-color:#FFF;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 15px 10px;
    transition: all 0.2s linear;
    position:relative;
}
#gmenu a:before{
    color:#ff8c2e;
    font-family: "Font Awesome 5 free";
    content: "\f005";
    font-weight : 900;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-40%);
    -webkit- transform: translateY(-40%);
    opacity: 0;
    transition: all 0.2s linear;
}
#gmenu a:hover::before{
    opacity: 1;
    transform: translateY(-50%) rotate(270deg);
    -webkit- transform: translateY(-50%) rotate(270deg);
}


#gmenu a:hover {
    text-decoration:none;
    background-color:#F9F9F9;
}
#gmenu span{
    display: block;
    font-size: 0.5em;
    color:#999;
}

@media only screen and (max-width: 992px) {
#gmenu a {
    padding: 15px 0px;
}
}
@media only screen and (max-width: 768px) {
#gmenu a {
    font-size:0.8em;
}
}
@media only screen and (max-width: 540px) {
#gmenu {
    padding-top: 10px;
    bottom: 0;
    border-top: 1px solid #999;
}
#gmenu ul{
display:block;
margin:0 -15px;
}
#gmenu li{
width:calc(100%/3);
float:left;
}



#gmenu a {
    font-size: 0.8em;
    padding: 0px 0px;
}
#gmenu a:before{
    font-size:0.5em;
    left: 3px;
}
#gmenu a:after{
    color:#ff8c2e;
    font-family: "Font Awesome 5 free";
    font-size:0.5em;
    content: "\f005";
    font-weight : 900;
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translateY(-40%);
    -webkit- transform: translateY(-40%);
    opacity: 0;
    transition: all 0.2s linear;
}
#gmenu a:hover::after{
    opacity: 1;
    transform: translateY(-50%) rotate(270deg);
    -webkit- transform: translateY(-50%) rotate(270deg);
}

}


/*mainImgBox1*/

.mainImgBox1{
position:relative;
    margin-bottom:15px;
text-align:center;
}
.txt1{
    position:absolute;
    top: 15%;
    left: 15px;
    font-size: 5em;
    font-weight: bold;
    text-shadow: 2px 2px 10px #FFF;
    line-height: 0.85em;
    text-align:left;
}
.txt1 span{
font-size:20px;
    padding-left: 40px;
}
.txt2{
    position:absolute;
    top: 50%;
    left: 40px;
    font-size: 1.2em;
    font-weight: normal;
    text-shadow: 2px 2px 10px #FFF;
    line-height: 2em;
    background-color: rgba(255,255,255,0.4);
    padding: 10px;
    text-align:left;
}

@media only screen and (max-width: 992px) {

.txt1{
    position:absolute;
    top: 0%;
    font-size: 3em;
}
}

@media only screen and (max-width: 768px) {
.txt1{
    font-size: 2em;
    top: 15%;
}
.txt2{
position:relative;
    left: 0px;
    top: 0;
}
.txt1 span{
font-size:20px;
    padding-left: 20px;
}
}
@media only screen and (max-width: 540px) {
.txt1{
    font-size: 1.5em;
    top: 10%;
}
.txt1 span{
font-size:20px;
    padding-left: 0px;
}
.txt2{
    font-size: 0.6em;
    font-weight: normal;
}
}


/*mainSubBox*/

.mainSubBox{
    position:relative;
    margin-bottom:15px;
}
.mainSubBox a{
    color:#333;
    position:absolute;
    display: flex;
    width: 100%;
    height: 100%;
    top: 0;
    align-items: center;
    justify-content: center;
    text-shadow: 2px 2px 10px #FFF;
    line-height: 1.5em;
    background-color: rgba(255,255,255,0.4);
    transition: all 0.2s linear;
}
.mainSubBox a:hover{
    background-color: rgba(255,255,255,0.7);
    text-decoration:none;
    color:#333;
}

.mainSubBox span{
    display: block;
    font-size: 0.5em;
}


/*sect*/

.sect1{
padding-top:93px;
}

.sect2{
    background-color:#EEE;
    padding:60px 0;
    margin-top: -15px;
    text-align:center;
}
.sect3{
    background-color:#FFF;
    padding:60px 0;
    text-align:center;
}

/*sectHead*/
.sectHead {
text-align:center;
}
.sectHead h3{
    font-size: 2.5em;
font-weight:bold;
margin-bottom:-5px;
color:#333;
}
.sectHead span{
font-size:0.8em;
color:#999;
}
.sectItems{
    text-align:center;
}

/*sectFoot*/

.sectFoot{
text-align:center;
margin-top:30px;
}
.sectFoot a{
display:inline-block;
padding:10px 15px;
background-color:#fff;
color:#666;
}

/*systemBox*/

.systemBox{
text-align:center;
}


.systemBox h4{
	position: relative;
	text-align: center;
    font-size: 1.8em;
	margin-top:60px;
    margin-bottom: 30px;
}
.systemBox h4::before{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	z-index: 1;
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background: #000;
	background: linear-gradient(-45deg, transparent, #9E9E9E 10%, #9E9E9E 90%, transparent);
}
.systemBox h4 span{
	position: relative;
	z-index: 2;
	display: inline-block;
	padding: 0 20px;
	background-color: #fff;
	text-align: left;
}


.systemBox img{
max-width:480px;
width:100%;
}

.systemText{
text-align:left;
}
.systemText p{
text-indent:-1em;
margin-left:1em;
    line-height: 2em;
    margin-bottom: 15px;
}

/*demo*/

.demoBox{
padding-top:20px;
}

#demoMail,#demoComp{
width:100%;
max-width:450px;
margin:15px auto 0;
text-align:center;
border-radius:5px;
border:1px solid #999;
padding:5px;
}

.submitBtn{
box-sizing: border-box;
text-align:center;
display:block;
width: 100%;
max-width:250px;

padding: 5px;
margin:25px auto 30px;
border-radius: 4px;
line-height: 1.5;
color: rgb(255, 255, 255);
letter-spacing:1px;
background-color: #4f4fc9;
background: linear-gradient(45deg,#4f4fc9,#1ed0d6);
border:none;
cursor: pointer;
cursor: hand;
}



/*contactBox*/

.contactBox h4{
margin:25px auto 0px;
font-size:1.2em;
}
.forms{
width:100%;
max-width:450px;
display:block;
margin:5px auto;
text-align:left;
border-radius:5px;
border:1px solid #999;
padding:5px;
}



/*contact*/

.title {
	margin-bottom: 20px;
	padding: 30px 0 20px;
	color: #333;
	font-size: 122%;
	border-bottom: 1px solid #999;
	text-align:center;
}
input[type=text] {
	padding: 5px 10px;
	font-size: 16px;
	width:100%;
	border: none;
	border-radius: 3px;
	background: #ddf0ff;
}
input[name=btn_confirm],
input[name=btn_submit],
input[name=btn_back] {
	margin-top: 10px;
    padding: 10px 10px;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	border: none;
	border-radius: 3px;
	box-shadow: 0 3px 0 #2887d1;
	background: #4eaaf1;
    display: block;
    margin: 30px auto 0;
    width: 100%;
    max-width: 450px;
}
input[name=btn_back] {
	margin-bottom: 20px;
	box-shadow: 0 3px 0 #777;
	background: #999;
}
.element_wrap {
	margin-bottom: 10px;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
	text-align: left;
}
label {
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
	width: 100%;
	vertical-align: top;
}

.element_wrap h3{
position:relative;
    border-left: 3px solid #999;
    font-size: 1em;
    padding: 0px 5px;
}


.element_wrap p {
	display: inline-block;
	margin:  0;
	text-align: left;
}
label[for=gender_male],
label[for=gender_female]{
	margin-right: 0px;
	width: auto;
	font-weight: normal;
	width:100%;
    background-color: #ddf0ff;
    text-align: center;
    border-radius: 5px;
    padding: 10px;
    position:relative;
    transition: all 0.2s linear;
}

#gender_male,
#gender_female,
#agreement{
display:none;
}


.element_wrap input:checked + label{
    background-color: #00B66E;
    color: white;
}


.choice{
text-align:center;
}
.choice h3{
text-align:left;
}
.choice ul{
display:flex;
list-style:none;
margin:0;
padding:0;
}
.choice li{
width:calc(100%/2);
}
.choice li:nth-child(1){
margin-right:5px;
}
.choice li:nth-child(2){
margin-left:5px;
}

select{
    width: 100%;
    background-color: #ddf0ff;
    padding: 5px 10px;
    border: none;
    border-radius: 3px;
    background: #ddf0ff;
    font-size: 1.1em;
}


label[for=agreement] {
	width: auto;
	font-weight: normal;
    background-color: #ddf0ff;
    text-align: center;
    border-radius: 5px;
    padding: 10px 10px 10px 40px;
    position:relative;
    transition: all 0.2s linear;
}





label[for=gender_male]:hover,
label[for=gender_female]:hover,
label[for=agreement]:hover {
    background-color: #00B66E;
    color: white;
}




.choice label::before {
    font-family: "Font Awesome 5 free";
    content: "\f0c8";    
    font-weight:bold;
    position: absolute;
    left: 10px;
    display: block;
    color:#fff;
    z-index:5;
    font-size: 1.5em;
    top: 50%;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
}
.choice label::after {
    font-family: "Font Awesome 5 free";
    content: "\f00c";    
    font-weight:bold;
    position: absolute;
    left: 12px;
    display: block;
    color:#ddf0ff;
    z-index:10;
    top: 50%;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
}


/*
.choice input[type="checkbox"]:checked + label {
    color: #ed6103;
}
*/

.choice input[type="radio"]:checked + label::after ,
.choice input[type="checkbox"]:checked + label::after {
    color: #ed6103;
}


textarea[name=contact] {
	padding: 5px 10px;
	width: 100%;
	height: 100px;
	font-size: 16px;
	border: none;
	border-radius: 3px;
	background: #ddf0ff;
}
.error_list {
	padding: 10px 30px;
	color: #ff2e5a;
	font-size: 86%;
	text-align: left;
	border: 1px solid #ff2e5a;
	border-radius: 5px;
}


/**/
.formError.inline {
    display: block!important;
}
.formError .formErrorContent {
    background: #ff735b!important;
    font-size: 14px!important;
}

/*priceTable*/

.priceTable{}
.priceTable table{
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    border-collapse:collapse;
}
.priceTable tr{
border-bottom:1px dashed #777;
}
.priceTable tr:last-child{
border-bottom:none;
}
.priceTable th,
.priceTable td{
border-right:1px dashed #CCC;
}
.priceTable th:last-child,
.priceTable td:last-child{
border-right:none;
}
.priceTable th,
.priceTable td{
padding:10px 0;
}
.priceTable td > span{
font-size:13px;
    display: block;
}
.priceTable td:nth-child(2),
.priceTable td:nth-child(3),
.priceTable td:nth-child(4){
font-size:3em;
}
.priceTable tr:last-child > td:nth-child(1){
text-align:center;
}
.priceTable tr:last-child > td{
font-size:16px;
    padding: 30px 8px;
}
@media only screen and (max-width: 568px) {

.priceTable table{
margin:0 auto;
}
.priceTable th,
.priceTable td{
font-size:11px;
}
.priceTable td > span{
font-size:11px;
}
.priceTable td > img{
width:33%;
}
.priceTable tr:last-child > td{
font-size:10px;
    padding: 30px 0px;
}
}
.order_button{
	text-align:center;
}
.order_button a{
	display:inline-block;
	width:100%;
	max-width:600px;
	padding:15px;
	padding-left:40px;
	padding-right:40px;
	border-radius:15px;
	background-color:#307EB8;
	font-size:21px;
	color:#FFFFFF;
	border:3px solid #307EB8;
}

.order_button a:hover{
	display:inline-block;
	width:100%;
	max-width:600px;
	padding:15px;
	padding-left:40px;
	padding-right:40px;
	border-radius:15px;
	color:#307EB8;
	background-color:#FFFFFF;
	font-size:21px;
	border:3px solid #307EB8;
	text-decoration:none;
}

