/* --------------------------------------------------

main-area

-------------------------------------------------- */
.main-area {
  height: auto;
  position: relative;
  overflow: hidden;
  background: #FFB107;
}

.main-area .navi-top {
  position: absolute;
  top: 0;
  left: 0;
}

.main-area .logo-an {
  padding: 30px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: -30px;
  right: -15px;
}

@media (max-width: 1750px) {
  .main-area .logo-an img {
    /*width: 260px;*/
    width: 200px;
  }
}

@media (max-width: 1280px) {
  .main-area .logo-an img {
    width: 150px;
  }
}

@media (max-width: 768px) {
  .main-area .logo-an {
    padding: 10px;
    top: -20px;
    right: -12px;
  }

  .main-area .logo-an img {
    width: 110px;
  }
}

@media (max-width: 420px) {
  .main-area .logo-an {
    padding: 7px;
    top: -10px;
    right: -5px;
  }

  .main-area .logo-an img {
    width: 85px;
  }
}

/* .main-area .logo-an img {
	width: min(4vw, 250px);
} */

.main-area .flag {
  width: 30%;
  position: absolute;
  top: 0;
  right: 0;
}

.main-area .flag img {
  width: 100%;
}

.main-area .ttl-mv {
  text-align: center;
}

.main-area .ttl-mv img {
  display: inline-block;
  width: 100%;
}

.main-area .ttl-mv .pc-only {
  display: block;
}

.main-area .ttl-mv .sp-only {
  display: none;
}

@media (max-width: 768px) {
  .main-area .navi-top {
    position: static;
  }

  .main-area .flag {
    display: none;
  }

  .main-area .ttl-mv .pc-only {
    display: none;
  }

  .main-area .ttl-mv .sp-only {
    display: block;
  }
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

/* --------------------------------------------------

bnr-top-area

-------------------------------------------------- */

.bnr-top-area {
  padding: 3em 0 5em 0;
  background: #FFB107;
  overflow: hidden;
  position: relative;
}

.bnr-top-area:before,
.bnr-top-area:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
}

.bnr-top-area>* {
  position: relative;
  z-index: 1;
}

.bnr-top-area:before {
  background: url(../img/deco_player01.png) no-repeat center center / contain;
  width: 212px;
  height: 3110px;
  left: -50px;
  top: 0;
}

.bnr-top-area:after {
  background: url(../img/deco_player02.png) no-repeat center center / contain;
  width: 231px;
  height: 3151px;
  right: -50px;
  top: 0;
}

.bnr-top-area .pgm_bnr {
  margin-bottom: 2em;
}

.bnr-top-area .pgm_bnr .list-bnr {
  width: 100%;
}

.bnr-top-area .pgm_bnr .list-bnr li {
  margin-bottom: 1em;
}

@media (max-width: 1600px) {
  .bnr-top-area:before {
    width: 13.25vw;
    /* 212px */
    height: 194.38vw;
    /* 3110px */
    left: -3.13vw;
    /* -50px */
    top: 0;
  }

  .bnr-top-area:after {
    width: 14.44vw;
    /* 231px */
    height: 196.94vw;
    /* 3151px */
    right: -3.13vw;
    /* -50px */
    top: 0;
  }
}

.bnr-top-area .pro-player-block {
  color: #308F31;
  padding: 0 4em 1.5em;
  position: relative;
  z-index: 1;
}

.bnr-top-area .pro-player-block .attention {
  text-align: right;
  margin-top: 1em;
  font-size: 0.9em;
}

.bnr-top-area .pro-player-block dt {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 1em;
  text-align: center;
}

.bnr-top-area .pro-player-block dt span {
  position: relative;
}

.bnr-top-area .pro-player-block dt span:before {
  background: url(../img/ttl_icon_l.svg) no-repeat center center / contain;
  width: 30px;
  height: 30px;
  left: -45px;
  bottom: 4px;
  content: "";
  display: block;
  position: absolute;
}

.bnr-top-area .pro-player-block dt span:after {
  background: url(../img/ttl_icon_r.svg) no-repeat center center / contain;
  width: 30px;
  height: 30px;
  right: -40px;
  bottom: 4px;
  content: "";
  display: block;
  position: absolute;
}

