@charset "UTF-8";

.ab_w{
  padding-top: 130px;
}
.page-id-23 .ab_w{
  padding-top: 80px;
}
.ttl_w{
  text-align: center;
  margin-bottom: 50px;
}
.ttl_w h1{
  font-size: 3.5rem;
  margin-bottom: 30px;
  color: #FC7400;
  line-height: 1.5;
}
.ttl_w p{
  line-height: 2.5;
}
.u_sec{
  padding: 70px 0;
}
.bg_y{
  background: #FDFAEF;
}
.u_sec h2{
  text-align: center;
  font-size: 2.6rem;
  margin-bottom: 30px;
}
.u_sec .txtarea span.r_f{
  font-weight: bold;
  color: #EF3737;
}
.u_sec .imgarea{
  flex-shrink: 0;
}
.or_bg_ttl{
  background:#FDEACB;
  color:#FC7400;
  font-weight: bold;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
  font-size: 1.6rem;
}
@media screen and (max-width: 640px) {
  .u_sec .imgarea{
    flex-shrink: unset;
  }
}

.page-id-11 .sec01 .txtarea{
  line-height: 2.5;
}
.page-id-11 .sec01 .imgarea{
  margin-left: 40px;
}
.page-id-11 .sec02_w{
  justify-content: space-between;
}
.page-id-11 .sec02_i{
  width: 48%;
  margin-bottom: 40px;
}
.page-id-11 .sec02_i dd{
  line-height: 2.5;
}
@media screen and (max-width: 640px) {
  .page-id-11 .sec01 .imgarea{
    margin-left: 0px;
    margin-top: 40px;
  }
  .page-id-11 .sec02_i{
    width: 100%;
  }
}

.page-id-13 .sec01{
  margin-bottom: 40px;
}
.page-id-13 .sec01_i,
.page-id-19 .sec01_i{
  margin-bottom: 40px;
}
.page-id-13 .sec01_i dt{
  font-weight: bold;
}
.page-id-13 .sec01_i p span{
  font-weight: bold;
}
.page-id-13 .sec01_i .imgarea{
  align-items:flex-start;
  justify-content: space-between;
  margin-top: 30px;
}


.page-id-9 .top_temp .btns_area .btns a{
  font-size: 1.6rem;
  font-weight: 600;
  background: #fff;
  padding: 20px 0;
}
.page-id-9 .top_temp .btns_area .btns a span{
  font-weight: normal;
  font-size: 1.4rem;
  display: block;
}
.page-id-9 .top_temp .btns_area .btns a.lower_btn{
  border: 2px solid #1FB295;
  color: #1FB295;
}
.page-id-9 .top_temp .btns_area .btns a.thrd_btn{
  border: 2px solid #0095C0;
  color:#0095C0;
}



