@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

.hidden {
  display: none; }

@font-face {
  font-family: "Flaticon";
  src: url("../font/Flaticon.eot");
  src: url("../font/Flaticon.eot?#iefix") format("embedded-opentype"), url("../font/Flaticon.woff") format("woff"), url("../font/Flaticon.ttf") format("truetype"), url("../font/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal; }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../font/Flaticon.svg#Flaticon") format("svg"); } }
.fi:before {
  display: inline-block;
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

.flaticon-clock:before {
  content: "\f100"; }

.flaticon-cal:before {
  content: "\f101"; }

.flaticon-people:before {
  content: "\f102"; }

.flaticon-tel:before {
  content: "\f103"; }

.flaticon-train:before {
  content: "\f104"; }

/* base
----------------------------------------------------*/
html {
  font-size: 62.5%; }

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: sans-serif;
  line-height: 1.6;
  color: #000; }
  @media screen and (min-width: 640px) {
    body {
      background: #f9f9f9; } }

a {
  color: #004da1; }

img {
  vertical-align: top; }

@media screen and (min-width: 640px) {
  .container {
    width: 640px;
    margin: 0 auto; } }
@media screen and (min-width: 910px) {
  .container {
    margin: 0; } }

/* header
----------------------------------------------------*/
.header {
  position: relative;
  z-index: 2; }

.main_img {
  overflow: hidden;
  background: #fff;
  text-align: right; }
  .main_img img {
    width: 100%;
    height: auto; }

.main_lead {
  padding: 20px;
  background: #004da1; }
  .main_lead p {
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem; }
    .main_lead p a {
      color: #fff; }

.limited {
  margin: 0 0 15px 0;
  padding: 10px 0;
  border: 1px solid #fff;
  text-align: center; }
  .limited img {
    width: auto;
    height: 30px; }

a.main_lead2 {
  display: block;
  padding: 10px;
  background: #004da1;
  text-decoration: none; }
  a.main_lead2 img {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    background: #fff; }

.report {
  display: table;
  width: 100%; }
  .report p {
    display: table-cell;
    padding: 10px 0 0 0;
    color: #a3b5d3;
    font-size: 14px;
    font-size: 1.4rem; }
    @media screen and (min-width: 640px) {
      .report p {
        font-size: 16px;
        font-size: 1.6rem; } }
    .report p:last-child {
      text-align: right;
      color: #fff; }

.limited {
  margin: 0 0 15px 0;
  padding: 10px 0;
  border: 1px solid #fff;
  text-align: center; }
  .limited img {
    width: auto;
    height: 30px; }

.main_list {
  text-align: center;
  font-size: 0; }
  .main_list li {
    display: inline-block;
    width: 10.66%;
    margin: 0 2px;
    vertical-align: top; }
    .main_list li:first-child {
      width: 30.66%; }
    .main_list li img {
      width: 100%;
      height: auto; }

/* global
----------------------------------------------------*/
#global {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 20000;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease; }
  .menu-open #global {
    opacity: 1;
    visibility: visible; }
  @media screen and (min-width: 640px) {
    #global {
      width: 640px;
      right: auto;
      left: calc(50% - 320px); } }
  @media screen and (min-width: 910px) {
    #global {
      opacity: 1;
      visibility: visible;
      bottom: auto;
      top: 0;
      left: auto;
      right: 0;
      width: auto; } }

#menu_btn {
  height: 54px;
  background: url(../images/menu_bg.png) no-repeat right top;
  background-size: 100% auto;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: right;
  line-height: 50px;
  padding: 5px 10px 0 0;
  box-sizing: border-box; }
  @media screen and (min-width: 910px) {
    #menu_btn {
      display: none; } }
  #menu_btn .icon {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px; }
    #menu_btn .icon span {
      position: absolute;
      left: 0;
      display: block;
      width: 15px;
      height: 3px;
      background: #fff; }
      #menu_btn .icon span:nth-child(1) {
        top: 0; }
      #menu_btn .icon span:nth-child(2) {
        top: 6px; }
      #menu_btn .icon span:nth-child(3) {
        top: 12px; }

