@charset "UTF-8";
/*------------------------------------------------------------
共通
------------------------------------------------------------*/
@font-face {
  font-family: 'cassemi';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/ACaslonPro-Semibold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/ACaslonPro-Semibold.woff2") format("woff2");
  /* Super Modern Browsers */
  font-display: swap; }
@font-face {
  font-family: 'casb';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/ACaslonPro-Bold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/ACaslonPro-Bold.woff2") format("woff2");
  /* Super Modern Browsers */
  font-display: swap; }
html {
  font-size: 62.5%; }

body {
  -webkit-text-size-adjust: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333; }

img {
  vertical-align: bottom;
  border: none; }

li {
  list-style: none; }

.error-message {
  color: #c00; }

.pc_none {
  display: none; }

.cf2:after {
  display: block;
  content: '';
  height: 0;
  clear: both; }

/*------------------------------------------------------------
ラッパー
------------------------------------------------------------*/
#wrapper, #container {
  width: 100%;
  overflow: hidden;
  position: relative; }

.inner {
  width: 95%;
  max-width: 1120px;
  margin: 0 auto; }

/*------------------------------------------------------------
header
------------------------------------------------------------*/
.head {
  top: 0;
  width: 100%;
  z-index: 11;
  position: fixed; }

.nav-unshown {
  display: none; }

.logo img {
  height: 35px;
  width: auto; }

.logo_sp {
  display: none; }

.header {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 25;
  display: block;
  width: 100%;
  padding: 30px 40px 30px 25px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  transition: all .3s ease; }
  .header a {
    text-decoration: none; }

.header.active {
  padding: 10px 40px 10px 25px; }
  .header.active .logos img {
    height: 45px; }
  .header.active .logos .logo_txt {
    margin-top: 0; }

.logos {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }
  .logos .logo_img img {
    width: auto;
    height: 60px;
    transition: all .3s ease; }
  .logos .logo_txt {
    color: #4d898d;
    font-size: 1.2rem;
    margin-top: 10px;
    font-weight: bold;
    transition: all .3s ease; }

.search_sns {
  max-width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  z-index: 21; }

.sns_bx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center; }
  .sns_bx a {
    display: block;
    margin: 0 5px; }
    .sns_bx a img {
      width: 30px;
      height: auto; }

.search_bx {
  margin-right: 20px; }
  .search_bx input[type="text"] {
    border-radius: 100px;
    padding: 6px 13px;
    width: 100%; }
  .search_bx button {
    text-indent: -9999px;
    padding: 5px;
    box-sizing: inherit;
    width: 24px;
    height: 22px;
    display: block;
    margin-left: 10px;
    border-radius: 0;
    border: none;
    background: url("../images/glass.png") center center no-repeat;
    background-size: 21px auto; }

.form_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center; }

.smenu {
  z-index: 22; }

#nav-drawer {
  position: relative; }

/*チェックボックス等は非表示に*/
.nav-unshown {
  display: none; }

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 57px;
  height: 57px;
  vertical-align: middle;
  padding: 20px 15px;
  box-sizing: border-box;
  position: relative;
  z-index: 10000; }

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;
  /*線の太さ*/
  width: 27px;
  /*長さ*/
  border-radius: 10px;
  background: #228b83;
  display: block;
  content: '';
  cursor: pointer;
  transition: all .3s ease; }

#nav-open span:before {
  bottom: -8px; }