.tabs{
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.tabs .tab_btn{
  width: 300px;
  margin:0 5px;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  border-radius: 10px;
  position: relative;
}
.tabs .dl_btn{
  margin:0 5px;
  width: 45px;
}

.page-id-15 .tabs .tab_btn{
  background: #A5EFE2;
  color: #00C19F;
}
.page-id-15 .tabs .tab_btn.active{
  background: #00C19F;
  color: #fff;
}
.page-id-15 .tabs .tab_btn.active:after{
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5.5px 0 5.5px;
  border-color: #00C19F transparent transparent transparent;
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translate(-50%,0);
}

.page-id-17 .tabs .tab_btn{
  background: #A6E0F0;
  color: #0095C0;
}
.page-id-17 .tabs .tab_btn.active{
  background: #0095C0;
  color: #fff;
}
.page-id-17 .tabs .tab_btn.active:after{
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5.5px 0 5.5px;
  border-color: #0095C0 transparent transparent transparent;
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translate(-50%,0);
}

.input_w{
  padding: 40px 0 60px;
  margin-bottom: 60px;
}
.tab_w {
  display: none;
}
.tab_w.show {
  display: block;
}
.input_w .in .flex{
  justify-content: space-between;
}
.input_w p.lead{
  text-align: center;
  font-weight:bold;
  margin-bottom: 30px;
}
.input_i_w{
  width: 400px;
}
.tab_02 .input_i_w{
  width: 100%;
}
.tab_02 .imgarea{
  justify-content: center;
  text-align: center;
}
.tab_w .imgarea{
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tab_w .imgarea.sp{
  display: none !important;
}
.tab_w .imgarea img{
  max-width: 250px;
}
.input_i{
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .2);
  padding: 20px 15px;
  box-sizing: border-box;
  margin: 20px 0;
}
.input_i h3{
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 20px;
}
.page-id-15 .input_i textarea{
  width: 100%;
  min-height: 130px !important;
  border: 1px solid #A6E2BA;
  border-radius: 10px;
  padding: 10px;
  box-sizing: border-box;
}
.page-id-17 .input_i textarea{
  width: 100%;
  min-height: 130px !important;
  border: 1px solid #0095C0;
  border-radius: 10px;
  padding: 10px;
  box-sizing: border-box;
}
.input_i h4{
  font-size: 1.6rem;
  text-align: center;
  margin: 10px 0;
}

.page-id-15 .input_i h3{
  color: #00C19F;
}
.page-id-17 .input_i h3{
  color: #0095C0;
}

@media screen and (max-width: 640px) {
  .tabs .tab_btn {
    width: 125px;
  }

  .tab_w .imgarea{
    width: 100%;
  }

  .page-id-13 img{
    margin-bottom: 10px;
  }
}


.tutorial_hide{
  overflow: hidden;
}
.tutorial{
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 1000;
  top:0;
  left: 0;
}
.tutorial .in{
  height: 100%;
}
.tutorial::after{
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  top:0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

.tutorial_i{
  position: absolute;
  z-index: 2;
  background: rgba(255, 255, 255, 0.9);
  box-sizing: border-box;
  padding: 20px;
  transition: 0.5s;
}
.tutorial_i h2{
  font-size: 2.2rem;
  color: #05150B;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 30px;
}
.tutorial_i.hide{
  opacity: 0;
  pointer-events: none;
}
.tutorial_i p .col_r{
  font-weight: bold;
  color: #EF3737;
}
.tutorial_i p.pager{
  text-align: center;
  margin-top: 10px;
}
.tutorial_i a{
  background: #EF3737;
  display: block;
  width: 200px;
  padding: 10px;
  box-sizing: border-box;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin:20px 5px 0;
}
.tutorial_i a.start{
  margin:20px auto 0;
}
.tutorial_i a.prev{
  background: #fff;
  border: 2px solid #EF3737;
  color: #EF3737;
}

.tutorial_01{
  width: 600px;
  left: 50%;
  top:50%;
  transform: translate(-50%,-50%);
}

.tutorial_02{
  width: 350px;
  left: 70%;
  top:50%;
  transform: translate(-50%,-50%);
}
.tutorial_03{
  width: 350px;
  left: 30%;
  top:50%;
  transform: translate(-50%,-50%);
}
.tutorial_04{
  width: 350px;
  left: 30%;
  top:50%;
  transform: translate(-50%,-50%);
}

.finger{
  position: absolute;
  z-index: 1002;
  top:300px;
  left: 90px;
}
.finger_02{
  position: absolute;
  z-index: 1002;
  top: 300px;
  right: 90px;
}
.finger_03{
  position: absolute;
  z-index: 1002;
  top: 300px;
  right: 140px;
}
.finger_w{
  transition: 0.5s;
}
.finger_w.hide{
  opacity: 0;
  pointer-events: none;
}
.tutorial_active{
  position: relative;
  z-index: 1001;
  pointer-events: none;
}

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

  .tutorial_01{
    width: 100%;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
  }

  .tutorial_02{
    width: 100%;
    left:0%;
    top:70%;
    transform: translate(0%,-50%);
  }
  .tutorial_03{
    width: 100%;
    left:0%;
    top:70%;
    transform: translate(0%,-50%);
  }
  .tutorial_04{
    width: 100%;
    left:0%;
    top:70%;
    transform: translate(0%,-50%);
  }

  .finger {
    top: 330px;
    left: 0;
    width: 20%;
  }

  .finger_02 {
    top: 320px;
    right: 40px;
    width: 20%;
  }

  .finger_03 {
    top: 320px;
    right: 190px;
    width: 20%;
  }

}


.fixed_btn{
  position: absolute;
  right: 0;
  top:80px;
}
.fixed_btn a{
  display: flex;
  align-items: center;
  height: 60px;
  width: 150px;
  margin-bottom: 10px;
  box-shadow: 0px 0px 10px 0 rgba(0,0,0,0.2);
  padding: 10px;
  line-height: 1.25;
  font-weight: bold;
  border-radius: 10px 0 0 10px;
  box-sizing: border-box;
}
.fixed_btn a.fixed_btn_01{
  background:#EF3737;
  color: #fff;
}
.fixed_btn a.fixed_btn_02{
  border-left: 2px solid #FC7400;
  border-top: 2px solid #FC7400;
  border-bottom: 2px solid #FC7400;
  color: #FC7400;
}

.dl_ss_btn{
  margin-bottom: 40px;
}
.dl_ss_btn button{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  height: 60px;
  width: 200px;
  margin-bottom: 10px;
  box-shadow: 0px 0px 10px 0 rgba(0,0,0,0.2);
  padding: 10px;
  line-height: 1.25;
  font-weight: bold;
  border-radius: 10px;
  box-sizing: border-box;
  background:#EF3737;
  color: #fff;
}

.tab_w a{
  text-decoration: underline;
}