@charset "UTF-8";
/*
Theme Name: ブログシステム テンプレート

Author: 株式会社ProntoNet
Author URI: https://www.prontonet.ne.jp/
*/
/* ----------------------------- リセット */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var, b, i,
dl dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
}

/*body{line-height:1;}*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

input, select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  /*font-size:0;*/
  line-height: 0;
}

sup {
  font-size: 8px;
}

em {
  font-style: normal;
}

div:before, div:after, ul:before, ul:after, ol:before, ol:after, dl:before, dl:after {
  content: "";
  display: block;
}

div:after, ul:after, ol:after, dl:after {
  clear: both;
}

div, ul, ol, dl {
  zoom: 1;
}

ul#wp-admin-bar-root-default:after {
  clear: none;
}

/* =======================================
記事詳細
========================================*/
#entrybody {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 0;
  word-break: break-all;
  line-height: 180%;
}
#entrybody a {
  color: #22ABD8;
  text-decoration: underline;
}
#entrybody a:hover {
  text-decoration: none;
}
#entrybody ul, #entrybody ol {
  margin-top: 12px;
  margin-bottom: 12px;
  list-style-position: inside;
  text-align: left;
}
#entrybody ul ul, #entrybody ul ol, #entrybody ol ul, #entrybody ol ol {
  margin-left: 2em;
}
#entrybody ul li, #entrybody ol li {
  text-align: left;
}
#entrybody ul {
  list-style-type: disc;
}
#entrybody ol {
  list-style-type: decimal;
}
#entrybody li ul {
  margin-top: 3px;
}
#entrybody li li {
  font-size: 13px;
  font-size: 1.3rem;
}
#entrybody strong,
#entrybody strong span {
  font-weight: bold !important;
}
#entrybody span strong,
#entrybody del strong,
#entrybody em strong {
  font-weight: bold !important;
}
#entrybody em {
  font-style: italic !important;
}
#entrybody dfn {
  font-style: normal;
  border-bottom: 1px dotted #333;
}
#entrybody p {
  line-height: 180%;
  margin-bottom: 1.2em;
  clear: both;
  *zoom: 1;
}
#entrybody p:after {
  display: block;
  content: "";
  clear: both;
}
#entrybody blockquote {
  margin-top: 15px;
  margin-bottom: 15px;
  background: #d6e1e1;
  border-radius: 10px;
  padding: 4.545% 5%;
}
#entrybody blockquote cite {
  font-style: italic;
}
#entrybody blockquote p:last-child {
  margin-bottom: 0;
}
#entrybody blockquote a {
  color: #333;
}
#entrybody img {
  margin-bottom: 1em;
}
#entrybody iframe {
  max-width: 100%;
}
#entrybody .u-youtube-wrap {
  padding-top: 56.25%;
}
#entrybody h1 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 150%;
  color: #27928c;
}
#entrybody h2 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 150%;
  border-bottom: 1px solid #DADADA;
  padding-bottom: 25px;
  margin-bottom: 35px;
  position: relative;
  margin-top: 50px;
}
#entrybody h2:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 180px;
  border-bottom: 4px solid #000000;
}
#entrybody h3 {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 150%;
}
#entrybody h4 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 150%;
}
#entrybody h5 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 150%;
}
#entrybody h6 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 150%;
}
#entrybody table {
  width: 100%;
}
#entrybody table thead {
  background-color: #000000;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
}
#entrybody table thead th,
#entrybody table thead td {
  border-color: #fff;
}
#entrybody table th,
#entrybody table td {
  border: 1px solid #d7e2e2;
  padding: 6px 8px;
  text-align: left;
}
#entrybody table th {
  font-weight: bold;
}

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 20px;
  margin-top: 4px;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 20px;
  margin-top: 4px;
}

.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}

.wp-caption {
  border: none;
  background: #f1f1f1;
  color: #888;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  text-align: center;
  margin-bottom: 20px;
  padding: 4px;
  border-radius: 0;
}
.wp-caption img {
  margin: 5px;
}
.wp-caption p.wp-caption-text {
  margin-bottom: 4px;
}

.wp-smiley {
  margin: 0;
}

body#tinymce ul,
body#tinymce ol {
  margin-bottom: 1.5em;
}
body#tinymce ul li {
  list-style: disc;
}
body#tinymce ol li {
  list-style: decimal;
}

