@charset "UTF-8";

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.75;
  font-size: 1.3em;
  color: #666;
}

@media screen and (min-width: 1101px) {
  body {
    font-size: 1.6rem;
  }
}

.bold {
  font-weight: bold;
}

img {
  /*width: 100%;
  height: auto;*/
}

.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.red,
.event_form_attention {
   color: #d00; 
}

.text_err01 {
    color: #f76d6d;
    font-size: 1.2rem;
    margin-top: 5px;
}

@media screen and (min-width: 769px) {
    .text_err01 {
        font-size: 1.4rem;
    }
}

#error_box {
    color: #d00;
    max-width: 400px;
    padding: 5px;
    margin: 30px auto 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.login_box {
    max-width: 400px;
}

.right-box2 {
    width: 100%;
}

.right-box2 input {
    width: 100%;
    float: none;
    margin-top: 5px;
}

.left-box3 {
    float: none;
    height: auto;
    width: 100%;
    padding-left: 0;
}

h2.title.title_login {
    max-width: 500px;
    text-align: center;
}

/************************************************

	contact

*************************************************/
.contact .block_contact_flow {
  display: -webkit-flex;
  display: flex;
}

.contact .block_contact_flow li {
  width: 32%;
  text-align: center;
  background: #f2f2f2;
  color: #666;
  padding: 6% 2%;
  font-size: 1.5rem;
  line-height: 1.3;
}

@media screen and (min-width: 769px) {
  .contact .block_contact_flow li {
    font-size: 1.8rem;
    padding: 25px 20px;
    width: calc((100% - 20px) / 3);
  }
  _:-ms-input-placeholder, :root .contact .block_contact_flow li {
    width: calc((100% - 21px) / 3);
  }
}

.contact .block_contact_flow li + li {
  margin-left: 2%;
}

@media screen and (min-width: 769px) {
  .contact .block_contact_flow li + li {
    margin-left: 10px;
  }
}

.contact .block_contact_flow li.current {
  background: #006db1;
  color: #fff;
  font-weight: bold;
}

.contact .block_contact_flow li.current .step {
  font-weight: normal;
}

.contact .block_contact_flow li .step {
  font-size: 1rem;
  letter-spacing: 1px;
}

@media screen and (min-width: 769px) {
  .contact .block_contact_flow li .step {
    font-size: 1.3rem;
  }
}

.contact .block_contact_flow li .num {
  font-size: 1.5rem;
}

@media screen and (min-width: 769px) {
  .contact .block_contact_flow li .num {
    font-size: 1.8rem;
  }
}

.contact .text_lead {
  margin-top: 4%;
}

@media screen and (min-width: 769px) {
  .contact .text_lead {
    margin-top: 40px;
  }
}

.contact .form01 {
  margin-top: 10%;
}

@media screen and (min-width: 769px) {
  .contact .form01 {
    margin-top: 20px;
  }
}

.contact .box_info {
  margin-top: 6%;
  border: 1px solid #ccc;
  padding: 4%;
}

@media screen and (min-width: 769px) {
  .contact .box_info {
    margin-top: 40px;
    padding: 25px;
  }
}

.contact .box_info .info_list {
  margin-top: 4%;
}

@media screen and (min-width: 769px) {
  .contact .box_info .info_list {
    margin-top: 25px;
  }
}

.contact .box_info .info_btn {
  margin-top: 5%;
  background: #006db1;
}

@media screen and (min-width: 769px) {
  .contact .box_info .info_btn {
    margin-top: 30px;
  }
}

.contact .btn_sch01 {
  background: #006db1;
}

.contact .btn_ghost_sch01 {
  color: #006db1;
}

.form_lead__text {
    margin-top: 20px;
    font-weight: bold;
    font-size: 1.8rem;
}

.form_lead__list {
    margin-top: 5px;
    padding-left: 1em;
}

.form_notes {
    margin-top: 20px;
    font-size: 1.4rem;
}

