.contentTitleBox {
  position: relative;
  text-align: center;
  background-color: #2fb3a8;
  margin: 0 0 30px;
  padding: 22px 0;
}
.contentTitleBox:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #2fb3a8;
}
.contentTitleBox .contentTitle {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
@media (min-width: 1000px) {
  .contentTitleBox {
    margin: 0 20px 60px;
    padding: 50px 0;
  }
  .contentTitleBox:before {
    margin-left: -20px;
    border: 20px solid transparent;
    border-top: 20px solid #2fb3a8;
  }
  .contentTitleBox .contentTitle {
    font-size: 40px;
    letter-spacing: 0.1em;
  }
}

.btnBase {
  position: relative;
  width: 90%;
  margin: auto;
  text-align: center;
  background-color: #ef492d;
  border: 3px solid #ef492d;
  transition: 0.4s ease;
  cursor: pointer;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
}
.btnBase.type02 {
  border-radius: 100px;
}
.btnBase.type02:before {
  content: none;
}
.btnBase.close {
  background-color: #ddd;
  border: 3px solid #ddd;
  cursor: default;
}
.btnBase.close:before {
  content: none;
}
.btnBase.close:after {
  content: none;
}
.btnBase.close:hover {
  background-color: #ddd;
}
.btnBase.close:hover p {
  color: #fff;
}
.btnBase.close:hover:before {
  content: none;
}
.btnBase.close:hover:after {
  content: none;
}
.btnBase:before, .btnBase:after {
  content: "";
  display: inline-block;
}
.btnBase:before {
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 50px;
  margin: auto;
}
.btnBase:after {
  position: absolute;
  right: 18px;
  top: 0;
  bottom: 0;
  content: "";
  display: inline-block;
  border-color: #fff;
  border-style: solid;
  border-width: 0 2px 2px 0;
  height: 6px;
  vertical-align: middle;
  width: 6px;
  transform: rotate(-45deg);
  margin: auto;
}
.btnBase a, .btnBase span {
  display: block;
  padding: 7px 0;
}
.btnBase p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.btnBase p span {
  display: block;
  font-size: 15px;
  font-weight: 500;
  padding-bottom: 6px;
}
.btnBase:hover {
  background-color: #fff;
}
.btnBase:hover p {
  color: #ef492d;
}
.btnBase:hover:before {
  border: 1px solid #ef492d;
}
.btnBase:hover:after {
  content: "";
  display: inline-block;
  border-color: #ef492d;
  border-style: solid;
  border-width: 0 2px 2px 0;
  height: 10px;
  vertical-align: middle;
  width: 10px;
  transform: rotate(-45deg);
}
@media (min-width: 1000px) {
  .btnBase {
    width: 700px;
    margin: auto;
  }
  .btnBase a, .btnBase span {
    padding: 10px 0;
  }
  .btnBase p {
    font-size: 36px;
  }
  .btnBase p span {
    font-size: 24px;
    padding-bottom: 10px;
  }
  .btnBase:before {
    right: 30px;
    width: 60px;
    height: 60px;
  }
  .btnBase:after {
    right: 57px;
    content: "";
    display: inline-block;
    border-color: #fff;
    border-style: solid;
    border-width: 0 2px 2px 0;
    height: 10px;
    vertical-align: middle;
    width: 10px;
    transform: rotate(-45deg);
  }
}
@media (max-width: 350px) {
  .btnBase p {
    font-size: 18px;
  }
  .btnBase p span {
    font-size: 14px;
  }
}

.close_info {
  text-align: center;
  font-size: 16px;
  color: #ef492d;
  padding: 1em 0;
}
@media (min-width: 1000px) {
  .close_info {
    font-size: 18px;
  }
}

.prText {
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
  margin-top: 60px;
}
.prText span {
  position: relative;
  display: inline-block;
  font-weight: 500;
  line-height: 1.2;
  padding: 0 5px;
}
.prText span:before, .prText span:after {
  content: "";
  position: absolute;
  bottom: 16px;
  display: inline-block;
  width: 25px;
  height: 2px;
  background-color: #2fb3a8;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.prText span:before {
  left: 0;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.prText span:after {
  right: 0;
}
.prText span span {
  padding: 0 35px;
}
.prText span span:before, .prText span span:after {
  bottom: 20px;
  width: 30px;
  -webkit-transform: rotate(-70deg);
  transform: rotate(-70deg);
}
.prText span span:before {
  left: 0;
  -webkit-transform: rotate(70deg);
  transform: rotate(70deg);
}
.prText span span:after {
  right: 0;
}
.prText .maker {
  display: inline-block;
  position: relative;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #000;
  background: linear-gradient(transparent 70%, #fadf0d 70%);
  padding: 0 0 5px;
}
.prText .maker:before, .prText .maker:after {
  content: none;
}
.prText.type02 span span {
  padding-bottom: 10px;
}
@media (min-width: 1000px) {
  .prText {
    font-size: 30px;
  }
  .prText span {
    line-height: 1.4;
    padding: 0 10px;
  }
  .prText span:before, .prText span:after {
    bottom: 25px;
    width: 45px;
    height: 3px;
  }
  .prText span span {
    padding: 0 45px;
  }
  .prText span span:before, .prText span span:after {
    bottom: 30px;
    width: 50px;
  }
}
@media (max-width: 350px) {
  .prText {
    font-size: 16px;
  }
  .prText span:before, .prText span:after {
    width: 15px;
  }
  .prText span span:before, .prText span span:after {
    width: 20px;
  }
}

/* -------------------------------------
#mainVisual
----------------------------------------*/
#mainVisual {
  text-align: center;
  margin: 0 auto;
}
#mainVisual .mvInner {
  background-color: #2fb3a8;
  margin: 0 10px;
}
#mainVisual .mvInner > div {
  position: relative;
  max-width: 1400px;
  background-image: url(../img/mv-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 250px auto;
  margin: 10px auto 0;
  padding: 30px 0 50px;
}
#mainVisual h1 {
  padding: 20px 0;
}
#mainVisual .icon {
  position: absolute;
  width: 50%;
}
#mainVisual .message01 {
  top: -20px;
  right: -20px;
  width: 132px;
}
#mainVisual .message02 {
  bottom: 8px;
  left: -5px;
  width: 93px;
}
#mainVisual .illust02 {
  bottom: 10px;
  right: -10px;
  width: 103px;
}
#mainVisual .text01 {
  width: 243px;
}
#mainVisual .text02 {
  width: 300px;
}
#mainVisual .text03 {
  width: 125px;
}
#mainVisual .message01_sp {
  width: 283px;
  padding-bottom: 20px;
}
#mainVisual + .btnBase {
  margin-top: -10px;
}
@media (min-width: 767px) {
  #mainVisual {
    background-size: auto;
  }
  #mainVisual .mvInner {
    margin: 0 20px;
  }
  #mainVisual .mvInner > div {
    margin: 20px auto 0;
    background-size: auto;
    padding: 120px 0;
  }
  #mainVisual .text02,