.bnr-top-area .pro-player-block dd {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
}

.bnr-top-area .pro-player-block dd .col-ph {
  text-align: center;
  width: 28%;
  margin: 2% 2.5%;
}

.bnr-top-area .pro-player-block dd .col-ph .txt {
  font-size: 1.8rem;
  line-height: 1.5;
  color: #000;
  text-align: left;
}

.bnr-top-area .pro-player-block dd .col-ph figcaption {
  font-size: 2rem;
  font-weight: bold;
  margin-top: .6em;
  margin-bottom: .4em;
}

/*.bnr-top-area .pro-player-block dd .col-ph + .col-ph {
	margin-left: 1.8%;
}*/
.bnr-top-area .pro-player-block dd .col-ph img {
  /* max-width: 220px!important; */
  width: 100%;
  max-width: 280px;
}

@media screen and (min-width: 600px) and (max-width: 959px) {
  .bnr-top-area .pro-player-block {
    padding: 0 !important;
  }

  .bnr-top-area .pro-player-block dd .col-ph {
    width: 27% !important;
  }

  .bnr-top-area .pro-player-block dd .col-ph img {
    /* max-width: 192px!important; */
  }

}

@media (max-width: 559px) {
  .bnr-top-area {
    padding: 1em 0 1.5em;
  }

  .bnr-top-area .list-bnr li {
    width: 100%;
  }

  .bnr-top-area .list-bnr li+li {
    margin-top: 1em;
  }

  .bnr-top-area .list-bnr li:last-child {
    margin-top: 1em;
  }

  .bnr-top-area .pro-player-block {
    padding: 2em 0;
  }

  .bnr-top-area .pro-player-block .attention {
    text-align: left;
  }

  .bnr-top-area .pro-player-block dt {
    font-size: 2rem;
  }

  .bnr-top-area .pro-player-block dd {
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .bnr-top-area .pro-player-block dd .col-ph {
    max-width: 40%;
    width: 35%;
    margin-bottom: 1em;
    flex: auto;
  }

  .bnr-top-area .pro-player-block dd .col-ph+.col-ph {
    margin-left: 0;
  }

  .bnr-top-area .pro-player-block dd .col-ph figcaption {
    font-size: 1.5rem;
  }

  .bnr-top-area .pro-player-block dd .col-ph .txt {
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .bnr-top-area .pro-player-block dd .col-ph img {
    max-width: 100% !important;
  }

  .bnr-top-area:before,
  .bnr-top-area:after {
    display: none;
  }

  .bnr-top-area .pgm_bnr {
    display: block;
    margin-bottom: 2em;
  }

  .bnr-top-area .pgm_bnr .list-bnr {
    width: 100%;
  }
}

/* --------------------------------------------------

overview-area

-------------------------------------------------- */

.overview-area {
  padding: 4em 0;
  position: relative;
  overflow: hidden;
}

@media (max-width: 768px) {
  .overview-area {
    padding: 3em 0;
  }
}

.overview-area:before {
  content: "";
  width: 260px;
  height: 470px;
  display: block;
  background: url(../img/deco_shougi.svg) no-repeat center center/contain;
  position: absolute;
  top: 5%;
  left: 0;
  z-index: -100;
}

.overview-area::after {
  content: "";
  width: 260px;
  height: 470px;
  display: block;
  background: url(../img/deco_shougi.svg) no-repeat center center/contain;
  position: absolute;
  top: 15%;
  right: 0;
  z-index: -100;
}

@media (max-width: 768px) {

  .overview-area:before,
  .overview-area::after,
  .overview-area .inner:before {
    display: none;
  }
}

.overview-area .txt-center {
  /* font-size: 2.2rem; */
  line-height: 1.8;
  margin-bottom: 3em;
  text-align: center;
  letter-spacing: 0.1em;
}

.sp_only {
  display: none;
}

@media (max-width: 768px) {
  .sp_only {
    display: block;
    margin-bottom: .5em;
  }
}

@media (max-width: 768px) {
  .overview-area .txt-center {
    font-size: 1.2rem;
    text-align: left;
  }
}

.overview-area table.overview {
  width: 100%;
  margin-bottom: .5em;
}

.overview-area table.overview th,
.overview-area table.overview td {
  border: 1px solid #707070;
}

.overview-area table.overview th {
  font-weight: bold;
  text-align: left;
  width: 26%;
  min-width: 25%;
  padding: 1em 1.5em;
  background: #f1f1f1;
}

.overview-area table.overview td {
  padding: 1em 2em;
  background: #fff;
}

@media (max-width:768px) {
  .overview-area table.overview th {
    width: 16em;
  }

  .table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .overview-area table.overview {
    min-width: 980px;
    /* 好きな幅 */
  }

}

.overview-area table.overview td .fee {
  font-size: 2.2rem;
  margin-bottom: 0.5em;
}

@media (max-width: 768px) {
  .overview-area table.overview td .fee {
    font-size: 1.3rem;
  }
}

.overview-area table.overview .prokishi .txt {
  font-size: 14px;
  line-height: 1.3em;
  margin: 0.3em 0 1em;
}

@media (max-width: 768px) {
  .overview-area table.overview .prokishi .txt {
    line-height: 1.5em;
    font-size: 1em;
  }
}

.overview-area table.overview td .time-t dl {
  display: flex;
  flex-wrap: wrap;
}

.overview-area table.overview td .time-t dl dt {
  width: 10em;
  letter-spacing: 0.1em;
}

.overview-area table.overview td .time-t dl dd {
  width: calc(100% - 10em);
}

.overview-area table.overview td .txt-red {
  color: #ff0000;
}

.overview-area table.overview ul {
  list-style: disc;
  /* list-style-position: inside; */
}

.overview-area table.overview ul li {
  margin: 0 0 0.5em 1.1em;
}

.overview-area .covid-request {
  text-align: center;
  margin: 2em 0 3em;
  padding: 2.5em 18%;
  border: 1px solid #cc3535;
}

@media (max-width: 768px) {
  .overview-area .covid-request {
    padding: 2.5em 8%;
  }
}

.overview-area .covid-request .txt-request {
  color: #cc3535;
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 0.7em;
}

@media (max-width: 768px) {
  .overview-area .covid-request .txt-request {
    font-size: 1.7rem;
    margin-bottom: 1em;
  }
}

.overview-area .covid-request .btn-covid a {
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  padding: 0.5em 3em;
  background: #cc3535;
  display: block;
  position: relative;
}

@media (max-width: 768px) {
  .overview-area .covid-request .btn-covid a {
    font-size: 1.5rem;
    padding: 1.3em 3em;
  }
}

.overview-area .covid-request .btn-covid a:hover {
  opacity: 0.7;
}

.overview-area .covid-request .btn-covid a::before {
  content: "";
  width: 1em;
  height: 1em;
  display: block;
  background: url(../img/ico_paper.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 3em;
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  .overview-area .covid-request .btn-covid a::before {
    width: 1.2em;
    height: 1.2em;
  }
}

.covid-modal-block .mb30 {
  margin-bottom: 30px;
}

.covid-modal-block .text {
  font-size: 1.6rem;
  margin: 0;
  text-align: left;
}

.covid-modal-block .text h4 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #c00e0e;
  text-align: center;
  margin: 0 0 30px;
}

.covid-modal-block .text h5 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #c00e0e;
  border-top: solid 2px #c00e0e;
  border-bottom: solid 2px #c00e0e;
  text-align: center;
  margin: 0 0 30px;
  padding: 15px 0;
}

.covid-modal-block .text h6 {
  font-size: 1.8rem;
  font-weight: 700;
  background-color: #fee4e5;
  padding: 15px 35px 13px;
  margin-bottom: 12px;
}

.covid-modal-block .text .numList li {
  list-style-type: decimal;
  line-height: 1.8;
  margin-left: 1.2em;
  margin-bottom: 15px;
}

.covid-modal-block .text .dotList li {
  list-style-type: initial;
  margin: 0 0 0 1.5em;
}

.covid-modal-block .text .dotList li::before {
  list-style-type: disc;
}

@media (max-width: 768px) {
  .overview .ov_btn .btn-offer a {
    font-size: 1.5rem !important;
  }
}

.overview .period {
  display: flex !important;
  align-items: center;
}

.overview .period p:first-child {
  margin-right: 2%;
  background-color: #585858;
  padding: 1% 2%;
  color: #fff;
}

.overview .period_line {
  border-bottom: dotted 2px #d1d1d1;
  margin-bottom: 3%;
  padding-top: 3%;
  width: 100%;
  font-size: 90%;
}

@media (max-width: 768px) {
  .overview .period p:first-child {
    width: 25%;
    text-align: center;
  }
}

/* --------------------------------------------------

info-area

-------------------------------------------------- */

.info-area {
  margin-top: 4em;
}

.info-area .list-bnr {
  margin-bottom: 4em;
}

.info-area .list-bnr li {
  width: 100%;
  margin-bottom: 3rem;
}

.info-area .list-bnr li:last-child {}

/* --------------------------------------------------

application-area

-------------------------------------------------- */

.application-area a {
  padding: 1em 5em !important;
  font-size: 2rem !important;
  background-color: #e01042 !important;
}

@media (max-width: 768px) {
  .application-area a {
    padding: 1em 0 !important;
    text-align: center;
  }
}

.application-area .inner {
  text-align: center;
}

.application-area .balloon1 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.2em;
  padding: 1% 2%;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #fff;
  border-radius: 10px;
  border: 3px solid #e01042;
}

