@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&display=swap');

.mt100 {
   margin-top: 70px!important;
}

input[type="submit"],
input[type="button"] {
  /*border-radius: 0;*/
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}


input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}


#contact {
  position: relative;
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
  margin: 150px auto 70px;
  /*padding-bottom: 40px;*/
  color: #2f2f2f;
}

#contact .inner {
   width: 90%;
   max-width: 1000px;
   height: auto;
   margin: 0 auto;
}

#contact .inner2 {
   width: 90%;
   max-width: 1000px;
   height: auto;
   margin: 40px auto 0;
   padding: 100px 0;
}
  
#contact h2 {
   display: block;
   padding: 30px 0 10px;
   margin: 0 auto;
   font-size: 2.6rem;
  font-size: 26px;
   text-align: center;
   font-weight: 700;
}

#contact h3 {
   display: block;
   padding: 0 0 15px;
   font-size: 2.0rem;
  font-size: 20px;
   text-align: center;
   font-weight: 700;
}


#contact p.title {
   display: block;
   font-size: 1.6rem;
  font-size: 16px;
   text-align: center;
  padding: 0 0 30px;
}

    
@media screen and (max-width: 768px) {
.mv-image {
     width: 100%;
     margin: 49px auto 0;
    
}
.mt100 {
   margin-top: 40px!important;
}


#contact {
   width: 100%;
   margin: 50px auto 0;
   /*padding-bottom: 20px;*/
}
    
#contact .inner {
   width: 98%;
   max-width: auto;
   height: auto;
   margin: 0 auto;
}

#contact .inner2 {
   width: 98%;
   max-width: auto;
   height: auto;
   margin: 0 auto;
   padding: 50px 0;
}

#contact h2 {
   display: block;
   padding: 30px 0 10px;
   font-size: 2.0rem;
  font-size: 20px;
}
#contact h3 {
   display: block;
   padding: 0 0 15px;
   font-size: 1.8rem;
  font-size: 18px;
   text-align: center;
   font-weight: 700;
}

#contact p.title {
   display: block;
   font-size: 1.5rem;
  font-size: 15px;
   line-height: 1.5;
}

}


footer .copyright {
    display: block;
    text-align: center;
    margin: 50px auto;
    font-size: 15px;
}



.dsp {
    display: none!important;
}

.dpc {
    display: block!important;
}



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

footer .copyright {
    display: block;
    text-align: center;
    margin: 25px auto;
    font-size: 12px;
}

.dpc {
        display: none!important;
}

.dsp {
        display: block!important;
}
}


.cf:before,
.cf:after {
  content: "";
  display: block;
  overflow: hidden; 
}

.cf:after {
  clear: both; 
}

.cf {
  zoom: 1; 
}


/* ==========================================
   FORM
   ========================================== */
.form{
  margin: 0 auto;
  padding: 0;
  font-weight: normal;
  color: #2f2f2f;
}

p.small {
   margin-top: 5px;
   font-size: 1.3rem;
}

.form .txt{
  font-size: 1.6rem;
  font-size: 16px;
}
.form .txt.fsL{
  font-size: 2rem;
}
.form .btn{
  margin-top: 30px;
  width: 100%;
  text-align: center;
}

table{
  /*margin-top: 10px;*/
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  font-size: 1.6rem;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}
table th {
  width: 240px;
  padding: 30px 20px;
  /*border: 1px solid #fff;
  border-right: none;*/
  /*background: rgba(160,160,160,0.7);*/
  vertical-align: middle;
  text-align : right;
  font-weight: bold;
}
table .vat{
  vertical-align: center;
}

table em {
  display: inline-block;
  margin-left: 7px;
  font-size: 1.0rem;
  font-size: 10px;
  padding: 1px 5px 0px;
  /*line-height: 1;*/
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;

  -webkit-border-radius: 2px;
          border-radius: 2px;

  background: #333;
  color: #fff;
  font-weight: normal;
  font-style: normal;
}

table td {
  padding: 20px;
  /*border: 1px solid #f0f0f0;
  border-left: none;
  background: rgba(254,254,254,1.0);*/
  vertical-align: middle;
  text-align : left;
}

table .ttl{
  display: block;
  text-align: left;
  margin: 5px 0;
}

