@charset "UTF-8";


#up_main{
  background: url(../images/pages/up_main.jpg);
  background-position: center;
  padding: 60px 0;
  margin-bottom: 0px;
}
#up_main h1{
  font-size: 4.4rem;
  font-weight: 900;
  color: #fff;
  text-align: center;
  line-height: 1.25;
}
#up_main h1 .s_txt{
  font-size: 2.2rem;
}
@media screen and (max-width: 640px) {
  #up_main h1{
    font-size: 2.6rem;
  }
  #up_main h1 .s_txt{
    font-size: 1.6rem;
  }
}


/*About*/
.about_sec{
  background: #ebf2fa;
  padding: 80px 0;
  margin-bottom: 60px;
}
.about_sec_w{
  background: #fff;
  padding: 20px 0 0;
}
@media screen and (max-width: 640px) {
  .about_sec{
    background: #ebf2fa;
    padding: 60px 0;
    margin-bottom: 30px;
  }
}

.about__sec__01 .imgarea{
  text-align: center;
}
@media screen and (max-width: 640px) {
}

.about__sec__02 .imgarea{
  text-align: center;
}
@media screen and (max-width: 640px) {
  .about__sec__02{
    padding-bottom: 0;
  }
  .about__sec__02 .ul_ttl_w{
    width: 90%;
    margin: 0 auto 40px;
  }
  .about__sec__02 .in{
    width: 100%;
  }
}


.about__sec__03{
  padding-bottom: 40px;
}
.about__sec__03_iw{
  justify-content: center;
}
.about__sec__03_i{
  width: 27%;
  margin:0 30px 40px;
}
.about__sec__03_i .imgarea{
  margin-bottom: 20px;
}
.about__sec__03_i h3{
  font-size: 2.2rem;
  font-weight: 900;
  margin-bottom: 10px;
  color: #100169;
}
@media screen and (max-width: 640px) {
  .about__sec__03_i{
    width: 100%;
    display: flex;
    flex-flow:row-reverse;
    margin:0 0px 40px;
  }
  .about__sec__03_i .imgarea{
    width: 33%;
    margin-left: 20px;
    flex-shrink: 0;
  }
  .about__sec__03_i h3{
    font-size: 1.8rem;
  }
}

.about__sec__04_i{
  padding:0 60px;
  margin-bottom: 60px;
}
.about__sec__04_i:nth-last-of-type(1){
  margin-bottom: 0;
}
.about__sec__04_i .imgarea{
  text-align: center;
  margin-bottom: 30px;
}
.about__sec__04_i .txtarea h3{
  text-align: center;
  font-size: 2.4rem;
  font-weight: 900;
  margin-bottom: 10px;
  color: #100169;
}
@media screen and (max-width: 640px) {
  .about__sec__04_i{
    padding:0;
  }
}


/*Model*/
.model__sec__02_i{
  margin-bottom: 20px;
  text-align: center;
}
.model__sec__02_i:nth-last-of-type(1){
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
}


/*Support*/
.support__sec__01{
  background: url(../images/pages/support_bg_01.jpg);
  padding: 0 0 80px;
}
.support__sec__01 h2{
  font-size: 5.6rem;
  background: #6fc14f;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 80px;
}
.support__sec__01_w{
  position: relative;
}
.support__sec__01_w::before {
  content: "";
  position: absolute;
  top: -80px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0px 200px 120vw;
  border-color: transparent transparent transparent #f1ffeb;
}
.support__sec__01_w::after {
  content: "";
  position: absolute;
  bottom: -120px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 200px 120vw;
  border-color: transparent transparent #f1ffeb transparent;
}