.application-area .balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -13px;
  border: 13px solid transparent;
  border-top: 9px solid #e01042;
}

.application-area .balloon1 p {
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 120%;
  color: #e01042;
}

.application-area .btn-center {
  margin-top: 0;
}

@media (max-width: 768px) {
  .application-area .balloon1 {
    padding: 3% 6%;
  }
}

/* --------------------------------------------------

period-area

-------------------------------------------------- */

.period-area {
  color: #614424;
  font-weight: bold;
  padding: 1em 2em;
  width: 34em;
  margin: 3em auto 0;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  text-align: center;

}

.period-area dt {
  margin-bottom: 0.5em;
}

.break-icon {
  width: 150px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .period-area {
    width: 90%;
  }
}

/* --------------------------------------------------

kodomo-shougi-area

-------------------------------------------------- */

.kodomo-shougi-area {
  padding: 4em 0;
  background: #daf4fb;
}

@media (max-width: 768px) {
  .kodomo-shougi-area {
    padding: 3em 0 2em;
  }
}

.kodomo-shougi-area .info-shougi {
  max-width: 980px;
  margin: 0 auto;
}

.kodomo-shougi-area dl {
  width: 100%;
  margin-bottom: 1em;
  display: flex;
}

@media (max-width: 768px) {
  .kodomo-shougi-area dl:not(.kodomo-shougi-area dl:nth-child(n + 3)) {
    display: block;
  }
}

