@media screen and (max-width: 768px) {
  .sec picture {
    display: block
  }
}

@media screen and (max-width: 768px) {
  .sec picture img {
    width: 100%
  }
}

.sec .inner {
  box-sizing: border-box;
  width: 1160px;
  margin: 0 auto
}

@media screen and (max-width: 768px) {
  .sec .inner {
    width: 100%;
    padding: 0 15px
  }
}

.flow_btn_1 {
  width: 390px;
  height: 50px;
  background: #fff;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 25px;
  font-size: 16px;
  color: #222;
  box-shadow: 0px 5px 0px #bebebe;
  border: 1px solid #bebebe
}

@media screen and (max-width: 768px) {
  .flow_btn_1 {
    width: 100%;
    text-align: center
  }
}

.flow_btn_1:hover {
  box-shadow: none;
  transform: translateY(5px)
}

.flow_btn_1:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #222;
  border-right: 1px solid #222;
  transform: rotate(45deg);
  position: absolute;
  top: 40%;
  right: 20px
}

.sec.sec_1 {
  padding: 40px 0 60px
}

@media screen and (max-width: 768px) {
  .sec.sec_1 {
    padding: 30px 0
  }
}

.sec.sec_1 .lead {
  text-align: center
}

@media screen and (max-width: 768px) {
  .sec.sec_1 .lead {
    text-align: left
  }
}

.sec.sec_1 .lead.center {
  text-align: center
}

.sec.sec_1 .box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px
}

@media screen and (max-width: 768px) {
  .sec.sec_1 .box {
    display: block
  }
}

.sec.sec_1 .box .flow_btn_1:not(:last-child) {
  margin-right: 20px
}

@media screen and (max-width: 768px) {
  .sec.sec_1 .box .flow_btn_1:not(:last-child) {
    margin: 0 0 15px
  }
}

.sec.sec_2 {
  background: #f3f3f3;
  padding: 50px 0
}

@media screen and (max-width: 768px) {
  .sec.sec_2 {
    padding: 30px 0 46px
  }
}

.sec.sec_2 .lead {
  text-align: center;
  margin-top: 30px
}

@media screen and (max-width: 768px) {
  .sec.sec_2 .lead {
    text-align: left
  }
}

.sec.sec_2 .lead a {
  color: #0b4ea8;
  text-decoration: underline
}

.sec.sec_2 .lead a:hover {
  text-decoration: none
}

.sec.sec_2 .sub {
  text-align: center;
  font-size: 14px;
  margin-top: 20px
}

@media screen and (max-width: 768px) {
  .sec.sec_2 .sub {
    text-align: left;
    line-height: 1.5
  }
}

.sec.sec_3 {
  padding: 50px 0 66px
}

@media screen and (max-width: 768px) {
  .sec.sec_3 {
    padding: 30px 0 36px
  }
}

.sec.sec_3.bg {
  background: #f3f3f3
}

.sec.sec_3 .cau {
  margin: 35px auto 0;
  text-align: center;
  color: #e02424;
  background: #fbdede;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  width: 448px;
  height: 54px;
  font-size: 22px
}

@media screen and (max-width: 768px) {
  .sec.sec_3 .cau {
    width: 100%;
    font-size: 16px;
    height: 42px
  }
}

.sec.sec_3 .cau:before {
  content: url(../img/common/caution.svg);
  transform: scale(2.3);
  margin: 0 15px 15px
}

@media screen and (max-width: 768px) {
  .sec.sec_3 .cau:before {
    transform: scale(1.8);
    margin: 0 10px 5px
  }
}

.sec.sec_3 .lead {
  text-align: center;
  margin-top: 20px
}

@media screen and (max-width: 768px) {
  .sec.sec_3 .lead {
    text-align: left
  }
}

@media screen and (max-width: 768px) {
  .sec.sec_3 .lead + .sub {
    text-align: left
  }
}

.sec.sec_3 .lead a {
  color: #0b4ea8;
  text-decoration: underline
}

.sec.sec_3 .lead a:hover {
  text-decoration: none
}

.sec.sec_3 .lead.left {
  text-align: left
}

.sec.sec_3 .sub {
  text-align: center;
  font-size: 14px;
  margin-top: 20px
}

@media screen and (max-width: 768px) {
  .sec.sec_3 .sub {
    line-height: 1.5
  }
}

.sec.sec_3 .sub a {
  color: #0b4ea8;
  text-decoration: underline
}

.sec.sec_3 .sub a:hover {
  text-decoration: none
}

.sec.sec_3 .l_footer .contact {
  background: none;
  padding: 0
}

.sec.sec_3 .l_footer .contact .inner .l_flex {
  overflow: hidden;
  border-radius: 20px;
  border: 2px solid #d5d5d5
}

.sec.sec_3 .l_footer .contact .inner .l_flex .box {
  width: 50%;
  border-radius: 0;
  padding: 32px 40px
}

@media screen and (max-width: 768px) {
  .sec.sec_3 .l_footer .contact .inner .l_flex .box {
    width: 100%;
    margin: 0;
    padding: 20px 35px
  }
}

.sec.sec_3 .l_footer .contact .inner .l_flex .box .c_btn_3.mypage {
  width: 268px;
  height: 45px
}

@media screen and (max-width: 768px) {
  .sec.sec_3 .l_footer .contact .inner .l_flex .box .c_btn_3.mypage {
    height: 35px
  }
}

.sec.sec_3 .l_footer .contact .inner .l_flex .box .c_btn_3.mypage span {
  font-size: 14px
}

@media screen and (max-width: 768px) {
  .sec.sec_3 .l_footer .contact .inner .l_flex .box .c_btn_3.mypage span {
    font-size: 12px
  }
}

@media screen and (max-width: 768px) {
  .sec.sec_3 .l_footer .contact .inner .l_flex .box .c_btn_3.mypage span:before {
    transform: scale(0.8);
    top: -3px
  }
}

.sec.sec_3 .l_footer .contact .inner .l_flex .box .txt1 {
  font-size: 22px;
  margin: 0 0 14px
}

