@charset "utf-8";
/* CSS Document */

/* Modal CSS
----------------------------------------------*/

.pcNone {
  display: none;
}
.spNone {
  display: block;
}
@media (max-width:767px) {
  .spNone {
  display: none!important;
}
  .pcNone {
  display: block!important;
}
}

.popup {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
}
.popup.is-show {
  opacity: 1;
  visibility: visible;
}
.popup-inner {
  position: relative;
  width: min(96%, 700px);
  max-width: 700px;
  z-index: 200001002000;
}
.popup-inner img {
  width: 100%;
}
.close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.black-background {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
  cursor: pointer;
  z-index: 2000010010;
}

/*btn Close
--------------------------*/
a .js-close-btn2in {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  width: 32px;
  height: 32px;
  line-height: 1.3;
  border-radius: 2px;
  font-weight: bold;
  margin: auto;
  font-size: 24px;
  position: absolute;
  top: -38px;
  right: 9px;
  text-align: center;
  background-color: #096BC4;
}
.wrap_entry {
  position: relative;
}
.close_btn-n {
  position: absolute;
  top: 0;
  font-size: 15px;
  right: -2em;
  color: #FFF;
  opacity: .6;
}
/*******/
a:hover {
  opacity: .9;
}
ul li {
  list-style: none;
}
.wrap_entry {
  /*height: 100vh;
  width: 100vw;
  background-color: rgba(0,0,0,.8);
  overflow:hidden;*/
}


/* PC
-------------------------------------------*/
@media screen and (min-width:768px) {
/*btn Close
--------------------------*/
a .js-close-btn2in {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  width: 32px;
  height: 32px;
  line-height: 1.4;
  border-radius: 2px;
  font-weight: bold;
  margin: auto;
  font-size: 24px;
  position: absolute;
  top: -38px;
  right: 9px;
  text-align: center;
  background-color: #ea5404;
}

  .entry_content {
    text-align: center;
    width: 700px;
    background-color: rgba(255, 255, 255, 1);
    margin: 0 auto;
    border: 1px solid #ea5404;
    border-radius: 4px;
    min-height: 300px;
    height: auto;
    overflow: hidden;
  }
  .entry_content h1 {
    font-size: 1.6em;
    letter-spacing: 0.05em;
    font-weight: normal;
    line-height: 1.4;
  }
  .entry_content > p {
    font-size: 15px;
    line-height: 1.5;
    margin: .5em 63px .6em;
    text-align: justify;
  }
  ul.button_area {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 15px;
    max-width: 670px;
    margin: 0 auto;
    padding: 1em 0;
  }
  ul.button_area li {
    width: 100%;
  }
  ul.button_area li p {
    margin: 1em auto .5em;
    padding: 0 .5em;
    width: 290px;
    text-align: justify;
    line-height: 1.5;
    font-size: 15px;
  }
  ul.button_area li span {
    display: block;
    font-size: 12px;
    line-height: 1;
    /*letter-spacing: normal;*/
  }
  .button_enter, a.button_enter {
    width: 100%;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: .8em 0 .7em;
    cursor: pointer;
    user-select: none;
    transition: all 0.1s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #fff;
    border-radius: 5px;
  }
  /* color */
  a.button--sitecolor-red {
    color: #fff;
    background-color: #f20544;
    border-bottom: 3px solid #a80437;
  }
  a.button--sitecolor-red:hover {
    /*margin-top: 1px;*/
    color: #fff;
    background-color: #f20544;
    border-bottom: 2px solid #a80437;
    opacity: .8;
    transform: translateY(1%)
  }
    /* color */
  a.button--sitecolor-green {
    color: #fff;
    background-color: #009e96;
    border-bottom: 3px solid #00665c;
  }
  a.button--sitecolor-green:hover {
    /*margin-top: 1px;*/
    color: #fff;
    background-color: #009e96;
    border-bottom: 2px solid #00665c;
    opacity: .8;
    transform: translateY(1%)
  }
  .logo img {
    width: 100%;
    vertical-align: bottom;
  }
  /* PC SP 表示
------------------------*/
  .is-sp {
    display: none;
  }
  .is-pc {
    display: block;
  }
}

/**********************************************************/
@media screen and (max-width:767px) {
  /* SP
----------------------------------*/
/*btn Close
--------------------------*/
a .js-close-btn2in {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  width: 32px;
  height: 32px;
  line-height: 1.4;
  border-radius: 2px;
  font-weight: bold;
  margin: auto;
  font-size: 24px;
  position: absolute;
  top: -39px;
  right: 9px;
  text-align: center;
  background-color: #096BC4;
}

  .entry_content {
    text-align: center;
    width: 96%;
    background-color: rgba(255, 255, 255, 1);
    margin: 0 auto;
    border: 1px solid #003A9A;
    border-radius: 4px;
    height: auto;
  }
  .entry_content h1 {
    font-size: 1.5em;
    font-weight: normal;
    line-height: 1.4;
    margin: -.5em 0 0;
  }
  .entry_content > p {
    font-size: .7em;
    line-height: 1.6;
    /*margin:.5em 2em .3em;*/
    margin: .5em .8em .3em;
    /*margin:.5em 34px .3em;*/
    text-align: justify;
  }
  /* br 調整　*/
  .entry_content p span {
    display: inline-block;
    margin-left: -.3em;
  }
  ul.button_area {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
    padding: 1em 0;
    gap: 10px;
  }
  ul.button_area li {
    margin: 0;
    padding: 0;
    align-self: flex-start;
    flex-basis: 100%;
    width: 100%;
  }
  ul.button_area li p {
    margin: 1.1em auto 0;
    padding: 0 1.2em;
    /*width:250px;*/
    text-align: justify;
    line-height: 1.5;
    font-size: .76em;
  }
  ul.button_area li span {
    display: block;
    font-size: 10px;
    line-height: 1;
    letter-spacing: normal;
  }
  .button_enter, a.button_enter {
    min-width: 7.3em;
    width: 88%;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: .6em .4em .5em;
    cursor: pointer;
    user-select: none;
    transition: all 0.1s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #FFF;
    border-radius: 4px;
    font-weight: normal;
  }
  a.button--sitecolor-red {
    color: #fff;
    background-color: #f20544;
    border-bottom: 3px solid #a80437;
  }
  a.button--sitecolor-red:hover {
    color: #fff;
    background-color: #f20544;
    border-bottom: 2px solid #a80437;
    opacity: .8;
    transform: translateY(1%)
  }
  a.button--sitecolor-green {
    color: #fff;
    background-color: #009e96;
    border-bottom: 3px solid #00665c;
  }
  a.button--sitecolor-green:hover {
    color: #fff;
    background-color: #009e96;
    border-bottom: 2px solid #00665c;
    opacity: .8;
    transform: translateY(1%)
  }
  .logo img {
    width: 100%;
    vertical-align: bottom;
  }

/* PC SP 表示切り替え
-----------------------------*/
  .is-sp {
    display: block;
  }
  .is-pc {
    display: none;
  }
}