/* ----------------------------------------
 	reset
 ---------------------------------------- */
html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
dl,
dt,
dd,
ol,
ul,
li,
strong,
sub,
sup,
i,
small,
address,
time,
fieldset,
form,
label,
legend,
hr,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
header,
footer,
nav,
section,
article,
aside,
figure,
figcaption,
canvas,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  vertical-align: baseline;
}

article,
aside,
figure,
figcaption,
footer,
header,
nav,
section {
  display: block;
}

*,
*::before,
*::after {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

ul,
ol,
li {
  list-style: none;
}

input,
textarea,
button {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

input[type="submit"],
input[type="button"],
button {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

html {
  font-size: 10px;
}

@media screen and (max-width: 570px) {
  html {
    font-size: 8px;
  }
}

body {
  position: relative;
  width: 100%;
  color: #3e3a39;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.5;
}

a {
  transition: 0.2s all ease-in-out;
  outline: none;
  text-decoration: none;
}

a {
  color: #000;
}

::-webkit-input-placeholder {
  /* Edge */
  color: #9fa0a0;
}

:-ms-input-placeholder {
  /* Internet Explorer */
  color: #9fa0a0;
}

::placeholder {
  color: #9fa0a0;
}

.c-support {
  position: relative;
  background: #fff0bb;
}

@media screen and (max-width: 960px) {
  .c-support {
    display: none;
  }
}

.c-support_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 23px 0 16px 231px;
  background: url("../images/bg_support.png") bottom left no-repeat;
  background-size: 223px;
}

.c-support_content .c-mail {
  width: 50%;
  padding-right: 5px;
  text-align: center;
}

.c-support_content .c-mail_btnmail {
  display: block;
  width: 100%;
  height: 125px;
  background: url("../images/support_mail.png") center no-repeat;
  background-size: contain;
}

.c-support_content .c-tel {
  width: 50%;
  padding-left: 5px;
  text-align: center;
}

.c-support_content .c-tel_btntel {
  display: block;
  width: 100%;
  height: 125px;
  background: url("../images/support_tel.png") center no-repeat;
  background-size: contain;
}

.c-review {
  animation-duration: 1s;
  background: white;
  animation-fill-mode: both;
}

@media screen and (max-width: 570px) {
  .c-review {
    background: #e8e8e8;
  }
}

.c-review_top {
  height: 65px;
  padding: 10px 0;
  background: #e8e8e8 url("../images/text_review.png") center no-repeat;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .c-review_top {
    height: 211px;
    background: #e8e8e8 url("../images/text_review_SP.png") center no-repeat;
    background-size: contain;
  }
}

@media screen and (max-width: 570px) {
  .c-review_top {
    height: 127px;
    margin: 0 15px;
  }
}

.c-review.fixed-menu {
  display: block;
  position: fixed;
  z-index: 999;
  bottom: 0;
  width: 100%;
  animation-name: fadeIn;
  background: #0040b9;
}

.c-review.fixed-menu .c-review_top {
  background: #0040b9 url("../images/text_review_2.png") center no-repeat;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.c-topForm {
  margin: 0 -38px 10px -38px;
  padding: 12px 38px 9px 38px;
  background: #fff;
}

@media screen and (max-width: 570px) {
  .c-topForm {
    margin: 0 -38px 0 -38px;
    padding: 12px 38px 0 38px;
  }
}

.c-topForm_listgroup {
  display: flex;
  margin-bottom: 15px;
  border: 1px solid #b5b5b6;
}

@media screen and (max-width: 960px) {
  .c-topForm_listgroup {
    display: none;
  }
}

.c-topForm_group {
  display: flex;
  width: 25%;
}

.c-topForm_group_txt {
  width: 79px;
}

.c-topForm_group_txt label {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: #e85514;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.01em;
  line-height: 2.375;
}

.c-topForm_group_input {
  width: calc(100% - 79px);
}

.c-topForm_group_input select,
.c-topForm_group_input input {
  width: 100%;
  height: 45px;
  padding: 0 15px 0 10px;
  border: none;
  outline: none;
  background: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.01em;
  line-height: 2.375;
}

.c-topForm_group_input select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: #fff url("../images/select.png") top 20px right 7px no-repeat;
  background-size: 14px;
  cursor: pointer;
}

.c-topForm_btnSend {
  text-align: center;
}

@media screen and (max-width: 960px) {
  .c-topForm_btnSend {
    padding-top: 16px;
  }

  .c-topForm_btnSend img {
    width: 100%;
  }
}

@media screen and (max-width: 570px) {
  .c-topForm_btnSend {
    display: none;
  }
}

.c-topForm_btnContact {
  padding-top: 2px;
  text-align: center;
}

.c-topForm_btnContact a {
  display: block;
}

