@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a {
  cursor: pointer;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

input, textarea {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  box-sizing: border-box;
}

input::-webkit-search-decoration, textarea::-webkit-search-decoration {
  display: none;
}

input::focus, textarea::focus {
  outline-offset: -2px;
}

input, button, textarea, select {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border: none;
}

button {
  outline: none;
}

/*!------------------------------ GLOBAL STYLES ------------------------------ */
body {
  position: relative;
  background: #fff;
  font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: .03em;
  color: #484848;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
}

img {
  width: 100%;
  vertical-align: top;
  -webkit-touch-callout: none;
}

a {
  color: #484848;
  text-decoration: none;
  -webkit-transition: all 200ms 0ms cubic-bezier(0.27, 0.9, 0.615, 1);
  transition: all 200ms 0ms cubic-bezier(0.27, 0.9, 0.615, 1);
}

::-moz-selection {
  background: #5b96fc;
  color: #fff;
}

::selection {
  background: #5b96fc;
  color: #fff;
}

::-moz-selection {
  background: #5b96fc;
  color: #fff;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}

button {
  outline: none;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

@media (min-width: 769px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
}

.continer {
  width: 100%;
  min-width: 320px;
}

.header {
  position: fixed;
  z-index: 9999;
  width: 100%;
  min-width: 320px;
  background: #fff;
  box-shadow: inset 0 -1px 0 0 #ebebeb;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.header_logo {
  position: relative;
  z-index: 0;
  height: 50px;
}

.header_logo a {
  display: block;
  position: absolute;
  z-index: 2;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 36px;
  width: 100px;
  background: url("../img/header_logo_sp.svg") no-repeat;
  background-size: 100%;
  background-position: 0% 50%;
}

@media (min-width: 769px) {
  .header_wrap {
    position: relative;
    margin: 0 auto;
    width: 1024px;
    box-shadow: none;
  }
  .header_logo {
    height: 64px;
  }
  .header_logo a {
    right: auto;
    height: 32px;
    width: 280px;
    background: url("../img/header_logo_pc.svg") no-repeat;
    background-size: 100%;
    background-position: 0% 50%;
  }
}

.header_nav {
  position: relative;
  box-shadow: inset 0 1px 0 0 #ebebeb;
}

.header_nav .nav_list {
  max-width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.header_nav .nav_item {
  position: relative;
  display: inline-block;
  text-align: center;
}

.header_nav .nav_item a {
  display: block;
  margin: 0 10px;
  height: 44px;
  color: #484848;
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
  line-height: 44px;
  letter-spacing: 0.04em;
}

.header_nav .nav_item a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 3px;
  width: 0;
  background: #68baf5;
  border-radius: 1px 1px 0 0;
  -webkit-transition: all 200ms 0ms cubic-bezier(0.27, 0.9, 0.615, 1);
  transition: all 200ms 0ms cubic-bezier(0.27, 0.9, 0.615, 1);
}

.header_nav .nav_item svg {
  display: inline-block;
  margin: 0;
  line-height: 60px;
  vertical-align: text-bottom;
}

.header_nav .nav_item .top_pc {
  display: none;
}

.header_nav .nav_item:first-child {
  min-width: 46px;
}

.header_nav .nav_item + .nav_item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 20px;
  width: 1px;
  background: #ebebeb;
}

.header_nav .nav_item.active a:after {
  width: 72%;
}

@media (min-width: 769px) {
  .header_nav {
    position: absolute;
    bottom: 0;
    right: 80px;
    box-shadow: none;
  }
  .header_nav .nav_item:last-child a {
    margin: 0 0 0 24px;
  }
  .header_nav .nav_item:last-child a:after {
    left: 16px;
    right: 0;
  }
  .header_nav .nav_item {
    width: auto;
  }
  .header_nav .nav_item a {
    display: block;
    margin: 0 16px;
    height: 64px;
    color: #484848;
    font-size: 12px;
    line-height: 1;
    line-height: 64px;
  }
  .header_nav .nav_item a:after {
    height: 4px;
  }
  .header_nav .nav_item a:hover:after {
    width: 80%;
  }
  .header_nav .nav_item .top_sp {
    display: none;
  }
  .header_nav .nav_item .top_pc {
    display: inline-block;
  }
}


.header_search_button{
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  width: 56px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}

.header_search_button svg{
  position: absolute;
  width: 24px;
  height: 22px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 350ms 100ms cubic-bezier(0.27, 0.9, 0.615, 1);
          transition: all 350ms 100ms cubic-bezier(0.27, 0.9, 0.615, 1);
}

.header_search_button .icon_search{
  opacity: 1;
  transform: scale(1);
}
.header_search_button .icon_close{
  opacity: 0;
  transform: scale(0.7);
}

.header_search_button.on .icon_search{
  opacity: 0;
  transform: scale(0.7);
}
.header_search_button.on .icon_close{
  opacity: 1;
  transform: scale(1);
}


.header_search{
  display: none;
  overflow: hidden;
  position: absolute;
  top: 51px;
  right: 0;
  z-index: 999;
  overflow-y: scroll;
  padding: 0 16px 0;
  width: 100%;
  opacity: 0;
  background: #fff;
  -webkit-transition: all 350ms 100ms cubic-bezier(0.27, 0.9, 0.615, 1);
          transition: all 350ms 100ms cubic-bezier(0.27, 0.9, 0.615, 1);
}

.header_search.show{
  display: block;
}

.header_search.on{
  padding: 24px 16px 16px;
  height: calc(100vh - 50px);
  opacity: 1;
}

.header_search .search_headline{
  position: relative;
  padding: 0 0 0 22px;
  min-width: 100%;
  font-size: 18px;
  color: #484848;
  font-weight: bold;
}
.header_search .search_headline:before{
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  border-radius: 10px;
  box-shadow: inset 0 0 0 3px #73c2f6;
}

.header_search .search_list_wrap + .search_list_wrap{
  margin: 32px 0 0;
}

.header_search .search_list{
  margin: 20px 0 0;
}

.header_search .form{
  display: flex;
  width: 100%;
  height: 50px;
  background: #fff;
  box-sizing: border-box;
}

.header_search .form .field{
  flex: 1 1 auto;
  padding: 0 16px;
  background: #f5f5f5;
  border-radius: 25px 0 0 25px;
  box-sizing: border-box;
  font-size: 14px;
  color: #484848;
}
.header_search .form .field:focus{
  outline: none;
}

.header_search .form .submit{
  flex: 0 0 50px;
  border-radius: 0 25px 25px 0;
  background: #f5f5f5;
  font-size: 18px;
  line-height: 50px;
  color: #484848;
}

.header_search .writer_list{
  display: flex;
  flex-wrap: wrap;
}

.header_search .writer_item{
  flex: 0 0 72px;
  margin: 0 12px 0 0;
}
.header_search .writer_item a:hover{
  text-decoration: underline;
}
.header_search .writer_image{
  margin: 0 auto;
  width: 72px;
  height: 72px;
  border-radius: 100%;
  background-size: cover !important;
  background-position: 50% 35% !important;
}

.header_search .writer_name{
  margin: 8px 0 0;
  font-size: 12px;
  text-align: center;
}

.header_search .tag_list{
  display: flex;
  flex-wrap: wrap;
}

.header_search .tag_item{
  /* flex: 0 0 25%; */
  margin: 0 16px 16px 0;
}
.header_search .tag_item a{
  font-size: 14px;
}
.header_search .tag_item a:hover{
  text-decoration: underline;
}
.header_search .tag_item i{
  display: inline;
  color: #73c2f6;
}

.header_search .region_list + .region_list{
  margin: 12px 0 0;
}

.header_search .region_item{
  
}
.header_search .region_item + .region_item {
  margin: 16px 0 0;
}

.header_search .region_title{
  color: #484848;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
}

.header_search .prefectures_list{
  margin: 12px 0 0;
}

.header_search .prefectures_list ul{
  
}

.header_search .prefectures_list li{
  display: inline-block;
  margin: 0 8px 12px 0;
}

.header_search .prefectures_list a{
  display: block;
  padding: 0 12px;
  height: 28px;
  background: #ffffff;
  border-radius: 4px;
  color: #484848;
  font-size: 14px;
  line-height: 28px;
  box-shadow: 0 0 1px #aaa;
}

.header_search .prefectures_list a:hover{
  background: #757575;
  color: #ffffff;
  box-shadow: 0 0 1px #aaa;
}
@media (min-width: 769px) {
  .header_search_button {
    position: absolute;
    width: 64px;
    height: 64px;
  }
  .header_search{
    overflow: auto;
    top: 64px;
    height: calc(100vh - 96px);
    max-height: 780px;
    width: 720px;
    padding: 0 24px 0;
    border-radius: 0 0 6px 6px;
  }
  .header_search.on {
    padding: 32px 24px 0;
    height: calc(100vh - 96px);
    box-shadow: 10px 20px 40px 0 rgba(0,0,0,.05)
  }
  .header_search .form .field{
    padding: 0 24px;
  }
  .header_search .form .submit {
    flex: 0 0 64px;
  }
  .search_content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .writer_wrap,.tag_wrap{
    flex: 0 0 calc(50% - 12px);
  }
  .form_wrap,.region_wrap{
    flex: 0 0 100%;
  }
  .header_search .writer_item{
    margin: 0 12px 0 0;
  }
  .header_search .writer_item:last-child{
    margin: 0;
  }
  .header_search .writer_image{
    width: 64px;
    height: 64px;
  }
  .header_search .region_list{
    display: flex;
    flex-wrap: wrap;
  }
  .header_search .region_item {
    flex: 0 0 33.3%;
    margin: 0 0 14px 0;
  }
  .header_search .region_item + .region_item {
    margin: 0 0 24px;
  }
  .header_search .prefectures_list li {
    display: inline-block;
    margin: 0 6px 10px 0;
  }
  .header_search .prefectures_list a {
    padding: 0 10px;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    box-shadow: 0 0 1px #aaa;
  }
}


.main_wrap {
  padding: 94px 0 0;
  background: #f5f5f5;
}

.main {
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 769px) {
  .main_wrap {
    padding: 64px 0 48px;
  }
  .main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 32px auto 0;
    width: 1044px;
  }
}

.hometop_widget {
  width: 100%;
}

.hometop_widget .hometop_banner {
  padding: 12px;
}

.hometop_widget img {
  width: 100%;
}

.breadcrumb_wrap {
  display: none;
  margin: 24px auto;
}

.breadcrumb_wrap ul li {
  display: inline-block;
  max-width: 40em;
  color: #484848;
  font-size: 12px;
  line-height: 1.9;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.breadcrumb_wrap ul li:before {
  margin: 0 12px;
  color: #484848;
  font-size: 10px;
  line-height: 1.9;
}

.breadcrumb_wrap ul li a {
  color: #484848;
  font-size: 12px;
  line-height: 1.9;
}

.breadcrumb_wrap ul li a:hover {
  color: #56AFFC;
}

@media (min-width: 769px) {
  .breadcrumb_wrap {
    display: block;
    max-width: 1024px;
    margin: 24px auto;
  }
}

@media (min-width: 769px) {
  .content_warp {
    width: 728px;
  }
}

.content_headline {
  margin: 12px;
  background: #f5f5f5;
  color: #484848;
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
}

@media (min-width: 769px) {
  .content_headline {
    display: block;
    margin: 0 0 16px;
    padding: 16px;
    background: #fff;
    color: #484848;
    font-size: 16px;
    line-height: 1;
    border-radius: 4px;
  }
}

.content_search {
  position: relative;
  margin: 12px;
  background: #f5f5f5;
}

.content_search .search_button {
  position: relative;
  padding: 0 16px;
  height: 44px;
  background: #fff;
  color: #484848;
  font-size: 14px;
  line-height: 44px;
  font-weight: bold;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
}

.content_search .search_button i {
  margin: 0 4px 0 0;
}

.content_search .search_button:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #525252 transparent transparent transparent;
  -webkit-transition: all 350ms 0ms cubic-bezier(0.705, -0.6, 0.625, 0.995);
  transition: all 350ms 0ms cubic-bezier(0.705, -0.6, 0.625, 0.995);
}

.content_search .search_wrap {
  display: none;
  position: absolute;
  z-index: 2;
  top: 44px;
  left: 0;
  right: 0;
  overflow-y: scroll;
  margin: 0 auto;
  padding: 0 16px;
  max-height: 0;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 12px 12px rgba(0, 0, 0, 0.1);
  background: #fff;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 350ms 100ms cubic-bezier(0.27, 0.9, 0.615, 1);
  transition: all 350ms 100ms cubic-bezier(0.27, 0.9, 0.615, 1);
}

.content_search .searchform {
  position: relative;
}

.content_search .searchform .field {
  padding: 0 0 0 16px;
  margin: 0;
  width: 100%;
  height: 44px;
  font-size: 12px;
  line-height: 44px;
  background: #f5f5f5;
  border-radius: 4px;
}

.content_search .searchform .submit {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  color: #fff;
  background: #484848;
  border-radius: 0 4px 4px 0;
}

.content_search .searchform i {
  position: absolute;
  display: block;
  top: 0;
  right: 14px;
  font-size: 16px;
  line-height: 42px;
  color: #fff;
}

.content_search .region_list {
  margin: 20px 0 0;
}

.content_search .region_item + .region_item {
  margin: 12px 0 0;
}

.content_search .region_title {
  color: #757575;
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
}

.content_search .prefectures_list {
  margin: 8px 0 0;
}

.content_search .prefectures_list li {
  display: inline-block;
  margin: 0 2px 8px 0;
}

.content_search .prefectures_list li a {
  display: block;
  padding: 8px 8px;
  background: #f5f5f5;
  border-radius: 4px;
  color: #484848;
  font-size: 12px;
  line-height: 1;
}

.content_search.on .search_wrap {
  padding: 8px 16px 16px;
  max-height: calc(100vh - 210px);
}

.content_search.on .search_button {
  border-radius: 4px 4px 0 0;
}

.content_search.on .search_button:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.content_search.show .search_wrap {
  display: block;
}

@media (min-width: 769px) {
  .content_search {
    margin: 0 0 16px;
  }
  .content_search .search_button {
    padding: 0 20px;
    background: #f5f5f5;
    box-shadow: inset 0 0 0 1px #d4d4d4;
	-webkit-transition: all 200ms 0ms cubic-bezier(0.27, 0.9, 0.615, 1);
    transition: all 200ms 0ms cubic-bezier(0.27, 0.9, 0.615, 1);
  }
  .content_search .search_button:after {
    right: 16px;
  }
  .content_search .search_button:hover {
    background: #fff;
	box-shadow: inset 0 0 0 0 #d4d4d4;
  }
  .content_search .search_wrap {
    overflow: hidden;
    top: 44px;
    padding: 0 32px 0;
    width: 100%;
  }
  .content_search .region_list {
    margin: 32px 0 0;
  }
  .content_search .region_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .content_search .region_item + .region_item {
    margin: 8px 0 0;
  }
  .content_search .region_title {
    min-width: 6em;
    font-size: 14px;
  }
  .content_search .region_title {
    color: #484848;
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
  }
  .content_search .prefectures_list {
    margin: 0;
  }
  .content_search .prefectures_list ul {
    margin: 0 0 0 4px;
  }
  .content_search .prefectures_list li {
    display: inline-block;
    margin: 0 8px 12px 0;
  }
  .content_search .prefectures_list li a {
    padding: 10px 12px;
    font-size: 12px;
  }
  .content_search .prefectures_list li a:hover {
    background: #ebebeb;
  }
  .content_search.on .search_button {
    background: #fff;
    box-shadow: inset 0 0 0 0 #d4d4d4;
  }
  .content_search.on .search_wrap {
    padding: 16px 32px 32px;
  }
}

.content_list p.no_list {
  padding: 16px;
  color: #484848;
  font-size: 16px;
  line-height: 1.9;
}

.content_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  box-shadow: 0 0 0 1px #e4e4e4;
  background: #fff;
}

