@charset "shift_jis";

#contbox01,
#contbox02{
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font: 16px/2.0  YakuHanMP_Noto, 'Noto Serif JP', serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #000000;
}

#contbox01{
	width:94%;
	height:auto;
	margin:40px auto;
	padding:0;
	text-align:center;
}

#contbox01 h3{
	text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin: 0 auto 30px auto;
  padding: 0;
}
#contbox01 #inner{
	width:100%;
	height:auto;
	margin:0 auto;
	text-align:center;
}

#contbox01 #inner p{
	text-align:center;
}
#contbox01 #inner p.end{
	font-size: 16px;
}
#contbox01 #inner p a {
  color: #B5230B;
  text-decoration: underline;
}

#contbox01 #inner p a:hover {
  opacity: 1;
  text-decoration: none;
}

#contbox01 #inner p em{
	font-style: normal;
}
/*--------------------------------------------------
	tH[
--------------------------------------------------*/
 .formArea {
  text-align: center;
  width: 100%;
  background-color: #F9F9F9;
  margin: 0 auto;
  padding: 50px 0;
}

#contbox02{	
  text-align: center;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}

#contbox02 table.form_shiryo{
  text-align: left;
  width: 100%;
  margin: 0 auto 50px auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
	}
	
#contbox02 table table{
	width:100%;
	margin:5px auto;
	}

#contbox02 table caption{
	text-align:left;
	font-weight:bold;
	color:#524B41;
	}

#contbox02 table.form_shiryo .bg_color{
  background-color: #f3f3f2;
}
#contbox02 table.form_shiryo th {
  width: 300px;
  font-weight: 500;
  background-color: #F9F9F9;
  border-bottom: 1px solid #E5E5E5;
  margin: 0;
  padding: 15px 0;
  vertical-align: top;
}

#contbox02 table.form_shiryo .th02 {
	width: 100%;
  border-bottom: none;
}
#contbox02 table.form_shiryo th span {
  color: #B5230B;
  font-size: 11px;
}

#contbox02 table.form_shiryo td {
  width: 700px;
  border-bottom: 1px solid #CCCCCC;
  margin: 0;
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  vertical-align: top;
}

#contbox02 table.form_shiryo td input, #contbox02 table.form_shiryo td select {
  border: 1px solid #F9F9F9;
  padding: 10px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

#contbox02 table.form_shiryo td input:hover, #contbox02 table.form_shiryo td select:hover {
  border: 1px solid #CCCCCC;
}

#contbox02 table.form_shiryo td input[type="checkbox"],
#contbox02 table.form_shiryo td input[type="radio"] {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: text-top;
}

#contbox02 table.form_shiryo td .caption {
  text-align: left;
  width: 100%;
  font-size: 11px;
  margin: 5px 0 0 0;
  padding: 0;
}

#contbox02 table.form_shiryo td .caption2 {
  width: 100%;
  color: #B5230B;
}

#contbox02 table.form_shiryo td .formTxt01 {
  text-align: left;
  width: 100%;
  margin: 0;
  padding: 0;
}

#contbox02 table.form_shiryo td .formTxt02 {
  text-align: left;
  width: 100%;
  margin: 0;
  padding: 0 0 0 20px;
}

#contbox02 table.form_shiryo td .checkbox01 {
  text-align: left;
  width: 100%;
  margin: 0;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#contbox02 table.form_shiryo td .checkbox01 li {
  width: 33%;
}

#contbox02 table.form_shiryo td .checkbox01 li.otherBox {
  width: 100%;
}

#contbox02 table.form_shiryo td .checkbox02 {
  text-align: left;
  width: 100%;
  margin: 0;
  padding: 0 0 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#contbox02 table.form_shiryo td .checkbox02 li {
  width: 33%;
}

#contbox02 table.form_shiryo td .checkbox02 li.otherBox {
  width: 100%;
}

#contbox02 table.form_shiryo td .area01 {
  width: 250px;
  margin: 0 15px;
	box-sizing: border-box;
}

#contbox02 table.form_shiryo td .area02 {
  width: 140px;
  margin: 0 0;
	box-sizing: border-box;
}

#contbox02 table.form_shiryo td .area03 {
  width: 100%;
  margin: 0 0;
	box-sizing: border-box;
}
#contbox02 table.form_shiryo td .area_txt {
  width: 100%;
height: 5em;
  margin: 0 0;
	box-sizing: border-box;
}


@media only screen and (max-width: 767px) {
	
	#contbox01 #inner p{
	text-align:left;
}

#contbox02{
	width:94%;
}

.formArea {
    padding: 40px 0;
  }
#contbox02 table.form_shiryo {
    display: block;
  }
#contbox02 table.form_shiryo th {
    display: block;
    width: 100%;
  }
#contbox02 table.form_shiryo th span {
    color: #B5230B;
    font-size: 11px;
    font-size: 0.6875rem;
  }
#contbox02 table.form_shiryo td {
    display: block;
    width: 100%;
  }
#contbox02 table.form_shiryo th.th02 {
    display: block;
    width: 100%;
  border-bottom: none;
}
#contbox02 table.form_shiryo td input, #contbox02 table.form_shiryo td select {
    border: 1px solid #F9F9F9;
    padding: 10px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  #contbox02 table.form_shiryo td input:hover, #contbox02 table.form_shiryo td select:hover {
    border: 1px solid #CCCCCC;
  }
  #contbox02 table.form_shiryo td .checkbox01 {
    display: block;
  }
  #contbox02 table.form_shiryo td .checkbox01 li {
    width: 100%;
  }
  #contbox02 table.form_shiryo td .checkbox01 li.otherBox {
    width: 100%;
  }
  #contbox02 table.form_shiryo td .checkbox02 {
    display: block;
  }
  #contbox02 table.form_shiryo td .checkbox02 li {
    width: 100%;
  }
  #contbox02 table.form_shiryo td .checkbox02 li.otherBox {
    width: 100%;
  }
  #contbox02 table.form_shiryo td .area01 {
    width: 90%;
    margin: 0 0 0 15px;
  }
  #contbox02 table.form_shiryo td .area02 {
    width: 35%;
    margin: 0 0;
  }
  #contbox02 table.form_shiryo td .area03 {
    width: 90%;
    margin: 0 0;
  }
#contbox02 table.form_shiryo td .area_txt {
  width: 90%;
  margin: 0 0;
}
}