#nav-open span:after {
  bottom: -16px; }

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;
  /*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;
  /*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out; }

/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  padding-bottom: 100px;
  z-index: 9999;
  /*最前面に*/
  width: 80%;
  /*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 330px;
  /*最大幅（調整してください）*/
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  transition: .3s ease-in-out;
  /*滑らかに表示*/
  -webkit-transform: translateX(105%);
  transform: translateX(105%);
  /*左に隠しておく*/
  -webkit-overflow-scrolling: touch; }
  #nav-content .spl {
    padding: 10px 20px;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #d5d5d5;
    box-sizing: border-box;
    text-decoration: none;
    color: #204060;
    font-weight: bold;
    background: url(../images/arw_ct.png) center right 15px no-repeat;
    background-size: 6px auto;
    transition: all .3s ease; }
    #nav-content .spl span {
      padding-left: 10px;
      box-sizing: border-box;
      transition: all .3s ease; }
    #nav-content .spl .nav_links {
      width: 20px;
      filter: invert(71%) sepia(36%) saturate(647%) hue-rotate(341deg) brightness(96%) contrast(91%); }
  #nav-content .logo_smu {
    background: none; }
    #nav-content .logo_smu img {
      height: 50px;
      width: auto;
      display: block;
      margin: 0 auto; }
  #nav-content .last {
    margin-bottom: 100px; }

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;
  /*カバーを表示*/
  opacity: .5; }

#nav-input:checked ~ #nav-open span:after {
  left: -100px; }

#nav-input:checked ~ #nav-open span {
  transform: rotate(45deg);
  top: 27px;
  background: white; }