.support__sec__02{
  background: url(../images/pages/support_bg_02.jpg);
  padding: 0 0 80px;
}
.support__sec__02 h2{
  font-size: 5.6rem;
  background: #ff6b3e;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 80px;
}
.support__sec__02_w{
  position: relative;
}
.support__sec__02_w::before {
  content: "";
  position: absolute;
  top: -80px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0px 200px 120vw;
  border-color: transparent transparent transparent #ffede9;
}
.support__sec__02_w::after {
  content: "";
  position: absolute;
  bottom: -120px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 200px 120vw;
  border-color: transparent transparent #ffede9 transparent;
}
.suppoer__w{
  position: relative;
  z-index: 2;
}
.support__i{
  margin-bottom: 40px;
}

.support__sec__03{
  background: #100169;
  padding: 80px 0;
}
.support__sec__03 p{
  font-size: 4.0rem;
  font-weight: 900;
  text-align: center;
  color: #faed00;
}
@media screen and (max-width: 640px) {
  .support__sec__01 h2,
  .support__sec__02 h2{
    font-size: 3.6rem;
  }
  .support__sec__01_w::before,
  .support__sec__02_w::before{
    border-width: 0px 0px 100px 120vw;
  }
  .support__sec__01_w::after,
  .support__sec__02_w::after{
    border-width: 0 0 100px 120vw;
  }
  .support__sec__03 p{
    font-size: 2.6rem;
  }

}



/*form*/
.form_w table {
    width: 100%;
    margin-top: 50px;
		table-layout: fixed;
		border-collapse: separate;
    border-spacing: 5px 5px;
}

.form_w table th {
	text-align: left;
	position: relative;
	vertical-align: middle;
	background: #183a79;
	color: #fff;
	width: 25%;
	padding: 10px 20px;
	box-sizing: border-box;
}

select{
    width: 100%;
    height: 35px;
}

.form_w table th.requir:after {
	content: "必須";
	color: #ffde00;
	margin-left: 10px;
}

.form_w table td {
	text-align: left;
	vertical-align: middle;
}

.form_w .radio-input{
  display: none;
}
.form_w .radio-input + label{
  padding-left: 30px;
  position:relative;
  margin-right: 20px;
}
.form_w .radio-input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #183a79;
  border-radius: 50%;
}
.form_w .radio-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  background: #183a79;
  border-radius: 50%;
}

label.control {
    display: flex;
    position: relative;
		justify-content: center;
		flex-direction:row-reverse;
		align-items: center;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 18px;
}
label.control input {
    position: absolute;
    opacity: 0;
}
.control__indicator {
    height: 20px;
    width: 20px;
    background: #888;
		margin-right: 10px;
		position: relative;
}
.control input:checked ~ .control__indicator {
    background: #183a79;
}
.control input:checked ~ .control__indicator:after {
    display: block;
}
.control--checkbox .control__indicator:after {
    left: 8px;
    top: 4px;
    width: 3px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}

.form_w table th{
  font-size: 1.8rem;
}
.form_w table td input[type="text"],
.form_w table td input[type="tel"],
.form_w table td input[type="email"],
.form_w table td textarea {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #a4a4a4;
}
.form_w table td .ad_wrap{
	margin: 5px;
}
.form_w table td .inp_s{
	width: 50%;
}
.form_w table td textarea {
  height: 300px;
}

.form_w input[type=image] {
	margin-top: 40px;
	width: 500px;
}

