@charset "UTF-8";

.page_top {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
}

@media (max-width: 1000px) {
  .page_top {
    top: 0;
  }
}


.other_h .header_nav_text {
  color: #333333;
}


.other_h .site_logo {
  max-width: 388px !important;
  min-width: 350px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 40%;
          flex: 0 1 40%;
}

@media (max-width: 1000px) {
  .other_h .site_logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 60%;
            flex: 0 1 60%;
  }
}

@media (max-width: 767px) {
  .other_h .site_logo {
    min-width: 220px !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 1 60% !important;
            flex: 0 1 60% !important;
  }
}

.home_top {
  height: 100vh;
  max-height: 900px;
  width: auto;
}

@media (max-width: 1000px) {
  .home_top {
    height: 70vw;
  }
}

.home_top .o_inner {
  position: relative;
}

.home_top .o_inner .only_pc {
  position: absolute;
  top: 280px;
  left: 90px;
  z-index: 2;
}

.home_top .o_inner .only_pc img {
  max-width: 390px;
  height: auto;
}

.home_top .o_inner .only_sp {
  position: absolute;
  top: 280px;
  left: 77px;
  z-index: 2;
}

.home_top .o_inner .only_sp img {
  max-width: 62px;
  height: auto;
  height: auto;
}

.home_top_o {
  position: relative;
}

.home_top_wrap {
  width: 100%;
  position: fixed;
  z-index: -1;
}

.swiper-container {
  overflow: hidden;
}

@media (max-width: 1000px) {
  .swiper-container {
/*    margin-top: -150px; */
  }
}

.swiper-container img {
  min-width: 1280px;
}

@media (max-width: 767px) {
  .swiper-container img {
    min-width: 116%;
    min-height: 116%;
    height: 116%;
  }
}

.swiper-wrapper {
  width: 100%;
}

.swiper-wrapper .swiper-slide {
  width: 100%;
}