#nav-input:checked ~ #nav-open span:before {
  bottom: 0;
  transform: rotate(90deg);
  background: white; }

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  /*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15); }

.bread {
  font-size: 1.2rem; }
  .bread #breadcrumb {
    box-shadow: none;
    padding: 10px 0;
    margin-bottom: 30px;
    box-sizing: border-box;
    border-bottom: 1px solid #e4e1e4; }
  .bread:after {
    width: calc(100% - 12.5%);
    left: 6.25%;
    box-sizing: border-box; }

#main-wrap {
  max-width: 1280px;
  margin: 80px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  #main-wrap .main_contents {
    width: 100%;
    max-width: 940px;
    padding-right: 40px;
    box-sizing: border-box;
    border-right: 1px dashed #c9c6c9;
    position: relative; }

#sidebar {
  max-width: 300px;
  width: 100%;
  margin-left: 40px; }
  #sidebar .rank_btn {
    display: block;
    padding: 10px;
    font-size: 1.4rem;
    font-weight: bold;
    margin-top: 30px;
    border-radius: 100px;
    color: white;
    box-sizing: border-box;
    background: #1f777e;
    text-align: center; }

.post_bx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px; }
  .post_bx .img {
    width: 30%; }
    .post_bx .img a {
      display: block;
      border: 4px solid #c8f3f5;
      box-sizing: border-box;
      overflow: hidden;
      height: 190px; }
      .post_bx .img a:hover img {
        transform: scale(1.2); }
    .post_bx .img img {
      width: 100%;
      height: 100%;
      transition: all .3s ease;
      object-fit: cover; }
  .post_bx .infos {
    width: 70%;
    padding-left: 40px;
    box-sizing: border-box; }
  .post_bx .infos_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    align-items: center; }
  .post_bx .ymd {
    color: #8f9090;
    font-size: 1.4rem;
    font-weight: bold;
    margin-right: 20px; }
  .post_bx .cate {
    font-size: 1.4rem;
    font-weight: bold;
    color: #eba665;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    align-items: center; }
    .post_bx .cate img {
      height: 20px;
      width: auto;
      filter: invert(71%) sepia(36%) saturate(647%) hue-rotate(341deg) brightness(96%) contrast(91%); }
    .post_bx .cate span {
      padding-left: 8px;
      box-sizing: border-box; }
  .post_bx .infos_link {
    display: block; }
    .post_bx .infos_link:hover .infos_ttl span {
      color: #333;
      background-size: 100% 2px; }
    .post_bx .infos_link:hover .infos_txt {
      color: #335; }
  .post_bx .infos_ttl {
    font-size: 1.8rem;
    font-weight: bold;
    margin: 10px 0; }
    .post_bx .infos_ttl span {
      padding-bottom: .25em;
      background: linear-gradient(#38a59d, #38a59d) 0 100%/0 2px no-repeat;
      transition: background .4s;
      text-decoration: none; }
  .post_bx .infos_txt {
    font-size: 1.4rem;
    color: #888888; }
  .post_bx .infos_tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 30px; }
    .post_bx .infos_tag a {
      background: #f4f4fc;
      border-radius: 100px;
      font-size: 1.4rem;
      font-weight: bold;
      margin-right: 5px;
      display: block;
      padding: 3px 15px;
      transition: all .3s ease; }
      .post_bx .infos_tag a:hover {
        background: #ccccec;
        color: #333; }

.top_tags_wrap {
  display: inline-block; }

.top_tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .top_tags a {
    background: #f4f4fc;
    border-radius: 100px;
    font-size: 1.2rem !important;
    font-weight: bold;
    margin-right: 5px;
    display: block;
    padding: 2px 10px 1px 10px;
    transition: all .3s ease; }
    .top_tags a:before {
      content: "#";
      margin-right: 2px;
      color: #333; }
    .top_tags a:hover {
      background: #ccccec;
      color: #333; }

.btn_allshow {
  max-width: 500px;
  width: 100%;
  display: block;
  border: 2px solid #51cbc2;
  border-radius: 100px;
  text-align: center;
  margin: 50px auto 0 auto;
  padding: 10px;
  box-sizing: inherit;
  background: url("../images/all_arw.png") center right 20px no-repeat;
  background-size: 20px auto;
  transition: all .3s ease;
  cursor: pointer; }
  .btn_allshow:hover {
    color: white;
    background: url("../images/all_arw_w.png") center right 10px no-repeat, #38a59d;
    background-size: 20px auto;
    border: 2px solid #38a59d; }

.side_ct a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 0;
  box-sizing: border-box;
  background: url("../images/arw_ct.png") center right 5px no-repeat;
  background-size: 6px auto;
  transition: all .3s ease; }
  .side_ct a img {
    width: 20px;
    filter: invert(71%) sepia(36%) saturate(647%) hue-rotate(341deg) brightness(96%) contrast(91%); }
  .side_ct a span {
    padding-left: 10px;
    box-sizing: border-box; }
  .side_ct a:hover {
    background: url("../images/arw_ct.png") center right 0 no-repeat;
    background-size: 6px auto; }

.side_key {
  box-sizing: border-box;
  border-top: 1px dashed #c9c6c9;
  border-bottom: 1px dashed #c9c6c9;
  padding: 30px 0;
  margin: 20px 0; }

.side_key_in {
  padding: 20px 15px 10px 15px;
  background: linear-gradient(to top, #f4f4fc, #fafafe); }

.side_ttl {
  text-align: center; }
  .side_ttl .ttl {
    color: #1f777e;
    font-size: 2.2rem;
    font-family: "casb", serif; }
  .side_ttl .sub {
    font-size: 1.2rem; }

.tag_w {
  margin-top: 20px; }
  .tag_w a {
    display: inline-block;
    font-size: 1.4rem;
    background: white;
    border-radius: 100px;
    padding: 2px 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
    transition: all .3s ease; }
    .tag_w a:before {
      content: "#";
      margin-right: 3px;
      color: #333; }
    .tag_w a:hover {
      background: #38a59d;
      color: white; }
      .tag_w a:hover:before {
        color: white; }

.rank_bx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
  counter-increment: practice; }
  .rank_bx:last-of-type {
    margin-bottom: 0; }
  .rank_bx .img {
    width: 30%;
    position: relative;
    display: block; }
    .rank_bx .img img {
      width: 100%;
      height: 100%; }
    .rank_bx .img a {
      height: 100%;
      display: block;
      max-height: 90px; }
      .rank_bx .img a:before {
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(36, 37, 127, 0.4);
        position: absolute;
        top: 0;
        left: 0; }
      .rank_bx .img a:after {
        content: counter(practice);
        position: absolute;
        top: 50%;
        margin-top: -15px;
        line-height: 1;
        left: 0;
        color: white;
        font-size: 4rem;
        font-family: casb, Serif;
        width: 100%;
        text-align: center; }
  .rank_bx .info_rank {
    width: 70%;
    padding-left: 20px;
    box-sizing: border-box;
    font-size: 1.4rem;
    font-weight: bold; }
    .rank_bx .info_rank a {
      transition: all .3s ease; }
      .rank_bx .info_rank a:hover {
        color: #38a59d; }
  .rank_bx .rank_cate {
    color: #eba665;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    align-items: center;
    font-size: 1.3rem;
    font-weight: bold;
    padding-left: 20px;
    margin-top: 10px;
    box-sizing: border-box;
    text-align: right; }
    .rank_bx .rank_cate span {
      padding-left: 7px; }
    .rank_bx .rank_cate img {
      width: 15px;
      filter: invert(71%) sepia(36%) saturate(647%) hue-rotate(341deg) brightness(96%) contrast(91%); }
    .rank_bx .rank_cate:hover {
      text-decoration: underline; }

/*------------------------------------------------------------
footer
------------------------------------------------------------*/
footer {
  background: #38a59d;
  color: white;
  margin-top: 100px;
  padding: 50px 0;
  box-sizing: border-box;
  border-top: 3px solid #1e7f78; }
  footer .ft_logo {
    text-align: center; }
    footer .ft_logo img {
      height: 55px;
      width: auto;
      margin: 0 auto; }
    footer .ft_logo .in_txt {
      font-size: 1.4rem;
      margin-top: 10px; }
  footer .ft_messe {
    text-align: center;
    position: relative;
    max-width: 570px;
    padding: 0 50px 20px 50px;
    box-sizing: border-box;
    margin: 20px auto;
    font-size: 1.4rem; }
    footer .ft_messe span {
      display: block; }
    footer .ft_messe:before {
      content: "{";
      position: absolute;
      left: 0;
      top: -4px;
      font-size: 5rem;
      color: white;
      line-height: 1; }
    footer .ft_messe:after {
      content: "}";
      position: absolute;
      right: 0;
      top: -4px;
      font-size: 5rem;
      color: white;
      line-height: 1; }

.ft_wp {
  max-width: 800px;
  margin: 0 auto; }

.ft_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px dashed #258c84;
  padding: 20px 0;
  box-sizing: border-box;
  flex-wrap: wrap; }
  .ft_lists a {
    color: white;
    display: block;
    padding: 10px;
    box-sizing: border-box;
    font-size: 1.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    align-items: center; }
    .ft_lists a:hover {
      text-decoration: underline; }
    .ft_lists a img {
      height: 20px;
      width: auto;
      filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(151deg) brightness(102%) contrast(101%); }
    .ft_lists a span {
      padding-left: 10px;
      box-sizing: border-box; }