@media screen and (max-width: 768px) {
  .sec.sec_3 .l_footer .contact .inner .l_flex .box .txt1 {
    font-size: 18px;
    line-height: 1.5
  }
}

.sec.sec_3 .l_footer .contact .inner .l_flex .box .tel {
  font-size: 43px
}

@media screen and (max-width: 768px) {
  .sec.sec_3 .l_footer .contact .inner .l_flex .box .tel {
    height: 35px;
    font-size: 19px
  }
}

@media screen and (max-width: 768px) {
  .sec.sec_3 .l_footer .contact .inner .l_flex .box .tel span:before {
    transform: scale(0.8);
    top: -3px
  }
}

.sec.sec_3 .l_footer .contact .inner .l_flex .box1 {
  border-radius: 0;
  border-right: 2px solid #d5d5d5
}

@media screen and (max-width: 768px) {
  .sec.sec_3 .l_footer .contact .inner .l_flex .box1 {
    border-right: none;
    border-bottom: 2px solid #d5d5d5
  }
}

.sec.sec_3 .l_footer .contact .inner .l_flex .box1 .txt2 {
  margin: 19px 0 0
}

.sec.sec_3 .l_footer .contact .inner .l_flex .box2 .txt2 {
  margin: 7px 0 0
}

@media screen and (max-width: 768px) {
  .sec.sec_3 .l_footer .contact .inner .l_flex .box2 .txt2 {
    margin: 19px 0 0
  }
}

.sec.sec_4 {
  background: #f3f3f3;
  padding: 50px 0 60px
}

@media screen and (max-width: 768px) {
  .sec.sec_4 {
    padding: 30px 0
  }
}

.sec.sec_4 .inner {
  width: 1000px
}

@media screen and (max-width: 768px) {
  .sec.sec_4 .inner {
    width: 100%
  }
}

.sec.sec_4 .inner .lead {
  margin-top: 30px
}

@media screen and (max-width: 768px) {
  .sec.sec_4 .inner .lead {
    text-align: left
  }
}

.sec.sec_4 .inner .lead a {
  color: #0b4ea8;
  text-decoration: underline
}

.sec.sec_4 .inner .lead a:hover {
  text-decoration: none
}

.sec.sec_4 .inner .lead a.pdf {
  padding: 0 20px 0 0
}

.sec.sec_4 .inner .lead a.pdf:after {
  content: url(../img/common/pdf.svg);
  position: relative;
  bottom: -5px
}

.sec.sec_4 .inner .img1 {
  display: block;
  width: 800px;
  margin: 38px auto 0
}

@media screen and (max-width: 768px) {
  .sec.sec_4 .inner .img1 {
    width: 100%;
    margin: 27px auto 0
  }
}

.sec.sec_5 {
  padding: 50px 0 60px
}

@media screen and (max-width: 768px) {
  .sec.sec_5 {
    padding: 30px 0 40px
  }
}

.sec.sec_5.bg {
  background: #f3f3f3
}

.sec.sec_5 .inner {
  width: 1000px
}

@media screen and (max-width: 768px) {
  .sec.sec_5 .inner {
    width: 100%
  }
}

.sec.sec_5 .inner .lead {
  margin-top: 36px
}

.sec.sec_5 .inner .list {
  margin-bottom: 48px
}

@media screen and (max-width: 768px) {
  .sec.sec_5 .inner .list {
    margin-bottom: 0
  }
}

.sec.sec_5 .inner .list li {
  margin-top: 48px
}

@media screen and (max-width: 768px) {
  .sec.sec_5 .inner .list li {
    margin-top: 38px
  }
}

.sec.sec_5 .inner .list li.u_cf .c_ttl_4 {
  float: left;
  width: 490px
}

@media screen and (max-width: 768px) {
  .sec.sec_5 .inner .list li.u_cf .c_ttl_4 {
    float: none;
    width: 100%
  }
}

.sec.sec_5 .inner .list li .c_ttl_4 {
  margin-bottom: 23px
}

@media screen and (max-width: 768px) {
  .sec.sec_5 .inner .list li .c_ttl_4 {
    margin-bottom: 15px
  }
}

.sec.sec_5 .inner .list li .sub {
  font-size: 14px;
  margin-top: 18px;
  line-height: 1.5
}

.sec.sec_5 .inner .list li .img {
  float: right;
  width: 480px;
  margin: 0 0 10px 30px
}

@media screen and (max-width: 768px) {
  .sec.sec_5 .inner .list li .img {
    float: none;
    width: 100%;
    margin: 0 0 15px
  }
}

.sec.sec_5 .c_btn_4 {
  margin: 0 auto
}

@media screen and (max-width: 768px) {
  .sec.sec_5 .c_btn_4 {
    margin: 38px auto 0
  }
}

.sec.sec_6 {
  background: #f3f3f3;
  padding: 45px 0 70px
}

@media screen and (max-width: 768px) {
  .sec.sec_6 {
    padding: 30px 0 36px
  }
}

.sec.sec_6 .inner {
  width: 1000px
}

@media screen and (max-width: 768px) {
  .sec.sec_6 .inner {
    width: 100%
  }
}

.sec.sec_6 .inner .l_flex {
  margin-top: 36px
}

@media screen and (max-width: 768px) {
  .sec.sec_6 .inner .l_flex {
    display: block;
    margin-top: 32px
  }
}

.sec.sec_6 .inner .l_flex .img1 {
  width: 480px;
  margin-right: 30px
}

@media screen and (max-width: 768px) {
  .sec.sec_6 .inner .l_flex .img1 {
    width: 100%;
    margin: 0 0 20px
  }
}

.sec.sec_6 .inner .l_flex .desc {
  width: 490px;
  padding-top: 20px
}

@media screen and (max-width: 768px) {
  .sec.sec_6 .inner .l_flex .desc {
    width: 100%
  }
}

.sec.sec_6 .inner .l_flex .desc .c_ttl_4 {
  margin-bottom: 23px
}