#mainVisual .text03 {
    width: auto;
  }
  #mainVisual .text01 {
    width: 324px;
  }
  #mainVisual .message01 {
    width: 176px;
    top: 20px;
    right: 20px;
  }
  #mainVisual .message02 {
    width: 124px;
    bottom: 8px;
    left: -10px;
  }
  #mainVisual .illust01 {
    top: 60px;
    left: 20px;
    width: 108px;
  }
  #mainVisual .illust02 {
    bottom: 20px;
    right: 10px;
  }
}
@media (min-width: 1000px) {
  #mainVisual .message01,
#mainVisual .message02,
#mainVisual .illust01,
#mainVisual .illust02,
#mainVisual .text02,
#mainVisual .text03 {
    width: auto;
  }
  #mainVisual .message02 {
    bottom: 20px;
    left: 20px;
  }
  #mainVisual .illust02 {
    bottom: 60px;
    right: 30px;
  }
  #mainVisual h1 {
    padding: 50px 0;
  }
}
@media (min-width: 1400px) {
  #mainVisual .text01 {
    width: auto;
  }
  #mainVisual .illust01 {
    top: 170px;
    left: 50px;
  }
  #mainVisual + .btnBase {
    margin-top: -50px;
  }
}
@media (max-width: 350px) {
  #mainVisual .text02 {
    width: 200px;
  }
}

