@charset "UTF-8";
/**************************************************
Brakpoint
***************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-size: 100%;
  vertical-align: baseline;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after {
  content: '';
  content: none;
}
q:before, q:after {
  content: '';
  content: none;
}
input, textarea {
  margin: 0;
  padding: 0;
}
ol, ul {
  list-style-image: none;
  list-style-type: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th {
  text-align: left;
}
a {
  text-decoration: none;
}
a:focus {
  outline: none;
}
.clearfix {
  min-height: 1px;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
* html .clearfix {
  height: 1px;
}
.both {
  clear: both;
}
.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/* Helper */
.valign_top {
  vertical-align: top;
}
input, button, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
    width: auto;
    height: auto;
}
textarea {
  resize: vertical;
}
input[type='submit'], input[type='button'], label, button, select {
  cursor: pointer;
    
}
select::-ms-expand {
  display: none;
}

/* COMMON
--------------------------------------------------- */
html {
  background: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  height: 100%;
  color: #222;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.03em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
}
a {
  color: #3E3A39;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.1s ease-in-out;
}
a:hover {
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.inner {
  max-width: 1000px;
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
.inner600 {
  max-width: 600px;
  width: 100%;
  position: relative;
  margin: 0 auto;
}
input[type="text"], input[type="password"], input[type="date"], input[type="email"], select {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 8px 13px;
  width: 100%;
  font-size: 18px;
  position: relative;
  box-sizing: border-box;
    color: #222;
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 15px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  body {
    line-height: 1.7;
  }
  .inner {
    max-width: 100%;
    width: 100%;
    padding: 0 20px;
  }
  .inner600 {
    max-width: 100%;
    width: 100%;
    padding: 0px;
  }
    
    
  a {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  a:hover {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
    input[type="text"], input[type="password"], input[type="date"], input[type="email"], select {
  padding: 12px;
  font-size: 16px;
}
    
    
}

@media screen and (max-width:320px) {
    .inner {
    padding: 0 10px;
  }
}


/**************************************************
header
***************************************************/
header {
  padding: 12px 0;
  background: #fff;
  text-align: center;
  width: 100%;
}
.header h1 {
  width: 200px;
  text-align:left;
}
.header_inner {
  display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_inner .auth_number{
 font-size: 12px;
    line-height: 1.3;
    text-align: right;
}
@media only screen and (max-width: 767px) {
  header {
    padding: 13px 0;
  }
  .header h1 {
    width: 45%;
  }
    .header_inner .auth_number{
 font-size: 9px;
    line-height: 1.3;
    text-align: right;
}
}
/**************************************************
head_point
***************************************************/

.head_point{
    background-color: #E7EFF4;
    padding: 15px 0;
}

.head_point_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    text-align: left;
}
.head_point_item{
    display: flex;
    letter-spacing: 0;
     align-items: center;
    width: 33.333%;
}
.head_point_icon{
    max-width: 55px;
    margin-right: 10px;
}
.head_point_detail{
  font-size: 17px;
    font-weight: bold;
    line-height: 1.3;
}
.head_point_small{
  font-size: 13px;
    line-height: 1.5;
}
@media only screen and (max-width: 767px) {
    
.head_point{
    padding: 12px 0;
}

.head_point_item{
    display: flex;
    letter-spacing: 0;
     align-items: center;
    width: 32.5%;
}
.head_point_icon{
    max-width: 30px;
    margin-right: 7px;
}
.head_point_detail{
  font-size: 3.1vw;
    line-height: 1.3;
}
.head_point_small{
  font-size: 2.8vw;
    line-height: 1.5;
}
}



/**************************************************
contents
***************************************************/
.form_screen{
    overflow: hidden;
}
.step_form_wrapper{
    display: flex;
    align-items: flex-start;
    transition: all 0.3s ease-in-out;
    width: calc(100vw * 5);
}

.step_form_wrapper[data-current-step="1"]{
    transform: translate(0, 0px);
}
.step_form_wrapper[data-current-step="2"]{
    transform: translate(calc(-20%), 0px);
}

.step_form_wrapper[data-current-step="3"]{
    transform: translate(calc(-40%), 0px);
}

.step_form_wrapper[data-current-step="4"]{
    transform: translate(calc(-60%), 0px);
}

.step_form_wrapper[data-current-step="5"]{
    transform: translate(calc(-80%), 0px);
}

.form_step_group{
    width: 100vw;
}

.form_step_group:not(.is_show) .inner{
    display: none;
}

.qualifications_yes_only.is_hide{
    display: none;
}

.common_form_head {
  position: relative;
  margin-top: 65px;
  margin-bottom: 25px;
}
.common_form_head::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-top: 15px solid #036938; /* 好みで色を変えてください */
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}
.common_form_head .common_form_ttl {
  background-color: #036938;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  padding: 3px;
}
.common_form_head .common_form_ttl .icon_free {
  background-color: #fff;
  padding: 5px 7px;
  border-radius: 3px;
  color: #036938;
  font-size: 20px;
  margin-right: 8px;
  line-height: 1.2;
  vertical-align: 2px;
}
.common_form_head .common_form_icon {
  position: absolute;
  left: -12px;
  top: -25px;
  background-color: #ffff00;
  color: #ff6c00;
  width: 70px;
  height: 70px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  z-index: 3;
  line-height: 1.1;
  border: #ff6c00 2px dotted;
  letter-spacing: 0;
}
.common_form_head .common_form_icon span {
  padding-top: 3px;
}
.common_form_head .common_form_icon .big {
  font-size: 22px;
}
.common_ttl {
  font-weight: bold;
  font-size: 30px;
  line-height: 1.4;
  margin-top: 35px;
  margin-bottom: 30px;
}
.yellow_marker {
  background: linear-gradient(transparent 80%, #FFFF00 80%);
}
.common_flex_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
    padding-bottom: 10px;
}
.common_flex_item {
  width: 49%;
  margin-bottom: 10px;
}
.common_flex_item:nth-last-child(-n + 2) {
  margin-bottom: 0px;
}
.common_flex_list.row05 .common_flex_item {
  width: 18.8%;
  margin-bottom: 1.5%;
}
.orange_btn {
  width: 100%;
  margin: 0 auto;
  font-size: 24px;
  padding: 16px 0;
  border-radius: 10px;
  box-shadow: 0 6px 0 #b64d01;
  text-align: center;
  font-weight: bold;
  opacity: 1;
  background: #ff6c00;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.orange_btn:hover {
  transform: translate3d(0, 6px, 0);
  box-shadow: none;
}
.orange_btn:disabled {
  box-shadow: 0 6px 0 #aaa;
  background: #ccc;
  cursor: default;
}
.orange_btn:disabled:hover {
  box-shadow: 0 6px 0 #aaa;
  transform: none;
}
.back_btn {
  width: 100%;
  margin: 0 auto;
  font-size: 18px;
  color: #666666;
  text-align: center;
  font-weight: bold;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.back_btn:hover {
  opacity: 0.8;
}
.icon_arrow {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-left: none;
  border-bottom: none;
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  border-radius: 1px;
  margin-left: 3px;
  margin-top: -1px;
  transform: rotate(45deg);
}
.icon_arrow.back {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-left: none;
  border-bottom: none;
  border-right: 3px solid #666666;
  border-top: 3px solid #666666;
  border-radius: 1px;
  margin-left: 0;
  margin-right: 3px;
  margin-top: -0px;
  transform: rotate(225deg);
}
.step_icon_list {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  margin-top: 30px;
}
.step_icon_list .step_icon_item {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #CECECE;
  border-radius: 100px;
  width: 35px;
  height: 35px;
  color: #fff;
  margin: 0 24px;
  position: relative;
}
.step_icon_list .step_icon_item::after {
  content: "";
  background-color: #DDDDDD;
  height: 1px;
  width: 30px;
  position: absolute;
  top: 17px;
  right: -39px;
}
.step_icon_list .step_icon_item:last-child::after {
  display: none;
}
.step_icon_list .step_icon_item.current {
  background-color: #333333;
}
.step_icon_list .step_icon_item span {
  font-size: 18px;
}
.common_btn_checkbox input {
  display: none; /* デフォルトのinputは非表示にする */
}
.common_btn_checkbox span {
  font-size: 18px;
  font-weight: bold;
  border: 1px solid #016938;
  border-radius: 10px;
  padding: 15px 15px;
  display: block;
}
.common_btn_checkbox span.height_min {
  text-align: center;
  padding: 8px 13px;
  border-radius: 5px;
}
.common_btn_checkbox span img {
  width: 50px;
  margin: 0 auto 5px;
  display: block;
}
.common_btn_checkbox input:checked + span {
  background: #E9F5EF;
  border: 2px solid #016938;
}
.bottom_btn_list {
  max-width: 300px;
  margin: 35px auto 0;
}
.bottom_btn_list.finish {
  max-width: 500px;
  margin: 13px auto 0 !important;
}
.bottom_btn_item {
  margin-bottom: 25px;
}
.common_inputarea {
  margin-top: -12px;
}
input[type="text"].age_box {
  width: 100px;
}
.input_txt_under {
  vertical-align: -8px;
  margin-left: 8px;
}
.common_selectbox {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}
.common_selectbox .common_select {
  position: relative;
}
.common_selectbox::after {
  content: "";
  width: 10px;
  height: 10px;
  cursor: pointer;
  border: 0px;
  border-top: solid 2px #666;
  border-right: solid 2px #666;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -8px;
}
.common_input_wrap {
  margin-bottom: 50px;
}
.common_input_wrap + .common_input_wrap {
  margin-bottom: 60px;
}
.common_input_wrap.left {
  text-align: left;
}
.common_check {
  position: relative;
}
.common_check input[type=radio]::before, .common_check input[type=checkbox]::before {
  content: "";
  width: 25px;
  height: 25px;
  background: #fff;
  border: 2px solid #CCCCCC;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.common_check input[type=radio]::after, .common_check input[type=checkbox]::after {
  content: "";
  width: 7px;
  height: 15px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  left: 9px;
  top: -4px;
  position: absolute;
  transform: rotate(45deg);
}
.common_check input[type=radio]:checked::after, .common_check input[type=checkbox]:checked::after {
  opacity: 1;
}
.common_check input[type=radio]:checked::before, .common_check input[type=checkbox]:checked::before {
  opacity: 1;
  background-color: #016938;
  border: 2px solid #016938;
}
.common_check span {
  padding-left: 32px;
  font-size: 16px;
}
.icon_any {
  background-color: #D8D8D8;
  border-radius: 3px;
  font-weight: bold;
  font-size: 15px;
  margin-left: 8px;
  padding: 4px 7px;
  vertical-align: 6px;
}
.qualifications_yes_only {
  margin-top: 25px;
}
.privacy_link {
  text-align: center;
  margin-top: 60px;
}
.privacy_link a {
  text-decoration: underline;
}

.select_multiple_caution{
    margin-top: -25px;
    margin-bottom: 25px;
    font-size: 14px;
}

   .qualifications_yes_only .select_multiple_caution{
    margin-top: -5px;
    margin-bottom: 15px;
}

.area_list{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.area_item{
    width: 32%;
    text-align: left;
}
.area_item .area_ttl{
    font-weight: bold;
    font-size: 15px;
}
.area_item .icon_any{
    font-size: 12px;
    margin-left: 5px;
    padding: 3px 5px;
    vertical-align: 2px;
}
.age_input{
    max-width: 32%;
    margin: -12px auto 0;
}

@media only screen and (max-width: 767px) {
    .common_form_head {
  margin-top: 40px;
  margin-bottom: 25px;
}
.common_form_head::after {
  border-top: 12px solid #036938; /* 好みで色を変えてください */
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}
.common_form_head .common_form_ttl {
  font-size: 4.6vw;
  padding: 4px 0;
}
.common_form_head .common_form_ttl .icon_free {
  padding: 3px 4px;
  font-size: 3.2vw;
  margin-right: 5px;
  vertical-align: 2px;
}
.common_form_head .common_form_icon {
  left: -14px;
  top: -25px;
  width: 14vw;
  height:  14vw;
  font-size: 2.4vw;
  line-height: 1.1;
}

.common_form_head .common_form_icon .big {
   font-size: 4.4vw;
}
.common_ttl {
  font-size:5.2vw;
  line-height: 1.4;
  margin-top: 30px;
  margin-bottom: 20px;
}

.common_flex_list {
  display: block;
}
.common_flex_item {
  width: 100%;
  margin-bottom: 8px;
}
.common_flex_item:nth-last-child(-n + 2) {
  margin-bottom: 12px;
}
    .common_flex_item:last-child {
  margin-bottom: 0px!important;
}
    .common_flex_list.row05 {
display: flex;
}
    .common_flex_list.sp_flex {
  display: flex;
}
        .common_flex_list.sp_flex .common_flex_item{
  width: 49%;
}
    
.common_flex_list.row05 .common_flex_item {
  width: 48.5%;
  margin-bottom: 3%;
}
.orange_btn {
  font-size:4.6vw;
  padding: 10px 0;
  border-radius:5px;
  box-shadow: 0 5px 0 #b64d01;
}
.orange_btn:hover {
  transform: none;
 box-shadow: 0 5px 0 #b64d01;
}
.orange_btn:disabled {
  box-shadow: 0 5px 0 #aaa;
  background: #ccc;
  cursor: default;
}
.orange_btn:disabled:hover {
  box-shadow: 0 5px 0 #aaa;
  transform: none;
}
.back_btn {

   font-size:3.6vw;

}
.back_btn:hover {
  opacity: 1.0;
}
.icon_arrow {
  width: 12px;
  height: 12px;

  margin-left: 2px;
  margin-top: 0px;
}
.icon_arrow.back {
 width: 12px;
  height: 12px;
}
.step_icon_list {
  margin-top: 25px;
}
.step_icon_list .step_icon_item {
  width: 30px;
  height: 30px;
  margin: 0 15px;
}
.step_icon_list .step_icon_item::after {
  width: 20px;
  top: 15px;
  right: -25px;
}


.step_icon_list .step_icon_item span {
  font-size: 15px;
}

.common_btn_checkbox span {
  font-size: 4.0vw;
  border-radius: 5px;
  padding: 15px 10px;
}
.common_btn_checkbox span.height_min {
  text-align: center;
  padding: 8px 13px;
  border-radius: 5px;
}
.common_btn_checkbox span img {
  width: 45px;
}

.bottom_btn_list {
  max-width: 100%;
  margin: 30px auto 0;
}
.bottom_btn_list.finish {
  max-width: 100%;
  margin: 13px auto 0 !important;
}
.bottom_btn_item {
  margin-bottom: 25px;
}
.common_inputarea {
  margin-top: -8px;
}

.input_txt_under {
  vertical-align: -8px;
  margin-left: 8px;
}



.common_input_wrap {
  margin-bottom: 40px;
}
.common_input_wrap + .common_input_wrap {
  margin-bottom: 40px;
}
.common_input_wrap.left {
  text-align: left;
}
.common_check {
  position: relative;
}
.common_check input[type=radio]::before, .common_check input[type=checkbox]::before {
  width: 20px!important;
  height: 20px!important;
    position: absolute;

}
.common_check input[type=radio]::after, .common_check input[type=checkbox]::after {
  content: "";
  width: 5px;
  height: 12px;
  left: 8px;
  top: -2px;
}

.common_check span {
  padding-left: 25px;
  font-size: 15px;
}
.icon_any {
  font-size: 13px;
  margin-left: 3px;
  padding: 3px 4px;
  vertical-align: 3px;
}
.qualifications_yes_only {
  margin-top: 15px;
}
.privacy_link {
  text-align: center;
  margin-top: 30px;
}
.privacy_link a {
  text-decoration: underline;
}

    .select_multiple_caution{
    margin-top: -15px;
    margin-bottom: 25px;
    font-size: 13px;
}
    .qualifications_yes_only .select_multiple_caution{
    margin-top: 0px;
    margin-bottom: 15px;
}
    
    
    .area_list{
    display: block;
   
}
.area_item{
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
}
.area_item .area_ttl{
    font-size: 14px;
}
.area_item .icon_any{
    font-size: 12px;
    margin-left: 5px;
    padding: 3px 5px;
    vertical-align: 2px;
}
.age_input{
    max-width: 100%;
    margin: -8px auto 0;
}
    
    
}


/**************************************************
thanks
***************************************************/
.fv_thanks {
  width: 100%;
  background-image: url(../img/bg_thanks.jpg);
  height: 450px;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.fv_thanks .fv_thanks_img {
  position: absolute;
  right: 8%;
  bottom: 0;
  max-width: 230px;
  width: 15vw;
}
.fv_thanks .fv_thanks_txt {
  text-align: center;
}
.fv_thanks .fv_thanks_txt .fv_thanks_ttl {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.3;
  position: relative;
  letter-spacing: 0.08em;
}
.fv_thanks .fv_thanks_txt .fv_thanks_ttl::after {
  content: "";
  display: block;
  border-bottom: 4px solid #016938;
  width: 60px;
  margin: 18px auto 30px;
}
.fv_thanks .fv_thanks_txt .fv_thanks_detail {
  font-size: 18px;
}
.common_thanks_ttlarea {
  margin-top: 90px;
}
.common_thanks_ttl {
  background-color: #036938;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  position: relative;
}
.common_thanks_ttl::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-top: 15px solid #036938;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}
.flow_list {
  margin-top: 10px;
}
.flow_list .flow_item {
  display: flex;
  justify-content: space-between;
  padding: 40px 20px;
  border-bottom: 1px solid #ddd;
  text-align: left;
}
.flow_list .flow_item:last-child {
  border-bottom: none;
}
.flow_list .flow_item .flow_icon {
  width: 13%;
}
.flow_list .flow_item .flow_txt {
  width: 87%;
  padding-left: 30px;
}
.flow_list .flow_item .flow_txt .flow_number {
  color: #016938;
  font-size: 13px;
  font-weight: bold;
  font-family: Arial, Helvetica, "sans-serif";
  line-height: 1.0;
}
.flow_list .flow_item .flow_txt .flow_name {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
  padding: 5px 0 6px;
}
.flow_list .flow_item .flow_txt .flow_note {
  font-size: 13px;
  padding-top: 4px;
}
@media only screen and (max-width: 767px) {
    .fv_thanks {
  height: auto;
        padding: 50px 25px;
}
.fv_thanks .fv_thanks_img {
  display: none;
}

.fv_thanks .fv_thanks_txt .fv_thanks_ttl {
  font-size: 5.6vw;
  line-height: 1.3;
}
.fv_thanks .fv_thanks_txt .fv_thanks_ttl::after {
  border-bottom: 3px solid #016938;
  width: 40px;
  margin: 12px auto 25px;
}
.fv_thanks .fv_thanks_txt .fv_thanks_detail {
  font-size: 15px;
    text-align: left;
}
.common_thanks_ttlarea {
  margin-top: 40px;
}
.common_thanks_ttl {


  font-size: 5.0vw;
    padding: 3px 0;
}
.common_thanks_ttl::after {
  border-top: 12px solid #036938;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}
.flow_list {
  margin-top: 0px;
}
.flow_list .flow_item {
  padding: 30px 0px;
}

.flow_list .flow_item .flow_icon {
  width: 20%;
}
.flow_list .flow_item .flow_txt {
  width: 80%;
  padding-left: 15px;
}
.flow_list .flow_item .flow_txt .flow_number {
  font-size: 12px;
}
.flow_list .flow_item .flow_txt .flow_name {
  font-size: 4.8vw;
  line-height: 1.3;
  padding: 5px 0 6px;
}
.flow_list .flow_item .flow_txt .flow_note {
  font-size: 12px;
}
}

    
/* faq
------------------------------------------------------------------------------- */
.faq_list {
  width: 100%;
  margin: 10px auto 0;
}
.faq_list .faq_box {
  width: 100%;
  border-bottom: 1px solid #dddddd;
  padding: 40px 20px;
}
.faq_list .faq_box:last-child {
  border-bottom: none;
}
.faq_list .faq_box .question_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.faq_list .faq_box .question_box .question_icon {
  width: 35px;
  height: 35px;
  border-radius: 4px;
  color: #fff;
  background-color: #016938;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  margin: 0 15px 0 0;
  font-family: Arial, Helvetica, "sans-serif";
}
.faq_list .faq_box .question_box .question_txt {
  font-size: 20px;
  font-weight: bold;
    text-align: left;
}
.faq_list .faq_box .answer_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 0 0 20px;
  margin: 20px 0 0 0;
}
.faq_list .faq_box .answer_box .answer_icon {
  width: 35px;
  height: 35px;
  border-radius: 4px;
  color: #fff;
  background-color: #7dc005;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  margin: 0 15px 0 0;
  font-family: Arial, Helvetica, "sans-serif";
}
.faq_list .faq_box .answer_box .read_txt {
  margin: 5px 0 0 0;
  width: 100%;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .faq_list {
    width: 100%;
    margin-bottom: 0;
    margin: 15px auto 0;
  }
  .faq_list .faq_box {
    padding: 30px 0 30px;
  }
  .faq_list li:last-child.faq_box {
    padding: 30px 0 0px;
  }
  .faq_list .faq_box .question_box {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .faq_list .faq_box .question_box .question_icon {
    width: 25px;
    height: 25px;
    font-size: 15px;
    margin: 0 10px 0 0;
  }
  .faq_list .faq_box .question_box .question_txt {
    width: 85%;
    line-height: 1.4;
    margin: 0px 0 0 0;
      font-size: 4.6vw;
  }
  .faq_list .faq_box .answer_box {
    padding: 0 0 0 0;
    margin: 10px 0 0 0;
  }
  .faq_list .faq_box .answer_box .answer_icon {
    width: 25px;
    height: 25px;
    font-size: 15px;
    margin: 0 10px 0 0;
  }
    .faq_list .faq_box .answer_box .read_txt {
  margin: 0px 0 0 0;
}
}
/**************************************************
footer
***************************************************/
footer {
  background-color: #EDEDED;
  font-size: 13px;
  text-align: center;
  padding: 5px 0;
  margin-top: 90px;
}
.footer_thanks_wrap {
  display: flex;
  padding: 40px 0 30px;
  justify-content: space-between;
  align-items: flex-end;
}
.footer_thanks_wrap .footer_thanks_logo {
  max-width: 200px;
}
.footer_thanks_wrap .footer_thanks_info {
  text-align: left;
  font-size: 14px;
  padding-top: 13px;
}

@media only screen and (max-width: 767px) {
    footer {
  font-size: 12px;
  margin-top: 60px;
}
.footer_thanks_wrap {
  display: block;
  padding: 30px 0 30px;
}
.footer_thanks_wrap .footer_thanks_logo {
  max-width: 160px;
}
.footer_thanks_wrap .footer_thanks_info {
  text-align: left;
  font-size: 3.2vw;
    letter-spacing: 0;
  padding-top: 13px;
}
    
    .footer_thanks_wrap .footer_thanks_right{
  text-align: right;
  font-size: 10px;
  padding-top: 20px;
}
    
    
}

