@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap");

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video{
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body{
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{
  display: block;
}

nav ul{
  list-style: none;
}

blockquote, q{
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after{
  content: '';
  content: none;
}

a{
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* change colours to suit your needs */

ins{
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */

mark{
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del{
  text-decoration: line-through;
}

abbr[title], dfn[title]{
  border-bottom: 1px dotted;
  cursor: help;
}

table{
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */

hr{
  border: 0;
  border-top: 1px solid #ccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input, select{
  vertical-align: middle;
}

*, *::before, *::after{
  box-sizing: border-box;
}

html{
  font-size: 62.5%;
}

body{
  color: #333;
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "ヒラギノ角ゴシック", Arial, Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
}

p{
  font-size: 1.6rem;
  margin-bottom: 1em;
  margin-top: .5em;
}

small{
  font-size: 1.4rem;
}

a{
  color: #81726c;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  transition: all .2s;
}

ul{
  list-style-type: none;
}

img{
  display: block;
  width: 100%;
}

body{
  background-color: #f2f2f2;
  padding: 40px 20px 20px;
}

.logo{
  display: block;
  margin: 0 auto 20px;
  width: 250px;
}

.wrap{
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom: 8px solid #aa9e9a;
  border-radius: 8px;
  border-top: 8px solid #aa9e9a;
  margin: 0 auto;
  max-width: 1000px;
  padding: 20px;
  width: 100%;
}

.form_header{
  align-items: center;
  border-bottom: 1px solid rgba(129, 114, 108, .3);
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  padding-bottom: 25px;
}

.form_header .guide{
  align-self: flex-end;
  font-size: 1.3rem;
  margin-bottom: 10px;
  text-decoration: none;
}

.form_header p{
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

.form_header h1{
  font-size: 3rem;
  line-height: 1.5;
}

.form_header .cp_title{
  background-color: #ed698f;
  border-radius: 100px;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 0;
  margin-top: 20px;
  padding: 6px 20px;
}

.form_body{
  margin: 0 auto;
  max-width: 600px;
  width: 100%;
}

.stepbar{
  display: flex;
  margin: 40px auto;
  padding: 0;
  position: relative;
  text-align: center;
  width: 100%;
}

.stepbar li{
  font-size: 1.4rem;
  line-height: 1.4;
  list-style: none;
  position: relative;
  width: calc(100%/4);
}

.stepbar li::after{
  background: #e0dbd9;
  content: "";
  height: 3px;
  left: -50%;
  position: absolute;
  top: calc((34px/2 + 3px) - (3px / 2));
  width: 100%;
}

.stepbar li:first-child:after{
  display: none;
}

.stepbar li span{
  background: #d4cecc;
  border: 3px solid #d4cecc;
  border-radius: 50%;
  box-sizing: content-box;
  color: #fff;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  height: 34px;
  line-height: 34px;
  margin-bottom: 10px;
  position: relative;
  width: 34px;
  z-index: 1;
}

.stepbar .active::after{
  background: #81726c;
}

.stepbar .active span{
  background: #fff;
  border: 3px solid #81726c;
  color: #81726c;
}

.stepbar .done::after{
  background: #81726c;
}

.stepbar .done span{
  background: #81726c;
  border: 3px solid #81726c;
}

.form_style input, .form_style button, .form_style select, .form_style textarea{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

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

.form_style textarea{
  resize: vertical;
}

.form_style input[type='checkbox'], .form_style input[type='radio']{
  display: none;
}

.form_style input[type='submit'], .form_style input[type='button'], .form_style label, .form_style button, .form_style select{
  cursor: pointer;
}

.form_style select::-ms-expand{
  display: none;
}

.form_style input[type="text"]:focus, .form_style input[type="number"]:focus, .form_style input[type="email"]:focus, .form_style input[type="password"]:focus, .form_style textarea:focus{
  background-color: #fff;
  border: 1px solid rgba(129, 114, 108, .5);
  border-radius: 5px;
  box-shadow: 0 0 0 2px rgba(129, 114, 108, .5);
}

.form_style section{
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.form_style section.bg{
  background-color: #f2f2f2;
  border: none;
  border-radius: 8px;
  padding: 20px;
}

.form_style .label{
  align-items: center;
  cursor: default;
  display: flex;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.form_style .label.required::after{
  background-color: #ff8181;
  border-radius: 100px;
  color: #fff;
  content: "必須";
  font-size: 1.1rem;
  line-height: 1;
  margin-left: .4em;
  padding: 4px 8px;
}

.form_style .label.option::after{
  background-color: #999;
  border-radius: 100px;
  color: #fff;
  content: "任意";
  font-size: 1.1rem;
  line-height: 1;
  margin-left: .4em;
  padding: 4px 8px;
}

.form_style .description{
  color: #888;
  font-size: 1.3rem;
  margin-bottom: 5px;
}

.form_style input, .form_style textarea{
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 1.6rem;
  padding: 10px;
  transition: all .2s;
}

.form_style input:-ms-input-placeholder{
  color: #999;
}

.form_style input::-ms-input-placeholder{
  color: #999;
}

.form_style input::placeholder{
  color: #999;
}

.form_style input:-ms-input-placeholder{
  color: #999;
}

.form_style input::-ms-input-placeholder{
  color: #999;
}

.form_style input:focus:-ms-input-placeholder{
  color: transparent;
}

.form_style input:focus::-ms-input-placeholder{
  color: transparent;
}

.form_style input:focus::placeholder{
  color: transparent;
}

.form_style .icon_form{
  display: block;
  position: relative;
}

.form_style .icon_form input{
  padding-right: 50px;
}

.form_style .icon_form .field-icon{
  position: absolute;
  right: 0;
}

.form_style .icon_form .field-icon i{
  align-items: center;
  color: #888;
  cursor: pointer;
  display: flex;
  font-size: 1.6rem;
  height: 50px;
  justify-content: center;
  width: 50px;
}

.form_style .radio_label{
  align-items: center;
  display: flex;
  margin-bottom: 5px;
}

.form_style .radio_label::before{
  color: #ccc;
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-size: 1.8rem;
  font-weight: 400;
  margin-right: .2em;
}

.form_style input[type="radio"]:checked + label::before{
  color: #81726c;
  content: "\f192";
  font-weight: 900;
}

.form_style .check_label{
  align-items: center;
  display: flex;
  margin-bottom: 5px;
}

.form_style .check_label::before{
  color: #ccc;
  content: "\f0c8";
  font-family: "Font Awesome 5 Free";
  font-size: 1.8rem;
  font-weight: 400;
  margin-right: .2em;
}

.form_style input[type="checkbox"]:checked + label::before{
  color: #81726c;
  content: "\f14a";
  font-weight: 900;
}

.form_style select{
  background: #ededed;
  border: 1px solid #b2b2b2;
  border-radius: 5px;
  font-size: 1.6rem;
  padding: 10px;
}

.form_style textarea{
  width: 100%;
}

.form_style .button{
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 40px auto 30px;
}

.form_style .button button{
  background-color: #81726c;
  border: none;
  border-radius: 4px;
  color: #fff;
  font-size: 1.7rem;
  font-weight: bold;
  min-height: 70px;
  min-width: 250px;
  padding: 15px 30px;
  transition: all .2s;
}

.form_style .button button span{
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  margin-top: 3px;
}

.form_style .button button:hover{
  cursor: pointer;
  opacity: .7;
}

.form_style .button input.back{
  background: none;
  border: none;
  color: #81726c;
  font-size: 1.5rem;
  font-weight: normal;
  margin-top: 30px;
  padding: 0;
}

.form_style .drawer_set{
  border: 1px solid #e2e2e2;
  border-radius: 8px;
}

.form_style .drawer_set + .drawer_set{
  margin-top: 20px;
}

.form_style .drawer_set > .radio_label{
  border-radius: 8px 8px 0 0;
  line-height: 1.5;
  margin-bottom: 0;
  padding: 20px;
}

.form_style .drawer_set > .radio_label:before{
  margin-right: .5em;
}

.form_style .drawer_set > .radio_label span{
  display: block;
  font-size: 1.2rem;
  margin-top: 3px;
}

.form_style .hide_content{
  display: none;
  padding: 20px 20px 20px 40px;
}

.form_style .radio_drawer:checked + .radio_label{
  background-color: #f2f2f2;
}

.form_style .radio_drawer:checked + .radio_label + .hide_content{
  display: block;
}

.form_style .confirm{
  border-bottom: 1px solid #e2e2e2;
  border-collapse: separate;
  border-radius: 8px;
  border-right: 1px solid #e2e2e2;
  border-spacing: 0;
  line-height: 1.5;
  margin-bottom: 20px;
  width: 100%;
}

.form_style .confirm td, .form_style .confirm th{
  border-left: 1px solid #e2e2e2;
  border-top: 1px solid #e2e2e2;
  padding: 10px;
  vertical-align: middle;
}

.form_style .confirm tr:not(:first-child) th{
  background-color: #f6f6f6;
  border-right: none;
  color: #666;
  font-size: 1.4rem;
  font-weight: normal;
  width: 30%;
}

.form_style .confirm td{
  border-left: none;
}

.form_style .confirm tr:first-child th{
  background-color: #f2f2f2;
  border-radius: 8px 8px 0 0;
}

.form_style .confirm tr:last-child th{
  border-radius: 0 0 0 8px;
}

.form_style .confirm ul{
  font-size: 1.5rem;
}

.form_style .confirm ul li{
  display: flex;
}

.form_style .confirm ul li::before{
  color: #bbb;
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: .3em;
}

.form_style .confirm ul li:not(:first-child){
  margin-top: 5px;
}

.form_style .confirm_fix{
  text-align: right;
}

.form_style .confirm_fix a{
  background-color: #f2f2f2;
  border-radius: 8px;
  color: #666;
  display: inline-block;
  font-size: 1.4rem;
  padding: 15px;
}

.form_style .confirm_fix a:hover{
  background-color: #e2e2e2;
  text-decoration: none;
}

.form_style .confirm_fix a::before{
  color: #999;
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: .3em;
}

.form_style .button_a{
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 40px 0 30px;
}

.form_style .button_a .link_app{
  background-color: #ed698f;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  padding: 20px 25px;
}

.form_style .button_a .link_app:hover{
  background-color: rgba(237, 105, 143, .7);
  text-decoration: none;
}

.form_style .button_a .link_web{
  font-size: 1.4rem;
  margin-top: 25px;
}

.form_headline{
  border-bottom: 1px solid rgba(129, 114, 108, .3);
  border-left: 6px solid #81726c;
  font-size: 2rem;
  margin-bottom: 20px;
  padding: 12px 12px 12px 16px;
}

.error{
  background-color: rgba(255, 78, 78, .1);
  border: 1px solid rgba(255, 78, 78, .2);
  border-radius: 8px;
  color: #ff4e4e;
  margin-bottom: 40px;
  padding: 16px;
}

.error h4{
  border-bottom: 1px solid rgba(255, 78, 78, .1);
  margin-bottom: 14px;
  padding-bottom: 14px;
}

.error .error_list{
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  padding-left: .5em;
}

.error .error_list li{
  display: flex;
}

.error .error_list li + li{
  margin-top: 10px;
}

.error .error_list li::before{
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: .3em;
  opacity: .6;
}

footer{
  margin: 0 auto;
  margin-top: 20px;
  max-width: 1000px;
  text-align: center;
  width: 100%;
}

footer h5{
  font-size: 1.6rem;
  margin-bottom: 8px;
}

footer ul{
  font-size: 1.4rem;
}

footer ul span{
  font-size: .8em;
}

@media (min-width: 769px){
  .pc_none{
    display: none;
  }
}

@media (max-width: 768px){
  .sp_none{
    display: none;
  }

  body{
    padding: 20px 0;
  }

  .logo{
    margin-bottom: 15px;
    width: 180px;
  }

  .wrap{
    border: none;
    border-bottom: 4px solid #aa9e9a;
    border-radius: 0;
    border-top: 4px solid #aa9e9a;
    padding: 10px 15px 20px;
  }

  .form_header p{
    font-size: 1.3rem;
  }

  .form_header h1{
    font-size: 2.4rem;
  }

  .stepbar li{
    font-size: 1.2rem;
  }

  footer{
    padding: 0 15px;
  }

  footer ul{
    font-size: 1.2rem;
  }
}
