@charset "UTF-8";
/***********************共通設定************************/
/*----------------------------------------------------
メニュー用
----------------------------------------------------*/
/*----------------------------------------------------
トップの検索フィール用
----------------------------------------------------*/
#info_search {
  height: 120px;
  background: #00353C;
  padding: 90px 0 0px;
  /* 750以下  */
  color: #fff;
}
@media all and (max-width: 750px) {
  #info_search {
    padding: 50px 0 0px;
  }
}
#info_search h1 {
  max-width: 1160px;
  margin: 0 auto;
  font-size: 32px;
  padding: 0 0 0 100px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  #info_search h1 {
    font-size: 26px;
    padding: 0 0 0 60px;
  }
}
#info_search h1::before {
  content: "";
  background-image: url(../images/info/icon_result.png);
  background-size: cover;
  width: 36px;
  height: 35px;
  left: 52px;
  position: absolute;
  top: 45px;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  #info_search h1::before {
    width: 30px;
    height: 29px;
    left: 24px;
    top: 47px;
  }
}

.result_head {
  max-width: 1160px;
  margin: 0 auto;
  text-align: left;
  font-size: 16px;
  padding: 0 20px;
  letter-spacing: 0.05em;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .result_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin: 15px auto 0;
  }
}
.result_head span {
  color: #5E9EA7;
  margin: 0 0 0 20px;
  /* 751以上 */
  font-size: 20px;
}
@media all and (min-width: 751px) {
  .result_head span {
    font-size: 22px;
  }
}
.result_head p {
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .result_head p {
    color: #000;
    display: block;
  }
}
.result_head .searchandfilter ul li {
  list-style: none;
  padding: 0px 0;
  margin: 0;
}
.result_head input, .result_head label, .result_head select, .result_head textarea {
  vertical-align: unset;
  border: none;
  pointer-events: none;
}

#search_list {
  text-align: left;
  margin: 40px 0 60px;
  width: 100%;
}
#search_list img {
  display: none;
}
#search_list .tit_cont {
  color: #393939;
  position: relative;
  padding: 50px 0 0;
}
#search_list .tit_cont a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#search_list .tit_cont a h2.search_tit {
  margin: 10px 0;
  font-size: 18px;
  color: #393939;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  #search_list .tit_cont a h2.search_tit {
    height: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-align: left;
  }
}
#search_list .tit_cont a:hover h2.search_tit {
  color: #8B8B8B;
}
#search_list li {
  margin: 40px 0;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  #search_list li {
    margin: 20px 0;
  }
}
#search_list .content {
  height: 65px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-align: left;
  line-height: 1.6;
}
#search_list .content a {
  position: unset;
}

.column_wrap {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
}

.tag_date {
  display: none;
}
/*検索に関する*/
@charset "UTF-8";
@font-face {
  font-family: Product Sans;
  font-style: normal;
  font-weight: 400;
  src: url("../font/ProductSans-Regular.ttf") format("ttf"); }

