.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table;
}
.clearfix:after {
  clear: both;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.hover {
  cursor: pointer;
}
.hover:hover {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .hover:hover {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .hover:hover {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-kerning: auto;
  line-height: 1;
  letter-spacing: 0.02em;
  font-size: 13px;
  font-weight: 400;
  color: #0A0A0A;
  background: #F3F3F3;
}
@media screen and (min-width: 769px) {
  body {
    min-width: 980px;
  }
}
.inner {
  margin: 0 auto;
  max-width: 1100px;
  padding: 0 4%;
}
@media screen and (min-width: 769px) {
  .inner {
    padding: 0;
  }
}
.inner .inner {
  padding: 0;
  max-width: 855px;
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.l-flexB {
  display: flex;
}
@media screen and (max-width: 769px) {
  .l-flexB.fsp {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .l-flexB.fsp {
    justify-content: space-between;
  }
  .l-flexB.fsp .elm {
    max-width: 400px;
  }
  .l-flexB.fsp p {
    margin-top: 0;
    margin-bottom: 1.5em;
  }
}
#mod_hero {
  background: #fff;
}
@media screen and (min-width: 769px) {
  #mod_hero {
    background: #f5fbff;
    padding-bottom: 3em;
  }
}
#mod_hero .elm-cvb {
  margin-top: -10px;
}
#mod_hero .tokten {
  margin-top: 1.5em;
  border: 3px solid #1a519a;
  border-radius: 6px;
  position: relative;
  background: #fff;
}
@media screen and (min-width: 769px) {
  #mod_hero .tokten {
    max-width: 600px;
    margin: 3em auto 3em;
  }
}
#mod_hero .tokten:before {
  content: "";
  display: block;
  height: 30px;
  width: 30px;
  background: #1a519a;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -15px;
  transform: rotate(-45deg);
  z-index: 1;
}
#mod_hero .tokten:after {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  background: #fff;
  position: absolute;
  top: -8px;
  left: 50%;
  margin-left: -10px;
  transform: rotate(-45deg);
  z-index: 1;
}
#mod_hero .tokten ul {
  position: relative;
  border-radius: 5px;
  z-index: 2;
  background: #fff;
  padding: 0.2em;
  display: flex;
}
#mod_hero .tokten ul li {
  flex: 1;
  padding: 0.5em;
}
#mod-nav {
  background: #fff;
  text-align: center;
  padding: 1px 0 2em;
}
#mod-nav .elm-cvb {
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  #mod-nav {
    padding: 1px 0 4em;
  }
}
#mod-nav .title {
  font-weight: 800;
  font-size: 20px;
  margin: 1.2em 0;
}
@media screen and (min-width: 769px) {
  #mod-nav .title {
    font-size: 30px;
  }
}
#mod-nav .title span {
  display: inline-block;
  font-size: 200%;
  padding: 0 0.1em;
  vertical-align: baseline;
  transform: translateY(5px);
}
@media screen and (min-width: 769px) {
  #mod-nav .title span {
    font-size: 180%;
  }
}
#mod-nav ul {
  width: 100%;
}
@media screen and (min-width: 769px) {
  #mod-nav ul {
    display: flex;
    align-items: center;
  }
}
#mod-nav ul li {
  flex: 1;
  text-align: left;
  padding: 0 0 0.5em 0;
}
@media screen and (min-width: 769px) {
  #mod-nav ul li {
    padding: 0 0.5em;
    display: flex;
    align-items: center;
  }
}
#mod-nav ul li:nth-child(1) a:before {
  content: "1";
}
#mod-nav ul li:nth-child(2) a:before {
  content: "2";
}
#mod-nav ul li:nth-child(3) a:before {
  content: "3";
}
#mod-nav ul li a {
  display: block;
  background: #ED6B0B;
  border-radius: 6px;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  padding: 1em;
  padding-left: 4em;
  position: relative;
}
#mod-nav ul li a br {
  display: none;
}
@media screen and (min-width: 769px) {
  #mod-nav ul li a {
    display: flex;
    align-items: center;
    font-size: 22px;
    min-height: 90px;
    width: 100%;
    padding-left: 3.8em;
    transition: all 0.3s ease;
  }
  #mod-nav ul li a br {
    display: inline;
  }
  #mod-nav ul li a:hover {
    background: #FF9300;
    transform: scale(1.05);
    box-shadow: 0px 0px 20px #ED6B0B;
  }
  #mod-nav ul li a:hover:before {
    background: #ffad3a;
  }
}
#mod-nav ul li a:before {
  content: "0";
  display: block;
  background: #FF9300;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 6px 0 0 6px;
  color: #fff;
  text-align: center;
  padding: 0.7em 0.8em 0 1em;
  font-weight: 800;
  font-size: 120%;
}
@media screen and (min-width: 769px) {
  #mod-nav ul li a:before {
    padding: 1.2em 0.7em 0 0.9em;
    transition: all 0.3s ease;
  }
}
#mod-nav ul li a:after {
  content: "";
  height: 8px;
  width: 8px;
  border: 1px solid #fff;
  position: absolute;
  right: 1.2em;
  top: 50%;
  margin-top: -6px;
  transform: rotate(-45deg);
  border-right-color: rgba(16, 115, 230, 0);
  border-top-color: rgba(16, 115, 230, 0);
}
@media screen and (min-width: 769px) {
  #mod-nav ul li a:after {
    height: 10px;
    width: 10px;
    margin-top: -8px;
    border-width: 2px;
  }
}
#mod-header {
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 0.8em;
}
@media screen and (min-width: 769px) {
  #mod-header {
    padding: 1.5em;
  }
}
#mod-header img {
  width: auto;
  height: 16px;
}
@media screen and (min-width: 769px) {
  #mod-header img {
    height: 38px;
  }
}
#mod-header .elm {
  display: block;
}
#mod-header .elm:nth-child(1) {
  float: left;
}
#mod-header .elm:nth-child(2) {
  float: right;
}
#mod-footer {
  background: #fff;
  text-align: center;
  padding: 2em 0;
}
#mod-footer .img {
  margin: 0 auto 2em;
  width: 200px;
}
#mod-footer p a {
  display: inline-block;
  margin: 0 1em;
  text-decoration: underline;
  color: #0072c4;
  font-size: 13px;
}
@media screen and (min-width: 769px) {
  #mod-footer {
    padding: 3em 0;
  }
  #mod-footer .img {
    width: 200px;
  }
}
#mod-footDetail {
  margin: 2em 0;
  line-height: 1.3;
  font-size: 12px;
}
#mod-footDetail dl {
  display: table;
  margin: 0.6em 0;
}
#mod-footDetail dl:nth-child(3) {
  margin-bottom: 1.5em;
}
#mod-footDetail dl dt,
#mod-footDetail dl dd {
  display: table-cell;
}
#mod-footDetail dl dt {
  padding-right: 1em;
  width: 86px;
}
@media screen and (min-width: 769px) {
  #mod-footDetail {
    margin: 3em 0;
    font-size: 14px;
  }
  #mod-footDetail dl dt {
    padding-right: 1em;
    width: 100px;
  }
}
.mod-cvArea {
  margin: 1em 0;
  background: #fff;
  border: 5px solid #1073E6;
  padding: 10% 1%;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .mod-cvArea {
    margin: 3em 0;
    border-width: 7px;
    padding: 5% 0;
  }
}
.mod-cvArea .title {
  margin: 0 auto 1.3em;
  width: 80%;
  max-width: 400px;
}
@media screen and (min-width: 769px) {
  .mod-cvArea .title {
    margin: 0 auto 2.3em;
  }
}
.mod-cvArea .campaign {
  margin: 2em auto 0;
}
@media screen and (min-width: 769px) {
  .mod-cvArea .campaign {
    margin: 3.3em auto 0;
  }
}
.mod-cvArea .campaign .cpname {
  font-weight: 800;
  font-size: 16px;
  margin-bottom: 1em;
}
@media screen and (min-width: 769px) {
  .mod-cvArea .campaign .cpname {
    font-size: 26px;
  }
}
.mod-cvArea .campaign ul {
  font-size: 0;
}
.mod-cvArea .campaign ul li {
  padding: 0 0 10px;
}
.mod-cvArea .campaign ul li {
  padding: 0 0.8%;
  display: inline-block;
}
@media screen and (max-width: 769px) {
  .mod-cvArea .campaign ul li {
    padding: 0 0.8%;
    display: inline-block;
  }
}
.mod-cvArea .campaign ul li a {
  display: block;
}
.mod-contents {
  margin: 1em 0;
  background: #fff;
  border-radius: 15px;
  padding: 15px;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .mod-contents {
    margin: 3em 0;
  }
}
.mod-contents h2 {
  text-align: center;
  font-weight: 800;
  font-size: 23px;
  letter-spacing: 0.07em;
  margin: 0.7em auto 1em;
  width: 90%;
}
@media screen and (min-width: 769px) {
  .mod-contents h2 {
    margin: 1.5em auto 2em;
    max-width: 550px;
  }
  .mod-contents h2.mrk01 {
    margin: 1.5em auto 0.5em;
    max-width: 100%;
  }
}
.mod-contents h2 .ico {
  display: block;
  width: 52px;
  height: 52px;
  margin: 0 auto 1em;
}
@media screen and (min-width: 769px) {
  .mod-contents h2 .ico {
    width: 76px;
    height: 76px;
  }
}
.mod-contents h2 .txt {
  border-bottom: 4px solid #FE8D09;
  display: block;
  padding-bottom: 0.3em;
}
@media screen and (min-width: 769px) {
  .mod-contents h2 {
    font-size: 38px;
  }
  .mod-contents h2 .txt {
    border-bottom: 8px solid #FE8D09;
  }
}
.mod-contents h3 {
  background: #F3F3F3;
  text-align: center;
  border-radius: 6px;
  font-weight: 700;
  font-size: 16px;
  padding: 1em 0;
  margin: 0 0 1em 0;
}
.mod-contents h3.red {
  background: #EA5B0E;
  color: #fff;
  max-width: 400px;
  margin: 0 auto 0;
}
@media screen and (min-width: 769px) {
  .mod-contents h3.red {
    margin-top: 1.5em;
  }
}
@media screen and (min-width: 769px) {
  .mod-contents h3 {
    font-size: 20px;
    margin: 0 0 1.8em 0;
  }
  .mod-contents h3 br {
    display: none;
  }
}
.mod-contents p {
  margin: 1.5em 0;
  line-height: 1.6;
  font-size: 13px;
}
.mod-contents p strong {
  color: #EA5B0E;
}
.mod-contents p.sm {
  margin: 2em 0;
}
.mod-contents p.smsm {
  margin: 1em 0;
}
.mod-contents p.mb {
  margin-bottom: 3em;
}
@media screen and (min-width: 769px) {
  .mod-contents p.mb {
    margin-bottom: 5em;
  }
}
.mod-contents p.bd {
  font-weight: 700;
}
.mod-contents p.np {
  padding-bottom: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .mod-contents p {
    margin: 5em 0;
    font-size: 16px;
  }
  .mod-contents p.center {
    text-align: center;
  }
}
.mod-contents .bggrd {
  background: #eb5505;
  /* Old browsers */
  background: -moz-linear-gradient(top, #eb5505 0%, #fe8d09 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #eb5505 0%, #fe8d09 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #eb5505 0%, #fe8d09 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eb5505", endColorstr="#fe8d09", GradientType=0);
  /* IE6-9 */
  margin: 0 -15px;
  padding: 0 15px 20px;
}
.mod-contents .bggrd.btm {
  margin-bottom: -15px;
}
@media screen and (min-width: 769px) {
  .mod-contents .bggrd {
    padding: 0 15px 30px;
  }
}
.mod-contents .bggrd p {
  margin-bottom: 0;
}
.mod-contents .bggrd img {
  margin-top: -20px;
}
.mod-contents .suplist {
  margin-bottom: 3em;
}
@media screen and (min-width: 769px) {
  .mod-contents .suplist {
    font-size: 0;
    margin-bottom: 40px;
  }
}
.mod-contents .suplist li {
  padding: 15px;
  font-size: 13px;
  text-align: center;
  vertical-align: top;
  margin-bottom: 0;
}
.mod-contents .suplist li .title {
  font-weight: 700;
  font-size: 18px;
  margin: 1em 0 0.6em;
}
.mod-contents .suplist li .txt {
  line-height: 1.3;
  margin: 0;
  text-align: justify;
}
.mod-contents .suplist li:first-child .img {
  position: relative;
}
.mod-contents .suplist li:first-child .img:before {
  content: "";
  display: block;
  height: 20px;
  width: 100%;
  background: url(../images/mrk02_02_ic.png) no-repeat center center;
  background-size: auto 100%;
  position: absolute;
  bottom: -10px;
  left: 0;
}
@media screen and (min-width: 769px) {
  .mod-contents .suplist li:first-child .img:before {
    height: 24px;
    bottom: -12px;
  }
}
@media screen and (min-width: 769px) {
  .mod-contents .suplist li {
    margin-bottom: 2em;
    width: 49.9%;
    display: inline-block;
  }
  .mod-contents .suplist li:last-child {
    /*
                        .title{
                            padding-top: .5em;
                            padding-bottom: .5em;
                        }
    */
  }
  .mod-contents .suplist li .title {
    font-size: 27px;
    margin: 1em 0 0.6em;
  }
}
.mod-contents .colorBox {
  border-radius: 6px;
  padding: 0 0 4%;
  margin-bottom: 1.5em;
  text-align: center;
}
.mod-contents .colorBox img {
  width: 92%;
}
@media screen and (min-width: 769px) {
  .mod-contents .colorBox {
    margin-bottom: 3em;
  }
  .mod-contents .colorBox img {
    max-width: 770px;
  }
}
.mod-contents .colorBox h3 {
  color: #fff;
  background: #ED6B0B;
  border-radius: 6px 6px 0 0;
}
.mod-contents .call {
  display: block;
  margin: 5% auto;
  max-width: 500px;
}
.elm-cvb {
  display: block;
  text-align: center;
  border-radius: 500px;
  background: #2268c7;
  /* Old browsers */
  background: -moz-linear-gradient(top, #2268c7 0%, #1a519a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #2268c7 0%, #1a519a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #2268c7 0%, #1a519a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2268c7", endColorstr="#1a519a", GradientType=0);
  /* IE6-9 */
  color: #fff;
  font-weight: 700;
  font-size: 17px;
  padding: 1.4em 0 1.4em 1.2em;
  letter-spacing: 0.07em;
  position: relative;
  max-width: 560px;
  margin: 0 auto;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.21);
}
.elm-cvb:after {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  border: 1px solid #fff;
  position: absolute;
  right: 1.5em;
  top: 50%;
  margin-top: -4px;
  transform: rotate(-45deg);
  border-left-color: rgba(16, 115, 230, 0);
  border-top-color: rgba(16, 115, 230, 0);
}
@media screen and (min-width: 769px) {
  .elm-cvb:after {
    height: 12px;
    width: 12px;
    margin-top: -6px;
    border-width: 2px;
  }
}
.elm-cvb:before {
  content: "";
  display: block;
  height: 70px;
  width: 50px;
  background: url(../images/icon_cvb.png) no-repeat center top;
  background-size: 100%;
  position: absolute;
  top: -12px;
  left: 7.5px;
}
.elm-cvb.more:before {
  content: none;
}
@media screen and (min-width: 769px) {
  .elm-cvb:before {
    height: 111px;
    width: 80px;
    top: -24px;
    left: 8.5px;
  }
  .elm-cvb.more:before {
    content: none;
  }
}
@media screen and (min-width: 769px) {
  .elm-cvb {
    font-size: 25px;
    transition: all 0.3s ease;
  }
  .elm-cvb:hover {
    transform: scale(1.1);
  }
  .elm-cvb.more {
    margin-top: 40px;
  }
}
@media screen and (max-width: 320px) {
  .elm-cvb {
    font-size: 14px;
    padding: 1.8em 0 1.8em 1.2em;
  }
}
.elm-chu {
  font-size: 10px !important;
  line-height: 1.6;
  color: #888;
}
@media screen and (min-width: 769px) {
  .elm-chu {
    font-size: 12px !important;
  }
}
@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 769px) {
  .pc {
    display: none;
  }
}
p.heavy {
  text-align: center;
  font-size: 32px;
  line-height: 1.6em;
  font-weight: bold;
  margin: 1em 0;
}
p.heavy sup {
  font-weight: normal;
  font-size: 18px;
}
.marker {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #fcee21 0%) repeat scroll 0 0;
  display: inline;
}
@media screen and (max-width: 769px) {
  p.heavy {
    font-size: 20px;
  }
}
@media screen and (max-width: 499px) {
  p.heavy {
    font-size: 13px;
  }
  p.heavy sup {
    font-weight: normal;
    font-size: 11px;
  }
}
.modal-window {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 800px;
  width: 90vw;
  max-height: 90vh;
  background-color: #fff;
  border-radius: 5px;
  z-index: 99999;
  padding: 0;
}
.modal-window .inner {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 1.6em;
  padding: 2rem;
  word-break: break-all;
}
.modal-window h2 {
  width: 100%;
  margin: 0;
}
.modal-window h3 {
  display: inline-block;
  width: 100%;
  font-size: 20px;
  line-height: 1.6em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: #FE8D09;
  margin: 0;
  padding: 0.2em 0;
}
.modal-window h4 {
  display: inline-block;
  width: 100%;
  font-weight: 700;
  margin: 0 0 0.2em;
}
.modal-window a {
  text-decoration: underline;
  color: #151FF5;
}
.modal-window ul.list_dotted {
  width: 100%;
  margin: 0 0 1.5em;
}
.modal-window ul.list_dotted li {
  width: 100%;
  padding: 0 0 0 1em;
  position: relative;
}
.modal-window ul.list_dotted li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.modal-window ul.caution {
  margin: 0.5em 0 0;
}
.modal-window ul.caution li:before {
  content: "※";
}
.modal-window ul.numble {
  margin: 0.5em 0 0;
  counter-reset: number 0;
}
.modal-window ul.numble li {
  padding: 0 0 0 1.8em;
}
.modal-window ul.numble li:before {
  counter-increment: number 1;
  content: "（" counter(number) "）";
}
.modal-window ul li {
  margin: 0 0 0.5em;
}
.modal-window ul li:last-child {
  margin: 0;
}
.js-close.closeBtn {
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  transform: translate(0, -100%);
}
.js-close.closeBtn:before,
.js-close.closeBtn:after {
  content: "";
  width: 30px;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform-origin: center;
}
.js-close.closeBtn:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.js-close.closeBtn:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.js-close.btm {
  width: 300px;
  height: 50px;
  color: #fff;
  text-align: center;
  font-size: 17px;
  line-height: 50px;
  font-weight: 600;
  background: #FE8D09;
  border-radius: 50px;
  margin: 40px auto;
  cursor: pointer;
}
.no_scroll {
  overflow: hidden;
}
.modal-window .red {
  color: red;
}
#modal-overlay.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  height: 2000%;
  transition: 0.3s linear;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 9999;
}
.scroll_wrap {
  width: 90vw;
  max-width: 800px;
  height: auto;
  max-height: 90vh;
  overflow-x: visible;
  overflow-y: scroll;
}
#modal {
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
  line-height: 1.5;
}
#modal.active {
  display: block;
}
#modal .inner {
  width: 600px;
  height: 340px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -170px;
  margin-left: -300px;
  border: 1px solid #898989;
  background-color: #FFFFFF;
  padding: 40px;
}
#modal .inner .logo {
  margin-bottom: 40px;
}
#modal .inner .logo img {
  width: 137px;
  height: auto;
}
#modal .inner .text {
  line-height: 1.75;
  font-size: 16px;
  margin-bottom: 20px;
}
#modal .inner .next {
  text-align: center;
}
#modal .inner .next a {
  background-color: #eb5505;
  display: inline-block;
  color: #FFFFFF;
  font-size: 16px;
  text-align: center;
  padding: 10px 40px;
  cursor: pointer;
}
#modal .inner .next a:hover {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  #modal .inner .next a:hover {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
#modal .inner .next .close {
  font-size: 13px;
  margin-top: 20px;
  text-decoration: underline;
  cursor: pointer;
}
#modal .inner .next .close:hover {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  #modal .inner .next .close:hover {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  #modal .inner {
    width: 90%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -170px;
    margin-left: -45%;
    padding: 20px;
  }
  #modal .inner .logo {
    margin-bottom: 20px;
  }
  #modal .inner .logo img {
    height: 22px;
    width: auto;
  }
  #modal .inner .text {
    line-height: 1.75;
    font-size: 15px;
    margin-bottom: 20px;
  }
  #modal .inner .next {
    text-align: center;
  }
  #modal .inner .next a {
    display: block;
    font-size: 16px;
    padding: 10px 0;
  }
  #modal .inner .next .close {
    font-size: 13px;
    margin-top: 20px;
    text-decoration: underline;
    cursor: pointer;
  }
  #modal .inner .next .close:hover {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) and screen and (max-width: 767px) {
  #modal .inner .next .close:hover {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
