@charset "UTF-8";

/*--------------------------------------------------------------------
=== [共通レイアウト] ====================================
 -------------------------------------------------------------------*/

body {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  min-width: 320px;
  background: #fff;
  font-size: 90%;
  position: relative;
  /*! font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; */
}
.red {
  color: red;
}
h2 {
  margin-bottom: 30px;
  font-size: 34px;
  text-align: center;
}
h2 img {
  margin: auto;
  float: none !important;
  display: block !important;
}
.pc_img {
  display: block;
}
.sm_img {
  display:  none;
}
@media screen and (max-width: 768px) {
  .pc_img {
    display: none;
  }
  .sm_img {
    display:  block;
  }
}
/*=== [header] ====================================*/

header {
  background: #fff;
  border-bottom: 3px solid #9eece8;
  width: 100%;
}

.hd_wp {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
}
header h1 {
  margin-left: 10px;
}
header ul {
  display: flex;
  align-items: center;
  height: 64px;
  margin: 0 10px;
}
header ul li {
  margin: 0 10px;
}
.time {
  text-align: right;
  display: inline-block;
  font-size: 11px;
  line-height: 1.2;
}
span.txtred {
  color: #ec407a;
}
.tel {
  font-family: "ヒラギノ角ゴ ProN";
  font-weight: bold;
  color: #ec407a;
  text-decoration: none;
  font-size: 1.5rem;
  display: block;
  cursor: pointer;
}
.tel::before {
  font-family: "Font Awesome 5 Free";
  font-size: 1.5rem;
  font-weight: 900;
  color: #000;
  content: "\f095";
  margin-right: 5px;
}
.header_right_sm {
  display: none;
}

@media screen and (max-width: 768px) {
  .hd_wp {
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 10px 0;
  }
  header h1 {
    margin-left: 0;
    text-align: center;
    margin: 0;
    float: none;
    width: 100%;
  }
  header img {
    width: 100%;
  }
  header ul {
    display: none;
  }
  .tel {
    font-size: 4vw;
  }
  .tel::before {
    font-size: 4vw;
  }
}
@media screen and (min-width: 601px) {
  header h1 span {
    display: inline-block;
    padding-left: 10px;
    font-weight: bold;
  }
}
/*=== [container] ====================================*/

#mv {
  background: url(../../img/mv_bg.jpg) repeat-x;
  background-position: bottom;
  width: 100%;
  padding-top: 0;
}

@media screen and (max-width: 600px) {
  #mv {
    padding-top: 0;
  }
}

#mv img {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

/*=== [#global] ====================================*/
#global {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 0;
}
#global img {
  width: 100%;
  margin: 0 auto 10px;
}
#global .global_contact p {
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  #global {
    padding: 20px;
  }
  #global .global_contact p {
    font-size: 17px;
  }
}

/*=== [#line] ====================================*/
#line {
  max-width: 1000px;
  width: 100%;
  margin: 0px auto 30px;
}
#line a:hover {
  opacity: 0.7;
}
#line img {
  width: 100%;
}
@media screen and (max-width: 600px) {
  #line {
    width: 91%;
  }
}

#corp {
  width: 100%;
}
#corp img {
  max-width: 1000px;
  margin: 30px auto;
  width: 100%;
}
#main_lavel {
  background: #06cbc2;
  padding: 20px 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 45px;
}

#main_lavel img {
  width: 95%;
  margin: auto;
  display: block;
  max-width: 889px;
}
@media screen and (max-width: 750px) {
  #line img {
    margin-top: 20px;
  }
}

.blue_triangle {
  margin: auto;
  width: 0;
  height: 0;
  border-top: 65px solid #06cbc2;
  border-right: 60px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 60px solid transparent;
}

@media screen and (max-width: 600px) {
  .blue_triangle {
    border-top: 30px solid #06cbc2;
    border-right: 30px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 30px solid transparent;
  }
}

#rec {
  display: flex;
  flex-wrap: wrap;
  max-width: 980px;
  width: 100%;
  margin: 20px auto 20px;
}

