@charset "UTF-8";
/*-------------------------------------
00 additional reset
--------------------------------------*/
button {
	background: none;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
/*-------------------------------------
00 setup break point 640
--------------------------------------*/
/* html{

} */
*, *::before, *::after{
box-sizing: border-box;
}
body {
	color: #000;
  font-family: Arial, "ヒラギノ角ゴ Pro", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Osaka, " ＭＳ Ｐゴシック", MS PGothic, "sans-serif";
  background: #f0f3f6;
  overflow-x: hidden;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none;
}
/* a:link {

} */
/* a:hover,
a:active,
a:focus {
  color: #;
} */
p {
  line-height: 1.75;
}

/*-------------------------------------
00 layout
--------------------------------------*/
.catch, .brand, .kv, .catch2, .footer {
  width: 100%;
}
.discount, .renew, .feature, .flow, .works, .faq, .company, .cta {
  width: 100%;
  padding: 50px 20px;
}
.discount_inner, .catch_inner, .brand_inner, .kv_inner, .catch2_inner, .renew_inner, .feature_inner, .flow_inner, .works_inner, .faq_inner, .company_inner, .cta_inner, .footer_inner {
  width: 1100px;
  margin: 0 auto;
  text-align: center;
}
.bg_blue{
  background-color: #e5e5e5;
}
.bg_gray{
  background-color: #f0f3f6;
}

/*-------------------------------------
header
--------------------------------------*/
.catch {
  background: #e12f2f;
}
.catch_inner {
  height: 20px;
  color: #fff;
  font-size: 10px;
  font-size: .625rem;
  text-align: left;
  display: flex;
  align-items: center;
}
.brand {
  background: #fff;
  height: 60px;
  display: flex;
  align-items: center;
}
.brand_inner {
  text-align: left;
}
.brand_inner > img {
  width: 400px;
  height: auto;
}
.kv {
  background: url(../img/bg1.png) no-repeat center top;
  height: 530px;
  background-size: cover;
}
.kv_inner {
  display: flex;
  align-items: flex-start;
}
.kv .main, .kv .main img {
  width: 723px;
}
.main {
  padding-top: 20px;
}
/*---- form ----*/
.t_form {
  background: rgba(255, 255, 255, .8);
  margin-top: 12px;
  padding: 15px 40px;
  width: 376px;

}
/* .t_form input,
.t_form button,
.t_form textarea { */
    /* デフォルトスタイルをリセット */
    /* -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; 
}*/
.t_form input {   /* フォーカス時のアウトラインを消す */
outline: 0;
}
.t_form > h2 {
  font-family: "新ゴ B" , "メイリオ" , Meiryo , "ヒラギノ角ゴPro" , "Hiragino Kaku Gothic Pro" , "ＭＳ Ｐゴシック" , sans-serif;
  font-size: 25px;
  font-size: 1.563rem;
  margin-bottom: 10px;
  padding-bottom: 0;
}
.form_contents {
  text-align: left;
}
.form_item {
  display: flex;
  flex-direction: column;
  margin-top: 5px;
}

.t_form_label {
  font-weight: bold;
  margin-bottom: 2px;
  margin-top: 3px;

}
.t_form_input {
  border: 1px solid #b3b3b3;
  padding: 3px 5px 2px;
  border-radius: 3px;
  font-size: 15px;
}


.t_form_input::placeholder {
  font-size: 16px;
  color: #999;
  line-height: 1;
}
.form_item_radio {
  display: flex;
  justify-content: space-between;
  margin-top: 4px;
  align-items: flex-start;

}
.t_form_radio{
  border-radius: 5px;
}  
.form_item_radio label {
  line-height: 1.5;
}
.label_required {
  background: #ff6400;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  padding: 3px 3px 2px;
  margin-left: 5px;
  border-radius: 3px;
  font-weight: normal;
}
.label_optional {
  background: #808080;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  padding: 3px 3px 2px;
  margin-left: 5px;
  border-radius: 3px;
  font-weight: normal;
}
button.t_form_btn {
  cursor: pointer;
  margin: 0;
  padding: 0;
  filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.3));
}
.t_form_catch {
  text-align: center;
  font-weight: bold;
  margin-bottom: -2px;
  margin-top: 5px;
}
/*-------------- form EFO用 -----------------*/
.t_form_label .ok_span {
	display: none;
	margin-left: 12px;
	padding: 3px 5px 2px;
	font-size: 12px;
	color: white;
	background: red;
	border-radius: 4px;
}
.t_form_label  .ok_span.ok {
	display: inline-block;
}
.form_item.radio {
	flex-direction: row;
}
.form_item.radio .t_form_label {
	width: 105px;
}
.form_item.radio .t_form_label .ok_span {
	display: none;
	margin-left: 0;
}
.form_item.radio .t_form_label .ok_span.ok {
	display: inline-block;
}
/*-------------------------------*/
  /*入力する箇所を赤色で枠囲みし、イフェクトを入れる*/


  .t_form input.focusBox {
    background-color: #ffdddd;
    border: 1px #ff3344 solid;
    animation: focusItem 1.2s linear infinite;
}
.t_form .t_form_radio.focusBox {
  background-color: #ffdddd;
  border: 1px #ff3344 solid;
  animation: focusItem 1.2s linear infinite;
}


