@charset "UTF-8";

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



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;
  display: block;
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
  margin: 0 auto 80px;
  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: 0 0 25px;
   font-size: 3.0rem;
   text-align: center;
   font-weight: 900;
   color: #707678;
   letter-spacing: 0.1rem;
}

#contact p.title {
   display: block;
   font-size: 1.7rem;
   text-align: center;
}

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

#contact {
   width: 100%;
   margin: 0 auto;
   padding-bottom: 0;
}
    
#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: 0 0 15px;
   font-size: 2.2rem;
}

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

}





.dsp {
    display: none!important;
}

.dpc {
    display: block!important;
}



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


.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-top: 50px;
  font-weight: normal;
}

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

.form .txt{
  font-size: 1.6rem;
}
.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;
  line-height: 1.6;
}
table th {
  width: 240px;
  padding: 30px 20px;
  border: 1px solid #efefef;
  border-right: none;
  background: rgba(160,160,160,0.7);
  color: #fff;
  vertical-align: middle;
  text-align : right;
  font-weight: bold;
}
table .vat{
  vertical-align: center;
}

table em {
  display: inline-block;
  margin-left: 10px;
  font-size: 1.2rem;
  padding: 1px 5px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background: #5DBDE3; /*87CEEB*/
  color: #fff;
  font-weight: normal;
  font-style: normal;
}

table td {
  padding: 20px;
  border: 1px solid #dcdcdc;
  border-left: none;
  background: rgba(171,216,234,0.1);
  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 : 10px;
	border : 1px solid #cccccc;
	border-radius : 3px;
	background : #fff;
	font-size : 1.4rem;
        float: left;
	background : #fff;
}


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 : 100%;
	font-family : inherit;
}

span.error_m {
    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: 768px) {


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

.form .txt{
  font-size: 1.5rem;
}

table{
  width: 100%;
  font-size: 1.5rem;
}

table th {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 5px 10px;
  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: 10px;
  border-right: none;
  border-bottom: none;
}
table em {
  float: left;
  font-size: 1.1rem;
  margin-right: 10px;
  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.3rem;
}

.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;
}
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: 80%;  
   text-align: center;  
}

@media screen and (max-width:768px) {
#base_n { 
   margin: 30px auto;
   padding: 0; 
   width: 96%; 
}
}


.action {
  display: block;
  width: 340px;
  height: 60px;
  line-height: 60px;
  padding: 0;
  margin: 50px auto 0;
  border: none;
  font-size: 1.7rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #5DBDE3;
  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: #87CEEB;
}


.top_btn {
  display: block;
  width: 340px;
  height: 60px;
  line-height: 60px;
  padding: 0;
  margin: 50px auto 0;
  border: none;
  font-size: 1.7rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #5DBDE3;
  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: #87CEEB;
}

.resetbtn {
  display: block;
  width: 340px;
  height: 60px;
  line-height: 60px;
  padding: 0;
  margin: 50px auto 0;
  border: none;
  font-size: 1.7rem;
  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 {
  width: 300px;
  margin: 50px auto;
}

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


.resetbtn {
  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: 15px;
  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:768px) {
 .cp_ipselect {
	overflow: hidden;
	width: 100%;
	/*margin: 2em auto;
	text-align: center;*/
}
}


.notes {
  position: relative;
  width:100%;
  margin: 100px auto 0;
  text-align: left;
  padding: 10px 40px 40px;
  border-top: double 10px #f0f0f0;
  border-bottom: double 10px #f0f0f0;
}
   
.notes h6 {
   display: block;
   color: #707678;
   font-size: 2.0rem;
   font-weight: bold;
   margin-top: 30px;
   text-align: center;
}

.notes .memo {
   font-size: 1.5rem;
   font-weight: normal;
   line-height: 1.6;
   padding-top: 30px;
}

.notes .txt {
   display: block;
   font-size: 1.5rem;
   font-weight: bold;
   line-height: 1.7;
   padding-top: 20px;
   color: #5DBDE3;
}


@media screen and (max-width: 768px) {
.notes {
  position: relative;
  width:100%;
  margin: 0 auto 25px;
  padding: 0 5px 25px;
}

.notes h6 {
   display: block;
   color: #707678;
   font-size: 1.7rem;
   font-weight: bold;
   margin-top: 20px;
   text-align: center;
}

.notes .memo {
   font-size: 1.4rem;
   font-weight: normal;
   line-height: 1.5;
   padding-top: 15px;
}

.notes .txt {
   display: block;
   font-size: 1.4rem;
   font-weight: bold;
   line-height: 1.7;
   padding-top: 10px;
   color: #5DBDE3;
}


}