#contents {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


@media screen and (min-width: 769px) {
  #contents {
    padding: 0;
  }
}

#contents-b-box {
    padding: 0;
    margin-top: 60px;
    border: none;
}

#all-box {
    border-top: none;
    padding: 0;
    margin-top: 30px;
}

@media screen and (min-width: 769px) {
    #all-box {
        margin-top: 50px;
    }
}

#all-box .left-box {
    float: none;
    width: 100%;
    padding-left: 0;
}

#all-box .right-box {
    float: none;
     width: 100%;
    margin-top: 10px;
}

.flex_2col {
    display: -webkit-flex;
    display: flex;
}

.flex_2col > *{
    width: 49%;
}

.flex_2col > *:nth-of-type(odd){
    margin-right: 2%;
}

.flex_2col input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.list_files dl + dl {
    margin-top: 10px;
}

.button_btn_next01 {
    color: #fff;
    text-align: center;
    font-weight: bold;
    max-width: 250px;
    margin: 0 auto;
    margin-top: 10%;
    box-shadow: 2px 2px 5px 0 rgb(0 0 0 / 10%);
    background: #006db1;
    transition: opacity .3s;
}

.button_btn_next01.btn_ghost_sch01 {
    color: #006db1;
    background: #fff;
}

@media screen and (min-width: 769px) {
    .button_btn_next01 {
        margin-top: 40px;
        max-width: 500px;
    }
}

.button_btn_next01 button {
    display: block;
    padding: 15px 20px;
    width: 100%;
    background: #006db1;
    color: #fff;
    border: none;
    font-size: 1.2rem;
    box-shadow: 2px 2px 5px 0 rgb(0 0 0 / 10%);
    cursor: pointer;
}

.button_btn_next01.btn_ghost_sch01 button {
    color: #006db1;
    background: #fff;
    border: 1px solid;
}

.button_btn_next01:hover {
    opacity: .7;
}

@media screen and (min-width: 769px) {
    .button_btn_next01 button {
        max-width: 500px;
        padding: 30px 35px;
        font-size: 2rem;
    }
}

.login_box_btn-wrapper {
    color: #fff;
    text-align: center;
    font-weight: bold;
    max-width: 250px;
    margin: 0 auto;
    margin-top: 10%;
    box-shadow: 2px 2px 5px 0 rgb(0 0 0 / 10%);
    background: #006db1;
    transition: opacity .3s;
}

@media screen and (min-width: 769px) {
    .login_box_btn-wrapper {
        margin-top: 30px;
        max-width: 270px;
    }
}

.login_box_btn-wrapper:hover {
    opacity: .7;
}

.login_box_btn-wrapper button {
    width: 100%;
    /*background: #006db1;*/
	background: #ddd;
    /*color: #fff;*/
	color: #333;
    border: none;
    padding: 20px;
}

@media screen and (min-width: 769px) {
    .login_box_btn-wrapper button {
        max-width: 500px;
        padding: 20px;
        font-size: 2rem;
    }
}

.btn_others {
    max-width: 350px;
}

.btn_others button {
    padding: 25px 15px;
    font-size: 1.3rem;
    /*color: #333;*/
	color: #fff;
    /*background: #ddd;*/
	background: #006db1;
    /*border: 1px solid;*/
}

@media screen and (min-width: 769px) {
    .btn_others button {
        font-size: 2rem;
    }
}

.ico_arrow, .ico_arrow_ib, .ico_arrow_l {
    position: relative;
    padding-right: 25px;
    padding-left: 25px;
    display: block;
    line-height: 1;
}

.ico_arrow::after, .ico_arrow_ib::after, .ico_arrow_l::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid;
    border-right: 2px solid;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-40%) rotate(45deg);
}

.ico_arrow_l::after {
    right: auto;
    left: 0;
    transform: translateY(-40%) rotate(-135deg);
}

