@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;
  }
  .l-detail-history.page_content .c-page-h2 {
    font-size: 50px;
  }
}

/*============================================================
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: 20px;
  }
  .common_trouble_inner {
    width: 84%;
    margin: 0 auto;
  }
  .common_trouble_title {
    font-size: 1.8rem;
  }
  .common_trouble_text {
    text-align: left;
    margin-bottom: 20px;
  }
}

/*============================================================
common_labelbox
==============================================================*/
.common_labelbox {
/*  border-bottom: 2px solid #c4c4c4;*/
}

.common_labelbox .item {
  max-width: 220px;
  margin: auto;
  padding-top: 0px;
  padding-bottom: 50px;
}

.common_labelbox li {
  width: 20%;
}

@media screen and (max-width: 768px) {
  .common_labelbox .item {
    max-width: 160px;
    margin: auto;
    padding-top: 0px;
    padding-bottom: 20px;
  }
  .common_labelbox li {
    width: 22%;
  }
}

/*============================================================
スライダー
==============================================================*/
.top_contentwrap01 {
  padding: 60px 40px;
  max-width: 900px;
  margin: auto;
  border-bottom: 2px solid #c4c4c4;
}

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

.top_contentwrap01 .slider_box {
  margin-bottom: 40px;
}

.top_contentwrap01 .slider_box .list {
  padding: 10px;
}

.top_contentwrap01 .slider_box .list .img {
  margin-bottom: 10px;
}

.top_contentwrap01 .slider_box .list .name {
  font-size: 12px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}
.top_contentwrap01 .slider_box .list .category{
    font-size: 12px;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
}

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

.top_contentwrap01 .slider_box .slick-prev::before {
  display: none;
}

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

.top_contentwrap01 .slider_box .slick-next::before {
  display: none;
}

.top_contentwrap01 .slider_box.green_arrow .slick-prev {
  left: -23px;
  top: 37%;
  background: url(../images/common/slider-prev03.png) no-repeat center/21px 20px;
}

.top_contentwrap01 .slider_box.green_arrow .slick-prev::before {
  display: none;
}

.top_contentwrap01 .slider_box.green_arrow .slick-next {
  right: -23px;
  top: 37%;
  background: url(../images/common/slider-next03.png) no-repeat center/21px 20px;
}

.top_contentwrap01 .slider_box.green_arrow .slick-next::before {
  display: none;
}

.top_contentwrap01 .btn {
  width: 130px;
  margin: auto;
}

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

.top_contentwrap01 .link_btn {
  width: 300px;
  margin: auto;
  text-align: center;
}

.top_contentwrap01 .link_btn a {
  display: block;
  border: 3px solid #000;
  border-radius: 100px;
  font-size: 14px;
  font-weight: bold;
  padding: 10px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.top_contentwrap01 .link_btn a:hover {
  background-color: #000;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .top_contentwrap01 {
    padding: 50px 5px;
  }
  .top_contentwrap01 .slider_box {
    margin-bottom: 0px;
  }
}

/*============================================================
左サイド
==============================================================*/
#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_category {
  padding-left: 5px;
}

#page_content .l-aside-category .p-section_aside_cate .content_category ul li a {
  display: block;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 15px;
  position: relative;
  padding-left: 40px;
}

#page_content .l-aside-category .p-section_aside_cate .content_category ul li a::before {
  content: '';
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#page_content .l-aside-category .p-section_aside_cate .content_category ul li a.li01::before {
  background: url(../images/content/cate01.png) no-repeat;
  background-size: 30px 30px;
}

#page_content .l-aside-category .p-section_aside_cate .content_category ul li a.li02::before {
  background: url(../images/content/cate02.png) no-repeat;
  background-size: 30px 30px;
}

#page_content .l-aside-category .p-section_aside_cate .content_category ul li a.li03::before {
  background: url(../images/content/cate03.png) no-repeat;
  background-size: 30px 30px;
}

#page_content .l-aside-category .p-section_aside_cate .content_category ul li a.li04::before {
  background: url(../images/content/cate04.png) no-repeat;
  background-size: 30px 30px;
}

#page_content .l-aside-category .p-section_aside_cate .content_category ul li a.li05::before {
  background: url(../images/content/cate05.png) no-repeat;
  background-size: 30px 30px;
}

#page_content .l-aside-category .p-section_aside_cate .content_category ul li a.li06::before {
  background: url(../images/content/cate06.png) no-repeat;
  background-size: 30px 30px;
}

