@charset "utf-8";
/* CSS Document */
/* SP用スタイルシート */

.lpAssessment_tit,
.lpForm_tit,
.lpSecret_tit,
.lpSafety_tit,
.lpAchievement_tit {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
.lp_contents {
  font-feature-settings: 'palt';
}
/*IE用の記述*/
_:-ms-input-placeholder, :root .lp_contents {
  font-family: Meiryo, sans-serif;
}

/* ===================================
PHPバリデーションメッセージ
=================================== */
.error_list {
  text-align: left;
  display: inline-block;
  padding: 15px;
  margin-top: 30px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-weight: bold;
  background: #f8e4e4;
}

/* ===================================
#lpTop
=================================== */
.lpTop {
  margin-bottom: 40px;
  background: url(../img/sp/bg_top_01.png) no-repeat 0 0 / cover;
}
.lpTop_inner {
  position: relative;
  width: 100%;
  height: 136.2666vw;
  margin: 0 auto;
}
.lpTop_inner::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 32vw;
  height: 68.5333vw;
  background: url(../img/sp/bg_top_02.png) no-repeat 0 0 / 32vw auto;
}
.lpTop_tit {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.7);
}
.lpTop_tit img {
  width: 100%;
  height: auto;
}
.lpTop_btn {
  position: absolute;
  left: 4vw;
  bottom: 2.1333vw;
  z-index: 1;
}
.lpTop_btn img {
  width: 72.2666vw;
  height: auto;
}

/* ===================================
#lpAssessment
=================================== */
.lpAssessment {
}
.lpAssessment_box {
  margin: 0 15px 30px;
  box-sizing: border-box;
}
.lpAssessment_tit {
}
.lpAssessment_tit_inner {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 10px;
  background: #153E9D;
  color: #FFF;
  font-size: 22px;
  font-size: clamp(18px, 5.8666vw, 28px);
  font-weight: bold;
  line-height: 36px;
}
.lpAssessment_txt_01 {
  margin: 10px 0 0;
  color: #143E9D;
  font-size: 14px;
  font-size: clamp(12px, 3.7333vw, 14px);
  font-weight: bold;
  line-height: 1.5;
}


