@charset "UTF-8";
/*-----------------------------
common
-----------------------------*/
.clf:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clf {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clf {
  height: 1%;
}

.clf {
  display: block;
}

/* End hide from IE-mac */
.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.fs9 {
  font-size: 9px;
}

.fs11 {
  font-size: 11px;
}

.fs12 {
  font-size: 12px;
}

.fs13 {
  font-size: 13px;
}

.fs14 {
  font-size: 14px;
  line-height: 150%;
}

.fs15 {
  font-size: 15px;
  line-height: 150%;
}

.fs18 {
  font-size: 18px;
  line-height: 150%;
}

.fs19 {
  font-size: 19px;
  line-height: 150%;
}

.fs20 {
  font-size: 20px;
  line-height: 150%;
}

.fs21 {
  font-size: 21px;
  line-height: 150%;
}

.fs22 {
  font-size: 22px;
  line-height: 150%;
}

.clb {
  clear: both;
}

.bold {
  font-weight: bold;
}

.center {
  text-align: center !important;
}

.al_right {
  text-align: right;
}

.al_left {
  text-align: left;
}

.red {
  color: #e73939;
}

.small-link {
  font-size: 10px;
}

/*-----------------------------
form関連
-----------------------------*/
input, button, textarea, select {
  outline: none;
}

/*-----------------------------
iframe
-----------------------------*/
.frame {
  position: relative;
  padding-bottom: 60%;
  height: 0;
  overflow: hidden;
  margin: 10px 0;
}
.frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

html {
  font-size: 62.5%;
  /*10px*/
}

body {
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 1px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #6b6b6b;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
}

a {
  color: #6b6b6b;
  text-decoration: none;
}

.pc {
  display: none;
}

/*---------------------------------------------------------------
ヘッダー
---------------------------------------------------------------*/
#header {
  background-color: #f9fcfe;
  font-family: "PT Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border-bottom: solid 1px #d9dbdf;
  margin-bottom: 60px;
  width: 100%;
}
#header .head-area {
  height: 150px;
  position: relative;
}
#header .head-area .head-logo {
  color: #252525;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  letter-spacing: .2rem;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -113px;
  -moz-animation: logoFade 1s ease 1;
  -webkit-animation: logoFade 1s ease 1;
  animation: logoFade 1s ease 1;
}
@-moz-keyframes logoFade {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes logoFade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes logoFade {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
#header .head-area .head-logo .icon-logo {
  font-size: 3.4rem;
  display: inline-block;
  vertical-align: -7px;
  margin-right: 3px;
}
#header .head-area .head-logo .fs10 {
  display: block;
  font-size: 10px;
  vertical-align: 3px;
  margin-left: 3px;
  letter-spacing: .1rem;
}
#header .head-area .head-logo a {
  color: #252525;
}
#header .search-form {
  display: none;
}

#header #spmenu {
  width: 50px;
  height: 50px;
  background: #252525;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 20000;
  padding-top: 12px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#header #spmenu.active {
  background-color: transparent;
}
#header #spmenu span {
  display: block;
  height: 2px;
  width: 30px;
  background: #fff;
  margin: 0 auto 10px auto;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#header #spmenu.active .first {
  -moz-transform: translate(0px, 12px) rotate(-45deg);
  -ms-transform: translate(0px, 12px) rotate(-45deg);
  -webkit-transform: translate(0px, 12px) rotate(-45deg);
  transform: translate(0px, 12px) rotate(-45deg);
  width: 40px;
}
#header #spmenu.active .second {
  opacity: 0;
}
#header #spmenu.active .third {
  -moz-transform: translate(0px, -12px) rotate(45deg);
  -ms-transform: translate(0px, -12px) rotate(45deg);
  -webkit-transform: translate(0px, -12px) rotate(45deg);
  transform: translate(0px, -12px) rotate(45deg);
  width: 40px;
}
#header #gnav {
  overflow: scroll;
  position: fixed;
  top: 0;
  right: -100%;
  padding-left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  background: #252525;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: right 0.4s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: right 0.4s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -webkit-transition: right 0.4s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: right 0.4s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