@media screen and (max-width: 768px) {
  #entrybody {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .alignleft,
  img.alignleft {
    margin-right: 0;
    float: none;
  }

  .alignright,
  img.alignright {
    margin-left: 0;
    float: none;
  }

  img.alignleft,
  img.alignright,
  img.aligncenter {
    margin-bottom: 10px !important;
  }
}
/* ----------------------------- 全体 */
html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 400;
  line-height: 180%;
  color: #000;
  background-color: #fff;
  position: relative;
  -webkit-text-size-adjust: 100%;
  min-width: 1200px;
}
body br {
  font-family: sans-serif;
}

::-webkit-input-placeholder {
  color: #dbdbdb;
}

:-ms-input-placeholder {
  color: #dbdbdb;
}

::-moz-placeholder {
  color: #dbdbdb;
}

::-placeholder {
  color: #dbdbdb;
}

a {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #000000;
  text-decoration: underline;
}
a, a img {
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
a:hover {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
img,
.bx-wrapper img {
  max-width: 100%;
  height: auto;
}



body{
    /*background: #E6F3F1;*/
}

.wid{
    width: 1170px;
    margin: 0 auto;
}


/*=======================================
ヘッダー
=========================================*/

.l-header{
    background: #27928C;
    /*padding: 30px 0 50px;*/
    /* padding: 30px 0;*/
    position: relative;
    min-height: 80px;
}

.l-header .blog_nm{
    filter: drop-shadow(1px 1px 3px #0b2524);
    font-size: 1.5em;
}


.l-header .pc-menu{
    text-align: right;
    position: absolute;
    z-index: 2;
    filter: drop-shadow(1px 1px 3px #0b2524);
    right: 50%;
}
.l-header .pc-menu li{
    margin-left: 25px;
    font-size: 1.2em;

}
.l-header .pc-menu li a{
    text-decoration: none;
}
.l-header .pc-menu li a:hover{
    opacity: 0.8;
}

.l-header > div{
    padding: 28px 0;
}
.l-header a:hover{
    text-decoration: none;
}

.l-header a{
    color: #FFF;
  /*  font-size: 2.1em;*/
    line-height: 1em;
  /*  font-weight: bold;*/
}
.l-header p{
    color: #FFF;
    font-size: 1em;
    line-height: 1em;
    margin-top: 10px;
}


.l-header .t_slide img {
    max-height: 500px;
    height: auto;
    width: 100%;
    margin: 0 auto;
    object-fit: cover;
}
.is-home .l-header {
  background-color: #fff;
}
.l-header .site_title {
  padding-top: 16px;
  padding-bottom: 16px;

    display: flex;
    align-items: center;
    height: 3em;

}





.l-header .site_title .site_title_logo {
  display: inline-block;
  vertical-align: top;
  width: 13.4%;
  vertical-align: middle;
}
.is-home .l-header .site_title .site_title_logo img {
  width: 100%;
}
.l-header .site_title .site_title_txt {
  display: inline-block;
 /* margin-left: 10px; logo有 */
  vertical-align: middle;
}


@media screen and (min-width: 768px) {

  .is-home .l-header .site_title {
      display: block;
  }


  .l-header .pc-menu{
    top: 20px;
    margin-right: -585px;
  }
  .l-header .pc-menu li{
    display: inline-block;
    text-align: center;
    line-height: 1.1em;
  }


  .l-header .t_slide {
    width: 66%;
    margin-left: auto;
    position: relative;
  }

  .slick-dots {
      bottom: 20px !important;
      text-align: right !important;
      margin: 0 auto !important;
      right: 0;
      left: 0;
      z-index: 99;
      position: static !important;
  }


   .l-header .t_slide  .slick-dots{
    width: 90% !important;
    text-align: center !important;
  }
   .l-header .t_slide  .slick-dots li {
    background-color: #aaa;
    border-radius: 50%;
    width: 10px !important;
    height: 10px !important;
  }
   .l-header .t_slide  .slick-dots li.slick-active {
    background: #27928c !important;
  }

   .l-header .t_slide  .slick-dots li button {
    text-indent: -300vw;
  }


   .l-header .site_title {
    position: absolute;
    top: 0;
    /* line-height: 1.8; */
    left: 50%;
    margin-left: -585px;

    z-index: 10;
  }

  .is-home .l-header .site_title {
    top: 180px;
    left: 0;
    text-align: center;
    width: 33%;
    margin: 0;
  }

  .is-home .l-header .blog_nm{
    font-size: 3.5em;
    font-size: clamp(1.6em, 2.6vw ,3.15em);
    font-weight: bold;
    color: #27928c;
    white-space: nowrap;
    filter: none;
    display: inline-block;
    text-align: left;
    line-height: 1.2;
  }

  .is-home .l-header .site_title .site_title_logo {
    box-sizing: border-box;
    padding-left: 15px;
  }


}




@media screen and (min-width: 768px) and (max-width:1440px) {
  .is-home .l-header .site_title {
    top: 36%;
  }
}

@media screen and (max-width: 767px) {
  .l-header {
      min-height: 74px;
  }


  .l-header > div{
      padding: 18px 0;
  }

  .l-header .site_title{
      z-index: 10;
      margin: 0px 15px;
      position: absolute;
      margin-right: 0px;
      transition: all .5s;
      /* background-color: #fff; */
      width: calc(100% - 30px);
      /*box-sizing: border-box;*/
      /* height: 60px;*/
      /* filter: drop-shadow(1px 1px 3px #0b2524); */
  }
  .site_title .blog_nm  {
    font-size: 1.45em;
  }


  .is-home .l-header .site_title {
    padding: 10px 0 0;
  }
  .is-home .site_title .blog_nm {
    color: #27928c;
    filter: none;
  }

  .l-header .site_title .site_title_logo{
    max-width: 40px;
  }
  .l-header .site_title .site_title_txt {
    width: calc(86.6% - 10px);
  }



   .l-header .t_slide .slick-dots{
    width: 100% !important;
    box-sizing: border-box;
    text-align: center !important;
  }
   .l-header .t_slide .slick-dots li {
    background-color: #aaa;
    border-radius: 50%;
    width: 8px !important;
    height: 8px !important;
  }

   .l-header .t_slide .slick-dots li  button {
    text-indent: -300vw;
  }
   .l-header .t_slide .slick-dots li.slick-active {
    background: #27928c !important;
  }


  .l-header a{
/*
      margin-right: 50px;
      display: inline-block;
      line-height: 1.2em;
      font-size: 1.7em;
*/
      width: 80vw;
      display: inline-block;
      line-height: 1.2em;

  }
  .l-header p{
      line-height: 1.4em;
  }

  .l-header .t_slide {
    padding-top: 60px;
  }

}

@media screen and (max-width:320px) {
  .sp-menu li a {
    font-size: 90%;
  }
}

@media screen and (max-width:310px) {
  .site_title .blog_nm {
    font-size: 1.3em;
  }
}

/*=======================================
ページタイトル
=========================================*/
/*=======================================
パンくず
=========================================*/
/*=======================================
コンテンツ
=========================================*/


.l-contents{
    /*margin-top: -25px;*/
    margin-top: 35px;
}

.l-main_box{
    width: 790px;
    float: left;
}

@media screen and (min-width: 767px) {
    .l-main_box{
        min-height: 600px;
    }

    .r-rank{
        width: 350px;
        float: right;
        margin-bottom: 10px;
        position: relative;
    }
}

@media screen and (max-width: 767px) {
    .r-rank{
        margin-top: 70px;
        position: relative;
    }

}


.l-side_box{
    width: 350px;
    float: right;
    clear: right;
}

.l-side_box .s_box{
    background: #FFF;
}

@media screen and (min-width: 767px) {
  /*.l-main_box,*/ 
  .l-side_box .s_box .as_box{
      padding: 18px;
      box-sizing: border-box;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      border: 1px #E6F3F1 solid;
      margin-bottom: 25px;
  }

}
@media screen and (max-width: 767px) {
  .l-side_box .s_box{
      padding: 18px;
  }

}


.sp-menu{
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 3.5vw;
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}
.sp-menu li{
    display: inline-block;
    text-align: center;
    width: 100%;

    border: 1px #fff solid;
    margin: -1px;
}
.sp-menu li a{
    display: block;
    padding: 6vw 0;
    line-height: 1.5em;

    background: #27928c;
    color: #FFF;
}



.p-news-detail {
    position: relative;
}
.p-news__heading{
    margin-bottom: 30px;
    font-size: 1.1em;
}

.sns{
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
}

.page_title{
/*
    color: #26928C;
    font-size: 1.4em;
    line-height: 1em;
    border-left: 6px #26928C solid;
    padding: 2px;
    padding-left: 11px;
    margin-bottom: 15px;
*/
    font-weight: normal;
    margin-top: 0;
    border-bottom: 5px #27928c solid;
    margin-bottom: 20px;
    padding-bottom: 5px;
    font-size: 1.1em;
}
.page_title span {
    color: #27928c;
    margin-right: 4px;
    font-size: 0.95em;
}

.page_title_d{
    font-size: 1.5em;
    line-height: 1.1em;
    margin: 15px 0 15px;
}



.top_topics{
    margin-top: 20px;
}

.top_topics .post{
    /*width: 240px;*/
    /*margin-right: 30px;*/
    width: 383px;
    margin-right: 17px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 50px;
    
}

.post_cat{
    margin-top: 8px;
}
.post_cat span{
    display: inline-block;
    background: #27928c;
    color: #FFF;
    font-size: 0.9em;
    line-height: 1em;
    padding: 5px 8px;
    margin: 0 5px 5px 0;
}

.top_thumbnail{
    border-radius: 2px;
    width: 100%;
    height: 250px;
    object-fit: cover;
    margin-bottom: 8px;
}

.top_topics .post:nth-child(2n){
    margin-right: 0px;
}

.post h3{
    line-height: 1.4;
    color: #27928C;
    margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .post{
      font-size: 1.1em;
  }
  .post h3{
      font-size: 1.2em;
  }

}



#entrybody{
    margin-top: 20px;
}




.l-blog_archive h3{
    margin: 5px 0;
    font-size: 1.1em;
}

.l-blog_archive{
    margin-top: 30px;
}

.l-blog_archive .post{
    padding-left: 220px;
    position: relative;
    min-height: 125px;
    margin-bottom: 30px;
}

.archive_thumbnail{
    border-radius: 5px;
    width: 192px;
    height: 125px;
    object-fit: cover;
    margin-bottom: 5px;
    position: absolute;
    left: 0;
}

.l-blog_archive .post p{
    line-height: 1.6;
}





.l-blog_archive-mini{
    margin-top: 50px;
    padding-top: 15px;
    border-top: 1px #27928C dotted;
}

.l-blog_archive-mini .post{
    padding-left: 120px;
    padding-right: 10px;
    position: relative;
    min-height: 75px;
    margin-bottom: 25px;
    width: 390px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
}

.l-blog_archive-mini .archive_thumbnail{
    border-radius: 2px;
    width: 105px;
    height: 80px;
    object-fit: cover;
    margin-bottom: 5px;
    position: absolute;
    left: 0;
}
.l-blog_archive-mini h4{
    font-weight: normal;
    margin-bottom: 15px;
}


/*=======================================
サイドバー
=========================================*/

h4 span{
    color: #27928c;
    margin-right: 4px;
    font-size: 0.95em;
}


.l-side_box h4{
    font-weight: normal;
    margin-top: 20px;
    border-bottom: 5px #27928c solid;
    margin-bottom: 20px;
    padding-bottom: 5px;
    font-size: 1.1em;
}
.r-rank h4{
    font-weight: normal;
    margin-top: 0;
    border-bottom: 5px #27928c solid;
    margin-bottom: 20px;
    padding-bottom: 5px;
    font-size: 1.1em;
}
.site_link h4{
    font-weight: normal;
    margin-top: 20px;
    border-bottom: 5px #27928c solid;
    margin-bottom: 20px;
    padding-bottom: 5px;
    font-size: 1.1em;
}


.r-rank .post {
    padding-left: 120px;
    padding-right: 10px;
    position: relative;
    min-height: 100px;
    border-bottom: 1px #27928C dotted;
    margin-bottom: 16px;
    width: 395px;
    max-width: 100%;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
}
.r-rank .archive_thumbnail {
    border-radius: 2px;
    width: 105px;
    height: 80px;
    object-fit: cover;
    margin-bottom: 5px;
    position: absolute;
    left: 0;
}






.l-side_box ul{
}
.site_link ul li{
    margin-top: 5px;
    font-size: 0.95em;
    line-height: 1.4;
}
.site_link ul a{
 /*   color: #27928c;*/

    display: inline-block;
    border: 1px #27928c solid;
    color: #27928c;
    /*font-size: 0.9em;*/
    line-height: 1.2em;
    padding: 5px 8px;
    margin: 0 5px 3px 0;

    display: block;
    position: relative;
}

.site_link ul a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  width: 6px;
  height: 6px;
  margin: auto 0;
  transform-origin: center;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}



#searchform{
    background: #fff;
    border-radius: 15px;
    border: 1px solid #a0a0a0;
    padding-left: 10px;
    padding-right: 5px;
    margin-bottom: 30px;
    margin-top: 10px;

}

#searchform input[type="text"]{

    border: 0;
    width: calc(100% - 30px);
    font-size: 16px;
    font-size: 1.6rem;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

#searchform input[type="submit"] {
    border: 0;
    width: 25px;
    height: 25px;
    background: transparent url('/wp-content/themes/blog/img/common/icon_search.svg') no-repeat center;
    background-size: 15px 15px;
    text-indent: 150%;
    white-space: nowrap;
    overflow: hidden;
}


