@charset "UTF-8";
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

div, pre, p, blockquote, h1, h2, h3, h4, h5, h6, form, fieldset, figure, figcaption, ul, li {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

* {
  box-sizing: border-box;
}

body {
  display: block;
  width: 100%;
  margin: 0 auto;
  background: #fef4cc;
  color: #000;
  font-weight: 500;
  font-size: 1.8rem;
  font-family: "Yu Gothic medium", "游ゴシック Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", Meiryo, "sans-serif";
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.3rem;
  }
}
p {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: 0;
}

a[href^="tel:"] {
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.pc {
  display: block;
}

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

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}
.pc-br {
  display: block;
}

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

@media screen and (max-width: 768px) {
  .sp-br {
    display: block;
  }
}
.w-100 {
  width: 100%;
}

.bg-org {
  background: #f3d4a1;
  padding-top: 65px;
  padding-bottom: 65px;
}

@media screen and (max-width: 768px) {
  .bg-org {
    padding-top: 45px;
    padding-bottom: 30px;
  }
}
.bg-blue {
  background: #84ceff;
  padding-top: 65px;
  padding-bottom: 65px;
}

@media screen and (max-width: 768px) {
  .bg-blue {
    padding-top: 45px;
    padding-bottom: 30px;
  }
}
.bg-green {
  background: #b2e4d1;
  padding-top: 65px;
  padding-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .bg-green {
    padding-top: 45px;
    padding-bottom: 30px;
  }
}
h1 {
  margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
  h1 {
    padding: 0 10px;
    margin-bottom: 24px;
  }
}
h1 img {
  display: block;
  margin: 0 auto;
}

h2 {
  margin-bottom: 18px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  h2 {
    margin-bottom: 10px;
  }
}
h2 img {
  margin-right: auto;
  margin-left: auto;
}

section {
  width: 100%;
  max-width: 1004px;
  margin: 0 auto;
}

section.bg-header {
  max-width: none;
  padding: 70px 5px 50px;
  background: url("../img/header-bg.webp") no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  section.bg-header {
    padding-top: 37px;
    padding-bottom: 37px;
  }
}
section.toku {
  max-width: 1034px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
  section.toku {
    margin-bottom: 30px;
  }
}
section.web {
  max-width: 1034px;
  padding-right: 15px;
  padding-left: 15px;
}

@media screen and (max-width: 768px) {
  section.web {
    margin-bottom: 55px;
  }
}
section.web .box-txt {
  margin-bottom: 30px;
  text-align: center;
  font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
  section.web .box-txt {
    padding: 0 10%;
    font-size: 1.2rem;
  }
}
section.app {
  max-width: 1034px;
  padding-right: 15px;
  padding-left: 15px;
}

section.schedule {
  max-width: 1034px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 80px;
}

section.schedule h3 {
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  section.schedule h3 {
    margin-bottom: 10px;
    padding: 0 5%;
  }
}
section.schedule h3 img {
  margin-right: auto;
  margin-left: auto;
}

section.schedule h3.tit {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

section.schedule h3.tit img {
  width: 100%;
  height: auto;
}

section.support {
  max-width: 1034px;
  padding-right: 15px;
  padding-left: 15px;
}

.wrap {
  padding-right: 15px;
  padding-left: 15px;
}

.wrap-max {
  width: 100%;
  max-width: 1004px;
  margin: 0 auto;
}

.wrap-max .wrap-con {
  max-width: 834px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .wrap-max .wrap-con {
    background: #fff;
    padding-bottom: 37px;
    border-radius: 10px;
  }
}
.wrap-max.wt {
  background: #fff;
  border-radius: 10px;
}

.wrap-max.wt.cashback {
  padding: 60px 15px 90px;
  margin-bottom: 90px;
}

.wrap-max.wt.cashback .wrap-con {
  max-width: 100%;
  margin-left: 15px;
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  .wrap-max.wt.cashback {
    padding-top: 18px;
    padding-bottom: 0;
    margin-top: 22px;
    margin-bottom: 26px;
  }
}
.wrap-max.wt.support {
  padding: 64px 20px 58px;
}

@media screen and (max-width: 768px) {
  .wrap-max.wt.support {
    background: none;
    padding: 0;
  }
}
.wrap-max.wt.support .wrap-con.und {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .wrap-max.wt.support .wrap-con.und {
    margin-top: 25px;
  }
}
.wrap-max.sepa {
  display: flex;
  margin-bottom: 23px;
  background: #fff;
  border-radius: 6px;
}

@media screen and (max-width: 768px) {
  .wrap-max.sepa {
    width: 100%;
    flex-direction: column;
  }
  .wrap-max.sepa.last {
    margin-bottom: 56px;
  }
}
.wrap-max.sepa .sepa-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  padding: 36px 10px;
  /* background: #FDEDDC; */
  background: #FFF89E;
  border-radius: 6px 0 0 6px;
}

