@import "html5reset.css";
@import url("https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c");
@import url("https://fonts.googleapis.com/css?family=Quicksand&display=swap");
@font-face {
  font-family: 'DIN Alternate Bold';
  font-style: normal;
  font-weight: normal;
  src: local('DIN Alternate Bold'), url("../font/DINAlternate-Bold.woff") format('woff');
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
body {
  background: #fff;
  font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Roboto, "Droid Sans", sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #333;
  line-height: 1.5;
}.sp-on{
  display:none;
}

.acd-check{
  display: none;
}
.acd-label{
  display: block;
  margin-bottom: 1px;
  padding: 10px;
}
.acd-content{
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: .5s;
  visibility: hidden;
}
.acd-check:checked + .acd-label + .acd-content{
  height: auto;
  opacity: 1;
  padding: 10px;
  visibility: visible;
}
.specialpricebtn {
  background: #d41d1d;
  font-size: 18px;
  width: 250px;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  color: #FFF;
}
table.campaign-disc {
    margin: 30px auto;
    padding: 10px;
    /* background-color: white; */
    border: solid 2px #bcac88;

}
table.campaign-disc th {
    margin: 30px auto;
    padding: 20px;
    background-color: #d6bc81;
    border: solid 2px #bcac88;
    font-size: 20px;
    text-align:center;
}
table.campaign-disc td{
    margin: 30px auto;
    padding: 20px;
     background-color: #fff;
    border: solid 2px #bcac88;
  font-size: 20px;
  text-align:right;
}

.price-campaign {
    background-color: #FFF;
    padding: 50px 40px;
    border-radius: 15px;
}
h2.campaign-p {
    font-weight: bold;
    color: #d41d1d;
}
.price-campaign {
    background-color: #FFF;
    padding: 50px 40px;
    border-radius: 15px;
}
h2.campaign-p {
    font-weight: bold;
    color: #d41d1d;
    text-align: center;
}
span.campaign2 {
    color: #cf0303;
    font-weight: bold;
}
span.th-strong {
    color: #cf0303;
    font-weight: bold;
}
.f_menu ul {
    font-size: 16px;
    display: flex;
    width: 600px;
    margin: 0 auto;
    /* padding: 20px; */
}
.f_menu li {
    margin: 10px;
}
h2.tesuryo {
  text-align: center;
  font-weight: bold;
  color: #FFF;
  font-size: 40px;
  padding-bottom:20px;
}
.table-law tr, .table-law th, .table-law td {
    border: solid;
}
header.page-header2 {
    background-color: #de1b1b;
    padding: 10px;
}
.inner2 img {
    max-width: 210px;
}
.col-md-8.verti {
    padding-left: 30px;
    padding-top: calc(.5rem + 1px);
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 2.8vw;
  }
}
a:link,
a:visited,
a:hover,
a:active {
  color: #333;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  opacity: 0.5;
}
a,
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}
@media screen and (max-width: 1024px) {
  img {
    width: 100%;
  }
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
button {
  background: none;
  border: none;
  outline: 0;
}
button span {
  display: inline-block;
  padding: 0.4em 1em;
  background-color: key-color1;
  font-size: 16px;
  color: #fff;
}
ul,
ol {
  list-style: none;
}
em {
  font-style: normal;
}
.is-show {
  display: inherit;
}
.is-hide {
  display: none !important;
}
.is-hidden {
  visibility: hidden;
}
.is-visible {
  visibility: visible;
}
ul.list-disc {
  list-style-type: disc;
  padding-left: 1.5em;
}
ul.list-circle {
  list-style-type: circle;
  padding-left: 1.5em;
}
ol.list-brackets {
  padding: 0;
  margin: 0;
}
ol.list-brackets li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
ol.list-brackets li:before {
  display: marker;
  content: "(" counter(cnt) ")";
}
ol.list-circled-decimal {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: num_count;
}
ol.list-circled-decimal li {
  position: relative;
  padding-left: 1.5em;
}
ol.list-circled-decimal li:before {
  content: counter(num_count);
  counter-increment: num_count;
  border: 1px solid #333;
  display: block;
  float: left;
  line-height: 1.4;
  text-align: center;
  height: 1.5em;
  width: 1.5em;
  border-radius: 50%;
  font-size: 12px;
  color: #333;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0.3em;
}
table.table-general {
  table-layout: fixed;
  width: 100%;
  margin: 0 0 30px;
}
table.table-general caption {
  margin: 1em;
  text-align: left;
  font-weight: bold;
}
table.table-general colgroup col.head {
  width: 30px;
}
table.table-general colgroup col.data {
  width: 70px;
}
table.table-general tr:nth-child(odd) th,
table.table-general tr:nth-child(odd) td {
  background: #f4f7fc;
}
table.table-general tr:nth-child(even) th,
table.table-general tr:nth-child(even) td {
  background: #fff;
}
table.table-general th,
table.table-general td {
  padding: 1em 1em;
  text-align: left;
  word-wrap: break-word;
}
@media screen and (min-width: 1025px) {
  table.table-general th,
  table.table-general td {
    font-size: 16px;
  }
}
table.table-general th {
  width: 30%;
}
table.table-general td {
  width: 70%;
}
.delimiter :before {
  content: "／";
  display: inline-block;
  margin-right: 0.25em;
  color: categories-color;
}
.page-dreamcatcher {
  margin: 0;
  font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Roboto, "Droid Sans", sans-serif;
  font-weight: normal;
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .page-dreamcatcher {
    font-size: 3.74vw;
  }
}
.page-dreamcatcher .site {
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  animation: fadeIn 2s ease 0s 1 normal;
}
.page-dreamcatcher header.page-header {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.page-dreamcatcher header.page-header .inner {
  width: 800px;
  margin: 40px auto 50px;
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .page-dreamcatcher header.page-header .inner {
    width: 100%;
    margin: 6.25% auto 6.25%;
  }
}
.page-dreamcatcher header.page-header .logo {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .page-dreamcatcher header.page-header .logo {
    margin: 0 0 3.125%;
  }
}
.page-dreamcatcher header.page-header .navigation nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.page-dreamcatcher header.page-header .navigation nav ul li {
  font-size: 16px;
  font-weight: bold;
}
.page-dreamcatcher header.page-header .navigation nav ul li a {
  color: #fff;
}
.page-dreamcatcher header.page-header .navigation nav ul li::after {
  margin: 0 0.5em;
  content: "|";
  display: inline-block;
  color: #fff;
  text-align: center;
}
.page-dreamcatcher header.page-header .navigation nav ul li:last-child::after {
  display: none;
}
.page-dreamcatcher .contents {
  padding: 0;
  overflow: hidden;
}
.page-dreamcatcher section .inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .page-dreamcatcher section .inner {
    width: 100%;
    padding: 0 3.125%;
  }
}
.page-dreamcatcher section header.content-header h1 {
  text-align: center;
}
.page-dreamcatcher section .content {
  width: 810px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .page-dreamcatcher section .content {
    width: 100%;
    padding: 0 3.125%;
  }
}
.page-dreamcatcher section .content a:link,
.page-dreamcatcher section .content a:visited,
.page-dreamcatcher section .content a:hover,
.page-dreamcatcher section .content a:active {
  color: #0496f2;
}
.page-dreamcatcher section.mainvisual {
  background: transparent url("../img/pattern.png") 0 0 repeat;
  position: relative;
}
.page-dreamcatcher section.mainvisual:before {
  content: "";
  position: absolute;
  top: -250px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 1270px;
  height: 1270px;
  border-radius: 50%;
  background-color: #fa201e;
}
@media screen and (max-width: 1024px) {
  .page-dreamcatcher section.mainvisual:before {
    width: 580px;
    height: 580px;
    top: -50px;
  }
}
.page-dreamcatcher section.mainvisual:after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 10;
  bottom: -110px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 94px;
  height: 46px;
  background: transparent url("../img/icon_more.png") 0 0 no-repeat;
  -webkit-animation: arrow 1s linear infinite;
  animation: arrow 1s linear infinite;
}
@media screen and (max-width: 1024px) {
  .page-dreamcatcher section.mainvisual:after {
    bottom: 7.8125%;
    width: 14.6875%;
    height: 7.187499999999999%;
    background-size: contain;
  }
}
.page-dreamcatcher section.mainvisual .inner {
  padding-top: 140px;
  padding-bottom: 255px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .page-dreamcatcher section.mainvisual .inner {
    padding-top: 31.25%;
    padding-bottom: 62.5%;
  }
}
.page-dreamcatcher section.mainvisual header.content-header h1 {
  text-align: center;
  position: relative;
  z-index: 10;
}
.page-dreamcatcher section.mainvisual header.content-header:before {
  content: "";
  display: block;
  width: 491px;
  height: 181px;
  background: transparent url("../img/mv_cloud_l.png") 0 0 no-repeat;
  position: absolute;
  top: 120px;
  left: -420px;
}
@media screen and (max-width: 1024px) {
  .page-dreamcatcher section.mainvisual header.content-header:before {
    display: none;
  }
}
.page-dreamcatcher section.mainvisual header.content-header:after {
  content: "";
  display: block;
  width: 491px;
  height: 135px;
  background: transparent url("../img/mv_cloud_r.png") 0 0 no-repeat;
  position: absolute;
  top: 0;
  right: -348px;
}
@media screen and (max-width: 1024px) {
  .page-dreamcatcher section.mainvisual header.content-header:after {
    display: none;
  }
}
.page-dreamcatcher section.mainvisual .content {
  width: auto;
  margin: 0;
  position: relative;
}
.page-dreamcatcher section.mainvisual .content:before {
  content: "";
  display: block;
  width: 454px;
  height: 307px;
  background: transparent url("../img/mv_mato.png") 0 0 no-repeat;
  position: absolute;
  bottom: -110px;
  left: -308px;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .page-dreamcatcher section.mainvisual .content:before {
    display: none;
  }
}
.page-dreamcatcher section.mainvisual .content:after {
  content: "";
  display: block;
  width: 253px;
  height: 321px;
  background: transparent url("../img/mv_kozuchi.png") 0 0 no-repeat;
  position: absolute;
  bottom: 40px;
  right: -228px;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .page-dreamcatcher section.mainvisual .content:after {
    display: none;
  }
}
.page-dreamcatcher section.mainvisual .content .point {
  position: absolute;
  left: 0;
  right: 0;
  top: -94px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .page-dreamcatcher section.mainvisual .content .point {
    top: -50px;
  }
}
.page-dreamcatcher section.mainvisual .content .point:after {
  content: "";
  display: block;
  width: 222px;
  height: 149px;
  background: transparent url("../img/mv_ume.png") 0 0 no-repeat;
  position: absolute;
  top: 96px;
  right: -10px;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .page-dreamcatcher section.mainvisual .content .point:after {
    width: 110px;
    height: 75px;
    background-size: contain;
    top: 15.625%;
    right: -9.375%;
  }
}
.page-dreamcatcher section.mainvisual .content .point ul {
  width: 820px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
@media screen and (max-width: 1024px) {
  .page-dreamcatcher section.mainvisual .content .point ul {
    width: 100%;
  }
  .page-dreamcatcher section.mainvisual .content .point ul li {
    width: 45%;
  }
}
.page-dreamcatcher section.about {
  background: transparent url("../img/pattern1.png") 0 0 repeat;
}
.page-dreamcatcher section.about .inner {
  padding-top: 355px;
  padding-bottom: 190px;
}
@media screen and (max-width: 1024px) {
  .page-dreamcatcher section.about .inner {
    padding-top: 7.8125%;
    padding-bottom: 15.625%;
  }
}
.page-dreamcatcher section.about header.content-header {
  margin: 0 0 70px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .page-dreamcatcher section.about header.content-header {
    margin: 0 0 9.375%;
  }
}
.page-dreamcatcher section.about header.content-header:before {
  content: "";
  display: none;
  width: 288px;
  height: 230px;
  background: transparent url("../img/cut_about_hamaya.png") 0 0 no-repeat;
  position: absolute;
  top: -112px;
  left: -130px;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .page-dreamcatcher section.about header.content-header:before {
    width: 140px;
    height: 115px;
    background-size: contain;
    top: -140%;
    left: -3.125%;
  }
}
.page-dreamcatcher section.about header.content-header:after {
  content: "";
  display: none;
  width: 313px;
  height: 241px;
  background: transparent url("../img/cut_about_turu.png") 0 0 no-repeat;
  position: absolute;
  top: -265px;
  right: 10px;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .page-dreamcatcher section.about header.content-header:after {
    width: 150px;
    height: 100px;
    background-size: contain;
    top: -140%;
    right: -6.25%;
  }
}
.page-dreamcatcher section.about header.content-header h1 {
  text-align: center;
}
.page-dreamcatcher section.about .content {
  width: auto;
  margin: 0 -300px;
  padding-left: 630px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .page-dreamcatcher section.about .content {
    margin: 0;
    padding: 0;
  }
}
.page-dreamcatcher section.about .content:after {
  content: "";
  display: block;
  width: 582px;
  height: 458px;
  background: transparent url("../img/cut_about_peoples.png") 0 0 no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .page-dreamcatcher section.about .content:after {
    width: 100%;
    height: 300px;
    background-size: contain;
    position: static;
  }
}
.page-dreamcatcher section.about .content p {
  margin: 0 0 1em;
  font-size: 20px;
  line-height: 2;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .page-dreamcatcher section.about .content p {
    font-size: 3.13vw;
  }
}
.page-dreamcatcher section.about .content p strong {
  color: #c30303;
  font-size: 30px;
  font-weight: normal;
}
@media screen and (max-width: 1024px) {
  .page-dreamcatcher section.about .content p strong {
    font-size: 4.69vw;
  }
}
.page-dreamcatcher section.about .content p em {
  color: #5a7b08;
  font-size: 25px;
  font-weight: normal;
}
@media screen and (max-width: 1024px) {
  .page-dreamcatcher section.about .content p em {
    font-size: 3.91vw;
  }
}
.page-dreamcatcher section.about .content p .underline {
  background: transparent url("../img/underline.png") 0 bottom repeat-x;
}
.page-dreamcatcher section.feature {
  background: transparent url("../img/pattern2.png") 0 0 repeat;
}
.page-dreamcatcher section.feature .inner {
  padding-top: 160px;
  padding-bottom: 160px;
}
@media screen and (max-width: 1024px) {
  .page-dreamcatcher section.feature .inner {
    padding-top: 7.8125%;
    padding-bottom: 15.625%;
  }
}
.page-dreamcatcher section.feature header.content-header {
  margin: 0 0 110px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .page-dreamcatcher section.feature header.content-header {
    margin: 0 0 9.375%;
  }
}
.page-dreamcatcher section.feature header.content-header:before {
  content: "";
  display: block;
  width: 262px;
  height: 179px;
  background: transparent url("../img/cut_feature_mato.png") 0 0 no-repeat;
  position: absolute;
  top: -234px;
  left: 398px;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .page-dreamcatcher section.feature header.content-header:before {
    width: 180px;
    height: 60px;
    background-size: contain;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-30px, -100%);
    transform: translate(-30px, -100%);
  }
}
.page-dreamcatcher section.feature header.content-header h1 {
  text-align: center;
}
.page-dreamcatcher section.feature .content .items {
  margin: 56px 45px 0;
}
@media screen and (max-width: 1024px) {
  .page-dreamcatcher section.feature .content .items {
    margin: 56px 0 0;
  }
}
.page-dreamcatcher section.feature .content .item {
  margin: 0 0 90px;
  padding: 50px 25px 45px;
  border: solid 2px #c3a87a;
  border-radius: 5px;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .page-dreamcatcher section.feature .content .item {
    margin: 0 0 18.75%;
    padding: 6.25% 3.90625%;
  }
}
.page-dreamcatcher section.feature .content .item:nth-child(1) .txt {
  padding-right: 190px;
}
@media screen and (max-width: 1024px) {
  .page-dreamcatcher section.feature .content .item:nth-child(1) .txt {
    padding-right: 0;
  }
}
.page-dreamcatcher section.feature .content .item:nth-child(1):before {
  content: "";
  display: block;
  width: 186px;
  height: 141px;
  background: transparent url("../img/cut_feature01_ohgi.png") 0 0 no-repeat;
  position: absolute;
  top: -65px;
  left: -50px;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .page-dreamcatcher section.feature .content .item:nth-child(1):before {
    display: none;
  }
}
.page-dreamcatcher section.feature .content .item:nth-child(1):after {
  content: "";
  display: block;
  width: 139px;
  height: 162px;
  background: transparent url("../img/cut_feature01_kuji.png") 0 0 no-repeat;
  position: absolute;
  bottom: 15px;
  right: 40px;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .page-dreamcatcher section.feature .content .item:nth-child(1):after {
    display: none;
  }
}
.page-dreamcatcher section.feature .content .item:nth-child(2) {
  padding-left: 285px;
}
@media screen and (max-width: 1024px) {
  .page-dreamcatcher section.feature .content .item:nth-child(2) {
    padding-left: 3.125%;
  }
}
.page-dreamcatcher section.feature .content .item:nth-child(2) h2 {
  text-align: left;
}
.page-dreamcatcher section.feature .content .item:nth-child(2) .txt {
  padding-right: 130px;
}
@media screen and (max-width: 1024px) {
  .page-dreamcatcher section.feature .content .item:nth-child(2) .txt {
    padding-right: 0;
  }
}
.page-dreamcatcher section.feature .content .item:nth-child(2):before {
  content: "";
  display: block;
  width: 247px;
  height: 218px;
  background: transparent url("../img/cut_feature02_pict.png") 0 0 no-repeat;
  position: absolute;
  top: 40px;
  left: 20px;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .page-dreamcatcher section.feature .content .item:nth-child(2):before {
    display: none;
  }
}
.page-dreamcatcher section.feature .content .item:nth-child(2):after {
  content: "";
  display: block;
  width: 106px;
  height: 144px;
  background: transparent url("../img/cut_feature02_kanuushi.png") 0 0 no-repeat;
  position: absolute;
  bottom: -10px;
  right: 36px;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .page-dreamcatcher section.feature .content .item:nth-child(2):after {
    display: none;
  }
}
.page-dreamcatcher section.feature .content .item:nth-child(3) {
  margin: 0 0 0;
}
.page-dreamcatcher section.feature .content .item:nth-child(3):before {
  content: "";
  display: block;
  width: 168px;
  height: 172px;
  background: transparent url("../img/cut_feature03.png") 0 0 no-repeat;
  position: absolute;
  top: -36px;
  left: 20px;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .page-dreamcatcher section.feature .content .item:nth-child(3):before {
    display: none;
  }
}
.page-dreamcatcher section.feature .content .item .band {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .page-dreamcatcher section.feature .content .item .band {
    padding: 0 15.625%;
  }
}
.page-dreamcatcher section.feature .content .item .band img {
  position: relative;
  z-index: 2;
}
.page-dreamcatcher section.feature .content .item .band:before {
  position: absolute;
  top: 24px;
  left: 30px;
  right: 30px;
  z-index: 1;
  content: "";
  display: block;
  border: solid 2px #c3a87a;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: #fff;
  border-bottom: none;
  height: 26px;
}
.page-dreamcatcher section.feature .content .item h2 {
  margin: 0 0 25px;
  text-align: center;
}
.page-dreamcatcher section.feature .content .item p {
  font-size: 17px;
}
.page-dreamcatcher section.feature .content .item p strong {
  color: #c30303;
  font-size: 23px;
  font-weight: normal;
}
.page-dreamcatcher section.howto {
  background: transparent url("../img/pattern3.png") 0 0 repeat;
}
.page-dreamcatcher section.howto .inner {
  padding-top: 75px;
  padding-bottom: 145px;
}
@media screen and (max-width: 1024px) {
  .page-dreamcatcher section.howto .inner {
    padding-top: 7.8125%;
    padding-bottom: 15.625%;
  }
}
.page-dreamcatcher section.howto header.content-header {
  margin: 0 0 75px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .page-dreamcatcher section.howto header.content-header {
    margin: 0 0 9.375%;
  }
}
.page-dreamcatcher section.howto header.content-header:before {
  content: "";
  display: block;
  width: 179px;
  height: 190px;
  background: transparent url("../img/cut_howto.png") 0 0 no-repeat;
  position: absolute;
  top: -85px;
  right: 50px;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .page-dreamcatcher section.howto header.content-header:before {
    display: none;
  }
}
.page-dreamcatcher section.howto header.content-header h1 {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .page-dreamcatcher section.howto header.content-header h1 {
    margin: 0 15.625%;
  }
}
.page-dreamcatcher section.howto .content .type {
  margin: 0 -220px 35px;
}
@media screen and (max-width: 1024px) {
  .page-dreamcatcher section.howto .content .type {
    margin: 0 0 5.46875%;
  }
}
.page-dreamcatcher section.howto .content ul.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media screen and (max-width: 1024px) {
  .page-dreamcatcher section.howto .content ul.flex li {
    width: 48%;
  }
}
.page-dreamcatcher section.howto .content .to-special {
  margin: 0 0 35px;
  text-align: center;
  font-size: 23px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .page-dreamcatcher section.howto .content .to-special {
    font-size: 3.6vw;
  }
}
.page-dreamcatcher section.howto .content .notice {
  background: #fff;
  padding: 25px 35px;
}
.page-dreamcatcher section.howto .content .notice h3,
.page-dreamcatcher section.howto .content .notice p {
  font-size: 15px;
}
@media screen and (max-width: 1024px) {
  .page-dreamcatcher section.howto .content .notice h3,
  .page-dreamcatcher section.howto .content .notice p {
    font-size: 2.82vw;
  }
}
.page-dreamcatcher section.price {
  background: transparent url("../img/pattern4.png") 0 0 repeat;
}
.page-dreamcatcher section.price .inner {
  padding-top: 105px;
  padding-bottom: 125px;
}
@media screen and (max-width: 1024px) {
  .page-dreamcatcher section.price .inner {
    padding-top: 7.8125%;
    padding-bottom: 15.625%;
  }
}
.page-dreamcatcher section.price header.content-header {
  margin: 0 0 90px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .page-dreamcatcher section.price header.content-header {
    margin: 0 0 9.375%;
  }
}
.page-dreamcatcher section.price header.content-header:before {
  content: "";
  display: block;
  width: 294px;
  height: 254px;
  background: transparent url("../img/cut_price_kame.png") 0 0 no-repeat;
  position: absolute;
  top: -175px;
  left: -34px;
}
@media screen and (max-width: 1024px) {
  .page-dreamcatcher section.price header.content-header:before {
    display: none;
  }
}
.page-dreamcatcher section.price header.content-header:after {
  content: "";
  display: block;
  width: 227px;
  height: 183px;
  background: transparent url("../img/cut_price_hamaya.png") 0 0 no-repeat;
  position: absolute;
  top: -45px;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .page-dreamcatcher section.price header.content-header:after {
    display: none;
  }
}
.page-dreamcatcher section.price header.content-header h1 {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .page-dreamcatcher section.price header.content-header h1 {
    margin: 0 31.25%;
  }
}
.page-dreamcatcher section.price .content table.price-table {
  width: 100%;
  border: solid 1px #bcac88;
  border-radius: 5px;
  border-collapse: separate;
  border-spacing: 0;
}
.page-dreamcatcher section.price .content table.price-table tr {
  background: #fff;
}
.page-dreamcatcher section.price .content table.price-table tr:nth-child(odd) {
  background: #f9f6ee;
}
.page-dreamcatcher section.price .content table.price-table tr td:nth-of-type(4) {
  color: #cf0303;
  font-weight: bold;
}
.page-dreamcatcher section.price .content table.price-table tr td:nth-of-type(5) {
  color: #cf0303;
  font-weight: bold;
}
.page-dreamcatcher section.price .content table.price-table th,
.page-dreamcatcher section.price .content table.price-table td {
  padding: 18px;
  text-align: center;
  border: solid 1px #bcac88;
}
@media screen and (max-width: 1024px) {
  .page-dreamcatcher section.price .content table.price-table th,
  .page-dreamcatcher section.price .content table.price-table td {
    padding: 2.8125%;
  }
}
.page-dreamcatcher section.price .content table.price-table th {
  background: #d6bc81;
  color: #000;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .page-dreamcatcher section.price .content table.price-table th {
    font-size: 2.82vw;
  }
	table.campaign-disc th {
    margin: 30px auto;
    padding: 8px;
    background-color: #d6bc81;
    border: solid 2px #bcac88;
    font-size: 14px;
    text-align: center;
}
	table.campaign-disc td {
    margin: 30px auto;
    padding: 14px;
    background-color: #fff;
    border: solid 2px #bcac88;
    font-size: 14px;
}
}
@media screen and (max-width: 1024px) {
  .page-dreamcatcher section.price .content table.price-table td {
    font-size: 2.82vw;
  }
}
.page-dreamcatcher section.step {
  background: transparent url("../img/pattern5.png") 0 0 repeat;
}
.page-dreamcatcher section.step .inner {
  padding-top: 160px;
  padding-bottom: 190px;
}
@media screen and (max-width: 1024px) {
  .page-dreamcatcher section.step .inner {
    padding-top: 7.8125%;
    padding-bottom: 15.625%;
  }
}
.page-dreamcatcher section.step header.content-header {
  margin: 0 0 60px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .page-dreamcatcher section.step header.content-header {
    margin: 0 0 9.375%;
  }
}
.page-dreamcatcher section.step header.content-header:before {
  content: "";
  display: block;
  width: 172px;
  height: 223px;
  background: transparent url("../img/cut_step_maneki.png") 0 0 no-repeat;
  position: absolute;
  top: -236px;
  right: 60px;
}
@media screen and (max-width: 1024px) {
  .page-dreamcatcher section.step header.content-header:before {
    display: none;
  }
}
.page-dreamcatcher section.step header.content-header h1 {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .page-dreamcatcher section.step header.content-header h1 {
    margin: 0 7.8125%;
  }
}
.page-dreamcatcher section.step .content {
  position: relative;
}
.page-dreamcatcher section.step .content:before {
  content: "";
  display: block;
  width: 131px;
  height: 128px;
  background: transparent url("../img/cut_step_ume.png") 0 0 no-repeat;
  position: absolute;
  top: -45px;
  left: -75px;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .page-dreamcatcher section.step .content:before {
    display: none;
  }
}
.page-dreamcatcher section.step .content:after {
  content: "";
  display: block;
  width: 184px;
  height: 116px;
  background: transparent url("../img/cut_step_matsu.png") 0 0 no-repeat;
  position: absolute;
  bottom: -45px;
  right: -82px;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .page-dreamcatcher section.step .content:after {
    display: none;
  }
}
.page-dreamcatcher section.step .content .flow {
  padding: 50px 42px;
  border: solid 3px #c30303;
  border-radius: 5px;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .page-dreamcatcher section.step .content .flow {
    padding: 7.8125% 6.25%;
  }
}
.page-dreamcatcher section.step .content .flow li {
  margin: 0 0 70px;
  padding: 0 0 50px 240px;
  border-bottom: solid 1px #bcac88;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .page-dreamcatcher section.step .content .flow li {
    margin: 0 0 10.9375%;
    padding: 0 0 7.8125% 23.4375%;
  }
}
.page-dreamcatcher section.step .content .flow li::before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border: 64px solid transparent;
  border-top: 30px solid #bcac88;
  border-bottom: none;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .page-dreamcatcher section.step .content .flow li::before {
    bottom: -15px;
    border: 32px solid transparent;
    border-top: 15px solid #bcac88;
    border-bottom: none;
  }
}
.page-dreamcatcher section.step .content .flow li::after {
  content: "";
  position: absolute;
  bottom: -29px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border: 64px solid transparent;
  border-top: 30px solid #fff;
  border-bottom: none;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .page-dreamcatcher section.step .content .flow li::after {
    bottom: -14px;
    border: 32px solid transparent;
    border-top: 15px solid #fff;
    border-bottom: none;
  }
}
.page-dreamcatcher section.step .content .flow li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.page-dreamcatcher section.step .content .flow li:last-child::before,
.page-dreamcatcher section.step .content .flow li:last-child::after {
  display: none;
}
.page-dreamcatcher section.step .content .flow li h2 {
  margin: 0 0 18px;
}
.page-dreamcatcher section.step .content .flow li p {
  font-size: 15px;
}
.page-dreamcatcher section.step .content .flow li figure.cut {
  position: absolute;
  top: 0;
  left: 0;
  width: 240px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .page-dreamcatcher section.step .content .flow li figure.cut {
    width: 18.75%;
  }
}
.page-dreamcatcher section.apply {
  background: #fff;
}
.page-dreamcatcher section.apply .inner {
  padding-top: 105px;
  padding-bottom: 125px;
}
@media screen and (max-width: 1024px) {
  .page-dreamcatcher section.apply .inner {
    padding-top: 7.8125%;
    padding-bottom: 15.625%;
  }
}
.page-dreamcatcher section.apply header.content-header {
  margin: 0 0 70px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .page-dreamcatcher section.apply header.content-header {
    margin: 0 0 9.375%;
  }
}
.page-dreamcatcher section.apply header.content-header:before {
  content: "";
  display: block;
  width: 192px;
  height: 143px;
  background: transparent url("../img/cut_apply.png") 0 0 no-repeat;
  position: absolute;
  top: -190px;
  left: 414px;
}
@media screen and (max-width: 1024px) {
  .page-dreamcatcher section.apply header.content-header:before {
    width: 96px;
    height: 42px;
    background-size: contain;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -150%);
    transform: translate(-50%, -150%);
  }
}
.page-dreamcatcher section.apply header.content-header h1 {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .page-dreamcatcher section.apply header.content-header h1 {
    margin: 0 7.8125%;
  }
}
.page-dreamcatcher section.apply .content h2 {
  margin: 0 0 1em;
  padding: 0 0.25em 0.25em;
  border-bottom: solid 1px #dadada;
}
.page-dreamcatcher section.apply .content .required {
  display: inline-block;
  margin: 0 0.5rem;
  padding: 0 0.5rem;
  border-radius: 3px;
  background: #c30303;
  color: #fff;
}
.page-dreamcatcher section.apply .content p.form-information {
  margin: 2em 0;
  text-align: center;
  font-weight: bold;
}
.page-dreamcatcher section.apply .content .btn_submit {
  text-align: center;
}
.page-dreamcatcher section.apply .content .btn {
  padding: 1em 5em;
  border: 0 none;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #0496f2;
}
.page-dreamcatcher section.apply .content input[type="radio"],
.page-dreamcatcher section.apply .content input[type="checkbox"] {
  -webkit-transform: scale(2);
  transform: scale(2);
  margin-right: 10px;
  vertical-align: bottom;
}
.page-dreamcatcher section.apply .content select.form-control-plaintext {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.page-dreamcatcher section.faq {
  background: transparent url("../img/pattern4.png") 0 0 repeat;
}
.page-dreamcatcher section.faq .inner {
  padding-top: 120px;
  padding-bottom: 140px;
}
@media screen and (max-width: 1024px) {
  .page-dreamcatcher section.faq .inner {
    padding-top: 7.8125%;
    padding-bottom: 15.625%;
  }
}
.page-dreamcatcher section.faq header.content-header {
  margin: 0 0 80px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .page-dreamcatcher section.faq header.content-header {
    margin: 0 0 9.375%;
  }
}
.page-dreamcatcher section.faq header.content-header:before {
  content: "";
  display: block;
  width: 174px;
  height: 196px;
  background: transparent url("../img/cut_faq_nyankoro.png") 0 0 no-repeat;
  position: absolute;
  top: 55px;
  left: -40px;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .page-dreamcatcher section.faq header.content-header:before {
    display: none;
  }
}
.page-dreamcatcher section.faq header.content-header:after {
  content: "";
  display: block;
  width: 293px;
  height: 199px;
  background: transparent url("../img/cut_faq_tai.png") 0 0 no-repeat;
  position: absolute;
  top: -165px;
  right: -65px;
}
@media screen and (max-width: 1024px) {
  .page-dreamcatcher section.faq header.content-header:after {
    display: none;
  }
}
.page-dreamcatcher section.faq header.content-header h1 {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .page-dreamcatcher section.faq header.content-header h1 {
    margin: 0 15.625%;
  }
}
.page-dreamcatcher section.faq .content {
  position: relative;
}
.page-dreamcatcher section.faq .content:after {
  content: "";
  display: block;
  width: 182px;
  height: 169px;
  background: transparent url("../img/cut_faq_ema.png") 0 0 no-repeat;
  position: absolute;
  bottom: -90px;
  right: -100px;
}
@media screen and (max-width: 1024px) {
  .page-dreamcatcher section.faq .content:after {
    display: none;
  }
}
.page-dreamcatcher section.faq .content .faq-group {
  padding: 50px 45px;
  background: #fff;
  border-radius: 5px;
}
@media screen and (max-width: 1024px) {
  .page-dreamcatcher section.faq .content .faq-group {
    padding: 7.8125% 7.03125%;
  }
}
.page-dreamcatcher section.faq .content dl.faq-item {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: dashed 1px #ccc;
}
.page-dreamcatcher section.faq .content dl.faq-item:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
.page-dreamcatcher section.faq .content dl.faq-item dt {
  padding-left: 40px;
  padding-right: 60px;
  font-size: 20px;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .page-dreamcatcher section.faq .content dl.faq-item dt {
    font-size: 3.13vw;
  }
}
.page-dreamcatcher section.faq .content dl.faq-item dt:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 31px;
  height: 23px;
  background: transparent url("../img/icon_q.png") 0 0 no-repeat;
}
.page-dreamcatcher section.faq .content dl.faq-item dd {
  margin: 20px 10px 0;
  padding-left: 40px;
  display: none;
  font-size: 15px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .page-dreamcatcher section.faq .content dl.faq-item dd {
    font-size: 2.82vw;
  }
}
.page-dreamcatcher section.faq .content dl.faq-item dd:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 10px;
  width: 19px;
  height: 16px;
  background: transparent url("../img/icon_a.png") 0 0 no-repeat;
}
.page-dreamcatcher section.faq .content .js-accordion dt {
  position: relative;
}
.page-dreamcatcher section.faq .content .js-accordion dt::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "\e145";
  font-family: 'Material Icons';
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #747474;
  border-radius: 50%;
  background: #eee;
  text-align: center;
}
.page-dreamcatcher section.faq .content .js-accordion dt.js-accordion-active::after {
  content: "\e15b";
}
.page-dreamcatcher section.special {
  background: transparent url("../img/pattern1.png") 0 0 repeat;
}
.page-dreamcatcher section.special .inner {
  padding-top: 215px;
  padding-bottom: 220px;
}
@media screen and (max-width: 1024px) {
  .page-dreamcatcher section.special .inner {
    padding-top: 7.8125%;
    padding-bottom: 15.625%;
  }
}
.page-dreamcatcher section.special .inner:before {
  content: "";
  display: block;
  width: 323px;
  height: 232px;
  background: transparent url("../img/cut_special_ryu.png") 0 0 no-repeat;
  position: absolute;
  top: -82px;
  left: 340px;
}
@media screen and (max-width: 1024px) {
  .page-dreamcatcher section.special .inner:before {
    width: 100px;
    height: 70px;
    background-size: contain;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.page-dreamcatcher section.special header.content-header {
  margin: 0 0 60px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .page-dreamcatcher section.special header.content-header {
    margin: 0 0 9.375%;
  }
}
.page-dreamcatcher section.special header.content-header:before {
  content: "";
  display: block;
  width: 491px;
  height: 181px;
  background: transparent url("../img/cut_special_cloud_l.png") 0 0 no-repeat;
  position: absolute;
  top: 86px;
  left: -345px;
}
@media screen and (max-width: 1024px) {
  .page-dreamcatcher section.special header.content-header:before {
    display: none;
  }
}
.page-dreamcatcher section.special header.content-header:after {
  content: "";
  display: block;
  width: 491px;
  height: 181px;
  background: transparent url("../img/cut_special_cloud_r.png") 0 0 no-repeat;
  position: absolute;
  top: -82px;
  right: -300px;
}
@media screen and (max-width: 1024px) {
  .page-dreamcatcher section.special header.content-header:after {
    display: none;
  }
}
.page-dreamcatcher section.special header.content-header h1 {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .page-dreamcatcher section.special header.content-header h1 {
    margin: 0 15.625%;
  }
}
.page-dreamcatcher section.special .content {
  position: relative;
}
.page-dreamcatcher section.special .content:after {
  content: "";
  display: block;
  width: 322px;
  height: 196px;
  background: transparent url("../img/cut_special_hamaya.png") 0 0 no-repeat;
  position: absolute;
  bottom: -100px;
  right: -112px;
}
@media screen and (max-width: 1024px) {
  .page-dreamcatcher section.special .content:after {
    display: none;
  }
}
.page-dreamcatcher section.special .content .item {
  margin: 0 0 25px;
  padding: 4px;
  border: solid 3px #614a26;
  position: relative;
}
.page-dreamcatcher section.special .content .item:before,
.page-dreamcatcher section.special .content .item:after {
  content: "";
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
}
.page-dreamcatcher section.special .content .item:before {
  background: -webkit-linear-gradient(135deg, transparent 50%, #e41c22 50%);
  background: linear-gradient(-45deg, transparent 50%, #e41c22 50%);
  top: 0;
  left: 0;
}
.page-dreamcatcher section.special .content .item:after {
  background: -webkit-linear-gradient(135deg, #e41c22 50%, transparent 50%);
  background: linear-gradient(-45deg, #e41c22 50%, transparent 50%);
  bottom: 0;
  right: 0;
}
.page-dreamcatcher section.special .content .item .frame {
  padding: 35px;
  border: solid 1px #a99371;
}
.page-dreamcatcher section.special .content .item h2 {
  margin: 0 0 30px;
  text-align: center;
  color: #c30303;
  font-size: 30px;
}
.page-dreamcatcher section.special .content .item table th,
.page-dreamcatcher section.special .content .item table td {
  pading: 2px;
}
.page-dreamcatcher section.special .content .item table th {
  padding-right: 10px;
  text-align: left;
  white-space: nowrap;
}
.page-dreamcatcher section.special .content .notice h3 {
  font-size: 15px;
}
.page-dreamcatcher section.special .content .notice p.note {
  font-size: 15px;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes arrow {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes arrow {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}


#banner-area {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
	z-index:99;
}
#banner-area a {
    text-decoration: none;
    background-color: #FFF;
    font-weight: bold;
    font-size: 15px;
    color: #f60007;
    width: 150px;
    padding: 30px 0px;
    text-align: center;
    display: block;
    border-radius: 5px;
    border: solid 3px;
}
p#banner-area img {
    width: 90px;
}
#banner-area a:hover {
    text-decoration: none;
    
}

@media screen and (max-width: 1024px) {
    .page-dreamcatcher header.page-header .navigation nav ul li {
        width: 50%;
        text-align: center;
    }
    .page-dreamcatcher header.page-header .navigation nav ul li a {
        display: block;
        padding: 6px 0;
    }
    .page-dreamcatcher header.page-header .navigation nav ul li::after {
        content: none;
    }
    .page-dreamcatcher section.mainvisual .inner {
        padding-top: 46%;
        padding-bottom: 60%;
    }
    #banner-area {
        position: fixed;
        bottom: 0;
        right: 0;
        width: 100%;
        margin-bottom: 0;
    }
    #banner-area a {
        font-size: 13px;
        width: 100%;
        padding: 10px 2px 6px;
        text-align: center;
        display: block;
        border-radius: 0;
        border: solid 2px;
        background-color: rgba(255, 255, 255, .9);
    }
    p#banner-area img {
        width: 30px;
    }
    .f_menu {
        margin-bottom: 116px;
    }
    .f_menu ul {
        font-size: 14px;
        display: block;
        width: 100%;
        padding: 0;
    }
    .sp-none {
        display: none;
    }
}
@media screen and (max-width: 900px) {
  .sp-on{
  
  
    display:block;
  }
  
  .price-campaign {
    background-color: #FFF;
    padding: 50px 5px;
    border-radius: 15px;
  }
  h2.tesuryo {
    text-align: center;
    font-weight: bold;
    color: #FFF;
    font-size: 20px;
    padding-bottom: 20px;
  }
  h2.campaign-p {
    font-weight: bold;
    color: #d41d1d;
    text-align: center;
    font-size: 20px;
  }
  .f_menu ul {
    font-size: 16px;
    display:block;
  }
  table.campaign-disc th {
    margin: 30px auto;
    padding: 5px;
    background-color: #d6bc81;
    border: solid 2px #bcac88;
    font-size: 14px;
    text-align: center;
  }
  table.campaign-disc td {
    margin: 30px auto;
    padding: 5px;
    background-color: #fff;
    border: solid 2px #bcac88;
    font-size: 13px;
    text-align: right;
}
  .specialpricebtn {
    background: #d41d1d;
    font-size: 18px;
    width: 250px;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    color: #FFF;
  }
  #banner-area {
    position: fixed;
    bottom: 0px;
    right: 0px;
    font-size: 70%;
    z-index: 99;
    width: 100%;
  }
  #banner-area a {
    text-decoration: none;
    background-color: #FFF;
    font-weight: bold;
    font-size: 10px;
    color: #f60007;
    width: 100%;
    padding: 5px 0px;
    text-align: center;
    display: block;
    border-radius: 5px;
    border: solid 3px;
  }
  .sp-none{
    display:none;
  }
  .page-dreamcatcher section.apply .content .btn {
    padding: 1em 3em;
    border: 0 none;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #0496f2;
} 
  }