.content_item a {
  position: relative;
}

.content_item a:hover {
  opacity: 0.7;
  text-decoration: underline;
}

.content_item .item_category {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  padding: 6px 6px;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  font-weight: bold;
  border-radius: 0 0 4px 0;
}

.content_item .item_category.travel {
  background: #FF5D5D;
}

.content_item .item_category.news {
  background: #5CC0F1;
}

.content_item .item_category.omoshiro {
  background: #80D325;
}

.content_item .item_image {
  position: relative;
  margin: 0 10px 0 0;
}

.content_item .item_image a {
  position: relative;
  overflow: hidden;
  display: block;
  width: 128px;
  height: 96px;
  border-radius: 2px;
  background-color: #eee;
}

.content_item .item_image img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.content_item .list_info {
  position: relative;
  width: 100%;
}

.content_item .list_info .item_date {
  color: #757575;
  font-size: 10px;
  line-height: 1;
}

.content_item .list_info .item_title {
  display: -webkit-box;
  overflow: hidden;
  margin: 3px 0 0 0;
  color: #484848;
  font-size: 14px;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 0.02em;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.content_item .item_description {
  display: none;
}

.content_item .item_status {
  position: absolute;
  overflow: hidden;
  bottom: 0;
  width: 100%;
}

.content_item .item_label {
  display: inline-block;
  float: right;
  padding: 4px 10px 5px;
  border-radius: 12px;
}

.content_item .item_label + .item_label {
  margin: 0 4px 0 0;
}

.content_item .item_label:nth-child(n + 3) {
  display: none;
}

.content_item .label_region {
  color: #757575;
  font-size: 10px;
  line-height: 1;
  box-shadow: inset 0 0 0 1px #ebebeb;
}

.content_item .label_pr {
  color: #757575;
  font-size: 10px;
  line-height: 1;
  background: #f5f5f5;
}

.content_item .status_sns {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content_item .status_sns .sns_count i {
  display: inline-block;
  height: 16px;
  width: 16px;
  background: #aaa;
  border-radius: 3px;
  color: #fff;
  font-size: 10px;
  line-height: 16px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

.content_item .status_sns .sns_count span {
  margin: 0 0 0 4px;
  color: #757575;
  font-size: 11px;
  line-height: 1;
}

.content_item .status_sns .sns_count + .sns_count {
  margin: 0 0 0 8px;
}

@media (min-width: 769px) {
  .content_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .content_item {
    display: block;
    overflow: hidden;
    margin: 0 0 16px;
    padding: 0 0 16px;
    width: calc(50% - 8px);
    border-radius: 6px;
    box-shadow: none;
  }
  .content_item a:hover {
    opacity: 0.7;
    text-decoration: underline;
  }
  .content_item .item_category {
    padding: 6px 8px;
    border-radius: 0 0 6px 0;
    color: #fff;
    font-size: 12px;
    line-height: 1;
  }
  .content_item .item_image {
    position: relative;
    width: 100%;
    background: #eee;
  }
  .content_item .item_image a {
    position: relative;
    display: block;
    width: 100%;
    height: 218px;
    background-size: cover !important;
    background-position: 50% 35% !important;
    border-radius: 2px 2px 0 0;
  }
  .content_item .list_info {
    padding: 16px 16px 40px;
    min-height: calc(100% - 218px);
  }
  .content_item .list_info .item_date {
    font-size: 12px;
  }
  .content_item .list_info .item_title {
    margin: 6px 0 0;
    color: #484848;
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
    letter-spacing: 0.02em;
    -webkit-line-clamp: 4;
  }
  .content_item .list_info .item_description {
    display: block;
    margin: 10px 0 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #757575;
    font-size: 12px;
    line-height: 1.5;
  }
  .content_item .item_status {
    position: absolute;
    bottom: 0;
    width: calc(100% - 28px);
  }
  .content_item .item_label:nth-child(n + 3) {
    display: block;
  }
  .content_item .item_label:nth-child(n + 5) {
    display: none;
  }
  .content_item:last-child, .content_item:nth-last-child(2) {
    margin: 0;
  }
}

.item_top-home {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  background: #fff;
}

.item_top-home .item_image {
  margin: 0;
}

.item_top-home .item_image a {
  width: 100%;
  padding: 0 0 61.87%;
  height: 0;
  border-radius: 0;
}

.item_top-home .list_info {
  padding: 14px;
}

.item_top-home .item_status {
  position: relative;
  margin: 12px 0 0;
  width: 100%;
}

@media (min-width: 769px) {
  .item_top-home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 24px;
    width: 100%;
  }
  .item_top-home .item_image {
    min-width: 630px;
    -ms-flex-preferred-size: 630px;
        flex-basis: 630px;
  }
  .item_top-home .list_info {
    padding: 20px 20px 32px;
  }
  .item_top-home .list_info .item_title {
    font-size: 20px;
  }
  .item_top-home .item_status {
    position: absolute;
    margin: 0 0 16px 0;
    width: calc(100% - 28px);
  }
}

@media (max-width: 769px) {
  .item_top {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    background: #fff;
  }
  .item_top .item_image {
    margin: 0;
  }
  .item_top .item_image a {
    width: 100%;
    height: 33vh;
    border-radius: 0;
  }
  .item_top .list_info {
    padding: 14px;
  }
  .item_top .item_status {
    position: relative;
    margin: 12px 0 0;
    width: 100%;
  }
}

.content_single {
  padding: 0 0 16px;
  min-height: 300px;
  background: #fff;
}

.content_header {
  padding: 16px 16px 0;
}

.content_header .content_writer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 12px 0 0;
}

.content_header .content_writer .writer_iamge {
  margin: 0 8px 0 0;
  min-width: 28px;
  height: 28px;
  border-radius: 100%;
  background-size: cover !important;
  background-position: 50% 35% !important;
}

.content_header .content_writer .writer_info .writer_name {
  display: block;
  color: #56AFFC;
  font-size: 12px;
  line-height: 1;
}

.content_header .content_writer .writer_info .writer_name:hover {
  text-decoration: underline;
}

.content_header .article_date {
  color: #757575;
  font-size: 12px;
  line-height: 1;
  text-align: right;
}

.content_header .content_title {
  margin: 8px 0 0;
  color: #484848;
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
}

.content_header .content_description {
  margin: 8px 0 0;
}

.content_header .content_description p {
  color: #757575;
  font-size: 11px;
  line-height: 1.9;
}

.content_header .content_date {
  margin: 8px 0 0;
  color: #757575;
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
}

.entry_content {
  padding: 0 16px;
}

.entry_main img {
  display: block;
  margin: 2.4em 0 0.2em;
  width: auto;
  max-width: 100%;
  height: auto;
}

.entry_main img.aligncenter {
  margin: 2.4em auto 0.2em;
}

.entry_main h2, .entry_main h1 {
  margin: 2.5em 0 0;
  padding: 14px 10px;
  color: #484848;
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  background: #fafcff;
  border-top: 2px dotted #73c2f6;
  border-bottom: 2px dotted #73c2f6;
}

.entry_main h2 + * , .entry_main h1 + * {
  margin: 1.5em 0 0 !important;
}
.entry_main h2 + * img, .entry_main h1 + * img{
  margin: 1.5em 0 0;
}

.entry_main h3 {
  margin: 2.5em 0 0;
  position: relative;
  padding: 0 0 0 11px;
  color: #484848;
  font-size: 18px;
  line-height: 1.3;
  font-weight: bold;
}

.entry_main h3:before {
  display: block;
  content: "";
  position: absolute;
  top: 0.1em;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 3px;
  height: 80%;
  background: #73c2f6;
}

.entry_main h3 + * {
  margin: 1.5em 0 0 !important;
}
.entry_main h3 + * img{
  margin: 1.5em 0 0;
}

.entry_main h4, .entry_main h5, .entry_main h6 {
  position: relative;
  margin: 2.5em 0 0;
  padding: 0 0 0 10px;
  color: #484848;
  font-size: 16px;
  line-height: 1.3;
  font-weight: bold;
}

.entry_main h4:before, .entry_main h5:before, .entry_main h6:before {
  display: block;
  content: "";
  position: absolute;
  top: 0.1em;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 3px;
  height: 80%;
  background: #73c2f6;
}

.entry_main h2 a, .entry_main h3 a, .entry_main h4 a, .entry_main h5 a, .entry_main h6 a {
  font-size: inherit;
}

.entry_main h4 + * {
  margin: 1.5em 0 0 !important;
}
.entry_main h4 + * img{
  margin: 1.5em 0 0;
}
.entry_main h5 + * {
  margin: 1.5em 0 0 !important;
}
.entry_main h5 + * img{
  margin: 1.5em 0 0;
}
.entry_main h6 + * {
  margin: 1.5em 0 0 !important;
}
.entry_main h6 + * img{
  margin: 1.5em 0 0;
}

.entry_main p,.entry_main div {
  margin: 1.5em 0 0;
  color: #484848;
  font-size: 16px;
  line-height: 1.9;
}

.entry_main br {
 	content: "";
	display: block;
	margin-top: 0.25em;
}

.entry_main ul , .entry_main ol {
	margin: 1.5em 0 0 0;
}

.entry_main ul li,.entry_main ol li{
	position: relative;
    padding: 0 0 0 12px;
    font-size: 16px;
	line-height: 1.5em;
}
.entry_main ul li+li ,.entry_main ol li+li{
	margin: 1.5em 0 0 0;
}

.entry_main ul li:before , .entry_main ol li:before {
    content: "";
    display: block;
    position: absolute;
    top: 0.7em;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #68baf5;
}

.entry_main pre {
  padding: 16px;
  margin: 1.5em 0 0;
  background: #f5f5f5;
  box-shadow: 0 0 0 1px #eee;
  color: #484848;
  font-size: 16px;
  line-height: 1.9;
  word-wrap: break-word;
  white-space: pre-wrap;
}

.entry_main blockquote {
  position: relative;
  padding: 24px;
  margin: 1.5em 0 0;
  background: #f5f5f5;
  box-shadow: 0 0 0 1px #eee;
  color: #484848;
  font-size: 16px;
  line-height: 1.9;
}

.entry_main blockquote p:first-child{
  margin: 0;
}

.entry_main blockquote a {
  font-weight: bold;
}

.entry_main blockquote ul, ol {
    margin: 1em 0 0 0;
}

.entry_main blockquote ul li+li, .entry_main ol li+li {
    margin: 0.5em 0 0 0;
}

.entry_main blockquote:before {
  position: absolute;
  top: -0.3em;
  left: 8px;
  display: block;
  content: "“";
  height: 0.5em;
  font-size: 32px;
}

.entry_main blockquote:after {
  position: absolute;
  bottom: 0.7em;
  right: 8px;
  display: block;
  content: "”";
  height: 0.5em;
  font-size: 32px;
}

.entry_main strong {
  font-weight: bold;
}

.entry_main em {
  font-style: italic;
}

.entry_main a {
  color: #56AFFC;
  font-size: 16px;
  line-height: 1.9;
  text-decoration: underline;
}

.entry_main > *:first-child {
  margin: 1.5em 0 0;
}

.entry_main > *:first-child > *:first-child {
  margin: 1.5em 0 0;
}

.entry_main > * , .entry_main > * > *{
  margin: 1em 0 0;
}

.entry_main .wp-caption {
  margin: 1.5em 0 0;
  border: #ebebeb 1px solid;
  text-align: center;
}

.entry_main .wp-caption img {
  display: block;
  margin: 0 auto;
}

.entry_main .wp-caption p {
  margin: 8px;
  color: #484848;
  font-size: 10px;
  line-height: 1.2;
}

.entry_main .wp-caption p a{
  font-size: 10px;
}

.entry_main iframe[src*="youtube"] {
  width: 100%;
  height: 50vw;
  min-height: 192px;
}

.entry_main iframe[src*="maps"] {
  width: 100%;
  max-height: 320px;
}
.entry_main iframe[src*="instagram"] {
  width: 100%;
}

.entry_main iframe.wp-embedded-content{
	width: 100% !important;
}
.entry_main iframe.wp-embedded-content .wp-embed{
	padding: 16px !important;
}

.entry_main .article_info {
  margin: 24px 0 0;
  padding: 16px;
  background: #f5f5f5;
  border-radius: 4px;
  color: #484848;
  font-size: 16px;
  line-height: 1.9;
}

.entry_main .article_info .info_title {
  margin: 0 0 24px;
  padding: 0 0 16px;
  color: #484848;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  box-shadow: 0 1px 0 0 #ebebeb;
}

.entry_main .article_info span {
  display: block;
  margin: 12px 0 0;
  color: #484848;
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
}

.entry_main .article_info a {
  margin: 0 0 0 6px;
  font-size: 13px;
  font-weight: bold;
}

.entry_main .article_info a i {
  font-size: 12px;
  margin: 0 2px 0 0;
}

.entry_main .article_link a {
  display: block;
  margin: 16px auto 32px;
  padding: 16px 24px;
  background: #5eb2f3;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  border-radius: 4px;
}

.entry_main .article_link i {
  margin: 0 4px 0 0;
}

.sns_share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 16px 0 0;
}