.sec.sec_6 .inner .l_flex .desc .sub {
  font-size: 14px;
  margin-top: 22px;
  line-height: 1.5
}

@media screen and (max-width: 768px) {
  .sec.sec_6 .inner .l_flex .desc .sub {
    margin-top: 13px
  }
}

.sec.sec_7 {
  padding: 50px 0 60px
}

@media screen and (max-width: 768px) {
  .sec.sec_7 {
    padding: 30px 0 40px
  }
}

.sec.sec_7 .inner {
  width: 1000px
}

@media screen and (max-width: 768px) {
  .sec.sec_7 .inner {
    width: 100%
  }
}

.sec.sec_7 .inner .lead {
  margin-top: 36px
}

@media screen and (max-width: 768px) {
  .sec.sec_7 .inner .lead {
    margin-top: 32px
  }
}

.sec.sec_7 .inner .list {
  margin-top: 28px;
  background: #f3f3f3;
  padding: 35px 30px
}

@media screen and (max-width: 768px) {
  .sec.sec_7 .inner .list {
    padding: 25px 15px
  }
}

.sec.sec_7 .inner .list li:not(:last-child) {
  margin-bottom: 33px
}

.sec.sec_7 .inner .list li .ttl {
  font-size: 18px;
  margin-bottom: 10px
}

.sec.sec_7 .inner .list li a {
  color: #0e5bb5;
  text-decoration: underline
}

.sec.sec_7 .inner .list li a:hover {
  text-decoration: none
}

.sec.sec_7 .inner .list li a[href$=".pdf"]::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 18px;
  background-image: url("../img/common/pdf.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 5px;
  position: relative;
  top: 2px
}

.sec.sec_7 .inner .faq {
  width: 1000px;
  margin: 45px auto 60px
}

@media screen and (max-width: 768px) {
  .sec.sec_7 .inner .faq {
    width: 100%;
    margin: 20px auto 40px
  }
}

.sec.sec_7 .inner .faq + .c_ttl_1 {
  margin-top: 60px
}

.sec.sec_7 .inner .faq .item {
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  box-sizing: border-box
}

.sec.sec_7 .inner .faq .item.border_gray {
  border: 1px solid #d8d8d8
}

.sec.sec_7 .inner .faq .item + .item {
  margin-top: 15px
}

@media screen and (max-width: 768px) {
  .sec.sec_7 .inner .faq .item + .item {
    margin-top: 10px
  }
}

.sec.sec_7 .inner .faq .item .parent {
  display: -ms-flex;
  display: flex;
  cursor: pointer
}

.sec.sec_7 .inner .faq .item .parent._active .desc:before {
  right: 20px;
  transform: rotate(-135deg) translateY(-50%)
}

@media screen and (max-width: 768px) {
  .sec.sec_7 .inner .faq .item .parent._active .desc:before {
    right: 15px
  }
}

.sec.sec_7 .inner .faq .item .parent .ttl {
  width: 56px;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  background: #fbc933;
  border-radius: 10px 0 0 0;
  position: relative
}

@media screen and (max-width: 768px) {
  .sec.sec_7 .inner .faq .item .parent .ttl {
    font-size: 20px
  }
}

.sec.sec_7 .inner .faq .item .parent .desc {
  width: calc(100% - 56px);
  padding: 16px 40px 18px 23px;
  background: #fff;
  position: relative
}

@media screen and (max-width: 768px) {
  .sec.sec_7 .inner .faq .item .parent .desc {
    padding: 9px 31px 11px 10px
  }
}

.sec.sec_7 .inner .faq .item .parent .desc:before {
  position: absolute;
  top: 48%;
  right: 25px;
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1px solid #222;
  border-bottom: 1px solid #222;
  transform: rotate(45deg) translateY(-50%)
}

@media screen and (max-width: 768px) {
  .sec.sec_7 .inner .faq .item .parent .desc:before {
    top: 43%;
    right: 20px
  }
}

.sec.sec_7 .inner .faq .item .child {
  padding: 14px 25px 33px;
  display: none
}

@media screen and (max-width: 768px) {
  .sec.sec_7 .inner .faq .item .child {
    padding: 15px 15px 20px 15px
  }
}

.sec.sec_7 .inner .faq .item .child a {
  text-decoration: underline;
  color: #0e5bb5
}

.sec.sec_7 .inner .faq .item .child a:hover {
  text-decoration: none
}

.sec.sec_8 {
  background: #f3f3f3;
  padding: 50px 0 60px
}

@media screen and (max-width: 768px) {
  .sec.sec_8 {
    padding: 30px 0
  }
}

.sec.sec_8 .inner {
  width: 1000px
}

@media screen and (max-width: 768px) {
  .sec.sec_8 .inner {
    width: 100%
  }
}

.sec.sec_8 .inner .c_ttl_1 {
  margin-bottom: 36px
}

@media screen and (max-width: 768px) {
  .sec.sec_8 .inner .c_ttl_1 {
    margin-bottom: 32px
  }
}

.sec.sec_8 .inner .list {
  margin: 18px 0
}

.sec.sec_8 .inner .list li {
  display: flex;
  color: #333
}

.sec.sec_8 .inner .list li:before {
  content: "";
  background: #fbc933;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin: 9px 8px 0 0
}

.sec.sec_8 .inner .box {
  background: #fff;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 800px;
  margin: 38px auto 0;
  border-radius: 20px;
  padding: 40px
}

@media screen and (max-width: 768px) {
  .sec.sec_8 .inner .box {
    display: block;
    border-radius: 10px;
    width: 100%;
    margin: 28px auto 0;
    padding: 30px
  }
}

.sec.sec_8 .inner .box li:not(:last-child) {
  border-right: 1px solid #d8d8d8
}

@media screen and (max-width: 768px) {
  .sec.sec_8 .inner .box li:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #d8d8d8
  }
}

.sec.sec_8 .inner .box li.img_1 {
  padding-right: 31px
}

