@charset "UTF-8";
/* ---------- font --------- */
/* ---------- common --------- */
html {
  color: #323232;
  font-size: 12px;
  line-height: 1.4;
  font-family: "YuGothic", YuGothic, Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  hyphens: manual;
}

html, body {
  margin: 0;
  padding: 0;
}

.pure-g {
  display: flex;
  flex-flow: row wrap;
}

.pure-g [class*="pure-u"] {
  font-family: "YuGothic", YuGothic, Meiryo, sans-serif;
}

.pure-g > div {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#contents {
  padding-top: 60px;
}

@media screen and (min-width: 768px) {
  #contents {
    min-width: 1100px;
    padding-top: 0;
  }
}
a {
  color: #323232;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  -webkit-transition: all .7s;
  -moz-transition: all .7s;
  -ms-transition: all .7s;
  transition: all .7s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
a:focus {
  outline: none;
}

.red {
  color: #cc3300;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #c8c8c8;
  margin: 40px 0;
  padding: 0;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  line-height: 1.0;
}

ul, li, div, p, table, tr, td {
  margin: 0;
  padding: 0;
  list-style: none;
}

strong {
  font-weight: bold;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.inner_wrapper {
  position: relative;
}

.photo-box img {
  width: 100%;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.hidden-sp {
  display: none !important;
}

.mb20 {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  body {
    min-width: 1100px;
  }

  .inner_wrapper {
    width: 1024px;
    margin: 0 auto;
  }

  .visible-sp {
    display: none !important;
  }

  .hidden-sp {
    display: block !important;
  }
}
/* ----------- header ----------- */
header {
  background: #FFF;
  border-bottom: #c8c8c8 solid 1px;
  padding-bottom: 5px;
  position: fixed;
  width: 100%;
  height: 60px;
  top: 0;
  z-index: 9999;
}
header h1 {
  width: 125px;
  height: 32px;
  margin: 3px 20px 0;
}
header h1 img {
  width: 100%;
}
header #navi {
  display: none;
}
header h2 {
  font-size: 10px;
  margin: 8px 20px 0;
}
header .hnavi {
  font-family: YuMincho, "游明朝", serif;
}
header .sns div {
  display: inline-block;
}
header .sns a.tw {
  background: url(../../img/sns.png) no-repeat left center;
}
header .sns a.fb {
  background: url(../../img/sns.png) no-repeat right center;
}
header .searchbox {
  overflow: hidden;
  *zoom: 1;
  display: block;
  padding: 20px 0 0;
}
header .searchbox table {
  border: #c8c8c8 solid 1px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
header .searchbox td {
  padding: 2px 7px;
}
header .searchbox input {
  border: none;
  background: transparent;
}
header .searchbox input.searchBtn {
  background: url(../../img/btn_search.png) no-repeat 0 0;
}
header nav {
  position: relative;
  z-index: 999;
}
header nav ul {
  text-align: center;
}
header nav li {
  display: inline-block;
}
header nav li.nav1 a {
  background: url(../../img/gnavi1.png) no-repeat top center;
}
header nav li.nav2 a {
  background: url(../../img/gnavi2.png) no-repeat top center;
}
header nav li.nav3 a {
  background: url(../../img/gnavi3.png) no-repeat top center;
}
header nav li.nav4 a {
  background: url(../../img/gnavi4.png) no-repeat top center;
}

.breadcrumbs {
  border-top: #c8c8c8 solid 1px;
  border-bottom: #c8c8c8 solid 1px;
  line-height: 40px;
  font-size: 10px;
}
.breadcrumbs span {
  color: #989898;
}
.breadcrumbs a span {
  color: #cc3300;
}

#sp-f-menu {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 990;
}
#sp-f-menu ul {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background: #FFF;
}
#sp-f-menu ul li {
  background: #cc3300;
  text-align: center;
  width: 24.77%;
}
#sp-f-menu ul li a {
  width: 100%;
  padding: 6px 0;
  color: #FFF;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#sp-f-menu ul li a img {
  display: block;
  margin: 0 auto;
  width: 25px;
  height: auto;
}

@media screen and (min-width: 768px) {
  header {
    border-bottom: none;
    padding-bottom: 30px;
    position: static;
    height: auto;
  }
  header h1 {
    width: 210px;
    height: auto;
    margin: 35px 0;
  }
  header #navi {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }
  header .hnavi, header .sns {
    display: inline-block;
    vertical-align: middle;
  }
  header .sns {
    overflow: hidden;
    *zoom: 1;
    padding-left: 28px;
  }
  header .sns a {
    width: 28px;
    height: 28px;
    text-indent: -9999px;
    display: block;
    overflow: hidden;
  }
  header .sns a.tw {
    float: left;
    margin-right: 10px;
  }
  header .sns a.fb {
    float: right;
  }
  header .searchbox table {
    float: right;
  }
  header .searchbox input.searchBtn {
    background: url(../../img/btn_search.png) no-repeat 0 0;
    width: 14px;
    height: 14px;
    text-indent: -9999px;
    display: block;
  }
  header nav ul {
    margin: -40px auto 0 15%;
  }
  header nav li {
    width: 175px;
  }
  header nav li.nav1 a {
    background-size: 40px 36px;
  }
  header nav li.nav2 a {
    background-size: 40px 36px;
  }
  header nav li.nav3 a {
    background-size: 40px 36px;
  }
  header nav li.nav4 a {
    background-size: 40px;
  }
  header nav li a {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    padding: 46px 30px 0;
    font-size: 14px;
    font-weight: bold;
  }
}
/* ----------- footer ----------- */
footer.site-footer {
  border-top: #c8c8c8 solid 1px;
}
footer.site-footer .banner-box {
  background: #f0f0f0;
  text-align: center;
}
footer.site-footer .banner-box ul {
  padding: 25px;
}
footer.site-footer .banner-box li {
  display: block;
  margin-bottom: 25px;
}
footer.site-footer .banner-box li:last-child {
  margin-bottom: 0;
}
footer.site-footer .banner-box li img {
  width: 100%;
  outline: #c8c8c8 solid 1px;
}
footer.site-footer .partner-box {
  text-align: center;
}
footer.site-footer .nav {
  text-align: center;
  border-top: #c8c8c8 solid 1px;
  background: url(../../img/naname_sp.png) repeat;
}
footer.site-footer .nav ul {
  padding: 40px 0;
}
footer.site-footer .nav li {
  display: inline-block;
  margin: 0 10px;
}
footer.site-footer .nav li img {
  width: 50%;
  display: block;
  margin: 0 auto 10px;
}
footer.site-footer .fnavi {
  background: #323232;
  color: #FFF;
  padding: 20px;
  font-family: YuMincho, "游明朝", serif;
}
footer.site-footer .fnavi a {
  color: #FFF;
  display: inline-block;
  padding-bottom: 20px;
}
footer.site-footer .site-info {
  text-align: center;
  border-bottom: #c8c8c8 solid 1px;
  padding: 25px 0;
}
footer.site-footer .link {
  text-align: center;
}
footer.site-footer .link ul {
  margin: 40px 0 120px;
  display: table;
}
footer.site-footer .link li {
  padding: 0 7%;
  display: table-cell;
  vertical-align: middle;
}
footer.site-footer .link li img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

#totop {
  position: fixed;
  bottom: 65px;
  right: 15px;
  width: 50px;
  display: none;
}
#totop img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  footer.site-footer .fnavi span:before {
    content: '';
    display: block;
  }
  footer.site-footer .nav li {
    margin: 0 7px;
  }
}
@media screen and (min-width: 768px) {
  footer.site-footer .banner-box ul {
    width: 1024px;
    text-align: center;
    display: block;
    margin: 0 auto;
    padding: 30px 0;
  }
  footer.site-footer .banner-box li {
    display: inline-block;
    width: 320px;
    margin: 15px 30px 15px 0;
  }
  footer.site-footer .banner-box li:nth-child(3n) {
    margin-right: 0;
  }
  footer.site-footer .banner-box li:last-child {
    margin: 15px 0 15px 0;
  }
  footer.site-footer .partner-box {
    padding: 50px 0;
  }
  footer.site-footer .partner-box ul {
    width: 1024px;
    display: block;
    margin: 0 auto;
    padding: 30px 0 0;
    overflow: hidden;
    *zoom: 1;
  }
  footer.site-footer .partner-box ul li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
    float: left;
    width: 188px;
    height: 60px;
    margin: 0 20px 20px 0;
    padding: 10px;
    background: #f0f0f0;
  }
  footer.site-footer .partner-box ul li:nth-child(5n) {
    margin-right: 0;
  }
  footer.site-footer .partner-box ul li span, footer.site-footer .partner-box ul li a {
    display: table-cell;
    vertical-align: middle;
    line-height: 1.4;
    cursor: pointer;
  }
  footer.site-footer .nav {
    background: url(../../img/naname_pc.png) repeat;
  }
  footer.site-footer .nav ul {
    padding: 0;
  }
  footer.site-footer .nav li {
    margin: 50px 35px;
  }
  footer.site-footer .nav li img {
    width: 34px;
  }
  footer.site-footer .fnavi {
    text-align: center;
  }
  footer.site-footer .link ul {
    display: block;
    margin: 0;
  }
  footer.site-footer .link li {
    margin: 50px 25px;
    padding: 0;
    display: inline-block;
  }
  footer.site-footer .link li img {
    width: 110px;
    display: block;
    margin: 0 auto;
  }
  footer.site-footer .link li:first-child img, footer.site-footer .link li:last-child img {
    width: 80px;
  }
}
/* ----------- index ----------- */
#top-head {
  margin-bottom: 40px;
}