#rec li {
  width: 29.33%;
  padding: 2%;
}

#rec li img {
  margin: auto;
  width: 100%;
}

#rec li dt {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 5px;
}

#rec li dd {
  font-size: 13px;
  padding: 2px;
  line-height: 1.6;
}
#rec li dd span {
  font-size: 0.9em;
  color: #464646;
  line-height: 1.7;
}
@media screen and (max-width: 600px) {
  #rec li {
    width: 46%;
    padding: 2%;
  }
}

#sec1 {
  max-width: 980px;
  margin: 0 auto 20px;
}

#sec1 p {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  display: block;
  margin: auto;
}

#sec1 span {
  font-size: 14px;
  color: #666;
  text-align: right;
  display: block;
}

#sec1 img {
  width: 100%;
  max-width: 978px;
}

#sec1 h2 img {
  max-width: 662px !important;
}

#sec1 h2 {
  padding: 0 10px;
}

#sec1a {
  max-width: 980px;
  margin: 0 auto 20px;
}
#sec1a h2 img {
  width: 100%;
  max-width: 978px !important;
}
#sec1a h2 {
  padding: 0 10px;
}


@media screen and (max-width: 600px) {
  #sec1 p {
    font-size: 18px;
  }

  #sec1 span {
    font-size: 10px;
  }
}

#sec2 {
  max-width: 100%;
  background: #06cbc2;
  padding: 20px 10px;
}

#sec2 h2 {
  margin: 0 auto 10px;
}

#sec2 div {
  background: #fff;
  padding: 10px;
  max-width: 960px;
  margin: auto;
  overflow: auto;
  margin-bottom: 10px;
  display: flex;
}

#sec2 h2 {
  padding: 0 10px;
}

#sec2 h2 img {
  max-width: 713px;
  width: 100%;
}

#sec2 img {
  display: block;
  width: 30%;
  height: 100%;
}

#sec2 dl {
  float: left;
  margin-left: 10px;
  width: 70%;
}

#sec2 dt {
  font-size: 32px;
  color: #f9a825;
  font-weight: bold;
}

#sec2 dd {
  font-size: 20px;
  color: #333;
}

.yellow_triangle {
  margin: auto;
  width: 0 !important;
  padding: 0 !important;
  background: none !important;
  height: 0;
  border-top: 65px solid #fff45c;
  border-right: 60px solid transparent;
  border-left: 60px solid transparent;
}

@media screen and (max-width: 600px) {
  #sec2 dt {
    font-size: 18px;
  }

  #sec2 dd {
    font-size: 12px;
  }

  .yellow_triangle {
    border-top: 30px solid #fff45c;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
  }
}

#sec3 {
  max-width: 980px;
  margin: 20px auto 0;
}

#sec3 h2 {
  margin-bottom: 10px;
}

#sec3 h2 img {
  width: 100%;
  max-width: 926px;
}

#sec3 div {
  max-width: 980px;
  margin: auto;
  clear: both;
}

#sec3 iframe {
  width: 100%;
}

#sec3 div p {
  margin-top: 10px;
  font-size: 1.5rem;
  padding: 20px;
  border: 5px solid #b7edeb;
  background: #fff;
}

@media screen and (max-width: 600px) {
  #sec3 div p {
    font-size: 16px;
  }
}

#sec3 div p a {
  color: #ec407a;
}

#innerHeader {
  width: 1000px;
  margin: 0 auto;
}

#innerHeader h2 {
  padding-top: 25px;
  float: left;
  margin-right: 30px;
}

#innerHeader .catch {
  color: #ffffff;
  font-size: 12px;
  padding-top: 54px;
  float: left;
}

#innerHeader .btn01 {
  float: right;
  margin-top: 32px;
}

/*=== [section01] ====================================*/

#sec01Wrapper {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

#sec01Wrapper P.mainph {
  margin-bottom: 38px;
}

#content01 {
  margin-top: 50px;
  height: 485px;
}

