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

  Mobile Styles

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

a.btn {
  box-shadow: 0 2px 0 #2e7699, 0 4px 3px rgba(0, 0, 0, 0.2);
}
a.btn:active {
  transition-duration: .1s;
  opacity: .5;
  background-color: #3b97c5;
  box-shadow: 0 0px 0 #2e7699, 0 0px 0px rgba(0, 0, 0, 0.2);
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

.off a.btn {
  box-shadow: none;
}
.off a.btn:active {
  opacity: 0.2;
  background-color: #000000;
  box-shadow: none;
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}

.ua-desktop a.btn:hover {
  opacity: .5;
  background-color: #3b97c5;
  box-shadow: 0 1px 0 #2e7699, 0 0px 2px rgba(0, 0, 0, 0.2);
  -moz-transform: translateY(1px);
  -ms-transform: translateY(1px);
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
.ua-desktop .off a.btn:hover {
  opacity: 0.2;
  background-color: #000000;
  box-shadow: none;
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}

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

  Header

------------------------------------------------------------------------------*/
.header h1 {
  max-width: 100%;
  margin: 0 auto;
  color: #fd7400;
  background-color: transparent;
}
.header__logo {
  background-color: #ffe11a;
}
.header__logo a {
  color: #054966;
}

.header__subtitle span {
  color: #fd7400;
}

.header__lead {
  font-size: 18px;
  margin: 20px auto;
  color: #333333;
}

.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;
}

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

  Post

------------------------------------------------------------------------------*/
.post-header {
  padding: 10px 0 0 10px;
  border: 1px solid #e6e6e6;
  border-bottom: 0 none transparent;
  border-radius: 6px 6px 0 0;
  background-color: #FFFFFF;
}
.post-header__title {
  min-height: 84px;
  margin-right: 60px;
  margin-bottom: 0;
  border: 0 none transparent;
  background-color: #ffe11a;
}
.post-header__title:before {
  background-image: url(/170220kotorisobue/images/balloon.svg);
}
.post-header__title a {
  display: block;
}
.post-header__title h3 {
  color: #054966;
}
.post-header__title .time {
  color: gray;
}
.post-header__title .time i {
  font-size: 150%;
  line-height: 0;
  vertical-align: middle;
}

.post-share li a {
  background-color: #12b292;
}
.post .mail {
  color: #fd7400;
}

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

  Slide

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

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

  Navi

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

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

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

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

  Footer

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

.footer-contact__mail a {
  background-color: #42a8db;
}

.footer-contact__home a {
  background-color: #fd7400;
}
.footer .copyright {
  background-color: #ffe11a;
}

.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 {
  }
  .header__subtitle {
    padding-top: 20px;
  }
  .header__subtitle span {
    font-size: 24px;
  }
  .header__subtitle + h1 {
    padding-top: 10px;
  }

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

  .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__mail a {
    color: #42a8db;
    background-color: transparent;
  }

  .footer-contact__home a {
    color: #42a8db;
    background-color: transparent;
  }
}