.box_input {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.box_input ul { 
     position: relative;
     width: 100%;
}

.box_input li {
  position: relative;
    display: inline-block;
    margin-right: 50px;
    padding-left: 25px;
    text-align: left;
    float: left;
}
 


.box_input li input[type="checkbox"]{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;  
    height: 100%;
    background : #fff;
}



label {
        display: inline-block;
}



input {
	width: 70%;
	height : 30px;
        line-height: 30px;
	padding : 20px 10px;
	border : 1px solid #cccccc;
	border-radius : 3px;
	background : #fff;
	font-size: 1.6rem;
  font-size: 16px;
        float: left;
	background : #fff;
        color: #2f2f2f;
}


input:focus,
textarea:focus{
	box-shadow : 0px 0px 5px #55ccff;
	border : 1px solid #55ccff;
	background : #fff;
}



select{
	font-size : 100%;
	font-family : inherit;
	margin-top : 10px;
       
}

textarea{
	display : block;
	width : 100%;
	height : 200px;
	padding : 10px;
	resize : vertical;
	border : 1px solid #cccccc;
	border-radius : 3px;
	background : #fff;
	-webkit-appearance : none;
	font-size: 1.6rem;
  font-size: 16px;
	font-family : inherit;
        color: #2f2f2f;
}

span.error_m {
    font-size: 1.6rem;
  font-size: 16px;
    font-weight: normal;
    color: #FF4040;
    display: block;
    margin: 0;
clear: both;
}


ul{
	list-style-type : none;
}

ul li label:hover{
	cursor : pointer;
}



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


/* ==========================================
   FORM
   ========================================== */


.form{
  /*margin: 20px auto 0;
  padding-bottom: 40px;*/
  width: 100%;
}

.form .txt{
  font-size: 1.6rem;
  font-size: 16px;
}

table{
  width: 100%;
  font-size: 1.6rem;
  font-size: 16px;
}

table th {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 10px 10px 5px;
  font-weight: bold;
  text-align : left;
  border-left: none;
  border-bottom: none;
}
table td {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  *zoom: 1;
  display: block;
  width: 100%;
  padding: 0 10px 15px;
  border-right: none;
  border-bottom: none;
}
table em {
  float: left;
   font-size: 1.1rem;
  font-size: 11px;
  margin-right: 7px;
  margin-left: 0;
  padding: 2px 5px;
}



.box_input li {
   width: 100%;
   position: relative;
    display: inline-block;
    margin-right: 0;
    padding-left: 0;
    text-align: left;
    float: none;
}



.box_input li label {
    display: block;
    margin-left: 25px;
    padding: 0;
    font-size: 1.6rem;
  font-size: 16px;
}

.radio_box p{
  float: left;
  width: 50%;
  margin: 20px 0 0 0;
}

input.txt{
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 0 10px;
       -webkit-appearance: none;
}
input.txt.size_m{width: 100%;}

textarea{
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.box_input{
  margin-top: 5px;
}


.box_input p{
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 49%;
  margin: 2% 0 0 2%;
}

.box_input p:nth-child(odd){
  margin-left: 0;
}

.box_input ul li {
   margin-bottom: 10px!important;
}

table.tbl{
  margin-top: 20px;
  margin-bottom: 30px;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  line-height: 1.6;
}
table.tbl th {
   -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
           box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: none;
  border-left: none;
}
table.tbl th.vat{vertical-align: top;}
table.tbl td {
   -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
           box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 10px;
  border-right: none;
  overflow: hidden;
}

}




#base_n { 
   position: relative; 
   margin: 60px auto;
   padding: 0; 
   width: 100%;  
   text-align: center;  
}

#base_n table th {
    background: rgba(180,180,180,0.1);
    border-bottom: 3px solid #fff;
}

@media screen and (max-width:768px) {
#base_n { 
   margin: 30px auto;
   padding: 0; 
   width: 100%; 
}
#base_n table th {
  padding: 5px 10px 5px;
}
#base_n table td {
  padding: 5px 10px 15px;
}
}


.action {
  display: block;
  width: 90%;
  max-width: 340px;
  height: 60px;
  line-height: 60px;
  padding: 0;
  margin: 50px auto 0;
  border: none;
  font-size: 1.7rem;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #5e5e5e;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  box-shadow: 0 0 4px #DBDBDB;
  letter-spacing: 0.08em; 
  transition: 0.3s ease-in-out;
  float: none;
}



.action:hover {
  background: #999;
}


.top_btn {
  display: block;
  width: 90%;
  max-width: 340px;
  height: 60px;
  line-height: 60px;
  padding: 0;
  margin: 50px auto 0;
  border: none;
  font-size: 1.7rem;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #89cb23;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  box-shadow: 0 0 4px #DBDBDB;
  letter-spacing: 0.08em; 
  transition: 0.3s ease-in-out;
  float: none;
}



.top_btn:hover {
  background: #e4f2e1;
  color: #89cb23;
}

.resetbtn {
  display: block;
  width: 90%;
  max-width: 340px;
  height: 60px;
  line-height: 60px;
  padding: 0;
  margin: 50px auto 0;
  border: none;
  font-size: 1.7rem;
  font-size: 17px;
  font-weight: bold;
  background: #dcdcdc;
  text-align: center;
  color: #555;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  box-shadow: 0 0 4px #DBDBDB;
  letter-spacing: 0.08em; 
  transition: 0.3s ease-in-out;
  float: none;
}


.resetbtn:hover {
  background: #f0f0f0;
}


