@charset "utf-8";
body, input, button, select, optgroup, textarea {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", メイリオ, Meiryo, Verdana, Roboto, "Droid Sans";
}

/*--------------------------------------------------------------
####### Reset #######
--------------------------------------------------------------*/
*{
  word-break: break-all;
}

button{
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

input[type="submit"]{
  outline: 0;
}

iframe{
  border: 0;
}


/*--------------------------------------------------------------
####### Bootstrap Override #######
--------------------------------------------------------------*/
body{
  background-color: #F2F2F0;
}
@media screen and (min-width: 769px){
  body{
    min-width: 1140px;
  }
}

ul, menu, dir {
  display: block;
  list-style-type: disc;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
  padding: 0;
}

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: none;
}
button:focus {
  outline: 0px;
  outline: 0px;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

.container{
  width: 1100px;
  max-width: 100%;
  padding: 0;
  margin: 0 auto;
}
@media screen and (max-width:768px){
  .container{
    width: 100%;
    padding: 0 16px;
  }
}

/*--------------------------------------------------------------
####### Liblary Override #######
--------------------------------------------------------------*/
html, body {
  overflow: inherit;
  margin:0;
  padding:0;

  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

/*--------------------------------------------------------------
####### Components #######
--------------------------------------------------------------*/
/* bread crumb */
#bread-wrap{
  margin-bottom: 32px;
}
@media screen and (max-width:768px){
  #bread-wrap{
    overflow-x: auto;
    white-space: nowrap;
  }
}

#bread-crumb>li{
  font-size: 12px;
  margin-right: 4px;
}

/* post navigation */
.nav-links{
  display: flex;
  justify-content: space-between;
}

.nav-previous, .nav-next{
  font-size: 12px;
  border: 1px solid #dfdfdf;
  display: block;
  padding: 8px 24px;
  background: #fff;
  color: #333;
}
@media screen and (max-width: 768px){
  .nav-previous, .nav-next{
    font-size: 10px;
    padding: 8px 12px;
  }
}


/* page nation */
.page-numbers, .post-page-numbers{
  text-align: center;
  display: inline-block;
  border: 1px solid #ccc;
  padding: 4px 12px;
  margin-right: 4px;
  color: #333;
}
.page-numbers.current, .post-page-numbers.current{
  border: 1px solid #333;
  background: #333;
  color: #fff;
}

/*--------------------------------------------------------------
####### Base #######
--------------------------------------------------------------*/
img{
  max-width: 100%;
  height: auto;
}

/*--------------------------------------------------------------
####### Display #######
--------------------------------------------------------------*/
@media screen and (max-width:768px){
  .sp-none{
    display: none!important;
  }
}
@media screen and (min-width: 769px) {
  .pc-none {
    display: none!important;
  }
}


/*--------------------------------------------------------------
####### Common #######
--------------------------------------------------------------*/
.clear{
  clear: both;
}

.hover:hover{
  opacity: .7;
}

.list-none>li{
  list-style: none;
}

.dotted{
  border-style: dotted !important;
}

.m-auto{
  margin-right: auto;
  margin-left: auto;
}


/*--------------------------------------------------------------
####### Layout #######
--------------------------------------------------------------*/


/*---------------------------
##### Colomn #####
----------------------------*/
.two-col{
  width: calc(100% - 372px);
}
@media screen and (max-width: 768px){
  .two-col{
    width: 100%;
  }
}



/*---------------------------
##### Header #####
----------------------------*/
.site-description-wrap{
  padding: 6px 0;
}

.site-description{
  font-size: 10px;
  line-height: 1.4;
}

.site-title{
  font-size: 24px;
}

.search-form{
  background-color: rgba(255, 255, 255, .16);
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  margin-left: auto;
}
.search-form label{
  margin: 0;
}
.search-field{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  font-size: 14px;
  color: #fff;
  padding: 6px 8px;
  line-height: 1;
  position: relative;
}
.search-field:focus{
  border: none;
}
.search-field::placeholder {
  color: #fff;
  opacity: .6;
}
.search-submit{
  background: url(../images/search.png) center center no-repeat;
  background-size: 16px;
  border: 0;
  width: 28px;
  opacity: .8;
  text-indent: 40px;
}

