@charset "utf-8";

.global {
  color: #333;
}

.global a {
  transition: 0.3s;
}

.global a:hover {
  opacity: 0.7
}

.global h1,
.global h2,
.global h3 {
  font-weight: 600;
  line-height: 1;
}

.global h1 {
  border-bottom: 1px solid #233052;
  color: #233052;
  font-size: 30px;
  margin: 0 0 23px;
  padding: 0 0 18px;
}

.global h2,
.global h3 {
  font-size: 24px;
  position: relative;
}

.global h2 {
  margin: 0 0 14px;
  padding: 0 0 44px;
}

.global .container h2::after {
  border-bottom: 5px #233052 solid;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  width: 50px;
}

.global h3 {
  margin: 0;
  padding: 0 0 49px;
}

.global .container {
  max-width: 1200px;
  width: 100%;
}

.global .container section {
  margin-bottom: 72px;
  margin-left: auto;
  margin-right: auto;
}

.global .container section:first-of-type {
  margin-bottom: 80px;
}

.global .container section:last-of-type {
  margin-bottom: 0 !important;
  padding-bottom: 20px;
}

.global p {
  font-size: 16px;
  line-height: 2;
}

.global ul,
.global dl,
.global ol {
  font-size: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.global li,
.global dt,
.global dd {
  margin: 0;
}

.global ul li {
  line-height: 2;
}

.global ul li a,
#guide a {
  color: #014c8c;
  text-decoration: underline;
}

.global .breadcrumbs {
  padding: 0;
  overflow-x: hidden;
  background-color: #F8F9FA;
  border: none;
  margin-top: 0;
}

.global .breadcrumbs ul {
  display: flex;
  justify-content: flex-end;
  max-width: 1200px;
  margin: 0 auto;
}

.global .breadcrumbs ul li {
  font-size: 12px;
  line-height: 1.25;
  padding-right: 0;
}

.global .breadcrumbs ul li a {
  display: block;
  padding: 12px 15px 7px;
  text-decoration: none;
  position: relative;
}

.global .breadcrumbs ul li::after {
  content: "";
}

.global .breadcrumbs ul li a::after {
  position: absolute;
  color: #DCDDE1;
  content: "|";
  font-size: 16px;
  top: 8px;
  right: -1px;
}

.global .breadcrumbs ul li:last-of-type a::after {
  content: none;
}

.global .breadcrumbs ul li a.active,
.global .breadcrumbs ul li a:hover {
  box-sizing: border-box;
  border-bottom: 5px #233052 solid !important;
}

.global .inblock {
  display: flex;
}

.global .inblock p:last-of-type {
  margin-bottom: 0;
}

.global ul.dots {
  list-style: inherit;
  padding-left: 1em;
}

.global .note {
  padding: 0 0 0 1em;
}

.global .note li {
  font-size: 13px;
  text-indent: -1em;
}

.global .note li::before {
  content: '※';
}

/* POINT カラム*/
.global .point_block {
  display: flex;
  margin: 0 0 25px;
  padding: 9px 0 0;
}

.global .point_block:nth-of-type(2) {
  margin: 0;
  padding: 0 0 10px;
}

.global .point_block>li {
  align-items: center;
  border: 1px #ccc solid;
  display: flex;
  flex-direction: column;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.888888888888889;
  margin-left: 10px;
  padding: 69px 27px 34px;
  position: relative;
}

.global .point_block>li>h4 {
  background: #233052;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  left: -10px;
  line-height: 1;
  margin: 0;
  padding: 17px 37px;
  position: absolute;
  top: -10px;
}

.global .point_block>li>p {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.03em;
  margin: 33px 0 0;
}

.global .point_block>li>p span {
  display: block;
  font-size: 14px;
  font-weight: 300;
}

.global .point_block.col_3 {
  justify-content: space-between;
}

.global .point_block.col_3>li {
  text-align: center;
  width: 29.591836734693878%;
}

.global .point_block.num>li {
  padding: 43px 48px;
}

.global .point_block.col_3.num>li {
  justify-content: center;
}

.global .point_block.num>li h4 {
  font-size: 26px;
  text-align: center;
  max-width: 60px;
  padding: 17px 23px;
}

.global .point_block>li h4 span {
  font-size: 26px;
  line-height: 1;
  padding: 0 0 0 5px;
}

.global .button {
  display: flex;
}

.global .button a {
  background: url(../_img/icon_arrow_md.svg) no-repeat 95.402298850575% center;
  border: 1px #333 solid;
  color: #333 !important;
  display: block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.625;
  text-align: center;
  text-decoration: none !important;
  width: 100%;
}

.global .wht.button a:hover {
  background: #233052 url(../_img/icon_arrow_md_wht.svg) no-repeat 95.402298850575% center;
  color: #fff !important;
}

.global .button.col_1 {
  justify-content: center;
}

.global .button.col_1>li {
  width: 48.333333333333%;
}

.global .button.col_1>li a {
  padding: 16px 4.5977011494253%;
}