.privacy_wrap {
    width: 100%;
    height: 200px;
    overflow-y: scroll;
    box-sizing: border-box;
    border: 3px solid #dcdcdc;
    padding: 15px;
    margin: 20px auto 30px;
    text-align: left;
    background: #fff;
    font-size: 1.8rem;
}
.agree{
  text-align: center;
}
.agree p{
  margin-bottom: 20px;
}
.agree_check{
  justify-content: center;
}
input[type=submit]{
  background: #53ca2f;
  width: 500px;
  padding: 30px;
  box-sizing: border-box;
  font-size: 1.8rem;
  color: #fff;
  margin:40px auto 0;
  display: block;
  border-radius: 10px;
}
@media screen and (max-width:640px) {
    .form_w table th {
        font-size: 1.6rem;
        text-align: left;
        display: block;
        padding-left: 10px;
        width:100%;
        box-sizing:border-box;
    }

    .form_w table td {
        font-size: 1.6rem;
        text-align: left;
        width: 100%;
        vertical-align: middle;
        display: block;
        line-height: 1.2;
    }

    .form_w table td input,
    .form_w table td select{
        height: 60px;
    }

    .form_w table td .ad_wrap{
        margin: 5px;
    }
    .form_w table td .inp_s{
        width: 100%;
    }
    .form_w table td .ad_txt{
        margin-bottom: 5px;
    }
    .form_w input[type=image] {
        width: 100%;
    }

    .with-validate label.error {
        font-size: 2.0rem;
    }
    input[type=submit]{
      background: #53ca2f;
      width: 100%;
      padding: 30px;
      box-sizing: border-box;
      font-size: 1.8rem;
      color: #fff;
      margin:40px auto 0;
      display: block;
      border-radius: 10px;
    }
}



/*Owner*/

#owner_w .shop_name{
  background: #ebf2fa;
  text-align: center;
  padding: 40px 0 20px;
}
#owner_w .shop_name h2{
  font-size: 4.8rem;
  color: #100169;
  font-weight: 900;
}
#owner_w .shop_ttl{
  background: #100169;
  text-align: center;
  padding: 20px 0 20px;
}
#owner_w .shop_ttl p{
  font-size: 3.0rem;
  line-height: 1.5;
  color: #faed00;
  font-weight: 900;
}
.owner_cont_w{
  margin-bottom: 80px;
}
.owner_head{
  margin: 60px 0;
}
.owner_head .imgarea{
  flex-shrink: 0;
  margin-right: 40px;
}
.owner_head .names{
  display: flex;
  border-top: 2px solid #100169;
  border-bottom: 2px solid #100169;
  padding: 10px;
  flex-flow: column;
}
.owner_head .names span{
  margin-right: 10px;
  font-size: 2.6rem;
  color: #100169;
}
.owner_head .desc{
  margin-top: 30px;
  text-align: center;
}
.interview_w{

}
.interview_i{
  margin-bottom: 60px;
}
.interview_i .q_ttl{
  background: #ebf2fa;
  padding:20px 20px 20px 60px;
  font-size: 3.2rem;
  color: #100169;
  font-weight: 900;
}
.interview_i .a_ttl{
  border-bottom: 2px solid #100169;
  padding:10px 10px 10px 60px;
  font-size: 2.4rem;
  color: #100169;
  font-weight: 900;
  margin-bottom: 30px;
}
.interview_i .a_txt_w{
  padding-left: 60px;
  padding-right: 60px;
}
.other_w{
  margin-bottom: 60px;
}
.other_i{
  border-radius: 10px;
  overflow: hidden;
  border: 3px solid #abd2fa;
}
.other_i .q_ttl{
  background: #2c7acc;
  padding: 20px;
  color: #fff;
  font-size: 2.8rem;
}
.other_i .txtarea{
  padding: 20px;
}
.other_i .txtarea h3{
  font-size: 2.4rem;
  color: #2c7acc;
  margin-bottom: 20px;
  line-height: 1.25;
}
.owner_w_ar{
  justify-content: space-between;
}
.owner_w_ar .other_i{
  width: 48%;
}
.shop_info_w{

}
.shop_info_w h3{
  border-top: 2px solid #100169;
  border-bottom: 2px solid #100169;
  padding: 10px;
  font-size: 2.8rem;
  color: #100169;
  font-weight: 900;
  margin-bottom: 40px;
}
.shop_info_w table{
  width: 100%;
}
.shop_info_w table th{
  font-size: 1.8rem;
  font-weight: 600;
  background: #ebf2fa;
  padding: 10px 10px 10px 30px;
  border-top: 1px solid #100169;
  border-bottom: 1px solid #100169;
  border-left: 1px solid #100169;
  border-right: 1px solid #100169;
  text-align: left;
}
.shop_info_w table td{
  font-size: 1.8rem;
  font-weight: 600;
  padding: 10px 10px 10px 30px;
  border-top: 1px solid #100169;
  border-bottom: 1px solid #100169;
  border-right: 1px solid #100169;
  text-align: left;
}
.shop_info_w .bik{
  font-size: 1.8rem;
  line-height: 1.5;
  border: 1px solid #100169;
  margin-top: 20px;
  padding: 20px;
}

