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

  Mobile Styles

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

body {
  background-image: url(/hobonichi19/image_textlive/textlive_bg.jpg);
  background-repeat: repeat;
  background-size: 100% 100%
}

h1 {
  width: 100%;
  max-width: 998px;
  margin: 0;
  text-align: center;
}

h1 img {
  width: 100%;
}

#wrapper {
  width: 100%;
  max-width: 998px;
  border-right: 1px solid #989898;
  border-left: 1px solid #989898;
  margin: 0 auto;
  box-shadow: 0 4px 20px #999;
  background-color: #fff;
}

h1 img {
  border-bottom: 1px solid #989898;
}

a {
  color: #006837;
}
a:visited {
  color: #006837;
}
a:link {
  color: #006837;
}

a.btn {
  background-color: #006837;
  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);
}

.navi a, .navi a:active, .navi a:link, .navi a:visited {
  color: #fff;
}

a.btn-first, a.btn-first:active, a.btn-first:link, a.btn-first:visited,
a.btn-latest, a.btn-latest:active, a.btn-latest:link, a.btn-latest:visited {
  color: #006837;
}

.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 {
  width: 100%;
  background-color: #ffec00;
  text-align: center;
  border-bottom: 1px solid #989898;
}
.header a {
  display: block;
  padding: 11px 0 5px;
}
.header img {
  width: 212px;
}
.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 {
  width: 100%;
  max-width: 100%;
  border: none;
  border-top: 1px dotted #989898;
  border-radius: 0;
  background-color: #FFFFFF;
  overflow: hidden;
  padding: 20px;
}

.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: #ffed00;
}
.post-header__title:before {
  background-image: url(/170220kotorisobue/images/balloon.svg);
}
.post-header__title a {
  display: block;
}
.post-header__title h3 {
  color: #0051a9;
  padding: 10px 0 14px 19px;
}
.post-header__title .time {
  color: #fff;
  background-color: #0051a9;
  padding: 3px 10px;
  display: inline-block;
  border-radius: 10px;
  font-size: 130%;
  margin: 10px 0 0 10px;
}
.post-header__title .time i {
  font-size: 150%;
  line-height: 0;
  vertical-align: middle;
}

.post .mail {
  color: #fd7400;
}

.post__text {
  font-size: 170%;
  line-height: 2;
  color: #4d4d4d;
  font-family: "Yu Gothic", sans-serif;
  font-weight: bold;
  width: 60%;
  padding: 13px;
}

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

  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;
  background: none;
}
.navi__first-latest {
  width: 100%;
  background-color: #f33c6b;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navi__first-latest li {
  float: none;
  width: 33%;
  text-align: center;
  display: block;
}

.navi__first-latest li a {
  font-size: 140%;
  display: block;
  width: 100%;
  border-right: 1px solid #fff;
  height: 50px;
  padding-top: 11px;
}

.navi__prev-next {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 0;
}

.navi--top {
  padding: 5px 0 0;
  margin-bottom: 0;
  height: 70px;
  position: relative;
}

.navi__prev-next li:first-child a.btn, .navi__prev-next li:first-child a.btn:hover, .navi__prev-next li a.btn, .navi__prev-next li a.btn:hover, .ua-desktop .off a.btn:hover {
  background: none;
  box-shadow: none;
}

a.btn {
  background-color: #f33c6b;
  box-shadow: 0 2px 0 #f33c6b, 0 4px 3px rgba(0, 0, 0, 0.2);
}

.ua-desktop a.btn:hover {
  box-shadow: 0 1px 0 #f33c6b, 0 0px 2px rgba(0, 0, 0, 0.2);
  background: #f33c6b;
}

.navi__prev-next li a.btn, .ua-desktop .off a.btn:hover {
  background: none;
}

.navi__date {
  z-index: 9999;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 5px);
}

.navi__date li > span {
  color: #054966;
}
.navi__date li a.btn {
  margin-top: -4px;
}

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

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

  Footer

------------------------------------------------------------------------------*/
.footer-share h3 {
  color: #404040;
}
.footer-share li a {
  color: #12b292;
}

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

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

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

.footer{
  width: 100%;
  max-width: 998px;
  margin: 0 auto;
  border-right: 1px solid #989898;
  border-left: 1px solid #989898;
}
.contentBox {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #979797;
}
.contentBox-blue {
  background: linear-gradient(#71c4d2, #fff);
}

.share__list {
  display: flex;
  width: 584px;
  margin: 0 auto;
  justify-content: space-between;
  padding: 52px 0 110px;
}
.share__list li a:hover {
  opacity: .7;
}

small {
  display: block;
  font-family: "Calisto MT", "Bookman Old Style", Bookman, "Goudy Old Style", Garamond, "Hoefler Text", "Bitstream Charter", Georgia, serif;
  text-align: center;
  font-weight: bold;
  font-size: 130%;
  padding-bottom: 50px;
  color: #fff;
}

.post-share li a.share-facebook {
  background-color: #305097;
}

.post-share li a.share-line {
  background-color: #5ae628;
}

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

 small device styles

------------------------------------------------------------------------------*/
@media only screen and (max-width: 600px) {
  /* スマホだけのスタイル */
  h1#title {
    width: 100%;
  }
  
  h1#title img {
    width: 100%;
  }
  
  .navi__first-latest li a {
    padding-top: 6px;
  }

  .navi__date {
    position: relative;
    left: 50%;
    top: 0;
    transform: translate(-50%, -5px);
  }
  
  .pc {
    display: none !important;
  }
  
  .pc_i {
    display: none !important;
  }
  
  .sp {
    display: block !important;
  }
  
  .sp_i {
    display: inline-block !important;
  }
  
  .share__list {
    display: flex;
    width: calc(100% - 20px);
    margin: 0 auto;
    justify-content: space-between;
    padding: 20px 0 50px;
  }
  
  .share__list li {
    padding: 0 5px;
  }
  
  .share__list li a:hover {
    opacity: .7;
  }
  
  .share__list li img {
    width: 100%;
  }

  .post {
    padding: 0;
  }
  
  .post__text {
    width: 100%;
  }
  
  .navi--top {
    height: auto;
  }
  .navi__prev-next {
    top: 0;
  }

  .post-header {
    border: none;
  }

  .post-share__twitter a, .post-share__line a {
    border-radius: 0;
  }
}
/*------------------------------------------------------------------------------

 large device styles

------------------------------------------------------------------------------*/
@media only screen and (min-width: 601px) {

  /* PCだけのスタイル */

  .pc {
    display: block !important;
  }

  .pc_i {
    display: inline-block !important;
  }

  .sp {
    display: none !important;
  }

  .sp_i {
    display: none !important;
  }
  	/*------------------------------------------------------------------------------
  
  	  Header
  
  	------------------------------------------------------------------------------*/
  .header {
    /* Headerのスタイル */
  }
  .header h1 {
    padding: 20px;
  }

  	/*------------------------------------------------------------------------------
  
  	  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__facebook {
    float: right;
  }
  .post-share__facebook a {
    border-radius: 0 0 6px 0;
  }

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

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

  	/*------------------------------------------------------------------------------
  
  	  Footer
  
  	------------------------------------------------------------------------------*/
  .footer-contact__mail a {
    color: #006837;
    background-color: transparent;
  }

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