@media screen and (max-width: 960px) {
  .c-detail {
    margin-top: 10px;
    text-align: right;
  }
}

.c-detail_click {
  position: relative;
  padding-right: 51px;
  color: #007cd5;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.948;
}

@media screen and (max-width: 570px) {
  .c-detail_click {
    padding-right: 33px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.542;
  }
}

.c-detail_click::before {
  content: " ";
  position: absolute;
  top: 50%;
  right: 0;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: url("../images/arrow_detail.png") right center no-repeat;
}

.c-contact_button {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

.c-contact_button_txt {
  width: 100%;
  height: 78px;
  padding-top: 20px;
  padding-bottom: 12px;
  transition: 0.2s all ease-in-out;
  color: #007cd5;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.534;
  text-align: center;
}

@media screen and (max-width: 1401px) {
  .c-contact_button_txt {
    height: 68px;
  }
}

@media screen and (max-width: 960px) {
  .c-contact_button_txt {
    height: 110px;
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 1.458;
  }
}

@media screen and (max-width: 570px) {
  .c-contact_button_txt {
    height: 85px;
  }
}

.c-contact_button_txt.hver {
  padding-top: 10px;
}

.c-contact_button_btn {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 806px;
  height: 93px;
  padding-left: 35px;
  border: 2px solid #f5a200;
  background: #f5a200 url("../images/bg_mail_contact.png") left 33px center no-repeat;
  background-size: 58px;
  color: #fff;
  font-size: 33px;
  font-size: 3.3rem;
  font-weight: 700;
  letter-spacing: 0.19em;
  line-height: 1.182;
}

@media screen and (max-width: 1401px) {
  .c-contact_button_btn {
    width: 580px;
    height: 72px;
    background-size: 42px;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.393;
  }
}

@media screen and (max-width: 570px) {
  .c-contact_button_btn {
    width: 90%;
    height: 56px;
    padding-left: 38px;
    background: #f5a200 url("../images/bg_mail_contact.png") left 20px center no-repeat;
    background-size: 34px;
  }
}

.c-contact_button_btn::before {
  content: " ";
  position: absolute;
  top: 50%;
  right: 0;
  width: 46px;
  height: 3px;
  margin-top: -3px;
  transition: 0.2s all ease-in-out;
  background: #fff;
}

@media screen and (max-width: 570px) {
  .c-contact_button_btn::before {
    display: none;
  }
}

.c-contact_button_btn:hover {
  padding-left: 35px;
  opacity: 1 !important;
  background: #fff url("../images/bg_mail_contact_hover.png") left 33px center no-repeat;
  background-size: 58px;
  color: #f5a200;
}

@media screen and (max-width: 1401px) {
  .c-contact_button_btn:hover {
    width: 580px;
    height: 72px;
    background-size: 42px;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.393;
  }
}

.c-contact_button_btn:hover::before {
  background: #f5a200;
}

@media screen and (max-width: 570px) {
  .c-contact_button_btn:hover {
    width: 90%;
    height: 56px;
    padding-left: 38px;
    background: #fff url("../images/bg_mail_contact_hover.png") left 20px center no-repeat;
    background-size: 34px;
  }
}

.c-feature {
  display: flex;
  justify-content: center;
}

.c-feature_tl {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 203px;
  height: 70px;
  background-color: #007cd5;
  color: #fff;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.907;
  text-align: center;
}

@media screen and (max-width: 570px) {
  .c-feature_tl {
    width: 105px;
    height: 47px;
  }

  .c-feature_tl img {
    max-width: 20px;
  }
}

.c-feature_tl::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  border-top: solid 15px #007cd5;
  border-right: solid 17px transparent;
  border-bottom: solid 15px transparent;
  border-left: solid 17px transparent;
}

@media screen and (max-width: 570px) {
  .c-feature_tl::before {
    bottom: -20px;
    transform: translateX(-50%);
    border-top: solid 10px #0074c8;
    border-right: solid 10px transparent;
    border-bottom: solid 10px transparent;
    border-left: solid 10px transparent;
  }
}

.c-fademoveA {
  animation-name: fadein;
  animation-duration: 1.5s;
  animation-iteration-count: 1;
  font-weight: bold;
}

