@charset "UTF-8";
/* 修正はSassで。CSSに書かないこと */
/* ======================================================================
 akiyasoudan
====================================================================== */
.hamburger-btn-under > li {
  background-color: #DA3832 !important;
}

.akysdn_header .header-position {
  justify-content: space-between;
}
.akysdn_header .header-nav {
  justify-content: flex-end;
}
@media screen and (min-width: 1200px) {
  .akysdn_header .header-logo,
  .akysdn_header .header-logo-under {
    width: 263px !important;
  }
}
@media screen and (min-width: 1200px) {
  .akysdn_header .header-nav-left > li,
  .akysdn_header .header-nav-left-under > li {
    margin-left: 30px;
  }
}
.akysdn_header_contact a {
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #DA3832;
  color: #FFF !important;
  width: 168px;
  height: 36px;
  font-size: 12px;
}
@media screen and (max-width: 765px) {
  .akysdn_header_contact a {
    display: block;
    width: auto;
    height: auto;
    font-size: 15px;
  }
}

.akysdn_inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}

.akysdn_mv {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  width: 100%;
  height: 260px;
}
@media screen and (max-width: 765px) {
  .akysdn_mv {
    height: 200px;
  }
}
.akysdn_mv._okom {
  background-image: url(../img/akiya_okomari_mv.jpg);
}
@media screen and (max-width: 765px) {
  .akysdn_mv._okom {
    background-image: url(../img/akiya_okomari_mv_sp.jpg);
  }
}
.akysdn_mv._gyos {
  background-image: url(../img/akiya_gyosha_mv.jpg);
}
@media screen and (max-width: 765px) {
  .akysdn_mv._gyos {
    background-image: url(../img/akiya_gyosha_mv_sp.jpg);
  }
}
.akysdn_mv._qa {
  background-image: url(../img/akiya_qanda_mv.jpg);
}
@media screen and (max-width: 765px) {
  .akysdn_mv._qa {
    background-image: url(../img/akiya_qanda_mv_sp.jpg);
  }
}
.akysdn_mv_ttl {
  color: #FFF;
  font-size: 35px;
}
@media screen and (max-width: 765px) {
  .akysdn_mv_ttl {
    font-size: 25px;
  }
}

.akysdn_breadcrumb {
  margin-top: 20px;
}
.akysdn_breadcrumb .breadcrumb {
  padding: 0;
  font-size: 10px;
}
.akysdn_breadcrumb .breadcrumb > li:nth-of-type(n+2) {
  margin-left: 7px;
  padding-left: 10px;
}
.akysdn_breadcrumb .breadcrumb > li:nth-of-type(n+2)::before {
  content: "/";
  color: #D5D5D5;
}