@media screen and (max-width: 640px) {

  #owner_w .shop_name h2{
    font-size: 2.6rem;
  }
  #owner_w .shop_ttl p {
    font-size: 1.6rem;
    padding: 0 5%;
  }
  .owner_head .imgarea {
    flex-shrink: 0;
    margin-right: 15px;
    width: 40%;
  }
  .owner_head .names{
    display: block;
  }
  .owner_head .names span {
    margin-right: 10px;
    font-size: 1.6rem;
    color: #100169;
    display: block;
  }
  .interview_i .q_ttl {
    background: #ebf2fa;
    padding: 5%;
    font-size: 2.2rem;
  }
  .interview_i .a_ttl {
    padding: 5%;
    font-size: 1.8rem;
    margin-bottom: 30px;
    line-height: 1.5;
  }
  .interview_i .a_txt_w {
    padding-left: 5%;
    padding-right: 5%;
  }
  .owner_w_ar .other_i{
    width: 100%;
    margin-bottom: 30px;
  }
  .other_i .q_ttl {
    font-size: 2.2rem;
  }
  .other_i .txtarea h3 {
    font-size: 1.8rem;
    color: #2c7acc;
    margin-bottom: 20px;
    line-height: 1.25;
  }
  .shop_info_w table th{
    display: block;
    border-top: 1px solid #100169;
    border-left: 1px solid #100169;
    border-right: 1px solid #100169;
  }
  .shop_info_w table td{
    display: block;
    border-bottom: 1px solid #100169;
    border-left: 1px solid #100169;
    border-right: 1px solid #100169;
  }

}


/*OwneLISTr*/
.owner_lis_w{
  justify-content: space-between;
}
.owner_lis_i{
  width: 32%;
  background: #fff;
  padding: 20px;
  position: relative;
  box-sizing: border-box;
}
.owner_lis_i .ribbon{
  position: absolute;
  left: 0;
  top:-10px;
}
.owner_lis_i .txtarea p{
  margin-bottom: 10px;
  margin-top: 20px;
}
.owner_lis_i a{
  padding: 5px;
  text-align: center;
  background: #2c7acc;
  display: block;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .owner_lis_i{
    width: 100%;
    margin-bottom: 20px;
  }
}