/* site-navigation */
#site-navigation{
  background: #2a4567;
  margin-bottom: 8px;
  padding: 0 40px;
}
.home #site-navigation{
  margin-bottom: 40px;
}

#site-navigation .container>ul{
  position: relative;
}

#site-navigation .container>ul>li{
  font-size: 14px;
  margin-right: 8px;
}

#site-navigation .container>ul>li>a{
  padding: 20px 0;
  color: white;
  display: block;
  position: relative;
}

#site-navigation .container>ul>li>a:before{
  content: '/';
  display: inline-block;
  margin-right: 8px;
}

#site-navigation .container>ul li a:hover{
  text-decoration: underline;
}

#site-navigation .container>ul>li>ul{
  display: none;
}

#site-navigation .container>ul>li.has-sub>ul{
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.14);
  position: absolute;
  left: 0;
  top: 56px;
  padding: 40px;
  text-align: left;
}

#site-navigation .container>ul>li.has-sub>ul>li{
  margin: 0 30px 30px 0;
  display: inline-block;
}

#site-navigation .container>ul>li.has-sub>ul>li>a{
  color: #666;
}

/* drawer menu */
.menu-trigger{
  display: block;
  position: fixed;
  right: 20px;
  top: 30px;
  width: 30px;
  height: 28px;
  cursor: pointer;
  z-index: 201;
}

.menu-trigger span{
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #333;
  transition: all .5s;
  top: 0;
  left: 0;
}

.menu-trigger.active span{
  background-color: #fff;
}

.menu-trigger span:nth-of-type(2){
  top: 8px;
}

.menu-trigger span:nth-of-type(3){
  top: 16px;
}

.menu-trigger.active span:nth-of-type(1){
  transform: translateY(8px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2){
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3){
  transform: translateY(-8px) rotate(45deg);
}

#drawer-menu{
  position: fixed;
  overflow-x: hidden;
  top: 0;
  right: 0;
  width: 280px;
  transform: translate(280px);
  height: 100%;
  padding-top: 100px;
  z-index: 200;
  background: rgba(255, 255, 255, .95);
  -webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
       -o-transition: all 0.5s;
          transition: all 0.5s;
}
#drawer-menu.open{
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
       -o-transform: translateZ(0);
          transform: translateZ(0);
}

#drawer-menu ul{
  padding: 0 20px;
}

#drawer-menu>ul{
  position: relative;
  width: 100vw;
  box-sizing: border-box;
  -webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
       -o-transition: all 0.5s;
          transition: all 0.5s;
}
#drawer-menu.lv1>ul{
  transform: translate(-280px);
}
#drawer-menu.lv2>ul{
  transform: translate(-560px);
}

#drawer-menu .sub-menu{
  position: absolute;
  top: 0;
  left: 100vw;
  width: 100vw;
}

.parent-back-lv1, .parent-back-lv2{
  color: #333;
}

#drawer-menu ul>li{
  margin-bottom: 24px;
  letter-spacing: .1em;
  color: #333;
  padding-right: 12px;
  list-style: none;
}

#drawer-menu ul>li>a{
  color: #333;
}

.child-menu-title{
  border-bottom: 1px solid #333;
  padding-bottom: 12px;
}

#drawer-bg{
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, .6);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 199;
}

#drawer-bg.active{
  display: block;
}

/*---------------------------
##### Footer #####
----------------------------*/
#footer-fix{
  width: 100%;
  padding: 12px 0;
  position: fixed;
  bottom: 0;
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, .2);
}

a.footer-fix-btn{
  background: #333;
  display: block;
  color: #fff;
  padding: 16px 0;
  text-align: center;
  border-radius: 4px;
}

#page-top{
  position: fixed;
  right: 40px;
  bottom: 40px;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 100%;
  border: 2px solid #333;
  text-align: center;
  line-height: 32px;
  z-index: 30;
}
@media screen and (max-width:768px){
  #page-top{
    right: 5px;
  }
}
/* sp-footer-nav */
#sp-footer-nav ul li a{
  padding: 14px 20px;
  display: block;
  border-bottom: 1px solid #dfdfdf;
  color: #333;
  background: #f1f1f1;
}