/* ===================================
#lpForm
=================================== */
.lpForm {
  position: relative;
  box-sizing: border-box;
  padding-bottom: 30px;
  background: #FFF;
  border: 10px solid #CF1515;
  border-top: none;
}
.lpForm_tit {
  padding: 10px 0 10px 60px;
  background: #CF1515;
}
.lpForm_tit img {
  width: 73.8666vw;
  max-width: 277px;
  height: auto;
}
.lpForm_tit::before {
  content: '';
  position: absolute;
  left: 0;
  top: -7px;
  display: block;
  width: 55px;
  height: 55px;
  background: url(../img/ico_form_01.png) no-repeat 0 0 / 55px auto;
}
.lpForm_txt {
  padding: 20px 0;
  text-align: center;
}
.lpForm_txt_01 {
  color: #333;
  font-size: 14px;
  font-size: clamp(12px, 3.7333vw, 14px);
  font-weight: bold;
  line-height: 1.6;
}
.lpForm_list {
  margin: 0 10px;
  border-top: 1px solid #E6E6E6;
}
.lpForm_list_tit,
.lpForm_list_item {
  font-weight: bold;
  color: #333;
}
.lpForm_list_tit {
  position: relative;
  padding: 15px 10px;
  font-size: 14px;
  line-height: 20px;
}
.lpForm_list_tit::before {
  content: '任意';
  width: 40px;
  text-align: center;
  font-size: 12px;
  border-radius: 3px;
  color: #FFF;
  background: #999;
  position: absolute;
  right: 0;
  top: 16px;
}
.lpForm_list_tit_req::before {
  content: '必須';
  background: #D83A3A;
}
.lpForm_list_item {
  box-sizing: border-box;
  padding: 0 10px 15px;
  border-bottom: 1px solid #E6E6E6;
  font-size: 13px;
}
.lpForm_list_etc {
  padding: 45px 0 75px;
  line-height: 1.8;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  border-bottom: 1px solid #E6E6E6;
  clear: both;
  position: relative;
  cursor: pointer;
}
.lpForm_list_etc:hover {
  opacity: 0.7;
}
.lpForm_list_etc::before,
.lpForm_list_etc::after {
  content: '';
  border: solid transparent;
  display: block;
  position: absolute;
  left: 50%;
}
.lpForm_list_etc::before {
  margin-left: -7px;
  border-width: 8px 7px 0;
  border-top-color: #333;
  bottom: 50px;
}
.lpForm_list_etc::after {
  margin-left: -5px;
  border-width: 6px 5px 0;
  border-top-color: #FFF;
  bottom: 52px;
}
.lpForm_list_etc_color {
  font-size: 20px;
  text-decoration: underline;
  color: #3F7992;
}
.lpForm_list_tit_note {
  display: inline-block;
  margin: -3px 0 0 5px;
  padding: 0 10px;
  border: 1px solid #D8D8D8;
  border-radius: 8px;
  line-height: 16px;
  font-size: 12px;
  vertical-align: middle;
}
.lpForm_list_txt {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.4;
}
.form_input,
.form_select,
.form_radio_label {
  width: 200px;
  height: 45px;
  margin: 0;
  padding: 0 12px;
  font-size: 16px;
  font-weight: bold;
  color: #1F1F1F;
  border: 1px solid #D8D8D8;
  border-radius: 3px;
  display: inline-block;
  box-sizing: border-box;
}
.form_textarea {
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 16px;
  font-weight: bold;
  color: #1F1F1F;
  border: 1px solid #D8D8D8;
  border-radius: 3px;
  display: inline-block;
  box-sizing: border-box;
}