.sns_share .sns_btn {
  -ms-flex-preferred-size: 24%;
      flex-basis: 24%;
  text-align: center;
}

.sns_share .sns_btn a {
  display: block;
  padding: 12px 0 13px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  border-radius: 2px;
  line-height: 1;
}

.sns_share .sns_btn a:hover {
  opacity: 0.7;
}

.sns_share .sns_btn .text {
  display: none;
}

.sns_share .sns_btn i {
  margin: 0 3px 0 0;
}

.sns_share .sns_btn span {
  font-size: 14px;
  font-weight: bold;
}

.sns_share .tw_share a {
  background: #55acee;
}

.sns_share .fb_share a {
  background: #3B5998;
}

.sns_share .hatebu_share a {
  background: #00a4de;
}

.sns_share .line_share a {
  background: #00b900;
}

.sns_share .copy_share {
  margin: 12px 0 0;
  padding: 16px;
  min-width: 100%;
  background: #f5f5f5;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 0 0 1px #ebebeb;
  border-radius: 2px;
}

.sns_share .copy_share:hover {
  opacity: 0.7;
}

.sns_share .copy_share i {
  margin: 0 4px 0 0;
}

.content_footer {
  margin: 24px 0 0;
}

.content_footer .content_writer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 16px 0 0;
  padding: 12px;
  box-shadow: 0 0 0 1px #ebebeb;
  border-radius: 4px;
}

