@charset "UTF-8";
body {
  font-size: 14px;
}

@media screen and (min-width: 415px) {
  body {
    background: #f0f0f0;
  }
  #wrap {
    width: 414px;
    margin: 0 auto;
    background: #fff;
    min-height:90vh;
  }
  header.fixed {
    width: 414px !important;
    margin: auto;
    right: 0;
  }
  .navbar-header {
    float: none !important;
  }
  a:hover,a:focus{
    text-decoration:none !important;
    color:#b98ede;
    opacity:.85s;
  }
  a:hover img{opacity:.85;}
  a.more-button:hover{color:#fff;}
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
}

#body {
  padding-top: 100px;
}

header .fa {
  color: #999;
}

/* メニュー関連 */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  z-index: 9998;
}

#sp-menu {
  background-color: #333;
  color: #fff;
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  font-size: 13px;
  text-align: left;
  z-index: 9999;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.menu-language-wrapper {
  padding: 10px 7px;
}

.menu-language-wrapper a {
  color: #fff !important;
  margin-right: 10px;
}

.menuoff {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  z-index: 9999;
}

.menu-open-btn {
  -webkit-user-select: none;
  -webkit-user-drag: none;
  -webkit-tap-highlight-color: transparent;
  touch-action: none;
}

.menu-btn {
  color: #333;
  padding: 10px 10px;
  font-size: 14px;
  margin: 9px 15px;
  position: absolute;
  top: 0;
}

.search-text {
  width: 75%;
  border: 1px solid #acb1b7;
  background-color: #fff;
  font-size: 11px;
  line-height: 19px;
  border-radius: 5px;
  padding: 0 1px 0 1px;
  outline: none;
}

#in-site-search {
  text-align: center;
}

ul.navbar-nav li {
  padding: 0 10px;
}

#sp-menu .obi {
  padding: 0.5em 1em;
  background-color: #333;
  color: #fff;
  font-weight: normal;
  border-bottom: solid 1px #000;
}

.navbar-nav {
  margin: 7.5px -15px 20px -15px;
}

.navbar-header {
  height: 60px;
}

ul.nav-ul-menu li a {
  font-size: 11px;
}

.pc-only {
  display: none;
}

.v-type-wrap {
  height: auto;
  padding: 1px;
}

h1#logo {
  background: #fff;
  margin: 0 auto;
  font-size: 20px;
  text-align: center;
  padding: 8px 0;
}

.top-nav-fa-search {
  color: #333;
  font-size: 16px;
}

div.language-wrap {
  position: relative;
  top: 15px;
  float: right;
  margin-right: 13px;
}

div.language-wrap div {
  display: inline-block;
}

div.language-wrap .en {
  margin-left: 3px;
}

.navbar-nav > li > a {
  line-height: 10px;
}

.main-visual {
  width: 100%;
  margin-bottom: 45px;
}

.main-visual .img-wrapper {
  position: relative;
}

.main-visual img {
  width: 100%;
}

.new {}

.category {
  position: absolute;
  bottom: 0;
  display: block;
  overflow: hidden;
  padding: 0 5px;
  height: 23px;
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  font-size: 12px;
  line-height: 19px;
  -webkit-text-stroke: 1px #FFF;
  text-stroke: 1px #FFF;
}

.category a {
  color: #fff;
}

.main-visual .article-text {
  font-size: 20px;
  line-height: 1.5;
}

.article-text {
  padding: 0px 10px;
  margin: 15px 0px !important;
}

.performance-wrapper {
  padding: 5px 0px !important;
}

.performance-wrapper .left {
  float: left;
  font-size: 13px;
  margin-top: 2px;
}

.performance-wrapper .left span {
  margin-right: 2px;
}

.performance-wrapper .right {
  float: right;
}

.performance-wrapper .right span {
  margin-right: 5px;
}