h1.ttl-1 {
  background: url(../../img/gnavi2.png) no-repeat;
  color: #CC3300;
}

h1.ttl-2 {
  background: url(../../img/gnavi1.png) no-repeat;
  color: #CC3300;
  text-align: center;
}

h1.ttl-3 {
  background: url(../../img/gnavi3.png) no-repeat;
  color: #CC3300;
  text-align: center;
}

.post-lists2 li {
  font-size: 12px;
  line-height: 1.8;
}
.post-lists2 li .thum {
  display: block;
  overflow: hidden;
}
.post-lists2 li .thum img {
  width: 100%;
}
.post-lists2 li .meta {
  overflow: hidden;
  *zoom: 1;
}
.post-lists2 li span.kind {
  background: #cc3300;
  padding: 0 15px;
  color: #FFF;
  display: inline-block;
  line-height: 18px;
  float: right;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 10px 0;
}
.post-lists2 li span.deadline {
  padding: 0;
  display: block;
  font-size: 10px;
  color: #989898;
  float: left;
  margin: 10px 0;
}
.post-lists2 li h2 {
  font-size: 14px;
  line-height: 1.4;
  font-family: YuMincho, "游明朝", serif;
  margin: 0;
}
.post-lists2 li span.view {
  font-size: 14px;
}
.post-lists2 li p {
  font-size: 12px;
  line-height: 1.4;
  padding: 10px 0 0;
}

.post-lists3 {
  overflow: hidden;
  *zoom: 1;
}
.post-lists3 li {
  font-size: 12px;
  line-height: 1.8;
  overflow: hidden;
  *zoom: 1;
}
.post-lists3 li h2 {
  font-size: 12px;
  line-height: 1.4;
  margin: 0;
}
.post-lists3 li span {
  font-size: 12px;
  line-height: 1.4;
}

.ttll {
  font-size: 20px;
}
.ttll img {
  display: block;
  margin: 20px 0;
  width: 100%;
}
.ttll p {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6;
}

.post-news-slider li {
  font-size: 12px;
  line-height: 1.8;
  margin-bottom: 40px;
}
.post-news-slider li .thum {
  display: block;
  overflow: hidden;
}
.post-news-slider li .thum img {
  width: 100%;
}
.post-news-slider li .meta {
  overflow: hidden;
  *zoom: 1;
}
.post-news-slider li span.kind {
  background: #cc3300;
  padding: 0 15px;
  color: #FFF;
  display: inline-block;
  line-height: 18px;
  float: right;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 10px 0;
}
.post-news-slider li span.deadline {
  padding: 0;
  display: block;
  font-size: 10px;
  color: #989898;
  float: left;
  margin: 10px 0;
}
.post-news-slider li h2 {
  font-size: 14px;
  line-height: 1.4;
  font-family: YuMincho, "游明朝", serif;
  margin: 0;
}
.post-news-slider li span.view {
  font-size: 14px;
}
.post-news-slider li p {
  font-size: 12px;
  line-height: 1.4;
  padding: 10px 0 0;
}

@media screen and (max-width: 767px) {
  #top-head .mainpic {
    border-top: #c8c8c8 solid 1px;
    border-bottom: #c8c8c8 solid 1px;
    display: block;
  }
  #top-head .mainpic img {
    width: 100%;
  }
  #top-head nav {
    display: block;
    margin: 20px 0;
  }
  #top-head nav ul {
    text-align: center;
  }
  #top-head nav li {
    display: inline-block;
    padding: 0 3%;
  }
  #top-head nav li a {
    padding-top: 40px;
    display: block;
  }
  #top-head nav li.nav1 a {
    background: url(../../img/gnavi1.png) no-repeat top center;
    background-size: 40px 36px;
  }
  #top-head nav li.nav2 a {
    background: url(../../img/gnavi2.png) no-repeat top center;
    background-size: 40px 36px;
  }
  #top-head nav li.nav3 a {
    background: url(../../img/gnavi3.png) no-repeat top center;
    background-size: 40px 36px;
  }
  #top-head nav li.nav4 a {
    background: url(../../img/gnavi4.png) no-repeat top center;
    background-size: 40px 36px;
  }
  #top-head .left {
    border: #c8c8c8 solid 1px;
    padding: 20px 10px;
    margin: 40px 20px 20px;
  }

  #top-search1 {
    margin: 0 20px;
  }
  #top-search1 .post-lists {
    display: flex;
    flex-flow: row wrap;
  }
  #top-search1 .post-lists li {
    display: block;
    width: 50%;
    margin-bottom: 30px;
  }
  #top-search1 .post-lists li .thum {
    width: 100%;
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
  }
  #top-search1 .post-lists li .thum img {
    max-width: 80%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  #top-search1 .post-lists li .kind, #top-search1 .post-lists li .deadline, #top-search1 .post-lists li h2, #top-search1 .post-lists li span {
    display: block;
    margin: 0 10%;
  }
  #top-search1 .post-lists li span.kind {
    background: #cc3300;
    padding: 0 15px;
    color: #FFF;
    display: inline-block;
    line-height: 18px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 10px 15% 5px;
  }
  #top-search1 .post-lists li span.deadline {
    padding: 0;
    display: block;
  }
  #top-search1 .post-lists li h2 {
    font-size: 12px;
    line-height: 1.4;
  }
  #top-search1 .btn-bk {
    margin: 0 0 40px;
    float: right;
  }
  #top-search1 .btn-bk a {
    background: #323232;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 2px 5px;
    line-height: 32px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #FFF;
    cursor: pointer;
    width: 100px;
    display: block;
    text-align: center;
  }

  #top-search2 {
    margin: 0 20px;
  }
  #top-search2 .border {
    border: #c8c8c8 solid 1px;
    padding: 20px 10px;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #top-search2 .search-box {
    padding: 0;
  }
  #top-search2 .right {
    border-top: #c8c8c8 solid 1px;
    border-bottom: #c8c8c8 solid 1px;
    padding: 40px 0;
    margin: 20px 0 0;
  }
  #top-search2 .right .btn-bk {
    margin: 0;
    float: right;
  }
  #top-search2 .right .btn-bk a {
    background: #323232;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 2px 5px;
    line-height: 32px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #FFF;
    cursor: pointer;
    width: 100px;
    display: block;
    text-align: center;
  }

  h1.ttl-1, h1.ttl-2, h1.ttl-3 {
    background-position: top center;
    background-size: 40px 36px;
    padding-top: 46px;
    font-size: 14px;
    margin-bottom: 20px;
  }

  #recomend {
    background: url(../../img/naname_sp.png) repeat;
    background-size: contain;
    padding: 30px 20px;
  }

  #bannerr {
    border-top: #c8c8c8 solid 1px;
    border-bottom: #c8c8c8 solid 1px;
    padding: 40px 0;
    margin: 40px 20px;
  }
  #bannerr img {
    width: 100%;
    margin-bottom: 10px;
  }

  .ttll {
    margin-bottom: 20px;
  }

  .post-lists3 {
    display: flex;
    flex-flow: row wrap;
  }
  .post-lists3 li {
    display: block;
    width: 50%;
    margin-bottom: 30px;
  }
  .post-lists3 li .thum {
    width: 100%;
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .post-lists3 li .thum img {
    max-width: 70%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .post-lists3 li h2, .post-lists3 li span {
    display: block;
    margin: 0 15%;
  }

  .topbox {
    position: relative;
    border-bottom: solid #c8c8c8 1px;
    padding: 0 0 20px;
    margin: 0 20px 40px;
  }
  .topbox .post-lists2 {
    padding: 0;
  }
  .topbox .btn-bk {
    position: absolute;
    right: 0;
    top: 20px;
  }
  .topbox .btn-bk a {
    background: #323232;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 2px 5px;
    line-height: 32px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #FFF;
    cursor: pointer;
    width: 100px;
    display: block;
    text-align: center;
  }
  .topbox .left-box {
    width: 100%;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: #c8c8c8 solid 1px;
  }
  .topbox .right-box {
    width: 100%;
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  #top-head {
    overflow: hidden;
    *zoom: 1;
  }
  #top-head .left {
    width: 350px;
    float: left;
    margin-right: 10px;
  }
  #top-head .right {
    width: 664px;
    float: right;
  }
  #top-head .right img {
    margin-bottom: 10px;
    width: 100%;
  }
  #top-head nav {
    display: none;
  }

  h1.ttl-1 {
    background-position: left center;
    background-size: 40px 36px;
    line-height: 36px;
    padding-left: 46px;
    font-size: 14px;
    margin-bottom: 20px;
  }

  h1.ttl-2, h1.ttl-3 {
    background-position: top center;
    background-size: 40px 36px;
    padding-top: 46px;
    font-size: 14px;
    margin-bottom: 20px;
  }

  .post-lists {
    overflow: hidden;
    *zoom: 1;
    letter-spacing: -.40em;
  }
  .post-lists li {
    letter-spacing: normal;
    display: inline-block;
    width: 120px;
    font-size: 12px;
    line-height: 1.8;
    vertical-align: top;
  }
  .post-lists li .thum {
    width: 120px;
    height: 120px;
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .post-lists li .thum img {
    height: 100%;
    margin: 0 auto;
    display: block;
  }
  .post-lists li span.kind {
    background: #cc3300;
    padding: 0 15px;
    color: #FFF;
    display: inline-block;
    line-height: 18px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 0 5px;
  }
  .post-lists li span.deadline {
    padding: 0;
    display: block;
  }
  .post-lists li h2 {
    font-size: 12px;
    line-height: 1.4;
    margin: 0;
  }
  .post-lists.noslider {
    text-align: center;
  }
  .post-lists.noslider li {
    margin: 0 18px;
    text-align: left;
  }
  .post-lists.slider2 li, .post-lists.slider4 li, .post-lists.noslider li {
    width: 180px;
  }
  .post-lists.slider2 li .thum, .post-lists.slider4 li .thum, .post-lists.noslider li .thum {
    width: 180px;
    height: 180px;
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .post-lists.slider2 li .thum img, .post-lists.slider4 li .thum img, .post-lists.noslider li .thum img {
    height: 100%;
    display: block;
    margin: 0 auto;
  }
  .post-lists.slider2 li h2, .post-lists.slider4 li h2, .post-lists.noslider li h2 {
    font-size: 12px;
    line-height: 1.4;
    margin: 0;
  }
  .post-lists.noslider2 {
    text-align: center;
  }
  .post-lists.noslider2 li {
    margin: 0 18px;
    text-align: left;
  }
  .post-lists.slider3 li .thum, .post-lists.noslider2 li .thum {
    margin-bottom: 10px;
  }
  .post-lists.slider3 li h2, .post-lists.noslider2 li h2 {
    font-size: 12px;
    line-height: 1.4;
    margin: 10px 0 0;
  }

  .post-lists2 {
    overflow: hidden;
    *zoom: 1;
    letter-spacing: -.40em;
  }
  .post-lists2 li {
    letter-spacing: normal;
    display: inline-block;
    width: 226px;
    vertical-align: top;
    overflow: hidden;
    *zoom: 1;
    margin-right: 40px;
  }
  .post-lists2 li:nth-child(4n) {
    margin-right: 0;
  }
  .post-lists2 li .thum {
    width: 226px;
    height: 127px;
  }

  .post-lists3 {
    letter-spacing: -.40em;
  }
  .post-lists3 li {
    letter-spacing: normal;
    display: inline-block;
    width: 120px;
    vertical-align: top;
    overflow: hidden;
    *zoom: 1;
    margin-right: 15px;
    margin-bottom: 20px;
  }
  .post-lists3 li .thum {
    width: 80%;
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .post-lists3 li .thum img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  #top-search1 {
    position: relative;
    padding-bottom: 70px;
    overflow: hidden;
    *zoom: 1;
  }
  #top-search1 li {
    margin-left: 25px;
    margin-bottom: 25px;
  }
  #top-search1 .btn-bk {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
  }
  #top-search1 .btn-bk a {
    border: #323232 solid 1px;
    background: #323232;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 2px 5px;
    line-height: 32px;
    color: #FFF;
    cursor: pointer;
    width: 100px;
    display: block;
    text-align: center;
  }

  #top-search2 .border {
    border: #c8c8c8 solid 1px;
    width: 310px;
    height: 355px;
    margin-right: 27px;
    padding: 20px 24px 0;
  }
  #top-search2 .right {
    width: 680px;
    position: relative;
    padding-bottom: 65px;
  }
  #top-search2 .right .btn-bk {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
  }
  #top-search2 .right .btn-bk a {
    border: #323232 solid 1px;
    background: #323232;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 2px 5px;
    line-height: 32px;
    color: #FFF;
    cursor: pointer;
    width: 100px;
    display: block;
    text-align: center;
  }

  .ttll {
    margin-bottom: 30px;
  }

  #recomend {
    background: url(../../img/naname_pc.png) repeat;
    padding: 45px 0;
  }

  .topbox {
    position: relative;
    border-top: solid #c8c8c8 1px;
    padding: 45px 0;
  }
  .topbox .btn-bk {
    position: absolute;
    right: 0;
    top: 38px;
  }
  .topbox .btn-bk a {
    border: #323232 solid 1px;
    background: #323232;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 2px 5px;
    line-height: 32px;
    color: #FFF;
    cursor: pointer;
    width: 100px;
    display: block;
    text-align: center;
  }
  .topbox .left-box {
    width: 510px;
    border-right: #c8c8c8 solid 1px;
    position: relative;
  }
  .topbox .left-box .btn-bk {
    top: 0;
    right: 45px;
  }
  .topbox .right-box {
    width: 510px;
    padding-left: 45px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }
  .topbox .right-box .btn-bk {
    top: 0;
    right: 0;
  }

  .post-news-slider li {
    width: 226px !important;
    margin-right: 40px;
    margin-bottom: 0;
  }
  .post-news-slider li:nth-child(4n) {
    margin-right: 0;
  }
}
/* -- news -- */
.main, .side {
  margin: 40px 20px 0;
}