.akysdn_appform {
  background: #F8F8F8;
  padding: 100px 0;
}
@media screen and (max-width: 765px) {
  .akysdn_appform {
    padding: 60px 0 40px;
  }
}
.akysdn_appform_ttl {
  text-align: center;
  font-size: 30px;
  margin-bottom: 30px;
}
.akysdn_appform_menu {
  display: flex;
  flex-wrap: wrap;
  gap: 1.33%;
  margin-bottom: 50px;
}
.akysdn_appform_menu_btn {
  cursor: pointer;
  opacity: 1;
  transition: all 0.2s ease-in-out;
  font-weight: 700;
  box-sizing: border-box;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
  border: 1px solid #D5D5D5;
  font-size: 16px;
  width: 24%;
  height: 50px;
  margin-top: 12px;
  line-height: 1.3;
}
@media screen and (max-width: 765px) {
  .akysdn_appform_menu_btn {
    transition: none;
  }
}
.akysdn_appform_menu_btn:hover, .akysdn_appform_menu_btn:hover img {
  opacity: 0.7;
}
@media screen and (max-width: 765px) {
  .akysdn_appform_menu_btn:hover, .akysdn_appform_menu_btn:hover img {
    opacity: 1;
  }
}
.akysdn_appform_menu_btn._w50 {
  width: 49.333%;
}
.akysdn_appform_menu_btn._active {
  background: #000;
  border-color: #000;
  color: #FFF;
}
.akysdn_appform_list {
  position: relative;
  box-sizing: border-box;
  background: #FFF;
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
  padding: 50px 70px;
}
@media screen and (max-width: 765px) {
  .akysdn_appform_list {
    padding: 40px 20px;
  }
}
.akysdn_appform_list_att {
  position: absolute;
  top: 20px;
  left: 20px;
  font-weight: 700;
  color: #DA3832;
  border: 3px solid #DA3832;
  padding: 2% 3%;
  font-size: 20px;
}
@media screen and (max-width: 765px) {
  .akysdn_appform_list_att {
    position: static;
    width: fit-content;
    margin: 0 auto 20px;
  }
}
.akysdn_appform_list_top {
  font-size: 16px;
  margin-bottom: 60px;
}
@media screen and (max-width: 765px) {
  .akysdn_appform_list_top {
    text-align: center;
    margin-bottom: 40px;
  }
}
.akysdn_appform_list_txt {
  text-align: center;
  font-size: 16px;
  margin-bottom: 60px;
}
@media screen and (max-width: 765px) {
  .akysdn_appform_list_txt {
    margin-bottom: 40px;
  }
}
.akysdn_appform_list .wpcf7-form > p {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 765px) {
  .akysdn_appform_list .wpcf7-form > p {
    display: block;
    font-size: 14px;
  }
}
.akysdn_appform_list_ttl {
  width: 19%;
}
@media screen and (max-width: 765px) {
  .akysdn_appform_list_ttl {
    width: auto;
  }
}
.akysdn_appform_list_box {
  position: relative;
  width: 75.75%;
}
@media screen and (max-width: 765px) {
  .akysdn_appform_list_box {
    width: auto;
  }
}
@media screen and (max-width: 765px) {
  .akysdn_appform_list_box._check {
    margin-top: 15px;
    display: block;
  }
}
.akysdn_appform_list input {
  border: none;
  box-sizing: border-box;
}
.akysdn_appform_list .wpcf7-text {
  width: 100%;
  background: #F4F4F4;
  height: 44px;
  padding: 10px;
}
.akysdn_appform_list .wpcf7-textarea {
  box-sizing: border-box;
  border: none;
  width: 100%;
  background: #F4F4F4;
  height: 44px;
  padding: 10px;
  height: 10em;
}
.akysdn_appform_list .wpcf7-form-control-wrap {
  position: static;
  display: block;
}
.akysdn_appform_list .wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
  margin-top: 10px;
}
.akysdn_appform_list .wpcf7-not-valid {
  display: block;
  background: #FFEAEA;
  border: 2px solid #FF3B3B;
}
.akysdn_appform_list .wpcf7-not-valid-tip {
  position: absolute;
  top: -20px;
  left: 0;
  color: #FF3B3B;
  font-size: 12px;
}
@media screen and (max-width: 765px) {
  .akysdn_appform_list .wpcf7-not-valid-tip {
    position: static;
  }
}
@media screen and (max-width: 765px) {
  .akysdn_appform_list .wpcf7-checkbox {
    display: block;
    margin-top: 10px;
  }
}
.akysdn_appform_list .wpcf7-list-item {
  margin: 15px;
  display: block;
  line-height: 1;
}
.akysdn_appform_list .wpcf7-list-item label {
  cursor: pointer;
}
.akysdn_appform_list .wpcf7-list-item input {
  display: none;
}
.akysdn_appform_list .wpcf7-list-item input:checked + .wpcf7-list-item-label {
  background-image: url(../img/emp_check_on.svg);
  background-size: 20px;
}
.akysdn_appform_list .wpcf7-list-item .wpcf7-list-item-label {
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(../img/emp_check_off.svg);
  background-size: 20px;
  padding-left: 30px;
  line-height: 1.3;
}
.akysdn_appform_list .wpcf7-select {
  appearance: none;
  background: #F4F4F4 url(../img/emp_form_select.svg) no-repeat 97% 50%;
  background-size: 12px;
  border: none;
  width: 100%;
  height: 44px;
  padding: 10px;
}
.akysdn_appform_list_change {
  display: block;
}
.akysdn_appform_list_change:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (max-width: 765px) {
  .akysdn_appform_list_change:first-child {
    margin-top: 15px;
  }
}
.akysdn_appform_btm {
  margin-top: 40px;
}
.akysdn_appform_btm .wpcf7-form-control {
  cursor: pointer;
  box-sizing: border-box;
  display: block;
  width: 100%;
}
.akysdn_appform_btm .wpcf7-form-control._submit {
  opacity: 1;
  transition: all 0.2s ease-in-out;
  font-weight: 700;
  background: #DA3832;
  color: #FFF;
  min-width: 270px;
  width: max-content;
  max-width: 370px;
  font-size: 16px;
  height: 50px;
  padding: 0 40px;
  margin: 30px auto 0;
}
@media screen and (max-width: 765px) {
  .akysdn_appform_btm .wpcf7-form-control._submit {
    transition: none;
  }
}
.akysdn_appform_btm .wpcf7-form-control._submit:hover, .akysdn_appform_btm .wpcf7-form-control._submit:hover img {
  opacity: 0.7;
}
@media screen and (max-width: 765px) {
  .akysdn_appform_btm .wpcf7-form-control._submit:hover, .akysdn_appform_btm .wpcf7-form-control._submit:hover img {
    opacity: 1;
  }
}
@media screen and (max-width: 765px) {
  .akysdn_appform_btm .wpcf7-form-control._submit {
    width: 100%;
    height: 70px;
    padding: 0;
    font-size: 15px;
  }
}
.akysdn_appform_btm_att {
  font-size: 12px;
  line-height: 24px;
  margin-top: 30px;
}
@media screen and (max-width: 765px) {
  .akysdn_appform_btm_att {
    margin-top: 20px;
  }
}
.akysdn_appform_btm_att span {
  color: #DA3832;
}
.akysdn_appform_btm_att._center {
  text-align: center;
}
.akysdn_appform_btm_att a {
  color: #000;
}
.akysdn_appform_btm .wpcf7-form-control-wrap {
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #D5D5D5;
  background: #EDEDED;
  width: 370px;
  height: 45px;
  margin: 20px auto 0;
  font-size: 14px;
}
.akysdn_appform_btm .wpcf7-form-control-wrap .wpcf7-form-control {
  padding: 10px;
}
@media screen and (max-width: 765px) {
  .akysdn_appform_btm .wpcf7-form-control-wrap {
    width: 100%;
  }
}
.akysdn_appform_btm_list {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 765px) {
  .akysdn_appform_btm_list {
    display: block;
    font-size: 14px;
  }
}
.akysdn_appform_btm_list .wpcf7-form-control-wrap {
  margin: 0;
  border: none;
}
.akysdn_appform_select {
  appearance: none;
  background: #FFF url(../img/emp_form_select.svg) no-repeat 95% 50%;
  background-size: 12px;
  border: 1px solid #D5D5D5;
  width: 100%;
  font-size: 16px;
  height: 50px;
  border-radius: 6px;
  padding: 0 20px;
  margin-bottom: 30px;
}
.akysdn_appform_num {
  font-weight: 700;
}
.akysdn_appform_att {
  font-size: 14px;
}
@media screen and (max-width: 765px) {
  .akysdn_appform_att {
    font-size: 12px;
  }
}