#page_content .l-aside-category .p-section_aside_cate .content_category ul li a.li07::before {
  background: url(../images/content/cate07.png) no-repeat;
  background-size: 30px 30px;
}

#page_content .l-aside-category .p-section_aside_cate .content_category ul li a.li08::before {
  background: url(../images/content/cate08.png) no-repeat;
  background-size: 30px 30px;
}
#page_content .l-aside-category .p-section_aside_cate .content_category ul li a.li09::before {
  background: url(../images/content/cate09.png) no-repeat;
  background-size: 30px 30px;
}

#page_content .l-aside-category .p-section_aside_cate .content_category ul li a::after {
  content: '';
  display: block;
  position: absolute;
  background: url(../images/content/category_arrow.png) no-repeat;
  background-size: contain;
  width: 6px;
  height: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
}

#page_content .l-aside-category .p-section_aside_cate .content_achive .item .year {
  cursor: pointer;
  font-size: 12px;
  padding: 10px 25px;
  position: relative;
}

#page_content .l-aside-category .p-section_aside_cate .content_achive .item .year::before {
  content: '';
  display: block;
  position: absolute;
  background: url(../images/content/aside_arrow.png) no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all .3s;
  transition: all .3s;
}

#page_content .l-aside-category .p-section_aside_cate .content_achive .item .year.open::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

#page_content .l-aside-category .p-section_aside_cate .content_achive .item .month_list {
  display: none;
}

#page_content .l-aside-category .p-section_aside_cate .content_achive .item .month_list li {
  border-top: 2px solid #EBEBEB;
}

#page_content .l-aside-category .p-section_aside_cate .content_achive .item .month_list li:last-child {
  border-bottom: 2px solid #ebebeb;
}

#page_content .l-aside-category .p-section_aside_cate .content_achive .item .month_list li a {
  display: block;
  font-size: 12px;
  padding: 10px 15px;
}

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

#page_content .l-content_category .detail_box {
  margin-bottom: 60px;
}

#page_content .l-content_category .detail_box .detail_top {
  margin-bottom: 40px;
}
#page_content .l-content_category .detail_box .detail_top .item {
  margin-bottom: 20px;
  align-items: center;
}
#page_content .l-content_category .detail_box .detail_top .category {
  font-size: 10px;
    /* margin-right: 20px; */
    margin-right: 0;
    display: inline-block;
}
#page_content .l-content_category .detail_box .detail_top .category .span {
  display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 4px 7px;
    color: #fff;
    font-weight: bold;
    background-color: #FF758B;
}

#page_content .l-content_category .detail_box .detail_top .date {
  font-size: 12px;
  font-weight: bold;
}

#page_content .l-content_category .detail_box .detail_top .ttl {
  font-size: 28px;
  margin-bottom: 15px;
}

#page_content .l-content_category .detail_box .detail_top .label {
  font-size: 10px;
  display: inline-block;
}
#page_content .l-content_category .detail_box .detail_top .label .span {
  display: inline-block;
  color: #FF758B;
  border: 1px solid #FF758B;
  font-size: 10px;
  font-weight: bold;
  padding: 3px 5px;
  margin-right: 5px;
}

#page_content .l-content_category .detail_box .slider_box {
  margin-bottom: 60px;
}

#page_content .l-content_category .detail_box .slider_box .slider-for {
  max-width: 540px;
  margin: auto;
  margin-bottom: 0px;
}
#page_content .l-content_category .detail_box .slider_box .slider-for .img img {
  width: 100%;
}

#page_content .l-content_category .detail_box .slider_box .slider-for .slick-prev {
  left: -30px;
  top: 50%;
  background: url(../images/common/slider-prev01.png) no-repeat center/21px 20px;
}

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

#page_content .l-content_category .detail_box .slider_box .slider-for .slick-next {
  right: -30px;
  top: 50%;
  background: url(../images/common/slider-next01.png) no-repeat center/21px 20px;
}

#page_content .l-content_category .detail_box .slider_box .slider-for .slick-next::before {
  display: none;
}
#page_content .l-content_category .detail_box .slider_box .slider-nav {
  max-width: 540px;
  margin: auto;
}

