/* =================================================
_Reset
================================================== */
*,
*::after,
*::before {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

details,
main,
summary {
  display: block;
}

img {
  border: 0;
  line-height: 1;
  outline: 0;
  vertical-align: top;
}

a {
  background: transparent;
  outline: 0 none;
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

button {
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
}

*:focus {
  outline: 0;
}

body {
  background: #fff;
  font-size: 1.6rem;
}

@media screen and (max-width: 750px) {
  html {
    max-width: 100%;
    min-width: 375px;
  }

  body {
    font-size: 1.5rem;
  }
}

/* =================================================
* _module
================================================== */
img {
  height: auto;
  max-width: 100%;
}

/* =================================================
* _cm_hmr
* For child pages with the domain hmr
================================================== */
#siteroute {
  margin: 0 auto;
  padding: 2px 16px 5px;
  width: 1000px;
}

@media screen and (max-width: 750px) {
  #siteroute {
    display: none;
  }
}

#siteroute li {
  margin: 0 17px 5px 0;
}

#siteroute li span,
#siteroute li > a {
  font-size: 16px !important;
  letter-spacing: 0;
}

#siteroute li span,
#siteroute li > a {
  font-size: 16px !important;
  letter-spacing: 0;
}

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

.content p.ttl_main {
  display: none;
}

@media screen and (max-width: 750px) {
  .content p.ttl_main {
    background: #f75586;
    color: #fff;
    display: flex;
    font-size: 20px;
    font-weight: 600;
    justify-content: center;
    padding: 15px;
  }

  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 751px) {
  .sp {
    display: none !important;
  }
}

/*---------------------------------
_header
---------------------------------*/
@media screen and (max-width: 750px) {
  .main_header .site_logo span {
    display: none;
  }

  .main_header .site_logo span + a {
    margin-top: 8px;
    width: 206px;
  }

  .header_buttons {
    top: 20px;
  }

  .btn_togglemenu {
    box-shadow: 0 1px 0 1px rgb(0 0 0 / 15%);
    padding: 8px 28px 8px 0;
  }
}

/*---------------------------------
_footer
---------------------------------*/
.main_footer {
  margin-top: 165px;
}

/*---------------------------------
_Pagetop
---------------------------------*/
#btn_pagetop {
  border-radius: 6px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, .4);
  transition: background 200ms linear;
}

#btn_pagetop:hover {
  background-position: 0 -50px;
}

#btn_pagetop:hover img {
  opacity: 1;
}

/*---------------------------------
_module
---------------------------------*/
/*ClearFix*/
.cf::before,
.cf::after {
  content: "";
  display: table;
}

.cf::after {
  clear: both;
}

.ta_l {
  text-align: left!important;
}

/*---------------------------------
_banner
---------------------------------*/
.bnr_flex_c {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  width: fit-content;
}

.bnr_flex_c .cap {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 8px;
  min-width: 100%;
  text-align: center;
  width: min-content;
}

.bnr_flex_c.ta_l .cap {
  text-align: left;
}

.bnr_flex_c .cap_sm {
  font-size: 1.5rem;
  margin-top: 4px;
}

.bnr_flex_c a {
  width: fit-content;
}

.bnr_flex_c a:hover {
  opacity: .7;
}

.list_bnr_flex_c {
  margin-top: 96px;
}

.list_bnr_flex_c li + li {
  margin-top: 24px;
}

.list_bnr_flex_c + .ad_bnrbox_token {
  margin: 25px auto 0;
}

@media screen and (max-width: 750px) {
  .bnr_flex_c.ta_l .cap {
    margin-top: 2px;
  }

  .list_bnr_flex_c {
    margin: 33px auto 0;
  }

  .list_bnr_flex_c li {
    padding: 0 22px;
  }

  .list_bnr_flex_c li + li {
    margin-top: 10px;
  }

  .list_bnr_flex_c + .ad_bnrbox_token {
    margin: 26px auto 0;
  }

  .ad_bnrbox_token .ad_box {
    margin-bottom: 0;
    padding: 0 22px;
  }

  .ad_bnrbox_token .ad_box + .ad_box {
    margin-top: 16px;
  }
}

/*---------------------------------
_content
---------------------------------*/
.content .main {
  font-size: 1.7rem;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 25px auto 0;
  width: 836px;
}

@media screen and (max-width: 750px) {
  .content .main {
    font-size: 1.5rem;
    line-height: 1.53;
    margin: 16px auto 0;
    padding: 0 15px;
    width: auto;
  }
}

.lead {
  margin: 0 auto;
  text-align: left;
  width: 700px;
}

@media screen and (max-width: 750px) {
  .lead {
    font-size: 1.5rem;
    letter-spacing: .07em;
    line-height: 1.595;
    padding: 0;
    width: 100%;
  }
}