@charset "UTF-8";
/* ######################################################################################

　WordPress　widget

###################################################################################### */
/* ====================================================
　button
==================================================== */
/* @media print, screen and (min-width: 768px) {
  .button.ico.after.noIllu{padding-right: 40px;}
} */

/* ====================================================
　preText
==================================================== */
.preText.red{background: #F8F8F8; color: #999999; border-bottom: 1px solid #F1F1F1;}
.preText.red.pink{background: #FFACD0; color: #fff; border-color: #FFACD0;}
.pageBlog.archive .preText.red{background: #ffe054; color: #555; border-color: #ffe054;}

@media print, screen and (min-width: 768px) {
  .preText.red{letter-spacing: 0.05em;}
  .preText.red .row > *{padding: 1em 0;}
}
@media screen and (max-width: 767px){
    .preText.red .row{padding-left: 15px; padding-right: 15px;}
    .preText.red .row > *{padding: 0.85em 0; font-size: 1.2rem;}
}

/* ====================================================
　パンくず
==================================================== */
.topicPath{
  white-space: normal;
}
.topicPath ol li{
  display: inline;
  vertical-align: middle;
  line-height: 1.75;
}
.topicPath ol li a:first-child,
.topicPath ol li a{
  display: inline;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  color: #444;
}
.pageBlog.home .topicPath ol li:first-child:before{
    content: "";
    display: inline-block;
    position: relative;
    background: url(../../assets/images/ico/ico-home.png);
    margin-right: 0.4em;
    width: 12px;
    height: 12px;
    vertical-align: middle;
    top: -0.1em;
}


@media print, screen and (min-width: 768px) {
    .topicPath a, .topicPath span, .topicPath ol li{font-size: 1.3rem;}
    .topicPath{margin-top: 10px; margin-bottom: 10px;}
    .topicPath:last-child{margin-bottom: 40px;}
    .pageBlog.home .topicPath ol li:first-child:before,
    .topicPath ol li:first-child a:before{
      width: 13px;
      height: 13px;
      background-size: 13px 13px;
    }
    .topicPath ol li:not(:first-child):before{padding: 0 0.75em;}
}
@media screen and (max-width: 767px) {
    .topicPath a, .topicPath span, .topicPath ol li{font-size: 1.3rem;}
    .pageBlog.home .topicPath ol li:first-child:before,
    .topicPath ol li:first-child a:before{
        width: 10px;
        height: 10px;
        background-size: 10px 10px;
    }
    .topicPath ol li:not(:first-child):before{padding: 0 0.4em;}
}

/* ====================================================
　ページトップ　
==================================================== */
@media print{
  .pageTopFix{display: none!important;}
}
@media screen and (max-width: 767px){
    .pageTopFix.popOn{bottom: 18vw;}
    .pageTopFix{
        width: 60px;
        height: 60px;
    }
    .pageTopFix:after{
        width: 50px;
        height: 50px;
    }
}
/* ====================================================
　wallBelt
==================================================== */
.wallBelt.topBorder{border-top: 1px solid #EDEFF2;}

@media print, screen and (min-width: 768px) {
    .wallBelt{padding-left: 0; padding-right: 0;}
    .wallBelt.bottomNarrow { padding-bottom: 30px; }
    .wallBelt.bottomWide { padding-bottom: 80px; }
    .wallBelt.bottomExtra { padding-bottom: 120px; }
}
@media screen and (max-width: 767px){
    .wallBelt.bottomNarrow { padding-bottom: 15px; }
    .wallBelt.bottomWide { padding-bottom: 40px; }
    .wallBelt.bottomExtra { padding-bottom: 80px; }
}










/* ====================================================
　 entryList
==================================================== */
.entryList{display: flex; flex-wrap: wrap; justify-content: space-between;}
.entryList__item__link{color: #484445; text-decoration: none;}
.entryList__item__link:hover .entryList__item__img{opacity: 0.7;}

.entryList__item__title{font-size: 1.5rem; font-weight: bold;}
.entryList__item__date{color: #999999; font-size: 1.2rem; letter-spacing: 0.03em;}

@media print, screen and (min-width: 768px) {
    .entryList__item{width: calc(100% / 2 - 40px * 1 / 2); margin-bottom: 30px;}
    .entryList__item__img{margin-bottom: 0.85em;}
    .entryList__item__img img{width: 330px; height: 220px;}
    .entryList__item__title{margin-bottom: 0.25em;}
}
@media screen and (max-width: 767px){
    .entryList__item{width: calc(100% / 2 - 16px * 1 / 2); margin-bottom: 28px;}
    .entryList__item__img{margin-bottom: 0.75em;}
    .entryList__item__img img{width: 44.1vw; height: 29.2vw;}
    .entryList__item__title{margin-bottom: 0;}
}

/* column3
-------------------------------------*/
@media print, screen and (min-width: 768px) {
    .entryList.column3 .entryList__item{width: calc(100% / 3 - 17px * 2 / 3);}
    .entryList.column3:after{
      content: "";
      display: block;
      width: calc(100% / 3 - 17px * 2 / 3);
    }
    .entryList.column3 .entryList__item__img img{width: 220px; height: 150px;}
    .entryList.column3 .entryList__item__title{font-size: 1.3rem;}
    .entryList.column3 .entryList__item__date{font-size: 1.1rem;;}
}
@media screen and (max-width: 767px){
}


/* ====================================================
    ボタンエリア：buttonArea
==================================================== */
.buttonArea__item{text-align: center;}
.buttonArea__item .topButton{display: inline-block; border-radius: 6em;}
.buttonArea__item .button.round{min-width: 150px; padding-right: 2em; padding-left: 2em;}

@media print, screen and (min-width: 768px) {
    .buttonArea__item + .buttonArea__item{margin-top: 40px;}
}
@media screen and (max-width: 767px){
    .buttonArea__item + .buttonArea__item{margin-top: 30px;}
    .buttonArea__item .topButton{max-width: 95%;}
}


/* ====================================================
　枠：columnBase
==================================================== */
@media print, screen and (min-width: 768px) {
    .columnBase{padding-bottom: 90px;}
    .columnBase__contents{display: flex; flex-direction: row; justify-content: space-between;}
    .columnBase__contents:before,
    .columnBase__contents:after{display: none;}
    .columnBase__main{width: 700px;}
    .columnBase__sub{width: 300px;}
}
@media screen and (max-width: 767px){
    .columnBase{padding-top: 30px; padding-bottom: 70px;}
    .columnBase__sub{border-bottom: 1px solid #EDEFF2; margin-bottom: 60px;}
    .columnBase__sub__item{padding-top: 25px; padding-bottom: 20px;}
    .columnBase__sub__item__title.titlePockey,
    .columnBase__sub__item__title.titlePockey span{border-bottom: none; font-size: 1.8rem;}
}

/* ====================================================
　ページタイトル：pageTitle
==================================================== */
.pageTitleBox{text-align: center;}
.pageTitle{margin-bottom: 0;}



/* ====================================================
　ページ送り：pagination
==================================================== */
.pagination {
    font-size: 0;
    position: relative;
    text-align: center;
  }
  .pagination li {
    font-size: 1.4rem;
    display:inline-block;
    vertical-align:middle;
  }
  .pagination li a,
  .pagination li span {
    display:block;
    text-decoration: none; 
    padding: 0;
    line-height: 30px;
    border-radius: 2px ;
    min-width: 32px;
    min-height: 32px;
    font-size: 1.4rem;
    box-sizing: border-box;
  }
  .pagination li a{
    border: 1px solid #E5E5E5;
    color: #0B3AC8;
    background: #fff;
    text-decoration: none;
  }
  .pagination li a:hover{
    text-decoration: none;
    border: 1px solid #A1B7FB;
    background: #A1B7FB;
    color: #fff;
  }
  .pagination li.active span{
    text-decoration: none;
    border: 1px solid #D5D5DF;
    background: #D5D5DF;
    color: #fff;
  }
  
  .pagination li.prev a,
  .pagination li.prev span,
  .pagination li.next a,
  .pagination li.next span{
    position: relative;
  }
  .pagination li.prev a:hover:before,
  .pagination li.next a:hover:after{
    border-color: #fff;
  }
  .pagination li.prev span,
  .pagination li.next span{
    display: none;
  }

  @media print, screen and (min-width: 768px) {
    .pagination li {margin:0 3px;}
    .pagination li.prev a,
    .pagination li.prev span,
    .pagination li.next a,
    .pagination li.next span{min-width: 50px; font-size: 1.1rem;}
}
@media screen and (max-width: 767px){
    .pagination li {margin:0 2px;}
    .pagination li.prev a,
    .pagination li.prev span,
    .pagination li.next a,
    .pagination li.next span{min-width: 40px; font-size: 1.3rem;}
}
  

/* ====================================================
    カテゴリナビ：subNav
==================================================== */
.subNav{}
.subNav__item{}
.subNav__item__link{
    position: relative;
    display: inline-block;
    color: #333;
    text-decoration: none;
    line-height: 1.428;
}
.subNav__item__link:before{
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
}
@media print, screen and (min-width: 768px) {
    .subNav__item + .subNav__item{margin-top: 0.5em;}
    .subNav__item__link{padding-left: 1.25em; font-size: 1.4rem;}
}
@media screen and (max-width: 767px){
    .subNav__item + .subNav__item{margin-top: 0.25em;}
    .subNav__item__link{padding-left: 1em; font-size: 1.6rem;}
    .subNav__item__link:before{font-size: 1.4rem; top: 0.1em;}
}


/* ====================================================
　タイトル：title
==================================================== */
/* titleBold
-------------------------------------*/
.titleBold{color: #484445;}

@media print, screen and (min-width: 768px) {
    .titleBold{text-align: center; font-size: 2rem; margin-bottom: 1.5em;}
    .titleBold.small{text-align: center; font-size: 1.6rem;}
}
@media screen and (max-width: 767px){
    .titleBold{font-size: 1.8rem; margin-bottom: 1.25em;}
    .titleBold.small{text-align: center; font-size: 1.8rem;}
}

/* titlePockey
-------------------------------------*/
.titlePockey{
    position: relative;
    font-size: 1.6rem;
    border-bottom: 2px solid #F1F1F1;
}
.titlePockey span{
    display: inline-block;
    position: relative;
    padding-bottom: 0.5em;
    top: 2px;
    border-bottom: 2px solid #A1B7FB;
    letter-spacing: 0.05em;
}
@media print, screen and (min-width: 768px) {
    .titlePockey{margin-bottom: 1.25em;}

}
@media screen and (max-width: 767px){
    .titlePockey{margin-bottom: 0.75em;}
}




/* ######################################################################################

　WYSIWYG

###################################################################################### */
.wysiwyg:after{
    content: "";
    display: block;
    clear: both;
  }

  .wysiwyg h1,
  .wysiwyg h2,
  .wysiwyg h3,
  .wysiwyg h4,
  .wysiwyg h5,
  .wysiwyg h6{
    line-height: 1.5;
    margin-bottom: 0.75em;
  }
  .wysiwyg h4,
  .wysiwyg h5,
  .wysiwyg h6{
    line-height: 1.5;
    margin-bottom: 0.5em;
  }
  
  .wysiwyg p{margin-bottom: 0;}

  
  @media print, screen and (min-width: 768px) {
    .wysiwyg > *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){
        margin-top: 1.5em;
      }
  }
  @media screen and (max-width: 767px) {
    .wysiwyg > *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){
        margin-top: 1em;
      }  
  }
  
  /* 文字サイズ */
  @media print, screen and (min-width: 768px) {
    .wysiwyg h1{font-size: 2.4rem;}
    .wysiwyg * + h1{margin-top: 60px;}
    .wysiwyg h2{font-size: 2.2rem;}
    .wysiwyg * + h2{margin-top: 50px;}
    .wysiwyg h3{font-size: 2.0rem;}
    .wysiwyg * + h3{margin-top: 40px;}
    .wysiwyg h4{font-size: 1.8rem;}
    .wysiwyg *+ h4{margin-top: 35px;}
    .wysiwyg h5{font-size: 1.6rem;}
    .wysiwyg * + h5{margin-top: 30px;}
    .wysiwyg h6{font-size: 1.5rem;}
    .wysiwyg * + h6{margin-top: 30px;}
  
    .wysiwyg,
    .wysiwyg p,
    .wysiwyg ul,
    .wysiwyg ol,
    .wysiwyg li,
    .wysiwyg dl,
    .wysiwyg dt,
    .wysiwyg dd{
        font-size: 1.7rem;
        line-height: 2;
    }
    .wysiwyg th,
    .wysiwyg td{
      font-size: 1.6rem;
      line-height: 1.625;
    }
  }
  @media screen and (max-width: 767px) {
    .wysiwyg h1{font-size: 2.6rem;}
    .wysiwyg * + h1{margin-top: 50px;}
    .wysiwyg h2{font-size: 2.4rem;}
    .wysiwyg * + h2{margin-top: 40px;}
    .wysiwyg h3{font-size: 2.2rem;}
    .wysiwyg * + h3{margin-top: 40px;}
    .wysiwyg h4{font-size: 2.0rem;}
    .wysiwyg * + h4{margin-top: 30px;}
    .wysiwyg h5{font-size: 1.8rem;}
    .wysiwyg * + h5{margin-top: 30px;}
    .wysiwyg h6{font-size: 1.6rem;}
    .wysiwyg * + h6{margin-top: 20px;}
  
    .wysiwyg,
    .wysiwyg p,
    .wysiwyg ul,
    .wysiwyg ol,
    .wysiwyg li,
    .wysiwyg dl,
    .wysiwyg dt,
    .wysiwyg dd{
        font-size: 2.0rem;
        line-height: 1.75;
    }
    .wysiwyg th,
    .wysiwyg td{
      font-size: 1.8rem;
      line-height: 1.625;
    }
  }
  
  .wysiwyg ol:not(.blocks-gallery-grid) li {list-style:decimal;}
  .wysiwyg ul:not(.blocks-gallery-grid) li {list-style: disc;}
  .wysiwyg ul:not(.blocks-gallery-grid),
  .wysiwyg ol:not(.blocks-gallery-grid) {margin-left:1.5em;}
  
  .wysiwyg img{
    display: block;
    margin: 1em auto;
    max-width: 100%;
    height: auto;
  }
  .wysiwyg p img{
    display: inline-block;
    margin: 0.5em 0;
  }
  .wysiwyg img.alignright,
  .wysiwyg img.alignleft,
  .wysiwyg img.aligncenter{
    display: inline-block;
    margin: 0.5em;
  }
  
  .wysiwyg img.alignright { float: right; margin-right: 0;}
  .wysiwyg img.alignleft { float: left; margin-left: 0;}
  .wysiwyg img.aligncenter { display: block; margin: 1em auto;}
  
  .wysiwyg .youtube {
    position: relative;
    width: 100%;
  }
  .wysiwyg .youtube.aspect16-9 { padding-top: 56.25%; }
  .wysiwyg .youtube.aspect4-3 { padding-top: 75%; }
  .wysiwyg .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  
  @media print, screen and (min-width: 768px) {
  }
  @media screen and (max-width: 767px) {
    .wysiwyg img.alignright { float: none; display: block; margin: 1em auto;}
    .wysiwyg img.alignleft { float: none;  display: block; margin: 1em auto;}
  }
  
  .wysiwyg a{text-decoration: underline; color: #4065E0;}
  .wysiwyg a:hover{text-decoration: none; color: #777;}
  
  .wysiwyg table{
      border-collapse: separate;
      border-spacing: 0;
      width: 100%;
  }
  .wysiwyg table th,
  .wysiwyg table td{
      padding: 0.75em;
      border-bottom: solid 1px #E5E5E5;
      border-right: solid 1px #E5E5E5;
  }
  .wysiwyg table tr:first-of-type th,
  .wysiwyg table tr:first-of-type td{
      border-top: 1px solid #E5E5E5;
  }
  .wysiwyg table tr th:first-of-type,
  .wysiwyg table tr td:first-of-type{
      border-left: solid 1px #E5E5E5;
  }
  
  .wysiwyg table th{
      background-color: #F2F3F4;
  }
  
  .wysiwyg blockquote {
    margin-left: 0;
    margin-right: 0;
    background-color:#F2F3F4;
  }
  
  @media print, screen and (min-width: 768px) {
    .wysiwyg blockquote{padding: 20px;}
  }
  @media screen and (max-width: 767px) {
    .wysiwyg blockquote{padding: 1em; font-size: 1.5rem;}
    .wysiwyg blockquote,
    .wysiwyg blockquote *{font-size: 1.5rem;}
  }
  
  