@charset "UTF-8";
/* ======================================================================
 p_apply
====================================================================== */
@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;
  }
}
.sec .apply_btn_1 {
  width: 367px;
  height: 50px;
  background: #fff;
  display: -webkit-flex;
  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) {
  .sec .apply_btn_1 {
    width: 100%;
    text-align: center;
  }
}
.sec .apply_btn_1:hover {
  box-shadow: none;
  transform: translateY(5px);
}
.sec .apply_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 .apply_btn_2 {
  width: 330px;
  height: 50px;
  background: #0E5BB5;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 25px;
  font-size: 18px;
  color: #fff;
  box-shadow: 0px 5px 0px #0B4EA8;
  font-weight: bold;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  .sec .apply_btn_2 {
    width: 100%;
    text-align: center;
  }
}
.sec .apply_btn_2:hover {
  transform: translateY(5px);
  box-shadow: none;
}
.sec .apply_btn_2:before {
  content: url(../img/common/btn-ico-camera.svg);
  display: inline-block;
  vertical-align: middle;
  margin: 6px 8px 0 0;
}
.sec .apply_btn_2.none:before {
  display: none;
}
.sec .apply_btn_2.form:before {
  content: url(../img/common/btn-ico-form.svg);
}
.sec .apply_btn_3 {
  width: 367px;
  height: 50px;
  background: #0E5BB5;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 25px;
  font-size: 16px;
  color: #fff;
  box-shadow: 0px 5px 0px #0B4EA8;
  font-weight: bold;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sec .apply_btn_3 {
    width: 100%;
    text-align: center;
  }
}
.sec .apply_btn_3:hover {
  box-shadow: none;
  transform: translateY(5px);
}
.sec .apply_btn_3.arw:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 40%;
  right: 20px;
}
.sec .apply_btn_3.outlink span:after {
  content: url(../img/common/white-link-2.svg);
  margin-left: 5px;
}
.sec .apply_ttl_1 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FBC933;
  border-radius: 5px;
  font-size: 26px;
  height: 68px;
}
@media screen and (max-width: 768px) {
  .sec .apply_ttl_1 {
    height: 53px;
    font-size: 22px;
  }
}
.sec .apply_ttl_1:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #FBC933 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
}
.sec .apply_ttl_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 .apply_ttl_num {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
}
.sec.sec_1 {
  padding: 40px 0 60px;
}
@media screen and (max-width: 768px) {
  .sec.sec_1 {
    padding: 30px 0;
  }
}
.sec.sec_1 .inner {
  width: 1000px;
}
@media screen and (max-width: 768px) {
  .sec.sec_1 .inner {
    width: 100%;
  }
}
.sec.sec_1 .inner .lead {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec.sec_1 .inner .lead {
    text-align: left;
  }
}
.sec.sec_2 {
  background: #F3F3F3;
  padding: 50px 0 90px;
}
@media screen and (max-width: 768px) {
  .sec.sec_2 {
    padding: 30px 0 45px;
  }
}
.sec.sec_2 .inner {
  width: 1160px;
}
@media screen and (max-width: 768px) {
  .sec.sec_2 .inner {
    width: 100%;
  }
}
.sec.sec_2 .inner .menu {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sec.sec_2 .inner .menu {
    display: block;
  }
}
.sec.sec_2 .inner .menu_box {
  padding: 40px 59px;
  border-radius: 20px;
  box-sizing: border-box;
  background: #fff;
  min-height: 290px;
}
@media screen and (max-width: 768px) {
  .sec.sec_2 .inner .menu_box {
    padding: 30px 25px;
  }
}
.sec.sec_2 .inner .menu_box .attention {
  color: #FF0000;
  display: inline-block;
  margin: 10px 0 0;
}
@media screen and (max-width: 768px) {
  .sec.sec_2 .inner .menu_box .attention {
    display: none;
  }
}
.sec.sec_2 .inner .menu_box .attention a {
  color: #0E5BB5;
  text-decoration: underline;
}
.sec.sec_2 .inner .menu_box .attention a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.sec.sec_2 .inner .menu_box .attention_sp {
  color: #FF0000;
  display: none;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .sec.sec_2 .inner .menu_box .attention_sp {
    display: block;
    margin: 10px 0 15px;
    line-height: 1.5;
  }
}
.sec.sec_2 .inner .menu_box .attention_sp a {
  color: #0E5BB5;
  text-decoration: underline;
}
.sec.sec_2 .inner .menu_box .addtxt {
  display: inline-block;
  margin: 10px 0 0;
}
.sec.sec_2 .inner .menu li {
  width: 550px;
}
@media screen and (max-width: 768px) {
  .sec.sec_2 .inner .menu li + li {
    margin: 30px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .sec.sec_2 .inner .menu li {
    width: 100%;
    border-radius: 10px;
    margin-top: 10px;
  }
}
.sec.sec_2 .inner .menu li .box {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .sec.sec_2 .inner .menu li .box {
    margin: 0 10px 15px;
  }
}
.sec.sec_2 .inner .menu li .box .img {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .sec.sec_2 .inner .menu li .box .img {
    margin-right: 15px;
  }
}
.sec.sec_2 .inner .menu li .box .img.img1 {
  width: 112px;
}
@media screen and (max-width: 768px) {
  .sec.sec_2 .inner .menu li .box .img.img1 {
    width: 80px;
  }
}
.sec.sec_2 .inner .menu li .box .img.img2 {
  width: 112px;
}
@media screen and (max-width: 768px) {
  .sec.sec_2 .inner .menu li .box .img.img2 {
    width: 80px;
    text-align: center;
  }
}
.sec.sec_2 .inner .menu li .box .u_txt_1 {
  width: calc(100% - 132px);
}
@media screen and (max-width: 768px) {
  .sec.sec_2 .inner .menu li .box .u_txt_1 {
    width: 71%;
  }
}
.sec.sec_2 .inner .menu 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_2 .inner .menu li .box .q_link {
    font-size: 16px;
    margin-top: 0;
  }
}
.sec.sec_2 .inner .menu li .box .q_link:hover {
  text-decoration: none;
}
.sec.sec_2 .inner .menu li .box .q_link:before {
  content: url(../img/common/question.svg);
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.sec.sec_2 .inner .menu .sublead {
  margin: 20px 0 30px;
  text-align: center;
  min-height: 72px;
}
@media screen and (max-width: 768px) {
  .sec.sec_2 .inner .menu .sublead {
    text-align: left;
    min-height: initial;
    margin: 20px 0;
  }
}
.sec.sec_2 .inner .request {
  box-sizing: border-box;
  background: #fff;
  border-radius: 20px;
  padding: 47px 40px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .sec.sec_2 .inner .request {
    border-radius: 10px;
    padding: 35px 15px;
  }
}
.sec.sec_2 .inner .request .txt {
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  margin-top: 26px;
}
@media screen and (max-width: 768px) {
  .sec.sec_2 .inner .request .txt {
    font-size: 16px;
    text-align: left;
    margin-top: 16px;
  }
}
.sec.sec_2 .inner .request .link {
  display: table;
  margin: 24px auto 0;
  font-size: 16px;
  color: #0B4EA8;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .sec.sec_2 .inner .request .link {
    margin: 23px 0;
  }
}
.sec.sec_2 .inner .request .link:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #0B4EA8;
  border-right: 1px solid #0B4EA8;
  transform: rotate(45deg);
  margin: 0 8px 4px;
}
.sec.sec_2 .inner .request .link:hover {
  text-decoration: none;
}
.sec.sec_2 .inner .request .area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 23px;
}
@media screen and (max-width: 768px) {
  .sec.sec_2 .inner .request .area {
    margin-top: 0;
  }
}
.sec.sec_2 .inner .request .area .box {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 300px;
  padding: 17px 20px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .sec.sec_2 .inner .request .area .box {
    width: 49%;
    padding: 10px;
  }
}
.sec.sec_2 .inner .request .area .box input {
  display: none;
}
.sec.sec_2 .inner .request .area .box input:checked + span:after {
  border: 3px solid #FBC933;
}
.sec.sec_2 .inner .request .area .box input:checked + span:before {
  content: url(../img/common/yellow-check-on.svg);
}
@media screen and (max-width: 768px) {
  .sec.sec_2 .inner .request .area .box span {
    font-size: 14px;
  }
}
.sec.sec_2 .inner .request .area .box span:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #BEBEBE;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
}
.sec.sec_2 .inner .request .area .box span:before {
  content: url(../img/common/yellow-check-off.svg);
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .sec.sec_2 .inner .request .area .box span:before {
    margin-right: 0;
    transform: scale(0.7);
  }
}
.sec.sec_2 .inner .request .caution {
  padding: 29px 0;
  background: #FBDEDE;
  border-radius: 20px;
  margin: 30px 0;
}
@media screen and (max-width: 768px) {
  .sec.sec_2 .inner .request .caution {
    margin: 20px 0;
    border-radius: 10px;
    padding: 25px 15px;
  }
}
.sec.sec_2 .inner .request .caution .ttl {
  color: #E02424;
  font-size: 20px;
  margin-bottom: 19px;
}
@media screen and (max-width: 768px) {
  .sec.sec_2 .inner .request .caution .ttl {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
.sec.sec_2 .inner .request .caution .ttl:before {
  content: url(../img/common/caution.svg);
  display: inline-block;
  transform: scale(2);
  margin: 0 10px 0 0;
  padding-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .sec.sec_2 .inner .request .caution .ttl:before {
    transform: scale(1.8);
    margin: 0 8px;
  }
}
.sec.sec_2 .inner .request .caution .u_txt_1 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec.sec_2 .inner .request .caution .u_txt_1 {
    text-align: left;
  }
}
.sec.sec_2 .inner .request .info {
  padding: 25px 0;
  background: #FDE9AC;
  border-radius: 20px;
  margin: 30px 0;
}
@media screen and (max-width: 768px) {
  .sec.sec_2 .inner .request .info {
    margin: 20px 0;
    border-radius: 10px;
    padding: 25px 15px;
  }
}
.sec.sec_2 .inner .request .info .ttl {
  font-size: 20px;
  margin-bottom: 19px;
}
@media screen and (max-width: 768px) {
  .sec.sec_2 .inner .request .info .ttl {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
.sec.sec_2 .inner .request .info .u_txt_1 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec.sec_2 .inner .request .info .u_txt_1 {
    text-align: left;
  }
}
.sec.sec_2 .inner .request .copy {
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .sec.sec_2 .inner .request .copy {
    text-align: left;
  }
}
.sec.sec_3 {
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .sec.sec_3 {
    padding: 35px 0;
  }
}
.sec.sec_3 .inner {
  width: 1000px;
}
@media screen and (max-width: 768px) {
  .sec.sec_3 .inner {
    width: 100%;
  }
}
.sec.sec_3 .inner .ttl {
  font-size: 24px;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .sec.sec_3 .inner .ttl {
    font-size: 18px;
    margin-bottom: 24px;
  }
}
.sec.sec_3 .inner table {
  width: 100%;
  border: 1px solid #D8D8D8;
}
@media screen and (max-width: 768px) {
  .sec.sec_3 .inner table {
    border: none;
    border-bottom: 1px solid #D8D8D8;
  }
}
.sec.sec_3 .inner table th, .sec.sec_3 .inner table td {
  border: 1px solid #D8D8D8;
  box-sizing: border-box;
  padding: 15px 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .sec.sec_3 .inner table th, .sec.sec_3 .inner table td {
    display: block;
    border: none;
  }
}
.sec.sec_3 .inner table th {
  font-weight: bold;
  background: #F3F3F3;
  width: 18%;
}
@media screen and (max-width: 768px) {
  .sec.sec_3 .inner table th {
    width: 100%;
    padding: 13px 15px;
  }
}
.sec.sec_3 .inner table td {
  background: #fff;
  width: 82%;
}
@media screen and (max-width: 768px) {
  .sec.sec_3 .inner table td {
    width: 100%;
    padding: 10px 0 28px;
  }
}
.sec.sec_3 .inner .sub {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 20px;
}
.sec.sec_4 {
  padding: 40px 0 50px;
}
@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 .box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .sec.sec_4 .inner .box {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .sec.sec_4 .inner .box .img {
    width: 128px;
  }
}
.sec.sec_4 .inner .box .txt {
  font-size: 18px;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .sec.sec_4 .inner .box .txt {
    font-size: 16px;
    margin-left: 15px;
    line-height: 1.5;
  }
}
.sec.sec_5 {
  background: #F3F3F3;
  padding: 50px 0 60px;
}
@media screen and (max-width: 768px) {
  .sec.sec_5 {
    padding: 30px 0 45px;
  }
}
.sec.sec_5 .inner {
  width: 1000px;
}
@media screen and (max-width: 768px) {
  .sec.sec_5 .inner {
    width: 100%;
  }
}
.sec.sec_5 .inner .box {
  background: #fff;
  border-radius: 5px;
  margin: 36px 0 40px;
}
@media screen and (max-width: 768px) {
  .sec.sec_5 .inner .box {
    margin: 30px 0;
  }
}
.sec.sec_5 .inner .box > li {
  position: relative;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .sec.sec_5 .inner .box > li {
    padding: 30px 15px;
  }
}
.sec.sec_5 .inner .box > li:first-child {
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .sec.sec_5 .inner .box > li:first-child {
    padding-top: 20px;
  }
}
.sec.sec_5 .inner .box > li:not(:last-child) {
  border-bottom: 1px solid #D8D8D8;
}
.sec.sec_5 .inner .box > 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 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  bottom: -10px;
  left: 50%;
  margin-left: -18px;
}
.sec.sec_5 .inner .box > li .apply_ttl_num {
  margin-bottom: 10px;
}
.sec.sec_5 .inner .box > li .c_ttl_5 {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .sec.sec_5 .inner .box > li .c_ttl_5 {
    margin-bottom: 15px;
  }
}
.sec.sec_5 .inner .box > li .lead {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec.sec_5 .inner .box > li .lead {
    text-align: left;
  }
}
.sec.sec_5 .inner .box > li .list {
  display: table;
  margin: 18px auto 38px;
}
@media screen and (max-width: 768px) {
  .sec.sec_5 .inner .box > li .list {
    display: block;
    margin: 10px auto 38px;
  }
}
.sec.sec_5 .inner .box > li .list li:last-child {
  margin-top: 10px;
}
.sec.sec_5 .inner .box > li > .ttl {
  font-size: 18px;
}
.sec.sec_5 .inner .box > li .label {
  margin: 20px auto 0;
  width: 680px;
}
@media screen and (max-width: 768px) {
  .sec.sec_5 .inner .box > li .label {
    width: 100%;
    margin: 10px auto 0;
  }
}
.sec.sec_5 .inner .box > li .label li {
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #D8D8D8;
  margin-top: 10px;
}
.sec.sec_5 .inner .box > li .label li .top {
  cursor: pointer;
  position: relative;
  padding: 13px 20px;
}
@media screen and (max-width: 768px) {
  .sec.sec_5 .inner .box > li .label li .top {
    padding: 10px 15px;
  }
}
.sec.sec_5 .inner .box > li .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) {
  .sec.sec_5 .inner .box > li .label li .top:after {
    right: 15px;
  }
}
.sec.sec_5 .inner .box > li .label li .top.active:after {
  transform: rotate(225deg);
  top: 46%;
}
.sec.sec_5 .inner .box > li .label li .btm {
  display: none;
  text-align: center;
  background: #F3F3F3;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .sec.sec_5 .inner .box > li .label li .btm {
    padding: 10px;
  }
}
.sec.sec_5 .inner .box > li .upload {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 640px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sec.sec_5 .inner .box > li .upload {
    width: 100%;
    display: block;
    box-sizing: border-box;
  }
}
.sec.sec_5 .inner .box > li .upload li {
  position: relative;
  width: 280px;
}
@media screen and (max-width: 768px) {
  .sec.sec_5 .inner .box > li .upload li {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .sec.sec_5 .inner .box > li .upload li:first-child {
    margin-bottom: 66px;
  }
}
.sec.sec_5 .inner .box > li .upload li:first-child:after {
  content: url(../img/common/arrow.svg);
  position: absolute;
  right: -65px;
  top: 70px;
}
@media screen and (max-width: 768px) {
  .sec.sec_5 .inner .box > li .upload li:first-child:after {
    right: 43%;
    top: auto;
    transform: rotate(90deg) scale(0.7);
    bottom: -50px;
  }
}
.sec.sec_5 .inner .box > li .upload li .img {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F3F3F3;
  border-radius: 20px;
  height: 170px;
}
@media screen and (max-width: 768px) {
  .sec.sec_5 .inner .box > li .upload li .img {
    margin: 0 15px;
  }
}
.sec.sec_5 .inner .box > li .upload li .img img {
  width: 130px;
}
.sec.sec_5 .inner .box > li .upload li .u_txt_1 {
  margin-top: 5px;
}
.sec.sec_5 .inner .box > li .caution {
  padding: 30px 40px 40px;
  background: #FBDEDE;
  border-radius: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .sec.sec_5 .inner .box > li .caution {
    border-radius: 10px;
    padding: 25px 15px;
  }
}
.sec.sec_5 .inner .box > li .caution .ttl {
  color: #E02424;
  font-size: 20px;
  margin-bottom: 19px;
}
@media screen and (max-width: 768px) {
  .sec.sec_5 .inner .box > li .caution .ttl {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
.sec.sec_5 .inner .box > li .caution .ttl:before {
  content: url(../img/common/caution.svg);
  display: inline-block;
  transform: scale(2);
  margin: 0 10px 0 0;
  padding-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .sec.sec_5 .inner .box > li .caution .ttl:before {
    transform: scale(1.8);
    margin: 0 8px;
  }
}
.sec.sec_5 .inner .box > li .caution .lead {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec.sec_5 .inner .box > li .caution .lead {
    text-align: left;
  }
}
.sec.sec_5 .inner .box > li .caution .case {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 23px;
}
@media screen and (max-width: 768px) {
  .sec.sec_5 .inner .box > li .caution .case {
    flex-wrap: wrap;
    margin-top: 0;
  }
}
.sec.sec_5 .inner .box > li .caution .case li {
  width: 267px;
}
@media screen and (max-width: 768px) {
  .sec.sec_5 .inner .box > li .caution .case li {
    width: 48%;
    margin-top: 20px;
  }
}
.sec.sec_5 .inner .box > li .caution .case li .img1 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 10px;
  height: 162px;
}
@media screen and (max-width: 768px) {
  .sec.sec_5 .inner .box > li .caution .case li .img1 {
    height: 85px;
    border-radius: 5px;
  }
}
.sec.sec_5 .inner .box > li .caution .case li .u_txt_1 {
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .sec.sec_5 .inner .box > li .caution .case li .u_txt_1 {
    margin-top: 5px;
  }
}
.sec.sec_5 .inner .box > li .caution .case li .u_txt_1:before {
  content: url(../img/common/x.svg);
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .sec.sec_5 .inner .box > li .caution .case li .u_txt_1:before {
    display: none;
  }
}
.sec.sec_5 .inner .box > li .apply_btn_2.none {
  margin-top: 25px;
}
.sec.sec_5 .inner .copy {
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .sec.sec_5 .inner .copy {
    text-align: left;
  }
}
.sec.sec_6 {
  padding: 50px 0 0;
}
@media screen and (max-width: 768px) {
  .sec.sec_6 {
    padding: 30px 15px 0;
  }
}
.sec.sec_6 .inner {
  width: 1000px;
  box-sizing: border-box;
  background: #F3F3F3;
  padding: 35px 30px;
}
@media screen and (max-width: 768px) {
  .sec.sec_6 .inner {
    width: 100%;
    padding: 25px 15px;
  }
}
.sec.sec_6 .inner .ttl {
  font-size: 18px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .sec.sec_6 .inner .ttl {
    margin-bottom: 10px;
  }
}
.sec.sec_6 .inner .list + .u_txt_1 {
  margin-top: 30px;
}
.sec.sec_6 .inner .list li {
  position: relative;
  margin-left: 15px;
}
.sec.sec_6 .inner .list li:before {
  content: "";
  position: absolute;
  display: block;
  background: #FBC933;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  left: -15px;
  top: 9px;
}
.sec.sec_6 .inner .list.list2 li:before {
  content: "";
  border-radius: 0;
  background-color: #222;
  width: 10px;
  height: 1px;
  left: -15px;
  top: 12px;
}
.sec.sec_6 .inner .example_box {
  margin-left: 15px;
}
.sec.sec_6 .inner .example_ttl {
  margin-left: 15px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec.sec_6 .inner .example_ttl {
    margin-top: 8px;
  }
}
.sec.sec_6 .inner .example_ttl:before {
  content: "";
  display: block;
  position: absolute;
  background: #FBC933;
  border-radius: 0;
  width: 10px;
  height: 3px;
  left: -15px;
  top: 12px;
}
.sec.sec_6 .inner .example_wrap {
  margin-left: 18px;
}
.sec.sec_6 .inner .sub {
  font-size: 14px;
  line-height: 1.5;
  margin: 8px 0 0 15px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .sec.sec_6 .inner .sub {
    margin: 8px 0 0 0px;
  }
}
.sec.sec_6 .inner .sub::before {
  content: '※';
  margin-right: 1px;
}
.sec.sec_7 {
  padding: 65px 0 60px;
}
@media screen and (max-width: 768px) {
  .sec.sec_7 {
    padding: 30px 15px 40px;
  }
}
@media screen and (max-width: 768px) {
  .sec.sec_7 > .inner {
    padding: 0;
  }
}
.sec.sec_7 .faq {
  width: 1000px;
  margin: 36px auto 0;
}
@media screen and (max-width: 768px) {
  .sec.sec_7 .faq {
    width: 100%;
    margin: 32px auto 0;
  }
}
.sec.sec_7 .faq .item {
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  border: 1px solid #D8D8D8;
}
.sec.sec_7 .faq .item:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .sec.sec_7 .faq .item:not(:last-child) {
    margin-bottom: 10px;
  }
}
.sec.sec_7 .faq .item .parent {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  cursor: pointer;
}
.sec.sec_7 .faq .item .parent._active .desc:before {
  right: 20px;
  transform: rotate(-135deg) translateY(-50%);
}
@media screen and (max-width: 768px) {
  .sec.sec_7 .faq .item .parent._active .desc:before {
    right: 15px;
  }
}
.sec.sec_7 .faq .item .parent .ttl {
  width: 56px;
  display: -webkit-flex;
  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_7 .faq .item .parent .ttl {
    font-size: 20px;
  }
}
.sec.sec_7 .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 .faq .item .parent .desc {
    padding: 9px 31px 11px 10px;
  }
}
.sec.sec_7 .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 .faq .item .parent .desc:before {
    top: 43%;
    right: 20px;
  }
}
.sec.sec_7 .faq .item .child {
  padding: 14px 25px 33px;
  display: none;
}
@media screen and (max-width: 768px) {
  .sec.sec_7 .faq .item .child {
    padding: 15px 15px 20px 15px;
  }
}
.sec.sec_7 .faq .item a {
  text-decoration: underline;
  color: #0E5BB5;
}
.sec.sec_7 .faq .item a:hover {
  text-decoration: none;
}
.sec.sec_7 .btn {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .sec.sec_7 .btn {
    margin-top: 30px;
  }
}
.sec.sec_7 .btn .c_btn_4 {
  margin: 0 auto;
}

.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: -webkit-flex;
  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;
  }
}

#p_apply .sec .apply_btn_2:before {
  content: none;
}


.sec.sec_2 .inner .menu li.menu_box._aic .box {
  justify-content: center;
}
.sec.sec_2 .inner .menu li.menu_box._aic .box .u_txt_1 {
  width: auto;
}

.annotation_text {
  width: 367px;
  font-size: 16px;
  font-weight: bold;
  color: #ff0000;
  margin: 10px auto;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .annotation_text {
    width: auto;
  }
}

.sec.sec_2 .inner .request._new .area {
  justify-content: center;
}
.sec.sec_2 .inner .request._new .area .box {
  margin: 0 10px 10px 0;
}
@media screen and (max-width: 768px) {
  .sec.sec_2 .inner .request._new .area {
    justify-content: space-between;
  }
  .sec.sec_2 .inner .request._new .area .box {
    margin: 0 0 5px;
  }
}
/*# sourceMappingURL=p_apply.css.map */