@media screen and (max-width: 768px) {
  .sec.sec_8 .inner .box li.img_1 {
    padding: 0 0 20px 0
  }
}

.sec.sec_8 .inner .box li.img_2 {
  padding-left: 31px
}

@media screen and (max-width: 768px) {
  .sec.sec_8 .inner .box li.img_2 {
    padding: 20px 0 0 0
  }
}

.sec.sec_9 {
  padding: 50px 0 60px
}

@media screen and (max-width: 768px) {
  .sec.sec_9 {
    padding: 10px 0 20px
  }
}

.sec.sec_9 .l_flex {
  justify-content: center
}

@media screen and (max-width: 768px) {
  .sec.sec_9 .l_flex {
    display: block
  }
}

.sec.sec_9 .l_flex .c_btn_4 {
  margin: 0 20px
}

@media screen and (max-width: 768px) {
  .sec.sec_9 .l_flex .c_btn_4 {
    margin: 20px 0
  }
}

.sec.sec_10 {
  background: #f3f3f3;
  padding: 50px 0 60px
}

@media screen and (max-width: 768px) {
  .sec.sec_10 {
    padding: 30px 0
  }
}

.sec.sec_10 .inner {
  width: 1000px
}

@media screen and (max-width: 768px) {
  .sec.sec_10 .inner {
    width: 100%
  }
}

.sec.sec_10 .inner .l_flex {
  margin-top: 36px
}

@media screen and (max-width: 768px) {
  .sec.sec_10 .inner .l_flex {
    display: block;
    margin-top: 32px
  }
}

.sec.sec_10 .inner .l_flex .img1 {
  width: 480px;
  margin-right: 30px
}

@media screen and (max-width: 768px) {
  .sec.sec_10 .inner .l_flex .img1 {
    width: 100%;
    margin: 0 0 20px
  }
}

.sec.sec_10 .inner .l_flex .check {
  width: 490px
}

@media screen and (max-width: 768px) {
  .sec.sec_10 .inner .l_flex .check {
    width: 100%;
    margin-top: 10px
  }
}

.sec.sec_10 .inner .l_flex .check li {
  display: flex;
  align-items: center;
  font-size: 22px;
  line-height: 0;
  margin-bottom: 10px
}

@media screen and (max-width: 768px) {
  .sec.sec_10 .inner .l_flex .check li {
    font-size: 18px;
    margin-bottom: 0
  }
}

.sec.sec_10 .inner .l_flex .check li:before {
  content: url(../img/common/check.svg);
  margin: 5px 15px 0 0
}

@media screen and (max-width: 768px) {
  .sec.sec_10 .inner .l_flex .check li:before {
    margin: 5px 10px 0 0
  }
}

.sec.sec_11 {
  padding: 50px 0 60px
}

@media screen and (max-width: 768px) {
  .sec.sec_11 {
    padding: 30px 0
  }
}

.sec.sec_11.bg {
  background: #f3f3f3
}

.sec.sec_11 .inner {
  width: 1000px
}

@media screen and (max-width: 768px) {
  .sec.sec_11 .inner {
    width: 100%
  }
}

.sec.sec_11 .inner .box > li {
  margin-top: 60px
}

@media screen and (max-width: 768px) {
  .sec.sec_11 .inner .box > li {
    margin-top: 40px
  }
}

.sec.sec_11 .inner .box > li .c_ttl_5, .sec.sec_11 .inner .box > li .c_ttl_4 {
  margin-bottom: 20px
}

@media screen and (max-width: 768px) {
  .sec.sec_11 .inner .box > li .c_ttl_5, .sec.sec_11 .inner .box > li .c_ttl_4 {
    margin-bottom: 15px
  }
}

.sec.sec_11 .inner .box > li .l_flex {
  margin-top: 36px
}

@media screen and (max-width: 768px) {
  .sec.sec_11 .inner .box > li .l_flex {
    display: block;
    margin-top: 0
  }
}

.sec.sec_11 .inner .box > li .l_flex .img2 {
  width: 480px;
  margin-right: 30px
}

@media screen and (max-width: 768px) {
  .sec.sec_11 .inner .box > li .l_flex .img2 {
    width: 100%;
    margin: 0 0 20px
  }
}

.sec.sec_11 .inner .box > li .l_flex .desc {
  width: 490px
}

@media screen and (max-width: 768px) {
  .sec.sec_11 .inner .box > li .l_flex .desc {
    width: 100%;
    margin-top: 15px
  }
}

.sec.sec_11 .inner .box > li .l_flex .desc .u_txt_1 {
  margin-bottom: 15px
}

.sec.sec_11 .inner .box > li .l_flex .desc a {
  color: #0b4ea8;
  text-decoration: underline
}

.sec.sec_11 .inner .box > li .l_flex .desc a:hover {
  text-decoration: none
}

.sec.sec_11 .inner .box > li .l_flex .desc .sub {
  font-size: 14px;
  margin-top: 22px;
  line-height: 1.5
}

@media screen and (max-width: 768px) {
  .sec.sec_11 .inner .box > li .l_flex .desc .sub {
    margin-top: 13px
  }
}

.sec.sec_11 .inner .box > li .l_flex .desc .list li {
  display: flex;
  color: #333
}

.sec.sec_11 .inner .box > li .l_flex .desc .list li:before {
  content: "";
  background: #fbc933;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin: 9px 8px 0 0
}

.sec.sec_11 .inner .box > li .l_flex .desc .list li .txt {
  width: 100%
}

.sec.sec_11 .inner .box > li .l_flex .desc .list li .txt .sub {
  margin: 10px 0
}

.sec.sec_12 {
  background: #f3f3f3;
  padding: 54px 0 0
}

@media screen and (max-width: 768px) {
  .sec.sec_12 {
    padding: 30px 0 0
  }
}

.sec.sec_12 .inner {
  width: 1000px
}

@media screen and (max-width: 768px) {
  .sec.sec_12 .inner {
    width: 100%
  }
}

.sec.sec_12 .inner .list {
  display: flex;
  justify-content: space-between;
  margin-top: 36px
}