.kodomo-shougi-area dl dt {
  color: #fff;
  font-size: 2.4rem;
  font-size: min(1.8vw, 2.4rem);
  font-weight: bold;
  width: 6em;
  min-width: 6em;
  padding: 1em 0;
  background: #0cd470;
  text-align: center;
  border-radius: 1em 0 0 1em;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .kodomo-shougi-area dl dt {
    font-size: 1.5rem;
    padding: 0.8em 0;
    width: 100%;
    border-radius: 1em 1em 0 0;
  }
}

.kodomo-shougi-area dl dd {
  padding: 0.5em 0;
  display: flex;
  flex: 1;
  background: #fff;
  border-radius: 0 1em 1em 0;
}

@media (max-width: 768px) {
  .kodomo-shougi-area dl dd {
    padding: 1em 0;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 0 0 1em 1em;
  }
}

.kodomo-shougi-area dl dd>.col-c {
  line-height: 1.2;
  padding: 0 4.5%;
  text-align: center;
  position: relative;
  letter-spacing: 0.2em;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .kodomo-shougi-area dl dd>.col-c {
    width: 32%;
    margin-bottom: 1em;
  }
}

.kodomo-shougi-area dl dd>.col-c p {
  text-align: center;
}

.kodomo-shougi-area dl dd>.col-c span {
  font-size: 1.8rem;
  font-size: min(1.5vw, 1.8rem);
  width: 100%;
  margin-top: 0.3em;
  height: 2.2em;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .kodomo-shougi-area dl dd>.col-c span {
    font-size: 1.1rem;
  }
}

