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

body {
  color: #000;
}
a, a:visited, a:link {
  color: #FF4B2E;
}
img {
  width: initial;
}
h1 {
  margin: unset;
}
footer a,
footer a:visited,
footer a:link,
nav[role="drawer"] a,
nav[role="drawer"] a:visited,
nav[role="drawer"] a:link,
nav[role="global"] a,
nav[role="global"] a:visited,
nav[role="global"] a:link {
  color: #333;
}
footer a[target="_blank"]:after {
  display: none;
}
.ua-desktop a:hover {
  color: unset;
}
section[role=bottom]>div ul li a:hover {
  color: #fff;
}

#contents {
  background-color: #EFEEE5;
  max-width: 94%;
  width: 900px;
  margin: 0 auto;
}

.archive_contents {
  text-align: center;
  margin: 20px auto 60px auto;
}
.archive_contents img.logo-contents {
  padding-bottom: 1em;
}
.archive_contents img {
  width: 50%;
  margin: 0 auto;
}
.header__lead {
  font-size: 16px;
  margin: 0 auto;
  padding: 0;
  max-width: 94%;
  width: 900px;
}

.header__lead>div {
  text-align: center;
  line-height: 2;
  display: block;
}

.yodogawa {
  text-align: left;
  width: fit-content;
  margin: 0 auto;
  padding: 0 20px 50px 20px;
  color: #002b41;
  font-family: 'Shuei MaruGo B', sans-serif;
  letter-spacing: 0.5px;
}

.hb-chevron-double-left {
  margin-left: -4px;
}

.hb-chevron-double-right {
  margin-right: -4px;
}

.post-header__icon {
  margin-right: 8px;
}

.navi__first-latest {
  white-space: nowrap;
  letter-spacing: 0.5px;
}

.mail {
  width: 350px;
  margin: 0 auto;
}

.mail_cap {
  width: 350px;
  margin: 0 auto;
  color: #4D4D4D;
  font-size: small;
}

.banner {
  width: 60%;
  margin: 0 auto;
}

.banner_2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: 80%;
  margin: 0 auto;
}

.box1 {
  width: 50%;
}

.box2 {
  width: 50%;
}

.header h1 img {
  width: 100%;
}

/* over write */
.navi__first-latest {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.footer {
  max-width: 94%;
  width: 900px;
  margin: 0 auto;
  background-color: #498300;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media only screen and (max-width: 681px) {

  .navi__first-latest {
    max-width: 320px;
    padding: 0;
    text-align: center;
  }

  .navi__first-latest ul {
    width: 480px !important;
    overflow: hidden;
    position: relative;
  }

  .navi__first-latest li {
    width: auto;
    float: none;
  }

  .navi--bottom .navi__first-latest {
    margin-top: 0;
  }

}

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

  Mobile Styles

------------------------------------------------------------------------------*/
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-repeat: repeat-y;
  background-attachment: fixed;
  background-position: center top;
  background-image: url(/textlive/images/10million_stationery/back_pc.jpg);
}


body::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url(/textlive/images/10million_stationery/back_pc.jpg);
  background-size: cover;
}

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

a.btn:active {
  transition-duration: .1s;
  opacity: .5;
  background-color: #498300;
  box-shadow: 0 0px 0 #888, 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: #498300;
  box-shadow: 0 1px 0 #888, 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 {
  background-color: transparent;
}

.header__logo {
    display: none;
}

.header__subtitle span {
  color: #FAAF3B;
}

.header__lead img {
  width: 50%;
  padding-bottom: 4em;
}
.header__lead img.logo-contents {
  padding-bottom: 1em;
}

.column {
  width: 500px;
  margin: 0 auto;
  font-size: 17px;
  margin-top: 1em;
  padding: 1em;
  border: 3px solid #f22;
  border-radius: 10px;
  background-color: #fff;
}