/* -------------------------------------
#campain
----------------------------------------*/
#campaign {
  padding-bottom: 50px;
}
@media (min-width: 1000px) {
  #campaign {
    padding-bottom: 100px;
  }
}

.campainContent {
  position: relative;
  padding: 0 0 50px;
}
.campainContent .column > div {
  display: table;
  width: 98%;
  position: relative;
  text-align: center;
  background-color: #fff;
  border: 2px solid #2fb3a8;
  padding: 30px 4% 20px;
  margin: auto;
  border-radius: 5px;
}
.campainContent .column > div + div {
  margin-top: 35px;
}
.campainContent .campainInner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.campainContent .wide {
  position: relative;
  width: 98%;
  text-align: center;
  background-color: #fff;
  border: 5px solid #2fb3a8;
  padding: 48px 4% 20px;
  margin: 45px auto 0;
  border-radius: 5px;
}
.campainContent .wide dt, .campainContent .wide dd {
  display: inline-block;
}
.campainContent .wide .noBox {
  top: -30px;
}
.campainContent .wide .noBox div {
  margin: 0 10px;
}
.campainContent .wide dt {
  line-height: 1.4;
  padding-bottom: 0;
}
.campainContent .wide dd + dd {
  display: block;
}
.campainContent .wide .balloon02 {
  width: 270px;
  padding-top: 10px;
  margin: auto;
}
.campainContent .noBox {
  position: absolute;
  top: -18px;
  left: 0;
  right: 0;
  margin: auto;
}
.campainContent .noBox > div {
  display: inline-block;
  background: #fff;
  padding: 0 5px;
}
.campainContent .noBox img {
  width: 60px;
}
.campainContent dt {
  font-size: 22px;
  color: #ef492d;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
}
.campainContent dt.initial span {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  padding-bottom: 10px;
}
.campainContent .no {
  font-family: "Oswald", sans-serif;
  font-size: 40px;
}
.campainContent .em {
  font-size: 40px;
  color: #ef492d;
}
.campainContent .noto {
  font-size: 24px;
  font-weight: 600;
}
.campainContent .before {
  position: relative;
  padding-right: 30px;
}
.campainContent .before:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 21px;
  background-image: url(../img/arrow.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 15px;
  right: 0;
  margin: auto;
}
.campainContent .before span {
  position: relative;
}
.campainContent .before span:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  margin: auto;
  background-color: #000;
}
.campainContent .note {
  text-align: left;
  color: #666;
  line-height: 1.3;
  letter-spacing: 0.05em;
  padding-top: 1em;
}
.campainContent .info {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  padding-top: 0.25em;
}
.campainContent .infoList {
  text-align: left;
  padding-top: 20px;
}
.campainContent .infoList li {
  line-height: 1.4;
}
.campainContent .infoList li + li {
  padding-top: 10px;
}
.campainContent .detailImage {
  width: 312px;
  padding: 20px 0 10px;
}
@media (min-width: 767px) {
  .campainContent .wide {
    padding: 20px 4%;
  }
  .campainContent .wide .balloon02 {
    width: 90px;
    position: absolute;
    right: 20px;
    top: 20px;
    padding: 0;
  }
  .campainContent dt.initial span {
    font-size: 24px;
  }
  .campainContent .noto {
    font-size: 30px;
    font-weight: 600;
  }
  .campainContent .info {
    font-size: 18px;
    padding-top: 0.5em;
  }
  .campainContent .detailImage {
    padding: 30px 0 0;
    width: auto;
  }
}
@media (min-width: 1000px) {
  .campainContent .column {
    display: flex;
    padding: 75px 0 60px;
  }
  .campainContent .column > div {
    width: calc((100% - 40px) / 2);
    padding: 80px 20px 70px;
    border: 4px solid #2fb3a8;
  }
  .campainContent .column > div + div {
    margin: 0 0 0 40px;
  }
  .campainContent .wide {
    width: 100%;
    border: 8px solid #2fb3a8;
    padding: 40px 4%;
  }
  .campainContent .wide dl + dl {
    padding-top: 30px;
  }
  .campainContent .wide dt, .campainContent .wide dd {
    display: inline-block;
  }
  .campainContent .wide .noBox {
    top: -40px;
  }
  .campainContent .wide .balloon02 {
    width: auto;
    right: -20px;
    top: -20px;
  }
  .campainContent .noBox {
    top: -50px;
  }
  .campainContent .noBox > div {
    padding: 0 35px;
  }
  .campainContent .noBox p {
    font-size: 40px;
  }
  .campainContent .noBox img {
    width: auto;
  }
  .campainContent dt {
    font-size: 36px;
    padding-bottom: 20px;
  }
  .campainContent .no {
    font-family: "Oswald", sans-serif;
    font-size: 70px;
  }
  .campainContent .em {
    font-size: 100px;
  }
  .campainContent .noto {
    font-size: 50px;
    font-weight: 600;
  }
  .campainContent .noto span {
    font-size: 24px;
  }
  .campainContent .before {
    padding-right: 80px;
  }
  .campainContent .before:before {
    width: 50px;
    height: 42px;
    bottom: 25px;
    right: 10px;
  }
  .campainContent .note {
    text-align: center;
  }
  .campainContent .info {
    font-size: 24px;
  }
}
@media (max-width: 350px) {
  .campainContent .noBox p {
    font-size: 20px;
  }
  .campainContent .wide .balloon02 {
    width: 255px;
  }
}