/*Flow*/
.flow_i_w{
  padding: 0 30px;
}
.flow_i{

}
.flow_i:after{
  display: block;
  content: "";
  background: url(../images/pages/flow_arrow.png);
  height: 45px;
  width: 50px;
  background-size: cover;
  margin: 40px auto;
}
.flow_i:nth-last-of-type(1):after{
  display: none;
}
.flow_i_ac_btn{
  background: #fff;
  align-items: center;
  position: relative;
  box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.1);
}
.flow_i_ac_btn::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    bottom: 20px;
    right: 20px;
    transform:rotate(-45deg);
    transition: 0.5s;
}
.flow_i_ac_btn .num{
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #100169;
  flex-shrink: 0;
}
.flow_i_ac_btn .num span{
  color: #fff;
  display: block;
  text-align: center;
  line-height: 1;
  font-weight: 900;
}
.flow_i_ac_btn .num span.num_01{
  font-size: 3.0rem;
}
.flow_i_ac_ttl{
  width: 340px;
  box-sizing:border-box;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 900;
  font-size: 2.6rem;
  flex-shrink: 0;
  position: relative;
  text-align: center;
}
.flow_i_ac_ttl::after {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 55px 0 45px 20px;
    border-color: transparent transparent transparent #fff;
    margin-right: 10px;
    right: -30px;
    top: 50%;
    transform: translate(0px, -50%);
}
.flow_i_ac_desc{
  background: #2c7acc;
  display: flex;
  height: 100px;
  align-items: center;
  width: 100%;
  padding-left: 40px;
  font-weight: 900;
  color: #fff;
}
.flow_i_ac_cont{
  background: #fff;
  border: 4px dotted #d60050;
  box-sizing:border-box;
  margin-top: 20px;
  padding: 30px;
  align-items: center;
  position: relative;
  display: none;
}
.flow_i_ac_cont:before{
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-left: 2px solid #d60050;
  border-bottom: 2px solid #d60050;
  position: absolute;
  top: 20px;
  right: 20px;
  transform:rotate(135deg);
  transition: 0.5s;
}
.flow_i_ac_cont_i_l{

}
.flow_i_ac_cont_i_l.arr{
  display: flex;
  align-items: center;
  margin-right: 30px;
}
.flow_i_ac_cont_i_l.arr:after{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #d60050;
  display: block;
  margin-left: 30px;
}
.flow_i_ac_cont_i_l .ony_txt{
  font-weight: 900;
  color:#d60050;
}
.flow_i_ac_cont_i_r .l_txt{
  font-size: 3.6rem;
  font-weight: 900;
  color: #d60050;
  background: linear-gradient(transparent 80%, #faed00 40%);
  line-height: 1.25;
}

.flow_i_05 .flow_i_ac_cont_i_l li{
  font-size: 3.6rem;
  font-weight: 900;
  color: #d60050;
  background: linear-gradient(transparent 80%, #faed00 40%);
  line-height: 1.25;
  margin: 10px 0;
}
.flow_i_05 .flow_i_ac_cont_i_r.imgarea{
  flex-shrink: 0;
  margin-left: 80px;
}
.flow_i_06 .flow_i_ac_cont{
  position: relative;
}
.flow_i_06 .flow_i_ac_cont .imgarea{
  position: absolute;
  right: 80px;
  top: 30px;
}
.flow_i_06_ac_cont_i{
  margin-bottom: 30px;
}
.flow_i_06_ac_cont_i_l{
  width: 160px;
  height: 160px;
  border: 2px solid #faed00;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d60050;
  font-size: 2.8rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.25;
}
.flow_i_06_ac_cont_i_l span{
  display:block;
  font-size: 2.0rem;
}
.flow_i_06_ac_cont_i_r{
  display: flex;
  align-items: center;
}
.flow_i_06_ac_cont_i_r:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #d60050;
    display: block;
    margin-left: 30px;
    margin-right: 30px;
}
.flow_i_06_ac_cont_i_r li{
  font-size: 3.0rem;
  font-weight: 900;
  color: #d60050;
  border-bottom: 2px solid #d60050;
  padding-bottom: 10px;
  line-height: 1.25;
  margin: 10px 0;
}
.flow_i_06_ac_cont_i_r li span{
  font-size: 2.6rem;
}
.flow_i_06_ac_cont_i_u{
  font-size: 3.0rem;
  font-weight: 900;
  color: #d60050;
  background: linear-gradient(transparent 80%, #faed00 40%);
  line-height: 1.25;
  margin: 10px auto;
  display: table;
}

.flow_i_07 .flow_i_ac_btn::after {
  border-left: 2px solid #100169;
  border-bottom: 2px solid #100169;
}
.flow_i_07 .flow_i_ac_ttl{
  width: 100%;
  background: #faed00;
  flex-shrink: unset;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content:center;
  font-size: 4.8rem;
}
.flow_i_07 .flow_i_ac_ttl::after{
  display: none;
}
.support_i_w{
  margin: 0 30px;
  background: #fff;
  padding-bottom: 30px;
}
.support_i_w h3{
  text-align: center;
  font-size: 3.2rem;
  font-weight: 900;
  background: #2c7acc;
  color: #fff;
  padding: 10px 0;
}
.support_i_h{
  margin: 40px;
  padding:0 40px;
  text-align: center;
}
.support_i_h .l_txt{
  font-size: 3.8rem;
  font-weight: 900;
  color: #d60050;
  background: linear-gradient(transparent 80%, #faed00 40%);
  line-height: 1.25;
  margin: 0px auto 30px;
  display: table;
}
.support_i_h .lead{
  font-size: 2.5rem;
  color: #100169;
  line-height: 1.5;
}
.support_i_lis_w{
  padding: 0 60px;
  justify-content:space-between;
}
.support_i_lis{
  width: 49%;
  margin-bottom: 20px;
  border: 1px solid #100169;
  padding: 20px;
  box-sizing: border-box;
}
.support_i_lis .imgarea{
  flex-shrink: 0;
  margin-right: 20px;
}
.support_i_lis .txtarea h4{
  font-weight: 900;
  font-size: 2.6rem;
  color: #100169;
  border-bottom: 2px solid #100169;
  margin-bottom: 10px;
  padding-bottom: 10px;
  line-height: 1.25;
}
.support_i_lis .txtarea p{
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .flow_i_w {
    padding: 0;
  }
  .flow_i_ac_btn{
    flex-wrap: wrap;
    padding-top: 20px;
  }
  .flow_i_ac_btn .num{
    width: 80%;
    margin: auto;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
  }
  .flow_i_ac_btn .num:before, .flow_i_ac_btn .num:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
  }
  .flow_i_ac_btn .num:before {
    top: 0;
    left: -1px;
    border-width: 25px 0px 25px 15px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
  }
  .flow_i_ac_btn .num:after {
    top: 0;
    right: -1px;
    border-width: 25px 15px 25px 0px;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
  }
  .flow_i_ac_btn .num span{
    display: inline-block;
    font-size: 2.2rem;
  }
  .flow_i_ac_btn .num span.num_01{
    font-size: 2.2rem;
  }
  .flow_i_ac_cont{
    padding: 7.5% 5%;
  }
  .flow_i_ac_ttl{
    padding: 20px 0;
    color: #100169;
  }
  .flow_i_ac_ttl::after{
    display: none;
  }
  .flow_i_ac_desc{
    padding:7.5% 5%;
    height: auto;
    text-align: center;
    justify-content: center;
  }
  .flow_i_ac_cont{
    flex-wrap: wrap;
  }
  .flow_i_ac_cont_i_l{
    display: block;
    margin-right: 0;
    text-align: center;
    width: 100%;
  }
  .flow_i_ac_cont_i_r{
    width: 100%;
  }
  .flow_i_ac_cont_i_l.arr{
    display: block;
    margin-right: 0;
  }
  .flow_i_ac_cont_i_l.arr:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color:#d60050 transparent transparent transparent;
    display: block;
    margin: 10px auto;
  }
  .flow_i_ac_cont_i_r .l_txt {
    font-size: 2.2rem;
    text-align: center;
  }

  .flow_i_05 .flow_i_ac_cont_i_l li {
    font-size: 1.8rem;
    margin: 20px 0;
  }
  .flow_i_05 .flow_i_ac_cont_i_r.imgarea {
    flex-shrink: unset;
    margin-left: 0;
    padding: 0 10%;
    margin-top: 10px;
  }

  .flow_i_06_ac_cont_i{
    align-items: center;
  }
  .flow_i_06_ac_cont_i_r {
    width: 100%;
  }
  .flow_i_06_ac_cont_i_l{
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    font-size: 1.8rem;
  }
  .flow_i_06_ac_cont_i_l span {
    display: block;
    font-size: 1.2rem;
  }
  .flow_i_06_ac_cont_i_u{
    font-size: 1.8rem;
    background: none;
    text-align: center;
  }
  .flow_i_06_ac_cont_i_r:before {
    margin-left: 5%;
    margin-right: 5%;
  }
  .flow_i_06_ac_cont_i_r ul{
    width: 100%;
  }
  .flow_i_06_ac_cont_i_r li{
    font-size: 1.8rem;
  }
  .flow_i_06_ac_cont_i_r li span {
    font-size: 1.2rem;
    }





    .flow_i_07 .flow_i_ac_btn{
      background: #faed00;
    }
    .flow_i_07 .flow_i_ac_btn .num:before {
      border-color: transparent transparent transparent #faed00;
    }
    .flow_i_07 .flow_i_ac_btn .num:after {
      border-color: transparent #faed00 transparent transparent;
    }
  .flow_i_07 .flow_i_ac_ttl {
    width: 100%;
    height: auto;
    font-size: 3.0rem;
  }

  .support_i_w {
    margin: 0;
  }
  .support_i_h {
    margin: 5%;
    padding: 0 5%;
    text-align: center;
  }
  .support_i_w h3 {
    font-size: 2.0rem;
  }
  .support_i_h .l_txt {
    font-size: 2.2rem;
  }
  .support_i_h .lead {
    font-size: 1.6rem;
  }
  .support_i_lis_w {
    padding: 0 5%;
  }
  .support_i_lis {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #100169;
    padding: 5%;
    box-sizing: border-box;
  }
  .support_i_lis .imgarea {
    flex-shrink: 0;
    margin-right: 5%;
    width: 35%;
  }
  .support_i_lis .txtarea h4 {
    font-weight: 900;
    font-size: 1.8rem;
    color: #100169;
    border-bottom: 2px solid #100169;
    margin-bottom: 10px;
    padding-bottom: 10px;
    line-height: 1.25;
  }
}




.thanks_w{
  width: 500px;
  margin:60px auto 60px;
  text-align: center;
}
.page-id-1101{

}
.page-id-1101 #up_main{
  margin-bottom: 10px;
}
.page-id-1101 #up_main h1 {
    font-size: 3rem;
    font-weight: 900;
    color: #fff;
    text-align: center;
}