.column text {
  width: 90%;
  font-size: 15px;
  font-weight: normal;
  float: left;
}

.column dt {
  float: left;
}

.column dd {
  font-weight: normal;
  margin-left: 4em;
}

.map {
  width: 380px;
  margin: 0 auto;
}

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

  Post

------------------------------------------------------------------------------*/
.post-header {
  padding: 10px 0 0 10px;
  border-top: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 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: 80px;
  margin-bottom: 0;
  border: 0 none transparent;
  background-color: #FFEB9B;
}

.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__title:before {
  right: -18px;
  background: url(/textlive/images/10million_stationery/balloon.svg) no-repeat left top
}

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

.post .mail {
  color: #fd7400;
}

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

  Slide

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

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

  Navi

------------------------------------------------------------------------------*/
.navi {
  /*---background: url(../border.svg) repeat-x center top, url(../border.svg) repeat-x center bottom;
 ---*/
  background-size: 308px 6px;
  border: 0 none transparent;
  margin: 0px 5px;
}

.navi__date {
  letter-spacing: 0;
}
.navi__date li>span {
  color: #498300;
}

.navi__date li a.btn {
  margin-top: -4px;
}

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


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


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

  Footer

------------------------------------------------------------------------------*/
.footer-share h3 {
  color: #fff;
}

.footer-share li a {
  color: #fff;
}

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

.footer-contact__home a {
  color: #FFFFFF;
  background-color: #498300;
}

.footer .copyright {
  background-color: #498300;
  color: #fff;
}

section[role="related"] {
  letter-spacing: normal;
}
html[lang="en"] section[role="related"] {
  font-family: roboto, Helvetica, Arial, "Lucida Grande", sans-serif;
}

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

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

 small device styles

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


  #contents {
    background-color: #EFEEE5;
    margin: 0 auto;
  }


  .header h1>div {
    text-align: left;
    font-size: 0.9em;
    line-height: 1.8em;
  }
	
  .header__lead img {
    width: 85%;
    padding-bottom: 3em;
  }
	
  .header__lead>div {
    /* text-align: left; */
  }

  .yodogawa {
    padding: 0 10px 30px 10px;
    line-height: 1.8;
    text-align: justify;
  }
  .yodogawa.yodogawa_en {
    text-align: left;
  }
  .yodogawa br {
    display: none;
  }

  .midashi {
    width: 100%;
    margin: 0 auto;
    margin-top: 0px;
  }

  .mail_cap {
    width: 100%;
    margin: 0 auto;
    color: #4D4D4D;
    font-size: small;
    text-align: center;
    margin-top: 0px;
  }

  .mail {
    width: 80%;
    margin: 0 auto;
    padding-top: 0px;
  }

  .banner {
    width: 100%;
    margin: 0 auto;
    margin-top: 0px;
  }

  .banner_2 {
    display: block;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 80%;
    margin: 0 auto;
    margin-top: 0px;
  }

  .box1 {
    width: 100%;
  }

  .box2 {
    width: 100%;
  }

  .footer {
    padding-top: 14px;
    padding-bottom: 24px;
  }

  .post {
    width: 100%;
    margin-top: 0;
  }

  .archive_contents img {
    width: 90%;
  }

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

  column

------------------------------------------------------------------------------*/
  .column {
    width: 100%;
  }
}
  /*------------------------------------------------------------------------------

 large device styles

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

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

    Header

  ------------------------------------------------------------------------------*/
  .header {
    /* Headerのスタイル */
  }

  .header h1 {
    padding: 0px;
  }

  .header__subtitle {
    padding-top: 20px;
  }

  .header__subtitle span {
    font-size: 24px;
  }

  .header__subtitle+h1 {
    padding-top: 10px;
  }


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

    Post

  ------------------------------------------------------------------------------*/
  .post-header {
    padding: 20px 0 0 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__mail a {
    color: #fff;
    background-color: transparent;
  }

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