#chuigaki {
  border: solid 10px #FF0000;
  width: 85%;
  text-align: center;
  margin: 20px auto 40px;
  padding: 20px;
  font-size: 18px;
  color: #EA5B0E;
  line-height: 1.6;
  background: #fff;
}
#chuigaki02 {
  border: solid 10px #FF0000;
  width: 100%;
  text-align: center;
  margin: 10px auto 20px;
  padding: 20px;
  font-size: 18px;
  color: #EA5B0E;
}
@media screen and (max-width: 769px) {
  #chuigaki {
    border: solid 10px #FF0000;
    width: 100%;
    margin: 10px auto 25px;
    padding: 10px;
    font-size: 15px;
    color: #EA5B0E;
    line-height: 1.6;
  }
  #chuigaki br {
    display: none;
  }
  #chuigaki02 {
    border: solid 10px #FF0000;
    width: 100%;
    margin: -10px auto 35px;
    padding: 10px;
    font-size: 15px;
    color: #EA5B0E;
  }
  #chuigaki02 br {
    display: none;
  }
}
.sm center span {
  color: #EA5B0E;
}
#lo_02 u {
  color: #0000FF;
}
#lo_02 {
  margin: 10px 0 10px;
  font-size: 14px;
}
@media screen and (max-width: 769px) {
  #lo_02 {
    margin: 10px 0 10px;
    font-size: 12px;
  }
}