#c-calendar{
    padding: 0px 12px;
}
#c-calendar table{
    width: 100%;
    text-align: center;
}

#c-calendar p{
    text-align: right;
}
#c-calendar p a{
    color: #27928c;
    font-size: 0.9em;
}

#c-calendar thead th{
    padding-top: 10px;
    font-weight: normal;
}

#c-calendar td span {
    display: inline-block;
    width: 1.7em;
    height: 1.7em;
}
#c-calendar td a span {
    background: #e6f3f1;
    border-radius: 30px;
}
#c-calendar td.today span {
    border-radius: 30px;
    border: 1px #27928c solid;
}


.c-archive_link a{
    color: #27928c;
    display: inline-block;
    margin-right: 20px;
}
.c-archive_link div a:nth-child(3n){
    margin-right: 0px;
}


.c-site_link .link_btn{
    margin-bottom: 15px;
}
.c-site_link li:first-child{
    margin-top: 0px;
}
.c-site_link .link_btn a{
    display: inline-block;
    margin: 10px 0 0;
}


.c-site_link .acdn-area {
    clear: both;
    display: none;
}

.c-side_category{
    margin-bottom: 20px;

}
.c-side_category span a{
    display: inline-block;
    background: #27928c;
    color: #FFF;
    font-size: 0.9em;
    line-height: 1em;
    padding: 5px 8px;
    margin: 0 5px 5px 0;
}