#sec01Wrapper P.balloon {
  float: left;
  height: 190px;
}

#sec01Wrapper ul.iconArea {
  padding-top: 10px;
}

#sec01Wrapper ul.iconArea li {
  float: left;
  margin: 0 0 60px 70px;
}

.triangle {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 65px solid #ffffff;
  border-right: 60px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 60px solid transparent;
}

/*=== [section02] ====================================*/

#section02 {
  width: 100%;
  height: 380px;
  background: url(../../img/sec02bg.png) no-repeat;
  background-size: cover;
  position: relative;
}

#section02 p {
  text-align: center;
  padding-top: 96px;
}
/*=== [eye_catching] ====================================*/

#eye_catching {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  max-width: 900px;
  margin: 40px auto;
  padding: 5px;
}

.heading {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 10px auto;
  text-align: start;
  padding: 15px 0;
}
.secpr.pr01 {
  border: 4px solid #b7edeb;
  padding: 10px 40px 30px;
}

@media screen and (max-width: 798px) {
  .heading {
    font-size: 14px;
  }
  .secpr.pr01 {
    font-size: 13px;
  }
  #eye_catching {
    padding: 5px;
  }
}
/*=== [section03] ====================================*/

#section03 {
  max-width: 980px;
  margin: 0 auto;
  margin-bottom: 100px;
  padding: 0 10px;
}

#section03 h3 {
  text-align: center;
  margin-top: 20px;
}

#section03 h3 img {
  width: 100%;
  max-width: 712px;
}

#section03 .content03 dl {
  padding: 0 10px;
  display: flex;
  margin-top: 10px;
}

#section03 .content03 dd {
  font-size: 20px;
  margin-left: 10px;
}

#section03 .content03 li {
  margin-bottom: 20px;
}

#section03 .content03 li:nth-child(1) h4 {
  color: #f7b23b;
}

#section03 .content03 li:nth-child(2) h4 {
  color: #61bd0f;
}

#section03 .content03 li:nth-child(3) h4 {
  color: #3baef7;
}

#section03 .content03 li:nth-child(4) h4 {
  color: #ee5743;
}

#section03 .content03 li:nth-child(5) h4 {
  color: #d542ff;
}

#section03 .content03 li:nth-child(6) h4 {
  color: #fbc02d;
}

#section03 h4 {
  font-size: 24px;
}

#section03 dl.content03 {
  margin-top: 60px;
}

#section03 dl.content03 dt {
  width: 100px;
  float: left;
  margin-right: 28px;
  clear: left;
}

#section03 dl.content03 dd {
  margin-bottom: 30px;
}

#section03 dl.content03 dd h5 {
  padding: 15px 0;
}

#section03 dl.content03 dd p {
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 600px) {
  #section03 h4 {
    font-size: 18px;
  }

  #section03 .content03 dd {
    font-size: 14px;
    margin-left: 10px;
  }

  #section03 .content03 dt {
    width: 20%;
  }

  #section03 .content03 dt img {
    width: 100%;
  }

  #section03 .content03 dd {
    width: 80%;
  }

  #section03 {
    margin-bottom: 20px;
  }
}

.office_pic li img {
  width: 100%;
}
.office_pic a:hover {
  opacity: 0.5;
}
.office_pic {
  display: flex;
  flex-wrap: nowrap;
  max-width: 980px;
  width: 100%;
  margin: 35px auto;
}
.office_pic li {
  width: 100%;
  margin: 0 10px;
}
@media screen and (max-width: 600px) {
  .office_pic {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    width: 100%;
    margin: 5% auto;
    justify-content: center;
  }
  .office_pic li {
    width: 45%;
    margin: 2%;
  }
}

/*=== [application]共通 ====================================*/

.application {
  width: 100%;
  height: 220px;
  background: url(../../img/bg_application.png) repeat-x;
}

.application p {
  text-align: center;
  padding-top: 65px;
}

/*=== [section04] ====================================*/

.section04 {
  max-width: 980px;
  margin: 50px auto 0;
  padding: 0 10px;
}

