/* form css */

#contents.form_wrap {
  width:100%;
  float:none;
}
.form_wrap #main {
  width:100%;
  float:none;
}
.form_wrap .topic-wrap {
  max-width:100%;
}
.form_wrap .ttl-h1 {
  font-size:18px;
}



h2.ttl-h2 {
  color:#003399;
  font-size:15px;
  /* border-left:3px solid #003399; */
  padding:0 0 0 0;
  margin: 20px 0 10px;
}
.note-box {
  background: #ecf2f7;
  padding:15px 20px;
}
.note-box p {
  font-size:13px;
  text-indent: -1em;
  margin:0 0 0 1em;
}
.form .req,.form .red {
  color:#ff0000;
}
p .small {
  font-size:95%;
}
.flow-box {
  margin:20px 0;
}
.form ol,.form ul {
  margin:0;
  padding:0;
}
.form li{
  list-style: none;
  font-size:90%;
}

.step  {
  width:100%;
  height:64px;
  display: flex;
  flex-wrap:wrap;
  margin:30px 0 10px;
}
.step li {
  position: relative;
  max-width:100%;
  color:#fff;
}
.step > li {
  color: #fff;
  font-size: 13px;
  padding: 8px 8px;
  /* height: 50px; */
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #8bb1d5;
  counter-increment: step;
  padding-left:30px;
}
.step > li:not(:last-child):before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 32px 0 32px 32px;
  position: absolute;
  top: 0;
  right: -32px;
  z-index: 10;
  border-color: transparent transparent transparent white;
}
.step > li:nth-child(1) {
  z-index: 3;
}
.step li:nth-child(1) {
  background-color: #1764ac;
  padding-left:10px;
}
.step > li:nth-child(1):after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 32px 0 32px 32px;
  position: absolute;
  top: 0;
  right: -30px;
  z-index: 20;
  border-color: transparent transparent transparent #1764ac;
}
.step li:nth-child(1):after {
  border-color: transparent transparent transparent #1764ac;
}
.step > li:nth-child(1) {
  z-index: 6;
}
.step > li:nth-child(2) {
  z-index: 5;
}
.step > li:nth-child(3) {
  z-index: 4;
}
.step > li:nth-child(4) {
  z-index: 3;
}
.step > li:nth-child(5) {
  z-index: 2;
}


.step > li:nth-child(2):after,.step > li:nth-child(3):after,
.step > li:nth-child(4):after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 32px 0 32px 32px;
  position: absolute;
  top: 0;
  right: -30px;
  z-index: 10;
  border-color: transparent transparent transparent #8bb1d5;
}
/* .step > li:nth-child(2):after {
  border-color: transparent transparent transparent #1764ac;
} */

.step-txt  {
  width:100%;
  height:64px;
  display: flex;
  flex-wrap:wrap;
  margin:10px 0 0;
  margin-bottom:20px;
}
.step-txt li {
  color: #f6875e;
  font-size: 18px;
  padding: 8px 16px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  border: 2px solid #f6875e;
  margin-right: 4px;
  border-radius: 10px;
}

/* form */
/*---------------------------------------------
form
-----------------------------------------------*/

#contact_form {
  margin:30px auto 40px;
  max-width:100%;
}
table.form-table {
  max-width:100%;
}
table.form-table th, table.form-table td {
  padding:15px 10px;
  font-weight: normal;
  text-align: left;
  word-break: break-all;
}
table.form-table td {
  padding-right:0;
  font-size:14px;
}
.form * {
  box-sizing: border-box;
}
.form-table th {
  width: 180px;
  line-height: 1.4;
}
.form-table td {
  width:calc(100% - 200px);
}

