@charset "UTF-8";
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}
body {
  line-height: 1
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}
nav ul {
  list-style: none
}
blockquote, q {
  quotes: none
}
blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}
ins {
  text-decoration: none
}
ins, mark {
  background-color: #ff9;
  color: #000
}
mark {
  font-style: italic;
  font-weight: 700
}
del {
  text-decoration: line-through
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0
}
input, select {
  vertical-align: middle
}
html {
  font-size: 62.5%;
  width: 100%
}
body {
  background-color: #fff;
  color: #000;
  font-size: 1.7rem;
  font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, ＭＳ\ Ｐゴシック, MS PGothic, sans-serif;
  line-height: 200%
}
@media (max-width:767px) {
  body {
    font-size: 1.6rem
  }
}
* {
  box-sizing: border-box
}
img {
  max-width: 100%
}
a[href] {
  color: #0a385b;
  transition: .16s
}
a[href].hoverOp:hover {
  opacity: .5
}
a[href].hoverColor:hover {
  color: #e50112
}
.section-title, .tocItem, .yodogawa {
  font-family: Midashi Go MB31, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, ＭＳ\ Ｐゴシック, MS PGothic, sans-serif;
  font-weight: 700
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.flex--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.flex--between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.flex--vertical-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.center {
  text-align: center
}
.inline-block {
  display: inline-block
}
.end{
    padding: 40px 0 10px;
	margin: 0;
    text-align: center;
  }
@media (min-width:768px) {
  .is-pc-disabled {
    display: none !important
  }
}
@media (max-width:767px) {
  .is-sp-disabled {
    display: none !important
  }
}
.header {
  position: relative
}
.header__hobonichi {
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  zoom: .5
}
@media (max-width:767px) {
  .header__hobonichi {
    width: 300px
  }
}
.header__title {
  position: absolute;
  top: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  zoom: .5
}
@media (max-width:767px) {
  .header__title {
    width: 90%;
    top: 120px
  }
}
.header__nameImg {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 25px;
  zoom: .5
}
@media (max-width:767px) {
  .header__nameImg {
    width: 90%
  }
}
.section-title {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  font-size: 2.4rem;
  color: #0a385b;
  line-height: 50px;
  text-align: center;
  border-top: 1px solid #0a385b;
  border-bottom: 1px dashed gray;
  letter-spacing: .1em
}
.section-title small {
  font-size: 1.8rem
}
@media (max-width:767px) {
  .section-title {
    width: 90%;
    font-size: 1.8rem;
    line-height: 40px
  }
  .section-title small {
    font-size: 1.4rem
  }
}
.app {
  display: none
}
.yodogawa {
  padding: 50px 0;
  font-size: 1.8rem;
  line-height: 1.8em;
  letter-spacing: .05em;
  text-align: center
}
@media (max-width:767px) {
  .yodogawa {
    padding: 10px 0;
    font-size: 1.6rem;
    line-height: 2em
  }
}
.yodogawa__body {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 25px;
  text-align: left;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20px;
  column-gap: 20px
}
@media (max-width:767px) {
  .yodogawa__body {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
    -webkit-column-count: auto;
    column-count: auto;
    white-space: normal
  }
}
.profile {
  padding: 60px 0;
  background-color: #f1f1f1;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: .03em
}
@media (max-width:767px) {
  .profile {
    padding: 30px 0
  }
}
.profile__body {
  display: inline-block;
  margin-top: 30px;
  margin-left: 40px;
  text-align: left;
  -webkit-column-count: 2;
  column-count: 2
}
.profile__body strong {
  display: inline-block;
  margin-right: .5em;
  padding: 0 5px;
  color: #0a385b;
  font-weight: 400;
  background-color: #fff
}
@media (max-width:767px) {
  .profile__body {
    width: 90%;
    -webkit-column-count: auto;
    column-count: auto;
    margin-left: 0
  }
}
.toc {
  padding: 50px 0
}
@media (max-width:767px) {
  .toc {
    padding: 30px 0
  }
}
.toc__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto
}
@media (max-width:767px) {
  .toc__items {
    display: block;
    width: 90%
  }
}
.toc__items ul {
  width: 50%;
  list-style: none;
  padding-right: 20px
}
@media (max-width:767px) {
  .toc__items ul {
    width: 100%;
    padding-right: 0
  }
}
.toc__items ul + ul {
  padding-left: 20px;
  padding-right: 0
}
@media (max-width:767px) {
  .toc__items ul + ul {
    padding-left: 0
  }
}
.tocItem {
  width: 100%;
  border-bottom: 1px dashed gray
}
.tocItem > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 85px;
  text-decoration: none
}
@media (max-width:767px) {
  .tocItem > a {
    display: block;
    height: auto;
    padding: 20px 0 20px 10px
  }
}
.tocItem__number {
  width: 25px;
  padding-top: 5px;
  transition: .16s
}
@media (max-width:767px) {
  .tocItem__number {
    float: left
  }
}
.disabled .tocItem__number path {
  fill: #b2b2b2;
  stroke: #b2b2b2
}
a[href]:hover .tocItem__number path {
  fill: #f17881;
  stroke: #f17881
}
.tocItem__title {
  width: 16em;
  margin-left: 10px;
  color: #0a385b;
  font-size: 1.9rem;
  letter-spacing: .03em;
  transition: .16s
}
@media (max-width:767px) {
  .tocItem__title {
    width: auto;
    margin-left: 45px;
    font-size: 2.1rem;
    line-height: 1.2em
  }
}
.disabled .tocItem__title {
  color: gray
}
a[href]:hover .tocItem__title {
  color: #e50112
}
.tocItem__date {
  font-size: 1.3rem;
  color: #537fca;
  transition: .16s
}
@media (max-width:767px) {
  .tocItem__date {
    font-size: 1.4rem;
    margin-top: .3em;
    line-height: 1em;
    margin-left: 45px
  }
}
.disabled .tocItem__date {
  color: #b2b2b2
}
a[href]:hover .tocItem__date {
  color: #f17881
}
.talk {
  padding: 50px 0;
  text-align: center
}
@media (max-width:767px) {
  .talk {
    padding: 30px 0
  }
}
.talk__title img {
  height: 60px
}
@media (max-width:767px) {
  .talk__title img {
    height: 35px
  }
}
.talk__lead {
  display: inline-block;
  margin-top: 1em;
  text-align: left
}
@media (max-width:767px) {
  .talk__lead {
    width: 90%
  }
}
.talk__content {
  width: 100%;
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
  border-left: 1px dashed gray;
  text-align: left
}
@media (max-width:767px) {
  .talk__content {
    width: 90%;
    border-left: none
  }
}
.talk__content > * + * {
  margin-top: 2em
}
.talk__content dl {
  margin-left: 80px
}
@media (max-width:767px) {
  .talk__content dl {
    margin-left: 0
  }
}
.talk__content dl dt {
  float: left
}
.talk__content dl dt:after {
  content: "："
}
.talk__content dl dd {
  margin-left: 4em
}
.talk__content .image {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 2em;
  padding-bottom: 2em;
  margin-left: -1px;
  background-color: #fff
}
.talk__content .image + * {
  margin-top: 0
}
.talk__content .update {
  font-size: 1.4rem;
	margin-top: 0;
  color: gray;
  letter-spacing: .1em;
	text-align: center;
}
.talk__content .update .end{
	text-align: center;
}
.darling {
  margin: 50px 0 0;
  padding: 50px 0;
  background-color: #f1f1f1
}
@media (max-width:767px) {
  .darling {
    padding: 30px 0;
    margin: 30px 0
  }
}
.darling__body {
  display: inline-block;
  margin-top: 2em;
  text-align: left
}
@media (max-width:767px) {
  .darling__body {
    width: 90%
  }
}
.darling .section-title {
  position: relative
}
.darling .section-title img {
  position: absolute;
  zoom: .5;
  bottom: 10px;
  left: 50%;
  margin-left: -350px
}
@media (max-width:767px) {
  .darling .section-title img {
    zoom: .4;
    margin-left: -320px
  }
}
.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url(../img/bg_navigation@2x.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%
}
.navigation__inner {
  position: relative;
  width: 100%;
  height: 120px;
  max-width: 860px;
  padding-top: 15px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden
}
@media (max-width:767px) {
  .navigation__inner {
    width: 90%
  }
}
.navigation a {
  display: block;
  height: 80px
}
.navigation a path, .navigation a polygon, .navigation a rect {
  fill: #fff;
  transition: .16s
}
.navigation a:hover path, .navigation a:hover polygon, .navigation a:hover rect {
  fill: #e50112
}
.navigation__next {
  float: right;
  width: 50px;
  margin-top: 15px
}
.navigation__index {
  position: absolute;
  width: 80px;
  left: 50%;
  margin-top: 10px;
  margin-left: -40px
}
.navigation__prev {
  float: left;
  width: 50px;
  margin-top: 15px
}
.footer {
  padding: 40px 0;
  text-align: center;
  background-color: #0a385b
}
@media (max-width:767px) {
  .footer {
    padding: 10px 0 20px
  }
}
.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none
}
@media (max-width:767px) {
  .footer__links {
    display: block;
    overflow: hidden
  }
}
@media (max-width:767px) {
  .footer__links li {
    float: left;
    width: 50%;
    margin-top: 20px
  }
}
.footer__links li + li {
  margin-left: 100px
}
@media (max-width:767px) {
  .footer__links li + li {
    margin-left: 0
  }
}
.footer__links li a img {
  height: 83px
}
.footer__copyright {
  margin-top: 40px;
  height: 10px
}