.bunner_warp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.section04 ul.bunnerArea {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.bunnerArea a:hover {
  opacity: 0.6;
}
.bunnerArea li {
  width: 31.5%;
  margin-bottom: 20px;
}
.btn {
  padding-top: 2%;
}
.formBtn {
  width: 480px;
  text-align: center;
  margin: 0 auto;
}
.bunnerArea img {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .bunnerArea p {
    margin-left: 0;
  }
  .bunnerArea img {
    width: 100%;
    margin-top: 10px;
  }
  .bunner_warp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: block;
    width: 100%;
  }
  .bunnerArea {
    width: 85%;
    margin: 0 auto;
  }
  .section04 ul.bunnerArea {
    display: block;
  }
  .bunnerArea li {
    width: 100%;
  }
}

/*=== [section05] ====================================*/

#section05 {
  width: 100%;
  background: url(../../img/bg_sec05.gif);
  height: inherit !important;
  margin-top: 20px;
}

#sec05wrapper {
  max-width: 980px;
  margin: 0 auto;
  padding: 20px 10px;
  width: auto;
}

#sec05wrapper .white_box {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#sec05wrapper h3 {
  padding-top: 75px;
  text-align: center;
}

.flowIconArea {
  margin: 30px auto;
  position: relative;
}

.flowIconArea ul {
  display: flex;
  justify-content: center;
}

.flowIconArea li {
  color: #343434 !important;
  font-size: 14px;
  text-align: center;
  margin: 0 2% 40px;
  width: 220px;
}

.flowIconArea li img {
  margin-bottom: 10px;
  width: 100%;
  max-width: 220px;
}

.flowIconArea li p {
  line-height: 1.8;
}

.flowIconArea li p.lastCap {
  text-align: left;
  margin-left: 10px;
}

.flowIconArea div.txtEnclose img {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 520px;
}

@media screen and (max-width: 600px) {
  #sec05wrapper h3 {
    padding-top: 20px;
  }

  .flowIconArea ul {
    flex-wrap: wrap;
  }

  .flowIconArea ul li {
    width: 100%;
  }

  .flowIconArea ul li img {
    max-width: 150px;
  }
}

/*=== [section06] ====================================*/

#section06 {
  width: 1000px;
  margin: 20px auto;
  margin-bottom: 30px;
  overflow: hidden;
}

.leftArea {
  max-width: 1000px;
  margin: auto;
  clear: both;
}

.leftArea p {
  font-size: 1.5rem;
  padding: 20px;
  border: 5px solid #b3e5fc;
  background: #fff;
}
.leftArea p a {
  color: #ec407a;
}

.rightArea {
  float: right;
}

/*=== [footer] ====================================*/
.footerTop {
  max-width: 1000px;
  margin: 30px auto;
  text-align: right;
}

.footerTop ul {
  text-align: center;
}

.footerTop ul li {
  font-size: 16px;
  display: inline;
  margin: 0 15px;
}

.footerTop ul li a:link,
.footerTop ul li a:visited {
  color: #333333;
  text-decoration: none;
}

.footerUnder {
  width: 100%;
  background: #d6d6d6;
  opacity: 1 !important;
}

.footerUnder p {
  font-size: 12px;
  color: #000;
  text-align: center;
  padding: 32px 0;
  opacity: 1;
}
.footer_menu li {
  margin: 8px;
}
.footer_menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0;
  background: #ececec;
  padding: 5px 0;
}
.footer_menu li a {
  text-decoration: none;
  color: #333;
}
.footer_menu li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {

  .footer_menu li a {
    margin: 8px;
    display: block;
    font-size: 12px;
    text-align: center;
  }
.footer_menu li {
  margin: 0 auto;
  width: 48%;
}
}
/********** [マウスオーバー]**********/

.hover a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  background: #fff;
}

.footlogo {
  text-align: center;
  margin: 20px 0;
}

.mb {
  max-width: 980px;
  margin: auto;
  padding-top: 150px;
  width: 100%;
}