.article {
  width: calc((100% - 15px)/2);
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

.wp-im {
  position: relative;
}

.article img {
  width: 100%;
  max-height: 132px;
  object-fit: cover;
  height: 204px;
}

.article:nth-child(2n) {
  margin-right: 0;
}

.article .article-text {
  height: 40px;
  overflow: hidden;
}

.carousel-wrapper ol {
  z-index: 15;
  list-style: none;
  text-align: center;
}

.carousel-wrapper li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #999;
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-wrapper .active {
  background-color: #fff;
  border: 1px solid #999;
}

.fa-eye, .fa-heart {
  color: #999;
}

.page-numbers.dots{
  border:none;
}
.page-numbers.current,.post-page-numbers.current {
  background-color: #999;
  color: #fff;
}
.next,.prev{display:none !important;}
.article .txt {
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.article .category {
  background: rgba(170, 164, 184, 0.8);
  color: #fff;
  padding: 3px 3px;
  font-weight: normal;
}

.img-wrapper .category {
  background: rgba(170, 164, 184, 0.8);
  color: #fff;
  padding: 3px 3px;
  font-weight: normal;
}

.search_layer {
  background: rgba(255, 255, 255, 0.75);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
  display: none;
}

.search_cont {
  display: none;
  position: fixed;
  z-index: 1000;
  width: 100%;
  max-width:414px;
  height: 120vh;
  background: rgba(255, 255, 255, 0.95);
}

.search_cont .search {
  position: absolute;
  margin: 0 auto;
  width: 90%;
  top: 40%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}

.search_cont .search form {
  display: flex;
  align-items: center;
}

.search_cont .search #sbox {
  padding: 13px 16px;
  width: 100%;
  background: #fff;
  font-size: 18px;
  border: 1px solid #aaa4b8;
}

.search_cont .search #sbtn {
  display: block;
  width: 60px;
  height: 49px;
  background-color: #000;
  border: none;
}

.search_cont .search #sbtn i {
  color: #fff;
}

.search_cont .search_close_cont {
  position: absolute;
  top: 15px;
  right: 2.5%;
}

.search_cont .search_close_cont .search_close {
  display: inline-block;
  width: 50px;
  height: 50px;
  position: relative;
  cursor: pointer;
}

.search_cont .search_close_cont .search_close span::before,
.search_cont .search_close_cont .search_close span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 84%;
  height: 3%;
  margin: -8% 0 0 -42%;
  background: #999;
}

.search_cont .search_close_cont .search_close span::before {
  transform: rotate(-45deg);
}

.search_cont .search_close_cont .search_close span::after {
  transform: rotate(45deg);
}

.menu_cont {
  position: fixed;
  left: -60%;
  z-index: 1000;
  padding: 0 4.5%;
  width: 60%;
  height: 120vh;
  background: rgba(255, 255, 255, 0.95);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.menu_cont.open {
  left: 0;
}

.menu_cont .menu,.menu_cont .sub_menu {
  margin-top: 80px;
  font-size: 18px;
}

.menu_cont .menu li,.menu_cont .sub_menu li {
  margin-bottom: 1em;
}

.menu_cont .sub_menu{margin:2em 0 0;}

.menu_cont .menu_close_cont {
  position: absolute;
  top: 15px;
  left: 2.5%;
}

.menu_cont .menu_close_cont .menu_close {
  display: inline-block;
  width: 50px;
  height: 50px;
  position: relative;
  cursor: pointer;
}

.menu_cont .menu_close_cont .menu_close span::before,
.menu_cont .menu_close_cont .menu_close span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 84%;
  height: 3%;
  margin: -8% 0 0 -42%;
  background: #999;
}

.menu_cont .menu_close_cont .menu_close span::before {
  transform: rotate(-45deg);
}

.menu_cont .menu_close_cont .menu_close span::after {
  transform: rotate(45deg);
}

#title_wrapper {
  margin-top: 0.5em;
  margin-bottom: 2em;
}

.main-visual img {
  width: 100%;
  max-height: 320px;
  object-fit: cover;
}

#tag_wrapper {
  line-height:1.4;
  margin: 16px 8px 0 0;
  vertical-align: top;
}

#tag_wrapper li {
  display: inline-block;
  text-align: -webkit-match-parent;
  margin: 0 8px 16px 0;
}