@media screen and (max-width: 768px) {
  .sec.sec_12 .inner .list {
    display: block;
    margin-top: 25px
  }
}

.sec.sec_12 .inner .list li {
  box-sizing: border-box;
  background: #fff;
  border-radius: 20px;
  width: 485px;
  padding: 40px 0
}

@media screen and (max-width: 768px) {
  .sec.sec_12 .inner .list li {
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    margin-top: 10px
  }
}

.sec.sec_12 .inner .list li .box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0 0
}

@media screen and (max-width: 768px) {
  .sec.sec_12 .inner .list li .box {
    margin: 15px 10px 0
  }
}

.sec.sec_12 .inner .list li .box .img {
  margin-right: 20px
}

@media screen and (max-width: 768px) {
  .sec.sec_12 .inner .list li .box .img {
    margin-right: 15px
  }
}

.sec.sec_12 .inner .list li .box .img.img1 {
  width: 123px
}

@media screen and (max-width: 768px) {
  .sec.sec_12 .inner .list li .box .img.img1 {
    width: 29%
  }
}

.sec.sec_12 .inner .list li .box .img.img2 {
  width: 60px
}

@media screen and (max-width: 768px) {
  .sec.sec_12 .inner .list li .box .img.img2 {
    width: 29%;
    text-align: center
  }
  .sec.sec_12 .inner .list li .box .img.img2 img {
    width: 60.6%
  }
}

@media screen and (max-width: 768px) {
  .sec.sec_12 .inner .list li .box .u_txt_1 {
    width: 71%
  }
}

.sec.sec_12 .inner .list li .box .q_link {
  display: block;
  font-size: 14px;
  color: #0b4ea8;
  text-decoration: underline;
  margin-top: 10px
}

@media screen and (max-width: 768px) {
  .sec.sec_12 .inner .list li .box .q_link {
    font-size: 16px;
    margin-top: 0
  }
}

.sec.sec_12 .inner .list li .box .q_link:hover {
  text-decoration: none
}

.sec.sec_12 .inner .list li .box .q_link:before {
  content: url(../img/common/question.svg);
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px
}

.sec.sec_13 {
  background: #f3f3f3;
  padding: 60px 0
}

@media screen and (max-width: 768px) {
  .sec.sec_13 {
    padding: 30px 0
  }
}

.sec.sec_13 .inner {
  width: 1000px
}

@media screen and (max-width: 768px) {
  .sec.sec_13 .inner {
    width: 100%;
    padding: 0
  }
}

.sec.sec_13 .inner .tab_menu {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin-bottom: -2px
}

@media screen and (max-width: 768px) {
  .sec.sec_13 .inner .tab_menu {
    margin: 0 15px -2px
  }
}

.sec.sec_13 .inner .tab_menu > li {
  cursor: pointer;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 10px 10px 0 0;
  border: 2px solid #222;
  width: 447px;
  height: 50px;
  margin: 0 5px
}

@media screen and (max-width: 768px) {
  .sec.sec_13 .inner .tab_menu > li {
    height: 60px;
    width: 49%;
    margin: 0;
    font-size: 12px
  }
  .sec.sec_13 .inner .tab_menu > li:not(:last-child) {
    margin-right: 2%
  }
}

.sec.sec_13 .inner .tab_menu > li.active {
  background: #fbc933;
  border-bottom: 2px solid #fbc933
}

.sec.sec_13 .inner .tab_menu > li.form span:before {
  content: url(../img/p_flow/flow_ico01.svg)
}

.sec.sec_13 .inner .tab_menu > li.label span:before {
  content: url(../img/p_flow/flow_ico02.svg)
}

.sec.sec_13 .inner .tab_menu > li span:before {
  display: inline-block;
  vertical-align: middle;
  margin: 2px 6px 0 0
}

@media screen and (max-width: 768px) {
  .sec.sec_13 .inner .tab_menu > li span:before {
    display: block;
    margin: 0 auto;
    text-align: center
  }
}

.sec.sec_13 .inner .tab_box {
  overflow: hidden;
  border: 2px solid #222;
  border-radius: 0 0 20px 20px
}

@media screen and (max-width: 768px) {
  .sec.sec_13 .inner .tab_box {
    border-radius: 0
  }
}

.sec.sec_13 .inner .tab_box > li {
  display: none;
  background: #fff;
  border-top: 4px solid #fbc933
}

.sec.sec_13 .inner .tab_box > li .tab_ttl {
  position: relative;
  display: table;
  margin: 0 auto;
  font-size: 24px
}

@media screen and (max-width: 768px) {
  .sec.sec_13 .inner .tab_box > li .tab_ttl {
    font-size: 16px
  }
}

.sec.sec_13 .inner .tab_box > li .tab_ttl:before, .sec.sec_13 .inner .tab_box > li .tab_ttl:after {
  content: "";
  position: absolute;
  background: #222;
  top: 50%;
  width: 2px;
  height: 25px
}

@media screen and (max-width: 768px) {
  .sec.sec_13 .inner .tab_box > li .tab_ttl:before, .sec.sec_13 .inner .tab_box > li .tab_ttl:after {
    height: 20px
  }
}

.sec.sec_13 .inner .tab_box > li .tab_ttl:before {
  transform: rotate(-45deg) translateY(-50%);
  left: -10px
}

@media screen and (max-width: 768px) {
  .sec.sec_13 .inner .tab_box > li .tab_ttl:before {
    left: -5px
  }
}

.sec.sec_13 .inner .tab_box > li .tab_ttl:after {
  transform: rotate(45deg) translateY(-50%);
  right: -10px
}

@media screen and (max-width: 768px) {
  .sec.sec_13 .inner .tab_box > li .tab_ttl:after {
    right: -5px
  }
}

.sec.sec_13 .inner .tab_box > li .tab_ttl span {
  font-size: 32px
}

@media screen and (max-width: 768px) {
  .sec.sec_13 .inner .tab_box > li .tab_ttl span {
    font-size: 24px
  }
}

