/* --Guide--
1. Preset
    1-2. Media Query
    1-3. Initial value settings
    1-4. Font settings
    1-5. Padding / Margin
    1-6. Height / Width
    1-7. Background settings
    1-8. Border settings
    1-9. Text decoration
    1-10. White space
    1-11. List Icons
    1-12. Shadow

2. Modules
    2-1. Text styles
    2-2. Icons
    2-3. Header
    2-4. Footer
    2-5. Layout
    2-6. Form
    2-7. Buttons
    2-8. Table
    2-9. Navigation
    2-10. Step Bar
    2-11. Member add box
    2-12. Main KV
    2-13. Member label
    2-14. Accordion list
    2-15. Member carousel
    2-16. Alert massage
    2-17. List items
    2-18. Dialog
    2-19. Modal
    2-20. Inform bar

3. Page Customize


*/
/* ----------
 1. Preset
---------- */
/* 1-2. Media Query */
@media screen and (min-width: 1024px) {
  .hide_pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .hide_pc_tab {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .hide_sp_tab {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .hide_sp {
    display: none !important;
  }
}
/* 1-3. Initial value settings */
/* Colors */
/* Transition */
/* Radius */
.radius {
  border-radius: 3px;
}
/* Hover Opacity */
/* Padding */
/* 1-4. Font settings */
/* Font Weight */
.fw_b {
  font-weight: 700 !important;
}
/* Bold */
.fw_m {
  font-weight: 500 !important;
}
/* Medium */
.fw_n {
  font-weight: 400 !important;
}
/* Normal */
/* Font layout */
.ta_l {
  text-align: left;
}
.ta_c {
  text-align: center;
}
.ta_r {
  text-align: right;
}
/* Font size */
.fz_12 {
  font-size: 12px !important;
}
.fz_13 {
  font-size: 13px !important;
}
.fz_14 {
  font-size: 14px !important;
}
.fz_15 {
  font-size: 15px !important;
}
.fz_16 {
  font-size: 16px !important;
}
.fz_18 {
  font-size: 18px !important;
}
.fz_20 {
  font-size: 20px !important;
}
.fz_30 {
  font-size: 30px !important;
}
/* Font colors */
.tcr_default {
  color: #333 !important;
}
.tcr_purple {
  color: #944187 !important;
}
.tcr_gray {
  color: #7F7F7F;
}
.tcr_red {
  color: red !important;
}
.tcr_blue {
  color: #38508F !important;
}
/* Line height */
.lh_12 {
  line-height: 1.2;
}
.lh_default {
  line-height: 1.5;
}
/* default */
/* 1-5. Padding / Margin */
.pb_8 {
  padding-bottom: 8px !important;
}
.pb_12 {
  padding-bottom: 12px !important;
}
.pb_16 {
  padding-bottom: 16px !important;
}
.pb_24 {
  padding-bottom: 24px !important;
}
.pb_32 {
  padding-bottom: 32px !important;
}
.pb_40 {
  padding-bottom: 40px !important;
}
.pb_64 {
  padding-bottom: 64px !important;
}
.pb_80 {
  padding-bottom: 80px !important;
}
.pb_120 {
  padding-bottom: 120px !important;
}
.pt_0 {
  padding-top: 0px !important;
}
.pt_8 {
  padding-top: 8px !important;
}
.pt_16 {
  padding-top: 16px !important;
}
.pt_24 {
  padding-top: 24px !important;
}
.pt_32 {
  padding-top: 32px !important;
}
.pt_34 {
  padding-top: 32px !important;
}
.pt_40 {
  padding-top: 40px !important;
}
.pt_64 {
  padding-top: 64px !important;
}
.pt_80 {
  padding-top: 80px !important;
}
.pt_120 {
  padding-top: 120px !important;
}
.pr_8 {
  padding-right: 8px !important;
}
.pr_16 {
  padding-right: 16px !important;
}
.pr_24 {
  padding-right: 24px !important;
}
.pl_4 {
  padding-left: 4px !important;
}
.pl_8 {
  padding-left: 8px !important;
}
.pl_16 {
  padding-left: 16px !important;
}
.pl_24 {
  padding-left: 24px !important;
}
.mb_4 {
  margin-bottom: 4px !important;
}
.mb_8 {
  margin-bottom: 8px !important;
}
.mb_16 {
  margin-bottom: 16px !important;
}
.mb_24 {
  margin-bottom: 24px !important;
}
.mb_32 {
  margin-bottom: 32px !important;
}
.mb_40 {
  margin-bottom: 56px !important;
}
.mb_56 {
  margin-bottom: 56px !important;
}
.mb_64 {
  margin-bottom: 64px !important;
}
.mb_80 {
  margin-bottom: 80px !important;
}
.mb_120 {
  margin-bottom: 120px !important;
}
.mb_140 {
  margin-bottom: 140px !important;
}
.mt_8 {
  margin-top: 8px !important;
}
.mt_16 {
  margin-top: 16px !important;
}
.mt_24 {
  margin-top: 24px !important;
}
.mt_32 {
  margin-top: 32px !important;
}
.mt_40 {
  margin-top: 40px !important;
}
.mt_64 {
  margin-top: 64px !important;
}
.mt_80 {
  margin-top: 80px !important;
}
.mt_120 {
  margin-top: 120px !important;
}
.mt_160 {
  margin-top: 160px !important;
}
.mr_8 {
  margin-right: 8px !important;
}
.mr_16 {
  margin-right: 16px !important;
}
.mr_24 {
  margin-right: 24px !important;
}
.mr_32 {
  margin-right: 32px !important;
}
.mr_40 {
  margin-right: 40px !important;
}
.ml_8 {
  margin-left: 8px !important;
}
.ml_16 {
  margin-left: 16px !important;
}
.ml_24 {
  margin-left: 24px !important;
}
.ml_32 {
  margin-left: 32px !important;
}
.ml_40 {
  margin-left: 40px !important;
}
/* Height / Width */
.h0 {
  height: 0 !important;
}
.h40 {
  height: 40px;
}
.h50 {
  height: 50px;
}
.h60 {
  height: 60px;
}
.w40 {
  width: 40px;
}
.w50 {
  width: 50px;
}
.w60 {
  width: 60px;
}
.mw_40 {
  min-width: 40px;
}
.mw_60 {
  min-width: 60px;
}
.mw_80 {
  min-width: 80px;
}
.mw_130 {
  min-width: 130px;
}
.mx_340 {
  max-width: 340px;
}
.mx_480 {
  max-width: 480px;
}
/* ----------
 2. Modules
---------- */
/* Anchor setting */
.anchor_default {
  display: block;
  padding-top: 106px;
  margin-top: -106px;
}
@media screen and (max-width: 767px) {
  .anchor_default {
    padding-top: 56px;
    margin-top: -56px;
  }
}
/* 2-3. Header */
header {
  border-bottom: 1px solid #CACACA;
  position: sticky;
  overflow: hidden;
  top: 0;
  z-index: 20;
  background: #fff;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  header {
    padding: 0;
  }
}
header.open {
  overflow: visible;
}
header h1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
header .inner {
  height: 56px;
  display: flex;
  justify-content: space-between;
}
header .inner .left p {
  margin-left: 13px;
  font-size: 6px;
}
header .inner .right {
  display: flex;
}
@media screen and (max-width: 1023px) {
  header .inner .right {
    display: none;
  }
}
header .inner .right p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #EF6C1A;
}
header .inner .right p:first-child {
  margin-right: 15px;
}
header .inner .right .links {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  margin-right: 20px;
}
header .inner .right .links li {
  width: 130px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
header .inner .right .links li a {
  text-decoration: none;
  color: #333;
  font-size: 20px;
  font-weight: bold;
}
header .inner .right .links li a:hover {
  text-decoration: underline;
}
header .inner .right .links li.arrow a::after {
  content: url('https://test-spocto-agent.pages.dev/wp-content/themes/spoct-agent/asset/img/common/icons/icon_expand_more.svg');
  padding-left: 6px;
}
header .inner .hamburger {
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 56px;
}
header .inner .hamburger .panel {
  display: block;
  width: 100%;
  height: 100%;
  background: url('https://test-spocto-agent.pages.dev/wp-content/themes/spoct-agent/asset/img/common/icons/icon_hamburger.svg') no-repeat center center;
}
header .inner .hamburger .panel.open {
  background: url('https://test-spocto-agent.pages.dev/wp-content/themes/spoct-agent/asset/img/common/icons/icon_close.svg') no-repeat center center;
}
header .inner .hamburger_inner {
  position: absolute;
  right: -100%;
  top: 56px;
  padding: 1rem;
  z-index: 5;
  width: 175px;
  background: #fff;
  border-left: 1px solid #CACACA;
  border-bottom: 1px solid #CACACA;
  transition: 0.3s;
}
header .inner .hamburger_inner.open {
  right: 0;
}
header .inner .hamburger_inner .hamburger_links {
  display: flex;
  flex-direction: column;
  margin-bottom: 18px;
}
header .inner .hamburger_inner .hamburger_links li:not(:last-child) {
  margin-bottom: 14px;
}
header .inner .hamburger_inner .hamburger_links li a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
}
header .inner .hamburger_inner .hamburger_links li a:hover {
  text-decoration: underline;
}
/* 2-4. Footer */
#footer_default {
  padding: 20px 0 60px 0;
  background: linear-gradient(#38508F, #59AB8F);
  color: #fff;
}
@media screen and (max-width: 767px) {
  #footer_default {
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  #footer_default .ly_flex {
    flex-direction: column-reverse;
  }
}
#footer_default .left {
  font-size: 16px;
  bottom: 30px;
}
#footer_default .links {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  #footer_default .links {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  #footer_default .links {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 768px) {
  #footer_default .links li {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  #footer_default .links li {
    margin-bottom: 20px;
  }
}
#footer_default .links li a {
  color: #fff;
}
#footer_default .links li a:not(:hover) {
  text-decoration: none;
}
/* Layout */
.ly_center {
  display: block;
  margin-right: auto !important;
  margin-left: auto !important;
}
.ly_flex {
  display: flex;
}
.ly_flex .ly_cont {
  margin-right: 4px;
  margin-left: 4px;
}
.ly_flex.wrap {
  flex-wrap: wrap;
}
.ly_flex.center {
  justify-content: center;
}
.ly_flex.side {
  justify-content: space-between;
}
.ly_flex.left {
  justify-content: start;
}
.ly_flex.right {
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .ly_flex.pc_center {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .ly_flex.sp_center {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .ly_flex.sp_2_column .ly_cont {
    width: calc((100% - 16px) / 2);
  }
}
.ly_flex_vertical {
  display: flex;
  flex-direction: column;
}
.ly_flex_vertical.center {
  justify-content: center;
}
.ly_flex_vertical.side {
  justify-content: space-between;
}
/* Form */
.wpcf7-list-item {
  margin: 0 !important;
}
.form_text {
  width: 100%;
  padding: 8px;
  font-size: 14px;
  color: #333;
  border: none;
  border-radius: 3px;
  font-weight: 700;
  background: #eee;
}
.form_text::placeholder {
  color: #787878;
  font-weight: 400 !important;
}
.form_text.alert {
  border: 1px solid #E41A10;
}
.error {
  font-size: 12px;
  color: #FD2E2F !important;
  text-align: right;
}
.form_textarea {
  width: 100%;
  padding: 8px;
  font-size: 14px;
  color: #333;
  border: none;
  border-radius: 3px;
  font-weight: 700;
  background: #eee;
}
.form_textarea::placeholder {
  color: #787878;
  font-weight: 400 !important;
}
.form_textarea.alert {
  border: 1px solid #E41A10;
}
.form_select {
  position: relative;
}
.mw_wp_form_input .form_select::after {
  display: block;
  content: ' ';
  position: absolute;
  top: 64%;
  right: 8px;
  width: 20px;
  height: 20px;
  margin-top: -8px;
  background: url('https://test-spocto-agent.pages.dev/wp-content/themes/spoct-agent/asset/img/common/icons/icon_expand_more.svg') 0 0 no-repeat;
  background-size: 20px;
  pointer-events: none;
}
.form_select select {
  width: 100%;
  padding: 8px;
  font-size: 14px;
  color: #333;
  border-radius: 3px;
  background: #eee;
  border: none;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 700;
}
.mw_wp_form_input select::placeholder {
  color: #787878;
  font-weight: 400 !important;
}
.mw_wp_form_input select.alert {
  border: 1px solid #E41A10;
}
@media screen and (max-width: 767px) {
  .mw_wp_form_input select {
    font-size: 12px;
  }
}
.form_radio input {
  display: none;
}
.form_radio input + label {
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
}
.form_radio input + label::before {
  display: block;
  content: ' ';
  position: absolute;
  top: 45%;
  left: -2px;
  width: 20px;
  height: 20px;
  margin-top: -8px;
  background: url('https://test-spocto-agent.pages.dev/wp-content/themes/spoct-agent/asset/img/common/icons/icon_radio_off.svg') 0 0 no-repeat;
  background-size: 20px;
  pointer-events: none;
}
.form_radio input:checked + label::before {
  background: url('https://test-spocto-agent.pages.dev/wp-content/themes/spoct-agent/asset/img/common/icons/icon_radio_on.svg') 0 0 no-repeat;
  background-size: 20px;
}
.form_checkbox input {
  display: none;
}
.form_checkbox input + label {
  display: block;
  padding-left: 20px;
  margin-right: 20px;
  position: relative;
}
.form_checkbox input + label::before {
  display: block;
  content: ' ';
  position: absolute;
  top: 8px;
  left: -2px;
  width: 20px;
  height: 20px;
  margin-top: -8px;
  background: url('https://test-spocto-agent.pages.dev/wp-content/themes/spoct-agent/asset/img/common/icons/icon_check_off.svg') 0 0 no-repeat;
  background-size: 20px;
  pointer-events: none;
}
.form_checkbox input:checked + label::before {
  background: url('https://test-spocto-agent.pages.dev/wp-content/themes/spoct-agent/asset/img/common/icons/icon_check_on.svg') 0 0 no-repeat;
  background-size: 20px;
}
.form_toggle input {
  display: none;
}
.form_toggle label {
  position: relative;
  display: block;
  padding-right: 35px;
  cursor: pointer;
}
.form_toggle label::selection {
  background: none;
}
.form_toggle input[type='checkbox'] {
  position: absolute;
  visibility: hidden !important;
}
.form_toggle input[type='checkbox'] + label:before,
.form_toggle input[type='checkbox'] + label:after {
  position: absolute;
  top: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: -7.5px;
  content: '';
}
.form_toggle input[type='checkbox'] + label:before {
  right: 0;
  width: 36px;
  height: 20px;
  border: 3px solid #DADADA;
  border-radius: 15px;
  background: #fff;
}
.form_toggle input[type='checkbox']:checked + label:before {
  border: 3px solid #EF6C1A;
}
.form_toggle input[type='checkbox'] + label:after {
  right: 21px;
  top: 15px;
  width: 10px;
  height: 10px;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  border-radius: 50%;
  background: #DADADA;
}
.form_toggle input[type='checkbox']:checked + label:after {
  right: 5px;
  background: #EF6C1A;
}
/* Buttons */
.btn_sizing.negative {
  opacity: 0.5;
  pointer-events: none;
}
.btn_sizing.fit {
  width: 100%;
}
.btn_sizing.small {
  width: 145px;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn_sizing.middle {
  width: 180px;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn_sizing.large {
  width: 280px;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn_sizing.thin {
  padding-top: 8px;
  padding-bottom: 8px;
}
.btn_primary {
  display: inline-block;
  padding: 3px 0;
  max-width: 100%;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  border: 2px solid rgba(255, 255, 255, 0.7);
  cursor: pointer;
  transition: 0.3s;
}
.btn_primary.negative {
  opacity: 0.5;
  pointer-events: none;
}
.btn_primary.fit {
  width: 100%;
}
.btn_primary.small {
  width: 145px;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn_primary.middle {
  width: 180px;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn_primary.large {
  width: 280px;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn_primary.thin {
  padding-top: 8px;
  padding-bottom: 8px;
}
.btn_primary:hover {
  background: rgba(255, 255, 255, 0.4);
}
.btn_primary.disable {
  cursor: not-allowed;
  background: rgba(239, 108, 26, 0.2);
}
.btn_submit {
  /* border: 2px solid #38508F;*/
  border: none;
  color: #fff;
  font-size: 20px;
  background-color: rgba(56, 80, 143, 0.6);
  height: 40px;
  width: 180px;
  max-width: 100%;
  text-align: center;
  /* display: flex; */
  /* flex-direction: column; */
  justify-content: center;
  text-decoration: none;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .btn_submit {
    width: 100%;
  }
}
.btn_submit:hover {
  opacity: 0.7;
  cursor: pointer;
}
.btn_submit.purple {
  border: 2px solid #944187;
  background-color: rgba(148, 65, 135, 0.6);
}
.btn_submit.disable {
  border: 1px solid #bbb;
  background: #eee;
  color: #999;
  cursor: not-allowed;
}
/* table */
.table_type01 {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
}
.table_type01 th {
  padding: 10px;
  background: #eee;
  border: solid 1px #38508F;
}
.table_type01 td {
  padding: 10px;
  border: solid 1px #38508F;
}
/* CSS Preset */
* {
  box-sizing: border-box;
}
body,
#__next {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  font-size: 16px;
  position: relative;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  min-height: 100vh;
  width: 100%;
}
body > .content,
#__next > .content {
  flex: 1 0 auto;
  min-height: 1px;
  /*IE11 img resizing bug*/
}
body .modal_page,
#__next .modal_page {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  background: #fff;
  transition: 0.6s;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 1;
}
img {
  max-width: 100%;
  max-height: 100%;
}
img:not([alt]) {
  /* Counter reset css */
  filter: none;
}
@media screen and (max-width: 1023px) {
  .sp_default {
    padding-right: 19px !important;
    padding-left: 19px !important;
  }
}
@media screen and (min-width: 1024px) {
  .width_default {
    max-width: 980px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 1024px) {
  .width_default_pc560 {
    max-width: 560px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 1024px) {
  .width_default_pc670 {
    max-width: 670px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 1024px) {
  .width_default_pc860 {
    max-width: 860px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 1024px) {
  .width_default_pc900 {
    max-width: 900px;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
@media screen and (min-width: 1024px) {
  .width_default_pc950 {
    max-width: 950px;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
@media screen and (min-width: 1024px) {
  .width_default_pc990 {
    max-width: 990px;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
@media screen and (min-width: 1024px) {
  .width_default_pc1030 {
    max-width: 1030px;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
@media screen and (min-width: 1024px) {
  .width_default_pc1080 {
    max-width: 1080px;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
@media screen and (min-width: 1024px) {
  .width_default_pc1200 {
    max-width: 1200px;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
.reset_list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* ----------
 3. Page Customize
---------- */
/* 3-1. Contact form */
@media screen and (max-width: 767px) {
  .wrap-form-contact {
    padding: 40px 0 30px 0;
  }
}
.wrap-form-contact h2 {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .wrap-form-contact h2 {
    text-align: left;
    margin-bottom: 40px;
  }
}
.contact-form .row:not(.is-note) {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .contact-form .row {
    flex-wrap: wrap;
  }
  .contact-form .row .left {
    width: auto;
    margin-right: 8px;
  }
  .contact-form .row .middle {
    width: auto;
  }
  .contact-form .row .right {
    width: 100%;
    margin-top: 8px;
  }
}
.contact-form .title {
  font-size: 16px;
  font-weight: bold;
}
.contact-form .required {
  display: block;
  color: #fff;
  font-size: 10px;
  background: #38508F;
  border-radius: 11px;
  width: 32px;
  padding: 2px 3px 3px 3px;
  text-align: center;
}
/* ============= */
/* 共通レイアウト */
/* ============= */
/* 01 TOPページ 各セクション */
.ly_temp_01 {
  max-width: 1030px;
  margin: 0 auto;
  margin-bottom: 20px;
  position: relative;
  /* Color Options */
  /* layout Options */
}
@media screen and (max-width: 1023px) {
  .ly_temp_01 {
    padding-right: 19px !important;
    padding-left: 19px !important;
  }
}
.ly_temp_01 .inner {
  width: 67%;
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  .ly_temp_01 .inner {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .ly_temp_01 .inner {
    width: 100%;
  }
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  .ly_temp_01 .under .inner {
    width: 100%;
  }
}
.ly_temp_01 dl {
  display: flex;
  flex-wrap: wrap;
}
.ly_temp_01 dl dt,
.ly_temp_01 dl dd {
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid #DADDE0;
}
.ly_temp_01 dl dt {
  width: 35%;
}
.ly_temp_01 dl dd {
  width: 65%;
}
@media screen and (max-width: 767px) {
  .ly_temp_01 dl dt {
    width: 35%;
  }
  .ly_temp_01 dl dd {
    width: 65%;
  }
}
.ly_temp_01 h2 {
  font-size: 32px;
  margin-bottom: 37px;
}
@media screen and (max-width: 767px) {
  .ly_temp_01 h2 {
    font-size: 22px;
  }
}
.ly_temp_01 .top {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .ly_temp_01 .middle {
    position: absolute;
    top: 0;
    right: 50px;
    max-width: 270px;
  }
}
@media screen and (max-width: 767px) {
  .ly_temp_01 .middle {
    display: flex;
    justify-content: end;
    margin-bottom: -30px;
    padding-right: 20px;
  }
  .ly_temp_01 .middle img {
    width: 225px;
  }
}
.ly_temp_01 .under {
  padding: 50px 50px 30px 50px;
  position: relative;
  color: #fff;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .ly_temp_01 .under {
    padding: 50px 20px 30px 20px;
    margin-bottom: 60px;
  }
}
.ly_temp_01 .under::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #38508F;
  transform: skewY(-3deg);
  z-index: -1;
}
.ly_temp_01 .under .title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 34px;
  text-indent: -42px;
  padding-left: 42px;
}
.ly_temp_01 .under .title::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  border: 6px solid #fff;
  border-radius: 50%;
  margin-right: 15px;
  position: relative;
  top: 5px;
}
.ly_temp_01 .under ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 1rem;
}
.ly_temp_01.bg_purple .under::before {
  background-color: #944187;
}
.ly_temp_01.reverse .top,
.ly_temp_01.reverse .under {
  display: flex;
  justify-content: end;
}
.ly_temp_01.reverse .top .inner,
.ly_temp_01.reverse .under .inner {
  width: 63%;
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  .ly_temp_01.reverse .top .inner,
  .ly_temp_01.reverse .under .inner {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .ly_temp_01.reverse .top .inner,
  .ly_temp_01.reverse .under .inner {
    width: 100%;
  }
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  .ly_temp_01.reverse .under .inner {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .ly_temp_01.reverse .middle {
    right: auto;
    left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .ly_temp_01.reverse .middle {
    display: flex;
    justify-content: start;
    margin-bottom: -30px;
    margin-right: 0;
    padding-left: 20px;
  }
}
.ly_temp_01.type_b {
  margin-bottom: 40px;
}
.ly_temp_01.type_b h2 {
  font-size: 24px;
  color: #38508F;
  text-indent: -42px;
  padding-left: 42px;
}
.ly_temp_01.type_b h2::before {
  content: url('https://test-spocto-agent.pages.dev/wp-content/themes/spoct-agent/asset/img/common/icons/icon_title_round.svg');
  position: relative;
  top: 6px;
  padding-right: 14px;
}
@media screen and (max-width: 767px) {
  .ly_temp_01.type_b h2 {
    font-size: 20px;
  }
}
.ly_temp_01.type_b .middle {
  top: 60px;
}
.ly_temp_01.type_c {
  margin-bottom: 40px;
}
.ly_temp_01.type_c h2 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #38508F;
}
@media screen and (max-width: 767px) {
  .ly_temp_01.type_c h2 {
    font-size: 20px;
  }
}
.ly_temp_01.type_c .sub_title {
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .ly_temp_01.type_c .sub_title {
    font-size: 20px;
  }
}
.ly_temp_01.type_c h3 {
  color: #38508F !important;
}
@media screen and (max-width: 767px) {
  .ly_temp_01.type_c h3 {
    color: #333 !important;
    font-size: 16px;
  }
}
.ly_temp_01.type_c h3:not(:first-child) {
  margin-top: 24px;
}
.ly_temp_02 {
  max-width: 1030px;
  margin: 0 auto;
  margin-bottom: 20px;
  position: relative;
  /* Color Options */
  /* layout Options */
  font-size: 14px;
}
@media screen and (max-width: 1023px) {
  .ly_temp_02 {
    padding-right: 19px !important;
    padding-left: 19px !important;
  }
}
.ly_temp_02 .inner {
  width: 67%;
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  .ly_temp_02 .inner {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .ly_temp_02 .inner {
    width: 100%;
  }
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  .ly_temp_02 .under .inner {
    width: 100%;
  }
}
.ly_temp_02 dl {
  display: flex;
  flex-wrap: wrap;
}
.ly_temp_02 dl dt,
.ly_temp_02 dl dd {
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid #DADDE0;
}
.ly_temp_02 dl dt {
  width: 17%;
}
.ly_temp_02 dl dd {
  width: 73%;
}
@media screen and (max-width: 767px) {
  .ly_temp_02 dl dt {
    width: 30%;
  }
  .ly_temp_02 dl dd {
    width: 70%;
  }
}
.ly_temp_02 h2 {
  font-size: 32px;
  margin-bottom: 37px;
}
@media screen and (max-width: 767px) {
  .ly_temp_02 h2 {
    font-size: 22px;
  }
}
.ly_temp_02 .top {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .ly_temp_02 .middle {
    position: absolute;
    top: 0;
    right: 50px;
    max-width: 270px;
  }
}
@media screen and (max-width: 767px) {
  .ly_temp_02 .middle {
    display: flex;
    justify-content: end;
    margin-bottom: -30px;
    padding-right: 20px;
  }
  .ly_temp_02 .middle img {
    width: 225px;
  }
}
.ly_temp_02 .under {
  padding: 50px 50px 30px 50px;
  position: relative;
  color: #fff;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .ly_temp_02 .under {
    padding: 50px 20px 30px 20px;
    margin-bottom: 60px;
  }
}
.ly_temp_02 .under::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #38508F;
  transform: skewY(-3deg);
  z-index: -1;
}
.ly_temp_02 .under .title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 34px;
  text-indent: -42px;
  padding-left: 42px;
}
.ly_temp_02 .under .title::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  border: 6px solid #fff;
  border-radius: 50%;
  margin-right: 15px;
  position: relative;
  top: 5px;
}
.ly_temp_02 .under ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 1rem;
}
.ly_temp_02.bg_purple .under::before {
  background-color: #944187;
}
.ly_temp_02.reverse .top,
.ly_temp_02.reverse .under {
  display: flex;
  justify-content: end;
}
.ly_temp_02.reverse .top .inner,
.ly_temp_02.reverse .under .inner {
  width: 63%;
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  .ly_temp_02.reverse .top .inner,
  .ly_temp_02.reverse .under .inner {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .ly_temp_02.reverse .top .inner,
  .ly_temp_02.reverse .under .inner {
    width: 100%;
  }
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  .ly_temp_02.reverse .under .inner {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .ly_temp_02.reverse .middle {
    right: auto;
    left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .ly_temp_02.reverse .middle {
    display: flex;
    justify-content: start;
    margin-bottom: -30px;
    margin-right: 0;
    padding-left: 20px;
  }
}
.ly_temp_02.type_b {
  margin-bottom: 40px;
}
.ly_temp_02.type_b h2 {
  font-size: 24px;
  color: #38508F;
  text-indent: -42px;
  padding-left: 42px;
}
.ly_temp_02.type_b h2::before {
  content: url('https://test-spocto-agent.pages.dev/wp-content/themes/spoct-agent/asset/img/common/icons/icon_title_round.svg');
  position: relative;
  top: 6px;
  padding-right: 14px;
}
@media screen and (max-width: 767px) {
  .ly_temp_02.type_b h2 {
    font-size: 20px;
  }
}
.ly_temp_02.type_b .middle {
  top: 60px;
}
.ly_temp_02.type_c {
  margin-bottom: 40px;
}
.ly_temp_02.type_c h2 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #38508F;
}
@media screen and (max-width: 767px) {
  .ly_temp_02.type_c h2 {
    font-size: 20px;
  }
}
.ly_temp_02.type_c .sub_title {
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .ly_temp_02.type_c .sub_title {
    font-size: 20px;
  }
}
.ly_temp_02.type_c h3 {
  color: #38508F !important;
}
@media screen and (max-width: 767px) {
  .ly_temp_02.type_c h3 {
    color: #333 !important;
    font-size: 16px;
  }
}
.ly_temp_02.type_c h3:not(:first-child) {
  margin-top: 24px;
}
.ly_temp_02 h2 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #38508F;
}
@media screen and (max-width: 767px) {
  .ly_temp_02 h2 {
    font-size: 20px;
  }
}
.ly_temp_02 .sub_title {
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .ly_temp_02 .sub_title {
    font-size: 15px;
  }
}
.ly_temp_02 h3 {
  color: #38508F !important;
}
@media screen and (max-width: 767px) {
  .ly_temp_02 h3 {
    color: #333 !important;
    font-size: 16px;
  }
}
.ly_temp_02 h3:not(:first-child) {
  margin-top: 24px;
}
.ly_temp_02 ul {
  margin-top: 0;
  padding-left: 20px;
}
.separate {
  max-width: 1030px;
  margin: 140px auto 40px auto;
}
@media screen and (max-width: 1023px) {
  .separate {
    padding-right: 19px !important;
    padding-left: 19px !important;
  }
}
@media screen and (max-width: 767px) {
  .separate {
    margin-top: 60px;
  }
}
/* ======= */
/* 個別設定 */
/* ======= */
.wrap_kv {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .wrap_kv {
    margin-bottom: 42px;
  }
}
.wrap_kv .wrap_kv_title {
  display: block;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}
.wrap_kv .wrap_kv_title .kv_title {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  position: absolute;
  left: 111px;
  bottom: 28px;
}
@media screen and (max-width: 767px) {
  .wrap_kv .wrap_kv_title .kv_title {
    font-size: 22px;
    left: 20px;
    bottom: 10px;
  }
}
/* Service */
.card_service {
  color: #fff;
  font-size: 20px;
  background-color: rgba(56, 80, 143, 0.6);
  height: 40px;
  width: 180px;
  max-width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .card_service {
    width: 100%;
  }
}
.card_service:hover {
  opacity: 0.7;
}
.card_service.purple {
  background-color: rgba(148, 65, 135, 0.6);
}
.list_service {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .list_service li a {
    color: #fff;
    font-size: 20px;
    background-color: rgba(56, 80, 143, 0.6);
    height: 40px;
    width: 180px;
    max-width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-decoration: none;
    transition: 0.3s;
    width: 320px;
    height: 60px;
    margin: 15px 8px;
    line-height: 20px;
  }
  .list_service li a:hover {
    opacity: 0.7;
  }
  .list_service li a.purple {
    border: 2px solid #944187;
    background-color: rgba(148, 65, 135, 0.6);
  }
  .list_service.purple li a {
    background-color: rgba(148, 65, 135, 0.6);
  }
}
@media screen and (min-width: 768px) and screen and (max-width: 767px) {
  .list_service li a {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .list_service {
    flex-direction: column;
    font-weight: bold;
  }
  .list_service li a {
    display: block;
    list-style-type: disc;
    color: #8896BC;
    font-size: 16px;
    text-decoration: underline;
    margin-top: 20px;
  }
  .list_service li:first-child a {
    margin-top: 0;
  }
  .list_service.purple li a {
    color: #E3AEDB;
  }
}