.post-list2 li {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: #c8c8c8 solid 1px;
}
.post-list2 li .thum {
  width: 100%;
  height: 150px;
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
}
.post-list2 li .thum img {
  width: 100%;
}
.post-list2 li .meta {
  overflow: hidden;
  *zoom: 1;
}
.post-list2 li span.kind {
  background: #cc3300;
  padding: 0 15px;
  color: #FFF;
  display: inline-block;
  line-height: 18px;
  float: right;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 10px 0;
}
.post-list2 li span.deadline {
  padding: 0;
  display: block;
  font-size: 10px;
  color: #989898;
  float: left;
  margin: 10px 0;
}
.post-list2 li h2 {
  font-size: 14px;
  line-height: 1.4;
  font-family: YuMincho, "游明朝", serif;
  margin: 0;
}
.post-list2 li span.view {
  font-size: 14px;
}
.post-list2 li p {
  font-size: 12px;
  line-height: 1.4;
  padding: 10px 0 0;
}

.side-ttl {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: #c8c8c8 solid 1px;
  line-height: 54px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 30px;
}

.recommend-contents .side-ttl {
  margin-bottom: 15px;
}
.recommend-contents li {
  padding: 0 0 15px;
}
.recommend-contents li:last-child {
  border-bottom: none;
}
.recommend-contents a img {
  border: #c8c8c8 solid 1px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.side-list {
  padding: 0 0 30px;
}
.side-list li {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: #c8c8c8 solid 1px;
}
.side-list li a {
  display: block;
}
.side-list li .thum {
  width: 100%;
  height: 150px;
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
}
.side-list li .thum img {
  width: 100%;
}
.side-list li .meta {
  overflow: hidden;
  *zoom: 1;
}
.side-list li span.kind {
  background: #cc3300;
  padding: 0 15px;
  color: #FFF;
  display: inline-block;
  line-height: 18px;
  float: right;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 10px 0;
}
.side-list li span.deadline {
  padding: 0;
  display: block;
  font-size: 10px;
  color: #989898;
  float: left;
  margin: 10px 0;
}
.side-list li h2 {
  font-size: 14px;
  line-height: 1.4;
  font-family: YuMincho, "游明朝", serif;
  margin: 0;
}
.side-list li span.view {
  padding-top: 10px;
  font-size: 14px;
  display: block;
}
.side-list li p {
  font-size: 12px;
  line-height: 1.4;
  padding: 10px 0 0;
}
.side-list.cat li {
  border-bottom: none;
  padding-bottom: 15px;
  margin-bottom: 0;
}
.side-list.cat li a {
  background: url(../../img/side-arrow-off.png) no-repeat left center;
  line-height: 14px;
  padding-left: 14px;
  font-weight: bold;
}
.side-list.cat li a:hover {
  background: url(../../img/side-arrow-on.png) no-repeat left center;
  color: #cc3300;
}

.btn-bk {
  margin: -30px 0 60px;
}
.btn-bk a {
  background: #323232;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 2px 5px;
  line-height: 32px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #FFF;
  cursor: pointer;
  width: 100%;
  display: block;
  text-align: center;
}

.wpp-list {
  counter-reset: wpp-ranking;
  list-style-type: none;
}
.wpp-list li:before {
  content: "第" counter(wpp-ranking,decimal) "位";
  counter-increment: wpp-ranking;
  font-size: 18px;
  font-weight: bold;
}