#menu_inner {
  display: none;
  background: #004da1; }
  @media screen and (min-width: 910px) {
    #menu_inner {
      display: inline-block !important;
      opacity: 1 !important;
      background: none; } }
  #menu_inner ul {
    overflow: hidden; }
    #menu_inner ul li {
      border-top: 1px solid rgba(255, 255, 255, 0.3); }
      @media screen and (min-width: 640px) {
        #menu_inner ul li {
          border-top: none;
          border-bottom: 1px solid rgba(255, 255, 255, 0.3);
          font-size: 14px;
          font-size: 1.4rem; }
          #menu_inner ul li:nth-child(3n) {
            border-right: none; } }
    #menu_inner ul a {
      display: block;
      padding: 10px;
      text-align: center;
      text-decoration: none;
      color: #fff;
      transition: all 0.4s ease; }
      @media screen and (min-width: 640px) {
        #menu_inner ul a {
          padding: 10px 30px; } }
      @media screen and (min-width: 910px) {
        #menu_inner ul a {
          background: rgba(0, 77, 161, 0.8);
          text-align: left; }
          #menu_inner ul a:hover {
            background: #004da1; }
          #menu_inner ul a.current {
            background: #9b794f; }
            #menu_inner ul a.current:hover {
              background: #9b794f; } }