@media screen and (max-width:768px) {
.action {
  max-width: 300px;
  margin: 50px auto;
}

.top_btn {
  max-width: 300px;
  margin: 50px auto;
}


.resetbtn {
  max-width: 300px;
}
}



select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  margin: 0;
  padding: 2px;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
  font-size: 1.6rem;
  font-size: 16px;
  line-height: 1.8;
}

.cp_ipselect {
	overflow: hidden;
	width: 50%;
	/*margin: 2em auto;
	text-align: center;*/
}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
        padding-left: 10px;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl02 {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #ffffff;
}
.cp_ipselect.cp_sl02::before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 8px solid #999;
	pointer-events: none;
}
.cp_ipselect.cp_sl02:after {
	position: absolute;
	top: 0;
	right: 2.5em;
	bottom: 0;
	width: 1px;
	content: '';
	border-left: 1px solid #bbbbbb;
}
@media screen and (max-width:980px) {
 .cp_ipselect {
	overflow: hidden;
	width: 80%;
	/*margin: 2em auto;
	text-align: center;*/
}
}
@media screen and (max-width:870px) {
 .cp_ipselect {
	margin: 0 0 10px;
}
}

@media screen and (max-width:640px) {
 .cp_ipselect {
	overflow: hidden;
	width: 100%;
}
}

.policy {
	overflow: scroll;
	margin: 50px auto 0;
	padding: 25px;
	width: 100%;
	height: 400px;
	border: 5px solid #f0f0f0;
        font-size: 13px;
         font-size: 1.3rem;
        background: #fff;
        line-height: 1.6;
        text-align: left;
}

.policy h4 {
    display: block;
    width: 100%;
    background: #e0f4dc;
    padding: 5px 15px;
    font-family: "¥Ò¥é¥®¥Î³Ñ¥´ Pro W6","Hiragino Kaku Gothic Pro", "Noto Sans JP", Arial, sans-serif;
  font-weight: bold;
    font-size: 1.9rem;
  font-size: 19px;
     border-left: 5px solid #3dbe23;
     padding-right: 5px;
  line-height: 2;
     margin: 0 auto 15px;
}

.policy dl {
     padding: 10px 0;
}

.policy dl dt {
    font-size: 115%;
    font-weight: bold;
    padding: 0 0 5px 10px;
    margin-bottom: 5px;
    border-bottom: 2px solid #3dbe23;
}
@media screen and (max-width:767px) {
.policy {
	overflow: scroll;
	margin: 10px auto 0;
	padding: 10px;
        height: 360px;
        border: 3px solid #f0f0f0;
}
.policy h4 {
    padding: 5px 10px;
    font-size: 1.5rem;
  font-size: 15px;
     border-left: 3px solid #3dbe23;
     padding-right: 5px;
  line-height: 1.5;
     margin: 0 auto 10px;
     letter-spacing: 0;
}
.policy dl dt {
    font-size: 110%;
    font-weight: bold;
    padding: 0 0 5px 7px;
    margin-bottom: 5px;
    border-bottom: 1px solid #3dbe23;
}
}




.check-box {
     display: blockl;
     margin: 30px auto;
     text-align: center;
     font-size: 16px;
         font-size: 1.6rem;
         line-height: 1.8;
         font-weight: bold;
}


.checkbox-input{
  display: none;
}
.checkbox-parts{
  padding-left: 35px;
  position:relative;
}
.checkbox-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  border-radius: 2px;
  background: #fff;
}
.checkbox-input:checked + .checkbox-parts{
  color: #3dbe23;
}
.checkbox-input:checked + .checkbox-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: 7px;
  width: 7px;
  height: 16px;
  transform: rotate(40deg);
  border-bottom: 3px solid #3dbe23;
  border-right: 3px solid #3dbe23;
}

@media screen and (max-width:767px) {
   .check-box {
     display: blockl;
     margin: 20px auto;
     text-align: center;
     font-size: 14px;
         font-size: 1.4rem;
         line-height: 1.4;
}
.checkbox-parts{
  padding-left: 30px;
}
.checkbox-parts::before{
  width: 19px;
  height: 19px;
}
}

.action2 {
  display: block;
  width: 90%;
  max-width: 340px;
  height: 60px;
  line-height: 60px;
  padding: 0;
  margin: 50px auto 0;
  border: none;
  font-size: 1.8rem;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  background: rgba(61, 190, 35, 0.3); 
  filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#333dbe23,EndColorStr=#333dbe23);
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#333dbe23,EndColorStr=#333dbe23)";

  color: #fff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  box-shadow: 0 0 4px #DBDBDB;
  letter-spacing: 0.08em; 
  transition: 0.3s ease-in-out;
  float: none;
  zoom: 1;
}
.action2:not(:target){
    filter: none;
    -ms-filter: none;
}
@media screen and (max-width:768px) {
.action2 {
  max-width: 300px;
  margin: 50px auto;
}
}

