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

  Mobile Styles

------------------------------------------------------------------------------*/
body {
  background-image: url(/textlive/images/seisakuchu/bg.jpg);
  background-repeat: repeat;
  background-position: center top;
  background-size: 387px 387px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
body * {
  box-sizing: border-box;
}

a, a:active, a:visited {
  color: #fb892f;
}

a.btn {
  background-color: #ffa73b;
  box-shadow: 0 2px 0 #c66a23, 0 4px 3px rgba(0, 0, 0, 0.2);
  color: #fff;
}
a.btn:active {
  transition-duration: .1s;
  opacity: .5;
  background-color: #ffa73b;
  box-shadow: 0 0px 0 #c66a23, 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: #ffa73b;
  box-shadow: 0 1px 0 #c66a23, 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: 800px;
  margin: 0 auto;
  position: relative;
}

.header h1 {
  max-width: 800px;
  margin: 0 auto;
}
.header__logo {
  position: absolute;
  left: 49px;
  top: 33px;
}
.header__logo a {
  color: #fff;
}
.header__logo svg {
  width: 237.165px;
  height: 43.919px;
  fill: #ffe11a;
}

.header__lead {
  font-size: 18px;
  margin: 20px auto 50px;
  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: 70px;
  margin-bottom: 0;
  border: 0 none transparent;
  background-color: #ffe11a;
  padding-bottom: 18px;
  padding-right: 10px;
}
.post-header__title:before {
  background-image: url(/170220kotorisobue/images/balloon.svg);
  top: 60px;
}
.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-header__icon {
  margin-top: 62px;
  z-index: 100;
  position: relative;
}

.post-share li {
  width: 33%;
}

.post-share li a {
  background-color: #b3b3b3;
}
.post-share li a.share-twitter {
  background-color: #3e3e3e;
}
.post-share li a.share-facebook {
  background-color: #305097;
}
.post-share li a.share-line {
  background-color: #5ae628;
}

.post .mail {
  color: #fd7400;
}
.post {
  width: 100%;
  max-width: 800px;
  margin: 35px auto;
}
.time {
  background-color: #b3b3b3;
  border-radius: 10px;
  display: inline-block;
  padding: 2px 10px;
  margin: 10px 0 12px;
  color: #fff;
}

.post__text {
  padding: 20px 20px 50px 0;
}

.post__text iframe {
  width: 100%;
}

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

  Slide

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

.slide-item li {
  margin-bottom: 5px;
}

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

  Navi

------------------------------------------------------------------------------*/
.navi {
  border: none;
  width: 800px;
  margin: 0 auto;
}
.navi__date li > span {
  color: #054966;
}
.navi__date li a.btn {
  margin-top: -4px;
}

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

.navi--top .navi__first-latest {
  margin-top: -52px;
  margin-bottom: 40px;
}

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

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

  Footer

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

.footer-share a.share-twitter {
  color: #3e3e3e;
}
.footer-share a.share-facebook {
  color: #305097;
}
.footer-share a.share-line {
  color: #5ae628;
}

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

.footer-contact__home a {
  color: #053d35;
}
.footer .copyright {
  background-color: #053d35;
  color: #fff;
}
.footer-container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.footer {
  padding: 20px 0 0;
}

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

.post-share__line {
  display: inline;
}

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

 small device styles

------------------------------------------------------------------------------*/
@media only screen and (max-width: 600px) {
  /* スマホだけのスタイル */
  body {
  	background-size: contain;
  }
  .header {
    width: 100%;
  }
  .header h1 {
    padding: 0;
  }
  .header h1 img {
    margin: 0 auto;
  }
  .header h1 img.pc {
    display: none !important;
  }
  .header h1 img.sp {
    display: block !important;
  }
  .header__lead {
    margin: 0 auto 50px;
  }
  .header__logo {
    background-color: #ffe11a;
    position: relative;
    left: 0;
    top: 0;
  }
  .header__logo svg {
    fill: #054966;
    width: 114px;
    height: 21.491px;
  }
  .navi {
    width: 100%;
  }
  .navi--top .navi__first-latest {
    margin-top: 0;
    margin-bottom: 0;
  }
  .post {
    width: calc(100% - 20px);
    margin: 0 auto 30px;
  }
  .footer-contact__home a {
    background-color: #fd7400;
    color: #fff;
  }
  .footer-contact__mail a {
    background-color: #42a8db;
    color: #fff;
  }
  .post__text {
    padding: 20px 20px 50px;
  }
  .post__text iframe {
    height: auto;
  }
}
/*------------------------------------------------------------------------------

 large device styles

------------------------------------------------------------------------------*/
@media only screen and (min-width: 601px) {
  /* PCだけのスタイル */
  .header h1 img.pc {
    display: block !important;
  }
  .header h1 img.sp {
    display: none !important;
  }
  	/*------------------------------------------------------------------------------
  
  	  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 0 0;
  }
  .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: #053d35;
    background-color: transparent;
  }

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