@charset "UTF-8";
.l-detail-history.page_content {
  background: #FFDE00 url(../images/content/history-bg.png) no-repeat center top;
}

.l-detail-history.page_content .l-footer-history_slider::before {
  background: #ffde00;
}

.l-detail-history.page_content .l-footer-history_slider::after {
  background: #ffde00;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.is_between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .l-detail-history.page_content {
    padding: 20px 0 40px;
    background: #FFDE00 url(../images/content/history-bg.png) no-repeat center top -110px;
  }
}

/*============================================================
common_contentwrap
==============================================================*/
.common_contentwrap {
  padding: 40px;
  margin-bottom: 40px;
  border-bottom: 2px solid #EBEBEB;
}

.common_contentwrap.mb0 {
  margin-bottom: 0;
}

.common_contentwrap.layer01 {
  background-color: #FF758B;
}
.common_contentwrap.layer01 .item .list .txtbox a .archive_ttl {
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;

}
.common_contentwrap.layer01 .item .list .txtbox a .date {
  color: #000;
}

.common_contentwrap .ttl {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 25px;
}

.common_contentwrap .ttl.color01 {
  color: #fff;
}
.common_contentwrap .item::after {
  content: '';
  display: block;
  width: 31.708%;
}
.common_contentwrap .item .list {
  width: 31.708%;
}

.common_contentwrap .item .list:nth-child(odd) .img a::before {
  content: '';
  display: block;
  position: absolute;
  background: url(../images/content/cicle.png) no-repeat;
  background-size: contain;
  width: 230px;
  height: 230px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-49%, -47%);
          transform: translate(-49%, -47%);
}

.common_contentwrap .item .list:nth-child(even) .img a::before {
  content: '';
  display: block;
  position: absolute;
  background: url(../images/content/cicle03.png) no-repeat;
  background-size: contain;
  width: 230px;
  height: 230px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -47%);
          transform: translate(-50%, -47%);
}
.common_contentwrap.layer01 .item .list:nth-child(even) .img a::before {
  content: '';
  display: block;
  position: absolute;
  background: url(../images/content/cicle02.png) no-repeat;
  background-size: contain;
  width: 230px;
  height: 230px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -47%);
          transform: translate(-50%, -47%);
}

.common_contentwrap .item .list .img {
  margin-bottom: 20px;
}

.common_contentwrap .item .list .img a {
  display: block;
  position: relative;
}

