@charset "UTF-8";

/*-------------------------------------
 module：通常H1
 p-area__title
-------------------------------------*/
.p-area__title {
  padding: 30px 0 50px;
}

.content__black .p-area__title {
  margin: -20px 0 0;
  padding: 50px 0;
}

.p-area__title h1 {
  position: relative;
  padding: 0 0 10px 0;
}

.p-area__title h1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 80px;
  height: 5px;
  background-color: #b60081;
}

@media screen and (max-width: 768px) {
  .p-area__title {
    padding: 40px 0;
  }

  .content__black .p-area__title {
    margin: 0;
    padding: 40px 0;
  }
}

/*-------------------------------------
     module：通常ボックス
     module__box__annotation,
     module__box__annotation__gray,
     module__box__annotation__pink
    -------------------------------------*/
.module__box__annotation {
  margin: 30px 0 0;
  padding: 30px;
}

.module__box__annotation > *:first-child {
  margin: 0;
}

.module__box__annotation h2 {
  border: none;
  text-align: left;
  padding: 0;
}

.module__box__annotation__gray {
  background-color: #efefef;
}

.content__black .module__box__annotation__gray {
  background-color: #333333;
}

.module__box__annotation__pink {
  color: #333333;
  background-color: #ffe3f2;
  border: solid 2px #b60081;
}

.content__black .module__box__annotation__pink a:link,
.content__black .module__box__annotation__pink a:visited {
  color: #333333;
}

.module__box__annotation h2 {
  font-size: 20px;
  font-weight: bold;
  background-color: transparent;
}

.p-area__text._mt-text {
  margin-top: 24px;
}

.p-area__text._notice {
  color: red;
}

.module__box__annotation__pink ul {
  margin-top: 24px;
}

.module__box__annotation__pink ul li {
  font-size: 16px;
  margin: 20px 0 0;
  text-indent: -1.25em;
  padding-left: 1.25em;
}

.module__box__annotation__pink li:first-of-type {
  margin-top: 0;
}

.p-area__title {
  padding: 40px 0 0;
}

.p-area__title h1 {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #333;
}

.p-btn_wrap {
  width: 100%;
  line-height: normal;
  margin-top: 40px;
}

.p-btn_wrap._last {
  position: relative;
  width: 100%;
  margin-top: 90px;
}

.p-btn_wrap._last::before {
  position: absolute;
  content: "";
  width: 100%;
  top: -36px;
  border-top: 1px dotted #333;
}

.p-btn_wrap._last {
  padding-bottom: 10px;
}
.p-btn_wrap._last .p-btn_cancel {
  max-width: 400px;
  justify-content: center;
  margin: auto;
}
.p-btn_cancel {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #666666;
  border-radius: 5px;
  transition: opacity 0.4s ease;
  padding-right: 30px;
}
.p-btn_cancel::after {
  content: "";
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 10px;
  background: url(../image/ticket/icon/arrow_right.png) center center/contain no-repeat;
}
.p-btn_cancel:hover {
  opacity: 0.5;
}

.p-btn_wrap p,
.p-btn_wrap label {
  margin: 0;
}

.p-btn_wrap .p-btn_check {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.p-btn_wrap .p-btn_check label {
  font-size: 18px;
  margin-left: 10px;
  color: #333;
  order: 2;
}

.p-btn_wrap .p-btn_check input {
  width: 16px;
  height: 16px;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  order: 1;
}

@media screen and (max-width: 768px) {
  .p-btn_wrap {
    margin-top: 30px;
  }

  .p-btn_wrap._last {
    padding-bottom: 40px;
  }

  .module__box__annotation__pink ul {
    margin-top: 16px;
  }

  .module__box__annotation__pink ul li {
    font-size: 15px;
    margin-top: 10px;
  }

  .p-btn_wrap .p-btn_check label {
    font-size: 16px;
    margin-left: 6px;
  }

  .p-btn_wrap .p-btn_check input {
    width: 12px;
    height: 12px;
  }
}

@media screen and (min-width: 769px) {
  .p-area__title {
    padding-bottom: 10px;
  }

  .p-area__title h1 {
    font-size: 26px;
    padding: 0 0 30px 0;
  }

  .module__box__annotation h2 {
    font-size: 24px;
  }
}