@keyframes fadein {
  from {
    transform: translateY(5px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.c-fademoveB {
  animation-name: fadein;
  animation-duration: 1.5s;
  animation-iteration-count: 1;
}

@keyframes fadein {
  from {
    transform: translateY(30px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.l-wrapper a:hover {
  outline: none;
  opacity: 0.7;
  text-decoration: none;
}

.l-wrapper .l-container {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1025px) and (min-width: 1023px) {
  .l-wrapper .l-container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media screen and (max-width: 960px) {
  .l-wrapper .l-container {
    min-width: auto;
    padding-right: 25px;
    padding-left: 25px;
  }
}

@media screen and (max-width: 570px) {
  .l-wrapper .l-container {
    min-width: auto;
    margin-right: 0;
    margin-left: 0;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.l-wrapper .l-containerFull {
  max-width: 1326px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1401px) {
  .l-wrapper .l-containerFull {
    max-width: 1090px;
  }
}

.l-wrapper .l-topSection {
  display: inline-block;
  position: relative;
  min-width: 100%;
  background-color: #fff;
}

.l-wrapper .l-topMain {
  overflow: hidden;
}

.l-wrapper .p-header {
  position: -webkit-sticky;
  position: sticky;
  z-index: 999;
  top: 0;
  width: 100%;
  padding: 10px 34px 6px 34px;
  background-color: white;
}

@media screen and (max-width: 1400px) {
  .l-wrapper .p-header {
    padding: 10px 24px 6px 24px;
  }
}

@media screen and (max-width: 960px) {
  .l-wrapper .p-header {
    padding: 10px 28px;
  }
}

@media screen and (max-width: 570px) {
  .l-wrapper .p-header {
    padding: 10px 10px;
  }
}

.l-wrapper .p-header_wrap {
  display: flex;
  justify-content: space-between;
}

.l-wrapper .p-header_headbtn {
  display: flex;
  align-items: center;
}

.l-wrapper .p-header_headbtn_click {
  padding: 0 10px;
  color: #007cd5;
  font-weight: bold;
  white-space: nowrap;
}

.l-wrapper .p-header_headbtn_click:hover {
  color: #e85514;
}

.l-wrapper .p-header_headbtn .pright {
  padding-right: 40px;
}

@media screen and (max-width: 2080px) and (min-width: 1630px) {
  .l-wrapper .p-header_headbtn_click {
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 1600px) {
  .l-wrapper .p-header_headbtn_click {
    padding: 0 6px;
  }

  .l-wrapper .p-header_headbtn .pright {
    padding-right: 6px;
  }
}

@media screen and (max-width: 1400px) {
  .l-wrapper .p-header_headbtn_click {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 960px) {
  .l-wrapper .p-header_headbtn_click {
    display: none !important;
  }
}

@media screen and (max-width: 570px) {
  .l-wrapper .p-header_headbtn {
    padding-left: 10px;
  }
}

.l-wrapper .p-header_headbtn .btn {
  display: block;
}

.l-wrapper .p-header_headbtn_tel {
  padding-bottom: 5px;
  padding-left: 10px;
}

@media screen and (max-width: 960px) {
  .l-wrapper .p-header_headbtn_tel {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 570px) {
  .l-wrapper .p-header_headbtn_tel {
    padding-left: 7px;
  }
}

.l-topBody {
  overflow: hidden;
}

.l-topBody .p-mainVisual_img img {
  width: 100%;
}

.l-topBody .p-mainVisual_tform {
  height: 201px;
}

@media screen and (max-width: 960px) {
  .l-topBody .p-mainVisual_tform {
    height: auto;
  }
}

.p-buy {
  margin-top: 15px;
  padding: 47px 0 100px 0;
  background-color: #cdf0ff;
}

@media screen and (max-width: 570px) {
  .p-buy {
    padding: 20px 0 37px 0;
  }
}

.p-buy_imgtitle {
  margin: 0 -22px 0 -13px;
}

@media screen and (max-width: 960px) {
  .p-buy_imgtitle {
    margin: 0 -50px 0 -25px;
  }
}

@media screen and (max-width: 570px) {
  .p-buy_imgtitle {
    margin: 0 -25px 0 -12px;
  }
}

.p-buy_imgtitle h2 {
  font-size: 58px;
  font-size: 5.8rem;
  font-weight: 900;
  letter-spacing: 0.008em;
  line-height: 1.518;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .p-buy_imgtitle h2 img {
    width: 100%;
  }
}

.p-buy_titlebee {
  margin-top: -27px;
  margin-bottom: 17px;
  background-color: white;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.813;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .p-buy_titlebee {
    padding: 10px 0;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.616;
  }
}

@media screen and (max-width: 570px) {
  .p-buy_titlebee {
    margin-top: -7px;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.648;
  }
}

.p-buy_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -9px;
}

.p-buy_list_itembuy {
  position: relative;
  width: 33.333336%;
  padding: 25px 9px;
}

@media screen and (max-width: 960px) {
  .p-buy_list_itembuy {
    width: 50%;
  }
}

@media screen and (max-width: 570px) {
  .p-buy_list_itembuy {
    width: 100%;
    padding: 10px 9px;
  }
}

.p-buy_list_itembuy .p-item {
  padding: 80px 20px 0 20px;
  background-color: white;
}

.p-buy_list_itembuy .p-item_title {
  position: absolute;
  top: 24px;
  left: 0;
  width: 100%;
  height: 68px;
  padding-top: 5px;
  background: url("../images/bg_title_item.png") left bottom no-repeat;
  color: #fff100;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 900;
  letter-spacing: 0.01em;
  line-height: 2.957;
  text-align: center;
}

@media screen and (max-width: 570px) {
  .p-buy_list_itembuy .p-item_title {
    top: 9px;
    padding-top: 12px;
    padding-right: 53px;
  }
}

@media screen and (max-width: 960px) {
  .p-buy_list_itembuy .p-item_img img {
    width: 100%;
  }
}

.p-buy_list_itembuy .p-item_desc {
  padding-top: 15px;
}

.p-buy_list_itembuy .p-item_desc_tbl {
  width: 100%;
  border-collapse: collapse;
}

.p-buy_list_itembuy .p-item_desc_tbl tr th {
  width: 94px;
  padding: 5px 10px;
  border: 1px solid #c9caca;
  background-color: #f2f2f2;
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625;
  text-align: center;
}

.p-buy_list_itembuy .p-item_desc_tbl tr td {
  width: calc(100% - 94px);
  padding: 5px 10px;
  border: 1px solid #c9caca;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625;
}

.p-buy_list_itembuy .p-item_boxprice {
  display: flex;
  justify-content: space-between;
}

.p-buy_list_itembuy .p-item_boxprice_text {
  padding-top: 18px;
}

.p-buy_list_itembuy .p-item_boxprice_text span {
  padding: 5px 18px;
  background-color: #ff5b00;
  color: white;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.625;
  white-space: nowrap;
}

.p-buy_list_itembuy .p-item_boxprice_imgprice {
  margin-right: -22px;
}

.p-buy_note {
  padding-top: 20px;
}

.p-buy_note_txt {
  padding: 18px 0;
  background: url("../images/bg_buy_note.png") center no-repeat;
  color: #fff100;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .p-buy_note_txt {
    padding: 22px 0;
    background-size: cover;
    font-size: 27px;
    font-size: 2.7rem;
    line-height: 1.445;
  }
}

@media screen and (max-width: 570px) {
  .p-buy_note_txt {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.706;
  }
}

.p-feedback {
  padding: 9px 0 67px 0;
  background: #0096e6;
}

@media screen and (max-width: 570px) {
  .p-feedback {
    padding: 9px 0 40px 0;
  }
}

.p-feedback_head {
  position: relative;
  padding: 76px 0 48px 0;
}

@media screen and (max-width: 570px) {
  .p-feedback_head {
    margin-top: -30px;
    padding: 0 0 20px 0;
  }
}

.p-feedback_head_title {
  margin-right: -24px;
  text-align: right;
}

@media screen and (max-width: 960px) {
  .p-feedback_head_title {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .p-feedback_head_title img {
    width: 100%;
  }
}

.p-feedback_head::before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: -9px;
  width: 268px;
  height: 294px;
  background: url("../images/i-feedback.png") bottom left no-repeat;
  background-size: contain;
}

@media screen and (max-width: 960px) {
  .p-feedback_head::before {
    display: none;
  }
}

.p-feedback_head_txt {
  margin-left: 43px;
  padding: 9px 0;
  background: white;
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  line-height: 1.625;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .p-feedback_head_txt {
    margin-top: -27px;
    margin-left: 0;
    font-size: 27px;
    font-size: 2.7rem;
    line-height: 1.408;
  }
}

@media screen and (max-width: 570px) {
  .p-feedback_head_txt {
    margin-top: -7px;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.648;
  }
}

.p-feedback_inner {
  padding: 0 23px 0 36px;
  background-color: white;
}

.p-feedback_listfb {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -40px;
  padding-bottom: 30px;
}

.p-feedback_listfb_itemfb {
  width: 50%;
  padding: 30px 40px 0 40px;
}

@media screen and (max-width: 960px) {
  .p-feedback_listfb_itemfb {
    width: 100%;
    padding: 30px 40px 0 30px;
  }
}

@media screen and (max-width: 570px) {
  .p-feedback_listfb_itemfb {
    padding: 15px 32px 0 20px;
  }
}

@media screen and (max-width: 960px) {
  .p-feedback_listfb_itemfb .p-itemfb_img img {
    width: 100%;
  }
}

.p-feedback_listfb_itemfb .p-itemfb_line1 {
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 8px;
}

.p-feedback_listfb_itemfb .p-itemfb_line1_lleft {
  width: calc(100% - 169px);
}

@media screen and (max-width: 570px) {
  .p-feedback_listfb_itemfb .p-itemfb_line1_lleft {
    width: calc(100% - 119px);
  }
}

.p-feedback_listfb_itemfb .p-itemfb_line1_lright {
  width: 169px;
  margin-left: 15px;
}

@media screen and (max-width: 570px) {
  .p-feedback_listfb_itemfb .p-itemfb_line1_lright {
    width: 119px;
  }
}

.p-feedback_listfb_itemfb .p-itemfb_line1_tbl {
  width: 100%;
  border-collapse: collapse;
}

.p-feedback_listfb_itemfb .p-itemfb_line1_tbl tr th {
  width: 94px;
  padding: 5px 10px;
  border: 1px solid #c9caca;
  background-color: #f2f2f2;
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.625;
  text-align: center;
}

@media screen and (max-width: 570px) {
  .p-feedback_listfb_itemfb .p-itemfb_line1_tbl tr th {
    padding: 4px 4px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.734;
    white-space: nowrap;
  }
}

.p-feedback_listfb_itemfb .p-itemfb_line1_tbl tr td {
  width: calc(100% - 94px);
  padding: 5px 10px;
  border: 1px solid #c9caca;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625;
}

@media screen and (max-width: 570px) {
  .p-feedback_listfb_itemfb .p-itemfb_line1_tbl tr td {
    padding: 4px 4px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.734;
    white-space: nowrap;
  }
}

.p-feedback_listfb_itemfb .p-itemfb_line1_imgprice {
  padding-top: 10px;
}

.p-feedback_listfb_itemfb .p-itemfb_line1_name {
  padding-top: 20px;
  color: #007cd5;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.455;
  text-align: center;
}

.p-feedback_listfb_itemfb .p-itemfb_line2 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625;
}

@media screen and (max-width: 570px) {
  .p-feedback_listfb_itemfb .p-itemfb_line2 {
    padding-bottom: 15px;
  }
}

.p-flow {
  padding: 90px 0 99px 0;
  background-color: #cdf0ff;
}

@media screen and (max-width: 570px) {
  .p-flow {
    padding: 26px 0 40px 0;
  }
}

.p-flow_title {
  margin: 0 -22px 0 -10px;
}

@media screen and (max-width: 960px) {
  .p-flow_title {
    margin: 0 -44px 0 -24px;
  }

  .p-flow_title img {
    width: 100%;
  }
}

@media screen and (max-width: 570px) {
  .p-flow_title {
    margin: 0 -26px 0 -12px;
  }
}

.p-flow_listflow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -10px;
}

@media screen and (max-width: 570px) {
  .p-flow_listflow {
    margin-top: -20px;
  }
}

.p-flow_listflow_itflow {
  width: 33.333336%;
  padding: 10px;
}

@media screen and (max-width: 570px) {
  .p-flow_listflow_itflow {
    width: 100%;
  }
}

.p-flow_listflow_itflow .p-step {
  height: 100%;
  background-color: white;
}

@media screen and (max-width: 570px) {
  .p-flow_listflow_itflow .p-step_head img {
    width: 100%;
  }
}

.p-flow_listflow_itflow .p-step_desc {
  padding: 0 20px;
}

@media screen and (max-width: 570px) {
  .p-flow_listflow_itflow .p-step_desc {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.p-flow_listflow_itflow .p-step_desc_icon {
  padding: 38px 0;
  text-align: center;
}

@media screen and (max-width: 570px) {
  .p-flow_listflow_itflow .p-step_desc_icon {
    width: 119px;
    padding: 20px 0;
  }
}

.p-flow_listflow_itflow .p-step_desc_name {
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.131;
  text-align: center;
}

@media screen and (max-width: 570px) {
  .p-flow_listflow_itflow .p-step_desc_name {
    width: calc(100% - 119px);
    padding: 0 10px;
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 1.261;
  }
}

.p-flow_listflow_itflow .p-step_comment {
  padding: 17px 20px 20px 20px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.625;
}

@media screen and (max-width: 570px) {
  .p-flow_listflow_itflow .p-step_comment {
    padding: 0 20px 20px 20px;
  }
}

.p-flow_listflow_itflow .p-step_comment span {
  color: #ff0c00;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.445;
}

.p-flow_noteflow {
  margin-top: 40px;
  padding: 15px 10px;
  background-color: #ff5b00;
  color: white;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: bold;
  letter-spacing: 0.01em;
  line-height: 1.218;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .p-flow_noteflow {
    font-size: 29px;
    font-size: 2.9rem;
    line-height: 1.311;
  }
}

@media screen and (max-width: 570px) {
  .p-flow_noteflow {
    margin-top: 10px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.6;
  }
}

.p-bee {
  padding: 98px 0 100px 0;
  background: #0096e6;
}

@media screen and (max-width: 570px) {
  .p-bee {
    padding: 40px 0 42px 0;
  }
}

.p-bee_listbee {
  display: flex;
  flex-wrap: wrap;
  margin: -38px -10px 0 -10px;
}

@media screen and (max-width: 960px) {
  .p-bee_listbee {
    margin: 0 -10px 0 -10px;
  }
}

.p-bee_listbee_itbee {
  width: 33.333336%;
  padding: 10px;
}

@media screen and (max-width: 960px) {
  .p-bee_listbee_itbee {
    width: 100%;
  }
}

.p-bee_listbee_itbee .p-itembee {
  height: 100%;
  background: white;
}

.p-bee_listbee_itbee .p-itembee_head {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 145px;
  padding-bottom: 30px;
  background: url("../images/bg_title_itembee.png") top center no-repeat;
  color: white;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 900;
  letter-spacing: 0.004em;
  line-height: 0.95;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .p-bee_listbee_itbee .p-itembee_head {
    height: 198px;
    padding-bottom: 53px;
    background: url("../images/bg_title_itembee_SP.png") top center no-repeat;
    background-size: contain;
  }
}

@media screen and (max-width: 570px) {
  .p-bee_listbee_itbee .p-itembee_head {
    height: 85px;
    padding-bottom: 19px;
    background: url("../images/bg_title_itembee_SP.png") top center no-repeat;
    background-size: cover;
    font-size: 33px;
    font-size: 3.3rem;
    line-height: 0.94;
  }
}

.p-bee_listbee_itbee .p-itembee_head span {
  color: white;
  font-size: 70px;
  font-size: 7rem;
  font-weight: 900;
  line-height: 0.543;
}

@media screen and (max-width: 570px) {
  .p-bee_listbee_itbee .p-itembee_head span {
    font-size: 55px;
    font-size: 5.5rem;
    line-height: 0.564;
  }
}

.p-bee_listbee_itbee .p-itembee_desc {
  padding: 10px 20px 20px 20px;
}

.p-bee_listbee_itbee .p-itembee_desc_name {
  padding-bottom: 10px;
  color: #ff0c00;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.435;
}

@media screen and (max-width: 960px) {
  .p-bee_listbee_itbee .p-itembee_desc_name {
    font-size: 31px;
    font-size: 3.1rem;
    line-height: 1.452;
  }
}

@media screen and (max-width: 570px) {
  .p-bee_listbee_itbee .p-itembee_desc_name {
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 1.435;
  }
}

.p-bee_listbee_itbee .p-itembee_desc_text {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  line-height: 1.625;
}

@media screen and (max-width: 960px) {
  .p-bee_listbee_itbee .p-itembee_desc_text {
    padding-bottom: 15px;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 570px) {
  .p-bee_listbee_itbee .p-itembee_desc_text {
    padding-bottom: 5px;
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1.737;
  }
}

.p-faq {
  padding: 25px 0 100px 0;
  background: #cdf0ff;
}

@media screen and (max-width: 570px) {
  .p-faq {
    padding: 25px 0 40px 0;
  }
}

.p-faq_head {
  position: relative;
  padding-bottom: 27px;
  padding-left: 60px;
}

@media screen and (max-width: 570px) {
  .p-faq_head {
    padding-bottom: 0;
    padding-left: 0;
  }
}

.p-faq_head_title {
  padding-top: 63px;
  text-align: right;
}

.p-faq_head_title img {
  margin-right: -26px;
}

@media screen and (max-width: 960px) {
  .p-faq_head_title img {
    width: 100%;
  }
}

@media screen and (max-width: 570px) {
  .p-faq_head_title {
    margin-right: -22px;
    padding-top: 0;
  }
}

.p-faq_head::before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 238px;
  height: 231px;
  background: url("../images/i-faq.png") top left no-repeat;
}

@media screen and (max-width: 960px) {
  .p-faq_head::before {
    display: none;
  }
}

.p-faq_listq {
  background: white;
}

.p-faq_listq_itemfaq {
  margin: 0 30px;
}

@media screen and (max-width: 570px) {
  .p-faq_listq_itemfaq {
    margin: 0 15px;
  }
}

.p-faq_listq_itemfaq .p-question {
  position: relative;
  border-bottom: 1px solid #007cd5;
}

.p-faq_listq_itemfaq .p-question_Q {
  display: flex;
  position: relative;
  align-items: center;
  padding: 21px 100px 21px 53px;
  background: #fff;
  color: #007cd5;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.01em;
  line-height: 1.5;
  cursor: pointer;
}

@media screen and (max-width: 570px) {
  .p-faq_listq_itemfaq .p-question_Q {
    padding: 21px 50px 21px 43px;
  }
}

.p-faq_listq_itemfaq .p-question_Q::before {
  content: "Q.";
  display: flex;
  position: absolute;
  top: 50%;
  left: -6px;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  margin-top: -26px;
  color: #007cd5;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 300;
  font-weight: bold;
  line-height: 1.188;
}

@media screen and (max-width: 960px) {
  .p-faq_listq_itemfaq .p-question_Q::before {
    margin-top: -22px;
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 570px) {
  .p-faq_listq_itemfaq .p-question_Q::before {
    left: 0;
    width: 36px;
    height: 36px;
    margin-top: -18px;
  }
}

.p-faq_listq_itemfaq .p-question_Q::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 31px;
  height: 31px;
  margin-top: -30px;
  transform: rotate(-180deg) translateY(-50%);
  transition: all 0s ease-in-out;
  background: url("../images/faq_show.png") center no-repeat;
  background-size: contain;
}

.p-faq_listq_itemfaq .p-question_Q.open::after {
  top: 50%;
  right: -1px;
  margin-top: 1px;
  transform: rotate(0deg) translateY(-50%);
  background: url("../images/faq_hide.png") center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 960px) {
  .p-faq_listq_itemfaq .p-question_Q.open::after {
    width: 31x;
    margin-top: -2px;
    background: url("../images/faq_hide.png") center no-repeat;
    background-size: contain;
  }
}

.p-faq_listq_itemfaq .p-question_A {
  display: none;
  position: relative;
  padding: 0 85px 30px 53px;
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  line-height: 1.625;
}

.p-faq_listq_itemfaq .p-question_A .u-pb0 {
  padding-bottom: 0;
}

@media screen and (max-width: 960px) {
  .p-faq_listq_itemfaq .p-question_A {
    padding: 0 75px 27px 53px;
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1.579;
  }
}

@media screen and (max-width: 570px) {
  .p-faq_listq_itemfaq .p-question_A {
    padding: 0 40px 27px 43px;
  }
}

.p-faq_listq_itemfaq .p-question_A::before {
  content: "A.";
  display: flex;
  position: absolute;
  top: -8px;
  left: -6px;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  color: #ff5b00;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.188;
}

@media screen and (max-width: 960px) {
  .p-faq_listq_itemfaq .p-question_A::before {
    top: 0;
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 570px) {
  .p-faq_listq_itemfaq .p-question_A::before {
    top: 0;
    left: 0;
    width: 36px;
    height: 36px;
  }
}

.p-faq_listq_itemfaq:last-child .p-question {
  border-bottom: none;
}

.p-assess {
  padding: 100px 0;
  background: url("../images/bg_assess.jpg");
  background-size: cover;
}

@media screen and (max-width: 570px) {
  .p-assess {
    padding: 35px 0 15px 0;
  }
}

.p-assess_navtab {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
}

@media screen and (max-width: 960px) {
  .p-assess_navtab {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.p-assess_navtab_ittab {
  width: 50%;
}

.p-assess_navtab_ittab a {
  display: block;
  background-color: #0040b9;
  color: #72b5c8;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 2.5;
  text-align: center;
}

@media screen and (max-width: 570px) {
  .p-assess_navtab_ittab a {
    padding: 6px 0 10px 0;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
  }
}

.p-assess_navtab_ittab a.active {
  background-color: white;
  color: #000;
}

.p-assess_navtab_ittab a:hover {
  opacity: 1;
}

.p-form_group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #b5b5b6;
  background-color: #fafafa;
}

.p-form_group_txt {
  display: flex;
  justify-content: space-between;
  width: 311px;
  padding: 20px 24px;
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: 0.01em;
  line-height: 1.182;
}

@media screen and (max-width: 570px) {
  .p-form_group_txt {
    justify-content: flex-start;
    width: 100%;
    padding: 12px 14px;
    border-bottom: 1px solid #b5b5b6;
  }
}

.p-form_group_txt .c-required {
  padding: 2px 10px 0 10px;
  background-color: #ff5b00;
  color: white;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.616;
}

@media screen and (max-width: 570px) {
  .p-form_group_txt .c-required {
    margin-left: 10px;
  }
}

.p-form_group_input {
  width: calc(100% - 311px);
  padding: 20px;
  background-color: #fff;
}

@media screen and (max-width: 570px) {
  .p-form_group_input {
    width: 100%;
    padding: 14px 14px;
  }
}

.p-form_group_input select {
  position: relative;
  width: 100%;
  max-width: 362px;
  height: 49px;
  padding: 0 15px;
  border: 1px solid #dcdddd;
  border-radius: 5px;
  outline: none;
  background-image: url("../images/select.png"), url("../images/select_bg.png");
  background-repeat: no-repeat, repeat-x;
  background-position: top 20px right 14px, left bottom;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.01em;
  line-height: 1.3;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

@media screen and (max-width: 570px) {
  .p-form_group_input select {
    height: 39px;
    background-position: top 15px right 12px, left bottom;
    background-size: 14px, contain;
  }
}

.p-form_group_input input {
  width: 100%;
  height: 49px;
  padding: 0 15px;
  border: 1px solid #dcdddd;
  border-radius: 5px;
  outline: none;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.01em;
  line-height: 1.3;
}

@media screen and (max-width: 570px) {
  .p-form_group_input input {
    height: 39px;
  }
}

.p-form_group_input textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid #dcdddd;
  border-radius: 5px;
  outline: none;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.01em;
  line-height: 1.3;
}

.p-form_group .show-error {
  color: #ff6e69;
}

.p-form_group.u-alg_star {
  align-items: flex-start;
}

.p-form_btnSend {
  padding-top: 20px;
  text-align: center;
}

.p-form_btnSend_submit {
  transition: 0.2s all ease-in-out;
  border: none;
  background: transparent;
}

.p-form_btnSend_submit:hover {
  opacity: 0.7;
}

@media screen and (max-width: 570px) {
  .p-form_btnSend {
    padding-top: 12px;
  }
}

.p-form_btnconfirm {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 30px;
}

.f_send_btn {
  padding: 0;
  transition: 0.2s all ease-in-out;
  border: none;
  background: transparent;
}

.f_send_btn:hover {
  opacity: 0.7;
}

@media screen and (max-width: 960px) {
  .p-form_btnconfirm {
    flex-direction: column-reverse;
    text-align: center;
  }
}

.p-confirm {
  padding: 100px 0;
  background: url("../images/bg_assess.jpg");
  background-size: cover;
}

@media screen and (max-width: 960px) {
  .p-confirm {
    padding: 50px 0;
  }
}

.p-confirm_title {
  padding-bottom: 40px;
}

.p-complete {
  padding: 100px 0;
  background: url("../images/bg_assess.jpg");
  background-size: cover;
}

@media screen and (max-width: 960px) {
  .p-complete {
    padding: 50px 0;
  }
}

.p-complete_title {
  padding-bottom: 40px;
}

.p-complete_content {
  padding: 100px 40px;
  background: white;
}

@media screen and (max-width: 960px) {
  .p-complete_content {
    padding: 50px 20px;
  }
}

.p-complete_content .p-compl {
  text-align: center;
}

.p-complete_content .p-compl_head {
  padding-bottom: 50px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.334;
}

@media screen and (max-width: 960px) {
  .p-complete_content .p-compl_head {
    padding-bottom: 30px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.688;
  }
}

.p-complete_content .p-compl_text {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.334;
}

@media screen and (max-width: 960px) {
  .p-complete_content .p-compl_text {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
  }
}

.p-complete_btncomplete {
  padding-top: 40px;
  text-align: center;
}

.p-footer {
  background-color: #cdf0ff;
}

.p-footer_menufooter {
  padding-top: 30px;
}

.p-footer_menufooter .p-menulist {
  display: flex;
  justify-content: center;
}

.p-footer_menufooter .p-menulist_menuit a {
  position: relative;
  padding: 0 20px;
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625;
}

@media screen and (max-width: 570px) {
  .p-footer_menufooter .p-menulist_menuit a {
    padding: 0 13px;
  }
}

@media screen and (max-width: 323px) {
  .p-footer_menufooter .p-menulist_menuit a {
    top: 0;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.858;
  }
}

.p-footer_menufooter .p-menulist_menuit a::before {
  content: " ";
  position: absolute;
  top: 3px;
  left: 0;
  width: 1px;
  height: 17px;
  background: #000;
}

.p-footer_menufooter .p-menulist_menuit:last-child a::after {
  content: " ";
  position: absolute;
  top: 3px;
  right: 0;
  width: 1px;
  height: 17px;
  background: #000;
}

.p-footer_copyright {
  padding: 10px 0;
  text-align: center;
}

.p-footer_copyright span {
  color: #000;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.004em;
  line-height: 3;
}

.mobifixed {
  display: none;
}

@media screen and (max-width: 570px) {
  .mobifixed {
    display: block;
  }

  .mobifixed_click {
    display: flex;
    position: fixed;
    bottom: 0;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    opacity: 1;
    background: #fff100;
  }

  .mobifixed_click.hide {
    display: none !important;
  }

  .mobifixed_click:hover {
    opacity: 1 !important;
  }
}

.u-alg_center {
  text-align: center;
}

.u-flex {
  display: flex;
  justify-content: space-between;
}

.u-brsp {
  display: none;
}

@media screen and (max-width: 960px) {
  .u-brsp {
    display: block;
  }
}

@media screen and (max-width: 960px) {
  .u-brpc {
    display: none;
  }
}

.u-brmb {
  display: none;
}

@media screen and (max-width: 570px) {
  .u-brmb {
    display: block;
  }
}

@media screen and (max-width: 960px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}

@media screen and (max-width: 960px) {
  .u-sp {
    display: block;
  }
}

.u-mb {
  display: none;
}

@media screen and (max-width: 570px) {
  .u-mb {
    display: block;
  }
}
