@charset "UTF-8";
/*
Theme Name: LAUNDRICH
Description: LAUNDRICH コインランドリー総合サイト
Author:Dynamite Brothers Syndicate
*/
/* ---------------------------------------------------------
■ default rest
--------------------------------------------------------- */
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0 none;
  border-collapse: collapse;
  color: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  list-style-type: none;
  margin: 0;
  outline: medium none;
  padding: 0;
  table-layout: fixed;
  text-decoration: none;
  vertical-align: baseline;
  line-height: 1;
}

/* ---------------------------------------------------------
■ font
--------------------------------------------------------- */
body {
  font-family: Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* ---------------------------------------------------------
■ General
--------------------------------------------------------- */
.lh0 {
  line-height: 0;
}

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

.mL0 {
  margin-left: 0 !important;
}

.mR0 {
  margin-right: 0 !important;
}

.mB0 {
  margin-bottom: 0 !important;
}

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

@media all and (min-width: 769px) {
  .sp_show {
    display: none !important;
  }
}

@media all and (max-width: 768px) {
  .pc_show {
    display: none !important;
  }
}

@media all and (min-width: 769px) {
  .global_wrapper {
    padding-top: 90px;
    background: #f0f0e4;
    min-width: 1200px;
    color: #3a4047;
  }
  .main_contents {
    width: 1160px;
    padding: 0 20px;
    margin: 0 auto;
  }
  /* ---------------------------------------------------------
  ■ Header
  --------------------------------------------------------- */
  header {
    background: #489bd2;
    position: fixed;
    top: 0;
    left: 0;
    height: 70px;
    padding: 10px 0;
    width: 100%;
    z-index: 1000;
  }
  header h1 {
    text-align: center;
    height: 70px;
  }
  header .search_box {
    position: absolute;
    top: 26px;
    left: 70px;
  }
  header .search_box input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #FFF;
    border: none;
    width: 325px;
    height: 36px;
    padding: 0;
    font-size: 1.13rem;
    line-height: 36px;
    padding: 0 5px 0 40px;
    background-image: url("./img/common/icon_search.png");
    background-size: 23px;
    background-repeat: no-repeat;
    background-position: 10px 50%;
    color: #3a4047;
  }
  header .humb_btn {
    position: absolute;
    top: 28px;
    left: 15px;
    z-index: 2;
    padding: 5px;
    cursor: pointer;
  }
  header .laundry_search {
    height: 90px;
    width: 220px;
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    background: #FFF;
  }
  header .laundry_search a {
    background-color: #ff6371;
    background-image: url("./img/common/btn_search_laundry_pc.png");
    background-repeat: no-repeat;
    background-position: 42px 50%;
    background-size: 52px;
    display: block;
    width: 205px;
    line-height: 16px;
    height: 16px;
    padding: 37px 0 37px 38px;
    color: #FFF;
    font-weight: bold;
    transition: all 0.2s;
    letter-spacing: 0.1em;
  }
  header .laundry_search a:hover {
    opacity: 0.6;
  }
  .list_area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #489bd2;
    z-index: 1001;
    display: none;
  }
  .list_area h1 {
    text-align: center;
    height: 70px;
    padding: 10px 0;
  }
  .list_area .btn_close {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 2;
    cursor: pointer;
    padding: 5px;
  }
  .list_area li a {
    display: block;
    width: 100%;
    font-size: 1.13rem;
    text-align: center;
    padding: 26px 0;
    color: #FFF;
    font-weight: bold;
    border-top: 1px solid  #FFF;
    transition: all 0.2s;
  }
  .list_area li a:hover {
    background: #e9f0f4;
    color: #489bd2;
  }
  .pankuzu {
    margin: 20px 0;
    font-size: 0.82rem;
  }
  .btn_load_more {
    text-align: center;
    margin-bottom: 60px;
  }
  .btn_load_more img {
    cursor: pointer;
    transition: all 0.2s;
  }
  .btn_load_more img:hover {
    opacity: 0.6;
  }
  a {
    transition: all 0.2s;
  }
  a:hover {
    opacity: 0.6;
  }
  /* ---------------------------------------------------------
  ■ footer
  --------------------------------------------------------- */
  footer {
    background: #489bd2;
    padding: 20px;
  }
  footer a {
    transition: all 0.2s;
  }
  footer a:hover {
    opacity: 0.6;
  }
  footer .footer_category {
    position: relative;
    width: 1160px;
    margin: 0 auto;
    padding-bottom: 25px;
    border-bottom: 1px solid #FFF;
  }
  footer .footer_category h2 {
    font-weight: bold;
    font-size: 1rem;
    line-height: 1;
    color: #FFF;
    margin-bottom: 15px;
  }
  footer .footer_category li {
    display: inline-block;
    color: #FFF;
    margin-right: 40px;
    font-size: 0.88rem;
  }
  footer .footer_sitemap {
    width: 1160px;
    margin: 35px auto 40px;
  }
  footer .footer_sitemap h1 {
    float: left;
    margin-right: 45px;
  }
  footer .footer_sitemap .sitemap {
    float: left;
    margin-top: 13px;
  }
  footer .footer_sitemap .sitemap li {
    display: inline-block;
    color: #FFF;
    font-weight: bold;
    font-size: 0.88rem;
    margin-right: 30px;
  }
  footer p.copyright {
    text-align: center;
    font-size: 0.69rem;
    color: #FFF;
    line-height: 1;
    padding: 5px 0;
  }
  footer .contact {
    position: absolute;
    top: 15px;
    right: 0;
  }
  footer .contact a {
    display: block;
    padding: 0 20px;
    color: #fff;
    font-size: 1rem;
    line-height: 40px;
    border: 1px solid #fff;
  }
  /* ---------------------------------------------------------
  ■ 404
  --------------------------------------------------------- */
  .error_404 {
    width: 600px;
    margin: 50px auto;
  }
  .error_404 h1 {
    text-align: center;
    font-weight: bold;
    font-size: 1.25rem;
    margin-bottom: 40px;
  }
  .error_404 p {
    line-height: 1.8;
    text-align: center;
    margin-bottom: 15px;
  }
  .error_404 p a {
    font-size: 0.88rem;
  }
  .error_404 .back {
    margin-top: 40px;
  }
}

/* ---------------------------------------------------------
■ WP pagenavi
--------------------------------------------------------- */
.wp-pagenavi {
  text-align: center;
  margin-bottom: 60px;
}

.wp-pagenavi a, .wp-pagenavi span {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 1rem;
  margin: 0 10px;
  border: 2px solid #489bd2;
}

.wp-pagenavi a {
  background-color: #489bd2;
  color: #FFF;
  font-weight: bold;
}

.wp-pagenavi span.current {
  color: #489bd2;
  font-weight: bold;
  background-color: #FFF;
}

