@media screen and (max-width: 767px) {
  .body {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .header-level3-left-logo img {
    width: 129px;
    height: 15px;
  }
}
.section-header .font-avenir {
  font-size: 18px;
  font-weight: 600;
  background: #8999ab;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
}
.inline {
  display: inline-block;
}
.p sup {
  display: inline-block;
  line-height: 1;
  font-size: small;
  top: -1.2em;
}
@media screen and (max-width: 1023px) {
  .flow .col-848 {
    width: 100%;
  }
}
/* ========================================================================
     Component: Mainvisual
 ========================================================================== */
.fv {
  background: linear-gradient(120deg, #35adeb, #336bae, #323e85);
}
.fv .fv-h1 {
  font-size: clamp(24px, 3.515625vw, 36px);
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.6em;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .fv .fv-h1 {
    font-size: 24px;
  }
}
.fv .fv-p {
  font-size: clamp(16px, 1.5625vw, 16px);
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .fv .fv-p {
    font-size: 16px;
  }
}
.fv .fv-h2 {
  font-size: clamp(24px, 2.9296875vw, 30px);
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.6em;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .fv .fv-h2 {
    font-size: 24px;
  }
}
.fv .fv-24 {
  font-size: clamp(20px, 2.34375vw, 24px);
  font-weight: 600;
  line-height: 1.6em;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .fv .fv-24 {
    font-size: 20px;
  }
}
.fv .ul-area-w {
  background-color: #fff;
  border-radius: 4px;
  padding-top: 32px;
  padding-bottom: 32px;
  text-align: left;
}
@media screen and (max-width: 500px) {
  .fv .ul-area-w {
    padding-top: 22px;
    padding-bottom: 22px;
  }
}
.fv .ul-area {
  padding: 0 80px;
  text-align: left;
}
@media screen and (max-width: 500px) {
  .fv .ul-area {
    padding: 0 40px;
  }
}
.fv .list-bullet-padding {
  display: inline-block;
  text-align: left;
  padding: 8px 20px;
}
.fv .list-bullet-b > li {
  position: relative;
}
.fv .list-bullet-b > li::before {
  content: "";
  background: #596a7d;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  position: absolute;
  top: 0.9em;
  left: -23px;
  transform: translateY(-50%);
}
.fv .ul-area-b {
  background-color: #e6f7ff;
  border-radius: 4px;
  padding-top: 32px;
  padding-bottom: 32px;
  text-align: left;
}
@media screen and (max-width: 500px) {
  .fv .ul-area-b {
    padding-top: 22px;
    padding-bottom: 22px;
  }
}
.fv .text-note-w {
  font-size: clamp(12px, 1.171875vw, 12px);
  letter-spacing: 0.04em;
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .fv .text-note-w {
    font-size: 14px;
  }
}
.fv .fv-p-red {
  color: #f34b4b;
  border: 2px solid #f34b4b;
  padding: 3px 5px;
  display: inline-block;
  margin: 0 55px;
  background-color: #fff;
}
@media screen and (max-width: 500px) {
  .fv .fv-p-red {
    margin: 0 20px;
  }
}
.fv .arrow-sp {
  text-align: center;
  margin: auto;
}
.fv-arrow {
  display: flex;
  align-items: center;
}
.underline {
  position: relative;
  z-index: 0;
  background: linear-gradient(transparent 66%, rgba(243,75,75,0.7) 66%);
}
/* ========================================================================
   Component: anchor
========================================================================== */
.anchor-item {
  width: 100%;
  background: #fff;
  border-radius: 4px;
  text-align: center;
  font-weight: 600;
  box-shadow: 0px 8px 24px rgba(51,51,51,0.102);
  position: relative;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .anchor-item {
    width: 31%;
    max-width: 260px;
  }
}
@media screen and (max-width: 767px) {
  .anchor-item {
    margin-bottom: 16px;
  }
}
.anchor-item:hover {
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .anchor-item:last-child {
    margin-bottom: 0;
  }
}
.anchor-item-num {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #8999ab;
  border-radius: 4px;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .anchor-item-num {
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .anchor-item-num {
    width: 30px;
    height: 30px;
    line-height: 30px;
    top: 50%;
    transform: translateY(-50%);
    left: 16px;
  }
}
.anchor-item-num span {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .anchor-item-num span {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .anchor-item-num:before {
    content: "";
    border-style: solid;
    border-width: 9px 4px 0 4px;
    border-color: #8999ab transparent transparent transparent;
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.anchor-item a {
  display: block;
  height: 100%;
  padding: 40px 12px;
  position: relative;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .anchor-item a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .anchor-item a {
    padding: 16px;
  }
}
.anchor-item a:before,
.anchor-item a:after {
  content: "";
  position: absolute;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .anchor-item a:before,
  .anchor-item a:after {
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .anchor-item a:before,
  .anchor-item a:after {
    top: 0;
  }
}
.anchor-item a:before {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #094c97;
  bottom: -20px;
}
@media screen and (max-width: 767px) {
  .anchor-item a:before {
    bottom: 0;
    right: 16px;
    width: 30px;
    height: 30px;
  }
}
.anchor-item a::after {
  width: 10px;
  height: 10px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: rotate(135deg);
  bottom: -4px;
}
@media screen and (max-width: 767px) {
  .anchor-item a::after {
    bottom: 2px;
    right: 26px;
  }
}
.anchor-inner {
  max-width: 884px;
  margin: auto;
}
@media screen and (max-width: 884px) {
  .anchor-inner {
    padding: 0 20px;
  }
}
/* ========================================================================
   Component: point
========================================================================== */
.point-lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.point-list {
  display: flex;
}
@media screen and (max-width: 767px) {
  .point-list {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .point-list:nth-child(3) {
    margin-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .point-list:last-child {
    margin-bottom: 0;
  }
}
.point-list-image {
  width: 130px;
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .point-list-image {
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .point-list-image img {
    max-width: 100%;
  }
}
.point-list-detail {
  flex: 1;
}
.point-list-title {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .point-list-title {
    font-size: 16px;
  }
}
.point-list-title + p {
  font-size: 14px;
}
.content-w {
  padding: 24px 40px 15px;
  background-color: #fff;
  border: 1px solid #c9d1d9;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .content-w {
    padding: 24px 16px 15px;
  }
}
.display-ib {
  display: inline-block;
}
.feasible-li {
  background-color: #f0f3f5;
  border: 1px solid #c9d1d9;
  border-radius: 4px;
  padding: 16px 40px;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .feasible-li {
    padding: 16px 16px;
  }
}
.benefits-li,
.feasible-li {
  display: flex;
  align-items: center;
}
.benefits-li {
  padding-bottom: 24px;
}
.feasible-icon,
.benefits-icon {
  padding-right: 16px;
}
.dotted-line {
  position: relative;
}
.dotted-line:after {
  content: "";
  position: absolute;
  top: -10px;
  left: 330px;
  width: 100%;
  border: 1px dotted #c9d1d9;
  transform: rotate(155deg);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .dotted-line:after {
    top: 100px;
    left: 40%;
    width: 20%;
    transform: rotate(90deg);
  }
}
@media screen and (min-width: 768px) {
  .plr-40 {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (min-width: 768px) {
  .pb-24sp {
    padding-bottom: 24px;
  }
}
/* ========================================================================
    Component: flow
 ========================================================================== */
.flow .content-header .list-asterisk li {
  display: inline-block;
}
.flow-box-step span {
  width: 68px;
  height: 68px;
  line-height: 68px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  background: #98a6b5;
  position: absolute;
  top: -34px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
.flow-box-step span:after {
  content: "";
  width: 140%;
  height: 140%;
  border-radius: 50%;
  background: #98a6b5;
  opacity: 0.5;
  position: absolute;
  top: -20%;
  left: -20%;
  right: 0;
  margin: auto;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .flow-box-col-text {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .flow-box-col-title {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .flow-box-cols-3 {
    padding-bottom: 40px;
  }
}
.flow-box-large {
  position: relative;
  padding: 64px 20px 20px;
  border-radius: 4px;
}
@media screen and (min-width: 1024px) {
  .flow-box-large {
    padding: 64px 88px 40px;
  }
}
.flow-box-large.step-1:after {
  content: "";
  width: 3px;
  height: 100px;
  background: transparent linear-gradient(180deg, #98a6b5 0%, #596a7d 100%);
  opacity: 0.25;
  position: absolute;
  bottom: -100px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -2;
}
.flow-box-large.step-1 {
  background: #f0f3f5;
}
.flow-box-large.step-2 {
  background: #dde2e7;
}
.flow-box-large.step-2 .txtlink:after {
  transform: rotate(135deg);
}
.flow-box-large.step-3 {
  background: #c9d1d9;
}
.flow-box-large .col-264 {
  background: #fff;
  padding: 20px;
}
@media screen and (min-width: 1024px) {
  .flow-box-large .col-264 {
    width: 264px;
  }
}
@media screen and (max-width: 1023px) {
  .flow-box-large .col-264 {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .flow-box-large .col-264 {
    width: 100%;
  }
}
.flow-box-large .col-264-title span {
  position: relative;
  display: inline-block;
  font-weight: 600;
}
.flow-box-large .col-264-title span:before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  color: #fff;
  margin-right: 4px;
}
.flow-box-large .col-264.entry-1,
.flow-box-large .col-264.entry-2 {
  position: relative;
}
@media screen and (max-width: 767px) {
  .flow-box-large .col-264.entry-1,
  .flow-box-large .col-264.entry-2 {
    margin-bottom: 24px;
  }
}
.flow-box-large .col-264.entry-1:before,
.flow-box-large .col-264.entry-2:before,
.flow-box-large .col-264.entry-1:after,
.flow-box-large .col-264.entry-2:after {
  content: "";
  position: absolute;
  z-index: 1;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .flow-box-large .col-264.entry-1:before,
  .flow-box-large .col-264.entry-2:before,
  .flow-box-large .col-264.entry-1:after,
  .flow-box-large .col-264.entry-2:after {
    top: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .flow-box-large .col-264.entry-1:before,
  .flow-box-large .col-264.entry-2:before,
  .flow-box-large .col-264.entry-1:after,
  .flow-box-large .col-264.entry-2:after {
    bottom: -26px;
  }
}
.flow-box-large .col-264.entry-1:before,
.flow-box-large .col-264.entry-2:before {
  width: 30px;
  height: 3px;
  background: #96d7f9;
  right: -30px;
}
@media screen and (max-width: 767px) {
  .flow-box-large .col-264.entry-1:before,
  .flow-box-large .col-264.entry-2:before {
    width: 3px;
    height: 26px;
    left: 0;
    right: 0;
  }
}
.flow-box-large .col-264.entry-1:after,
.flow-box-large .col-264.entry-2:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 13px;
  border-color: transparent transparent transparent #96d7f9;
  right: -40px;
}
@media screen and (max-width: 767px) {
  .flow-box-large .col-264.entry-1:after,
  .flow-box-large .col-264.entry-2:after {
    border-width: 13px 5px 0 5px;
    border-color: #96d7f9 transparent transparent transparent;
    left: 0;
    right: 0;
    bottom: -30px;
  }
}
.flow-box-large .col-264.entry-1 span:before {
  content: "1";
  background: #96d7f9;
}
.flow-box-large .col-264.entry-2 {
  position: relative;
}
.flow-box-large .col-264.entry-2:before {
  background: #35adeb;
}
.flow-box-large .col-264.entry-2:after {
  border-color: transparent transparent transparent #35adeb;
}
@media screen and (max-width: 767px) {
  .flow-box-large .col-264.entry-2:after {
    border-color: #35adeb transparent transparent transparent;
  }
}
.flow-box-large .col-264.entry-2 span:before {
  content: "2";
  background: #35adeb;
}
.flow-box-large .col-264.entry-3 span:before {
  content: "3";
  background: #323e85;
}
.tile-title-r {
/* position: absolute */
/* top: -20px */
/* left: 5% */
  text-align: center;
  width: 80%;
  transform: translateY(-20px);
  margin: 0 auto -20px;
}
.tile-title-r p {
  font-size: 18px;
  font-weight: bold;
  background: #f34b4b;
  color: #fff;
  padding: 4px 0;
  border-radius: 4px;
  position: relative;
}
.tile-title-r p span {
  font-size: 24px;
}
.tile-title-r p span:after {
  content: "";
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #f34b4b transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -6px;
}
.precautions-area {
  border-radius: 4px;
  background-color: #fff;
  position: relative;
}
.tile-title-g {
/* position: absolute */
/* top: -20px */
/* left: 5% */
  text-align: center;
  width: 80%;
  transform: translateY(-20px);
  margin: 0 auto -20px;
}
.tile-title-g p {
  font-size: 18px;
  font-weight: bold;
  background: #8999ab;
  color: #fff;
  padding: 4px 0;
  border-radius: 4px;
  position: relative;
}
.tile-title-g p span {
  font-size: 24px;
}
.tile-title-g p span:after {
  content: "";
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #8999ab transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -6px;
}
.precautions-content span {
  color: #f34b4b;
}
.flow-flex-p {
  padding: 16px 40px 40px;
}
/* ========================================================================
   Component: qa
========================================================================== */
.qa-tab {
  max-width: 848px;
  width: 79.69924812030075vw;
  margin: auto;
  display: flex;
}
@media screen and (max-width: 480px) {
  .qa-tab {
    width: 100%;
  }
}
.qa-tab-item {
  width: 33.33333%;
}
@media screen and (max-width: 380px) {
  .qa-tab-item {
    width: inherit;
  }
}
.qa-tab-item-link {
  display: block;
  text-align: center;
  padding: 16px 0;
  border-bottom: 4px solid #c9d1d9;
  opacity: 0.5;
  line-height: 1;
}
@media screen and (max-width: 380px) {
  .qa-tab-item-link {
    padding: 16px 10px;
  }
}
.qa-tab-item-link.current {
  border-bottom: 4px solid #094c97;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .qa-tab-item-link img {
    width: auto;
    height: 12px;
  }
}
@media screen and (min-width: 768px) {
  .qa-category {
    display: flex;
    align-items: center;
  }
}
.qa-category-title {
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .qa-category-title {
    margin-right: 8px;
  }
}
@media screen and (max-width: 767px) {
  .qa-category-title {
    margin-bottom: 8px;
  }
}
.qa-category-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .qa-category-list {
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .qa-category-list-item {
    margin-right: 8px;
  }
}
@media screen and (max-width: 767px) {
  .qa-category-list-item {
    width: calc(50% - 4px);
    margin-bottom: 8px;
  }
}
.qa-category-list-item a {
  font-weight: 600;
  padding: 8px 16px;
  background: #f0f3f5;
  color: #094c97;
}
@media screen and (max-width: 767px) {
  .qa-category-list-item a {
    display: block;
    font-size: 14px;
    padding: 4px 16px;
  }
}
@media screen and (max-width: 767px) {
  .qa .col-848 {
    width: calc(100vw - 40px);
  }
}
.qa-box {
  border: 1px solid #c9d1d9;
  margin-bottom: 34px;
}
.qa-question,
.qa-answer {
  padding: 24px;
}
@media screen and (max-width: 767px) {
  .qa-question,
  .qa-answer {
    padding: 16px;
  }
}
.qa-question-inner,
.qa-answer-inner {
  position: relative;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .qa-question-inner,
  .qa-answer-inner {
    padding-left: 32px;
  }
}
.qa-question-inner:before,
.qa-answer-inner:before {
  font-family: "Avenir";
  font-weight: 600;
  font-size: 30px;
  position: absolute;
  left: 0;
  top: 0.5em;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .qa-question-inner:before,
  .qa-answer-inner:before {
    font-size: 26px;
  }
}
.qa-question {
  background: #f0f3f5;
  display: flex;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .qa-question {
    align-items: center;
  }
}
.qa-question-inner {
  flex: 1;
  padding-right: 16px;
}
@media screen and (max-width: 767px) {
  .qa-question-inner {
    padding-right: 0;
  }
}
.qa-question-inner:before {
  content: "Q";
  color: #707f89;
}
.qa-question p {
  font-weight: 600;
}
.qa-question .toggle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #094c97;
  position: relative;
}
.qa-question .toggle::before,
.qa-question .toggle::after {
  content: "";
  width: 10px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.3s;
}
.qa-question .toggle::after {
  transform: rotate(90deg);
}
.qa-answer {
  background: #fff;
}
.qa-answer-inner:before {
  content: "A";
  color: #f34b4b;
}
.qa-answer p {
  line-height: 1.8;
}
.qa-answer p a {
  position: relative;
  color: #094c97;
  border-bottom: 1px solid #094c97;
  transition: opacity 300m;
}
.qa-answer p a:hover {
  border-bottom: none;
}
.js_accordion-head.active .toggle::after {
  transform: rotate(180deg);
}
/* ========================================================================
    Component: Contact
 ========================================================================== */
.contact::before {
  background-position: 100%;
}
.webp .contact::before {
  background-image: url("/service/usen-members/assets/images/contact_bg@2x.png.webp");
}
.no-webp .contact::before {
  background-image: url("/service/usen-members/assets/images/contact_bg@2x.png");
}
@media screen and (max-width: 1023px) {
  .contact::before {
    background-position: bottom right 32%;
  }
  .webp .contact::before {
    background-image: url("/service/usen-members/assets/images/contact_bg@2x.png.webp");
  }
  .no-webp .contact::before {
    background-image: url("/service/usen-members/assets/images/contact_bg@2x.png");
  }
}
@media screen and (max-width: 767px) {
  .webp .contact::before {
    background-image: url("/service/usen-members/assets/images/contact_bg@2x.png.webp");
  }
  .no-webp .contact::before {
    background-image: url("/service/usen-members/assets/images/contact_bg@2x.png");
  }
}
.contact-annotation {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .contact-annotation {
    width: calc(100vw - 40px);
    margin-left: auto;
    margin-right: auto;
  }
}
.contact-annotation a {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .icon-sp {
    width: 64px;
    height: 64px;
  }
}
.anchor-item span {
  flex: 1;
}
.anchor-mb {
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .anchor-mb {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .content {
    padding-top: 46px;
  }
}
@media screen and (max-width: 767px) {
  .only_pc {
    display: none;
  }
}
picture img {
  max-width: 100%;
  height: auto;
}
img {
  max-width: 100%;
}