@keyframes focusItem {
    0% { box-shadow: 0 0 0 1px #f34, 0 0 0 1px #fff, 0 0 0 2px #FF5E28}
    100% {box-shadow: 0 0 0 1px #f34, 0 0 0 8px rgba(255, 255, 255, 0), 0 0 0 10px rgba(100, 37, 16, 0) }
}
@-moz-keyframes focusItem {
    0% {box-shadow: 0 0 0 1px #f34, 0 0 0 1px #fff, 0 0 0 2px #FF5E28}
    100% {box-shadow: 0 0 0 1px #f34, 0 0 0 8px rgba(255, 255, 255, 0), 0 0 0 10px rgba(100, 37, 16, 0) }
}

@-webkit-keyframes focusItem {
    0% {box-shadow: 0 0 0 1px #f34, 0 0 0 1px #fff, 0 0 0 2px #FF5E28}
    100% {box-shadow: 0 0 0 1px #f34, 0 0 0 8px rgba(255, 255, 255, 0), 0 0 0 10px rgba(100, 37, 16, 0)}
}

@-o-keyframes focusItem {
    0% {box-shadow: 0 0 0 1px #f34, 0 0 0 1px #fff, 0 0 0 2px #FF5E28}
    100% {box-shadow: 0 0 0 1px #f34, 0 0 0 8px rgba(255, 255, 255, 0), 0 0 0 10px rgba(100, 37, 16, 0)}
}











/*---- catch ----*/



.catch2 {
  padding: 14px 8px 9px;
  background: #e12f2f;
  min-height: 50px;
  /* display: flex;
  align-items: center; */
}
.catch2_inner {
  text-align: center;
  color: #fff;
  font-family: "新ゴ B" , "メイリオ" , Meiryo , "ヒラギノ角ゴPro" , "Hiragino Kaku Gothic Pro" , "ＭＳ Ｐゴシック" , sans-serif;
  font-size: 28px;
  font-weight: 600;

}

/*-------------------------------------
discount
--------------------------------------*/
.discount_inner {

}
.discount_title{
  font-size: 2.5rem;
  line-height: 1.3;
  font-family: "新ゴ B" , "メイリオ" , Meiryo , "ヒラギノ角ゴPro" , "Hiragino Kaku Gothic Pro" , "ＭＳ Ｐゴシック" , sans-serif;
  
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: .7em;
}
.discount_title2{
  font-size: 28px;
  line-height: 1.3;
  font-family: "新ゴ B" , "メイリオ" , Meiryo , "ヒラギノ角ゴPro" , "Hiragino Kaku Gothic Pro" , "ＭＳ Ｐゴシック" , sans-serif;
  
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: .7em;
}
.marker {
  background-image: linear-gradient(to top, rgba(252,238,33,.6) 30%, transparent 30%);
  display: inline-block;
  padding-bottom: 0;
  margin-bottom: 0;
  background-position: left 0 bottom 10px;
}
.red {
  color: #e50012;
}
.w22 {
  width: 25%;
}
.w26 {
  width: 25%;
}
.discount_table {
  width: 900px;
  margin: 0 auto;
  color: #fff;
  border: 1px solid #ccc;
}
.discount_table th{
  background: #f2f2f2;
  font-size: 20px;
  color: #000;
  /* height: 71px; */
  vertical-align: middle;
  text-align: left;
  padding: 22px;
    border: 1px solid #ccc;
}
.discount_table td{
  border: 1px solid #ccc;
  vertical-align: middle;
  padding: 20px;
  font-size: 20px;
  font-family: "ヒラギノ角ゴ Pro", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Osaka, " ＭＳ Ｐゴシック", MS PGothic, "sans-serif";
}
.discount_table td img{
  max-width: 100%;
}
.discount_table td span{
  font-size: 1.25em;
}
.disc_percent {
  background: #fffccc;
  color: #ed1c24;
  font-size: 20px;
  font-weight: bold;
}
.red1{
  color: #f15a24;
}
.red2{
  color: #ef3b24;
}
.red3{
  color: #ed1c24;
}
.discount_table td.disc_percent span {
  font-size: 2em;
}
.bg_white {
  background-color: #fff;
}
.bg_blue2 {
  background-color: #fff;
}
.bg_blue3 {
  background-color: #e12f2f;
}

/*-------------------------------------
renew
--------------------------------------*/
.renew_inner {
  background: #fff;
  padding: 30px 50px;
}
.renew_title {
  margin-bottom: 40px;
}
.renew_box_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.renew_box {
  width: 47%;
  border: 5px solid #e12f2f;
  background: #f0f3f6;
  border-radius: 4px;
  margin-bottom: 30px;
  position: relative;
}
.renew_icon {
  position: absolute;
  width: 69px;
  height: 69px;
  top: 2px;
  left: 0px;
}
.renew_box_title {
  height: 74px;
  color: #fff;
  font-family: "新ゴ B" , "メイリオ" , Meiryo , "ヒラギノ角ゴPro" , "Hiragino Kaku Gothic Pro" , "ＭＳ Ｐゴシック" , sans-serif;
  font-size: 30px;
  background: #e12f2f;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 55px;
}
.renew_box_txt {
  height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.renew_box_txt > p {
  text-align: left;
  padding: 22px 30px 0;
}
.renew_success {
  margin: 0 10px 10px;
}

/*-------------------------------------
company
--------------------------------------*/
.feature_title {
  margin-bottom: 30px;
}
.feature_img {
  width: 830px;
  margin: 0 auto 20px;
}
.feature_box {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #40a3de;
  padding-top: 20px;
  padding-bottom: 20px;
}
.feature_box:last-child {
border-bottom: none;
}
.feature_no {
  width: 77px;
  height: 77px;
}
.feature_box > p {
  width: 704px;
  font-size: 21px;
  padding-right: 1em;
  padding-left: 1em;
  text-align: left;
}
.feature_box > figure {
  width: 310px;

}
.with_border {
  border: 5px solid #fff;
}

/*-------------------------------------
cta
--------------------------------------*/
.cta {
  background: #af1515;
  padding-top: 15px;
  padding-bottom: 15px;
  height: 290px;
}
.cta_inner {
  display: flex;
}
.cta_txt {
  width: 408px;
  height: 260px;
}
.cta_btn_wrap {
  width: 692px;
}
.cta_btn_wrap > p {
  font-size: 30px;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

/*-------------------------------------
flow
--------------------------------------*/
.flow_title {
  margin-bottom: 30px;
}
.flow_box_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flow_box {
  width: 520px;
  background: #fff;
  padding: 11px;
  margin-bottom: 40px;
}
.flow_images {
  width: 498px;
  height: 238px;
}
.flow_box_title {
  font-size: 26px;
  font-family: "新ゴ B" , "メイリオ" , Meiryo , "ヒラギノ角ゴPro" , "Hiragino Kaku Gothic Pro" , "ＭＳ Ｐゴシック" , sans-serif;
  font-weight: bold;
  position: relative;
  margin-top: 11px;
  height: 57px;
  line-height: 57px;
}
.flow_box_title .flow_box_number {
  width: 105px;
  height: 57px;
  position: absolute;
  top: 0;
  left: -11px;
}
.flow_box > p {
  padding: 15px 10px;
  text-align: left;
}
/*-------------------------------------
works
--------------------------------------*/
.works {
  padding-bottom: 30px;
}
.works_title {
  background-color: #e12f2f;
  background-image: url(../img/05_works_ttl_left.svg), url(../img/05_works_ttl_right.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: left 50px bottom -11px, right 50px bottom -11px;
  height: 60px;
  border-radius: 30px;
  width: 1100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  margin-top: 20px;
}
.summary {
  font-size: 20px;
  margin-bottom: 20px;
}
.works_title > img {
  width: 384px;
  height: 38px;
}
.works_wrap {
  width: 760px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.works_wrap .work_box {
  width: 49%;
  margin-bottom: 12px;

}

.work_box figcaption {
  margin-top: 12px;
  line-height: 1.5;
  text-align: left;
  font-size: 24px;
  font-weight: bold;
}




/*-------------------------------------
faq
--------------------------------------*/
.faq_title {
  background-color: #e12f2f;
  background-image: url(../img/05_works_ttl_left.svg), url(../img/05_works_ttl_right.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: left 50px bottom -11px, right 50px bottom -11px;
  height: 60px;
  border-radius: 30px;
  width: 1100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;

}
.faq_title > img {
  width: 271px;
  height: 40px;
}
.faq_box {
  background: #fff;
  border-radius: 14px;
  padding: 10px 15px;
  margin-bottom: 20px;

}
.faq_box > h2 {
  font-size: 26px;
  color: #e12f2f;
  border-bottom: 4px dotted #e6e6e6;
  min-height: 90px;
  padding: 6px 0 6px 20px;
  display: flex;
  align-items: center;
  position: relative;
  line-height: 1.3;
}
.faq_box > h2::before {
  position: absolute;
  content: '';
  background: url(../img/06_faq_q.svg);
  width: 97px;
  height: 81px;
  top: 0;
  left: 0;
}
.faq_box > p {
  font-size: 24px;
  line-height: 1.5;
  padding: 10px 0 6px 20px;
  text-align: left;
  position: relative;
  min-height: 96px;
  display: flex;
  align-items: center;
  position: relative;
}
.faq_box > p::before {
  position: absolute;
  content: '';
  background: url(../img/06_faq_a.svg);
  width: 97px;
  height: 81px;
  top: 10px;
  left: 55px;
}

/*-------------------------------------
company
--------------------------------------*/
.company_inner {
  width: 780px;
}
.company_title, .company_table {
  width: 100%;

}
.company_title {
  background: #e12f2f;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  margin: 20px auto 5px;
  padding: 4px;
}
.company_table th,
.company_table td {
  font-size: 17px;
  background-color: #fff;
  padding: .5em .8em;
  border: 1px solid #781717;
}
.company_table th {
  width: 15%;
  font-weight: normal;

}

.company_table td {
  width: 85%;
  text-align: left;
  line-height: 1.75;
}
/*-------------------------------------
footer
--------------------------------------*/
.footer_inner {
  color: #fff;
  font-size: 14px;
  padding: 20px 10px;
}
.footer.with_float {
  padding-bottom: 20px;
}
@media screen and (max-width: 640px) {       /*スマホでの指定*/
  .footer.with_float {
    padding-bottom: 56px;
  }
}
/*-------------------------------------
form.html
--------------------------------------*/
/*---- form ----*/

.p_form {
  width: 100%;
  padding: 60px 30px;
}
.p_form_inner {
  width: 800px;/*764px;*/
  margin: 0 auto;
}
.p_form_title {
  width: 275px;
  margin: 0 auto 50px;
}

/* .p_form_contents {
  text-align: left;
} */
.p_form_item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 30px;
  min-height: 50px;
}
.p_form_item > label,
.p_form_item > .p_form_label {
  display: flex;
  width: 289px;/*253px;*/
  font-size: 20px;
  height: 50px;
  justify-content: flex-end;
  align-items: flex-end;
  border-bottom: 2px solid #89dcff;
  padding-bottom: 13px;
  padding-right: 10px;
}
.p_form_item > input,
.p_form_item > textarea {
  width: 500px;
  padding: 15px;
  font-size: 20px;
}
.p_radio_wrap {
  width: 500px;
  display: flex;
  align-items: center;
}
.p_radio_wrap > label {
  margin-right: 1em;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  display: inline-flex;
  align-items: center;
}
.p_form input[type=radio] {
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-bottom: 4px;
}

.p_form_item > input::placeholder,
.p_form_item > textarea::placeholder {
  font-size: 20px;
}
.p_form_label {
  font-weight: bold;
  margin-bottom: 2px;
  margin-top: 3px;
  display: flex;
  align-items: center;
}
.p_form_input {
  border: 1px solid #b3b3b3;
  padding: 6px 5px 4px;
  border-radius: 3px;
}
.p_form_input::placeholder,
.p_form_textarea::placeholder {
  font-size: 16px;
  color: #999;
  line-height: 1;
}
.p_form_textarea::placeholder {
  line-height: 1;
}

.p_form_textarea {
  border: 1px solid #b3b3b3;
  padding: 6px 5px 4px;
  border-radius: 3px;
  height: 140px;
  line-height: 1.5;
}
.p_form .label_required {
  background: #ff6400;
  color: #fff;
  font-size: 15px;
  display: inline-block;
  padding: 3px 3px 2px;
  margin-left: 10px;
  border-radius: 3px;
  font-weight: normal;
}
.p_form .label_optional {
  background: #808080;
  color: #fff;
  font-size: 15px;
  display: inline-block;
  padding: 3px 3px 2px;
  margin-left: 10px;
  border-radius: 3px;
  font-weight: normal;
}
/* button.p_form_btn {
  width: 349px;
  height: 100px;
  cursor: pointer;
  background: #0c6ac4;
  border: 5px solid #fff;
  margin: 0;
  padding: 0;
  box-shadow: 0 0 8px rgba(5, 154, 229, .81);
  color: #fff;
  font-size: 35px;
  font-family: "新ゴ B" , "メイリオ" , Meiryo , "ヒラギノ角ゴPro" , "Hiragino Kaku Gothic Pro" , "ＭＳ Ｐゴシック" , sans-serif;
  border-radius: 30px;
  text-shadow: 0 0 6px rgba(4, 26, 104, .8);
} */

.p_form_btn {
  display: block;
  margin: 50px auto 30px;
}
.p_form_btn:hover {
  cursor: pointer;
  opacity: .7;
}

/*-------------- form EFO用 -----------------*/
/* .p_form_item > .p_form_label {
	width: 273px;
} */
.p_form_item > input,
.p_form_item > .p_radio_wrap,
.p_form_item > textarea {
	width: 480px;
}
.p_radio_wrap > label {
	margin-right: 10px;
}
.p_form_label .ok_span {
	display: none;
	margin-left: 12px;
	padding: 3px 5px 2px;
	font-size: 15px;
	color: white;
	background: red;
	border-radius: 4px;
}
.p_form_label .ok_span.ok {
	display: inline-block;
}

.p_form_item.radio .p_form_label .ok_span {
	display: none;
	margin-left: 12px;
}
.p_form_item.radio .p_form_label .ok_span.ok {
	display: inline-block;
}
@media screen and (max-width: 640px) {       /*スマホでの指定*/
  .p_form_label .ok_span {
    font-size: 13px;
  }
}
/*-------------------------------------
float menu
--------------------------------------*/
body {
  position: relative;
}
#floatmenu {
  width: 100%;
  min-width: 1100px;
  background: rgba(29,29,53,.85);
  height: 90px;
  position: fixed;
  bottom: 0;
  bottom: -90px;
  z-index: 999;
}
.float_inner {
  width: 1064px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.float_left, .float_right {
  width: 50%;
}
.float_left {

  font-size: 25px;
  font-family: "新ゴ B" , "メイリオ" , Meiryo , "ヒラギノ角ゴPro" , "Hiragino Kaku Gothic Pro" , "ＭＳ Ｐゴシック" , sans-serif;
  color: #fff;
  padding: 15px 100px 0 77px;
  text-align: center;
  position: relative;
  height: 90px;
}
.float_left:before {
  position: absolute;
  content: '';
  background-image: url(../img/10_float_man.svg);
  width: 50px;
  height: 66px;
  left: 0;
  bottom: 0;
}
.float_left:after {
  position: absolute;
  content: '';
  background-image: url(../img/10_float_arw.svg);
  width: 67px;
  height: 24px;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.float_left img {
  width: 210px;

}
.float_left p {
  line-height: 1;
}
.float_right {
  text-align: right;

}
.float_right img {
  height: 81px;
margin-top: 4px;
}
.float_right a {
  opacity: 1;
}
.float_right a:hover {
  opacity: .8;
}
#floatmenu2 {
  width: 186px;
  height: 84px;
  position: fixed;
  bottom: 0;
  right: 0;
  bottom: -84px;
  z-index: 999;
  text-align: center;
  padding: 0;
  margin: 0;
}
#floatmenu2 a{
  margin: 0;
  padding: 0;
}
#floatmenu2 img {
  width: 186px;
  height: 84px;
}
/*-------------------------------------
common parts
--------------------------------------*/
.smaller {
  font-size: .8em;
}
.larger {
  font-size: 1.2em;
}
.tac {
  text-align: center;
}
.fwb {
  font-weight: bold;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
/*-------------------------------------
responsive
--------------------------------------*/
@media screen and (min-width: 641px) {       /*PCの指定*/
  .pc_only {
    display: block;
  }
  .pc_only_inline {
    display: inline-block;
  }
  .sp_only {
    display: none;
  }
  }
@media screen and (max-width: 640px) {       /*スマホでの指定*/
.pc_only {
  display: none;
}
.pc_only_inline {
  display: none;
}
.sp_only {
  display: block;
}
/*-------------------------------------
00 layout sp
--------------------------------------*/
.discount, .renew, .feature, .flow, .works, .faq, .company, .cta {
  padding: 16px 8px;
}
.catch_inner, .brand_inner, .kv_inner, .catch2_inner, .discount_inner, .renew_inner, .feature_inner, .flow_inner, .works_inner, .faq_inner, .company_inner, .cta_inner, .footer_inner {
  width: 100%;
}
/*-------------------------------------
header sp
--------------------------------------*/
.catch_inner {
  height: auto;
  padding: 4px 8px;
  line-height: 1.1;
  font-size: 12px;
}
.brand {
  padding: 2px 2px 4px;
  height: 28px;
}
.brand_inner > img {
  width: auto;
  height: 20px;
}
.kv {
  height: auto;
  /* background-position: left 30% top 20%; */
}
.kv_inner {
  flex-direction: column;
}
.kv .main, .kv .main img {
  width: 100%;
  text-align: center;
}
.kv .main {
  padding: 20px 8px 4px;
  min-height: 0%;
}
/*---- form sp ----*/
.t_form {
  width: calc(100% - 20px);
  margin: 10px;
  padding: 16px 8px 8px;
}
.t_form > h2 {
  font-size: 22px;
}
.form_item_radio {
  flex-direction: column;
}
/* .t_form_radio {
  display: flex;
} */
.t_form_radio label {
  line-height: 30px;
}
.t_form_input::placeholder {
  font-size: 14px;
  line-height: 1.2;
}
button.t_form_btn {
  max-width: 322px;
  margin: 0 auto;
}
/*---- catch sp ----*/

.catch2 {
  height: auto;
padding: 16px;

}
.catch2_inner {
  font-size: 20px;
  line-height: 1.3;
  text-align: center
}
/*-------------------------------------
Points
--------------------------------------*/

.discount_title{
  font-size: 28px;
}
.blue-square-container {
  text-align: center;
}

.discount_table {
  width: 500px;
  margin-bottom: 15px;
}
.scroll {
  overflow: auto;　　　　/*tableをスクロールさせる*/
white-space: nowrap;
}
.scroll::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
  height: 10px;
  }
  .scroll::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
  background: #F1F1F1;
  }
  .scroll::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
  background: #BCBCBC;
  }

.discount_table th{
  font-size: 16px;
  padding: 8px;
}
.discount_table td{
  padding: 8px;
  font-size: 16px;
}
.discount_table td span{
  font-size: 1.5em;
}
.disc_percent {
  font-size: 16px;
}
.disc_percent span {
  font-size: 1.5em;
}
.bg_blue1 {
  background-color: #0e81c1;
}
.bg_blue2 {
  background-color: #0c6ac4;
}
.bg_blue3 {
  background-color: #e12f2f;
	text-align: left
}
/*-------------------------------------
renew sp
--------------------------------------*/
.renew_inner {
  padding: 8px;
}
.renew_title {
  margin-bottom: 20px;
}
.renew_box {
  width: 100%;
  margin-bottom: 10px;
}
.renew_box_title {
  font-size: 20px;
  line-height: 1.3;
}
.renew_box_txt {
  height: auto;
}
.renew_box_txt > p {
  padding: 16px;
}
/*-------------------------------------
feature sp
--------------------------------------*/
.feature_title {
  margin-bottom: 16px;
}
.feature_img {

  width: calc(100% - 16px);
  margin: 0 auto 20px;
}
.feature_box {
  flex-direction: column;
}
.feature_no {
  width: 44px;
  height: 44px;
}
.feature_box > p {
  width: 100%;
  font-size: 18px;
  padding: 1em;
}
.feature_box > figure {
  width: 100%;
  min-height: 0%;
}

/*-------------------------------------
cta sp
--------------------------------------*/
.cta {
  padding-top: 5px;
  height: auto;
}
.cta_inner {
  flex-direction: column;

}
.cta_txt {
  width: 100%;
  height: auto;
  min-height: 0%;
}
.cta_btn_wrap {
  width: 100%;
  min-height: 0%;
}
.cta_btn_wrap > p {
  font-size: 20px;
}
/*-------------------------------------
flow sp
--------------------------------------*/
.flow_title {
  margin-bottom: 16px;
}
.flow_box {
  width: 100%;
  margin-bottom: 16px;
}
.flow_box:last-child {
margin-bottom: 0;
}
.flow_images {
  width: 100%;
  height: auto;
}
.flow_box_title {
  font-size: 21px;
  height: 40px;
  line-height: 40px;
  text-align: left;
  padding-left: 50px;
}
.flow_box_title .flow_box_number {
  width: 60px;
  height: auto;
  left: -23px;
}
.flow_box > p {
  padding: 10px;
}
/*-------------------------------------
works sp
--------------------------------------*/
.works {
  padding-bottom: 16px;
}
.works_title {
  width: 100%;
  background-position: left -150px bottom -11px, right -150px bottom -11px;
  overflow: hidden;
  margin-bottom: 16px;
  margin-top: 0px;
}
.summary {
  font-size: 16px;
}
.works_title > img {
  width: auto;
  height: 22px;
}
.works_wrap {
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.works_wrap .work_box {
  width: 49%;
  margin-bottom: 8px;
  margin-right: 0;
}
.work_box figcaption {
  font-size: 20px;
  margin-top: 8px;
  margin-bottom: 12px;
}
/*-------------------------------------
faq sp
--------------------------------------*/
.faq_title {
  width: 100%;
  background-position: left -150px bottom -11px, right -150px bottom -11px;
  overflow: hidden;
  margin-bottom: 16px;
  margin-top: 0px;
}
.faq_title > img {
  width: auto;
  height: 22px;
}
.faq_box > h2 {
  font-size: 18px;
  min-height: 90px;
padding-left: 70px;
text-align: left;
}
.faq_box > h2::before {
  top: 14px;
  width: 60px;
  height: 50px;
}
.faq_box > p {
  font-size: 16px;
  padding-left: 70px;
  min-height: 90px;
}
.faq_box > p::before {
  width: 60px;
  height: 50px;
  top: 16px;
  left: 0;
}

/*-------------------------------------
company sp
--------------------------------------*/
.company_inner {
  width: 100%;
}
.company_table th {
  width: 43px;
  padding: 8px 13px;
  vertical-align: middle;
}
.company_table td {
  width: calc(100% - 43px);
}
/*-------------------------------------
form.html sp
--------------------------------------*/
.p_form {
  padding: 16px 8px;
}
.p_form_inner {
  width: 100%;
}
.p_form_title {
  width: 220px;
  margin: 0 auto 20px;
}
.p_form_item {
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 16px;
  height: auto;
}
.p_form_item > label,
.p_form_item > .p_form_label {
  width: 100%;
  font-size: 18px;
  height: auto;
  justify-content: flex-start;
  align-items: center;
  border-bottom: none;
  padding-bottom: 8px;
  padding-right: 10px;
}
.p_form_item > input,
.p_form_item > textarea {
  width: 100%;
  padding: 10px;
  font-size: 16px;
}
.p_radio_wrap {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.p_radio_wrap > label {
  font-size: 16px;
}
.p_form_item > input::placeholder,
.p_form_item > textarea::placeholder {
  font-size: 16px;
}
.p_form .label_required {
  font-size: 13px;
}
.p_form .label_optional {
  font-size: 13px;
}
.p_form_btn {
  display: block;
  margin: 20px auto 30px;
}
.p_form_btn:hover {
  opacity: .7;
  cursor: pointer;
}
.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	padding: bottom 60px;
}
.dizzy {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}