body {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.6em;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
 font: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'メイリオ', sans-serif;
}
body .content {
  background-color: transparent !important;
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "Noto Serif Japanese", serif;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 4vw;
  }
}
*, ::after, ::before {
 background-repeat: no-repeat;
 box-sizing: inherit
}
::after, ::before {
 text-decoration: inherit;
 vertical-align: inherit
}
* {
 margin: 0;
 padding: 0
}
::-moz-selection {
  background-color: #999999;
  color: #fff;
}
::selection {
  background-color: #999999;
  color: #fff;
}
#header {
 font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 line-height: normal;
 font-size: 12px;
}
#footer {
 font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 font-size: 12px;
 line-height: 1.5;
 color: #000000;
}
@media (max-width:767px) {
 #header {
  font-size: 10px;
 }
 #header .utility {
  font-size: 10px;
  padding: 15px 0;
 }
}
img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
.pt2per {
  padding-top: 2% !important
}
.pt4per {
  padding-top: 4% !important
}
.pt6per {
  padding-top: 6% !important
}
.pt8per {
  padding-top: 8% !important
}
.pb2per {
  padding-bottom: 2% !important
}
.pb4per {
  padding-bottom: 4% !important
}
.pb6per {
  padding-bottom: 6% !important
}
.pb8per {
  padding-bottom: 8% !important
}
.p2per {
  padding: 2% !important
}
.p4per {
  padding: 4% !important
}
.p6per {
  padding: 6% !important
}
/*-------------------- メインオファーcss-------------------*/
div.mainoffer_bg {
  background: url("/admission/common/teikiLP_contents/images/mainoffer_nomal_04.jpg") repeat-y left top;
  background-size: 100%;
  text-align: center;
}
div.cta3_bg {
  background: url("/admission/common/teikiLP_contents/images/cta3_nomal_02.jpg") repeat-y left top;
  background-size: 100%;
  text-align: center;
}
div.mainoffer_bg a img, div.cta3_bg a img {
  width: 86%;
  max-width: 729px;
  margin: 0 auto;
}
/*-------------------- 安心システムスライダー-------------------*/
div.bgtouka .bx-wrapper {
  margin: 0 0 6%;
  padding: 0;
  background-color: transparent;
}
.recommend div:not(.selebg, .bgtouka) .bx-wrapper {
  margin: 0;
  padding: 3% 6% 16%;
  background: url("/admission/common/teikiLP_contents/images/anshinsystem_bg.jpg") repeat-y;
}
.recommend div.selebg .bx-wrapper {
  margin: 0;
  padding: 3% 6% 16%;
  background: url("/admission/common/teikiLP_contents/images/anshinsystem_select_bg.jpg") repeat-y;
}
.recommend .bx-wrapper .bx-pager, .recommend .bx-wrapper .bx-controls-auto {
  bottom: 10px;
  left: 0;
}
.recommend .bx-wrapper .bx-pager.bx-default-pager a {
  min-width: 20px;
  min-height: 10px;
  margin: auto 10px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #6f4833 !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #999 !important;
}
/*-------------------- QAスタイル-------------------*/
/*FAQ*/
*[aria-hidden=true] {
 display: none
}
.c-btn_inner {
 border-radius: .75em;
 display: block;
 margin: 0 auto;
 padding: .75em 1.75em .75em 1em;
 position: relative;
 text-align: center;
 z-index: 1
}
.c-btn_inner::after {
 border-style: solid;
 border-width: 3px 3px 0 0;
 border-color: currentColor;
 transform: rotate(45deg);
 content: "";
 display: block;
 width: .5em;
 height: .5em;
 position: absolute;
 top: 50%;
 right: .75em;
 transform-origin: right top
}
*[aria-expanded="false"] .c-btn_inner::after, .is-open .c-btn_inner::after {
 border-width: 0 3px 3px 0
}
*[aria-expanded="false"] .h-btn_inner::after, .is-open .h-btn_inner::after {
 border-width: 0 3px 3px 0
}
*[aria-expanded="true"] .c-btn_inner::after, .is-close .c-btn_inner::after {
 border-width: 3px 0 0 3px
}
*[aria-expanded="true"] .h-btn_inner::after, .is-close .h-btn_inner::after {
 border-width: 3px 0 0 3px
}
.faq_delivery_txt {
 display: block;
 font-size: 14px;
 line-height: 1.5;
}
@media (max-width:767px) {
  .c-btn_inner {padding: .3em 1.8em .3em 0;}
  .c-btn_inner span  {font-size:1.7rem;}
  .s-faq_section {
    font-size: 16px;
    letter-spacing: -0.03em;
    line-height: 1.6;}
 .faq_delivery_txt {
  font-size: 11px;
 }
 .article_sectionHead .head .piller {
    display: block;
    font-size: 180%;}
}
.s-faq_toggle {
 /*  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.05) 75%, transparent 75%, transparent);*/
 background-size: 10px 10px;
 display: block;
 font-size: 20px;
 font-weight: bold;
 padding: .5em;
 text-align: center;
 text-decoration: none;
}
.s-faq_toggle--yellow {
 background-color: #f4edd8;
 color: #ae1918;
 ;
}
.s-faq_head {
 background: linear-gradient(-45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.05) 75%, transparent 75%, transparent);
 background-color: #4c7b2d;
 background-size: 10px 10px;
}
.s-faq_section {
 font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'メイリオ', sans-serif;
}
.s-faq_item img {
  text-align: center;
  margin: 0 auto;
  display: block;
  width: auto;
  max-height: 300px;
}
img.imgmini {
  max-height: 100px;
}
img.imgauto {
  max-height: inherit;
  width: 100%;
}
.s-faq_head {
  background: #fff !important;
}
.s-faq_toggle {
  color: #000;
  background-image: none !important;
  background-color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 600;
  padding: .5em;
  text-align: center;
  text-decoration: none;
  letter-spacing: -0.08em;
  border-bottom: 2px solid #000;
}
.s-faq_section {
/*  border-top: 1px solid #000 !important;
  border-bottom: 1px solid #000 !important; */
 font-size: 18px;
  letter-spacing: -0.03em;
  line-height: 1.8;
  background: #fff;
}
.s-faq_inner dl {
  max-width: 600px;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 30px 0 50px;
}
.s-faq_inner .tab_wrap {
 border-top: none!important;
 border-bottom: none!important;
 padding-top: 0!important;
}
.s-faq_inner .tab_inner {
}

