@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, 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:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

html {
  font-size: 62.5%;
  width: 100%; }

body {
  background-color: #E7EEF5;
  color: #000000;
  font-size: 1.6rem;
  font-family: "Jun 201", "ヒラギノ丸ゴ Pro W3", "Hiragino Maru Gothic Pro", "メイリオ", 'Meiryo', 'Osaka', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 200%; }

* {
  box-sizing: border-box; }

img {
  max-width: 100%;
  vertical-align: top; }

.sectionTitle, .btn, .yodogawa, .toc-item, .archive__title, .talk__title, .talk__content strong, .movie {
  font-family: "Jun 501", "ヒラギノ丸ゴ Pro W3", "Hiragino Maru Gothic Pro", "メイリオ", 'Meiryo', 'Osaka', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold; }

a {
  color: #ccc; }

a[href] {
  color: #006400;
  text-decoration: none;
  -webkit-transition: .16s;
  transition: .16s; }
  a[href]:hover {
    opacity: .5; }

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

@media (min-width: 768px) {
  .is-pc-disabled {
    display: none !important; } }

@media (max-width: 767px) {
  .is-sp-disabled {
    display: none !important; } }

.header {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 767px) {
    .header:before {
      content: '';
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      height: 580px;
      background-image: url(../img/bg_sp@2x.png);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center bottom; } }
  .header__logoTokyo {
    position: absolute;
    display: inline-block;
    top: 25px;
    left: 20px;
    z-index: 30; }
    @media (max-width: 767px) {
      .header__logoTokyo {
        position: relative;
        top: auto;
        left: auto;
        margin-top: 10px;
        margin-left: 10px; }
        .header__logoTokyo img {
          width: 160px; } }
  .header__title {
    position: absolute;
    top: 25px;
    right: 20px;
    z-index: 10; }
    @media (max-width: 767px) {
      .header__title {
        position: relative;
        top: auto;
        right: auto;
        margin-top: -20px;
        text-align: center; } }
  .header__miura {
    position: relative;
    margin-top: -50px;
    z-index: 20; }

@media (min-width: 768px) {
  .app {
    padding-bottom: 20px;
    background-image: url(../img/bg@2x.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top; } }

.sectionTitle {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-size: 2.4rem;
  line-height: 64px;
  text-align: center;
  color: #fff;
  background-color: #0077DC;
  border-radius: 20px;
  letter-spacing: .1em; }
  @media (max-width: 767px) {
    .sectionTitle {
      width: 90%;
      font-size: 1.5rem;
      line-height: 32px;
      border-radius: 10px; } }

.btn {
  display: inline-block;
  padding: 0 1em;
  font-size: 1.8rem;
  line-height: 42px;
  color: #006400;
  border: solid 4px #006400;
  letter-spacing: .1em;
  border-radius: 15px; }
  @media (max-width: 767px) {
    .btn {
      padding: 0 .7em;
      line-height: 26px;
      border-width: 2px;
      font-size: 1.2rem;
      border-radius: 10px; } }

.indentHarfFront {
  margin-left: -.5em; }

.indentHarfBack {
  margin-right: -.5em; }

.content {
  position: relative;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  z-index: 10;
  border-radius: 25px;
  background-color: #FFF; }
  @media (max-width: 767px) {
    .content {
      margin-bottom: 0;
      border-radius: 0; } }

.yodogawa {
  padding-top: 40px;
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
  letter-spacing: .1em; }
  @media (max-width: 767px) {
    .yodogawa {
      padding-top: 20px;
      font-size: 1.5rem; } }

.toc {
  margin-top: 70px;
  text-align: center; }
  @media (max-width: 767px) {
    .toc {
      margin-top: 35px; } }
  .toc__items {
    display: inline-block; }
    @media (max-width: 767px) {
      .toc__items {
        display: block; } }

.toc-item {
  margin-top: 40px;
  font-size: 1.8rem;
  letter-spacing: .1em;
  list-style: none;
  text-align: left; }
  @media (max-width: 767px) {
    .toc-item {
      margin-top: 20px;
      text-align: center;
      font-size: 1.5rem; } }
  .toc-item a {
    display: block;
    overflow: hidden;
    line-height: 1.7em; }
  .toc-item__number {
    float: left; }
    @media (max-width: 767px) {
      .toc-item__number {
        float: none;
        font-size: 1.4rem; } }
  .toc-item__title {
    float: left;
    margin-left: 1em;
    white-space: nowrap; }
    @media (max-width: 767px) {
      .toc-item__title {
        float: none;
        margin-left: 0; } }
  .toc-item__date {
    float: left;
    margin-left: 1em; }
    @media (max-width: 767px) {
      .toc-item__date {
        float: none;
        margin-left: 0;
        font-size: 1.4rem; } }

.profile {
  margin-top: 70px;
  text-align: center; }
  @media (max-width: 767px) {
    .profile {
      margin-top: 35px; } }
  .profile__body {
    display: inline-block;
    margin-top: 40px;
    text-align: left;
    font-size: 1.8rem;
    line-height: 2.2em;
    letter-spacing: .1em; }
    @media (max-width: 767px) {
      .profile__body {
        width: 80%;
        margin-top: 20px;
        font-size: 1.4rem; } }

.archive {
  margin-top: 70px;
  text-align: center; }
  @media (max-width: 767px) {
    .archive {
      margin-top: 35px; } }
  .archive__title {
    padding: 10px 0;
    font-size: 2.1rem;
    line-height: 1.8em;
    color: #fff;
    background-color: #0077DC;
    text-align: center; }
    @media (max-width: 767px) {
      .archive__title {
        font-size: 1.6rem; } }
  .archive__items {
    display: inline-block;
    list-style: none; }
    @media (max-width: 767px) {
      .archive__items {
        margin-top: 10px; } }
    .archive__items li {
      display: inline-block;
      margin-top: 40px;
      margin-left: 5px;
      margin-right: 5px; }
      @media (max-width: 767px) {
        .archive__items li {
          margin-top: 10px; } }
    .archive__items img {
      vertical-align: top;
      width: 230px; }

.navigation {
  position: relative;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  text-align: center;
  line-height: 1; }
  @media (max-width: 767px) {
    .navigation {
      width: 90%;
      margin-top: 25px; } }
  .navigation__prev {
    position: absolute;
    left: 0; }
  .navigation__next {
    position: absolute;
    right: 0; }

.talk {
  margin-top: 50px;
  text-align: center; }
  .talk__title {
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    padding: 10px 0;
    color: #fff;
    font-size: 3.0rem;
    background-color: #0077DC;
    border-radius: 20px;
    text-align: center;
    line-height: 1.5;
    letter-spacing: .1em; }
    .talk__title small {
      font-size: 2.4rem; }
    @media (max-width: 767px) {
      .talk__title {
        width: 95%;
        font-size: 1.3rem;
        border-radius: 10px; }
        .talk__title small {
          font-size: 1.2rem; } }
  .talk__content {
    text-align: left; }
    .talk__content dl {
      margin-top: 2em;
      margin-left: 110px; }
      .talk__content dl dt {
        float: left; }
      .talk__content dl dd {
        margin-left: 70px;
        letter-spacing: .1em; }
    .talk__content strong {
      font-size: 3.2rem;
      line-height: 1.5em;
      vertical-align: sub; }
    .talk__content .image {
      width: 90%;
      margin-left: auto;
      margin-right: auto;
      margin-top: 2em; }
    @media (max-width: 767px) {
      .talk__content {
        font-size: 1.4rem; }
        .talk__content dl {
          width: 90%;
          margin-left: auto;
          margin-right: auto; }
          .talk__content dl dt {
            float: none; }
            .talk__content dl dt.miura {
              color: #0077DC; }
          .talk__content dl dd {
            margin-left: 0; }
        .talk__content strong {
          font-size: 2.0rem; } }
  .talk__update {
    margin-top: 2em;
    letter-spacing: .1em; }
    .talk__update small {
      display: block;
      margin-top: 30px;
      font-size: 1.3rem; }
    @media (max-width: 767px) {
      .talk__update {
        font-size: 1.4rem; }
        .talk__update small {
          margin-top: 15px; } }

.movie {
  margin-top: 40px;
  padding: 40px;
  color: #fff;
  background-color: #000000;
  text-align: center; }
  @media (max-width: 767px) {
    .movie {
      padding: 15px; } }
  .movie__title {
    letter-spacing: .1em;
    font-size: 2.6rem; }
    @media (max-width: 767px) {
      .movie__title {
        font-size: 1.3rem; } }
  .movie__youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-top: 20px;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .movie__youtube {
        margin-top: 10px;
        margin-bottom: 10px; } }
    .movie__youtube iframe {
      position: absolute;
      top: 0;
      right: 0;
      width: 100% !important;
      height: 100% !important; }
  .movie__subHead {
    font-size: 2.1rem;
    letter-spacing: .1em; }
    @media (max-width: 767px) {
      .movie__subHead {
        font-size: 1.4rem; } }
  .movie__point {
    display: inline-block;
    list-style: none;
    margin-top: 20px; }
    .movie__point li {
      margin-left: 1.4em;
      text-align: left;
      letter-spacing: .1em; }
      .movie__point li:before {
        content: '□';
        display: inline-block;
        text-indent: -1.4em; }
    @media (max-width: 767px) {
      .movie__point {
        margin-top: 0px; }
        .movie__point li {
          font-size: 1.3rem;
          line-height: 2; } }

.footer {
  margin-top: 70px;
  padding-top: 50px;
  padding-bottom: 30px;
  text-align: center;
  background-color: #0077DC;
  border-radius: 0 0 25px 25px; }
  @media (max-width: 767px) {
    .footer {
      margin-top: 35px; } }
  .footer__links {
    display: inline-block;
    overflow: hidden;
    list-style: none; }
    @media (max-width: 767px) {
      .footer__links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-left: 30px;
        margin-right: 30px; } }
    .footer__links li {
      float: left;
      margin-right: 80px; }
      .footer__links li img {
        height: 68px; }
      @media (max-width: 767px) {
        .footer__links li {
          float: none;
          margin-right: 0; } }
      .footer__links li:last-child {
        margin-left: 170px;
        margin-right: 0; }
        @media (max-width: 767px) {
          .footer__links li:last-child {
            margin-left: 0; } }
  .footer__copyright {
    margin-top: 40px; }

/*# sourceMappingURL=app.css.map */
