@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Damion&display=swap");
/* -------------
 font-size template
 2.488rem/39.81px
 2.074rem/33.18px
 1.728rem/27.65px
 1.44rem/23.04.px
 1.2rem/19.20px
 1rem/16.00px
------------- */
/* side */
.l-sidebar {
  position: fixed;
  right: 0;
  top: 100px;
  z-index: 2000;
  -webkit-box-shadow: 0 0.5rem 0.5rem #9D9D9D;
          box-shadow: 0 0.5rem 0.5rem #9D9D9D;
}
@media print, screen and (max-width: 767px) {
  .l-sidebar {
    display: none;
  }
}
.l-sidebar__list {
  background-color: #fff;
}
.l-sidebar__list li {
  max-width: 50px;
}
.l-sidebar__list li a {
  color: #004680;
  display: block;
  text-align: center;
  min-height: 50px;
  min-width: 50px;
}
.l-sidebar__list li.l-sidebar__line {
  background-color: #06c755;
  font-size: 0;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.l-sidebar__list li.l-sidebar__line:hover a::before {
  margin-bottom: 0.5rem;
}
.l-sidebar__list li.l-sidebar__line:hover a span {
  font-size: 1rem;
  color: #fff;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 768px) {
  .l-sidebar__list li.l-sidebar__line a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-sidebar__list li.l-sidebar__line a::before {
  content: "";
  background: url("../img/line-default.png") no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  display: block;
}
.l-sidebar__list li.l-sidebar__tel a {
  padding: 0.5rem;
  color: #004680;
  font-size: 0.8rem;
}
.l-sidebar__list li.l-sidebar__tel a i {
  display: block;
  font-size: 1.8rem;
}

/* fixedfooter */
.l-fixedfooter {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 2;
  opacity: 0;
  overflow: hidden;
  background-color: #004680;
  max-height: 60px;
  width: 100%;
}
.l-fixedfooter__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.l-fixedfooter__list a {
  display: block;
}
.l-fixedfooter__tel {
  background-color: #004680;
  width: 50%;
  padding: 0.5rem;
}
.l-fixedfooter__tel:first-of-type {
  border-right: 1px solid #fff;
}
.l-fixedfooter__tel a {
  background-color: #fff;
  border-radius: 5px;
  padding: 0.6rem;
}

#fixedfooter.UpMove {
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
}

@-webkit-keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
#fixedfooter.DownMove {
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}

@keyframes DownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}
/* frame */
.proxy-step-frame {
  border: 1px solid #004680;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
.proxy-step-frame .l-flow-icon:before {
  content: "";
  top: 0;
  left: 0;
  border-bottom: 5em solid transparent;
  border-left: 5em solid #004680;
  position: absolute;
  z-index: 1;
}
.proxy-step-frame .l-flow-icon:after {
  counter-increment: step;
  content: "" counter(step);
  white-space: pre;
  display: block;
  top: 6px;
  left: 6px;
  position: absolute;
  z-index: 2;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  font-weight: 700;
  font-size: 2.2rem;
}

/* step img */
.proxy-step-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
  line-height: 80px;
  margin: 3rem auto 0;
  text-align: center;
  width: 90px;
  height: 90px;
}
.proxy-step-img img {
  display: block;
  margin: 0 auto;
  max-width: 60px;
}