#header #gnav.open {
  right: 0;
}
#header #gnav li {
  font-weight: bold;
}
#header #gnav li a {
  height: 50px;
  display: block;
  line-height: 50px;
  padding: 0 30px;
  text-decoration: none;
  color: #fff;
  position: relative;
}
#header #gnav > li > a, #header #gnav > li > ul > li > a {
  border-bottom: dotted 1px #444;
}
#header #gnav .dropDown > a:after, #header #gnav .parent-li > a:after {
  content: "+";
  color: #fff;
  position: absolute;
  right: 20px;
  font-size: 2.0rem;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#header #gnav .dropDown > .ico-rotet:after, #header #gnav .parent-li > .ico-rotet:after {
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
#header #gnav .dropDown > ul {
  display: none;
}
#header #gnav .dropDown > ul > li a {
  background: #414141;
  border-bottom: dotted 1px #595959;
  padding-left: 50px;
}
#header #gnav .dropDown > ul > li:last-child > a {
  border-bottom: none;
}
#header #gnav .parent-li > ul {
  display: none;
}
#header #gnav .parent-li > ul li > a {
  background: #595959;
  border-bottom: dotted 1px #707070;
  padding-left: 80px;
}
#header #gnav .parent-li > ul > li:last-child a {
  border-bottom: none;
}
#header #gnav .parent-li > ul > .parent-li > ul > li > a {
  background: #707070;
  border-bottom: dotted 1px #818181;
  padding-left: 80px;
}
#header #gnav .parent-li > ul > .parent-li > ul > li:last-child a {
  border-bottom: none;
}
#header #gnav .nav-search-form {
  padding: 20px;
}
#header #gnav .nav-search-form .s {
  background: #fff;
  width: 100%;
  height: 30px;
  display: block;
  border: none;
  font-size: 1.5rem;
  padding: 0 10px;
  margin-bottom: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#header #gnav .nav-search-form .icon-serach {
  display: none;
}
#header #gnav .nav-search-form .searchsubmit {
  text-align: center;
  width: 150px;
  height: 40px;
  margin: 0 auto;
  border: solid 1px #fff;
  background-color: transparent;
  display: block;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  font-family: "PT Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*---------------------------------------------------------------
footer
---------------------------------------------------------------*/
/*----- ここからが重要なフッター下部設定 -----*/
html, body {
  height: 100%;
}

#wrap {
  position: relative;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}

#main {
  padding-bottom: 100px;
}

#pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
}
#pagetop img {
  width: 100%;
  height: auto;
}

#footer {
  padding: 20px 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  color: #a5adb2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1rem;
  border-top: solid 1px #d9dbdf;
  background: #f9fcfe;
}
#footer .copy {
  margin-top: 10px;
}

/*---------------------------------------------------------------
コンテンツ汎用
---------------------------------------------------------------*/
#pan {
  position: absolute;
  font-size: 1.2rem;
  top: 160px;
  left: 10px;
  color: #a5adb2;
  font-weight: bold;
}
#pan a {
  color: #a5adb2;
}
#pan .arrow {
  font-weight: normal;
  vertical-align: 1px;
}

#main .paged {
  padding: 10px;
}