.common_contentwrap .item .list .img a img {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.common_contentwrap .item .list .txtbox a {
  display: block;
}
.common_contentwrap .item .list .txtbox a .archive_ttl{
  color: #FF758B;
  font-weight: 600;
  margin-bottom: 10px;
}
.common_contentwrap .item .list .txtbox a .date {
  font-size: 14px;
  font-weight: bold;
  color: #8B8B8B;
  line-height: 1.2;
  margin-bottom: 10px;
}

.common_contentwrap .item .list .txtbox a .list_ttl {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 15px;
}
.common_contentwrap .item .list .txtbox a .customer_name {
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    margin-top: 10px;
}

.common_contentwrap .item .list .txtbox .label {
 font-size: 10px;
}
.common_contentwrap .item .list .txtbox .label .span {
  display: inline-block;
  background-color: #FF758B;
  font-size: 10px;
  padding: 4px 6px;
  border: 2px solid #fff;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}

.common_contentwrap .item .list .txtbox .category {
  margin-bottom: 20px;
}

.common_contentwrap .item .list .txtbox .category ul li {
  margin-right: 5px;
  margin-bottom: 5px;
}

.common_contentwrap .item .list .txtbox .category ul li a {
  border: 1px solid #FF758B;
  color: #FF758B;
  background-color: #fff;
  display: block;
  font-size: 10px;
  font-weight: bold;
  padding: 4px 7px;
}

@media screen and (max-width: 768px) {
  .common_contentwrap {
    padding: 40px 20px;
    margin-bottom: 40px;
  }
  .common_contentwrap.mb0 {
    padding: 20px;
  }
  .common_contentwrap .item::after {
   display: none;
  }
  .common_contentwrap .item .list {
    width: 100%;
    max-width: 450px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 2px solid #e8e8e8;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .common_contentwrap .item .list:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
  .common_contentwrap .item .list .img {
    width: 40%;
    margin-bottom: 20px;
  }
  .common_contentwrap .item .list .img a img {
    width: 140px;
    height: 140px;
    min-width: 140px;
    min-height: 140px;
  }
  .common_contentwrap .item .list:nth-child(odd) .img a::before {
    width: 150px;
    height: 150px;
  }
  
  .common_contentwrap .item .list:nth-child(even) .img a::before {
    width: 150px;
    height: 150px;
  }
  .common_contentwrap.layer01 .item .list:nth-child(even) .img a::before {
    width: 150px;
    height: 150px;
  }
  .common_contentwrap .item .list .txtbox {
    width: 52%;
  }
  .common_contentwrap .item .list .txtbox a .date {
    margin-bottom: 5px;
  }
  .common_contentwrap .item .list .txtbox a .list_ttl {
    margin-bottom: 10px;
  }
    .common_contentwrap .item .list .txtbox a .customer_name{
        text-align: left
    }
    .common_contentwrap .item .list .txtbox a .date {
        font-size: 12px;
    }

    .common_contentwrap .item .list .txtbox a .list_ttl {
        font-size: 14px;
    }
    .common_contentwrap .item .list .txtbox a .customer_name {
        font-size: 12px;
    }

}

/*============================================================
common_trouble
==============================================================*/
.common_trouble {
  background: #FF758B;
  padding: 40px 0;
  text-align: center;
  position: relative;
}

.common_trouble::before {
  content: '';
  display: block;
  position: absolute;
  background: url(../images/content/original_icon.png) no-repeat;
  background-size: contain;
  width: 163px;
  height: 100px;
  top: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.common_trouble_title {
  font-size: 2.4rem;
  color: #fff;
  margin-bottom: 20px;
}

.common_trouble_text {
  font-weight: bold;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .common_trouble {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0 30px;
    margin-bottom: 50px;
  }
  .common_trouble_inner {
    width: 76%;
    margin: 0 auto;
  }
  .common_trouble_title {
    font-size: 1.8rem;
  }
  .common_trouble_text {
    text-align: left;
    margin-bottom: 20px;
  }
}

/*============================================================
左サイド
==============================================================*/
#page_content {
  /*============================================================
右サイド
==============================================================*/
}

#page_content .l-aside-category .p-section_aside_cate:last-child {
  border-bottom: 2px solid #c4c4c4;
}

#page_content .l-aside-category .p-section_aside_cate .h3_ttl {
  font-size: 1.4rem;
  margin-bottom: 15px;
  padding-left: 5px;
}

#page_content .l-aside-category .p-section_aside_cate .content .item {
  border-bottom: 2px solid #ebebeb;
  padding: 15px;
  padding-left: 5px;
}

#page_content .l-aside-category .p-section_aside_cate .content .item:last-child {
  border-bottom: none;
}

#page_content .l-aside-category .p-section_aside_cate .content .item a {
  display: block;
  /* padding: 15px;
  padding-left: 5px; */
}

#page_content .l-aside-category .p-section_aside_cate .content .item a .date {
  font-size: 10px;
  font-weight: bold;
  line-height: 1.2;
  color: #8B8B8B;
  margin-bottom: 10px;
}

#page_content .l-aside-category .p-section_aside_cate .content .item a .item_ttl {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.65;
  margin-bottom: 10px;
}

#page_content .l-aside-category .p-section_aside_cate .content .item .label {
  margin-bottom: 10px;
}

#page_content .l-aside-category .p-section_aside_cate .content .item .label.color01 .span {
  background-color: #FF758B;
  font-size: 10px;
  display: inline-block;
  font-weight: bold;
  color: #fff;
  padding: 4px 7px;
}
#page_content .l-aside-category .p-section_aside_cate .content .item .category li {
 margin-right: 5px;
 margin-bottom: 5px;
}
#page_content .l-aside-category .p-section_aside_cate .content .item .category li a {
  border: 1px solid #FF758B;
    color: #FF758B;
    background-color: #fff;
    display: block;
    font-size: 10px;
    font-weight: bold;
    padding: 4px 7px;
 }

#page_content .l-aside-category .p-section_aside_cate .content .sns_txt {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.65;
  margin-bottom: 15px;
}

#page_content .l-aside-category .p-section_aside_cate .content .sns_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

#page_content .l-aside-category .p-section_aside_cate .content .sns_list li {
  margin-right: 15px;
}

#page_content .l-aside-category .p-section_aside_cate .content .sns_list li:last-child {
  margin-right: 0;
}