#img-qr{
    margin-top: 10px;
}


.pgnt{
    text-align: center;
    margin-top: 50px;
}

.pgnt li{
    display: inline-block;
}
.pgnt li a{
    padding: 3px;
}


/* ページネーション */
.c-pagination {
  text-align: center !important;
  padding-top: 10px !important;
}
.c-pagination span.current, .c-pagination a:hover{
    background: #27928c !important;
    border-color: #27928c !important;
    color: #fff !important;
}

.c-pagination span, .c-pagination a{
    color: #27928c;
    border: 1px solid #27928c;
    border-radius: 50% !important;
    margin-left:10px !important;
    margin-top: 10px;
}
.c-pagination span:first-child, .c-pagination a:first-child {
  margin-left: 0 !important;
}

.c-pagination span.current {
  pointer-events: none !important;
}

.c-pagination a.next, .c-pagination a.prev {
  border: none !important;
  border-bottom: 1px solid !important;
  border-radius: 0 !important;
  background-color: transparent !important;
}
.c-pagination a.next:hover, .c-pagination a.prev:hover {
  color: #27928c;
  border-bottom: none !important;
}
.c-pagination span.dot {
  border: none !important;
}




/*=======================================
フッター
=========================================*/

.l-footer{
    margin-top: 70px;
    border-top: 1px #e6f3f1 solid;
}

