@charset "UTF-8";

html {
  font-size: 62.5%;
  line-height: 1;
}

body {
  font-family: "YakuHanJP", "Roboto", "Noto Sans JP", Meiryo, sans-serif;
  font-size: 1.6rem;
  color: #051c33;
  position: relative;
  min-width: 1024px;
}

.pc-none {
  display: none;
}

.mgb-0 {
  margin-bottom: 0 !important;
}

/*** component ***/
.h2-title {
  font-size: 3.6rem;
  color: #b3366a;
  margin-bottom: 55px;
  text-align: center;
}

.h2-title > span {
  font-size: 2.4rem;
}

.btn-style01 {
  width: 256px;
  height: 48px;
  line-height: 48px;
  display: block;
  border-radius: 4px;
  background-image: linear-gradient(to left, #bd2665, #d5417f);
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  text-decoration: none;
}

/*** Header ***/
.header {
  background-color: #f0f0f0;
}

.header-inner {
  width: 1024px;
  height: 480px;
  margin: 0 auto;
  position: relative;
  background: url("../imgs/bg-pc-main.webp") no-repeat;
  background-position: top center;
  background-size: contain;
}

.header-logo {
  position: absolute;
  left: 33px;
  top: 24px;
  display: flex;
  align-items: center;
}

.header-logo .img-plus {
  margin-right: 40px;
  position: relative;
}

.header-logo .img-plus::before {
  content: "";
  position: absolute;
  top: -3px;
  right: -20px;
  width: 2px;
  height: 34px;
  background: #7f7f7f;
}

/* .header-logo .img-plus::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
 
.header-logo .img-plus::after {
  transform: translate(-50%,-50%) rotate(-45deg);
} */

.header-logo .img-plus > img {
  width: 102px;
  height: 28px;
}

.header-logo .img-logo > img {
  width: 192px;
  height: 17px;
}

/*** btarea ***/
.btarea {
  width: 896px;
  margin: 48px auto;
}

.btarea > ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px;
}

.btarea p {
  line-height: 1.6;
}

.btarea a:hover {
  opacity: 0.7;
}

main {
  padding: 0 0 60px;
}

/*** contents ***/
.contents {
  width: 1024px;
  margin: 0 auto;
  padding: 48px 0 0;
}

.contents > section {
  width: 896px;
  margin: 0 auto 64px;
}

.contents .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contents .reflex {
  flex-direction: row-reverse;
}

.contents .img-box {
  width: 416px;
  background-color: #f0f0f0;
  border-radius: 8px;
}

.contents .img-box2 {
  width: 100%;
  background-color: #f0f0f0;
  border-radius: 8px;
  padding: 35px 75px;
}

.contents .img-box2 img {
  width: 152px;
}

.contents .pd01 {
  padding: 28px 0 22px;
}

.contents .pd02 {
  padding: 34px 0;
}

.contents .pd03 {
  padding: 34px 0 20px;
}

.contents .pd04 {
  padding: 74px 0;
}

.contents .img-box img {
  display: block;
  margin: 0 auto;
}

.contents .img-box .img-01 {
  width: 208px;
  margin-bottom: 22px;
}

.contents .img-box .img-02 {
  width: 280px;
}

.contents .img-box .img-03 {
  width: 350px;
}

.contents .img-box .img-04 {
  width: 192px;
}

.contents .img-box .img-05 {
  width: 296px;
  margin-top: 22px;
}

.contents .img-box .img-06 {
  width: 352px;
}

.contents > section > .outbox {
  display: flex;
  justify-content: space-between;
}

.contents > section > .outbox > .outbox-inner {
  width: 416px;
}

.contents > section > .outbox > .outbox-inner > .img-box {
  margin-bottom: 16px;
}

.contents > section > .outbox > .outbox-inner > p {
  font-size: 1.8rem;
  line-height: 1.8;
}

.contents > section > .outbox > p {
  width: 416px;
  font-size: 1.8rem;
  line-height: 1.8;
}

.contents > section > .outbox > p > span {
  font-size: 1.4rem;
}

.outbox-description {
  width: 416px;
  font-size: 1.8rem;
  line-height: 1.8;
}

.caution-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  padding: 16px;
  color: #f56565;
  border: 2px solid #f56565;
  background-color: #fff2f2;
  font-weight: bold;
}

.button-list-item {
  list-style: none;
}

/*** gmofotter ***/
.gmoGroupFooter_inner {
  width: 1024px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .pc-none {
    display: block;
  }

  body {
    min-width: auto;
  }

  /*** component ***/
  .h2-title {
    text-align: left;
    font-size: 2.1rem;
    margin-bottom: 16px;
    line-height: 1.4;
  }

  .h2-title > span {
    font-size: 1.6rem;
  }

  .btn-style01 {
    width: 100%;
    max-width: 382px;
    margin: 0 auto;
  }

  /*** Header ***/
  .header-inner {
    width: 100%;
    height: auto;
    background: none;
  }

  .header-logo {
    width: 100%;
    position: static;
    background: #fff5fa;
    justify-content: center;
    height: 56px;
    align-items: center;
  }

  .header-logo .img-plus > img {
    width: 87px;
  }

  .sp-mainimg > img {
    width: 100%;
    height: auto;
  }

  /*** btarea ***/
  .btarea {
    width: calc(100% - 32px);
    margin: 32px auto 40px;
  }

  .btarea > ul {
    display: block;
    margin-bottom: 16px;
  }

  .btarea > ul > li:not(:last-child) {
    margin-bottom: 24px;
  }

  .btarea > .text-01 {
    font-size: 1.2rem;
    line-height: 1.8;
    margin-top: 16px;
  }

  /*** contents ***/
  .contents {
    width: 100%;
    padding: 0 16px;
  }

  .contents > section {
    width: 100%;
    margin-bottom: 40px;
  }

  .contents > section > .outbox {
    display: block;
  }

  .contents > section > .outbox > .outbox-inner,
  .contents > section > .outbox > .outbox-inner > .img-box {
    width: 100%;
  }

  .contents > section > .outbox > .outbox-inner:first-child {
    margin-bottom: 16px;
  }

  .contents > section > .outbox > .outbox-inner > p {
    font-size: 1.4rem;
    line-height: 1.8;
  }

  .contents > section > .outbox > p {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 16px;
  }

  .contents > section > .outbox > .img-box {
    width: 100%;
    margin-bottom: 16px;
  }

  .contents .flex {
    padding: 16px;
  }

  .contents .flex > p:nth-of-type(1),
  .contents .flex > p:nth-of-type(2) {
    margin-bottom: 16px;
  }

  .contents .pd01 {
    padding: 22px 0 18px;
  }

  .contents .pd02 {
    padding: 20px 0;
  }

  .contents .pd03 {
    padding: 20px 0 16px;
  }

  .contents .pd04 {
    padding: 46px 0;
  }

  .contents .img-box img {
    height: auto;
    margin: 0 auto;
  }

  .contents .img-box .img-01 {
    width: 176px;
    margin: 0 auto 22px;
  }

  .contents .img-box .img-02 {
    width: 280px;
  }

  .contents .img-box .img-03 {
    width: 248px;
  }

  .contents .img-box .img-04 {
    width: 168px;
    margin: 0 auto 16px;
  }

  .contents .img-box .img-05 {
    width: 248px;
  }

  .contents .img-box .img-06 {
    width: 280px;
  }

  .contents .flex img {
    width: 134px;
  }

  .outbox-description {
    width: 100%;
  }

  .caution-box {
    align-items: start;
    font-size: 1.4rem;
    padding: 8px;
  }
}