.akysdn_ttl {
  text-align: center;
  font-size: 18px;
}
.akysdn_ttl._under {
  font-size: 24px;
}
.akysdn_ttl::after {
  content: "";
  display: block;
  background: #000;
  margin: 25px auto 0;
  width: 40px;
  height: 1px;
}
.akysdn_ttl span {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: italic;
  display: block;
  font-size: 60px;
}

.akysdn_top_mv {
  text-align: center;
  line-height: 1;
  width: 100%;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/akiya_top_mv.jpg);
}
@media screen and (max-width: 765px) {
  .akysdn_top_mv {
    background-image: url(../img/akiya_top_mv_sp.jpg);
  }
}
.akysdn_top_mv .akysdn_inner {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 517px;
  padding-top: 80px;
}
@media screen and (max-width: 765px) {
  .akysdn_top_mv .akysdn_inner {
    padding-top: 50px;
    height: 517px;
  }
}
.akysdn_top_mv_copy {
  font-size: 18px;
  line-height: 29px;
  margin-bottom: 25px;
}
@media screen and (max-width: 765px) {
  .akysdn_top_mv_copy {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
}
.akysdn_top_mv_ttl {
  font-size: 40px;
  margin-bottom: 25px;
}
@media screen and (max-width: 765px) {
  .akysdn_top_mv_ttl {
    font-size: 30px;
    line-height: 43px;
    margin-bottom: 10px;
  }
}
.akysdn_top_mv_txt {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 25px;
}
.akysdn_top_mv_btn {
  opacity: 1;
  transition: all 0.2s ease-in-out;
  font-weight: 700;
  color: #FFF;
  background: #DA3832;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 270px;
  height: 50px;
  font-size: 14px;
}
@media screen and (max-width: 765px) {
  .akysdn_top_mv_btn {
    transition: none;
  }
}
.akysdn_top_mv_btn:hover, .akysdn_top_mv_btn:hover img {
  opacity: 0.7;
}
@media screen and (max-width: 765px) {
  .akysdn_top_mv_btn:hover, .akysdn_top_mv_btn:hover img {
    opacity: 1;
  }
}
.akysdn_top_mv_img {
  position: absolute;
  bottom: 40px;
  right: 110px;
}
@media screen and (max-width: 765px) {
  .akysdn_top_mv_img {
    width: 152px;
    right: 50%;
    margin-right: -76px;
    bottom: 10px;
  }
  .akysdn_top_mv_img img {
    width: 100%;
  }
}
.akysdn_top_about {
  box-sizing: border-box;
  padding: 90px 0 100px;
}
@media screen and (max-width: 765px) {
  .akysdn_top_about {
    padding: 50px 0;
  }
}
.akysdn_top_about_txt {
  text-align: center;
  font-size: 14px;
  line-height: 28px;
  margin-top: 40px;
}
@media screen and (max-width: 765px) {
  .akysdn_top_about_txt {
    margin-top: 80px;
    margin-left: 40%;
    text-align: left;
  }
}
.akysdn_top_about_img {
  position: absolute;
  bottom: -30px;
  left: 0;
}
@media screen and (max-width: 765px) {
  .akysdn_top_about_img {
    width: 40%;
    bottom: 0;
  }
  .akysdn_top_about_img img {
    width: 100%;
  }
}
.akysdn_top_overview {
  background: #F8F8F8;
  padding: 110px 0;
}
@media screen and (max-width: 765px) {
  .akysdn_top_overview {
    padding: 50px 0;
  }
}
.akysdn_top_overview_ttl {
  font-weight: 700;
  font-size: 30px;
}
@media screen and (max-width: 765px) {
  .akysdn_top_overview_ttl {
    font-size: 20px;
  }
}
.akysdn_top_overview_txt {
  text-align: center;
  font-size: 14px;
  line-height: 28px;
  margin-top: 40px;
}
@media screen and (max-width: 765px) {
  .akysdn_top_overview_txt {
    text-align: left;
    margin-top: 20px;
  }
}
.akysdn_top_overview_img {
  text-align: center;
  margin-top: 100px;
}
@media screen and (max-width: 765px) {
  .akysdn_top_overview_img {
    margin-top: 20px;
  }
}
.akysdn_top_overview_img img {
  max-width: 100%;
}
.akysdn_top_overview_list {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
@media screen and (max-width: 765px) {
  .akysdn_top_overview_list {
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
.akysdn_top_overview_list_box {
  position: relative;
  box-sizing: border-box;
  border: 1px solid #5B6998;
  background: #FFF;
  width: 188px;
  height: 160px;
  padding: 30px 10px 15px;
}
@media screen and (max-width: 765px) {
  .akysdn_top_overview_list_box {
    margin-top: 4%;
    width: 100%;
    height: auto;
    padding: 15px;
  }
}
.akysdn_top_overview_list_num {
  font-weight: 700;
  background: #011145;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  font-size: 13px;
}
@media screen and (max-width: 765px) {
  .akysdn_top_overview_list_num {
    width: 24px;
    height: 24px;
    top: 15px;
    left: 15px;
  }
}
.akysdn_top_overview_list_ttl {
  font-weight: 700;
  color: #011145;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 24px;
  height: 3em;
}
@media screen and (max-width: 765px) {
  .akysdn_top_overview_list_ttl {
    display: block;
    text-align: left;
    height: auto;
    padding-left: 30px;
  }
}
.akysdn_top_overview_list_txt {
  font-size: 10px;
  line-height: 16px;
  margin-top: 30px;
}
@media screen and (max-width: 765px) {
  .akysdn_top_overview_list_txt {
    font-size: 12px;
    margin: 10px 0 0 30px;
    line-height: 18px;
  }
}
.akysdn_top_overview_list_txt a {
  color: #116FBF;
  text-decoration: underline;
}
.akysdn_top_overview_list_txt a:hover {
  text-decoration: none;
}
.akysdn_top_overview_list_arw {
  text-align: center;
  margin: 5px auto;
}
.akysdn_top_overview_list_arw + .akysdn_top_overview_list_ttl {
  height: auto;
}
@media screen and (max-width: 765px) {
  .akysdn_top_overview_list_arw + .akysdn_top_overview_list_ttl {
    text-align: center;
    padding-left: 0;
  }
}
.akysdn_top_contact {
  text-align: center;
  color: #FFF;
  padding: 60px 0;
}
@media screen and (max-width: 765px) {
  .akysdn_top_contact {
    padding: 50px 0;
    width: 90%;
    margin: 0 auto;
  }
}
.akysdn_top_contact_box {
  width: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/akiya_top_contact.jpg);
  padding: 50px 0 75px;
}
@media screen and (max-width: 765px) {
  .akysdn_top_contact_box {
    padding: 30px 4% 4%;
    background-image: url(../img/akiya_top_contact_sp.jpg);
  }
}
.akysdn_top_contact_ttl {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 60px;
}
.akysdn_top_contact_catch {
  font-size: 18px;
  margin-top: 20px;
}
.akysdn_top_contact_txt {
  font-size: 14px;
}
.akysdn_top_contact_txt a {
  color: #FFF;
  text-decoration: none;
}
.akysdn_top_contact_list {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
@media screen and (max-width: 765px) {
  .akysdn_top_contact_list {
    display: block;
    margin: 30px;
  }
}
.akysdn_top_contact_list_btn {
  opacity: 1;
  transition: all 0.2s ease-in-out;
  font-weight: 700;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  width: 260px;
  height: 130px;
  margin: 0 20px;
}
@media screen and (max-width: 765px) {
  .akysdn_top_contact_list_btn {
    transition: none;
  }
}
.akysdn_top_contact_list_btn:hover, .akysdn_top_contact_list_btn:hover img {
  opacity: 0.7;
}
@media screen and (max-width: 765px) {
  .akysdn_top_contact_list_btn:hover, .akysdn_top_contact_list_btn:hover img {
    opacity: 1;
  }
}
@media screen and (max-width: 765px) {
  .akysdn_top_contact_list_btn {
    width: 100%;
    margin: 10px 0;
    height: 100px;
  }
}
.akysdn_top_contact_list_btn._c01 {
  background: #0E73D8;
}
.akysdn_top_contact_list_btn._c02 {
  background: #739D3A;
}
.akysdn_top_contact_list_btn._c03 {
  background: #DA3832;
}

.akysdn_okom_flow {
  padding: 60px 0 90px;
}
@media screen and (max-width: 765px) {
  .akysdn_okom_flow {
    padding: 50px 0;
  }
}
.akysdn_okom_flow_txt {
  color: #000;
  display: block;
  text-align: center;
  font-size: 14px;
  margin: 50px 0 -30px;
}
@media screen and (max-width: 765px) {
  .akysdn_okom_flow_txt {
    margin: 30px 0 -20px;
  }
}
.akysdn_okom_flow_box:not(:last-child) {
  margin-bottom: 150px;
}
@media screen and (max-width: 765px) {
  .akysdn_okom_flow_box:not(:last-child) {
    margin-bottom: 70px;
  }
}
.akysdn_okom_flow_list {
  display: table;
  margin: 70px auto 0;
}
@media screen and (max-width: 765px) {
  .akysdn_okom_flow_list {
    display: block;
    margin: 50px 0 0;
  }
}
.akysdn_okom_flow_list_box {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 765px) {
  .akysdn_okom_flow_list_box {
    justify-content: space-between;
  }
}
.akysdn_okom_flow_list_box:not(:last-child) {
  margin-bottom: 40px;
}
.akysdn_okom_flow_list_box:not(:last-child) .akysdn_okom_flow_list_num::after {
  content: "";
  display: block;
  background: #D5D5D5;
  position: absolute;
  z-index: -1;
  width: 5px;
  height: 120%;
  bottom: -120%;
  left: 50%;
  margin-left: -2.5px;
}
.akysdn_okom_flow_list_num {
  position: relative;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: italic;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #FFF;
  background: #000;
  width: 50px;
  height: 50px;
  font-size: 26px;
  margin-right: 40px;
}
@media screen and (max-width: 765px) {
  .akysdn_okom_flow_list_num {
    margin-right: 0;
  }
}
.akysdn_okom_flow_list_txt {
  position: relative;
  font-weight: 700;
  box-sizing: border-box;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  font-size: 18px;
  width: 640px;
  height: 70px;
  padding: 0 30px;
}
@media screen and (max-width: 765px) {
  .akysdn_okom_flow_list_txt {
    width: 80%;
    line-height: 1.5;
    font-size: 14px;
    padding: 10px 15px;
    display: block;
    height: auto;
  }
}
.akysdn_okom_flow_list_txt span {
  position: absolute;
  bottom: -30px;
  left: 0;
  font-size: 12px;
}
@media screen and (max-width: 765px) {
  .akysdn_okom_flow_list_txt span {
    font-size: 10px;
    bottom: -20px;
  }
}
.akysdn_okom_flow_list_txt a {
  color: #000;
  text-decoration: underline;
}
.akysdn_okom_flow_list_txt a:hover {
  text-decoration: none;
}
.akysdn_okom_form {
  background: #F8F8F8;
  padding: 50px 0 100px;
}
@media screen and (max-width: 765px) {
  .akysdn_okom_form {
    padding: 50px 0;
  }
}
.akysdn_okom_form_cont {
  background: #FFF;
  padding: 60px 70px;
}
@media screen and (max-width: 765px) {
  .akysdn_okom_form_cont {
    padding: 20px;
  }
}
.akysdn_okom_form_cont .wpcf7-form > p {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 765px) {
  .akysdn_okom_form_cont .wpcf7-form > p {
    display: block;
    font-size: 14px;
  }
}
.akysdn_okom_form_cont .wpcf7-form > p._top {
  align-items: flex-start;
}
.akysdn_okom_form_cont .wpcf7-form > p + .akysdn_okom_form_cont_num {
  margin-top: 80px;
}
.akysdn_okom_form_cont_ttl {
  width: 19%;
}
@media screen and (max-width: 765px) {
  .akysdn_okom_form_cont_ttl {
    width: auto;
  }
}
.akysdn_okom_form_cont_box {
  position: relative;
  width: 75.75%;
}
@media screen and (max-width: 765px) {
  .akysdn_okom_form_cont_box {
    width: auto;
  }
}
@media screen and (max-width: 765px) {
  .akysdn_okom_form_cont_box._check {
    margin-top: 15px;
    display: block;
  }
}
.akysdn_okom_form_cont_num {
  font-weight: 700;
}
.akysdn_okom_form_cont_att {
  font-size: 12px;
  line-height: 24px;
}
.akysdn_okom_form_cont_att span {
  color: #DA3832;
}
.akysdn_okom_form_cont_att a {
  color: #000;
}
.akysdn_okom_form_cont input {
  border: none;
  box-sizing: border-box;
}
.akysdn_okom_form_cont .wpcf7-text {
  width: 100%;
  background: #F4F4F4;
  height: 44px;
  padding: 10px;
}
.akysdn_okom_form_cont .wpcf7-textarea {
  box-sizing: border-box;
  border: none;
  width: 100%;
  background: #F4F4F4;
  height: 44px;
  padding: 10px;
  height: 10em;
}
.akysdn_okom_form_cont .wpcf7-form-control-wrap {
  position: static;
  display: block;
}
.akysdn_okom_form_cont .wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
  margin-top: 10px;
}
.akysdn_okom_form_cont .wpcf7-not-valid {
  display: block;
  background: #FFEAEA;
  border: 2px solid #FF3B3B;
}
.akysdn_okom_form_cont .wpcf7-not-valid-tip {
  position: absolute;
  top: -20px;
  left: 0;
  color: #FF3B3B;
  font-size: 12px;
}
@media screen and (max-width: 765px) {
  .akysdn_okom_form_cont .wpcf7-not-valid-tip {
    position: static;
  }
}
.akysdn_okom_form_cont .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 765px) {
  .akysdn_okom_form_cont .wpcf7-checkbox {
    display: block;
    margin-top: 10px;
  }
}
.akysdn_okom_form_cont .wpcf7-checkbox._w1 .wpcf7-list-item {
  width: 100%;
}
.akysdn_okom_form_cont .wpcf7-checkbox._w3 .wpcf7-list-item {
  width: 28%;
}
@media screen and (max-width: 765px) {
  .akysdn_okom_form_cont .wpcf7-checkbox._w3 .wpcf7-list-item {
    width: 100%;
  }
}
.akysdn_okom_form_cont .wpcf7-checkbox._w4 .wpcf7-list-item {
  width: 20%;
}
@media screen and (max-width: 765px) {
  .akysdn_okom_form_cont .wpcf7-checkbox._w4 .wpcf7-list-item {
    width: 100%;
  }
}
.akysdn_okom_form_cont .wpcf7-list-item {
  margin: 10px 15px;
  display: block;
  line-height: 1;
  width: 45%;
}
@media screen and (max-width: 765px) {
  .akysdn_okom_form_cont .wpcf7-list-item {
    width: 100%;
  }
}
.akysdn_okom_form_cont .wpcf7-list-item label {
  cursor: pointer;
}
.akysdn_okom_form_cont .wpcf7-list-item input {
  display: none;
}
.akysdn_okom_form_cont .wpcf7-list-item input:checked + .wpcf7-list-item-label {
  background-image: url(../img/emp_check_on.svg);
  background-size: 20px;
}
.akysdn_okom_form_cont .wpcf7-list-item .wpcf7-list-item-label {
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(../img/emp_check_off.svg);
  background-size: 20px;
  padding-left: 30px;
  line-height: 1.3;
}
.akysdn_okom_form_cont .wpcf7-select {
  appearance: none;
  background: #F4F4F4 url(../img/emp_form_select.svg) no-repeat 97% 50%;
  background-size: 12px;
  border: none;
  width: 100%;
  height: 44px;
  padding: 10px;
}
.akysdn_okom_form_cont .wpcf7-form-control {
  cursor: pointer;
  box-sizing: border-box;
  width: 100%;
}
.akysdn_okom_form_cont .wpcf7-form-control._submit {
  opacity: 1;
  transition: all 0.2s ease-in-out;
  font-weight: 700;
  background: #DA3832;
  color: #FFF;
  min-width: 270px;
  width: max-content;
  max-width: 370px;
  font-size: 16px;
  height: 50px;
  padding: 0 40px;
  margin: 30px auto 0;
}
@media screen and (max-width: 765px) {
  .akysdn_okom_form_cont .wpcf7-form-control._submit {
    transition: none;
  }
}
.akysdn_okom_form_cont .wpcf7-form-control._submit:hover, .akysdn_okom_form_cont .wpcf7-form-control._submit:hover img {
  opacity: 0.7;
}
@media screen and (max-width: 765px) {
  .akysdn_okom_form_cont .wpcf7-form-control._submit:hover, .akysdn_okom_form_cont .wpcf7-form-control._submit:hover img {
    opacity: 1;
  }
}
@media screen and (max-width: 765px) {
  .akysdn_okom_form_cont .wpcf7-form-control._submit {
    width: 100%;
    height: 70px;
    padding: 0;
    font-size: 15px;
  }
}
.akysdn_okom_form_txt {
  text-align: center;
  font-size: 14px;
  margin-top: 30px;
}
@media screen and (max-width: 765px) {
  .akysdn_okom_form_txt {
    font-size: 12px;
    margin-top: 25px;
  }
}
.akysdn_okom_form_dl {
  font-weight: 700;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  color: #000;
  border: 1px solid #333;
  background: url(../img/emp_dl_wh.svg) no-repeat 100% 100%;
  background-size: 70px;
  width: 380px;
  height: 70px;
  font-size: 16px;
  padding: 0 30px;
  margin: 60px auto 0;
}
@media screen and (max-width: 765px) {
  .akysdn_okom_form_dl {
    width: 100%;
    margin-top: 30px;
    padding: 0 10px;
  }
}
.akysdn_okom_form_ttl {
  font-size: 28px;
  font-weight: bold;
  color: #DA3832;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 765px) {
  .akysdn_okom_form_ttl {
    font-size: 20px;
    margin-bottom: 0;
    text-align: left;
  }
}
.akysdn_okom_form_ttl_flex {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 120px;
}
@media screen and (max-width: 765px) {
  .akysdn_okom_form_ttl_flex {
    padding-left: 0;
  }
}
.akysdn_okom_form_ttl_img {
  width: 100px;
  margin-left: 20px;
}
@media screen and (max-width: 765px) {
  .akysdn_okom_form_ttl_img {
    width: 60px;
    margin-left: 10px;
  }
}
.akysdn_okom_form_ttl_br {
  display: none;
}
@media screen and (max-width: 765px) {
  .akysdn_okom_form_ttl_br {
    display: block;
  }
}

.akysdn_qa_cont {
  margin: 90px auto 150px;
  width: 90%;
  max-width: 900px;
}
@media screen and (max-width: 765px) {
  .akysdn_qa_cont {
    margin: 50px auto;
  }
}
.akysdn_qa_cont_ttl {
  font-weight: 700;
  margin-top: 60px;
  font-size: 20px;
  border-left: 1px solid #000;
  padding-left: 20px;
}
@media screen and (max-width: 765px) {
  .akysdn_qa_cont_ttl {
    font-size: 18px;
    padding-left: 10px;
    margin-top: 50px;
  }
}
.akysdn_qa_list {
  margin-top: 30px;
}
@media screen and (max-width: 765px) {
  .akysdn_qa_list {
    margin-top: 15px;
  }
}
.akysdn_qa_list_box {
  border: 1px solid #B1B1B1;
  padding: 10px;
}
.akysdn_qa_list_box:not(:last-child) {
  margin-bottom: 15px;
}
.akysdn_qa_list_top, .akysdn_qa_list_btm {
  display: flex;
  line-height: 1.5;
  padding: 10px;
}
.akysdn_qa_list_top {
  position: relative;
  opacity: 1;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 765px) {
  .akysdn_qa_list_top {
    transition: none;
  }
}
.akysdn_qa_list_top:hover, .akysdn_qa_list_top:hover img {
  opacity: 0.7;
}
@media screen and (max-width: 765px) {
  .akysdn_qa_list_top:hover, .akysdn_qa_list_top:hover img {
    opacity: 1;
  }
}
.akysdn_qa_list_top::after {
  content: "";
  position: absolute;
  display: block;
  background: url(../img/emp_form_select.svg) no-repeat 0 0;
  background-size: 100%;
  width: 12px;
  height: 12px;
  top: 15px;
  right: 15px;
}
.akysdn_qa_list_top._active::after {
  transform: rotate(180deg);
}
.akysdn_qa_list_top .akysdn_qa_list_ico span {
  background: #011145;
}
.akysdn_qa_list_btm {
  background: #FFF0F0;
  margin-top: 5px;
}
.akysdn_qa_list_btm .akysdn_qa_list_ico span {
  background: #E22E3C;
}
.akysdn_qa_list_ico {
  width: 4%;
}
@media screen and (max-width: 765px) {
  .akysdn_qa_list_ico {
    width: 10%;
  }
}
.akysdn_qa_list_ico span {
  font-weight: 700;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  width: 21px;
  height: 21px;
}
.akysdn_qa_list_ttl, .akysdn_qa_list_txt {
  box-sizing: border-box;
  width: 96%;
}
@media screen and (max-width: 765px) {
  .akysdn_qa_list_ttl, .akysdn_qa_list_txt {
    width: 90%;
  }
}
.akysdn_qa_list_ttl {
  font-weight: 700;
  font-size: 16px;
}
@media screen and (max-width: 765px) {
  .akysdn_qa_list_ttl {
    font-size: 14px;
    padding-right: 20px;
  }
}
.akysdn_qa_list_txt {
  font-size: 13px;
}
.akysdn_qa_list_link {
  color: #000;
  text-decoration: underline;
}
.akysdn_qa_list_link:hover {
  text-decoration: none;
}/*# sourceMappingURL=akiyasoudan.css.map */