.ft_lists2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 350px;
  margin: 0 auto; }
  .ft_lists2 a {
    color: white;
    font-size: 1.4rem; }
    .ft_lists2 a:hover {
      text-decoration: underline; }

.copyright {
  text-align: center;
  margin-top: 30px;
  font-size: 1.4rem; }

.ttl_com {
  color: #1f777e;
  font-size: 3rem;
  text-align: center;
  font-family: 'cassemi', Serif; }

.tab_box .btn_area {
  display: -webkit-box;
  display: flex;
  margin: 30px 0; }
.tab_box .tab_btn {
  width: 50%;
  padding: 5px 0;
  font-weight: bold;
  box-sizing: border-box;
  background: #f5f7f8;
  color: #fff;
  background: linear-gradient(to top, #24257f, #6d6ec0 100%);
  background-size: auto 200%;
  background-repeat: no-repeat;
  background-position: top center;
  transition: all .3s ease;
  text-align: center;
  cursor: pointer; }
  .tab_box .tab_btn:nth-of-type(1) {
    border-radius: 100px 0 0 100px;
    margin-right: 1px; }
  .tab_box .tab_btn:nth-of-type(2) {
    border-radius: 0 100px 100px 0; }
.tab_box .tab_btn:hover {
  background-position: bottom center; }
.tab_box .tab_btn.active {
  background: linear-gradient(to top, #23247b, #3335a3); }
.tab_box .tab_panel {
  display: none; }
.tab_box .tab_panel.active {
  display: block; }

.ss_sp {
  opacity: 0;
  visibility: hidden; }

.post-meta-bottom {
  margin-bottom: 20px; }
  .post-meta-bottom time {
    font-size: 1.4rem;
    font-weight: bold; }

.single-post-date {
  margin-right: 15px; }

#single-main .post-meta .tag {
  background: #f4f4fc;
  border-radius: 100px;
  margin-top: 0;
  padding: 2px 14px;
  margin-bottom: 20px;
  transition: all .3s ease; }
  #single-main .post-meta .tag:hover {
    background: #38a59d;
    color: white; }
  #single-main .post-meta .tag:before {
    content: none; }

