@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;700&display=swap');
@import url('//fonts.googleapis.com/earlyaccess/notosansjapanese.css');
/*YOMOGI*/
/*@import url('https://fonts.googleapis.com/css2?family=Yomogi&display=swap');*/
@font-face {
  font-family: 'number';
  src: url('./font/DIN 1451 Std Engschrift.ttf');
}
/*/////////////////////////////////////////////////////
//////////////////////基本フォント////////////////////////
/////////////////////////////////////////////////////*/
body, h1, h2, h3, h4, p {
  /*font-family: 'M PLUS 1p', sans-serif;*/ /*ゴシック*/
  /*font-family: 'Yomogi', cursive;*/ /*手書き*/
  /*font-family: 'Noto Serif JP', serif;*/ /*明朝*/
  font-family: 'Noto Sans Japanese', serif;
  letter-spacing: 0.025em;
  font-weight: 200;
}
/*/////////////////////////////////////////////////////
//////////////////////基本背景色/////////////////////////
/////////////////////////////////////////////////////*/
body {
  color: hsla; /*基本文字色*/
  /*background-color: #0f2f90 !important;
	background-image: url(../images/bg/bg00.png);*/
  /*background-color: #FF71B3 !important;
	background-image: url(../images/bg/bg01.png);*/
}
@media screen and (max-width:1024px) {
  body {
    background-size: 100% auto;
  }
}
/*/////////////////////////////////////////////////////
///////////////////////ヘッダ-//////////////////////////
/////////////////////////////////////////////////////*/
/*背景*/
header {
  background-color: hsla(0, 0%, 92%, 0.99);
  background-image: -webkit-linear-gradient(0deg, rgba(176, 179, 255, 1.00) 0.03%, rgba(183, 141, 222, 1.00) 99.78%);
  background-image: -moz-linear-gradient(0deg, rgba(176, 179, 255, 1.00) 0.03%, rgba(183, 141, 222, 1.00) 99.78%);
  background-image: -o-linear-gradient(0deg, rgba(176, 179, 255, 1.00) 0.03%, rgba(183, 141, 222, 1.00) 99.78%);
  background-image: linear-gradient(90deg, rgba(176, 179, 255, 1.00) 0.03%, rgba(183, 141, 222, 1.00) 99.78%);
  margin-top: 0px;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0px;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
  width: 100%;
}
header img {
  width: 150px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width:1024px) {
  .navbar-expand-lg a, .navbar-expand-lg img {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }
}
/*ボタン*/
.navbar-expand-lg .navbar-nav .nav-link.dark_btn {
  border: 1px solid #FFFFFF;
}
/*/////////////////////////////////////////////////////
/////////////////////////フッター////////////////////////
/////////////////////////////////////////////////////*/
/*背景*/
footer .bottom_footer {
  background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 1.00) 0%, rgba(38, 38, 38, 1.00) 100%);
  background-image: -moz-linear-gradient(0deg, rgba(0, 0, 0, 1.00) 0%, rgba(38, 38, 38, 1.00) 100%);
  background-image: -o-linear-gradient(0deg, rgba(0, 0, 0, 1.00) 0%, rgba(38, 38, 38, 1.00) 100%);
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 1.00) 0%, rgba(38, 38, 38, 1.00) 100.00%);
}
footer .footer_txt {
  text-align: center;
  font-size: 0.7em !important;
  color: #FFFFFF;
}
/*/////////////////////////////////////////////////////
/////////////////////////ボタン/////////////////////////
/////////////////////////////////////////////////////*/
.btn_main_box1 {
  display: flex;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  width: 100%;
  /* background-color: hsla(0deg 42.09% 93.85%); */
  background-color: hsl(0deg 37.36% 96.15%);
  position: relative;
}

.btn_main_box1::before {
  content: "※定期購入価格は、公式サイト限定でのご提供となります。";
    position: absolute;
    top: 75%; /* ボタンの下に配置 */
    left: 50%; /* 親要素の幅の中央に配置 */
    transform: translateX(-50%); /* 中央揃え */
    color: #5D5D5D;;
    font-size: 14px; /* フォントサイズ調整 */
    white-space: nowrap; /* テキストが改行されないようにする */
} 

.btn_main_box1 .l_btn , .btn_main_box1 .r_btn {
  margin: 15px;
  position: relative; /* 親要素を基準に擬似要素を配置 */
}

a.btn--orange {
  color: #fff;
  font-size: 1.4em;
  /*background-color: #FF8B00;
    border-bottom: 5px solid #b84c00;*/
  font-weight: 700;
  padding-right: 50px;
  padding-left: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 7px;
  background-color: #C6C6C6;
  font-family: 'ＭＳ Ｐ明朝', serif;
}