.form_input::placeholder { color: #A9A9A9; }
.form_input_req {
  background: #FAFAF6;
}
.form_input_file_wrap {
  vertical-align: middle;
  display: table;
}
.form_input_file_inner {
  display: table-cell;
  vertical-align: middle;
}
.form_input_file {
  font-weight: bold;
  color: #3F7992;
  cursor: pointer;
}
.form_input_mini {
  width: 100px;
}
.form_input_full {
  width: 100%;
}
.form_input_big {
  height: 55px;
  font-size: 20px;
}
.form_radio {
  position: absolute;
  opacity: 0;
}
.form_radio_label {
  padding-left: 45px;
  line-height: 43px;
  cursor: pointer;
  position: relative;
}
.form_radio_label::before {
  content: '';
  width: 22px;
  height: 22px;
  margin-top: -11px;;
  border: 1px solid #D8D8D8;
  border-radius: 11px;
  display: block;
  box-sizing: border-box;
  box-shadow: 0 0 0 5px #FFF inset;
  position: absolute;
  left: 9px;
  top: 50%;
}
.form_radio:checked + .form_radio_label::before {
  background: #75A62D;
}
.form_input_surname {
  margin-right: 20px;
}
.form_input_tel {
  margin-bottom: 15px;
}
.lpForm_table {
  width: 100%;
  border-spacing: 0;
}
.lpForm_table th,
.lpForm_table td {
  padding: 0 0 5px;
  text-align: left;
  font-size: 13px;
}
.lpForm_table th {
  min-width: 60px;
}
.lpForm_table tr:last-child th,
.lpForm_table tr:last-child td {
  padding-bottom: 0;
}
.lpForm_table .form_input,
.lpForm_table .form_select {
  margin-bottom: 0;
}
.lpForm_list_contactBox li + li {
  margin-top: 5px;
}
.lpForm_list_contactBox .form_radio_label {
  width: 100%;
}
.lpForm_etc {
  display: none;
}
.lpForm_privacy {
  margin: 20px 10px;
  line-height: 1.4;
  text-align: center;
  font-size: 14px;
  font-size: clamp(12px, 3.7333vw, 14px);
  font-weight: bold;
}
.lpForm_privacy_link {
  color: #3F7992;
}
.lpForm_submit {
  position: relative;
  margin: 0 10px;
  background: #C30200;
  border-radius: 3px;
  z-index: 0;
}
.lpForm_submit:hover {
  opacity: 0.7;
}
.lpForm_submit::before,
.lpForm_submit::after {
  content: '';
  border: solid transparent;
  display: block;
  z-index: -1;
  position: absolute;
  top: 50%;
}
.lpForm_submit::before {
  margin-top: -7px;
  border-width: 7px 0 7px 8px;
  border-left-color: #FFF;
  right: 24px;
}
.lpForm_submit::after {
  margin-top: -5px;
  border-width: 5px 0 5px 6px;
  border-left-color: #C30200;
  right: 26px;
}
.lpForm_submit_btn {
  width: 100%;
  height: 70px;
  margin: 0;
  padding: 0;
  font-size: 20px;
  color: #FFF;
  font-weight: bold;
  border: none;
  background: transparent;
  cursor: pointer;
}

/* ===================================
#lpSecret
=================================== */
.lpSecret {
  position: relative;
  height: 100%;
  padding: 40px 0;
  background: #D5EDEE;
  z-index: 0;
}
.lpSecret::before {
  content: '';
  width: 100%;
  height: 100%;
  background: url(../img/sp/bg_secret_01.png) no-repeat center bottom / 100% auto;
  background-size: 100% auto;
  display: block;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.lpSecret_tit {
  box-sizing: border-box;
  margin: 0 15px;
}
.lpSecret_tit_inner {
  display: inline-block;
  padding: 8px 10px 6px;
  background: #153E9D;
  color: #FFF;
  font-size: 22px;
  font-size: clamp(18px, 5.8666vw, 28px);
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 1px;
}
.lpSecret_tit_inner_yellow {
  margin-bottom: 5px;
  background: #FF0;
  color: #143E9D;
}
.lpSecret_txt_01 {
  margin: 20px 15px 40px;
  color: #143E9D;
  font-size: 14px;
  font-size: clamp(12px, 3.7333vw, 14px);
  font-weight: bold;
  line-height: 1.5;
}
.lpSecret_box {
  box-sizing: border-box;
  margin: 0 10px;
  padding: 20px 0;
  background: #FFF;
}
.lpSecret_box_tit {
  position: relative;
  margin: 0 10px 15px 15px;
  padding: 0 0 0 40px;
  color: #133E9D;
  font-size: 22px;
  font-size: clamp(18px, 5.5vw, 22px);
  font-weight: bold;
  line-height: 34px;
}
.lpSecret_box_tit::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 34px;
  height: 34px;
  background: #133E9D;
  border-radius: 17px;
  color: #FFF;
  text-align: center;
  line-height: 34px;
}
.lpSecret_box_tit_01::before { content: '1'; }
.lpSecret_box_tit_02::before { content: '2'; }
.lpSecret_box_tit_03::before { content: '3'; }
.lpSecret_box_item + .lpSecret_box_tit {
  margin-top: 30px;
}
.lpSecret_box_txt {
  position: relative;
  margin: 0 15px;
  color: #133E9D;
  font-size: 14px;
  font-size: clamp(12px, 3.7333vw, 14px);
  font-weight: bold;
}
.lpSecret_box_txt_02,
.lpSecret_box_txt_03 {
  padding-bottom: 110px;
}
.lpSecret_box_txt_02::before,
.lpSecret_box_txt_03::before {
  content: '';
  width: 100%;
  height: 94px;
  background: no-repeat center center/ 100% auto;
  position: absolute;
  left: 0;
  bottom: 0;
}
.lpSecret_box_txt_02::before { background-image: url(../img/img_secret_01.jpg); }
.lpSecret_box_txt_03::before { background-image: url(../img/img_secret_02.jpg); }

.lpSecret_box_txt_sup {
  font-size: 12px;
  vertical-align: top;
}
.lpSecret_box_condition {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  padding: 45px 2vw 15px;
  background: #CCC;
}
.lpSecret_box_condition_tit {
  position: absolute;
  left: 0;
  top: 10px;
  display: inline-block;
  padding: 2px 5px;
  background: #FF0;
  border-bottom: 1px solid #153E9D;
  color: #153E9D;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
}
.lpSecret_box_condition_item {
  width: 24%;
  height: 36px;
  padding: 16.5vw 0 0 0;
  background: #FFF no-repeat 0 0 / 100% auto;
  color: #143E9D;
  font-size: 11px;
  font-weight: bold;
  line-height: 14px;
  text-align: center;
}
.lpSecret_box_condition_item_03 {
  line-height: 28px;
}
.lpSecret_box_condition_item_01 { background-image: url(../img/img_secret_condition_01.jpg); }
.lpSecret_box_condition_item_02 { background-image: url(../img/img_secret_condition_02.jpg); }
.lpSecret_box_condition_item_03 { background-image: url(../img/img_secret_condition_03.jpg); }
.lpSecret_box_condition_item_04 { background-image: url(../img/img_secret_condition_04.jpg); }

.lpSecret_box_condition_item_sup {
  display: inline-block;
  transform: scale(0.7);
  line-height: 1;
  vertical-align: top;
}
.lpSecret_box_terms {
  margin: 25px 0;
}
.lpSecret_box_terms_tit {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  height: 30px;
  margin:  0 0 15px;
  padding: 5px 25px 0 10px;
  background: #E4E9F5;
  color: #153E9D;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
}
.lpSecret_box_terms_tit::before {
  content: '';
  display: block;
  position: absolute;
  border: solid;
  border-color: #FFF transparent;
  border-width: 15px 15px;
  right: -15px;
  top: 0;
}
.lpSecret_box_terms_tit_small {
  margin-right: 5px;
  font-size: 12px;
}
.lpSecret_box_terms_name {
  margin: 0 10px 5px;
  color: #133E9D;
  font-size: 15px;
  font-weight: bold;
}
.lpSecret_box_terms_name_small {
  font-size: 14px;
}
.lpSecret_box_terms_item {
  margin: 0 10px 20px;
  color: #133E9D;
  font-size: 14px;
  font-size: clamp(12px, 3.4666vw, 13px);
  line-height: 1.4;
}
.lpSecret_box_terms_item_small {
  font-size: 11px;
}

/* ===================================
#lpSafety
=================================== */
.lpSafety {
  padding: 20px 0 30px;
  background: #143E9D;
  text-align: center;
}
.lpSafety_tit {
  display: inline-block;
  margin: 0 0 20px;
  padding: 0 10px;
  border-bottom: 1px solid #FFF;
  color: #FFF;
  font-size: 24px;
  font-size: clamp(20px, 6.4vw, 24px);
  font-weight: bold;
  line-height: 1.1;
}
.lpSafety_list {
}
.lpSafety_list_item {
  display: inline-block;
  height: 30px;
  margin: 0 0 10px;
  padding: 3px 10px;
  background: #FF0;
  color: #133E9D;
  font-size: 24px;
  font-size: clamp(20px, 6.4vw, 24px);
  font-weight: bold;
  line-height: 30px;
}
.lpSafety_list_item_sup {
  font-size: 10px;
  vertical-align: top;
}
.lpSafety_terms {
  margin: 30px 0 0;
  text-align: left;
  color: #FFF;
  position: relative;
  box-sizing: border-box;
}
.lpSafety_terms_txt_01 {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  height: 30px;
  margin:  0 0 15px;
  padding: 5px 15px 0;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
}
.lpSafety_terms_txt_01::before,
.lpSafety_terms_txt_01::after {
  content: '';
  position: absolute;
  top: 4px;
  right: -10px;
  display: block;
  width: 19px;
  height: 19px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  transform: rotate(45deg);
}
.lpSafety_terms_txt_01_small {
  margin-right: 5px;
  font-size: 10px;
  vertical-align: middle;
}
.lpSafety_terms_txt_02 {
  margin: 0 15px 5px;
  font-size: 15px;
  font-weight: bold;
}
.lpSafety_terms_txt_02_small {
  font-size: 14px;
}
.lpSafety_terms_txt_03 {
  margin: 0 15px;
  font-size: 14px;
  font-size: clamp(12px, 3.4666vw, 13px);
  line-height: 1.4;
}

/* ===================================
#lpAchievement
=================================== */
.lpAchievement {
  margin: 40px 15px;
}
.lpAchievement_tit {
  width: 110px;
  margin: 0 auto 40px;
  padding: 3px 5px;
  background: #153E9D;
  color: #FFF;
  font-size: 22px;
  font-size: clamp(18px, 5.8666vw, 22px);
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  letter-spacing: 2px;
}
.lpAchievement_list {
}
.lpAchievement_item {
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 15px;
  background: #153E9D;
}
.lpAchievement_item::before {
  content: '';
  display: block;
  width: 49.3333vw;
  height: 34.6666vw;
  background: no-repeat 0 0 / 100% auto;
}
.lpAchievement_item_01::before { background-image: url(../img/img_achievement_pic_01.jpg); }
.lpAchievement_item_02::before { background-image: url(../img/img_achievement_pic_02.jpg); }
.lpAchievement_item_03::before { background-image: url(../img/img_achievement_pic_03.jpg); }
.lpAchievement_item_name {
  display: block;
  box-sizing: border-box;
  width: 80px;
  height: 30px;
  margin: 15px 0 0 15px;
  padding: 5px 0;
  background: #FFF;
  color: #143E9D;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 20px;
}
.lpAchievement_item_notice {
  position: absolute;
  right: -10px;
  top: -10px;
  display: block;
  width: 46.4vw;
  height: 34.6666vw;
}
.lpAchievement_item_notice img {
  width: 100%;
  height: auto;
}
.lpAchievement_item_list {
  margin: -30px 0 0 105px;
  overflow: hidden;
}
.lpAchievement_item_list_tit {
  width: 3.5em;
  float: left;
}
.lpAchievement_item_list_tit,
.lpAchievement_item_list_item {
  color: #FFF;
  font-size: 14px;
  font-size: clamp(12px, 3.7333vw, 14px);
  line-height: 1.5;
}
.lpAchievement_item_list_item::before {
  content: '：';
  margin-right: 0.5em;
}
.lpAchievement_item_txt {
  margin: 13px 0 18px;
  text-align: center;
}
.lpAchievement_item_txt img {
  width: auto;
  height: 50px;
}
.lpAchievement_item_comment {
  box-sizing: border-box;
  margin: 0 15px;
  padding: 24px 15px 20px 75px;
  background: #FFF url(../img/ico_achievement_01.png) no-repeat 16px 25px / 46px 58px;
  border-radius: 5px;
  color: #133E9D;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.5;
}

/* ===================================
#lpBnr01, #lpBnr02
=================================== */
.lpBnr {
  position: relative;
  background: url(../img/sp/bg_top_01.png) no-repeat 0 0 / cover;
}
.lpBnr_txt {
  position: relative;
  margin: 0 15px;
  z-index: 0;
}
.lpBnr_txt img {
  width: 100%;
  height: auto;
}
.lpBnr_txt::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: -1;
}

/* ===================================
共通のフッターバナー消して、LP用フッターバナー設置
=================================== */
body {
  padding-bottom: 0;
}
#foot .inner {
  display: none;
}
.contactBoxSP {
  display: none;
}
#lpSpBnr {
  position: fixed;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: .5s;
  z-index: 9998;
}
#lpSpBnr.active{
  opacity: 1;
  visibility: visible;
}
#lpSpBnr.absolute{
  position: absolute;
  bottom: 2vw;
  transition: 0s;
}
#lpSpBnr img {
  width: 100%;
  min-width: 300px;
}
