@charset "utf-8";
.breadcrumb-wrap {
  margin-bottom: 0;
}
#campaign {
  background-color: #fff;
  overflow: hidden;
  font-size: 14px;
}
#campaign p:last-of-type {
  margin-bottom: 0;
}
#campaign h2, .font-bigger {
  font-size: 150%;
}
#campaign h3, .font-big {
  font-size: 120%;
}
.pos-relative {
  position: relative;
}
.flex-ai-center {
  align-items: center;
}
.flex-jc-center {
  justify-content: center;
}
.flex-jc-between {
  justify-content: space-between;
}
.flex-jc-around {
  justify-content: space-around;
}
.main-bg-color {
  background-color: #009e96;
}
.main-font-color, .details dt {
  color: #009e96;
}
.sub-bg-color {
  background-color: #dff1f0;
}
.sub-font-color {
  color: #5f67ae;
}
.sub-bg-color2 {
  background-color: #fffee9;
}
.sub-font-color2 {
  color: #e83756;
}
.bg-color-white {
  background-color: #fff;
}
.font-color-white {
  color: #fff;
}
.max-w, .step {
  max-width: 800px;
  margin: 0 auto;
}
.max600 {
	max-width: 600px;
	margin: 0 auto;
}
.w100 {
  width: 100%;
}
.w50 {
  width: 50%;
}
.cam-date {
  color: #fff;
  padding: .5em 0;
  background-color: #40afa9;
  display: flex;
  justify-content: center;
  align-items: center
}
.cam-date dt, .cam-date dd {
  display: inline-block;
  font-weight: normal;
}
.cam-date dt {
  background-color: #fff;
  color: #009e96;
  line-height: 1;
  border-radius: 2px;
  padding: .2em .5em;
  margin-right: .2em;
}
.btn-cam, .btn-primary.disabled {
  max-width: 500px;
  width: 85vw;
  padding: .8em 0;
  margin: .25em 0;
  white-space: inherit;
  background-color: #f4a526;
  border: none;
  color: #fff;
  font-size: 140%;
  box-shadow: 0 .3em 0 #e36c00;
  font-weight: bold;
  border-radius: .5em;
  position: relative;
  transition: .2s ease 0s;
  -moz-transition: .2s ease 0s;
  -webkit-transition: .2s ease 0s;
}
.btn-cam:hover, .btn-cam:active, .btn-cam:focus {
  background-color: #e36c00;
  color: #fff;
  box-shadow: 0 0 0 #e36c00;
  top: .2em;
}
.num {
  background-color: #40afa9;
  color: #fff;
  width: 2em;
  min-width: 2em;
  display: inline-block;
  text-align: center;
  height: 2em;
  line-height: 2;
  border-radius: 100%;
  margin-right: .5em;
}
.step {
  margin: 1em auto;
  background-color: #f1f1f1;
  padding: 1em;
  border-radius: .5em;
}
.cam-border {
  border: solid 2px #fbc123;
}
.cam-border-bottom {
  border-bottom: solid 2px;
}
.cam-radius {
  border-radius: .5em;
}
.cam-fuki {
  background-color: #fff;
  border: solid 2px;
  padding: .5em 1em;
  border-radius: 1em;
  display: inline-block;
  position: relative;
  margin-bottom: 1em;
}
.cam-fuki::before, .cam-fuki::after {
  content: "";
  display: inline-block;
  border-top: solid 1em;
  border-right: solid 1em transparent;
  border-left: solid 1em transparent;
  position: absolute;
  bottom: -1em;
  left: 50%;
  margin-left: -1em;
}
.cam-fuki::after {
  border-top: solid 1em #fff;
  margin-bottom: 3px;
}
.cam-brand-rogo {
  width: 35%;
  margin: 1.5%;
  box-shadow: 8px 8px 0 #009e96;
  border: solid thin #009e96;
}
.cam-img-fit > img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.details {
  border: solid thin #ccc;
  background-color: #fff;
  display: flex;
  display: -webkit-flex;
  flex-flow: wrap;
}
.details dt {
  padding: .8em;
  width: 25%;
}
.details dt:not(:first-child), .details dd:not(:nth-child(2)) {
  border-top: solid thin #ccc;
}
.details dd {
  padding: .8em;
  width: 75%;
}
#campaign ul {
  padding-left: 1.5em;
}
#campaign li:not(:last-child) {
  margin-bottom: .5em;
}
.cam-mark {
  position: relative;
}
.cam-mark::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: .5em;
  box-shadow: 0px 0px 0px 4px #fff, 0px 0px 0px 10px #e83756;
}
.not-hover {
  position: relative;
}
.not-hover::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.sp-float {
  padding: 20px 0;
}
/*都道府県*/
.area_list {
  background-color: #fcf6a1;
}
.area_wrap ul a::after, .btn-area::after {
  background-color: #009e96;
}
/*FAQ*/
#faq {
  background-color: #eee;
}
#faq dt, #faq dd {
  background-color: #fff;
  border-radius: .3em;
  margin-bottom: .4em;
  padding: .8em 2em;
  line-height: 1.4;
  cursor: pointer;
  position: relative;
}
#faq dt::before, #faq dd::before {
  content: "Q";
  display: inline-block;
  font-weight: bold;
  color: #009e96;
  position: absolute;
  left: .7em;
}
#faq dt::after {
  content: "\f078";
  font-family: 'FontAwesome';
  display: inline-block;
  position: absolute;
  right: .7em;
  top: 50%;
  margin-top: -.7em;
  font-weight: normal;
  color: #ccc;
}
#faq dl dt.active::after {
  content: "\f077";
}
#faq dd {
  display: none;
  background-color: #f9f9f9;
  margin: -.8em 0 .4em 0;
}
#faq dd::before {
  content: "A";
  color: #e73656;
}
/* キャンペーン終了表示 */
#cp_end {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1000;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 30px 0;
  background-color: rgba(28, 19, 18, 0.8);
  color: #fff;
  font-weight: bold;
  font-size: 140%;
  text-align: center;
  letter-spacing: 0.1em;
}
#cp_end a, #cp_end a:hover, #cp_end a:active, #cp_end a:visited {
  color: #a1f6ff;
}
/*PCの時*/
@media (min-width: 768px) {
  .main-bg-color {
    padding: 0 2em;
  }
  .pc-big {
    font-size: 130%;
  }
  .pc-flex {
    display: flex;
  }
}
/*スマホのとき*/
@media (max-width: 767px) {
  #campaign {
    font-size: 13px;
  }
  #campaign .small {
    font-size: 10px;
  }
  .details dt {
    width: 100%;
    padding-bottom: 0;
  }
  .details dd {
    width: 100%;
    border-top: none !important;
  }
  .cam-brand-rogo {
    box-shadow: 4px 4px 0 #009e96;
  }
  .cam-img-fit > img {
    height: 40vw;
  }
  /*スマホフロート*/
  .sp-float {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    background-color: rgba(232, 232, 232, 0.9);
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
    padding: 0;
  }
  /*終了対応*/
  #cp_end {
    font-size: 100%;
  }
}
/*SEのとき*/
@media (max-width: 320px) {
  #campaign {
    font-size: 12px;
  }
}