a.btn--orange:hover {
  margin-top: 3px;
  color: #fff;
  background-color: #CB6698;
  border-bottom: 2px solid #D378A5;
}
a.btn--shadow {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}
@media screen and (max-width: 1024px) {
  .btn_main_box1 {
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: hsl(0deg 37.36% 96.15%);
  }

  .btn_main_box1::before {
    top: 85%;
    font-size: 10px;
  }

  .btn_main_box1 .l_btn {
    margin-bottom: 10px;
  }

  a.btn--orange {
    font-size: 1.2em;
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 30px;
  }

  .r_btn .btn--orange::before {
    font-size: 0.6em;
  }

}
/*/////////////////////////////////////////////////////
/////////////////////////slider1///////////////////////
/////////////////////////////////////////////////////*/
.slider_section1 {
  /*  background-image: url(../images/main/bg02.png);*/
  background-size: 100% auto;
  background-repeat: no-repeat;
  object-fit: cover;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
  /*background-color: #eff5f7;*/
  background-clip: content-box;
  background-position: center bottom;
}
.slider_section1 .section_title2 {
  margin-bottom: 0px;
  /*border-top: 15px solid #d8cbdc;*/
  padding-top: 0px;
}
.slider_section1 .section_title2 img {
  width: 170px;
}
.slider_section1 .section_title2 h2 {
  font-size: 1em;
  margin-top: 4px;
  color: #d8cbdc;
}
.slider_section1 .index_box3 h2 {
  margin-top: 30px;
  font-size: 1.4em;
  color: #FFFFFF;
  margin-bottom: 24px;
  background-color: #00B5FF;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  margin-right: auto;
  margin-left: auto;
  width: 600px;
}
.slider_section1 .index_box_in1 h3 {
  font-size: 3em;
  font-weight: 800;
}
.slider_main_box01 {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
}
.slider_main_box01 .bottom_txt {
  margin-bottom: 30px;
}
.slider_main_box01 .item2 {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 50px;
  padding-left: 50px;
}
.slider_main_box01 .item2 img {
  margin: auto;
  padding: auto;
  border-radius: 15px 15px 15px 15px;
  -webkit-box-shadow: 0px 5px 20px -10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 20px -10px rgba(0, 0, 0, 0.3);
}
.slider_main_box01 .item2 h2 {
  font-size: 1em;
  font-weight: 300;
  text-align: center;
  margin-top: 20px;
  line-height: 1.3em;
  margin-bottom: 10px;
  color: rgba(48, 48, 48, 1.00);
}
.slider_main_box01 .item2 p {
  text-align: left;
  font-size: 0.8em;
  line-height: 1.3em;
  padding-right: 20px;
  padding-left: 20px;
  color: #4E4E4E;
}
.slider_main_box01 h3 {
  font-size: 2em;
  margin-right: auto;
  margin-left: auto;
}
.slider_main_box01 img {
  margin-top: -30px;
}
.slider_main_box01 h2 {
  padding-bottom: 30px;
}
.slider_main_box01 .index_box3 {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 80px;
  margin-bottom: 100px;
  text-align: center;
}
.slider_main_box01 .index_box3 h2 {
  color: #676767;
  font-size: 1.2em;
}
.slider_main_box01 .index_box_in2 {
  float: right;
  width: 20%;
}
.slider_main_box01 .index_box_in2 img {
  width: 70%;
}
.slider_main_box01 .index_box_in1 {
  float: right;
  width: 60%;
}
@media screen and (max-width: 1024px) {
  .slider_section1 .section_title2 {
    margin-bottom: 0px;
    padding-top: 0px;
  }
  .slider_section1 .section_title2 img {
    width: 150px;
  }
  .slider_main_box01 {
    width: 100%;
  }
  .slider_section1 .index_box3 h2 {
    margin-top: 30px;
    font-size: 1.1em;
    color: #FFFFFF;
    margin-bottom: 24px;
    background-color: #00B5FF;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-right: auto;
    margin-left: auto;
    width: 300px;
  }
  .slider_section1 .index_box_in1 h3 {
    font-size: 2.1em;
    font-weight: 800;
  }
  .slider_main_box01 .item2 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .owl-carousel .owl-item2 img {
    border-radius: 15px;
  }
  .slider_section2 {
    margin-bottom: 0px;
    border-top: 15px solid #d8cbdc;
    padding-top: 0px;
  }
  .slider_section2 .slider_box img {
    width: 150px;
    padding-bottom: 20px;
    margin-top: -30px;
  }
  .slider_section2 .section_title2 h2 {
    font-size: 1.5em;
  }
  .non_sp {
    display: none;
  }
}
.non_pc {
  display: none;
}
@media screen and (max-width: 1024px) {
  .slider_cho {
    margin-top: 40px;
  }
  .non_pc {
    display: block;
  }
}
/*/////////////////////////////////////////////////////
///////////////////////共感・困った事//////////////////////
/////////////////////////////////////////////////////*/
/*背景*/
.modern_ui_section {
  background-image: url(../images/main/bg05.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
/*背景余白*/
.modern_ui_section .container {
  padding-top: 100px;
  padding-bottom: 100px;
}
.modern_ui_section .section_title .txt_big {
  font-size: 4.5em !important;
  font-weight: 800 !important;
  line-height: 1em;
  margin-bottom: 34px;
  color: #000000;
}
.modern_ui_section .section_title h3 {
  color: #000000;
  font-weight: 100;
  font-size: 1.8em;
}
.modern_ui_section .section_title p {
  padding-top: 10px;
  padding-bottom: 50px;
  font-size: 0.9em;
  color: #000000;
}
/*チェックBOX*/
.modern_ui_section .design_block2 {
  margin-top: 20px;
  text-align: left;
}
.modern_ui_section .design_block2 h4 {
  color: #000000;
  font-size: 0.9em;
}
.modern_ui_section .design_block2 i {
  color: #009C00;
  margin-right: 9px;
}
/*補足*/
.modern_ui_section .empathy_bk {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-size: 2.5em;
  margin-top: 80px;
  text-align: center;
  font-weight: 100;
  line-height: 1.3em;
  color: transparent;
  background-position: 0;
  background-color: hsla(285, 75%, 75%, 1.00);
  -webkit-background-clip: text;
}
.modern_ui_section .ui_imagesf img {
  width: 100% !important;
}
@media screen and (max-width:1024px) {
  .modern_ui_section {
    background-size: auto 100%;
  }
  .modern_ui_section .section_title .txt_big {
    text-align: center;
    font-size: 3.5em !important;
  }
  .modern_ui_section .section_title h3 {
    text-align: center;
    font-size: 1.5em !important;
  }
  .modern_ui_section .section_title p {
    text-align: left;
    line-height: 1.4em;
    margin-top: 30px;
    padding: 0;
    margin-bottom: 30px;
  }
  .modern_ui_section .modern_ui_section {
    text-align: left;
  }
  .modern_ui_section .design_block2 {
    border-left: 1px solid #BFBFBF;
    border-right: 1px solid #BFBFBF;
    border-bottom: 1px solid #E6E6E6;
    border-top: 1px solid #BFBFBF;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    background-color: hsla(0, 0%, 100%, 0.21);
    border-radius: 3px;
    margin-bottom: 40px;
  }
  .modern_ui_section .design_block2 h4 {
    font-size: 1em !important;
  }
  .modern_ui_section .ui_imagesf {
    text-align: center;
    margin-top: -20px;
  }
  .modern_ui_section .ui_imagesf img {
    width: 50% !important;
    margin-right: auto;
    margin-left: auto;
  }
  .modern_ui_section .empathy_bk {
    margin-top: 0px;
    font-size: 1em;
    text-align: center;
  }
  .modern_ui_section .container {
    padding-top: 30px;
    padding-bottom: 0px;
  }
}
/*/////////////////////////////////////////////////////
///////////////////////フロー・流れ///////////////////////
/////////////////////////////////////////////////////*/
.how_it_works {
  background-color: hsla(0, 0%, 95%, 1.00);
  width: 100%;
}
.how_it_works .how_it_inner {
  background-color: hsla(0, 0%, 100%, 1.00);
  -webkit-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.3);
  margin-right: auto;
  margin-left: auto;
}
.how_it_works .section_title h2 {
  color: #d8cbdc;
}
.how_it_works .section_title p {
  color: #2A2A2A;
  line-height: 1.2em !important;
}
.how_it_works .step_number h3 {
  color: #F2E2F5;
}
.how_it_works .step_text {
  color: #2A2A2A;
  font-size: 0.8em;
}
.how_it_works .step_img img {
  border-radius: 10px;
  -webkit-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.3);
}
/*縦ライン*/
.how_it_works .step_block ul li:first-child::after {
  background-color: #d8cbdc;
}
.how_it_works .step_block ul li::before {
  background-color: #d8cbdc;
}
.cho_f {
  margin-top: -200px;
}
@media screen and (max-width:1024px) {
  .how_it_works .step_text {
    text-align: left !important;
    line-height: 1.4em;
  }
  .cho_f {
    margin-top: -70px;
  }
}
/*/////////////////////////////////////////////////////
///////////////////////お客様の声/////////////////////////
/////////////////////////////////////////////////////*/
/*背景*/
.testimonial_section {
  padding-bottom: 180px;
  background-color: #fdf8f9;
}
.testimonial_section .section_title {
  padding-top: 100px;
}
.testimonial_section .section_title h2 {
  color: #6C6868;
  margin-top: 50px;
  font-family: serif;
}
.testimonial_section .section_title p {
  color: #7A7979;
  letter-spacing: -0.04em !important;
  font-size: 0.8em;
  margin-right: 5px;
  margin-left: 6px;
}
.testimonial_section .testimonial_slide_box h3 {
  color: #343a40;
}
.testimonial_section .step_number h3 {
  color: #7A7979;
}
.testimonial_section .testimonial_slide_box i {
  font-size: 0.8em;
  margin-left: 6px;
  margin-right: -14px;
  margin-bottom: -25px;
  margin-top: 12px;
  letter-spacing: -0.01em;
}
.testimonial_section .testimonial_slide_box .review {
  font-size: 0.9em;
  line-height: 1.5em;
  text-align: left;
  color: #090909 !important;
}
.total_review h3 {
  font-size: 2em !important;
  margin-top: 50px;
  color: #FFFFFF !important;
}
.total_review h3 span {
  color: #FFFFFF;
  padding-left: 3px;
  padding-right: 3px;
  font-size: 1.5em !important;
}
.testimonial_img img {
  width: 150px !important;
}
.rating P {
  color: hsla(359, 99%, 39%, 1.00);
}
@media screen and (max-width:1024px) {
  .testimonial_section {
    background-size: auto 100%;
    background-position: 0% bottom;
    font-size: 1em;
  }
  .testimonial_section {
    padding-bottom: 50px;
  }
  .testimonial_section .section_title {
    padding-top: 50px;
  }
  .testimonial_section .section_title h2 {
    margin-top: 30px;
  }
  .testimonial_section .testimonial_slide_box .review {
    font-size: 1em;
    padding-left: 20px;
    padding-right: 20px;
  }
  .total_review h3 {
    font-size: 0.8em;
  }
}
/*/////////////////////////////////////////////////////
///////////////////////よくある質問///////////////////////
/////////////////////////////////////////////////////*/
/*背景*/
.faq_section {
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-color: hsl(0deg 37.36% 96.15%);
  padding-bottom: 50px;
}

