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

  Mobile Styles

------------------------------------------------------------------------------*/
body {
  background-color: #eeeeeb;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body * {
  box-sizing: border-box;
}

a:link, a:visited, a:hover, a:active {
  color: #00694b;
}
a.btn {
  background-color: #00694b;
  box-shadow: 0 2px 0 #004a35, 0 4px 3px rgba(0, 0, 0, 0.2);
}
a.btn:active {
  transition-duration: .1s;
  transform: translateY(2px);
  opacity: .5;
  background-color: #005f44;
  box-shadow: 0 0 0 #004a35, 0 0 0 rgba(0, 0, 0, 0.2);
}

.off a.btn {
  box-shadow: none;
}
.off a.btn:active {
  transform: none;
  opacity: .2;
  background-color: #000;
  box-shadow: none;
}

.ua-desktop a:hover {
  color: #00694b;
}
.ua-desktop a.btn:hover {
  transform: translateY(1px);
  opacity: .5;
  background-color: #005f44;
  box-shadow: 0 1px 0 #004a35, 0 0 2px rgba(0, 0, 0, 0.2);
}
.ua-desktop .off a:hover {
  color: #000;
}
.ua-desktop .off a.btn:hover {
  transform: none;
  opacity: .2;
  background-color: #000;
  box-shadow: none;
}

/*------------------------------------------------------------------------------

  Header

------------------------------------------------------------------------------*/
.header {
  max-width: 900px;
  margin: 0 auto;
}
.header h1 {
  max-width: 960px;
  margin: 0 auto;
  padding: 16px 0 0 0;
  color: #00694b;
  background-color: #fff;
}
.header__logo {
  background-color: #00694b;
}
.header__logo a {
  color: #fff;
}

.header__subtitle {
  line-height: 1.5;
  padding: 16px 0 0 0;
  background-color: #fff;
}
.header__subtitle span {
  color: #00694b;
}
.header__subtitle + h1 {
  font-size: 280%;
  padding: 16px 0 0 0;
  background-color: #fff;
}

.header__lead {
  font-size: 120%;
  width: 100%;
  margin: 0 auto;
  padding: 16px;
  color: #333333;
  background-color: #fff;
}
.header__lead > div {
  max-width: 584px;
}

.column {
  font-size: 16px;
  margin-top: 2em;
  padding: 1em;
  border: 3px solid #f22;
  border-radius: 6px;
  background-color: #fff;
}
.column dt {
  float: left;
}
.column dd {
  font-weight: normal;
  margin-left: 4em;
}

#banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
}
#banner a {
  display: block;
  max-width: 288px;
  width: 66.66667%;
  margin-bottom: 8px;
  border-radius: 6px;
  overflow: hidden;
}
#banner a:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 640px) {
  #banner {
    flex-direction: row;
  }
  #banner a {
    margin: 0 8px 0 0;
  }
  #banner a:last-of-type {
    margin-right: 0;
  }
}

/*------------------------------------------------------------------------------

  Post

------------------------------------------------------------------------------*/
.post {
  width: 93.75%;
}
.post-header {
  padding: 10px 0 0 10px;
  border: 1px solid #e6e6e6;
  border-bottom: 0 none transparent;
  border-radius: 6px 6px 0 0;
  background-color: #fff;
}
.post-header__title {
  min-height: 84px;
  margin-right: 60px;
  margin-bottom: 0;
  border: 0 none transparent;
  background-color: #00694b;
}
.post-header__title:before {
  top: auto;
  right: -25px;
  bottom: 8px;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-right-width: 10px;
  border-bottom-width: 10px;
  border-left: 15px solid #00694b;
  background-image: none;
}
.post-header__title a {
  display: block;
}
.post-header__title h3 {
  color: #fff;
}
.post-header__title .time {
  color: #b3b3b3;
}
.post-header__title .time i {
  font-size: 150%;
  line-height: 0;
  vertical-align: middle;
}

.post-share li a {
  background-color: #00694b;
}
.post .mail {
  color: #fd7400;
}

/*------------------------------------------------------------------------------

  Slide

------------------------------------------------------------------------------*/
.slide {
  border-top: 0 none transparent;
  border-radius: 0;
}

/*------------------------------------------------------------------------------

  Navi

------------------------------------------------------------------------------*/
.navi {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  border: 0 none transparent;
  background: url(../images/border.svg) repeat-x center top, url(../images/border.svg) repeat-x center bottom;
  background-size: 308px 6px;
}
.navi__date li > span {
  color: #000;
}
.navi__date li a.btn {
  margin-top: -4px;
}

.navi__first-latest {
  max-width: 100%;
  max-width: 860px;
}

.navi__prev-next li a.btn {
  color: #fff;
}

.navi--top {
  padding: 16px 0;
}

.navi--bottom {
  padding: 16px 0;
}

/*------------------------------------------------------------------------------

  Footer

------------------------------------------------------------------------------*/
.footer {
  max-width: 900px;
  margin: 20px auto 0;
}
.footer-share h3 {
  color: #404040;
}
.footer-share li a {
  color: #00694b;
}

.footer-contact {
  border-top: 1px solid #00694b;
}
.footer-contact__mail a {
  background-color: transparent;
}

.footer-contact__home a {
  background-color: transparent;
}
.footer .copyright {
  color: #fff;
  background-color: #00694b;
}

.loader {
  border: 6px solid #fd7400;
}

/*------------------------------------------------------------------------------

 small device styles

------------------------------------------------------------------------------*/
@media only screen and (max-width: 600px) {
  /* スマホだけのスタイル */
}
/*------------------------------------------------------------------------------

 large device styles

------------------------------------------------------------------------------*/
@media only screen and (min-width: 601px) {
  /* PCだけのスタイル */
  	/*------------------------------------------------------------------------------
  
  	  Header
  
  	------------------------------------------------------------------------------*/
  .header {
    /* Headerのスタイル */
  }
  .header h1 {
    padding: 32px 0 0 0;
  }
  .header__logo a:hover {
    color: #fff;
  }

  .header__subtitle {
    padding-top: 32px;
  }
  .header__subtitle span {
    font-size: 24px;
  }
  .header__subtitle + h1 {
    font-size: 400%;
    padding: 16px 0 0 0;
  }

  .header__lead {
    font-size: 160%;
    width: 100%;
    padding: 32px;
  }

  	/*------------------------------------------------------------------------------
  
  	  Post
  
  	------------------------------------------------------------------------------*/
  .post {
    max-width: 860px;
  }
  .post-header {
    padding-left: 0;
    border: 0 none transparent;
  }

  .post-share {
    padding: 0;
  }
  .post-share__twitter a {
    border-radius: 6px 0 0 0;
  }

  .post-share__line {
    float: right;
  }
  .post-share__line a {
    border-radius: 0 0 6px 0;
  }

  	/*------------------------------------------------------------------------------
  
  	  Slide
  
  	------------------------------------------------------------------------------*/
  .slide {
    /* Slideのスタイル */
  }

  	/*------------------------------------------------------------------------------
  
  	  Navi
  
  	------------------------------------------------------------------------------*/
  .navi--bottom {
    padding-bottom: 66px;
  }

  	/*------------------------------------------------------------------------------
  
  	  Footer
  
  	------------------------------------------------------------------------------*/
  .footer-contact {
    border-top: 0 none;
  }
  .footer-contact__mail a {
    color: #00694b;
    background-color: transparent;
  }

  .footer-contact__home a {
    color: #00694b;
    background-color: transparent;
  }
}

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