.lead {
  color: #888888; }

.navigation {
  padding: 20px 0;
  margin: 30px 0;
  border-top: 1px dashed #e5e5e5;
  box-sizing: border-box;
  box-shadow: none !important; }
  .navigation a:hover {
    background: none; }
  .navigation .right {
    border-top: none; }
    .navigation .right a {
      position: relative;
      padding: 5px 35px 5px 10px;
      font-size: 1.4rem; }
    .navigation .right a:after {
      content: "";
      width: 25px;
      height: 25px;
      position: absolute;
      top: 50%;
      right: 0;
      margin-top: -12.5px;
      background: url("../images/arw_next.png") center left no-repeat;
      background-size: 25px auto; }
  .navigation .left {
    border-top: none; }
    .navigation .left a {
      position: relative;
      padding: 5px 10px 5px 35px;
      font-size: 1.4rem; }
    .navigation .left a:before {
      content: "";
      width: 25px;
      height: 25px;
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: -12.5px;
      background: url("../images/arw_prev.png") center right no-repeat;
      background-size: 25px auto; }

#single-main {
  margin-right: 0 !important;
  padding-right: 40px !important;
  max-width: 940px;
  box-sizing: border-box;
  border-right: 1px dashed #c9c6c9;
  position: relative; }

figure.wp-block-image.size-full img {
  width: 100%; }

.top_posts .post_bx {
  transition: all .3s ease; }
.top_posts .is-hidden {
  opacity: 0;
  height: 0;
  margin: 0;
  visibility: hidden; }
.top_posts .is-btn-hidden {
  opacity: 0;
  height: 0;
  margin: 0;
  visibility: hidden; }

/*------------------------------------------------------------
media
------------------------------------------------------------*/
@media screen and (max-width: 1200px) {
  .ss_pc {
    opacity: 0;
    visibility: hidden; }

  .ss_sp {
    opacity: 1;
    visibility: visible;
    display: block; }
    .ss_sp .search_bx {
      padding: 15px;
      box-sizing: border-box;
      margin-right: 0; }
    .ss_sp .sns_bx {
      padding: 10px;
      max-width: 250px;
      margin: 0 auto; }

  #main-wrap {
    display: block;
    width: 87.5% !important; }
    #main-wrap .main_contents {
      width: 100%;
      max-width: 100%;
      border-right: none;
      padding-right: 0; }

  #sidebar {
    max-width: 100%;
    width: 100%;
    float: none !important;
    margin-left: 0;
    margin-top: 70px; }

  .rank_in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap; }
    .rank_in .rank_bx {
      width: 47%; }

  .ft_wp {
    width: 87.5%; }

  #main {
    padding: 0 !important; } }
@media screen and (max-width: 1024px) {
  .inner {
    width: 87.5%; } }