.global .faq dl {
  border-bottom: 1px #CCC solid;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 48px;
  width: 100%;
}

.global .faq dl:first-of-type {
  margin-top: 49px;
}

.global .faq dl dt,
.global .faq dl dd {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.625;
  padding: 7px 0 0 4.0816326530612%;
  position: relative;
}

.global .faq dl dt::before,
.global .faq dl dd::before {
  font-size: 28px;
  font-weight: 600;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 0;
}

.global .faq dl dt {
  margin-left: 40px;
  width: 40.816326530612%;
}

.global .faq dl dt::before {
  color: #233052;
  content: "Q";
}

.global .faq dl dd {
  width: 50%;
}

.global .faq dl dd::before {
  color: #D42D45;
  content: "A";
}

.global .faq dl dd a {
  text-decoration: underline;
}

.global .faq dl dd a:hover {
  text-decoration: none;
}

/* fadein */
/*.global .fadein{
opacity:0.05;
transform:translate(0,100px);
transition:all 1000ms;
}
.global #mv{
animation:fade 3s 1 linear alternate;
}
@keyframes fade{
0% {opacity:0.1}
50% {opacity:0.7}
100% {opacity:1}
}
.global h1.fadein{
transform:translate(0,60px);
}
.global .inblock p.fadein{
transition-delay:200ms;
}
.global .inblock img.fadein{
transition-delay:400ms;
}
.point_block li:nth-of-type(2).fadein{
transition-delay:200ms;
}
.point_block li:nth-of-type(3).fadein{
transition-delay:400ms;
}
.global .fadein.scrollin,
.global h1.fadein.scrollin{
opacity:1;
transform:translate(0, 0);
}
@media(max-width:768px){
.global .fadein{
transform:translate(0,30px);
transition:all 500ms;
}
}*/



#Breadcrumbs .breadcrumbsList .breadcrumbsList__item a {
  text-decoration: none;
  border-bottom: 5px solid rgb(255, 255, 255, .3);
}

/* footer */
footer.footer .footer_ctr {
  display: none
}


@media(max-width:1199px) {
  .global h1 {
    font-size: 2.5vw;
    margin-bottom: 1.916666666666667%;
    padding-bottom: 1.5%;
  }

  .global h2,
  .global h3 {
    font-size: 2vw;
  }

  .global h2 {
    margin-bottom: 1.166666666666667%;
    padding-bottom: 3.666666666666667%;
  }

  .global .container h2::after {
    width: 4.166666666666667%;
  }

  .global h3 {
    padding-bottom: 4.083333333333333%;
  }

  .global .container {
    margin-bottom: 6.666666666666667%;
    padding-top: 3.333333333333333%;
  }

  .global .container section {
    margin-bottom: 6%;
  }

  .global .container section:first-of-type {
    margin-bottom: 6.583333333333333%;
  }

  .global .container section:last-of-type {
    padding-bottom: 1.666666666666667%;
  }

  .global p,
  .global ul,
  .global dl,
  .global ol {
    font-size: 1.333333333333333vw;
  }

  .global .breadcrumb ol {
    padding-right: 3%;
  }

  .global .note li {
    font-size: 1.083333333333333vw;
  }

  /* POINT カラム*/
  .global .point_block {
    margin-bottom: 2.083333333333333%;
    padding-top: 0.75%;
  }

  .global .point_block:nth-of-type(2) {
    padding-bottom: 0.833333333333333%;
  }

  .global .point_block>li {
    font-size: 1.5vw;
    margin-left: 0.833333333333333%;
    padding: 5.75% 2.25% 2.833333333333333%;
  }

  .global .point_block>li>h4 {
    font-size: 1.333333333333333vw;
    left: -0.833333333333333%;
    padding: 1.416666666666667% 3.083333333333333%;
    top: -0.833333333333333%;
  }

  .global .point_block>li>p {
    font-size: 1.5vw;
    margin-top: 2.75%;
  }

  .global .point_block>li>p span {
    font-size: 1.166666666666667vw;
  }

  .global .point_block.num>li {
    padding: 3.583333333333333% 4%;
  }

  .global .point_block.num>li h4 {
    font-size: 2.166666666666667vw;
    padding: 1.416666666666667% 1.916666666666667%;
  }

  .global .point_block>li h4 span {
    font-size: 2.166666666666667vw;
    padding-left: 0.416666666666667%;
  }

  .global .faq dl {
    margin-bottom: 3.333333333333333%;
    padding-bottom: 4%;
  }

  .global .faq dl:first-of-type {
    margin-top: 4.083333333333333%;
  }

  .global .faq dl dt,
  .global .faq dl dd {
    padding-top: 0.583333333333333%;
  }

  .global .faq dl dt::before,
  .global .faq dl dd::before {
    font-size: 2.333333333333333vw;
  }

  .global .faq dl dt {
    margin-left: 3.333333333333333%;
  }
}

/* max-width:1199px End */