#tag_wrapper a {
  color: #999;
  height: 30px;
  padding: 0 12px;
  font-size: 12px;
  border: 1px solid #ccc;
  display: block;
  border-radius: 100px;
  line-height: 30px;
  text-align: justify;
}

#detail {
  margin-bottom: 50px;
}

#detail h2 {
  margin-bottom: 0.5em;
  font-size: 24px;
  line-height: 1.45;
}

#detail .detail_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1em;
  margin-bottom: 2em;
  border-bottom: 2px solid rgba(170, 164, 184, 0.8);
}

#detail .detail_info .detail_category {
  display: inline-block;
  background: rgba(170, 164, 184, 0.8);
  color: #fff;
  padding: 3px 3px;
  font-weight: bold;
}

#detail .detail_info .detail_category a {
  color: #fff;
}

#detail .detail_article #toc_container {
  margin-bottom: 2em;
  padding: 1em;
  border: 1px solid rgba(170, 164, 184, 0.8);
  background: rgba(170, 164, 184, 0.2);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  width:100%;
}

#detail .detail_article #toc_container .toc_title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 1em;
}


#detail .detail_article #toc_container .toc_list {
  line-height: 1.45;
}

#detail .detail_article #toc_container .toc_list li {
  margin-left: 1em;
  margin-bottom: 0.5em;
}

#detail .detail_article .index dd li:last-child {
  margin-bottom: 0;
}

#detail .detail_article .index dd li a {
  color: #000;
  text-decoration: initial;
}

.detail_article_block {
  margin-top: -54px;
  padding-top: 54px;
  margin-bottom: 2em;
}

.detail_article_block:last-child {
  margin-bottom: 0;
}

.detail_article_block h3 {
  margin-bottom: 1em;
  padding: 0.75em 1em;
  background: rgba(170, 164, 184, 0.2);
  font-size: 15px;
  font-weight: bold;
  line-height: 1.45;
}

.detail_article_block p {
  margin-bottom: 1.5em;
  line-height: 2.0;
}

.detail_article_block .txt a {
  color: #aaa4b8;
  text-decoration: underline;
}

.detail_article_block .img_cont {
  margin-bottom: 1em;
}

.detail_article_block div{
  max-width:100% !important;
}

.detail_article_block img {
  max-width: 100%;
  height:auto !important;
}

.detail_article_block .wp-caption-text {
  display: block;
  margin-top: 0.5em;
  color: #ccc;
  font-size: 12px;
}

h2 {
  margin-top: 0.5em;
  margin-bottom: 1em;
  font-size: 22px;
  line-height: 1.45;
}

h3 {
    margin-top: 0.5em;
    margin-bottom: 1em;
    font-size: 16px;
    line-height: 1.25;
}

footer{
  border-top: 1px solid #ccc;
  padding-top: 22px;
  text-align: center;
}
.copyright{
  padding:15px 0;
  background: rgba(170, 164, 184, 0.8);
  color: #fff;
  text-align:center;
}

.more-button{
  width:100%;
  display: inline-block;
  padding: 12px 0;
  font-weight:bold;
  color:#fff;
  background-color: rgba(170, 164, 184, 1.0);
  border: 1px solid #ddd;
}
.more-button:focus{
  color:#fff !important;
  text-decoration:none !important;
}


/* 必須マーク */
.must{
  color: #fff;
  margin-right: 10px;
  padding: 6px 10px;
  background: #F92931;
  border-radius: 20px;
}

/* 任意マーク */
.free {
  color: #fff;
  margin-right: 10px;
  padding: 6px 10px;
  background: #424242;
  border-radius: 20px;
}

/* 項目名を太字にする */
form p {
  font-weight: 600;
}

/* 入力項目を見やすくする */
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  padding: 8px 15px;
  margin-right: 10px;
  margin-top: 10px;
  border: 1px solid #d0d5d8;
  border-radius: 3px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
  height: 200px;
}


/* 送信ボタンを見やすくする */
input.wpcf7-submit {
  width: 100%;
  height: 50px;
  background: rgba(170, 164, 184, 1.0);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

/* エラーメッセージを見やすくする */
span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
  color: red;
  font-weight: 600;
}