#contents-t-box {
    margin-top: 30px;
}

@media screen and (min-width: 769px) {
    #contents-t-box {
        margin-top: 60px;
    }
}

.button_box {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
}

@media screen and (min-width: 769px) {
    .button_box {
        -webkit-flex-direction: row;
        flex-direction: row;
    }
}

@media screen and (min-width: 769px) {
    .button_box {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
    }
}

.button_box .button_btn_next01 {
    margin: 0 auto;
    width: 100%;
}

@media screen and (min-width: 769px) {
    
    .button_box .button_btn_next01 {
        width: 100%;
    }
}

@media screen and (min-width: 769px) {
    .button_box .button_btn_next01:first-of-type {
        margin-right: 20px;
    }
}

.login_box .login_box_inner {
    padding: 10px 0;
}

/************************************************

	form

*************************************************/
.form01 h3 {
    font-size: 1.5rem;
}

@media screen and (min-width: 769px) {
    .form01 h3 {
        font-size: 1.8rem;
    }
}

.form01 dl {
  font-size: 1.3rem;
}

@media screen and (min-width: 769px) {
  .form01 dl {
    font-size: 1.6rem;
  }
}

.form01 input,
.form01 select,
.form01 textarea {
  font-size: 1.3rem;
}

@media screen and (min-width: 769px) {
    .form01 input,
    .form01 select,
    .form01 textarea {
        font-size: 1.6rem;
  }
}

.form01 textarea {
    width: 100%;
}

.form01 dl dt {
  font-size: 1.5rem;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .form01 dl dt {
    font-size: 1.8rem;
  }
}

.form01 dl dt + dd {
  margin-top: 2%;
}

@media screen and (min-width: 769px) {
  .form01 dl dt + dd {
    margin-top: 10px;
  }
}

.form01 .ico_required::after {
  content: '必須';
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.3;
  background: #f76d6d;
  padding: 3px 5px;
  margin-left: 5px;
  position: relative;
  top: -1px;
  display: inline-block;
}

@media screen and (min-width: 769px) {
  .form01 .ico_required::after {
    font-size: 1.3rem;
    top: -2px;
  }
}

.span_ico_required {
  content: '必須';
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.3;
  background: #f76d6d;
  padding: 3px 5px;
  position: relative;
  top: -1px;
  display: inline-block;
}

@media screen and (min-width: 769px) {
  .span_ico_required {
    font-size: 1.3rem;
    top: -2px;
  }
}

.form01 .form_list_radio01 {
  padding-top: 1px;
}

.form01 .form_list_radio01 li {
  margin-top: 1%;
}

.form01 .form_radio {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}

.form01 .form_radio input {
  -webkit-appearance: none;
  appearance: none;
  opacity: 0;
  position: absolute;
}

.form01 .form_radio input:checked + .ico {
  background: #fff;
  border: 1px solid #006db1;
}

.form01 .form_radio input:checked + .ico::after {
  background: #006db1;
}

.form01 .form_radio .ico {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #ccc;
  border: 1px solid #ccc;
  border-radius: 50%;
  position: absolute;
  top: .75em;
  left: 0;
  transform: translateY(-50%);
}