.sec.sec_13 .inner .tab_box > li .tab_ttl .line {
  display: inline-block;
  padding: 0 5px;
  background: linear-gradient(transparent 60%, #FBC632 60%)
}

@media screen and (max-width: 768px) {
  .sec.sec_13 .inner .tab_box > li .tab_ttl .line {
    display: inline;
    padding: 0
  }
}

.sec.sec_13 .inner .tab_box > li .check {
  display: flex;
  align-items: center;
  margin-top: 23px
}

@media screen and (max-width: 768px) {
  .sec.sec_13 .inner .tab_box > li .check {
    display: table;
    margin: 15px auto 0
  }
}

.sec.sec_13 .inner .tab_box > li .check li {
  color: #333;
  font-size: 16px
}

.sec.sec_13 .inner .tab_box > li .check li:before {
  content: url(../img/common/check.svg);
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  transform: scale(0.8)
}

@media screen and (max-width: 768px) {
  .sec.sec_13 .inner .tab_box > li .check li:before {
    transform: scale(0.8);
    margin: 0 5px 0 0
  }
}

.sec.sec_13 .inner .tab_box > li .check li:not(:last-child) {
  margin-right: 20px
}

@media screen and (max-width: 768px) {
  .sec.sec_13 .inner .tab_box > li .check li:not(:last-child) {
    margin: 0
  }
}

.sec.sec_13 .inner .tab_box > li .flow .ttl {
  display: flex;
  align-items: center
}

.sec.sec_13 .inner .tab_box > li .flow .ttl .u_bold {
  width: 575px;
  margin-left: 15px
}

@media screen and (max-width: 768px) {
  .sec.sec_13 .inner .tab_box > li .flow .ttl .u_bold {
    width: 100%;
    margin-left: 0
  }
}

.sec.sec_13 .inner .flow {
  background: #fff
}

.sec.sec_13 .inner .flow > li {
  position: relative;
  padding: 30px
}

@media screen and (max-width: 768px) {
  .sec.sec_13 .inner .flow > li {
    padding: 20px 15px 30px
  }
}

.sec.sec_13 .inner .flow > li:not(:last-child) {
  border-bottom: 1px solid #d8d8d8
}

.sec.sec_13 .inner .flow > li:not(:last-child):after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 18px 0 18px;
  border-color: #222 transparent transparent transparent;
  bottom: -10px;
  left: 50%;
  margin-left: -18px
}

.sec.sec_13 .inner .flow > li .box {
  display: flex
}

@media screen and (max-width: 768px) {
  .sec.sec_13 .inner .flow > li .box {
    display: block
  }
}

.sec.sec_13 .inner .flow > li .box .top {
  width: 280px;
  margin: 0 30px 0 0
}

@media screen and (max-width: 768px) {
  .sec.sec_13 .inner .flow > li .box .top {
    width: 100%;
    margin: 0 0 10px;
    display: flex
  }
}

.sec.sec_13 .inner .flow > li .box .top .img {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f3f3;
  border-radius: 15px;
  height: 170px
}

@media screen and (max-width: 768px) {
  .sec.sec_13 .inner .flow > li .box .top .img {
    border-radius: 5px;
    width: 39%;
    height: 79px;
    position: relative
  }
}

.sec.sec_13 .inner .flow > li .box .top .img .num {
  display: none
}

@media screen and (max-width: 768px) {
  .sec.sec_13 .inner .flow > li .box .top .img .num {
    display: flex
  }
}

@media screen and (max-width: 768px) {
  .sec.sec_13 .inner .flow > li .box .top .img.img1 img {
    width: 40%
  }
}

@media screen and (max-width: 768px) {
  .sec.sec_13 .inner .flow > li .box .top .img.img2 img {
    width: 20%
  }
}

@media screen and (max-width: 768px) {
  .sec.sec_13 .inner .flow > li .box .top .img.img3 img {
    width: 70%
  }
}

@media screen and (max-width: 768px) {
  .sec.sec_13 .inner .flow > li .box .top .img.img4 img {
    width: 30%
  }
}

@media screen and (max-width: 768px) {
  .sec.sec_13 .inner .flow > li .box .top .img.img5 img {
    width: 40%
  }
}

@media screen and (max-width: 768px) {
  .sec.sec_13 .inner .flow > li .box .top .img.img6 img {
    width: 55%
  }
}

.sec.sec_13 .inner .flow > li .box .top .u_sp {
  width: 59%;
  margin-left: 2%
}

.sec.sec_13 .inner .flow > li .box .btm {
  width: 630px
}

@media screen and (max-width: 768px) {
  .sec.sec_13 .inner .flow > li .box .btm {
    width: 100%
  }
}

.sec.sec_13 .inner .flow > li .box .btm .sub {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 10px;
}

.sec.sec_13 .inner .flow > li .box .btm a {
  color: #0b4ea8;
  text-decoration: underline
}

.sec.sec_13 .inner .flow > li .box .btm a:hover {
  text-decoration: none
}

.sec.sec_13 .inner .flow > li .box .cat {
  display: inline-block;
  color: #fff;
  border-radius: 3px;
  font-size: 14px;
  padding: 8px 12px
}

@media screen and (max-width: 768px) {
  .sec.sec_13 .inner .flow > li .box .cat {
    font-size: 12px;
    padding: 5px
  }
}

.sec.sec_13 .inner .flow > li .box .cat.cat1 {
  background: #0e5bb5
}

.sec.sec_13 .inner .flow > li .box .cat.cat2 {
  color: #222;
  background: #fbc933
}

.sec.sec_13 .inner .flow > li .box .num {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background: #222;
  color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 24px
}

@media screen and (max-width: 768px) {
  .sec.sec_13 .inner .flow > li .box .num {
    width: 30px;
    height: 30px;
    font-size: 18px;
    position: absolute;
    top: -5px;
    left: -5px
  }
}

.sec.sec_13 .inner .flow > li .box .ttl {
  margin: 10px 0
}