/* -------------------------------------
#point
----------------------------------------*/
#point {
  padding-bottom: 50px;
}
#point .pointBox {
  position: relative;
  background-color: rgba(242, 232, 36, 0.3);
  padding: 30px 20px 20px;
  border-top-left-radius: 50px;
  margin-bottom: 40px;
  border-top: 2px solid #f2e824;
  border-left: 2px solid #f2e824;
}
#point .pointBox dl {
  position: relative;
  z-index: 2;
}
#point .pointBox dt {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 1em;
}
#point .pointBox dd {
  font-size: 14px;
  line-height: 1.5;
}
#point .pointBox dd + dd {
  padding-top: 0.5em;
}
#point .pointTitle {
  position: absolute;
  top: -20px;
  left: -5px;
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  color: #2fb3a8;
  z-index: 1;
}
#point .no {
  position: absolute;
  bottom: -10px;
  right: -10px;
  font-family: "Oswald", sans-serif;
  font-size: 80px;
  color: #f2e824;
  z-index: 1;
}
@media (min-width: 767px) {
  #point {
    display: flex;
    justify-content: space-between;
    padding-bottom: 100px;
  }
  #point .pointBox {
    width: 30%;
    margin-bottom: 0;
    border-top-left-radius: 70px;
    border-top: 4px solid #f2e824;
    border-left: 4px solid #f2e824;
  }
}
@media (min-width: 1000px) {
  #point .pointBox {
    padding: 40px 35px 35px;
  }
  #point .pointBox dt {
    font-size: 22px;
  }
  #point .pointBox dd {
    font-size: 18px;
  }
  #point .pointTitle {
    font-size: 40px;
  }
  #point .no {
    font-size: 110px;
  }
}

/* -------------------------------------
#mobile
----------------------------------------*/
#mobile {
  padding-bottom: 50px;
}
@media (min-width: 767px) {
  #mobile {
    padding-bottom: 100px;
  }
}

.mobileList {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}
.mobileList + .mobileList {
  padding-bottom: 20px;
}
.mobileList div {
  text-align: center;
  width: 46%;
  margin: auto;
}
.mobileList dl {
  padding: 0 0 20px;
}
.mobileList dt {
  color: #2fb3a8;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 500;
  padding: 10px 0 10px;
}
.mobileList dd {
  font-family: "Oswald", sans-serif;
  font-size: 17px;
  font-weight: 500;
}
@media (min-width: 767px) {
  .mobileList {
    display: block;
    width: 80%;
    margin: 0px auto 0;
    padding-top: 0;
  }
  .mobileList > div {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    text-align: left;
  }
  .mobileList > div dl {
    text-align: left;
    padding: 0 0 10px;
  }
  .mobileList > div + div {
    padding-top: 100px;
    text-align: right;
  }
  .mobileList > div + div dl {
    text-align: right;
  }
  .mobileList dt {
    font-size: 20px;
    padding: 20px 0 10px;
  }
  .mobileList dd {
    font-size: 22px;
    padding: 0 0 10px;
  }
  .mobileList + .mobileList {
    padding-bottom: 0;
    margin: -40px auto 40px;
  }
}