.edit_policy_w{
  background: #f0f0f0;
  padding: 70px 0;
}
.edit_policy_w h2{
  color: #fff;
  background: #100169;
  padding: 15px;
  margin-bottom: 15px;
}
.edit_policy_w h3 {
  color: #100169;
  border-bottom: 2px solid #100169;
  margin-bottom: 15px;
  margin-top: 15px;
}
.edit_policy_w .articleArea{
  margin-bottom: 30px;
}

.sec__06_i{
  margin-bottom: 30px;
}
.sec__06_i .q{
  font-size: 3.0rem;
  font-weight: 700;
  align-items: center;
  border-bottom: 2px solid #100169;
  padding: 5px 0;
  position: relative;
  cursor: pointer;
}
.sec__06_i .q:before{
  content: "";
  display: block;
  width: 37px;
  height: 37px;
  background: url(../images/home/home_sec_06_q_icon.png);
  flex-shrink: 0;
  margin-right: 20px;
}
.sec__06_i .q::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-left: 2px solid #100169;
    border-bottom: 2px solid #100169;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0,-50%) rotate(-45deg);
    transition: 0.5s;
}
.sec__06_i .a{
  margin-top: 10px;
  background: #ebf2fa;
  padding: 20px;
  display: none;
}
.sec__06_i .a .flex{
  align-items: center;
}
.sec__06_i .a .flex:before{
  content: "";
  margin-top: 10px;
  display: block;
  width: 37px;
  height: 37px;
  background: url(../images/home/home_sec_06_a_icon.png);
  flex-shrink: 0;
  margin-right: 20px;
}
 h3.faq_ttl{
  font-size: 3.2rem;
  font-weight: 900;
  color: #fff;
  background: #100169;
  margin-bottom: 20px;
  padding: 10px;
}
@media screen and (max-width: 640px) {
  .sec__06_i .q {
    font-size: 1.8rem;
    padding: 10px 15% 10px 0;
    line-height: 1.25;
  }
   h3.faq_ttl{
    font-size: 2.0rem;
  }
}