@media all and (max-width: 768px) {
  .global_wrapper {
    padding-top: 54px;
    background: #f0f0e4;
    color: #3a4047;
  }
  /* ---------------------------------------------------------
  ■ Header
  --------------------------------------------------------- */
  header {
    background: #489bd2;
    position: fixed;
    top: 0;
    left: 0;
    height: 36px;
    padding: 9px 0;
    width: 100%;
    z-index: 1000;
  }
  header h1 {
    text-align: center;
    height: 36px;
  }
  header h1 img {
    width: 108px;
    height: auto;
  }
  header .search_box {
    position: absolute;
    left: 50px;
    top: 17px;
    padding: 0 5px;
  }
  header .search_box form {
    display: none;
    position: fixed;
    top: 0;
    left: 0px;
    width: calc(100% - 60px);
    background-color: #489bd2;
    height: 38px;
    z-index: 1001;
    padding: 8px 10px 8px 50px;
  }
  header .search_box .search_close {
    position: absolute;
    top: 15px;
    left: 13px;
  }
  header .search_box input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #FFF;
    display: block;
    border: none;
    width: calc(100% - 10px);
    height: 37px;
    padding: 0;
    font-size: 1.13rem;
    line-height: 36px;
    padding: 0 5px;
    background-size: 23px;
    background-repeat: no-repeat;
    background-position: 10px 50%;
    color: #3a4047;
  }
  header .humb_btn {
    position: absolute;
    top: 14px;
    left: 10px;
    z-index: 2;
    padding: 5px;
    cursor: pointer;
  }
  header .humb_btn img {
    width: 23px;
    height: auto;
  }
  header .laundry_search {
    height: 54px;
    width: 50px;
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    background: #FFF;
  }
  header .laundry_search a {
    background-color: #ff6371;
    background-image: url("./img/common/btn_search_laundry.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 36px;
    display: block;
    width: 50px;
    line-height: 16px;
    height: 54px;
    padding: 0 0 0 0;
    color: #FFF;
    font-weight: bold;
    transition: all 0.2s;
    text-indent: -9999px;
  }
  header .laundry_search a:hover {
    opacity: 0.6;
  }
  .list_area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #489bd2;
    z-index: 1001;
    display: none;
  }
  .list_area h1 {
    text-align: center;
    height: 34px;
    padding: 9px 0;
  }
  .list_area h1 img {
    width: 108px;
    height: auto;
  }
  .list_area .btn_close {
    position: absolute;
    top: 12px;
    left: 10px;
    z-index: 2;
    cursor: pointer;
    padding: 5px;
  }
  .list_area .btn_close img {
    width: 18px;
    height: auto;
  }
  .list_area li a {
    display: block;
    width: 100%;
    font-size: 1.13rem;
    text-align: center;
    padding: 20px 0;
    color: #FFF;
    font-weight: bold;
    border-top: 1px solid  #FFF;
    transition: all 0.2s;
  }
  .list_area li a:hover {
    background: #e9f0f4;
    color: #489bd2;
  }
  .pankuzu {
    display: none;
    margin: 20px 0;
    font-size: 0.82rem;
  }
  .btn_load_more {
    text-align: center;
    margin-bottom: 60px;
  }
  .btn_load_more img {
    cursor: pointer;
    transition: all 0.2s;
  }
  .btn_load_more img:hover {
    opacity: 0.6;
  }
  a {
    transition: all 0.2s;
  }
  a:hover {
    opacity: 0.6;
  }
  /* ---------------------------------------------------------
  ■ footer
  --------------------------------------------------------- */
  footer {
    background: #489bd2;
    padding: 20px;
  }
  footer a {
    transition: all 0.2s;
  }
  footer a:hover {
    opacity: 0.6;
  }
  footer .footer_category {
    margin: 0 auto;
    padding-bottom: 0px;
    border-bottom: 1px dotted #FFF;
  }
  footer .footer_category h2 {
    font-weight: bold;
    font-size: 1rem;
    line-height: 1;
    color: #FFF;
    margin-bottom: 15px;
    padding: 10px 0;
  }
  footer .footer_category li {
    border-top: 1px solid #FFF;
    display: block;
    color: #FFF;
    font-size: 0.88rem;
  }
  footer .footer_category li a {
    padding: 20px 0;
    display: block;
  }
  footer .footer_sitemap {
    margin: 20px auto 20px;
  }
  footer .footer_sitemap h1 {
    display: none;
  }
  footer .footer_sitemap .sitemap {
    margin-top: 13px;
  }
  footer .footer_sitemap .sitemap li {
    color: #FFF;
    font-weight: bold;
    font-size: 0.88rem;
    margin-right: 30px;
    padding: 10px 0;
  }
  footer p.copyright {
    text-align: center;
    font-size: 0.88rem;
    color: #FFF;
    line-height: 1;
    padding: 5px 0;
  }
  footer .contact a {
    display: block;
    padding: 20px 0;
    color: #FFF;
    font-size: 0.88rem;
    border-top: 1px solid #FFF;
  }
  /* ---------------------------------------------------------
  ■ 404
  --------------------------------------------------------- */
  .error_404 {
    width: auto;
    margin: 50px auto;
    padding: 0 20px;
  }
  .error_404 h1 {
    text-align: left;
    font-weight: bold;
    font-size: 1.13rem;
    margin-bottom: 40px;
  }
  .error_404 p {
    line-height: 1.8;
    text-align: left;
    margin-bottom: 15px;
  }
  .error_404 p a {
    font-size: 0.88rem;
  }
  .error_404 .back {
    text-align: center;
    margin-top: 40px;
  }
}