/* -------------------------------------
#plan
----------------------------------------*/
#plan {
  padding-bottom: 30px;
}
#plan .inner {
  position: relative;
}
#plan .prText {
  padding-top: 8px;
}
#plan .planText {
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  padding-bottom: 1em;
}
#plan .balloon {
  text-align: center;
  padding-top: 30px;
}
#plan .balloon img {
  width: 270px;
}
@media (min-width: 767px) {
  #plan {
    padding-bottom: 50px;
  }
  #plan .prText {
    padding: 60px 0 10px;
  }
  #plan .prText p span {
    letter-spacing: 0.1em;
    font-weight: 600;
  }
  #plan .planText {
    font-size: 20px;
  }
  #plan .balloon {
    position: absolute;
    right: -20px;
    bottom: 0px;
    padding-top: 0;
  }
  #plan .balloon img {
    width: 135px;
  }
}
@media (min-width: 1000px) {
  #plan .balloon {
    position: absolute;
    right: -20px;
    bottom: 100px;
    padding-top: 0;
  }
  #plan .balloon img {
    width: auto;
  }
}

.scrollWrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
.scrollWrap::-webkit-scrollbar {
  height: 5px;
}
.scrollWrap::-webkit-scrollbar-track {
  background: #F1F1F1;
}
.scrollWrap::-webkit-scrollbar-thumb {
  background: #BCBCBC;
}
.scrollWrap + p {
  padding: 8px 0 0;
  font-size: 12px;
}
.scrollWrap + p:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 3px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: skew(45deg);
}
@media (min-width: 767px) {
  .scrollWrap {
    overflow-x: inherit;
    overflow-scrolling: default;
  }
}