.content_footer .content_writer .writer_iamge {
  margin: 0 8px 0 0;
  flex: 0 0 40px;
  height: 40px;
  border-radius: 100%;
  background-size: cover !important;
  background-position: 50% 35% !important;
}
.content_footer .content_writer .writer_info{
	flex: 1 1 auto;
}
.content_footer .content_writer .writer_info .writer_label {
  display: block;
  color: #757575;
  font-size: 10px;
  line-height: 1;
  vertical-align: top;
}

.content_footer .content_writer .writer_info .writer_name {
  display: block;
  margin: 6px 0 0;
  color: #484848;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
}

.content_footer .content_writer .writer_info .writer_name:hover {
  text-decoration: underline;
}

.content_footer .content_writer .writer_info p {
  margin: 8px 0 0;
  color: #484848;
  font-size: 12px;
  line-height: 1.7;
}

.content_footer .content_writer .writer_info .writer_link {
  color: #56AFFC;
  font-size: 12px;
  line-height: 1.9;
}

.content_footer .content_writer .writer_info .writer_link i {
  margin: 0 4px 0 0;
}

.content_footer .article_list{
  margin: 12px 0 0;
  border-top: 1px solid #eee;
  overflow: hidden;
}

.content_footer .article_list a{
  margin: 12px 0 0;
  float: right;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
}