.kodomo-shougi-area dl dd>.col-c:before {
  content: "";
  width: 1px;
  height: 98%;
  background: #9c9c9c;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  .kodomo-shougi-area dl dd>.col-c:nth-child(3):before {
    display: none;
  }
}

.kodomo-shougi-area dl dd>.col-c:last-child:before {
  display: none;
}

.kodomo-shougi-area dl dd>.col-c p {
  font-size: 4rem;
}

@media (max-width: 768px) {
  .kodomo-shougi-area dl dd>.col-c p {
    font-size: 2rem;
  }
}

.kodomo-shougi-area dl dt.ttl-brown {
  background: #7a5732;
}

.kodomo-shougi-area dl dt.ttl-brown+dd {
  font-size: 2.4rem;
  padding: 0.5em 1em 0.5em 4%;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {

  /* .kodomo-shougi-area dl:nth-child(n+3) {
		display: flex;
	} */
  .kodomo-shougi-area dl dt.ttl-brown {
    font-size: 1.2rem;
    width: 6em;
    min-width: 6em;
    border-radius: 1em 0 0 1em;
  }

  .kodomo-shougi-area dl dt.ttl-brown+dd {
    font-size: 1.2rem;
    border-radius: 0 1em 1em 0;
    text-align: left;
    justify-content: flex-start;
  }
}

/* --------------------------------------------------

shougi-matsuri-area

-------------------------------------------------- */

.shougi-matsuri-area {
  padding: 3em 0;
  background: #feffdf;
}

/* --------------------------------------------------

access-area

-------------------------------------------------- */

.access-area {
  padding: 4em 0;
  background: #FFF;
}

@media (max-width: 768px) {
  .access-area {
    padding: 2em 0;
  }
}

.access-area .ttl-access {
  margin-bottom: 2em;
}

@media (max-width: 768px) {
  .access-area .ttl-access {
    margin-bottom: 1em;
  }
}

.access-area .ph-access {
  margin-bottom: 2.5em;
  padding: 3em;
  background: #affbd5;
  text-align: center;
  border-radius: 1em;
}

@media (max-width: 768px) {
  .access-area .ph-access {
    margin: 0 -4%;
    padding: 1em 2%;
    border-radius: 0;
  }

  .access-area .btn-center {
    margin: 2em 0 3em;
  }
}

.access-area .ph-access img {
  width: 80%;
}

@media (max-width: 768px) {
  .access-area .ph-access img {
    width: auto;
  }
}

.info-access {
  margin: 2em 0;
}

.info-access dl {
  width: 100%;
  margin-bottom: 1em;
  font-size: 2.4rem;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .info-access dl {
    display: block;
  }
}

.info-access dt {
  width: 13.5em;
  min-width: 13.5em;
  padding: 0.3em 0;
  font-weight: bold;
  text-align: center;
  background: #affbd5;
}

@media (max-width: 768px) {
  .info-access dt {
    font-size: 1.2rem;
    width: 100%;
    padding: 0.7em;
    margin-bottom: 0.5em;
  }
}

.info-access dd {
  padding-left: 1em;
  flex: 1;
}

@media (max-width: 768px) {
  .info-access dd {
    font-size: 1.2rem;
    padding: 0;
  }
}

/* --------------------------------------------------

footer

-------------------------------------------------- */

.footer {
  padding: 1em 0;
  background: #bef0fe;
  text-align: center;
  position: relative;
}

.footer .link-f {
  font-size: 1.7rem;
  margin-bottom: 1em;
  display: flex;
  justify-content: center;
}

.footer .link-f li {
  padding: 0 2%;
}

.footer .link-f li+li {
  border-left: 1px solid #999;
}

.footer .link-f a {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .footer {
    padding: 2em 0 0;
  }

  .footer .link-f {
    font-size: 1.2rem;
    margin-bottom: 2em;
  }
}

.footer .contact-block {
  margin: 2em 0 1em;
  padding: 2.7em 6.3em;
  text-align: center;
  background: #fff;
  border-radius: 1.5em;
  display: inline-block;
}

@media (max-width: 768px) {
  .footer .contact-block {
    width: 100%;
    margin: 0 0 1.5em;
    padding: 2em;
  }
}

.footer .contact-block dt {
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.2em;
}

@media (max-width: 768px) {
  .footer .contact-block dt {
    font-size: 1.5rem;
  }
}

.footer .contact-block dd .tel-no {
  font-size: 5.4rem;
  font-weight: bold;
  /* letter-spacing: 0.1em; */
}

@media (max-width: 768px) {
  .footer .contact-block dd .tel-no {
    font-size: 3rem;
  }
}

.footer .contact-block dd .tel-no a {
  color: #0255a5;
}

.footer .contact-block .reception {
  font-size: 2.2rem;
  letter-spacing: 0.06em;
}

@media (max-width: 768px) {
  .footer .contact-block .reception {
    font-size: 1.1rem;
  }
}

.footer .copy {
  font-size: 1.4rem;
  margin-bottom: 1em;
  text-align: center;
}

@media (max-width: 768px) {
  .footer .copy {
    font-size: 0.9rem;
    margin-bottom: 2.5em;
  }
}

.footer .navi-top {
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (max-width: 768px) {
  .footer .navi-top {
    position: static;
  }
}

.footer .navi-top a {
  border-radius: 0 1em 0 0;
}

@media (max-width: 768px) {
  .footer .navi-top a {
    border-radius: 0;
    text-align: left;
  }
}

/* --------------------------------------------------

page-top

-------------------------------------------------- */

.page-top a {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.1;
  padding: 2.2em 1.3em 1.2em;
  letter-spacing: 0;
  background: #0255a5;
  border-radius: 50%;
  display: block;
  position: fixed;
  right: 3%;
  bottom: 100px;
  z-index: 2;
}

.page-top a:before {
  content: "";
  width: 0.8em;
  height: 0.8em;
  border-top: 5px solid #fff;
  border-left: 5px solid #fff;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 0.8em;
  left: 50%;
  transform: translateX(-50%) rotateZ(45deg);
}

.page-top a:hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  .page-top a:before {
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
  }

  .page-top a {
    font-size: 1.1rem;
    line-height: 1.1;
    padding: 2.2em 1.2em 1.2em 1.5em;
    border-radius: 50% 0 0 50%;
    right: 0;
    bottom: 100px;
  }
}

.list_attention {
  list-style: none !important;
}

.list_attention li {
  margin: 0 !important;
  padding-left: 1em;
  text-indent: -1em;
}

.oubo_logo {
  list-style: none !important;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  /*	width: 95%;*/
}

.oubo_logo li {
  /*	margin: 0 !important;*/
}

/*.btn-outer {
  display: flex;
  justify-content: space-around;
}

@media (max-width: 768px) {
  .btn-outer {
    display: flex;
    justify-content: flex-start;
  }
}*/

.btn-outer .btn-offer a {
  padding: 1em 2em 1em 1em !important;
  font-size: 2rem !important;
  background-color: #e01042 !important;
  width: 400px;
  margin: 0 0.5em;
}

.btn-outer .ippan a {
  background-color: #585858 !important;
}

.btn-outer .btn-offer a span {
  font-weight: 400;
  font-size: 90%;
}

.a_gaibu:after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  margin: 0 0.4em;
  background: url(../img/icon_gaibu.png) no-repeat center center;
}

.mb05 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb1 {
  margin-bottom: 1em;
}

.mb2 {
  margin-bottom: 2em;
}

.mb3 {
  margin-bottom: 3em;
}

.fontb {
  font-weight: 700;
}

.font-m {
  font-size: 80%;
}

.font-l {
  font-size: 120%;
}

.align-c {
  text-align: center;
}