input[type="checkbox"],
input[type="radio"] {
    margin-right: 10px;
    border: none;
}
.radio {
    display: none;
}
label:hover {
    cursor: pointer;
}
.form-table .req {
  padding: 0;
  text-align: center;
  background: #003265;
  font-size: 10px;
  float: right;
  font-weight: bold;
  vertical-align: top;
  color: #fff;
  box-sizing: border-box;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 1.5em;
}
.form_wrap .rec_txt {
  color:#003265;
  font-size:12px;
  margin-top:8px;
  font-weight: bold;
}
button, input, optgroup, select, textarea {
  color:#333;
  font-size:14px;
}
#contact_form input[type="text"],
#contact_form input[type="number"],
#contact_form input[type="email"],
#contact_form input[type="tel"] {
	max-width:100%;
	width:100%;
	height:40px;
	padding: 3px 0 3px 10px;
	margin:0;
	border:1px solid #999;
  display: inline-block;
}
#contact_form textarea {
  max-width:100%;
	width:100%;
	padding: 10px;
  margin:0;
	border:1px solid #999;
}
#contact_form input[type="text"]:focus,
#contact_form input[type="number"]:focus,
#contact_form input[type="email"]:focus,
#contact_form input[type="tel"]:focus,
#contact_form textarea:focus,
#contact_form select:focus {
	outline: 0;
	border:1px solid #8EAEC9;
	box-shadow:0px 0px 6px 3px #ddd;
}
#contact_form select{
  max-width:100%;
	height:40px;
	padding: 3px 6px 3px 10px;
	margin:0;
	border:1px solid #95989A;
  display: inline-block;
}
#contact_form .button {
  margin: 60px auto;
  display: flex;
  justify-content: space-around;
  width:100%;
}
#contact_form.confirmation .button {
  justify-content: center;
}
#contact_form.confirmation .button button {
  margin:0 10px;
}
#contact_form .btn01 {
  background-color: #8EAEC9;
  color: #fff;
  width: 300px;
  height: 60px;
  letter-spacing: 0.5em;
  text-align: center;
  display: block;
  font-size: 16px;
  position: relative;
  background-image: url(../img/arrow-right-white.svg);
  background-repeat: no-repeat;
  background-position: 95% 48%;
  background-size: 51px 15px;
  padding: 15px 20px;
  background-size: 51px 15px;
  transition: background 0.5s,color 0.5s;
  margin:auto;
}
#contact_form .btn01:hover {
  background-position: 97% 48%;
  transition: background 0.5s,color 0.5s;
  opacity: 0.8;
}

#contact_form .btn01.back {
  background-color: #aaa;
  position: relative;
  background-image: url(../img/arrow-left-white.svg);
  background-repeat: no-repeat;
  background-position: 5% 48%;
  background-size: 51px 15px;
  padding: 15px 20px;
  background-size: 51px 15px;
  transition: background 0.5s,color 0.5s;
}
#contact_form .btn01.back:hover {
  background-position: 3% 48%;
  transition: background 0.5s,color 0.5s;
  opacity: 0.8;
}

.select-box {
  margin-bottom:15px;
}
.form-check-box {
  /* background: #fff; */
  background: #fce5ed;
  padding:10px 15px 5px;
  /* border:1px solid #DF1A54; */
  border:1px solid #999;
  border-radius: 5px;
}
.form-check-box .txt-red {
  line-height: 1.4;
}
.form-check-box.first {
  margin-top:15px;
}
.txt-check {
  margin-bottom:10px;
}
.radio + label {
  margin-right: 20px;
  vertical-align: middle;
}
input[type="checkbox"], input[type="radio"] {
  margin-right: 10px;
  border: none;
}
select, input[type="radio"], input[type="checkbox"] {
  cursor: pointer;
}
input.radio, input.checkbox {
  width: auto;
  display: inline-block;
}
input[type="radio"] {
  margin-right: 10px;
  border: none;
}
.form-check-box p {
  margin-bottom:5px;
}
.form-check-box01, .form-check-box02 {
  display: block;
  margin-bottom:10px;
}
.error_m {
  font-size:0.95em;
  color:#e10101;
  display: inline-block;
  margin-bottom:5px;
}
.error_m:empty {
  display: none;
}
.thanks  {
  margin-bottom:350px;
}


