@charset "UTF-8";
.p-mv {
  position: relative;
  height: 600px;
}
.p-mv__slider {
  height: 100%;
}
.p-mv__slider > div {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../../../images/page/mini/img_mv.jpg);
}
.p-mv__content {
  position: absolute;
  width: 1200px;
  height: 100%;
  padding: 210px 0 90px;
  color: #fff;
  left: 50%;
  margin-left: -600px;
  top: 0;
}
.p-mv__content p {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}
.p-mv__content h1 {
  padding: 35px 0 40px;
  font-size: 40px;
  font-weight: bold;
}
.p-mv__btn {
  width: 325px;
  height: 57px;
  text-align: center;
  background: #E8380D;
}
.p-mv__btn a {
  display: block;
  padding: 20px 0;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  line-height: 1;
}
.p-brand {
  padding-bottom: 60px;
  background: #000;
}
.p-brand__ttl {
  padding: 40px 0 60px;
  color: #fff;
}
.p-brand__ttl h2 {
  display: inline-block;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  border-bottom: solid 4px #fff;
  vertical-align: middle;
}
.p-brand__ttl span {
  display: inline-block;
  margin-left: 65px;
  font-size: 16px;
  font-size: 1.6rem;
  vertical-align: middle;
  font-weight: bold;
}
.p-brand__list li {
  float: left;
}
.p-brand__thumbnail {
  position: relative;
}
.p-brand__thumbnail figcaption {
  position: absolute;
  background: #000;
  top: 50%;
  left: 50%;
  margin-left: -100px;
  transform: translateY(-50%);
  width: 200px;
  height: 50px;
  text-align: center;
}
.p-brand__thumbnail figcaption::before {
  position: absolute;
  content: "";
  background: #fff;
  height: 2px;
  width: 85px;
  bottom: 8px;
  left: 50%;
  margin-left: -42px;
}
.p-brand__thumbnail figcaption a {
  display: block;
  padding: 13px 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
.p-question__table th {
  background: #E8380D;
}
.p-question__table td {
  background: rgba(232, 56, 13, 0.1);
}
.p-question_content {
  position: relative;
  padding: 60px 0;
}
.p-question_content::before {
  position: absolute;
  content: "";
  background-image: url(../../images/top/img_question.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
}
.p-question_content .p-half {
  margin: 0 0 0 auto;
}
.p-results {
  background: rgba(0, 45, 73, 0.1);
}
.p-results__content {
  padding: 60px 0;
}
.p-results__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -30px;
  margin-left: -30px;
}
.p-results__item {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 30px 60px;
}
.p-voice {
  /* margin-bottom: 80px; */
  padding: 20px;
  height: 100%;
  min-height: 367px;
  /* width: 560px; */
  /* float: left; */
  background: #fff;
  -webkit-box-shadow: 0 2px 12px #ccc;
  box-shadow: 0 2px 12px #ccc;
}
/* .p-voice:nth-child(even) {
  float: right;
} */
.p-voice__ttl {
  margin-bottom: 20px;
  padding-bottom: 10px;
  color: #002D49;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: bold;
  border-bottom: solid 1px #002D49;
}
.p-results__detail {
  font-size: 16px;
  font-size: 1.6rem;
}
.p-results__detail dt {
  padding-bottom: 5px;
  width: 150px;
  float: left;
}
.p-results__detail dd {
  padding-bottom: 5px;
  width: calc(100% - 150px);
  float: left;
}
.p-results__detail dd span {
  color: #E8380D;
  font-weight: bold;
}
.p-voice__subttl {
  padding: 10px 0 5px;
  color: #002D49;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
}
.p-voice__result {
  padding-bottom: 5px;
  width: 50%;
  float: left;
  text-align: left;
  font-size: 15px;
  font-size: 1.5rem;
}
.p-voice__piclist {
  margin-top: 20px;
}
.p-voice__piclist li {
  display: block;
  width: 49%;
  float: left;
}
.p-voice__piclist li img {
  max-width: 100%;
  height: auto;
}
.p-voice__piclist li:nth-child(even) {
  float: right;
}
.p-voice__result dt {
  width: 70%;
  float: left;
}
.p-voice__result dd {
  width: 30%;
  float: left;
  color: #E8380D;
  font-weight: bold;
}
.p-voice p {
  font-size: 15px;
  font-size: 1.5rem;
}
.p-voice__btn {
  margin-top: 44px;
  width: 250px;
  height: 45px;
  text-align: center;
  background: #002D49;
}
.p-voice__btn a {
  display: block;
  padding: 15px 0;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  line-height: 1;
}
.p-flow__box {
  position: relative;
  padding: 10px 25px;
  width: 100%;
  min-height: 150px;
  color: #fff;
  background: #002D49;
  font-weight: bold;
  text-align: center;
  font-size: 0;
  display: flex;
  align-items: center;
}
.p-flow__box::before {
  position: absolute;
  content: "";
  left: 100px;
  bottom: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #002D49 transparent transparent transparent;
  z-index: 10;
}
.p-flow__box:nth-child(even) {
  color: #002D49;
  background: #ced4da;
}
.p-flow__box:nth-child(even):before {
  border-color: #ced4da transparent transparent transparent;
}
.p-flow__box:last-child:before {
  display: none;
}
.p-flow__left p {
  font-size: 30px;
  font-size: 3rem;
  text-align: left;
}
.p-flow__left {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
}
.p-flow__right {
  display: inline-block;
  width: 50%;
  text-align: left;
  vertical-align: middle;
}
.p-flow__right p {
  font-size: 16px;
  font-size: 1.6rem;
}
.p-flow__step {
  margin-bottom: 50px;
}
.p-flow__content {
  padding: 60px 0;
}
.p-flow__box span {
  display: inline-block;
  margin-bottom: 3px;
  padding: 0 2px;
  font-size: 19px;
  font-size: 1.9rem;
  border-bottom: solid 1px;
  letter-spacing: 0.2em;
}
.p-faq__left {
  width: 560px;
  float: left;
}
.p-faq__right {
  width: 560px;
  float: right;
}
.p-faq__detail {
  margin-bottom: 30px;
  width: 100%;
  font-weight: bold;
}
.p-faq__content {
  padding: 60px 0;
}
.p-faq__detail dt {
  position: relative;
  padding: 16px 16px 16px 70px;
  background: rgba(0, 45, 73, 0.1);
  font-size: 16px;
  font-size: 1.6rem;
  cursor: pointer;
}
.p-faq__detail dt span {
  position: absolute;
  padding: 8px 0 0;
  width: 56px;
  text-align: center;
  height: 100%;
  background: #002d49;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  left: 0;
  top: 0;
}
.p-faq__detail dt::before {
  position: absolute;
  content: "";
  top: 10px;
  right: 25px;
  width: 20px;
  height: 20px;
  border-bottom: 4px solid #002d49;
  border-right: 4px solid #002d49;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
dt.open:before {
  top: 20px;
  transform: rotateZ(225deg);
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.p-faq__detail dd {
  display: none;
  position: relative;
  padding: 16px 16px 16px 70px;
  background: rgba(232, 56, 13, 0.1);
  font-size: 16px;
  font-size: 1.6rem;
}
.p-faq__detail dd span {
  position: absolute;
  padding: 8px 0 0;
  width: 56px;
  text-align: center;
  height: 100%;
  background: #E8380D;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  left: 0;
  top: 0;
}
.p-news__post {
  padding: 15px 0;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  border-bottom: dashed 1px #CBCBCB;
}
.p-news__post dt {
  width: 180px;
  float: left;
}
.p-news__post dd {
  padding: 0 20px;
  width: calc(100% - 180px);
  float: left;
}
.p-news__post dd a {
  display: block;
  text-decoration: none;
  color: #000;
}
.p-news__content {
  padding: 60px 0;
}
.p-news__content .m-button01 {
  margin-top: 50px;
}
.p-news__cat {
  display: inline-block;
  padding: 5px 0;
  margin-left: 21px;
  width: 70px;
  height: 25px;
  line-height: 1;
  text-align: center;
  background: #E8380D;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}
.p-contact__content {
  padding: 60px 0;
}
.p-message__content {
  padding: 60px 0;
  background-image: url(../../../images/page/mini/img_message.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.p-message__block {
  margin-left: 70px;
  padding: 30px 50px;
  width: 750px;
  font-size: 16px;
  font-size: 1.6rem;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
}
.p-message__block span {
  display: block;
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
}
.p-message__info {
  position: absolute;
  width: 240px;
  bottom: 0;
  right: 0;
}
.p-message_name {
  background: rgba(0, 45, 73, 0.8);
  color: #fff;
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 10px 15px;
  line-height: 1.8;
  border-radius: 7px;
}
.p-message_link {
  margin-top: 10px;
  background: #E8380D;
  color: #fff;
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  border-radius: 7px;
}
.p-message_link a {
  position: relative;
  display: block;
  color: #ffff;
  text-decoration: none;
  padding: 10px 15px;
}
.p-message_link a::before {
  position: absolute;
  content: "";
  right: 20px;
  top: 17px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p-about_content {
  padding: 60px;
  background: rgba(0, 45, 73, 0.1);
}
.p-reason__list .slick-slide {
  background: #fff;
  border-radius: 10px;
  padding: 50px;
}
.p-reason__list .p-ttl span {
  display: inline-block;
  position: static;
  margin-right: 24px;
  border-bottom: 4px solid #0f2e48;
  font-size: 56px;
  font-size: 5.6rem;
  font-weight: bold;
  color: #0f2e48;
}
.p-reason__list .slick-slide p {
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
  color: #0f2e48;
}
.p-about .slick-prev:before {
  opacity: 1;
  font-size: inherit;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22.5px 45px 22.5px 0;
  border-color: transparent #e8390d transparent transparent;
  color: transparent;
}
.p-about .slick-next:before {
  opacity: 1;
  font-size: inherit;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22.5px 0 22.5px 45px;
  border-color: transparent transparent transparent #e8390d;
  color: transparent;
}
.p-about .slick-next {
  right: -55px;
}
.p-about .slick-prev {
  left: -55px;
}
.p-about .slick-prev, .p-about .slick-next {
  width: 45px;
  height: 45px;
}
.answerArea h3 {
  text-align: center;
  font-size: 26px;
  margin: 0 0 40px 0;
  padding: 0 0 20px 0;
  background: url(../common/images/title_bar.jpg) no-repeat bottom center;
}
.answerArea .inner {
  padding: 56px 0 16px 0;
}
.answerArea ul {
  width: 960px;
  margin: auto;
  overflow: hidden;
}
.answerArea ul li {
  width: 460px;
  height: 148px;
  margin-bottom: 40px;
  float: left;
  display: block;
  position: relative;
}
.answerArea ul li:nth-child(2n) {
  float: right;
}
.answerArea ul li .answer_icon {
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  text-align: center;
  font-size: 20px;
  background: white;
  border: 2px solid;
  color: #002d49;
  line-height: 22px;
  padding: 7px;
}
.answerArea ul li .answer_icon span {
  font-weight: bold;
}
.answerArea ul li div {
  width: 430px;
  height: 118px;
  background: #002d49;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.answerArea ul li div p {
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
  top: 30px;
  color: #fff;
  font-size: 18px;
}
.answerArea ul li div .two {
  top: 10px !important;
}
.answerArea ul li div .two span {
  font-size: 16px;
}
.answerArea ul li div .ar {
  text-align: center;
  display: block;
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 10px;
}
.answerArea ul li div a {
  position: absolute;
  width: 116px;
  margin: auto;
  text-align: center;
  right: 0;
  left: 0;
  bottom: 18px;
  display: block;
  font-size: 13px;
  color: #fff;
  border: 1px solid #fff;
  padding: 4px 4px 4px 20px;
  text-decoration: none;
  background: url(../../../images/page/mini/icon_arrowBT.png) no-repeat left;
  background-position: 10px 10px;
}
/***********************************************************************
モーダル
***********************************************************************/
.reason_modal {
  width: 960px;
  padding: 40px 40px 140px 40px;
  border-radius: 8px;
  background: #fff;
  margin: auto;
  overflow: hidden;
}
.reason_modal h3 {
  width: 100%;
  float: left;
  font-size: 26px;
  display: table;
  margin-bottom: 30px;
}
.reason_modal h3 img {
  float: left;
  display: block;
}
.reason_modal h3 span {
  font-size: 26px;
  font-weight: bold;
  color: #002d49;
  vertical-align: middle;
  display: table-cell;
  width: 100%;
  padding: 0 0 0 20px;
}
.reason_modal p {
  overflow: hidden;
  float: left;
  font-size: 18px;
  line-height: 1.6em;
  display: block;
}
.reason_modal .answer_icon {
  width: 60px;
  height: 60px;
  display: block;
  text-align: center;
  font-size: 20px;
  background: white;
  border: 2px solid;
  color: #002d49;
  line-height: 22px;
  padding-top: 5px;
}
#reason_01 p {}
#reason_02 p {}
#reason_01 .img_box {
  margin: auto;
  overflow: hidden;
  display: block;
}
#reason_02 p:nth-child(1), #reason_03 p:nth-child(1), #reason_04 p:nth-child(1), #reason_05 p:nth-child(1), #reason_06 p:nth-child(1) {
  margin: 0;
}
#reason_02 p, #reason_03 p, #reason_04 p, #reason_05 p, #reason_06 p {
  margin-bottom: 30px;
}
#reason_02 p img, #reason_03 p img, #reason_04 p img, #reason_06 p img {
  float: right;
  margin-left: 30px;
  height: 100%;
}
.second_txt {
  width: 476px;
  float: left;
}
.second_txt_2 {
  width: 586px;
  float: left;
}
.mo_img {
  float: right;
  margin-left: 30px;
  height: 100%;
}
.pc {
  display: none;
}
#cboxClose {
  background: url(../../../images/common/close.jpg) no-repeat top center;
}
#cboxPrevious {
  background: url(../../../images/common/btn_prev.jpg) no-repeat top left;
}
#cboxNext {
  background: url(../../../images/common/btn_next.jpg) no-repeat top right;
}
@media screen and (max-width: 767px) {
  .pc {
    display: block;
  }
  .p-mv__content {
    width: 100%;
    padding: 80px 5% 50px;
    left: 0;
    margin: 0;
  }
  .p-voice {
    margin-bottom: 5vw;
    width: 100%;
    min-height: inherit;
    float: inherit;
  }
  .p-voice:nth-child(even) {
    float: inherit;
  }
  .p-faq__left {
    width: 100%;
    float: inherit;
  }
  .p-faq__right {
    width: 100%;
    float: inherit;
  }
  .p-half {
    width: 100%;
  }
  .p-flow__box::before {
    left: 50%;
    margin-left: -20px;
  }
  .p-flow__box {
    width: 100%;
  }
  .p-brand {
    display: none;
  }
  .p-mv__content p {
    font-size: 4vw;
  }
  .p-mv__content h1 {
    padding: 4vw 0;
    font-size: 6vw;
  }
  .p-mv__btn {
    width: 80vw;
    height: auto;
  }
  .p-about_content::before {
    display: none;
  }
  .p-question_content::before {
    display: none;
  }
  .p-mv {
    height: 0;
    padding: 110% 0 0;
  }
  .p-mv__slider > div {
    height: 0;
    padding: 90% 0 0;
    background-position: center;
  }
  .p-mv__btn a {
    padding: 5vw 1vw;
    font-size: 4vw;
  }
  .p-about_content, .p-question_content, .p-results__content {
    padding: 10vw 0;
  }
  .p-table {
    margin-bottom: 5vw;
  }
  .p-table th {
    font-size: 4vw;
    height: 15vw;
  }
  .p-table td {
    font-size: 4vw;
  }
  .p-news__post dt {
    width: 100%;
    float: inherit;
  }
  .p-news__post dd {
    padding: 3vw 0 0;
    width: 100%;
    float: inherit;
  }
  .p-news__post {
    padding: 3vw 0;
  }
  .answerArea h3 {
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0 0 4% 0;
    padding: 0 0 2% 0;
    background: url(../common/images/title_bar.jpg) no-repeat bottom center;
  }
  .answerArea .inner {
    padding: 8% 0 8% 0;
  }
  .answerArea ul {
    width: 98%;
    margin: auto;
    overflow: hidden;
  }
  .answerArea ul li {
    width: 90%;
    height: 148px;
    margin-bottom: 40px;
    overflow: hidden;
    margin: auto;
    display: block;
    position: relative;
    margin-top: 4%;
    float: inherit;
  }
  .answerArea ul li:nth-child(2n) {
    float: inherit;
  }
  .answerArea ul li .answer_icon {
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    text-align: center;
    font-size: 20px;
    background: white;
    border: 2px solid;
    color: #002d49;
    line-height: 22px;
    padding: 7px;
  }
  .answerArea ul li .answer_icon span {
    font-weight: bold;
  }
  .answerArea ul li div {
    width: 94%;
    height: 128px;
    background: #002d49;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
  .answerArea ul li div p {
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    top: 20%;
    color: #fff;
    font-size: 1.4rem;
  }
  .answerArea ul li div .one {
    top: 35% !important;
  }
  .answerArea ul li div .two {
    top: 30% !important;
  }
  .answerArea ul li div .two span {
    font-size: 1.3rem;
  }
  .answerArea ul li div .ar {
    text-align: center;
    display: block;
    margin: auto;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 10px;
  }
  .answerArea ul li div a {
    position: absolute;
    width: 120px;
    margin: auto;
    text-align: center;
    right: 0;
    left: 0;
    bottom: 10%;
    display: block;
    font-size: 1.2rem;
    color: #fff;
    border: 1px solid #fff;
    padding: 1% 1% 1% 4%;
    text-decoration: none;
    background: url(/images/icon_arrowBT.png) no-repeat left;
    background-position: 10px 10px;
  }
  /***********************************************************************
      モーダル
      ***********************************************************************/
  .reason_modal {
    width: 98%;
    padding: 2% 2% 140px 2%;
    border-radius: 8px;
    background: #fff;
    margin: auto;
    overflow: hidden;
  }
  .reason_modal h3 {
    width: 80%;
    float: left;
    font-size: 2.0rem;
    display: table;
    margin-bottom: 2%;
  }
  .reason_modal h3 span {
    font-size: 2.0rem;
    text-align: left;
    font-weight: bold;
    color: #002d49;
    vertical-align: middle;
    display: table-cell;
    width: 100%;
    padding: 0 0 0 20px;
  }
  .reason_modal p {
    width: 100%;
    margin: auto;
    overflow: hidden;
    float: left;
    font-size: 1.6rem;
    line-height: 1.6em;
    display: block;
  }
  .reason_modal .answer_icon {
    display: none;
  }
  #reason_01 p {
    margin-bottom: 40px;
  }
  #reason_02 p {
    margin-bottom: 30px;
  }
  #reason_01 .img_box {
    margin: auto;
    overflow: hidden;
    display: block;
  }
  #reason_02 p, #reason_03 p, #reason_04 p, #reason_05 p, #reason_06 p {
    margin-bottom: 30px;
  }
  #reason_02 p img, #reason_03 p img, #reason_04 p img, #reason_06 p img {
    float: right;
    margin-left: 30px;
    height: 100%;
  }
  .second_txt {
    width: 476px;
    float: left;
  }
  .second_txt_2 {
    width: 586px;
    float: left;
  }
  .mo_img {
    overflow: hidden;
    margin-left: 30px;
    width: 80%;
  }
  .p-message__content {
    padding: 0 0 10vw;
    background-image: url(../../../images/page/mini/profile_img_sp.jpg);
    background-position: center bottom;
  }
  .p-message__block {
    margin: 0 auto;
    width: 100%;
    padding: 4vw;
    font-size: 4vw;
  }
  .p-message__block span {
    font-size: 5vw;
  }
  .p-message__info {
    margin-top: 10vw;
    position: inherit;
    bottom: inherit;
    right: inherit;
  }
  .p-message__block p {
    height: 250px;
    line-height: 1.7em;
    overflow-y: scroll;
    border: 1px solid #222;
    padding: 4%;
  }
  .p-message__block p::-webkit-scrollbar { /* スクロールバー本体 */
    width: 10px;
    background: #9aadfc;
  }
  .p-message__block p::-webkit-scrollbar-thumb { /* スクロールバーの動く部分 */
    background: #e7380d;
    border-radius: 2px;
  }
  .p-message__block p::-webkit-scrollbar-track-piece:start { /* スクロールバーの動く部分の前 */
    background: #ccc;
  }
  .p-message__block p::-webkit-scrollbar-track-piece:end { /* スクロールバーの動く部分の後ろ */
    background: #ccc;
  }
  .p-message__block p::-webkit-scrollbar-corner { /* スクロールバー角 */
    background: transparent;
  }
  .p-flow__step {
    margin-bottom: 0;
  }
  .p-flow__box {
    display: block;
    width: 100%;
    padding: 7vw 5vw 5vw;
    min-height: inherit;
  }
  .p-flow__left {
    padding-bottom: 2vw;
    width: 100%;
    display: block;
  }
  .p-flow__right {
    display: block;
    width: 100%;
  }
  .p-flow__left p {
    font-size: 5vw;
  }
  .p-flow__right p {
    font-size: 3.5vw;
  }
  .p-flow__content {
    padding: 10vw 0;
  }
  .p-reason__list .slick-slide p {
    font-size: 4vw;
  }
  .p-reason__list .slick-slide {
    padding: 5vw;
  }
  .p-reason__list .p-ttl span {
    margin-left: 1em;
    border-bottom-width: 2px;
    font-size: 5vw;
  }
  .p-results__item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 15px;
  }
  .p-voice__ttl {
    font-size: 4.5vw;
    padding-bottom: 3vw;
    margin-bottom: 4vw;
  }
  .p-results__detail dt {
    width: 40%;
  }
  .p-results__detail dd {
    width: 60%;
  }
  .p-results__detail {
    font-size: 3.5vw;
  }
  .p-voice p {
    padding-top: 3vw;
    font-size: 4vw;
  }
  .p-voice__btn {
    margin-top: 6vw;
    width: 58vw;
    height: inherit;
  }
  .p-voice__btn a {
    padding: 3vw 0;
    font-size: 4vw;
  }
  .p-faq__content {
    padding: 10vw 0;
  }
}
.p-right {
  float: right;
}
.p-left {
  float: left;
}
.p-box {
  position: relative;
  padding: 50px 0;
}
.p-box:nth-child(even) {
  background: rgba(0, 45, 73, 0.1);
}
.p-ttl {
  position: relative;
  padding-bottom: 20px;
  color: #002D49;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  z-index: 10;
}
.p-ttl span {
  position: absolute;
  color: rgba(232, 56, 13, 0.4);
  font-weight: bold;
  font-style: italic;
  font-size: 80px;
  font-size: 8rem;
  left: 0;
  bottom: -13px;
  z-index: -1;
}
.p-box p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}
.p-caution p {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
}
.p-caution {
  background: #f8e8e7;
  padding: 30px;
  border-radius: 10px;
}
.p-caution-ttl {
  padding-bottom: 10px;
  color: #E8380D;
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
}
.p-caution-ttl span {
  position: relative;
  padding-bottom: 5px;
  padding-left: 32px;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  color: #222;
}
.p-caution-ttl span::before {
  position: absolute;
  content: "";
  background-image: url(../../../images/page/notice/icn_caution.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 25px;
  height: 25px;
  left: 0;
  top: -8px;
}
.p-box p span {
  font-weight: bold;
  color: #E8380D;
}
@media screen and (max-width: 767px) {
  .p-right, .p-left {
    float: inherit;
  }
  .p-ttl {
    font-size: 6vw;
    padding-bottom: 4vw;
  }
  .p-ttl span {
    font-size: 14vw;
    bottom: inherit;
    top: -6vw;
  }
  .p-box p {
    font-size: 4vw;
  }
  .p-right {
    margin-top: 5vw;
  }
  .p-caution {
    padding: 5vw;
  }
  .p-caution-ttl {
    font-size: 5vw;
  }
  .p-caution-ttl span {
    font-size: 4vw;
  }
}