.content_footer .article_list a:hover{
  text-decoration: underline;
}

.content_footer .article_list i {
  margin: 0 0 0 4px;
  font-size: 14px;
}

.content_footer .content_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 24px 0 0 0;
  color: #757575;
  font-size: 10px;
  line-height: 1;
}

.content_footer .content_tag .tag_label {
  display: block;
  min-width: 3.5em;
  font-weight: bold;
}

.content_footer .content_tag .tag_item {
  display: inline-block;
  margin: 0 4px 24px 0;
}

.content_footer .content_tag a {
  padding: 5px 10px;
  border-radius: 12px;
  box-shadow: inset 0 0 0 1px #e4e4e4;
  color: #757575;
  font-size: 10px;
  line-height: 1;
  vertical-align: middle;
}

.content_footer .content_tag a:hover {
  text-decoration: underline;
}

@media (min-width: 769px) {
  .content_single {
    padding: 32px 0;
    border-radius: 6px;
  }
  .content_header {
    overflow: hidden;
    padding: 0 44px;
  }
  .content_header .content_status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .content_header .content_writer {
    margin: 16px 0 0;
  }
  .content_header .content_writer .writer_iamge {
    margin: 0 10px 0 0;
    min-width: 36px;
    height: 36px;
  }
  .content_header .content_writer .writer_info .writer_name {
    display: block;
    font-size: 14px;
  }
  .content_header .article_date {
    color: #757575;
    font-size: 14px;
    line-height: 1;
  }
  .content_header .content_title {
    color: #484848;
    font-size: 26px;
    line-height: 1.5;
    font-weight: bold;
  }
  .content_header .content_description {
    margin: 12px 0 0;
  }
  .content_header .content_description p {
    font-size: 12px;
  }
  .content_date {
    margin: 0;
  }
  .entry_content {
    padding: 0 44px;
  }
  .entry_main h2, .entry_main h1 {
    font-size: 24px;
  }
  .entry_main h3 {
    font-size: 20px;
  }
  .entry_main h4, .entry_main h5 {
    font-size: 18px;
  }
  .entry_main p {
    color: #484848;
    font-size: 16px;
    line-height: 1.9;
  }
  .entry_main img {
  	margin: 2.8em 0 0.2em;
  }
  .entry_main a {
    color: #56AFFC;
    font-size: 16px;
    line-height: 1.9;
  }
  .entry_main a:hover {
    text-decoration: underline;
  }
  .entry_main pre {
    margin: 40px 0 0;
  }
  .entry_main blockquote {
    margin: 40px 0 0;
  }
  .entry_main .wp-caption {
    margin: 40px 0 0;
  }
  .entry_main .wp-caption p {
    margin: 12px;
    font-size: 12px;
  }
  .entry_main .wp-caption p a{
    font-size: 12px;
  }
  .entry_main iframe[src*="youtube"] {
    height: 362px;
  }
  .entry_main iframe[src*="maps"] {
    max-height: none;
  }
  .entry_main .article_info {
    margin: 48px 0 0;
    padding: 32px;
    color: #484848;
    font-size: 16px;
    line-height: 1.9;
  }
  .entry_main .article_info .info_title {
    margin: 0 0 24px 0;
    color: #484848;
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
  }
  .entry_main .article_info span {
    display: block;
    margin: 20px 0 0;
    color: #484848;
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
  }
  .entry_main .article_info a {
    margin: 0 0 0 6px;
    font-size: 13px;
    font-weight: bold;
  }
  .entry_main .article_info a:hover {
    text-decoration: underline;
  }
  .entry_main .article_info a i {
    font-size: 12px;
    margin: 0 2px 0 0;
  }
  .entry_main .article_link a {
    margin: 16px auto 32px;
    width: 400px;
  }
  .entry_main .article_link a:hover {
    text-decoration: underline;
  }
  .entry_main .article_link i {
    margin: 0 4px 0 0;
  }
  .sns_share {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 12px 0;
    margin: 16px 0 0;
    background: #f5f5f5;
  }
  .sns_share .sns_btn {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    min-width: 110px;
  }
  .sns_share .sns_btn a {
    padding: 0 12px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
  }
  .sns_share .sns_btn .text {
    display: none;
    font-size: 11px;
  }
  .sns_share .sns_btn .count {
    display: inline;
    margin: 0 0 0 4px;
    font-size: 16px;
  }
  .sns_share .sns_btn + .sns_btn {
    margin: 0 0 0 8px;
  }
  .sns_share .copy_share {
    padding: 8px 0;
    margin: 0 0 0 8px;
    width: 100px;
    height: 36px;
    background: #fff;
    box-shadow: 0 0 0 1px #ebebeb;
    border-radius: 2px;
    font-size: 14px;
    line-height: 18px;
    cursor: pointer;
  }
  .sns_share .copy_share i {
    vertical-align: middle;
  }
  .sns_share .copy_share span {
    line-height: 1;
  }
  .content_footer {
    margin: 32px 0 0;
  }
  .content_footer .content_writer {
    margin: 24px 0 0;
    padding: 16px;
  }
  .content_footer .content_writer .writer_iamge {
    margin: 0 16px 0 0;
    flex: 0 0 60px;
    height: 60px;
  }
  .content_footer .content_writer .writer_info .writer_name {
    margin: 8px 0 0;
    font-size: 16px;
  }
  .content_footer .content_writer .writer_info p {
    margin: 8px 0 0;
  }
  .content_footer .content_tag {
    margin: 32px 0 0 0;
    font-size: 12px;
  }
  .content_footer .content_tag .tag_label {
    display: block;
    min-width: 3.5em;
  }
  .content_footer .content_tag a {
    padding: 5px 14px;
    border-radius: 16px;
    font-size: 11px;
  }
}

.article_recommend {
  margin: 16px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid #eee;
}

.article_recommend h2 {
  position: relative;
  padding: 0 0 0 10px;
  color: #484848;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
}

.article_recommend h2::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 4px;
  height: 1em;
  background: #5eb2f3;
}

.article_recommend .recommend_list {
  margin: 16px 0 0;
}

.article_recommend .recommend_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
}

