/* ======================================================
 * atlas 追記
 * ------------------------------------------------------
 * andelp
 * bmr
====================================================== */

/* utility */
.aL {  text-align: left !important;}.aC {  text-align: center !important;}.aR {  text-align: right !important;}
.mt_00 {  margin-top: 0 !important;}.mt_SS {  margin-top: 0.5em !important;}.mt_S {  margin-top: 1em !important;}.mt_M {  margin-top: 1.5em !important;}.mt_L {  margin-top: 2em !important;}.mt_LL {  margin-top: 3em !important;}
.mt_15 {  margin-top: 15px !important;}.mt_20 {  margin-top: 20px !important;}.mt_30 {  margin-top: 30px !important;}.mt_40 {  margin-top: 40px !important;}.mt_50 {  margin-top: 50px !important;}.mt_60 {  margin-top: 60px !important;}.mb_00 {  margin-bottom: 0 !important;}.mb_30 {  margin-bottom: 30px !important;}.mb_40 {  margin-bottom: 40px !important;}
.pt_00 {  padding-top: 0 !important;}.pt_30 {  padding-top: 30px !important;}.pt_60 {  padding-top: 60px !important;}.pb_00 {padding-bottom: 0 !important;}
.no-border {  border: none !important;}
@media only screen and (max-width: 767px){
    .pcElement {
        display: none;
    }
}
@media only screen and (min-width: 768px){
    .spElement {
        display: none;
    }
}

/* ======================================================
 * andelp
====================================================== */

/* text */
.text-bold {
    font-weight: bold;
}
.text-large {
    font-size: 18px;
    line-height: 1.8;
}
.text-small {
    font-size: 14px;
    line-height: 1.8;
}
.normal-list {
    margin-top: 30px;
    position: relative;
    padding-left: 1em;
    line-height: 1.75;
}
.normal-list .dot {
    position: absolute;
    left: 0;
    width: 1em;
    text-align: center;
}
.normal-list li + li {
    margin-top: 15px;
}
/* box */
.box-gray {
    margin-top: 40px;
    padding: 30px 60px;
    background-color: #ecf1f5;
}
.box-gray.-round {
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .box-gray {
      padding: 20px;
  }
}
.box-gray.-white {
  background-color: #fff;
}

/* cv */
.sec-wrapper-01 {
position: relative;
}
.fv-link {
  top: -66px;
  bottom: auto;
}

/* footer */
.include-footer {
  padding-bottom: 142px;
}
@media screen and (max-width: 767px) {
  .footer-link {
    height: 120px;
  }
  .include-footer {
    padding-bottom: 120px;
  }
}

/* accordion */
.details > summary {
    position: relative;
    display: block;
    cursor: pointer;
    list-style: none;
}
.details > summary::-webkit-details-marker {
  display:none;
}
.m-accordion {
    overflow: hidden;
    background: #fff;
    border: 2px solid #003a77;
    border-radius: 8px;
}
.m-accordion + .m-accordion {
    margin-top: 15px;
}
.m-accordion summary {
    display: flex;
    align-items: center;
    padding: 25px 25px 25px;
    font-size: 24px;
    font-weight: 700;
    color: #003a77;
    background: #fff;
    transition: background 0.3s cubic-bezier(0.43, 0.05, 0.17, 1);
}
@media screen and (max-width: 767px) {
  .m-accordion summary {
    padding: var(--size11) var(--size40) var(--size15) var(--size15);
    font-size: var(--size16);
  }
}
.m-accordion .details-content {
    padding: 25px 20px;
    background: #f2f5f8;
    border-radius: 0 0 5px 5px;
}
.m-accordion summary::before,
.m-accordion summary::after {
    background: #111;
    content: '';
    display: block;
    transition: all .6s ease-out;
    width: 21px;
    height: 2px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
}
@media screen and (max-width: 767px) {
  .m-accordion summary::before,
  .m-accordion summary::after {
      right: var(--size15);
  }
}
.m-accordion summary::after {
  transform: rotate(90deg);
}
.m-accordion[open] summary::after {
  background: none;
}
.m-accordion .roboto {
    background: #003a77;
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-right: 20px;
    padding: 2px 25px;
}
@media screen and (max-width: 767px) {
  .m-accordion .roboto {
    font-size: var(--size14);
    font-weight: 700;
    margin-right: var(--size10);
    padding: var(--size4) var(--size6) var(--size2);
  }
}
/* accordion faq*/
.m-accordion.-faq summary, .m-accordion.-faq .details-content {
    padding: 30px 80px 30px 85px;
}
.m-accordion.-faq summary {
    font-size: 16px;
    color: #111;
    background: url(../img/index_icon15.png) no-repeat left 10px top 50%;
    cursor: pointer;
    position: relative;
}
.m-accordion.-faq .details-content {
    background: var(--color-gray-1) url(../img/index_icon16.png) no-repeat left 10px top 15px;
}
@media screen and (max-width: 767px) {
  .m-accordion.-faq summary {
    background: url(../img/index_icon15.png) no-repeat left 10px top 50% / var(--size37) var(--size32);
    cursor: pointer;
    font-size: var(--size14);
    padding: var(--size15) var(--size50);
  }
  .m-accordion.-faq summary::before,.m-accordion.-faq summary::after {
    background: var(--color-black);
    content: '';
    display: block;
    transition: all .6s ease-out;
    width: var(--size20);
    height: var(--size2);
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: var(--size15);
  }
  .m-accordion.-faq[open] summary::after {
    background: none;
}
  .m-accordion.-faq .details-content {
    padding: var(--size15) var(--size15) var(--size15) var(--size50);
    background: var(--color-gray-1) url(../img/index_icon16.png) no-repeat left 10px top var(--size15)/ var(--size37) var(--size32);
  }
}
/* sec-09-dd-inner */
.sec-09-dd-inner.df {
  display: flex;
}
.sec-09-dd-inner.df picture + picture {
  margin-left: 4px;
}
@media screen and (max-width: 767px) {
  .sec-09-dd-inner.df {
    display: block;
  }
.sec-09-dd-inner.df picture + picture {
  margin-left: auto;
}
}