@media all and (max-width: 695px) {
  body {
    font-size: 1.2rem;
    line-height: 1.6; }

  .inner {
    width: 87.5%; }

  #wrapper {
    width: 100%;
    overflow: hidden; }

  .gnav .logo {
    padding: 15px 20px; }

  .gtp {
    bottom: 20px;
    right: 20px;
    z-index: 10; }
    .gtp img {
      width: 40px;
      height: auto; }

  #nav-content .spn_ct1 {
    padding-left: 40px;
    background: url(../images/mail_w.png) center left 20px no-repeat, #0aa4d7;
    background-size: 10px auto;
    border-bottom: none;
    color: white; }
  #nav-content .spn_ct2 {
    padding-left: 40px;
    background: url(../images/mail_w.png) center left 20px no-repeat, #0887b7;
    background-size: 10px auto;
    border-bottom: none;
    color: white; }
  #nav-content .tel {
    padding-left: 40px;
    background: url(../images/tel_s2.png) center left 20px no-repeat, #05668b;
    background-size: 10px auto; }
    #nav-content .tel a {
      display: block;
      width: 100%;
      text-decoration: none;
      color: white; }

  .bread {
    font-size: 1.2rem; }

  .ttl_com {
    font-size: 2rem; }

  .post_bx .img a {
    border: 2px solid #c8f3f5; }
  .post_bx .infos {
    padding-left: 15px; }
  .post_bx .infos_1 {
    font-size: 1.1rem; }
  .post_bx .infos_ttl {
    font-size: 1.4rem;
    margin: 7px 0; }
  .post_bx .infos_txt {
    font-size: 1.1rem; }
  .post_bx .cate {
    font-size: 1.1rem; }
  .post_bx .ymd {
    font-size: 1.1rem; }
  .post_bx .infos_tag {
    flex-wrap: wrap;
    margin-top: 15px; }
    .post_bx .infos_tag a {
      font-size: 1.1rem;
      padding: 3px 7px;
      margin-bottom: 7px; }

  .top_tags {
    flex-wrap: wrap; }
    .top_tags a {
      font-size: 1.1rem;
      padding: 3px 9px;
      margin-bottom: 7px; }

  #main-wrap {
    margin: 15px auto 0 auto; }

  .rank_in .rank_bx {
    width: 100%; }
    .rank_in .rank_bx .info_rank {
      font-size: 1.2rem; }

  footer {
    padding: 30px 0 20px 0; }
    footer .ft_logo img {
      height: 40px;
      width: auto;
      margin: 0 auto; }
    footer .ft_logo .in_txt {
      font-size: 1.2rem;
      margin-top: 10px; }
    footer .ft_messe {
      padding: 0 0 20px 0;
      font-size: 1.2rem; }
      footer .ft_messe:before, footer .ft_messe:after {
        content: none; }

  .ft_lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .ft_lists a {
      width: 50%;
      font-size: 1.2rem;
      padding: 8px 10px; }

  .ft_lists2 a {
    font-size: 1.2rem; }

  #sidebar {
    margin-top: 20px; }

  .header {
    padding: 15px 0; }

  .header.active {
    padding: 15px 0; }
    .header.active .logos img {
      height: 35px; }

  .btn_allshow {
    margin: 20px auto 0 auto; }

  #nav-content .spl {
    padding: 13px 20px; }

  #nav-content .logo_smu img {
    height: 35px;
    width: auto;
    display: block;
    margin: 0 auto; }

  #nav-open {
    position: relative;
    z-index: 10000; }

  .logos .logo_img img {
    height: 35px; }
  .logos .logo_txt {
    display: none; }

  .smenu {
    position: absolute;
    right: 0; }

  #nav-input:checked ~ #nav-open span {
    background: #228b83; }

  #nav-input:checked ~ #nav-open span:before {
    background: #228b83; }

  .navigation a {
    font-size: 1.4rem; }

  .navigation .right a {
    font-size: 1.2rem;
    padding: 5px 30px 5px 10px; }
  .navigation .right a:after {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: url("../images/arw_next.png") center left no-repeat;
    background-size: 20px auto; }
  .navigation .left a {
    padding: 5px 10px 5px 30px;
    font-size: 1.2rem; }
  .navigation .left a:before {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: url("../images/arw_prev.png") center right no-repeat;
    background-size: 20px auto; }

  .bread #breadcrumb {
    display: flex;
    flex-wrap: wrap; }
    .bread #breadcrumb li {
      display: block; }

  .post_bx {
    margin-bottom: 25px; }
    .post_bx .img a {
      height: 80px; }
    .post_bx .cate img {
      height: 15px; }
    .post_bx .cate span {
      padding-left: 5px; } }
/*--media_end--*/

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