#page_content .l-content_category .detail_box .slider_box .slider-nav .img {
  padding: 5px;
  cursor: pointer;
}
#page_content .l-content_category .detail_box .slider_box .slider-nav .slick-track {
   margin-left: inherit;
   margin: auto;
}
#page_content .l-content_category .detail_box .slider_box .slider-nav .img img{
   width: 100%
}
#page_content .l-content_category .detail_box .slider_box .slider-nav .slick-slide.slick-current .img img{
  /* border: 5px solid #4e8af0; */
  outline: 5px solid #4e8af0;
}

#page_content .l-content_category .detail_box .voice_comment {
  max-width: 650px;
  margin: auto;
  background-color: #FFDE00;
  padding: 20px;
  position: relative;
  margin-bottom: 40px;
}

#page_content .l-content_category .detail_box .voice_comment::before {
  content: '';
  display: block;
  position: absolute;
  background: url(../images/content/sankaku_yallow.png) no-repeat;
  background-size: contain;
  width: 22px;
  height: 18px;
  top: -18px;
  left: 30px;
}

#page_content .l-content_category .detail_box .voice_comment .ttl {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
}

#page_content .l-content_category .detail_box .voice_comment .txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

#page_content .l-content_category .detail_box .staff_comment {
  max-width: 650px;
  margin: auto;
  border: 1px solid #FF758B;
  padding: 20px;
  position: relative;
  margin-bottom: 20px;
}

#page_content .l-content_category .detail_box .staff_comment::before {
  content: '';
  display: block;
  position: absolute;
  background: url(../images/content/sankaku_pink.png) no-repeat;
  background-size: contain;
  width: 22px;
  height: 18px;
  bottom: -18px;
  right: 30px;
}

#page_content .l-content_category .detail_box .staff_comment .txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

#page_content .l-content_category .detail_box .staff_name {
  max-width: 650px;
  margin: auto;
  margin-bottom: 40px;
}

#page_content .l-content_category .detail_box .staff_name .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 15px;
}

#page_content .l-content_category .detail_box .staff_name .flex .name {
  margin-right: 20px;
}

#page_content .l-content_category .make_item_box {
  padding-top: 30px;
  margin-bottom: 80px;
}

#page_content .l-content_category .make_item_box .ttl {
  font-size: 20px;
  margin-bottom: 20px;
}

#page_content .l-content_category .make_item_box .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#page_content .l-content_category .make_item_box .item a {
  width: 48%;
}
#page_content .l-content_category .make_item_box .item a .img {
  overflow: hidden;
}
#page_content .l-content_category .make_item_box .item a .img img {
  transition: all .3s;
}
#page_content .l-content_category .make_item_box .item a:hover .img img {
  /* transform: scale(1.1); */
  opacity: 0.8;
}

#page_content .l-content_category .make_item_box .item .list {
  /* width: calc(100% / 5); */
 margin-right: 10px;
    display: flex;
    align-items: center
}
#page_content .l-content_category .make_item_box .item .list .list_txt{
   margin-left: 10px;
}

#page_content .l-content_category .make_item_box .item .list .img {
  margin-bottom: 10px;
}
#page_content .l-content_category .make_item_box .item .list .img img {
  width: 170px;
  height: 150px;
  object-fit: cover;
}

#page_content .l-content_category .make_item_box .item .list .name {
  font-size: 16px;
  font-weight: bold;
}
#page_content .l-content_category .make_item_box .item .list .name span {
  border-bottom: 1px solid #333;
}

#page_content .l-content_category .make_item_box .item .list .num {
  color: #C4C4C4;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

#page_content .l-content_category .make_item_box .item .list .txt {
  font-size: 16px;
  font-weight: bold;
  border: 3px solid #FF758B;
  padding: 5px;

}
/* #page_content .l-content_category .make_item_box .item .list .txt span {
  font-size: 12px;
  display: inline-block;
  font-weight: bold;
  border: 2px solid #c4c4c4;
  padding: 5px;
} */

#page_content .l-content_category .label_link {
  border-bottom: 2px solid #c4c4c4;
  padding-top: 20px;
  padding-bottom: 40px;
}

#page_content .l-content_category .label_link .inner {
  max-width: 500px;
  margin: auto;
}

#page_content .l-content_category .label_link .inner ul li a {
  display: inline-block;
  padding: 4px 7px;
  font-size: 12px;
  border: 1px solid #FF758B;
  font-weight: bold;
  line-height: 1.2;
  color: #FF758B;
}