.form * {
word-wrap: break-word;
}
.form table td, .form table th {
}
.form-txt {
  margin:5px 0 0 10px;
  font-size:88%;
}
.name-mr .mr {
  margin-right:1.5em;
}
.kana-mr .mr {
  margin-right:0.5em;
}
textarea {
  width:100%;
}
/* table */
/*---------------------------------------------
table
-----------------------------------------------*/


/* table */
table {
  border-collapse: collapse;
}
table.type01 {
  width:100%;
}
table.type01 th {
  background:#eee;
  text-align: left;
}
table.type01 td {
  background:#fff;
}
table.type01 th, table.type01 td {
  color:#404040;
  border-top:1px solid #555;
  padding:10px 15px;
  font-size:14px;
  font-weight: normal;
}
table.type01 tr:last-child {
  border-bottom:1px solid #333;
}
table.type01 th i {
  margin-right:1em;
}
table.type01 th i.brown {
  font-size:34px;
  margin-left:0.5em;
}
table.type01 tr:nth-child(even) td {
/* background:#f4efe9; */
}
table.type01 tr:nth-child(even) th {
/* background:#f4efe9; */
}


/* plivaly */
.form_wrap .policy_box {
  width: 100%;
  margin: 30px 0 40px;
  padding: 20px 30px;
  border: solid 1px #e2e2e2;
}
.policy_box p.read_txt {
    margin: 0;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 12px;
    line-height: 2;
}
.policy_check {
  text-align: center;
  margin:auto;
  font-size:90%;
}
.policy_check label {
  line-height: 1;
  vertical-align: middle;
}
input[type="checkbox"] {
    display: inline-block;
    position: relative;
    margin-right: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: button;
    appearance: button;
    width: 18px;
    height: 18px;
    margin-right: 6px;
    padding: 0;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    vertical-align: middle;
    background: #FFF;
}

table.type01 tr.bd_none:last-child {
  border-bottom:none;
}
table.type01 .bd_none td {
  padding:0;
}


/* form-reset */

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

button[type="submit"], input[type="submit"] {
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #FFF;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    cursor: pointer;
    background: transparent;
}

input, textarea, select {
  border-radius: 3px;
}
button, input, optgroup, select, textarea {
  margin: 0;
  font: inherit;
  font-size: 14px;
  box-sizing: border-box;
}

.form_wrap .width_s {
    max-width: 180px;
}
.form_wrap .width_m {
    max-width: 300px;
}
:placeholder-shown {
    color: #aba493;
}
input {
  height: 35px;
  padding: 0 16px;
  border: solid 1px #ccc;
  vertical-align: middle;
  border-radius: 4px;
  box-sizing: border-box;
}


#btn_area {
  width: 100%;
  margin:40px auto;
  text-align: center;
  display: flex;
  justify-content: center;
}

#submitBtn {
  margin:auto;
  text-align: center;
  display: flex;
  justify-content: space-around;
}
#submitBtn button {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#backBtn, #submitBtn {
  width: 300px;
  height: 54px;
  font-size: 14px;
  margin: 0 16px;
  padding: 0 24px;
  color: #FFF;
  text-align: center;
  border-radius: 0px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  cursor: pointer;
  background-color: #355AA8;
  border-radius: 2px;
}
#backBtn {
  background-color: #999;
}
.form_wrap.comfirm .form_area {
  margin-top:20px;
}
.btn_link {
  display: flex;
  justify-content: center;
  margin:40px auto;
}
.btn_link a {
  background:#355AA8;
  color:#fff;
  width:260px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 2px;
  font-size:13px;
}

.form_wrap .read-txt {
  line-height: 1.6;
  margin-bottom:40px;
}

/* faq_area */
.faq_area .mqa1, .faq_area .mqa1_5, .faq_area .mqa2, .faq_area .qa1 {
  margin-left:0;
  padding-left:0;
}
.faq_area .pmargin ol {
  list-style-position: inside;
}