.post-left-box h1 {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 30px;
}
.post-left-box span.kind {
  background: #cc3300;
  padding: 0 15px;
  color: #FFF;
  display: inline-block;
  line-height: 28px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 0 0 30px;
}
.post-left-box span.deadline {
  padding: 0;
  display: block;
  font-size: 12px;
  color: #989898;
  margin: 0 0 20px;
}
.post-left-box .box {
  border-bottom: #c8c8c8 solid 1px;
  padding-bottom: 20px;
  margin-bottom: 40px;
  line-height: 2.0;
  font-size: 14px;
}
.post-left-box .box h2 {
  line-height: 1.4;
  font-size: 18px;
}
.post-left-box .box h3 {
  line-height: 1.4;
}
.post-left-box .box .alignleft {
  float: left;
  margin: 0.375em 1.75em 1.75em 0;
}
.post-left-box .box .alignright {
  float: right;
  margin: 0.375em 0 1.75em 1.75em;
}
.post-left-box .box .aligncenter {
  clear: both;
  display: block;
  margin: 0.375em auto 1.75em;
}
.post-left-box .box p {
  padding-bottom: 20px;
  word-break: break-all;
}
.post-left-box .box a {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .box img {
    width: 100%;
    height: auto;
  }
}
.btn-bk2 {
  margin: 0 0 60px;
}
.btn-bk2 a {
  background: #323232;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 2px 5px;
  line-height: 32px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #FFF;
  cursor: pointer;
  width: 100%;
  display: block;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .post-left-box .box img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .main {
    width: 704px;
    margin: 60px 60px 0 0;
  }

  .side {
    width: 260px;
    margin: 60px 0 0;
  }

  .post-list2 li:nth-child(2n+1) {
    padding-right: 40px;
  }
  .post-list2 li a {
    display: block;
    width: 332px;
  }
  .post-list2 li .thum {
    height: 187px;
  }
  .post-list2 li .meta {
    overflow: hidden;
    *zoom: 1;
  }

  .side-list li {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .side-list li a {
    display: block;
  }
  .side-list li .thum {
    height: 146px;
  }

  .btn-bk a, .btn-bk2 a {
    width: 100px;
  }

  .post-left-box .box .wp-caption {
    display: inline-block;
  }
}
.page-news ul.cat li:first-child a {
  background: url(../../img/side-arrow-on.png) no-repeat left center;
  color: #cc3300;
}

/* ----------- slider ----------- */
#top-head .mainpic {
  position: relative;
}
#top-head .arrow-top-slider .slick-next,
#top-head .arrow-top-slider .slick-prev {
  position: absolute;
  top: 50%;
  margin: -22px 0 0;
  z-index: 99;
  cursor: pointer;
}
#top-head .arrow-top-slider .slick-next:focus,
#top-head .arrow-top-slider .slick-prev:focus {
  outline: none !important;
}
#top-head .arrow-top-slider .slick-next {
  right: 15px;
  background: url(../../img/arrow-slider-r.png) no-repeat 0 0;
  background-size: contain;
  width: 24px;
  height: 24px;
  display: block;
  text-indent: -9999px;
  border: none;
}
#top-head .arrow-top-slider .slick-prev {
  left: 15px;
  background: url(../../img/arrow-slider-l.png) no-repeat 0 0;
  background-size: contain;
  width: 24px;
  height: 24px;
  display: block;
  text-indent: -9999px;
  border: none;
}

.topbox {
  position: relative;
}
.topbox .arrow-top2-slider .slick-next,
.topbox .arrow-top2-slider .slick-prev {
  position: absolute;
  top: 50%;
  margin: -22px 0 0;
  z-index: 99;
  cursor: pointer;
}
.topbox .arrow-top2-slider .slick-next:focus,
.topbox .arrow-top2-slider .slick-prev:focus {
  outline: none !important;
}
.topbox .arrow-top2-slider .slick-next {
  right: -45px;
  background: url(../../img/arrow-slider-r.png) no-repeat 0 0;
  background-size: contain;
  width: 24px;
  height: 24px;
  display: block;
  text-indent: -9999px;
  border: none;
}
.topbox .arrow-top2-slider .slick-prev {
  left: -35px;
  background: url(../../img/arrow-slider-l.png) no-repeat 0 0;
  background-size: contain;
  width: 24px;
  height: 24px;
  display: block;
  text-indent: -9999px;
  border: none;
}

@media screen and (max-width: 767px) {
  .bx-wrapper .bx-prev {
    left: 0;
    background: url(../../img/arrow-slider-l.png) no-repeat 0 0;
  }

  .bx-wrapper .bx-next {
    right: 0;
    background: url(../../img/arrow-slider-r.png) no-repeat 0 0;
  }

  .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 40%;
    margin-top: -12px;
    outline: 0;
    width: 14px;
    height: 24px;
    text-indent: -9999px;
    z-index: 99;
  }

  #top-head {
    position: relative;
  }
  #top-head .bx-wrapper .bx-prev {
    left: 15px;
    background: url(../../img/arrow-slider-l.png) no-repeat 0 0;
  }
  #top-head .bx-wrapper .bx-next {
    right: 15px;
    background: url(../../img/arrow-slider-r.png) no-repeat 0 0;
  }
  #top-head .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    outline: 0;
    width: 14px;
    height: 24px;
    text-indent: -9999px;
    z-index: 99;
  }
}
@media screen and (min-width: 768px) {
  .bx-wrapper {
    width: 1024px;
    overflow: visible;
    position: relative;
    margin: 0 auto 60px;
    padding: 0;
    *zoom: 1;
  }

  .slider li {
    margin-right: 0;
  }

  .bx-wrapper .bx-prev {
    left: -30px;
    background: url(../../img/arrow-slider-l.png) no-repeat 0 0;
  }

  .bx-wrapper .bx-next {
    right: -30px;
    background: url(../../img/arrow-slider-r.png) no-repeat 0 0;
  }

  .s2 .bx-wrapper .bx-prev {
    left: -50px;
  }
  .s2 .bx-wrapper .bx-next {
    right: -50px;
  }

  .bx-wrapper .bx-prev:hover,
  .bx-wrapper .bx-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
  }

  .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 40%;
    margin-top: -12px;
    outline: 0;
    width: 14px;
    height: 24px;
    text-indent: -9999px;
    z-index: 9999;
  }

  #top-head .bx-wrapper .bx-prev {
    left: 15px;
    background: url(../../img/arrow-slider-l.png) no-repeat 0 0;
  }
  #top-head .bx-wrapper .bx-next {
    right: 15px;
    background: url(../../img/arrow-slider-r.png) no-repeat 0 0;
  }
  #top-head .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    outline: 0;
    width: 14px;
    height: 24px;
    text-indent: -9999px;
    z-index: 9999;
  }

  /* PAGER */
  .bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #353535;
    padding-top: 10px;
  }

  .bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }

  .bx-wrapper .bx-pager.bx-default-pager a:hover,
  .bx-wrapper .bx-pager.bx-default-pager a.active,
  .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #b0360d;
  }

  .bx-wrapper .bx-pager-item,
  .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    vertical-align: bottom;
    *zoom: 1;
    *display: inline;
  }

  .bx-wrapper .bx-pager-item {
    font-size: 0;
    line-height: 0;
  }
}
/* ----------- wp-pagenavi ----------- */
.wp-pagenavi {
  padding: 40px 0;
  text-align: center;
}
.wp-pagenavi span.pages, .wp-pagenavi a.first, .wp-pagenavi a.last, .wp-pagenavi span.extend {
  display: none;
}
.wp-pagenavi span.current, .wp-pagenavi a.page {
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0 5px;
  width: 32px !important;
  height: 32px !important;
  line-height: 32px;
}
.wp-pagenavi span.current, .wp-pagenavi a.page:hover {
  background: #cc3300;
  border: #cc3300 solid 1px !important;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #FFF;
  text-align: center;
  font-weight: normal !important;
}
.wp-pagenavi a.page {
  border: #c8c8c8 solid 1px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
}
.wp-pagenavi a.previouspostslink {
  background: url(../../img/pagenavi-arrow.png) no-repeat left center;
  text-align: left;
  border: none;
  padding: 0 14px;
}
.wp-pagenavi a.nextpostslink {
  background: url(../../img/pagenavi-arrow.png) no-repeat right center;
  text-align: right;
  border: none;
  padding: 0 14px;
}

