

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


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



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

.cf:after {
  clear: both; 
}

.cf {
  zoom: 1; 
}

.dsp {
    display: none!important;
}

.dpc {
    display: block!important;
}



@media screen and (max-width: 768px) {
.dpc {
        display: none!important;
}

.dsp {
        display: block!important;
}

}


.contact {
  position: relative;
  width: 80%;
  max-width: 1100px;
  margin: 30px auto;
}



.form{
  margin-top: 30px;
  font-weight: normal;
}

p.title {
   margin-top: 5px;
   font-size: 1.4rem;
   text-align: center;
}

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

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

.form 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: #e9839f;
  color: #fff;
  font-weight: normal;
  font-style: normal;
}

.form table td {
  padding: 20px;
  border: 1px solid #fff;
  border-left: none;
  background: #efefef;
  vertical-align: middle;
  text-align : left;
}

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



.form label {
        display: inline-block;
}



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


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



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

.form 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: 96%;
}

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

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

.form table th {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 10px;
  font-weight: bold;
  text-align : left;
  border-left: none;
  border-bottom: none;
}
.form table td {
   background : #f9f9f9;
  -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;
}
.form table em {
  float: left;
  font-size: 1.1rem;
  margin-right: 10px;
  margin-left: 0;
  padding: 2px 5px;
}



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



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

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

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

.form input.txt.size_m{width: 100%;}

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

.form table.tbl{
  margin-top: 20px;
  margin-bottom: 30px;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  line-height: 1.6;
}
.form 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;
}
.form table.tbl th.vat{vertical-align: top;}

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


.form .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: #0097A7; /*rgba(233,131,159,1.0);*/
  text-align: center;
  background: #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;
}



.form .action:hover {
  color: rgba(233,131,159,1.0);
}


.form .resetbtn {
  width: 340px;
  height: 60px;
  line-height: 60px;
  padding: 0;
  margin: 50px auto 0;
  border: none;
  font-size: 1.7rem;
  font-weight: bold;
  color: #999;
  text-align: center;
  background: #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;
}


.form .resetbtn:hover {
  color: #aaa;
}

.contact a.top {
  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: #0097A7; /*rgba(233,131,159,1.0);*/
  text-align: center;
  background: #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;
}



.contact a.top:hover {
  color: rgba(233,131,159,1.0);
}


@media screen and (max-width:768px) {
.form .action, .contact a.top {
  width: 300px;
  margin: 50px auto;
}
.form .resetbtn {
  width: 300px;
}
}



.form 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: 80%;
	/*margin: 2em auto;
	text-align: center;*/
}
}