/* Line Button */
.reaction_buttons_tagline{
  text-align:center;
  font-weight:bold;
  font-size:14px;
}

.reaction_buttons ul{text-align:center;margin:10px 0 0;}

.reaction_button{
  border:none !important;
  background:#f79cd8 !important;
  width:100% !important;
  color:#fff;
  font-size:12px !important;
}

.post-nav-links{
  text-align:center;
}
.post-nav-links a{
  text-decoration:underline;
}
.post-page-numbers{
  display:block;
  width:auto;
  padding: 15px 0;
}
.post-page-numbers a:hover{
  text-decoration: none;
  background-color: #eee;
}

.detail_article_block h4 {
  font-size: 15px;
  padding: 2px 2px 5px 2px;
  color: #444;
  font-weight: 700;
  background: #fff;
}

.detail_article_block p em {
  word-break: break-all;
}
.recommend-link {
  border: 2px solid rgba(170, 164, 184, 0.2);
  border-radius: 3px;
  padding: 10px;
  margin-bottom: 20px;
  margin-right: 0px;
}

.recommend-link .img-wrapper {
  float: left;
  margin-right: 15px;
}

.recommend-link .title-wrapper {
  padding-top: 15px;
}

.twitter-timeline {
  width:90% !important;
}

iframe.twitter-timeline {
  width: 320px !important;
}

.nextPage {
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 48px;
  position: relative;
  text-align: center;
}

.nextPage li span {
  color: #aaa;
  display: block;
  font-size: 20px;
  height: 48px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 48px;
}

.nextPage li span i {
  top: 11px;
  position: relative;
}

.pagerNumber {
  color: #aaa;
  font-size: 14px;
  height: 18px;
  margin: 10px 24px 30px 24px;
  text-align: center;
}

.pagerNumber li {
  display: inline-block;
  vertical-align: middle;
  line-height: 21px;
  padding: 0 5px;
  font-size: 17px;
}

#toc_container .toc_title {
  text-align: center;
}

#snsWrapper {
  text-align: center;
}

#snsWrapper a {
  border-radius: 4px;
  color: white;
  display: inline-block;
  font-size: 12px;
  height: 33px;
  padding-top: 10px;
  width: 27%;
  margin-right: 10px;
}

#snsWrapper .facebook {
  background-color: #3b5998;
}

#snsWrapper .twitter {
  background-color: #55acee;
}

#snsWrapper .line {
  background-color: #00c300;
}

footer .catchcopy {
  padding:20px;
  color: #999;
  font-size: 12px;
}

footer .linkWrapper {
  margin-bottom: 20px;
}

footer .linkWrapper a {
  display: block;
  padding: 6px;
  font-size:12px;
}

.articleOneColumn img {
  width: 105px;
  max-height: 80px;
  object-fit: cover;
}

.articleOneColumn .thumbWrapper {
  float: left;
  margin: 0 8px 0 0;
}

.articleOneColumn .textWrapper {
  line-height: 1.4;
  font-weight: bold;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  margin-bottom: 8px;
  padding: 4px 0;
}

.articleOneColumn .item {
  padding: 10px 0;
}

.articleOneColumn .textWrapper p {
  height: 40px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #5f5f5f;
}

.adsbygoogle {
  margin-bottom: 30px;
}

.cps-sp-menu-bar {
  padding: 9px 5px 9px 5px;
  background-color: #fff;
  color: #fff;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cps-sp-menu-bar ul {
  display: table;
}

.cps-sp-menu-bar ul li {
  display: table-cell;
}

.cps-sp-menu-bar ul li a {
  display: block;
  margin: 0 3px;
  font-size: .75rem;
  letter-spacing: 0;
  padding: 2px 8px 3px 8px;
  font-weight: 500;
  font-feature-settings: "palt";
}

#archives-dropdown {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(192,192,192,.15);
  width: 100%;
  margin: 0;
  padding: 10px;
  border-radius: 2px;
  font-size: .85rem;
  color: #888;
  border: none;
  margin-bottom:15px;
}

.pager {
  margin: 0 0 20px 0 !important;
}