.pagenavi {
  padding: 40px 0;
  text-align: center;
}
.pagenavi span.current, .pagenavi a.page-numbers {
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0 5px;
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.pagenavi span.current, .pagenavi a.page-numbers:hover {
  background: #cc3300;
  border: #cc3300 solid 1px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #FFF;
  text-align: center;
  font-weight: normal;
}
.pagenavi a.page-numbers {
  border: #c8c8c8 solid 1px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
}
.pagenavi a.prev {
  background: url(../../img/pagenavi-arrow.png) no-repeat left center;
  text-align: left;
  border: none;
  padding: 0 14px;
  border: none;
  width: auto;
}
.pagenavi a.prev:hover {
  background: #FFF url(../../img/pagenavi-arrow.png) no-repeat left center;
  border: none;
  color: #323232;
}
.pagenavi a.next {
  background: url(../../img/pagenavi-arrow.png) no-repeat right center;
  text-align: right;
  border: none;
  padding: 0 14px;
  border: none;
  width: auto;
}
.pagenavi a.next:hover {
  background: #FFF url(../../img/pagenavi-arrow.png) no-repeat right center;
  border: none;
  color: #323232;
}

/* ----------- archive ----------- */
.page-header {
  padding: 45px 0;
}
.page-header h1 {
  text-align: center;
  font-size: 20px;
}
.page-header h1 img {
  display: block;
  margin: 0 auto 15px;
}

.post-list ul {
  border-top: #c8c8c8 solid 1px;
}
.post-list li {
  overflow: hidden;
  *zoom: 1;
  border-bottom: #c8c8c8 solid 1px;
}
.post-list li h2 {
  margin-bottom: 10px;
}
.post-list li .thum, .post-list li .thum2 {
  display: block;
  overflow: hidden;
}
.post-list li span {
  display: block;
  padding-bottom: 10px;
  line-height: 1.6;
}
.post-list li p {
  line-height: 1.6;
}
.post-list li p span {
  display: inline-block;
  padding: 0;
}
.post-list li span.red {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .page-header h1 img {
    width: 20%;
  }

  .post-list {
    padding: 0 20px;
  }
  .post-list li {
    padding: 40px 0;
    width: 100%;
  }
  .post-list li .thum {
    width: 100%;
    text-align: center;
  }
  .post-list li .thum img {
    width: 60%;
    height: auto;
    display: block;
    margin: 0 auto 20px;
  }
  .post-list li .txt {
    display: block;
  }
  .post-list li .thum2 {
    width: 100%;
    margin: 0 auto 20px;
  }
  .post-list li .thum2 img {
    width: 100%;
  }
  .post-list li span.kind {
    background: #cc3300;
    padding: 0 15px;
    color: #FFF;
    display: inline-block;
    line-height: 18px;
    font-size: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 10px 0;
  }
  .post-list li span.deadline {
    padding: 0;
  }
  .post-list ul.col5 h2 {
    line-height: 1.4;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .page-header h1 img {
    width: 70px;
  }

  .post-list {
    overflow: hidden;
    *zoom: 1;
  }
  .post-list ul.col2 li {
    padding: 25px 0 25px 0;
  }
  .post-list ul.col2 li .thum {
    width: 160px;
    height: 160px;
  }
  .post-list ul.col2 li .txt {
    width: 310px;
    margin-left: 20px;
  }
  .post-list ul.col2 li:nth-child(2n) {
    padding-left: 44px;
  }
  .post-list ul.col5 {
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 60px;
  }
  .post-list ul.col5 li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 20.6%;
    padding: 25px 3% 25px 0;
  }
  .post-list ul.col5 li:nth-child(5n) {
    width: 17.6%;
    padding: 25px 0 25px 0;
  }
  .post-list ul.col5 li .thum2 {
    width: 180px;
    height: 180px;
    display: block;
    overflow: hidden;
  }
  .post-list ul.col5 li span.kind {
    background: #cc3300;
    padding: 0 15px;
    color: #FFF;
    display: inline-block;
    line-height: 18px;
    font-size: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 10px 0;
  }
  .post-list ul.col5 li span.deadline {
    padding: 0;
  }
  .post-list ul.col5 li h2 {
    line-height: 1.4;
    margin: 0;
  }

  .post-type-archive-magazine .thum img {
    height: 100%;
    display: block;
    margin: 0 auto;
  }

  .post-type-archive-newcomer .thum2 img {
    height: 100%;
    display: block;
    margin: 0 auto;
  }

  .page-editors .thum img {
    height: 100%;
    display: block;
    margin: 0 auto;
  }
}
.post-box a {
  text-decoration: underline;
}

.btn-back a {
  background: #323232;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 2px 5px;
  line-height: 32px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #FFF;
  cursor: pointer;
  display: block;
  text-align: center;
  text-decoration: none;
}

.bring {
  background: #cc3300;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 20px 0;
  margin-bottom: 30px;
  color: #FFF;
}
.bring h2 {
  font-size: 16px;
  display: block;
  margin-bottom: 20px;
}
.bring p {
  line-height: 1.8;
  padding-bottom: 20px;
}

.sns-box li {
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
}
.sns-box li a.fb {
  background: #3b589a url(../../img/icon-fb.png) no-repeat 12px center;
  color: #FFF;
  font-size: 11px;
  text-decoration: none;
  line-height: 20px;
  padding-left: 24px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 70px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.sns-box li a.tw {
  background: #00abf0 url(../../img/icon-tw.png) no-repeat 10px center;
  color: #FFF;
  font-size: 11px;
  text-decoration: none;
  line-height: 20px;
  padding-left: 26px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 84px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.sns-box.cat-report {
  margin: 40px 0 20px;
}

.recommend-report-list li {
  margin-bottom: 20px;
}
.recommend-report-list li img {
  margin-bottom: 10px;
}
.recommend-report-list li h2 {
  font-size: 14px !important;
}
.recommend-report-list li .date {
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .post-box .photo {
    padding: 0 20px 40px;
  }
  .post-box .photo img {
    width: 100%;
  }
  .post-box .photo h2.prof-name {
    font-size: 16px;
    display: block;
    margin: 30px 0 15px;
  }
  .post-box .photo h2.prof-name span {
    font-size: 12px;
  }
  .post-box .photo p {
    padding-bottom: 20px;
    line-height: 1.8;
  }
  .post-box .photo .line {
    border-bottom: #c8c8c8 solid 1px;
    display: block;
    height: 1px;
    margin-top: 10px;
  }
  .post-box .txt {
    padding: 0 20px;
  }
  .post-box .txt img {
    width: 100%;
  }
  .post-box .post-box-box {
    overflow: hidden;
    *zoom: 1;
    position: relative;
    border-bottom: #c8c8c8 solid 1px;
    padding: 0 0 20px;
    margin: 0 0 40px;
  }
  .post-box .post-box-box span.kind2 {
    background: #cc3300;
    padding: 0 15px;
    color: #FFF;
    display: inline-block;
    line-height: 28px;
    font-size: 14px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 0 20px;
  }
  .post-box .post-box-box h2 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .post-box .post-box-box h2.entry-title {
    font-size: 20px;
    font-family: YuMincho, "游明朝", serif;
    line-height: 1.4;
  }
  .post-box .post-box-box h3 {
    font-size: 16px;
    margin: 40px 0 20px;
  }
  .post-box .post-box-box .logo-box {
    margin-bottom: 20px;
  }
  .post-box .post-box-box .logo-box img {
    width: 100%;
  }
  .post-box .post-box-box p {
    line-height: 1.8;
    font-size: 14px;
    padding: 0 0 20px;
  }
  .post-box .post-box-box .left {
    margin-bottom: 20px;
  }
  .post-box .post-box-box .right {
    margin-bottom: 20px;
  }
  .post-box .post-box-box .a-pic {
    width: 70%;
    display: block;
    margin: 0 auto 20px;
  }
  .post-box .post-box-box .a-pic img {
    width: 100%;
  }
  .post-box .post-box-box .apply-pic {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
  .post-box .post-box-box .apply-pic img {
    width: 100%;
  }

  .btn-back a {
    width: 100%;
    margin-bottom: 30px;
  }

  .sns-box {
    margin: -20px 0 20px;
  }

  .page .sns-box {
    padding: 0 20px;
  }
}
@media screen and (min-width: 768px) {
  .post-box .inner_wrapper {
    border-top: #c8c8c8 solid 1px;
    padding: 50px 0;
  }
  .post-box .photo {
    width: 260px;
    margin-right: 55px;
  }
  .post-box .photo .thum {
    width: 260px;
    height: 260px;
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
  }
  .post-box .photo .thum img {
    height: 100%;
    display: block;
    margin: 0 auto;
  }
  .post-box .photo .thum2 img {
    width: 100%;
  }
  .post-box .photo h2.prof-name {
    font-size: 16px;
    display: block;
    margin-bottom: 20px;
  }
  .post-box .photo h2.prof-name span {
    font-size: 12px;
  }
  .post-box .photo p {
    padding-bottom: 20px;
    line-height: 1.8;
  }
  .post-box .txt {
    width: 704px;
  }
  .post-box .post-box-box {
    overflow: hidden;
    *zoom: 1;
    position: relative;
    border-bottom: #c8c8c8 solid 1px;
    padding: 0 0 20px;
    margin: 0 0 40px;
  }
  .post-box .post-box-box span.kind2 {
    background: #cc3300;
    padding: 0 15px;
    color: #FFF;
    display: inline-block;
    line-height: 28px;
    font-size: 14px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 0 20px;
  }
  .post-box .post-box-box h2 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .post-box .post-box-box h2.entry-title {
    font-size: 20px;
    font-family: YuMincho, "游明朝", serif;
    line-height: 1.4;
  }
  .post-box .post-box-box h3 {
    font-size: 16px;
    margin: 40px 0 20px;
  }
  .post-box .post-box-box .logo-box {
    position: absolute;
    right: 0;
    top: 0;
    width: 220px;
  }
  .post-box .post-box-box .logo-box img {
    width: 100%;
  }
  .post-box .post-box-box p {
    line-height: 1.8;
    font-size: 14px;
    padding: 0 0 30px;
  }
  .post-box .post-box-box .left {
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .post-box .post-box-box .right-txt {
    width: 336px;
  }
  .post-box .post-box-box .a-pic {
    width: 160px;
    margin-right: 30px;
    margin-bottom: 20px;
  }
  .post-box .post-box-box .a-pic img {
    width: 100%;
  }
  .post-box .post-box-box .a-txt {
    width: 510px;
  }
  .post-box .post-box-box .apply-txt {
    width: 410px;
    margin-right: 30px;
  }
  .post-box .post-box-box .apply-pic {
    width: 260px;
  }
  .post-box .post-box-box .apply-pic img {
    width: 100%;
  }

  .btn-back a {
    width: 100px;
  }

  .sns-box {
    margin: -20px 0 20px;
  }
}
.page .sns-box {
  margin: -20px 0 60px;
}

.googlemap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  display: block;
  margin: 0 0 15px;
}

.googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* ----------- search-nav ----------- */
.search-box {
  padding: 0 0 40px;
}
.search-box h1 {
  font-size: 14px;
  margin-bottom: 20px;
}
.search-box form {
  background: #FFF;
}
.search-box input[type=text] {
  border: #c8c8c8 solid 1px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 2px 5px;
  line-height: 32px;
}
.search-box input[type=submit] {
  border: #323232 solid 1px;
  background: #323232;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 5px;
  color: #FFF;
  cursor: pointer;
}
.search-box select {
  border: #c8c8c8 solid 1px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 2px 5px;
  line-height: 32px;
  height: 32px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.search-box label.ttl {
  display: block;
  margin-bottom: 5px;
}
.search-box .icon-ex {
  padding: 20px 0;
}
.search-box .icon-ex span {
  background: #cc3300;
  padding: 0 15px;
  color: #FFF;
  display: inline-block;
  line-height: 18px;
  font-size: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-right: 10px;
}
.search-box dl, .search-box dd, .search-box dt {
  margin: 0;
  padding: 0;
}

.search-box-head .search-box {
  padding: 0;
}
.search-box-head h1 {
  padding: 0 30px 0 0;
  display: inline-block;
  cursor: pointer;
  background: url(../../img/arrow-search-off.png) no-repeat right center;
}
.search-box-head h1.open {
  background: url(../../img/arrow-search-on.png) no-repeat right center;
}
.search-box-head .sbox {
  margin: 0 0 40px;
}

@media screen and (max-width: 767px) {
  * {
    -webkit-appearance: none;
  }

  .search-box {
    padding: 0 20px 40px;
  }
  .search-box h1 {
    font-size: 14px;
  }
  .search-box .sbox {
    border: #c8c8c8 solid 6px;
    padding: 16px;
  }
  .search-box select {
    background: url(../../img/select-arrow_pc.png) no-repeat 98% center;
    width: 100%;
  }
  .search-box select.w100 {
    width: 80%;
  }
  .search-box select.w85 {
    width: 70% !important;
  }
  .search-box input[type=text] {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .search-box input[type=submit] {
    width: 100%;
    margin-top: 15px;
  }
  .search-box label.ttl2 {
    display: block;
    margin-bottom: 5px;
  }
  .search-box ul.table-box {
    width: 100%;
  }
  .search-box ul.table-box li {
    display: block;
    margin-bottom: 15px;
  }
  .search-box ul.table-box.small {
    overflow: hidden;
    *zoom: 1;
  }
  .search-box ul.table-box.small li:nth-child(2) {
    width: 50%;
    display: block;
    float: left;
    margin: 0;
  }
  .search-box ul.table-box.small li:nth-child(3) {
    width: 50%;
    display: block;
    float: right;
    margin: 0;
  }
  .search-box ul.table-box.small2 {
    overflow: hidden;
    *zoom: 1;
  }
  .search-box ul.table-box.small2 li:nth-child(1) {
    width: 50%;
    display: block;
    float: left;
    margin: 0;
  }
  .search-box ul.table-box.small2 li:nth-child(2) {
    width: 50%;
    display: block;
    float: right;
    margin: 0;
  }
  .search-box .icon-ex p {
    margin-top: 10px;
  }
  .search-box dl.srbox1, .search-box dl.srbox2 {
    width: 100%;
    padding: 5px 0;
    overflow: hidden;
    *zoom: 1;
  }
  .search-box dl.srbox1 dt, .search-box dl.srbox2 dt {
    line-height: 34px;
  }
  .search-box dl.srbox1 dd, .search-box dl.srbox2 dd {
    width: 100%;
  }
  .search-box dl.srbox1 dd input[type=text], .search-box dl.srbox1 dd select, .search-box dl.srbox2 dd input[type=text], .search-box dl.srbox2 dd select {
    width: 100%;
  }
  .search-box .btnbox1, .search-box .btnbox2 {
    margin: 10px 0;
  }

  .search-box-head {
    padding: 0 20px;
  }
}
@media screen and (min-width: 768px) {
  .search-box .sbox {
    background: url(../../img/naname2_pc.png) repeat;
    padding: 12px;
  }
  .search-box form.searchForm2 {
    padding: 25px 35px;
  }
  .search-box select {
    background: url(../../img/select-arrow_pc.png) no-repeat 98% center;
    width: 100%;
  }
  .search-box select.w85 {
    width: 85px;
  }
  .search-box select.w100 {
    width: 100px;
  }
  .search-box input[type=text] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 20px;
  }
  .search-box input[type=text].w600 {
    width: 600px;
  }
  .search-box input[type=text].w260 {
    width: 260px;
  }
  .search-box input[type=submit].w100 {
    width: 100px;
  }
  .search-box ul.table-box {
    display: table;
    width: 100%;
  }
  .search-box ul.table-box li {
    display: table-cell;
    padding-right: 20px;
  }
  .search-box ul.table-box li:last-child {
    padding-right: 0;
  }
  .search-box ul.table-box.four li {
    width: 216px;
  }
  .search-box ul.table-box.three li {
    width: 294px;
  }
  .search-box ul.table-box.small {
    width: 360px;
  }
  .search-box dl.srbox1 {
    padding: 5px 0;
    overflow: hidden;
    *zoom: 1;
  }
  .search-box dl.srbox1 dt {
    float: left;
    line-height: 34px;
  }
  .search-box dl.srbox1 dd {
    width: 248px;
    margin-left: 90px;
  }
  .search-box dl.srbox1 dd input[type=text] {
    margin-left: 0;
    width: 100%;
  }
  .search-box dl.srbox2 {
    padding: 5px 0;
    overflow: hidden;
    *zoom: 1;
  }
  .search-box dl.srbox2 dt {
    float: left;
    line-height: 34px;
  }
  .search-box dl.srbox2 dd {
    width: 70%;
    margin-left: 30%;
  }
  .search-box dl.srbox2 dd input[type=text] {
    margin-left: 0;
    width: 100%;
  }
  .search-box .btnbox1 {
    margin: 10px 0 0 90px;
  }
  .search-box .btnbox2 {
    margin: 10px 0 -15px 30%;
  }

  .icon-ex p {
    display: inline-block;
    padding-right: 20px;
  }
}
.page-box {
  padding: 40px 20px;
}
.page-box h1 {
  font-size: 20px;
  margin-bottom: 30px;
}
.page-box .txt p {
  padding-bottom: 30px;
  line-height: 1.8;
  font-size: 14px;
}
.page-box table {
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
}
.page-box table th, .page-box table td {
  display: block;
}
.page-box table td {
  margin-bottom: 30px;
}
.page-box .googlemap {
  margin-bottom: 30px;
}
.page-box .btn-bk {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .page-box {
    padding: 60px 0;
  }

  table {
    margin-bottom: 40px;
  }
  table th {
    padding-right: 30px;
    vertical-align: top;
  }
  table td {
    margin-bottom: 0;
  }

  .btn-bk a {
    width: 260px;
    line-height: 54px;
    font-size: 14px;
    margin: 40px 0;
  }
}
.wpcf7 .wpcf7-not-valid-tip {
  width: 100%;
}
.wpcf7 .form-box {
  font-size: 14px;
}
.wpcf7 p.caution {
  border-bottom: #d2d2d2 solid 1px;
  padding: 0 0 15px;
}
.wpcf7 dl {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  *zoom: 1;
  padding: 15px 0;
  margin: 0;
  display: block;
  border-bottom: #282828 dotted 1px;
}
.wpcf7 dl.end {
  border-bottom: #d2d2d2 solid 1px;
}
.wpcf7 dt {
  display: block;
}
.wpcf7 dd {
  display: block;
  margin: 0;
}
.wpcf7 input[type=text], .wpcf7 input[type=tel], .wpcf7 input[type=email] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f7f7f7;
  border: #d2d2d2 solid 1px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 1px 5px;
  width: 100%;
  line-height: 32px;
}
.wpcf7 input[type=radio] {
  background: #f7f7f7;
  border: #d2d2d2 solid 1px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.wpcf7 .line {
  width: 100%;
  height: 1px;
  display: block;
  border-bottom: #c8c8c8 dotted 1px;
  margin: 15px 0;
}
.wpcf7 .wpcf7c-conf {
  background: #c8c8c8 !important;
}
.wpcf7 textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f9f9f9;
  border: #c8c8c8 solid 1px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 5px;
  width: 100%;
  overflow: scroll;
}
.wpcf7 #btns-conf1 {
  margin: 40px auto 0;
  display: block;
}
.wpcf7 #btns-conf2 {
  margin: 40px auto 0;
  display: block;
  overflow: hidden;
  *zoom: 1;
}
.wpcf7 input.confirm_button,
.wpcf7 input.back_button,
.wpcf7 input.submit_button {
  background: #323232;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: none;
  line-height: 54px;
  text-align: center;
  font-size: 14px;
  color: #FFF;
  width: 100%;
}
.wpcf7 input.back_button {
  margin: 10px 0 0;
}
.wpcf7 .wpcf7-response-output {
  display: none !important;
}
.wpcf7 .wpcf7-validation-errors {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .wpcf7 dt {
    margin-bottom: 6px;
  }
  .wpcf7 input[type=radio] {
    margin: 0;
  }
  .wpcf7 .wpcf7-list-item {
    display: block;
    font-size: 12px;
    margin: 5px 0;
  }
  .wpcf7 .wpcf7-list-item-label {
    padding: 0 0 0 2px;
  }
  .wpcf7 .line {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .wpcf7 .wpcf7-not-valid-tip {
    float: right;
  }
  .wpcf7 dt {
    width: 25%;
    float: left;
  }
  .wpcf7 dd {
    width: 70%;
    float: right;
  }
  .wpcf7 .line {
    display: block;
  }
  .wpcf7 textarea {
    height: 170px;
  }
  .wpcf7 #btns-conf1 {
    margin: 40px auto 0;
    width: 260px;
  }
  .wpcf7 #btns-conf2 {
    margin: 40px auto 0;
    width: 260px;
  }
  .wpcf7 input.confirm_button,
  .wpcf7 input.back_button,
  .wpcf7 input.submit_button {
    width: 260px;
    cursor: pointer;
  }
  .wpcf7 input.confirm_button:hover,
  .wpcf7 input.back_button:hover,
  .wpcf7 input.submit_button:hover {
    text-decoration: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    transition: all .7s;
  }
}
@media screen and (max-width: 767px) {
  .drawer-menu ul.nav {
    border-top: #c8c8c8 solid 1px;
    border-bottom: #c8c8c8 solid 1px;
    padding: 15px 25px 5px;
  }
  .drawer-menu ul.nav li {
    margin: 0 0 10px;
    text-align: left;
    width: 100%;
    display: block;
    font-size: 14px;
    line-height: 46px;
  }
  .drawer-menu ul.nav li img {
    width: 34px;
    margin: 0 15px 0 0;
  }
  .drawer-menu ul.navi {
    padding-bottom: 100px;
  }
  .drawer-menu ul.navi li {
    border-bottom: #c8c8c8 solid 1px;
    padding: 0 25px;
    margin: 0;
    text-align: left;
    width: 100%;
    display: block;
    font-size: 14px;
    line-height: 46px;
  }
}
/* 出張編集部 */
.post-type-archive-kyoto_henshubu .no-slider-main-pic img,
.tax-days .no-slider-main-pic img {
  width: 100%;
}
.post-type-archive-kyoto_henshubu .twitter-follow-btn,
.tax-days .twitter-follow-btn {
  margin: 20px 20px 40px;
}
.post-type-archive-kyoto_henshubu .twitter-follow-btn a,
.tax-days .twitter-follow-btn a {
  border: #c8c8c8 solid 1px;
  padding: 12px 15px;
  text-align: left;
  color: #cc3300;
  font-weight: bold;
  font-size: 11px;
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.post-type-archive-kyoto_henshubu section,
.tax-days section {
  padding: 40px 20px;
}
.post-type-archive-kyoto_henshubu section:first-child,
.tax-days section:first-child {
  padding: 0 0;
}
.post-type-archive-kyoto_henshubu section:first-child h1,
.tax-days section:first-child h1 {
  margin-left: 20px;
}
.post-type-archive-kyoto_henshubu section:first-child .kh-apply-btn a,
.tax-days section:first-child .kh-apply-btn a {
  margin: 0 20px !important;
}
.post-type-archive-kyoto_henshubu section:last-child,
.tax-days section:last-child {
  padding: 20px 20px 40px;
}
.post-type-archive-kyoto_henshubu section:last-child .twitter-follow-btn,
.tax-days section:last-child .twitter-follow-btn {
  margin: 30px 0 50px;
}
.post-type-archive-kyoto_henshubu section.kh-bk,
.tax-days section.kh-bk {
  background: url(../../img/kyoto_henshubu/bk-gray.png);
}
.post-type-archive-kyoto_henshubu section h1,
.tax-days section h1 {
  font-size: 20px;
  margin-bottom: 20px;
}
.post-type-archive-kyoto_henshubu .ppp,
.tax-days .ppp {
  padding: 0 20px 10px;
}
.post-type-archive-kyoto_henshubu .ppp img,
.tax-days .ppp img {
  width: 100%;
}
.post-type-archive-kyoto_henshubu .ttt,
.tax-days .ttt {
  padding: 0 20px;
  font-family: YuMincho, "游明朝", serif;
}
.post-type-archive-kyoto_henshubu .ttt h2,
.tax-days .ttt h2 {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 20px;
}
.post-type-archive-kyoto_henshubu .ttt .kh-text-box,
.tax-days .ttt .kh-text-box {
  border-top: #c8c8c8 solid 1px;
  padding: 20px 0 40px;
  line-height: 2.0;
}
.post-type-archive-kyoto_henshubu .ttt .kh-text-box a,
.tax-days .ttt .kh-text-box a {
  text-decoration: underline;
}
.post-type-archive-kyoto_henshubu .kh-mag-list-nav,
.tax-days .kh-mag-list-nav {
  text-align: center;
  padding-bottom: 20px;
  width: 100%;
}
.post-type-archive-kyoto_henshubu .kh-mag-list-nav li,
.tax-days .kh-mag-list-nav li {
  display: inline-block;
  width: 30%;
  margin: 0 3% 0 0;
}
.post-type-archive-kyoto_henshubu .kh-mag-list-nav li:nth-child(3),
.tax-days .kh-mag-list-nav li:nth-child(3) {
  margin: 0 0 0 0;
}
.post-type-archive-kyoto_henshubu .kh-mag-list-nav li a,
.tax-days .kh-mag-list-nav li a {
  display: block;
  width: 100%;
  line-height: 1.4;
  padding: 10px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: #c8c8c8 solid 1px;
  background: #FFF;
  font-size: 14px;
}
.post-type-archive-kyoto_henshubu .kh-mag-list-nav li a:hover,
.tax-days .kh-mag-list-nav li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  background: #cc3300;
  color: #FFF;
}
.post-type-archive-kyoto_henshubu .kh-caution,
.tax-days .kh-caution {
  color: #cc3300;
  text-align: center;
  padding-bottom: 25px;
}
.post-type-archive-kyoto_henshubu .kh-pdf-btn,
.tax-days .kh-pdf-btn {
  text-align: center;
  margin-bottom: 30px;
}
.post-type-archive-kyoto_henshubu .kh-pdf-btn a,
.tax-days .kh-pdf-btn a {
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
}
.post-type-archive-kyoto_henshubu .kh-pdf-btn a span,
.tax-days .kh-pdf-btn a span {
  padding: 0 15px;
}
.post-type-archive-kyoto_henshubu .kh-mag-list,
.tax-days .kh-mag-list {
  padding-bottom: 50px;
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.post-type-archive-kyoto_henshubu .kh-mag-list li,
.tax-days .kh-mag-list li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 30%;
  margin-bottom: 5%;
  margin-right: 5%;
}
.post-type-archive-kyoto_henshubu .kh-mag-list li:nth-child(3n),
.tax-days .kh-mag-list li:nth-child(3n) {
  margin-right: 0;
}
.post-type-archive-kyoto_henshubu .kh-mag-list li .thum,
.tax-days .kh-mag-list li .thum {
  margin-bottom: 10px;
}
.post-type-archive-kyoto_henshubu .kh-mag-list li .thum img,
.tax-days .kh-mag-list li .thum img {
  width: 100%;
  height: 130px;
  object-fit: cover;
}
.post-type-archive-kyoto_henshubu .kh-mag-list li h2,
.tax-days .kh-mag-list li h2 {
  font-size: 12px;
  line-height: 1.6;
}
.post-type-archive-kyoto_henshubu .kh-apply-btn a,
.tax-days .kh-apply-btn a {
  display: block;
  line-height: 46px;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 25px;
  text-align: center;
  color: #FFF;
  background: #cc3300;
}
.post-type-archive-kyoto_henshubu .kh-apply-btn a span,
.tax-days .kh-apply-btn a span {
  padding: 0 15px 0 0;
}
.post-type-archive-kyoto_henshubu .feature-event li,
.tax-days .feature-event li {
  border-bottom: #c8c8c8 solid 1px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  font-family: YuMincho, "游明朝", serif;
  font-size: 14px;
}
.post-type-archive-kyoto_henshubu .feature-event li:last-child,
.tax-days .feature-event li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.post-type-archive-kyoto_henshubu .feature-event li h2,
.tax-days .feature-event li h2 {
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 1.5;
}
.post-type-archive-kyoto_henshubu .feature-event li p,
.tax-days .feature-event li p {
  line-height: 1.8;
}
.post-type-archive-kyoto_henshubu .feature-event li p a,
.tax-days .feature-event li p a {
  text-decoration: underline;
}
.post-type-archive-kyoto_henshubu .feature-event .thum,
.tax-days .feature-event .thum {
  width: 100%;
}
.post-type-archive-kyoto_henshubu .feature-event .thum img,
.tax-days .feature-event .thum img {
  width: 100%;
}
.post-type-archive-kyoto_henshubu .feature-event .txt,
.tax-days .feature-event .txt {
  padding: 15px 0 0;
}
.post-type-archive-kyoto_henshubu .flow,
.tax-days .flow {
  padding: 0 0 40px;
}
.post-type-archive-kyoto_henshubu .flow li,
.tax-days .flow li {
  padding: 30px 0;
  width: 100%;
  text-align: center;
  background: #FFF;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: #c8c8c8 solid 6px;
}
.post-type-archive-kyoto_henshubu .flow li.arrow,
.tax-days .flow li.arrow {
  width: 100%;
  background: transparent;
  border: none;
  position: relative;
  padding: 20px 0;
}
.post-type-archive-kyoto_henshubu .flow li.arrow img,
.tax-days .flow li.arrow img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
}
.post-type-archive-kyoto_henshubu .flow li h2,
.tax-days .flow li h2 {
  font-size: 18px;
  margin-bottom: 30px;
}
.post-type-archive-kyoto_henshubu .flow li p,
.tax-days .flow li p {
  padding: 30px 30px 0;
  line-height: 1.8;
  font-size: 14px;
  font-family: YuMincho, "游明朝", serif;
  text-align: left;
}
.post-type-archive-kyoto_henshubu .flow-biko,
.tax-days .flow-biko {
  background: #f1f1f1;
  margin: 0 0 40px;
  display: block;
  text-align: center;
  padding: 30px 0;
}
.post-type-archive-kyoto_henshubu .flow-biko h2,
.tax-days .flow-biko h2 {
  font-size: 16px;
  margin-bottom: 15px;
}
.post-type-archive-kyoto_henshubu .flow-biko p,
.tax-days .flow-biko p {
  line-height: 1.8;
}
.post-type-archive-kyoto_henshubu .flow-biko a,
.tax-days .flow-biko a {
  padding: 0 10px;
  text-decoration: underline;
  font-weight: bold;
}
.post-type-archive-kyoto_henshubu .flow-caution,
.tax-days .flow-caution {
  background: #FFF;
  border: #c8c8c8 solid 1px;
  padding: 30px 20px;
  margin-bottom: 40px;
}
.post-type-archive-kyoto_henshubu .flow-caution h2,
.tax-days .flow-caution h2 {
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
}
.post-type-archive-kyoto_henshubu .flow-caution p,
.tax-days .flow-caution p {
  line-height: 1.6;
}
.post-type-archive-kyoto_henshubu .google-map-box,
.tax-days .google-map-box {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
  margin-bottom: 20px;
}
.post-type-archive-kyoto_henshubu .google-maps-builder-wrap,
.tax-days .google-maps-builder-wrap {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  margin: auto !important;
  width: 100% !important;
  height: 100% !important;
}
.post-type-archive-kyoto_henshubu .map-detail,
.tax-days .map-detail {
  font-size: 14px;
  line-height: 1.8;
  font-family: YuMincho, "游明朝", serif;
}
.post-type-archive-kyoto_henshubu .contact-txt-box a,
.tax-days .contact-txt-box a {
  text-decoration: underline;
}
.post-type-archive-kyoto_henshubu .fs14,
.tax-days .fs14 {
  font-size: 14px;
  font-weight: bold;
  padding: 30px 0 10px;
}
.post-type-archive-kyoto_henshubu .fs18,
.tax-days .fs18 {
  font-size: 18px;
  font-family: YuMincho, "游明朝", serif;
  padding-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .post-type-archive-kyoto_henshubu .twitter-follow-btn,
  .tax-days .twitter-follow-btn {
    margin: 40px 0 50px;
  }
  .post-type-archive-kyoto_henshubu .twitter-follow-btn a,
  .tax-days .twitter-follow-btn a {
    display: block;
    padding: 12px 0;
    text-align: center;
    color: #cc3300;
    font-weight: bold;
    font-size: 14px;
  }
  .post-type-archive-kyoto_henshubu .twitter-follow-btn a br,
  .tax-days .twitter-follow-btn a br {
    display: none;
  }
  .post-type-archive-kyoto_henshubu section,
  .tax-days section {
    padding: 70px 0;
  }
  .post-type-archive-kyoto_henshubu section:first-child,
  .tax-days section:first-child {
    padding: 0;
  }
  .post-type-archive-kyoto_henshubu section:first-child h1,
  .tax-days section:first-child h1 {
    margin-left: 0;
  }
  .post-type-archive-kyoto_henshubu section:first-child .kh-apply-btn a,
  .tax-days section:first-child .kh-apply-btn a {
    margin: 0 auto 25px !important;
  }
  .post-type-archive-kyoto_henshubu section:last-child,
  .tax-days section:last-child {
    padding: 0 0 70px;
  }
  .post-type-archive-kyoto_henshubu section h1,
  .tax-days section h1 {
    margin-bottom: 30px;
  }
  .post-type-archive-kyoto_henshubu .ppp,
  .tax-days .ppp {
    padding: 0;
    margin-right: 44px;
  }
  .post-type-archive-kyoto_henshubu .ttt,
  .tax-days .ttt {
    padding: 0;
  }
  .post-type-archive-kyoto_henshubu .ttt h2,
  .tax-days .ttt h2 {
    font-size: 18px;
    line-height: 2.0;
    margin-bottom: 25px;
  }
  .post-type-archive-kyoto_henshubu .ttt .kh-text-box,
  .tax-days .ttt .kh-text-box {
    padding: 25px 0;
  }
  .post-type-archive-kyoto_henshubu .w490,
  .tax-days .w490 {
    width: 490px;
  }
  .post-type-archive-kyoto_henshubu .kh-mag-list-nav li,
  .tax-days .kh-mag-list-nav li {
    width: auto;
    margin: 0;
    padding: 0 9px;
  }
  .post-type-archive-kyoto_henshubu .kh-mag-list-nav li a,
  .tax-days .kh-mag-list-nav li a {
    width: 188px;
    line-height: 60px;
    padding: 0;
    font-size: 16px;
  }
  .post-type-archive-kyoto_henshubu .kh-mag-list-nav li a br,
  .tax-days .kh-mag-list-nav li a br {
    display: none;
  }
  .post-type-archive-kyoto_henshubu .kh-mag-list,
  .tax-days .kh-mag-list {
    padding-bottom: 50px;
  }
  .post-type-archive-kyoto_henshubu .kh-mag-list li,
  .tax-days .kh-mag-list li {
    width: 150px;
    margin-right: 24px;
    margin-bottom: 25px;
  }
  .post-type-archive-kyoto_henshubu .kh-mag-list li:nth-child(3n),
  .tax-days .kh-mag-list li:nth-child(3n) {
    margin-right: 24px;
  }
  .post-type-archive-kyoto_henshubu .kh-mag-list li:nth-child(6n),
  .tax-days .kh-mag-list li:nth-child(6n) {
    margin-right: 0;
  }
  .post-type-archive-kyoto_henshubu .kh-mag-list li .thum,
  .tax-days .kh-mag-list li .thum {
    margin-bottom: 10px;
  }
  .post-type-archive-kyoto_henshubu .kh-mag-list li .thum img,
  .tax-days .kh-mag-list li .thum img {
    width: 100%;
    height: 210px;
    object-fit: cover;
  }
  .post-type-archive-kyoto_henshubu .kh-mag-list li h2,
  .tax-days .kh-mag-list li h2 {
    font-size: 12px;
    line-height: 1.6;
  }
  .post-type-archive-kyoto_henshubu .kh-apply-btn a,
  .tax-days .kh-apply-btn a {
    width: 590px;
    line-height: 70px;
    margin: 0 auto 25px;
  }
  .post-type-archive-kyoto_henshubu .feature-event li,
  .tax-days .feature-event li {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .post-type-archive-kyoto_henshubu .feature-event li:last-child,
  .tax-days .feature-event li:last-child {
    border-bottom: none;
  }
  .post-type-archive-kyoto_henshubu .feature-event li h2,
  .tax-days .feature-event li h2 {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .post-type-archive-kyoto_henshubu .feature-event .thum,
  .tax-days .feature-event .thum {
    width: auto;
  }
  .post-type-archive-kyoto_henshubu .feature-event .thum img,
  .tax-days .feature-event .thum img {
    width: 220px;
    height: 125px;
    object-fit: cover;
  }
  .post-type-archive-kyoto_henshubu .feature-event .txt,
  .tax-days .feature-event .txt {
    flex: 1;
    padding: 25px;
  }
  .post-type-archive-kyoto_henshubu .flow,
  .tax-days .flow {
    padding: 0 0 70px;
  }
  .post-type-archive-kyoto_henshubu .flow li,
  .tax-days .flow li {
    padding: 30px 0;
    width: 30%;
    border: #c8c8c8 solid 1px;
  }
  .post-type-archive-kyoto_henshubu .flow li.arrow,
  .tax-days .flow li.arrow {
    flex: 1;
    width: auto;
    padding: 0 !important;
  }
  .post-type-archive-kyoto_henshubu .flow li.arrow img,
  .tax-days .flow li.arrow img {
    width: auto;
  }
  .post-type-archive-kyoto_henshubu .flow li h2,
  .tax-days .flow li h2 {
    font-size: 16px;
  }
  .post-type-archive-kyoto_henshubu .flow-biko,
  .tax-days .flow-biko {
    margin: 0 auto 60px;
    width: 590px;
  }
  .post-type-archive-kyoto_henshubu .flow-caution,
  .tax-days .flow-caution {
    padding: 40px 55px;
    margin-bottom: 50px;
  }
  .post-type-archive-kyoto_henshubu .flow-caution h2,
  .tax-days .flow-caution h2 {
    font-size: 14px;
  }
  .post-type-archive-kyoto_henshubu .google-map-box,
  .tax-days .google-map-box {
    padding-bottom: 0;
    height: 350px;
    margin-bottom: 30px;
  }
  .post-type-archive-kyoto_henshubu .fs14 br, .post-type-archive-kyoto_henshubu .fs18 br,
  .tax-days .fs14 br,
  .tax-days .fs18 br {
    display: none;
  }
  .post-type-archive-kyoto_henshubu .fs18,
  .tax-days .fs18 {
    padding-bottom: 0;
  }

  .post-type-archive-kyoto_henshubu .kh-mag-list-nav li.ui-tabs-active a {
    background: #cc3300;
    color: #FFF;
  }
}