/* heading */
.proxy-heading-1 {
  color: #004680;
  text-align: center;
  margin-bottom: 1.6rem;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  font-weight: 700;
  line-height: 1.5;
}
@media print, screen and (max-width: 767px) {
  .proxy-heading-1 {
    font-size: 27.65px;
    font-size: 1.728rem;
  }
}
@media print, screen and (min-width: 768px) {
  .proxy-heading-1 {
    font-size: 38px;
    font-size: 2.375rem;
  }
}
.proxy-heading-1 > span {
  display: block;
  margin-bottom: 13px;
  font-style: normal;
  font-weight: 600;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.1em;
}
@media print, screen and (max-width: 767px) {
  .proxy-heading-1 > span {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media print, screen and (min-width: 768px) {
  .proxy-heading-1 > span {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media print, screen and (min-width: 1500px) {
  .proxy-heading-1 > span {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media print, screen and (max-width: 767px) {
  .proxy-heading-1 br {
    display: none;
  }
}

.proxy-heading-2 {
  position: relative;
  color: #3C3C3C;
  font-weight: 700;
  margin-bottom: 1.4rem;
}
@media print, screen and (max-width: 767px) {
  .proxy-heading-2 {
    font-size: 23.04px;
    font-size: 1.44rem;
  }
}
@media print, screen and (min-width: 768px) {
  .proxy-heading-2 {
    font-size: 32px;
    font-size: 2rem;
  }
}

.proxy-heading-3 {
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 1rem;
}
@media print, screen and (max-width: 767px) {
  .proxy-heading-3 {
    font-size: 19.2px;
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .proxy-heading-3 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.proxy-heading-4 {
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1rem;
}
@media print, screen and (max-width: 767px) {
  .proxy-heading-4 {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 768px) {
  .proxy-heading-4 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.proxy-heading-4.-gothic {
  font-weight: bold;
}

.proxy-heading-5 {
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  font-weight: bold;
  line-height: 1.4;
}
@media print, screen and (max-width: 767px) {
  .proxy-heading-5 {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 768px) {
  .proxy-heading-5 {
    font-size: 20px;
    font-size: 1.2rem;
  }
}

.proxy-heading-1 > span,
.proxy-heading-2 > span,
.proxy-heading-3 > span,
.proxy-heading-4 > span,
.proxy-heading-5 > span {
  font-size: 70%;
}

.proxy-heading-1 > .balloon,
.proxy-heading-2 > .balloon,
.proxy-heading-3 > .balloon,
.proxy-heading-4 > .balloon,
.proxy-heading-5 > .balloon {
  background-color: #fff;
  border: 1px solid #012441;
  border-radius: 10px;
  color: #004680;
  display: inline-block;
  font-size: 100%;
  line-height: 1.5;
  padding: 0.3rem;
}

.proxy-heading-1.-center,
.proxy-heading-2.-center,
.proxy-heading-3.-center,
.proxy-heading-4.-center,
.proxy-heading-5.-center {
  text-align: center;
}

.proxy-heading-1.-num::before,
.proxy-heading-2.-num::before,
.proxy-heading-3.-num::before,
.proxy-heading-4.-num::before,
.proxy-heading-5.-num::before {
  counter-increment: count-num;
  content: counter(count-num);
  color: #3c5a99;
  display: inline-block;
  font-size: 2.8rem;
  margin-right: 0.5rem;
  text-align: center;
  line-height: 1.4;
}

@media print, screen and (max-width: 767px) {
  .c-content-block.-pbottom_l .c-content-block__inner {
    padding-bottom: 20px;
  }
}

/* checklist */
.proxy-checklist {
  margin-bottom: 1.5rem;
}
@media print, screen and (min-width: 768px) {
  .proxy-checklist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.proxy-checklist li {
  border-bottom: 1px solid rgba(157, 157, 157, 0.5);
  margin: 7px 0;
  line-height: 3;
  padding-left: 0.5rem;
}
@media print, screen and (min-width: 768px) {
  .proxy-checklist li {
    width: calc(50% - 1rem);
    margin: 0.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .proxy-checklist.-single li {
    width: 100%;
  }
}
.proxy-checklist.-listmark li::before {
  content: "\f00c";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0.5rem;
}

/* c-button */
.c-button {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.c-button a {
  text-align: center;
  background-color: #F6F6F6;
  -webkit-box-shadow: 0 2px 2px #012441;
          box-shadow: 0 2px 2px #012441;
}
.c-button a:hover {
  top: 2px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* 続きを読む */
.cp_box {
  position: relative;
}
.cp_box * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cp_box *:before, .cp_box *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cp_box label {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  height: 140px;
  /* グラデーションの高さ */
  cursor: pointer;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(250, 252, 252, 0)), color-stop(90%, rgba(250, 252, 252, 0.95)));
  background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}
.cp_box input:checked + label {
  background: inherit;
  /* 開いた時にグラデーションを消す */
}
.cp_box label:after {
  line-height: 2.5rem;
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 50%;
  width: 16rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f067" " 続きをよむ";
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  letter-spacing: 0.05em;
  color: #ffffff;
  background-color: rgb(27, 37, 56);
}
.cp_box input {
  display: none;
}
.cp_box .cp_container {
  overflow: hidden;
  height: 250px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.cp_box input:checked + label:after {
  font-family: FontAwesome;
  content: "\f067" " 閉じる";
}
.cp_box input:checked ~ .cp_container {
  height: auto;
  padding-bottom: 80px;
  /* 閉じるボタンのbottomからの位置 */
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.p-grand-visual {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .p-grand-visual__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1140px;
  }
}
.p-grand-visual__inner {
  position: relative;
  background: url(../img/bg-visual.png) no-repeat 50% 50%;
  background-size: cover;
  z-index: 3;
}
@media print, screen and (max-width: 767px) {
  .p-grand-visual__inner .c-content-block__inner {
    padding-top: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-grand-visual__inner {
    padding-bottom: 5rem;
  }
  .p-grand-visual__inner .c-content-block__inner {
    padding-top: 20px;
  }
}
.p-grand-visual__inner::before {
  content: "";
  -webkit-filter: blur(2px);
          filter: blur(2px);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: rgba(255, 255, 255, 0.5);
}
@media print, screen and (min-width: 768px) {
  .p-grand-visual__main {
    width: 50%;
  }
}
.p-grand-visual__main__title {
  color: #004680;
  font-size: 1.628rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.2;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
@media print, screen and (max-width: 767px) {
  .p-grand-visual__main__title {
    text-align: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media print, screen and (min-width: 768px) {
  .p-grand-visual__main__title {
    font-size: 6.4vw;
  }
}
@media screen and (min-width: 1150px) {
  .p-grand-visual__main__title {
    font-size: 74px;
  }
}
.p-grand-visual__main__cv {
  background-color: #fff;
  padding: 1rem;
}
.p-grand-visual__main__cv p {
  position: relative;
  text-align: center;
  font-size: 0.8rem;
}
.p-grand-visual__main__cv p::after, .p-grand-visual__main__cv p::before {
  position: relative;
  display: inline-block;
  content: "";
  background: #3C3C3C;
  width: 1px;
  height: 1em;
  margin: 0 1em;
  margin-top: -0.2em;
  vertical-align: middle;
}
.p-grand-visual__main__cv p::before {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
.p-grand-visual__main__cv p::after {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
.p-grand-visual__main__cv .button {
  display: block;
  position: relative;
  -webkit-box-shadow: 0 2px 2px #012441;
          box-shadow: 0 2px 2px #012441;
}
.p-grand-visual__main__cv .button:hover {
  top: 2px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media print, screen and (min-width: 768px) {
  .p-grand-visual__main__cv .button {
    width: 50%;
  }
}
.p-grand-visual__main__cv .cv-button {
  background-color: #06c755;
  color: #fff;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  text-align: center;
  padding: 0.4rem 0.8rem;
}
@media print, screen and (max-width: 767px) {
  .p-grand-visual__main__cv .cv-button {
    margin-top: 1rem;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .p-grand-visual__main__cv .cv-button {
    width: 100%;
  }
}
.p-grand-visual__main__cv .cv-button:hover {
  opacity: 0.8;
}
@media print, screen and (min-width: 768px) {
  .p-grand-visual__main__cv .cv-button__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-grand-visual__main__txt {
  color: #012441;
  text-align: justify;
}
@media print, screen and (min-width: 768px) {
  .p-grand-visual__main__txt {
    font-size: 1rem;
  }
}
.p-grand-visual__sub {
  margin-top: 2.88rem;
}
@media print, screen and (min-width: 768px) {
  .p-grand-visual__sub {
    width: 50%;
  }
  .p-grand-visual__sub.c-content-block {
    padding-left: 0;
  }
}
.p-grand-visual__sub__inner {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 2rem 1.5rem;
  position: relative;
}
.p-grand-visual__sub__title {
  color: #004680;
  border: 1px solid #004680;
  font-size: 1.44rem;
  text-align: center;
  line-height: 1.2;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 768px) {
  .p-grand-visual__sub__title {
    border: none;
  }
}
.p-grand-visual__sub__title::before {
  content: "";
  background-image: url("../img/proxy-img-worriedman.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: -2.074rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50px;
  height: 50px;
}
@media print, screen and (min-width: 768px) {
  .p-grand-visual__sub__title::before {
    left: 16%;
    top: 0;
    height: 80px;
    width: 80px;
  }
}
@media print, screen and (min-width: 980px) {
  .p-grand-visual__sub__title::before {
    left: 20%;
  }
}
.p-grand-visual__sub strong {
  color: #004680;
}
.p-grand-visual__sub__txt li {
  padding-left: 1.3em;
  text-indent: -1.3em;
  margin-bottom: 10px;
}
.p-grand-visual__sub__txt li:before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  background-color: #004680;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 0.5em;
}
@media print, screen and (max-width: 767px) {
  .p-grand-visual .p-visual__pc {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .p-grand-visual .p-visual__pc {
    display: block;
  }
}
@media print, screen and (max-width: 767px) {
  .p-grand-visual .p-visual__sp {
    display: block;
  }
}
@media print, screen and (min-width: 768px) {
  .p-grand-visual .p-visual__sp {
    display: none;
  }
}

.c-content-block__inner {
  counter-reset: number;
  position: relative;
}
@media print, screen and (max-width: 767px) {
  .c-content-block__inner {
    padding-bottom: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-content-block__inner {
    padding-bottom: 100px;
  }
}
.c-content-block__inner p {
  margin-bottom: 0.5rem;
}

@media print, screen and (max-width: 767px) {
  .p-grand-visual__inner .c-content-block__inner {
    padding-bottom: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-grand-visual__inner .c-content-block__inner {
    padding-bottom: 0px;
  }
}

.l-flow__wrap {
  background-color: #e2e2e2;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .l-flow__wrap {
    background-color: #fff;
    z-index: 3;
  }
}
.l-flow__inner {
  background-color: #e2e2e2;
}
@media print, screen and (min-width: 768px) {
  .l-flow__inner {
    padding: 2rem;
    margin-top: -10rem;
    z-index: 1500;
  }
}
.l-flow__title {
  text-align: center;
  font-family: YuMincho, 游明朝体, YuMincho, 游明朝, "Yu Mincho", "Times New Roman", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Noto Serif JP", HGS明朝B, "ＭＳ Ｐ明朝", serif, Meiryo, "Sawarabi Mincho", メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  font-weight: 600;
  font-size: 1.8rem;
}
@media print, screen and (min-width: 768px) {
  .l-flow__title {
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .l-flow__title {
    font-size: 2rem;
  }
}
.l-flow__list {
  counter-reset: flow;
}
@media print, screen and (min-width: 980px) {
  .l-flow__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-flow__list li {
  position: relative;
  background-color: #fff;
  border: 1px solid #9D9D9D;
  margin-top: 1rem;
  margin-bottom: 2rem;
  width: 100%;
  -webkit-box-shadow: 0 2px 2px #012441;
          box-shadow: 0 2px 2px #012441;
}
.l-flow__list li:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.l-flow__list li:not(:last-child):after {
  content: "";
  background: url(../img/l-flow-icon.png) no-repeat;
  display: block;
  width: 2rem;
  height: 2rem;
  -webkit-transform: rotateZ(90deg) translateX(-50%);
          transform: rotateZ(90deg) translateX(-50%);
  margin-top: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 50%;
  bottom: -60px;
}
@media print, screen and (min-width: 980px) {
  .l-flow__list li:not(:last-child):after {
    background-size: 100%;
    width: 1rem;
    height: 2rem;
    margin-top: -1rem;
    position: absolute;
    right: -1.5rem;
    top: 45%;
    left: inherit;
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
}
@media print, screen and (min-width: 980px) {
  .l-flow__list li {
    width: calc(25% - 2rem);
    margin: 1rem;
  }
}
.l-flow__list li .l-flow__list__wrap {
  height: 100%;
}
.l-flow__list li a {
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media print, screen and (min-width: 980px) {
  .l-flow__list li a {
    padding: 1.75rem 1rem 90px;
  }
}
.l-flow__list li .l-flow-icon:before {
  content: "";
  top: 0;
  left: 0;
  border-bottom: 3em solid transparent;
  border-left: 3em solid #004680;
  position: absolute;
  z-index: 1;
}
.l-flow__list li .l-flow-icon:after {
  counter-increment: flow;
  content: "" counter(flow);
  white-space: pre;
  display: block;
  top: 6px;
  left: 6px;
  position: absolute;
  z-index: 2;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  font-weight: 700;
  font-size: 1.2rem;
}
.l-flow__list li .l-flow-img {
  display: none;
}
@media print, screen and (min-width: 980px) {
  .l-flow__list li .l-flow-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50px;
    line-height: 80px;
    margin: 0 auto;
    text-align: center;
    width: 90px;
    height: 90px;
  }
}
@media print, screen and (min-width: 980px) {
  .l-flow__list li .l-flow-img img {
    display: block;
    margin: 0 auto;
    max-width: 65px;
  }
}
.l-flow__list li h3 {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  color: #004680;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
  width: 95%;
}
@media print, screen and (min-width: 980px) {
  .l-flow__list li h3 {
    margin-left: 0;
    width: 100%;
  }
}

.step__wrap {
  counter-reset: step 0;
}

.l-document__wrap {
  position: relative;
  padding-top: 4rem;
}
@media print, screen and (min-width: 768px) {
  .l-document__wrap {
    padding-top: 6rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .l-document__wrap {
    padding-top: 8rem;
    background-size: contain;
  }
}
.l-document__wrap__title {
  text-align: center;
  color: #004680;
}
@media print, screen and (max-width: 767px) {
  .l-document__wrap__title {
    font-size: 1.728rem;
  }
}
@media print, screen and (min-width: 768px) {
  .l-document__wrap__title {
    font-size: 2.074rem;
  }
}
.l-document__wrap .c-button.-fill.-download > a {
  text-align: center;
}
.l-document__txt__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 768px) {
  .l-document__txt__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.l-document__txt, .l-document__list {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .l-document__txt, .l-document__list {
    width: calc(50% - 1rem);
    margin: 0 0.5rem;
  }
}
.l-document__txt-img, .l-document__list-img {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .l-document__txt-img, .l-document__list-img {
    width: calc(50% - 1rem);
    margin: 0 0.5rem;
  }
}
.l-document__txt-img img, .l-document__list-img img {
  max-width: 100%;
}
.l-document__inner {
  position: relative;
}
.l-document__list {
  background-color: #F6F6F6;
  padding: 1.5rem;
}
.l-document__list.-trans {
  background-color: #fff;
  padding: 0;
}

.l-koushou__wrap {
  padding-top: 4rem;
  counter-reset: count-num 0;
}
.l-koushou__inner .c-content-block__inner {
  padding-top: 20px;
}
.l-koushou__box {
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 1rem;
}
.l-koushou__box::after {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 20px solid rgba(0, 70, 128, 0.3);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.l-koushou__box:last-of-type::after {
  display: none;
}
@media print, screen and (min-width: 980px) {
  .l-koushou__box {
    width: 80%;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 1280px) {
  .l-koushou__box {
    width: 600px;
    margin: 0 auto;
  }
}
.l-koushou__flex {
  border-radius: 5px;
  margin-bottom: 1.5rem;
}
@media print, screen and (min-width: 980px) {
  .l-koushou__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.l-koushou__flex__item {
  background-color: rgba(195, 207, 224, 0.3);
  border-radius: 5px;
  padding: 1.5rem;
  width: 100%;
  margin-bottom: 1.5rem;
}
.l-koushou__flex__item:last-of-type {
  margin-bottom: 0;
}
@media print, screen and (min-width: 980px) {
  .l-koushou__flex__item {
    width: calc(50% - 1.5rem);
    margin-right: 1.5rem;
    margin-bottom: 0;
  }
  .l-koushou__flex__item:last-of-type {
    margin-right: 0;
  }
}
.l-koushou__txt-link {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.l-koushou__inner {
  position: relative;
  margin-bottom: 2rem;
}
.l-koushou__inner .balloon {
  overflow: hidden;
}
.l-koushou__inner .balloon .faceicon {
  float: left;
  margin-right: -4rem;
  width: 3.5rem;
}
.l-koushou__inner .balloon .faceicon i {
  color: #004680;
  font-size: 2.5rem;
}
.l-koushou__inner .balloon .chatting {
  width: 100%;
  text-align: left;
}
.l-koushou__inner .says {
  display: inline-block;
  position: relative;
  margin: 0 0 2rem 4rem;
  padding: 1rem;
  border-radius: 12px;
  border: 3px solid #004680;
  background-color: #fff;
}
.l-koushou__inner .says::before {
  content: "";
  position: absolute;
  top: 20px;
  left: -12px;
  border: 6px solid transparent;
  border-right: 6px solid #fff;
  z-index: 2;
}
.l-koushou__inner .says::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px;
  left: -18px;
  border: 8px solid transparent;
  border-right: 8px solid #004680;
  z-index: 1;
}
.l-koushou__inner .says p {
  margin: 0;
  padding: 0;
}
.l-koushou__list {
  border: 1px solid #3C3C3C;
  padding: 1.5rem;
}
.l-koushou__after {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.l-houmu__wrap,
.l-gaimu__wrap {
  margin-bottom: 2rem;
}

.l-embassy__wrap {
  padding-top: 4rem;
  counter-reset: count-num 0;
}
.l-embassy__inner {
  position: relative;
  margin-bottom: 2rem;
}
.l-embassy__content {
  margin-bottom: 1rem;
}
.l-embassy__content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 768px) {
  .l-embassy__content-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.l-embassy__content-item {
  width: 100%;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 768px) {
  .l-embassy__content-item {
    width: 46%;
  }
}
.l-embassy__content-item.-info {
  border: 1px solid #9D9D9D;
  padding: 1rem;
}
.l-embassy__content-item.-map {
  position: relative;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
}
@media print, screen and (min-width: 980px) {
  .l-embassy__content-item.-map {
    padding-bottom: 30%;
  }
}
.l-embassy__content-item.-map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.l-embassy__content-item span {
  font-weight: 900;
  margin-right: 1rem;
}

.l-sending__wrap {
  padding-top: 4rem;
  counter-reset: count-num 0;
}
.l-sending__inner {
  position: relative;
  margin-bottom: 2rem;
}
.l-sending__list {
  border: 1px solid #3C3C3C;
  padding: 1.5rem;
}
.l-sending__txt__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 768px) {
  .l-sending__txt__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.l-sending__txt__wrap .l-sending__txt {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .l-sending__txt__wrap .l-sending__txt {
    width: calc(50% - 1rem);
    margin: 0 0.5rem;
  }
}
.l-sending__txt__wrap .l-sending__txt-address {
  border: 1px solid #3C3C3C;
  padding: 0.5rem;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .l-sending__txt__wrap .l-sending__txt-address {
    width: calc(50% - 1rem);
    margin: 0 0.5rem;
  }
}

.l-end__wrap {
  padding-top: 4rem;
  margin-bottom: 2rem;
}
.l-end__wrap .l-flow-icon::after {
  content: "next..";
  font-size: 1rem;
}
.l-end__inner {
  position: relative;
}
.l-end__inner .proxy-heading-1 {
  margin-top: 2rem;
}
.l-end__block {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.l-faq {
  position: relative;
  background-color: #F6F6F6;
}
.l-faq__inner {
  position: relative;
}
.l-faq__inner:before {
  opacity: 0.8;
  content: "FAQ";
  position: absolute;
  border-top: 1px solid #3C3C3C;
  font-family: Damion;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .l-faq__inner:before {
    top: 0rem;
    left: 50%;
    width: 100%;
    margin-left: -50%;
  }
}
@media print, screen and (min-width: 768px) {
  .l-faq__inner:before {
    top: 0;
    left: 0;
    font-size: 1.8rem;
  }
}
.l-faq__title {
  text-align: center;
  font-family: YuMincho, 游明朝体, YuMincho, 游明朝, "Yu Mincho", "Times New Roman", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Noto Serif JP", HGS明朝B, "ＭＳ Ｐ明朝", serif, Meiryo, "Sawarabi Mincho", メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  font-weight: 600;
  font-size: 1.8rem;
}
@media print, screen and (min-width: 768px) {
  .l-faq__title {
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .l-faq__title {
    font-size: 2rem;
  }
}
.l-faq__list {
  counter-reset: aq aa;
}
.l-faq__list li {
  border: 1px solid #9D9D9D;
  background-color: #fff;
  padding: 1rem;
  margin-top: 1rem;
}
@media print, screen and (min-width: 768px) {
  .l-faq__list li {
    margin-top: 2rem;
    padding: 2rem 4rem;
  }
}
.l-faq__list li dl dt {
  position: relative;
  font-weight: 900;
  padding-left: 3rem;
}
.l-faq__list li dl dt:before {
  counter-increment: aq;
  content: "Q" counter(aq);
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  color: #004680;
  font-weight: 700;
  font-family: Damion;
  font-size: 1.2rem;
}
.l-faq__list li dl dd {
  position: relative;
  padding-left: 3rem;
}
.l-faq__list li dl dd:before {
  counter-increment: aa;
  content: "A" counter(aa);
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  color: #CC2E2E;
  font-weight: 700;
  font-family: Damion;
  font-size: 1.2rem;
}

/* l-cv__wrap */
.l-cv__wrap {
  background-color: #004680;
  color: #fff;
  padding: 1rem;
  width: 100%;
}
.l-cv__wrap .l-cv__inner {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2rem auto 0;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .l-cv__wrap .l-cv__inner {
    padding: 2rem 0;
  }
}
@media print, screen and (min-width: 1280px) {
  .l-cv__wrap .l-cv__inner {
    width: 95%;
  }
}
@media print, screen and (min-width: 1500px) {
  .l-cv__wrap .l-cv__inner {
    width: 90%;
  }
}
.l-cv__wrap .l-cv__inner h2 {
  text-align: center;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .l-cv__wrap .l-cv__inner h2 {
    width: 100%;
    font-size: 1.4rem;
  }
}
.l-cv__wrap .l-cv__inner__text {
  text-align: center;
  font-weight: 900;
}
.l-cv__wrap .l-cv__inner__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 2rem auto 0;
  width: 100%;
  max-width: 1240px;
}
@media print, screen and (min-width: 768px) {
  .l-cv__wrap .l-cv__inner__button {
    margin-top: 1rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.l-cv__wrap .l-cv__inner .button {
  display: block;
  position: relative;
  -webkit-box-shadow: 0 2px 2px #012441;
          box-shadow: 0 2px 2px #012441;
}
.l-cv__wrap .l-cv__inner .button:hover {
  top: 2px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media print, screen and (min-width: 768px) {
  .l-cv__wrap .l-cv__inner .button {
    width: 50%;
  }
}
.l-cv__wrap .l-cv__inner .tel-button {
  background-color: #fff;
  color: #004680;
  font-family: Arial;
  font-weight: 700;
  font-size: 1.88rem;
  width: 100%;
  margin-top: 1rem;
  padding: 1rem 0;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-cv__wrap .l-cv__inner .tel-button strong {
  display: block;
  font-size: 12px;
}
.l-cv__wrap .l-cv__inner .tel-button i {
  font-size: 2rem;
  font-style: normal;
}
.l-cv__wrap .l-cv__inner .tel-button .time,
.l-cv__wrap .l-cv__inner .tel-button .note {
  font-size: 0.6rem;
  display: block;
}
.l-cv__wrap .l-cv__inner .tel-button .inner {
  display: block;
}
.l-cv__wrap .l-cv__inner .tel-button .title {
  font-size: 1.4rem;
  display: block;
  position: relative;
  padding: 0.8rem 1rem;
  padding-left: 3rem;
}
@media print, screen and (min-width: 768px) {
  .l-cv__wrap .l-cv__inner .tel-button .title {
    display: none;
  }
}
.l-cv__wrap .l-cv__inner .tel-button .title:before {
  content: "";
  position: absolute;
  left: -0.5rem;
  top: calc(50% - 1rem);
  background: url(../img/icon-flag-jp.png) no-repeat;
  background-size: 100%;
  width: 3rem;
  height: 2rem;
}
@media print, screen and (min-width: 768px) {
  .l-cv__wrap .l-cv__inner .tel-button {
    background-color: transparent;
    -webkit-box-shadow: inherit;
            box-shadow: inherit;
    color: #fff;
    margin-left: 0;
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-cv__wrap .l-cv__inner .tel-button-th .title::before {
  background-image: url(../img/icon-flag-th.png);
}
.l-cv__wrap .l-cv__inner .tel-button-th span.note {
  display: inline-block;
  text-align: left;
  font-weight: 100;
}
.l-cv__wrap .l-cv__inner .button-area {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .l-cv__wrap .l-cv__inner .button-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(33.3333333333% - 2rem);
    margin: 0 1rem;
  }
}
.l-cv__wrap .l-cv__inner .button-area h3 {
  display: none;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 768px) {
  .l-cv__wrap .l-cv__inner .button-area h3 {
    display: block;
  }
}
.l-cv__wrap .l-cv__inner .button-area h3::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 2.5rem;
  height: 2rem;
  vertical-align: middle;
}
@media print, screen and (min-width: 768px) {
  .l-cv__wrap .l-cv__inner .button-area h3::before {
    margin: 0.5rem auto 1.25rem;
  }
}
.l-cv__wrap .l-cv__inner .button-area.order01 h3 {
  display: block;
}
.l-cv__wrap .l-cv__inner .button-area.order01 h3::before {
  background-image: url(../img/line-default.png);
  margin-right: 1.25rem;
  height: 2.5rem;
}
@media print, screen and (min-width: 768px) {
  .l-cv__wrap .l-cv__inner .button-area.order01 h3::before {
    display: block;
    margin: 0 auto 1.25rem;
  }
}
.l-cv__wrap .l-cv__inner .button-area.order02 h3::before {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .l-cv__wrap .l-cv__inner .button-area.order02 h3::before {
    display: block;
    background-image: url(../img/icon-flag-th.png);
  }
}
.l-cv__wrap .l-cv__inner .button-area.order03 h3::before {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .l-cv__wrap .l-cv__inner .button-area.order03 h3::before {
    display: block;
    background-image: url(../img/icon-flag-jp.png);
  }
}
.l-cv__wrap .l-cv__inner .button-area p {
  text-align: left;
}
.l-cv__wrap .l-cv__inner .button-area p .note {
  color: #fff;
  margin-top: 0.5rem;
  line-height: 1.4;
}
.l-cv__wrap .l-cv__inner .cv-button {
  background-color: #06c755;
  color: #fff;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 0.4rem 0.8rem;
}
@media print, screen and (max-width: 767px) {
  .l-cv__wrap .l-cv__inner .cv-button {
    margin-top: 1rem;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .l-cv__wrap .l-cv__inner .cv-button {
    width: 60%;
  }
}
.l-cv__wrap .l-cv__inner .cv-button:hover {
  opacity: 0.8;
}
@media print, screen and (min-width: 768px) {
  .l-cv__wrap .l-cv__inner .cv-button__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media print, screen and (min-width: 768px) {
  .l-cv__wrap .l-cv__inner .cv-button__wrap::before {
    content: "";
    background: url("../img/proxy_line-qr.png") no-repeat;
    background-size: contain;
    width: 80px;
    height: 80px;
    display: inline-block;
    margin-right: 0.5rem;
  }
}
.l-cv__wrap .l-cv__inner .cv-button-02 {
  background-color: #63ab61;
  display: block;
  width: 100%;
  padding: 0.4rem 0.8rem;
  margin-top: 1rem;
  font-weight: 900;
  color: #3C3C3C;
}
@media print, screen and (max-width: 767px) {
  .l-cv__wrap .l-cv__inner .cv-button-02 {
    margin-top: 1rem;
    font-size: 0.8rem;
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .l-cv__wrap .l-cv__inner .cv-button-02 {
    font-size: 0.8rem;
  }
}
.l-cv__wrap .l-cv__inner .cv-button-02:hover {
  background-color: #3bca38;
}
.l-cv__wrap .l-cv__inner__footer {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .l-cv__wrap .l-cv__inner__footer p {
    text-align: center;
    width: 100%;
  }
}
.l-cv__wrap .l-cv-point__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 2rem;
}
.l-cv__wrap .l-cv-point__list li {
  background-color: #fff;
  color: #004680;
  font-weight: 900;
  padding: 0.2rem;
  margin: 0 1%;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .l-cv__wrap .l-cv-point__list li {
    width: 48%;
    margin-top: 2px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-cv__wrap .l-cv-point__list li {
    width: 23%;
  }
}
.l-cv__wrap .l-cv-banner {
  width: 100%;
  border-top: 1px solid #161b40;
  padding-top: 1rem;
  margin: 1rem auto 0;
}
.l-cv__wrap .l-cv-banner__title {
  margin-bottom: 10px;
}
.l-cv__wrap .l-cv-banner__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-cv__wrap .l-cv-banner__list > li {
  padding-left: 20px;
}
.l-cv__wrap .l-cv-banner__list > li:first-child {
  padding-left: 0;
}
.l-cv__wrap .l-cv-banner__list > li img {
  max-width: 100%;
}
@media print, screen and (max-width: 767px) {
  .l-cv__wrap .l-cv-banner__list {
    display: block;
  }
  .l-cv__wrap .l-cv-banner__list > li {
    padding-left: 0;
  }
}
.l-cv__wrap .l-cv-footer {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}
.l-cv__wrap .l-cv-footer p {
  text-align: center;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .l-cv__wrap .l-cv-footer .cv-button {
    margin-top: 1rem;
    width: 100%;
  }
}
.l-cv__wrap .l-cv-footer-logo {
  width: 100%;
  margin: 2rem auto 0;
  border-top: 1px solid #012441;
  padding-top: 2rem;
}
@media print, screen and (min-width: 768px) {
  .l-cv__wrap .l-cv-footer-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media print, screen and (max-width: 767px) {
  .l-cv__wrap .l-cv-footer-logo img {
    max-width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .l-cv__wrap .l-cv-footer-logo img {
    width: 300px;
  }
}
.l-cv__wrap .l-cv-footer-logo p {
  font-weight: 100;
  font-size: 10px;
}
@media print, screen and (min-width: 768px) {
  .l-cv__wrap .l-cv-footer-logo p {
    width: calc(100% - 300px - 2rem);
    font-size: 12px;
    margin-left: 2rem;
    text-align: left;
  }
}
@media print, screen and (max-width: 767px) {
  .l-cv__wrap .l-cv__phone-number__wrap {
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .l-cv__wrap .l-cv__phone-number__wrap {
    margin: 2rem auto 0;
    padding-top: 2rem;
    border-top: 1px solid #012441;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
.l-cv__wrap .l-cv__phone-number__th .note {
  color: #fff;
}
@media print, screen and (max-width: 767px) {
  .l-cv__wrap .l-cv__phone-number__pc {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .l-cv__wrap .l-cv__phone-number__pc {
    display: block;
  }
}
@media print, screen and (max-width: 767px) {
  .l-cv__wrap .l-cv__phone-number__sp {
    display: block;
  }
}
@media print, screen and (min-width: 768px) {
  .l-cv__wrap .l-cv__phone-number__sp {
    display: none;
  }
}
.l-cv__wrap .l-cv-txtlink {
  width: 100%;
  border-top: 1px solid #012441;
  font-size: 10px;
  padding-top: 1rem;
  margin: 1rem auto 0;
}
@media print, screen and (min-width: 980px) {
  .l-cv__wrap .l-cv-txtlink {
    font-size: 12px;
  }
}
.l-cv__wrap .l-cv-txtlink a {
  color: #fff;
}

ul.default-list {
  margin-left: 2rem;
}
ul.default-list li {
  list-style-type: disc;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

@media print, screen and (min-width: 980px) {
  .align-center-tab {
    text-align: center;
  }
}

@media print, screen and (max-width: 767px) {
  .u-br__sp {
    display: block;
  }
}
@media print, screen and (min-width: 768px) {
  .u-br__sp {
    display: none;
  }
}

@media print, screen and (max-width: 767px) {
  .u-br__pc {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .u-br__pc {
    display: block;
  }
}

.txt-num {
  color: #3c5a99;
  font-size: 1.6rem;
  font-weight: bold;
}

.note {
  display: block;
  font-size: 0.8rem;
  color: #666;
}
.note.right {
  text-align: right;
}
.note.note-i {
  display: inline;
}

sup {
  font-size: 50%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

.text-marker {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #F2E766));
  background: linear-gradient(transparent 0%, #F2E766 0%);
}

.l-mt-16 {
  margin-top: 1.6rem;
}

.l-mb-20 {
  margin-bottom: 2rem !important;
}

a.text-link {
  color: #004680;
}