@media screen and (max-width: 768px) {
  .wrap-max.sepa .sepa-item {
    width: 100%;
    min-height: 63px;
    padding: 14px 10px;
    border-radius: 6px 6px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .wrap-max.sepa .sepa-item.no1 img {
    max-width: 50%;
    min-width: 137px;
  }
}
@media screen and (max-width: 768px) {
  .wrap-max.sepa .sepa-item.no2 img {
    max-width: 70%;
    min-width: 221px;
  }
}
@media screen and (max-width: 768px) {
  .wrap-max.sepa .sepa-item.no3 img {
    max-width: 60%;
    min-width: 189px;
  }
}
.wrap-max.sepa .sepa-con {
  width: calc(100% - 214px);
  padding: 35px 23px 20px 35px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .wrap-max.sepa .sepa-con {
    width: 100%;
    padding: 30px 15px;
    text-align: center;
  }
}
.wrap-max.sepa .sepa-con.no3 {
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .wrap-max.sepa .sepa-con.no3 img {
    margin: 0 auto;
    padding: 0 8%;
  }
}
.wrap-max.sepa .sepa-con .txt1 {
  margin-bottom: 17px;
  font-size: 2.6rem;
}

@media screen and (max-width: 768px) {
  .wrap-max.sepa .sepa-con .txt1 {
    display: inline-block;
    text-align: left;
    font-size: 1.8rem;
  }
}
.wrap-max.sepa .sepa-con .txt1 .item {
  display: block;
}

@media screen and (max-width: 768px) {
  .wrap-max.sepa .sepa-con .txt1 .item {
    text-align: center;
    font-size: 1.4rem;
  }
}
.wrap-max.sepa .sepa-con .txt1 .family {
  margin-left: 1em;
}

@media screen and (max-width: 768px) {
  .wrap-max.sepa .sepa-con .txt1 .family {
    display: block;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .wrap-max.sepa .sepa-con .txt1 .tax {
    font-size: 1.2rem;
  }
}
.wrap-max.sepa .sepa-con .txt2 {
  margin-bottom: 24px;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .wrap-max.sepa .sepa-con .txt2 {
    font-size: 1.4rem;
  }
}
.wrap-max.sepa .sepa-con .txt3 {
  margin-bottom: 8px;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .wrap-max.sepa .sepa-con .txt3 {
    display: inline-block;
    margin-bottom: 23px;
    text-align: left;
    font-size: 1.4rem;
  }
}
.wrap-max.sepa .sepa-con .txt3 .sec {
  margin-left: 2rem;
}

@media screen and (max-width: 768px) {
  .wrap-max.sepa .sepa-con .txt3 .sec {
    margin-left: 0;
    display: block;
  }
}
.wrap-max.sepa .sepa-con .txt-sepa {
  margin-bottom: 21px;
  font-size: 2rem;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .wrap-max.sepa .sepa-con .txt-sepa {
    font-size: 1.35rem;
  }
}
.wrap-max.sepa .sepa-con .line {
  /* color: #ED7602; */
  color: #00853C;
  background: linear-gradient(transparent calc(100% - 10px), #fcee21 calc(100% - 10px));
}

.wrap-max.sepa .sepa-con.no3 .line {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 92% 100%;
}

.wrap-max.sepa .sepa-con .line::after {
  content: none;
}

.box-kikan {
  width: 100%;
  max-width: 1004px;
  padding: 27px 15px 35px;
  margin: 63px auto 50px;
  background: #00a567;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .box-kikan {
    padding-bottom: 45px;
    margin-top: 50px;
  }
}
.box-kikan > div.full {
  width: 100%;
  max-width: 790px;
  display: block;
  margin: 0 auto;
  padding: 15px 0 0 19px;
  background: none;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 3rem;
}

@media screen and (max-width: 768px) {
  .box-kikan > div.full {
    padding: 0;
    text-align: center;
    font-size: 1.35rem;
  }
}
.box-kikan > div.full span {
  color: #fff;
  font-size: 2.3rem;
}

@media screen and (max-width: 768px) {
  .box-kikan > div.full span {
    display: block;
    font-size: 1.2rem;
  }
}
.wrap-dot {
  width: 100%;
  max-width: 1004px;
  margin: 0 auto;
  padding: 10px 45px;
  border-radius: 6px;
  background: #fff;
  position: relative;
}

@media screen and (max-width: 768px) {
  .wrap-dot {
    padding: 30px 18px;
  }
}
.wrap-dot::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: 10px;
  left: 10px;
  border-radius: 6px;
  border: dashed 1px #00a567;
}

@media screen and (max-width: 768px) {
  .wrap-dot::before {
    top: 4px;
    bottom: 4px;
    right: 4px;
    left: 4px;
  }
}
.wrap-dot .box-in {
  display: flex;
  justify-content: space-between;
  padding: 45px 0 70px;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  position: relative;
  z-index: 1;
  margin-top: 30px;
  border-top: dashed 1px #00a567;
}

@media screen and (max-width: 768px) {
  .wrap-dot .box-in {
    flex-wrap: wrap;
    padding: 27px 0 0;
  }
  .wrap-dot .box-in img {
    margin-right: auto;
    margin-left: auto;
  }
}
.wrap-dot .box-in figure img {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.wrap-dot .box-in .btn-wrap.red {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

@media screen and (max-width: 768px) {
  .wrap-dot .box-in .btn-wrap.red {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}
.wrap-dot .box-in > div {
  width: calc((100% - 39px) / 2);
}

@media screen and (max-width: 768px) {
  .wrap-dot .box-in > div {
    width: 100%;
  }
  .wrap-dot .box-in > div.col-r {
    margin-top: 27px;
    padding-top: 27px;
    border-top: dashed 1px #ED7602;
  }
}
.wrap-dot .box-in figure {
  margin-bottom: 50px;
}

@media screen and (min-width: 769px) {
  .wrap-dot.no1 .box-in figure {
    height: 93px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .wrap-dot.no1 .box-in figure img {
    width: 395px;
    max-width: 100%;
  }
  .wrap-dot.no1 .box-in > div.col-r figure img.pc {
    width: 445px;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .wrap-dot .box-in figure {
    margin-bottom: 32px;
    padding: 0 10%;
  }
}
.wrap-dot .box-in .entry {
  margin-bottom: 14px;
}

@media screen and (max-width: 768px) {
  .wrap-dot .box-in .entry {
    margin-bottom: 9px;
    font-size: 1.4rem;
  }
}
.wrap-dot .box-in .entry span {
  padding: 0 0.5rem;
  /* color: #ED7602; */
  color: #00a567;
}

.wrap-dot.no1 {
  padding-top: 55px;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .wrap-dot.no1 {
    padding-top: 30px;
    padding-bottom: 37px;
    margin-bottom: 24px;
  }
}
.wrap-dot.no2 {
  padding-top: 50px;
  padding-bottom: 66px;
  margin-bottom: 75px;
}

@media screen and (max-width: 768px) {
  .wrap-dot.no2 {
    margin-bottom: 33px;
    padding-top: 34px;
    padding-bottom: 50px;
  }
}
.wrap-dot.no2 .txt-box {
  margin-top: 43px;
}

@media screen and (max-width: 768px) {
  .wrap-dot.no2 .txt-box {
    margin-top: 35px;
  }
}
.wrap-dot .box-in2 {
  text-align: center;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .wrap-dot .box-in2 {
    padding-bottom: 0;
  }
}
.wrap-dot .box-in2 .tit {
  display: inline-block;
  margin-bottom: 30px;
  padding: 0 120px;
  font-weight: bold;
  font-size: 2.6rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .wrap-dot .box-in2 .tit {
    margin-bottom: 14px;
    padding: 0 72px;
    font-size: 1.6rem;
  }
}
.wrap-dot .box-in2 .tit::before, .wrap-dot .box-in2 .tit::after {
  content: "";
  display: inline-block;
  width: 100px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
}

@media screen and (max-width: 768px) {
  .wrap-dot .box-in2 .tit::before, .wrap-dot .box-in2 .tit::after {
    width: 62px;
  }
}
.wrap-dot .box-in2 .tit::before {
  left: 0;
}

.wrap-dot .box-in2 .tit::after {
  right: 0;
}

.wrap-dot .box-in2 figure {
  margin-bottom: 56px;
}

@media screen and (max-width: 768px) {
  .wrap-dot .box-in2 figure {
    margin-bottom: 35px;
    padding: 0 10%;
  }
}
.wrap-dot .box-in2 figure img {
  margin-right: auto;
  margin-left: auto;
}

.bor-brw {
  width: 100%;
  max-width: 703px;
  margin: 0 auto 25px;
  border: solid 3px #B15439;
  border-radius: 10px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .bor-brw {
    border-width: 1px;
  }
}
.bor-brw::after {
  content: url("../img/no2-muryo.png");
  position: absolute;
  top: -46px;
  left: -68px;
}

@media screen and (max-width: 768px) {
  .bor-brw::after {
    content: url("../img/no2-muryo_sp.png");
    top: -25px;
    left: -18px;
  }
}
.bor-brw .box-in {
  padding: 60px 15px 40px;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .bor-brw .box-in {
    padding: 46px 15px 15px;
  }
}
.bor-brw .box-in figure {
  margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
  .bor-brw .box-in figure {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 500px) {
  .bor-brw .box-in figure img {
    width: 160px;
  }
}
.bor-brw .box-in .txt {
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .bor-brw .box-in .txt {
    margin-bottom: 7px;
    font-size: 1.5rem;
  }
}
.bor-brw .box-txt {
  padding: 36px 20px 30px;
  background: #B15439;
  border-radius: 0 0 6px 6px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  .bor-brw .box-txt {
    padding: 25px 15px;
    text-align: center;
  }
}
.col2 {
  display: flex;
  flex-flow: row wrap;
}

.col2.header-top {
  max-width: 100%;
  max-width: 1004px;
  margin: 0 auto 38px;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .col2.header-top {
    padding: 0 15px;
    margin-bottom: 24px;
  }
}
.col2.header-top .col-l {
  padding-right: 15px;
}

@media screen and (max-width: 768px) {
  .col2.header-top .col-l {
    width: 65%;
  }
  .col2.header-top .col-l img {
    width: 100%;
  }
}
.col2.header-top .col-r {
  padding-left: 15px;
}

@media screen and (max-width: 768px) {
  .col2.header-top .col-r img {
    width: 73px;
  }
}
.box-kikan-inner {
  display: flex;
}

@media screen and (max-width: 768px) {
  .box-kikan-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.kikan {
  width: 100%;
  display: flex;
  padding: 30px 58px;
  /* margin: 0 auto 20px; */
  margin-left: 10px;
  margin-right: 10px;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 5px;
  font-weight: bold;
  flex-direction: row;
}

.kikan figure {
  margin-right: 22px;
}

.kikan figure:nth-of-type(2) img {
  width: 74px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .kikan {
    padding: 25px 15px;
    margin-bottom: 23px;
    flex-direction: column;
  }
  .kikan figure {
    width: 63%;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .kikan figure {
    width: 100%;
    text-align: center;
  }
}
.kikan .txt-kikan {
  /* padding-left: 40px; */
  padding-left: 50px;
  text-align: left;
  font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
  .kikan .txt-kikan {
    padding-left: 0;
    font-size: 1.4rem;
    text-align: center;
  }
}
/* .kikan .txt-kikan span {
  color: #e7242e;
} */
.kikan .txt-kikan span {
  color: #00a567;
  font-weight: bold;
  letter-spacing: 0.08em;
}

.box-kikan .txt-kikan-nots {
  font-size: 1.5rem;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .box-kikan .txt-kikan-nots {
    font-size: 1.2rem;
  }
}
.col2.cacheback {
  width: 100%;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .col2.cacheback {
    flex-direction: column;
  }
  .col2.cacheback .numb {
    width: 62px;
    margin-bottom: 20px;
  }
}
.col2.cacheback .txt1 {
  width: calc(100% - 106px);
  padding-left: 25px;
  font-weight: bold;
  font-size: 3.2rem;
  flex: 1;
}

@media screen and (max-width: 768px) {
  .col2.cacheback .txt1 {
    width: 100%;
    padding-left: 0;
    text-align: center;
    font-size: 1.6rem;
  }
}
.col2.cacheback .full {
  width: 100%;
  text-align: center;
  font-feature-settings: "palt";
}

.col2.cacheback .full.fig {
  margin-top: 53px;
  margin-bottom: 48px;
  padding-left: 130px;
  padding-right: 25px;
}

@media screen and (max-width: 768px) {
  .col2.cacheback .full.fig {
    margin-top: 24px;
    margin-bottom: 24px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 769px) {
  .col2.cacheback .full.fig img {
    margin-right: auto;
    margin-left: auto;
  }
}
.col2.cacheback.no1 {
  margin-bottom: 77px;
}

@media screen and (max-width: 768px) {
  .col2.cacheback.no1 {
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .col2.cacheback.no1 .numb {
    width: 102px;
  }
}
@media screen and (max-width: 768px) {
  .col2.cacheback.no2 .numb {
    width: 102px;
  }
}
@media screen and (max-width: 768px) {
  .col2.cacheback.no3 .numb {
    width: 102px;
  }
}
.col2.cacheback.no1 .txt1 {
  padding-right: 145px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .col2.cacheback.no1 .txt1 {
    padding-right: 0;
  }
}
.col2.cacheback.no1 .txt2 {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .col2.cacheback.no1 .txt2 {
    display: inline-block;
    width: auto;
    margin-bottom: 17px;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .col2.cacheback.no1 .fig {
    padding-left: 65px;
  }
  .col2.cacheback.no1 .fig img {
    margin-right: auto;
    margin-left: auto;
  }
}
.col2.cacheback.no2 {
  margin-bottom: 77px;
}

@media screen and (max-width: 768px) {
  .col2.cacheback.no2 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .col2.cacheback.no2 {
    padding-top: 10px;
  }
}
.col2.cacheback.no2 .txt1 {
  padding-right: 145px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .col2.cacheback.no2 .txt1 {
    padding-right: 0;
  }
}
.col2.cacheback.no2 .txt2 {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .col2.cacheback.no2 .txt2 {
    margin-bottom: 55px;
    width: auto;
  }
}
.col2.cacheback.no2 .fig {
  margin-top: 25px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .col2.cacheback.no2 .fig {
    padding-left: 65px;
  }
  .col2.cacheback.no2 .fig img {
    margin: 0 auto;
  }
}
.col2.cacheback.no3 {
  align-items: center;
}

@media screen and (max-width: 768px) {
  .col2.cacheback.no3 {
    align-items: center;
  }
}
.col2.cacheback.no3 .txt1 {
  padding-right: 95px;
  text-align: center;
  font-size: 3rem;
}

@media screen and (max-width: 768px) {
  .col2.cacheback.no3 .txt1 {
    display: block;
    padding-right: 0;
    margin-bottom: 21px;
    font-size: 1.4rem;
  }
  .col2.cacheback.no3 .txt1 img {
    width: 76px;
  }
}
.col2.cacheback.no3 .txt1 .txt-emp {
  color: #00a567;
}

@media screen and (max-width: 768px) {
  .col2.cacheback.no3 .txt2 {
    text-align: left;
  }
}
.col2.cacheback.no3 .fig {
  /* margin-top: 45px; */
  margin-top: 25px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .col2.cacheback.no3 .fig {
    margin: 0 auto 20px;
  }
  .col2.cacheback.no3 .fig img {
    margin-right: auto;
    margin-left: auto;
  }
}
.col2.entry {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 50px;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .col2.entry {
    margin-top: 40px;
    margin-bottom: 16px;
  }
}
.col2.entry > div {
  width: 100%;
  max-width: 323px;
  margin-right: 8px;
  margin-left: 8px;
  display: flex;
}

@media screen and (max-width: 768px) {
  .col2.entry > div {
    max-width: 100%;
    margin-bottom: 15px;
  }
}
.col2.toku2 {
  list-style: none;
  width: 100%;
  max-width: 729px;
}

@media screen and (max-width: 768px) {
  .col2.toku2 {
    padding: 0 12%;
  }
}
@media screen and (max-width: 768px) {
  .col2.toku2 li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 14px;
  }
  .col2.toku2 li img {
    margin: 0 auto;
  }
}
.col2.toku2 li:nth-of-type(1) {
  width: 47.7366%;
  padding-right: 10px;
}

@media screen and (max-width: 768px) {
  .col2.toku2 li:nth-of-type(1) {
    width: 100%;
    padding-right: 0;
  }
}
.col2.toku2 li:nth-of-type(2) {
  width: 52.2634%;
}

@media screen and (max-width: 768px) {
  .col2.toku2 li:nth-of-type(2) {
    width: 100%;
    margin-bottom: 3px;
    padding-left: 0;
  }
}
.col2.phone-list {
  list-style: none;
  width: 100%;
  max-width: 750px;
  margin-bottom: 32px;
  margin-right: auto;
  margin-left: auto;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .col2.phone-list {
    margin-bottom: 0;
    padding: 0 20px;
  }
}
.col2.phone-list li {
  display: flex;
  flex-direction: column;
  width: calc((100% - 60px) / 2);
  padding-left: 15px;
  font-size: 1.5rem;
  position: relative;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .col2.phone-list li {
    width: 100%;
    display: block;
    margin-bottom: 33px;
    padding-left: 0;
    text-align: center;
    font-size: 1.3rem;
  }
  .col2.phone-list li img {
    width: 76.9230769231%;
    min-width: 195px;
    margin-top: 1rem;
  }
  .col2.phone-list li a.dc-phone {
    display: block;
    margin-top: 10px;
  }
  .col2.phone-list li a.dc-phone img {
    height: 2.8rem;
    margin-right: auto;
    margin-left: auto;
  }
}
.col2.phone-list li::before {
  content: "";
  width: 5px;
  height: 100%;
  border-left: 1px solid #b3b3b3;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .col2.phone-list li::before {
    width: 0;
    border-left: none;
    position: static;
  }
}
.col2.phone-list li .tit {
  display: block;
  color: #00a567;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.3;
  font-feature-settings: "palt";
  white-space: nowrap;
}

.col2.phone-list li .cs-support {
  display: block;
  position: relative;
  font-size: 2.4rem;
  top: 1rem;
  color: #000;
}

.col2.phone-list li .black {
  display: block;
  font-weight: normal;
  color: #000;
}

@media screen and (max-width: 768px) {
  .col2.phone-list li .tit {
    font-size: 1.4rem;
  }
}
.col2.phone-list li p.p-sp {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .col2.phone-list li p.p-sp {
    margin-bottom: 0;
  }
}
.col2.phone-list li p a {
  margin-top: 10px;
}

.col2.phone-list li a {
  display: block;
  margin-top: auto;
  margin-bottom: 0;
}

.col2.phone-list li a.dc-phone {
  margin-top: 10px;
}

.col2.phone-list li a.dc-phone img {
  width: auto;
  min-width: 0;
  height: 2rem;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .col2.phone-list li a.dc-phone img {
    width: auto;
    min-width: 0;
    height: 2.2rem;
  }
}
@media screen and (min-width: 769px) {
  .wrap-max.wt.support .wrap-con.no2:not(.und) .col2.phone-list li p {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .wrap-max.wt.support .wrap-con.no2:not(.und) .col2.phone-list li p a,
  .wrap-max.wt.support .wrap-con.no2:not(.und) .col2.phone-list li p a.dc-phone {
    margin-top: auto;
  }
}
.schedule-tbl {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  max-width: 1004px;
  margin: 0 auto 24px;
  /* border: solid 1px #4496d3; */
  border: solid 1px #44b141;
  border-radius: 6px;
}

@media screen and (max-width: 768px) {
  .schedule-tbl {
    margin-bottom: 20px;
  }
}
.schedule-tbl th, .schedule-tbl td {
  padding: 8px 0;
  text-align: center;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .schedule-tbl th, .schedule-tbl td {
    font-weight: 500;
    font-size: 1.3rem;
  }
}
.schedule-tbl th {
  padding: 16px 0;
  /* background: #4496d3; */
  background: #69c067;
  border-right: solid 1px #fff;
}

@media screen and (max-width: 768px) {
  .schedule-tbl th {
    padding: 11px 5px;
    line-height: 1.2;
  }
}
.schedule-tbl th:nth-of-type(1) {
  border-radius: 5px 0 0 0;
}

@media screen and (max-width: 768px) {
  .schedule-tbl th:nth-of-type(1) img {
    max-width: 75%;
    min-width: 52px;
  }
}
/* @media screen and (max-width: 768px) {
  .schedule-tbl th:nth-of-type(2) img {
    min-width: 150px;
  }
} */
@media screen and (max-width: 500px) {
  .schedule-tbl th:nth-of-type(2) img {
    max-width: 18vw;
  }
}
.schedule-tbl th:nth-last-of-type(1) {
  border-radius: 0 5px 0 0;
  border-right: none;
}

@media screen and (max-width: 768px) {
  .schedule-tbl th:nth-last-of-type(1) img {
    min-width: 67px;
  }
}
.schedule-tbl th img {
  margin-right: auto;
  margin-left: auto;
}

.schedule-tbl td {
  background: #fff;
  /* border-bottom: solid 1px #4496d3;
  border-right: solid 1px #4496d3; */
  border-bottom: solid 1px #44B141;
  border-right: solid 1px #44B141;
}

@media screen and (max-width: 768px) {
  .schedule-tbl td {
    padding: 5px 0;
  }
}
.schedule-tbl td:nth-of-type(1) {
  width: 28%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .schedule-tbl td:nth-of-type(1) {
    width: 25%;
    padding-left: 2%;
    text-align: center;
  }
}
.schedule-tbl td:nth-of-type(1) .schedule-tbl-note {
  font-size: 0.7em;
  font-weight: normal;
}

.schedule-tbl td:nth-of-type(2) span {
  display: inline-block;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .schedule-tbl td:nth-of-type(2) span {
    width: 150px;
    text-align: center;
  }
}
.schedule-tbl td.pres {
  width: 27%;
  border-right: none;
}

@media screen and (max-width: 768px) {
  .schedule-tbl td.pres {
    width: 25.5%;
  }
}
.schedule-tbl td.pres.last {
  border-bottom: none;
  border-radius: 0 0 6px 0;
}

.schedule-tbl tr:nth-last-of-type(1) td {
  border-bottom: none;
}

.schedule-tbl tr:nth-last-of-type(1) td:nth-of-type(1) {
  border-radius: 0 0 0 6px;
}

.btn-wrap {
  display: block;
  position: relative;
  text-decoration: none;
}

.btn-wrap.org {
  width: 100%;
  background: #F56801;
  padding: 25px 15px;
  border-radius: 10px;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.16);
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .btn-wrap.org {
    max-width: 265px;
    margin: 0 auto;
    padding: 15px 13px;
    font-size: 1.3rem;
  }
}
.btn-wrap.green {
  width: 100%;
  background: #00a567;
  padding: 25px 15px;
  border-radius: 10px;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.16);
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .btn-wrap.green {
    max-width: 265px;
    margin: 0 auto;
    padding: 15px 13px;
    font-size: 1.3rem;
  }
}
.btn-wrap.btn1 {
  width: 83%;
  margin-right: auto;
  margin-left: auto;
  font-size: 2.2rem;
}

@media screen and (max-width: 768px) {
  .btn-wrap.btn1 {
    font-weight: normal;
    font-size: 1.3rem;
  }
}
.btn-wrap.red {
  width: 60%;
  background: #e50012;
  padding: 25px 15px;
  border-radius: 10px;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.16);
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .btn-wrap.red {
    max-width: 265px;
    margin: 0 auto;
    padding: 15px 13px;
    font-size: 1.3rem;
  }
}
.btn-wrap.w225 {
  width: 225px;
  margin: 0 auto;
  padding: 19px 15px;
}

.btn-wrap.w320 {
  width: 320px;
  margin: 0 auto;
}

.btn-wrap.w320 span {
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .btn-wrap.w320 {
    width: 70%;
    max-width: 481px;
    padding: 7px 15px;
    border-radius: 10px;
  }
}
.btn-wrap > span {
  display: block;
  width: 100%;
  position: relative;
  padding-right: 28px;
  padding-left: 28px;
  text-align: center;
}

.btn-wrap > span::after {
  content: url("../img/ico-arrow1_pc.png");
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  line-height: 0;
}

@media screen and (max-width: 768px) {
  .btn-wrap > span::after {
    content: url("../img/ico-arrow1_sp.png");
    line-height: 0;
  }
}
.btn-wrap > span.left {
  text-align: center;
}

.btn-wrap.w440 {
  width: 440px;
  margin: 0 auto;
  font-size: 2.1rem;
}

@media screen and (max-width: 768px) {
  .btn-wrap.w440 {
    width: 228px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .btn-wrap.w440.pc {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .btn-wrap.w440.sp {
    display: none;
  }
}
.btn-wrap.w440 span::after {
  content: url("../img/ico-arrow3_pc.png");
}

@media screen and (max-width: 768px) {
  .btn-wrap.w440 span::after {
    content: url("../img/ico-arrow3_sp.png");
  }
}
.kome-hd {
  padding-left: 1.2em;
  font-feature-settings: "palt";
  position: relative;
}

.kome-hd::before {
  content: "※";
  position: absolute;
  left: 0;
}

.kome-hd.sp-c {
  padding-left: 0;
  text-align: center;
  position: static;
}

@media screen and (max-width: 768px) {
  .kome-hd.sp-c {
    padding-left: 1.2em;
    text-align: left;
    position: relative;
  }
}
.kome-hd.sp-c::before {
  position: static;
  left: auto;
}

@media screen and (max-width: 768px) {
  .kome-hd.sp-c::before {
    position: absolute;
    left: 0;
  }
}
ul.maru {
  list-style: none;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  ul.maru {
    display: inline-block;
  }
}
ul.maru li {
  padding-left: 1.2em;
  text-align: left;
  position: relative;
}

@media screen and (max-width: 768px) {
  ul.maru li {
    font-size: 1.2rem;
  }
}
ul.maru li::before {
  content: "○";
  position: absolute;
  left: 0;
}

ul.kome {
  list-style: none;
}

ul.kome li {
  padding-left: 1.2em;
  text-align: left;
  position: relative;
}

@media screen and (max-width: 768px) {
  ul.kome li {
    font-size: 1.3rem;
  }
}
ul.kome li::before {
  content: "※";
  position: absolute;
  left: 0;
}

ul.kome-numb {
  list-style: none;
  counter-reset: number 0;
}

ul.kome-numb li {
  padding-left: 2em;
  position: relative;
}

@media screen and (max-width: 768px) {
  ul.kome-numb li {
    text-align: left;
    font-size: 1.3rem;
  }
}
ul.kome-numb li::before {
  counter-increment: number 1;
  content: "※" counter(number);
  position: absolute;
  left: 0;
}

ul.kome-numb.fw-n {
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  ul.kome-numb.fw-n {
    display: inline-flex;
    flex-direction: column;
  }
}
dl.toku1 {
  display: flex;
  align-items: center;
  margin: 0 0 13px;
}

@media screen and (max-width: 768px) {
  dl.toku1 {
    flex-direction: column-reverse;
  }
}
dl.toku1 dd {
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  dl.toku1 dd {
    margin-left: 0;
    margin-bottom: 32px;
    padding-right: 12%;
    padding-left: 12%;
  }
}
dl.vert {
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 84px;
  background: #00a567;
  padding: 12px;
  line-height: 1.35;
}

@media screen and (max-width: 768px) {
  dl.vert {
    height: auto;
    margin-bottom: 24px;
    padding: 23px 10px;
    border-radius: 8px 8px 0 0;
    line-height: 1.4;
  }
}
dl.vert dt, dl.vert dd {
  margin: 0;
  padding: 0;
  display: block;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  dl.vert dt, dl.vert dd {
    display: block;
    text-align: center;
    color: #fff;
    font-weight: bold;
  }
}
dl.vert dt {
  font-size: 2.2rem;
}

@media screen and (max-width: 768px) {
  dl.vert dt {
    font-size: 1.6rem;
  }
}
dl.vert dd {
  font-size: 2.2rem;
}

@media screen and (max-width: 768px) {
  dl.vert dd {
    font-size: 1.5rem;
  }
}
.txt-schedule {
  margin-bottom: 30px;
  line-height: 1.35;
  text-align: justify;
}

.box-inblock {
  display: inline-block;
  text-align: left;
}

@media screen and (min-width: 769px) {
  .wrap-dot.no2 .txt-box .box-inblock.kome-hd.txt-just_sp {
    padding-left: 0;
    text-align: center;
  }
  .wrap-dot.no2 .txt-box .box-inblock.kome-hd.txt-just_sp::before {
    position: static;
    left: auto;
    margin-right: 0.2em;
  }
}
@media screen and (max-width: 768px) {
  .hd-txt-att {
    width: 88%;
    margin-right: auto;
    margin-left: auto;
  }
}
.hd-txt-att .kome {
  max-width: 920px;
  margin: 0 auto;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .hd-txt-att .kome {
    display: inline-block;
  }
  .hd-txt-att .kome li {
    font-size: 1.2rem;
  }
}
.no2-att {
  width: 100%;
  max-width: 703px;
  margin: 0 auto 100px;
  padding-left: 30px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .no2-att {
    padding-left: 0;
    margin-bottom: 45px;
    text-align: center;
  }
  .no2-att .kome-hd {
    display: inline-block;
    text-align: left;
  }
}
.tit-nenkaihi {
  display: block;
  width: 220px;
  padding: 6px;
  /* background: #ED7602; */
  background: #2eb582;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .tit-nenkaihi {
    width: 110px;
    padding: 0 15px;
    font-size: 1.4rem;
  }
}
.tit-joken {
  display: block;
  width: 220px;
  margin-bottom: 16px;
  /* border: solid 1px #ED7602; */
  border: solid 1px #76A32D;
  padding: 6px;
  text-align: center;
  /* color: #ED7602; */
  color: #2eb582;
}

@media screen and (max-width: 768px) {
  .tit-joken {
    width: 110px;
    margin: 0 auto 13px;
    padding: 0 15px;
    font-size: 1.4rem;
  }
}
.tit-ph {
  width: 100%;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  padding: 5px;
  border: solid 1px #C2C1C0;
  text-align: center;
  font-size: 1.7rem;
}

@media screen and (max-width: 768px) {
  .tit-ph {
    width: calc(100% - 100px);
    padding: 10px;
    font-size: 1.4rem;
  }
}
.tit-ph .time {
  font-weight: bold;
  font-size: 1.9rem;
}

@media screen and (max-width: 768px) {
  .tit-ph .time {
    display: block;
    font-size: 1.5rem;
  }
}
.txt-1 {
  margin-top: 34px;
  text-align: center;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .txt-1 {
    margin-top: 22px;
    margin-bottom: 19px;
    padding: 0 15px;
  }
}
.copyright {
  padding: 40px 15px 0;
  text-align: center;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .copyright {
    padding: 15px;
    font-size: 1.2rem;
  }
}
.txtlogo {
  font-family: "Roboto", sans-serif;
}

.cent {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .txt-just_sp {
    text-align: justify;
  }
}
.s2v {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .s2v {
    bottom: 0;
    right: 0;
  }
}
.s2v img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .s2v img {
    width: 50px;
    height: 50px;
  }
}
.box-kikan-ttl {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}

.box-kikan-ttl p {
  background-color: #FFF100;
  display: block;
  font-size: 3rem;
  font-weight: bold;
  padding: 5px 15px;
  /* width: 100%; */
  /* max-width: 300px; */
  border-radius: 5px;
}

@media screen and (min-width: 769px) {
  .box-kikan-ttl p {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .box-kikan-ttl p {
    font-size: 2rem;
  }
}
.con-ttl {
  display: block;
  text-align: center;
  margin-bottom: 30px;
}

.con-ttl p {
  /* background-color: #EA66A1; */
  color: #E6328C;
  display: inline-block;
  font-size: 4rem;
  font-weight: bold;
  padding: 0 15px;
  /* width: 80%; */
  /* max-width: 150px; */
  /* border-radius: 5px; */
  border-bottom: 4px #E6328C solid;
}

@media screen and (max-width: 768px) {
  .con-ttl p {
    font-size: 3rem;
  }
}


/*# sourceMappingURL=style.css.map */