.faq_section .container {
  width: 800px;
}

.faq_section .section_title h2 {
  text-align: center;
  font-size: 2.5em;
  color: #6C6868;
  font-family: 'Noto Serif JP', serif;
}
.faq_section .section_title p {
  text-align: center;
  font-size: 0.9em;
  color: #5D5D5D;
  font-family: serif;
}
.faq_section .testimonial_slide_box h3 {
  color: var(--main-base);
  text-align: left;
}
.card {
  background-color: hsla(0, 0%, 98%, 1.00) !important;
  -webkit-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.3) !important;
  border-radius: 6px;
  text-align: left;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  margin-bottom: 3px;
}
.card-body {
  color: var(--main-base) !important;
}
.faq_section .faq_panel .card-header .btn {
  padding: 0;
  font-weight: 600;
  color: #17144C;
  text-align: left;
  font-size: 1em;
}
.faq_section .faq_panel .card-header .btn.active {
  color: #17144C;
}
.faq_section .card-header h2 {
  font-size: 1em;
  text-align: left;
}
.faq_section .card-body {
  font-size: 0.9em;
}
.faq_section .card-body p {
  color: #17144C;
  font-weight: 600;
}
@media screen and (max-width:1024px) {
  .card {
    -webkit-box-shadow: 0px 5px 20px -10px rgba(0, 0, 0, 0.3) !important;
    box-shadow: 0px 5px 20px -10px rgba(0, 0, 0, 0.3) !important;
    border-radius: 4px;
    text-align: left;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    margin-bottom: -20px;
  }
  .faq_section {
    margin-bottom: -80px;
    padding-bottom: 100px;
  }

  .faq_section .container {
    width: 100%;
  }

  .faq_section .card-header h2 {
    font-size: 1em;
  }
  .faq_section .section_title h2 {
    font-size: 2em;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: serif;
    color: #6C6868;
  }
  .faq_section .section_title p {
    font-size: 1em;
    padding-bottom: -20px;
  }
}
/*/////////////////////////////////////////////////////
//////////////////////slider2予備///////////////////////
/////////////////////////////////////////////////////*/
.slider_section2 {
  background-image: url(../images/main/bg02.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  object-fit: cover;
  text-align: center;
  background-position: 30% 0%;
}
.slider_section2 .index_box_in1 {
  padding-top: 70px;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
  margin: 0;
}
.slider_section2 .index_box_in1 h2 {
  margin-top: 10px;
  font-size: 1.1em;
  color: #FFFFFF;
  margin-bottom: 24px;
  background-color: #00B5FF;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  margin-right: auto;
  margin-left: auto;
  width: 300px;
}
.slider_section2 .index_box_in1 h3 {
  font-size: 3em;
  margin-top: 20px;
  margin-bottom: 20px;
}
/*/////////////////////////////////////////////////////
///////////////////////////パーツ////////////////////////
/////////////////////////////////////////////////////*/
.lr {
  position: relative;
  display: inline-block;
  padding: 0 50px;
}
.lr:before, .lr:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: #929292;
}
.lr:before {
  left: 0;
}
.lr:after {
  right: 0;
}
/*アニメーション*/
.gold {
  background: linear-gradient(45deg, #DAAF08 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #DAAF08 90% 100%);
  background-size: 800% 400%;
  animation: gradient 5s infinite cubic-bezier(.62, .28, .23, .99) both;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/*マーカー来*/
.t_m {
  color: rgba(0, 0, 0, 1.00);
  background: -webkit-linear-gradient(left, rgba(255, 203, 0, 0.6) 50%, transparent 50%);
  background: -moz-linear-gradient(left, rgba(255, 203, 0, 0.6) 50%, transparent 50%);
  background: linear-gradient(left, rgba(255, 203, 0, 0.6) 50%, transparent 50%);
  background-repeat: no-repeat;
  background-size: 200% .4em;
  background-position: 100% .8em;
  transition: 2s;
}
.t_m.is-active {
  background-position: 0% .8em;
}
/*フレーム*/
.frame_box1 {
  margin-right: auto;
  margin-left: auto;
  width: 150px;
}
.frame_box2 {
  margin-right: auto;
  margin-left: auto;
  width: 250px;
}
.frame_box1 img, .frame_box2 img {
  width: 100%;
}
/*etc*/
.none_sp {
  display: none;
}
.none_sp {
  display: block;
}
.sp_br {
  display: none;
}
.pc_br {
  display: block;
}
.p_box {
  /*margin-left: 170px;
    background-color: #efa6ab;
    width: 50px;
	height: 10px;*/
}
@media screen and (max-width: 1024px) {
  .none_sp {
    display: block;
  }
  .none_sp {
    display: none;
  }
  .sp_br {
    display: block;
  }
  .pc_br {
    display: none;
  }
}
.nam {
  font-family: 'number';
}
.c {
  float: none;
  clear: both;
}
.box1 {
  margin: 2em 0;
  position: relative;
  padding-top: 0.3em;
  padding-right: 2.5em;
  padding-left: 2.5em;
  padding-bottom: 0.5em;
  border-top: solid 1px hsla(0, 0%, 28%, 0.40);
  border-bottom: 1px solid hsla(0, 0%, 28%, 0.40);
}
.box1:before, .box1:after {
  content: '';
  position: absolute;
  top: -10px;
  width: 1px;
  height: -webkit-calc(100% + 20px);
  height: calc(100% + 20px);
  background-color: hsla(0, 0%, 28%, 0.40);
}
.box1:before {
  left: 10px;
}
.box1:after {
  right: 10px;
}
.box1 p {
  margin: 0;
  padding: 0;
}
.box2 {
  margin: 2em 0;
  position: relative;
  padding-top: 0.3em;
  padding-right: 2.5em;
  padding-left: 2.5em;
  padding-bottom: 0.5em;
  border-top: solid 1px #6C6868;
  ;
  border-bottom: 1px solid #6C6868;
  font-family: serif;
}
.box2:before, .box2:after {
  content: '';
  position: absolute;
  top: -10px;
  width: 1px;
  height: -webkit-calc(100% + 20px);
  height: calc(100% + 20px);
  background-color: #6C6868;
}
.box2:before {
  left: 10px;
}
.box2:after {
  right: 10px;
}
.box2 p {
  margin: 0;
  padding: 0;
}
.t_mini {
  font-size: 0.6em;
}
.b {
  font-weight: 500;
}
.b2 {
  font-weight: 500;
  font-size: 2em;
  margin-left: 10px;
  font-style: italic;
  color: hsla(0, 0%, 2%, 1.00);
}
.item {
  width: 80px;
  margin-right: auto;
  margin-left: auto;
}
.item img {
  width: 100%;
  color: #6C6868;
}