/*202202*/
#mod_hero .elm-cvb{
	margin-top: 40px;
}

@media screen and (max-width: 769px){
	#mod_hero .elm-cvb{
	margin-top: 20px;
}
}

#mod_hero .tokten{
	max-width: 1200px;
}

.cmp_yobikake{
	color: #ea5504;
	font-weight: bold;
	font-size: 24px;
	padding-bottom: 1em;	
}
@media screen and (max-width: 769px){
.cmp_yobikake{
	font-size: 16px;
	}
}

.cmp_banner{
	padding-top: 20px;
}

/*202204キャンペーン*/
.box_aka_ue{
	margin: 3em 0;
	border: 5px solid red;
	padding: 2em;
	background: #fff;
			
}
.box_aka_ue p{
	color: red;
	font-weight: bold;
	margin: 10px;
	font-size: 16px;
	line-height: 1.6;
}
@media screen and (max-width: 769px) {
	.box_aka_ue{
		padding: .5em;
	}
	.box_aka_ue p{
		font-size: 13px;
	}
}	

.box_aka{
	margin: 3em 0;
	border: 5px solid red;
	padding: 2em
}
.box_aka p{
	color: red;
	font-weight: bold;
	margin: 10px;	}
	
@media screen and (max-width: 769px) {
	.box_aka{
		padding: .5em;
		margin: 1em 0;
	}
}

.modal-window ul.list_dotted li#no_dot:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.modal-window ul.list_dotted li.no_dot:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}

.shikiArea {
  margin: 30px 0;
}
.btn a {
  position: relative;
  display: block;
  background: #eb5505;
  background: -moz-linear-gradient(top, #eb5505 0%, #fe8d09 100%);
  background: -webkit-linear-gradient(top, #eb5505 0%, #fe8d09 100%);
  background: linear-gradient(to bottom, #eb5505 0%, #fe8d09 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eb5505", endColorstr="#fe8d09", GradientType=0);
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
  text-decoration: none;
  text-align: center;
  max-width: 600px;
  padding: 1.5em 30px 1.5em 1em;
  margin: 0 auto;
}
.btn-arrow-right a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .btn-animation a {
    transition: all 0.3s ease;
  }
  .btn-animation a:hover {
    transform: scale(1.1);
  }
}