.l-footer p.copy{
    font-size: 0.9em;
    background: #27928C;
    color: #e6f3f1;
    text-align: center;
    padding: 5px 0;
}

.l-footer__info{
    font-size: 0.9em;
    line-height: 1.4em;
    color: #666;
    padding: 20px 0px;
}
.l-footer__info h1 {
    margin-right: 25px;
}
.l-footer__info h1, .l-footer__info p {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}
.l-footer__info h1 a {
    font-size: 19px;
    color: #4b4847;
}


@media screen and (max-width: 767px) {
  .l-footer__info h1 {
      margin-bottom: 15px;
      margin-right: 5px;
  }
  .l-footer__info{
      padding: 15px 0px;
      text-align: center;
      line-height: 1.7em;
  }

}
/*=======================================
ページトップ
=========================================*/
/* ----------------------------- タブレット（768～1024px） */
/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 160%;
    min-width: initial;
  }


  .wid{
      width: auto;
      margin: 0 15px;
  }



  .l-main_box{
      width: auto;
      float: none;
  }

  .l-side_box{
      width: auto;
      float: none;
  }

  .l-side_box {
      background: rgb(0 0 0 / 40%);
      overflow: scroll;
      position: fixed;
      z-index: -10;
      width: 100%;
      height: 100%;
      top: -100%;
       -webkit-transition: 0.5s ease all; -moz-transition: 0.5s ease all; -ms-transition: 0.5s ease all; transition: 0.5s ease all; 

    opacity: 0;
    left: 0;
    padding-right: 100vw;
    
  }

  .l-side_box .s_box {
/*
      border-radius: 0px;
      border: 0;
      width: 290px;
      padding-bottom: 80px;
      z-index: 30;
      position: absolute;
*/
      border-radius: 0px;
      border: 0;
      padding-top: 50px;
      padding-bottom: 80px;
      z-index: 30;
      position: absolute;
      box-sizing: border-box;
      width: 100vw;
      height: 100vh;

  }

  .l-side_box .sp_m_cl{
      z-index: 20;
      width: 100%;
      height: 100%;

      position: fixed;
      top: 0;

  }

  .is-home .menu-trigger {
      top: 15px;
  }

