.lp-style.main-visual{
  background:#ffffff none repeat scroll 0 0;
  border-bottom:1px solid #d7d7d7;
  box-shadow:#efefef 0 4px;
}
.lp-style.main-visual .main-txt:before{content: none;}
.lp-style.main-visual .main-txt {padding-left: 7.5%; margin-left: 0;}
.lp-style.main-visual .category .txt {
  font-size:20px;font-size:2rem;
  font-weight:700;
  background-color: #cf0a18;
  position: relative;
  padding:10px 80px 8px 45px;
}

.lp-style.main-visual .category .txt:before{
  background: url("/onenga/images/ico_ttl.png") no-repeat 0 0;
  background-size: 100% auto;
  content:"";
  position: absolute;
  left: 10px;
  top: 8px;
  height: 28px;
  width: 28px;
}

.lp-style.main-visual .category:before {border-top-color: #cf0a18;}
.lp-style.main-visual .category:before {border-color: #cf0a18 transparent transparent;}
.lp-style.main-visual .category:after {border-color: transparent transparent #cf0a18;}
.lp-style.main-visual .title{
  font-size:60px;font-size:6rem;
  text-shadow: none; color: #010100;
}

.lp-style.main-visual .main-txt .catch {
  display: inline-block;
  padding: 0.8em;
  font-size:22px;font-size:2.2rem;
  background-color: rgba(255,255,255,0.8);
  line-height: 1.3;
}


.lp-style.main-visual .item-view-more_btn {
  position: absolute;
  right: 15px;
  bottom: -35px;
  background:#fff;border-radius:25px;
}
.lp-style.main-visual .item-view-more_btn a {
  text-decoration:none!important;
  -webkit-transition:.3s;
  -o-transition:.3s;
  transition:.3s;
  font-weight:700;
  font-size:18px;font-size:1.8rem;
  border-radius: 25px;
  padding: 8px 40px 8px 30px;
  text-align: center;
  display: block;
  background-color: #cf0a18;
  color: #fff;
}
.lp-style.main-visual .item-view-more_btn a:hover{opacity:.7}
.lp-style.main-visual .item-view-more_btn a:after{content:"\e91f";font-family:icoset;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:defico;font-size:22px;position:absolute;top:50%;right:15px;margin-top:-11px;}

@media print,screen and (max-width:1350px) {
  .lp-style.main-visual .item-view-more_btn {
    bottom: -5px;
    right:0px;
  }
}

@media print,screen and (max-width:1199px) {
  .lp-style.main-visual .title{
    font-size:32px;font-size:3.2rem;
  }
  .lp-style.main-visual .item-view-more_btn a:after{font-size:18px; margin-top:-9px;}
  .lp-style.main-visual .main-txt {padding-left: 2%;}


  .lp-style.main-visual .category .txt {
    padding-left: 35px;
    font-size:14px;font-size:1.4rem;
  }

  .lp-style.main-visual .category .txt:before{  
    left: 7px;
    top: 7px;
    height: 22px;
    width: 22px;
  }

  .lp-style.main-visual .title{
    font-size:45px;font-size:4.5rem;
  }

  .lp-style.main-visual .main-txt .catch {
    font-size:14px;font-size:1.4rem;
  }

  .lp-style.main-visual .item-view-more_btn a {
    font-size:14px;font-size:1.4rem;
    padding: 5px 35px 5px 20px;
  }
}
@media print,screen and (max-width:768px) {
  .lp-style.main-visual .category .txt {
    font-size:12px;font-size:1.2rem;
    padding:5px 40px 5px 30px;
  }
  .lp-style.main-visual .category .txt:before{  
    left: 5px;
    top: 4px;
    height: 18px;
    width: 18px;
  }
  .lp-style.main-visual .main-txt .catch {
    font-size:12px;font-size:1.2rem;
  }
}

/*---------------------------------------------------------------------*/

/* ===========================
 * リンクボタン
 * ===========================*/

.box-link.arrR span:after {
    background: none;
    content: "\e91f";
    font-family: icoset;
    font-family: defico;
    right: 16px;
    margin-top: -14px;
}
.box-link span {
    font-family: "メイリオ",Meiryo,Droid Sans,HiraKakuProN-W3, HiraKakuPro-W3,"ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック","MS PGothic",sans-serif,Helvetica;
    padding: 18px 20px 16px;
    color: #FFF;
}

.pickup-linkbtn .box-link {
    min-width: 560px;
    margin: 80px auto 0;
    display: inline-block;
}

.pickup-linkbtn .box-link span {
    font-family: "メイリオ",Meiryo,Droid Sans,HiraKakuProN-W3, HiraKakuPro-W3,"ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック","MS PGothic",sans-serif,Helvetica;
    padding: 18px 30px 16px 20px;
    color: #FFF;
}

.pickup-linkbtn .box-link a span {
    font-size: 24px;
    font-size: 2.4rem;
}

.pickup-linkbtn .box-link.PNK {
    border: 1px solid #da3a5b !important;
}

.pickup-linkbtn .box-link.PNK span {
    background: #da3a5b;
}

.pickup-linkbtn .box-link.PNK a:hover span {
    background: #a31b37;
}

.isTablet .pickup-linkbtn .box-link {
    min-width: 0!important;
    margin: 30px auto 0;
    display: inline-block;
}

.isTablet .pickup-linkbtn .box-link span {
    font-size: 20px;
    font-size: 2.0rem;
}

/*----------------------------------
 お年賀用
-----------------------------------*/

.sense-list > .box:first-child .bnr-style_typeB::after {
  border-color: #000;
}
/*20221205追記*/

.guide_area{
	padding: 30px 45px;
}
.bgPNK {
    background: #fdeded;
}
.guide_area .area_inside__inner{
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px 50px;
    background: #fff;
    border: 1px solid #c7b6a1;
}
.guide_header {
  margin-bottom: 60px
}
.guide_header span {
    display: block;
    margin-top: 2rem;
    margin-left: 2rem;
    color: #444;
    font-size: 1.6rem;
}
.guide_header .area_title {
  margin: 0 -3% 65px
}
.guide_orderTime {
    position: relative;
    padding: 66px 50px 38px;
    text-align: center;
    border: 2px solid #d2534d;
    border-radius: 0;
}
.guide_orderTime h3 {
    position: absolute;
    top: -25px;
    left: 50%;
    width: 100%;
    max-width: 360px;
    padding: 12px 82px;
    color: #fff;
    font-size: 2.8rem;
    line-height: 1.3;
    letter-spacing: 0;
    background-color: #d2534d;
    border-radius: 99em;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.guide_limiteTime {
    margin-bottom: 20px;
    color: #333;
    font-weight: 700;
    font-size: 2.6rem;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}
.guide_hayawariTime {
    color: #ea2433;
    font-weight: 700;
    font-size: 2.4rem;
}
.guide_block {
    margin: 0 auto;
    padding: 30px 0;
}
.guide_block:nth-of-type(2) .seibo_table tbody td, .guide_block:nth-of-type(3) .seibo_table tbody td {
  border-bottom: none
}
.guide_block:last-child {
  margin-bottom: 0
}
.guide_title {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 45px;
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 1.2;
}
.guide_title:before {
    position: relative;
    height: 48px;
    margin-bottom: 5px;
    vertical-align: middle;
    content: "";
}
.guide_title--car:before {
    width: 86px;
    background: url(/seibo/2023/images/index/icon_del.svg) no-repeat;
    background-size: cover;
}
.guide_title--noshi:before {
  width: 50px;
    height: 60px;
    background: url(/seibo/2023/images/index/icon_nosi.svg) no-repeat;
    background-size: cover;
}
.table_img_wrap {
  max-width: 620px;
  margin: 25px auto 0
}
.table_noshi_wrap {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  max-width: 700px;
  margin: 25px auto 0
}
.table_noshi_wrap .table_block {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 49%;
  -ms-flex: 1 1 49%;
  flex: 1 1 49%;
  max-width: 49%
}
.table_noshi_wrap .table_block figure {
  padding: 24px
}
.table_block {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 48%;
  -ms-flex: 1 1 48%;
  flex: 1 1 48%;
  max-width: 48%
}
.table_block figure {
  padding: 16px 28px;
  background: #fdeded;
}
.table_block figcaption {
  max-width: 130px;
  margin: 10px auto 0;
  color: #fff;
  font-size: 2rem;
  background: #ac1100;
  border-radius: 99em
}
.seibo_table {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
    background-color: #fff;
    border-collapse: collapse;
}
.seibo_table tbody p {
  font-size: 2rem
}
.seibo_table tbody .table_txt--large {
  font-size: 2.4rem
}
.seibo_table tbody .table_txt--md {
  color: #ac1100;
  font-size: 2rem
}
.seibo_table tbody .table_txt--small {
  font-size: 1.6rem
}
.seibo_table tbody span {
  color: #ac1100;
  font-weight: 700
}
.seibo_table tbody .table_txt {
  margin-top: 12px;
  color: #ac1100;
  font-size: 1.6rem
}
.seibo_table tfoot td {
  padding: 10px 30px 30px !important;
  text-align: left;
  border-top: none !important
}
.table_txt__tips {
  position: relative;
  display: block;
  margin-top: 26px;
  padding: 20px;
  color: #ac1100 !important;
  border: 1px solid #ac1100
}
.table_txt__tips:after {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 35%;
  width: 10px;
  height: 10px;
  margin: 0 7px 1px 10px;
  border-width: 12px;
  border-top: 1px solid #ac1100;
  border-right: 1px solid #ac1100;
  -webkit-transform: translateX(-150%) rotate(135deg);
  -ms-transform: translateX(-150%) rotate(135deg);
  transform: translateX(-150%) rotate(135deg);
  content: ""
}
.table_tips {
  position: relative;
  margin-bottom: 12px;
  font-size: 2rem
}
.table_tips:before {
    display: inline-block;
    width: 46px;
    height: 46px;
    margin-right: 10px;
    vertical-align: middle;
    background-image: url(/seibo/2023/images/index/icon_warning.png);
    content: "";
}
.table_tips--icon:before {
    position: absolute;
    top: -15px;
    right: -35px;
    width: 140px;
    height: 140px;
    background: url(/seibo/2023/images/index/icon_tips.png) no-repeat;
    content: "";
}
.guide_detail p {
  padding-bottom: 4px;
  font-size: 1.4rem !important;
  text-align: left
}
.guide_att {
  padding-top: 20px;
  font-size: 1.6rem;
  border-top: 1px solid;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"
}
.guide_att span {
  color: #ea2433;
  font-weight: 700
}
.guide_text {
  font-size: 1.6rem
}
.guide_text + .seibo_table {
  margin-top: 26px
}
.guide_text .red {
  color: #ac1100;
  font-weight: 700
}
.seibo_table td, table.seibo_table th {
  padding: 10px;
  border: 1px solid #d2534d;
}
.seibo_table tbody td {
  padding: 40px 45px 20px;
  color: #444;
  font-size: 16px
}
.seibo_table thead {
  background: #d2534d;
}
.seibo_table thead th {
    color: #fff;
    font-weight: 400;
    font-size: 2.6rem;
    text-align: center;
}
.guide_cont_table td {
  padding: 9px 2px !important;
  border: 1px solid #e0e0e0 !important
}
.guide_cont_table td:first-child {
  background-color: #fdeded;
}
.guide_cont_table td:nth-child(2) {
  padding-left: 25px !important;
  text-align: left;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"
}


.seibo_title {
  display: block !important
}
.seibo_title:before {
  position: relative;
    display: block;
    width: 112px;
    height: 28px;
    margin: 0 auto 15px;
    background: url(/seibo/2023/images/index/icon_seibo.png) no-repeat;
    content: "";
}
.guide_header .seibo_title {
    position: relative;
    margin-bottom: 4rem;
    font-weight: 700;
    font-size: 3.2rem;
    line-height: 1.3;
    text-align: center;
}


.faq-area {
  /*border: solid 20px #5bb62d;*/
  padding: 20px;
  background:url(/shinchikuiwai/images/ttl_faq_bg.png) no-repeat right top;
  background-color: #fff6de;
 margin-top: 45px;
	
}
.faq-area .faq-box{
  background: #FFF;
  padding: 0 25px 30px;

}

.faq-area h2 {
  font-size:39px;
  font-size:3.9rem;
  color:#ac1100;
  white-space:nowrap;
}

.faq-area h2 span {
	font-size:20px;
  font-size:2rem;
  font-weight:bold;
}

.faq-area .faq-lead {
	color:#FFF;
	text-shadow: 1px 1px 1px #5bb62d,  1px 1px 1px #5bb62d, 1px 1px 1px #5bb62d;
}

.faq-box .qa-text-ttl {
  background: url(/shinchikuiwai/images/ico_ques.png) no-repeat left 25px;
  padding: 30px 0 5px 45px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #333333;
  border-bottom: solid 2px;
  border-color: #333333;
}

.faq-area .faq-box .qa-text-detail {
  padding :16px 16px 16px 65px;
  background: url(/shinchikuiwai/images/ico_ans.png) no-repeat #f9f7ed 20px 16px;
}


.button_area {
  margin: 45px 0
}
.button_area:last-child {
  margin-bottom: 0
}
.button_area button {
  background-color: #ac1100;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
  opacity: 1
}
.button_area button:hover {
  opacity: .8;
  -webkit-transition: opacity .3s;
  -o-transition: .3s opacity;
  transition: opacity .3s
}
.button_area .button a {
    display: block;
    max-width: 390px;
    margin: 0 auto;
    padding: 18px 10px;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    background-color: #333;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.3);
    box-shadow: 0 2px 5px rgba(0,0,0,.3);
}
.button_area .button a:hover{
    text-decoration: none;
    opacity: .8;
}
.button_area .primary a {
    transition: all .3s;
    background-color: #f26259;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.campaign li{
	width: 23%;
}