@media(max-width:768px) {
  .global {
    width: 100%;
  }

  .global h1,
  .global h2,
  .global h3 {
    font-size: 20px;
    margin-bottom: 30px;
    padding-bottom: 19px;
  }

  .global .container h2 {
    font-size: 16px;
    margin-bottom: 15px;
    padding-bottom: 18px;
  }

  .global .container h2::after {
    border-bottom: 2px #233052 solid;
    width: 6.76056338028169%;
  }

  .global .container {
    margin: 0 auto;
    padding: 25px 0 0 0;
    width: 94.666666666667%;
  }

  .global .container section {
    margin-bottom: 50px;
  }

  .global .container section:first-of-type {
    margin-bottom: 60px;
  }

  .global p,
  .global ul,
  .global dl,
  .global ol {
    font-size: 12px;
  }

  .global li,
  .global dt,
  .global dd {
    margin: 0;
  }

  .global ul li {
    line-height: 2;
  }

  .global ul li a,
  #guide a {
    color: #333333;
    text-decoration: underline;
  }

  .global .breadcrumbs {
    padding: 0;
    margin: 0;
    border-top: none;
    background: #ffffff;
  }

  .global .breadcrumbs ul {
    padding-right: 0;
    width: 100%;
  }

  .global .breadcrumbs ul li {
    font-size: 9px !important;
  }

  .global .breadcrumbs ul li a {
    padding: 9.375px 15px 6.37px;
  }

  .global .breadcrumbs ul li a::after {
    top: 4px;
  }

  .global .breadcrumbs ul li a.active,
  .global .breadcrumbs ul li a:hover {
    border-bottom: 3px #233052 solid;
  }

  .global .note li {
    font-size: 10px;
  }

  /* POINT カラム*/
  .global .point_block,
  .global .point_block.col_1,
  .global .point_block.col_3 {
    display: block;
    margin: 0 auto;
    padding-top: 10px;
    width: 89.295774647887324%;
  }

  .global .point_block.col_1.num {
    width: 73.2395%;
    margin-right: auto;
    margin-left: auto;
  }

  .global .point_block.col_3.num {
    width: 87.323943661971831%;
  }

  .global .point_block>li,
  .global .point_block.col_1>li,
  .global .point_block.col_3>li {
    margin: 0 0 25px 10px;
    padding: 24px 0;
    width: 96.774193548387097%;
  }

  .global .point_block>li>h4,
  .global .point_block.num>li h4 {
    font-size: 12px;
    margin-top: -10px;
    margin-left: -3.225806451612903%;
    padding: 11px 10px 10px;
    width: 6.25rem;
  }

  .global .point_block>li>p {
    font-size: 13px;
  }

  .global .point_block>li>p span {
    font-size: 10px;
  }

  .global .point_block.num>li h4 {
    font-size: 14px;
    height: 35px;
    width: 35px;
  }

  .global .point_block>li h4 span {
    font-size: 14px;
  }

  .global .point_block.col_3>li {
    display: block;
    position: relative;
  }

  .global .point_block.col_3>li::after {
    content: "";
    display: block;
    clear: both;
  }

  .global .point_block.col_3>li>div {
    float: left;
    text-align: center;
    width: 32.816%;
  }

  .global .point_block.col_3>li>p {
    float: right;
    width: 65.8%;
  }

  .global .point_block.col_3.num>li {
    font-size: 13px;
    line-height: 1.67;
  }

  .global section.faq {
    padding-bottom: 0 !important;
  }

  .global .faq dl,
  #guide .faq dl {
    display: block;
    margin-bottom: 28px;
    padding-bottom: 25px;
  }

  .global .faq dl:first-of-type {
    margin-top: 5px;
  }

  .global .faq dl dt,
  #guide .faq dl dt,
  .global .faq dl dd,
  #guide .faq dl dd {
    font-size: 12px;
    padding: 3px 0 0 27px;
    width: 100%;
  }

  .global .faq dl dt::before,
  .global .faq dl dd::before {
    font-size: 20px;
  }

  .global .faq dl dt,
  #guide .faq dl dt {
    margin: 0 0 15px 0;
  }

  .global .faq dl dd .mail {
    margin-bottom: 1rem;
  }

  .global .faq dl dd .note li {
    line-height: 1.625;
  }
}

/* max-width:768px End */

@media(max-width:360px) {
  .global .breadcrumbs ul li a {
    font-size: 9px !important;
    padding: 9.375px 10px 6.37px;

  }
}

/* max-width:360px End */

/* PC/SP切り替え */
.global .pc_none {
  display: none !important;
}

.global .sp_none {
  display: block !important;
}

@media(max-width:768px) {
  .global .pc_none {
    display: block !important;
  }

  .global .sp_none {
    display: none !important;
  }
}

/* 言語切り替え */
.global .wo_jp {
  display: block
}

.global .wo_en {
  display: block
}

.global .wo_cn {
  display: block
}

.global .wo_hant {
  display: block
}