@media all and (min-width: 769px) {
  /* ---------------------------------------------------------
  ■ top
  --------------------------------------------------------- */
  .category {
    font-size: 0.75rem;
    color: #489bd2;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 3px;
  }
  .publish_date {
    font-size: 0.75rem;
    color: #808080;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .publish_date:before {
    content: '\2003';
    display: inline-block;
    width: 10px;
    height: 12px;
    margin-right: 0px;
    line-height: 1.2;
    background-image: url("./img/common/icon_clock_gy.png");
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 0 50%;
  }
  .front_page .topics_area {
    padding: 45px 0;
    border-bottom: 1px solid #FFF;
  }
  .front_page .topics_area .top_topic {
    float: left;
  }
  .front_page .topics_area .top_topic a {
    display: block;
    width: 580px;
    height: 360px;
    position: relative;
    transition: all 0.2s;
    overflow: hidden;
  }
  .front_page .topics_area .top_topic a img {
    width: 580px;
    height: auto;
  }
  .front_page .topics_area .top_topic a:hover {
    opacity: 0.6;
  }
  .front_page .topics_area .top_topic a .post_data {
    display: block;
    width: 550px;
    padding: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(72, 155, 210, 0.8);
    color: #FFF;
  }
  .front_page .topics_area .top_topic a .ttl {
    font-size: 1.13rem;
    font-weight: bold;
    line-height: 1.2;
    display: block;
    margin-bottom: 15px;
  }
  .front_page .topics_area .top_topic a .category {
    font-size: 0.75rem;
    height: 12px;
    line-height: 1.2;
    display: block;
    float: left;
    font-weight: bold;
    color: #FFF;
  }
  .front_page .topics_area .top_topic a .publish_date {
    font-size: 0.75rem;
    display: block;
    text-align: right;
    float: right;
    height: 12px;
    font-weight: bold;
    line-height: 1.2;
    color: #FFF;
  }
  .front_page .topics_area .top_topic a .publish_date:before {
    content: '\2003';
    display: inline-block;
    width: 10px;
    height: 12px;
    margin-right: 3px;
    line-height: 1.2;
    background-image: url("./img/common/icon_clock_wh.png");
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 0 50%;
  }
  .front_page .topics_area .second_topic {
    float: left;
    margin-left: 20px;
  }
  .front_page .topics_area .second_topic a {
    display: block;
    width: 270px;
    height: 360px;
    transition: all 0.2s;
    background-color: #FFF;
  }
  .front_page .topics_area .second_topic a:hover {
    opacity: 0.6;
  }
  .front_page .topics_area .second_topic a .thumb {
    width: 270px;
    height: 168px;
    line-height: 0;
    overflow: hidden;
    display: block;
  }
  .front_page .topics_area .second_topic a .post_data {
    display: block;
    height: 142px;
    padding: 25px 15px;
  }
  .front_page .topics_area .second_topic a .ttl {
    font-size: 1.13rem;
    font-weight: bold;
    line-height: 1.2;
    display: block;
    height: 100px;
    margin-bottom: 15px;
  }
  .front_page .topics_area .coin_btn {
    float: left;
    width: 270px;
    margin-left: 20px;
    line-height: 0;
  }
  .front_page .topics_area .coin_btn a {
    line-height: 0;
    transition: all 0.2s;
  }
  .front_page .topics_area .coin_btn a:hover {
    opacity: 0.6;
  }
  .front_page .banner_area {
    position: relative;
    width: 1160px;
    margin: 0 auto 60px;
    padding: 45px 0;
    border-bottom: 1px solid #FFF;
  }
  .front_page .banner_area li {
    float: left;
    width: 340px;
    height: 182px;
    margin: 0 15px;
  }
  .front_page .banner_area li a {
    line-height: 0;
    transition: all 0.2s;
  }
  .front_page .banner_area li a:hover {
    opacity: 0.6;
  }
  .front_page .banner_area .bnr_pager {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
  }
  .front_page .banner_area .bnr_pager .pager {
    position: absolute;
    width: 42px;
    height: 70px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    margin-top: -35px;
    cursor: pointer;
  }
  .front_page .banner_area .bnr_pager .prev {
    background-color: #489bd2;
    background-image: url("./img/common/arrow_l_wh.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 9px auto;
    left: -10px;
  }
  .front_page .banner_area .bnr_pager .next {
    background-color: #489bd2;
    background-image: url("./img/common/arrow_r_wh.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 9px auto;
    right: -10px;
  }
  .front_page .category_area {
    width: 1160px;
    margin: 0 auto;
    background: #FFF;
    padding-top: 30px;
    margin-bottom: 60px;
  }
  .front_page .category_area h1 {
    text-align: center;
    color: #489bd2;
    font-size: 1.57rem;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 0.9;
  }
  .front_page .category_area h1 .ja {
    font-size: 0.88rem;
  }
  .front_page .category_area .category_list {
    border-top: 2px solid #489bd2;
    padding: 25px 0;
  }
  .front_page .category_area .category_list li {
    display: inline-block;
    text-align: center;
    border: 1px solid #489bd2;
    margin: 5px 15px;
    color: #489bd2;
    font-size: 0.88rem;
    font-weight: bold;
  }
  .front_page .category_area .category_list li a {
    display: block;
    width: 350px;
    height: 14px;
    padding: 13px 0;
    transition: all 0.2s;
  }
  .front_page .category_area .category_list li a:hover {
    background: #489bd2;
    color: #FFF;
    opacity: 1;
  }
  .front_page .article_block01 .articles_left {
    width: 865px;
    height: 1068px;
    float: left;
    background: #FFF;
  }
  .front_page .article_block01 .articles_left li {
    padding: 0 30px;
  }
  .front_page .article_block01 .articles_left article {
    padding: 30px 0;
    border-bottom: 1px solid #efefef;
  }
  .front_page .article_block01 .articles_left .thumb {
    width: 332px;
    height: 206px;
    float: left;
    line-height: 0;
    overflow: hidden;
  }
  .front_page .article_block01 .articles_left .thumb a {
    line-height: 0;
    width: 332px;
    height: auto;
  }
  .front_page .article_block01 .articles_left .text_block {
    float: left;
    width: 450px;
    margin-left: 22px;
  }
  .front_page .article_block01 .articles_left .text_block h1 {
    font-size: 1.13rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .front_page .article_block01 .articles_left .text_block p.lead {
    font-size: 0.88rem;
    line-height: 1.4;
  }
  .front_page .article_block01 .articles_right {
    float: left;
    margin-left: 25px;
    width: 270px;
    height: 1068px;
    background: #FFF;
  }
  .front_page .article_block01 .articles_right h1.most_popular {
    text-align: center;
    color: #489bd2;
    font-size: 1.57rem;
    font-weight: bold;
    line-height: 0.9;
    padding: 30px 0 20px;
    border-bottom: 2px solid #489bd2;
    margin-bottom: 20px;
  }
  .front_page .article_block01 .articles_right h1.most_popular .ja {
    font-weight: bold;
    font-size: 0.88rem;
  }
  .front_page .article_block01 .articles_right article {
    margin-bottom: 25px;
    padding: 0 10px;
  }
  .front_page .article_block01 .articles_right .thumb {
    float: left;
    line-height: 0;
  }
  .front_page .article_block01 .articles_right .thumb a {
    line-height: 0;
  }
  .front_page .article_block01 .articles_right .text_block {
    float: left;
    width: 150px;
    margin-left: 15px;
  }
  .front_page .article_block01 .articles_right .text_block h1 {
    font-size: 0.88rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .front_page .article_block02 {
    margin-bottom: 60px;
  }
  .front_page .article_block02 article {
    width: 270px;
    float: left;
    margin-left: 27px;
    margin-bottom: 27px;
  }
  .front_page .article_block02 article:first-child {
    margin-left: 0;
  }
  .front_page .article_block02 article:last-child {
    margin-left: 26px;
  }
  .front_page .article_block02 article .thumb {
    line-height: 0;
    width: 270px;
    height: 167px;
    overflow: hidden;
    background-color: #FFF;
  }
  .front_page .article_block02 article .thumb a {
    line-height: 0;
  }
  .front_page .article_block02 article .text_block {
    padding: 25px 20px;
    background: #FFF;
    height: 142px;
  }
  .front_page .article_block02 article .text_block h1 {
    font-size: 1rem;
    line-height: 1.37;
    margin-bottom: 15px;
    font-weight: bold;
  }
  .front_page .article_block02 .upper {
    margin-top: 25px;
  }
  .front_page .article_block02 .bottom .left {
    float: left;
    width: 567px;
  }
  .front_page .article_block02 .bottom .left article:nth-child(2n+1) {
    margin-left: 0;
  }
  .front_page .article_block02 .bottom .recommend {
    width: 566px;
    float: left;
    background: #FFF;
    margin-left: 27px;
  }
  .front_page .article_block02 .bottom .recommend h1.ttl_recommend {
    text-align: center;
    color: #489bd2;
    font-size: 1.57rem;
    font-weight: bold;
    line-height: 0.9;
    padding: 30px 0 20px;
    border-bottom: 2px solid #489bd2;
    margin-bottom: 20px;
  }
  .front_page .article_block02 .bottom .recommend h1.ttl_recommend .ja {
    font-weight: bold;
    font-size: 0.88rem;
  }
  .front_page .article_block02 .bottom .recommend .recommend_list {
    padding: 30px;
  }
  .front_page .article_block02 .bottom .recommend li {
    width: 506px;
  }
  .front_page .article_block02 .bottom .recommend article {
    margin: 0;
    width: 506px;
    margin-bottom: 50px;
  }
  .front_page .article_block02 .bottom .recommend article .thumb {
    width: 85px;
    height: 52px;
    overflow: hidden;
    float: left;
  }
  .front_page .article_block02 .bottom .recommend article .text_block {
    float: left;
    width: 401px;
    height: 53px;
    margin-left: 20px;
    padding: 0;
  }
  .front_page .article_block02 .bottom .recommend article .category {
    display: inline-block;
    float: left;
  }
  .front_page .article_block02 .bottom .recommend article .publish_date {
    display: inline-block;
    float: right;
  }
  .front_page .article_block02 .bottom .recommend article h1 {
    width: 100%;
    float: left;
    font-size: 0.88rem;
  }
  .front_page .keywords_area {
    background: #FFF;
    margin-bottom: 60px;
  }
  .front_page .keywords_area h1 {
    text-align: center;
    color: #489bd2;
    font-size: 1.57rem;
    font-weight: bold;
    line-height: 0.9;
    padding: 30px 0 20px;
    border-bottom: 2px solid #489bd2;
    margin-bottom: 20px;
  }
  .front_page .keywords_area h1 .ja {
    font-weight: bold;
    font-size: 0.88rem;
  }
  .front_page .keywords_area .keyword_list {
    text-align: center;
    padding: 10px 0 20px;
  }
  .front_page .keywords_area .keyword_list li {
    display: inline-block;
    margin: 0 10px 10px;
  }
  .front_page .keywords_area .keyword_list li a {
    display: inline-block;
    border: 1px solid #489bd2;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    font-size: 0.88rem;
    height: 14px;
    line-height: 1;
    padding: 13px 20px;
    color: #489bd2;
    font-weight: bold;
    text-align: center;
    transition: all 0.2s;
  }
  .front_page .keywords_area .keyword_list li a:hover {
    background: #489bd2;
    color: #FFF;
    opacity: 1;
  }
  .front_page .articles_bottom {
    background: #FFF;
    padding: 0 30px;
    margin-bottom: 60px;
  }
  .front_page .articles_bottom article {
    padding: 30px 0;
    border-bottom: 1px solid #efefef;
  }
  .front_page .articles_bottom article:last-child {
    border-bottom: none;
  }
  .front_page .articles_bottom article .thumb {
    float: left;
    line-height: 0;
    width: 430px;
    height: 266px;
    overflow: hidden;
  }
  .front_page .articles_bottom article .thumb h
a {
    line-height: 0;
  }
  .front_page .articles_bottom article .text_block {
    width: 630px;
    height: 162px;
    background: #FFF;
    float: left;
    margin-left: 20px;
  }
  .front_page .articles_bottom article .text_block h1 {
    font-size: 1.38rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .front_page .articles_bottom article .text_block .publish_date {
    margin-bottom: 15px;
  }
  .front_page .articles_bottom article .text_block .lead {
    font-size: 0.88rem;
    line-height: 1.4;
  }
}

@media all and (max-width: 768px) {
  /* ---------------------------------------------------------
  ■ top
  --------------------------------------------------------- */
  .category {
    font-size: 0.75rem;
    color: #489bd2;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 3px;
  }
  .publish_date {
    font-size: 0.75rem;
    color: #808080;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .publish_date:before {
    content: '\2003';
    display: inline-block;
    width: 10px;
    height: 12px;
    margin-right: 0px;
    line-height: 1.2;
    background-image: url("./img/common/icon_clock_gy.png");
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 0 50%;
  }
  .front_page .topics_area {
    padding: 45px 15px;
    border-bottom: 1px solid #FFF;
  }
  .front_page .topics_area .top_topic a {
    display: block;
    width: 100%;
    height: auto;
    transition: all 0.2s;
    line-height: 0;
  }
  .front_page .topics_area .top_topic a:hover {
    opacity: 0.6;
  }
  .front_page .topics_area .top_topic a img {
    width: 100%;
    height: auto;
  }
  .front_page .topics_area .top_topic a .post_data {
    display: block;
    width: auto;
    padding: 30px 20px;
    background: #FFF;
    color: #3a4047;
  }
  .front_page .topics_area .top_topic a .ttl {
    font-size: 1.13rem;
    font-weight: bold;
    line-height: 1.2;
    display: block;
    margin-bottom: 15px;
  }
  .front_page .topics_area .top_topic a .category {
    display: block;
  }
  .front_page .topics_area .top_topic a .publish_date {
    display: block;
  }
  .front_page .topics_area .second_topic {
    margin-top: 25px;
  }
  .front_page .topics_area .second_topic a {
    display: block;
    width: 100%;
    height: auto;
    transition: all 0.2s;
    background-color: #FFF;
  }
  .front_page .topics_area .second_topic a:hover {
    opacity: 0.6;
  }
  .front_page .topics_area .second_topic a img {
    display: block;
    width: 100%;
    height: auto;
  }
  .front_page .topics_area .second_topic a .post_data {
    display: block;
    height: auto;
    padding: 30px 20px;
  }
  .front_page .topics_area .second_topic a .ttl {
    font-size: 1.13rem;
    font-weight: bold;
    line-height: 1.2;
    display: block;
    height: auto;
    margin-bottom: 15px;
  }
  .front_page .topics_area .coin_btn {
    width: auto;
    margin-top: 25px;
    line-height: 0;
  }
  .front_page .topics_area .coin_btn a {
    line-height: 0;
    transition: all 0.2s;
  }
  .front_page .topics_area .coin_btn a img {
    width: 100%;
    height: auto;
  }
  .front_page .topics_area .coin_btn a:hover {
    opacity: 0.6;
  }
  .front_page .banner_area {
    position: relative;
    width: auto;
    margin: 0 auto 60px;
    padding: 45px 0;
    border-bottom: 1px solid #FFF;
  }
  .front_page .banner_area li {
    float: left;
    width: 240px;
    height: 128px;
    margin: 0 15px;
  }
  .front_page .banner_area li a {
    line-height: 0;
    transition: all 0.2s;
  }
  .front_page .banner_area li a img {
    width: 100%;
    height: auto;
  }
  .front_page .banner_area li a:hover {
    opacity: 0.6;
  }
  .front_page .banner_area .bnr_pager {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
  }
  .front_page .banner_area .bnr_pager .pager {
    position: absolute;
    width: 42px;
    height: 70px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    margin-top: -35px;
    cursor: pointer;
  }
  .front_page .banner_area .bnr_pager .prev {
    background-color: #489bd2;
    background-image: url("./img/common/arrow_l_wh.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 9px auto;
    left: 0px;
  }
  .front_page .banner_area .bnr_pager .next {
    background-color: #489bd2;
    background-image: url("./img/common/arrow_r_wh.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 9px auto;
    right: 0px;
  }
  .front_page .category_area {
    width: auto;
    margin: 0 auto;
    background: #FFF;
    padding-top: 30px;
    margin-bottom: 60px;
  }
  .front_page .category_area h1 {
    text-align: center;
    color: #489bd2;
    font-size: 1.57rem;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 0.9;
  }
  .front_page .category_area h1 .ja {
    font-size: 0.88rem;
  }
  .front_page .category_area .category_list {
    border-top: 2px solid #489bd2;
    padding: 25px 2px;
  }
  .front_page .category_area .category_list li {
    display: inline-block;
    width: 46%;
    width: calc(50% - 9px);
    text-align: center;
    border: 1px solid #489bd2;
    margin: 5px 2px;
    color: #489bd2;
    font-size: 0.88rem;
    font-weight: bold;
  }
  .front_page .category_area .category_list li a {
    display: inline-block;
    width: 100%;
    height: 14px;
    padding: 13px 0;
    transition: all 0.2s;
    text-align: center;
  }
  .front_page .category_area .category_list li a:hover {
    background: #489bd2;
    color: #FFF;
    opacity: 1;
  }
  .front_page .article_block01 .articles_left {
    width: auto;
    height: auto;
    background: #FFF;
  }
  .front_page .article_block01 .articles_left li {
    padding: 0 15px;
  }
  .front_page .article_block01 .articles_left article {
    padding: 30px 0;
    border-bottom: 1px solid #efefef;
  }
  .front_page .article_block01 .articles_left .thumb {
    line-height: 0;
    margin-bottom: 30px;
  }
  .front_page .article_block01 .articles_left .thumb a {
    line-height: 0;
  }
  .front_page .article_block01 .articles_left .thumb img {
    width: 100%;
    height: auto;
  }
  .front_page .article_block01 .articles_left .text_block h1 {
    font-size: 1.13rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .front_page .article_block01 .articles_left .text_block p.lead {
    font-size: 0.88rem;
    line-height: 1.4;
  }
  .front_page .article_block01 .articles_right {
    width: auto;
    height: auto;
    padding: 0 15px;
    margin-top: 30px;
  }
  .front_page .article_block01 .articles_right h1.most_popular {
    text-align: center;
    color: #489bd2;
    font-size: 1.57rem;
    font-weight: bold;
    line-height: 0.9;
    padding: 30px 0 20px;
    border-bottom: 2px solid #489bd2;
    background: #FFF;
  }
  .front_page .article_block01 .articles_right h1.most_popular .ja {
    font-weight: bold;
    font-size: 0.88rem;
  }
  .front_page .article_block01 .articles_right .popular_list {
    background: #FFF;
    padding-top: 20px;
  }
  .front_page .article_block01 .articles_right article {
    margin-bottom: 25px;
    padding: 0 10px;
  }
  .front_page .article_block01 .articles_right .thumb {
    float: left;
    line-height: 0;
  }
  .front_page .article_block01 .articles_right .thumb a {
    line-height: 0;
  }
  .front_page .article_block01 .articles_right .text_block {
    float: left;
    width: calc(100% - 105px);
    margin-left: 15px;
  }
  .front_page .article_block01 .articles_right .text_block h1 {
    font-size: 0.88rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .front_page .article_block02 {
    margin-bottom: 30px;
    padding: 0 15px;
  }
  .front_page .article_block02 article {
    width: auto;
    margin-top: 20px;
  }
  .front_page .article_block02 article .thumb {
    line-height: 0;
  }
  .front_page .article_block02 article .thumb a {
    line-height: 0;
  }
  .front_page .article_block02 article .thumb a img {
    width: 100%;
    height: auto;
  }
  .front_page .article_block02 article .text_block {
    padding: 25px 20px;
    background: #FFF;
    height: auto;
  }
  .front_page .article_block02 article .text_block h1 {
    font-size: 1rem;
    line-height: 1.37;
    margin-bottom: 15px;
    font-weight: bold;
  }
  .front_page .article_block02 .upper {
    margin-top: 25px;
  }
  .front_page .article_block02 .bottom .left {
    width: auto;
  }
  .front_page .article_block02 .bottom .recommend {
    width: auto;
    background: #FFF;
    margin-top: 30px;
  }
  .front_page .article_block02 .bottom .recommend h1.ttl_recommend {
    text-align: center;
    color: #489bd2;
    font-size: 1.57rem;
    font-weight: bold;
    line-height: 0.9;
    padding: 30px 0 20px;
    border-bottom: 2px solid #489bd2;
    margin-bottom: 20px;
  }
  .front_page .article_block02 .bottom .recommend h1.ttl_recommend .ja {
    font-weight: bold;
    font-size: 0.88rem;
  }
  .front_page .article_block02 .bottom .recommend .recommend_list {
    padding: 10px;
  }
  .front_page .article_block02 .bottom .recommend li {
    width: auto;
  }
  .front_page .article_block02 .bottom .recommend article {
    margin: 0;
    width: auto;
    margin-bottom: 20px;
  }
  .front_page .article_block02 .bottom .recommend article .thumb {
    width: 85px;
    float: left;
  }
  .front_page .article_block02 .bottom .recommend article .text_block {
    float: left;
    width: calc(100% - 105px);
    height: auto;
    margin-left: 20px;
    padding: 0;
  }
  .front_page .article_block02 .bottom .recommend article .text_block h1 {
    margin-bottom: 0;
  }
  .front_page .article_block02 .bottom .recommend article .category {
    display: block;
  }
  .front_page .article_block02 .bottom .recommend article .publish_date {
    display: block;
  }
  .front_page .article_block02 .bottom .recommend article h1 {
    float: left;
    font-size: 0.88rem;
  }
  .front_page .keywords_area {
    background: #FFF;
    margin-bottom: 60px;
  }
  .front_page .keywords_area h1 {
    text-align: center;
    color: #489bd2;
    font-size: 1.57rem;
    font-weight: bold;
    line-height: 0.9;
    padding: 30px 0 20px;
    border-bottom: 2px solid #489bd2;
    margin-bottom: 20px;
  }
  .front_page .keywords_area h1 .ja {
    font-weight: bold;
    font-size: 0.88rem;
  }
  .front_page .keywords_area .keyword_list {
    text-align: center;
    padding: 10px 0 20px;
  }
  .front_page .keywords_area .keyword_list li {
    display: inline-block;
    margin: 0 10px 10px;
  }
  .front_page .keywords_area .keyword_list li a {
    display: inline-block;
    border: 1px solid #489bd2;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    font-size: 0.88rem;
    height: 14px;
    line-height: 1;
    padding: 13px 20px;
    color: #489bd2;
    font-weight: bold;
    text-align: center;
    transition: all 0.2s;
  }
  .front_page .keywords_area .keyword_list li a:hover {
    background: #489bd2;
    color: #FFF;
    opacity: 1;
  }
  .front_page .articles_bottom {
    background: #FFF;
    padding: 0 15px;
    margin-bottom: 60px;
  }
  .front_page .articles_bottom article {
    padding: 30px 0;
    border-bottom: 1px solid #efefef;
  }
  .front_page .articles_bottom article:last-child {
    border-bottom: none;
  }
  .front_page .articles_bottom article .thumb {
    line-height: 0;
    margin-bottom: 20px;
  }
  .front_page .articles_bottom article .thumb a {
    line-height: 0;
  }
  .front_page .articles_bottom article .thumb a img {
    width: 100%;
    height: auto;
  }
  .front_page .articles_bottom article .text_block {
    width: auto;
    height: auto;
    background: #FFF;
  }
  .front_page .articles_bottom article .text_block h1 {
    font-size: 1.38rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .front_page .articles_bottom article .text_block .publish_date {
    margin-bottom: 15px;
  }
  .front_page .articles_bottom article .text_block .lead {
    font-size: 0.88rem;
    line-height: 1.4;
  }
}

@media all and (min-width: 769px) {
  /* ---------------------------------------------------------
  ■ category
  --------------------------------------------------------- */
  .category_page .latest_category {
    margin-bottom: 60px;
  }
  .category_page .latest_category h1.category_ttl {
    background: #FFF;
    border-bottom: 1px solid #3a4047;
    font-size: 1.63rem;
    font-weight: bold;
    padding: 25px 5px;
    line-height: 1;
    margin-bottom: 25px;
  }
  .category_page .latest_category .article_first {
    margin-bottom: 50px;
  }
  .category_page .latest_category .article_first .thumb {
    float: left;
    line-height: 0;
    width: 580px;
    height: 360px;
    overflow: hidden;
    background-color: #FFF;
  }
  .category_page .latest_category .article_first .thumb a {
    line-height: 0;
  }
  .category_page .latest_category .article_first .text_block {
    float: left;
    background: #FFF;
    width: 520px;
    height: 300px;
    padding: 30px;
  }
  .category_page .latest_category .article_first .text_block h1 {
    font-size: 1.38rem;
    font-weight: bold;
    line-height: 1.31;
    margin-bottom: 10px;
  }
  .category_page .latest_category .article_first .publish_date {
    margin-bottom: 10px;
  }
  .category_page .latest_category .article_first .lead {
    font-size: 0.88rem;
    line-height: 1.5;
  }
  .category_page .latest_category .article_second article {
    width: 565px;
    float: left;
  }
  .category_page .latest_category .article_second article:first-child {
    margin-right: 30px;
  }
  .category_page .latest_category .article_second article .thumb {
    width: 565px;
    height: 350px;
    overflow: hidden;
    float: left;
    line-height: 0;
    background-color: #FFF;
  }
  .category_page .latest_category .article_second article .thumb a {
    line-height: 0;
  }
  .category_page .latest_category .article_second article .text_block {
    float: left;
    background: #FFF;
    width: 505px;
    height: 180px;
    padding: 30px;
  }
  .category_page .latest_category .article_second article .text_block h1 {
    font-size: 1.13rem;
    font-weight: bold;
    line-height: 1.31;
    margin-bottom: 10px;
  }
  .category_page .latest_category .article_second article .publish_date {
    margin-bottom: 10px;
  }
  .category_page .latest_category .article_second article .lead {
    font-size: 0.88rem;
    line-height: 1.5;
  }
  .category_page .popular_area {
    margin-bottom: 60px;
  }
  .category_page .popular_area h1.most_popular {
    text-align: center;
    color: #489bd2;
    font-size: 1.57rem;
    font-weight: bold;
    line-height: 0.9;
    padding: 30px 0 20px;
    border-bottom: 2px solid #489bd2;
    margin-bottom: 20px;
    background: #FFF;
  }
  .category_page .popular_area h1.most_popular .ja {
    font-weight: bold;
    font-size: 0.88rem;
  }
  .category_page .popular_area li {
    margin-bottom: 25px;
    width: 270px;
    float: left;
    margin-right: 27px;
  }
  .category_page .popular_area li:nth-child(4n-1) {
    margin-right: 26px;
  }
  .category_page .popular_area li:nth-child(4n) {
    margin-right: 0;
  }
  .category_page .popular_area .thumb {
    line-height: 0;
    width: 270px;
    height: 167px;
    overflow: hidden;
  }
  .category_page .popular_area .thumb a {
    line-height: 0;
  }
  .category_page .popular_area .text_block {
    width: 240px;
    height: 162px;
    padding: 15px;
    background: #FFF;
  }
  .category_page .popular_area .text_block h1 {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .category_page .other_articles {
    background: #FFF;
    padding: 40px;
    margin-bottom: 60px;
  }
  .category_page .other_articles article {
    padding: 30px 0;
    border-bottom: 1px solid #efefef;
  }
  .category_page .other_articles article:last-child {
    border-bottom: none;
  }
  .category_page .other_articles article .thumb {
    float: left;
    width: 430px;
    height: 266px;
    overflow: hidden;
    line-height: 0;
  }
  .category_page .other_articles article .thumb a {
    line-height: 0;
  }
  .category_page .other_articles article .text_block {
    width: 630px;
    height: 162px;
    background: #FFF;
    float: left;
    margin-left: 20px;
  }
  .category_page .other_articles article .text_block h1 {
    font-size: 1.38rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .category_page .other_articles article .text_block .publish_date {
    margin-bottom: 15px;
  }
  .category_page .other_articles article .text_block .lead {
    font-size: 0.88rem;
    line-height: 1.4;
  }
}

@media all and (max-width: 768px) {
  /* ---------------------------------------------------------
  ■ category
  --------------------------------------------------------- */
  .category_page .latest_category {
    margin-bottom: 60px;
    background: #FFF;
  }
  .category_page .latest_category h1.category_ttl {
    border-bottom: 1px solid #3a4047;
    font-size: 1.07rem;
    font-weight: bold;
    padding: 25px;
    line-height: 1.3;
    margin: 25px 0;
  }
  .category_page .latest_category .article_first {
    padding: 30px 15px;
    background: #FFF;
    margin-bottom: 30px;
    border-bottom: 1px solid #efefef;
  }
  .category_page .latest_category .article_first .thumb {
    line-height: 0;
    margin-bottom: 30px;
  }
  .category_page .latest_category .article_first .thumb a {
    line-height: 0;
  }
  .category_page .latest_category .article_first .thumb a img {
    width: 100%;
    height: auto;
  }
  .category_page .latest_category .article_first .text_block {
    background: #FFF;
    width: auto;
    height: auto;
  }
  .category_page .latest_category .article_first .text_block h1 {
    font-size: 1.13rem;
    font-weight: bold;
    line-height: 1.31;
    margin-bottom: 10px;
  }
  .category_page .latest_category .article_first .publish_date {
    margin-bottom: 10px;
  }
  .category_page .latest_category .article_first .lead {
    font-size: 0.88rem;
    line-height: 1.5;
  }
  .category_page .latest_category .article_second {
    padding: 0 15px;
  }
  .category_page .latest_category .article_second article {
    width: auto;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #efefef;
  }
  .category_page .latest_category .article_second article .thumb {
    line-height: 0;
    margin-bottom: 20px;
  }
  .category_page .latest_category .article_second article .thumb img {
    width: 100%;
    height: auto;
  }
  .category_page .latest_category .article_second article .thumb a {
    line-height: 0;
  }
  .category_page .latest_category .article_second article .text_block {
    background: #FFF;
    width: auto;
    height: auto;
  }
  .category_page .latest_category .article_second article .text_block h1 {
    font-size: 1.13rem;
    font-weight: bold;
    line-height: 1.31;
    margin-bottom: 10px;
  }
  .category_page .latest_category .article_second article .publish_date {
    margin-bottom: 10px;
  }
  .category_page .latest_category .article_second article .lead {
    font-size: 0.88rem;
    line-height: 1.5;
  }
  .category_page .popular_area {
    margin-bottom: 30px;
    padding: 0 15px;
  }
  .category_page .popular_area h1.most_popular {
    text-align: center;
    color: #489bd2;
    font-size: 1.57rem;
    font-weight: bold;
    line-height: 0.9;
    padding: 30px 0 20px;
    border-bottom: 2px solid #489bd2;
    margin-bottom: 20px;
    background: #FFF;
  }
  .category_page .popular_area h1.most_popular .ja {
    font-weight: bold;
    font-size: 0.88rem;
  }
  .category_page .popular_area li {
    margin-bottom: 25px;
    width: auto;
  }
  .category_page .popular_area .thumb {
    line-height: 0;
  }
  .category_page .popular_area .thumb a {
    line-height: 0;
  }
  .category_page .popular_area .thumb a img {
    width: 100%;
    height: auto;
  }
  .category_page .popular_area .text_block {
    width: auto;
    height: auto;
    padding: 15px;
    background: #FFF;
  }
  .category_page .popular_area .text_block h1 {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .category_page .other_articles {
    background: #FFF;
    padding: 15px;
    margin-bottom: 60px;
  }
  .category_page .other_articles article {
    padding: 30px 0;
    border-bottom: 1px solid #efefef;
  }
  .category_page .other_articles article:last-child {
    border-bottom: none;
  }
  .category_page .other_articles article .thumb {
    float: left;
    line-height: 0;
    margin-bottom: 20px;
  }
  .category_page .other_articles article .thumb a {
    line-height: 0;
  }
  .category_page .other_articles article .thumb a img {
    width: 100%;
    height: auto;
  }
  .category_page .other_articles article .text_block {
    width: auto;
    height: auto;
    background: #FFF;
  }
  .category_page .other_articles article .text_block h1 {
    font-size: 1.38rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .category_page .other_articles article .text_block .publish_date {
    margin-bottom: 15px;
  }
  .category_page .other_articles article .text_block .lead {
    font-size: 0.88rem;
    line-height: 1.4;
  }
}

@media all and (min-width: 769px) {
  /* ---------------------------------------------------------
  ■ search
  --------------------------------------------------------- */
  .search_page h1.search_result {
    background: #FFF;
    border-bottom: 1px solid #3a4047;
    font-size: 1.63rem;
    font-weight: bold;
    padding: 25px 5px;
    line-height: 1;
    margin-bottom: 25px;
  }
  .articles_bottom {
    background: #FFF;
    padding: 0 30px;
    margin-bottom: 60px;
  }
  .articles_bottom h1.no {
    background: #FFF;
    font-size: 1.13rem;
    font-weight: bold;
    padding: 25px 5px;
  }
  .articles_bottom article {
    padding: 30px 0;
    border-bottom: 1px solid #efefef;
  }
  .articles_bottom article:last-child {
    border-bottom: none;
  }
  .articles_bottom article .thumb {
    float: left;
    line-height: 0;
  }
  .articles_bottom article .thumb a {
    line-height: 0;
  }
  .articles_bottom article .text_block {
    width: 630px;
    height: 162px;
    background: #FFF;
    float: left;
    margin-left: 20px;
  }
  .articles_bottom article .text_block h1 {
    font-size: 1.38rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .articles_bottom article .text_block .publish_date {
    margin-bottom: 15px;
  }
  .articles_bottom article .text_block .lead {
    font-size: 0.88rem;
    line-height: 1.4;
  }
}

@media all and (max-width: 768px) {
  /* ---------------------------------------------------------
  ■ search
  --------------------------------------------------------- */
  .search_page .search_ttl {
    background: #FFF;
    padding-bottom: 25px;
  }
  .search_page h1.search_result {
    border-bottom: 1px solid #3a4047;
    font-size: 1.07rem;
    font-weight: bold;
    padding: 25px;
    line-height: 1.3;
    margin: 25px 0 0;
    background: #FFF;
  }
  .articles_bottom {
    background: #FFF;
    padding: 0 15px;
    margin-bottom: 60px;
  }
  .articles_bottom h1.no {
    background: #FFF;
    font-size: 1.13rem;
    font-weight: bold;
    padding: 25px 5px 50px;
  }
  .articles_bottom article {
    padding: 30px 0;
    border-bottom: 1px solid #efefef;
  }
  .articles_bottom article:last-child {
    border-bottom: none;
  }
  .articles_bottom article .thumb {
    line-height: 0;
    margin-bottom: 20px;
  }
  .articles_bottom article .thumb a {
    line-height: 0;
  }
  .articles_bottom article .thumb a img {
    width: 100%;
    height: auto;
  }
  .articles_bottom article .text_block {
    width: auto;
    height: auto;
    background: #FFF;
  }
  .articles_bottom article .text_block h1 {
    font-size: 1.38rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .articles_bottom article .text_block .publish_date {
    margin-bottom: 15px;
  }
  .articles_bottom article .text_block .lead {
    font-size: 0.88rem;
    line-height: 1.4;
  }
}

@media all and (min-width: 769px) {
  /* ---------------------------------------------------------
  ■ post
  --------------------------------------------------------- */
  .post_page .post_contents {
    background: #FFF;
    padding: 30px 0;
    margin-bottom: 60px;
  }
  .post_page .post_contents .post_wrapper {
    width: 700px;
    margin: 0 auto;
  }
  .post_page .post_contents .title_wrapper {
    position: relative;
    margin-bottom: 30px;
  }
  .post_page .post_contents .sns_wrapper {
    width: 100px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
  }
  .post_page .post_contents .sns_wrapper li {
    display: inline-block;
    margin: 0 3px;
  }
  .post_page .post_contents .publish_date {
    margin-bottom: 15px;
  }
  .post_page .post_contents h1.post_title {
    font-size: 1.76rem;
    line-height: 1.2;
    font-weight: bold;
  }
  .post_page .related_area {
    background: #FFF;
    margin-bottom: 60px;
  }
  .post_page .related_area .related_articles_list {
    padding: 40px;
  }
  .post_page .related_area h1.related_articles {
    text-align: center;
    color: #489bd2;
    font-size: 1.57rem;
    font-weight: bold;
    line-height: 0.9;
    padding: 30px 0 20px;
    border-bottom: 2px solid #489bd2;
    margin-bottom: 20px;
  }
  .post_page .related_area h1.related_articles .ja {
    font-weight: bold;
    font-size: 0.88rem;
  }
  .post_page .related_area article {
    padding: 30px 0;
    border-bottom: 1px solid #efefef;
  }
  .post_page .related_area article:last-child {
    border-bottom: none;
  }
  .post_page .related_area article .thumb {
    float: left;
    line-height: 0;
  }
  .post_page .related_area article .thumb a {
    line-height: 0;
  }
  .post_page .related_area article .text_block {
    width: 630px;
    height: 162px;
    background: #FFF;
    float: left;
    margin-left: 20px;
  }
  .post_page .related_area article .text_block h1 {
    font-size: 1.38rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .post_page .related_area article .text_block .publish_date {
    margin-bottom: 15px;
  }
  .post_page .related_area article .text_block .lead {
    font-size: 0.88rem;
    line-height: 1.4;
  }
  .post_page .popular_area {
    margin-bottom: 60px;
  }
  .post_page .popular_area h1.most_popular {
    text-align: center;
    color: #489bd2;
    font-size: 1.57rem;
    font-weight: bold;
    line-height: 0.9;
    padding: 30px 0 20px;
    border-bottom: 2px solid #489bd2;
    margin-bottom: 20px;
    background: #FFF;
  }
  .post_page .popular_area h1.most_popular .ja {
    font-weight: bold;
    font-size: 0.88rem;
  }
  .post_page .popular_area li {
    margin-bottom: 25px;
    width: 270px;
    float: left;
    margin-right: 27px;
  }
  .post_page .popular_area li:nth-child(4n-1) {
    margin-right: 26px;
  }
  .post_page .popular_area li:nth-child(4n) {
    margin-right: 0;
  }
  .post_page .popular_area .thumb {
    line-height: 0;
  }
  .post_page .popular_area .thumb a {
    line-height: 0;
  }
  .post_page .popular_area .text_block {
    width: 240px;
    height: 162px;
    padding: 15px;
    background: #FFF;
  }
  .post_page .popular_area .text_block h1 {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .post_page .keywords_area {
    background: #FFF;
    margin-bottom: 60px;
  }
  .post_page .keywords_area h1 {
    text-align: center;
    color: #489bd2;
    font-size: 1.57rem;
    font-weight: bold;
    line-height: 0.9;
    padding: 30px 0 20px;
    border-bottom: 2px solid #489bd2;
    margin-bottom: 20px;
  }
  .post_page .keywords_area h1 .ja {
    font-weight: bold;
    font-size: 0.88rem;
  }
  .post_page .keywords_area .keyword_list {
    text-align: center;
    padding: 10px 0 20px;
  }
  .post_page .keywords_area .keyword_list li {
    display: inline-block;
    margin: 0 10px 10px;
  }
  .post_page .keywords_area .keyword_list li a {
    display: inline-block;
    border: 1px solid #489bd2;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    font-size: 0.88rem;
    height: 14px;
    line-height: 1;
    padding: 13px 20px;
    color: #489bd2;
    font-weight: bold;
    text-align: center;
    transition: all 0.2s;
  }
  .post_page .keywords_area .keyword_list li a:hover {
    background: #489bd2;
    color: #FFF;
    opacity: 1;
  }
  /*contents_detail settings*/
  .post_page article.contents_detail {
    font-size: 0.88rem;
    line-height: 1.6;
  }
  .post_page article.contents_detail p {
    font-size: 0.88rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
  }
  .post_page article.contents_detail p.center {
    text-align: center;
  }
  .post_page article.contents_detail p.dib {
    text-align: center;
  }
  .post_page article.contents_detail p.dib span {
    display: inline-block;
    text-align: left;
    line-height: 1.6;
  }
  .post_page article.contents_detail img {
    max-width: 100%;
    height: auto;
  }
  .post_page article.contents_detail h2 {
    border: 1px solid #3a4047;
    padding: 15px 20px;
    font-size: 1.13rem;
    font-weight: bold;
    line-height: 1;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
  }
  .post_page article.contents_detail h3 {
    font-weight: bold;
    font-size: 1rem;
    margin-top: 3rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
  }
  .post_page article.contents_detail ol {
    margin-bottom: 1.5rem;
    font-size: 0.88rem;
  }
  .post_page article.contents_detail ol li {
    list-style: decimal;
    line-height: 1.6;
    font-size: 0.88rem;
    margin-left: 0.88rem;
    margin-bottom: 5px;
  }
  .post_page article.contents_detail ul {
    margin-bottom: 1.5rem;
    font-size: 0.88rem;
  }
  .post_page article.contents_detail ul li {
    list-style: disc;
    line-height: 1.6;
    font-size: 0.88rem;
    margin-left: 0.88rem;
    margin-bottom: 5px;
  }
  .post_page article.contents_detail a.button {
    background-color: #f1f1f1;
    border: solid 1px #ddd;
    margin: 0 auto;
    color: #3a4047;
    display: block;
    padding: 15px;
    max-width: 500px;
    text-align: center;
    text-decoration: none;
  }
}

@media all and (max-width: 768px) {
  /* ---------------------------------------------------------
  ■ post
  --------------------------------------------------------- */
  .post_page .post_contents {
    background: #FFF;
    padding: 30px 0;
    margin-bottom: 60px;
    margin-top: 20px;
  }
  .post_page .post_contents .post_wrapper {
    width: auto;
    margin: 0 auto;
  }
  .post_page .post_contents .title_wrapper {
    position: relative;
    margin-bottom: 30px;
    padding: 0 15px;
  }
  .post_page .post_contents .sns_wrapper {
    width: auto;
    text-align: center;
    position: absolute;
    top: 0;
    right: 10px;
  }
  .post_page .post_contents .sns_wrapper li {
    display: inline-block;
  }
  .post_page .post_contents .sns_wrapper li a {
    padding: 5px;
  }
  .post_page .post_contents .sns_wrapper li a img {
    width: 30px;
    height: auto;
  }
  .post_page .post_contents .publish_date {
    margin-bottom: 15px;
  }
  .post_page .post_contents h1.post_title {
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: bold;
  }
  .post_page .related_area {
    background: #FFF;
    margin-bottom: 30px;
  }
  .post_page .related_area .related_articles_list {
    padding: 15px;
  }
  .post_page .related_area h1.related_articles {
    text-align: center;
    color: #489bd2;
    font-size: 1.57rem;
    font-weight: bold;
    line-height: 0.9;
    padding: 30px 0 20px;
    border-bottom: 2px solid #489bd2;
    margin-bottom: 20px;
  }
  .post_page .related_area h1.related_articles .ja {
    font-weight: bold;
    font-size: 0.88rem;
  }
  .post_page .related_area article {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #efefef;
  }
  .post_page .related_area article:last-child {
    border-bottom: none;
  }
  .post_page .related_area article .thumb {
    line-height: 0;
    margin-bottom: 20px;
  }
  .post_page .related_area article .thumb a {
    line-height: 0;
  }
  .post_page .related_area article .thumb a img {
    width: 100%;
    height: auto;
  }
  .post_page .related_area article .text_block {
    width: auto;
    height: auto;
    background: #FFF;
  }
  .post_page .related_area article .text_block h1 {
    font-size: 1.38rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .post_page .related_area article .text_block .publish_date {
    margin-bottom: 15px;
  }
  .post_page .related_area article .text_block .lead {
    font-size: 0.88rem;
    line-height: 1.4;
  }
  .post_page .popular_area {
    margin-bottom: 30px;
    padding: 0 15px;
  }
  .post_page .popular_area h1.most_popular {
    text-align: center;
    color: #489bd2;
    font-size: 1.57rem;
    font-weight: bold;
    line-height: 0.9;
    padding: 30px 0 20px;
    border-bottom: 2px solid #489bd2;
    margin-bottom: 20px;
    background: #FFF;
  }
  .post_page .popular_area h1.most_popular .ja {
    font-weight: bold;
    font-size: 0.88rem;
  }
  .post_page .popular_area li {
    margin-bottom: 25px;
    width: auto;
  }
  .post_page .popular_area .thumb {
    line-height: 0;
  }
  .post_page .popular_area .thumb a {
    line-height: 0;
  }
  .post_page .popular_area .thumb a img {
    width: 100%;
    height: auto;
  }
  .post_page .popular_area .text_block {
    width: auto;
    height: auto;
    padding: 15px;
    background: #FFF;
  }
  .post_page .popular_area .text_block h1 {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .post_page .keywords_area {
    background: #FFF;
    margin-bottom: 60px;
  }
  .post_page .keywords_area h1 {
    text-align: center;
    color: #489bd2;
    font-size: 1.57rem;
    font-weight: bold;
    line-height: 0.9;
    padding: 30px 0 20px;
    border-bottom: 2px solid #489bd2;
    margin-bottom: 20px;
  }
  .post_page .keywords_area h1 .ja {
    font-weight: bold;
    font-size: 0.88rem;
  }
  .post_page .keywords_area .keyword_list {
    text-align: center;
    padding: 10px 0 20px;
  }
  .post_page .keywords_area .keyword_list li {
    display: inline-block;
    margin: 0 10px 10px;
  }
  .post_page .keywords_area .keyword_list li a {
    display: inline-block;
    border: 1px solid #489bd2;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    font-size: 0.88rem;
    height: 14px;
    line-height: 1;
    padding: 13px 20px;
    color: #489bd2;
    font-weight: bold;
    text-align: center;
    transition: all 0.2s;
  }
  .post_page .keywords_area .keyword_list li a:hover {
    background: #489bd2;
    color: #FFF;
    opacity: 1;
  }
  /*contents_detail settings*/
  .post_page article.contents_detail {
    font-size: 0.88rem;
    line-height: 1.6;
  }
  .post_page article.contents_detail p {
    font-size: 0.88rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    padding: 0 15px;
  }
  .post_page article.contents_detail p img {
    width: 100%;
    height: auto;
  }
  .post_page article.contents_detail p.center {
    text-align: center;
    padding: 0 15px;
  }
  .post_page article.contents_detail p.dib {
    text-align: center;
    padding: 0 15px;
  }
  .post_page article.contents_detail p.dib span {
    display: inline-block;
    text-align: left;
    line-height: 1.6;
  }
  .post_page article.contents_detail h2 {
    border: 1px solid #3a4047;
    padding: 15px 20px;
    font-size: 1.13rem;
    font-weight: bold;
    line-height: 1.3;
    margin: 3rem 15px 1.5rem;
  }
  .post_page article.contents_detail h3 {
    font-weight: bold;
    font-size: 1rem;
    margin-top: 3rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
    padding: 0 15px;
    line-height: 1.3;
  }
  .post_page article.contents_detail ol {
    padding: 0 15px;
  }
  .post_page article.contents_detail ol li {
    list-style: decimal;
    line-height: 1.6;
    font-size: 0.88rem;
    margin-left: 0.88rem;
    margin-bottom: 5px;
  }
  .post_page article.contents_detail ul {
    padding: 0 15px;
  }
  .post_page article.contents_detail ul li {
    list-style: disc;
    line-height: 1.6;
    font-size: 0.88rem;
    margin-left: 0.88rem;
    margin-bottom: 5px;
  }
  .post_page article.contents_detail a.button {
    background-color: #f1f1f1;
    border: solid 1px #ddd;
    margin: 0 auto;
    color: #3a4047;
    display: block;
    padding: 15px;
    max-width: 500px;
    text-align: center;
    text-decoration: none;
  }
}

/* ---------------------------------------------------------
  ■ TOPバナー追加分
  --------------------------------------------------------- */
.front_page .top-bnr {
	margin-bottom: 60px;
}

.front_page .top-bnr a img {
	width: 100%;
}

@media all and (max-width: 768px) {
	.front_page .top-bnr {
		margin-bottom: 30px;
		margin-top: -30px;
	}
}