.date, h1, h2, h3, h4, h5, h6 {
  font-family: "Oswald", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.content-left .adsbygoogle {
  width: 100%;
  margin-top: 30px;
}

.content-right {
  margin-top: 50px;
}
.content-right .adsbygoogle {
  width: 100%;
  margin-bottom: 30px;
}

.meta {
  padding: 10px 0;
  font-size: 1.1rem;
  color: #a5adb2;
}
.meta p {
  display: inline-block;
  margin-right: 10px;
}
.meta .post-category, .meta .tags {
  font-weight: bold;
}
.meta .post-category a, .meta .tags a {
  color: #a5adb2;
  display: inline-block;
  margin-right: 10px;
  font-weight: normal;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.meta .post-category a:hover, .meta .tags a:hover {
  color: #878e93;
  opacity: 1;
}

.hs-1 {
  font-size: 28px;
  color: #252525;
  font-family: "Oswald", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  margin-bottom: 80px;
}

.page-title {
  font-weight: bold;
  color: #252525;
  font-size: 3.0rem;
  text-align: center;
  margin-top: -20px;
  margin-bottom: 50px;
  -moz-animation: titleFade 1s ease 1;
  -webkit-animation: titleFade 1s ease 1;
  animation: titleFade 1s ease 1;
}
@-moz-keyframes titleFade {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes titleFade {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes titleFade {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
blockquote, .box-area {
  border-radius: 5px;
  border: solid 1px #d8dcde;
  background: #f4f6f7;
  padding: 25px;
  margin: 40px 0;
}

#main {
  opacity: 0;
  transform: translateY(30px);
  transition: transform .7s, opacity .7s;
}
#main.is-active {
  opacity: 1;
  transform: translateY(0);
}

/*---------------------------------------------------------------
トップページ
---------------------------------------------------------------*/
#list-page .loop-box {
  padding-top: 10px;
  padding-bottom: 50px;
  border-top: solid 3px #d9dbdf;
}
#list-page .loop-box + .loop-box {
  margin-top: 50px;
}
#list-page .loop-box > .date {
  display: none;
}
#list-page .loop-box .loop-main .article-header {
  border-bottom: solid 1px #d9dbdf;
  margin-bottom: 30px;
}
#list-page .loop-box .loop-main .article-header .article-h1 {
  font-size: 2.2rem;
  font-weight: bold;
  padding: 0 0 10px;
  border-bottom: dotted 1px #d9dbdf;
}
#list-page .loop-box .loop-main .article-header .article-h1 a {
  color: #252525;
}
#list-page .loop-box .loop-main .main-content-outer .icatch {
  float: left;
  position: relative;
  width: 20%;
}
#list-page .loop-box .loop-main .main-content-outer .icatch:before {
  content: "";
  display: block;
  padding-top: 100%;
  /* 高さを幅の75%に固定 */
}
#list-page .loop-box .loop-main .main-content-outer .icatch a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  display: block;
}
#list-page .loop-box .loop-main .main-content-outer .icatch a:hover {
  opacity: 1;
}
#list-page .loop-box .loop-main .main-content-outer .icatch a img {
  width: 100%;
  height: 100%;
	object-fit: cover;
}
#list-page .loop-box .loop-main .main-content-outer .main-content {
  width: 76%;
  float: right;
  position: relative;
}
#list-page .loop-box .loop-main .main-content-outer .main-content:before {
  content: "";
  display: block;
  padding-top: 26%;
  /* 高さを幅の75%に固定 */
}
#list-page .loop-box .loop-main .main-content-outer .main-content .txt-area {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  line-height: 1.6;
}
#list-page .loop-box .loop-main .main-content-outer .main-content .btn-readmore a {
  display: block;
  width: 132%;
  text-align: center;
  font-family: "Oswald", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  height: 40px;
  line-height: 36px;
  font-size: 1.3rem;
  border: solid 1px #a5adb2;
  position: absolute;
  bottom: -50px;
  right: 0;
  color: #a5adb2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#list-page .google-auto-placed {
  width: 100% !important;
  margin-bottom: 80px !important;
}

/*---------------------------------------------------------------
sidebar
---------------------------------------------------------------*/
.sidebar {
  font-size: 1.2rem;
}

.widget + .widget {
  margin-top: 36px;
}

.widget {
  border: solid 1px #d9dbdf;
  padding: 15px;
}
.widget a {
  color: #878e93;
  font-weight: bold;
  line-height: 1.3;
}
.widget > ul > li {
  padding: 10px 0;
}
.widget > ul > li + li {
  border-top: solid 1px #d9dbdf;
}
.widget > ul > li:last-child {
  padding-bottom: 0;
}
.widget > ul > li > a {
  background: url("../img/common/arrow_1.png") no-repeat left center;
  background-size: 8px 9px;
  display: inline-block;
  padding-left: 20px;
}
.widget .children {
  padding-left: 28px;
}
.widget .children li a:before {
  content: '';
  display: inline-block;
  height: 1px;
  width: 10px;
  background: #878e93;
  margin-right: 6px;
  vertical-align: 3px;
}
.widget .tagcloud {
  padding-top: 10px;
}