.article_recommend .recommend_item a {
  position: relative;
}

.article_recommend .recommend_item a:hover {
  opacity: 0.7;
  text-decoration: underline;
}

.article_recommend .recommend_item + .recommend_item {
  margin: 12px 0 0;
}

.article_recommend .item_image {
  position: relative;
  margin: 0 10px 0 0;
}

.article_recommend .item_image a {
  position: relative;
  display: block;
  width: 120px;
  height: 88px;
  background-size: cover !important;
  background-position: 50% 35% !important;
  border-radius: 2px;
}

.article_recommend .list_info {
  position: relative;
  width: 100%;
}

.article_recommend .list_info .item_title {
  display: -webkit-box;
  overflow: hidden;
  color: #484848;
  font-size: 14px;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 0.02em;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.article_recommend .item_status {
  position: absolute;
  overflow: hidden;
  bottom: 0;
  width: 100%;
}

.article_recommend .item_label {
  display: inline-block;
  float: right;
  padding: 5px 10px;
  border-radius: 12px;
}

.article_recommend .item_label + .item_label {
  margin: 0 4px 0 0;
}

.article_recommend .label_region {
  color: #757575;
  font-size: 10px;
  line-height: 1;
  box-shadow: inset 0 0 0 1px #ebebeb;
}

.article_recommend .label_pr {
  color: #757575;
  font-size: 10px;
  line-height: 1;
  background: #dfdfdf;
}

@media (min-width: 769px) {
  .article_recommend {
    margin: 24px 0 0;
  }
  .article_recommend h2 {
    font-size: 20px;
  }
  .article_recommend .recommend_list {
    margin: 24px 0 0;
  }
  .article_recommend .recommend_item + .recommend_item {
    margin: 16px 0 0;
  }
  .article_recommend .item_image {
    margin: 0 12px 0 0;
  }
  .article_recommend .item_image a {
    width: 160px;
    height: 108px;
  }
  .article_recommend .list_info .item_title {
    font-size: 18px;
  }
  .article_recommend .item_label {
    padding: 7px 14px;
  }
  .article_recommend .label_region {
    font-size: 11px;
  }
}

.article_widget {
  margin: 24px 0 0;
  text-align: center;
}
.article_banner_wrap {
  text-align: center;
}

.article_banner {
  display: inline-block;
  margin: 1em 0 0 0;
  width: 100%;
  text-align: center;
}

.article_banner-2col .adsbygoogle:nth-child(2){
  display: none !important;
}

@media (min-width: 769px) {
  .article_widget {
    margin: 32px 0 0;
    text-align: center;
  }
  .article_banner-2col{
    margin: 24px 0 0;
    width: 728px;
    position: relative;
    left: -44px;
	text-align: center;
  }
  .article_banner-2col .adsbygoogle:nth-child(2){
    display: inline-block !important;
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 16px;
  text-align: center;
}

.pagination .page_button {
  -ms-flex-preferred-size: 38%;
      flex-basis: 38%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: inline-block;
  padding: 0 12px;
  height: 44px;
  background: #fff;
  border-radius: 4px;
  color: #484848;
  font-size: 14px;
  line-height: 44px;
  font-weight: bold;
  text-align: center;
}

.pagination a:hover {
  opacity: 0.7;
  text-decoration: underline;
}

.pagination .page_button + .page_button {
  margin: 0 0 0 16px;
}

.pagination .page_count {
  -ms-flex-preferred-size: 24%;
      flex-basis: 24%;
  padding: 0 16px;
  margin: 0 6px;
  min-width: 6em;
  height: 44px;
  background: #fff;
  border-radius: 4px;
  color: #484848;
  font-size: 14px;
  line-height: 44px;
  font-weight: bold;
}

.pagination .more {
  display: block;
  min-width: 100%;
}

.pagination .prev i {
  margin: 0 6px 0 0;
}

.pagination .next i {
  margin: 0 0 0 6px;
}

@media (min-width: 769px) {
  .pagination {
    margin: 24px auto 0;
    width: 480px;
  }
  .pagination .page_button {
    font-size: 16px;
    height: 52px;
    line-height: 52px;
  }
  .pagination .page_count {
    margin: 0 12px;
    font-size: 16px;
    height: 52px;
    line-height: 52px;
  }
  .pagination .more {
    min-width: 320px;
  }
}

.content_single.not-found {
  min-height: 50vh;
}

.content_single.not-found h1 {
  font-size: 40px;
  text-align: center;
}

.content_single.not-found p {
  text-align: center;
}

.content_single.content_about .about_list {
  margin: 72px 0 0;
}

.content_single.content_about .list_title {
  margin: 0 0 16px;
  padding: 12px 16px;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  font-weight: bold;
  background: #5eb2f3;
  border-radius: 4px;
}

.content_single.content_about .area_item {
  margin: 0 0 24px;
}

.content_single.content_about .area_title {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #3fabf1;
}

.content_single.content_about .area_link a {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 4px;
  text-decoration: none;
}

.content_single.content_about .area_link .image {
  width: 100%;
}

.content_single.content_about .area_link .image img {
  margin: 0;
  width: 100%;
  vertical-align: top;
}

.content_single.content_about .area_link .title {
  position: absolute;
  bottom: 0;
  padding: 16px 12px 12px;
  color: #ffffff;
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0.5) 100%);
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
  text-decoration: none;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.55;
}