@media screen and (max-width: 768px) {
  .sec.sec_13 .inner .flow > li .box .ttl {
    margin: 5px 0
  }
}

.sec.sec_13 .inner .flow > li .box .ttl .u_bold {
  font-size: 24px
}

@media screen and (max-width: 768px) {
  .sec.sec_13 .inner .flow > li .box .ttl .u_bold {
    font-size: 18px;
    line-height: 1.5
  }
}

.sec.sec_13 .inner .unnecessary {
  margin-top: 30px
}

@media screen and (max-width: 768px) {
  .sec.sec_13 .inner .unnecessary {
    margin-top: 20px
  }
}

.sec.sec_13 .inner .unnecessary .process {
  background: #fff;
  border-radius: 20px 20px 0 0;
  padding: 30px 30px 0
}

@media screen and (max-width: 768px) {
  .sec.sec_13 .inner .unnecessary .process {
    border-radius: 0;
    padding: 10px 10px 0
  }
}

.sec.sec_13 .inner .unnecessary .process + .flow {
  border-radius: 0 0 20px 20px
}

@media screen and (max-width: 768px) {
  .sec.sec_13 .inner .unnecessary .process + .flow {
    border-radius: 0
  }
}

.sec.sec_13 .inner .unnecessary .process .ttl {
  background: #fde9ac;
  border-radius: 5px;
  line-height: 1.5;
  padding: 20px;
  font-size: 20px
}

@media screen and (max-width: 768px) {
  .sec.sec_13 .inner .unnecessary .process .ttl {
    padding: 15px;
    font-size: 16px
  }
}

.sec.sec_13 .inner .unnecessary .flow {
  border-radius: 20px
}

@media screen and (max-width: 768px) {
  .sec.sec_13 .inner .unnecessary .flow {
    border-radius: 0
  }
}

.sec.sec_13 .inner .unnecessary .flow:not(:last-child) {
  margin-bottom: 30px
}

.sec.sec_14 {
  padding: 50px 0 65px
}

@media screen and (max-width: 768px) {
  .sec.sec_14 {
    padding: 6px 0
  }
}

.sec.sec_14 .btn {
  display: flex;
  align-items: center;
  justify-content: center
}

@media screen and (max-width: 768px) {
  .sec.sec_14 .btn {
    display: block
  }
}

.sec.sec_14 .btn .c_btn_4 {
  margin: 0 20px
}

@media screen and (max-width: 768px) {
  .sec.sec_14 .btn .c_btn_4 {
    margin: 24px 0
  }
}

.sec.sec_15 {
  background: #f3f3f3;
  padding: 65px 0 60px
}

@media screen and (max-width: 768px) {
  .sec.sec_15 {
    padding: 30px 15px 40px
  }
}

@media screen and (max-width: 768px) {
  .sec.sec_15 > .inner {
    padding: 0
  }
}

.sec.sec_15 .faq {
  width: 1000px;
  margin: 36px auto 0
}

@media screen and (max-width: 768px) {
  .sec.sec_15 .faq {
    width: 100%;
    margin: 20px auto 0
  }
}

.sec.sec_15 .faq .item {
  border-radius: 10px;
  background: #fff;
  overflow: hidden
}

.sec.sec_15 .faq .item:not(:last-child) {
  margin-bottom: 15px
}

@media screen and (max-width: 768px) {
  .sec.sec_15 .faq .item:not(:last-child) {
    margin-bottom: 10px
  }
}

.sec.sec_15 .faq .item .parent {
  display: -ms-flex;
  display: flex;
  cursor: pointer
}

.sec.sec_15 .faq .item .parent._active .desc:before {
  right: 20px;
  transform: rotate(-135deg) translateY(-50%)
}

@media screen and (max-width: 768px) {
  .sec.sec_15 .faq .item .parent._active .desc:before {
    right: 15px
  }
}

.sec.sec_15 .faq .item .parent .ttl {
  width: 56px;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  background: #fbc933;
  border-radius: 10px 0 0 0
}

@media screen and (max-width: 768px) {
  .sec.sec_15 .faq .item .parent .ttl {
    font-size: 20px
  }
}

.sec.sec_15 .faq .item .parent .desc {
  width: calc(100% - 56px);
  padding: 16px 40px 18px 23px;
  background: #fff;
  position: relative
}

@media screen and (max-width: 768px) {
  .sec.sec_15 .faq .item .parent .desc {
    padding: 9px 31px 11px 10px
  }
}

.sec.sec_15 .faq .item .parent .desc:before {
  position: absolute;
  top: 48%;
  right: 25px;
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1px solid #222;
  border-bottom: 1px solid #222;
  transform: rotate(45deg) translateY(-50%)
}

@media screen and (max-width: 768px) {
  .sec.sec_15 .faq .item .parent .desc:before {
    top: 43%;
    right: 20px
  }
}

.sec.sec_15 .faq .item .child {
  padding: 14px 25px 33px;
  display: none
}

@media screen and (max-width: 768px) {
  .sec.sec_15 .faq .item .child {
    padding: 15px 15px 20px 15px
  }
}

.sec.sec_15 .faq .item .child a {
  text-decoration: underline;
  color: #0e5bb5
}

.sec.sec_15 .faq .item .child a:hover {
  text-decoration: none
}

.sec.sec_15 .btn {
  margin-top: 40px
}

@media screen and (max-width: 768px) {
  .sec.sec_15 .btn {
    margin-top: 30px
  }
}

.sec.sec_15 .btn .c_btn_4 {
  margin: 0 auto
}

.flow_cv {
  padding-bottom: 50px
}

@media screen and (max-width: 768px) {
  .flow_cv {
    padding: 0 15px 30px
  }
}

.flow_cv > .inner {
  box-sizing: border-box;
  width: 820px;
  margin: 0 auto;
  background: #fbc933;
  border-radius: 20px
}

@media screen and (max-width: 768px) {
  .flow_cv > .inner {
    width: 100%;
    padding: 0;
    border-radius: 10px
  }
}