/* --- */
/*----------------------------------------------------------
search
----------------------------------------------------------*/


  @media screen and (max-width: 750px) {
    .search .inner {
      padding: 0 35px; } }
  .search_logo {
    max-width: 430px;
    margin: 0 auto 13px auto; }
    @media screen and (min-width: 751px) {
      .search_logo {
        margin: 0 auto 20px auto; } }
    .search_logo a {
      display: block;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
      @media screen and (min-width: 751px) {
        .search_logo a:hover {
          opacity: .7; } }
  .search .searchform {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 430px;
    text-align: center;
    margin: 0 auto; }
    .search .searchform .box {
      width: calc(100% - 46px);
      height: 46px;
      font-size: 15px;
      font-weight: bold;
      line-height: 1.3;
      padding: 12px 15px;
      border: 2px solid #00353C;
      border-radius: 6px 0 0 6px; }
      @media screen and (min-width: 751px) {
        .search .searchform .box {
          width: calc(100% - 50px);
          height: 50px; } }
    .search .searchform .box::-webkit-input-placeholder {
      color: #C7C7C7; }
    .search .searchform .box:-ms-input-placeholder {
      color: #C7C7C7; }
    .search .searchform .box::-ms-input-placeholder {
      color: #C7C7C7; }
    .search .searchform .box::placeholder {
      color: #C7C7C7; }
    .search .searchform .btn {
      width: 46px;
      height: 46px;
      background-color: #FD6B08;
      padding: 12px;
      border: 2px solid #00353C;
      border-left: none;
      border-radius: 0 6px 6px 0; }
      @media screen and (min-width: 751px) {
        .search .searchform .btn {
          width: 50px;
          height: 50px;
          -webkit-transition: all .3s;
          -o-transition: all .3s;
          transition: all .3s; }
          .search .searchform .btn:hover {
            background-color: #00353C; } }

/*----------------------------------------------------------
new
----------------------------------------------------------*/
.new {
  background-color: rgba(255, 189, 23, 0.1);
  padding: 34px 0 50px 0; }
  @media screen and (min-width: 751px) {
    .new {
      padding: 60px 0; } }
  .new_title {
    text-align: center;
    font-size: 21px;
    font-weight: bold;
    letter-spacing: .1em; }
    @media screen and (min-width: 751px) {
      .new_title {
        font-size: 32px; } }
  .new_sub_title {
    text-align: center;
    letter-spacing: .1em;
    color: #FD6B08;
    margin: 8px 0 0 0; }
    @media screen and (min-width: 751px) {
      .new_sub_title {
        font-size: 15px;
        margin: 10px 0 0 0; } }
  .new_list {
    margin: 27px 0 0 0; }
    @media screen and (max-width: 750px) {
      .new_list {
        padding: 0 20px; } }
    @media screen and (min-width: 751px) {
      .new_list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 43px 0 0 0; } }
  .new li {
    position: relative;
    background-color: #fff;
    border: 2px solid #fa8701;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 50px rgba(204, 157, 81, 0.2);
    box-shadow: 0px 0px 50px rgba(204, 157, 81, 0.2);
    margin: 0 0 30px 0; }
    @media screen and (min-width: 751px) {
      .new li {
        width: 29.311%;
        margin: 0 6.03% 0 0; } }
  .new li:last-child {
    margin: 0; }
  .new li a {
    display: block;
    width: 100%;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
    @media screen and (min-width: 751px) {
      .new li a:hover .cat {
        background-color: #00353C; }
      .new li a:hover .thumn img {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2); }
      .new li a:hover .title {
        color: #00353C; } }
  .new .new_icon {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: -16px;
    right: -16px;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 15px;
    color: #F66605;
    background-color: #fff;
    border: 2px solid #00353C;
    border-radius: 50%;
    -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
    z-index: 1; }
    @media screen and (min-width: 751px) {
      .new .new_icon {
        top: -18px;
        right: -18px;
        width: 55px;
        height: 55px;
        font-size: 14px; } }
    .new .new_icon span {
      padding: 2px 0 0 0; }
      @media screen and (min-width: 751px) {
        .new .new_icon span {
          padding: 3px 0 0 0; } }
  .new .thumn_wrap {
    position: relative;
    padding: 10px 10px 0 10px; }
  .new .thumn {
    border-radius: 6px 6px 0px 0px;
    overflow: hidden; }
    .new .thumn img {
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; }
  .new .cat {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 13px;
    color: #fff;
    background-color: #00353C;
    padding: 1px 8px 2px 9px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
    @media screen and (min-width: 751px) {
      .new .cat {
        padding: 2px 10px 3px 10px; } }
  .new .text_wrap {
    padding: 17px 30px 20px 30px; }
    .new .text_wrap .date {
      font-size: 14px;
      font-weight: 500;
      letter-spacing: .05em;
      color: #9B9B9B; }
    .new .text_wrap .title {
      font-size: 15px;
      font-weight: bold;
      line-height: 1.6;
      margin: 4px 0 0 0;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; }
      @media screen and (min-width: 751px) {
        .new .text_wrap .title {
          margin: 7px 0 0 0; } }

/*----------------------------------------------------------
main
----------------------------------------------------------*/
.main {
  padding: 34px 0 80px 0; }
  @media screen and (min-width: 751px) {
    .main {
      padding: 81px 0px 0px 0px; } }
  @media screen and (max-width: 750px) {
    .main .inner {
      padding: 0 35px; } }
  @media screen and (min-width: 751px) {
    .main_flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: center; } }
  @media screen and (min-width: 751px) {
    .main .contents {
      width: 65.518%; } }
  .main .contents_title {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: .1em;
    margin: 0 0 25px 0; }
    @media screen and (min-width: 751px) {
      .main .contents_title {
        font-size: 20px;
        font-weight: 500;
        margin: 0 0 35px 0; } }
  .main .notfound {
    font-size: 15px;
    font-weight: 500; }
  .main .empty {
    font-size: 15px;
    font-weight: 500;
    margin: 0 0 25px 0; }
    @media screen and (min-width: 751px) {
      .main .empty {
        margin: 0 0 35px 0; } }
  .main .contents_list > li {
    margin: 0 0 40px 0; }
    @media screen and (min-width: 751px) {
      .main .contents_list > li {
        margin: 0 0 70px 0; } }
  @media screen and (min-width: 751px) {
    .main .contents_list .contents_item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-around;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: center; } }
  .main .contents_list .thumn_wrap {
    position: relative;
    display: block; }
    @media screen and (min-width: 751px) {
      .main .contents_list .thumn_wrap {
        width: 34.212%; }
        .main .contents_list .thumn_wrap:hover .cat {
          background-color: #00353C; }
        .main .contents_list .thumn_wrap:hover .thumn img {
          -webkit-transform: scale(1.2);
          -ms-transform: scale(1.2);
          transform: scale(1.2); } }
    .main .contents_list .thumn_wrap .thumn {
      overflow: hidden; 
	  display: flex;
      justify-content: center;	

}
      .main .contents_list .thumn_wrap .thumn img {
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s; 
		height: 185px;
    	width: auto;}
    .main .contents_list .thumn_wrap .cat {
      position: absolute;
      bottom: -9px;
      left: 0;
      font-size: 13px;
      color: #fff;
      background-color: #00353C;
      padding: 1px 8px 2px 9px;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; }
      @media screen and (min-width: 751px) {
        .main .contents_list .thumn_wrap .cat {
          padding: 2px 10px 3px 10px; } }
  .main .contents_list .text_wrap {
    margin: 0px 0 0 0; 
	text-align: left;
}
    @media screen and (min-width: 751px) {
      .main .contents_list .text_wrap {
        width: 59.212%;
        margin: 0;
		text-align: left;
		}
		.search-info_width{
		width: 50%!important;
		}
}
  .main .contents_list .date {
    font-size: 13px;
    letter-spacing: .05em;
    color: #9B9B9B; }
  .main .contents_list .title {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.6;
    margin: 10px 0 0 0; 
	color:#000!important;
}
    @media screen and (min-width: 751px) {
      .main .contents_list .title {
        margin: 17px 0 0 0; } }
    .main .contents_list .title a {
      display: block;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; 
	  color:#000!important;
}
      @media screen and (min-width: 751px) {
        .main .contents_list .title a:hover {
          color: #00353C; } }
  .main .contents_list .text {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    margin: 10px 0 0 0; }
    @media screen and (min-width: 751px) {
      .main .contents_list .text {
        margin: 17px 0 0 0; } }
  .main .contents_list .tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px 0 0 0; }

  .main .contents_list .tags li {
    margin: 0 5px 5px 0; }

    @media screen and (min-width: 751px) {
      .main .contents_list .tags {
        margin: 16px 0 0 0; } }
  .main .contents_list .tags li {
    margin: 0 5px 5px 0; }
    .main .contents_list .tags li a {
      display: block;
      font-size: 12px;
      color: #00353C;
      background-color: #fff;
      padding: 2px 8px;
      border: 1px solid #00353C;
      border-radius: 30px;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; }
      @media screen and (min-width: 751px) {
        .main .contents_list .tags li a:hover {
          opacity: .7; } }
  .main .pagination {
    text-align: center;
    padding: 12px 0 0 0; }
    @media screen and (min-width: 751px) {
      .main .pagination {
        padding: 26px 0 0 0; } }
    .main .pagination .pages {
      display: none; }
    .main .pagination span, .main .pagination a {
      display: inline-block;
      font-size: 20px;
      font-weight: normal;
      padding: 8px 16px;
      border: none;
      border-radius: 16px; }
      @media screen and (min-width: 751px) {
        .main .pagination span, .main .pagination a {
          padding: 10px 18px;
          margin: 0 2px; } }
    .main .pagination .current {
      color: #F66601;
      background-color: #FFF0DB; }
    .main .pagination a {
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; }
      @media screen and (min-width: 751px) {
        .main .pagination a:hover {
          color: #F66601; } }
    .main .pagination .previouspostslink, .main .pagination .nextpostslink {
      position: relative;
      color: #fff; }
      @media screen and (min-width: 751px) {
        .main .pagination .previouspostslink:hover, .main .pagination .nextpostslink:hover {
          color: #fff; }
          .main .pagination .previouspostslink:hover::before, .main .pagination .nextpostslink:hover::before {
            border-color: #F66601; } }
      .main .pagination .previouspostslink::before, .main .pagination .nextpostslink::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        vertical-align: middle;
        width: 8px;
        height: 8px;
        border-top: 2px solid #777777;
        border-right: 2px solid #777777;
        margin: auto;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s; }
    .main .pagination .previouspostslink::before {
      -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
      transform: rotate(-135deg); }
    .main .pagination .page_arrow {
      position: relative;
      color: #fff; }
      .main .pagination .page_arrow::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        vertical-align: middle;
        width: 8px;
        height: 8px;
        border-top: 2px solid #777777;
        border-right: 2px solid #777777;
        margin: auto;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s; }
    .main .pagination .page_arrow.prev::before {
      -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
      transform: rotate(-135deg); }
  .main .banner_pc {
    margin: 128px 0 0 0; }
    @media screen and (max-width: 750px) {
      .main .banner_pc {
        display: none; } }
    .main .banner_pc a {
      display: block;
      width: 100%;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; }
      .main .banner_pc a:hover {
        opacity: .7; }

/*----------------------------------------------------------
sidemenu
----------------------------------------------------------*/
.sidemenu {
  margin: 52px 0 0 0; }
  @media screen and (min-width: 751px) {
    .sidemenu {
      width: 19%;
      margin: 0; } }
  .sidemenu .side_banner {
    margin: 0 0 15px 0; }
    .sidemenu .side_banner a {
      display: block;
      width: 100%;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; }
      @media screen and (min-width: 751px) {
        .sidemenu .side_banner a:hover {
          opacity: .7; } }
  .sidemenu .midashi {
    position: relative;
    font-size: 14px;
    font-weight: bold;
    padding-left: 24px; }
    .sidemenu .midashi::before {
      content: '';
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      bottom: 0;
      width: 14px;
      height: 2px;
      background-color: #D5D5D5;
      margin: auto 0; }
  .sidemenu .category_list {
    margin: 0 0 15px 0; }
    .sidemenu .category_list li {
      font-size: 14px;
      border-bottom: 1px solid #DEDEDE; }
    .sidemenu .category_list li.midashi {
      padding: 0 0 15px 24px; }
      .sidemenu .category_list li.midashi::before {
        top: -15px; }
    .sidemenu .category_list a {
      position: relative;
      display: block;
      font-weight: 400;
      color: #F66605;
      padding: 15px 0;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; }
      @media screen and (min-width: 751px) {
        .sidemenu .category_list a:hover {
          opacity: .7; }
          .sidemenu .category_list a:hover::after {
            opacity: .7; } }
  .sidemenu .osusume {
    margin: 30px 0 0 0; }
    @media screen and (min-width: 751px) {
      .sidemenu .osusume {
        margin: 50px 0 0 0; } }
  .sidemenu .osusume_list {
    margin: 27px 0 0 0; }
    @media screen and (min-width: 751px) {
      .sidemenu .osusume_list {
        margin: 20px 0 0 0; } }
    .sidemenu .osusume_list li {
      margin: 0 0 30px 0; }
      @media screen and (min-width: 751px) {
        .sidemenu .osusume_list li {
          margin: 0 0 35px 0; } }
    .sidemenu .osusume_list a {
      position: relative;
      display: block;
      width: 100%;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; }
      @media screen and (min-width: 751px) {
        .sidemenu .osusume_list a:hover .cat {
          background-color: #00353C; }
        .sidemenu .osusume_list a:hover .thumn img {
          -webkit-transform: scale(1.2);
          -ms-transform: scale(1.2);
          transform: scale(1.2); }
        .sidemenu .osusume_list a:hover .title {
          color: #00353C; } }
    .sidemenu .osusume_list .pu_icon {
      position: absolute;
      display: block;
      top: -18px;
      right: -10px;
      width: 55px;
      height: 55px;
      z-index: 1; }
      @media screen and (min-width: 751px) {
        .sidemenu .osusume_list .pu_icon {
          width: 42px;
          height: 42px; } }
    .sidemenu .osusume_list .thumn_wrap {
      position: relative; }
      .sidemenu .osusume_list .thumn_wrap .thumn {
        border-radius: 6px 6px 0 0;
        overflow: hidden; }
        .sidemenu .osusume_list .thumn_wrap .thumn img {
          -webkit-transition: all .4s;
          -o-transition: all .4s;
          transition: all .4s; }
      .sidemenu .osusume_list .thumn_wrap .cat {
        position: absolute;
        bottom: -9px;
        left: 0;
        font-size: 13px;
        color: #fff;
        background-color: #00353C;
        padding: 1px 8px 2px 9px;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s; }
        @media screen and (min-width: 751px) {
          .sidemenu .osusume_list .thumn_wrap .cat {
            padding: 2px 10px 3px 10px; } }
    .sidemenu .osusume_list .text_wrap {
      background-color: #F4F4F4;
      padding: 20px;
      border-radius: 0 0 6px 6px; }
      @media screen and (min-width: 751px) {
        .sidemenu .osusume_list .text_wrap {
          padding: 25px 18px; } }
    .sidemenu .osusume_list .date {
      font-size: 13px;
      letter-spacing: .05em;
      color: #9B9B9B; }
    .sidemenu .osusume_list .title {
      font-size: 14px;
      font-weight: bold;
      line-height: 1.5;
      margin: 5px 0 0 0;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; }
  .sidemenu .sns {
    margin: 40px 0 0 0; }
    @media screen and (min-width: 751px) {
      .sidemenu .sns {
        margin: 50px 0 0 0; } }
    .sidemenu .sns .frame_wrap {
      display: block;
      width: 100%;
      margin: 11px 0 0 0; }
    .sidemenu .sns .frame_wrap.border {
      height: 350px;
      border: 1px solid #F6F8F9;
      overflow: hidden; }
    .sidemenu .sns iframe {
      width: 100%; }

/*----------------------------------------------------------
single
----------------------------------------------------------*/
.single_page .single_contents .title_wrap {
  position: relative;
  padding: 43px 30px 38px 30px;
  border: 2px solid #EFEFEF; }
  @media screen and (min-width: 751px) {
    .single_page .single_contents .title_wrap {
      padding: 60px 65px; } }

.single_page .single_contents .title_wrap .cat {
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: 1; }
  .single_page .single_contents .title_wrap .cat a {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    background-color: #00353C;
    padding: 2px 10px 3px 10px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
    @media screen and (min-width: 751px) {
      .single_page .single_contents .title_wrap .cat a:hover {
        background-color: #00353C; } }

.single_page .single_contents .title_wrap .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5; }
  @media screen and (min-width: 751px) {
    .single_page .single_contents .title_wrap .title {
      font-size: 25px;
      letter-spacing: .1em;
      line-height: 1.6; } }

.single_page .single_contents .title_wrap .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 20px 0 0 0; }
  @media screen and (min-width: 751px) {
    .single_page .single_contents .title_wrap .tags {
      margin: 30px 0 0 0; } }
  .single_page .single_contents .title_wrap .tags li {
    margin: 0 5px 5px 0; }
  .single_page .single_contents .title_wrap .tags a {
    display: block;
    font-size: 12px;
    color: #00353C;
    background-color: #fff;
    padding: 2px 8px;
    border: 1px solid #00353C;
    border-radius: 30px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
    @media screen and (min-width: 751px) {
      .single_page .single_contents .title_wrap .tags a:hover {
        opacity: .7; } }

.single_page .single_contents .title_wrap .date {
  position: absolute;
  display: block;
  bottom: 10px;
  right: 10px;
  text-align: right;
  font-size: 15px;
  letter-spacing: .05em;
  color: #9B9B9B; }
  @media screen and (min-width: 751px) {
    .single_page .single_contents .title_wrap .date {
      bottom: 23px;
      right: 28px; } }

.single_page .single_contents .thumn {
  margin: 30px 0; }
  @media screen and (min-width: 751px) {
    .single_page .single_contents .thumn {
      margin: 50px 0 40px 0; } }

.single_page .single_contents .article h1, .single_page .single_contents .article h2, .single_page .single_contents .article h3, .single_page .single_contents .article h4, .single_page .single_contents .article h5, .single_page .single_contents .article h6, .single_page .single_contents .article p, .single_page .single_contents .article a, .single_page .single_contents .article ul, .single_page .single_contents .article figure {
  line-height: 1.7;
  margin: 0 0 30px 0; }
  @media screen and (min-width: 751px) {
    .single_page .single_contents .article h1, .single_page .single_contents .article h2, .single_page .single_contents .article h3, .single_page .single_contents .article h4, .single_page .single_contents .article h5, .single_page .single_contents .article h6, .single_page .single_contents .article p, .single_page .single_contents .article a, .single_page .single_contents .article ul, .single_page .single_contents .article figure {
      line-height: 2.1; } }

.single_page .single_contents .article h2, .single_page .single_contents .article h3 {
  position: relative;
  font-weight: bold;
  padding: 0 0 15px 0; }
  @media screen and (min-width: 751px) {
    .single_page .single_contents .article h2, .single_page .single_contents .article h3 {
      margin: 50px 0 30px 0; } }
  .single_page .single_contents .article h2::before, .single_page .single_contents .article h3::before {
    content: '';
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    height: 2px; }

.single_page .single_contents .article h1 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3; }
  @media screen and (min-width: 751px) {
    .single_page .single_contents .article h1 {
      font-size: 27px; } }

.single_page .single_contents .article h2 {
  font-size: 20px;
  line-height: 1.3; }
  @media screen and (min-width: 751px) {
    .single_page .single_contents .article h2 {
      font-size: 24px; } }
  .single_page .single_contents .article h2::before {
    width: 120px;
    background-color: #00353C; }

.single_page .single_contents .article h3 {
  font-size: 18px;
  line-height: 1.3; }
  @media screen and (min-width: 751px) {
    .single_page .single_contents .article h3 {
      font-size: 22px; } }
  .single_page .single_contents .article h3::before {
    width: 100px;
    background-color: #A7A7A7; }

.single_page .single_contents .article h4 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  color: #3E3E3E;
  background-color: #F2F2F2;
  padding: 10px;
  border-radius: 6px; }
  @media screen and (min-width: 751px) {
    .single_page .single_contents .article h4 {
      font-size: 18px;
      padding: 8px 20px;
      margin: 45px 0 30px 0; } }

.single_page .single_contents .article h5 {
  font-size: 1.2em; }

.single_page .single_contents .article h6 {
  font-size: 1.1em; }

.single_page .single_contents .article p, .single_page .single_contents .article a, .single_page .single_contents .article ul {
  font-size: 14px;
  font-weight: 400; }
  @media screen and (min-width: 751px) {
    .single_page .single_contents .article p, .single_page .single_contents .article a, .single_page .single_contents .article ul {
      font-size: 15px; } }

.single_page .single_contents .article ul li {
  position: relative;
  line-height: 1.4;
  padding: 0 0 0 2em;
  margin: 0 0 13px 15px;
  overflow-wrap: break-word; }
  @media screen and (min-width: 751px) {
    .single_page .single_contents .article ul li {
      line-height: 1.5;
      padding: 0 0 0 1.5em;
      margin: 0 0 15px 30px; } }
  .single_page .single_contents .article ul li::before {
    content: '・';
    position: absolute;
    display: block;
    top: -9px;
    left: 0;
    font-size: 25px;
    font-weight: bold;
    color: #292929; }
    @media screen and (min-width: 751px) {
      .single_page .single_contents .article ul li::before {
        top: 0;
        font-size: 16px; } }

.single_page .single_contents .article a {
  color: #00353C;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  @media screen and (min-width: 751px) {
    .single_page .single_contents .article a:hover {
      color: #00353C; } }

.single_page .single_contents .article #toc_container {
  display: block;
  width: 100%;
  background-color: #FAFAFA;
  padding: 20px 25px;
  border: 1px solid #DEDEDE;
  margin: 30px 0; }
  @media screen and (min-width: 751px) {
    .single_page .single_contents .article #toc_container {
      padding: 30px 35px;
      margin: 50px 0; } }
  .single_page .single_contents .article #toc_container .toc_title {
    font-size: 17px;
    font-weight: bold;
    line-height: inherit;
    margin: 0 0 16px 0; }
    @media screen and (min-width: 751px) {
      .single_page .single_contents .article #toc_container .toc_title {
        font-size: 20px;
        margin: 0 0 22px 0; } }
  .single_page .single_contents .article #toc_container .toc_list {
    margin: 0; }
  .single_page .single_contents .article #toc_container li {
    position: relative;
    list-style: none;
    padding: 0 0 0 15px;
    margin: 0 0 10px 15px; }
    @media screen and (min-width: 751px) {
      .single_page .single_contents .article #toc_container li {
        padding: 0 0 0 27px;
        margin: 0 0 10px 18px; } }
    .single_page .single_contents .article #toc_container li::before {
      content: '';
      position: absolute;
      display: block;
      top: 10px;
      left: 0;
      width: 5px;
      height: 5px;
      background-color: #B7B7B7;
      border-radius: 50%; }
      @media screen and (min-width: 751px) {
        .single_page .single_contents .article #toc_container li::before {
          top: 14px; } }
  .single_page .single_contents .article #toc_container a {
    font-size: 15px;
    font-weight: 500;
    line-height: inherit;
    color: #3E3E3E; }
    @media screen and (min-width: 751px) {
      .single_page .single_contents .article #toc_container a {
        font-size: 16px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s; }
        .single_page .single_contents .article #toc_container a:hover {
          color: #00353C; } }

.single_page .single_contents .post_arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 60px 0 0 0; }
  @media screen and (min-width: 751px) {
    .single_page .single_contents .post_arrow {
      margin: 100px 0 0 0; } }
  .single_page .single_contents .post_arrow .prev {
    padding: 0 45px 0 0; }
  .single_page .single_contents .post_arrow .next {
    padding: 0 0 0 45px; }
  .single_page .single_contents .post_arrow .next.border_left {
    position: relative; }
    .single_page .single_contents .post_arrow .next.border_left::before {
      content: '';
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      width: 1px;
      height: 30px;
      background-color: #CCCCCC; }
  .single_page .single_contents .post_arrow .arrow a {
    position: relative;
    display: block;
    font-size: 18px; }
    @media screen and (min-width: 751px) {
      .single_page .single_contents .post_arrow .arrow a {
        font-size: 20px;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s; }
        .single_page .single_contents .post_arrow .arrow a:hover {
          color: #00353C; }
          .single_page .single_contents .post_arrow .arrow a:hover::before {
            border-color: #00353C; } }
    .single_page .single_contents .post_arrow .arrow a::before {
      content: '';
      position: absolute;
      top: 3px;
      bottom: 0;
      vertical-align: middle;
      width: 8px;
      height: 8px;
      border-top: 2px solid #777777;
      border-right: 2px solid #777777;
      margin: auto 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; }
  .single_page .single_contents .post_arrow .prev a {
    padding: 0 0 0 45px; }
    .single_page .single_contents .post_arrow .prev a::before {
      left: 0;
      -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
      transform: rotate(-135deg); }
  .single_page .single_contents .post_arrow .next a {
    padding: 0 45px 0 0; }
    .single_page .single_contents .post_arrow .next a::before {
      right: 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

@media screen and (min-width: 751px) {
  .single_page .single_contents .banner_pc {
    margin: 100px 0 0 0; } }

@media screen and (max-width: 750px) {
  .single_page .sidemenu {
    margin: 70px 0 0 0; } }

/*投稿の番号付きリスト*/
.single_page .single_contents .article ol li {
  position: relative;
  line-height: 1.4;
  padding: 0 0 0 2em;
  margin: 0 0 13px 15px;
  overflow-wrap: break-word; }
  @media screen and (min-width: 751px) {
    .single_page .single_contents .article ol li {
      line-height: 1.5;
      padding: 0 0 0 0.5em;
      margin: 0 0 15px 50px; } }
  .single_page .single_contents .article ol li::before {
    position: absolute;
    display: block;
    top: -9px;
    left: 0;
    font-size: 25px;
    font-weight: bold;
    color: #292929; }
    @media screen and (min-width: 751px) {
      .single_page .single_contents .article ol li::before {
        top: 0;
        font-size: 16px; } }

.single_page .single_contents .article p, .single_page .single_contents .article a, .single_page .single_contents .article ol {
  font-size: 15px;
  font-weight: 400; }
  @media screen and (min-width: 751px) {
    .single_page .single_contents .article p, .single_page .single_contents .article a, .single_page .single_contents .article ul {
      font-size: 15px; } }

li::marker{
	color:#00353C;
}

h4.pt-cv-title{
	font-size: 15px;!important
}

/*アコーディオン*/
.cat-item ul li {
    color: #404040;
    border-left: solid 2px #77ffaa;
}

.cat-item ul li ul li{
    color: #404040;
    border-left: solid 10px #eeeeff;
}

bellows-menu{
    display:none;
}

bellows-menu:hover{
    display:block;
}

/*パンくずリスト*/
.inner_blist{
	background-color: #EFEFEF;
	padding: 17px 0 16px 0;
}

.inner_blist a{
    font-size: 13px;
    font-weight: 500;
    color: #5C5C5C;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;

}

.home_icon{
	display:inline;
	width:16px;
}

/*タイトル高さの文字幅*/
.pt-cv-title{
	line-height: 15px!important;
}

/*画像とキャプションの関係
.wp-caption, .alignnone{
	max-width: 100%;
}*/

td{
	font-weight:normal!important;
}

td p{
	font-size:14px!important;
	margin: 0 0 14px 0!important;
}

.ext_wrap a
	color:#000;
}

.title_a{
	color:#000!important;
}

.text a{
	color:#000!important;
}

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