/* manga
----------------------------------------------------*/
.end {
  padding: 220px 20px 40px;
  background: url(../images/circle.png) no-repeat left top #d0e2f5;
  background-size: 100% auto; }
  .end h2 {
    margin: 0 0 20px 0;
    padding: 0 0 10px 0;
    border-bottom: 2px solid #ddd;
    font-weight: bold; }
  .end p {
    margin: 0 0 20px 0; }
    .end p.btm {
      padding: 10px 0 0 0;
      border-top: 2px solid #ddd;
      font-size: 12px;
      font-size: 1.2rem;
      color: #999; }

.end_inner {
  padding: 20px 20px 1px;
  background: #fff; }

.manga {
  position: relative;
  z-index: 1;
  padding: 20px 0 40px 0;
  text-align: center;
  background: #d0e2f5; }
  .manga img {
    width: 94.13%;
    height: auto;
    margin: 0 0 40px -3.5%; }

.led {
  margin: 0 30px;
  padding: 10px;
  border-radius: 10px;
  background: url(../images/led.png) repeat center center #333;
  background-size: 6px auto;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.2; }
  @media screen and (min-width: 640px) {
    .led {
      max-width: 400px;
      margin: 0 auto; } }

@media screen and (min-width: 640px) {
  .sp {
    display: none; } }

sup {
  font-size: 12px;
  font-size: 1.2rem; }

.matome {
  position: relative;
  text-align: left;
  color: #004da1;
  overflow: hidden; }
  .matome:before {
    content: '';
    position: absolute;
    display: block;
    right: -20px;
    top: 15px;
    z-index: 3;
    width: 175px;
    height: 400px;
    background: url(../images/matome.png) no-repeat left top;
    background-size: 175px auto; }
    @media screen and (min-width: 640px) {
      .matome:before {
        right: 70px; } }
  .matome ol {
    margin: 0 20px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.3; }
    @media screen and (min-width: 640px) {
      .matome ol {
        margin: 0 50px; } }
    .matome ol li {
      clear: left;
      padding: 0 0 0 2em; }
      .matome ol li + li {
        margin: 10px 0 0 0; }
      .matome ol li span {
        float: left;
        margin: 0 0 0 -2em; }
  .matome ul {
    margin: 0 20px 15px;
    padding: 45px 0 0 0;
    border-bottom: 1px solid #004da1; }
    @media screen and (min-width: 640px) {
      .matome ul {
        margin: 0 50px 15px; } }
    .matome ul li {
      position: relative;
      border-top: 1px solid #004da1;
      color: #004da1;
      text-shadow: 1px -1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff, 1px 1px 0 #fff, 1px 0 0 #fff, 0 1px 0 #fff, 2px -2px 1px #fff, -2px 2px 1px #fff, -2px -2px 1px #fff, 2px 2px 1px #fff, 2px 0 1px #fff, 0 2px 1px #fff; }
      .matome ul li i {
        position: absolute;
        line-height: 1; }
        .matome ul li i.flaticon-train {
          left: 8px;
          top: 15px;
          font-size: 45px;
          font-size: 4.5rem; }
        .matome ul li i.flaticon-cal {
          left: 10px;
          top: 18px;
          font-size: 41px;
          font-size: 4.1rem; }
        .matome ul li i.flaticon-clock {
          left: 5px;
          top: 15px;
          font-size: 50px;
          font-size: 5rem; }
        .matome ul li i.flaticon-people {
          left: 5px;
          top: 13px;
          font-size: 50px;
          font-size: 5rem; }
      .matome ul li span {
        position: relative;
        display: block;
        padding: 20px 0 20px 70px;
        z-index: 4;
        line-height: 1.3;
        text-align: left;
        font-weight: bold; }

/* detail
----------------------------------------------------*/
.b2w {
  padding-top: 60px;
  background: url(../images/b2w.png) no-repeat left top white;
  background-size: 100% auto; }

.w2b {
  padding-top: 60px;
  background: url(../images/w2b.png) no-repeat left top #d0e2f5;
  background-size: 100% auto; }

.b2n {
  padding-top: 60px;
  background: url(../images/b2n.png) no-repeat left top #004da1;
  background-size: 100% auto; }

.detail {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 40px; }
  .detail table {
    width: 100%; }
    .detail table th {
      padding: 0 0 15px 0;
      vertical-align: top;
      white-space: nowrap; }
      .detail table th span {
        display: block;
        padding: 0 10px;
        background: #e1e0e1;
        text-align: center;
        line-height: 2;
        border-radius: 3px;
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: bold; }
    .detail table td {
      padding: 5px 0 15px 10px;
      line-height: 1.1;
      vertical-align: top; }
      .detail table td.map {
        padding: 0 0 15px 0; }
      .detail table td b {
        font-weight: bold;
        font-size: 12px;
        font-size: 1.2rem; }
      .detail table td span {
        display: inline-block;
        margin: 10px 0 0 0;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.3; }
        .detail table td span.num {
          margin-top: 0; }
      .detail table td .map {
        position: relative;
        padding-bottom: 50%;
        height: 0;
        overflow: hidden; }
        .detail table td .map iframe,
        .detail table td .map object,
        .detail table td .map embed {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }

.column {
  margin: 20px -10px 0;
  padding: 15px;
  background: #e5eff9; }
  .column h3 {
    margin-bottom: -5px;
    text-align: center;
    font-weight: bold; }

.card {
  margin: 20px 0 0 0;
  padding: 15px 15px 0;
  background: #fff;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  font-size: 1.4rem; }
  .card.card-tel {
    cursor: default; }
  .card + .card {
    margin-top: 10px; }

.card_title {
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  line-height: 1.2; }

.card_data {
  display: table;
  padding: 10px 0;
  line-height: 1.2; }
  .card_data li {
    display: table-cell;
    padding: 5px 10px 5px 0;
    border-right: 1px solid #ccc;
    vertical-align: top;
    /*
    		@include mqSP {
    			display: block;
    			margin: 0;
    			padding-right: 0;
    			border: none;
    		}
    */ }
    .card_data li:last-child {
      border: none;
      padding-left: 10px; }
    .card_data li.card_tel {
      font-weight: bold;
      /*
      			&:before{
      				margin: 0 5px 0 0;
      				@include iconfont;
      				content: "\e60d";
      				@include fz(24);
      			}
      */ }
      .card_data li.card_tel i {
        padding-right: 5px; }

.card_txt {
  padding: 10px 0 15px;
  line-height: 1.5; }
  .card_txt + .card_data {
    margin: -20px 0 0 0; }
  .card_txt + .card_txt {
    margin: -20px 0 0 0; }

/* flow
----------------------------------------------------*/
.box {
  padding: 40px 20px;
  color: #333; }
  .box h4 {
    display: inline-block;
    margin: 20px 0 10px;
    padding: 0 10px;
    background: #b0c1d3;
    border-radius: 3px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    line-height: 2; }
  .box ul {
    margin: 0 0 0 1.5em; }
    .box ul li {
      list-style-type: disc;
      margin: 0 0 10px 0; }
      .box ul li b {
        font-weight: bold; }
  .box h5 {
    display: inline-block;
    margin: 20px 0 10px;
    padding: 0 0 5px 0;
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem; }

.box-flow {
  position: relative;
  border-bottom: 2px solid #b0c1d3; }
  .box-flow img {
    max-width: 100%;
    height: auto;
    margin: 0 0 15px 0; }
  .box-flow:before {
    position: absolute;
    display: block;
    left: 50%;
    bottom: -18px;
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin: 0 0 0 -16px;
    border-style: solid;
    border-width: 16px 16px 0 16px;
    border-color: #b0c1d3 transparent transparent transparent; }
  .box-flow:after {
    position: absolute;
    display: block;
    left: 50%;
    bottom: -16px;
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin: 0 0 0 -16px;
    border-style: solid;
    border-width: 16px 16px 0 16px;
    border-color: #d0e2f5 transparent transparent transparent; }
  .box-flow:last-child {
    border: none; }
    .box-flow:last-child:before, .box-flow:last-child:after {
      display: none; }

.box.box-talk section {
  margin: 30px 0 0 0; }
  .box.box-talk section + section {
    margin: 40px 0 0 0; }
.box.box-talk h4 {
  display: block;
  margin: 0 0 15px;
  padding: 0;
  background: none;
  border-radius: 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.4;
  color: #004da1; }
.box.box-talk p + p {
  margin-top: 15px; }

.lead {
  padding: 0 0 15px 0;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #000; }

.lead-flow {
  display: table; }
  .lead-flow i {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 10px 0 0;
    background: #fff;
    border-radius: 20px;
    line-height: 40px;
    text-align: center;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold; }
  .lead-flow span {
    display: table-cell;
    vertical-align: middle;
    line-height: 1.3; }

/* talk
----------------------------------------------------*/
.talk_question {
  margin: 0 0 15px 0;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #000; }
  .talk_question span {
    background: #fff67f; }

.talk_lead {
  font-size: 14px;
  font-size: 1.4rem;
  color: #726f60; }
  .talk_lead img {
    float: right;
    width: 100px;
    height: auto;
    margin: 0 0 10px 10px;
    border-radius: 60px;
    overflow: hidden; }

/* disease
----------------------------------------------------*/
.disease {
  padding-bottom: 40px; }

.box-disease {
  border-bottom: 2px solid #b0c1d3; }
  .box-disease:last-of-type {
    border: none; }
  .box-disease .lead {
    position: relative;
    padding-right: 40px; }
    .box-disease .lead:before {
      content: "+";
      position: absolute;
      right: 10px;
      top: 2px;
      width: 20px;
      height: 20px;
      background: rgba(255, 255, 255, 0.5);
      border: 1px solid #ccc;
      line-height: 20px;
      text-align: center;
      vertical-align: middle;
      font-weight: normal;
      transition: all 0.2s ease; }
      @media screen and (min-width: 640px) {
        .box-disease .lead:before {
          display: none; } }
    .box-disease .lead:after {
      content: "[タップで全ての内容を表示]";
      font-size: 12px;
      font-size: 1.2rem;
      display: block;
      color: #666;
      font-weight: normal;
      transition: all 0.2s ease; }
      @media screen and (min-width: 640px) {
        .box-disease .lead:after {
          display: none; } }
    .box-disease .lead.opened:before, .box-disease .lead.opened:after {
      opacity: 0; }
    .box-disease .lead + .hide {
      position: relative;
      height: 100px;
      overflow: hidden;
      transition: all 0.6s ease 0.2s; }
      @media screen and (min-width: 640px) {
        .box-disease .lead + .hide {
          height: auto; } }
      .box-disease .lead + .hide:after {
        position: absolute;
        display: block;
        left: 0;
        top: 0;
        content: "";
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom, rgba(208, 226, 245, 0) 0%, #d0e2f5 100%);
        transition: all 0.4s ease; }
        @media screen and (min-width: 640px) {
          .box-disease .lead + .hide:after {
            display: none; } }
      .box-disease .lead + .hide.opened {
        height: auto; }
        .box-disease .lead + .hide.opened:after {
          opacity: 0;
          visibility: hidden; }

.reference {
  margin: -20px 20px 0;
  padding: 20px;
  font-size: 12px;
  font-size: 1.2rem;
  background: #f5f5f5;
  color: #999; }

/* about
----------------------------------------------------*/
.box-about {
  border-bottom: 2px solid #d1dbe5; }
  .box-about:last-child {
    border: none; }
  .box-about .lead {
    position: relative;
    padding-right: 40px; }
    .box-about .lead:before {
      content: "+";
      position: absolute;
      right: 10px;
      top: 2px;
      width: 20px;
      height: 20px;
      background: rgba(255, 255, 255, 0.5);
      border: 1px solid #ccc;
      line-height: 20px;
      text-align: center;
      vertical-align: middle;
      font-weight: normal;
      transition: all 0.2s ease; }
      @media screen and (min-width: 640px) {
        .box-about .lead:before {
          display: none; } }
    .box-about .lead:after {
      content: "[タップで全ての内容を表示]";
      font-size: 12px;
      font-size: 1.2rem;
      display: block;
      color: #999;
      font-weight: normal;
      transition: all 0.2s ease; }
      @media screen and (min-width: 640px) {
        .box-about .lead:after {
          display: none; } }
    .box-about .lead.opened:before, .box-about .lead.opened:after {
      opacity: 0; }
    .box-about .lead + .hide {
      position: relative;
      height: 100px;
      overflow: hidden;
      transition: all 0.6s ease 0.2s; }
      @media screen and (min-width: 640px) {
        .box-about .lead + .hide {
          height: auto; } }
      .box-about .lead + .hide:after {
        position: absolute;
        display: block;
        left: 0;
        top: 0;
        content: "";
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%); }
        @media screen and (min-width: 640px) {
          .box-about .lead + .hide:after {
            display: none; } }
      .box-about .lead + .hide.opened {
        height: auto; }
        .box-about .lead + .hide.opened:after {
          opacity: 0;
          visibility: hidden; }

/* footer
----------------------------------------------------*/
.footer {
  padding: 30px 20px 20px 20px;
  color: #fff;
  line-height: 1.4;
  font-size: 10px;
  font-size: 1rem; }

.copy {
  margin: 0 0 10px 0; }

.project {
  max-width: 500px; }