.swiper-wrapper .swiper-slide .slide-img {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.swiper-wrapper img {
  width: 100%;
  max-height: 900px;
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  -webkit-animation: zoomUp 10s linear 0s 1 normal both;
          animation: zoomUp 10s linear 0s 1 normal both;
}

.slide-img img {
  display: block;
}

.home_top_popup {
  background-color: #fff;
  position: absolute;
  top: 160px;
  left: 50%;
  z-index: 10;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80%;
  max-width: 960px;
  display: none;
}

@media (max-width: 999px) {
  .home_top_popup {
    top: 120px;
    left: 50%;
    width: 90%;
  }
}

@media (max-width: 767px) {
  .home_top_popup {
    top: 60px;
    left: 50%;
    width: 90%;
  }
}

.home_top_popup .inner {
  width: 90%;
  margin: auto;
  padding-top: 45px;
  padding-bottom: 40px;
}

@media (max-width: 767px) {
  .home_top_popup .inner  {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.home_top_popup_title {
  padding: 0 30px 0 0;
  font-size: 20px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .home_top_popup_title {
    padding: 0 40px 0 0;
    font-size: 14px;
    line-height: 1.6;
    min-height: 50px;
    vertical-align: middle;
  }
}

@media (max-width: 767px) {
  .home_top_popup .inner .scroll {
    overflow-y: scroll;
    height: 300px;
    line-height: 1.6;
  }

  .home_top_popup .inner .scroll .table_square_red > tbody > tr > th {
    line-height: 1.3;
    font-size: 13px;
  }
  .home_top_popup .inner .scroll .table_square_red > tbody > tr > td {
    line-height: 1.6;
    font-size: 13px;
  }

}

.home_top_popup_text {
  padding-top: 18px;
  color: #333333;
  font-size: 15px;
  line-height: 1.8em;
}
@media (max-width: 767px) {
  .home_top_popup_text {
    padding-top: 5px;
    font-size: 13px;
  }
}

.home_top_popup_subtitle {
  margin: 40px 0 20px 0;
  color: #A91B4B;
  font-size: 20px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .home_top_popup_subtitle {
    margin: 20px 0 10px 0;
    font-size: 14px;
  }
}

.home_top_popup_wrap {
  position: relative;
  height: 100%;
  border: 1px solid #f00;
  background-color: #ffffcc;
}

.home_top_popup_wrap .home_top_popup_btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background-color: #DDDDDD;
  text-align: center;
  line-height: 60px;
}

@media (max-width: 767px) {
  .home_top_popup_wrap .home_top_popup_btn {
    width: 48px;
    height: 48px;
  }
}


.home_top_popup_wrap .home_top_popup_btn:hover {
  cursor: pointer;
}

.home_top_popup_wrap .home_top_popup_btn img {
  max-width: 20px;
  height: auto;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .home_top_popup_wrap .home_top_popup_btn img {
    padding-top: 14px;
    vertical-align: top;
  }
}


.home_top_popup_wrap a {
	display: block;
	padding-left: 10px;
	width: 154px;
	line-height: 33px;
	height: 33px;
	color: #A91B4B;
	font-size: 14px;
	border: 1px solid #A91B4B;
	background: url(../img/more_icon.png) no-repeat top 50% right 10px;
}

.home_top_info {
  position: absolute;
  z-index: 11;
  top: 50%;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 999px) {
  .home_top_info {
    display: none;
  }
}

.home_top_info_title {
  background-color: #A91B4B;
  width: 49px;
  height: 183px;
  padding-top: 23px;
  text-align: center;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.home_top_info_title:hover {
  cursor: pointer;
}

.home_top_info_title_img img {
  width: 34px;
  height: auto;
}

.home_top_info_title_text {
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin: auto;
  font-size: 18px;
  padding-top: 20px;
}

.home_top_info_content {
  background-color: #fff;
  width: 340px;
  display: none;
}

.home_top_info_content .inner {
  width: 90%;
  margin: auto;
  padding-top: 22px;
  padding-bottom: 25px;
}

.home_top_info_content_show {
  display: block;
}

.home_top_info_content_title {
  font-size: 16px;
  color: #A91B4B;
}

.home_top_info_content_text {
  padding-top: 10px;
  font-size: 16px;
  font-weight: 700;
}

.home_top_info_content_text span {
  font-weight: 400;
  font-size: 13px;
  line-height: 2em;
}

.home_top_info_content2 {
  padding-top: 25px;
}

.home_top_info_content3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
}

.home_top_info_content3 .home_top_info_content3_item {
  display: block;
  width: calc(50% - 13px / 2);
  margin-right: 7.5px;
  background-color: #DDDDDD;
  text-align: center;
}

.home_top_info_content3 .home_top_info_content3_item:last-child {
  margin-right: 0;
  margin-left: 7.5px;
}

.home_top_info_content3 .home_top_info_content3_item p {
  color: #A91B4B;
  font-size: 13px;
  height: 58px;
  line-height: 58px;
}

.home_top_info_content4 {
  padding-top: 10px;
}

.home_top_info_content4 p {
  font-size: 12px;
  line-height: 1.5em;
}

.sp_list_wrap_f {
  margin-top: 30px;
}

.sp_list_wrap_f,
footer {
  background-color: #A91B4B;
}

@media (max-width: 767px) {
  .sp_list_wrap_f,
  footer {
    background-color: #FDF4F7 !important;
  }
}

.sp_list_wrap_f .inner,
footer .inner {
  width: 90%;
  max-width: 980px;
  margin: auto;
  padding-top: 27px;
  padding-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 767px) {
  .sp_list_wrap_f .inner,
  footer .inner {
    width: 100% !important;
    display: block !important;
    padding-top: 40px !important;
    padding-bottom: 0 !important;
  }
}

.sp_top_info {
  display: none;
  background-color: #fff;
  padding-top: 23px;
}

@media (max-width: 999px) {
  .sp_top_info {
    display: block;
  }
}

.sp_top_info .inner {
  width: 90%;
  max-width: 980px;
  margin: auto;
}

.sp_top_info .inner .home_top_info_content1,
.sp_top_info .inner .home_top_info_content2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.sp_top_info .inner .home_top_info_content1 p,
.sp_top_info .inner .home_top_info_content2 p {
  font-size: 16px;
}

.sp_top_info .inner .home_top_info_content1 .home_top_info_content_title,
.sp_top_info .inner .home_top_info_content2 .home_top_info_content_title {
  margin-right: 15px;
}

.sp_top_info .inner .home_top_info_content1 .home_top_info_content_text,
.sp_top_info .inner .home_top_info_content2 .home_top_info_content_text {
  padding-top: 0;
  letter-spacing: -.05em;
}

.sp_top_info .inner .home_top_info_content2 {
  padding-top: 15px;
}

.sp_top_info_title {
  background-color: #A91B4B;
  color: #fff;
  font-size: 16px;
  height: 31px;
  line-height: 31px;
  text-align: center;
  margin-bottom: 17px;
}

.top_nav {
  background-color: #fff;
  border-bottom: 1px solid #A91B4B;
}

@media (max-width: 999px) {
  .top_nav {
    display: none;
  }
}

.top_nav .inner {
  width: 100%;
  max-width: 980px;
  margin: auto;
}

.top_nav .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.top_nav .inner ul li {
  text-align: center;
  display: table;
  height: 65px;
}

.top_nav .inner ul li:last-child {
  margin-top: -2px;
}

.top_nav .inner ul li a {
  color: #333333;
  display: table-cell;
  vertical-align: middle;
  font-size: 15px;
}

.top_nav .inner ul li a span {
  font-size: 10px;
  color: #A91B4B;
  display: inline-block;
  padding-top: 10px;
}

.top_nav_icon {
  padding-top: 0 !important;
}

.top_nav_icon img {
  max-width: 20px;
  height: auto;
  vertical-align: sub;
}

.top_nav .inner ul {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.top_nav li {
  width: 25%;
}

.top_nav li:last-child a {
  border-right: 1px solid #DDDDDD;
}

.top_nav li a {
  display: block !important;
  border-left: 1px solid #DDDDDD;
  max-height: 40px;
  line-height: 40px;
  margin-top: 11.5px;
  margin-bottom: 11.5px;
  text-align: center;
}

.news_title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news_title {
  font-size: 32px;
  color: #A91B4B;
}

@media (max-width: 767px) {
  .news_title {
    font-size: 25px;
  }
}

.news_title span {
	vertical-align: middle;
}

.news_title .slash {
  font-size: 23px;
  padding-left: 15px;
  padding-right: 8px;
}

@media (max-width: 767px) {
  .news_title .slash {
    font-size: 25px;
    padding-left: 10px;
    padding-right: 5px;
  }
}

.news_title .ja {
  font-size: 14px;
}

@media (max-width: 767px) {
  .news_title span {
  }
}




/* ゆうゆう追加分 */

.other_p_news {
  padding-top: 40px;
  background-color: #fff;
  padding-bottom: 70px;
}

@media (max-width: 999px) {
  .other_p_news {
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  .other_p_news {
    padding-bottom: 40px;
  }
}

.other_p_news .content_title {
  border-left: none !important;
  padding-left: 0 !important;
}

.more_content {
  color: #333333;
  font-size: 14px;
  padding-right: 30px;
  display: inline-block;
  position: relative;
}

@media (max-width: 767px) {
  .more_content {
    font-size: 12px;
  }
}

.more_content::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: no-repeat url("../img/more_icon@2x.png") center center/contain;
  width: 13px;
  height: 13px;
}

.news_items {
  padding-top: 34px;
}

.news_items ul {
  border-top: 1px solid #DDDDDD;
}

.news_item {
  border-bottom: 1px solid #DDDDDD;
}

.news_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 23px;
  padding-bottom: 21px;
  color: #333333;
  width: 100%;
}

@media (max-width: 767px) {
  .news_item a .news_item_date {
    min-width: 86px;
    margin-right: 30px;
    line-height: 1.5em;
  }
}

@media (max-width: 999px) {
  .news_item a .news_item_title {
    line-height: 1.5em;
  }
}

.news_item a p {
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 1000px) {
  .news_item a p {
    white-space: nowrap;
    font-size: 15px;
  }
}

@media (max-width: 999px) {
  .news_item a p {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
  }
}

.news_item_date {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 15%;
          flex: 0 1 15%;
}

.news_item_title {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 85%;
          flex: 0 1 85%;
}

.yuyu_top_main {
  background-color: #F8F8F8;
  padding-top: 75px;
  padding-bottom: 100px;
}

@media (max-width: 767px) {
  .yuyu_top_main {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}


.yuyu_main1,
.yuyu_main2 {
  position: relative;
}

.yuyu_main1 .yuyu_main_img,
.yuyu_main2 .yuyu_main_img {
  max-width: 696px;
}

@media (max-width: 999px) {
  .yuyu_main1 .yuyu_main_img,
  .yuyu_main2 .yuyu_main_img {
    max-width: 600px;
  }
}

@media (max-width: 767px) {
  .yuyu_main1 .yuyu_main_img,
  .yuyu_main2 .yuyu_main_img {
    max-width: 100%;
  }
}

.yuyu_main1 .yuyu_main_img img,
.yuyu_main2 .yuyu_main_img img {
  width: 100%;
  height: auto;
}

.yuyu_main1 a,
.yuyu_main2 a {
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
  width: 100%;
  max-width: 349px;
  padding-left: 52px;
  padding-right: 43px;
  -webkit-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.16);
}

@media (max-width: 999px) {
  .yuyu_main1 a,
  .yuyu_main2 a {
    padding-left: 40px;
    padding-right: 30px;
    width: 40%;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .yuyu_main1 a,
  .yuyu_main2 a {
    width: 100%;
    max-width: 100%;
    position: relative;
    top: 100px;
    left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.yuyu_main1 a .yuyu_top_main_img_title,
.yuyu_main2 a .yuyu_top_main_img_title {
  color: #A91B4B;
  font-size: 24px;
  position: relative;
}

@media (max-width: 999px) {
  .yuyu_main1 a .yuyu_top_main_img_title,
  .yuyu_main2 a .yuyu_top_main_img_title {
    font-size: 20px;
  }
}

.yuyu_main1 a .yuyu_top_main_img_title:after,
.yuyu_main2 a .yuyu_top_main_img_title:after {
  position: absolute;
  content: "";
  bottom: -25px;
  left: 0;
  width: 50px;
  height: 1px;
  background-color: #A91B4B;
}

@media (max-width: 999px) {
  .yuyu_main1 a .yuyu_top_main_img_title:after,
  .yuyu_main2 a .yuyu_top_main_img_title:after {
    bottom: -15px;
  }
}

@media (max-width: 767px) {
  .yuyu_main1 a .yuyu_top_main_img_title:after,
  .yuyu_main2 a .yuyu_top_main_img_title:after {
    bottom: -25px;
  }
}

.yuyu_main1 a .yuyu_top_main_img_text,
.yuyu_main2 a .yuyu_top_main_img_text {
  color: #333333;
  font-size: 15px;
  line-height: 1.8em;
  padding-top: 50px;
}

@media (max-width: 999px) {
  .yuyu_main1 a .yuyu_top_main_img_text,
  .yuyu_main2 a .yuyu_top_main_img_text {
    padding-top: 30px;
  }
}

@media (max-width: 767px) {
  .yuyu_main1 a .yuyu_top_main_img_text,
  .yuyu_main2 a .yuyu_top_main_img_text {
    padding-top: 40px;
  }
}

.yuyu_main1 a {
  right: 0;
  padding-top: 32px;
  height: 350px;
}

@media (max-width: 999px) {
  .yuyu_main1 a {
    height: 300px;
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  .yuyu_main1 a {
    height: auto !important;
    max-height: 290px;
    padding-top: 36px;
    padding-bottom: 15px;
  }
}

.yuyu_main2 {
  margin-top: 85px;
}

@media (max-width: 767px) {
  .yuyu_main2 {
    margin-top: 30px;
  }
}

.yuyu_main2 .yuyu_main_img {
  margin-left: auto;
}

.yuyu_main2 a {
  padding-top: 50px;
  left: 0;
  height: 388px;
}

@media (max-width: 999px) {
  .yuyu_main2 a {
    height: 340px;
    padding-top: 25px;
  }
}

@media (max-width: 767px) {
  .yuyu_main2 a {
    height: auto !important;
    padding-bottom: 15px;
  }
}

.yuyu_main2 .yuyu_top_main_img_title {
  line-height: 1.5em;
  position: relative;
}

@media (max-width: 999px) {
  .yuyu_main2 .yuyu_top_main_img_title {
    line-height: 1.2em;
  }
}

.yuyu_main2 .yuyu_top_main_img_title:after {
  position: absolute;
  content: "";
  bottom: -15px !important;
  left: 0;
  width: 50px;
  height: 1px;
  background-color: #A91B4B;
}

@media (max-width: 999px) {
  .yuyu_main2 .yuyu_top_main_img_title:after {
    bottom: -10px !important;
  }
}

@media (max-width: 767px) {
  .yuyu_main2 .yuyu_top_main_img_title:after {
    bottom: -15px !important;
  }
}

.yuyu_main2 .yuyu_top_main_img_text {
  padding-top: 30px !important;
}

@media (max-width: 999px) {
  .yuyu_main2 .yuyu_top_main_img_text {
    padding-top: 20px !important;
  }
}

@media (max-width: 767px) {
  .yuyu_main2 .yuyu_top_main_img_text {
    padding-top: 30px !important;
  }
}

.yuyu_top_links {
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 43px;
}

@media (max-width: 767px) {
  .yuyu_top_links {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.yuyu_top_links .content_title {
  border-left: none !important;
  padding-left: 0 !important;
}

.yuyu_top_links_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .yuyu_top_links_wrap {
    display: block;
  }
}

.yuyu_top_link1,
.yuyu_top_link2 {
  width: calc(50% - 16px / 2);
}

@media (max-width: 767px) {
  .yuyu_top_link1,
  .yuyu_top_link2 {
    width: 100%;
  }
}

.yuyu_top_link1 {
  margin-right: 16px;
}

@media (max-width: 767px) {
  .yuyu_top_link1 {
    margin-bottom: 30px;
  }
}

.yuyu_top_link_img {
  padding-top: 10px;
  display: inline-block;
}

.yuyu_top_link_img img {
  width: 100%;
}

.yuyu_tab_main {
  padding-top: 50px;
  padding-bottom: 160px;
}

@media (max-width: 767px) {
  .yuyu_tab_main {
    overflow-x: hidden;
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .yuyu_tab_main .inner {
    width: 95%;
  }
}

.yuyu_tab_main .yuyu_tab_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #A91B4B;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .yuyu_tab_main .yuyu_tab_btn {
    border-bottom: none;
    position: relative;
  }
  .yuyu_tab_main .yuyu_tab_btn:after {
    position: absolute;
    content: "";
    bottom: -1px;
    left: -30%;
    width: 1000px;
    height: 1px;
    background-color: #A91B4B;
  }
}

.yuyu_tab_main .yuyu_tab_btn a {
  display: block;
  width: calc(33.3333% - 16px * 2 / 3);
  margin-right: 16px;
  text-align: center;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  background-color: #F8F8F8;
  color: #666666;
}

.yuyu_tab_main .yuyu_tab_btn a:last-child {
  margin-right: 0;
}

@media (max-width: 999px) {
  .yuyu_tab_main .yuyu_tab_btn a {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .yuyu_tab_main .yuyu_tab_btn a {
    font-size: 10px;
    display: table;
    letter-spacing: -.1em;
  }
}

@media (max-width: 767px) {
  .yuyu_tab_main .yuyu_tab_btn a p {
    line-height: 1.2em;
    display: table-cell;
    vertical-align: middle;
  }
}

@media (max-width: 767px) {
  .yuyu_tab_main .yuyu_tab_btn a p .tab_sp {
    display: none;
  }
}

.yuyu_tab_main .yuyu_tab_btn .this {
  background-color: #fff;
  color: #A91B4B;
  border-top: 1px solid #A91B4B;
  border-left: 1px solid #A91B4B;
  border-right: 1px solid #A91B4B;
  position: relative;
}

.yuyu_tab_main .yuyu_tab_btn .this:after {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  z-index: 1;
}

.yuyu_tab_main .yuyu_tab_btn .tab_sp_b {
  display: none;
}

@media (max-width: 767px) {
  .yuyu_tab_main .yuyu_tab_btn .tab_sp_b {
    display: block;
  }
}
/*
.yuyu_tab_main .content_title {
  font-size: 20px;
}

@media (max-width: 767px) {
  .yuyu_tab_main .content_title {
    font-size: 18px;
  }
}
*/