#sp-footer-menu>li{
  position: relative;
}

#sp-footer-menu>li>.open{
  position: absolute;
  top: 10px;
  right: 20px;
  color: #666;
}

#sp-footer-menu>li>.open:before{
  content: '\f107';
  font-family: FontAwesome;
  font-size: 30px;
}

#sp-footer-menu>li>.open.on:before{
  content: '\f106';
  font-family: FontAwesome;
  font-size: 30px;
}

#sp-footer-menu>li>ul>li{
  text-indent: 20px;
}

/* pc-footer-nav */
#footer-menu li{
  display: inline-block;
  font-size: 12px;
  padding: 0 10px;
}

#footer-menu li a:hover{
  text-decoration: underline;
}


.copyright-wrap{
  background: #f1f1f1;
  padding: 6px 0;
}

#copyright{
  font-size: 10px;
}



/*---------------------------
##### Sidebar #####
----------------------------*/
#secondary{
  width: 332px;
}
@media screen and (max-width:768px){
  #secondary{
    width: 100%;
    text-align: center;
  }
}

.side-bar-layout ul li{
  list-style: none;
}

.side-bar-layout ul>li{
  background: #f8f8fa;
  padding: 8px 10px;
  margin-bottom: 4px;
  color: #949697;
  position: relative;
}

.side-bar-layout ul>li a{
  color: #949697;
}

.side-bar-layout ul>li>.open{
  position: absolute;
  right: 10px;
}

.side-bar-layout ul>li>.open:before{
  content: "\f067";
  font-family: FontAwesome;
}

.side-bar-layout ul>li>.open.on:before{
  content: '\f068';
  font-family: FontAwesome;
}

.side-bar-layout ul>li>ul{
  margin-top: 12px;
  display: none;
}

.side-bar-layout ul>li>ul>li{
  border-top: 1px solid #949697;
  padding: 12px 0px 12px 20px;
}

#secondary section{
  background: white;
  padding: 24px;
  border-radius: 4px;
  margin-bottom: 24px;
}

#secondary section h2{
  font-size: 18px;
  font-weight: bold;
  color: #283C50;
  border-bottom: 4px solid #283C50;
  padding-bottom: 12px;
  margin-bottom: 16px;
}


/* ranking */
.side-ranking-list>li{
  list-style: none;
  margin-bottom: 16px;
}

.side-ranking-list>li a{
  display: flex;
  align-items: start;
  position: relative;
}

.side-ranking-list>li .thumb{
  width: 120px;
  margin-right: 16px;
}

.side-ranking-list>li .title{
  font-size: 14px;
  font-weight: bold;
  color: #283C50;
}

.side-ranking-list>li .date{
  font-size: 12px;
  text-align: left;
  letter-spacing: .05em;
  color: #878787;
}

.badge{
  color: white;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #283C50;
  border-radius: 100%;
  position: absolute;
  top: 4px;
  left: 4px;
}

.badge.rank-1{
  background-color: #D1A837;
}
.badge.rank-2{
  background-color: #989898;
}
.badge.rank-3{
  background-color: #A76A3D;
}

/* category */
.category-list, .category-list ul{
  list-style: none;
}

.category-list li{
  text-align: left;
}

.category-list li a{
  display: block;
  padding-bottom: 16px;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 16px;
}

.category-list li>ul>li{
  padding-left: 24px;
}



/* tag */
.tag-list{
  display: flex;
  list-style: none;
  flex-wrap: wrap;
}
.tag-list li{
  margin-right: 8px;
  margin-bottom: 8px;
}
.tag-list li a{
  display: block;
  border-radius: 200px;
  border: 1px solid #283C50;
  color: #283C50;
  font-size: 14px;
  line-height: 1;
  padding: 4px 16px;
}

/*---------------------------
##### Form #####
----------------------------*/
#main select, #main input[type="text"], #main input[type="email"], #main input[type="url"], #main input[type="tel"], #main textarea {
  width: 100%;
  padding: 16px 20px !important;
  background-color: #fafbfd;
  border: 1px solid #dfdfdf;
  line-height: 18px;
}

#main select{
  height: calc(2.25rem + 2px);
}
@media screen and (max-width: 768px){
  #main select, #main input[type="text"], #main input[type="email"], #main input[type="url"], #main input[type="tel"], #main textarea {
    font-size: 16px;
  }
}

