@charset "UTF-8";
/*
Theme Name: Biken
Author: crosswish
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, 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;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word !important;
  font-weight: normal;
}

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 {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* 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;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

ul, ol {
  list-style: none;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  max-width: 100%;
  vertical-align: bottom;
}

main {
  display: block;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/*====================================
目次
┗【 初期設定 】
┗【 ヘッダー 】
┗【 フッター 】
┗【 共通パーツ 】
=====================================*/
/*====================================
* 初期設定
=====================================*/
body {
  -webkit-text-size-adjust: 100%;
  background: #fff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  color: #333;
}
@media print, screen and (min-width: 737px) {
  body {
    min-width: 1040px;
  }
}
@media screen and (max-width: 736px) {
  body {
    font-size: 12px;
  }
}
body.no-scroll {
  overflow: hidden;
}

a {
  color: #333;
  text-decoration: none;
}
a.boxLink {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media print, screen and (min-width: 737px) {
  a.boxLink:hover {
    color: #fff !important;
    background: #009fe8;
  }
}
a.textLink {
  color: #009fe8;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media print, screen and (min-width: 737px) {
  a.textLink:hover {
    color: #b2e2f8 !important;
  }
}
a.opLink {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media print, screen and (min-width: 737px) {
  a.opLink:hover {
    opacity: 0.6;
  }
}
a.pdfLink {
  display: table;
  position: relative;
  padding-left: 45px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media print, screen and (min-width: 737px) {
  a.pdfLink:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 736px) {
  a.pdfLink {
    padding-left: 30px;
  }
}
a.pdfLink + .pdfLink {
  margin-top: 15px;
}
@media screen and (max-width: 736px) {
  a.pdfLink + .pdfLink {
    margin-top: 10px;
  }
}
a.pdfLink:before {
  content: "";
  display: block;
  width: 26px;
  height: 30px;
  background: url(./img/about_biken/img_transparent_02.png) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 736px) {
  a.pdfLink:before {
    width: 18px;
    height: 20px;
    background-size: contain;
  }
}

.cW {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.cWs {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media screen and (max-width: 736px) {
  .cWsp {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.spOnly {
  display: none;
}
@media screen and (max-width: 736px) {
  .spOnly {
    display: block;
  }
}

@media screen and (max-width: 736px) {
  .pcOnly {
    display: none;
  }
}

figure.ratio-8_5 {
  position: relative;
  overflow: hidden;
}
figure.ratio-8_5:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 62.5%;
  background: #dfdfdf;
}
figure.ratio-8_5 img {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
figure.ratio-5-3 {
  position: relative;
  overflow: hidden;
}
figure.ratio-5-3:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 60%;
  background: #dfdfdf;
}
figure.ratio-5-3 img {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

/*====================================
* ヘッダー
=====================================*/
header {
  border-top: 10px solid #009fe8;
  z-index: 1000;
}
@media print, screen and (min-width: 737px) {
  header {
    position: fixed;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    top: 0;
    left: 0;
    min-width: 1200px;
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
  }
}
@media screen and (max-width: 736px) {
  header {
    position: relative;
    border-top: none;
  }
}
header .headerInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 736px) {
  header .headerInner {
    background: #fff;
    border-top: 5px solid #009fe8;
    padding: 15px 20px;
  }
}
header .headerInner .logo {
  margin: 0 35px 0 40px;
}
@media screen and (max-width: 736px) {
  header .headerInner .logo {
    margin: 0;
  }
}
header .headerInner .logo img {
  display: block;
  width: 124px;
  height: auto;
}
@media screen and (max-width: 736px) {
  header .headerInner .logo img {
    width: 82px;
  }
}
header .headerInner .hNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 736px) {
  header .headerInner .hNav {
    display: none;
  }
}
header .headerInner .hNav .nav01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .headerInner .hNav .nav01 > li > a {
  display: block;
  color: #009fe8;
  padding: 33px 15px 32px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
header .headerInner .hNav .nav01 > li > a:hover {
  background: #009fe8;
  color: #fff;
}
header .headerInner .hNav .nav02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}
header .headerInner .hNav .nav02 .japaneseLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .headerInner .hNav .nav02 .japaneseLink a {
  height: 100%;
}
header .headerInner .hNav .nav02 .englishLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .headerInner .hNav .nav02 .englishLink a {
  height: 100%;
}
header .headerInner .hNav .nav02 .search span {
  display: block;
  width: 80px;
  text-align: center;
  padding: 31px 0;
  position: relative;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
header .headerInner .hNav .nav02 .search span img {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
header .headerInner .hNav .nav02 .search span img:first-child {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
}
header .headerInner .hNav .nav02 .search span img:last-child {
  opacity: 1;
}
header .headerInner .hNav .nav02 .search span:hover {
  background: #009fe8;
}
header .headerInner .hNav .nav02 .search span:hover img:first-child {
  opacity: 1;
}
header .headerInner .hNav .nav02 .search span:hover img:last-child {
  opacity: 0;
}
header .headerInner .hNav .nav02 .medical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .headerInner .hNav .nav02 li + li {
  border-left: 1px dotted #009fe8;
}
header .headerInner .hNav .nav02 li a {
  color: #009fe8;
  padding: 31px 40px;
  display: block;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
header .headerInner .hNav .nav02 li a:hover {
  background: #009fe8;
  color: #fff;
}
header .headerInner .spMenu {
  margin-left: auto;
  width: 25px;
  height: 20px;
  position: relative;
}
@media print, screen and (min-width: 737px) {
  header .headerInner .spMenu {
    display: none;
  }
}
header .headerInner .spMenu span {
  display: block;
  width: 100%;
  height: 2px;
  background: #009fe8;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
header .headerInner .spMenu:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #009fe8;
  position: absolute;
  top: 0;
}
header .headerInner .spMenu:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #009fe8;
  position: absolute;
  bottom: 0;
}
header .headerInner .spMenu.active span {
  opacity: 0;
}
header .headerInner .spMenu.active:before {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
          transform: translate(-50%, -50%) rotateZ(45deg);
}
header .headerInner .spMenu.active:after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
          transform: translate(-50%, -50%) rotateZ(-45deg);
}
header .headerInner .spNav {
  position: fixed;
  width: 100%;
  height: calc(100vh - 56px);
  z-index: -1;
  top: 0;
  left: 0;
  background: #009fe8;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  overflow-y: auto;
}
@media print, screen and (min-width: 737px) {
  header .headerInner .spNav {
    display: none;
  }
}
header .headerInner .spNav.active {
  top: 56px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
header .headerInner .spNav ul li {
  border-bottom: 1px solid #40B7EE;
}
header .headerInner .spNav ul li a {
  display: block;
  padding: 20px;
  color: #fff;
}
header .headerInner .spNav .medical {
  margin-top: 15px;
}
header .headerInner .spNav .medical a {
  display: block;
  padding: 20px;
  color: #fff;
  background: #40B7EE;
}
header .headerInner .spNav .search {
  padding: 8px 15px 15px;
}
header .headerInner .spNav .search form {
  border-bottom: 1px solid #40B7EE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .headerInner .spNav .search form button {
  padding: 10px 0;
  width: 40px;
  text-align: center;
}
header .headerInner .spNav .search form input {
  display: block;
  font-size: 16px;
  color: #fff;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: transparent;
  border: none;
}
header .headerInner .spNav .search form input:focus {
  outline: none;
}
header .headerInner .spNav .englishLink {
  margin: 15px 15px 0;
}
header .headerInner .spNav .englishLink a {
  display: block;
  padding: 20px;
  color: #fff;
  border: 1px solid #40B7EE;
  text-align: center;
}
header .headerInner .spNav .japaneseLink {
  margin: 15px 15px 0;
}
header .headerInner .spNav .japaneseLink a {
  display: block;
  padding: 20px;
  color: #fff;
  border: 1px solid #40B7EE;
  text-align: center;
}
header .searchBox {
  display: none;
  position: fixed;
  width: 100%;
  top: 90px;
  left: 0;
  padding: 55px 0;
  background: rgba(229, 245, 253, 0.9);
}
header .searchBox form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
header .searchBox form.active {
  opacity: 1;
}
header .searchBox form input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: block;
  font-size: 16px;
  padding: 10px;
  border: 1px solid #009fe8;
}
header .searchBox form button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 42px;
  width: 42px;
  border-top: 1px solid #009fe8;
  border-right: 1px solid #009fe8;
  border-bottom: 1px solid #009fe8;
  background: #fff;
}
header .hoverNavArea {
  position: fixed;
  top: 90px;
  left: 0;
  width: 100%;
  padding: 55px 0;
  background: rgba(229, 245, 253, 0.9);
  display: none;
}
header .hoverNavArea .hoverNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  opacity: 0;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
header .hoverNavArea .hoverNav.active {
  opacity: 1;
}
header .hoverNavArea .hoverNav .column {
  width: calc(100% / 3);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #fff;
}
header .hoverNavArea .hoverNav .column + .column {
  border-left: 1px solid #E5F5FD;
}
header .parentNav > li .navBox {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 737px) {
  header .parentNav > li .navBox {
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  header .parentNav > li .navBox:hover {
    background: #e8f8ff;
  }
}
header .parentNav > li .navBox figure {
  margin-right: 15px;
  width: 100px;
  background: #aaa;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
header .parentNav > li .navBox span {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 13px;
  color: #009fe8;
}
header .parentNav > li .childNav {
  padding: 0 30px 37px;
  border-top: 1px dotted #b2e2f8;
}
header .parentNav > li .childNav li {
  border-bottom: 1px dotted #b2e2f8;
}
header .parentNav > li .childNav li a {
  display: block;
  padding: 15px 0;
  font-size: 13px;
}
header .parentNav > li .childNav > li .SecChildNav {
  margin-left:20px;
}
header .parentNav > li .childNav > li .SecChildNav >li{
  border-bottom: none;
  border-top: 1px dotted #b2e2f8;

}

@media print, screen and (min-width: 737px) {
  header .parentNav > li .childNav li a {
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  header .parentNav > li .childNav li a:hover {
    background: #e8f8ff;
  }
}
header .parentNav > li + li {
  border-top: 1px solid #E5F5FD;
}

/*====================================
* フッター
=====================================*/
footer {
  padding: 70px 0 40px;
  border-top: 1px solid #b2e2f8;
}
@media screen and (max-width: 736px) {
  footer {
    padding: 0 0 20px;
    border-top: 1px solid #009fe8;
  }
}
footer .pageTop {
  position: fixed;
  bottom: 0;
  right: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media print, screen and (min-width: 737px) {
  footer .pageTop:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 736px) {
  footer .pageTop {
    display: none !important;
  }
}
footer .nav01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 737px) {
  footer .nav01 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 736px) {
  footer .nav01 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 736px) {
  footer .nav01 li {
    width: 50%;
  }
}
@media screen and (max-width: 736px) and (max-width: 736px) {
  footer .nav01 li {
    border-bottom: 1px solid #009fe8;
  }
}

footer .nav01 li a {
  font-size: 14px;
  color: #009fe8;
}
@media screen and (max-width: 736px) {
  footer .nav01 li a {
    display: block;
    text-align: center;
    padding: 20px 0;
    font-size: 11px;
  }
}
@media print, screen and (min-width: 737px) {
  footer .nav01 li + li {
    margin-left: 45px;
  }
}
@media screen and (max-width: 736px) {
  footer .nav01 li:nth-child(even) {
    border-left: 1px solid #009fe8;
  }
}
footer .logoLink_01 {
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 736px) {
  footer .logoLink_01 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 736px) {
  footer .logoLink_01 img {
    height: 40px;
    width: auto;
  }
}
footer .logoLink_02 {
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 736px) {
  footer .logoLink_02 {
    margin-top: 20px;
  }
}
footer .logoLink_02 a {
  display: inline-block;
}
@media screen and (max-width: 736px) {
  footer .logoLink_02 a img {
    height: 30px;
    width: auto;
  }
}
footer .copy {
  margin-top: 65px;
  text-align: center;
  font-family: 'EB Garamond', serif;
  color: #009fe8;
}
@media screen and (max-width: 736px) {
  footer .copy {
    margin-top: 19px;
  }
}
@media screen and (max-width: 736px) {
  footer.en_footer .nav01 li:last-child {
    width: 100%;
  }
}

/*====================================
* 共通パーツ
=====================================*/
@media print, screen and (min-width: 737px) {
  body main {
    margin-top: 90px;
  }
}
main.blur_e {
  -webkit-filter: blur(5px);
          filter: blur(5px);
}

.contactBox {
  margin-top: 60px;
}
@media screen and (max-width: 736px) {
  .contactBox {
    margin-top: 30px;
  }
}
.contactBox .inner {
  padding: 35px 65px;
  background: #f7f7f7;
  text-align: center;
}
@media screen and (max-width: 736px) {
  .contactBox .inner {
    padding: 25px 20px;
  }
}
.contactBox .inner .ttl {
  position: relative;
}
.contactBox .inner .ttl:before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: #333;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.contactBox .inner .ttl span {
  font-size: 20px;
  position: relative;
  padding: 0 10px;
  background: #f7f7f7;
}
@media screen and (max-width: 736px) {
  .contactBox .inner .ttl span {
    font-size: 16px;
  }
}
.contactBox .inner .txt_03 {
  margin-top: 20px;
}
.contactBox .inner .tel {
  margin-top: 25px;
  font-size: 30px;
}
@media screen and (max-width: 736px) {
  .contactBox .inner .tel {
    margin-top: 20px;
    font-size: 18px;
  }
}
.contactBox .inner .time {
  margin-top: 15px;
  font-size: 16px;
}
@media screen and (max-width: 736px) {
  .contactBox .inner .time {
    margin-top: 10px;
    font-size: 12px;
  }
}
.contactBox .inner .mail {
  margin-top: 20px;
  font-size: 18px;
}
@media screen and (max-width: 736px) {
  .contactBox .inner .mail {
    margin-top: 10px;
    font-size: 14px;
  }
}
.contactBox .inner .mail a {
  display: inline-block;
  position: relative;
  padding-left: 35px;
}
.contactBox .inner .mail a:before {
  content: "";
  display: block;
  width: 24px;
  height: 17px;
  background: url(./img/common/ico_mail.png) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

@media print, screen and (min-width: 737px) {
  .newsBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-top: 1px solid #bfe7f9;
    border-bottom: 1px solid #bfe7f9;
  }
}
.newsBox .ttl {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  letter-spacing: 2px;
}
@media print, screen and (min-width: 737px) {
  .newsBox .ttl {
    width: 400px;
  }
}
.newsBox .ttl h2 {
  font-size: 32px;
  color: #009fe8;
  text-align: center;
}
@media screen and (max-width: 736px) {
  .newsBox .ttl h2 {
    font-size: 18px;
  }
}
.newsBox .ttl h3 {
  font-size: 24px;
  color: #009fe8;
  text-align: center;
}
@media screen and (max-width: 736px) {
  .newsBox .ttl h3 {
    font-size: 18px;
  }
}
.newsBox .ttl .moreBtnPc a {
  display: block;
  margin: 55px auto 0;
  width: 240px;
  padding: 33px 0 32px;
  color: #009fe8;
  text-align: center;
  border: 1px solid #009fe8;
}
@media screen and (max-width: 736px) {
  .newsBox .ttl .moreBtnPc {
    display: none;
  }
}
@media print, screen and (min-width: 737px) {
  .newsBox .newsList {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media screen and (max-width: 736px) {
  .newsBox .newsList {
    margin: 30px 20px 0;
    border-top: 1px solid #bfe7f9;
    border-bottom: 1px solid #bfe7f9;
  }
}
@media print, screen and (min-width: 737px) {
  .newsBox .newsList li a {
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  .newsBox .newsList li a:hover {
    background: #e8f8ff;
  }
}
.newsBox .newsList li a[href$="pdf"] .text {
  padding-left: 25px;
  position: relative;
}
.newsBox .newsList li a[href$="pdf"] .text:before {
  content: "";
  display: block;
  width: 17px;
  height: 20px;
  background: url(./img/about_biken/img_transparent_02.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.newsBox .newsList li a, .newsBox .newsList li .noLink {
  display: block;
  padding: 25px 12px;
}
@media screen and (max-width: 736px) {
  .newsBox .newsList li a, .newsBox .newsList li .noLink {
    padding: 20px 0;
  }
}
@media screen and (max-width: 736px) {
  .newsBox .newsList li a .info, .newsBox .newsList li .noLink .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.newsBox .newsList li a .info .date, .newsBox .newsList li .noLink .info .date {
  font-size: 13px;
  font-family: "EB Garamond", serif;
}
.newsBox .newsList li a .info .cate, .newsBox .newsList li .noLink .info .cate {
  font-size: 12px;
  color: #009fe8;
}
@media print, screen and (min-width: 737px) {
  .newsBox .newsList li a .info .cate, .newsBox .newsList li .noLink .info .cate {
    margin-left: 12px;
  }
}
.newsBox .newsList li a .text, .newsBox .newsList li .noLink .text {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.6;
}
.newsBox .newsList li + li {
  border-top: 1px solid #bfe7f9;
}
@media print, screen and (min-width: 737px) {
  .newsBox .moreBtnSp {
    display: none;
  }
}
@media screen and (max-width: 736px) {
  .newsBox .moreBtnSp {
    border-bottom: 1px solid #bfe7f9;
    margin: 0 20px;
    padding: 20px 55px;
  }
  .newsBox .moreBtnSp a {
    display: block;
    padding: 20px 0;
    text-align: center;
    color: #009fe8;
    border: 1px solid #009fe8;
  }
}

@media print, screen and (min-width: 737px) {
  .newsBox_02 .newsList {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media screen and (max-width: 736px) {
  .newsBox_02 .newsList {
    border-top: 1px solid #bfe7f9;
    border-bottom: 1px solid #bfe7f9;
  }
}
.newsBox_02 .newsList li a {
  display: block;
  padding: 25px 12px;
}
@media print, screen and (min-width: 737px) {
  .newsBox_02 .newsList li a {
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  .newsBox_02 .newsList li a:hover {
    background: #e8f8ff;
  }
}
@media screen and (max-width: 736px) {
  .newsBox_02 .newsList li a {
    padding: 20px 0;
  }
}
.newsBox_02 .newsList li a[href$="pdf"] .text {
  padding-left: 25px;
  position: relative;
}
.newsBox_02 .newsList li a[href$="pdf"] .text:before {
  content: "";
  display: block;
  width: 17px;
  height: 20px;
  background: url(./img/about_biken/img_transparent_02.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 736px) {
  .newsBox_02 .newsList li a .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.newsBox_02 .newsList li a .info .date {
  font-size: 13px;
  font-family: "EB Garamond", serif;
}
.newsBox_02 .newsList li a .info .cate {
  font-size: 12px;
  color: #009fe8;
}
@media print, screen and (min-width: 737px) {
  .newsBox_02 .newsList li a .info .cate {
    margin-left: 12px;
  }
}
.newsBox_02 .newsList li a .text {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.6;
}
.newsBox_02 .newsList li + li {
  border-top: 1px solid #bfe7f9;
}
.newsBox_02 .more {
  margin-top: 45px;
  text-align: center;
}
.newsBox_02 .more a {
  display: inline-block;
  width: 250px;
  padding: 12px 0;
  color: #fff;
  background: #009FE8;
}

.med_conf {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 159, 232, 0.2);
  z-index: 9999999;
}
.med_conf .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  padding: 30px 60px;
}
@media screen and (max-width: 736px) {
  .med_conf .inner {
    width: 90vw;
    max-height: 90vh;
    padding: 20px;
  }
}
.med_conf .inner .close.btn {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}
@media screen and (max-width: 736px) {
  .med_conf .inner .close.btn {
    width: 20px;
    height: 20px;
    top: 15px;
    right: 15px;
  }
}
.med_conf .inner .close.btn:before {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  background: #009fe8;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
}
.med_conf .inner .close.btn:after {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  background: #009fe8;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}
.med_conf .inner .ttl {
  text-align: center;
  font-size: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 736px) {
  .med_conf .inner .ttl {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.med_conf .inner .txt {
  font-size: 12px;
  line-height: 1.8;
}
@media screen and (max-width: 736px) {
  .med_conf .inner .txt {
    font-size: 11px;
  }
}
.med_conf .inner .subttl {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.6;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 736px) {
  .med_conf .inner .subttl {
    font-size: 11px;
  }
}
.med_conf .inner .attention {
  text-align: center;
  margin-top: 20px;
}
.med_conf .inner .bottom {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #dcdcdc;
}
@media screen and (max-width: 736px) {
  .med_conf .inner .bottom {
    margin-top: 20px;
    padding-top: 20px;
  }
}
.med_conf .inner .bottom .agree {
  text-align: center;
}
.med_conf .inner .bottom .agree input {
  display: none;
}
.med_conf .inner .bottom .agree input:checked + label:after {
  opacity: 1;
}
.med_conf .inner .bottom .agree label {
  display: inline-block;
  padding-left: 30px;
  position: relative;
}
.med_conf .inner .bottom .agree label:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #dcdcdc;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: 0;
}
.med_conf .inner .bottom .agree label:after {
  content: "";
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  position: absolute;
  top: 0;
  left: 6px;
  bottom: 0;
  display: block;
  width: 5px;
  height: 9px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  opacity: 0;
  -webkit-transform: rotate(45deg);
}
.med_conf .inner .bottom #agreeBtn,
.med_conf .inner .bottom .AgBt  {
  display: block;
  width: 230px;
  text-align: center;
  margin: 20px auto 0;
  padding: 15px 0;
  color: #fff;
  background: #009fe8;
}
@media screen and (max-width: 736px) {
  .med_conf .inner .bottom #agreeBtn,
  .med_conf .inner .bottom .AgBt {
    width: 100%;
  }
}
.med_conf .inner .bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 736px) {
  .med_conf .inner .bottom ul li {
    width: 50%;
  }
}
@media print, screen and (min-width: 737px) {
  .med_conf .inner .bottom ul li + li {
    margin-left: 15px;
  }
}
.med_conf .inner .bottom ul li span {
  display: block;
  width: 230px;
  padding: 15px 0;
  text-align: center;
}
@media print, screen and (min-width: 737px) {
  .med_conf .inner .bottom ul li span {
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  .med_conf .inner .bottom ul li span:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 736px) {
  .med_conf .inner .bottom ul li span {
    width: 100%;
  }
}
.med_conf .inner .bottom ul li span.yes {
  color: #fff;
  background: #009fe8;
  cursor: pointer;
}
.med_conf .inner .bottom ul li span.no {
  background: #cfcfcf;
  cursor: pointer;
}

@media print, screen and (min-width: 737px) {
  .home header, .english header {
    background: transparent;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
  }
}
.home .topSlider, .english .topSlider {
  max-height: 790px;
  overflow: hidden;
  position: relative;
}
/*.home .topSlider:after, .english .topSlider:after {*/
.home .topSlider:after {
  content: "";
  /*20190527add*/
  content: none;
  display: block;
  /*width: 54.5%;
  height: 14.8%;
  max-width: 728px;
  max-height: 105px;*/
/*20180719add*/
  /*width: 67.37%;
  height: 42.28%;
  max-width: 900px;
  max-height: 300px;*/
/*20180719addend*/
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  /*background: url(./img/top/ttl_slide.png) no-repeat center center;*/
  /*background: url(./img/top/ttl_slide_20180719.png) no-repeat center center;
  background-size: contain;*/
}
/*20180719add*/
.english .topSlider:after {
  content: "";
  display: block;
  width: 54.5%;
  height: 14.8%;
  max-width: 728px;
  max-height: 105px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url(./img/top/ttl_slide.png) no-repeat center center;
  background-size: contain;
}
/*20180719addend*/

.home .topSlider .topSlide, .english .topSlider .topSlide {
  text-align: center;
}
.home .topSlider .topSlide img, .english .topSlider .topSlide img {
  width: 100%;
  height: auto;
}
.home .about, .english .about {
  padding: 110px 0;
}
@media screen and (max-width: 736px) {
  .home .about, .english .about {
    padding: 45px 0;
  }
}
.home .about .ttl, .english .about .ttl {
  font-size: 25px;
  color: #009fe8;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 2px;
}
@media screen and (max-width: 736px) {
  .home .about .ttl, .english .about .ttl {
    font-size: 14px;
  }
}
.home .about .text, .english .about .text {
  margin-top: 40px;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 736px) {
  .home .about .text, .english .about .text {
    margin-top: 25px;
  }
}
.home .about ul, .english .about ul {
  margin-top: 60px;
}
@media print, screen and (min-width: 737px) {
  .home .about ul, .english .about ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 736px) {
  .home .about ul, .english .about ul {
    margin-top: 30px;
    padding: 0 60px;
  }
}
.home .about ul li, .english .about ul li {
  text-align: center;
}
@media print, screen and (min-width: 737px) {
  .home .about ul li, .english .about ul li {
    width: 320px;
  }
}
.home .about ul li a, .english .about ul li a {
  display: block;
  padding: 20px 0;
}
.home .about ul li.biken a, .english .about ul li.biken a {
  border: 1px solid #009fe8;
  color: #009fe8;
}
@media screen and (max-width: 736px) {
  .home .about ul li.biken a, .english .about ul li.biken a {
    border: 2px solid #009fe8;
  }
}
@media print, screen and (min-width: 737px) {
  .home .about ul li.pamphlet, .english .about ul li.pamphlet {
    margin-left: 10px;
  }
}
@media screen and (max-width: 736px) {
  .home .about ul li.pamphlet, .english .about ul li.pamphlet {
    margin-top: 10px;
  }
}
.home .about ul li.pamphlet a, .english .about ul li.pamphlet a {
  color: #fff;
  background: #a9a9a9;
}
.home .business, .english .business {
  padding: 110px 0 70px;
  background: url(./img/top/bg_business.png) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 736px) {
  .home .business, .english .business {
    padding: 45px 0 30px;
  }
}
.home .business h2, .english .business h2 {
  font-size: 32px;
  color: #009fe8;
  text-align: center;
  letter-spacing: 4px;
}
@media screen and (max-width: 736px) {
  .home .business h2, .english .business h2 {
    font-size: 18px;
  }
}
.home .business .text, .english .business .text {
  margin-top: 30px;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 736px) {
  .home .business .text, .english .business .text {
    margin-top: 20px;
  }
}
.home .business .navBox, .english .business .navBox {
  margin: 60px auto 0;
  width: 515px;
  height: 515px;
  position: relative;
}
@media screen and (max-width: 736px) {
  .home .business .navBox, .english .business .navBox {
    width: auto;
    height: auto;
    margin: 25px 20px 0;
  }
  .home .business .navBox:before, .english .business .navBox:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 100%;
  }
}
.home .business .navBox:after, .english .business .navBox:after {
  content: url(./img/common/logo_wht.svg);
  display: block;
  width: 98px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 736px) {
  .home .business .navBox:after, .english .business .navBox:after {
    width: 19%;
  }
}
.home .business .navBox li, .english .business .navBox li {
  position: absolute;
}
@media screen and (max-width: 736px) {
  .home .business .navBox li, .english .business .navBox li {
    width: 44%;
    height: 44%;
  }
}
.home .business .navBox li a, .english .business .navBox li a {
  width: 222px;
  height: 222px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  color: #fff;
}
@media screen and (max-width: 736px) {
  .home .business .navBox li a, .english .business .navBox li a {
    width: 100%;
    height: 100%;
  }
}
@media print, screen and (min-width: 737px) {
  .home .business .navBox li.nav_cademicGrant, .english .business .navBox li.nav_cademicGrant {
    top: 50%;
    right: 0;
    margin-top: -111px;
  }
}
@media screen and (max-width: 736px) {
  .home .business .navBox li.nav_cademicGrant, .english .business .navBox li.nav_cademicGrant {
    top: 28%;
    right: 0;
  }
}
.home .business .navBox li.nav_cademicGrant a, .english .business .navBox li.nav_cademicGrant a {
  background: rgba(173, 126, 224, 0.75);
}
@media print, screen and (min-width: 737px) {
  .home .business .navBox li.nav_vaccine, .english .business .navBox li.nav_vaccine {
    top: 0;
    left: 50%;
    margin-left: -111px;
  }
}
@media screen and (max-width: 736px) {
  .home .business .navBox li.nav_vaccine, .english .business .navBox li.nav_vaccine {
    top: 0;
    left: 28%;
  }
}
.home .business .navBox li.nav_vaccine a, .english .business .navBox li.nav_vaccine a {
  background: rgba(0, 151, 224, 0.75);
}
@media print, screen and (min-width: 737px) {
  .home .business .navBox li.nav_study, .english .business .navBox li.nav_study {
    top: 50%;
    left: 0;
    margin-top: -111px;
  }
}
@media screen and (max-width: 736px) {
  .home .business .navBox li.nav_study, .english .business .navBox li.nav_study {
    top: 28%;
    left: 0;
  }
}
.home .business .navBox li.nav_study a, .english .business .navBox li.nav_study a {
  background: rgba(54, 128, 224, 0.75);
}
@media print, screen and (min-width: 737px) {
  .home .business .navBox li.nav_inspection, .english .business .navBox li.nav_inspection {
    bottom: 0;
    left: 50%;
    margin-left: -111px;
  }
}
@media screen and (max-width: 736px) {
  .home .business .navBox li.nav_inspection, .english .business .navBox li.nav_inspection {
    bottom: 0;
    left: 28%;
  }
}
.home .business .navBox li.nav_inspection a, .english .business .navBox li.nav_inspection a {
  background: rgba(0, 182, 189, 0.75);
}
.home .business .navBox li span + span, .english .business .navBox li span + span {
  margin-top: 20px;
}
@media screen and (max-width: 736px) {
  .home .business .navBox li span + span, .english .business .navBox li span + span {
    margin-top: 10px;
    text-align: center;
  }
}
@media screen and (max-width: 736px) {
  .home .business .navBox li span + span img, .english .business .navBox li span + span img {
    max-width: 70%;
  }
}
.home .news, .english .news {
  padding: 125px 0 115px;
}
@media screen and (max-width: 736px) {
  .home .news, .english .news {
    padding: 50px 0;
  }
}
.home .news .link, .english .news .link {
  margin-top: 65px;
  text-align: center;
}
@media screen and (max-width: 736px) {
  .home .news .link, .english .news .link {
    margin-top: 30px;
  }
}
.home .news .link a, .english .news .link a {
  color: #009fe8;
  display: block;
}
.home .news .link a span, .english .news .link a span {
  display: inline-block;
  padding-left: 20px;
  position: relative;
}
.home .news .link a span::before, .english .news .link a span::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-right: solid 1px #009fe8;
  border-bottom: solid 1px #009fe8;
  margin: auto;
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
}
.home .vaccine, .english .vaccine {
  background: #fff6f6;
  padding: 100px 0;
}
@media screen and (max-width: 736px) {
  .home .vaccine, .english .vaccine {
    padding: 45px 0;
  }
}
.home .vaccine h2, .english .vaccine h2 {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 45px;
  color: #ff8580;
  line-height: 1.44;
  text-align: center;
  letter-spacing: 2px;
}
@media screen and (max-width: 736px) {
  .home .vaccine h2, .english .vaccine h2 {
    font-size: 22px;
  }
}
.home .vaccine p, .english .vaccine p {
  margin-top: 30px;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 736px) {
  .home .vaccine p, .english .vaccine p {
    margin-top: 20px;
  }
}
.home .vaccine .navBox, .english .vaccine .navBox {
  margin-top: 50px;
}
@media print, screen and (min-width: 737px) {
  .home .vaccine .navBox, .english .vaccine .navBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 736px) {
  .home .vaccine .navBox, .english .vaccine .navBox {
    margin-top: 30px;
  }
}
.home .vaccine .navBox li, .english .vaccine .navBox li {
  position: relative;
  width: 330px;
}
@media screen and (max-width: 736px) {
  .home .vaccine .navBox li, .english .vaccine .navBox li {
    width: 50%;
    margin: auto;
  }
}
.home .vaccine .navBox li:before, .home .vaccine .navBox li:after, .english .vaccine .navBox li:before, .english .vaccine .navBox li:after {
  content: "";
  display: block;
  width: 2px;
  height: 286px;
  background: #ff8580;
  position: absolute;
  top: 22px;
  z-index: 1;
}
@media screen and (max-width: 736px) {
  .home .vaccine .navBox li:before, .home .vaccine .navBox li:after, .english .vaccine .navBox li:before, .english .vaccine .navBox li:after {
    top: 10px;
    height: calc(100% - 20px);
  }
}
.home .vaccine .navBox li:before, .english .vaccine .navBox li:before {
  left: 11px;
}
@media screen and (max-width: 736px) {
  .home .vaccine .navBox li:before, .english .vaccine .navBox li:before {
    left: 5px;
  }
}
.home .vaccine .navBox li:after, .english .vaccine .navBox li:after {
  right: 11px;
}
@media screen and (max-width: 736px) {
  .home .vaccine .navBox li:after, .english .vaccine .navBox li:after {
    right: 5px;
  }
}
.home .vaccine .navBox li div:before, .english .vaccine .navBox li div:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.home .vaccine .navBox li div a, .english .vaccine .navBox li div a {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ff8580;
}
.home .vaccine .navBox li div a span, .english .vaccine .navBox li div a span {
  text-align: center;
  font-size: 18px;
  line-height: 1.44;
}
@media screen and (max-width: 736px) {
  .home .vaccine .navBox li div a span, .english .vaccine .navBox li div a span {
    font-size: 12px;
  }
}
.home .vaccine .navBox li div a:before, .home .vaccine .navBox li div a:after, .english .vaccine .navBox li div a:before, .english .vaccine .navBox li div a:after {
  content: "";
  display: block;
  width: 286px;
  height: 2px;
  background: #ff8580;
  position: absolute;
  left: 22px;
  z-index: 1;
}
@media screen and (max-width: 736px) {
  .home .vaccine .navBox li div a:before, .home .vaccine .navBox li div a:after, .english .vaccine .navBox li div a:before, .english .vaccine .navBox li div a:after {
    left: 10px;
    width: calc(100% - 20px);
  }
}
.home .vaccine .navBox li div a:before, .english .vaccine .navBox li div a:before {
  top: 11px;
}
@media screen and (max-width: 736px) {
  .home .vaccine .navBox li div a:before, .english .vaccine .navBox li div a:before {
    top: 5px;
  }
}
.home .vaccine .navBox li div a:after, .english .vaccine .navBox li div a:after {
  bottom: 11px;
}
@media screen and (max-width: 736px) {
  .home .vaccine .navBox li div a:after, .english .vaccine .navBox li div a:after {
    bottom: 5px;
  }
}
@media screen and (max-width: 736px) {
  .home .vaccine .navBox li div a span, .english .vaccine .navBox li div a span {
    display: block;
    width: 100%;
  }
}
.home .vaccine .navBox li div a span:before, .english .vaccine .navBox li div a span:before {
  content: "";
  display: block;
  width: 160px;
  height: 116px;
  margin-bottom: 30px;
}
@media screen and (max-width: 736px) {
  .home .vaccine .navBox li div a span:before, .english .vaccine .navBox li div a span:before {
    margin: 0 auto;
    width: 50%;
    height: 0;
    padding-top: 50%;
  }
}
.home .vaccine .navBox li div a span.vaccine01:before, .english .vaccine .navBox li div a span.vaccine01:before {
  background: url(./img/top/ico_vaccine_01.png) no-repeat center center;
}
@media screen and (max-width: 736px) {
  .home .vaccine .navBox li div a span.vaccine01:before, .english .vaccine .navBox li div a span.vaccine01:before {
    background-size: contain;
  }
}
.home .vaccine .navBox li div a span.vaccine02:before, .english .vaccine .navBox li div a span.vaccine02:before {
  background: url(./img/top/ico_vaccine_02.png) no-repeat center center;
}
@media screen and (max-width: 736px) {
  .home .vaccine .navBox li div a span.vaccine02:before, .english .vaccine .navBox li div a span.vaccine02:before {
    background-size: contain;
  }
}
.home .vaccine .navBox li div a span.vaccine03:before, .english .vaccine .navBox li div a span.vaccine03:before {
  background: url(./img/top/ico_vaccine_03.png) no-repeat center center;
}
@media screen and (max-width: 736px) {
  .home .vaccine .navBox li div a span.vaccine03:before, .english .vaccine .navBox li div a span.vaccine03:before {
    background-size: contain;
  }
}
@media screen and (max-width: 736px) {
  .home .vaccine .navBox li + li, .english .vaccine .navBox li + li {
    margin-top: 13px;
  }
}
.home .vaccine .relate, .english .vaccine .relate {
  margin-top: 50px;
}
@media print, screen and (min-width: 737px) {
  .home .vaccine .relate, .english .vaccine .relate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 736px) {
  .home .vaccine .relate, .english .vaccine .relate {
    margin-top: 40px;
  }
}
.home .vaccine .relate h3, .english .vaccine .relate h3 {
  color: #ff8580;
}
@media screen and (max-width: 736px) {
  .home .vaccine .relate h3, .english .vaccine .relate h3 {
    text-align: center;
  }
}
@media print, screen and (min-width: 737px) {
  .home .vaccine .relate .siteList, .english .vaccine .relate .siteList {
    margin-left: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 736px) {
  .home .vaccine .relate .siteList, .english .vaccine .relate .siteList {
    margin-top: 25px;
  }
}
@media screen and (max-width: 736px) {
  .home .vaccine .relate .siteList li, .english .vaccine .relate .siteList li {
    padding: 0 20px;
    text-align: center;
  }
}
@media print, screen and (min-width: 737px) {
  .home .vaccine .relate .siteList li + li, .english .vaccine .relate .siteList li + li {
    margin-left: 10px;
  }
}
@media screen and (max-width: 736px) {
  .home .vaccine .relate .siteList li + li, .english .vaccine .relate .siteList li + li {
    margin-top: 8px;
  }
}
@media print, screen and (min-width: 737px) {
  .home .other, .english .other {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.home .other > div, .english .other > div {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}
.home .other > div .sizing, .english .other > div .sizing {
  display: block;
  max-width: 600px;
  position: relative;
}
.home .other > div .sizing:after, .english .other > div .sizing:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.home .other > div a, .english .other > div a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.home .other .forMedical a, .english .other .forMedical a {
  background: url(./img/top/bg_formedical.png) no-repeat center center;
  background-size: cover;
}
.home .other .forMedical a h2, .english .other .forMedical a h2 {
  font-size: 32px;
  letter-spacing: 4px;
}
@media screen and (max-width: 736px) {
  .home .other .forMedical a h2, .english .other .forMedical a h2 {
    font-size: 18px;
  }
}
.home .other .forMedical a .text, .english .other .forMedical a .text {
  margin-top: 15px;
  line-height: 1.6;
}
.home .other .recruit a, .english .other .recruit a {
  background: #53bded;
  color: #fff;
}
.home .other .recruit a .subTtl, .english .other .recruit a .subTtl {
  font-family: "EB Garamond", serif;
  font-size: 85px;
  letter-spacing: 4px;
}
@media screen and (max-width: 736px) {
  .home .other .recruit a .subTtl, .english .other .recruit a .subTtl {
    font-size: 44px;
  }
}
.home .other .recruit a .subTtl span, .english .other .recruit a .subTtl span {
  display: block;
  font-size: 120px;
}
@media screen and (max-width: 736px) {
  .home .other .recruit a .subTtl span, .english .other .recruit a .subTtl span {
    font-size: 65px;
  }
}
.home .other .recruit a h2, .english .other .recruit a h2 {
  margin-top: 40px;
  font-size: 32px;
  letter-spacing: 4px;
}
@media screen and (max-width: 736px) {
  .home .other .recruit a h2, .english .other .recruit a h2 {
    margin-top: 25px;
    font-size: 18px;
  }
}
.home .other .recruit a .text, .english .other .recruit a .text {
  margin-top: 15px;
  line-height: 1.6;
}
@media screen and (max-width: 736px) {
  .home .other .recruit a .text, .english .other .recruit a .text {
    margin-top: 12px;
    margin-top: 12px;
  }
}

.english .topSlider:after {
  height: 25.822%;
  width: 38.8%;
  max-width: 582px;
  max-height: 204px;
  background: url(./img/top/ttl_slide_en.png) no-repeat center center;
  background-size: contain;
}
.english .topSlider .topSlide {
  text-align: center;
}
.english .topSlider .topSlide img {
  width: 100%;
  height: auto;
}
.english .news {
  padding-top: 5px;
}
.english .newsBox .ttl h2 {
  font-size: 24px;
}
@media screen and (max-width: 736px) {
  .english .newsBox .ttl h2 {
    font-size: 18px;
  }
}

.pageContent.type_01 .pageTtl {
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 736px) {
  .pageContent.type_01 .pageTtl {
    height: 150px;
  }
}
.pageContent.type_01 .pageTtl h2 {
  font-size: 25px;
  line-height: 1.6;
  color: #fff;
}
@media screen and (max-width: 736px) {
  .pageContent.type_01 .pageTtl h2 {
    font-size: 18px;
    display: table;
    max-width: 80%;
  }
}

.pageContent.type_02 {
  margin-top: 40px;
}
@media screen and (max-width: 736px) {
  .pageContent.type_02 {
    margin-top: 20px;
  }
}
.pageContent.type_02 .pageTtl {
  position: relative;
}
.pageContent.type_02 .pageTtl:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #009fe8;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.pageContent.type_02 .pageTtl h2 {
  position: relative;
  font-size: 25px;
  color: #009fe8;
  display: table;
  max-width: 90%;
  margin: 0 auto;
  padding: 0 21px;
  background: #fff;
}
@media screen and (max-width: 736px) {
  .pageContent.type_02 .pageTtl h2 {
    font-size: 18px;
    padding: 0 11px;
  }
}
.pageContent.type_02 .pageTtl h2:before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 21px;
  height: 100%;
  background: #009fe8;
  border: 10px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 736px) {
  .pageContent.type_02 .pageTtl h2:before {
    width: 11px;
    border: 5px solid #fff;
  }
}
.pageContent.type_02 .pageTtl h2:after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 21px;
  height: 100%;
  background: #009fe8;
  border: 10px solid #fff;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 736px) {
  .pageContent.type_02 .pageTtl h2:after {
    width: 11px;
    border: 5px solid #fff;
  }
}
.pageContent.type_02 .pageTtl h2 span {
  display: block;
  padding: 40px 49px;
  line-height: 1.6;
  border-top: 1px solid #009fe8;
  border-bottom: 1px solid #009fe8;
}
@media screen and (max-width: 736px) {
  .pageContent.type_02 .pageTtl h2 span {
    padding: 15px 20px;
  }
}

.pNav {
  margin-top: 30px;
  margin-bottom: 60px;
}
@media screen and (max-width: 736px) {
  .pNav {
    margin-top: 15px;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 737px) {
  .pNav ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 11px;
  }
}
@media screen and (max-width: 736px) {
  .pNav ol {
    padding: 0 10px;
    font-size: 0;
  }
}
@media screen and (max-width: 736px) {
  .pNav ol li {
    display: inline-block;
    font-size: 11px;
  }
}
@media print, screen and (min-width: 737px) {
  .pNav ol li a {
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  .pNav ol li a:hover {
    color: #b2e2f8;
  }
}
.pNav ol li a, .pNav ol li span {
  color: #009fe8;
}
.pNav ol li + li {
  margin-left: 1em;
}
.pNav ol li + li:before {
  content: "＞";
  margin-right: 1em;
  color: #009fe8;
}

.pink {
  background: #fff6f6;
}
.pink .pageContent.type_01 .pageTtl h2 {
  color: #333;
}
.pink .pageContent.type_02 .pageTtl:before {
  background: #ff8580;
}
.pink .pageContent.type_02 .pageTtl:after {
  content: "";
  width: 100%;
  height: 50%;
  display: block;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.pink .pageContent.type_02 .pageTtl h2 {
  color: #ff8580;
  position: relative;
  z-index: 1;
}
.pink .pageContent.type_02 .pageTtl h2:before {
  background: #ff8580;
}
.pink .pageContent.type_02 .pageTtl h2:after {
  background: #ff8580;
}
.pink .pageContent.type_02 .pageTtl h2 span {
  border-top: 1px solid #ff8580;
  border-bottom: 1px solid #ff8580;
}
.pink .pageContent.type_02 .pageTtl h2 span:before {
  content: "";
  display: block;
  width: 10px;
  height: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff6f6;
}
@media screen and (max-width: 736px) {
  .pink .pageContent.type_02 .pageTtl h2 span:before {
    width: 5px;
  }
}
.pink .pageContent.type_02 .pageTtl h2 span:after {
  content: "";
  display: block;
  width: 10px;
  height: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff6f6;
  z-index: 1;
}
@media screen and (max-width: 736px) {
  .pink .pageContent.type_02 .pageTtl h2 span:after {
    width: 5px;
  }
}
.pink .pNav ol li a, .pink .pNav ol li span {
  color: #ff8580;
}
.pink .pNav ol li + li:before {
  color: #ff8580;
}
.pink + footer {
  border-top: 1px solid #ffe0df;
}

.pageMain {
  padding-bottom: 70px;
}
.pageMain .imgBox {
  text-align: center;
}
.pageMain .ttl_01 {
  text-align: center;
  font-size: 25px;
  line-height: 1.6;
  color: #009fe8;
}
@media screen and (max-width: 736px) {
  .pageMain .ttl_01 {
    font-size: 18px;
  }
  .pageMain .ttl_01 span {
    display: inline-block;
    text-align: left;
  }
}
.pageMain .ttl_02 {
  font-size: 20px;
  line-height: 1.6;
  color: #009fe8;
}
@media screen and (max-width: 736px) {
  .pageMain .ttl_02 {
    font-size: 16px;
  }
}
.pageMain .ttl_03 {
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 1.6;
  color: #009fe8;
  border-bottom: 1px solid #80cff3;
}
@media screen and (max-width: 736px) {
  .pageMain .ttl_03 {
    font-size: 14px;
  }
}
.pageMain .ttl_04 {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 736px) {
  .pageMain .ttl_04 {
    font-size: 14px;
  }
}
.pageMain .txt_01 {
  line-height: 2;
}
.pageMain .txt_02 {
  font-size: 13px;
  line-height: 2;
}
@media screen and (max-width: 736px) {
  .pageMain .txt_02 {
    font-size: 11px;
  }
}
.pageMain .txt_03 {
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 736px) {
  .pageMain .txt_03 {
    text-align: left;
  }
}
.pageMain .dl_01 {
  font-size: 14px;
  line-height: 1.85;
}
@media print, screen and (min-width: 737px) {
  .pageMain .dl_01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 736px) {
  .pageMain .dl_01 {
    font-size: 12px;
  }
}
@media print, screen and (min-width: 737px) {
  .pageMain .dl_01 dt {
    width: 130px;
    padding: 20px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (max-width: 736px) {
  .pageMain .dl_01 dt + dd {
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 737px) {
  .pageMain .dl_01 dd {
    width: calc(100% - 130px);
    padding: 20px;
  }
}
@media screen and (max-width: 736px) {
  .pageMain .dl_01 dd {
    padding: 0 2em;
  }
  .pageMain .dl_01 dd + dt {
    margin-top: 20px;
  }
}
.pageMain .dl_02 {
  font-size: 14px;
  line-height: 1.85;
  border-right: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
}
@media print, screen and (min-width: 737px) {
  .pageMain .dl_02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: 1px solid #dcdcdc;
  }
}
@media screen and (max-width: 736px) {
  .pageMain .dl_02 {
    font-size: 12px;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
  }
}
.pageMain .dl_02 dt {
  background: #f1f1f1;
}
@media print, screen and (min-width: 737px) {
  .pageMain .dl_02 dt {
    border-top: 1px solid #dcdcdc;
    width: 130px;
    padding: 20px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .pageMain .dl_02.NewGrad dt {
    width: 150px;
  }
}
@media screen and (max-width: 736px) {
  .pageMain .dl_02 dt {
    padding: 1em;
  }
}
@media print, screen and (min-width: 737px) {
  .pageMain .dl_02 dd {
    border-top: 1px solid #dcdcdc;
    width: calc(100% - 130px);
    padding: 20px;
  }
    .pageMain .dl_02.NewGrad dd {
    width: calc(100% - 150px);
  }

}
@media screen and (max-width: 736px) {
  .pageMain .dl_02 dd {
    padding: 1em 2em;
  }
}
@media print, screen and (min-width: 737px) {
  .pageMain .colmun_02-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 737px) {
  .pageMain .colmun_02-1 > div {
    width: calc(50% - 40px);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .pageMain .colmun_02-1 > div:nth-child(odd) {
    margin-right: 80px;
  }
  .pageMain .colmun_02-1 > div:nth-child(n+3) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 736px) {
  .pageMain .colmun_02-1 > div + div {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 737px) {
  .pageMain .colmun_03-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 737px) {
  .pageMain .colmun_03-1 > div {
    width: calc((100% - 160px) / 3);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .pageMain .colmun_03-1 > div:not(:nth-child(3n)) {
    margin-right: 80px;
  }
  .pageMain .colmun_03-1 > div:nth-child(n+4) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 736px) {
  .pageMain .colmun_03-1 > div + div {
    margin-top: 30px;
  }
}
.pageMain .list_01 > li {
  padding-left: 16px;
  line-height: 1.6;
  position: relative;
}
@media screen and (max-width: 736px) {
  .pageMain .list_01 > li {
    padding-left: 10px;
  }
}
.pageMain .list_01 > li + li {
  margin-top: 10px;
}
.pageMain .list_01 > li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #009fe8;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 0;
}
@media screen and (max-width: 736px) {
  .pageMain .list_01 > li:before {
    width: 5px;
    height: 5px;
    top: 7px;
  }
}
.pageMain .list_03-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pageMain .list_03-2 > li {
  width: calc((100% - 80px) / 3);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media print, screen and (min-width: 737px) {
  .pageMain .list_03-2 > li:not(:nth-child(3n)) {
    margin-right: 40px;
  }
  .pageMain .list_03-2 > li:nth-child(n+4) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 736px) {
  .pageMain .list_03-2 > li {
    width: calc(50% - 10px);
  }
  .pageMain .list_03-2 > li:nth-child(odd) {
    margin-right: 20px;
  }
  .pageMain .list_03-2 > li:nth-child(n+3) {
    margin-top: 20px;
  }
}

.fNav {
  padding-bottom: 70px;
}
@media screen and (max-width: 736px) {
  .fNav {
    padding-bottom: 40px;
  }
}
.fNav .ttl {
  position: relative;
  font-size: 22px;
  margin-bottom: 55px;
}
@media screen and (max-width: 736px) {
  .fNav .ttl {
    font-size: 17px;
    margin-bottom: 30px;
  }
}
.fNav .ttl:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #009fe8;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.fNav .ttl span {
  position: relative;
  display: table;
  margin: 0 auto;
  overflow: hidden;
}
.fNav .ttl span a {
  color: #009fe8;
  background: #fff;
  display: block;
  padding: 10px 15px;
}
@media print, screen and (min-width: 737px) {
  .fNav .ttl span a:before, .fNav .ttl span a:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #009fe8;
    position: absolute;
    left: 0;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    opacity: 0;
  }
  .fNav .ttl span a:before {
    top: 0;
  }
  .fNav .ttl span a:after {
    bottom: 0;
  }
  .fNav .ttl span a:hover:before, .fNav .ttl span a:hover:after {
    opacity: 1;
  }
}
@media screen and (max-width: 736px) {
  .fNav ul {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media print, screen and (min-width: 737px) {
  .fNav ul li a {
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  .fNav ul li a:hover {
    background: #e8f8ff;
  }
}
.fNav.type_01 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.fNav.type_01 ul li {
  width: 33.33%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-right: 1px solid #b2e2f8;
  border-bottom: 1px solid #b2e2f8;
}
@media screen and (max-width: 736px) {
  .fNav.type_01 ul li {
    width: 100%;
    border-left: 1px solid #b2e2f8;
  }
}
.fNav.type_01 ul li a {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fNav.type_01 ul li a figure {
  width: 100px;
  margin-right: 15px;
  background: #dfdfdf;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.fNav.type_01 ul li a p {
  font-size: 13px;
  color: #009fe8;
}
@media screen and (max-width: 736px) {
  .fNav.type_01 ul li a p {
    padding: 5px 10px;
  }
}
@media print, screen and (min-width: 737px) {
  .fNav.type_01 ul li:nth-child(-n+3) {
    border-top: 1px solid #b2e2f8;
  }
  .fNav.type_01 ul li:nth-child(3n+1) {
    border-left: 1px solid #b2e2f8;
  }
}
@media screen and (max-width: 736px) {
  .fNav.type_01 ul li:first-child {
    border-top: 1px solid #b2e2f8;
  }
}
.fNav.type_02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.fNav.type_02 ul li {
  width: 33.33%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-right: 1px solid #b2e2f8;
  border-bottom: 1px solid #b2e2f8;
}
@media screen and (max-width: 736px) {
  .fNav.type_02 ul li {
    width: 50%;
  }
}
.fNav.type_02 ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  font-size: 13px;
  color: #009fe8;
}
@media screen and (max-width: 736px) {
  .fNav.type_02 ul li a {
    padding: 14px;
    font-size: 11px;
  }
}
@media print, screen and (min-width: 737px) {
  .fNav.type_02 ul li:nth-child(-n+3) {
    border-top: 1px solid #b2e2f8;
  }
  .fNav.type_02 ul li:nth-child(3n+1) {
    border-left: 1px solid #b2e2f8;
  }
}
@media screen and (max-width: 736px) {
  .fNav.type_02 ul li:nth-child(-n+2) {
    border-top: 1px solid #b2e2f8;
  }
  .fNav.type_02 ul li:nth-child(2n+1) {
    border-left: 1px solid #b2e2f8;
  }
}

.format_01 .pageTtl {
  background: #aaa;
}

@media screen and (max-width: 736px) {
  .format_01 pre, .format_02 pre {
    display: none;
  }
}
.format_01 pre.mt10, .format_02 pre.mt10 {
  margin-top: 10px;
}
.format_01 pre code, .format_02 pre code {
  padding: 15px;
  font-size: 12px;
  line-height: 1.85;
}
.format_01 .box_01 .txt_01, .format_02 .box_01 .txt_01 {
  margin-top: 40px;
}
@media screen and (max-width: 736px) {
  .format_01 .box_01 .txt_01, .format_02 .box_01 .txt_01 {
    margin-top: 20px;
  }
}
.format_01 .box_02, .format_02 .box_02 {
  margin-top: 120px;
}
@media screen and (max-width: 736px) {
  .format_01 .box_02, .format_02 .box_02 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 736px) {
  .format_01 .box_02, .format_02 .box_02 {
    margin-top: 60px;
  }
}
.format_01 .box_02 .txt_01, .format_02 .box_02 .txt_01 {
  margin-top: 40px;
}
@media screen and (max-width: 736px) {
  .format_01 .box_02 .txt_01, .format_02 .box_02 .txt_01 {
    margin-top: 20px;
  }
}
.format_01 .box_02 .txt_01 + .txt_01, .format_02 .box_02 .txt_01 + .txt_01 {
  margin-top: 30px;
}
@media screen and (max-width: 736px) {
  .format_01 .box_02 .txt_01 + .txt_01, .format_02 .box_02 .txt_01 + .txt_01 {
    margin-top: 20px;
  }
}
.format_01 .box_03, .format_02 .box_03 {
  margin-top: 120px;
}
@media screen and (max-width: 736px) {
  .format_01 .box_03, .format_02 .box_03 {
    margin-top: 60px;
  }
}
.format_01 .box_03 .dl_01, .format_02 .box_03 .dl_01 {
  margin-top: 40px;
}
@media screen and (max-width: 736px) {
  .format_01 .box_03 .dl_01, .format_02 .box_03 .dl_01 {
    margin-top: 20px;
  }
}
.format_01 .box_04, .format_02 .box_04 {
  margin-top: 120px;
}
@media screen and (max-width: 736px) {
  .format_01 .box_04, .format_02 .box_04 {
    margin-top: 60px;
  }
}
.format_01 .box_04 .dl_02, .format_02 .box_04 .dl_02 {
  margin-top: 40px;
}
@media screen and (max-width: 736px) {
  .format_01 .box_04 .dl_02, .format_02 .box_04 .dl_02 {
    margin-top: 20px;
  }
}
.format_01 .box_05, .format_02 .box_05 {
  margin-top: 120px;
}
@media screen and (max-width: 736px) {
  .format_01 .box_05, .format_02 .box_05 {
    margin-top: 60px;
  }
}
.format_01 .box_05 .colmun_02-1 .txt_02, .format_02 .box_05 .colmun_02-1 .txt_02 {
  margin-top: 30px;
}
@media screen and (max-width: 736px) {
  .format_01 .box_05 .colmun_02-1 .txt_02, .format_02 .box_05 .colmun_02-1 .txt_02 {
    margin-top: 20px;
  }
}
.format_01 .box_06, .format_02 .box_06 {
  margin-top: 120px;
}
@media screen and (max-width: 736px) {
  .format_01 .box_06, .format_02 .box_06 {
    margin-top: 60px;
  }
}
.format_01 .box_06 .colmun_03-1 .txt_02, .format_02 .box_06 .colmun_03-1 .txt_02 {
  margin-top: 30px;
}
@media screen and (max-width: 736px) {
  .format_01 .box_06 .colmun_03-1 .txt_02, .format_02 .box_06 .colmun_03-1 .txt_02 {
    margin-top: 20px;
  }
}
.format_01 .box_07, .format_02 .box_07 {
  margin-top: 120px;
}
@media screen and (max-width: 736px) {
  .format_01 .box_07, .format_02 .box_07 {
    margin-top: 60px;
  }
}
.format_01 .box_07 figure, .format_02 .box_07 figure {
  margin-bottom: 20px;
}
@media screen and (max-width: 736px) {
  .format_01 .box_07 figure, .format_02 .box_07 figure {
    margin-bottom: 10px;
  }
}
.format_01 .box_07 .txt_02, .format_02 .box_07 .txt_02 {
  line-height: 1.3;
}
.format_01 .box_07 p + p, .format_02 .box_07 p + p {
  margin-top: 15px;
}
@media screen and (max-width: 736px) {
  .format_01 .box_07 p + p, .format_02 .box_07 p + p {
    margin-top: 5px;
  }
}
.format_01 .box_08, .format_02 .box_08 {
  margin-top: 120px;
}
@media screen and (max-width: 736px) {
  .format_01 .box_08, .format_02 .box_08 {
    margin-top: 60px;
  }
}

.pageContact {
  margin-top: 70px;
}
@media screen and (max-width: 736px) {
  .pageContact {
    margin-top: 50px;
  }
}
.pageContact .innerBox {
  border: solid 1px #009FE8;
  padding: 40px 105px 35px 65px;
}
@media print, screen and (min-width: 737px) {
  .pageContact .innerBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 736px) {
  .pageContact .innerBox {
    padding: 20px;
    text-align: center;
  }
}
.pageContact .innerBox .textBox01 .ttl span {
  color: #009FE8;
  font-size: 16px;
  margin-right: 70px;
}
@media screen and (max-width: 736px) {
  .pageContact .innerBox .textBox01 .ttl span {
    font-size: 15px;
    margin-right: 0;
  }
}
.pageContact .innerBox .text03 {
  font-size: 20px;
}
@media screen and (max-width: 736px) {
  .pageContact .innerBox .text03 {
    font-size: 16px;
  }
}
.pageContact .textBox02 {
  margin-right: auto;
}
@media screen and (max-width: 736px) {
  .pageContact .textBox02 {
    margin: 10px 0;
  }
  .pageContact .textBox02 div {
    margin: 10px 0;
  }
}
.pageContact .textBox02 a {
  font-size: 32px;
  display: inline-block;
  margin: 10px 0 15px 0;
}
@media screen and (max-width: 736px) {
  .pageContact .textBox02 a {
    display: block;
    margin: 0 0 10px 0;
    font-size: 26px;
  }
}
.pageContact .textBox02 a span {
  padding-left: 30px;
  position: relative;
}
.pageContact .textBox02 a span::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background: url(./img/about_business/img_clinical_03.png) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.pageContact .textBox02 .text01 {
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 736px) {
  .pageContact .textBox02 .text01 {
    font-size: 12px;
  }
}

.single .pageMain .responsiveTableBox, .editor-area .responsiveTableBox {
  overflow-x: auto;
}
.single .pageMain .responsiveTableBox::-webkit-scrollbar, .editor-area .responsiveTableBox::-webkit-scrollbar {
  height: 10px;
}
.single .pageMain .responsiveTableBox::-webkit-scrollbar-track, .editor-area .responsiveTableBox::-webkit-scrollbar-track {
  background: #eee;
}
.single .pageMain .responsiveTableBox::-webkit-scrollbar-thumb, .editor-area .responsiveTableBox::-webkit-scrollbar-thumb {
  background: #009fe8;
}
.single .pageMain table, .editor-area table {
  width: 100%;
  table-layout: fixed;
}
.single .pageMain table tr th, .editor-area table tr th {
  background: #b2e2f8;
}
.single .pageMain table tr th, .single .pageMain table tr td, .editor-area table tr th, .editor-area table tr td {
  border: 1px solid #cfcfcf;
  padding: 10px 15px;
}
.single .pageMain ul, .editor-area ul {
  margin-top: 20px;
}
.single .pageMain ul li, .editor-area ul li {
  line-height: 1.6;
}
.single .pageMain ul li:before, .editor-area ul li:before {
  content: "・";
}
.single .pageMain ul li + li, .editor-area ul li + li {
  margin-top: 10px;
}
.single .pageMain ul li.ListNone:before, .editor-area ul li.ListNone:before {
  content:none;
}
.editor-area > * {
  white-space: pre-wrap;
}
.editor-area > *:first-child {
  margin-top: 0 !important;
}
.editor-area .pageTtl_01 {
  margin-top: 60px;
  display: table;
  text-align: center;
  font-size: 25px;
  line-height: 1.6;
  color: #009fe8;
}
@media screen and (max-width: 736px) {
  .editor-area .pageTtl_01 {
    margin-top: 40px;
    font-size: 18px;
  }
}
.editor-area .pageTtl_02 {
  margin-top: 40px;
  font-size: 20px;
  line-height: 1.6;
  color: #009fe8;
}
@media screen and (max-width: 736px) {
  .editor-area .pageTtl_02 {
    margin-top: 20px;
    font-size: 16px;
  }
}
.editor-area .pageTtl_03 {
  margin-top: 20px;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 1.6;
  color: #009fe8;
  border-bottom: 1px solid #80cff3;
}
@media screen and (max-width: 736px) {
  .editor-area .pageTtl_03 {
    margin-top: 10px;
    font-size: 14px;
  }
}
.editor-area .pageTtl_04 {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 736px) {
  .editor-area .pageTtl_04 {
    margin-top: 10px;
    font-size: 14px;
  }
}
.editor-area .pagetxt {
  margin-top: 20px;
  line-height: 2;
}
@media screen and (max-width: 736px) {
  .editor-area .pagetxt {
    margin-top: 10px;
    font-size: 14px;
  }
}
.editor-area .pl20 {
  padding-left: 20px;
}
@media screen and (max-width: 736px) {
  .editor-area .pl20 {
    padding-left: 10px;
  }
}
.editor-area .col_blu {
  color: #009fe8;
}
.editor-area .col_blu a {
  color: #009fe8;
}

.about_biken .pageTtl {
  background: url(./img/about_biken/ttl_about_biken.png) no-repeat center center;
  background-size: cover;
}
.about_biken .box_01 .txt_03 {
  margin-top: 30px;
}
@media screen and (max-width: 736px) {
  .about_biken .box_01 .txt_03 {
    margin-top: 20px;
  }
}
.about_biken .box_02 {
  margin-top: 90px;
}
@media screen and (max-width: 736px) {
  .about_biken .box_02 {
    margin-top: 40px;
  }
}
.about_biken .box_02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.about_biken .box_02 ul li {
  width: calc(100% / 3);
}
@media screen and (max-width: 736px) {
  .about_biken .box_02 ul li {
    width: 50%;
  }
}
@media print, screen and (min-width: 737px) {
  .about_biken .box_02 ul li:nth-child(n+4) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 736px) {
  .about_biken .box_02 ul li:nth-child(n+3) {
    margin-top: 40px;
  }
}
.about_biken .box_02 ul li a {
  display: block;
}
@media print, screen and (min-width: 737px) {
  .about_biken .box_02 ul li a {
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  .about_biken .box_02 ul li a:hover {
    opacity: 0.6;
  }
}
.about_biken .box_02 ul li a span {
  display: block;
  text-align: center;
  font-size: 20px;
  color: #009fe8;
  margin-top: 20px;
}
@media screen and (max-width: 736px) {
  .about_biken .box_02 ul li a span {
    font-size: 14px;
  }
}

.topmessage .box_02 {
  margin-top: 70px;
}
@media screen and (max-width: 736px) {
  .topmessage .box_02 {
    margin-top: 40px;
  }
}
.topmessage .box_02 .ttl_02 {
  margin-bottom: 40px;
}
@media screen and (max-width: 736px) {
  .topmessage .box_02 .ttl_02 {
    margin-top: 20px;
  }
}
.topmessage .box_02 .txt_01 + .txt_01 {
  margin-top: 30px;
}
@media screen and (max-width: 736px) {
  .topmessage .box_02 .txt_01 + .txt_01 {
    margin-top: 20px;
  }
}
.topmessage .box_02 .sign {
  margin-top: 50px;
  text-align: right;
}
@media screen and (max-width: 736px) {
  .topmessage .box_02 .sign {
    margin-top: 20px;
  }
}
.topmessage .box_02 .sign .innerBox {
  display: inline-block;
  line-height: 1.85;
  text-align: left;
}
.topmessage .box_02 .sign .innerBox .name {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.topmessage .box_02 .sign .innerBox .name span:first-child {
  margin-right: 10px;
}
@media screen and (max-width: 736px) {
  .topmessage .box_02 .sign .innerBox .name span img {
    height: 20px;
    width: auto;
  }
}

.overview .bd {
  border: 1px solid #009fe8;
}
.overview .box_02 {
  margin-top: 70px;
  padding: 40px;
}
@media screen and (max-width: 736px) {
  .overview .box_02 {
    margin-top: 40px;
  }
}
.overview .box_02 .ttl_02 {
  margin-bottom: 40px;
}
@media screen and (max-width: 736px) {
  .overview .box_02 .ttl_02 {
    margin-top: 20px;
  }
}
.overview .box_02 .txt_01 {
  margin-top: 30px;
}
.overview .box_02 .txt_01 + .txt_01 {
  margin-top: 30px;
}
@media screen and (max-width: 736px) {
  .overview .box_02 .txt_01 + .txt_01 {
    margin-top: 20px;
  }
}
.overview .box_02 ul {
  margin-top: 40px;
}
@media screen and (max-width: 736px) {
  .overview .box_02 ul {
    margin-top: 20px;
  }
}
.overview .box_02 ul li {
  width: 80%;
  margin: 0 auto 40px;
}
.overview .box_02 ul li:last-child {
  margin: 0 auto;
}
.overview .box_02 ul li figure.ratio-5-3:before {
  padding-top: 50%;
}
.overview .box_02 ul li figure.ratio-5-3 img {
  min-height: initial;
}
.overview .box_02 ul li a {
  display: block;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.overview .box_02 ul li a span {
  display: block;
  text-align: center;
  font-size: 20px;
  color: #009fe8;
  margin-top: 20px;
}
@media screen and (max-width: 736px) {
  .overview .box_02 ul li a span {
    font-size: 14px;
    padding: 0 1em;
    line-height: 1.4;
    margin-top: 10px;
  }
}
.overview .box_01 {
  margin-top: 40px;
}
.overview .btn {
  width: 320px;
  margin: 80px auto 0;
}
@media screen and (max-width: 736px) {
  .overview .btn {
    width: auto;
    margin: 40px 60px 0;
  }
}
.overview .btn a {
  display: block;
  border: 1px solid #009fe8;
  padding: 20px 0;
  color: #009fe8;
  text-align: center;
}
@media screen and (max-width: 736px) {
  .overview .btn a {
    border: 2px solid #009fe8;
  }
}

.foundation .ttl_03 {
  margin-top: 20px;
}
.foundation .box_02 {
  margin-top: 70px;
}
@media screen and (max-width: 736px) {
  .foundation .box_02 {
    margin-top: 40px;
  }
}
.foundation .box_02 .txt_01 {
  margin-top: 40px;
}
@media screen and (max-width: 736px) {
  .foundation .box_02 .txt_01 {
    margin-top: 20px;
  }
}
.foundation .box_03 {
  margin-top: 160px;
}
@media screen and (max-width: 736px) {
  .foundation .box_03 {
    margin-top: 40px;
  }
}
.foundation .box_03 dl {
  margin-top: 40px;
}
@media screen and (max-width: 736px) {
  .foundation .box_03 dl {
    margin-top: 20px;
  }
}
.foundation .box_04 {
  margin-top: 160px;
}
@media screen and (max-width: 736px) {
  .foundation .box_04 {
    margin-top: 40px;
  }
}
.foundation .box_04 dl {
  margin-top: 40px;
}
@media screen and (max-width: 736px) {
  .foundation .box_04 dl {
    margin-top: 20px;
  }
}
.foundation .box_05 {
  margin-top: 160px;
}
@media screen and (max-width: 736px) {
  .foundation .box_05 {
    margin-top: 40px;
  }
}
.foundation .box_05 .imgBox {
  margin-top: 70px;
}
@media screen and (max-width: 736px) {
  .foundation .box_05 .imgBox {
    margin-top: 20px;
  }
}
.foundation .box_06 {
  margin-top: 160px;
}
@media screen and (max-width: 736px) {
  .foundation .box_06 {
    margin-top: 40px;
  }
}
.foundation .box_06 .link {
  margin-top: 70px;
}
@media screen and (max-width: 736px) {
  .foundation .box_06 .link {
    margin-top: 20px;
  }
}
.foundation .box_06 .link a {
  display: block;
  background: #a7a7a7;
  color: #fff;
  padding: 30px;
}
@media screen and (max-width: 736px) {
  .foundation .box_06 .link a {
    padding: 20px;
  }
}
.foundation .box_06 .link a span {
  display: inline-block;
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 736px) {
  .foundation .box_06 .link a span {
    padding-left: 20px;
  }
}
.foundation .box_06 .link a span:before {
  content: "";
  display: block;
  width: 15px;
  height: 19px;
  background: url(./img/common/ico_file.png) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.report .box_01 {
  margin-top: 90px;
}
@media screen and (max-width: 736px) {
  .report .box_01 {
    margin-top: 45px;
  }
}
.report .box_01 .between + div {
  margin-top: 60px;
}
@media screen and (max-width: 736px) {
  .report .box_01 .between + div {
    margin-top: 30px;
  }
}
.report .box_01 .between p {
  padding-bottom: 20px;
}
@media screen and (max-width: 736px) {
  .report .box_01 .between p {
    padding-bottom: 10px;
  }
}
.report .box_01 .between p span {
  color: #000;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 736px) {
  .report .box_01 .between p span {
    font-size: 16px;
  }
}
.report .box_01 .between ul {
  margin-top: 20px;
}
.report .box_01 .between ul li a {
  display: block;
  padding: 22px 26px;
  border: solid 1px #009FE8;
  color: #009FE8;
}
@media screen and (max-width: 736px) {
  .report .box_01 .between ul li a {
    padding: 15px;
  }
}
.report .box_01 .between ul li a span {
  display: inline-block;
  padding-left: 45px;
  position: relative;
}
@media screen and (max-width: 736px) {
  .report .box_01 .between ul li a span {
    padding-left: 30px;
  }
}
.report .box_01 .between ul li a span::before {
  content: "";
  display: block;
  width: 26px;
  height: 30px;
  background: url(./img/about_biken/img_transparent_02.png) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 736px) {
  .report .box_01 .between ul li a span::before {
    width: 18px;
    height: 20px;
    background-size: contain;
  }
}

.biken_co .pageMain h4.ttl_02 {
  margin-top: 80px;
}
@media screen and (max-width: 736px) {
  .biken_co .pageMain h4.ttl_02 {
    margin-top: 40px;
  }
}
.biken_co .pageMain .txrR {
  margin-top: 20px;
  line-height: 1.6;
  text-align: right;
}
.biken_co .pageMain .txrR span {
  font-weight: bold;
  padding-left: 1em;
}
@media print, screen and (min-width: 737px) {
  .biken_co .pageMain .dl_02 dt {
    width: 160px;
  }
  .biken_co .pageMain .dl_02 dd {
    width: calc(100% - 160px);
  }
}
.biken_co .box_02 {
  margin-top: 70px;
}
@media screen and (max-width: 736px) {
  .biken_co .box_02 {
    margin-top: 40px;
  }
}
.biken_co .box_02 .txt_01 {
  margin-top: 40px;
}
@media screen and (max-width: 736px) {
  .biken_co .box_02 .txt_01 {
    margin-top: 20px;
  }
}
.biken_co .box_03 {
  margin-top: 80px;
}
@media screen and (max-width: 736px) {
  .biken_co .box_03 {
    margin-top: 40px;
  }
}
.biken_co .box_03 dl {
  margin-top: 40px;
}
@media screen and (max-width: 736px) {
  .biken_co .box_03 dl {
    margin-top: 20px;
  }
}
.biken_co .box_04 {
  margin-top: 160px;
}
@media screen and (max-width: 736px) {
  .biken_co .box_04 {
    margin-top: 40px;
  }
}
.biken_co .box_04 dl {
  margin-top: 40px;
}
@media screen and (max-width: 736px) {
  .biken_co .box_04 dl {
    margin-top: 20px;
  }
}
.biken_co .box_05 {
  margin-top: 160px;
}
@media screen and (max-width: 736px) {
  .biken_co .box_05 {
    margin-top: 40px;
  }
}
.biken_co .box_05 .imgBox {
  margin-top: 70px;
}
@media screen and (max-width: 736px) {
  .biken_co .box_05 .imgBox {
    margin-top: 20px;
  }
}
.biken_co .box_06 {
  margin-top: 160px;
}
@media screen and (max-width: 736px) {
  .biken_co .box_06 {
    margin-top: 40px;
  }
}
.biken_co .box_06 .link {
  margin-top: 70px;
}
@media screen and (max-width: 736px) {
  .biken_co .box_06 .link {
    margin-top: 20px;
  }
}
.biken_co .box_06 .link a {
  display: block;
  background: #a7a7a7;
  color: #fff;
  padding: 30px;
}
@media screen and (max-width: 736px) {
  .biken_co .box_06 .link a {
    padding: 20px;
  }
}
.biken_co .box_06 .link a span {
  display: inline-block;
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 736px) {
  .biken_co .box_06 .link a span {
    padding-left: 20px;
  }
}
.biken_co .box_06 .link a span:before {
  content: "";
  display: block;
  width: 15px;
  height: 19px;
  background: url(./img/common/ico_file.png) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.vision-mission .pageMain section {
  margin-bottom: 160px;
}
@media screen and (max-width: 736px) {
  .vision-mission .pageMain section {
    margin-bottom: 50px;
  }
}
.vision-mission .pageMain section h3 {
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.6;
  color: #009fe8;
}
@media screen and (max-width: 736px) {
  .vision-mission .pageMain section h3 {
    font-size: 12px;
  }
}
.vision-mission .pageMain section h3 span {
  display: block;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 45px;
}
@media screen and (max-width: 736px) {
  .vision-mission .pageMain section h3 span {
    font-size: 22px;
  }
}
.vision-mission .pageMain section div {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 100;
}
@media screen and (max-width: 736px) {
  .vision-mission .pageMain section div {
    width: auto;
    padding: 0 20px;
  }
}
.vision-mission .pageMain section .ttl_01 {
  margin-top: 40px;
}
.vision-mission .pageMain section .txt_01 {
  margin-top: 40px;
}
@media screen and (max-width: 736px) {
  .vision-mission .pageMain section .ttl_01 {
    margin-top: 20px;
    text-align: left;
  }
  .vision-mission .pageMain section .txt_01 {
    margin-top: 20px;
  }
}
.vision-mission .pageMain section ul {
  width: 360px;
  margin: 40px auto 0;
}
@media screen and (max-width: 736px) {
  .vision-mission .pageMain section ul {
    width: auto;
    margin: 0 auto 40px;
  }
}
.vision-mission .pageMain section ul li {
  margin-bottom: 14px;
  color: #009fe8;
  font-size: 25px;
}
@media screen and (max-width: 736px) {
  .vision-mission .pageMain section ul li {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
.vision-mission .pageMain section#vm01 div.cover {
  background: url(./img/about_biken/img-vision-mission01.jpg) no-repeat 50% 0;
  background-size: cover;
  padding: 160px 0;
}
@media screen and (max-width: 736px) {
  .vision-mission .pageMain section#vm01 div.cover {
    padding: 50px 0;
  }
}
.vision-mission .pageMain section#vm02 div.cover {
  background: url(./img/about_biken/img-vision-mission02.jpg) no-repeat 50% 0;
  background-size: cover;
  padding: 160px 0;
}
@media screen and (max-width: 736px) {
  .vision-mission .pageMain section#vm02 div.cover {
    padding: 50px 0;
  }
}
.vision-mission .pageMain section#vm03 {
  background: url(./img/about_biken/img-vision-mission03.jpg) no-repeat 50% 0;
  background-size: cover;
  padding: 250px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 736px) {
  .vision-mission .pageMain section#vm03 {
    padding: 100px 20px;
  }
}
.vision-mission .pageMain section#vm03 h3 {
  color: #ffffff;
}
.vision-mission .pageMain section#vm03 h3 span {
  font-size: 65px;
}
@media screen and (max-width: 736px) {
  .vision-mission .pageMain section#vm03 h3 span {
    font-size: 22px;
  }
}
.vision-mission .pageMain section#vm03 .txt_01 {
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 736px) {
  .vision-mission .pageMain section#vm03 .txt_01 {
    text-align: justify;
  }
  .vision-mission .pageMain section#vm03 .txt_01 br {
    display: none;
  }
}

.locations .box_01 .box_02,
.locations .box_01 .box_20181219 {
  padding-top: 60px;
}
@media screen and (max-width: 736px) {
  .locations .box_01 .box_02,
  .locations .box_01 .box_20181219 {
    padding-top: 30px;
  }
}
.locations .box_01 .box_20181219 .colmun_02-1 .location_01,
.locations .box_01 .box_20181219 .colmun_02-1 .location_02{
  box-sizing: border-box;
  padding:0;
  margin:0;
}
.locations .box_01 .box_20181219 .colmun_02-1 .location_01{
  width: 60%;
}
.locations .box_01 .box_20181219 .colmun_02-1 .location_02{
  width: 40%;
}

@media screen and (max-width: 736px) {
  .locations .box_01 .box_20181219 .colmun_02-1 .location_01,
  .locations .box_01 .box_20181219 .colmun_02-1 .location_02{
    width: 100%;
  }
}
.locations .box_01 .box_02 .innerBox {
  position: relative;
  padding-left: 0;
  min-height: 243px;
}
@media print, screen and (min-width: 737px) {
  .locations .box_01 .box_02 .innerBox {
    padding-right: 300px;
  }
}
.locations .box_01 .box_02 .innerBox .name,
.locations .box_01 .box_20181219 .colmun_02-1 .location_01 .name{
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}
@media print, screen and (min-width: 737px) {
  .locations .box_01 .box_02 .innerBox .name,
  .locations .box_01 .box_20181219 .colmun_02-1 .location_01 .name{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.locations .box_01 .box_02 .innerBox .name .logo,
.locations .box_01 .box_20181219 .colmun_02-1 .location_01 .name .logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 138px;
  text-align: center;
  font-size: 13px;
  color: #fff;
  background: #009FE8;
  padding: 8px 0 7px;
}
.locations .box_01 .box_02 .innerBox .name .ttl,
.locations .box_01 .box_20181219 .colmun_02-1 .location_01 .name .ttl {
  margin-left: 20px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 736px) {
  .locations .box_01 .box_02 .innerBox .name .ttl,
  .locations .box_01 .box_20181219 .colmun_02-1 .location_01 .name .ttl{
    margin-top: 15px;
    font-size: 18px;
    text-align: left;
  }
}
.locations .box_01 .box_02 .innerBox .text,
  .locations .box_01 .box_20181219 .colmun_02-1 .location_01 .text {
  margin-top: 40px;
  line-height: 1.6;
}
@media screen and (max-width: 736px) {
  .locations .box_01 .box_02 .innerBox .text,
  .locations .box_01 .box_20181219 .colmun_02-1 .location_01 .text {
    text-align: left;
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 737px) {
  .locations .box_01 .box_02 .innerBox figure {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 736px) {
  .locations .box_01 .box_02 .innerBox figure {
    margin-top: 15px;
  }
}
.locations .box_01 .box_02 .innerBox .txt_01 {
  margin-top: 40px;
}
@media screen and (max-width: 736px) {
  .locations .box_01 .box_02 .innerBox .txt_01 {
    margin-top: 20px;
    text-align: left;
  }
}
@media screen and (max-width: 736px) {
  .locations .box_01 .box_02 .innerBox {
    text-align: center;
  }
}
.locations .box_01 .box_02 .googlemap {
  height: 400px;
  /*background-color: #ddd;*/
  margin-top: 25px;
}
@media screen and (max-width: 736px) {
  .locations .box_01 .box_02 .googlemap {
    height: 200px;
  }
}
.locations .box_01 .box_02 > dl,
.locations .box_01 .box_20181219 .colmun_02-1 .location_01 dl{
  font-size: 14px;
  line-height: 2;
  margin-top: 30px;
}
@media print, screen and (min-width: 737px) {
  .locations .box_01 .box_02 > dl,
  .locations .box_01 .box_20181219 .colmun_02-1 .location_01 dl{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.locations .box_01 .box_02 > dl + dl {
  margin-top: 10px;
}
.locations .box_01 .box_02 > dl > dt,
.locations .box_01 .box_20181219 .colmun_02-1 .location_01 > dl > dt{
  font-weight: bold;
  padding: 0 10px;
}
@media print, screen and (min-width: 737px) {
  .locations .box_01 .box_02 > dl > dt,
  .locations .box_01 .box_20181219 .colmun_02-1 .location_01 > dl > dt{
    width: 75px;
  }
}
.locations .box_01 .box_02 > dl > dd,
  .locations .box_01 .box_20181219 .colmun_02-1 .location_01 > dl > dd {
  margin-left: 10px;
}
.locations .box_01 .box_02 > dl > dd dl {
  font-size: 14px;
  line-height: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media print, screen and (min-width: 737px) {
  .locations .box_01 .box_02 > dl > dd dl dt {
    width: 230px;
  }
}
@media print, screen and (min-width: 737px) {
  .locations .box_01 .box_02 > dl > dd dl dd {
    width: 725px;
  }
}
@media screen and (max-width: 736px) {
  .locations .box_01 .box_02 > dl > dd dl dd {
    padding-left: 1em;
  }
}
.locations .box_01 .box_02 + .box_02,
.locations .box_01 .box_02 + .box_20181219{
  margin-top: 60px;
  border-top: solid 1px #95989A;
}
@media screen and (max-width: 736px) {
  .locations .box_01 .box_02 + .box_02,
  .locations .box_01 .box_02 + .box_20181219{
    margin-top: 30px;
  }
}

.history .min {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.history .blueBack {
  padding: 100px 0;
  background-color: #002249;
}
@media screen and (max-width: 736px) {
  .history .blueBack {
    padding: 40px 0;
  }
}
.history .blueBack .ttl_01 {
  color: #ffffff;
  margin-bottom: 80px;
}
@media screen and (max-width: 736px) {
  .history .blueBack .ttl_01 {
    font-size: 16px;
    margin-bottom: 20px;
    text-align: justify;
  }
}
.history .blueBack .btn{
  width: 240px;
  display: inline-block;
  margin: 0 15px;
}
.chronology .pageMain .btn {
  margin: 50px auto;
  width: 240px;
}
.history .blueBack .btn a,
.chronology .pageMain .btn a {
  display: block;
  color: #ffffff;
  border: 1px solid #ffffff;
  text-align: center;
  padding: 30px 0;
}
.chronology .pageMain .btn a {
  color: #009fe8;
  border: 1px solid #009fe8;
}


@media screen and (max-width: 736px) {
  .history .blueBack .btn,
  .chronology .pageMain .btn {
    width: auto;
    padding: 0 55px;
  }
  .history .blueBack .btn{
    width: 300px;
    margin-bottom: 20px;
  }
}
.history .personBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 100px;
}
@media screen and (max-width: 736px) {
  .history .personBox {
    margin-bottom: 40px;
  }
}
.history .personBox div {
  width: 400px;
  text-align: center;
}
@media screen and (max-width: 736px) {
  .history .personBox div {
    width: 44%;
  }
}
.history .personBox div figure {
  margin-bottom: 30px;
}
@media screen and (max-width: 736px) {
  .history .personBox div figure {
    margin-bottom: 16px;
  }
}
.history .personBox div dl {
  color: #ffffff;
}
.history .personBox div dl dt {
  font-size: 24px;
  margin-bottom: 20px;
}
@media screen and (max-width: 736px) {
  .history .personBox div dl dt {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.history .personBox div dl dt span {
  display: block;
  font-size: 14px;
  margin-top: 10px;
}
@media screen and (max-width: 736px) {
  .history .personBox div dl dt span {
    font-size: 12px;
    margin-top: 6px;
  }
}
.history .personBox div dl dd {
  line-height: 1.4;
}
@media screen and (max-width: 736px) {
  .history .personBox div dl dd {
    text-align: justify;
  }
  .history .personBox div dl dd br {
    display: none;
  }
}
.history .photoBox {
  margin-bottom: 40px;
  border-bottom: 1px solid #ffffff;
}
.history .photoBox section {
  margin-bottom: 70px;
}
@media screen and (max-width: 736px) {
  .history .photoBox section {
    margin-bottom: 40px;
  }
}
.history .photoBox h3 {
  position: relative;
  color: #ffffff;
  text-align: center;
  font-size: 34px;
  margin-bottom: 70px;
}
@media screen and (max-width: 736px) {
  .history .photoBox h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.history .photoBox h3:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  z-index: 100;
  background-color: #ffffff;
}
.history .photoBox h3 span {
  position: relative;
  background-color: #002249;
  padding: 0 14px;
  z-index: 200;
}
@media screen and (max-width: 736px) {
  .history .photoBox h3 span {
    padding: 0 10px;
  }
}
.history .photoBox figure {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 736px) {
  .history .photoBox figure {
    margin-bottom: 20px;
  }
}
.history .photoBox h4 {
  color: #ffffff;
  margin-bottom: 40px;
  font-size: 24px;
  text-align: center;
}
.history .photoBox h4 br {
  display: none;
}
@media screen and (max-width: 736px) {
  .history .photoBox h4 {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.4;
  }
  .history .photoBox h4 br {
    display: block;
  }
}
.history .photoBox p {
  line-height: 1.6;
  color: #ffffff;
}
@media screen and (max-width: 736px) {
  .history .photoBox p {
    text-align: justify;
  }
}

.chronology .box_01 {
  overflow: hidden;
  position: relative;
}
@media print, screen and (min-width: 737px) {
  .chronology .box_01:before {
    content: "";
    display: block;
    height: 100%;
    width: 1px;
    background: #e0e0e0;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: 5s;
    transition: 5s;
  }
  .chronology .box_01.active:before {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.chronology .box_01 dl {
  font-size: 14px;
}
@media print, screen and (min-width: 737px) {
  .chronology .box_01 dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
}
@media screen and (max-width: 736px) {
  .chronology .box_01 dl {
    font-size: 12px;
  }
}
.chronology .box_01 dl dt {
  text-align: right;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #009fe8;
}
@media print, screen and (min-width: 737px) {
  .chronology .box_01 dl dt {
    width: 50%;
  }
}
.chronology .box_01 dl dt > span {
  display: inline-block;
  border-bottom: 1px solid #e0e0e0;
  text-align: left;
}
@media print, screen and (min-width: 737px) {
  .chronology .box_01 dl dt > span {
    width: 150px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 736px) {
  .chronology .box_01 dl dt > span {
    display: block;
  }
}
.chronology .box_01 dl dt .year {
  font-size: 25px;
  margin-right: 10px;
  font-family: "Libre Baskerville", serif;
}
@media screen and (max-width: 736px) {
  .chronology .box_01 dl dt .year {
    font-size: 16px;
  }
}
.chronology .box_01 dl dd {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.6;
}
@media print, screen and (min-width: 737px) {
  .chronology .box_01 dl dd {
    padding-left: 25px;
  }
}
@media screen and (max-width: 736px) {
  .chronology .box_01 dl dd {
    margin-top: 10px;
  }
}
.chronology .box_01 dl dd figure {
  width: 300px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 10px;
  text-align: left;
}
@media screen and (max-width: 736px) {
  .chronology .box_01 dl dd figure {
    width: 40%;
  }
}
.chronology .box_01 dl:not(.type02) dt {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
}
.chronology .box_01 dl:not(.type02) dd {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.chronology .box_01 dl:not(.type02).scrollin dt {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.chronology .box_01 dl:not(.type02).scrollin dd {
  opacity: 1;
}
.chronology .box_01 dl.type02 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.chronology .box_01 dl.type02 dt {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
}
.chronology .box_01 dl.type02 dd {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.chronology .box_01 dl.type02.scrollin dt {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.chronology .box_01 dl.type02.scrollin dd {
  opacity: 1;
}
.chronology .box_01 dl.type02 dt {
  text-align: left;
}
@media print, screen and (min-width: 737px) {
  .chronology .box_01 dl.type02 dt > span {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
  }
}
.chronology .box_01 dl.type02 dd {
  padding-left: 0;
}
@media print, screen and (min-width: 737px) {
  .chronology .box_01 dl.type02 dd {
    padding-right: 25px;
  }
}
.chronology .box_01 dl.type02 dd figure {
  margin-left: 0;
  margin-right: 10px;
  text-align: right;
}
.chronology .box_01 dl.large {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 45px 0;
}
@media screen and (max-width: 736px) {
  .chronology .box_01 dl.large {
    padding: 20px 0;
  }
}
@media print, screen and (min-width: 737px) {
  .chronology .box_01 dl.large dt > span {
    width: 230px;
  }
}
.chronology .box_01 dl.large dt .year {
  font-size: 60px;
}
@media screen and (max-width: 736px) {
  .chronology .box_01 dl.large dt .year {
    font-size: 20px;
  }
}
.chronology .box_01 dl.large dd {
  font-size: 15px;
  font-weight: bold;
}
@media screen and (max-width: 736px) {
  .chronology .box_01 dl.large dd {
    font-size: 12px;
  }
}
.chronology .box_01 dl:not(.large) + dl:not(.large) {
  padding-top: 10px;
}
@media screen and (max-width: 736px) {
  .chronology .box_01 dl:not(.large) + dl:not(.large) {
    padding-top: 20px;
  }
}
@media print, screen and (min-width: 737px) {
  .chronology .box_01 dl:last-child {
    padding-bottom: 75px;
  }
}

.compliance .ttl_03 {
  margin-bottom: 40px;
}
.compliance .txR {
  text-align: right;
}
.compliance .txt_01 {
  margin-bottom: 40px;
}
@media screen and (max-width: 736px) {
  .compliance .txt_01 {
    margin-bottom: 20px;
  }
}
.compliance .box01 {
  margin-bottom: 40px;
  padding: 30px;
  border: 2px solid #009fe8;
}
.compliance .box01:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 736px) {
  .compliance .box01 {
    padding: 20px 20px 10px;
  }
}
.compliance .box01 .ttl_02 {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 736px) {
  .compliance .box01 .ttl_02 {
    margin-bottom: 10px;
  }
}
.compliance .box01 h4 {
  position: relative;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 736px) {
  .compliance .box01 h4 {
    margin-bottom: 10px;
  }
}
.compliance .box01 h4 span {
  position: relative;
  display: inline-block;
  background-color: #fff;
  padding: 10px;
  z-index: 900;
}
.compliance .box01 h4:before {
  position: absolute;
  content: "";
  background-color: #009fe8;
  width: 98%;
  height: 1px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
}
.compliance .codeB .ttl_02 {
  text-align: left;
}
.compliance ol.olStyle01 {
  margin: 20px 0 0 1.4em;
}
.compliance ol.olStyle01 li {
  list-style-type: decimal;
  margin-bottom: 14px;
  line-height: 1.4;
}
.compliance .moreBtnPc {
  margin: 40px auto 0;
  width: 340px;
}
.compliance .moreBtnPc a {
  display: block;
  padding: 33px 0 32px;
  color: #009fe8;
  text-align: center;
  border: 1px solid #009fe8;
}
@media screen and (max-width: 736px) {
  .compliance .moreBtnPc {
    margin: 20px auto 0;
    width: auto;
  }
  .compliance .moreBtnPc a {
    padding: 20px 0;
  }
}

.code .txR {
  text-align: right;
}
.code .txt_01 {
  margin-bottom: 40px;
}
@media screen and (max-width: 736px) {
  .code .txt_01 {
    margin-bottom: 20px;
  }
}
.code .box01 {
  margin-bottom: 40px;
  padding: 30px;
  border: 2px solid #009fe8;
}
.code .box01:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 736px) {
  .code .box01 {
    padding: 20px 20px 10px;
  }
}
.code .box01 .ttl_02 {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 736px) {
  .code .box01 .ttl_02 {
    margin-bottom: 10px;
  }
}
.code .box01 h4 {
  position: relative;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 736px) {
  .code .box01 h4 {
    margin-bottom: 10px;
  }
}
.code .box01 h4 span {
  position: relative;
  display: inline-block;
  background-color: #fff;
  padding: 10px;
  z-index: 900;
}
.code .box01 h4:before {
  position: absolute;
  content: "";
  background-color: #009fe8;
  width: 98%;
  height: 1px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
}
.code .codeB .ttl_02 {
  text-align: left;
}
.code ol.olStyle01 {
  margin: 20px 0 0 1.4em;
}
.code ol.olStyle01 li {
  list-style-type: decimal;
  margin-bottom: 14px;
  line-height: 1.4;
}
.code .moreBtnPc {
  margin: 40px auto 0;
  width: 340px;
}
.code .moreBtnPc a {
  display: block;
  padding: 33px 0 32px;
  color: #009fe8;
  text-align: center;
  border: 1px solid #009fe8;
}
@media screen and (max-width: 736px) {
  .code .moreBtnPc {
    margin: 20px auto 0;
    width: auto;
  }
  .code .moreBtnPc a {
    padding: 20px 0;
  }
}

.environment .box_01 .txt_01 {
  font-size: 15px;
  color: #000;
}
.environment .ttl_01.EVHead{
  font-size: 1.6rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 1.6rem;
  padding-bottom: 0;
  text-align: left;
  border-bottom: solid 2px #a9a9a9;
}
.environment .ttl_01.EVHead span{
  display: inline-block;
  padding: 0 1em 0.1em 0em;
  margin-bottom: -4px;
  border-bottom: solid 4px #009FE8;
} 
.environment .ttl_02{
  color: #009fe8;
  font-size: 1.3rem;
}
.environment .ttl_02 span{
  font-weight: bold;
} 
.environment .ttl_03{
  color: #000000;
  font-size: 1.2rem;
  margin: 1rem 0 0.5rem;
  border: none;
  padding: 0;
}
.environment .ttl_03 span{
  font-weight: bold;
} 
.environment ul.LinkList{
  margin: 1.8rem 0 1.3rem 0.5rem;
}
.environment ul.LinkList li{
  position: relative;
  padding-left: 15px;
  margin-bottom: 1.2rem;
}
.environment ul.LinkList li::before{
  content: "";
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  border-top: 1px solid #009fe8;
  border-right: 1px solid #009fe8;
  position: absolute;
  top: .5em;
  left: 0;
  -webkit-transform: translate(-40%, -50%) rotate(45deg);
  transform: translate(-40%, -50%) rotate(45deg);
}
.environment ul.LinkList li a.pdfLink {
  padding-left: 30px;
}
.environment ul.LinkList li a.pdfLink:before {
  width: 20px;
  height: 23px;
  background-size: contain;
}

.environment .box_layout01 .flImgL,
.environment .box_layout01 .flImgR{
  width: 210px;
}
.environment .box_layout01 .ftBox .txt_01{
  margin-top: 0px;
}
.environment .imgCenter{
  text-align: center;
  margin-top: 30px;
}
.environment .box_layout01 figure figcaption,
.environment .imgCenter figcaption{
  font-size: 86%;
  margin-top: 0.5em;
  text-align: center;
  line-height: 1.5;
}
.environment .txt_01.caption{
  font-size: 86%;
  margin-top: 0.5em;
}

.environment .box_02 {
  margin-top: 35px;
}
@media print, screen and (min-width: 737px) {
  .environment .box_02 {
    margin-top: 65px;
  }
}
.environment .box_02 .innerBox {
  padding: 20px;
  border: solid 2px #009FE8;
}
@media print, screen and (min-width: 737px) {
  .environment .box_02 .innerBox {
    padding: 65px;
  }
}
.environment .box_02 .innerBox .ttl_01 {
  text-align: center;
  font-size: 25px;
  color: #000;
}
@media print, screen and (min-width: 737px) {
  .environment .box_02 .innerBox .ttl_01 {
    padding-bottom: 20px;
  }
}
.environment .box_02 .innerBox .txt_01 {
  margin-top: 40px;
  font-size: 14px;
}
/* .environment .pic01 {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 736px) {
  .environment .pic01 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.environment .pic01 li {
  width: calc(100% / 4);
}
@media screen and (max-width: 736px) {
  .environment .pic01 li {
    width: calc(100% / 2);
  }
} */
/* .environment .colmun_02-1 {
  margin-top: 70px;
  line-height: 2;
}
.environment .colmun_02-1 dt {
  font-size: 18px;
  font-weight: bold;
}
.environment .colmun_02-1 dd {
  margin-top: 20px;
  font-size: 14px;
}
.environment .colmun_02-1 dd a {
  color: #009FE8;
  display: inline-block;
  margin-top: 20px;
}
@media print, screen and (min-width: 737px) {
  .environment .colmun_02-1 dd .text {
    width: 240px;
    margin-right: 20px;
  }
}
.environment .colmun_02-1 dd .pic02 {
  float: right;
}
@media screen and (max-width: 736px) {
  .environment .colmun_02-1 dd .pic02 {
    width: 50%;
    margin-left: 10px;
  }
} */

@media print, screen and (min-width: 737px) {
  .transparent .box_01 {
    margin-bottom: 90px;
  }
}
.transparent .box_02 .ttl_01 {
  margin-bottom: 40px;
  padding-bottom: 25px;
  text-align: left;
  border-bottom: solid 1px #009FE8;
}
@media screen and (max-width: 736px) {
  .transparent .box_02 .ttl_01 {
    margin: 25px auto;
    padding-bottom: 10px;
  }
}
.transparent .box_02 .ttl_01 span {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
@media screen and (max-width: 736px) {
  .transparent .box_02 .ttl_01 span {
    font-size: 16px;
  }
}
.transparent .box_02 .ttl_02 {
  margin-top: 50px;
  margin-bottom: 25px;
}
.transparent .box_02 .ttl_02 span {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
@media screen and (max-width: 736px) {
  .transparent .box_02 .ttl_02 span {
    font-size: 14px;
  }
}
.transparent .box_02 .txt_01 {
  margin: 30px auto;
}
@media screen and (max-width: 736px) {
  .transparent .box_02 .txt_01 {
    margin: 15px auto;
  }
}
.transparent .box_02 .biken {
  display: table;
  color: #009FE8;
  border: solid 1px #009FE8;
}
.transparent .box_02 .biken a {
  display: block;
  padding: 22px 26px;
}
.transparent .box_02 .biken a span {
  display: inline-block;
  padding-left: 45px;
  position: relative;
}
.transparent .box_02 .biken a span:before {
  content: "";
  display: block;
  width: 26px;
  height: 30px;
  background: url(./img/about_biken/img_transparent_02.png) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 736px) {
  .transparent .box_02 .biken {
    width: 100%;
  }
}
.transparent .box_02 .linkBox {
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.transparent .box_02 .linkBox > div {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 736px) {
  .transparent .box_02 .linkBox > div {
    width: calc((100% - 10px) / 2);
  }
}
.transparent .box_02 .linkBox > div a {
  color: #009FE8;
  border: solid 1px #009FE8;
  display: block;
  padding: 22px 26px;
}
.transparent .box_02 .linkBox > div:nth-child(2n+1) {
  margin-right: 20px;
}
@media screen and (max-width: 736px) {
  .transparent .box_02 .linkBox > div:nth-child(2n+1) {
    margin-right: 10px;
  }
}
.transparent .box_02 .linkBox > div:nth-child(n+3) {
  margin-top: 20px;
}
@media screen and (max-width: 736px) {
  .transparent .box_02 .linkBox > div:nth-child(n+3) {
    margin-top: 10px;
  }
}
.transparent .box_02 a {
  color: #009FE8;
}
.transparent .box_02 .graph {
  margin-bottom: 80px;
  text-align: center;
}
.transparent .box_02 .dl_02 dt {
  background: #E4F2F7;
}

.form .box_01 .ttl_02, .confirm .box_01 .ttl_02 {
  margin-bottom: 30px;
}
@media screen and (max-width: 736px) {
  .form .box_01 .ttl_02, .confirm .box_01 .ttl_02 {
    margin-bottom: 20px;
  }
}
.form .box_01 .txt_01 .attention, .confirm .box_01 .txt_01 .attention {
  color: #e32c2c;
}
.form .box_02, .confirm .box_02 {
  margin-top: 60px;
}
@media screen and (max-width: 736px) {
  .form .box_02, .confirm .box_02 {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 737px) {
  .form .box_02 form dl, .confirm .box_02 form dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.form .box_02 form dl + dl, .confirm .box_02 form dl + dl {
  margin-top: 20px;
}
.form .box_02 form dl dt, .confirm .box_02 form dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 737px) {
  .form .box_02 form dl dt, .confirm .box_02 form dl dt {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 260px;
  }
}
.form .box_02 form dl dt .icon, .confirm .box_02 form dl dt .icon {
  margin-left: 20px;
  display: inline-block;
  padding: 5px;
  font-size: 13px;
  color: #fff;
  background: #e32c2c;
  border-radius: 3px;
}
@media screen and (max-width: 736px) {
  .form .box_02 form dl dt .icon, .confirm .box_02 form dl dt .icon {
    font-size: 10px;
  }
}
@media print, screen and (min-width: 737px) {
  .form .box_02 form dl dd, .confirm .box_02 form dl dd {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media screen and (max-width: 736px) {
  .form .box_02 form dl dd, .confirm .box_02 form dl dd {
    margin-top: 10px;
  }
}
.form .box_02 form dl dd ::-webkit-input-placeholder, .confirm .box_02 form dl dd ::-webkit-input-placeholder {
  color: #999999;
}
.form .box_02 form dl dd ::-moz-placeholder, .confirm .box_02 form dl dd ::-moz-placeholder {
  color: #999999;
}
.form .box_02 form dl dd :-moz-placeholder, .confirm .box_02 form dl dd :-moz-placeholder {
  color: #999999;
}
.form .box_02 form dl dd :-ms-input-placeholder, .confirm .box_02 form dl dd :-ms-input-placeholder {
  color: #999999;
}
.form .box_02 form dl dd input[type="text"], .confirm .box_02 form dl dd input[type="text"] {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f4f4f4;
  border: none;
  padding: 15px;
}
@media screen and (max-width: 736px) {
  .form .box_02 form dl dd input[type="text"], .confirm .box_02 form dl dd input[type="text"] {
    padding: 10px;
  }
}
.form .box_03, .confirm .box_03 {
  margin-top: 50px;
}
@media screen and (max-width: 736px) {
  .form .box_03, .confirm .box_03 {
    margin-top: 40px;
  }
}
.form .box_03 .ttl_02, .confirm .box_03 .ttl_02 {
  margin-bottom: 30px;
}
@media screen and (max-width: 736px) {
  .form .box_03 .ttl_02, .confirm .box_03 .ttl_02 {
    margin-bottom: 20px;
  }
}
.form .box_03 .txt_01 a, .confirm .box_03 .txt_01 a {
  color: #009fe8;
}

.form form .type01 {
  width: 350px;
}
@media screen and (max-width: 736px) {
  .form form .type01 {
    width: 100%;
  }
}
.form form .type02 {
  display: block;
  position: relative;
}
.form form .type02 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form form .type02 select::-ms-expand {
  display: none;
}
@media print, screen and (min-width: 737px) {
  .form form .type02 {
    width: 190px;
  }
}
.form form .type02:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 3px 6px 3px;
  border-color: transparent transparent #999999 transparent;
  position: absolute;
  right: 15px;
  top: 13px;
}
.form form .type02:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 3px 0 3px;
  border-color: #999999 transparent transparent transparent;
  position: absolute;
  right: 15px;
  bottom: 13px;
}
.form form .type02 select {
  width: 100%;
  line-height: 1;
  display: block;
  padding: 15px;
  border: none;
  color: #999999;
  border-radius: 0;
  background: #f4f4f4;
}
.form form .type02 select option {
  color: #333;
  background: #fff;
}
.form form .type03 {
  width: 100%;
}
.form .button_conf {
  display: none;
}
.form .button_form {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 736px) {
  .form .button_form {
    margin-top: 20px;
  }
}
.form .button_form input[type="submit"],
.form .button_form input[type="reset"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.form .button_form input[type="submit"]::-webkit-search-decoration,
.form .button_form input[type="reset"]::-webkit-search-decoration {
  display: none;
}
.form .button_form input[type="submit"]::focus,
.form .button_form input[type="reset"]::focus {
  outline-offset: -2px;
}
.form .button_form input {
  display: block;
  padding: 30px 0;
  width: 320px;
  font-size: 15px;
  text-align: center;
}
@media screen and (max-width: 736px) {
  .form .button_form input {
    padding: 15px 0;
    width: calc((100% - 10px) / 2);
    font-size: 12px;
  }
}
.form .button_form input + input {
  margin-left: 10px;
}
.form .button_form input[type="submit"] {
  background: #009fe8;
  color: #fff;
}
.form .button_form input[type="reset"] {
  background: #fff;
  color: #a9a9a9;
  border: 1px solid #b1b1b1;
}

.confirm .box_02 form dl + dl {
  padding-top: 20px;
  border-top: 1px solid #b1b1b1;
}
.confirm .box_02 form dl dt .icon {
  display: none;
}
.confirm .button_form {
  display: none;
}
.confirm .button_conf {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 736px) {
  .confirm .button_conf {
    margin-top: 20px;
  }
}
.confirm .button_conf input[type="submit"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.confirm .button_conf input[type="submit"]::-webkit-search-decoration {
  display: none;
}
.confirm .button_conf input[type="submit"]::focus {
  outline-offset: -2px;
}
.confirm .button_conf input, .confirm .button_conf a {
  display: block;
  padding: 30px 0;
  width: 320px;
  font-size: 15px;
  text-align: center;
}
@media screen and (max-width: 736px) {
  .confirm .button_conf input, .confirm .button_conf a {
    padding: 15px 0;
    width: calc((100% - 10px) / 2);
    font-size: 12px;
  }
}
.confirm .button_conf input {
  background: #009fe8;
  color: #fff;
}
.confirm .button_conf a {
  margin-left: 10px;
  background: #fff;
  color: #a9a9a9;
  border: 1px solid #b1b1b1;
}

.complete .box_01 {
  margin-top: 90px;
}
@media screen and (max-width: 736px) {
  .complete .box_01 {
    margin-top: 45px;
  }
}
@media print, screen and (min-width: 737px) {
  .complete .box_01 .ttl_02 {
    text-align: center;
  }
}
.complete .box_01 .txt_01 {
  margin-top: 30px;
}
@media screen and (max-width: 736px) {
  .complete .box_01 .txt_01 {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 737px) {
  .complete .box_01 .txt_01 {
    text-align: center;
  }
}
.complete .box_02 {
  margin-top: 100px;
}
@media screen and (max-width: 736px) {
  .complete .box_02 {
    margin-top: 50px;
  }
}
.complete .box_02 a {
  display: block;
  padding: 30px 0;
  color: #009fe8;
  font-size: 15px;
  text-align: center;
  border: solid 1px #009fe8;
  margin: 0 auto;
}
@media print, screen and (min-width: 737px) {
  .complete .box_02 a {
    width: 320px;
  }
}
@media screen and (max-width: 736px) {
  .complete .box_02 a {
    padding: 20px 0;
  }
}

.payment_details .pass .box_01 form {
  margin-top: 20px;
}
@media print, screen and (min-width: 737px) {
  .payment_details .pass .box_01 form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media print, screen and (min-width: 737px) {
  .payment_details .pass .box_01 form .password {
    margin-right: 20px;
  }
}
@media screen and (max-width: 736px) {
  .payment_details .pass .box_01 form .password {
    margin-bottom: 10px;
  }
}
.payment_details .pass .box_01 form .password input {
  display: block;
  padding: 10px;
  font-size: 13px;
  line-height: 1;
  border: 1px solid #009fe8;
}
@media screen and (max-width: 736px) {
  .payment_details .pass .box_01 form .password input {
    font-size: 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5px;
    width: 100%;
  }
}
.payment_details .pass .box_01 form .button input {
  -webkit-appearance: none;
  border-radius: 0;
  vertical-align: middle;
  display: block;
  text-align: center;
  padding: 10px 20px;
  font-size: 15px;
  border: 1px solid #009fe8;
  color: #009fe8;
  background: #fff;
  line-height: 1;
}
@media screen and (max-width: 736px) {
  .payment_details .pass .box_01 form .button input {
    font-size: 10px;
    display: inline-block;
    padding: 10px 20px;
  }
}
.payment_details .pass .box_02 {
  margin-top: 60px;
}
@media screen and (max-width: 736px) {
  .payment_details .pass .box_02 {
    margin-top: 40px;
  }
}
.payment_details .pass .box_02 .inner {
  padding: 50px;
  background: #f5f5f5;
}
@media screen and (max-width: 736px) {
  .payment_details .pass .box_02 .inner {
    padding: 20px;
  }
}
.payment_details .pass .box_02 .inner .txt_01 {
  margin-top: 20px;
}
@media screen and (max-width: 736px) {
  .payment_details .pass .box_02 .inner .txt_01 {
    margin-top: 10px;
  }
}
.payment_details .pass .box_02 .inner .txt_01 + .ttl_02 {
  margin-top: 60px;
}
@media screen and (max-width: 736px) {
  .payment_details .pass .box_02 .inner .txt_01 + .ttl_02 {
    margin-top: 30px;
  }
}
.payment_details .mainpage .box_01 ul {
  margin-top: 20px;
}
@media screen and (max-width: 736px) {
  .payment_details .mainpage .box_01 ul {
    margin-top: 10px;
  }
}
.payment_details .mainpage .box_01 ul + .ttl_03 {
  margin-top: 40px;
}
@media screen and (max-width: 736px) {
  .payment_details .mainpage .box_01 ul + .ttl_03 {
    margin-top: 30px;
  }
}
.payment_details .mainpage .box_02 {
  margin-top: 60px;
}
@media screen and (max-width: 736px) {
  .payment_details .mainpage .box_02 {
    margin-top: 40px;
  }
}
.payment_details .mainpage .box_02 .inner {
  padding: 50px;
  background: #f5f5f5;
}
@media screen and (max-width: 736px) {
  .payment_details .mainpage .box_02 .inner {
    padding: 20px;
  }
}
.payment_details .mainpage .box_02 .inner .txt_01 {
  margin-top: 20px;
}
@media screen and (max-width: 736px) {
  .payment_details .mainpage .box_02 .inner .txt_01 {
    margin-top: 10px;
  }
}
.payment_details .mainpage .box_02 .inner .txt_01 + .ttl_02 {
  margin-top: 60px;
}
@media screen and (max-width: 736px) {
  .payment_details .mainpage .box_02 .inner .txt_01 + .ttl_02 {
    margin-top: 30px;
  }
}

.balance .box_01 {
  margin-top: 90px;
}
@media screen and (max-width: 736px) {
  .balance .box_01 {
    margin-top: 45px;
  }
}
.balance .box_01 .balanceImg_01 {
  margin: 0 auto 40px;
  text-align: center;
}
@media screen and (max-width: 736px) {
  .balance .box_01 .balanceImg_01 {
    width: 35%;
    margin: 0 auto 20px;
  }
}
.balance ul.fig {
  margin: 45px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 736px) {
  .balance ul.fig {
    margin: 20px auto 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.balance ul.fig li {
  width: calc(100% / 4);
}
@media screen and (max-width: 736px) {
  .balance ul.fig li {
    width: calc(100% / 2);
  }
}

.region .box_01 {
  margin-top: 90px;
}
@media screen and (max-width: 736px) {
  .region .box_01 {
    margin-top: 45px;
  }
}
.region .box_02 p {
  width: 470px;
  margin-top: 40px;
  line-height: 2;
}
@media screen and (max-width: 736px) {
  .region .box_02 p {
    width: auto;
    margin-top: 20px;
  }
}
.region .box_02 .ttl_03 {
  margin: 60px auto 25px auto;
}
@media screen and (max-width: 736px) {
  .region .box_02 .ttl_03 {
    margin: 30px auto 15px auto;
  }
}
.region .box_02 span {
  color: #000;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 736px) {
  .region .box_02 span {
    font-size: 16px;
  }
}
.region .box_02 figure {
  margin-top: 30px;
}
@media screen and (max-width: 736px) {
  .region .box_02 figure {
    margin-top: 15px;
  }
}
.region .box_02 .colmun_02-1 .regionBox_02 .txt_02_2 {
  width: 470px;
  margin-top: 30px;
  border: solid 1px #009FE8;
}
@media screen and (max-width: 736px) {
  .region .box_02 .colmun_02-1 .regionBox_02 .txt_02_2 {
    width: auto;
    margin-top: 15px;
  }
}
.region .box_02 .colmun_02-1 .regionBox_02 .txt_02_2 a {
  display: block;
  color: #009FE8;
  padding: 22px 26px;
}

.education .box_01 {
  margin-top: 90px;
}
@media screen and (max-width: 736px) {
  .education .box_01 {
    margin-top: 45px;
  }
}
.education .box_01 .educationImg {
  margin-top: 40px;
}
@media screen and (max-width: 736px) {
  .education .box_01 .educationImg {
    margin: 20px auto;
  }
}
.education .box_02 .colmun_02-1 .educationBox_01, .education .box_02 .colmun_02-1 .educationBox_02 {
  width: 470px;
  margin-top: 45px;
}
@media screen and (max-width: 736px) {
  .education .box_02 .colmun_02-1 .educationBox_01, .education .box_02 .colmun_02-1 .educationBox_02 {
    width: auto;
    margin-top: 20px;
  }
}
.education .box_02 .colmun_02-1 .educationBox_01 a, .education .box_02 .colmun_02-1 .educationBox_02 a {
  display: block;
  color: #009FE8;
  padding: 22px 26px;
  border: solid 1px #009FE8;
}
.education .box_02 .colmun_02-1 .educationBox_01 {
  margin-right: 60px;
}
@media screen and (max-width: 736px) {
  .education .box_02 .colmun_02-1 .educationBox_01 {
    margin: auto;
  }
}

.csr .box_01 span {
  color: #000;
  font-size: 25px;
}
@media screen and (max-width: 736px) {
  .csr .box_01 span {
    font-size: 18px;
  }
}
.csr .box_02 {
  margin-top: 90px;
}
@media screen and (max-width: 736px) {
  .csr .box_02 {
    margin-top: 40px;
  }
}
.csr .box_02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.csr .box_02 ul li {
  width: calc(100% / 3);
}
@media screen and (max-width: 736px) {
  .csr .box_02 ul li {
    width: 50%;
  }
}
@media print, screen and (min-width: 737px) {
  .csr .box_02 ul li:nth-child(n+4) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 736px) {
  .csr .box_02 ul li:nth-child(n+3) {
    margin-top: 40px;
  }
}
.csr .box_02 ul li a {
  display: block;
}
@media print, screen and (min-width: 737px) {
  .csr .box_02 ul li a {
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  .csr .box_02 ul li a:hover {
    opacity: 0.6;
  }
}
.csr .box_02 ul li a span {
  display: block;
  text-align: center;
  font-size: 20px;
  color: #009fe8;
  margin-top: 20px;
}
@media screen and (max-width: 736px) {
  .csr .box_02 ul li a span {
    font-size: 14px;
  }
}

.about_vaccine .pageTtl {
  background: url(./img/about_vaccine/ttl_about_vaccine.png) no-repeat center center;
  background-size: cover;
}
.about_vaccine .box_01 .txt_01 {
  text-align: center;
}
@media screen and (max-width: 736px) {
  .about_vaccine .box_01 .txt_01 {
    text-align: left;
  }
}
.about_vaccine .box_02 .navBox {
  margin-top: 50px;
}
@media print, screen and (min-width: 737px) {
  .about_vaccine .box_02 .navBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 736px) {
  .about_vaccine .box_02 .navBox {
    margin-top: 30px;
  }
}
.about_vaccine .box_02 .navBox li {
  position: relative;
  width: 330px;
}
@media screen and (max-width: 736px) {
  .about_vaccine .box_02 .navBox li {
    width: 50%;
    margin: auto;
  }
}
.about_vaccine .box_02 .navBox li:before, .about_vaccine .box_02 .navBox li:after {
  content: "";
  display: block;
  width: 2px;
  height: 286px;
  background: #ff8580;
  position: absolute;
  top: 22px;
  z-index: 1;
}
@media screen and (max-width: 736px) {
  .about_vaccine .box_02 .navBox li:before, .about_vaccine .box_02 .navBox li:after {
    top: 10px;
    height: calc(100% - 20px);
  }
}
.about_vaccine .box_02 .navBox li:before {
  left: 11px;
}
@media screen and (max-width: 736px) {
  .about_vaccine .box_02 .navBox li:before {
    left: 5px;
  }
}
.about_vaccine .box_02 .navBox li:after {
  right: 11px;
}
@media screen and (max-width: 736px) {
  .about_vaccine .box_02 .navBox li:after {
    right: 5px;
  }
}
.about_vaccine .box_02 .navBox li div:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.about_vaccine .box_02 .navBox li div a {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ff8580;
}
.about_vaccine .box_02 .navBox li div a span {
  text-align: center;
  font-size: 18px;
  line-height: 1.44;
}
@media screen and (max-width: 736px) {
  .about_vaccine .box_02 .navBox li div a span {
    font-size: 12px;
  }
}
.about_vaccine .box_02 .navBox li div a:before, .about_vaccine .box_02 .navBox li div a:after {
  content: "";
  display: block;
  width: 286px;
  height: 2px;
  background: #ff8580;
  position: absolute;
  left: 22px;
  z-index: 1;
}
@media screen and (max-width: 736px) {
  .about_vaccine .box_02 .navBox li div a:before, .about_vaccine .box_02 .navBox li div a:after {
    left: 10px;
    width: calc(100% - 20px);
  }
}
.about_vaccine .box_02 .navBox li div a:before {
  top: 11px;
}
@media screen and (max-width: 736px) {
  .about_vaccine .box_02 .navBox li div a:before {
    top: 5px;
  }
}
.about_vaccine .box_02 .navBox li div a:after {
  bottom: 11px;
}
@media screen and (max-width: 736px) {
  .about_vaccine .box_02 .navBox li div a:after {
    bottom: 5px;
  }
}
@media screen and (max-width: 736px) {
  .about_vaccine .box_02 .navBox li div a span {
    display: block;
    width: 100%;
  }
}
.about_vaccine .box_02 .navBox li div a span:before {
  content: "";
  display: block;
  width: 160px;
  height: 116px;
  margin-bottom: 30px;
}
@media screen and (max-width: 736px) {
  .about_vaccine .box_02 .navBox li div a span:before {
    margin: 0 auto;
    width: 50%;
    height: 0;
    padding-top: 50%;
  }
}
.about_vaccine .box_02 .navBox li div a span.vaccine01:before {
  background: url(./img/top/ico_vaccine_01.png) no-repeat center center;
}
@media screen and (max-width: 736px) {
  .about_vaccine .box_02 .navBox li div a span.vaccine01:before {
    background-size: contain;
  }
}
.about_vaccine .box_02 .navBox li div a span.vaccine02:before {
  background: url(./img/top/ico_vaccine_02.png) no-repeat center center;
}
@media screen and (max-width: 736px) {
  .about_vaccine .box_02 .navBox li div a span.vaccine02:before {
    background-size: contain;
  }
}
.about_vaccine .box_02 .navBox li div a span.vaccine03:before {
  background: url(./img/top/ico_vaccine_03.png) no-repeat center center;
}
@media screen and (max-width: 736px) {
  .about_vaccine .box_02 .navBox li div a span.vaccine03:before {
    background-size: contain;
  }
}
@media screen and (max-width: 736px) {
  .about_vaccine .box_02 .navBox li + li {
    margin-top: 13px;
  }
}
.about_vaccine .box_02 .relate {
  margin-top: 50px;
}
@media print, screen and (min-width: 737px) {
  .about_vaccine .box_02 .relate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 736px) {
  .about_vaccine .box_02 .relate {
    margin-top: 40px;
  }
}
.about_vaccine .box_02 .relate h3 {
  color: #ff8580;
}
@media screen and (max-width: 736px) {
  .about_vaccine .box_02 .relate h3 {
    text-align: center;
  }
}
@media print, screen and (min-width: 737px) {
  .about_vaccine .box_02 .relate .siteList {
    margin-left: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 736px) {
  .about_vaccine .box_02 .relate .siteList {
    margin-top: 25px;
  }
}
@media screen and (max-width: 736px) {
  .about_vaccine .box_02 .relate .siteList li {
    padding: 0 20px;
    text-align: center;
  }
}
@media print, screen and (min-width: 737px) {
  .about_vaccine .box_02 .relate .siteList li + li {
    margin-left: 10px;
  }
}
@media screen and (max-width: 736px) {
  .about_vaccine .box_02 .relate .siteList li + li {
    margin-top: 8px;
  }
}

.prevention .box_01 h3 {
  font-size: 15px;
  text-align: center;
}
.prevention .box_01 h3:before {
  content: "";
  display: block;
  width: 240px;
  height: 150px;
  background: url(./img/about_vaccine/ico_prevention.png) no-repeat;
  margin: 0 auto 60px;
}
@media screen and (max-width: 736px) {
  .prevention .box_01 h3:before {
    margin: 0 auto 20px;
    width: 100px;
    height: 63px;
    background-size: contain;
  }
}
@media screen and (max-width: 736px) {
  .prevention .box_01 h3 {
    font-size: 12px;
  }
}
.prevention .box_01 ul {
  max-width: 715px;
  margin: 90px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 736px) {
  .prevention .box_01 ul {
    margin: 30px auto 0;
  }
}
.prevention .box_01 ul li {
  overflow: hidden;
  position: relative;
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 736px) {
  .prevention .box_01 ul li {
    width: calc((100% - 20px) / 3);
  }
}
.prevention .box_01 ul li:not(:nth-child(3n+1)) {
  margin-left: 20px;
}
@media screen and (max-width: 736px) {
  .prevention .box_01 ul li:not(:nth-child(3n+1)) {
    margin-left: 10px;
  }
}
.prevention .box_01 ul li:nth-child(n+4) {
  margin-top: 20px;
}
@media screen and (max-width: 736px) {
  .prevention .box_01 ul li:nth-child(n+4) {
    margin-top: 10px;
  }
}
.prevention .box_01 ul li:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.prevention .box_01 ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #ffe7e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 22px;
  line-height: 1.3;
  text-align: center;
  color: #e65c57;
}
@media screen and (max-width: 736px) {
  .prevention .box_01 ul li a {
    font-size: 10px;
  }
}
.prevention .box_01 ul li a span {
  font-size: 12px;
}
@media screen and (max-width: 736px) {
  .prevention .box_01 ul li a span {
    font-size: 7px;
  }
}
.prevention #modal {
  display: none;
  height: 100vh;
  width: 100vw;
  background: rgba(255, 255, 255, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.prevention .modalContens .modalContent {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid #ff8580;
  border-radius: 5px;
  z-index: 10000;
  width: 900px;
  overflow-y: scroll;
}
@media screen and (max-width: 736px) {
  .prevention .modalContens .modalContent {
    width: 90%;
    max-height: 90vh;
  }
}
.prevention .modalContens .modalContent h4 {
  padding: 40px 0 35px;
  text-align: center;
  font-size: 25px;
  color: #fff;
  background: #ff8580;
  border-radius: 5px 5px  0 0;
}
@media screen and (max-width: 736px) {
  .prevention .modalContens .modalContent h4 {
    padding: 15px 0;
    font-size: 17px;
  }
}
.prevention .modalContens .modalContent .contentBody {
  padding: 50px;
  background: #fff;
}
@media print, screen and (min-width: 737px) {
  .prevention .modalContens .modalContent .contentBody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 736px) {
  .prevention .modalContens .modalContent .contentBody {
    padding: 30px 20px;
  }
}
@media print, screen and (min-width: 737px) {
  .prevention .modalContens .modalContent .contentBody > div {
    width: calc((100% - 60px) / 2);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media print, screen and (min-width: 737px) {
  .prevention .modalContens .modalContent .contentBody > div + div {
    margin-left: 60px;
  }
}
@media screen and (max-width: 736px) {
  .prevention .modalContens .modalContent .contentBody > div + div {
    margin-top: 30px;
  }
}
.prevention .modalContens .modalContent .contentBody > div > div + div {
  margin-top: 40px;
}
@media screen and (max-width: 736px) {
  .prevention .modalContens .modalContent .contentBody > div > div + div {
    margin-top: 30px;
  }
}
.prevention .modalContens .modalContent .contentBody h5 {
  padding-left: 35px;
  font-size: 18px;
  position: relative;
  margin-bottom: 15px;
}
@media screen and (max-width: 736px) {
  .prevention .modalContens .modalContent .contentBody h5 {
    font-size: 12px;
    padding-left: 20px;
  }
}
.prevention .modalContens .modalContent .contentBody .body_01 h5:after {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  background: url(./img/about_vaccine/ico_01.png) no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 736px) {
  .prevention .modalContens .modalContent .contentBody .body_01 h5:after {
    width: 15px;
    height: 15px;
    background-size: contain;
  }
}
.prevention .modalContens .modalContent .contentBody .body_02 p {
  margin: 15px;
  line-height: 1.6;
}
.prevention .modalContens .modalContent .contentBody .body_02 h5:after {
  content: "";
  display: block;
  width: 12px;
  height: 27px;
  background: url(./img/about_vaccine/ico_02.png) no-repeat;
  position: absolute;
  left: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 736px) {
  .prevention .modalContens .modalContent .contentBody .body_02 h5:after {
    width: 8px;
    height: 18px;
    background-size: contain;
    left: 2px;
  }
}
.prevention .modalContens .modalContent .contentBody .body_03 p {
  margin: 15px;
  line-height: 1.6;
}
.prevention .modalContens .modalContent .contentBody .body_03 h5:after {
  content: "";
  display: block;
  width: 13px;
  height: 25px;
  background: url(./img/about_vaccine/ico_03.png) no-repeat;
  position: absolute;
  left: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 736px) {
  .prevention .modalContens .modalContent .contentBody .body_03 h5:after {
    width: 8px;
    height: 16px;
    background-size: contain;
    left: 2px;
  }
}
.prevention .modalContens .modalContent .contentBody .Box00 {
  font-size: 20px;
  color: #ff8580;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 736px) {
  .prevention .modalContens .modalContent .contentBody .Box00 {
    font-size: 14px;
  }
}
.prevention .modalContens .modalContent .contentBody ul li {
  padding-left: 25px;
  line-height: 1.6;
  position: relative;
}
@media screen and (max-width: 736px) {
  .prevention .modalContens .modalContent .contentBody ul li {
    font-size: 10px;
    padding-left: 20px;
  }
}
.prevention .modalContens .modalContent .contentBody ul li:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff8580;
  position: absolute;
  top: 8px;
  left: 10px;
}
@media screen and (max-width: 736px) {
  .prevention .modalContens .modalContent .contentBody ul li:before {
    width: 5px;
    height: 5px;
    top: 6px;
    left: 7px;
  }
}
.prevention .modalContens .modalContent .contentBody ul li + li {
  margin-top: 10px;
}
.prevention .modalContens .modalContent .contentFooter {
  border-top: 1px dotted #ff8580;
  padding: 30px 40px;
  background: #fff;
  border-radius: 0 0 5px 5px;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 736px) {
  .prevention .modalContens .modalContent .contentFooter {
    padding: 20px;
  }
}
.prevention .modalContens .modalContent .contentFooter > span {
  cursor: pointer;
  color: #ff8580;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 736px) {
  .prevention .modalContens .modalContent .contentFooter > span {
    font-size: 10px;
  }
}
.prevention .modalContens .modalContent .contentFooter > span.prev {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  left: 40px;
}
@media screen and (max-width: 736px) {
  .prevention .modalContens .modalContent .contentFooter > span.prev {
    left: 20px;
  }
}
.prevention .modalContens .modalContent .contentFooter > span.next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 40px;
}
@media screen and (max-width: 736px) {
  .prevention .modalContens .modalContent .contentFooter > span.next {
    right: 20px;
  }
}
.prevention .modalContens .modalContent .contentFooter > span span {
  display: inline-block;
}
@media screen and (max-width: 736px) {
  .prevention .modalContens .modalContent .contentFooter > span span img {
    height: 15px;
    width: auto;
  }
}
.prevention .modalContens .modalContent .contentFooter > span span + span {
  margin-left: 10px;
}
.prevention .modalContens .modalContent:first-child .contentFooter > span.prev {
  display: none;
}
.prevention .modalContens .modalContent:last-child .contentFooter > span.next {
  display: none;
}

.knowledge .box_01 .txt_01 {
  text-align: center;
}
@media screen and (max-width: 736px) {
  .knowledge .box_01 .txt_01 {
    text-align: left;
  }
}
.knowledge .box_01 .txt_01:before {
  content: "";
  display: block;
  width: 184px;
  height: 157px;
  background: url(./img/about_vaccine/ico_knowledge.png) no-repeat;
  margin: 0 auto 60px;
}
@media screen and (max-width: 736px) {
  .knowledge .box_01 .txt_01:before {
    margin: 0 auto 20px;
    width: 74px;
    height: 63px;
    background-size: contain;
  }
}
.knowledge .box_02 {
  max-width: 940px;
  margin: 90px auto 0;
}
@media screen and (max-width: 736px) {
  .knowledge .box_02 {
    margin-top: 30px;
  }
}
.knowledge .box_02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #ffe0df;
  border-right: 1px solid #ffe0df;
  border-left: 1px solid #ffe0df;
}
.knowledge .box_02 ul li {
  width: calc(100% / 3);
}
.knowledge .box_02 ul li a {
  background: #ffe0df;
  display: block;
  padding: 25px 0;
  text-align: center;
  color: #ff8580;
  position: relative;
}
@media screen and (max-width: 736px) {
  .knowledge .box_02 ul li a {
    font-size: 11px;
    padding: 20px 0;
  }
}
.knowledge .box_02 ul li a.active {
  background: #fff;
}
.knowledge .box_02 ul li + li {
  border-left: 1px solid #fff6f6;
}
.knowledge .box_02 .tabContents .tabContent {
  border-left: 1px solid #ffe0df;
  border-right: 1px solid #ffe0df;
  border-bottom: 1px solid #ffe0df;
  padding: 70px;
  background: #fff;
}
@media screen and (max-width: 736px) {
  .knowledge .box_02 .tabContents .tabContent {
    padding: 15px;
  }
}
.knowledge .box_02 .tabContents .tabContent h3 {
  font-size: 16px;
  color: #ff8580;
  line-height: 1.6;
  padding-bottom: 10px;
  border-bottom: 1px solid #ff8580;
}
@media screen and (max-width: 736px) {
  .knowledge .box_02 .tabContents .tabContent h3 {
    font-size: 14px;
    padding-bottom: 5px;
  }
}
.knowledge .box_02 .tabContent_01 h3, .knowledge .box_02 .tabContent_02 h3, .knowledge .box_02 .tabContent_03 h3 {
  margin: 50px 0 20px;
}
@media screen and (max-width: 736px) {
  .knowledge .box_02 .tabContent_01 h3, .knowledge .box_02 .tabContent_02 h3, .knowledge .box_02 .tabContent_03 h3 {
    margin: 20px 0 10px;
  }
}
.knowledge .box_02 .tabContent_01 .text, .knowledge .box_02 .tabContent_02 .text, .knowledge .box_02 .tabContent_03 .text {
  margin-top: 20px;
}

.support-society .box_01 {
  margin-bottom: 80px;
}
.support-society .box_01 figure {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 736px) {
  .support-society .box_01 figure {
    margin-bottom: 20px;
  }
  .support-society .box_01 figure img {
    width: auto;
    height: 63px;
  }
}
.support-society .box_01 h3 {
  color: #ff8580;
  font-size: 25px;
  text-align: center;
}
@media screen and (max-width: 736px) {
  .support-society .box_01 h3 {
    font-size: 16px;
    text-align: left;
  }
}
.support-society .box_01 p {
  margin-top: 40px;
}
@media screen and (max-width: 736px) {
  .support-society .box_01 p {
    margin-top: 20px;
  }
}
.support-society .whiteBox {
  position: relative;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 60px 60px;
}
@media screen and (max-width: 736px) {
  .support-society .whiteBox {
    padding: 40px;
  }
}
.support-society .whiteBox.so01 {
  margin-bottom: 80px;
  background: #fff url(./img/about_vaccine/bg-support-society01.png) no-repeat center center;
  background-size: 80% auto;
}
@media screen and (max-width: 736px) {
  .support-society .whiteBox.so01 {
    padding: 40px;
  }
}
.support-society .whiteBox h4 {
  position: absolute;
  display: inline-block;
  background-color: #ff8580;
  color: #ffffff;
  font-size: 25px;
  padding: 20px;
  margin: auto;
  top: -32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 736px) {
  .support-society .whiteBox h4 {
    font-size: 16px;
    padding: 20px;
    top: -25px;
  }
}
.support-society .whiteBox h5 {
  font-size: 25px;
  color: #ff8580;
  margin-bottom: 30px;
}
@media screen and (max-width: 736px) {
  .support-society .whiteBox h5 {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.support-society .whiteBox .txt_02 {
  margin-top: 30px;
}
@media screen and (max-width: 736px) {
  .support-society .whiteBox .txt_02 {
    margin-top: 20px;
  }
}
.support-society .whiteBox .fL01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.support-society .whiteBox .fL01 section {
  width: 400px;
}
.support-society .whiteBox .fL01 section figure {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 736px) {
  .support-society .whiteBox .fL01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .support-society .whiteBox .fL01 section {
    width: auto;
  }
  .support-society .whiteBox .fL01 section:first-child {
    margin-bottom: 40px;
  }
  .support-society .whiteBox .fL01 section figure {
    margin-top: 20px;
  }
}
.support-society .whiteBox.so02 section {
  background: #fff url(./img/about_vaccine/bg-support-society02.png) no-repeat 100px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.support-society .whiteBox.so02 section div {
  width: 400px;
}
.support-society .whiteBox.so02 section figure {
  width: 455px;
}
@media screen and (max-width: 736px) {
  .support-society .whiteBox.so02 section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .support-society .whiteBox.so02 section div {
    width: auto;
  }
  .support-society .whiteBox.so02 section figure {
    width: auto;
    margin-top: 40px;
  }
}

.about_business .pageTtl {
  background: url(./img/about_business/ttl_about_business.png) no-repeat center center;
  background-size: cover;
}
.about_business .box_01 {
  margin-top: 125px;
}
@media screen and (max-width: 736px) {
  .about_business .box_01 {
    margin-top: 45px;
  }
}
.about_business .box_01 .ttl_01 span {
  color: #000;
}
@media screen and (max-width: 736px) {
  .about_business .box_01 .ttl_01 span {
    font-size: 18px;
  }
}
.about_business .box_02 {
  margin-top: 140px;
}
@media screen and (max-width: 736px) {
  .about_business .box_02 {
    margin-top: 40px;
  }
}
.about_business .box_02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.about_business .box_02 ul li {
  width: calc(100% / 2);
}
@media screen and (max-width: 736px) {
  .about_business .box_02 ul li {
    width: 50%;
  }
}
@media print, screen and (min-width: 737px) {
  .about_business .box_02 ul li:nth-child(n+3) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 736px) {
  .about_business .box_02 ul li:nth-child(n+3) {
    margin-top: 40px;
  }
}
.about_business .box_02 ul li a {
  display: block;
}
@media print, screen and (min-width: 737px) {
  .about_business .box_02 ul li a {
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  .about_business .box_02 ul li a:hover {
    opacity: 0.6;
  }
}
.about_business .box_02 ul li a span {
  display: block;
  text-align: center;
  font-size: 20px;
  color: #009fe8;
  margin-top: 20px;
}
@media screen and (max-width: 736px) {
  .about_business .box_02 ul li a span {
    font-size: 14px;
  }
}

.academic-grants .pageContent .pageTtl {
  background: url(./img/about_business/img_academic-grants_02.png) no-repeat center center;
  background-size: cover;
  height: 450px;
}
@media screen and (max-width: 736px) {
  .academic-grants .pageContent .pageTtl {
    height: 150px;
  }
}
.academic-grants .pageContent .pageTtl h2::after {
  content: "";
  display: block;
  width: 108px;
  height: 72px;
  background: url(./img/about_business/img_academic-grants_03.png) no-repeat;
  margin: 50px auto 0;
}
@media screen and (max-width: 736px) {
  .academic-grants .pageContent .pageTtl h2::after {
    width: 54px;
    height: 36px;
    margin-top: 20px;
    background-size: contain;
  }
}
.academic-grants .pageMain .box_01 {
  margin-top: 80px;
}
@media screen and (max-width: 736px) {
  .academic-grants .pageMain .box_01 {
    margin-top: 40px;
  }
}
.academic-grants .pageMain .box_01 .ttl_01 {
  color: #000;
}
.academic-grants .pageMain .box_01 .txt_02 {
  margin-top: 50px;
  text-align: left;
  font-size: 14px;
}
@media screen and (max-width: 736px) {
  .academic-grants .pageMain .box_01 .txt_02 {
    margin-top: 20px;
    font-size: 12px;
  }
}
.academic-grants .pageMain .box_02 {
  margin-top: 80px;
}
@media screen and (max-width: 736px) {
  .academic-grants .pageMain .box_02 {
    margin-top: 40px;
  }
}
.academic-grants .pageMain .box_02 p {
  color: #000;
  font-weight: bold;
  padding-bottom: 25px;
  border-bottom: solid 1px #009FE8;
}
@media screen and (max-width: 736px) {
  .academic-grants .pageMain .box_02 p {
    padding-bottom: 10px;
  }
}
.academic-grants .pageMain .box_03 {
  margin-top: 38px;
}
@media screen and (max-width: 736px) {
  .academic-grants .pageMain .box_03 {
    margin-top: 16px;
  }
}
.academic-grants .pageMain .box_03 .txt_02 {
  margin-top: 46px;
  text-align: left;
  font-size: 14px;
}
@media screen and (max-width: 736px) {
  .academic-grants .pageMain .box_03 .txt_02 {
    margin-top: 20px;
    font-size: 12px;
  }
}
.academic-grants .pageMain .box_03 .innerBox {
  margin: 45px auto 0;
  border: solid 1px #009FE8;
}
@media print, screen and (min-width: 737px) {
  .academic-grants .pageMain .box_03 .innerBox {
    width: 370px;
  }
}
@media screen and (max-width: 736px) {
  .academic-grants .pageMain .box_03 .innerBox {
    margin-top: 20px;
  }
}
.academic-grants .pageMain .box_03 .innerBox .txt_03 {
  color: #009FE8;
}
.academic-grants .pageMain .box_03 .innerBox a {
  display: block;
  padding: 25px 43px;
  text-align: center;
}
@media screen and (max-width: 736px) {
  .academic-grants .pageMain .box_03 .innerBox a {
    padding: 15px;
  }
}

.clinical .pageMain .box_01, .clinical .pageMain .between {
  margin-top: 90px;
}
@media screen and (max-width: 736px) {
  .clinical .pageMain .box_01, .clinical .pageMain .between {
    margin-top: 45px;
  }
}
.clinical .pageMain .box_01 .ttl_01, .clinical .pageMain .between .ttl_01 {
  text-align: left;
}
@media screen and (max-width: 736px) {
  .clinical .pageMain .box_01 .ttl_01 span, .clinical .pageMain .between .ttl_01 span {
    font-size: 18px;
  }
}
.clinical .pageMain .box_01 .txt_03, .clinical .pageMain .between .txt_03 {
  text-align: left;
  margin-top: 30px;
  font-size: 14px;
}
@media screen and (max-width: 736px) {
  .clinical .pageMain .box_01 .txt_03, .clinical .pageMain .between .txt_03 {
    margin-top: 20px;
    font-size: 12px;
  }
}
.clinical .pageMain .box_02 {
  margin-top: 50px;
}
@media screen and (max-width: 736px) {
  .clinical .pageMain .box_02 {
    margin-top: 20px;
  }
}
.clinical .pageMain .box_02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.clinical .pageMain .box_02 ul li {
  width: 50%;
}
@media screen and (max-width: 736px) {
  .clinical .pageMain .box_02 ul li {
    width: 50%;
  }
}
@media print, screen and (min-width: 737px) {
  .clinical .pageMain .box_02 ul li:nth-child(n+3) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 736px) {
  .clinical .pageMain .box_02 ul li:nth-child(n+3) {
    margin-top: 40px;
  }
}
.clinical .pageMain .txt_03 {
  text-align: left;
  margin-top: 60px;
  font-size: 14px;
}
@media screen and (max-width: 736px) {
  .clinical .pageMain .txt_03 {
    margin-top: 30px;
    font-size: 12px;
  }
}

.activity .pageMain .box_01, .activity .pageMain .between {
  margin-top: 90px;
}
@media screen and (max-width: 736px) {
  .activity .pageMain .box_01, .activity .pageMain .between {
    margin-top: 45px;
  }
}
.activity .pageMain .box_01 .ttl_01, .activity .pageMain .between .ttl_01 {
  text-align: left;
}
@media screen and (max-width: 736px) {
  .activity .pageMain .box_01 .ttl_01 span, .activity .pageMain .between .ttl_01 span {
    font-size: 18px;
  }
}
.activity .pageMain .box_01 .txt_03, .activity .pageMain .between .txt_03 {
  text-align: left;
  margin-top: 30px;
  font-size: 14px;
}
@media screen and (max-width: 736px) {
  .activity .pageMain .box_01 .txt_03, .activity .pageMain .between .txt_03 {
    margin-top: 20px;
    font-size: 12px;
  }
}
.activity .pageMain .box_02 {
  margin-top: 50px;
}
@media screen and (max-width: 736px) {
  .activity .pageMain .box_02 {
    margin-top: 20px;
  }
}
.activity .pageMain .box_02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.activity .pageMain .box_02 ul li {
  margin-top: 0;
  width: calc(100% / 3);
}
@media screen and (max-width: 736px) {
  .activity .pageMain .box_02 ul li {
    width: calc(100% / 3);
  }
}
.activity .pageMain .between .ttl_01 {
  margin-top: 90px;
}
@media screen and (max-width: 736px) {
  .activity .pageMain .between .ttl_01 {
    margin-top: 45px;
  }
}
.activity .pageMain .between .txt_03 {
  margin-top: 40px;
  font-size: 14px;
}
@media screen and (max-width: 736px) {
  .activity .pageMain .between .txt_03 {
    margin-top: 20px;
    font-size: 12px;
  }
}
.activity .pageMain .between p span {
  color: #000;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 736px) {
  .activity .pageMain .between p span {
    font-size: 16px;
  }
}
.activity .pageMain .between ul {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 736px) {
  .activity .pageMain .between ul {
    margin-top: 20px;
  }
}
.activity .pageMain .between ul li {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 736px) {
  .activity .pageMain .between ul li {
    width: calc((100% - 10px) / 2);
  }
}
@media print, screen and (min-width: 737px) {
  .activity .pageMain .between ul li {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .activity .pageMain .between ul li:nth-child(2n+1) {
    margin-right: 20px;
  }
  .activity .pageMain .between ul li:nth-child(n+3) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 736px) {
  .activity .pageMain .between ul li {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .activity .pageMain .between ul li:nth-child(n+3) {
    margin-top: 20px;
  }
  .activity .pageMain .between ul li:nth-child(2n+1) {
    margin-right: 10px;
  }
}
.activity .pageMain .between ul li a {
  display: block;
  padding: 22px 26px;
  border: solid 1px #009FE8;
}
@media screen and (max-width: 736px) {
  .activity .pageMain .between ul li a {
    padding: 15px;
  }
}
@media screen and (max-width: 320px) {
  .activity .pageMain .between ul li a {
    padding: 15px 7px;
  }
}
.activity .pageMain .between ul li a span {
  display: inline-block;
  padding-left: 45px;
  position: relative;
  color: #009FE8;
}
@media screen and (max-width: 736px) {
  .activity .pageMain .between ul li a span {
    padding-left: 30px;
  }
}
@media screen and (max-width: 320px) {
  .activity .pageMain .between ul li a span {
    padding-left: 22px;
  }
}
.activity .pageMain .between ul li a span::before {
  content: "";
  display: block;
  width: 26px;
  height: 30px;
  background: url(./img/about_biken/img_transparent_02.png) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 736px) {
  .activity .pageMain .between ul li a span::before {
    width: 18px;
    height: 20px;
    background-size: contain;
  }
}
.activity .pageMain .txt_03 {
  text-align: left;
  margin-top: 60px;
  font-size: 14px;
}
@media screen and (max-width: 736px) {
  .activity .pageMain .txt_03 {
    margin-top: 30px;
    font-size: 12px;
  }
}

.support .pageMain .box_01, .support .pageMain .between {
  margin-top: 90px;
}
@media screen and (max-width: 736px) {
  .support .pageMain .box_01, .support .pageMain .between {
    margin-top: 45px;
  }
}
.support .pageMain .box_01 .txt_03, .support .pageMain .between .txt_03 {
  text-align: left;
  margin-top: 60px;
  font-size: 14px;
}
@media screen and (max-width: 736px) {
  .support .pageMain .box_01 .txt_03, .support .pageMain .between .txt_03 {
    margin-top: 20px;
    font-size: 12px;
  }
}
.support .pageMain .box_02 {
  margin-top: 50px;
}
@media print, screen and (min-width: 737px) {
  .support .pageMain .box_02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 736px) {
  .support .pageMain .box_02 {
    margin-top: 25px;
  }
}
.support .pageMain .box_02 .rightBox {
  padding: 50px 40px 30px 40px;
  background: #E4F2F7;
}
@media screen and (max-width: 736px) {
  .support .pageMain .box_02 .rightBox {
    padding: 25px 10px 25px 10px;
  }
}
@media print, screen and (min-width: 737px) {
  .support .pageMain .box_02 figure {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 500px;
    margin-right: 20px;
  }
}
.support .pageMain .box_03 {
  margin-top: 60px;
}
@media screen and (max-width: 736px) {
  .support .pageMain .box_03 {
    margin-top: 30px;
  }
}
.support .pageMain .box_03 .txt_03 {
  margin-top: 30px;
}
@media screen and (max-width: 736px) {
  .support .pageMain .box_03 .txt_03 {
    margin-top: 15px;
  }
}
.support .pageMain .box_04 {
  margin-top: 40px;
}
@media screen and (max-width: 736px) {
  .support .pageMain .box_04 {
    margin-top: 30px;
  }
}
.support .pageMain .box_04 .innnerBox01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15px;
}
@media screen and (max-width: 736px) {
  .support .pageMain .box_04 .innnerBox01 {
    margin-top: 10px;
  }
}
.support .pageMain .box_04 .text {
  margin-top: 20px;
  font-size: 12px;
}
@media screen and (max-width: 736px) {
  .support .pageMain .box_04 .text {
    margin-top: 10px;
    font-size: 11px;
    line-height: 1.6;
  }
}
.support .pageMain .box_05 {
  margin-top: 40px;
}
@media screen and (max-width: 736px) {
  .support .pageMain .box_05 {
    margin-top: 20px;
  }
}
.support .pageMain .box_05 .innnerBox00 {
  padding: 23px;
  border: solid 1px #009FE8;
  line-height: 1.6;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media print, screen and (min-width: 737px) {
  .support .pageMain .box_05 .innnerBox00 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 736px) {
  .support .pageMain .box_05 .innnerBox00 {
    padding: 25px 10px;
  }
}
@media print, screen and (min-width: 737px) {
  .support .pageMain .box_05 .innnerBox00 .innnerBox03 {
    width: 355px;
    margin-left: 20px;
  }
}
.support .pageMain .box_05 .innnerBox00 .innnerBox02 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 737px) {
  .support .pageMain .box_05 .innnerBox00 .innnerBox02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 736px) {
  .support .pageMain .box_05 .innnerBox00 .innnerBox02 {
    text-align: center;
  }
}
.support .pageMain .box_05 .innnerBox00 .innnerBox02 .text {
  font-size: 12px;
}
@media screen and (max-width: 736px) {
  .support .pageMain .box_05 .innnerBox00 .innnerBox02 .text {
    font-size: 10px;
  }
}
@media screen and (max-width: 736px) {
  .support .pageMain .box_05 .innnerBox00 .innnerBox02 .txt_03 {
    text-align: center;
  }
}
@media print, screen and (min-width: 737px) {
  .support .pageMain .box_05 .innnerBox00 .innnerBox02 img {
    margin-right: 15px;
  }
}
.support .pageMain .ttl_01 {
  text-align: left;
  font-size: 20px;
}
@media screen and (max-width: 736px) {
  .support .pageMain .ttl_01 {
    font-size: 16px;
  }
}
.support .pageMain .titl {
  color: #009FE8;
  font-size: 16px;
}
@media screen and (max-width: 736px) {
  .support .pageMain .titl {
    font-size: 14px;
  }
}
.support .pageMain .txt_03 {
  text-align: left;
  font-size: 14px;
}
@media screen and (max-width: 736px) {
  .support .pageMain .txt_03 {
    margin-top: 15px;
    font-size: 12px;
  }
}

.vaccine-business .pageContent .pageTtl {
  background: url(./img/about_business/img_vaccine-business_02.png) no-repeat center center;
  background-size: cover;
  height: 450px;
}
@media screen and (max-width: 736px) {
  .vaccine-business .pageContent .pageTtl {
    height: 150px;
  }
}
.vaccine-business .pageContent .pageTtl h2 {
  text-align: center;
}
.vaccine-business .pageContent .pageTtl h2::after {
  content: "";
  display: block;
  width: 52px;
  height: 106px;
  background: url(./img/about_business/img_vaccine-business_03.png) no-repeat;
  margin: 40px auto 0;
}
@media screen and (max-width: 736px) {
  .vaccine-business .pageContent .pageTtl h2::after {
    width: 54px;
    height: 42px;
    margin-top: 10px;
    background-size: contain;
  }
}
.vaccine-business .pageMain .box_01 .txt_03 {
  margin-top: 30px;
}
.vaccine-business .pageMain .box_02 {
  margin-top: 90px;
}
@media screen and (max-width: 736px) {
  .vaccine-business .pageMain .box_02 {
    margin-top: 40px;
  }
}
.vaccine-business .pageMain .box_02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.vaccine-business .pageMain .box_02 ul li {
  width: calc(100% / 3);
}
.vaccine-business .pageMain .box_02 ul li a {
  display: block;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.vaccine-business .pageMain .box_02 ul li a span {
  display: block;
  text-align: center;
  font-size: 20px;
  color: #009fe8;
  margin-top: 20px;
}
@media screen and (max-width: 736px) {
  .vaccine-business .pageMain .box_02 ul li a span {
    font-size: 14px;
    padding: 0 1em;
    line-height: 1.4;
    margin-top: 10px;
  }
}

.safety-security .txt_02 {
  margin-top: 40px;
}
.safety-security .box_01 {
  margin-bottom: 60px;
}
.safety-security .colmun_02-1 {
  margin-bottom: 60px;
}
.safety-security .imgBox {
  margin-bottom: 60px;
}
@media screen and (max-width: 736px) {
  .safety-security .txt_02 {
    margin-top: 20px;
  }
  .safety-security .box_01 {
    margin-bottom: 40px;
  }
  .safety-security .colmun_02-1 {
    margin-bottom: 40px;
  }
  .safety-security .imgBox {
    margin-bottom: 40px;
  }
}

.howtomake .box_01 .txt_01 {
  margin-top: 40px;
}
.howtomake .box_02 {
  max-width: 880px;
  margin: 120px auto;
}
@media print, screen and (min-width: 737px) {
  .howtomake .box_02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 736px) {
  .howtomake .box_02 {
    margin: 40px auto;
  }
}
.howtomake .box_02 .leftBox .upper {
  border-top: 1px solid #d4d4d4;
  padding: 45px 0 40px;
}
@media screen and (max-width: 736px) {
  .howtomake .box_02 .leftBox .upper {
    padding: 40px 0;
  }
}
.howtomake .box_02 .leftBox .upper .ttl_04 {
  margin-bottom: 30px;
}
.howtomake .box_02 .leftBox .bottom {
  border: 1px solid #d4d4d4;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.howtomake .box_02 .leftBox .bottom .ttl_04 {
  margin-bottom: 20px;
  line-height: 1.6;
}
.howtomake .box_02 .leftBox .bottom .ttl_04 span span {
  display: block;
  font-size: 13px;
}
.howtomake .box_02 .rightBox {
  max-width: 424px;
}
@media print, screen and (min-width: 737px) {
  .howtomake .box_02 .rightBox {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 80px;
  }
}
@media screen and (max-width: 736px) {
  .howtomake .box_02 .rightBox {
    margin: 0 auto;
    margin-top: 40px;
  }
}
.howtomake .box_02 .rightBox .imgBox {
  position: relative;
}
.howtomake .box_02 .rightBox .imgBox a {
  display: block;
  position: absolute;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.howtomake .box_02 .rightBox .imgBox a img {
  max-width: 100%;
  height: auto;
}
.howtomake .box_02 .rightBox .imgBox a.btn_01 {
  width: 9.456%;
  left: 0;
  top: 1.715%;
}
.howtomake .box_02 .rightBox .imgBox a.btn_02 {
  width: 26.713%;
  left: 33.096%;
  top: 7.475%;
}
.howtomake .box_02 .rightBox .imgBox a.btn_03 {
  width: 26.713%;
  left: 33.096%;
  top: 14.338%;
}
.howtomake .box_02 .rightBox .imgBox a.btn_04 {
  width: 17.494%;
  right: 15.602%;
  top: 29.656%;
}
.howtomake .box_02 .rightBox .imgBox a.btn_05 {
  width: 17.494%;
  right: 15.602%;
  bottom: 35.906%;
}
.howtomake .box_02 .rightBox .imgBox a.btn_06 {
  width: 17.494%;
  right: 15.602%;
  bottom: 29.779%;
}
.howtomake .box_02 .rightBox .imgBox a.btn_07 {
  width: 9.456%;
  left: 0;
  bottom: 22.426%;
}
.howtomake .box_02 .rightBox .imgBox a.btn_08 {
  width: 26.713%;
  left: 33.096%;
  bottom: 16.930%;
}
.howtomake .box_02 .rightBox .imgBox a.btn_09 {
  width: 26.713%;
  left: 33.096%;
  bottom: 6.942%;
}
.howtomake .box_02 .rightBox .imgBox a:after {
  content: "";
  display: block;
  width: 18px;
  height: 19px;
  background: url(./img/about_business/arrow.png) no-repeat;
  position: absolute;
  margin: auto;
  -webkit-animation: flashing 2s ease-out 0s infinite;
          animation: flashing 2s ease-out 0s infinite;
}
@media screen and (max-width: 736px) {
  .howtomake .box_02 .rightBox .imgBox a:after {
    width: 12px;
    height: 12px;
    background-size: contain;
  }
}
.howtomake .box_02 .rightBox .imgBox a.type01:after {
  left: 0;
  right: 0;
  bottom: -10px;
}
@media screen and (max-width: 736px) {
  .howtomake .box_02 .rightBox .imgBox a.type01:after {
    bottom: -6px;
  }
}
.howtomake .box_02 .rightBox .imgBox a.type02:after {
  top: 0;
  bottom: 0;
  right: -9px;
}
@media screen and (max-width: 736px) {
  .howtomake .box_02 .rightBox .imgBox a.type02:after {
    right: -6px;
  }
}
.howtomake .box_02 .rightBox .imgBox a.type03:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.howtomake .box_02 .rightBox .imgBox a:hover {
  opacity: 0.6;
}
.howtomake #modal {
  display: none;
  height: 100vh;
  width: 100vw;
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.howtomake .modalContens .modalContent {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid #009fe8;
  border-radius: 5px;
  z-index: 10000;
  width: 640px;
  overflow-y: scroll;
  background: #fff;
}
@media screen and (max-width: 736px) {
  .howtomake .modalContens .modalContent {
    width: 90%;
    max-height: 90vh;
  }
}
.howtomake .modalContens .modalContent .contentBody {
  padding: 60px 100px 50px;
}
@media screen and (max-width: 736px) {
  .howtomake .modalContens .modalContent .contentBody {
    padding: 20px;
  }
}
.howtomake .modalContens .modalContent .contentFooter {
  border-top: 1px dotted #009fe8;
  padding: 30px 40px;
  border-radius: 0 0 5px 5px;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 736px) {
  .howtomake .modalContens .modalContent .contentFooter {
    padding: 20px;
  }
}
.howtomake .modalContens .modalContent .contentFooter > span {
  cursor: pointer;
  color: #009fe8;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 736px) {
  .howtomake .modalContens .modalContent .contentFooter > span {
    font-size: 10px;
  }
}
.howtomake .modalContens .modalContent .contentFooter > span.prev {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  left: 40px;
}
@media screen and (max-width: 736px) {
  .howtomake .modalContens .modalContent .contentFooter > span.prev {
    left: 20px;
  }
}
.howtomake .modalContens .modalContent .contentFooter > span.next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 40px;
}
@media screen and (max-width: 736px) {
  .howtomake .modalContens .modalContent .contentFooter > span.next {
    right: 20px;
  }
}
.howtomake .modalContens .modalContent .contentFooter > span span {
  display: inline-block;
}
@media screen and (max-width: 736px) {
  .howtomake .modalContens .modalContent .contentFooter > span span img {
    height: 15px;
    width: auto;
  }
}
.howtomake .modalContens .modalContent .contentFooter > span span + span {
  margin-left: 10px;
}
.howtomake .modalContens .modalContent:first-child .contentFooter > span.prev {
  display: none;
}
.howtomake .modalContens .modalContent:last-child .contentFooter > span.next {
  display: none;
}
.howtomake .modalContens .txt_02 {
  margin: 20px auto 0;
  display: table;
}
@media screen and (max-width: 736px) {
  .howtomake .modalContens .txt_02 {
    margin-top: 10px;
  }
}
.howtomake .modalContens .txt_03 {
  margin: 10px 0 0;
  display: table;
  font-size: 12px;
}
@media screen and (max-width: 736px) {
  .howtomake .modalContens .txt_03 {
    margin-top: 5px;
    font-size: 9px;
  }
}
.howtomake .modalContens figure {
  margin-top: 30px;
}
@media screen and (max-width: 736px) {
  .howtomake .modalContens figure {
    margin-top: 15px;
  }
}

@-webkit-keyframes flashing {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes flashing {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.reserch-project .pageContent .pageTtl {
  background: url(./img/about_business/img_reserch-project_02.png) no-repeat center center;
  background-size: cover;
  height: 450px;
}
@media screen and (max-width: 736px) {
  .reserch-project .pageContent .pageTtl {
    height: 150px;
  }
}
.reserch-project .pageContent .pageTtl h2 {
  text-align: center;
}
.reserch-project .pageContent .pageTtl h2::after {
  content: "";
  display: block;
  width: 109px;
  height: 84px;
  background: url(./img/about_business/img_reserch-project_03.png) no-repeat;
  margin: 40px auto 0;
}
@media screen and (max-width: 736px) {
  .reserch-project .pageContent .pageTtl h2::after {
    width: 38px;
    height: 55px;
    margin-top: 10px;
    background-size: contain;
  }
}
.reserch-project .pageMain .box_01 .txt_03 {
  margin-top: 30px;
}
.reserch-project .pageMain .box_02 {
  margin-top: 90px;
}
@media screen and (max-width: 736px) {
  .reserch-project .pageMain .box_02 {
    margin-top: 40px;
  }
}
.reserch-project .pageMain .box_02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.reserch-project .pageMain .box_02 ul li {
  width: calc(100% / 3);
}
.reserch-project .pageMain .box_02 ul li figure.ratio-5-3:before {
  padding-top: 60%;
}
.reserch-project .pageMain .box_02 ul li figure.ratio-5-3 img {
  min-height: initial;
}
.reserch-project .pageMain .box_02 ul li a {
  display: block;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.reserch-project .pageMain .box_02 ul li a span {
  display: block;
  text-align: center;
  font-size: 20px;
  color: #009fe8;
  margin-top: 20px;
}
@media screen and (max-width: 736px) {
  .reserch-project .pageMain .box_02 ul li a span {
    font-size: 14px;
    padding: 0 1em;
    line-height: 1.4;
    margin-top: 10px;
  }
}

.development-system .box_01 {
  margin-top: 90px;
}
.development-system .box_01 .txt_01 {
  font-size: 14px;
}
@media screen and (max-width: 736px) {
  .development-system .box_01 .txt_01 {
    font-size: 12px;
  }
}
.development-system .box_01 .ttl_02 {
  margin-top: 70px;
  font-size: 20px;
}
@media screen and (max-width: 736px) {
  .development-system .box_01 .ttl_02 {
    margin-top: 30px;
    font-size: 16px;
  }
}
@media screen and (max-width: 736px) {
  .development-system .box_01 {
    margin-top: 45px;
  }
}
.development-system .box_02 p {
  width: 470px;
  margin-top: 40px;
  line-height: 2;
}
@media screen and (max-width: 736px) {
  .development-system .box_02 p {
    width: auto;
    margin-top: 20px;
  }
}
.development-system .box_02 figure {
  margin-top: 30px;
}
@media screen and (max-width: 736px) {
  .development-system .box_02 figure {
    margin-top: 15px;
  }
}
.development-system .box_02 .colmun_02-1 .txt_03 {
  margin-top: 20px;
  font-size: 16px;
  text-align: left;
}
@media screen and (max-width: 736px) {
  .development-system .box_02 .colmun_02-1 .txt_03 {
    margin-top: 10px;
    font-size: 13px;
  }
}

.research-center .pageMain .box_01 {
  margin-top: 90px;
}
@media screen and (max-width: 736px) {
  .research-center .pageMain .box_01 {
    margin-top: 45px;
  }
}
.research-center .pageMain .box_01 .ttl_01 {
  text-align: left;
}
@media screen and (max-width: 736px) {
  .research-center .pageMain .box_01 .ttl_01 span {
    font-size: 18px;
  }
}
.research-center .pageMain .box_01 .txt_03 {
  text-align: left;
  margin-top: 30px;
  font-size: 14px;
}
@media screen and (max-width: 736px) {
  .research-center .pageMain .box_01 .txt_03 {
    margin-top: 20px;
    font-size: 12px;
  }
}
.research-center .pageMain .box_02 {
  margin-top: 50px;
}
@media screen and (max-width: 736px) {
  .research-center .pageMain .box_02 {
    margin-top: 20px;
  }
}
.research-center .pageMain .box_02 .innerBox02 {
  position: relative;
}
@media screen and (max-width: 736px) {
  .research-center .pageMain .box_02 .innerBox02 .miniBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.research-center .pageMain .box_02 .innerBox02 .miniBox .nameBox {
  background: #fff;
  padding: 12px 27px;
}
@media print, screen and (min-width: 737px) {
  .research-center .pageMain .box_02 .innerBox02 .miniBox .nameBox {
    position: absolute;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
            box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  }
}
@media screen and (max-width: 736px) {
  .research-center .pageMain .box_02 .innerBox02 .miniBox .nameBox {
    padding: 10px;
    width: calc(100% / 3);
  }
}
.research-center .pageMain .box_02 .innerBox02 .miniBox .nameBox p {
  color: #009FE8;
}
.research-center .pageMain .box_02 .innerBox02 .miniBox .nameBox .text {
  font-size: 18px;
}
@media screen and (max-width: 736px) {
  .research-center .pageMain .box_02 .innerBox02 .miniBox .nameBox .text {
    font-size: 12px;
  }
}
.research-center .pageMain .box_02 .innerBox02 .miniBox .nameBox .text02 {
  margin-top: 8px;
  font-size: 13px;
}
@media screen and (max-width: 736px) {
  .research-center .pageMain .box_02 .innerBox02 .miniBox .nameBox .text02 {
    margin-top: 5px;
    font-size: 9px;
  }
}
@media print, screen and (min-width: 737px) {
  .research-center .pageMain .box_02 .innerBox02 .miniBox .name01 {
    left: 20px;
    bottom: 65px;
  }
  .research-center .pageMain .box_02 .innerBox02 .miniBox .name02 {
    left: 357px;
    bottom: 10px;
  }
  .research-center .pageMain .box_02 .innerBox02 .miniBox .name03 {
    right: 122px;
    bottom: 108px;
  }
}
.research-center .pageMain .box_03 {
  margin-top: 90px;
}
@media screen and (max-width: 736px) {
  .research-center .pageMain .box_03 {
    margin-top: 40px;
  }
}
.research-center .pageMain .box_03 .innerBox + .innerBox {
  margin-top: 60px;
}
@media screen and (max-width: 736px) {
  .research-center .pageMain .box_03 .innerBox + .innerBox {
    margin-top: 35px;
  }
}
.research-center .pageMain .box_03 .innerBox .txt_02 {
  margin-top: 30px;
  font-size: 14px;
  color: #009FE8;
}
@media screen and (max-width: 736px) {
  .research-center .pageMain .box_03 .innerBox .txt_02 {
    margin-top: 10px;
    font-size: 12px;
  }
}
.research-center .pageMain .box_03 .innerBox .txt_02 span {
  font-size: 18px;
}
@media screen and (max-width: 736px) {
  .research-center .pageMain .box_03 .innerBox .txt_02 span {
    font-size: 14px;
  }
}
.research-center .pageMain .box_03 .innerBox .txt_03 {
  font-size: 14px;
  text-align: left;
}
@media screen and (max-width: 736px) {
  .research-center .pageMain .box_03 .innerBox .txt_03 {
    margin-top: 10px;
    font-size: 12px;
  }
}
.research-center .pageMain .box_03 .innerBox .linkBox {
  margin-top: 30px;
}
@media print, screen and (min-width: 737px) {
  .research-center .pageMain .box_03 .innerBox .linkBox {
    width: 380px;
  }
}
@media screen and (max-width: 736px) {
  .research-center .pageMain .box_03 .innerBox .linkBox {
    margin-top: 10px;
  }
}
.research-center .pageMain .box_03 .innerBox .linkBox a {
  display: block;
  padding: 23px 18px;
  border: solid 1px #009FE8;
}
@media screen and (max-width: 736px) {
  .research-center .pageMain .box_03 .innerBox .linkBox a {
    padding: 15px;
  }
}
.research-center .pageMain .box_03 .innerBox .linkBox a span {
  display: inline-block;
  padding-left: 27px;
  position: relative;
}
.research-center .pageMain .box_03 .innerBox .linkBox a span::before {
  content: "";
  display: block;
  width: 14px;
  height: 16px;
  background: url(./img/about_business/img_research-center_02.png) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.inspection .pageContent .pageTtl {
  background: url(./img/about_business/img_vaccine-inspection_02.png) no-repeat center center;
  background-size: cover;
  height: 450px;
}
@media screen and (max-width: 736px) {
  .inspection .pageContent .pageTtl {
    height: 150px;
  }
}
.inspection .pageContent .pageTtl h2 {
  text-align: center;
}
.inspection .pageContent .pageTtl h2::after {
  content: "";
  display: block;
  width: 76px;
  height: 111px;
  background: url(./img/about_business/img_vaccine-inspection_03.png) no-repeat;
  margin: 40px auto 0;
}
@media screen and (max-width: 736px) {
  .inspection .pageContent .pageTtl h2::after {
    width: 36px;
    height: 56px;
    margin-top: 10px;
    background-size: contain;
  }
}
.inspection .pageMain .box_01 .txt_03 {
  margin-top: 30px;
}
.inspection .pageMain .box_02 {
  margin-top: 90px;
}
@media screen and (max-width: 736px) {
  .inspection .pageMain .box_02 {
    margin-top: 40px;
  }
}
.inspection .pageMain .box_02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.inspection .pageMain .box_02 ul li {
  width: calc(100% / 3);
}
.inspection .pageMain .box_02 ul li a {
  display: block;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.inspection .pageMain .box_02 ul li a span {
  display: block;
  text-align: center;
  font-size: 20px;
  color: #009fe8;
  margin-top: 20px;
}
@media screen and (max-width: 736px) {
  .inspection .pageMain .box_02 ul li a span {
    font-size: 14px;
    padding: 0 1em;
    line-height: 1.4;
    margin-top: 10px;
  }
}

.medical .pageTtl {
  background: url(./img/medical/ttl_medical.png) no-repeat center center;
  background-size: cover;
}
@media print, screen and (min-width: 737px) {
  .medical .box_01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media print, screen and (min-width: 737px) {
  .medical .box_01 .leftBox, .medical .box_01 .rightBox {
    width: calc((100% - 40px) / 2);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media print, screen and (min-width: 737px) {
  .medical .box_01 .leftBox {
    margin-right: 40px;
  }
}
.medical .box_01 .leftBox .ttl_02 {
  margin-bottom: 30px;
}
@media screen and (max-width: 736px) {
  .medical .box_01 .rightBox {
    margin-top: 40px;
  }
}
.medical .box_01 .rightBox .ttl_02 {
  margin-bottom: 10px;
}
.medical .box_01 .rightBox .link {
  margin-bottom: 5px;
}
@media screen and (max-width: 736px) {
  .medical .box_01 .rightBox .link {
    margin-bottom: 10px;
  }
}
.medical .box_01 .rightBox .more a {
  background: #999999;
}
.medical .box_02 {
  margin-top: 155px;
}
.medical .box_02 .ttl_02 {
  margin-top: 60px;
}
.medical .box_02 .bookletBox {
  margin-top: 30px;
}
@media print, screen and (min-width: 737px) {
  .medical .box_02 .bookletBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media print, screen and (min-width: 737px) {
  .medical .box_02 .bookletBox .new {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 625px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 40px;
  }
}
@media screen and (max-width: 736px) {
  .medical .box_02 .bookletBox .new {
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 737px) {
  .medical .box_02 .bookletBox .new figure {
    margin-right: 25px;
    width: 222px;
    height: 280px;
    background: #999;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (max-width: 736px) {
  .medical .box_02 .bookletBox .new figure {
    text-align: center;
    margin-bottom: 10px;
  }
  .medical .box_02 .bookletBox .new figure img {
    width: auto;
    height: 150px;
  }
}
.medical .box_02 .bookletBox .new .info {
  position: relative;
}
.medical .box_02 .bookletBox .new .info .ttl_04 {
  margin-bottom: 25px;
}
.medical .box_02 .bookletBox .new .info .news .subttl {
  margin-top: 20px;
  line-height: 1.3;
  color: #009fe8;
}
@media screen and (max-width: 736px) {
  .medical .box_02 .bookletBox .new .info .news .subttl {
    margin-top: 10px;
  }
}
.medical .box_02 .bookletBox .new .info .news ul {
  margin-top: 20px;
  font-size: 13px;
}
@media screen and (max-width: 736px) {
  .medical .box_02 .bookletBox .new .info .news ul {
    margin-top: 10px;
    font-size: 11px;
  }
}
.medical .box_02 .bookletBox .new .info .news ul li {
  padding-left: 22px;
  position: relative;
  line-height: 1.3;
}
@media screen and (max-width: 736px) {
  .medical .box_02 .bookletBox .new .info .news ul li {
    padding-left: 15px;
  }
}
.medical .box_02 .bookletBox .new .info .news ul li + li {
  margin-top: 5px;
}
.medical .box_02 .bookletBox .new .info .news ul li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #009fe8;
  border-radius: 50%;
  position: absolute;
  left: 7px;
  top: 3px;
}
@media screen and (max-width: 736px) {
  .medical .box_02 .bookletBox .new .info .news ul li:before {
    left: 0;
    top: 4px;
  }
}
.medical .box_02 .bookletBox .new .info .news .link {
  margin-top: 20px;
}
@media screen and (max-width: 736px) {
  .medical .box_02 .bookletBox .new .info .news .link {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.medical .box_02 .bookletBox .new .info .news .link a {
  display: inline-block;
  padding-left: 20px;
  position: relative;
  color: #009fe8;
  font-size: 13px;
}
@media screen and (max-width: 736px) {
  .medical .box_02 .bookletBox .new .info .news .link a {
    font-size: 11px;
    padding-left: 15px;
  }
}
@media print, screen and (min-width: 737px) {
  .medical .box_02 .bookletBox .new .info .news .link a {
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  .medical .box_02 .bookletBox .new .info .news .link a:hover {
    opacity: 0.6;
  }
}
.medical .box_02 .bookletBox .new .info .news .link a:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-left: 1px solid #009fe8;
  border-bottom: 1px solid #009fe8;
  -webkit-transform: rotateZ(-135deg);
          transform: rotateZ(-135deg);
  position: absolute;
  left: 0;
  top: 3px;
}
.medical .box_02 .bookletBox .old {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 35px 25px;
  background: #F2F2F2;
  position: relative;
}
.medical .box_02 .bookletBox .old h5 {
  margin-bottom: 20px;
}
.medical .box_02 .bookletBox .more {
  text-align: center;
  width: 100%;
}
@media print, screen and (min-width: 737px) {
  .medical .box_02 .bookletBox .more {
    left: 0;
    bottom: 35px;
    position: absolute;
  }
}
@media screen and (max-width: 736px) {
  .medical .box_02 .bookletBox .more {
    margin-top: 10px;
  }
}
.medical .box_02 .bookletBox .more a {
  padding: 12px 0;
  color: #fff;
  background: #009fe8;
}
@media print, screen and (min-width: 737px) {
  .medical .box_02 .bookletBox .more a {
    display: inline-block;
    width: 250px;
  }
}
@media screen and (max-width: 736px) {
  .medical .box_02 .bookletBox .more a {
    display: block;
  }
}
.medical .box_03 {
  margin-top: 100px;
}
@media screen and (max-width: 736px) {
  .medical .box_03 {
    margin-top: 60px;
  }
}
.medical .box_03 .ttl_01 {
  margin-bottom: 25px;
}
.medical .box_03 .bg_blue {
  padding: 40px 0;
  background: #f3ffff;
}
@media screen and (max-width: 736px) {
  .medical .box_03 .bg_blue {
    margin-top: 20px;
  }
}
.medical .box_03 .bg_blue + .bg_blue {
  margin-top: 70px;
}
@media screen and (max-width: 736px) {
  .medical .box_03 .bg_blue + .bg_blue {
    margin-top: 40px;
  }
}
.medical .box_03 .productBox {
  margin-top: 30px;
}
@media screen and (max-width: 736px) {
  .medical .box_03 .productBox {
    margin-top: 20px;
  }
}
.medical .box_03 .productBox + .productBox {
  margin-top: 70px;
}
@media screen and (max-width: 736px) {
  .medical .box_03 .productBox + .productBox {
    margin-top: 40px;
  }
}
.medical .box_03 .productBox + .ttl_02 {
  margin-top: 70px;
}
@media screen and (max-width: 736px) {
  .medical .box_03 .productBox + .ttl_02 {
    margin-top: 40px;
  }
}
.medical .box_03 .productBox .productList {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 736px) {
  .medical .box_03 .productBox .productList {
    margin-top: 20px;
  }
}
.medical .box_03 .productBox .productList li {
  width: calc((100% - 120px) / 4);
}
@media print, screen and (min-width: 737px) {
  .medical .box_03 .productBox .productList li:not(:nth-child(4n+1)) {
    margin-left: 40px;
  }
  .medical .box_03 .productBox .productList li:nth-child(n+5) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 736px) {
  .medical .box_03 .productBox .productList li {
    width: calc((100% - 20px) / 2);
  }
  .medical .box_03 .productBox .productList li:not(:nth-child(2n+1)) {
    margin-left: 20px;
  }
  .medical .box_03 .productBox .productList li:nth-child(n+3) {
    margin-top: 30px;
  }
}
.medical .box_03 .productBox .productList li figure img {
  margin: 0 auto;
}
.medical .box_03 .productBox .productList li .ttl_04 {
  margin: 15px 0;
}
.medical .box_03 .productBox .productList li .txt_02 {
  line-height: 1.6;
}
.medical .box_03 .productBox .productList li .link {
  margin-top: 15px;
}
.medical .box_03 .productBox .productList li .link a {
  display: block;
  padding: 15px 0;
  text-align: center;
  font-size: 13px;
  color: #009fe8;
  border: 1px solid #009fe8;
  background: #fff;
}
@media print, screen and (min-width: 737px) {
  .medical .box_03 .productBox .productList li .link a:hover {
    background: #009fe8;
  }
}
@media screen and (max-width: 736px) {
  .medical .box_03 .productBox .productList li .link a {
    font-size: 10px;
  }
}
.medical .usefulLink {
  margin-top: 70px;
}
@media screen and (max-width: 736px) {
  .medical .usefulLink {
    margin-top: 40px;
  }
}
.medical .usefulLink a {
  display: table;
  margin: 0 auto;
  padding: 25px 0;
  text-align: center;
  width: 320px;
  color: #009fe8;
  border: 1px solid #009fe8;
}
.medical .examinationBox {
  margin-top: 120px;
}
@media screen and (max-width: 736px) {
  .medical .examinationBox {
    margin-top: 60px;
  }
}
.medical .box_06 {
  margin-top: 70px;
}
@media screen and (max-width: 736px) {
  .medical .box_06 {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 737px) {
  #vaccine_human, #vaccine_animal, #topProducts, #pageLink {
    margin-top: -90px;
    padding-top: 90px;
  }
}

.post-type-archive-medical_news .newsNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 736px) {
  .post-type-archive-medical_news .newsNav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.post-type-archive-medical_news .newsNav ul li {
  width: 130px;
}
@media screen and (max-width: 736px) {
  .post-type-archive-medical_news .newsNav ul li {
    width: calc((100% - 10px) / 2);
  }
}
@media print, screen and (min-width: 737px) {
  .post-type-archive-medical_news .newsNav ul li + li {
    margin-left: 10px;
  }
}
@media screen and (max-width: 736px) {
  .post-type-archive-medical_news .newsNav ul li:nth-child(2n+1) {
    margin-right: 10px;
  }
  .post-type-archive-medical_news .newsNav ul li:nth-child(n+3) {
    margin-top: 10px;
  }
}
.post-type-archive-medical_news .newsNav ul li a {
  border: 1px solid #009fe8;
  display: block;
  padding: 10px 0;
  text-align: center;
  color: #009fe8;
  font-size: 12px;
}
@media print, screen and (min-width: 737px) {
  .post-type-archive-medical_news .newsNav ul li.select {
    margin-left: 30px;
    width: 110px;
  }
}
.post-type-archive-medical_news .newsNav ul li.select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.post-type-archive-medical_news .newsNav ul li.select select::-ms-expand {
  display: none;
}
.post-type-archive-medical_news .newsNav ul li.select label {
  display: block;
  position: relative;
}
.post-type-archive-medical_news .newsNav ul li.select label:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-left: 1px solid #009fe8;
  border-bottom: 1px solid #009fe8;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 3px;
  margin: auto;
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
}
.post-type-archive-medical_news .newsNav ul li.select label select {
  width: 100%;
  line-height: 1;
  display: block;
  padding: 10px;
  border: 1px solid #009fe8;
  font-size: 12px;
  color: #009fe8;
  border-radius: 0;
  background: #fff;
}
.post-type-archive-medical_news .newsNav ul li.select label select option {
  color: #333;
}
.post-type-archive-medical_news .newsList {
  margin-top: 50px;
  border-bottom: 1px solid #bfe7f9;
}
@media screen and (max-width: 736px) {
  .post-type-archive-medical_news .newsList {
    margin-top: 30px;
  }
}
.post-type-archive-medical_news .newsList li {
  border-top: 1px solid #bfe7f9;
}
.post-type-archive-medical_news .newsList li a {
  display: block;
  padding: 25px 12px;
}
@media screen and (max-width: 736px) {
  .post-type-archive-medical_news .newsList li a {
    padding: 20px 0;
  }
}
@media screen and (max-width: 736px) {
  .post-type-archive-medical_news .newsList li a .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.post-type-archive-medical_news .newsList li a .info .date {
  font-size: 13px;
  font-family: "EB Garamond", serif;
}
.post-type-archive-medical_news .newsList li a .info .cate {
  font-size: 12px;
  color: #009fe8;
}
@media print, screen and (min-width: 737px) {
  .post-type-archive-medical_news .newsList li a .info .cate {
    margin-left: 12px;
  }
}
.post-type-archive-medical_news .newsList li a .text {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.3;
}
.post-type-archive-medical_news .pager {
  margin-top: 60px;
}
@media screen and (max-width: 736px) {
  .post-type-archive-medical_news .pager {
    margin-top: 40px;
  }
}
.post-type-archive-medical_news .pager ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.post-type-archive-medical_news .pager ul li {
  width: 230px;
}
@media screen and (max-width: 736px) {
  .post-type-archive-medical_news .pager ul li {
    width: calc((100% - 20px) / 2);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.post-type-archive-medical_news .pager ul li a {
  border: 1px solid #009fe8;
  display: block;
  padding: 20px 0;
  text-align: center;
  color: #009fe8;
  font-size: 12px;
}
@media screen and (max-width: 736px) {
  .post-type-archive-medical_news .pager ul li a {
    padding: 15px 0;
  }
}

.single-medical_news .newsContent .ttl {
  font-size: 20px;
  line-height: 1.3;
  padding-bottom: 10px;
  border-bottom: 1px solid #009fe8;
}
@media screen and (max-width: 736px) {
  .single-medical_news .newsContent .ttl {
    font-size: 16px;
  }
}
.single-medical_news .newsContent .date {
  text-align: right;
  margin-top: 10px;
}
.single-medical_news .newsContent .newsBody {
  margin-top: 40px;
}
.single-medical_news .newsContent .newsBody > *:first-child {
  margin-top: 0;
}
.single-medical_news .newsContent .newsBody > *:last-child {
  margin-bottom: 0;
}
.single-medical_news .newsContent .newsBody > * {
  margin: 40px 0;
}
.single-medical_news .newsContent .backBtn {
  margin-top: 70px;
  text-align: center;
}
.single-medical_news .newsContent .backBtn a {
  display: inline-block;
  width: 230px;
  border: 1px solid #009fe8;
  padding: 20px 0;
  text-align: center;
  color: #009fe8;
  font-size: 12px;
}
@media screen and (max-width: 736px) {
  .single-medical_news .newsContent .backBtn a {
    width: 100%;
    padding: 15px 0;
  }
}

@media print, screen and (min-width: 737px) {
  .post-type-archive-vaccinenews .newsList .news:nth-child(n+4), .post-type-archive-vaccinenomichi .newsList .news:nth-child(n+4) {
    margin-top: 70px;
  }
}
@media screen and (max-width: 736px) {
  .post-type-archive-vaccinenews .newsList .news + .news, .post-type-archive-vaccinenomichi .newsList .news + .news {
    margin-top: 40px;
  }
}
.post-type-archive-vaccinenews .newsList .news figure, .post-type-archive-vaccinenomichi .newsList .news figure {
  text-align: center;
}
.post-type-archive-vaccinenews .newsList .news h3, .post-type-archive-vaccinenomichi .newsList .news h3 {
  margin-top: 30px;
}
@media screen and (max-width: 736px) {
  .post-type-archive-vaccinenews .newsList .news h3, .post-type-archive-vaccinenomichi .newsList .news h3 {
    margin-top: 10px;
  }
}
.post-type-archive-vaccinenews .newsList .news .subttl, .post-type-archive-vaccinenomichi .newsList .news .subttl {
  margin-top: 20px;
  line-height: 1.3;
  color: #009fe8;
}
@media screen and (max-width: 736px) {
  .post-type-archive-vaccinenews .newsList .news .subttl, .post-type-archive-vaccinenomichi .newsList .news .subttl {
    margin-top: 10px;
  }
}
.post-type-archive-vaccinenews .newsList .news ul, .post-type-archive-vaccinenomichi .newsList .news ul {
  margin-top: 20px;
  font-size: 13px;
}
@media screen and (max-width: 736px) {
  .post-type-archive-vaccinenews .newsList .news ul, .post-type-archive-vaccinenomichi .newsList .news ul {
    margin-top: 10px;
    font-size: 11px;
  }
}
.post-type-archive-vaccinenews .newsList .news ul li, .post-type-archive-vaccinenomichi .newsList .news ul li {
  padding-left: 22px;
  position: relative;
  line-height: 1.3;
}
@media screen and (max-width: 736px) {
  .post-type-archive-vaccinenews .newsList .news ul li, .post-type-archive-vaccinenomichi .newsList .news ul li {
    padding-left: 15px;
  }
}
.post-type-archive-vaccinenews .newsList .news ul li + li, .post-type-archive-vaccinenomichi .newsList .news ul li + li {
  margin-top: 5px;
}
.post-type-archive-vaccinenews .newsList .news ul li:before, .post-type-archive-vaccinenomichi .newsList .news ul li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #009fe8;
  border-radius: 50%;
  position: absolute;
  left: 7px;
  top: 3px;
}
@media screen and (max-width: 736px) {
  .post-type-archive-vaccinenews .newsList .news ul li:before, .post-type-archive-vaccinenomichi .newsList .news ul li:before {
    left: 0;
    top: 4px;
  }
}
.post-type-archive-vaccinenews .newsList .news .link, .post-type-archive-vaccinenomichi .newsList .news .link {
  margin-top: 20px;
}
@media screen and (max-width: 736px) {
  .post-type-archive-vaccinenews .newsList .news .link, .post-type-archive-vaccinenomichi .newsList .news .link {
    margin-top: 10px;
  }
}
.post-type-archive-vaccinenews .newsList .news .link a, .post-type-archive-vaccinenomichi .newsList .news .link a {
  display: inline-block;
  padding-left: 20px;
  position: relative;
  color: #009fe8;
  font-size: 13px;
}
@media screen and (max-width: 736px) {
  .post-type-archive-vaccinenews .newsList .news .link a, .post-type-archive-vaccinenomichi .newsList .news .link a {
    font-size: 11px;
    padding-left: 15px;
  }
}
.post-type-archive-vaccinenews .newsList .news .link a:before, .post-type-archive-vaccinenomichi .newsList .news .link a:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-left: 1px solid #009fe8;
  border-bottom: 1px solid #009fe8;
  -webkit-transform: rotateZ(-135deg);
          transform: rotateZ(-135deg);
  position: absolute;
  left: 0;
  top: 3px;
}
.post-type-archive-vaccinenews .pager, .post-type-archive-vaccinenomichi .pager {
  margin-top: 60px;
}
@media screen and (max-width: 736px) {
  .post-type-archive-vaccinenews .pager, .post-type-archive-vaccinenomichi .pager {
    margin-top: 40px;
  }
}
.post-type-archive-vaccinenews .pager ul, .post-type-archive-vaccinenomichi .pager ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.post-type-archive-vaccinenews .pager ul li, .post-type-archive-vaccinenomichi .pager ul li {
  width: 230px;
}
@media screen and (max-width: 736px) {
  .post-type-archive-vaccinenews .pager ul li, .post-type-archive-vaccinenomichi .pager ul li {
    width: calc((100% - 20px) / 2);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.post-type-archive-vaccinenews .pager ul li a, .post-type-archive-vaccinenomichi .pager ul li a {
  border: 1px solid #009fe8;
  display: block;
  padding: 20px 0;
  text-align: center;
  color: #009fe8;
  font-size: 12px;
}
@media screen and (max-width: 736px) {
  .post-type-archive-vaccinenews .pager ul li a, .post-type-archive-vaccinenomichi .pager ul li a {
    padding: 15px 0;
  }
}
.post-type-archive-vaccinenomichi .pageMain .more{
    text-align: center;
    margin: 80px auto 0 auto; 
}
.post-type-archive-vaccinenomichi .pageMain .more a.opLink {
    display: inline-block;
    width: 300px;
    padding: 12px 0;
    color: #fff;
    background: #009fe8;
    text-align: center;
    font-size: 17px;
}

.product .box_01 + .box_01 {
  margin-top: 100px;
}
@media screen and (max-width: 736px) {
  .product .box_01 + .box_01 {
    margin-top: 60px;
  }
}
.product .box_01 .productBox {
  margin-top: 30px;
}
@media screen and (max-width: 736px) {
  .product .box_01 .productBox {
    margin-top: 20px;
  }
}
.product .box_01 .productBox + .productBox {
  margin-top: 70px;
}
@media screen and (max-width: 736px) {
  .product .box_01 .productBox + .productBox {
    margin-top: 40px;
  }
}
.product .box_01 .productBox .productList {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 736px) {
  .product .box_01 .productBox .productList {
    margin-top: 20px;
  }
}
.product .box_01 .productBox .productList li {
  width: calc((100% - 120px) / 4);
}
@media print, screen and (min-width: 737px) {
  .product .box_01 .productBox .productList li:not(:nth-child(4n+1)) {
    margin-left: 40px;
  }
  .product .box_01 .productBox .productList li:nth-child(n+5) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 736px) {
  .product .box_01 .productBox .productList li {
    width: calc((100% - 20px) / 2);
  }
  .product .box_01 .productBox .productList li:not(:nth-child(2n+1)) {
    margin-left: 20px;
  }
  .product .box_01 .productBox .productList li:nth-child(n+3) {
    margin-top: 30px;
  }
}
.product .box_01 .productBox .productList li .ttl_04 {
  margin: 15px 0;
}
.product .box_01 .productBox .productList li .txt_02 {
  line-height: 1.6;
}
.product .box_01 .productBox .productList li .link {
  margin-top: 15px;
}
.product .box_01 .productBox .productList li .link a {
  display: block;
  padding: 15px 0;
  text-align: center;
  font-size: 13px;
  color: #009fe8;
  border: 1px solid #009fe8;
}
@media screen and (max-width: 736px) {
  .product .box_01 .productBox .productList li .link a {
    font-size: 10px;
  }
}
.product .box_02 {
  margin-top: 125px;
}
@media screen and (max-width: 736px) {
  .product .box_02 {
    margin-top: 50px;
  }
}
.product .box_03 {
  margin-top: 60px;
}
.product .box_03 .inner {
  padding: 35px 65px;
  background: #f7f7f7;
  text-align: center;
}
@media screen and (max-width: 736px) {
  .product .box_03 .inner {
    padding: 25px 20px;
  }
}
.product .box_03 .inner .ttl {
  position: relative;
}
.product .box_03 .inner .ttl:before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: #333;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.product .box_03 .inner .ttl span {
  font-size: 20px;
  position: relative;
  padding: 0 10px;
  background: #f7f7f7;
}
@media screen and (max-width: 736px) {
  .product .box_03 .inner .ttl span {
    font-size: 16px;
  }
}
.product .box_03 .inner .tel {
  margin-top: 25px;
  font-size: 30px;
}
@media screen and (max-width: 736px) {
  .product .box_03 .inner .tel {
    margin-top: 20px;
    font-size: 18px;
  }
}
.product .box_03 .inner .tel a {
  display: inline-block;
  padding-left: 40px;
  position: relative;
}
.product .box_03 .inner .tel a:before {
  content: "";
  width: 34px;
  height: 22px;
  background: url(./img/common/ico_freedial.png) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.product .box_03 .inner .time {
  margin-top: 15px;
  font-size: 16px;
}
@media screen and (max-width: 736px) {
  .product .box_03 .inner .time {
    margin-top: 10px;
    font-size: 12px;
  }
}

.single-products .box_01 .ttl {
  margin-top: 15px;
  font-weight: bold;
  line-height: 1.3;
}
.single-products .box_01 .info {
  margin-top: 15px;
  margin-bottom: 60px;
}
@media print, screen and (min-width: 737px) {
  .single-products .box_01 .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 736px) {
  .single-products .box_01 .info {
    margin-top: 10px;
    margin-bottom: 30px;
  }
}
.single-products .box_01 .info .cate_parent {
  padding: 10px 20px;
  background: #a9a9a9;
  color: #fff;
  margin-right: 20px;
}
@media screen and (max-width: 736px) {
  .single-products .box_01 .info .cate_parent {
    padding: 5px 15px;
    display: table;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 737px) {
  .single-products .box_02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.single-products .box_02 + .box_02 {
  margin-top: 60px;
}
@media screen and (max-width: 736px) {
  .single-products .box_02 + .box_02 {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 737px) {
  .single-products .box_02 figure {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 40px;
  }
}
@media screen and (max-width: 736px) {
  .single-products .box_02 figure {
    text-align: center;
  }
}
.single-products .box_02 .publisher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 736px) {
  .single-products .box_02 .publisher {
    margin-top: 20px;
  }
}
.single-products .box_02 .publisher dt {
  padding: 9px 14px;
  border: 1px solid #a9a9a9;
  margin-right: 10px;
}
.single-products .box_02 .publisher dd {
  color: #009fe8;
}
.single-products .box_02 .linkList {
  margin-top: 30px;
}
@media screen and (max-width: 736px) {
  .single-products .box_02 .linkList {
    margin-top: 20px;
  }
}
.single-products .box_02 .linkList li {
  line-height: 1.6;
}
.single-products .box_02 .linkList li + li {
  margin-top: 10px;
}
.single-products .box_02 .linkList li a {
  display: inline-block;
  padding-left: 32px;
  color: #009fe8;
  position: relative;
}
.single-products .box_02 .linkList li a:before {
  content: "";
  display: block;
  width: 18px;
  height: 22px;
  background: url(./img/about_biken/img_transparent_02.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.single-products .box_03 {
  margin-top: 60px;
}
@media screen and (max-width: 736px) {
  .single-products .box_03 {
    margin-top: 40px;
  }
}
.single-products .box_03 .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.single-products .box_03 .link li {
  width: 320px;
}
@media screen and (max-width: 736px) {
  .single-products .box_03 .link li {
    width: calc((100% - 10px) / 2);
  }
}
.single-products .box_03 .link li + li {
  margin-left: 10px;
}
.single-products .box_03 .link li a {
  display: block;
  padding: 30px 0;
  border: 1px solid #009fe8;
  color: #009fe8;
  text-align: center;
}
@media screen and (max-width: 736px) {
  .single-products .box_03 .link li a {
    padding: 15px 0;
  }
}

.clinical_examination .box_02 {
  margin-top: 125px;
}
@media screen and (max-width: 736px) {
  .clinical_examination .box_02 {
    margin-top: 50px;
  }
}
.clinical_examination .box_02 .link {
  margin-top: 65px;
  text-align: center;
}
@media screen and (max-width: 736px) {
  .clinical_examination .box_02 .link {
    margin-top: 30px;
  }
}
.clinical_examination .box_02 .link a {
  color: #009fe8;
  display: block;
}
.clinical_examination .box_02 .link a span {
  display: inline-block;
  padding-left: 20px;
  position: relative;
}
.clinical_examination .box_02 .link a span::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-right: solid 1px #009fe8;
  border-bottom: solid 1px #009fe8;
  margin: auto;
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
}

.examinationBox .txt_01 {
  margin-top: 40px;
}
@media screen and (max-width: 736px) {
  .examinationBox .txt_01 {
    margin-top: 20px;
  }
}
.examinationBox ul {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 736px) {
  .examinationBox ul {
    margin-top: 20px;
  }
}
.examinationBox ul li {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 736px) {
  .examinationBox ul li {
    width: calc((100% - 10px) / 2);
  }
}
@media print, screen and (min-width: 737px) {
  .examinationBox ul li {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .examinationBox ul li:nth-child(2n+1) {
    margin-right: 20px;
  }
  .examinationBox ul li:nth-child(n+3) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 736px) {
  .examinationBox ul li {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .examinationBox ul li:nth-child(n+3) {
    margin-top: 20px;
  }
  .examinationBox ul li:nth-child(2n+1) {
    margin-right: 10px;
  }
}
.examinationBox ul li a {
  display: block;
  padding: 22px 26px;
  border: solid 1px #009FE8;
  color: #009FE8;
}
@media print, screen and (min-width: 737px) {
  .examinationBox ul li a {
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  .examinationBox ul li a:hover {
    background: #009fe8;
    color: #fff;
  }
}
@media screen and (max-width: 736px) {
  .examinationBox ul li a {
    padding: 15px;
  }
}
@media screen and (max-width: 320px) {
  .examinationBox ul li a {
    padding: 15px 7px;
  }
}
.examinationBox ul li a span {
  display: inline-block;
  padding-left: 45px;
  position: relative;
}
@media screen and (max-width: 736px) {
  .examinationBox ul li a span {
    padding-left: 30px;
  }
}
@media screen and (max-width: 320px) {
  .examinationBox ul li a span {
    padding-left: 22px;
  }
}
.examinationBox ul li a span::before {
  content: "";
  display: block;
  width: 26px;
  height: 30px;
  background: url(./img/about_biken/img_transparent_02.png) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 736px) {
  .examinationBox ul li a span::before {
    width: 18px;
    height: 20px;
    background-size: contain;
  }
}

.post-type-archive-usefulinfo .box_01 .usefulinfoList {
  margin-top: 60px;
}
.post-type-archive-usefulinfo .pager {
  margin-top: 60px;
}
@media screen and (max-width: 736px) {
  .post-type-archive-usefulinfo .pager {
    margin-top: 40px;
  }
}
.post-type-archive-usefulinfo .pager ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.post-type-archive-usefulinfo .pager ul li {
  width: 230px;
}
@media screen and (max-width: 736px) {
  .post-type-archive-usefulinfo .pager ul li {
    width: calc((100% - 20px) / 2);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.post-type-archive-usefulinfo .pager ul li a {
  border: 1px solid #009fe8;
  display: block;
  padding: 20px 0;
  text-align: center;
  color: #009fe8;
  font-size: 12px;
}
@media screen and (max-width: 736px) {
  .post-type-archive-usefulinfo .pager ul li a {
    padding: 15px 0;
  }
}
.post-type-archive-usefulinfo #modal {
  display: none;
  height: 100vh;
  width: 100vw;
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.post-type-archive-usefulinfo .modalContens .modalContent {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid #009fe8;
  border-radius: 5px;
  z-index: 10000;
  width: 640px;
  overflow-y: scroll;
  background: #fff;
}
@media screen and (max-width: 736px) {
  .post-type-archive-usefulinfo .modalContens .modalContent {
    width: 90%;
    max-height: 90vh;
  }
}
.post-type-archive-usefulinfo .modalContens .modalContent .contentBody .ttl_01 {
  padding: 10px;
}
.post-type-archive-usefulinfo .modalContens .modalContent .contentFooter {
  padding: 30px 40px;
  border-radius: 0 0 5px 5px;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 736px) {
  .post-type-archive-usefulinfo .modalContens .modalContent .contentFooter {
    padding: 20px;
  }
}
.post-type-archive-usefulinfo .modalContens .modalContent .contentFooter > span {
  cursor: pointer;
  color: #009fe8;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 736px) {
  .post-type-archive-usefulinfo .modalContens .modalContent .contentFooter > span {
    font-size: 10px;
  }
}
.post-type-archive-usefulinfo .modalContens .modalContent .contentFooter > span.prev {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  left: 40px;
}
@media screen and (max-width: 736px) {
  .post-type-archive-usefulinfo .modalContens .modalContent .contentFooter > span.prev {
    left: 20px;
  }
}
.post-type-archive-usefulinfo .modalContens .modalContent .contentFooter > span.next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 40px;
}
@media screen and (max-width: 736px) {
  .post-type-archive-usefulinfo .modalContens .modalContent .contentFooter > span.next {
    right: 20px;
  }
}
.post-type-archive-usefulinfo .modalContens .modalContent .contentFooter > span span {
  display: inline-block;
}
@media screen and (max-width: 736px) {
  .post-type-archive-usefulinfo .modalContens .modalContent .contentFooter > span span img {
    height: 15px;
    width: auto;
  }
}
.post-type-archive-usefulinfo .modalContens .modalContent .contentFooter > span span + span {
  margin-left: 10px;
}
.post-type-archive-usefulinfo .modalContens .modalContent:first-child .contentFooter > span.prev {
  display: none;
}
.post-type-archive-usefulinfo .modalContens .modalContent:last-child .contentFooter > span.next {
  display: none;
}
.post-type-archive-usefulinfo .modalContens .txt_02 {
  margin: 20px auto 0;
  display: table;
}
@media screen and (max-width: 736px) {
  .post-type-archive-usefulinfo .modalContens .txt_02 {
    margin-top: 10px;
  }
}
.post-type-archive-usefulinfo .modalContens .txt_03 {
  margin: 10px 0 0;
  display: table;
  font-size: 12px;
}
@media screen and (max-width: 736px) {
  .post-type-archive-usefulinfo .modalContens .txt_03 {
    margin-top: 5px;
    font-size: 9px;
  }
}
.post-type-archive-usefulinfo .modalContens figure {
  margin-top: 30px;
}
@media screen and (max-width: 736px) {
  .post-type-archive-usefulinfo .modalContens figure {
    margin-top: 15px;
  }
}

.usefulinfoList > li + li {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #cfcfcf;
}
.usefulinfoList > li .innerBox {
  margin-top: 20px;
}
@media print, screen and (min-width: 737px) {
  .usefulinfoList > li .innerBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.usefulinfoList > li .innerBox figure {
  text-align: center;
}
@media print, screen and (min-width: 737px) {
  .usefulinfoList > li .innerBox figure {
    width: 300px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 20px;
  }
  .usefulinfoList > li .innerBox figure a {
    display: block;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  .usefulinfoList > li .innerBox figure a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 736px) {
  .usefulinfoList > li .innerBox .info {
    margin-top: 20px;
  }
}
.usefulinfoList > li .innerBox .info .ttl {
  margin-top: 20px;
}
.usefulinfoList > li .innerBox .info .itemList {
  font-size: 13px;
}
@media screen and (max-width: 736px) {
  .usefulinfoList > li .innerBox .info .itemList {
    font-size: 11px;
  }
}
.usefulinfoList > li .innerBox .info .itemList li {
  margin-top: 10px;
  padding-left: 22px;
  position: relative;
  line-height: 1.3;
}
@media screen and (max-width: 736px) {
  .usefulinfoList > li .innerBox .info .itemList li {
    padding-left: 15px;
  }
}
.usefulinfoList > li .innerBox .info .itemList li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #009fe8;
  border-radius: 50%;
  position: absolute;
  left: 7px;
  top: 4px;
}
@media screen and (max-width: 736px) {
  .usefulinfoList > li .innerBox .info .itemList li:before {
    left: 0;
  }
}

.recruit .pageContent .pageTtl {
  background: url(./img/recruit/bg_recruit_01.png) no-repeat center center;
  background-size: cover;
  height: 560px;
}
@media screen and (max-width: 736px) {
  .recruit .pageContent .pageTtl {
    height: 150px;
  }
}
@media screen and (max-width: 320px) {
  .recruit .pageContent .pageTtl {
    height: 140px;
  }
}
.recruit .pageContent .pageTtl h2 {
  font-size: 45px;
}
@media screen and (max-width: 736px) {
  .recruit .pageContent .pageTtl h2 {
    font-size: 18px;
  }
}
.recruit .box_01 {
  background: url(./img/recruit/bg_recruit_02.png) no-repeat;
  background-size: cover;
}
.recruit .box_01 .innerBox {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 736px) {
  .recruit .box_01 .innerBox {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.recruit .box_01 .innerBox .ttl_02 {
  color: #fff;
}
.recruit .box_01 .innerBox .txt_01 {
  color: #fff;
  margin-top: 50px;
}
.recruit .box_02 {
  margin-top: 100px;
}
@media screen and (max-width: 736px) {
  .recruit .box_02 {
    margin-top: 50px;
  }
}
.recruit .box_02 .ttl {
  text-align: center;
  font-size: 45px;
  font-family: "EB Garamond", serif;
  color: #009fe8;
}
@media screen and (max-width: 736px) {
  .recruit .box_02 .ttl {
    font-size: 25px;
  }
}
.recruit .box_02 .ttl span {
  font-weight: bold;
}
.recruit .box_02 ul {
  margin-top: 40px;
}
@media print, screen and (min-width: 737px) {
  .recruit .box_02 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 737px) {
  .recruit .box_02 ul li {
    width: calc((100% - 80px) / 3);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .recruit .box_02 ul li:not(:nth-child(3n+1)) {
    margin-left: 40px;
  }
  .recruit .box_02 ul li:nth-child(n+4) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 736px) {
  .recruit .box_02 ul li + li {
    margin-top: 40px;
  }
}
.recruit .box_02 ul li a {
  display: block;
}
.recruit .box_02 ul li a .upper {
  position: relative;
}
@media screen and (max-width: 736px) {
  .recruit .box_02 ul li a .upper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .recruit .box_02 ul li a .upper figure {
    width: 130px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.recruit .box_02 ul li a .upper .txt_02 {
  padding: 20px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 737px) {
  .recruit .box_02 ul li a .upper .txt_02 {
    position: absolute;
    width: 100%;
    bottom: 20px;
    left: 10px;
  }
}
@media screen and (max-width: 736px) {
  .recruit .box_02 ul li a .upper .txt_02 {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.recruit .box_02 ul li a .middle {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 736px) {
  .recruit .box_02 ul li a .middle {
    margin: 10px 0;
  }
}
.recruit .box_02 ul li a .middle .name {
  font-size: 20px;
}
@media screen and (max-width: 736px) {
  .recruit .box_02 ul li a .middle .name {
    font-size: 16px;
  }
}
.recruit .box_02 ul li a .middle .cate {
  margin-left: auto;
  width: 104px;
  padding: 9px 0;
  text-align: center;
  color: #fff;
}
.recruit .box_02 ul li a .bottom {
  font-size: 13px;
  line-height: 1.8;
}
.recruit .box_02 ul li.sinsotsu .upper .txt_02 {
  background: rgba(0, 159, 232, 0.6);
}
@media screen and (max-width: 736px) {
  .recruit .box_02 ul li.sinsotsu .upper .txt_02 {
    background: #009fe8;
  }
}
.recruit .box_02 ul li.sinsotsu .cate {
  background: #009fe8;
}
.recruit .box_02 ul li.career .upper .txt_02 {
  background: rgba(27, 159, 43, 0.6);
}
@media screen and (max-width: 736px) {
  .recruit .box_02 ul li.career .upper .txt_02 {
    background: #1b9f2b;
  }
}
.recruit .box_02 ul li.career .cate {
  background: #1b9f2b;
}
.recruit .box_03 {
  margin-top: 100px;
}
.recruit .box_03 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.recruit .box_03 ul li {
  width: calc(100% / 3);
  position: relative;
}
.recruit .box_03 ul li:nth-child(1) {
  background: url(./img/recruit/bg_recruit_03.png) no-repeat;
  background-size: cover;
}
.recruit .box_03 ul li:nth-child(2) {
  background: url(./img/recruit/bg_recruit_04.png) no-repeat;
  background-size: cover;
}
.recruit .box_03 ul li:nth-child(3) {
  background: url(./img/recruit/bg_recruit_05.png) no-repeat;
  background-size: cover;
}
.recruit .box_03 ul li:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.recruit .box_03 ul li a {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.recruit .box_03 ul li a:before, .recruit .box_03 ul li a:after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 80%;
  left: 10%;
  background: #fff;
}
.recruit .box_03 ul li a:before {
  top: 5%;
}
.recruit .box_03 ul li a:after {
  bottom: 5%;
}
.recruit .box_03 ul li a div {
  color: #fff;
  font-size: 40px;
  text-align: center;
}
@media screen and (max-width: 736px) {
  .recruit .box_03 ul li a div {
    font-size: 16px;
  }
}
@media screen and (max-width: 320px) {
  .recruit .box_03 ul li a div {
    font-size: 14px;
  }
}
.recruit .box_03 ul li a div:before, .recruit .box_03 ul li a div:after {
  content: "";
  display: block;
  position: absolute;
  height: 80%;
  width: 1px;
  top: 10%;
  background: #fff;
}
.recruit .box_03 ul li a div:before {
  left: 5%;
}
.recruit .box_03 ul li a div:after {
  right: 5%;
}
.recruit .box_03 ul li a div span {
  margin-top: 20px;
  display: block;
  font-size: 20px;
}
@media screen and (max-width: 736px) {
  .recruit .box_03 ul li a div span {
    font-size: 10px;
    max-width: 80%;
    line-height: 1.3;
    margin: 5px auto 0;
  }
}
.recruit .box_04 {
  margin-top: 80px;
}
.recruit .box_04 .link {
  text-align: center;
}
.recruit .box_04 .link a {
  display: inline-block;
  padding: 30px 60px;
  border: 1px solid #009fe8;
  color: #009fe8;
}
.recruit .recruitContact {
  margin-top: 60px;
}
.recruit .recruitContact .inner {
  padding: 35px 65px;
  background: #f7f7f7;
  text-align: center;
}
@media screen and (max-width: 736px) {
  .recruit .recruitContact .inner {
    padding: 25px 20px;
  }
}
.recruit .recruitContact .inner .ttl {
  position: relative;
}
.recruit .recruitContact .inner .ttl:before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: #333;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.recruit .recruitContact .inner .ttl span {
  font-size: 20px;
  position: relative;
  padding: 0 10px;
  background: #f7f7f7;
}
@media screen and (max-width: 736px) {
  .recruit .recruitContact .inner .ttl span {
    font-size: 16px;
  }
}
.recruit .recruitContact .inner .tel {
  margin-top: 25px;
  font-size: 30px;
}
@media screen and (max-width: 736px) {
  .recruit .recruitContact .inner .tel {
    margin-top: 20px;
    font-size: 18px;
  }
}
.recruit .recruitContact .inner .time {
  margin-top: 15px;
  font-size: 16px;
}
@media screen and (max-width: 736px) {
  .recruit .recruitContact .inner .time {
    margin-top: 10px;
    font-size: 12px;
  }
}
.recruit .recruitContact .inner .mail {
  margin-top: 20px;
  font-size: 18px;
}
@media screen and (max-width: 736px) {
  .recruit .recruitContact .inner .mail {
    margin-top: 10px;
    font-size: 12px;
  }
}
.recruit .recruitContact .inner .mail a {
  display: inline-block;
  position: relative;
  padding-left: 35px;
}
.recruit .recruitContact .inner .mail a:before {
  content: "";
  display: block;
  width: 24px;
  height: 17px;
  background: url(./img/common/ico_mail.png) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.fresh .box_01 .txt_01, .fresh .box_01 .imgBox {
  margin-top: 40px;
}
@media screen and (max-width: 736px) {
  .fresh .box_01 .txt_01, .fresh .box_01 .imgBox {
    margin-top: 20px;
  }
}
.fresh .box_02 {
  margin-top: 70px;
}
@media screen and (max-width: 736px) {
  .fresh .box_02 {
    margin-top: 50px;
  }
}
.fresh .box_02 .dl_02 {
  margin-top: 30px;
}
@media screen and (max-width: 736px) {
  .fresh .box_02 .dl_02 {
    margin-top: 20px;
  }
}
.fresh .box_02 .dl_02 dd {
  font-size: 14px;
}
.fresh .box_02 .dl_02 dd > ul > li + li {
  margin-top: 20px;
}
.fresh .box_02 .dl_02 dd > ul > li .ttl {
  font-weight: bold;
}
.fresh .box_02 .dl_02 dd > ul > li .disc {
  margin-top: 5px;
}
.fresh .box_02 .dl_02 dd > ul > li .disc li {
  padding-left: 20px;
  position: relative;
  line-height: 1.3;
  font-size: 13px;
}
.fresh .box_02 .dl_02 dd > ul > li .disc li + li {
  margin-top: 5px;
}
.fresh .box_02 .dl_02 dd > ul > li .disc li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #009fe8;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 5px;
}
.fresh .box_03 {
  margin-top: 80px;
}
@media screen and (max-width: 736px) {
  .fresh .box_03 {
    margin-top: 50px;
  }
}
.fresh .box_03 .inner {
  padding: 40px;
  border: 1px solid #009fe8;
}
@media screen and (max-width: 736px) {
  .fresh .box_03 .inner {
    padding: 20px;
  }
}
.fresh .box_03 .inner .txt_02 {
  margin-top: 20px;
}
@media screen and (max-width: 736px) {
  .fresh .box_03 .inner .txt_02 {
    margin-top: 10px;
  }
}
.fresh .box_03 .inner .ttl_04 {
  margin-top: 30px;
}
@media screen and (max-width: 736px) {
  .fresh .box_03 .inner .ttl_04 {
    margin-top: 20px;
  }
}
.fresh .box_04 {
  margin-top: 80px;
}
@media screen and (max-width: 736px) {
  .fresh .box_04 {
    margin-top: 50px;
  }
}
.fresh .box_04 dl {
  line-height: 1.6;
  margin-top: 30px;
}
@media screen and (max-width: 736px) {
  .fresh .box_04 dl {
    margin-top: 20px;
  }
}
.fresh .box_04 dl dt {
  cursor: pointer;
  color: #009fe8;
  position: relative;
  padding-left: 30px;
}
.fresh .box_04 dl dt:before {
  content: "Q";
  line-height: 1;
  width: 1em;
  height: 1em;
  text-align: center;
  display: inline-block;
  padding: 4px;
  font-size: 13px;
  color: #fff;
  background: #009fe8;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.fresh .box_04 dl dd {
  padding-left: 2em;
  margin-top: 10px;
}
.fresh .box_04 dl dd + dt {
  margin-top: 10px;
}
.fresh .box_04 dl dd + dd {
  margin-top: 10px;
}

.career .box_01 .txt_01 {
  margin-top: 30px;
}
@media screen and (max-width: 736px) {
  .career .box_01 .txt_01 {
    margin-top: 15px;
  }
}
.career .box_02 {
  margin-top: 20px;
}
@media screen and (max-width: 736px) {
  .career .box_02 {
    margin-top: 10px;
  }
}
.career .box_02 .txt_03 {
  padding-left: 20px;
  position: relative;
}
.career .box_02 .txt_03:after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 6px;
  height: 6px;
  border-left: 1px solid #009fe8;
  border-bottom: 1px solid #009fe8;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.career .box_03 {
  margin-top: 40px;
}
@media screen and (max-width: 736px) {
  .career .box_03 {
    margin-top: 25px;
  }
}
.career .box_03 .innerBox02 {
  margin-top: 30px;
}
@media screen and (max-width: 736px) {
  .career .box_03 .innerBox02 {
    margin-top: 15px;
  }
}
.career .box_03 .innerBox02 ul + .ttl {
  margin-top: 10px;
}
.career .box_03 .innerBox02 .ttl {
  font-size: 16px;
}
@media screen and (max-width: 736px) {
  .career .box_03 .innerBox02 .ttl {
    font-size: 14px;
  }
}
.career .box_03 .txt_01 {
  margin-top: 40px;
}
@media screen and (max-width: 736px) {
  .career .box_03 .txt_01 {
    margin-top: 20px;
  }
}
.career .box_04 {
  margin-top: 40px;
}
@media screen and (max-width: 736px) {
  .career .box_04 {
    margin-top: 25px;
  }
}
.career .box_04 .innerBox .txt_03 {
  padding-left: 20px;
  position: relative;
}
.career .box_04 .innerBox .txt_03:after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 6px;
  height: 6px;
  border-left: 1px solid #009fe8;
  border-bottom: 1px solid #009fe8;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.career .box_04 .innerBox + .innerBox {
  margin-top: 20px;
}
.career .box_04 .ttl_02 {
  margin-bottom: 30px;
}
@media screen and (max-width: 736px) {
  .career .box_04 .ttl_02 {
    margin-bottom: 15px;
  }
}
.career .box_05 {
  margin-top: 40px;
}
@media screen and (max-width: 736px) {
  .career .box_05 {
    margin-top: 25px;
  }
}
.career .box_05 .ttl_02 {
  margin-top: 30px;
}
@media screen and (max-width: 736px) {
  .career .box_05 .ttl_02 {
    margin-top: 15px;
  }
}
.career .box_05 .dl_02 {
  margin-top: 30px;
}
@media screen and (max-width: 736px) {
  .career .box_05 .dl_02 {
    margin-top: 15px;
  }
}
.career .box_05 .dl_02 .txt_03 {
  text-align: left;
}
.career .innerBox + .innerBox {
  margin-top: 20px;
}
.career .innerBox .txt_03 {
  text-align: left;
  color: #009fe8;
  cursor: pointer;
}
.career .innerBox .dl_02 {
  margin-top: 10px;
}
.career .innerBox .dl_02 dd li {
  padding-left: 20px;
  position: relative;
  line-height: 1.3;
  font-size: 13px;
}
.career .innerBox .dl_02 dd li + li {
  margin-top: 5px;
}
.career .innerBox .dl_02 dd li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #009fe8;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 5px;
}
.career .recruitContact {
  margin-top: 60px;
}
@media screen and (max-width: 736px) {
  .career .recruitContact {
    margin-top: 30px;
  }
}
.career .recruitContact .inner {
  padding: 35px 65px;
  background: #f7f7f7;
  text-align: center;
}
@media screen and (max-width: 736px) {
  .career .recruitContact .inner {
    padding: 25px 20px;
  }
}
.career .recruitContact .inner .ttl {
  position: relative;
}
.career .recruitContact .inner .ttl:before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: #333;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.career .recruitContact .inner .ttl span {
  font-size: 20px;
  position: relative;
  padding: 0 10px;
  background: #f7f7f7;
}
@media screen and (max-width: 736px) {
  .career .recruitContact .inner .ttl span {
    font-size: 16px;
  }
}
.career .recruitContact .inner .txt_03 {
  margin-top: 20px;
}
.career .recruitContact .inner .tel {
  margin-top: 25px;
  font-size: 30px;
}
@media screen and (max-width: 736px) {
  .career .recruitContact .inner .tel {
    margin-top: 20px;
    font-size: 18px;
  }
}
.career .recruitContact .inner .time {
  margin-top: 15px;
  font-size: 16px;
}
@media screen and (max-width: 736px) {
  .career .recruitContact .inner .time {
    margin-top: 10px;
    font-size: 12px;
  }
}
.career .recruitContact .inner .mail {
  margin-top: 20px;
  font-size: 18px;
}
@media screen and (max-width: 736px) {
  .career .recruitContact .inner .mail {
    margin-top: 10px;
    font-size: 14px;
  }
}
.career .recruitContact .inner .mail a {
  display: inline-block;
  position: relative;
  padding-left: 35px;
}
.career .recruitContact .inner .mail a:before {
  content: "";
  display: block;
  width: 24px;
  height: 17px;
  background: url(./img/common/ico_mail.png) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.disabled .box_01 .txt_03 {
  line-height: 1.6;
  margin-top: 20px;
  text-align: left;
}
.disabled .box_01 .txt_03 a {
  color: #009fe8;
}

.interview .pageContent .pageTtl h2 {
  /*font-size: 45px;*/
}
@media screen and (max-width: 736px) {
  .interview .pageContent .pageTtl h2 {
    font-size: 18px;
  }
}
.interview .box_01 .innerBox {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 736px) {
  .interview .box_01 .innerBox {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.interview .box_01 .innerBox .ttl_02 {
  color: #fff;
}
.interview .box_01 .innerBox .txt_01 {
  color: #fff;
  margin-top: 50px;
}
.interview .box_02 {
  margin-top: 100px;
}
@media screen and (max-width: 736px) {
  .interview .box_02 {
    margin-top: 50px;
  }
}
.interview .box_02 .ttl {
  text-align: center;
  font-size: 45px;
  font-family: "EB Garamond", serif;
  color: #009fe8;
}
@media screen and (max-width: 736px) {
  .interview .box_02 .ttl {
    font-size: 25px;
  }
}
.interview .box_02 ul {
  margin-top: 40px;
}
@media print, screen and (min-width: 737px) {
  .interview .box_02 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 737px) {
  .interview .box_02 ul li {
    width: calc((100% - 80px) / 3);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .interview .box_02 ul li:not(:nth-child(3n+1)) {
    margin-left: 40px;
  }
  .interview .box_02 ul li:nth-child(n+4) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 736px) {
  .interview .box_02 ul li + li {
    margin-top: 40px;
  }
}
.interview .box_02 ul li a {
  display: block;
}
.interview .box_02 ul li a .upper {
  position: relative;
}
@media screen and (max-width: 736px) {
  .interview .box_02 ul li a .upper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .interview .box_02 ul li a .upper figure {
    width: 130px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.interview .box_02 ul li a .upper .txt_02 {
  padding: 20px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.6);
}
@media print, screen and (min-width: 737px) {
  .interview .box_02 ul li a .upper .txt_02 {
    position: absolute;
    width: 100%;
    bottom: 20px;
    left: 10px;
  }
}
@media screen and (max-width: 736px) {
  .interview .box_02 ul li a .upper .txt_02 {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    background: #f5f5f5;
    color: #333;
  }
}
.interview .box_02 ul li a .middle {
  margin: 20px 0;
}
@media screen and (max-width: 736px) {
  .interview .box_02 ul li a .middle {
    margin: 10px 0;
  }
}
.interview .box_02 ul li a .middle .name {
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 736px) {
  .interview .box_02 ul li a .middle .name {
    font-size: 16px;
  }
}
.interview .box_02 ul li a .middle .cate {
  margin-left: auto;
  width: 104px;
  padding: 9px 0;
  text-align: center;
  color: #fff;
}
.interview .box_02 ul li a .bottom {
  font-size: 13px;
  line-height: 1.8;
  text-align: center;
}

.interviewBox .mainImage {
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 736px) {
  .interviewBox .mainImage {
    margin-bottom: 40px;
    height: auto;
  }
}
@media print, screen and (min-width: 1500px) {
  .interviewBox .mainImage {
    height: 700px;
    overflow: hidden;
  }
}
.interviewBox .mainImage figure img {
  width: auto;
}
@media print, screen and (min-width: 1500px) {
  .interviewBox .mainImage figure img {
    width: 100%;
  }
}
.interviewBox .mainImage p {
  position: absolute;
  text-align: center;
  color: #ffffff;
  padding: 30px;
  font-size: 24px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(0, 159, 232, 0.9);
  bottom: 0;
  left: 0;
  line-height: 1.6;
}
@media screen and (max-width: 736px) {
  .interviewBox .mainImage p {
    position: relative;
    font-size: 16px;
    padding: 20px;
    bottom: auto;
    left: auto;
    text-align: justify;
  }
  .interviewBox .mainImage p br {
    display: none;
  }
}
.interviewBox .name {
  margin-bottom: 40px;
}
@media screen and (max-width: 736px) {
  .interviewBox .name {
    margin-bottom: 20px;
    padding: 0 20px;
  }
}
.interviewBox .name h3.ttl_01 {
  margin-bottom: 24px;
}
@media screen and (max-width: 736px) {
  .interviewBox .name h3.ttl_01 {
    margin-bottom: 14px;
  }
}
.interviewBox .name p {
  text-align: center;
  line-height: 1.8;
}
.interviewBox .interviewBox {
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 736px) {
  .interviewBox .interviewBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 40px;
  }
}
.interviewBox .interviewBox figure {
  width: 590px;
}
@media screen and (max-width: 736px) {
  .interviewBox .interviewBox figure {
    width: auto;
    margin-bottom: 40px;
  }
}
.interviewBox .interviewBox .txtBox {
  padding-top: 40px;
  width: 370px;
  border-top: 1px solid #d4d4d4;
}
@media screen and (max-width: 736px) {
  .interviewBox .interviewBox .txtBox {
    padding-top: 0;
    width: auto;
    border: none;
  }
}
.interviewBox .interviewBox .txtBox section {
  margin-bottom: 60px;
}
@media screen and (max-width: 736px) {
  .interviewBox .interviewBox .txtBox section {
    margin-bottom: 20px;
  }
}
.interviewBox .interviewBox .txtBox h4 {
  position: relative;
  font-size: 16px;
  margin-bottom: 20px;
  padding-left: 50px;
  line-height: 1.6;
}
@media screen and (max-width: 736px) {
  .interviewBox .interviewBox .txtBox h4 {
    margin-bottom: 10px;
    font-size: 14px;
    padding-left: 30px;
  }
}
.interviewBox .interviewBox .txtBox h4:before {
  position: absolute;
  content: "";
  width: 38px;
  height: 1px;
  left: 0;
  top: 12px;
  background-color: #333333;
}
@media screen and (max-width: 736px) {
  .interviewBox .interviewBox .txtBox h4:before {
    width: 20px;
  }
}
.interviewBox #message {
  margin-bottom: 80px;
  padding: 80px 0;
  background-color: #f3ffff;
}
.interviewBox #message .ttl_01 {
  margin-bottom: 30px;
}
.interviewBox #message .txt_01 {
  margin-bottom: 40px;
}
@media screen and (max-width: 736px) {
  .interviewBox #message {
    margin-bottom: 40px;
    padding: 40px 0;
  }
  .interviewBox #message .ttl_01 {
    margin-bottom: 14px;
  }
  .interviewBox #message .txt_01 {
    margin-bottom: 20px;
  }
}
.interviewBox #schedule {
  margin-bottom: 100px;
}
@media screen and (max-width: 736px) {
  .interviewBox #schedule {
    margin-bottom: 60px;
  }
}
.interviewBox #schedule .ttl_01 {
  margin-bottom: 40px;
}
@media screen and (max-width: 736px) {
  .interviewBox #schedule .ttl_01 {
    margin-bottom: 20px;
  }
}
.interviewBox #schedule .fL {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 736px) {
  .interviewBox #schedule .fL {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.interviewBox #schedule ul {
  position: relative;
  width: 580px;
}
@media screen and (max-width: 736px) {
  .interviewBox #schedule ul {
    width: auto;
    margin-bottom: 20px;
  }
}
.interviewBox #schedule ul:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 96%;
  left: 10px;
  top: 0;
  background-color: #009fe8;
}
.interviewBox #schedule ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-left: 36px;
  line-height: 1.6;
}
.interviewBox #schedule ul li.st:after {
  position: absolute;
  content: "";
  background-color: #ffffff;
  border: 1px solid #009fe8;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  left: 1px;
  top: 0;
  z-index: 10;
}
.interviewBox #schedule ul li:before {
  position: absolute;
  content: "";
  background-color: #009fe8;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  left: 5px;
  top: 4px;
  z-index: 20;
}
.interviewBox #schedule ul li time {
  color: #009fe8;
  margin-right: 30px;
  text-align: right;
}
.interviewBox #schedule .snap {
  width: 380px;
  border: 1px solid #009fe8;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 736px) {
  .interviewBox #schedule .snap {
    width: auto;
    padding: 20px;
  }
}
.interviewBox #schedule .snap figcaption {
  font-size: 24px;
  color: #009fe8;
  margin: 10px 0 20px;
}
@media screen and (max-width: 736px) {
  .interviewBox #schedule .snap figcaption {
    font-size: 16px;
  }
}
.interviewBox #schedule .snap p {
  line-height: 1.4;
}

.green .pageMain .ttl_01 {
  color: #1b9f2b;
}
.green .pageMain .mainImage p {
  background-color: rgba(27, 159, 43, 0.9);
}
.green .pageMain #schedule ul:before {
  background-color: #1b9f2b;
}
.green .pageMain #schedule ul li.st:after {
  border: 1px solid #1b9f2b;
}
.green .pageMain #schedule ul li:before {
  background-color: #1b9f2b;
}
.green .pageMain #schedule ul li time {
  color: #1b9f2b;
}

.post-type-archive-clinical_news .newsNav ul, .post-type-archive-news .newsNav ul, .post-type-archive-medical_news .newsNav ul, .post-type-archive-en_news .newsNav ul, .tax-news_cate .newsNav ul, .tax-news_cate_en .newsNav ul, .tax-medical_cate .newsNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 736px) {
  .post-type-archive-clinical_news .newsNav ul, .post-type-archive-news .newsNav ul, .post-type-archive-medical_news .newsNav ul, .post-type-archive-en_news .newsNav ul, .tax-news_cate .newsNav ul, .tax-news_cate_en .newsNav ul, .tax-medical_cate .newsNav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.post-type-archive-clinical_news .newsNav ul li, .post-type-archive-news .newsNav ul li, .post-type-archive-medical_news .newsNav ul li, .post-type-archive-en_news .newsNav ul li, .tax-news_cate .newsNav ul li, .tax-news_cate_en .newsNav ul li, .tax-medical_cate .newsNav ul li {
  width: 130px;
}
@media screen and (max-width: 736px) {
  .post-type-archive-clinical_news .newsNav ul li, .post-type-archive-news .newsNav ul li, .post-type-archive-medical_news .newsNav ul li, .post-type-archive-en_news .newsNav ul li, .tax-news_cate .newsNav ul li, .tax-news_cate_en .newsNav ul li, .tax-medical_cate .newsNav ul li {
    width: calc((100% - 10px) / 2);
  }
}
@media print, screen and (min-width: 737px) {
  .post-type-archive-clinical_news .newsNav ul li + li, .post-type-archive-news .newsNav ul li + li, .post-type-archive-medical_news .newsNav ul li + li, .post-type-archive-en_news .newsNav ul li + li, .tax-news_cate .newsNav ul li + li, .tax-news_cate_en .newsNav ul li + li, .tax-medical_cate .newsNav ul li + li {
    margin-left: 10px;
  }
}
@media screen and (max-width: 736px) {
  .post-type-archive-clinical_news .newsNav ul li:nth-child(2n+1), .post-type-archive-news .newsNav ul li:nth-child(2n+1), .post-type-archive-medical_news .newsNav ul li:nth-child(2n+1), .post-type-archive-en_news .newsNav ul li:nth-child(2n+1), .tax-news_cate .newsNav ul li:nth-child(2n+1), .tax-news_cate_en .newsNav ul li:nth-child(2n+1), .tax-medical_cate .newsNav ul li:nth-child(2n+1) {
    margin-right: 10px;
  }
  .post-type-archive-clinical_news .newsNav ul li:nth-child(n+3), .post-type-archive-news .newsNav ul li:nth-child(n+3), .post-type-archive-medical_news .newsNav ul li:nth-child(n+3), .post-type-archive-en_news .newsNav ul li:nth-child(n+3), .tax-news_cate .newsNav ul li:nth-child(n+3), .tax-news_cate_en .newsNav ul li:nth-child(n+3), .tax-medical_cate .newsNav ul li:nth-child(n+3) {
    margin-top: 10px;
  }
}
.post-type-archive-clinical_news .newsNav ul li a, .post-type-archive-news .newsNav ul li a, .post-type-archive-medical_news .newsNav ul li a, .post-type-archive-en_news .newsNav ul li a, .tax-news_cate .newsNav ul li a, .tax-news_cate_en .newsNav ul li a, .tax-medical_cate .newsNav ul li a {
  border: 1px solid #009fe8;
  display: block;
  padding: 10px 0;
  text-align: center;
  color: #009fe8;
  font-size: 12px;
}
@media print, screen and (min-width: 737px) {
  .post-type-archive-clinical_news .newsNav ul li.select, .post-type-archive-news .newsNav ul li.select, .post-type-archive-medical_news .newsNav ul li.select, .post-type-archive-en_news .newsNav ul li.select, .tax-news_cate .newsNav ul li.select, .tax-news_cate_en .newsNav ul li.select, .tax-medical_cate .newsNav ul li.select {
    margin-left: 30px;
    width: 110px;
  }
}
.post-type-archive-clinical_news .newsNav ul li.select select, .post-type-archive-news .newsNav ul li.select select, .post-type-archive-medical_news .newsNav ul li.select select, .post-type-archive-en_news .newsNav ul li.select select, .tax-news_cate .newsNav ul li.select select, .tax-news_cate_en .newsNav ul li.select select, .tax-medical_cate .newsNav ul li.select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.post-type-archive-clinical_news .newsNav ul li.select select::-ms-expand, .post-type-archive-news .newsNav ul li.select select::-ms-expand, .post-type-archive-medical_news .newsNav ul li.select select::-ms-expand, .post-type-archive-en_news .newsNav ul li.select select::-ms-expand, .tax-news_cate .newsNav ul li.select select::-ms-expand, .tax-news_cate_en .newsNav ul li.select select::-ms-expand, .tax-medical_cate .newsNav ul li.select select::-ms-expand {
  display: none;
}
.post-type-archive-clinical_news .newsNav ul li.select label, .post-type-archive-news .newsNav ul li.select label, .post-type-archive-medical_news .newsNav ul li.select label, .post-type-archive-en_news .newsNav ul li.select label, .tax-news_cate .newsNav ul li.select label, .tax-news_cate_en .newsNav ul li.select label, .tax-medical_cate .newsNav ul li.select label {
  display: block;
  position: relative;
}
.post-type-archive-clinical_news .newsNav ul li.select label:after, .post-type-archive-news .newsNav ul li.select label:after, .post-type-archive-medical_news .newsNav ul li.select label:after, .post-type-archive-en_news .newsNav ul li.select label:after, .tax-news_cate .newsNav ul li.select label:after, .tax-news_cate_en .newsNav ul li.select label:after, .tax-medical_cate .newsNav ul li.select label:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-left: 1px solid #009fe8;
  border-bottom: 1px solid #009fe8;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 3px;
  margin: auto;
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
}
.post-type-archive-clinical_news .newsNav ul li.select label select, .post-type-archive-news .newsNav ul li.select label select, .post-type-archive-medical_news .newsNav ul li.select label select, .post-type-archive-en_news .newsNav ul li.select label select, .tax-news_cate .newsNav ul li.select label select, .tax-news_cate_en .newsNav ul li.select label select, .tax-medical_cate .newsNav ul li.select label select {
  width: 100%;
  line-height: 1;
  display: block;
  padding: 10px;
  border: 1px solid #009fe8;
  font-size: 12px;
  color: #009fe8;
  border-radius: 0;
  background: #fff;
}
.post-type-archive-clinical_news .newsNav ul li.select label select option, .post-type-archive-news .newsNav ul li.select label select option, .post-type-archive-medical_news .newsNav ul li.select label select option, .post-type-archive-en_news .newsNav ul li.select label select option, .tax-news_cate .newsNav ul li.select label select option, .tax-news_cate_en .newsNav ul li.select label select option, .tax-medical_cate .newsNav ul li.select label select option {
  color: #333;
}
.post-type-archive-clinical_news .termTtl, .post-type-archive-news .termTtl, .post-type-archive-medical_news .termTtl, .post-type-archive-en_news .termTtl, .tax-news_cate .termTtl, .tax-news_cate_en .termTtl, .tax-medical_cate .termTtl {
  margin-top: 30px;
}
.post-type-archive-clinical_news .newsList, .post-type-archive-news .newsList, .post-type-archive-medical_news .newsList, .post-type-archive-en_news .newsList, .tax-news_cate .newsList, .tax-news_cate_en .newsList, .tax-medical_cate .newsList {
  margin-top: 50px;
  border-bottom: 1px solid #bfe7f9;
}
@media screen and (max-width: 736px) {
  .post-type-archive-clinical_news .newsList, .post-type-archive-news .newsList, .post-type-archive-medical_news .newsList, .post-type-archive-en_news .newsList, .tax-news_cate .newsList, .tax-news_cate_en .newsList, .tax-medical_cate .newsList {
    margin-top: 30px;
  }
}
.post-type-archive-clinical_news .newsList li, .post-type-archive-news .newsList li, .post-type-archive-medical_news .newsList li, .post-type-archive-en_news .newsList li, .tax-news_cate .newsList li, .tax-news_cate_en .newsList li, .tax-medical_cate .newsList li {
  border-top: 1px solid #bfe7f9;
}
@media print, screen and (min-width: 737px) {
  .post-type-archive-clinical_news .newsList li a, .post-type-archive-news .newsList li a, .post-type-archive-medical_news .newsList li a, .post-type-archive-en_news .newsList li a, .tax-news_cate .newsList li a, .tax-news_cate_en .newsList li a, .tax-medical_cate .newsList li a {
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  .post-type-archive-clinical_news .newsList li a:hover, .post-type-archive-news .newsList li a:hover, .post-type-archive-medical_news .newsList li a:hover, .post-type-archive-en_news .newsList li a:hover, .tax-news_cate .newsList li a:hover, .tax-news_cate_en .newsList li a:hover, .tax-medical_cate .newsList li a:hover {
    background: #e8f8ff;
  }
}
.post-type-archive-clinical_news .newsList li a[href$="pdf"] .text, .post-type-archive-news .newsList li a[href$="pdf"] .text, .post-type-archive-medical_news .newsList li a[href$="pdf"] .text, .post-type-archive-en_news .newsList li a[href$="pdf"] .text, .tax-news_cate .newsList li a[href$="pdf"] .text, .tax-news_cate_en .newsList li a[href$="pdf"] .text, .tax-medical_cate .newsList li a[href$="pdf"] .text {
  padding-left: 25px;
  position: relative;
}
.post-type-archive-clinical_news .newsList li a[href$="pdf"] .text:before, .post-type-archive-news .newsList li a[href$="pdf"] .text:before, .post-type-archive-medical_news .newsList li a[href$="pdf"] .text:before, .post-type-archive-en_news .newsList li a[href$="pdf"] .text:before, .tax-news_cate .newsList li a[href$="pdf"] .text:before, .tax-news_cate_en .newsList li a[href$="pdf"] .text:before, .tax-medical_cate .newsList li a[href$="pdf"] .text:before {
  content: "";
  display: block;
  width: 17px;
  height: 20px;
  background: url(./img/about_biken/img_transparent_02.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.post-type-archive-clinical_news .newsList li a, .post-type-archive-clinical_news .newsList li .noLink, .post-type-archive-news .newsList li a, .post-type-archive-news .newsList li .noLink, .post-type-archive-medical_news .newsList li a, .post-type-archive-medical_news .newsList li .noLink, .post-type-archive-en_news .newsList li a, .post-type-archive-en_news .newsList li .noLink, .tax-news_cate .newsList li a, .tax-news_cate .newsList li .noLink, .tax-news_cate_en .newsList li a, .tax-news_cate_en .newsList li .noLink, .tax-medical_cate .newsList li a, .tax-medical_cate .newsList li .noLink, .medical .newsList li .noLink {
  display: block;
  padding: 25px 12px;
}
@media screen and (max-width: 736px) {
  .post-type-archive-clinical_news .newsList li a, .post-type-archive-clinical_news .newsList li .noLink, .post-type-archive-news .newsList li a, .post-type-archive-news .newsList li .noLink, .post-type-archive-medical_news .newsList li a, .post-type-archive-medical_news .newsList li .noLink, .post-type-archive-en_news .newsList li a, .post-type-archive-en_news .newsList li .noLink, .tax-news_cate .newsList li a, .tax-news_cate .newsList li .noLink, .tax-news_cate_en .newsList li a, .tax-news_cate_en .newsList li .noLink, .tax-medical_cate .newsList li a, .tax-medical_cate .newsList li .noLink {
    padding: 20px 0;
  }
}
@media screen and (max-width: 736px) {
  .post-type-archive-clinical_news .newsList li a .info, .post-type-archive-clinical_news .newsList li .noLink .info, .post-type-archive-news .newsList li a .info, .post-type-archive-news .newsList li .noLink .info, .post-type-archive-medical_news .newsList li a .info, .post-type-archive-medical_news .newsList li .noLink .info, .post-type-archive-en_news .newsList li a .info, .post-type-archive-en_news .newsList li .noLink .info, .tax-news_cate .newsList li a .info, .tax-news_cate .newsList li .noLink .info, .tax-news_cate_en .newsList li a .info, .tax-news_cate_en .newsList li .noLink .info, .tax-medical_cate .newsList li a .info, .tax-medical_cate .newsList li .noLink .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.post-type-archive-clinical_news .newsList li a .info .date, .post-type-archive-clinical_news .newsList li .noLink .info .date, .post-type-archive-news .newsList li a .info .date, .post-type-archive-news .newsList li .noLink .info .date, .post-type-archive-medical_news .newsList li a .info .date, .post-type-archive-medical_news .newsList li .noLink .info .date, .post-type-archive-en_news .newsList li a .info .date, .post-type-archive-en_news .newsList li .noLink .info .date, .tax-news_cate .newsList li a .info .date, .tax-news_cate .newsList li .noLink .info .date, .tax-news_cate_en .newsList li a .info .date, .tax-news_cate_en .newsList li .noLink .info .date, .tax-medical_cate .newsList li a .info .date, .tax-medical_cate .newsList li .noLink .info .date, .medical .newsList li .noLink .info .date {
  font-size: 13px;
  font-family: "EB Garamond", serif;
}
.post-type-archive-clinical_news .newsList li a .info .cate, .post-type-archive-clinical_news .newsList li .noLink .info .cate, .post-type-archive-news .newsList li a .info .cate, .post-type-archive-news .newsList li .noLink .info .cate, .post-type-archive-medical_news .newsList li a .info .cate, .post-type-archive-medical_news .newsList li .noLink .info .cate, .post-type-archive-en_news .newsList li a .info .cate, .post-type-archive-en_news .newsList li .noLink .info .cate, .tax-news_cate .newsList li a .info .cate, .tax-news_cate .newsList li .noLink .info .cate, .tax-news_cate_en .newsList li a .info .cate, .tax-news_cate_en .newsList li .noLink .info .cate, .tax-medical_cate .newsList li a .info .cate, .tax-medical_cate .newsList li .noLink .info .cate, .medical .newsList li .noLink .info .cate {
  font-size: 12px;
  color: #009fe8;
}
@media print, screen and (min-width: 737px) {
  .post-type-archive-clinical_news .newsList li a .info .cate, .post-type-archive-clinical_news .newsList li .noLink .info .cate, .post-type-archive-news .newsList li a .info .cate, .post-type-archive-news .newsList li .noLink .info .cate, .post-type-archive-medical_news .newsList li a .info .cate, .post-type-archive-medical_news .newsList li .noLink .info .cate, .post-type-archive-en_news .newsList li a .info .cate, .post-type-archive-en_news .newsList li .noLink .info .cate, .tax-news_cate .newsList li a .info .cate, .tax-news_cate .newsList li .noLink .info .cate, .tax-news_cate_en .newsList li a .info .cate, .tax-news_cate_en .newsList li .noLink .info .cate, .tax-medical_cate .newsList li a .info .cate, .tax-medical_cate .newsList li .noLink .info .cate {
    margin-left: 12px;
  }
}
.post-type-archive-clinical_news .newsList li a .text, .post-type-archive-clinical_news .newsList li .noLink .text, .post-type-archive-news .newsList li a .text, .post-type-archive-news .newsList li .noLink .text, .post-type-archive-medical_news .newsList li a .text, .post-type-archive-medical_news .newsList li .noLink .text, .post-type-archive-en_news .newsList li a .text, .post-type-archive-en_news .newsList li .noLink .text, .tax-news_cate .newsList li a .text, .tax-news_cate .newsList li .noLink .text, .tax-news_cate_en .newsList li a .text, .tax-news_cate_en .newsList li .noLink .text, .tax-medical_cate .newsList li a .text, .tax-medical_cate .newsList li .noLink .text , .medical .newsList li .noLink .text {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.3;
}
.post-type-archive-clinical_news .pager, .post-type-archive-news .pager, .post-type-archive-medical_news .pager, .post-type-archive-en_news .pager, .tax-news_cate .pager, .tax-news_cate_en .pager, .tax-medical_cate .pager {
  margin-top: 60px;
}
@media screen and (max-width: 736px) {
  .post-type-archive-clinical_news .pager, .post-type-archive-news .pager, .post-type-archive-medical_news .pager, .post-type-archive-en_news .pager, .tax-news_cate .pager, .tax-news_cate_en .pager, .tax-medical_cate .pager {
    margin-top: 40px;
  }
}
.post-type-archive-clinical_news .pager ul, .post-type-archive-news .pager ul, .post-type-archive-medical_news .pager ul, .post-type-archive-en_news .pager ul, .tax-news_cate .pager ul, .tax-news_cate_en .pager ul, .tax-medical_cate .pager ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.post-type-archive-clinical_news .pager ul li, .post-type-archive-news .pager ul li, .post-type-archive-medical_news .pager ul li, .post-type-archive-en_news .pager ul li, .tax-news_cate .pager ul li, .tax-news_cate_en .pager ul li, .tax-medical_cate .pager ul li {
  width: 230px;
}
@media screen and (max-width: 736px) {
  .post-type-archive-clinical_news .pager ul li, .post-type-archive-news .pager ul li, .post-type-archive-medical_news .pager ul li, .post-type-archive-en_news .pager ul li, .tax-news_cate .pager ul li, .tax-news_cate_en .pager ul li, .tax-medical_cate .pager ul li {
    width: calc((100% - 20px) / 2);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.post-type-archive-clinical_news .pager ul li a, .post-type-archive-news .pager ul li a, .post-type-archive-medical_news .pager ul li a, .post-type-archive-en_news .pager ul li a, .tax-news_cate .pager ul li a, .tax-news_cate_en .pager ul li a, .tax-medical_cate .pager ul li a {
  border: 1px solid #009fe8;
  display: block;
  padding: 20px 0;
  text-align: center;
  color: #009fe8;
  font-size: 12px;
}
@media screen and (max-width: 736px) {
  .post-type-archive-clinical_news .pager ul li a, .post-type-archive-news .pager ul li a, .post-type-archive-medical_news .pager ul li a, .post-type-archive-en_news .pager ul li a, .tax-news_cate .pager ul li a, .tax-news_cate_en .pager ul li a, .tax-medical_cate .pager ul li a {
    padding: 15px 0;
  }
}

.single-news .newsContent .ttl, .single-clinical_news .newsContent .ttl, .single-medical_news .newsContent .ttl, .single-en_news .newsContent .ttl {
  font-size: 20px;
  line-height: 1.3;
  padding-bottom: 10px;
  border-bottom: 1px solid #009fe8;
}
@media screen and (max-width: 736px) {
  .single-news .newsContent .ttl, .single-clinical_news .newsContent .ttl, .single-medical_news .newsContent .ttl, .single-en_news .newsContent .ttl {
    font-size: 16px;
  }
}
.single-news .newsContent .date, .single-clinical_news .newsContent .date, .single-medical_news .newsContent .date, .single-en_news .newsContent .date {
  text-align: right;
  margin-top: 10px;
}
.single-news .newsContent .newsBody, .single-clinical_news .newsContent .newsBody, .single-medical_news .newsContent .newsBody, .single-en_news .newsContent .newsBody {
  margin-top: 40px;
}
.single-news .newsContent .newsBody > *:first-child, .single-clinical_news .newsContent .newsBody > *:first-child, .single-medical_news .newsContent .newsBody > *:first-child, .single-en_news .newsContent .newsBody > *:first-child {
  margin-top: 0;
}
.single-news .newsContent .newsBody > *:last-child, .single-clinical_news .newsContent .newsBody > *:last-child, .single-medical_news .newsContent .newsBody > *:last-child, .single-en_news .newsContent .newsBody > *:last-child {
  margin-bottom: 0;
}
.single-news .newsContent .newsBody > *, .single-clinical_news .newsContent .newsBody > *, .single-medical_news .newsContent .newsBody > *, .single-en_news .newsContent .newsBody > * {
  margin: 40px 0;
}
.single-news .newsContent .backBtn, .single-clinical_news .newsContent .backBtn, .single-medical_news .newsContent .backBtn, .single-en_news .newsContent .backBtn {
  margin-top: 70px;
  text-align: center;
}
.single-news .newsContent .backBtn a, .single-clinical_news .newsContent .backBtn a, .single-medical_news .newsContent .backBtn a, .single-en_news .newsContent .backBtn a {
  display: inline-block;
  width: 230px;
  border: 1px solid #009fe8;
  padding: 20px 0;
  text-align: center;
  color: #009fe8;
  font-size: 12px;
}
@media screen and (max-width: 736px) {
  .single-news .newsContent .backBtn a, .single-clinical_news .newsContent .backBtn a, .single-medical_news .newsContent .backBtn a, .single-en_news .newsContent .backBtn a {
    width: 100%;
    padding: 15px 0;
  }
}

.policy .ttl_03 {
  margin-top: 30px;
}
.policy .txt_01 {
  margin: 20px 0 40px;
}
.policy .box_02 {
  margin-top: 70px;
}

.other .ttl_03 {
  margin-top: 30px;
}
.other .txt_01 {
  margin: 20px 0 40px;
}

.sitemap .box_01 h3 a {
  color: #009fe8;
}
.sitemap .box_01 li {
  line-height: 1.3;
  position: relative;
  padding-left: 10px;
}
@media screen and (max-width: 736px) {
  .sitemap .box_01 li {
    font-size: 14px;
  }
}
.sitemap .box_01 li ul {
  margin: 0 0 0 1em;
  padding: 0;
}
.sitemap .box_01 li:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 7px;
  left: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #009fe8;
}
.sitemap .box_01 li + li {
  margin-top: 30px;
}
.sitemap .box_01 li:first-child {
  margin-top: 30px;
}
.sitemap ul:not(.listBox) li {
  font-size: 13px;
}
@media screen and (max-width: 736px) {
  .sitemap ul:not(.listBox) li {
    font-size: 12px;
  }
}
.sitemap ul:not(.listBox) li:before {
  top: 4px;
}
.sitemap ul:not(.listBox) li:before ul {
  margin: 0 0 0 1em;
  padding: 0;
}
.sitemap .itemBox {
  margin-top: 50px;
}
@media screen and (max-width: 736px) {
  .sitemap .itemBox {
    margin-top: 30px;
  }
}
.sitemap .career {
  width: 77px;
  display: inline-block;
  text-align: center;
  font-size: 11px;
  background-color: #009fe8;
  color: #fff;
  line-height: 20px;
  padding: 0 5px;
  margin-right: 3px;
}
@media screen and (max-width: 736px) {
  .sitemap .career {
    width: 73px;
    font-size: 10px;
    line-height: 18px;
  }
}
.sitemap .new {
  width: 77px;
  display: inline-block;
  text-align: center;
  font-size: 11px;
  color: #fff;
  background-color: #4DAA97;
  line-height: 20px;
  padding: 0 5px;
  margin-right: 3px;
}
@media screen and (max-width: 736px) {
  .sitemap .new {
    width: 73px;
    font-size: 10px;
    line-height: 18px;
  }
}

.development-flow .box_01 .ttl_02 {
  font-size: 16px;
}
.development-flow .box_01 .txt_01 {
  font-size: 13px;
  margin-top: 35px;
}
@media screen and (max-width: 736px) {
  .development-flow .box_01 .txt_01 {
    margin-top: 15px;
    font-size: 12px;
  }
}
.development-flow .box_01 figure {
  margin: 50px 0 80px;
  text-align: center;
}
@media screen and (max-width: 736px) {
  .development-flow .box_01 figure {
    margin: 20px 0;
  }
}
.development-flow .box_01 .colmun_02-1 div + div {
  margin-top: 0px;
}
@media screen and (max-width: 736px) {
	.development-flow .box_01 .colmun_02-1 div + div {
	  margin-top: 20px;
	}
}
.development-flow .box_01 .chart {
  margin: 50px 0 60px;
}
@media screen and (max-width: 736px) {
  .development-flow .box_01 .chart {
    margin: 30px 0;
  }
}
.development-flow .box_02 .txt_01 + .txt_01 {
  margin-top: 35px;
}
@media screen and (max-width: 736px) {
  .development-flow .box_02 .txt_01 + .txt_01 {
    margin-top: 20px;
  }
}
.development-flow .box_03 {
  margin-top: 75px;
}
@media screen and (max-width: 736px) {
  .development-flow .box_03 {
    margin-top: 40px;
  }
}
.development-flow .box_03 .ttl_03 {
  font-size: 16px;
}
.development-flow .box_03 h4 {
  margin-top: 30px;
  font-size: 16px;
}
.development-flow .box_03 ul li {
  line-height: 1.3;
  font-size: 13px;
  margin-top: 15px;
}
.development-flow .box_03 ul li:before {
  top: 6px;
}
@media screen and (max-width: 736px) {
  .development-flow .box_03 ul li {
    font-size: 12px;
  }
}
.development-flow .box_03 figure {
  margin-top: 40px;
}
@media screen and (max-width: 736px) {
  .development-flow .box_03 figure {
    margin-top: 20px;
    text-align: center;
  }
}

.pipeline .box_01 {
  /*バーの太さ*/
  /*バーの背景色*/
  /*バーの色*/
}
.pipeline .box_01 .table01 {
  table-layout: fixed;
  font-size: 14px;
  width: 1040px;
  border-collapse: separate;
  border-spacing: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 10px;
}
@media screen and (max-width: 736px) {
  .pipeline .box_01 .table01 {
    width: 768px;
  }
}
.pipeline .box_01 .table01 thead th,
.responsiveTableBox.CSR .CSRtable thead th,
.TRSTableBox .TRStable thead th {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  color: #fff;
  background-color: #009fe8;
}

.pipeline .box_01 .table01 th {
  vertical-align: middle;
  padding: 25px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 736px) {
  .pipeline .box_01 .table01 th {
    padding: 20px 0;
  }
}
.pipeline .box_01 .table01 th:first-of-type {
  width: 243px;
}
@media screen and (max-width: 736px) {
  .pipeline .box_01 .table01 th:first-of-type {
    width: 160px;
  }
}
.pipeline .box_01 .table01 td {
  vertical-align: middle;
  padding: 15px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 736px) {
  .pipeline .box_01 .table01 td {
    padding: 10px 5px;
  }
}
.pipeline .box_01 .table01 tbody tr:nth-child(odd),
.responsiveTableBox.CSR .CSRtable tbody tr:nth-child(odd),
.TRSTableBox .TRStable tbody tr:nth-child(odd) {
  background-color: #eee;
}
.pipeline .box_01 .table01 tbody tr:nth-child(even),
.responsiveTableBox.CSR .CSRtable tbody tr:nth-child(even),
.TRSTableBox .TRStable tbody tr:nth-child(even)  {
  background-color: #fafafa;
}
.pipeline .box_01 .table01 tbody tr:nth-child(odd) td:first-of-type,
.responsiveTableBox.CSR .CSRtable tbody tr:nth-child(odd) td:first-of-type {
  background-color: #caeeff;
}
.pipeline .box_01 .table01 tbody tr:nth-child(even) td:first-of-type,
.responsiveTableBox.CSR .CSRtable tbody tr:nth-child(even) td:first-of-type {
  background-color: #e7f7ff;
}
.TRSTableBox .TRStable tbody tr td.HeadTd {
  background-color: #e7f7ff;
  border-bottom: 1px solid #000;
}
.TRSTableBox .TRStable tbody tr.Total td {
	background-color: #caeeff;
	padding: 20px 10px;
	font-weight: bold;
}
.TRSTableBox .TRStable tbody tr.Sum td {
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
}
.TRSTableBox .TRStable tbody tr td.bT {
	border-top: 1px solid #000;
}
.TRSTableBox .TRStable tbody tr td.bB {
	border-bottom: 1px solid #000;
}
.pipeline .box_01 .table01 tbody td:not(:first-of-type) {
  /* font-size: 25px;
  text-align: center;
  color: #009fe8; */
  line-height: 1.6;
}
@media screen and (max-width: 736px) {
  .pipeline .box_01 .table01 tbody td:not(:first-of-type) {
    /* font-size: 18px; */
  }
}
.pipeline .box_01 .table01 tbody .small {
  display: block;
  color: #000;
  font-size: 12px;
  margin-top: 5px;
}
.pipeline .box_01 .responsiveTableBox,
.responsiveTableBox.CSR,
.TRSTableBox {
  overflow-x: auto;
}
.pipeline .box_01 .responsiveTableBox::-webkit-scrollbar,
.responsiveTableBox.CSR::-webkit-scrollbar,
.TRSTableBox::-webkit-scrollbar {
  height: 10px;
}
.pipeline .box_01 .responsiveTableBox::-webkit-scrollbar-track,
.responsiveTableBox.CSR::-webkit-scrollbar-track,
.TRSTableBox::-webkit-scrollbar-track{
  background: #eee;
}
.pipeline .box_01 .responsiveTableBox::-webkit-scrollbar-thumb,
.responsiveTableBox.CSR::-webkit-scrollbar-thumb,
.TRSTableBox::-webkit-scrollbar-thumb{
  background: #009fe8;
}

.responsiveTableBox.CSR .CSRtable,
.TRSTableBox .TRStable {
  table-layout: fixed;
  font-size: 14px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
  margin-top: 10px;
}

.responsiveTableBox.CSR .CSRtable th,
.TRSTableBox .TRStable th {
  vertical-align: middle;
  padding: 8px 7px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.responsiveTableBox.CSR .CSRtable th:first-of-type {
  width: 50%;
}

.responsiveTableBox.CSR .CSRtable td,
.TRSTableBox .TRStable td {
  vertical-align: middle;
  padding: 7px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.TRSTableBox .TRStable td {
  line-height: 1.6;
}

.responsiveTableBox.CSR .CSRtable tbody td:not(:first-of-type) {
  line-height: 1.6;
  text-align: center;
}

.pipeline .box_01 .attention {
  display: inline-block;
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 736px) {
  .pipeline .box_01 .attention {
    padding-left: 25px;
  }
}
.pipeline .box_01 .attention:before {
  position: absolute;
  display: inline-block;
  left: 0;
}
.pipeline .box_01 .at1:before {
  content: "※1";
}
.pipeline .box_01 .at2:before {
  content: "※2";
}
.pipeline .box_01 .at3:before {
  content: "※3";
}
@media screen and (max-width: 736px) {
  .pipeline .cWsp {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.contact .box_01 .innerBox {
  padding: 40px 0;
}
.contact .box_01 .innerBox + .innerBox {
  border-top: solid 1px #009FE8;
}
.contact .box_01 .innerBox .ttl_02 {
  margin-bottom: 17px;
}
@media screen and (max-width: 736px) {
  .contact .box_01 .innerBox .ttl_02 {
    margin-bottom: 10px;
  }
}
.contact .box_01 .innerBox .txt_01 span {
  font-weight: bold;
}
/*20190710 add*/
[class*="transparent_"] .box_01 ul li{
  line-height: 1.3;
  margin-top: 20px;
}
[class*="transparent_"] .box_01 ul li a[href$='.pdf'] span{
  padding-left: 45px;
  position: relative;
  color: #009FE8;
}
[class*="transparent_"] .box_01 ul li a[href$='.pdf'] span:before{
  content: "";
  display: block;
  width: 26px;
  height: 30px;
  background: url(./img/about_biken/img_transparent_02.png) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 736px) {
  [class*="transparent_"] .box_01 ul li a[href$='.pdf'] span:before{
    width: 18px;
    height: 20px;
    background-size: contain;
  }
}
[class*="transparent_"] .box_01 ul li ul{
  margin: 0 0 0 1em;
}
[class*="transparent_"] .box_02{
  margin-top: 30px;
}
[class*="transparent_"] .box_02 > p{
  padding: 30px 0;
}
[class*="transparent_"] .box_02 .flex-button{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (max-width: 736px) {
  [class*="transparent_"] .box_02 .flex-button{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
    -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  }
}
[class*="transparent_"] .box_02 .flex-button p{
  display: table;
  text-align: center;
  width: calc((100% - 80px) / 2);
  height: 60px;
}
@media screen and (max-width: 736px) {
  [class*="transparent_"] .box_02 .flex-button p{
    width: 90%;
    height: 55px;
  }
  [class*="transparent_"] .box_02 .flex-button p:last-child{
    margin-top: 20px;
  }
}
[class*="transparent_"] .box_02 .flex-button p a{
  vertical-align: middle;
  display: table-cell;
  border: solid 1px #009FE8;
}
[class*="transparent_"] .box_02 .flex-button p span{
  font-size: 13px;
  margin-top: 5px;
  display: block;
}
@media screen and (max-width: 736px) {
  [class*="transparent_"] .box_02 .flex-button p span{
    font-size: 11px;
  }
}
[class*="transparent_"] .box_03{
  margin-top: 60px;
}
@media screen and (max-width: 736px) {
  [class*="transparent_"] .box_03{
    margin-top: 40px;
  }
}
[class*="transparent_"] .box_03 .inner{
  padding: 50px;
  background: #f5f5f5;
}
@media screen and (max-width: 736px) {
  [class*="transparent_"] .box_03 .inner{
    padding: 20px;
  }
}
[class*="transparent_"] .box_03 .inner .txt_01{
  margin-top: 20px;
}
@media screen and (max-width: 736px) {
  [class*="transparent_"] .box_03 .inner .txt_01{
    margin-top: 10px;
  }
}
[class*="transparent_"] .box_03 .inner .txt_01 + .ttl_02{
  margin-top: 60px;
}
@media screen and (max-width: 736px) {
  [class*="transparent_"] .box_03 .inner .txt_01 + .ttl_02{
    margin-top: 30px;
  }
}
/*20190710 add End*/
/*.transparent_2015 .box_01 ul li {
  line-height: 1.3;
  margin-top: 20px;
}
.transparent_2015 .box_01 ul li a[href$='.pdf'] span {
  padding-left: 45px;
  position: relative;
  color: #009FE8;
}
.transparent_2015 .box_01 ul li a[href$='.pdf'] span:before {
  content: "";
  display: block;
  width: 26px;
  height: 30px;
  background: url(./img/about_biken/img_transparent_02.png) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 736px) {
  .transparent_2015 .box_01 ul li a[href$='.pdf'] span:before {
    width: 18px;
    height: 20px;
    background-size: contain;
  }
}
.transparent_2015 .box_01 ul li ul {
  margin: 0 0 0 1em;
}
.transparent_2015 .box_02 {
  margin-top: 30px;
}
.transparent_2015 .box_02 > p {
  padding: 30px 0;
}
.transparent_2015 .box_02 .flex-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (max-width: 736px) {
  .transparent_2015 .box_02 .flex-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.transparent_2015 .box_02 .flex-button p {
  display: table;
  text-align: center;
  width: calc((100% - 80px) / 2);
  height: 60px;
}
@media screen and (max-width: 736px) {
  .transparent_2015 .box_02 .flex-button p {
    width: 90%;
    height: 55px;
  }
  .transparent_2015 .box_02 .flex-button p:last-child {
    margin-top: 20px;
  }
}
.transparent_2015 .box_02 .flex-button p a {
  vertical-align: middle;
  display: table-cell;
  border: solid 1px #009FE8;
}
.transparent_2015 .box_02 .flex-button p span {
  font-size: 13px;
  margin-top: 5px;
  display: block;
}
@media screen and (max-width: 736px) {
  .transparent_2015 .box_02 .flex-button p span {
    font-size: 11px;
  }
}
.transparent_2015 .box_03 {
  margin-top: 60px;
}
@media screen and (max-width: 736px) {
  .transparent_2015 .box_03 {
    margin-top: 40px;
  }
}
.transparent_2015 .box_03 .inner {
  padding: 50px;
  background: #f5f5f5;
}
@media screen and (max-width: 736px) {
  .transparent_2015 .box_03 .inner {
    padding: 20px;
  }
}
.transparent_2015 .box_03 .inner .txt_01 {
  margin-top: 20px;
}
@media screen and (max-width: 736px) {
  .transparent_2015 .box_03 .inner .txt_01 {
    margin-top: 10px;
  }
}
.transparent_2015 .box_03 .inner .txt_01 + .ttl_02 {
  margin-top: 60px;
}
@media screen and (max-width: 736px) {
  .transparent_2015 .box_03 .inner .txt_01 + .ttl_02 {
    margin-top: 30px;
  }
}

.transparent_2014 .box_01 ul li {
  line-height: 1.3;
  margin-top: 20px;
}
.transparent_2014 .box_01 ul li a[href$='.pdf'] span {
  padding-left: 45px;
  position: relative;
  color: #009FE8;
}
.transparent_2014 .box_01 ul li a[href$='.pdf'] span:before {
  content: "";
  display: block;
  width: 26px;
  height: 30px;
  background: url(./img/about_biken/img_transparent_02.png) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 736px) {
  .transparent_2014 .box_01 ul li a[href$='.pdf'] span:before {
    width: 18px;
    height: 20px;
    background-size: contain;
  }
}
.transparent_2014 .box_01 ul li ul {
  margin: 0 0 0 1em;
}
.transparent_2014 .box_02 {
  margin-top: 30px;
}
.transparent_2014 .box_02 > p {
  padding: 30px 0;
}
.transparent_2014 .box_02 .flex-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (max-width: 736px) {
  .transparent_2014 .box_02 .flex-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.transparent_2014 .box_02 .flex-button p {
  display: table;
  text-align: center;
  width: calc((100% - 80px) / 2);
  height: 60px;
}
@media screen and (max-width: 736px) {
  .transparent_2014 .box_02 .flex-button p {
    width: 90%;
    height: 55px;
  }
  .transparent_2014 .box_02 .flex-button p:last-child {
    margin-top: 20px;
  }
}
.transparent_2014 .box_02 .flex-button p a {
  vertical-align: middle;
  display: table-cell;
  border: solid 1px #009FE8;
}
.transparent_2014 .box_02 .flex-button p span {
  font-size: 13px;
  margin-top: 5px;
  display: block;
}
@media screen and (max-width: 736px) {
  .transparent_2014 .box_02 .flex-button p span {
    font-size: 11px;
  }
}
.transparent_2014 .box_03 {
  margin-top: 60px;
}
@media screen and (max-width: 736px) {
  .transparent_2014 .box_03 {
    margin-top: 40px;
  }
}
.transparent_2014 .box_03 .inner {
  padding: 50px;
  background: #f5f5f5;
}
@media screen and (max-width: 736px) {
  .transparent_2014 .box_03 .inner {
    padding: 20px;
  }
}
.transparent_2014 .box_03 .inner .txt_01 {
  margin-top: 20px;
}
@media screen and (max-width: 736px) {
  .transparent_2014 .box_03 .inner .txt_01 {
    margin-top: 10px;
  }
}
.transparent_2014 .box_03 .inner .txt_01 + .ttl_02 {
  margin-top: 60px;
}
@media screen and (max-width: 736px) {
  .transparent_2014 .box_03 .inner .txt_01 + .ttl_02 {
    margin-top: 30px;
  }
}

.transparent_2016 .box_01 ul li,
.transparent_2017 .box_01 ul li {
  line-height: 1.3;
  margin-top: 20px;
}
.transparent_2016 .box_01 ul li a[href$='.pdf'] span,
.transparent_2017 .box_01 ul li a[href$='.pdf'] span {
  padding-left: 45px;
  position: relative;
  color: #009FE8;
}
.transparent_2016 .box_01 ul li a[href$='.pdf'] span:before,
.transparent_2017 .box_01 ul li a[href$='.pdf'] span:before {
  content: "";
  display: block;
  width: 26px;
  height: 30px;
  background: url(./img/about_biken/img_transparent_02.png) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 736px) {
  .transparent_2016 .box_01 ul li a[href$='.pdf'] span:before,
  .transparent_2017 .box_01 ul li a[href$='.pdf'] span:before {
    width: 18px;
    height: 20px;
    background-size: contain;
  }
}
.transparent_2016 .box_01 ul li ul,
.transparent_2017 .box_01 ul li ul {
  margin: 0 0 0 1em;
}
.transparent_2016 .box_02,
.transparent_2017 .box_02 {
  margin-top: 30px;
}
.transparent_2016 .box_02 > p,
.transparent_2017 .box_02 > p {
  padding: 30px 0;
}
.transparent_2016 .box_02 .flex-button,
.transparent_2017 .box_02 .flex-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (max-width: 736px) {
  .transparent_2016 .box_02 .flex-button,
  .transparent_2017 .box_02 .flex-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.transparent_2016 .box_02 .flex-button p,
.transparent_2017 .box_02 .flex-button p {
  display: table;
  text-align: center;
  width: calc((100% - 80px) / 2);
  height: 60px;
}
@media screen and (max-width: 736px) {
  .transparent_2016 .box_02 .flex-button p,
  .transparent_2017 .box_02 .flex-button p{
    width: 90%;
    height: 55px;
  }
  .transparent_2016 .box_02 .flex-button p:last-child,
  .transparent_2017 .box_02 .flex-button p:last-child {
    margin-top: 20px;
  }
}
.transparent_2016 .box_02 .flex-button p a,
.transparent_2017 .box_02 .flex-button p a {
  vertical-align: middle;
  display: table-cell;
  border: solid 1px #009FE8;
}
.transparent_2016 .box_02 .flex-button p span,
.transparent_2017 .box_02 .flex-button p span {
  font-size: 13px;
  margin-top: 5px;
  display: block;
}
@media screen and (max-width: 736px) {
  .transparent_2016 .box_02 .flex-button p span,
  .transparent_2017 .box_02 .flex-button p span {
    font-size: 11px;
  }
}
.transparent_2016 .box_03,
.transparent_2017 .box_03 {
  margin-top: 60px;
}
@media screen and (max-width: 736px) {
  .transparent_2016 .box_03,
  .transparent_2017 .box_03 {
    margin-top: 40px;
  }
}
.transparent_2016 .box_03 .inner,
.transparent_2017 .box_03 .inner {
  padding: 50px;
  background: #f5f5f5;
}
@media screen and (max-width: 736px) {
  .transparent_2016 .box_03 .inner,
  .transparent_2017 .box_03 .inner {
    padding: 20px;
  }
}
.transparent_2016 .box_03 .inner .txt_01,
.transparent_2017 .box_03 .inner .txt_01 {
  margin-top: 20px;
}
@media screen and (max-width: 736px) {
  .transparent_2016 .box_03 .inner .txt_01,
  .transparent_2017 .box_03 .inner .txt_01 {
    margin-top: 10px;
  }
}
.transparent_2016 .box_03 .inner .txt_01 + .ttl_02,
.transparent_2017 .box_03 .inner .txt_01 + .ttl_02 {
  margin-top: 60px;
}
@media screen and (max-width: 736px) {
  .transparent_2016 .box_03 .inner .txt_01 + .ttl_02,
  .transparent_2017 .box_03 .inner .txt_01 + .ttl_02 {
    margin-top: 30px;
  }
}*/

.stockphotos .pageMain .txt_01 {
  margin-top: 10px;
}
.stockphotos .pageMain ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 40px -40px 0 0;
}
@media screen and (max-width: 736px) {
  .stockphotos .pageMain ul {
    margin: 40px -2% 0 0;
  }
}
.stockphotos .pageMain ul li {
  width: 230px;
  margin: 0 40px 40px 0;
}
@media screen and (max-width: 736px) {
  .stockphotos .pageMain ul li {
    width: 48%;
    margin: 0 2% 20px 0;
  }
}
.stockphotos .pageMain ul li a {
  display: block;
}
.stockphotos .pageMain ul li a figure {
  margin-bottom: 20px;
}
.stockphotos .pageMain ul li a figure span {
  display: block;
  margin-bottom: 20px;
}
.stockphotos .pageMain ul li a figure img {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.stockphotos .pageMain ul li a figure figcaption {
  color: #009fe8;
}
.stockphotos .pageMain ul li a p {
  text-align: center;
  border: 1px solid #009fe8;
  color: #009fe8;
  padding: 10px 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.stockphotos .pageMain ul li a:hover img {
  opacity: 0.7;
}
.stockphotos .pageMain ul li a:hover p {
  color: #ffffff;
  background-color: #009fe8;
}

.biken_404 .box_01 {
  margin: 200px auto 0;
}
@media screen and (max-width: 736px) {
  .biken_404 .box_01 {
    margin: 100px auto 0;
  }
}
.biken_404 .box_01 .txt_02 {
  text-align: center;
  margin: 50px 0;
}
.biken_404 .box_01 .top {
  display: table;
  width: 250px;
  height: 55px;
  margin: auto;
}
.biken_404 .box_01 .top a {
  text-align: center;
  display: table-cell;
  border: solid 1px #009FE8;
  color: #009FE8;
  vertical-align: middle;
}

.search .box_01 .ttl_02 {
  margin-bottom: 50px;
}
@media screen and (max-width: 736px) {
  .search .box_01 .ttl_02 {
    margin-bottom: 30px;
  }
}
.search .box_01 ul {
  border-bottom: 1px solid #cfcfcf;
}
.search .box_01 ul li {
  border-top: 1px solid #cfcfcf;
}
.search .box_01 ul li a {
  display: block;
  padding: 15px;
}
@media print, screen and (min-width: 737px) {
  .search .box_01 ul li a {
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  .search .box_01 ul li a:hover {
    background: #e8f8ff;
  }
}
@media screen and (max-width: 736px) {
  .search .box_01 ul li a {
    padding: 10px 0;
  }
}
.search .box_01 ul li a .ttl_04 {
  color: #009fe8;
}
.search .box_01 ul li a .txt_02 {
  margin-top: 10px;
  padding: 0 20px;
}
@media screen and (max-width: 736px) {
  .search .box_01 ul li a .txt_02 {
    margin-top: 5px;
    padding: 0 10px;
  }
}
.search .box_01 ul li a[href$="pdf"] p {
  position: relative;
  padding-left: 35px;
}
.search .box_01 ul li a[href$="pdf"] p:before {
  content: "";
  display: block;
  width: 26px;
  height: 30px;
  background: url(./img/about_biken/img_transparent_02.png) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.external .box_01 .ttl {
  text-align: center;
  font-size: 20px;
  margin-bottom: 70px;
}
@media screen and (max-width: 736px) {
  .external .box_01 .ttl {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.external .box_01 .txt {
  font-size: 13px;
  line-height: 1.8;
}
@media screen and (max-width: 736px) {
  .external .box_01 .txt {
    font-size: 11px;
  }
}
.external .box_01 .subttl {
  margin-top: 20px;
  font-size: 13px;
  line-height: 1.8;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 736px) {
  .external .box_01 .subttl {
    font-size: 11px;
  }
}
.external .box_01 .attention {
  text-align: center;
  margin-top: 50px;
}
.external .box_01 .bottom {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #dcdcdc;
}
@media screen and (max-width: 736px) {
  .external .box_01 .bottom {
    margin-top: 20px;
    padding-top: 20px;
  }
}
.external .box_01 .bottom .agree {
  text-align: center;
}
.external .box_01 .bottom .agree input {
  display: none;
}
.external .box_01 .bottom .agree input:checked + label:after {
  opacity: 1;
}
.external .box_01 .bottom .agree label {
  display: inline-block;
  padding-left: 30px;
  position: relative;
}
.external .box_01 .bottom .agree label:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #dcdcdc;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: 0;
}
.external .box_01 .bottom .agree label:after {
  content: "";
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  position: absolute;
  top: 0;
  left: 6px;
  bottom: 0;
  display: block;
  width: 5px;
  height: 9px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  opacity: 0;
  -webkit-transform: rotate(45deg);
}
.external .box_01 .bottom #agreeBtn {
  display: block;
  width: 230px;
  text-align: center;
  margin: 20px auto 0;
  padding: 15px 0;
  color: #fff;
  background: #009fe8;
}
@media screen and (max-width: 736px) {
  .external .box_01 .bottom #agreeBtn {
    width: 100%;
  }
}
.external .box_01 .bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 736px) {
  .external .box_01 .bottom ul li {
    width: 50%;
  }
}
@media print, screen and (min-width: 737px) {
  .external .box_01 .bottom ul li + li {
    margin-left: 15px;
  }
}
.external .box_01 .bottom ul li a, .external .box_01 .bottom ul li span {
  display: block;
  width: 230px;
  padding: 15px 0;
  text-align: center;
}
@media print, screen and (min-width: 737px) {
  .external .box_01 .bottom ul li a, .external .box_01 .bottom ul li span {
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  .external .box_01 .bottom ul li a:hover, .external .box_01 .bottom ul li span:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 736px) {
  .external .box_01 .bottom ul li a, .external .box_01 .bottom ul li span {
    width: 100%;
  }
}
.external .box_01 .bottom ul li a.yes, .external .box_01 .bottom ul li span.yes {
  color: #fff;
  background: #009fe8;
}
.external .box_01 .bottom ul li a.no, .external .box_01 .bottom ul li span.no {
  background: #cfcfcf;
}
/*scholarship Add*/
.academic-grants .flex-button{
  margin-top:30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (max-width: 736px) {
  .academic-grants .flex-button{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
    -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  }
}
.academic-grants .flex-button p{
  display: table;
  text-align: center;
  width: 200px;
  height: 60px;
}
@media screen and (max-width: 736px) {
  .academic-grants .flex-button p{
    width: 90%;
    height: 55px;
  }
}
.academic-grants .flex-button p a{
  vertical-align: middle;
  display: table-cell;
  border: solid 1px #009FE8;
}

/*ADLINK*/
.ADLINK{
  margin-top:30px !important;
}
.ADLINK li{
  width: 650px !important;
  line-height: 1.6;
}
@media screen and (max-width: 736px) {
.ADLINK li{
  width: auto !important;;
}
}
a.boxLinkver2 {
  background: #3f5d73;
  color: #fff !important;
  border-color: #3f5d73 !important;
}
@media print, screen and (min-width: 737px) {
  a.boxLinkver2:hover {
    color: #3f5d73 !important;
    background: #fff;
  }
}
.home #modal {
  display: none;
  height: 100vh;
  width: 100vw;
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.home .modalContent {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid #009fe8;
  border-radius: 5px;
  z-index: 10000;
  width: 780px;
  overflow-y: scroll;
  background: #fff;
}
@media screen and (max-width: 736px) {
  .home .modalContent {
    width: 90%;
    max-height: 90vh;
  }
}
.home .modalContent .contentBody .ttl_01 {
  padding: 10px;
}
.home .modalContent .contentFooter {
  padding: 30px 40px;
  border-radius: 0 0 5px 5px;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 736px) {
  .home .modalContent .contentFooter {
    padding: 20px;
  }
}
.home .modalContent .contentFooter > span {
  cursor: pointer;
  color: #009fe8;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 736px) {
  .home .modalContent .contentFooter > span {
    font-size: 10px;
  }
}

.home .modalContent .contentFooter > span span {
  display: inline-block;
}
@media screen and (max-width: 736px) {
  .home  .modalContent .contentFooter > span span img {
    height: 15px;
    width: auto;
  }
}
.home .modalContent .contentFooter > span span + span {
  margin-left: 10px;
}

@media print, screen and (min-width: 737px) {
  .pageMain .dl_02.KanriKansa{
    margin-bottom: 80px;
  }
  .pageMain .dl_02.KanriKansa dt {
    width: 250px;
  }
  .pageMain .dl_02.KanriKansa dd {
    width: calc(100% - 250px);
  }

}
.home .about .ADLINK.COVID{
	margin-top:50px !important;
}
.home .about .ADLINK.COVID li{
	background:#dbe230 url(/wp-content/themes/biken/img/COVID-19/bg_bunner.png) left top no-repeat;
	width: 500px !important;
	text-align: left;
	margin: 0 auto;
}
.home .about .ADLINK.COVID li a{
	text-align: left;
	color: #000000;
	border: none;
    padding: 24px 0 22px 220px;
}
.home .about .ADLINK.COVID li a:hover{
	color: #000 !important;
    background: #dbe230;
}
@media screen and (max-width: 736px){
	.home .about .ADLINK.COVID{
		padding: 0;
	}
	.home .about .ADLINK.COVID li{
		width: 300px !important;
		background-size: 50%;
	}
	.home .about .ADLINK.COVID li a {
		padding: 8px 5px 8px 140px;
		font-size: 0.9em;
	}
}
.TRSBox{
	max-width: 1080px;
}
.TRSTableBox .TRStable .HeadTd a{
  color: #009fe8;
}
.TRSMenu{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 70px;
}
ul.TRSMenu li {
  margin: 10px 1.8em 10px 0;
}


ul.TRSMenu li a {
  text-decoration: none;
  color: #009fe8;
  position: relative;
  vertical-align: middle;
  text-decoration: none;
  display: inline-block;
  padding-left: 1.1em;
}

ul.TRSMenu li a::before,
ul.TRSMenu li a::after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
ul.TRSMenu li a::before{
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 1px solid #464646;
  -webkit-border-radius: 25%;
  border-radius: 25%;
}
ul.TRSMenu li a::after{
  left: 3px;
  width: 3px;
  height: 3px;
  border-top: 1px solid #464646;
  border-right: 1px solid #464646;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

ul.TRSMenu li a:hover {
  text-decoration: underline;
}

.TRSBox .Spacer{
	display: block;
  font-size: 100px;
  content: "";
  padding: 50px;
}
.pageMain .MediButton{
  margin: 30px auto 10px auto;
  text-align: center;
}
.pageMain .MediButton a.medicalLink{
  padding: 15px 45px;
  background-color: #009fe8;
  border-radius: 5px;
  display: inline-block;
  color: #ffffff;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  font-size: 1.1em;
}
.pageMain .MediButton a.medicalLink:hover{
  background-color: #7fcff3;
}