#page_content .l-content_category {
  /*============================================================
snsbox
==============================================================*/
}

#page_content .l-content_category .l-category_content .top_txt {
  font-size: 16px;
  text-align: center;
  margin-bottom: 50px;
}

#page_content .l-content_category .top_contentwrap01 {
  padding: 60px 40px;
  border-bottom: 2px solid #EBEBEB;
}

#page_content .l-content_category .top_contentwrap01 .ttl {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 25px;
}

#page_content .l-content_category .top_contentwrap01 .top_txt {
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 30px;
}

#page_content .l-content_category .top_contentwrap01 .slider_box {
  margin-bottom: 40px;
}

#page_content .l-content_category .top_contentwrap01 .slider_box .list {
  padding: 10px;
}

#page_content .l-content_category .top_contentwrap01 .slider_box .list .img {
  margin-bottom: 10px;
}

#page_content .l-content_category .top_contentwrap01 .slider_box .list .name {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
#page_content .l-content_category .top_contentwrap01 .slider_box .list .customer_name {
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    margin-top: 10px;
}

#page_content .l-content_category .top_contentwrap01 .slider_box .slick-slide:nth-child(odd) .list02 .img a::before {
  content: '';
  display: block;
  position: absolute;
  background: url(../images/content/cicle.png) no-repeat;
  background-size: contain;
  width: 144px;
  height: 133px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-49%, -48%);
          transform: translate(-49%, -48%);
}

#page_content .l-content_category .top_contentwrap01 .slider_box .slick-slide:nth-child(even) .list02 .img a::before {
  content: '';
  display: block;
  position: absolute;
  background: url(../images/content/cicle02.png) no-repeat;
  background-size: contain;
  width: 144px;
  height: 133px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-49%, -48%);
          transform: translate(-49%, -48%);
}

#page_content .l-content_category .top_contentwrap01 .slider_box .list02 {
  padding: 10px;
}

#page_content .l-content_category .top_contentwrap01 .slider_box .list02 .img {
  margin-bottom: 20px;
}

#page_content .l-content_category .top_contentwrap01 .slider_box .list02 .img a {
  display: block;
  position: relative;
}

#page_content .l-content_category .top_contentwrap01 .slider_box .list02 .img a img {
  width: 135px;
  height: 135px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

#page_content .l-content_category .top_contentwrap01 .slider_box .list02 .txtbox a {
  display: block;
}

#page_content .l-content_category .top_contentwrap01 .slider_box .list02 .txtbox a .date {
  font-size: 14px;
  color: #8B8B8B;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
}

#page_content .l-content_category .top_contentwrap01 .slider_box .list02 .txtbox a .list_ttl {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 15px;
}

#page_content .l-content_category .top_contentwrap01 .slider_box .list02 .txtbox .label {
 font-size: 10px;
}
#page_content .l-content_category .top_contentwrap01 .slider_box .list02 .txtbox .label .span {
  display: inline-block;
  background-color: #FF758B;
  font-size: 10px;
  padding: 4px 6px;
  /* border: 2px solid #fff; */
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}

#page_content .l-content_category .top_contentwrap01 .slider_box .list02 .txtbox .category ul li {
  margin-right: 5px;
  margin-bottom: 5px;
}

#page_content .l-content_category .top_contentwrap01 .slider_box .list02 .txtbox .category ul li .span {
  border: 1px solid #FF758B;
  color: #FF758B;
  background-color: #fff;
  display: inline-block;
  font-size: 10px;
  margin-right: 5px;
  font-weight: bold;
  padding: 4px 7px;
}

#page_content .l-content_category .top_contentwrap01 .slider_box .slick-prev {
  left: -23px;
    top: 100px;
  background: url(../images/common/slider-prev01.png) no-repeat center/21px 20px;
}

#page_content .l-content_category .top_contentwrap01 .slider_box .slick-prev::before {
  display: none;
}

#page_content .l-content_category .top_contentwrap01 .slider_box .slick-next {
  right: -23px;
    top: 100px;
  background: url(../images/common/slider-next01.png) no-repeat center/21px 20px;
}

#page_content .l-content_category .top_contentwrap01 .slider_box .slick-next::before {
  display: none;
}

#page_content .l-content_category .top_contentwrap01 .btn {
  width: 130px;
  margin: auto;
}

#page_content .l-content_category .top_contentwrap01 .btn a {
  font-family: 'Poppins', sans-serif;
  display: block;
  padding: 5px;
  text-align: center;
  background-color: #FFDE00;
  border-radius: 100px;
}