#profile h2 {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #ec407a;
  padding-bottom: 10px;
}

#profile dl {
  color: #333;
  font-size: 1rem;
  display: flex;
  flex-wrap: wrap;
}

#profile dt {
  color: #06cbc2;
  width: 30%;
  margin: 10px 0;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}

#profile dd {
  width: 70%;
  margin: 10px 0;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}

#profile iframe {
  width: 100%;
  margin-top: 10px;
}

#profile iframe + p {
  font-size: 1rem;
}

#profile h3 {
  display: block;
  font-size: 1.4rem;
  background: #06cbc2;
  text-align: center;
  color: #fff;
}

#voice {
  max-width: 980px;
  margin: 40px auto 0;
}

@media screen and (max-width: 600px) {
  #voice {
    padding: 0 10px;
  }
}

#voice h2 img {
  width: 100%;
  max-width: 612px;
}

#voice li {
  margin-top: 10px;
  padding: 10px;
}

#voice li dt {
  font-size: 18px;
  display: inline-block;
  font-weight: bold;
}

#voice li dd {
  font-size: 16px;
  background: hsla(50, 100%, 93%, 0.6);
  border-radius: 20px;
  padding: 10px;
}

#voice li .men:before {
  content: "";
  display: inline-block;
  background: url(../../img/basic_action_icon06.png);
  width: 45px;
  height: 40px;
  background-size: 100% 100%;
}

#voice li .woman:before {
  content: "";
  display: inline-block;
  background: url(../../img/basic_action_icon07.png);
  width: 45px;
  height: 40px;
  background-size: 100% 100%;
}

@media screen and (max-width: 600px) {
  #voice {
    padding: 0 10px;
  }

  #voice li dt {
    font-size: 16px;
  }

  #voice li dd {
    font-size: 14px;
  }

  #voice li .men:before {
    width: 33px;
    height: 30px;
  }

  #voice li .woman:before {
    width: 33px;
    height: 30px;
  }
  .basic_conts {
    width: 97%;
    margin: 0 auto;
  }
}

.view_img {
  display: block;
  margin: 20px auto;
  width: 100%;
  max-width: 980px;
}

.product__image {
  margin-bottom: 10px !important;
}

.rpay {
  width: 100%;
  max-width: 891px;
  display: block;
  margin: 0 auto;
  padding-bottom: 30px;
}

.game {
  max-width: 980px;
  width: 100%;
  margin: 20px auto 20px;
  font-size: 14px;
}

.game div {
}

.game div p {
  margin-bottom: 10px;
}

.game span {
  color: #666;
  font-size: 12px;
}

.game img {
}

/*=== Company ====================================*/

.wrapper_pr {
  max-width: 850px;
  width: 100%;
  margin: 20px auto;
  padding: 25px 0;
}
.wrapper {
  padding-top: 0;
}
.wrapper_pr h2 {
  text-align: center;
  padding: 10px 0;
  font-size: 1.3rem;
  margin: 4% auto;
  background: #06cbc2;
  color: #fff;
  border-radius: 5px;
}

header .hd_logo h1 {
  float: none;
  margin: 5px auto;
  text-align: center;
}

.hd_logo img {
  width: 100%;
  max-width: 80px;
  text-align: center;
}

.company {
  width: 100%;
}

.company th,
.company td {
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 2px;
}

.company th {
  font-weight: bold;
  background-color: #eefffe;
  color: #000;
}