.widgettitle {
  margin: -16px -16px 0 -16px;
  height: 40px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background: #bec5ca;
  line-height: 40px;
  padding-left: 15px;
}
.widgettitle span {
  padding-right: 5px;
}
.widgettitle .icon-logo {
  font-size: 2.0rem;
  vertical-align: -2px;
}

.widget_text .widgettitle {
  margin-bottom: 15px;
}
.widget_text figure {
  position: relative;
  width: 48%;
  border: solid 1px #d9dbdf;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 5px;
}
.widget_text figure img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.widget_text .inner-right {
  width: 48%;
  float: right;
}
.widget_text .inner-right h3 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #252525;
}
.widget_text .inner-right p {
  line-height: 1.5;
  font-size: 1.3rem;
}
.widget_text .outer {
  margin-bottom: 10px;
}
.widget_text .btn a {
  font-weight: normal;
  display: block;
  text-align: center;
  color: #a5adb2;
  font-family: "Oswald", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  height: 36px;
  line-height: 32px;
  border: solid 1px #a5adb2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.widget_tag_cloud a {
  background: #eaeef0;
  display: inline-block;
  color: #81888d;
  padding: 4px 8px;
  margin-top: 5px;
}

.widget_categories > ul .parent-li ul li:nth-child(1) {
  display: none;
}

/*---------------------------------------------------------------
single
---------------------------------------------------------------*/
#single-page .meta {
  padding: 10px 0;
  font-size: 1.1rem;
  color: #a5adb2;
}
#single-page .meta p {
  display: block;
}
#single-page .meta span {
  display: inline-block;
  margin-right: 10px;
}
#single-page .meta .slash {
  display: none;
}
#single-page .meta .post-category a {
  color: #a5adb2;
  display: inline-block;
  margin-right: 10px;
}
#single-page .loop-box {
  padding-top: 20px;
  border-top: solid 3px #d9dbdf;
}
#single-page .loop-box + .loop-box {
  margin-top: 100px;
}
#single-page .loop-box > .date {
  margin: 0 auto 20px;
  width: 70px;
  height: 70px;
  background: #2b2d2f;
  border-radius: 100%;
  color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 14px;
  text-align: center;
  letter-spacing: 0.2rem;
}
#single-page .loop-box > .date span {
  display: block;
}
#single-page .loop-box > .date .year {
  font-size: 1.0rem;
}
#single-page .loop-box > .date .day {
  font-size: 1.5rem;
}
#single-page .loop-box .loop-main .article-header {
  border-bottom: solid 1px #d9dbdf;
  margin-bottom: 30px;
}
#single-page .loop-box .loop-main .article-header .article-h1 {
  font-size: 2.6rem;
  font-weight: bold;
  padding: 0 0 15px;
  border-bottom: dotted 1px #d9dbdf;
  color: #252525;
  text-align: center;
}
#single-page .loop-box .loop-main .main-content {
  margin-bottom: 50px;
  color: #3e3e3e;
}
#single-page .loop-box .loop-main .main-content h2 {
  background: #e1e7ec;
  border-radius: 5px;
  padding: 20px;
  font-size: 2.2rem;
  font-weight: bold;
  margin: 20px 0;
  color: #252525;
}
#single-page .loop-box .loop-main .main-content h3 {
  padding: 14px 0;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 20px 0;
  border-top: solid 1px #afbac2;
  border-bottom: solid 1px #afbac2;
  color: #252525;
}
#single-page .loop-box .loop-main .main-content h4 {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 20px 0;
  color: #252525;
}
#single-page .loop-box .loop-main .main-content img {
  max-width: 100%;
  height: auto;
  margin: 10px 0;
  vertical-align: middle;
}
#single-page .loop-box .loop-main .main-content a {
  color: #51c0a4;
}
#single-page .loop-box .loop-main .main-content .google-auto-placed {
  margin-top: 30px;
}
#single-page .loop-box .loop-main .article-footer {
  border-top: solid 1px #d9dbdf;
}
#single-page .loop-box .loop-main .article-footer > div {
  border-bottom: solid 1px #d9dbdf;
}
#single-page .loop-box .loop-main .article-footer .sns {
  padding: 10px 0 3px;
}
#single-page .loop-box .loop-main .article-footer .sns li {
  display: inline-block;
  font-size: 2.5rem;
  margin-right: 10px;
}
#single-page .loop-box .loop-main .article-footer .sns .google-plus {
  font-size: 3.0rem;
  vertical-align: -5px;
}
#single-page .loop-box .loop-main .article-footer .navigation {
  padding: 40px 0;
}
#single-page .loop-box .loop-main .article-footer .navigation .left {
  float: left;
}
#single-page .loop-box .loop-main .article-footer .navigation .right {
  float: right;
}
#single-page .loop-box .loop-main .article-footer .navigation a {
  display: inline-block;
  font-family: "Oswald", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  height: 40px;
  line-height: 35px;
  font-size: 1.3rem;
  padding: 0 20px;
  border: solid 1px #a5adb2;
  color: #a5adb2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#single-page .google-auto-placed {
  margin-top: 20px !important;
}
#single-page .afi-box {
  border-radius: 5px;
  border: solid 1px #d8dcde;
  background: #fff;
  padding: 25px;
  margin: 40px 0;
}
#single-page .afi-box a {
  display: block;
  font-weight: 700;
  text-decoration: underline;
}
#single-page .afi-box img {
  display: block;
  margin: 0 auto 10px !important;
}