#page_content .l-content_category .sns_box {
  padding-top: 50px;
  max-width: 710px;
  margin: auto;
  margin-bottom: 110px;
}

#page_content .l-content_category .sns_box .sns_contwrap {
  margin-bottom: 40px;
}
#page_content .l-content_category .sns_box .twitter .ttl {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
}
#page_content .l-content_category .sns_box .facebook .ttl {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
}

#page_content .l-content_category .sns_box .instagram {
  max-width: 570px;
  margin: auto;
  margin-bottom: 80px;
}

#page_content .l-content_category .sns_box .instagram .ttl {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
}

#page_content .l-content_category .sns_box .instagram .img {
  width: 18%;
}

/*============================================================
breakpoint 1100px
==============================================================*/
@media screen and (max-width: 1100px) {
  .l-category_content .c-title_cate {
    padding-top: 40px;
  }
}

/*============================================================
breakpoint 768px
==============================================================*/
@media screen and (max-width: 768px) {
  #page_content .l-content_category .l-category_content .top_txt {
    padding: 0 20px;
    margin-bottom: 40px;
  }
  #page_content .l-content_category .top_contentwrap01 {
    padding: 40px 20px;
  }
  #page_content .l-content_category .top_contentwrap01 .top_txt {
    text-align: left;
    padding: 0;
    margin-bottom: 25px;
  }
  #page_content .l-content_category .top_contentwrap01 .slider_box .list {
    padding: 5px;
  }
  #page_content .l-content_category .top_contentwrap01 .slider_box {
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }
  #page_content .l-content_category .top_contentwrap01 .slider_box .list .name {
    text-align: left;
      font-size: 14px;
  }
    #page_content .l-content_category .top_contentwrap01 .slider_box .list .customer_name {
       font-size: 12px;
    }
    #page_content .l-content_category .top_contentwrap01 .slider_box .list02 .txtbox a .date {
        font-size: 12px;
    }

    #page_content .l-content_category .top_contentwrap01 .slider_box .list02 .txtbox a .list_ttl {
        font-size: 14px;
    }
  #page_content .l-content_category .top_contentwrap01 .slider_box .slick-prev {
    top: 42%;
  }
  #page_content .l-content_category .top_contentwrap01 .slider_box .slick-next {
    top: 42%;
  }
  #page_content .l-content_category .sns_box {
    padding: 40px 20px 0;
    max-width: 400px;
    margin: auto;
    margin-bottom: 100px;
  }
  #page_content .l-content_category .sns_box .twitter {
    margin: auto;
    margin-bottom: 40px;
  }
  #page_content .l-content_category .sns_box .facebook {
    margin: auto;
  }
  #page_content .l-content_category .sns_box .instagram .img {
    width: 30%;
  }
  #page_content .l-content_category .sns_box .instagram.sp #sbi_images {
    display: flex;
    justify-content: center;
  }
  #page_content .l-content_category .sns_box .instagram.sp #sbi_images {
    display: flex;
    justify-content: center;
  }
  #page_content .l-content_category .sns_box .instagram.sp #sbi_images .sbi_item {
    width: 30%;
  }
  #page_content .l-content_category .sns_box .instagram.sp #sbi_images a {
    height: 95px !important;
  }
  .sp_footer_link {
    padding: 0 20px;
  }
  .sp_footer_link .ttl {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 30px;
  }
  .sp_footer_link .txt {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .sp_footer_link .sns_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 60px;
  }
  .sp_footer_link .sns_list li {
    margin-right: 30px;
  }
  .sp_footer_link .sns_list li:last-child {
    margin-right: 0;
  }
  .sp_footer_link .detail_link .list {
    position: relative;
    border-top: 2px solid #c4c4c4;
  }
  .sp_footer_link .detail_link .list:last-child {
    border-bottom: 2px solid #c4c4c4;
  }
  .sp_footer_link .detail_link .list::after {
    content: '';
    display: block;
    position: absolute;
    background: url(../images/content/contents_arrow.png) no-repeat;
    background-size: contain;
    width: 10px;
    height: 10px;
    right: 10px;
    top: 27px;
  }
  .sp_footer_link .detail_link .list a {
    display: block;
    padding: 20px;
    font-weight: bold;
  }
  .sp_footer_link .detail_link .list a span {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
  }
}
/*# sourceMappingURL=content.css.map */