#page_content .content_linkbox {
  padding-top: 50px;
  max-width: 700px;
  margin: auto;
  width: 95%;
}

#page_content .content_linkbox .ttl {
  text-align: center;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
}

#page_content .content_linkbox ul {
  margin-bottom: 40px;
}

#page_content .content_linkbox ul li {
  width: 48%;
  border-top: 2px solid #c4c4c4;
  border-bottom: 2px solid #c4c4c4;
}

#page_content .content_linkbox ul li a {
  display: block;
  padding: 13px;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}

#page_content .content_linkbox ul li a::after {
  content: '';
  position: absolute;
  background: url(../images/content/contents_arrow.png) no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#page_content .content_linkbox .btn {
  width: 300px;
  margin: auto;
  text-align: center;
}

#page_content .content_linkbox .btn a {
  display: block;
  border: 3px solid #000;
  border-radius: 100px;
  font-size: 14px;
  font-weight: bold;
  padding: 10px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#page_content .content_linkbox .btn a:hover {
  background-color: #000;
  color: #fff;
}

/*============================================================
breakpoint 1100px
==============================================================*/
@media screen and (max-width: 1100px) {
  .l-category_content {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .l-aside-category {
    width: 100%;
    max-width: 500px;
    margin: auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0 30px;
  }
}

/*============================================================
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 .make_item_box .item a{
    width: 100%;
  }
  #page_content .l-content_category .make_item_box .item .list {
/*    width: calc(100% / 2);*/
    padding: 5px;
    margin-right: 0;
  }
  #page_content .l-content_category .detail_box {
    margin-bottom: 40px;
  }
  #page_content .l-content_category .detail_box .detail_top .date {
    font-size: 10px;
    font-weight: bold;
  }
  #page_content .l-content_category .detail_box .detail_top .ttl {
    font-size: 20px;
  }
  #page_content .l-content_category .detail_box .detail_top .label {
    font-size: 10px;
  }
  #page_content .l-content_category .label_link .inner ul li a {
    font-size: 10px;
  }
  #page_content .l-content_category .detail_box .slider_box {
    padding: 0 20px;
    margin-bottom: 35px;
  }
  #page_content .l-content_category .detail_box .slider_box .slider-for {
    margin-bottom: 0;
  }
  #page_content .l-content_category .detail_box .slider_box .slider-nav .img {
    padding: 3px;
  }
  #page_content .l-content_category .make_item_box .item .list .name {
    font-size: 12px;
  }
  
  #page_content .l-content_category .make_item_box .item .list .num {
    font-size: 10px;
  }
  
  #page_content .l-content_category .make_item_box .item .list .txt {
    font-size: 12px;
  
  }
  .sp_footer_link {
    padding: 50px 20px;
  }
  .sp_footer_link .ttl {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 20px;
  }
  .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: 20px;
  }
  .sp_footer_link .sns_list li {
    margin-right: 20px;
  }
  .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;
  }
  .sp_footer_link .detail_link .list a span {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
  }
    .sp_footer_link .detail_link .btn {
        width: 300px;
        margin: auto;
        margin-top: 40px;
        text-align: center;
    }

    .sp_footer_link .detail_link .btn a {
        display: block;
        border: 3px solid #000;
        border-radius: 100px;
        font-size: 14px;
        font-weight: bold;
        padding: 10px;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

    .sp_footer_link .detail_link .btn a:hover {
        background-color: #000;
        color: #fff;
    }
  .p-section_aside_cate.sp_only .content_category {
    padding: 0px;
  }
  .p-section_aside_cate.sp_only .content_category ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-section_aside_cate.sp_only .content_category ul li {
    width: 50%;
  }
  .p-section_aside_cate.sp_only .content_category ul li a {
    display: block;
    font-size: 12px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 15px;
    position: relative;
    padding-left: 40px;
      padding-right: 20px;
  }
  .p-section_aside_cate.sp_only .content_category ul li a::before {
    content: '';
    display: block;
    position: absolute;
    background-size: contain;
    width: 30px;
    height: 30px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p-section_aside_cate.sp_only .content_category ul li a.li01::before {
    background: url(../images/content/cate01.png) no-repeat;
    background-size: 30px 30px;
  }
  .p-section_aside_cate.sp_only .content_category ul li a.li02::before {
    background: url(../images/content/cate02.png) no-repeat;
    background-size: 30px 30px;
  }
  .p-section_aside_cate.sp_only .content_category ul li a.li03::before {
    background: url(../images/content/cate03.png) no-repeat;
    background-size: 30px 30px;
  }
  .p-section_aside_cate.sp_only .content_category ul li a.li04::before {
    background: url(../images/content/cate04.png) no-repeat;
    background-size: 30px 30px;
  }
  .p-section_aside_cate.sp_only .content_category ul li a.li05::before {
    background: url(../images/content/cate05.png) no-repeat;
    background-size: 30px 30px;
  }
  .p-section_aside_cate.sp_only .content_category ul li a.li06::before {
    background: url(../images/content/cate06.png) no-repeat;
    background-size: 30px 30px;
  }
  .p-section_aside_cate.sp_only .content_category ul li a.li07::before {
    background: url(../images/content/cate07.png) no-repeat;
    background-size: 30px 30px;
  }
  .p-section_aside_cate.sp_only .content_category ul li a.li08::before {
    background: url(../images/content/cate08.png) no-repeat;
    background-size: 30px 30px;
  }
  .p-section_aside_cate.sp_only .content_category ul li a.li09::before {
    background: url(../images/content/cate09.png) no-repeat;
    background-size: 30px 30px;
  }
  .p-section_aside_cate.sp_only .content_category ul li a::after {
    content: '';
    display: block;
    position: absolute;
    background: url(../images/content/category_arrow.png) no-repeat;
    background-size: contain;
    width: 6px;
    height: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 5px;
  }
  .p-section_aside_cate.sp_only {
    border-top: none;
    border-bottom: 2px solid #e8e8e8;
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .p-section_aside_cate.sp_only .h3_ttl {
    font-size: 20px;
    padding: 0px;
    margin-bottom: 30px;
  }
  .p-section_aside_cate.sp_only .content_achive {
    padding: 0px;
  }
  .p-section_aside_cate.sp_only .content_achive .item .year {
    font-size: 12px;
    font-weight: bold;
    padding: 10px 25px;
    position: relative;
  }
  .p-section_aside_cate.sp_only .content_achive .item .year::before {
    content: '';
    display: block;
    position: absolute;
    background: url(../images/content/aside_arrow.png) no-repeat;
    background-size: contain;
    width: 10px;
    height: 10px;
    left: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .p-section_aside_cate.sp_only .content_achive .item .year.open::before {
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }
  .p-section_aside_cate.sp_only .content_achive .item .month_list {
    display: none;
  }
  .p-section_aside_cate.sp_only .content_achive .item .month_list li {
    border-top: 2px solid #EBEBEB;
  }
  .p-section_aside_cate.sp_only .content_achive .item .month_list li:last-child {
    border-bottom: 2px solid #ebebeb;
  }
  .p-section_aside_cate.sp_only .content_achive .item .month_list li a {
    display: block;
    font-weight: bold;
    font-size: 12px;
    padding: 10px 15px;
  }
}

/*============================================================
breakpoint 580px
==============================================================*/
@media screen and (max-width: 580px) {
  #page_content .content_linkbox {
    width: 100%;
    margin-bottom: 60px;
    border-top: 2px solid #ebebeb;
  }
  #page_content .content_linkbox .ttl {
    margin-bottom: 30px;
  }
  #page_content .content_linkbox ul li {
    width: 100%;
    margin: 0 20px;
  }
  #page_content .content_linkbox ul li:first-child {
    border-bottom: none;
  }
  #page_content .l-content_category {
    margin-bottom: 0px;
  }
}



/*============================================================
arrow_linkbox
==============================================================*/
.arrow_linkbox{
  max-width: 300px;
  margin: auto;
  margin-bottom: 80px;
  display: flex;
  justify-content: center;
}
.arrow_linkbox a{
  font-weight: bold;
  font-size: 20px;
}
.arrow_linkbox .prev-link{
  margin-right: 60px;
  position: relative;
}
.arrow_linkbox .prev-link::before{
  content: '';
  display: block;
  position: absolute;
  background:url(../images/content/pr_previmg.png) no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  top: 0px;
  left: -35px;
}
.arrow_linkbox .next-link{
  position: relative;
}
.arrow_linkbox .next-link::before{
  content: '';
  display: block;
  position: absolute;
  background:url(../images/content/pr_nextimg.png) no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  top: 0px;
  right: -35px;
}



/*# sourceMappingURL=single_gallery.css.map */