.flow_cv .cv {
  background: none
}

.flow_cv .cv .inner {
  width: 820px
}

@media screen and (max-width: 768px) {
  .flow_cv .cv .inner {
    width: 100%;
    border-radius: 10px
  }
}

.flow_cv .cv .inner .content {
  justify-content: space-between;
  width: 960px
}

@media screen and (max-width: 768px) {
  .flow_cv .cv .inner .content {
    width: 100%
  }
}

.flow_cv .cv .inner .content .left_box {
  width: 336px
}

@media screen and (max-width: 768px) {
  .flow_cv .cv .inner .content .left_box {
    width: 100%
  }
}

.flow_cv .cv .inner .content .left_box .txt {
  text-align: left
}

.flow_cv .cv .inner .content .c_btn_2 {
  width: 300px
}

@media screen and (max-width: 768px) {
  .flow_cv .cv .inner .content .c_btn_2 {
    width: 100%
  }
}

.mfp-content {
  padding: 60px 0
}

@media screen and (max-width: 768px) {
  .mfp-content {
    padding: 10px 4px
  }
}

.mfp-content .mfp-close {
  display: none
}

.mfp-content .popup-modal-dismiss {
  position: absolute;
  top: 20px;
  right: 20px
}

.mfp-content .inner {
  position: relative;
  box-sizing: border-box;
  width: 1160px;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
  padding: 50px 40px
}

@media screen and (max-width: 768px) {
  .mfp-content .inner {
    width: 100%;
    padding: 25px 15px
  }
}

.mfp-content #modal_1 .inner .c_ttl_5 {
  margin-bottom: 20px
}

.mfp-content #modal_1 .inner .lead {
  width: 940px;
  margin: 0 auto
}

@media screen and (max-width: 768px) {
  .mfp-content #modal_1 .inner .lead {
    width: 100%
  }
}

.mfp-content #modal_1 .inner > .box {
  margin-top: 50px
}

@media screen and (max-width: 768px) {
  .mfp-content #modal_1 .inner > .box {
    overflow: hidden;
    text-align: center;
    width: 92%;
    margin: 30px auto 0;
    background: #fff;
    position: relative;
    border-radius: 25px;
    font-size: 16px;
    color: #222;
    box-shadow: 0px 5px 0px #bebebe;
    border: 1px solid #bebebe
  }
}

@media screen and (max-width: 768px) {
  .mfp-content #modal_1 .inner .btn {
    padding: 16px 0
  }
  .mfp-content #modal_1 .inner .btn:after {
    content: url(../img/common/gray-plus.svg);
    position: absolute;
    right: 10px;
    top: 10px
  }
  .mfp-content #modal_1 .inner .btn.active:after {
    content: url(../img/common/gray-minus.svg)
  }
}

.mfp-content #modal_1 .inner .tab_menu {
  display: flex;
  flex-wrap: wrap
}

@media screen and (max-width: 768px) {
  .mfp-content #modal_1 .inner .tab_menu {
    display: none;
    margin-top: 10px
  }
}

.mfp-content #modal_1 .inner .tab_menu li {
  cursor: pointer;
  width: 208px;
  height: 50px;
  margin-bottom: 15px;
  background: #fff;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 25px;
  font-size: 16px;
  color: #222;
  box-shadow: 0px 5px 0px #bebebe;
  border: 1px solid #bebebe
}

@media screen and (max-width: 768px) {
  .mfp-content #modal_1 .inner .tab_menu li {
    width: auto;
    height: auto;
    display: block;
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding: 18px 0;
    margin-bottom: 0
  }
}

.mfp-content #modal_1 .inner .tab_menu li:hover, .mfp-content #modal_1 .inner .tab_menu li.active {
  border: 1px solid #222;
  box-shadow: 0 5px 0 #222;
  background: #fbc933;
  transform: translateY(5px)
}

@media screen and (max-width: 768px) {
  .mfp-content #modal_1 .inner .tab_menu li:hover, .mfp-content #modal_1 .inner .tab_menu li.active {
    box-shadow: none;
    transform: none;
    border: none
  }
}

.mfp-content #modal_1 .inner .tab_menu li:not(:nth-child(5n)) {
  margin-right: 10px
}

@media screen and (max-width: 768px) {
  .mfp-content #modal_1 .inner .tab_menu li:not(:nth-child(5n)) {
    margin-right: 0
  }
}

.mfp-content #modal_1 .inner .tab_box {
  margin: 30px auto 0;
  width: 680px
}

@media screen and (max-width: 768px) {
  .mfp-content #modal_1 .inner .tab_box {
    width: 100%;
    margin: 25px auto 0
  }
}

.mfp-content #modal_1 .inner .tab_box > li {
  display: none
}

.mfp-content #modal_1 .inner .tab_box .label {
  margin-top: 20px
}

.mfp-content #modal_1 .inner .tab_box .label li {
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #d8d8d8;
  margin-top: 10px
}

.mfp-content #modal_1 .inner .tab_box .label li .top {
  cursor: pointer;
  position: relative;
  padding: 13px 20px
}

@media screen and (max-width: 768px) {
  .mfp-content #modal_1 .inner .tab_box .label li .top {
    padding: 10px 15px
  }
}

.mfp-content #modal_1 .inner .tab_box .label li .top:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #222;
  border-right: 1px solid #222;
  transform: rotate(45deg);
  position: absolute;
  top: 40%;
  right: 20px
}

@media screen and (max-width: 768px) {
  .mfp-content #modal_1 .inner .tab_box .label li .top:after {
    right: 15px
  }
}

.mfp-content #modal_1 .inner .tab_box .label li .top.active:after {
  transform: rotate(225deg);
  top: 46%
}

.mfp-content #modal_1 .inner .tab_box .label li .btm {
  display: none;
  text-align: center;
  background: #f3f3f3;
  padding: 20px
}

@media screen and (max-width: 768px) {
  .mfp-content #modal_1 .inner .tab_box .label li .btm {
    padding: 10px
  }
}