/*---------------------------------------------------------------
fix-page
---------------------------------------------------------------*/
.fix-page {
  padding: 0 10px;
}
.fix-page .section + .section {
  margin-top: 70px;
}
.fix-page .section h2 {
  font-size: 2rem;
  font-weight: bold;
  color: #252525;
  border-left: 5px solid #bec5ca;
  padding-left: 10px;
  margin-bottom: 30px;
}

#about-page .box-area h3 {
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 5px;
  color: #252525;
}
#about-page .box-area h3:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 1px;
  background: #252525;
  vertical-align: middle;
  margin-right: 3px;
}
#about-page .box-area .box p {
  font-size: 1.3rem;
}
#about-page .box-area .box p + p {
  margin-top: 15px;
}
#about-page .box-area .box + .box {
  margin-top: 30px;
}

#contact-page .contact-form {
  margin-bottom: 40px;
}
#contact-page .contact-form div {
  margin-bottom: 20px;
}
#contact-page .contact-form input[type="text"], #contact-page .contact-form input[type="email"] {
  width: 100%;
  height: 50px;
  max-width: 100%;
  margin-bottom: 0;
  border: solid 1px #d9dbdf;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.5rem;
  padding: 7px 14px;
}
#contact-page .contact-form textarea {
  width: 100%;
  max-width: 100%;
  height: 250px;
  border: solid 1px #d9dbdf;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.5rem;
  padding: 14px;
}
#contact-page .contact-form input[type="submit"] {
  display: block;
  width: 200px;
  height: 50px;
  border: none;
  background: #bec5ca;
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  -webkit-appearance: none;
  margin: 0 auto;
}

/*---------------------------------------------------------------
404-page
---------------------------------------------------------------*/
#notfound-page .loop-box {
  text-align: center;
  font-weight: bold;
  font-size: 2.0rem;
}

/*---------------------------------------------------------------
wp-pagenavi
---------------------------------------------------------------*/
.wp-pagenavi {
  margin-top: 30px;
  border-top: solid 1px #d9dbdf;
  border-bottom: solid 1px #d9dbdf;
  clear: both;
  font-size: 12px;
  color: #fff;
  height: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  /*border: 1px solid #BFBFBF;*/
  background: #494f50;
  margin-right: 4px;
  color: #fff !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 29px;
  text-align: center;
  vertical-align: top;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
  /*border-color: #000;*/
}

.wp-pagenavi span.current {
  font-weight: normal;
  color: #a5adb2 !important;
  background: #fff;
  border: 1px solid #d9dbdf;
  margin-top: top;
}

.wp-pagenavi span.pages {
  display: none;
}

.wp-pagenavi .page {
  margin-bottom: 0;
}

.wp-pagenavi a:hover {
  text-decoration: none !important;
}