@media (max-width: 767px){
.s-faq_inner .tab_inner {
    width: 100%;
}}

.s-faq_inner dl.ac {
  padding: 0!important;
 width: 100%;
}
.s-faq_inner .vw100 {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  padding:0;
}
.s-faq_inner .cont_item img {
 width: 100%;
 max-height: inherit!important;
}
.s-faq_item dt {
  color: #2a6b13 !important;
  font-size: 120%;
  font-weight: 600 !important;
  letter-spacing: -0.1em;
  border-bottom: 2px dotted #2a6b13;
}
.s-faq_item dt.ac-parent {
 border-bottom: none!important;
}
.s-faq_item dd {
  margin-top: 10px;
}
.s-faq_item + .s-faq_item::before {
  /*  background: url(../img/faq_line.png) 50% 50% no-repeat;
*/ content: "";
  display: block;
  height: 5px;
  margin: 30px 0;
}
.article_section {
  margin-top: 1em;
  border: 1px solid #2a6b13;
}
.article_sectionHead {
  line-height: 1.5;
  margin: 3em auto 1.5em;
  max-width: 950px;
  text-align: center;
}
.article_sectionHead .mv {
  margin: 1.5em 0;
}
.article_sectionHead .head {
  display: inline-block;
  line-height: 1.2;
}
.article_sectionHead .head + * {
  margin-top: 1.5em;
}
.article_sectionHead .head .name {
  align-items: flex-end;
  display: flex;
  font-size: 107.5%;
  justify-content: center;
  margin-left: 1.8em;
}
.article_sectionHead .head .name .radix-2 {
  font-size: 60%;
}
.article_sectionHead .head .name .eco {
  font-size: 60%;
  line-height: .8;
}
.article_sectionHead .head .name .eco > span:nth-child(1) {
  font-size: 400%;
}
.article_sectionHead .head .name .family {
  font-size: 80%;
}
.article_sectionHead .head .piller {
  display: block;
  font-size: 250%;
  letter-spacing: -.1em;
  text-indent: -.5em;
}
.article_sectionHead .head .piller::first-letter {
  font-size: 200%;
  letter-spacing: -.25em;
  line-height: 0;
  color: #2a6b13;
}
.article_sectionHead .ttl {
  font-size: 200%;
}
.article_sectionHead .ttl span.lead {
  font-size: 75%;
}
.article_sectionHead .desc {
  font-size: 125%;
}
.article_sectionHead-count {
  counter-increment: sectionHead-num 1;
}
.article_sectionHead-count .ttl:before {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
  content: counter(sectionHead-num);
  display: block;
  font-size: 160%;
  height: 1.5em;
  line-height: 1.4;
  margin: 0 auto 10px;
  width: 1.5em;
}
@media screen and (max-width: 767px) {
  .article_sectionHead .ttl {
    font-size: 142.5%;
  }
  .article_sectionHead .desc {
    font-size: 92.5%;
  }
}
.radix_thinksList {
  counter-reset: radix-thinksList-num 0;
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px;
}
.radix_thinksList > li {
  counter-increment: radix-thinksList-num;
  flex-basis: calc(50% - 40px);
  margin: 0 20px;
  padding: 0px 0 1.5em;
  list-style: none;
}
.radix_thinksList .listTtl {
  font-size: 100%;
  text-align: center;
  line-height: 1.4;
  font-weight: 600;
}
.radix_thinksList .listTtl-count {
  color: #e1667a;
}
.radix_thinksList .listTtl-count:before {
  background-image: url(https://www.radishbo-ya.co.jp/brand/assets/img/common/count_bg-pink.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
  content: counter(radix-thinksList-num);
  display: block;
  font-size: 120%;
  height: 1.5em;
  line-height: 1.4;
  margin: 0 auto;
  width: 1.5em;
}
.radix_thinksList .listTtl-txt {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: .5em;
}
.radix_thinksList .listImg {
  margin: 1.5em 0;
}
.radix_thinksList .listImg img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .radix_thinksList {
    display: block;
    padding: 0 10%;
  }
  .radix_thinksList > li {
    margin: 0;
    padding: 5% 0;
  }
}
p.green {
  padding: 10px 0.7em;
  margin-bottom: 2px;
  background-image: url(https://www.radishbo-ya.co.jp/brand/assets/img/radix/index/label_bg-nousan.png);
  background-size: 280px;
  color: #fff;
  font-size: 110%;
  font-weight: 600;
}
p.accent {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "Noto Sans Japanese", sans-serif;
  color: rgb(220, 145, 0);
  font-size: 110%;
  font-weight: 600;
}

p.accent2 {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "Noto Sans Japanese", sans-serif;
  color: #E63532;
  font-size: 110%;
  font-weight: 600;
  padding: 10px 0;
}
.emphasis {
   background-image: linear-gradient( /*線形グラデーション*/
      rgba(0 0 0 / 0) 70%, /*透明*/
      #f9e49e 70% /*蛍光ペンの線を表現*/
   );
}

/*-------------------- 早期特典コンテンツ 品種一覧部分アコーディオンCSS-------------------*/
.course {
  line-height: 0;
}
div#acordion {
  margin-top: -1%;
  padding-bottom: 7%;
  background-color: #fff;
}
.acd-check {
  display: none;
}
.acd-label {
  display: block;
  padding: 0;
  padding-bottom: 10px;
}
.acd-content {
  visibility: hidden;
  height: 0;
  padding: 0 10px;
  transition: .3s;
  opacity: 0;
  border: none;
}
.acd-check:checked + .acd-label + .acd-content {
  visibility: visible;
  height: 100%;
  padding: 10px;
  opacity: 1;
}
/*-------------------- 早期特典コンテンツ お届け例アコーディオンCSS-------------------*/
.ac {
  width: 100%;
  max-width: 960px;
}
.ac-parent {
  cursor: pointer;
  transition: .3s;
}
.ac-child {}
/*-------------------- s-FAQ アコーディオンCSS-------------------*/
.s-faq_item dt {
 color: #ae1918;
 font-weight: bold;
}
 .s-faq {
   /* margin-top: 5vw;
  margin-bottom: 2vw*/
}
 .s-faq .s-faq_head img {
  width: 100%;
/*  margin-top: 2vw;
  margin-bottom: 4vw*/
}
 .s-faq_inner {
  padding: 3vw 3vw 5vw 3vw;
  max-width: 980px;
  background: url(../images/common/QA_bg.jpg) repeat;
}
 .s-faq_head {
  text-align: center
}
 .s-faq_head img {
  width: 100%
}
 .s-faq_list {
  font-size: 19px
}
 .s-faq_list dt {
  background: #f4edd8;
  cursor: pointer;
  font-size: 1.15em;
  margin-top: 5px;
  padding: .5em 2em .5em 2.75em;
  position: relative;
  text-indent: -1.75em;
}
 .s-faq_list.sizuruTxt dt {
  background: #f1515d;
  border: 4px solid rgb(240 81 93);
  margin-top: 0;
  text-indent: 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1rem;
  box-sizing: border-box;
}
 .s-faq_list.rakkaseiTxt dt {
  background: #ebdcb3;
  border-bottom: 2px solid #4b1209;
  margin-top: 0;
  text-indent: 0;
  text-align: left;
  color: #4b1209;
  font-weight: bold;
  letter-spacing: 0.1rem;
  box-sizing: border-box;
}
 .s-faq_list.sizuruTxtBr dt {
  background: #4d1509;
  border: 4px solid #4d1509;
}
 .s-faq_list.sizuruTxtGr dt {
  background: #026836;
  border: 4px solid #026836;
}
 .s-faq_list.sizuruTxt dt::before {
  content: "";
  border: 2px solid #fff;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
 .s-faq_list dt::after {
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #8a2120 #8a2120 transparent transparent;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%) rotate(135deg) skew(10deg, 10deg);
  transition: .3s ease;
  width: .5em;
  height: .5em
}
 .s-faq_list.rakkaseiTxt dt::after {
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #4b1209 #4b1209 transparent transparent;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 1.2em;
  transform: translateY(-50%) rotate(135deg) skew(10deg, 10deg);
  transition: .3s ease;
  width: 0.5em;
  height: 0.5em;
}
 .s-faq_list.sizuruTxt dt::after {
  border-color: #ffffff #ffffff transparent transparent;
}
 .s-faq_list dt.is-open::after {
  transform: translateY(-50%) rotate(-45deg) skew(10deg, 10deg)
}
 .s-faq_list dd {
  background: #fff;
  color: #5c5646;
  padding: 1em 1em 1em 2.8em;
  text-indent: -1.8em;
  display: none
}
 .s-faq_list.sizuruTxt dd {
  color: #4d1505;
  padding: 1em;
  text-indent: 0;
  display: none;
  line-height: 1.6;
  font-size: 15px;
}
 .s-faq_list.sizuruTxt dd span {
  background: linear-gradient(transparent 40%, #feed00 60%);
  font-weight: bold;
}
 .s-faq_list.rakkaseiTxt dd {
  color: #4d1505;
  padding: 1em;
  text-indent: 0;
  display: none;
  line-height: 1.6;
  font-size: 16px;
  background-image: url(/admission/lp/trial/images/common/rakkaseiBg.png)
}
 .s-faq_list.rakkaseiTxt dd span {
  background: linear-gradient(transparent 40%, #feed00 60%);
  font-weight: bold;
}
 .s-faq_list-icon {
  color: #8a2120;
  display: inline-block;
  font-size: 1.5em;
  line-height: 1;
  margin-right: .5em;
  text-indent: 0
}
@media all and (min-width:769px) {
   {
    min-width: 950px
  }
   .s-faq_list.sizuruTxt dd {
    font-size: 18px;
  }
}
@media all and (-ms-high-contrast:none) {
   {
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, sans-serif
  }
   .serif {
    font-family: Georgia, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", serif
  }
}
/*-------------------- メインオファータブ切り替えCSS

.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.tab-wrap [type=radio] ~ label, .tab-wrap [type=radio]:checked ~ label {
  border: 0;
  box-shadow: none;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 19.387%;
  order: -1;
  position: relative;
  cursor: pointer;
  flex: 1;
	line-height: 1px;
}
.tab-label1, .tab-label3 {
  background-image: url(/admission/common/teikiLP_contents/images/offertab_ari_of.jpg);
}
.tab-label2, .tab-label4 {
  background-image: url(/admission/common/teikiLP_contents/images/offertab_nashi_of.jpg);
}
.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
/* アクティブなタブ 
.tab-switch:checked + .tab-label1, .tab-switch:checked + .tab-label3 {
  background-image: url(/admission/common/teikiLP_contents/images/offertab_ari_on.jpg);
}
.tab-switch:checked + .tab-label2, .tab-switch:checked + .tab-label4 {
  background-image: url(/admission/common/teikiLP_contents/images/offertab_nashi_on.jpg);
}
.tab-switch:checked + .tab-label1 + .tab-content, .tab-switch:checked + .tab-label2 + .tab-content, .tab-switch:checked + .tab-label3 + .tab-content, .tab-switch:checked + .tab-label4 + .tab-content {
  height: auto;
  overflow: auto;
  padding: 0;
  opacity: 1;
  transition: .6s opacity;
}
/* ラジオボタン非表示
.tab-switch {
  display: none;
}
/*追従バナー　*/
.s-sticky_bnr {
 position: fixed;
 bottom: 20px;
 left: 20px;
}
.s-sticky_bnr:hover {
 opacity: 0.7;
}
@media screen and (max-width:767px) {
 .s-sticky_bnr {
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
 }
}

/*スライダーを bxsliderからslickに変更*/
.slider {
  opacity: 0;
  transition: opacity .3s linear;
}
.slider.slick-initialized {
  opacity: 1;
}
/*追従バナー ページ途中からふわっと出現*/
 .s-sticky_bnr_fade {
 opacity: 0;
 position: fixed;
 bottom: 20px;
 left: 20px;
 transition: .3s;
 z-index: -100
}
 .s-sticky_bnr_fade.is-fixed {
 opacity: 1;
 z-index: 100
}
 .s-sticky_bnr_fade.is-fixed:hover {
 opacity: .7
}
@media screen and (max-width:767px) {
  .s-sticky_bnr_fade {
  bottom: 0;
  left: 0;
  width: 100%;
 }
}