#main input[type="submit"] {
  background: #333;
  color: #fff;
  padding: 6px 40px;
  display: block;
  margin: 0 auto;
}

.required{
  color: #f00000;
}

/*---------------------------
##### Table #####
----------------------------*/
.table-v-header,.table-h-header{
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.table-v-header tr td, .table-h-header tr td{
  border: 1px solid #ccc;
  padding: 16px;
}

.table-v-header tr td:first-child{
  background: #f1f1f1;
}
.table-h-header tr:first-child td{
  background: #f1f1f1;
}

.table-border{
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #ccc;
}

.table-border tr td{
  border-bottom: 1px solid #ccc;
  padding: 16px;
}

.table-border tr td:first-child{
}

/*---------------------------
##### iframe #####
----------------------------*/
.ggmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.ggmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}


/*--------------------------------------------------------------
####### Pages #######
--------------------------------------------------------------*/
/*---------------------------
##### Common #####
----------------------------*/
.roboto{
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto Condensed', sans-serif;
}

.box{
  background-color: white;
  border-radius: 4px;
  padding: 40px;
}
@media screen and (max-width: 768px){
  .box{
    padding: 24px;
  }
}

.archive-title{
  font-size: 24px;
  font-weight: bold;
  color: #283C50;
  margin-bottom: 16px;
}

.page-content p{
  line-height: 2.0;
}

/* article */
.article-content h1{
  font-size: 32px;
  font-weight: bold;  
  color: #283C50;
}
@media screen and (max-width: 768px){
  .article-content h1{
    font-size: 18px;
  }
}

.article-content h2{
  background-color: #F4F4F3;
  color: #283C50;
  font-size: 28px;
  line-height: 1.4;
  font-weight: bold;
  padding: 20px 24px 20px 44px;
  position: relative;
  margin-bottom: 24px;
}
.article-content h2:before{
  content: '';
  position: absolute;
  height: calc(100% - 40px);
  width: 4px;
  background-color: #283C50;
  left: 24px;
  top: 20px;
  bottom: 20px;
}
@media screen and (max-width: 768px){
  .article-content h2{
    font-size: 16px;
    padding: 12px 16px 12px 24px;
  }
  .article-content h2:before{
    width: 2px;
    left: 12px;
    height: calc(100% - 24px);
    top: 12px;
    bottom: 12px;
  }
}

.article-content h3{
  color: #283C50;
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
  border-left: 4px solid #283C50;
  padding-left: 16px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px){
  .article-content h3{
    font-size: 14px;
    padding-left: 8px;
    border-left: 2px solid #283C50;
  }
}

.article-content p{
  line-height: 2.2;
  color: #283C50;
  margin-bottom: 32px;
}

.article-content a{
  color: #007bff;
  text-decoration: underline;
}

.article-content .date{
  color: #878787;
}

.post-list{
  margin-right: -40px;
  list-style: none;
}
.post-list-item{
  padding: 24px;
  background-color: white;
  border-radius: 4px;
  width: calc(50% - 40px);
  margin-right: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px){
  .post-list{
    margin-right: 0;
  }
  .post-list-item{
    padding: 24px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
}


.post-list-item h3{
  font-size: 18px;
  font-weight: bold;
  color: #283C50;
}

.post-list-item .date{
  color: #878787;
  letter-spacing: .05em;
  font-size: 12px;
}

.post-list-item .thumb{
  margin-bottom: 8px;
  width: 100%;
}

.post-categories, .post-tags{
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.post-categories{
  margin-bottom: 8px;
}
.post-categories li, .post-tags li{
  margin-right: 8px;
  margin-bottom: 8px;
}
.post-categories li a{
  display: block;
  background-color: #283C50;
  border-radius: 2px;
  color: white;
  font-size: 14px;
  padding: 4px 16px;
  text-decoration: none;
}
.post-categories li a:hover{
  opacity: .7;
}

.post-tags li a{
  display: block;
  border-radius: 200px;
  border: 1px solid #283C50;
  color: #283C50;
  font-size: 14px;
  padding: 4px 16px;
  text-decoration: none;
}


