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



.form {
  position: relative;
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
  margin: 0 auto;
}
 p.title {
   display: block;
   text-align: center;
   padding: 0 0 30px;
   font-weight: bold;
}

    
@media screen and (max-width: 768px) {
p.title {
   display: block;
   line-height: 1.5;
   padding: 0 0 20px;
   font-size: 90%;
}
}

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

.cf:after {
  clear: both; 
}

.cf {
  zoom: 1; 
}


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

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: 16px;
  line-height: 1.6;
}
table th {
  width: 250px;
  padding: 30px 20px;
  border: 1px solid #fff;
  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: #fff;
  color: #666;
  font-weight: normal;
  font-style: normal;
}

table td {
  padding: 20px;
  border: 1px solid #f0f0f0;
  border-left: none;
  background: rgba(255,255,255,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 : 10px;
	border : 1px solid #cccccc;
	border-radius : 3px;
	background : #fff;
	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 : 100%;
	font-family : inherit;
        color: #2f2f2f;
}

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: 16px;
}

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

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.6rem;
}

.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%; 
   max-width: 900px; 
   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: #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;
}


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


.top_btn:hover {
  background: #999;
}

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

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

.links {
     display: block;
     padding-top: 50px;
     text-align: right;
     font-weight: bold;
     font-size: 90%;
}
.links i {
      padding-right: 5px;
}

@media screen and (max-width:768px) {
.links {
     padding-top: 25px;
     text-align: center;
}
}