.form01 .form_radio .ico::after {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.form01 input[type="text"],
.form01 input[type="email"],
.form01 input[type="tel"],
.form01 input[type="number"],
.form01 input[type="url"],
.form01 input[type="no"],
.form01 input.input_long,
.form01 textarea,
.form01 select {
  background: #f2f2f2;
  padding: 10px 15px;
    border: none;
}

.form01 input[type="text"]:focus,
.form01 input[type="email"]:focus,
.form01 input[type="tel"]:focus,
.form01 input[type="number"]:focus,
.form01 input[type="url"]:focus,
.form01 input[type="no"]:focus,
.form01 input.input_long:focus,
.form01 textarea:focus,
.form01 select:focus {
  background: #e0e9f3;
    border: none;
    outline: none;
}

.form01 input[type="number"]::-webkit-outer-spin-button,
.form01 input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.form01 input[type="number"] {
  -moz-appearance: textfield;
}

.form01 select {
  -webkit-appearance: auto;
  appearance: auto;
  cursor: pointer;
}

.form01 ::placeholder {
  color: #999;
}

.form01 .input_long {
  width: 100%;
}

.form01 .input_short01 {
  width: calc(4em + 20px);
}

.form01 .form_unit_2col {
  display: -webkit-flex;
  display: flex;
}

.form01 .form_unit_2col .unit_a {
  width: 49%;
}

.form01 .form_unit_2col .unit_a:nth-of-type(odd) {
  margin-right: 2%;
}

.form01 .form_note01 {
  display: block;
  margin: 3% 0 1%;
}

@media screen and (min-width: 769px) {
  .form01 .form_note01 {
    margin: 20px 0 10px;
  }
}

.form01 .form_note02 {
  display: block;
  margin: 2% 0;
}

@media screen and (min-width: 769px) {
  .form01 .form_note02 {
    margin: 10px 0;
  }
}

.form01 .form_note03 {
  font-size: 1.1rem;
  position: relative;
  padding-left: 1.1em;
}

@media screen and (min-width: 769px) {
  .form01 .form_note03 {
    font-size: 1.3rem;
  }
}

.form01 .form_note03 .first_letter {
  position: absolute;
  top: 0;
  left: 0;
}

.form01 .form_row_address .row_unit_a {
  margin-right: 5px;
}

.form01 .form_row_address .row_unit_b {
  margin: 0 5px;
}

.form01 .form_row_tel .row_unit_a {
  margin: 0 5px;
}

.form01 .form_text_area01 {
  width: 100%;
}

.form01 .form_text01 {
  margin-top: 12%;
}

@media screen and (min-width: 769px) {
  .form01 .form_text01 {
    margin-top: 40px;
  }
}

.form01 .button_btn_next01 {
  /*margin-top: 10%;*/
    margin-top: 20px;
}

@media screen and (min-width: 769px) {
  .form01 .button_btn_next01 {
    margin-top: 40px;
  }
}

.form01 .form_box_btn_submit {
  margin-top: 10%;
}

@media screen and (min-width: 769px) {
  .form01 .form_box_btn_submit {
    display: -webkit-flex;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    margin-top: 40px;
  }
}

.form01 .form_box_btn_submit .button_btn_next01,
.form01 .form_box_btn_submit .button_btn_prev01 {
  text-align: center;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .form01 .form_box_btn_submit .button_btn_next01,
  .form01 .form_box_btn_submit .button_btn_prev01 {
    width: 49%;
    max-width: 350px;
  }
}

.form01 .form_box_btn_submit .button_btn_prev01 {
  margin: 6% auto 0;
}

@media screen and (min-width: 769px) {
  .form01 .form_box_btn_submit .button_btn_prev01 {
    margin: 0 2% 0 0;
  }
}

@media screen and (min-width: 769px) {
  .form01 .form_box_btn_submit .button_btn_next01 {
    margin: 0;
  }
}

.form01 .form_link01 .text_u_line {
  transition: opacity .3s;
}

.pc.form01 .form_link01 .text_u_line:hover,
.pc .form01 .form_link01 .text_u_line:hover {
  opacity: .7;
}

.form01 .form_text_err {
  margin: 5px;
  font-weight: bold;
  color: #d00;
}

.form01 .form_unit_rows {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.form01 .form_unit_rows > * {
  margin-right: 20px;
}

.form_btn_back {
  margin-top: 10%;
}

@media screen and (min-width: 769px) {
  .form_btn_back {
    margin-top: 40px;
  }
}

.form_text_complete {
  text-align: center;
  margin-top: 10%;
}

@media screen and (min-width: 769px) {
  .form_text_complete {
    margin-top: 40px;
  }
}