@media (min-width: 769px) {
  .content_single.content_about .area_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .content_single.content_about .area_item {
    margin: 0 0 24px 0;
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
}

/*広告案内*/
.gotop{
  display: none !important;
}
.sp{
  display: none;
}
.pc{
  display: block;
}
.ad_infomation_wrap{
	padding: 24px;
	background: #fff;
}
.ad_infomation_wrap .content_title {
  font-size: 32px;
  text-align: center;
}
.ad_infomation_wrap .text{
  margin: 12px 0 32px;
  font-size: 16px;
  text-align: center;
  line-height: 1.8;
}
.ad_infomation_wrap .text .bold{
  position: relative;
  font-size: 18px;
  font-weight: bold;
}
.ad_infomation_wrap .text .bold:after{
  position: absolute;
  display: block;
  content: "";
  left: 0;
  bottom: -4px;
  margin: auto;
  width: 100%;
  height: 2px;
  background: #ff6a49;
}
.ad_infomation_wrap .image{
  margin: 16px 0 0;
}
.ad_infomation_wrap .image img{
  margin: 0;
}
.ad_infomation_wrap .discription{
  margin: 32px 0;
  font-size: 18px;
  text-align: center;
}
.ad_infomation_wrap .discription p{
  line-height: 1.4;
}
.ad_infomation_wrap .discription span{
  position: relative;
  display: inline-block;
  font-weight: bold;
}
.ad_infomation_wrap .discription span.under_line:after{
    position: absolute;
    display: block;
    content: "";
    bottom: 8px;
    margin: auto;
    width: 90%;
    height: 3px;
    background: #ff6a49;
  }
  .ad_infomation_wrap .discription strong{
    display: block;
    margin: 24px 0 12px;
    font-size: 30px;
    line-height: 52px;
	  font-weight: bold;
  }
  .ad_infomation_wrap .discription .chat_icon{
    width: 40px;
    margin: 0 6px;
    vertical-align: middle;
  }

.ad_infomation_wrap .section{
  
}

.ad_infomation_wrap .section h2{
  margin: 40px 0 24px;
  padding: 12px 0;
  font-size: 20px;
  font-weight: bold;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}

.ad_infomation_wrap .contact_button{
  margin: 24px 0 64px;
}
.ad_infomation_wrap .contact_button a{
  position: relative;
  display: block;
  padding: 24px 32px;
  margin: 0 auto;
  max-width: 480px;
  background: #6fcc44;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  border-radius: 6px;
}

.ad_infomation_wrap .contact_button a:after{
  position: absolute;
  display: block;
  content: "";
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


.ad_infomation_wrap .section .article_list {
}

.ad_infomation_wrap .section .article_list + .article_list {
  margin: 32px 0 0;
  padding: 32px 0 0;
  border-top: 1px solid #eee;
}

.ad_infomation_wrap .section .article_link {
  display: flex;
  color: #444;
}

.ad_infomation_wrap .section .article_link:hover{
  opacity: .9;
}

.ad_infomation_wrap .section .article_info {
}

.ad_infomation_wrap .section .article_image{
  margin: 0 16px 0 0;
  min-width: 220px;
  height: 220px;
  flex-basis: 200px;
  background-size: cover;
  background-position: 50%;
}

.ad_infomation_wrap .section .article_title{
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}

.ad_infomation_wrap .section .client_name{
  margin: 4px 0 24px;
  font-size: 14px;
  line-height: 1;
}

.ad_infomation_wrap .section .article_number{
  display: flex;
  justify-content: space-around;
  padding: 6px 24px;
  margin: 12px 0 0;
  background: rgba(68, 68, 68, 0.07);
  border-radius: 4px;
}
.ad_infomation_wrap .section .number_item{
  padding: 0 8px;
  font-size: 13px;
  text-align: center;
}

.ad_infomation_wrap .section .number_item span{
  display: inline-block;
  margin: 0 0 0 6px;
  font-size: 16px;
  font-weight: bold;
}

.ad_infomation_wrap .section .number_item i{
  margin: 0 4px 0 0;
}

.ad_infomation_wrap .section .client_discription{
  font-size: 15px; 
  line-height: 1.5;
}

.ad_infomation_wrap .section span{
  position: relative;
  z-index: 1;
}

.ad_infomation_wrap .section .info_text{
  margin: 16px 0 0;
  font-size: 18px;
  text-align: center;
	line-height: 1.4;
}

.ad_infomation_wrap .discription_bottom{
  margin: 64px 0 0;
  text-align: center;
}
.ad_infomation_wrap .discription_bottom span{
  position: relative;
  display: inline-block;
  font-weight: bold;
}
.ad_infomation_wrap .discription_bottom span.under_line:after{
    position: absolute;
    display: block;
    content: "";
    bottom: 8px;
    margin: auto;
    width: 90%;
    height: 3px;
    background: #ff6a49;
  }
  .ad_infomation_wrap .discription_bottom strong{
    display: block;
    margin: 24px 0 0;
    font-size: 24px;
    line-height: 44px;
	font-weight: bold;
  }
  .ad_infomation_wrap .discription_bottom .chat_icon{
    margin: 0 6px;
    width: 40px;
    vertical-align: middle;
  }
@media (max-width: 769px) {
  .sp{
    display: block;
  }
  .pc{
    display: none;
  }
  .ad_infomation_wrap .content_title {
    font-size: 24px;
  }
  .ad_infomation_wrap .text{
    font-size: 14px;
    text-align: center;
    line-height: 1.8;
  }
  .ad_infomation_wrap .text .bold{
    position: relative;
    font-size: 16px;
    font-weight: bold;
  }
  .ad_infomation_wrap .text .bold:after{
    position: absolute;
    display: block;
    content: "";
    left: 0;
    bottom: -4px;
    margin: auto;
    width: 100%;
    height: 2px;
    background: #ff6a49;
  }
  .ad_infomation_wrap .discription{
    margin: 24px 0 32px;
    font-size: 16px;
  }
  .ad_infomation_wrap .discription span{
    font-size: 18px;
  }

  .ad_infomation_wrap .discription span.under_line:after{
      position: absolute;
      display: block;
      content: "";
      bottom: 5px;
      margin: auto;
      width: 90%;
      height: 3px;
      background: #ff6a49;
    }
    .ad_infomation_wrap .discription{
      font-size: 14px;
    }
    .ad_infomation_wrap .discription strong{
      display: block;
      margin: 16px 0 12px;
      font-size: 18px;
      line-height: 32px;
    }
    .ad_infomation_wrap .discription .chat_icon{
      margin: 0 4px;
      width: 32px;
    }

  .ad_infomation_wrap .section h2{
    margin: 0 0 24px;
    font-size: 18px;
  }

  .ad_infomation_wrap .contact_button{
    margin: 0 0 32px;
  }
  .ad_infomation_wrap .contact_button a {
    padding: 20px 12px;
    font-size: 16px;
  }
  .ad_infomation_wrap .section .article_link {
    display: block;
  }
  .ad_infomation_wrap .section .article_image{
    margin: 0;
    height: 180px;
  }
  .ad_infomation_wrap .section .article_title{
    margin: 12px 0 0;
    text-decoration: underline;
  }
  .ad_infomation_wrap .section .client_name{
    margin: 8px 0 16px;
    font-size: 12px;
  }
  .ad_infomation_wrap .section .article_number{
    padding: 12px 0;
  }
  .ad_infomation_wrap .section .number_item{
    line-height: 1.4;
  }
  #under-post-title-mobile,#container-bottom-mobile{
    display: none;
  }

  .ad_infomation_wrap .discription_bottom{
    margin: 64px 0 0;
  }
  .ad_infomation_wrap .discription_bottom span{
  }
  .ad_infomation_wrap .discription_bottom span.under_line:after{
    position: absolute;
    display: block;
    content: "";
    bottom: 8px;
    margin: auto;
    width: 90%;
    height: 3px;
    background: #ff6a49;
  }
  .ad_infomation_wrap .discription_bottom strong{
    display: block;
    margin: 24px 0 0;
    font-size: 24px;
    line-height: 44px;
  }
  .ad_infomation_wrap .discription_bottom .chat_icon{
    margin: 0 6px;
    width: 32px;
    vertical-align: middle;
  }
  .ad_infomation_wrap .section .info_text{
    margin: 12px 0 24px;
    font-size: 14px;
  }
  .ad_infomation_wrap .discription_bottom{
    margin: 24px 0 0;
    text-align: center;
  }
  .ad_infomation_wrap .discription_bottom span{
    position: relative;
    display: inline-block;
    font-weight: bold;
  }
  .ad_infomation_wrap .discription_bottom span.under_line:after{
    position: absolute;
    display: block;
    content: "";
    bottom: 8px;
    margin: auto;
    width: 90%;
    height: 3px;
    background: #ff6a49;
  }
  .ad_infomation_wrap .discription_bottom strong{
    display: block;
    margin: 0;
    font-size: 18px;
    line-height: 32px;
  }
  .ad_infomation_wrap .discription_bottom .chat_icon{
      margin: 0 6px;
      width: 28px;
      vertical-align: middle;
  }
}

.contact p {
  margin: 1em 0 0;
  font-size: 14px;
}

.contact .form_wrap {
  margin: 32px 0 24px;
}

.contact .input_text {
  margin: 0 0 24px;
}

.contact .input_label {
  margin: 0 0 6px;
  color: #484848;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: 0.01em;
  font-weight: bold;
}

.contact .input_label .equired {
  padding: 4px 6px;
  margin: 0 0 0 8px;
  background: #ff503c;
  font-size: 10px;
  color: #fff;
  border-radius: 2px;
}

.contact input {
  padding: 6px 8px;
  width: 100%;
  border: solid 1px #e4e4e4;
  border-radius: 2px;
  color: #484848;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: 0.01em;
}

.contact .input_textarea {
  margin: 0 0 24px;
}

.contact .input_textarea textarea {
  padding: 8px;
  height: 200px;
  width: 100%;
  box-sizing: border-box;
  border: solid 1px #e4e4e4;
  border-radius: 2px;
  color: #484848;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: 0.01em;
}

.contact .button {
  display: block;
  margin: 40px auto 0;
  height: 44px;
  width: 200px;
  background: #418efb;
  border-radius: 4px;
  font-size: 14px;
  line-height: 40px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

@media (min-width: 769px) {
  .contact p {
    font-size: 16px;
  }
  .contact .input_label {
    font-size: 16px;
  }
  .contact .input_textarea textarea {
    font-size: 16px;
  }
}

.bottom_content + .bottom_content {
  margin: 16px 0 0 0;
}

@media (min-width: 769px) {
  .bottom {
    margin: 48px 0 0;
  }
  .bottom_content + .bottom_content {
    margin: 24px 0 0 0;
  }
}

.bottom_banner {
  margin: 32px 16px 0;
  text-align: center;
  border: solid 1px #ebebeb;
}

@media (min-width: 769px) {
  .bottom_banner {
    margin: 0;
    padding: 0;
    border: none;
  }
}

.sidebar_inner {
  padding: 24px 0;
}

.sidebar_title {
  padding: 12px;
  background: #5eb2f3;
  color: #fff;
  font-size: 14px;
  line-height: 1.9;
  font-weight: bold;
}

.sidebar_content + .sidebar_content {
  margin: 24px 0 0 0;
}

@media (min-width: 769px) {
  .sidebar {
    position: relative;
    width: 300px;
  }
  .sidebar_inner {
    padding: 0;
    width: 300px;
  }
  .sidebar_inner.fixed-bottom {
    position: fixed;
    top: auto;
    bottom: 48px;
  }
  .sidebar_inner.absolute-scroll {
    position: absolute;
    bottom: auto;
  }
  .sidebar_inner.fixed-top {
    position: -webkit-sticky;
    position: sticky;
    top: 32px;
  }
  .widget_text + .widget_text {
    margin: 20px 0 0 0;
  }
  .sidebar_content + .sidebar_content {
    margin: 16px 0 0 0;
  }
  .sidebar_title {
    padding: 12px 16px;
    color: #fff;
    font-size: 16px;
    line-height: 1.9;
    border-radius: 6px 6px 0 0;
  }
}

.sidebar_list {
  background: #fff;
}

.sidebar_list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 12px;
}

.sidebar_list a:hover {
  opacity: 0.7;
  text-decoration: underline;
}

.sidebar_list .item_info .item_date {
  color: #757575;
  font-size: 10px;
  line-height: 1;
}

.sidebar_list .item_image {
  margin: 0 10px 0 0;
  min-width: 120px;
  height: 96px;
  background-size: cover !important;
  background-position: 50% 35% !important;
  border-radius: 2px;
}

.sidebar_list .item_title {
  overflow: hidden;
  margin: 4px 0 0;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  color: #484848;
  font-size: 14px;
  line-height: 1.4;
  font-weight: bold;
}

.sidebar_list .item_status {
  position: absolute;
  bottom: 0;
  margin: 8px 0 0;
}

.sidebar_list .sidebar_item + .sidebar_item {
  border-top: 1px solid #ebebeb;
}

.sidebar_list .sidebar_more {
  text-align: right;
  box-shadow: 0 1px 0 0 #ebebeb;
}

.sidebar_list .sidebar_more a {
  display: block;
  color: #56AFFC;
  font-size: 14px;
  line-height: 1.9;
  font-weight: bold;
}

.sidebar_list .sidebar_more a span {
  font-size: 12px;
  margin: 0 0 0 4px;
}

@media (min-width: 769px) {
  .sidebar_list {
    border-radius: 0 0 6px 6px;
  }
  .sidebar_list a {
    padding: 16px;
  }
  .sidebar_list .item_info .date {
    color: #757575;
    font-size: 12px;
    line-height: 1;
  }
  .sidebar_list .item_title {
    color: #484848;
    font-size: 13px;
    line-height: 1.4;
  }
  .sidebar_list .sidebar_more {
    box-shadow: none;
  }
}

.sidebar_banner {
  overflow: hidden;
  margin: 0 16px;
  text-align: center;
  border-radius: 4px;
}

.banner-rectangl{
  overflow: hidden;
  min-height: 250px;
  text-align: center;
  border-radius: 4px;
  background: #fff;
  
}

@media (min-width: 769px) {
  .sidebar_banner {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 6px;
  }
  .banner-rectangl{
    padding: 0;
    border: none;
    border-radius: 6px;
  }
}

footer.footer {
  background: #fff;
  border-top: 1px solid #dedede;
}

.footer_wrap {
  position: relative;
  padding: 0 0 24px;
  background: #444444;
}

.footer_centent {
  padding: 32px 24px;
}

.footer_centent .nav_list_box {
  box-shadow: 0 0 0 1px #757575;
}

.footer_centent .nav_list {
  padding: 12px;
  text-align: left;
  border-bottom: 1px solid #757575;
}

.footer_centent .nav_list i {
  margin: 0 6px 0 0;
  color: #fff;
  font-size: 13px;
}

.footer_centent .nav_list a {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.04em;
  -webkit-transition: all 200ms 0ms cubic-bezier(0.27, 0.9, 0.615, 1);
  transition: all 200ms 0ms cubic-bezier(0.27, 0.9, 0.615, 1);
}

.footer_centent .nav_list a:hover {
  color: #aaa;
}

.footer_centent .footer_centent_item {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

.footer_centent .footer_centent_title {
  margin: 0 0 12px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
}

.footer_centent .footer_centent_item.fb, .footer_centent .footer_centent_item.tw {
  display: none;
}

.footer_centent_item + .footer_centent_item {
  margin: 0 0 0 24px;
}

.footer_toplink {
  background: rgba(170, 170, 170, 0.2);
}

.footer_toplink a {
  display: block;
  padding: 12px 0;
  font-size: 12px;
  color: #fff;
  text-align: center;
}

.footer_copyright {
  margin: 12px 0 0;
  text-align: center;
}

.footer_copyright small {
  font-size: 10px;
  line-height: 1em;
  letter-spacing: 0.04em;
  color: #fff;
}

@media (min-width: 769px) {
  .footer_wrap {
    min-width: 1024px;
  }
  .footer_centent {
    padding: 32px 0;
    text-align: center;
  }
  .footer_centent .footer_centent_item.fb, .footer_centent .footer_centent_item.tw {
    display: inline-block;
  }
  .footer_centent .nav_list_box {
    box-shadow: none;
  }
  .footer_centent .nav_list {
    padding: 12px;
    border-bottom: none;
  }
  .footer_centent .nav_list {
    min-width: 320px;
    text-align: left;
    padding: 8px 0;
  }
  .footer_centent .nav_list a {
    font-size: 12px;
  }
  .footer_centent .footer_centent_item {
    width: auto;
    display: inline-block;
    vertical-align: top;
  }
  .footer_centent .footer_centent_title {
    text-align: left;
    margin: 0 0 8px;
    padding: 0 0 12px;
    border-bottom: 2px solid #757575;
    color: #fff;
    font-size: 16px;
    line-height: 1;
  }
}
/*
 * 記事個別 表示設定
 */
.postid-67911 #toc_container{
	display: none !important;
}
.postid-67911 .content_header .content_writer{
	display: none !important;
}
.postid-67911 .content_footer .writer_label{
	font-size: 0 !important;
}
.postid-67911 .content_footer .writer_label:before{
	content: "この記事の担当";
	display: block;
    color: #757575;
    font-size: 10px;
    line-height: 1;
}