.planTableWrap {
  width: 100%;
  min-width: 700px;
  border-left: 1px solid #f2e824;
  border-right: 1px solid #f2e824;
  border-bottom: 1px solid #f2e824;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.planTableWrap .planTable {
  display: flex;
}
.planTableWrap .planTable dt, .planTableWrap .planTable dd {
  font-size: 15px;
  font-weight: 500;
  padding: 15px 10px;
}
.planTableWrap .planTable dt {
  width: 20%;
  position: relative;
  align-self: center;
  font-weight: 500;
  padding-left: 30px;
  margin-left: 10px;
}
.planTableWrap .planTable dt:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../img/icon01.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.planTableWrap .planTable dd {
  width: 80%;
  text-align: center;
  border-left: 1px solid rgba(242, 232, 36, 0.2);
}
.planTableWrap .planTable dd span {
  font-size: 20px;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
}
.planTableWrap .planTable dd span.price {
  color: #ef492d;
}
.planTableWrap .planTable dd span.tax {
  display: block;
  font-size: 14px;
  padding-top: 5px;
}
.planTableWrap .planTable dd span.noto {
  font-family: "Noto Sans JP", sans-serif;
}
.planTableWrap .planTable dd span.period {
  display: block;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 5px;
}
.planTableWrap .planTable dd p {
  font-weight: 500;
}
.planTableWrap .planTable dd .note {
  color: #666;
  font-size: 12px;
  font-weight: 400;
}
.planTableWrap .planTable dd .maker {
  display: inline-block;
  background: linear-gradient(transparent 70%, #fadf0d 70%);
  margin: 10px 0;
}
.planTableWrap .planTable .column {
  display: flex;
  padding: 0;
}
.planTableWrap .planTable .column > div {
  width: calc(100% / 3);
  padding: 15px 10px;
}
.planTableWrap .planTable:nth-of-type(odd) {
  background-color: rgba(242, 232, 36, 0.1);
}
.planTableWrap .planTable.tableTitle {
  background-color: #f2e824;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.planTableWrap .planTable.tableTitle div {
  border-left: 1px solid #fff;
}
.planTableWrap .planTable:nth-of-type(2) dt:before {
  background-image: url(../img/icon02.png);
}
.planTableWrap .planTable:nth-of-type(3) dt:before {
  background-image: url(../img/icon03.png);
}
.planTableWrap .planTable:nth-of-type(4) dt:before {
  background-image: url(../img/icon04.png);
}
.planTableWrap .planTable:nth-of-type(5) dt:before {
  background-image: url(../img/icon05.png);
}
.planTableWrap .planTable:nth-of-type(6) dt:before {
  background-image: url(../img/icon06.png);
}
.planTableWrap .planTable:nth-of-type(7) dt:before {
  background-image: url(../img/icon07.png);
}
@media (min-width: 1000px) {
  .planTableWrap .planTable {
    min-width: inherit;
  }
  .planTableWrap .planTable dt, .planTableWrap .planTable dd {
    font-size: 18px;
    padding: 20px;
  }
  .planTableWrap .planTable dt {
    width: 20%;
    padding-left: 50px;
    margin-left: 20px;
  }
  .planTableWrap .planTable dt:before {
    width: 40px;
    height: 40px;
  }
  .planTableWrap .planTable dd {
    width: 80%;
  }
  .planTableWrap .planTable dd span {
    font-size: 30px;
  }
  .planTableWrap .planTable dd span.tax {
    font-size: 16px;
  }
  .planTableWrap .planTable dd .note {
    font-size: 14px;
  }
  .planTableWrap .planTable .column > div {
    padding: 20px;
  }
}
@media (min-width: 1400px) {
  .planTableWrap .planTable {
    min-width: inherit;
  }
  .planTableWrap .planTable .column > div {
    padding: 35px;
  }
}

/* -------------------------------------
#campaignDetail
----------------------------------------*/
#campaignDetail > div {
  text-align: center;
  background-color: rgba(47, 179, 168, 0.1);
  border: 1px solid #2fb3a8;
  padding: 20px 3%;
}
#campaignDetail dl + dl {
  padding-top: 30px;
}
#campaignDetail dt {
  width: 220px;
  display: inline-block;
  background-color: #2fb3a8;
  color: #fff;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  padding: 10px 0;
  margin-bottom: 15px;
  border-radius: 50px;
}
#campaignDetail dd {
  text-align: left;
}
#campaignDetail dd li {
  position: relative;
  line-height: 1.5;
  padding-left: 15px;
}
#campaignDetail dd li:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 5px;
  width: 10px;
  height: 10px;
  background-color: #2fb3a8;
  border-radius: 50px;
  margin: auto;
}
#campaignDetail dd li + li {
  margin-top: 10px;
}
@media (min-width: 1000px) {
  #campaignDetail > div {
    padding: 40px 30px;
  }
  #campaignDetail dl + dl {
    padding-top: 50px;
  }
  #campaignDetail dt {
    width: 260px;
    font-size: 20px;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
  }
  #campaignDetail dd li {
    line-height: 1.6;
    padding-left: 20px;
  }
  #campaignDetail dd li:before {
    top: 6px;
    width: 12px;
    height: 12px;
  }
  #campaignDetail dd li + li {
    margin-top: 10px;
  }
}