.menu-trigger {
  display: inline-block;
  width: 30px;
  height: 24px;
  vertical-align: middle;
  cursor: pointer;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 15;
  

/*   transform: translateX(0);
  transition: transform .5s;
 */}
/* .menu-trigger.active {
  transform: translateX(-250px);
}
 */
 
 
/* .menu-trigger::before {
  content: "";
  position: absolute;
  top: -15px;
  right: -20px;
  width: 70px;
  height: 60px;
  background-color: #aaa;
  z-index: -1;
  pointer-events: none;
} */
.menu-trigger.active::before {
  opacity: 0;
}

 .menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #103D39;
  transition: all .5s;
  opacity: 0;
}
.menu-trigger.active span {
  /*background-color: #FFF;*/
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}
.menu-trigger span:nth-of-type(2) {
  top: 10px;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
}
.menu-trigger.active span{
  opacity: 100;
}
.menu-trigger img{
  filter: drop-shadow(1px 1px 3px #0b2524);
  transition: all .5s;
  padding: 1px;
}
.menu-trigger.active img{
  opacity: 0;
}





  #c-calendar td {
      padding: 4px;
  }


  .c-archive_link a{
      margin-right: 12px;
      margin-top: 5px;
  }

  .l-side_box ul li{
      margin-top: 8px;
  }


  .c-side_category span a{
      margin: 5px 10px 5px 0;
  }



  .top_topics .post{
  /*
      width: 47%;
      margin-right: 4%;
  */
      width: 100%;
      margin-right: 0px;
      margin-bottom: 30px;
  }

  .top_thumbnail{
      width: 100%;
      height: 30%;
      margin-bottom: 5px;
  }
  .top_topics .post:nth-child(3n){
      margin-right: 4%;
  }
  .top_topics .post:nth-child(2n){
      margin-right: 0px;
  }


  .l-blog_archive-mini .post{
      width: auto;
  }

  .l-blog_archive .post{
      /* padding-left: 130px;
      min-height: 85px;
      margin-bottom: 30px; */

      width: 100%;
      margin-right: 0px;
      margin-bottom: 40px;
      min-height: 0;
      min-height: initial;
      padding-left: 0;
  }

  .archive_thumbnail{
      /* width: 110px;
      height: 80px; */
      position: relative;

      width: 100%;
      height: 30%;
      margin-bottom: 5px;
  }
  .l-blog_archive h3 {
    font-size: 1.2em;
  }

  .l-blog_archive .post p {
    display: none;
  }


  .top_topics .post .img-wrap,
    .l-blog_archive .post .img-wrap {
    position: relative;
    height: 0;
    padding-top: 65.275%;
    margin-bottom: 5px;
  }
  .top_topics .post .img-wrap .top_thumbnail,
  .l-blog_archive .post .img-wrap .archive_thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    border-radius: 5px;
  }

}




.c-btn {
  text-align: center;
  margin-top: 20px;
}

.c-btn a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: #27928c;
  color: #fff;
  text-decoration: none;
  padding: 15px;
  width: 100%;
  max-width: 580px;
  font-size: 18px;
  font-size: 1.8rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.c-btn a span {
  display: block;
  background: url(img/common/icon_1.svg) no-repeat right center;
  background-size: 10px 17px;
}

@media screen and (max-width: 767px){
.c-btn a {
    max-width: 270px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}