/* ======================================================
 * bmr
====================================================== */

/* H1 */
.heading-wrap {
    background-color: #003a77;
    color: #fff;
    padding: 30px 0;
    margin-top: 50px;
    position: relative;
}
@media screen and (max-width: 767px) {
  .heading-wrap {
    padding: 40px 0;
    }
}
.heading-wrap::after {
    z-index: 1;
    content: "";
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-color: #003a77 transparent transparent transparent;
    border-width: 20px 18px 0 18px;
    position: absolute;
    bottom: calc(-1 * 12px);
    left: 0;
    right: 0;
}
.heading {
    margin: 0;
    overflow: hidden;
    font-weight: bold;
    font-size: 32px;
    font-family: "Montserrat", "HiraginoSans", Roboto, "Arial", "Yu Gothic", "游ゴシック", "Noto Sans CJK JP", "Noto Sans JP", system-ui, sans-serif;
    line-height: 1.3;
}
.heading > .sub {
    margin-bottom: 8px;
    font-size: 26px;
}
@media screen and (max-width: 767px) {
  .heading  {
    margin: 0 0 10px;
    font-size: 28px;
    }
    .heading > .sub {
    font-size: 21px;
}
}
.heading-side {
    color: #111;
    font-weight: bold;
    font-size:  18px;
    line-height: 1.8;
}
.heading-side span {
    background: #fff;
    padding: 4px 15px;
}
.heading-side span + span {
    margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .heading-wrap {
    text-align: center;
    }
}
/* H2 */
.subheading {
    margin: 60px 0 25px;
    color: #003a77;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
/* H3 */
.heading-border {
    margin: 40px 0 16px;
    color: #003a77;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    padding-left: 15px;
    position: relative;
}
.heading-border::before {
    background-color: var(--color-blue-2);
    content: "";
    height: 26px;
    left: 0;
    position: absolute;
    top: 1px;
    width: 4px;
}
@media screen and (max-width: 767px) {
  .heading-border {
    margin: 30px 0 16px;
    }
}
/* H4 */
.heading-lead {
    margin: 40px 0 16px;
    color: #003a77;
    font-size: 18px;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
  .subheading {
    margin: 15px 0 15px;
    }
}

/* text */
.text-large {
    font-size: 18px;
    line-height: 1.8;
}
.color-emphasis {
    color: #003a77;
}
.normal-list {
    margin-top: 30px;
    position: relative;
    padding-left: 1em;
    line-height: 1.75;
}
.normal-list .dot {
    position: absolute;
    left: 0;
    width: 1em;
    text-align: center;
}
.normal-list li + li {
    margin-top: 15px;
}

.note-list {
    margin-top: 30px;
    position: relative;
    padding-left: 2em;
    line-height: 1.75;
    font-size: 14px;
}
.note-list .note {
    position: absolute;
    left: 0;
    width: 2em;
    text-align: center;
}
.note-list li + li {
    margin-top: 15px;
}

/* link */
a {
    color: #0099ff;
}

/* image */
.image-box {
    margin-top: 30px;
}

/* section */
.section-content {
    padding: 60px 0 60px;
}
.bg-emphasis {
    background: #f4f4f8;
}
.c-container {
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    width: 1030px;
}
@media screen and (max-width: 767px) {
.c-container {
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
}
}

/* flex-item */
.flex-item {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media screen and (max-width: 767px) {
  .flex-item {
    display: block;
    }
}

/* table */
.table-normal {
    margin-top: 30px;
    width: 100%;
}
.table-normal thead tr th {
    background: #003a77;
    color: #fff;
    padding: 15px 10px 10px 10px;
    border: 1px solid #003a77;
    border-right: 1px solid #b3c4d6;
    font-weight: bold;
    line-height: 1.6;
}
.table-normal tbody tr th {
    background: #f5f5f5;
    border: 1px solid #003a77;
    width: calc(15px * 7);
    min-width: calc(15px * 7);
    padding: 20px 10px;
    font-weight: bold;
    line-height: 1.6;
}
.table-normal thead tr th:last-of-type {
    border-right: 1px solid #003a77;
}
.table-normal tbody tr td {
    border: 1px solid #b3c4d6;
    padding: 20px 15px;
    font-weight: normal;
    line-height: 1.6;
    background-color: #ffffff;
}

/* accordion-box*/
.faq-wrapper.-normal-type  dt {
  padding: 20px 60px 20px 20px;
  background: none;
}
.faq-wrapper.-normal-type  dd {
  padding: 32px 64px;
  background: var(--color-gray-1);
}
@media screen and (max-width: 767px) {
  .faq-wrapper.-normal-type  dt {
    padding: var(--size15) var(--size50) var(--size15) var(--size15);
  }
  .faq-wrapper.-normal-type  dd {
    padding: var(--size15);
}
}

/* sec-wrapper-01 */
.sec-wrapper-01 {
    padding-top: 0;
}
/* fv-link */
.fv-link.-no-fv {
  position: static;
  margin-top: 30px;
}
/* footer */
.blue-bg-01::after {
    background: none;
}

/*240920追加*/
@media screen and (min-width: 768px) and (max-width: 1030px){
.c-container {
    width: unset !important;
}
.center-contents {
    width: 95%;
  }
}