/* -------------------------------------
.prContent
----------------------------------------*/
.prContent {
  position: relative;
  text-align: center;
  background-color: #2fb3a8;
  color: #fff;
  padding: 50px 0 40px;
  margin-top: 60px;
}
.prContent:before {
  content: "";
  display: inline-block;
  width: 67px;
  height: 80px;
  background-image: url(../img/illust01.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
}
.prContent .prText {
  padding: 10px 0 20px;
}
.prContent .prText span:before, .prContent .prText span:after {
  background-color: #fff;
  bottom: 12px;
}
.prContent .prText span span:before, .prContent .prText span span:after {
  bottom: 15px;
}
@media (min-width: 1000px) {
  .prContent {
    padding: 80px 0 70px;
    margin-top: 130px;
  }
  .prContent:before {
    width: 134px;
    height: 160px;
    top: -70px;
  }
  .prContent .prText {
    padding: 20px 0 30px;
  }
  .prContent .prText span:before, .prContent .prText span:after {
    bottom: 20px;
  }
  .prContent .prText span span:before, .prContent .prText span span:after {
    bottom: 25px;
  }
}

/* -------------------------------------
footer
----------------------------------------*/
footer {
  text-align: center;
  padding: 30px 4% 10px;
}
footer .companyName {
  font-size: 17px;
  font-weight: 500;
  padding-bottom: 20px;
}
footer .companyName + p {
  line-height: 1.4;
  padding-bottom: 30px;
}
footer .copy {
  text-align: center;
  font-size: 12px;
  color: #2fb3a8;
}
@media (min-width: 1000px) {
  footer {
    text-align: left;
    padding: 50px 40px 10px;
  }
  footer .companyName {
    font-size: 20px;
    padding-bottom: 20px;
  }
  footer .companyName + p {
    padding-bottom: 50px;
  }
}

/* -------------------------------------
prepare
----------------------------------------*/
.prepareWrap {
  width: 94%;
  margin: 0 auto 20px;
}
.prepareWrap .confirmation {
  text-align: center;
  border: 5px solid #3dd3b0;
  padding: 15px 4%;
}
.prepareWrap .confirmation p {
  line-height: 1.6;
  text-align: left;
  padding-bottom: 25px;
  font-size: 14px;
}
.prepareWrap .confirmation a {
  font-size: 14px;
}
.prepareWrap .prText {
  margin-top: 0;
}
.prepareWrap .prText p {
  font-size: 18px;
  text-align: center;
  padding-bottom: 10px;
}

.prepareWrap .pageTitle {
  color: #51d7b8;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  padding: 15px 0;
}

.prepare > div {
  display: flex;
  justify-content: space-between;
  text-align: center;
  background-color: #f7f7f7;
  padding: 15px 4%;
}

.prepare > div dl {
  width: calc(100% - 50px);
  padding-right: 10px;
  text-align: left;
}

.prepare > div dt {
  font-weight: 600;
  font-size: 15px;
  padding-bottom: 1em;
}

.prepare > div dd {
  text-align: left;
  line-height: 1.5;
}

.prepare > div div {
  width: 50px;
  align-self: center;
}

.prepare > div:not(:last-of-type) {
  margin-bottom: 20px;
}

.blankLink {
  display: inline-block;
  text-align: left;
  position: relative;
  margin-top: 10px;
  text-decoration: underline;
}

.blankLink:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(../img/blank.png);
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: 5px;
}

.pdf-Link {
  position: relative;
  display: inline-block;
  font-size: 16px;
  text-decoration: underline;
  padding-right: 30px;
  margin-top: 10px;
}

.pdf-Link:after {
  content: "";
  width: 25px;
  height: 28px;
  background-image: url(../img/pdf_icon.png);
  background-repeat: no-repeat;
  position: absolute;
  margin-left: 4px;
  bottom: -6px;
}

@media (min-width: 1000px) {
  .prepareWrap .pageTitle {
    font-size: 26px;
    text-align: center;
    padding: 50px 0;
  }

  .prepareWrap {
    width: 83.33333%;
    max-width: 1000px;
    margin: 0 auto 40px;
  }
  .prepareWrap .confirmation {
    padding: 30px 20px;
  }
  .prepareWrap .confirmation p,
.prepareWrap .confirmation a {
    font-size: 16px;
  }
  .prepareWrap .prText {
    margin-top: 10px;
  }
  .prepareWrap .prText p {
    font-size: 30px;
  }
  .prepareWrap .confirmation p {
    text-align: center;
  }

  .prepare {
    display: flex;
    justify-content: space-between;
  }

  .prepare > div {
    display: block;
    position: relative;
    width: calc((100% - 40px) * 3);
    padding: 30px 30px 20px;
  }

  .prepare > div:not(:last-of-type) {
    margin: 0 20px 0 0;
  }

  .prepare > div:not(:last-of-type) div {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
  }

  .prepare > div dl {
    width: 100%;
    text-align: center;
  }

  .prepare > div dt {
    font-size: 17px;
  }

  .prepare > div dd {
    line-height: 1.7;
    font-size: 16px;
  }

  .prepare > div div {
    width: 100%;
    padding-top: 20px;
  }
}

/*# sourceMappingURL=style.css.map */