@media screen and (max-width: 768px) {
  .wrapper_pr h2 {
    width: 95%;
  }
  .company tbody {
    margin: 0 auto;
    display: block;
    width: 95%;
  }
  .company,
  .company tr,
  .company td,
  .company th {
    display: block;
  }
  .company th {
    width: auto;
  }
  .company th,
  .company td {
    padding: 10px;
  }
  .pr_access_map {
    position: relative;
    width: 95%;
    height: 0;
    padding-top: 75%;
    margin: 0 auto;
  }
  .pr_access_map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

/*=== [foot_fix] ====================================*/
.food_fix ul {
  display: none;
}
.footerTop {
  display: none;
}
@media screen and (max-width: 768px) {
  .food_fix ul {
    display: block;
  }
  .footerTop {
    display: block;
  }
  .food_fix {
    position: fixed;
    bottom: 0;
    width: 100%;
  }
  .food_fix ul {
    display: flex;
    align-items: center;
    background: #00000024;
    padding: 10px;
    justify-content: center;
  }
  .food_fix li {
    margin: 5px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  }
  .food_fix a {
    text-decoration: none;
    font-weight: bold;
    color: #222;
    letter-spacing: 2px;
    line-height: 1.65;
    display: block;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
      "Hiragino Sans";
  }
  .foot_tel {
    font-size: 4vw;
    width: 72%;
    background: #ffd800;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #b9b9b9;
  }

  .select_btn::before {
    font-family: "Font Awesome 5 Free";
    font-size: 4vw;
    font-weight: 900;
    color: #222;
    content: "\f095";
    margin-right: 8px;
  }

  .foot_tel small {
    display: block;
    font-size: 2.8vw;
    line-height: 14px;
    letter-spacing: 1.2px;
  }

  .foot_tel small span {
    color: #F00;
  }

  .foot_mail {
    width: 42%;
    background: #08bdb5;
    padding: 3.5vw 2px;
    border-radius: 5px;
    border: 1px solid #b9b9b9;
    font-size: 3.5vw;
  }
  .foot_mail a {
    color: #fff;
  }
  .access_btn::before {
    font-family: "Font Awesome 5 Free";
    font-size: 4vw;
    font-weight: 900;
    color: #fff;
    content: "\f0e0";
    margin-right: 3px;
  }
  .footerTop {
    margin: 0;
    position: absolute;
    right: 13px;
    bottom: 100px;
  }
  .footerTop img {
    width: 100%;
    max-width: 85px;
    display: block;
  }

}
@media screen and (max-width: 319px) {
  .food_fix ul {
    display: none;
  }
}
#text_box {
  max-width: 1000px;
  margin: 0 auto 20px;
}

.overlay {
display: none;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.6);
position: fixed;
z-index: 1
}
.btn_area img {
  width: 100%;
}
.btn_area {
width: 550px;
max-height: 700px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
background: #fff;
text-align: center;
z-index: 2
overflow-y: auto;
overflow-y: scroll;
font-size: 20px;
}
@media screen and (max-width:768px) {
.btn_area {
width: 360px;
max-height: 700px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
background: #fff;
text-align: center;
z-index: 2
overflow-y: auto;
overflow-y: scroll;
font-size: 14px;
}
}
.btn_area .ttl {
font-weight: bold
}
.btn_area p {
padding: 15px
}
.btn_area button {
display: block;
margin: 0 auto;
background: #333;
color: #fff;
padding: 20px 40px;
border: none
}
.btn_area button:hover {
background: #777
}
.sinjyuku {
  background: black;
  color: white;
}
@media screen and (max-width: 768px){
  header .hd_wp {
    display: flex;
    justify-content: space-between;
    padding: 0;
  }
  header .hd_wp h1 {
    width: 36%;
    margin-left: 2%;
  }
  header .hd_wp h1 a {
    display: block;
  }
  header .hd_wp h1 img {
    display: block;
    width: 100%;
  }
  header .header_right_sm {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 52%;
    max-width: 254px;
    padding: 10px;
    background-color: #f5f5f5;
  }
  header .header_r_inner p.h-title {
    margin-bottom: 6px;
    font-weight: bold;
    line-height: 20px;
  }
  header .header_r_inner p.h-m-title {
    line-height: 16px;
  }
  header .header_r_inner span {
    color: #e40b79;
  }
  header .header_right_sm .btn_sm {
    width: 26%;
  }
  header .header_right_sm .btn_sm a {
    display: block;
  }
  header .header_right_sm .btn_sm img {
    display: block;
    max-width: none;
  }
}
