@charset "UTF-8";
/*****************************/
/*reset.css*/
/*****************************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
html {
  height: 100%;
}
body.stretch {
  height: 100%;
}
body {
  line-height: 1;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block;
}

nav ul, ul, ol {
  list-style: none;
}

.numbered {
  list-style: decimal;
  padding-left: 2em;
}

blockquote, q {
  quotes: none;
}

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

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 0;
  cursor: help;
  font-style: italic;
}

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

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

input, select {
  vertical-align: middle;
  background: #fff;
  background: rgba(255,255,255,0.99);
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif;
}

[lang="en"] body {
  font-family: "Helvetica Neue", Helvetica, arial, sans-serif;
}

html {
  font-size: 87.5%;
  background: #fff;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 100%;
  }
}

body {
  color: #333;
  line-height: 1.6;
  min-width: 320px;
}

@media screen and (min-width: 1000px) {
  body {
    background: linear-gradient(#cbe2e8 0%, #fff 500px);
    background: -ms-linear-gradient(top, #cbe2e8 0%, #fff 500px);
  }
}

main {
  display: block;
}

input::-ms-clear {
  display: none;
}

::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif;
}

::-moz-placeholder {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif;
}

:-ms-input-placeholder {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif;
}

input[type="search"]{
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}

input[type="search"]:focus {
  outline-offset: -2px;
}

input[type="search"]::-webkit-search-decoration {
  display: none;
}

input, select, textarea, button {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif;
}

button {
  cursor: pointer;
  outline: none;
}

::-ms-expand {
  display: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

sub {
  font-size: .74rem;
}

sup {
  vertical-align: super;
  font-size: .74rem;
}

.reg {
  font-size: 1.1rem;
  vertical-align: bottom;
}

a {
  font-size: .875rem;
  color: #003399;
}

a:hover {
  text-decoration: none;
}
a:visited {
  color:#0a1266;
}

a:hover > img {
  opacity: .75;
}

a [class*=ico-], a:after {
  text-indent: 0;
  margin-left: .3rem;
}

.contents-wrapper {
  position:relative;
}
/*@media screen  and (min-width: 768px) and (max-width: 999px) {
  .contents-wrapper {
    overflow: hidden;
  }
}*/

.txt-left {
  text-align: left !important;
}

.txt-right {
  text-align: right !important;
}

.txt-center {
  text-align: center !important;
}

.txt-font-bold, .txt-important {
  font-weight: bold;
}

.txt-blue {
  color: #003399;
}
.txt-red {
  color: #ff0507;
}
.txt-more-important {
  font-weight: bold;
  color: #c00;
}
.txt-smaller {
	font-size: 75%;
}

@media screen and (max-width: 767px) {
  .only-pc-tab {
    display: none !important;
  }
}

@media screen and (max-width: 999px) {
  .only-pc {
    display: none !important;
  }
}

@media screen and (min-width: 1000px) {
  .only-tab-sp {
    display: none !important;
  }
}

.ico-pdf:before {
  content: url(/assets/p/f/img/common/icon/pdf.svg);
  height: .7rem;
  width: .7rem;
  display: inline-block;
}

.ico-excel:before {
  content: url(/assets/p/f/img/common/icon/excel.svg);
  height: .7rem;
  width: .7rem;
  display: inline-block;
}

.ico-word:before {
  content: url(/assets/p/f/img/common/icon/word.svg);
  height: .7rem;
  width: .7rem;
  display: inline-block;
}

.ico-ppt:before {
  content: url(/assets/p/f/img/common/icon/powerpoint.svg);
  height: .7rem;
  width: .7rem;
  display: inline-block;
}

.ico-blank:before {
  content: url(/assets/p/f/img/common/icon/blank.svg);
  height: .7rem;
  width: .7rem;
  display: inline-block;
}

.ico-external:before {
  content: url(/assets/p/f/img/common/icon/external.svg);
  height: .7rem;
  width: .7rem;
  display: inline-block;
}
.ico-blank-white:before {
  content: url(/assets/p/f/img/common/icon/blank-ffffff.svg);
  height: .7rem;
  width: .7rem;
  display: inline-block;
}

.ico-checked:before {
  content: url(/assets/p/f/img/common/icon/checked.svg);
  height: .7rem;
  width: .7rem;
  display: inline-block;
}

.ico-member:before {
  content: url(/assets/p/f/img/common/icon/locked-yellow.svg);
  height: .8rem;
  width: .9rem;
  display: inline-block;
  vertical-align: text-top;
}

.ico-member-white:before {
  content: url(/assets/p/f/img/common/icon/locked-white-yellow.svg);
  height: .8rem;
  width: .9rem;
  display: inline-block;
 vertical-align: text-top;
}

.ico-label {
  display: inline-block;
  margin-bottom: .2rem;
  background: #ecf6fb;
  color: #333 !important;
}
.ico-label.rmp {
  background: #008cba;
  color: #fff !important;
}
.ico-label.attention {
  width: 2.5rem;
  padding: 0 .3rem;
  font-size: .625rem;
  background: #d00;
  color: #fff !important;
  vertical-align: middle;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ico-label:not(.attention) {
  border-radius: 10px;
  font-size: .75rem;
  padding: 0 .6rem;
  text-align: center;
}

.ico-label.orange {
  background: #de5900;
  color: #fff !important;;
}

.ico-label.w10 {
  width: 6.25rem;
}

.ico-labels {
  margin-bottom: 0.5em;
}

.freedial a:before {
  content: url(/assets/p/f/img/common/icon/freedial.svg);
  width: 3rem;
  height:1rem;
  display: inline-block;
  margin-right:0.5rem;
  vertical-align: text-top;
}

.freedial a{
  font-size:1.38rem;
  font-weight: bold;
  color:#333;
  text-decoration: none;
}


.btn-default,
a.btn-default {
  border: 0;
  font-weight: bold;
  border-radius: 6px;
  padding: 0.675rem 0.675rem calc(.675rem - 2px) 0.675rem;
  text-decoration: none;
  position: relative;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.125rem;
  margin-bottom: 1rem;
  color: #fff;
  background: #0d92be;
  border-bottom: 2px solid #0a7598;
  display: block;
  width: 100%;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}

.btn-default:hover {
  opacity: .75;
}

.btn-default.icon-login:before {
  content: url(/assets/p/f/img/common/icon/locked-ffffff.svg);
  width: 1.25rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: .5rem;
}

.btn-default.icon-download:before {
  content: url(/assets/p/f/img/common/icon/download-ffffff.svg);
  width: 1.25rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: .5rem;
}

.btn-default.icon-mail:before {
  content: url(/assets/p/f/img/common/icon/mail-ffffff.svg);
  width: 1.25rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: .5rem;
}

.btn-default.icon-enlargement:before {
  content: url(/assets/p/f/img/common/icon/zoom-in-ffffff.svg);
  width: 1.25rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: .5rem;
}

.btn-default.icon-shrinking:before {
  content: url(/assets/p/f/img/common/icon/zoom-out-ffffff.svg);
  width: 1.25rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: .5rem;
}

.btn-default.icon-search:before {
  content: url(/assets/p/f/img/common/icon/search-ffffff.svg);
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: .5rem;
}

.btn-default.icon-watch:before {
  content: url(/assets/p/f/img/common/icon/watch-ffffff.svg);
  width: 1.25rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: .5rem;
}

.btn-default.icon-play:before {
  content: url(/assets/p/f/img/common/icon/play-0d92be.svg);
  width: 1.25rem;
  height: 1.5rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: .5rem;
}

.btn-default.icon-blank:after {
  content: url(/assets/p/f/img/common/icon/blank-ffffff.svg);
  width: 1rem;
  display: inline-block;
  vertical-align: middle;
  margin-left: .5rem;
}
.btn-default.icon-blank-0d92be:after {
  content: url(/assets/p/f/img/common/icon/blank-0d92be.svg);
  width: 1rem;
  display: inline-block;
  vertical-align: middle;
  margin-left: .5rem;
}

.btn-default.icon-inquiry {
  font-size: 1rem;
}

.btn-default.icon-inquiry:before {
  content: url(/assets/p/f/img/common/icon/inquiry.png);
  width: 33px;
  display: block;
  position: absolute;
  top: calc(50% - 11px);
  left: 10px;
}

.btn-default.icon-acount:before {
  content: url(/assets/p/f/img/common/icon/acount-ffffff.svg);
  width: 1.25rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: .5rem;
}

.btn-default .ico-pdf:before{
  content: "";
  background-image:url(/assets/p/f/img/common/icon/pdf.svg);
  height: 1.375rem;
  width: 1.2rem;
  background-size: 1.2rem 1.2rem;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}

.btn-default .ico-ppt:before{
  content: "";
  background-image:url(/assets/p/f/img/common/icon/powerpoint.svg);
  height: 1.375rem;
  width: 1.2rem;
  background-size: 1.2rem 1.2rem;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}

.btn-default.suppression {
  color: #0d92be;
  background: #cfe5ee;
  border-bottom: 2px solid #a6b7be;
}

.btn-default.emphasis {
  color: #fff;
  background: #de5900;
  border-bottom: 2px solid #b24700;
}

.btn-default.auxiliary {
  color: #0d92be;
  background: #eee;
  border-bottom: 2px solid #ccc;
}

.btn-default.yervoy {
  font-weight: normal;
  color: #333;
  background: #fed7bd;
  border-bottom: 2px solid #fda66e;
}

.btn-default.more {
  font-size: .875rem;
  padding: .25rem 3.5rem .25rem 2.6rem;
  position: relative;
  width: 100%;
  max-width: 190px;
}

.btn-default.more:after {
  position: absolute;
  right: .7rem;
  top: calc(50% - 5px);
  content: '';
  width: 10px;
  height: 10px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url(/assets/p/f/img/common/icon/arrow-down-mid-ffffff.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

.btn-default.small {
  width: 100%;
  max-width: 200px;
  font-size: .875rem;
}

.btn-default.is-disabled {
  background-color: #f3f3f3;
  border-bottom-color: #c2c2c2;
  color: #aaa;
  cursor: not-allowed;
}
.btn-default.is-disabled:hover {
  opacity: 1;
}

.btn-default.is-disabled.icon-download:before {
  content: url(/assets/p/f/img/common/icon/download.svg);
}

.btn-default .ico-member:before, .btn-default .ico-member-white:before  {
  width: 1rem;
}
.link-title {
  font-weight: bold;
  font-size: 24px;
  color: #0a1266;
  margin-bottom: 20px;
}
.link-angle, .link-angle-up, .link-angle-down {
  text-decoration: none;
  padding-left: 1.05rem;
  text-indent: -1.05rem;
  display: inline-block;
}

.link-angle:before, .link-angle-up:before, .link-angle-down:before {
  content: '';
  display: inline-block;
  margin-right: .5rem;
  background-repeat: no-repeat;
}
.link-angle:before{
  height: .65rem;
  width: .55rem;
  background-image: url(/assets/p/f/img/common/icon/arrow-right-mid-333.svg);
  background-position: left center;
  margin-left: 3px;

}
.link-angle-up:before{
  height: .55rem;
  width: .65rem;
  background-image: url(/assets/p/f/img/common/icon/arrow-up-mid-333.svg);
  background-position: 0 center;
}
.link-angle-down:before {
  height: .55rem;
  width: .65rem;
  background-image: url(/assets/p/f/img/common/icon/arrow-down-mid-333.svg);
  background-position: 0 center;
}
.nav-global-forpublic .link-angle:before {
  background-image: url(/assets/p/f/img/common/icon/arrow-right-mid-ffffff.svg);
}

.link-angle.white, .link-angle-down.white {
  color: #fff;
}

.link-angle.white:before, .link-angle-down.white:before {
  border-color: #fff;
}

.link-angle:hover, .link-angle-up:hover, .link-angle-down:hover {
  text-decoration: underline;
}
.link-angle-down:visited {
  color: #039;
}

.ttl-h2 {
  color: #003b5c;
  font-size: 1.375rem;
  font-weight: bold;
  border-bottom: 2px solid #003b5c;
  margin-bottom: 1.375rem;
}

.basic-info .ttl-h2 img {
  max-width:100%;
}

.ttl-h3 {
  color: #003b5c;
  padding-left: .5rem;
  font-size: 1.125rem;
  font-weight: bold;
  border-left: 3px solid #003b5c;
  margin-bottom: 1.125rem;
}

.ttl-h4 {
  color: #003b5c;
  font-weight: bold;
  margin-bottom: 1rem;
}

.ttl-blue {
  background: #0d92be;
  color: #fff;
  font-weight: bold;
  font-size: 1.125rem;
  padding: 0.56rem 2.25rem calc(.56rem - 3px) 1.125rem;
  position: relative;
  border-bottom: 3px solid #0d92be;
}
.ttl-rightblue {
  background: #f3f3f3;
  color: #008cba;
  font-weight: bold;
  font-size: 1.125rem;
  padding: 0.56rem 1.125rem calc(.56rem - 3px) 1.125rem;
  margin-bottom: .875rem;
  position: relative;
}
.ttl-rightblue.js-toggle-trigger {
  padding: 0.56rem 2.25rem calc(.56rem - 3px) 1.125rem;
  margin-bottom: 0;
}
.ttl-rightblue.js-toggle-trigger:after,
.ttl-blue:after {
  position: absolute;
  right: .8rem;
  top: calc(50% - 5px);
  content: '';
  width: 15px;
  height: 15px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url(/assets/p/f/img/common/icon/arrow-down-mid-ffffff.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.ttl-rightblue.js-toggle-trigger:after {
  background-image: url(/assets/p/f/img/common/icon/arrow-down-mid-333.svg);
}

.ttl-rightblue.js-toggle-trigger.is-open:after,
.ttl-blue.is-open:after {
  top: calc(50% - 6px);
  background-image: url(/assets/p/f/img/common/icon/arrow-up-mid-ffffff.svg);
}
.ttl-rightblue.js-toggle-trigger.is-open:after {
  background-image: url(/assets/p/f/img/common/icon/arrow-up-mid-333.svg);
}

.ttl-box {
  border: 1px solid #ccc;
  box-sizing: border-box;
  width:100%;
  padding:0.5rem;
  position: relative;
}

.ttl-box:after {
  position: absolute;
  right: .8rem;
  top: calc(50% - 5px);
  content: '';
  width: 15px;
  height: 15px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url(/assets/p/f/img/common/icon/arrow-down-mid-333.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

.ttl-box.is-open {
  border-bottom:none;
}
.ttl-box.is-open:after {
  top: calc(50% - 6px);
  background-image: url(/assets/p/f/img/common/icon/arrow-up-mid-333.svg);
}





.txt-sentence {
  margin-bottom: .5rem;
  font-size: .875rem;
  word-wrap : break-word;
  overflow-wrap : break-word;
}

.txt-sentence.small {
  font-size: .75rem;
}

.txt-sentence.middle {
  font-size:1rem;
}

.txt-sentence.extra-small {
  font-size: .625rem;
}

.txt-sentence.large {
  font-size: 1.125rem;
}
.txt-sentence.extra-large {
  font-size: 1.25rem;
}
.txt-sentence em {
  background: #ffee99;
  font-weight: bold;
  font-style: normal;
}

.txt-sentence + .mod-article-list,
.txt-sentence + .sec-secondary {
  margin-top: 2rem;
}

h2.txt-sentence span, h2.txt-sentence a {
  margin-right: .3rem;
}
h2.txt-sentence span:last-child {
  margin-right: 0;
}

.txt-caution {
  position: relative;
  margin-bottom: .875rem;
  font-size: 1.125rem;
  color: #ff0507;
  font-weight: bold;
  background: #ffeeee;
  padding: .175rem .35rem;
  padding-left: 2.125rem;
}

.txt-caution:before {
  content: url(/assets/p/f/img/common/icon/caution.svg);
  display: inline-block;
  margin-right: 8px;
  height: 24px;
  width: 24px;
  position: absolute;
  left: .2rem;
  top: .2rem;
}

.txt-discussion {
  font-size: .875rem;
  display: block;
  margin-bottom: .5rem;
}

.txt-discussion > dt, .txt-discussion > dd {
  display: block;
}

.txt-discussion > dt {
  font-weight: bold;
  padding-right: 1rem;
  width: 6.2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  clear: left;
}

.txt-discussion > dd {
  padding-left: 1rem;
  margin-left: 6.2em;
}

.txt-definition {
  font-size: .875rem;
  display: table;
  table-layout: fixed;
}

.txt-definition-wrap .txt-definition {
  float: left;
}

.txt-definition-wrap .txt-definition > dt.label {
  padding-right: 0;
}

.txt-definition-wrap .txt-definition > dd {
  padding-right: 1rem;
}

@media screen and (max-width: 767px) {
  .txt-definition-wrap .txt-definition {
    float: none;
    width: 100%;
  }
}

.txt-definition-wrap:after {
  content: '';
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}

.txt-definition > dt, .txt-definition > dd {
  display: table-cell;
}

.txt-definition > dt {
  font-weight: bold;
  padding-right: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.txt-definition > dt.label {
  font-size: .75rem;
  padding: 0 1em .5em 0;
}

.txt-definition > dt.label.w02 {
  width:2em;
  -webkit-box-sizing:content-box;
  box-sizing:content-box;
}
.txt-definition > dt.label.w03 {
  width:3em;
  -webkit-box-sizing:content-box;
  box-sizing:content-box;
}
.txt-definition > dt.label.w04 {
  width:4em;
  -webkit-box-sizing:content-box;
  box-sizing:content-box;
}

.txt-definition.emphasis {
  display: table-row;
}

.txt-definition.emphasis > dt.label {
  padding: 0;
}

.txt-definition.emphasis > dt.label > span {
  display: block;
  min-width: 5.5rem;
  color: #003b5c;
  border: 1px solid #003b5c;
  text-align: center;
  padding: 0;
}

.txt-definition.emphasis > dd {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: .5rem;
}

.txt-note {
  font-size: .75rem;
  margin-bottom: .5rem;
}

.txt-note a {
  line-height: 0;
  font-size: .75rem;
}

.txt-note.mark {
  padding-left: .75rem;
  text-indent: -.75rem;
}

.txt-note.mark + [class^=ttl-],
.grid-row + [class^=ttl-] {
  margin-top:1.875rem;
}

.txt-note.mark:before {
  content: '※';
}

.word-all {
  word-break: break-all;
}

.txt-indent {
  text-indent: 1rem;
  padding-left: 1rem;
}

.link-list:not(:last-child) {
  margin-bottom: 1.875rem;
}

.link-list li {
  display: block;
}
.msi-guidance .link-list.link-guidance li a {
  font-size: 1.125rem;
}
.link-list.horizontal li {
  display: inline-block;
  font-size: 0.875rem;
}

.link-list.horizontal li:not(:last-child) {
  margin-right: 1rem;
}

.link-list.right {
  width:100%;
}
.link-list.right li{
  float:right;
}
.link-list.right:after {
  content: " ";
  display: block;
  line-height: 0;
  clear: both;
}

.contents-main ul.list-square, .contents-main ol.list-order {
  margin-bottom: 1rem;
  font-size: .875rem;
}

.contents-main ul.list-square > li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 1.8rem;
}

.contents-main ul.list-square-small > li,
.contents-main .mod-footnote ol.list-order-small > li {
  margin-bottom: .3rem;
  position: relative;
  padding-left: 1.3rem;
}

.contents-main ul.list-square > li:before,
.contents-main ul.list-square-small > li:before {
  position: absolute;
  content: '';
  top: 8px;
  left: 6px;
  width: 4px;
  height: 4px;
  background-color: #666;
}

.contents-main ol.list-order {
  counter-reset: decimal;
  margin-bottom: 12px;
  margin-bottom: 1rem;
}

.contents-main ol.list-order-small {
  counter-reset: decimal;
}

.contents-main ol.list-order li {
  margin-bottom: 1rem;
  padding-left: 1.8rem;
  position: relative;
}

.contents-main ol.list-order li:last-child {
  margin-bottom: 0;
}

.contents-main ol.list-order li:before,
.contents-main .mod-footnote ol.list-order-small li:before {
  counter-increment: decimal;
  width: 28px;
  content: "(" counter(decimal) ") ";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 16px;
}

.contents-main ul.list-square-small,
.contents-main ol.list-order-small {
  margin-bottom: .75rem;
  font-size: .75rem;
}

figure img {
  width: 100%;
  display: block;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
figure.no-border img,
figure.mod-card-img img,
figure img.img-table {
  border: none;
}

figure figcaption {
  text-align: center;
  margin-top: .4rem;
}

figure.img_hr {
  margin: auto;
  margin-bottom: 1.875rem;
}

figure.img_center {
  margin: auto;
  margin-bottom: 1.875rem;
  width: 50%;
}

figure.img_center.side-by-side {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row wrap;
  align-items: flex-start;
}
figure.img_center.side-by-side a {
  width: 50%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  figure.img_center.side-by-side a {
    margin: 0;
  }
  figure.img_center.side-by-side figcaption {
    margin-left: 1rem;
    margin-top: 0;
    width: calc(50% - 1rem);
  }
}

figure.img_original {
  margin: auto;
  margin-bottom: 1.875rem;
}
figure.img_original a img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

.mod-profile {
  margin-bottom: 1rem;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

.mod-profile:after {
  content: '';
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}

.mod-profile .txt-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% - 90px - 1rem );
  float: left;
  position: relative;
}

.mod-profile.no-img .txt-wrap {
  margin-left: 0;
  width: 100%;
}
.mod-profile .title,
.mod-profile .txt-description {
  font-size:.875rem;
}
.mod-profile .txt-definition.emphasis > dd {
  padding-right: 0;
}

.mod-profile p:not(:first-child).name {
  margin-top: 4px;
}
.mod-profile p:not(:last-child).name {
  margin-bottom: 4px;
}

.mod-profile .img-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 90px;
  height: 90px;
  float: left;
}

.mod-profile .img-thumb img {
  width: 90px;
  height: 90px;
}

.prof {
  margin-left: 0.5em;
}

.table-cmn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 1.875rem;
}
.table-cmn.middle {
  font-size: .875rem;
}
.grid-row + .table-cmn {
  margin-top:1.875rem;
}
.table-cmn.w100 {
  width:100%;
}

.table-cmn tr {
  border: 1px solid #ccc;
}

.table-cmn th {
  color: #003b5c;
  background: #f3f3f3;
}

.table-cmn th.w10 {
  width:10%;
}
.table-cmn th.w15 {
  width:15%;
}
.table-cmn th.w25 {
  width:25%;
}

.table-cmn th, .table-cmn td {
  padding: 1rem;
}

.table-cmn th:not(:first-child), .table-cmn td:not(:first-child) {
  border-left: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  .table-cmn tr {
    display: block;
    margin-bottom: 1rem;
  }
  .table-cmn th[class*=w] {
    width:auto;
  }
  .table-cmn th, .table-cmn td {
    display: block;
  }
  .table-cmn th:not(:first-child), .table-cmn td:not(:first-child) {
    border-left: none;
    border-top: 1px solid #ccc;
  }
}

.table-col-fix {
  table-layout: fixed;
}

.table-col-fix tr {
  border: 1px solid #ccc;
}

.table-col-fix th {
  color: #003b5c;
  background: #f3f3f3;
}

.table-col-fix th, .table-col-fix td {
  padding: 1rem;
}

.table-col-fix th:not(:first-child), .table-col-fix td:not(:first-child) {
  border-left: 1px solid #ccc;
}

.table-col-fix2 {
  width: 100%;
  font-size: .875rem;
  table-layout: fixed;
}
.table-col-fix2.table-layout-auto {
  table-layout: auto;
}

.table-col-fix2 tr {
  border: 1px solid #ccc;
}

.table-col-fix2 th {
  color: #003b5c;
  background: #f3f3f3;
}

.table-col-fix2 th, .table-col-fix2 td {
  padding: .5rem;
}

.table-col-fix2.v-middle th, .table-col-fix2.v-middle td, th.v-middle, td.v-middle {
  vertical-align: middle;
}

.table-col-fix2 th:not(:first-child), .table-col-fix2 td:not(:first-child) {
  border-left: 1px solid #ccc;
}

.table-col-fix2 .cell-light {
  background-color: #116b91;
  color: #fff;
}

.table-col-fix2 .cell-dark {
  background-color: #005483;
  color: #fff;
}

.table-col-fix2 .w10 {
  width: 10%;
}
.table-col-fix2 .w20 {
  width: 20%;
}
.table-col-fix2 .w70 {
  width: 70%;
}
.table-col-fix2 .w75 {
  width: 75%;
}



hr {
  margin: 30px 0;
  height: 0;
  border-top: 1px solid #ccc;
}

hr.dotted {
  border-top: 1px dotted #ccc;
}

.mod-tab {
  margin-bottom: 1.875rem;
}

.mod-tab-head {
  /**IE9複数行不可*/
  overflow: hidden;
}

.mod-tab-head > ul {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% + 5px);
  margin-left: -2.5px;
  border-bottom: 2px solid #003b5c;
}

.mod-tab-head > ul:after {
  content: '';
  clear: both;
  visibility: hidden;
  display: block;
  height: 0;
}

.mod-tab-head li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 2.5px;
  margin-right: 2.5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  float: left;
  background: #eee;
  text-align: center;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.mod-tab-head li > a {
  display: block;
  padding: .8rem .2rem;
  font-weight: bold;
  color: #003399;
  text-decoration: none;
  font-size: 1.125rem;
}

.mod-tab-head li.is-active {
  background: #003b5c;
}

.mod-tab-head li.is-active > a {
  color: #fff;
}

.mod-tab-head.col3 {
  width: 99.9999%;
}

.mod-tab-head.col3 li {
  width: calc(99.9999% / 3 - 5px);
}

.mod-tab-target > ul > li:not(.is-active) {
  display: none;
}

.mod-pagination {
  margin-bottom: 1.875rem;
  text-align: center;
}

.mod-pagination:last-child {
  margin-top: 0;
}

.mod-pagination > .mod-pagination-inner {
  display: block;
}

.mod-pagination > .mod-pagination-inner:after {
  content: '';
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.mod-pagination > .mod-pagination-inner > ul {
  margin: auto;
  margin-bottom: 1rem;
}

.mod-pagination > .mod-pagination-inner > ul:first-child {
  float: left;
}

.mod-pagination > .mod-pagination-inner > ul:nth-child(2) {
  float: right;
}

.mod-pagination > .mod-pagination-inner > ul:last-child {
  padding: 0 1rem;
  display: inline-block;
  text-align: center;
  clear: both;
  margin-bottom: 0;
}

.mod-pagination > .mod-pagination-inner > ul:after {
  content: '';
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.mod-pagination > .mod-pagination-inner > ul > li {
  float: left;
  display: table;
  width: 36px;
  height: 36px;
  margin-bottom: 0;
}

.mod-pagination > .mod-pagination-inner > ul > li > a,
.btn-arrow {
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  text-align: center;
  display: table-cell;
  text-decoration: none;
  color: #333;
}
.btn-arrow,
a.btn-arrow {
  display: block;
  width: 100%;
  max-width: 190px;
  margin: auto auto 1rem auto;
  color: #333;
}
.mod-pagination > .mod-pagination-inner > ul > li > a:hover, .mod-pagination > .mod-pagination-inner > ul > li > a.is-active,
.btn-arrow:hover, .btn-arrow.is-active {
  background: #003b5c;
  font-weight: bold;
  color: #fff;
  border-color: #003b5c;
}

.mod-pagination > .mod-pagination-inner > ul > li > span {
  vertical-align: middle;
  text-align: center;
  display: table-cell;
}

.mod-pagination > .mod-pagination-inner > ul > li + li {
  margin-left: 2px;
}

.mod-pagination > .mod-pagination-inner > ul:not(:last-child) > li {
  width: auto;
}

.btn-arrow.prev:before {
  content: '';
  display: inline-block;
  height: 11px;
  width: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: .5rem;
  background-image: url(/assets/p/f/img/common/icon/arrow-left-mid-333.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

.btn-arrow.prev:hover:before {
  background-image: url(/assets/p/f/img/common/icon/arrow-left-mid-ffffff.svg);
}

.btn-arrow.next:after {
  content: '';
  display: inline-block;
  height: 11px;
  width: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: .5rem;
  background-image: url(/assets/p/f/img/common/icon/arrow-right-mid-333.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

.btn-arrow.next:hover:after {
  background-image: url(/assets/p/f/img/common/icon/arrow-right-mid-ffffff.svg);
}

.btn-arrow.prev, .btn-arrow.next {
  padding: 7px;
}

.mod-pagination-btn {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mod-pagination-btn a {
  font-weight: bold;
  border-radius: 6px;
  padding: 0.675rem 0.675rem calc(.675rem - 2px) 0.675rem;
  text-decoration: none;
  position: relative;
  text-align: center;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.125rem;
  margin-bottom: 1rem;
  color: #014ea0;
  background: #eee;
  border-bottom: 2px solid #cbcbcb;
  margin: 0 .15rem 1rem;
}

.mod-pagination-btn a.btn-back {
  width: 120px;
  padding: .45rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mod-pagination-btn a.btn-back:before {
  content: '';
  width: 10px;
  height: 19px;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url(/assets/p/f/img/common/icon/arrow-left-mid-014ea0.svg);
  background-repeat: no-repeat;
  background-position: left center;
  margin-right: .6rem;
}

.mod-pagination-btn a.btn-prev {
  width: 120px;
  padding: .45rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mod-pagination-btn a.btn-prev:after {
  content: '';
  width: 10px;
  height: 19px;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url(/assets/p/f/img/common/icon/arrow-right-mid-014ea0.svg);
  background-repeat: no-repeat;
  background-position: left center;
  margin-left: .6rem;
}

.mod-pagination-txt {
  text-align: center;
}

.mod-pagination-txt a.link-back {
  margin-bottom: .875rem;
  display: inline-block;
  text-decoration: none;
  color: #333;
  font-weight: bold;
  font-size: .875rem;
  padding: 0 2rem 0 1rem;
  position: relative;
}

.mod-pagination-txt a.link-back:before {
  content: '';
  width: 10px;
  height: 16px;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url(/assets/p/f/img/common/icon/arrow-left-mid-333.svg);
  background-repeat: no-repeat;
  background-position: left center;
  position: absolute;
  top: 3px;
  left: 0;
}

.mod-pagination-txt a.link-prev {
  margin-bottom: .875rem;
  display: inline-block;
  text-decoration: none;
  color: #333;
  font-weight: bold;
  font-size: .875rem;
  padding: 0 1rem 0 2rem;
  position: relative;
}

.mod-pagination-txt a.link-prev:after {
  content: '';
  width: 10px;
  height: 16px;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url(/assets/p/f/img/common/icon/arrow-right-mid-333.svg);
  background-repeat: no-repeat;
  background-position: right center;
  position: absolute;
  top: 3px;
  right: 0;
}

.grid-row {
  overflow: hidden;
  width: calc(100% + 20px);
  margin-left: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

.grid-row:after {
  content: '';
  display: inline-block;
  visibility: hidden;
  height: 0px;
  width: 1000px;
  clear: both;
}

.grid-col-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 10px;
  margin-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(8.333% - 20px);
  float: left;
}

.grid-col-1 * {
  min-height: 0%;
}

.grid-col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 10px;
  margin-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(16.666% - 20px);
  float: left;
}

.grid-col-2 * {
  min-height: 0%;
}

.grid-col-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 10px;
  margin-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(25% - 20px);
  float: left;
}

.grid-col-3 * {
  min-height: 0%;
}

.grid-col-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 10px;
  margin-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(33.333% - 20px);
  float: left;
}

.grid-col-4 * {
  min-height: 0%;
}

.grid-col-5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 10px;
  margin-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(42% - 20px);
  float: left;
}

.grid-col-5 * {
  min-height: 0%;
}

.grid-col-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 10px;
  margin-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(50% - 20px);
  float: left;
}

.grid-col-6 * {
  min-height: 0%;
}

.grid-col-7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 10px;
  margin-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(58% - 20px);
  float: left;
}

.grid-col-7 * {
  min-height: 0%;
}

.grid-col-8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 10px;
  margin-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(66.6666% - 20px);
  float: left;
}

.grid-col-8 * {
  min-height: 0%;
}

.grid-col-9 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 10px;
  margin-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(75% - 20px);
  float: left;
}

.grid-col-9 * {
  min-height: 0%;
}

.grid-col-10 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 10px;
  margin-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(83.333% - 20px);
  float: left;
}

.grid-col-10 * {
  min-height: 0%;
}

.grid-col-11 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 10px;
  margin-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(91.6% - 20px);
  float: left;
}

.grid-col-11 * {
  min-height: 0%;
}

.grid-col-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 10px;
  margin-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% - 20px);
}

@media screen and (max-width: 767px) {
  .grid-row {
    overflow: hidden;
    width: calc(100% + 10px);
    margin-left: -5px;
  }
  .grid-col-sp4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 5px;
    margin-right: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: calc(33.333% - 10px);
    float: left;
  }
  .grid-col-sp4 * {
    min-height: 0%;
  }
  .grid-col-sp5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 5px;
    margin-right: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: calc(41.666% - 10px);
    float: left;
  }
  .grid-col-sp5 * {
    min-height: 0%;
  }
  .grid-col-sp6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 5px;
    margin-right: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: calc(50% - 10px);
    float: left;
  }
  .grid-col-sp6 * {
    min-height: 0%;
  }
  .grid-col-sp7 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 5px;
    margin-right: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: calc(58.333% - 10px);
    float: left;
  }
  .grid-col-sp7 * {
    min-height: 0%;
  }
  .grid-col-sp8 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 5px;
    margin-right: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: calc(66.6666% - 10px);
    float: left;
  }
  .grid-col-sp8 * {
    min-height: 0%;
  }
  .grid-col-sp12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 5px;
    margin-right: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: calc(100% - 10px);
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .grid-col-tb3 {
    margin-top: 0;
    display: block;
    margin-left: 10px;
    margin-right: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: calc(25% - 20px);
    float: left;
  }
  .grid-col-tb3 * {
    min-height: 0%;
  }
  .grid-col-tb6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(50% - 20px) !important;
    margin-left: 10px;
    margin-right: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
  }
  .grid-col-tb6 * {
    min-height: 0%;
  }
  .grid-col-tb12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 10px;
    margin-right: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: calc(100% - 20px) !important;
  }
}

.nonsem-center {
  -webkit-align-items: center;
  align-items: center;
}

.form-input {
  margin-bottom: .8rem;
}

.form-input[type=search], .form-input[type=text], .form-input[type=email],.form-input[type=number],.form-input[type=tel] {
  border: 1px solid #ccc;
  outline: none;
  padding: .5rem;
  font-size: 1.125rem;
  -webkit-box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  padding: .5rem;
}

.form-input[type="radio"], .form-input[type="checkbox"] {
  display: none;
}

.form-input[type="radio"]:checked + span:after, .form-input[type="checkbox"]:checked + span:after {
  display: block;
}

.form-input[type="radio"]:checked + span {
  background: #0099ff;
  border: none;
}

.form.small[type=search], .form.small[type=text] {
  font-size: .75rem;
}

.form-rows > label {
  font-size: .875rem;
  display: inline-block;
}

.form-rows > label:not(:last-child) {
  margin-right: 1rem;
}

.form-rows > label > span {
  margin-right: 4px;
  top: 2px;
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
}

.form-rows > label > span:after {
  content: '';
  position: absolute;
  display: none;
}

.form-rows.radio > label {
  text-indent: -18px;
  padding-left: 18px;
  cursor: pointer;
}

.form-rows.radio > label > span {
  border-radius: 50%;
  border: 1px solid #b1b1b1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 2px 0 #ccc;
          box-shadow: inset 0 1px 2px 0 #ccc;
}

.form-rows.radio > label > span:after {
  top: 5px;
  left: 5px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.form-rows.checkbox > label {
  text-indent: -20px;
  padding-left: 20px;
  cursor: pointer;
}

.form-rows.checkbox > label > span {
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.3);
}

.form-rows.checkbox > label > span:after {
  top: 0;
  left: 5px;
  width: 4px;
  height: 10px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  -webkit-transform: rotate(45deg);
     -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.form-button {
  border: none;
}

.form-label {
  font-size: .875rem;
  font-weight: bold;
}

.form-rows + hr {
  margin: 10px 0;
}

.contents-main {
  background: #fff;
}

.contents-main-body {
  padding: 1.875rem;
  padding-top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}


.sec-secondary {
  margin-bottom: 1.875rem;
}
.sec-secondary:after {
  content: '';
  visibility: hidden;
  height: 0;
  display: block;
  clear: both;
}

.sec-secondary > *:last-child {
  margin-bottom: 0;
}

.ttl-h1 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: table;
  width: 100%;
  overflow: hidden;
  margin-bottom: 1rem;
  z-index:0;
}

.ttl-h1:not(.no-image) {
  background: #f3f3f3;
}

.ttl-h1 .img-wrap {
  display: table-cell;
  position: relative;
  overflow: hidden;
}

.ttl-h1 .img-wrap:after {
  content: '';
  display: table-cell;
}

.ttl-h1 .img-wrap > img {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
}

.ttl-h1 .txt-wrap {
  position: relative;
  z-index: 1;
  display: table-cell;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  overflow: visible;
}

.ttl-h1 .series {
  font-weight: bold;
  font-size: 1.125rem;
  display: block;
  color:#003b5c;
}
.ttl-h1 .shoulder {
  font-weight: bold;
  font-size: 1rem;
  display: block;
  color:#003b5c;
}

.ttl-h1 .title {
  color: #008cba;
  font-weight: bold;
  font-size: 2.25rem;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}
.title .ico-label {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.ttl-h1.series-top .series {
  font-size: 1rem;
}
.ttl-h1.series-top .shoulder {
  font-size: .875rem;
}
.ttl-h1.popup .series {
  font-size: 0.875rem;
}
.ttl-h1.series-top .title {
  font-size: 1.5rem;
}

.ttl-h1.popup .title {
  font-size: 1.375rem;
}

.txt-update {
  font-size: .875rem;
  margin-bottom: .875rem;
}

.txt-update > dt, .txt-update > dd {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .ttl-h1.no-image {
    padding: 10px;
    padding-bottom: 0;
  }
  .ttl-h1 .img-wrap {
    width: 216px;
  }
  .ttl-h1.series-top .img-wrap {
    width: 180px;
  }
  .ttl-h1 .img-wrap:after {
    height: 90px;
  }
  .ttl-h1 .img-wrap > img {
    opacity: .5;
  }
  .ttl-h1.series-top .img-wrap:after {
    height: 72px;
  }
  .ttl-h1.series-top .txt-wrap {
    width: calc(100% - 180px);
  }
  .ttl-h1.series-top .txt-wrap .title, .ttl-h1.series-top .txt-wrap .series, .ttl-h1.series-top .txt-wrap .shoulder {
    width: calc(100% + 180px);
  }
  .ttl-h1 .txt-wrap {
    width: calc(100% - 216px);
  }
  .ttl-h1 .txt-wrap .title, .ttl-h1 .txt-wrap .series, .ttl-h1 .txt-wrap .shoulder {
    width: calc(100% + 216px);
  }

}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .ttl-h1.no-image {
    padding: 10px;
    padding-bottom: 0;
  }
  .ttl-h1 .img-wrap {
    width: 288px;
  }
  .ttl-h1.series-top .img-wrap {
    width: 240px;
  }
  .ttl-h1 .img-wrap:after {
    height: 120px;
  }
  .ttl-h1.series-top .img-wrap:after {
    height: 96px;
  }
  .ttl-h1 .txt-wrap {
    width: calc(100% - 288px);
    padding: 10px;
  }
  .ttl-h1 .txt-wrap .title, .ttl-h1 .txt-wrap .series, .ttl-h1 .txt-wrap .shoulder {
    width: calc(100% + 80px);
  }
}

@media screen and (max-width: 999px) {
  .ttl-h1 .title {
    font-size: 22px;
  }
  .ttl-h1 .txt-wrap {
    padding: 10px;
  }
  .contents-main-body {
    padding: 10px;
    padding-top: 0;
  }
  .ttl-h1 .txt-wrap .title {
    text-shadow: 0px 0px 6px #f3f3f3;
  }
}

@media screen and (min-width: 1000px) {
  .ttl-h1.no-image {
    padding: 1.875rem;
    padding-bottom: 0;
  }
  .ttl-h1.no-image  .title:first-child {

  }
  .ttl-h1 .img-wrap {
    width: 360px;
  }
  .ttl-h1 .title:first-child {
    font-size: 38px;
  }
  .ttl-h1.series-top .img-wrap {
    width: 300px;
  }
  .ttl-h1.series-top .title:first-child {
    font-size: 1.75rem;
  }
  .ttl-h1.no-image .title {
    font-size: 1.75rem;
  }
  .ttl-h1 .img-wrap > img {
    width: 66%;
  }
  .ttl-h1 .img-wrap:after {
    height: 100px;
  }
  .ttl-h1.series-top .img-wrap:after {
    height: 80px;
  }
  .ttl-h1 .txt-wrap {
    width: calc(100% - 360px);
    padding: 0 1.875rem;
  }
  .ttl-h1 .txt-wrap .title, .ttl-h1 .txt-wrap .series, .ttl-h1 .txt-wrap .shoulder {
    width: calc(100% + 120px);
    line-height: 1.5;
  }
  .contents-right {
    width: 260px !important;
    float: right;
    clear: right;
  }
  .contents-left {
    width: calc(100% - 300px);
    float: left;
  }
}

header .header {
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body > .header-top {
  background: #014ea0;
  position:relative;
  z-index: 99;
}

body .header-top-in {
  height: 30px;
  display: table;
}

body .header-top-in a {
  display: table-cell;
  vertical-align: middle;
}

body > .header-top a {
  font-size: .75rem;
  color: #fff;
  text-decoration: none;
}

body > .header-top a:before {
  content: '';
  display: inline-block;
  height: .5rem;
  width: .5rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  margin-right: .3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(-135deg) translate(-0.1rem, 0.1rem);
     -ms-transform: rotate(-135deg) translate(-0.1rem, 0.1rem);
          transform: rotate(-135deg) translate(-0.1rem, 0.1rem);
  vertical-align: middle;
}

body > .header-top a > img {
  width: 100%;
  max-width: 90px;
  display: inline-block;
  vertical-align: middle;
}

body > .header-top a > span {
  display: inline-block;
  vertical-align: middle;
  margin-left: .5rem;
  line-height: 1;
}

header .header-logo img {
  display: block;
  width: 100%;
}

header .header-description {
  color: #666;
}
.for-patients .header-description {
  display: none;
}

header.popup-header .header {
  padding-right: 74px;
  position:relative;
}
header.popup-header .header-description {
  width: calc(100% - 228px ) ;
  padding: 0 10px;
}

.popup-header .popup-close {
  padding-top:8px;
  display:block;
  position:absolute;
  width:72px;
  height: 100%;
  border-left: 2px solid #cde4e9;
  background-image: url(/assets/p/f/img/common/icon/popup-close.svg);
  right:0;
  top:-8px;
  background-repeat: no-repeat;
  background-position:  50% calc(50% + 4px );
  background-size: 60%;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  header.popup-header .header {
    padding-right: 0;
  }
  .popup-header .popup-close {
    height: 75px;
    top:0;
  }
  header.popup-header .header-description {
    width: calc(100% - 240px ) ;
    padding-right: 84px;
  }
}

@media screen and (max-width: 767px) {
  header.popup-header .header {
    padding-right: 0;
  }
  header.popup-header .header-logo {
  }
  header.popup-header .header-description {
    width: calc(100% - 94px);
  }
}

.popup-header .popup-close a {
  display:block;
  position:absolute;
  width: 72px;
  height: 100%;
  right:0;
  top:0;
  text-indent:100%;
  white-space:nowrap;
  overflow:hidden;
  font-size: 0;
}

.nav-global-greeting-wrap {
  font-weight: bold;
}

.nav-global-greeting {
  margin-right: 1rem;
  font-weight: normal;
}

.nav-global [class|="ico"]{
  line-height: 0.8rem;
}

.nav-global .ico-member:before {
  content: url(/assets/p/f/img/common/icon/locked-white-yellow.svg);
  vertical-align: baseline;
}

@media screen and (min-width:1000px){
  .nav-global-greeting {
    text-align: right;
    font-size: 85%;
    display: block;
    line-height: 1;
    margin-right: 0;
  }
  .nav-global-user + span {
    font-size: 85%;
  }
}

.nav-global-btn {
  height: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.nav-global-btn:hover {
  opacity: .75;
}

.nav-global-search {
  position: relative;
  background: #ccd8de;
  -webkit-box-shadow: inset 0 1px 2px 0 #a3afb6;
          box-shadow: inset 0 1px 2px 0 #a3afb6;
}

.nav-global-search input[type=search], .nav-global-search input[type=text] {
  border: none;
  background: transparent;
  outline: none;
  display: block;
  height: 100%;
  color: #2a6079;
  padding: 4px 30px 4px 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
}

.nav-global-search input[type=search]:focus, .nav-global-search input[type=text]:focus {
  background: #a5e1ff;
}

.nav-global-search input:placeholder-shown {
  color: #2a6079;
}

.nav-global-search input::-webkit-input-placeholder {
  color: #2a6079;
}

.nav-global-search input::-moz-input-placeholder {
  color: #2a6079;
}

.nav-global-search input::-ms-input-placeholder {
  color: #2a6079;
}

.nav-global-search button {
  background: url(/assets/p/f/img/common/icon/search.svg) no-repeat;
  border: none;
  height: 16px;
  width: 16px;
  position: absolute;
  right: 10px;
  top: calc(50% - 8px);
}

.nav-global-fontsize > ul {
  display: table;
  background: #989898;
  -webkit-box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
          box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  margin-left: 12px;
}

.nav-global-fontsize > ul > li {
  display: table-cell;
  vertical-align: middle;
  width: 34px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.5;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
}

.nav-global-fontsize > ul > li[name="font-large"] {
  font-size: 1.25rem;
}

.nav-global-fontsize > ul > li.is-active {
  background: #cfe5ee;
  -webkit-box-shadow: inset 0 -2px 0 0 #b8cbd2;
          box-shadow: inset 0 -2px 0 0 #b8cbd2;
  border-radius: 3px;
  color: #003b5c;
}

.mod-breadcrumb {
  padding-bottom: .625rem;
}

.mod-breadcrumb li {
  display: inline-block;
  position: relative;
  margin-right: 20px;
}

.mod-breadcrumb li span {
  font-size: .75rem;
}

.mod-breadcrumb li a {
  color: #003b5c;
}

.mod-breadcrumb li:not(:last-child):after {
  content: '';
  width: 14px;
  height: 16px;
  background-image: url(/assets/p/f/img/common/icon/arrow-right-thin-014ea0.svg);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: -21px;
  top: 5px;
}

.mod-breadcrumb li:last-child a, .mod-breadcrumb li:last-child span {
  text-decoration: none;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  header .header {
    display: block;
  }
  header .header-logo {
    display: block;
    width: 65%;
    max-width: 208px;
  }
  header .header-description {
    display: block;
    padding: 0 10px 12px 10px;
  }
  .nav-global-greeting-wrap {
    font-size: 1.125rem;
  }
  .nav-global-btn {
    font-size: 1rem;
  }
  .nav-global-wrap nav > ul li a:not(.banner) {
    font-size: 1rem;
    padding-top: 0.725rem !important;
    padding-bottom: 0.725rem !important;
  }
  .nav-global-is-content {
    padding: 1rem .5rem;
  }
  .nav-global-is-content > .banner {
    font-size: 1.125rem;
  }
  .nav-global-switch {
    border-radius: 50%;
    background: #003b5c;
    -webkit-box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.5);
            box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.5);
  }
  .nav-global-switch > div > span, .nav-global-switch > div:before, .nav-global-switch > div:after {
    background: #fff;
  }
  .nav-global-switch > span:before {
    color: #fff;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  body.is-nv-open {
    top: 0 !important;
    overflow: hidden;
  }
  header {
    position: relative;
    z-index: 100;
  }
  header .header {
    display: table;
    height: 75px;
  }
  header .header-logo {
    display: table-cell;
    width: 210px;
    vertical-align: middle;
  }
  header .header-description {
    display: table-cell;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 12px 70px 12px 0;
    width: calc(100% - 180px);
    vertical-align: middle;
  }
  .nav-global {
    right: -280px !important;
  }
  body.is-nv-open .nav-global {

    position: absolute!important;
    top:75px !important;
  }
  .nav-global.is-active {
    right: 0 !important;
    position: absolute!important;
    top:75px !important;
  }

  .nav-global-switch {
    position: absolute !important;
    top: 5px;
    right: 0 !important;
  }
  .nav-global-switch > div > span, .nav-global-switch > div:before, .nav-global-switch > div:after {
    background: #003b5c;
  }
  .nav-global-switch > span:before {
    color: #003b5c;
  }
}

@media screen and (max-width: 999px) {
  body {
    width: 100%;
  }
  body.is-nv-open {
    position: fixed;
  }
  body .header-top-in {
    height: 40px;
    padding-left: 10px;
  }
  header .header-logo {
    padding: 15px 20px 15px 10px;
  }
  header .header-description {
    font-size: .625rem;
  }
  .nav-global {
    overflow: auto !important;
    width: 100%;
    top: 0;
    max-width: 280px !important;
    min-width: 0 !important;
    position: fixed;
    z-index: 99;
    right: -100%;
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transform: translateZ(0);
       -ms-transform: translateZ(0);
            transform: translateZ(0);
  }
  .nav-global.is-active {
    right: 0%;
    height: 100%;
  }
  .nav-global-status-menu {
    background: #003b5c;
    color: #fff;
  }
  .nav-global-greeting-wrap {
    padding: .2rem .5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-top: 2px solid #00517e;
    border-bottom: 2px solid #00283e;
  }
  .nav-global-btns {
    display: table;
    width: 100%;
    border-top: 2px solid #00517e;
    border-bottom: 2px solid #00283e;
  }
  .nav-global-btn,
  a.nav-global-btn {
    padding: .5rem 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: table-cell;
    width: calc((100% - 55px) / 2);
    box-sizing: border-box;
    border-right: 2px solid #00283e;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    text-decoration: none;
  }
  .nav-global-btn + .nav-global-btn {
    border-left: 2px solid #00517e;
  }
  .nav-global-btn.js-toggle-trigger {
    width: 55px;
  }
  .nav-global-btn.js-toggle-trigger:after {
    background: url(/assets/p/f/img/common/icon/search-ffffff.svg) no-repeat;
    content: '';
    height: 16px;
    width: 16px;
    display: block;
    margin: auto;
  }
  .nav-global-search {
    background: none;
  }
  .nav-global-search > div {
    border-top: 2px solid #00517e;
    border-bottom: 2px solid #00283e;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px .5rem;
    height: 50px;
  }
  .nav-global-search > div > div {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 30px;
    width: 100%;
    border-radius: 6px;
    background: #ccd8de;
    -webkit-box-shadow: inset 0 1px 2px 0 #a3afb6;
            box-shadow: inset 0 1px 2px 0 #a3afb6;
  }
  .nav-global-search input[type="search"] {
    padding: 4px 40px 4px 4px;
  }
  .nav-global-search button {
    right: 20px;
    top: calc(50% - 6px);
  }
  .nav-global-fontsize {
    display: none;
  }
  .nav-global-switch {
    display: block;
    position: fixed;
    z-index: 101;
    bottom: 48px;
    right: calc(50% - 30px);
    width: 60px;
    height: 60px;
    padding-top: 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .nav-global-switch > div {
    position: relative;
    width: 20px;
    margin: auto;
    height: 30px;
  }
  .nav-global-switch > div > span, .nav-global-switch > div:before, .nav-global-switch > div:after {
    display: block;
    height: 2px;
    width: 20px;
    position: absolute;
    left: calc(50% - 10px);
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
  .nav-global-switch > div:before, .nav-global-switch > div:after {
    content: '';
  }
  .nav-global-switch > div > span {
    top: 7px;
  }
  .nav-global-switch > div:before {
    top: 14px;
  }
  .nav-global-switch > div:after {
    top: 21px;
  }
  .nav-global-switch > span:before {
    content: 'MENU';
    text-align: center;
    display: block;
    font-size: .625rem;
    font-weight: bold;
  }
  .nav-global-switch.is-close > div {
    -webkit-transform: translate(7px, 0);
       -ms-transform: translate(7px, 0);
            transform: translate(7px, 0);
  }
  .nav-global-switch.is-close > div > span {
    -webkit-transform: rotate(45deg) translate(0, 10px) scaleX(1.2);
       -ms-transform: rotate(45deg) translate(0, 10px) scaleX(1.2);
            transform: rotate(45deg) translate(0, 10px) scaleX(1.2);
  }
  .nav-global-switch.is-close > div:before {
    opacity: 0;
  }
  .nav-global-switch.is-close > div:after {
    -webkit-transform: rotate(-45deg) translate(0, -10px) scaleX(1.2);
       -ms-transform: rotate(-45deg) translate(0, -10px) scaleX(1.2);
            transform: rotate(-45deg) translate(0, -10px) scaleX(1.2);
  }
  .nav-global-switch.is-close > span:before {
    content: 'CLOSE';
  }
  .nav-global-switch.is-close + .nav-global-mat {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 98;
  }
  .nav-global-wrap nav > ul li a {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .nav-global-wrap nav > ul li a:not(.banner) {
    color: #333;
    display: block;
    padding: .6rem;
    padding-right: 30px;
    text-decoration: none;
    border-top: 1px solid #999;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  .nav-global-wrap nav > ul li a:not(.banner):not(.banner):not(.js-toggle-trigger):after {
    width: 8px;
    height: 8px;
    position: absolute;
    top: calc(50% - 4px);
    right: 1rem;
    content: '';
    display: block;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transform: rotate(45deg);
       -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .nav-global-wrap nav > ul li a:not(.banner).js-toggle-trigger:after {
    width: 2px;
    height: 10px;
    position: absolute;
    top: calc(50% - 5px);
    right: 1rem;
    content: '';
    display: block;
    background: #333;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
  .nav-global-wrap nav > ul li a:not(.banner).js-toggle-trigger:before {
    width: 10px;
    height: 2px;
    position: absolute;
    top: calc(50% - 1px);
    right: calc(1rem - 4px);
    content: '';
    display: block;
    background: #333;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .nav-global-wrap nav > ul li a:not(.banner).js-toggle-trigger.is-open:after {
    -webkit-transform: rotate(270deg);
       -ms-transform: rotate(270deg);
            transform: rotate(270deg);
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  .nav-global-wrap nav > ul > li {
    background: #eee;
    font-weight: bold;
  }
  .nav-global-wrap nav > ul > li ul {
    font-weight: normal;
  }
  .nav-global-wrap nav > ul > li ul > li {
    background: #fff;
  }
  .nav-global-wrap nav > ul > li ul > li > a:not(.banner) {
    padding-left: 1.5rem;
    border-top: 1px solid #999;
  }
  .nav-global-wrap nav > ul > li ul > li:last-child {
    border-bottom: none;
  }
  .nav-global-wrap nav > ul > li ul > li ul > li > a:not(.banner) {
    padding-left: 2.5rem;
    border-top: 1px dotted #999;
    text-indent: 0;
  }
  .nav-global-wrap nav > ul > li ul > li ul > li > a:not(.banner):before {
    content: none;
  }
  .nav-global-wrap nav > ul.only-tab-sp > li {
    background: #fff;
  }
  .nav-global-is-content {
    padding: 1rem .5rem;
    border-top: 1px solid #999;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .nav-global-is-content:after {
    content: '';
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
  }
  .nav-global-is-content > .banner {
    float: left;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 1rem;
    width: calc(50% - .25rem);
    display: block;
    height: 60px;
  }
  .nav-global-is-content > .banner + .banner {
    margin-left: .5rem;
  }
  .mod-breadcrumb {
    padding: .625rem;
  }

  .nav-global .ico-member:before {
    content: url(/assets/p/f/img/common/icon/locked-yellow.svg);
  }


}

@media screen and (min-width: 1000px) {
  header {
    position: relative;
    z-index: 1;
  }
  header .header {
    padding: 8px 20px;
  }
  header .header-logo {
    padding: 12px 0;
    width: 208px;
    float: left;
    clear: left;
  }
  header .header-description {
    float: right;
    clear: right;
    font-size: .75rem;
  }
  .nav-global {
    display: inherit;
  }
  .nav-global > .contents-container {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    background: #fff;
    position: relative;
    z-index: 1;
    overflow: visible !important;
  }
  .nav-global-logos > a {
    vertical-align: top;
    display: inline-block;
    width: 100px;
    margin-left: 20px;
  }
  .nav-global-logos > a img {
    display: block;
  }
  .nav-global-switch {
    display: none;
  }
  .nav-global-status-menu {
    position: absolute;
    top: -40px;
    right: 10px;
    z-index: 99;
    font-size: .875rem;
  }
  .nav-global-status-menu > div {
    display: inline-block;
    vertical-align: middle;
  }
  .nav-global-greeting-wrap {
    margin-right: 1rem;
  }
  .nav-global-btn,
  a.nav-global-btn {
    background: #cfe5ee;
    border-bottom: 2px solid #b8cbd2;
    font-weight: bold;
    border-radius: 4px;
    display: inline-block;
    color: #003b5c;
    text-decoration: none;
    padding: 4px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .nav-global-btn.js-toggle-trigger {
    display: none;
  }
  .nav-global-btn:before {
    height: 16px;
    width: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: .4rem;
  }
  .nav-global-btn.login-out:before {
    content: url(/assets/p/f/img/common/icon/locked.svg);
  }
  .nav-global-btn.acount:before {
    content: url(/assets/p/f/img/common/icon/acount.svg);
  }
  .nav-global-btn.acount.emphasis {
    background-color: #ffe9be;
    color: #de5900;
    border-bottom-color: #d1be98;
  }
  .nav-global-btn.acount.emphasis:before {
    content: url(/assets/p/f/img/common/icon/acount-de5900.svg);
  }
  .nav-global-search {
    height: 30px;
    margin: 3px;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: calc(100% - 6px);
  }
  .nav-global-search > form {
    height: 100%;
  }
  .nav-global-wrap nav > ul {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-left: 1px solid #fff;
    width: 99.9999%;
    margin: auto;
  }
  .nav-global-wrap nav > ul:after {
    content: '';
    visibility: hidden;
    clear: both;
    height: 0;
    display: block;
  }
  .nav-global-wrap nav > ul > li {
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-right: 1px solid #fff;
    background: #003b5c;
    width: calc(99.9999% / 7);
    float: left;
    height: 40px;
  }
  .nav-global-wrap nav > ul > li > a {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: .875rem;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    padding: 0 4% 0 4px;
    position: relative;
    line-height: 40px;
    display: block;
    height: 100%;
  }
  .nav-global-wrap nav > ul > li > a.is-open, .nav-global-wrap nav > ul > li > a.is-active, .nav-global-wrap nav > ul > li > a:hover {
    background: #0d92be;
  }
  .nav-global-wrap nav > ul > li > a:after {
    content: '';
    display: block;
    height: 13px;
    width: 13px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: calc(50% - 6px);
    right: 3%;
    background-image: url(/assets/p/f/img/common/icon/arrow-right-thin-ffffff.svg);
    background-repeat: no-repeat;
    background-position: center center;
  }
  .nav-global-wrap nav > ul > li > a.js-toggle-trigger:after {
    background-image: url(/assets/p/f/img/common/icon/arrow-down-thin-ffffff.svg);
    top: calc(50% - 6px);
  }
  .nav-global-wrap nav > ul > li .contents-container {
    padding-left: 6px;
    padding-right: 6px;
  }
  .nav-global-wrap nav > ul > li.row2 > a {
    line-height: 16px;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .nav-global-wrap nav > ul > li > div:not(.nav-global-search) {
    position: absolute;
    left: 0;
    z-index: 100;
    top: calc(100% - 5px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
  }
  .nav-global-wrap nav > ul > li > div:not(.nav-global-search) > ul {
    background: #0d92be;
    padding: 15px 20px 25px 20px;
  }
  .nav-global-wrap nav > ul > li > div:not(.nav-global-search) > ul > li {
    float: left;
    margin: 10px 5px 0 5px;
  }
  .nav-global-wrap nav > ul > li > div:not(.nav-global-search) > ul > li > a {
    display: block;
    height: 3rem;
    line-height: 3rem;
    background: #fff;
    color: #003b5c;
    text-decoration: none;
    position: relative;
    padding-left: 2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: bold;
  }
  .nav-global-wrap nav > ul > li > div:not(.nav-global-search) > ul > li > a:hover {
    opacity: .75;
  }
  .nav-global-wrap nav > ul > li > div:not(.nav-global-search) > ul > li > a.row2 {
    line-height: 1rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
  .nav-global-wrap nav > ul > li > div:not(.nav-global-search) > ul > li > a:before {
    content: '';
    display: block;
    height: 13px;
    width: 13px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: calc(50% - 6px);
    left: 1rem;
    background-image: url(/assets/p/f/img/common/icon/arrow-right-thin-014ea0.svg);
    background-repeat: no-repeat;
    background-position: center center;
  }
  .nav-global-wrap nav > ul > li > div:not(.nav-global-search) > ul > li > ul {
    margin-top: 1px;
    background: #f2f6fa;
    font-size: .875rem;
    padding-bottom: 14px;
  }
  .nav-global-wrap nav > ul > li > div:not(.nav-global-search) > ul > li > ul > li {
    width: 50%;
    float: left;
  }
  .nav-global-wrap nav > ul > li > div:not(.nav-global-search) > ul > li > ul > li > .link-angle {
    color: #333;
    padding: 10px 20px 0 2.2rem;
    display: block;
  }
  .nav-global-wrap nav > ul > li > div:not(.nav-global-search) > ul > li > ul:after {
    content: '';
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
  }
  .nav-global-wrap nav > ul > li > div:not(.nav-global-search) > ul:after {
    content: '';
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
  }
  .nav-global-wrap nav > ul > li > div:not(.nav-global-search) > ul.col4 > li {
    width: calc(100% / 4 - 10px);
  }
  .nav-global-wrap nav > ul > li > div:not(.nav-global-search) > ul.col2 > li {
    width: calc(100% / 2 - 10px);
  }
}

.contents-container {
  overflow: hidden;
  max-width: 1200px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto;
}

.contents-container:after {
  content: '';
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}

.contents-container a img {
  display: block;
  width: 100%;
}

@media screen and (min-width: 1000px) {
  .contents-container {
    padding: 0 10px;
  }
  .nav-global + .contents-container {
    margin-top: 1.875rem;
  }
}

.ttl-information {
  overflow: hidden;
  width: 100%;
  font-weight: bold;
  border-bottom: 1px solid #1a5fa9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ttl-information-img {
  display: table-cell;
  width: 20%;
  overflow: visible;
}

.ttl-information-img > img {
  width: 640%;
  margin-left: -140%;
  display: block;
}

.ttl-information-caption {
  display: table-cell;
  width: 80%;
  vertical-align: middle;
  color: #333;
  font-size: 1.125rem;
}

.ttl-information-caption-text {
  width: 100%;
  margin-left: -20%;
  line-height: 100%;
}

.ttl-information-important {
  color: #c00;
  font-weight: bold;
  padding: 1rem .8rem;
  border-bottom: 1px solid #fff;
  border-top: solid #c00 3px;
  background: url(/assets/p/f/img/common/icon/info_bg.png) no-repeat right 10px top 50%;
}

@media screen and (max-width: 999px) {
  .ttl-information-important {
    border-top: none;
  }
  .ttl-information-important.js-toggle-trigger {
    background: none;
    position: relative;
  }
  .ttl-information-important.js-toggle-trigger:after {
    width: 8px;
    height: 8px;
    position: absolute;
    top: calc(50% - 4px);
    right: 1rem;
    content: '';
    display: block;
    border-top: 1px solid #c00;
    border-right: 1px solid #c00;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transform: rotate(135deg);
       -ms-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .ttl-information-important.js-toggle-trigger.is-open:after {
    top: 50%;
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg);
  }
}

.txt-information-date {
  font-size: .75rem;
}

.txt-information-important-article-title {
  font-weight: bold;
}

.sec-information,.mod-information {
  margin-bottom: 1.875rem;
  font-size: .875rem;
  background: #fff;
}

.sec-information ul {
  padding: 1rem 0;
}

.sec-information ul:after,.mod-information ul:after {
  content: '';
  clear: both;
  visibility: hidden;
  height: 0;
  display: block;
}

.sec-information ul > li,.mod-information ul > li {
  border-bottom: 1px dotted #ccc;
  padding: .8rem;
}

.sec-information ul > li a,.mod-information ul > li a {
  font-weight: bold;
  word-wrap : break-word;
  overflow-wrap : break-word;
}
.mod-information ul > li a {
  display: block;
}

.sec-information-new {
  margin-bottom: 1.875rem;
  font-size: .875rem;
  background: #fff;
}

.sec-information-new > [class*=ttl] {
  margin-bottom: 0;
}

.sec-information-new ul {
  padding: 1rem 0;
}

.sec-information-new ul > li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: .6rem 0;
  display: table;
  width: 100%;
}

.sec-information-new ul > li a {
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 .8rem;
  display: table-cell;
}

.sec-information-new .txt-information-new-date {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 .75rem;
  font-size: .75rem;
  display: table-cell;
  border-right: 1px solid #ccc;
  width: 15%;
}

.sec-information-new .txt-information-new-article-title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 .8rem;
  display: table-cell;
  font-weight: bold;
  border-right: 1px solid #ccc;
  width: 15%;
  text-align: center;
}

.sec-information-new .txt-information-new-article-title.red {
  color: #910050;
}

.sec-information-important {
  margin-bottom: 1.875rem;
  background: #fee;
}

.sec-information-important-body {
  font-size: .875rem;
}
@media screen and (max-width: 999px) {
  .sec-information-important-body:not(.js-toggle-show):not(.js-toggle-animation).js-toggle-target {
    display: none;
  }
}

.sec-information-important-body > p {
  padding: .8rem;
}
.sec-information-important li {
  padding: .8rem;
}

.sec-information-important li:not(:first-child) {
  border-top: 1px solid #fff;
}

.sec-information-important li a {
  font-weight: bold;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

@media screen and (max-width: 767px) {
  .ttl-information-img {
    overflow: visible;
  }
  .ttl-information-img > img {
    width: 800%;
    margin-left: -300%;
  }
  .sec-information-new .txt-information-new-date {
    min-width: 40%;
    display: inline-block;
  }
  .sec-information-new .txt-information-new-article-title {
    min-width: 40%;
    display: inline-block;
    text-align: center;
  }
  .sec-information-new ul > li {
    border-bottom: 1px dotted #ccc;
  }
  .sec-information-new ul > li a {
    padding-top: .8rem;
    display: block;
  }
}

@media screen and (max-width: 999px) {
  .sec-information-important.contents-right {
    margin-bottom: 0;
  }
  .sec-information-important {
    border-bottom: solid #dcc2c2 2px;
  }
}

.mod-card {
  border: 1px solid #ccc;
  background: #fff;
  position: relative;
  padding-bottom: .5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.875rem;
}

.mod-card.is-new .mod-card-img:before {
  content: 'NEW';
  display: inline-block;
  padding: .1rem .3rem;
  color: #fff;
  font-weight: bold;
  text-align: right;
  font-size: .875rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.mod-card.is-new .mod-card-img:after {
  content: '';
  display: block;
  border-top: 1.5rem solid #d00;
  border-right: 2rem solid #d00;
  border-left: 2rem solid transparent;
  border-bottom: 1.5rem solid transparent;
  position: absolute;
  right: 0;
  top: 0;
  width: .4rem;
  height: .3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mod-card-caption {
  padding: 10px;
}

.mod-card-img {
  position: relative;
}

.mod-card-img-caption {
  color: #333;
  position: absolute;
  bottom: 0;
  background: rgba(210, 233, 255, 0.7);
  font-weight: bold;
  font-size: .75rem;
  width: 100%;
  padding: .2rem 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mod-card-img > img {
  width: 100%;
  display: block;
  border: none;
}

.mod-card-captitle {
  font-size: .75rem;
  font-weight: bold;
}

.mod-card-capsource {
  font-size: .75rem;
  padding: .2rem 10px 0 10px;
}

.mod-card-side {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: block;
  margin-bottom: 1.875rem;
}

.mod-card-side-title {
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table;
  width: 100%;
}

.mod-card-side-title-img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table-cell;
  width: 10%;
  overflow: visible;
}

.mod-card-side-title-img > img {
  width: 1000%;
}

.mod-card-side-title-caption {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 1rem;
  display: table-cell;
  width: 90%;
  vertical-align: middle;
  color: #fff;
}

.mod-card-side-title-caption > h2 {
  margin-left: -10%;
}

.mod-card-side-caption {
  background: #f3f3f3;
  padding: 1rem;
}

.mod-card-side-date {
  font-size: .875rem;
}

.mod-card-side-link {
  font-size: .875rem;
}
.mod-card-side-link > a {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.mod-card-side-text {
  font-size: .75rem;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.mod-side {
  margin-bottom: 1.875rem;
}

.mod-side .btn-default {
  margin-bottom: 0;
}

.mod-side-link {
  margin-bottom: 1.875rem;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 1rem 0.5rem 1rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mod-side-banner li + li {
  margin-top: 10px;
}

.mod-side-banner a img {
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mod-side-banner .to-yervoy {
  display: none;
}

.mod-external-bnr figure {
  margin-bottom: .5rem;
}

.contents-container a .bnr-adobe {
  width: 158px;
  border: none;
}

.contents-container a .bnr-wmp {
  width: 88px;
  border: none;
}

@media screen and (min-width: 768px) {
   .mod-external-link {
     display: table;
     width: 100%;
   }
   .mod-external-bnr {
       display: table-cell;
       width:158px;
   }
   .mod-external-link-txt {
     display: table-cell;
     width: calc( 100% - 178px );
     padding-left: 20px;
     vertical-align: top;
   }
}

.mod-external-list th {
  vertical-align: middle;
}

.mod-external-list td {
  text-align: center;
}
.mod-external-list td figure > a img,
.mod-external-list td figure > a{
  display: inline;
}

footer {
  margin-top: 90px;
}
footer.fixed {
  position: fixed;
  bottom:0;
  width:100%;
  min-width: 320px;
}
footer .footer-banners {
  background: #ddd;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

footer .footer-banners-title {
  margin-top: 1.875rem;
  font-size: .875rem;
  font-weight: bold;
  padding: 14px 0 10px 0;
  border-top: 1px solid #ccc;
}

footer .footer-banners .contents-container img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ccc;
}

footer .footer-nav {
  background: #eee;
  padding-bottom: 1.875rem;
}

footer .footer-nav-link > li {
  padding-top: .2rem;
  font-size: .875rem;
}

footer .footer-nav-link > li > a {
  color: #333;
}

footer .footer-nav-link-title {
  font-weight: bold;
}

footer .footer-nav-link-title > a {
  color: #333;
  font-size: 1rem;
}

footer .footer-nav-nav {
  margin-top: 1.875rem;
}

footer .footer-copyrights {
  padding-bottom: 1.875rem;
  background: #eee;
  border-top: 1px solid #ccc;
  font-size: .75rem;
}

footer .footer-copyrights .contents-container {
  margin-top: 1.875rem;
}

footer .footer-copyrights-links li {
  display: inline-block;
  font-size: .875rem;
}

footer .footer-copyrights-links li:not(:last-child) {
  margin-right: 2rem;
}

footer .footer-copyrights-links li a {
  color: #333;
  font-size: .75rem;
}

footer .footer-copyrights-logos {
  width: 352px;
}

footer .footer-copyrights-logos > img {
  display: block;
  width: 100%;
}

footer .mod-page-top {
  display: block;
  cursor: pointer;
  position: fixed;
  right: 10px;
  bottom: 48px;
  z-index: 10000;
  border-radius: 5px;
  height: 60px;
  width: 60px;
  text-align: center;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  opacity: 1;
  background: url(/assets/p/f/img/common/icon/page-top.svg);
  background-size: contain;
}

footer .mod-page-top.mod-page-top-hide {
  opacity: 0;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  footer {
    margin-top: 60px;
  }
  footer .footer-banners-title {
    margin-top: 25px;
    border: none;
  }
  footer .footer-banners .grid-col-sp6:nth-child(n + 3) {
    margin-top: 10px;
  }
  footer .footer-copyrights {
    background: #fff;
  }
  footer .footer-copyrights .contents-container {
    margin-top: 0;
  }
  footer .footer-copyrights .contents-container.links {
    padding: 0;
  }
  footer .footer-copyrights-links li {
    display: block;
    border-top: 1px solid #ccc;
  }
  footer .footer-copyrights-links li:last-child {
    border-bottom: 1px solid #ccc;
  }
  footer .footer-copyrights-links li:not(:last-child) {
    margin: 0;
  }
  footer .footer-copyrights-links li > a {
    text-decoration: none;
    display: block;
    padding: .5rem;
    padding-right: 30px;
    font-size: .875rem;
  }
  footer .footer-copyrights-logos {
    width: 100%;
  }
}

@media screen and (max-width: 999px) {
  footer .contents-container {
    padding-left: 10px;
    padding-right: 10px;
  }
  footer .footer-copyrights-logos {
    margin: 20px 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  footer {
    margin-top: 60px;
  }
  footer .footer-banners .grid-col-tb3:nth-child(n + 5) {
    margin-top: 10px;
  }
  footer .footer-copyrights-logos {
    width: 50%;
  }
}

@media screen and (min-width: 1000px) {
  footer .footer-banners .grid-col-2:nth-child(n + 7) {
    margin-top: 10px;
  }
  footer .footer-copyrights:after {
    content: '';
    visibility: hidden;
    clear: both;
    height: 0;
    display: block;
  }
  footer .footer-copyrights-logos {
    float: left;
  }
  footer .footer-copyrights-copy {
    float: right;
    width: calc(100% - 352px);
    text-align: right;
  }
}

.nav-side {
  margin-bottom: 1.875rem;
}

.nav-side__title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 3px solid #003670;
  display: table;
  width: 100%;
  padding: 1rem 4px;
}

.nav-side__title-text {
  font-weight: bold;
  display: table-cell;
  padding-left: 1rem;
}

.nav-side nav > ul {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.nav-side nav > ul > li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table;
  width: 100%;
}

.nav-side nav > ul > li > a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  display: block;
  padding: 15px 1rem 15px 2rem;
  font-weight: bold;
}

.nav-side nav > ul > li:not(:first-child) > a {
  border-top: 1px dotted #ccc;
}

.nav-side nav > ul > li li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table;
  width: 100%;
}

.nav-side nav > ul > li li > a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  display: block;
  padding: 5px 1rem 5px 3rem;
}

.nav-side nav > ul > li li > a:first-child {
  padding-top: 10px;
}

.nav-side nav > ul > li li > a:last-child {
  padding-bottom: 10px;
}

.nav-side nav > ul > li li.is-active {
  padding: 5px 0;
}
.nav-side nav > ul > li.is-active > a,
.nav-side nav > ul > li li.is-active > a {
  font-weight: bold;
  background: rgba(66, 163, 219, 0.1);
}
.nav-side nav > ul > li.is-active > a {
  padding: 15px 1rem 15px 2rem;
}
.nav-side nav > ul > li li.is-active > a {
  padding: 10px 1rem 10px 3rem;
}

.nav-side nav > ul > li.is-active > .link-angle:before,
.nav-side nav > ul > li li.is-active > .link-angle:before {
  visibility: hidden;
}

.mod-article {
  margin-bottom: 1.875rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mod-article > *:last-child {
  margin-bottom: 0;
}

.mod-article [class*=grid-col-] > *:last-child {
  margin-bottom: 0;
}

.mod-article + .mod-article {
  border-top: 1px dotted #ccc;
  padding-top: 1rem;
}

.mod-article .img-article-thumb {
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.mod-article .img-article-thumb img {
  width: 100%;
  display: block;
  margin: auto;
}

.mod-article .img-article-thumb.is-movie > a:before {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  background: url(/assets/p/f/img/common/icon/play.svg) no-repeat center center;
  width: calc(76%/320 *100);
  height: 0;
  padding-top: calc(74%/320 *100);
  max-height: 60px;
  top: 28%;
  left: 38%;
  background-size: 100% 100%;
}

@media screen and (max-width: 767px) {
  .mod-article .img-article-thumb.center_sp {
    width: 50%;
    margin: 0 auto;
  }
}

.mod-article:after {
  content: '';
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}

.mod-article-wraparound {
  box-sizing: border-box;
  margin-bottom: 0.5rem;
}

.mod-article-wraparound.right > figure {
  float: right;
  padding-left: 1rem;
}

.mod-article-wraparound.left > figure {
  float: left;
  padding-right: 1rem;
}

.mod-article-wraparound > figure {
  width: 50%;
  max-width: 250px;
  margin-bottom: 0.5rem;
}

.mod-article-wraparound > figure img {
  max-width: 250px;
}

.mod-article-wraparound > figure.portrait {
  width: auto;
  max-width: 128px;
}

.mod-article-wraparound > figure.portrait img {
  width: auto;
  height: 140px;
}

.mod-article-wraparound > *:last-child {
  margin-bottom: 0;
}

.mod-article-list {
  margin-bottom: 1.875rem;
}

.mod-article-list article {
  padding: 1rem;
  -webkit-box-shadow: 0 1px 0 0 #a3a39d;
          box-shadow: 0 1px 0 0 #a3a39d;
  margin-bottom: 1rem;
  border: 1px solid #ccc;
}

.box-body > *:last-child {
  margin-bottom: 0;
}

.box-body [class*=grid-col-] > *:last-child {
  margin-bottom: 0;
}

.box-default {
  background: #fff;
  padding: 1rem;
  margin-bottom: 1.875rem;
  border: 1px solid #ddd;
}

.box-default .box-title {
  padding: 4px 0 14px 0;
  font-weight: bold;
  border-bottom: 2px solid #333;
}

.box-default .box-body {
  padding-top: 1rem;
}

.box-default.more-important {
  border-color: #c00;
}

.box-action {
  padding: 1rem;
  margin: 3rem 0;
  border: 10px solid #d9ecff;
}

.box-action .ttl-box-action{
  font-size: 1.125rem;
  padding: 10px 0 12px;
  font-weight: bold;
  color: #008cba;
  text-align: center;
}

.box-action p {
  margin-bottom: 1rem;
}

.box-toggle {
  margin-bottom: 1.875rem;
}

.box-toggle .box-body {
  padding: 1rem;
  border: 1px solid #ddd;
}

.box-toggle-row {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table;
  padding: .2rem 0;
  width: 100%;
}

.box-toggle-row .form-label, .box-toggle-row .form-rows, .box-toggle-row .form-input {
  margin-bottom: 0;
  width: 100%;
}

.box-toggle-row .form-label {
  border: none;
}

.box-toggle-label {
  display: table-cell;
  width: 15%;
  min-width: 6.3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 1rem;
  vertical-align: top;
}

@media screen and (min-width: 768px) {
  .box-toggle-label {
    border-right: 1px solid #bbb;
  }
}

.box-toggle-rows {
  display: table-cell;
  width: 85%;
  padding: 0 1rem;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .box-toggle-row + .box-toggle-row {
    border-top: 1px solid #ddd;
  }
}

.box-toggle .sub {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.box-toggle .sub .btn-default {
  margin-top: auto;
  margin-bottom: 0;
}

.box-panel {
  padding: 0;
  margin-bottom: 1.875rem;
}

.box-panel .box-title {
  color: #003b5c;
  font-size: 1.125rem;
  padding: 1.5rem 1.25rem .875rem 1.25rem;
  font-weight: bold;
  border-bottom: none;
  background: #eee;
}
.box-panel .box-title a {
  font-size: 1.125rem;
}

.box-panel .box-body {
  padding: 1rem;
  border: .3125rem solid #eee;
}
.box-panel .box-body.thick {
  border-right: 1rem solid #eee;
  border-bottom: 1rem solid #eee;
  border-left: 1rem solid #eee;
}
.box-fukidashi {
  position: relative;
  padding: 0;
  border-radius: 5px;
  background: #eee;
  margin-bottom: 1.875rem;
}

.box-fukidashi:after {
  content: '';
  display: block;
  position: absolute;
  height: 10px;
  width: 20px;
  border-top: 10px solid #eee;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: none;
  bottom: -10px;
  left: calc(50% - 10px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.box-fukidashi .box-title {
  border-radius: 5px;
  color: #003b5c;
  font-size: 1.125rem;
  padding: 1rem 1rem .5rem 1rem;
  font-weight: bold;
  border-bottom: none;
  background: #eee;
}

.box-fukidashi .box-body {
  background: #fff;
  border-radius: 5px;
  border: 1rem solid #eee;
  border-top: none;
}
.box-fukidashi .box-body:first-child {
  border: 1rem solid #eee;
}

.box-fukidashi-row {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table;
  padding: .875rem 0;
  width: 100%;
}

.box-fukidashi-row + .box-fukidashi-row {
  border-top: 1px dotted #ccc;
}

.box-fukidashi-row .form-label, .box-fukidashi-row .form-rows, .box-fukidashi-row .form-input {
  margin-bottom: 0;
  width: 100%;
}

.box-fukidashi-row .form-label {
  border: none;
}

.box-fukidashi-label {
  display: table-cell;
  width: 15%;
  min-width: 6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 1rem;
  vertical-align: top;
}

@media screen and (min-width: 768px) {
  .box-fukidashi-label {
    border-right: 1px solid #bbb;
  }
}

.box-fukidashi-rows {
  display: table-cell;
  width: 85%;
  padding: 0 1rem;
  vertical-align: top;
}

.box-border {
  margin-bottom: 1.875rem;
}

.box-border-row {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table;
  vertical-align: top;
  padding: 1rem 0;
  width: 100%;
  border-bottom: 1px dotted #ccc;
}

.box-border-row.combination {
  padding: 0;
  display: flex;
}

.box-border-row.combination .box-border-label {
  padding: 1rem 1rem 1rem 0;
  display: flex;
  border-right: 1px dotted #ccc;
  box-sizing: border-box;
  min-width: 30%;
}

.box-border-row.combination .box-border-rows {
  display: flex;
  width: 100%;
}
.box-border-row.combination .box-border-rows-inner {
  display: flex;
  width: 100%;
}

.box-border-row.combination .box-border-inner {
  display: flex;
  width: 100%;
}

.box-border-row.combination .box-border-radio-box {
  display: flex;
  flex-direction: column;
}

.box-border-row.combination .box-border-radio-box label {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 10px;
  border-bottom: 1px dotted #ccc;
  border-right: 1px dotted #ccc;
  background: #eee;
}

.box-border-row.combination .box-border-radio-box label.current {
  background: transparent;
}

.box-border-row.combination .box-border-radio-box label:last-of-type {
  border-bottom: none;
}

.box-border-row.combination .box-border-radio-box label input {
  margin-right: 8px;
  background: transparent;
}

.box-border-row.combination .box-border-search-box {
  display: flex;
  flex: 1;
  align-items: center;
  padding-left: 1rem;
  box-sizing: border-box;
}

.box-border-row.combination .box-border-search-checkbox {
  display: none;
}

.box-border-row:first-child {
  border-top: 1px dotted #ccc;
}

.box-border-row .form-label, .box-border-row .form-rows, .box-border-row .form-input {
  margin-bottom: 0;
  width: 100%;
}

.box-border-row .form-label {
  border: none;
}

.box-border-label {
  display: table-cell;
  width: 15%;
  min-width: 6rem;
  vertical-align: top;
}
.box-border-label.middle {
  vertical-align: middle;
}

.box-border-label > span {
  color:#003b5c;
  font-weight:bold;
  font-size:.875rem;
}

.box-border-rows {
  display: table-cell;
  width: 85%;
  vertical-align: top;
}

@media screen and (max-width:999px) {
  .box-border-row.combination {
    display: block;
  }
  .box-border-row.combination .box-border-label {
    width: 100%;
    border-bottom: 1px dotted #ccc;
    border-right: none;
  }
  .combination.box-border-row .box-border-radio-box label {
    min-height: 40px;
    display: block;
    font-size: 13px;
    padding: 10px;
  }
  .box-border-row.combination .box-border-radio-box label input {
    margin-bottom: 3px;
  }
}

.js-toggle:not(.js-toggle-sp) .js-toggle-trigger {
  cursor: pointer;
}

.js-toggle-hide {
  display: none;
  height: 0;
}

.js-toggle-show {
  display: inherit;
}

.js-toggle-animation {
  display: inherit;
  overflow: hidden;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-property: height;
  transition-property: height;
  -ms-transition-duration: 300ms;
  -ms-transition-property: height;
}


/**modal**/
figure > a {
  display: block;
  position: relative;
}

.mod-modal-roupe {
  position: absolute;
  right: .3rem;
  bottom: .3rem;
  padding: 1rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}

.mod-modal-roupe:after {
  content: url(/assets/p/f/img/common/icon/zoom-in.svg);
  width: 16px;
  height: 16px;
  display: block;
}

figcaption {
  font-size: .875rem;
}
.mod-information .ttl-h2 {
  margin-bottom: 0;
}
.mod-information ul {
  padding: 0;
}
.mod-information ul > li > p {
  width: 100px;
  float: left;
  font-size: .75rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod-information ul > li > span {
  width: 120px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  clear: left;
  vertical-align: middle;
}
.mod-information ul > li > div p {
  margin-top: .5rem;
  font-size: .75rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.mod-information .more-info {
  margin-top: 15px;
  text-align: right;
}
.more-info [class*=btn-] {
  cursor: pointer;
}
.btn-default.more.btn-close:after {
  background-image: url(/assets/p/f/img/common/icon/arrow-up-mid-ffffff.svg);
}

@media screen and (min-width:768px) {
  .mod-information ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
       -ms-flex-align: start;
          align-items: flex-start;
    padding: .8rem 0;
  }
  .mod-information ul > li > p {
    -ms-flex-preferred-size: 110px;
        flex-basis: 110px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .mod-information ul > li > span {
    -ms-flex-preferred-size: 120px;
        flex-basis: 120px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .mod-information ul > li > div {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 10px;
    -ms-flex-negative: 2;
        flex-shrink: 2;
    margin-top: -3px;
    width: -webkit-calc(100% - 230px);
    width: calc(100% - 230px);
  }
  .mod-information ul > li p + a {
    max-width: 86%;
  }
}

/* modal-question */
.modal-information,
.modal-question,
.modal-ic,
.modal-newsletter {
  background-color: #fff;
  width: 96%;
  margin: auto;
  padding: 20px 2%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
  .modal-question p {
    margin-bottom: 12px;
    margin-bottom: 1rem;
    font-weight: bold;
    text-align:center;
  }
  .modal-question small { display: block;}
  .modal-question .btn.decline { text-decoration: none !important;}
    .modal-question .btn:last-of-type { margin-bottom: 0;}
  .modal-question .txt-question {
    font-size: 28px;
    font-size: calc(28rem/16);
    text-align: center;
    color:#0d92be;
  }
  .modal-question .btn-default{
    font-size: 24px;
    font-size: calc(24rem/16);
  }
  .modal-question .btn-default.auxiliary {
    color:#003b5c;
  }

  .modal-question .btn-default small{
    font-size: 14px;
    font-size: calc(14rem/16);
  }
@media screen and (min-width: 768px){
  .modal-question,
  .modal-newsletter,
  .modal-ic { width: 60%;}
}
@media screen and (min-width: 1000px){
  .modal-question,
  .modal-newsletter,
  .modal-ic {
    padding: 40px 10px;
    width: 96%;
    max-width: 420px;
  }
}

/* modal-newsletter */
.modal-newsletter {
  padding: 0;
  width: 100%;
}
.modal-header {
  background: #004DA0;
  padding: 20px;
  text-align: center;
  position: relative;
}
.modal-header > img {
  max-width: 503.5px;
  width: 100%;
  height: auto;
}
.modal-header-title {
  font-weight: bold;
  font-size: 28px;
  font-size: calc(28rem/16);
  color: #fff;
  line-height: 1;
}
.modal-body {
  padding: 20px 2% 10px;
}
.modal-footer {
  padding: 0 2% 20px;
  text-align: center;
}
.modal-body figure > img {
  border: none;
}
.modal-header .close {
  position: absolute;
  top: 0;
  right: 0;
}
.modal-body-left img,
.modal-body-right img {
  max-width: 100%;
}

@media screen and (min-width: 768px){
  .modal-newsletter {
    width: 64%;
  }
  .modal-body {
    padding: 20px 4% 20px;
  }
  .modal-footer {
    padding: 0 4% 45px;
  }
}
@media screen and (min-width: 1000px){
  .modal-newsletter {
    max-width: 720px;
  }
  .modal-body {
    padding: 20px;
    overflow: hidden;
  }
  .modal-body-left {
    max-width: 312px;
    float: left;
    width: 48.75%;
  }
  .modal-body-right {
    max-width: 320px;
    float: right;
    width: 50%;
  }
  .modal-footer {
    padding: 0 20px 25px;
  }
}

/* modal-information */
.modal-information {
  position: relative;
  max-width: 768px;
  padding: 20px;
  box-sizing: border-box;
}
.modal-information img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  border: none;
}
.modal-information .modal-information-close {
  width: 32px;
  height: 32px;
  cursor: pointer;
  position: absolute;
  top: 16px;
  right: 16px;
}
.modal-information .modal-information-close span {
  width: 100%;
  height: 2px;
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #0d92be;
}
.modal-information .modal-information-close span:first-of-type {
  transform: rotate(45deg);
}
.modal-information .modal-information-close span:last-of-type {
  transform: rotate(135deg);
}
.modal-information .modal-information-more {
  margin-bottom: 2rem;
}
.modal-information .modal-information-item {
  border-bottom: 1px dotted #ccc;
  padding-top: .5rem;
}
.modal-information .modal-information-item:last-of-type {
  border: none;
}

.mod-ranking {
  margin-bottom: 1.875rem;
}

.mod-ranking__title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 3px solid #003670;
  display: table;
  width: 100%;
  padding: 1rem 4px;
}

.mod-ranking__title:before {
  content: '';
  background: url(/assets/p/f/img/common/icon/crown.svg) no-repeat;
  display: table-cell;
  vertical-align: middle;
  width: 36px;
}

.mod-ranking__title-text {
  font-weight: bold;
  display: table-cell;
  padding-left: 1rem;
}

.mod-ranking > ul {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.mod-ranking > ul > li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table;
  width: 100%;
  padding: 15px 0;
}

.mod-ranking > ul > li:not(:last-child) {
  border-bottom: 1px dotted #ccc;
}

.mod-ranking > ul > li > p {
  display: table-cell;
  vertical-align: middle;
  width: 60px;
  text-align: center;
}

.mod-ranking > ul > li > p > span {
  font-size: 1.5rem;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  height: 45px;
  width: 45px;
  border-width: 1px;
  border-style: solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mod-ranking > ul > li > p > span:before {
  content: '';
  display: inline-block;
  height: 46px;
  width: 0;
  vertical-align: middle;
}

.mod-ranking > ul > li > a {
  font-size: .875rem;
  width: calc(100% - 60px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  display: table-cell;
}

.mod-ranking__1 span {
  color: #d4bf39;
  border-color: #d4bf39;
}

.mod-ranking__2 span {
  color: #aaaaaa;
  border-color: #aaaaaa;
}

.mod-ranking__3 span {
  color: #7c3d00;
  border-color: #7c3d00;
}


.sec-secondary .ttle-h2 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #003b5c;
  display: inline-block;
}

.sec-secondary .ttle-h2 + .link-list {
  display: inline-block;
  float: right;
}

@media screen and (max-width: 999px) {
  .sec-secondary .ttle-h2 + .link-list {
    padding-left: .875rem;
    border-left: 1px solid #ccc;
  }
}

.sec-secondary .ttle-h2 .ttl-wrap:after {
  content: '';
  visibility: hidden;
  height: 0;
  display: block;
  clear: both;
}

.mod-card-img-caption.gray {
  background: rgba(191, 189, 189, 0.8);
}

.mod-card-side-title > a {
  display: block;
  text-decoration:none;
}

.mod-card-side-title > a img {
  width: 1000%;
}

.mod-card.melanoma {
  padding-bottom: 50px;
  background: url("/assets/p/f/img/index/melanoma.png") no-repeat;
  background-position:  calc(100% - 5px) calc(100% - 5px);
  background-size: 62px;
  position:relative;
}
.mod-card.melanoma .mod-card-img-caption {
  background: rgba(255, 214, 177, 0.8);
}
.mod-card.nsclc,
.mod-card.mpm {
  padding-bottom: 50px;
  background: url("/assets/p/f/img/index/nsclc.png") no-repeat;
  background-position:  calc(100% - 5px) calc(100% - 5px);
  background-size: 62px;
}
.mod-card.nsclc .mod-card-img-caption,
.mod-card.mpm .mod-card-img-caption  {
  background: rgba(228, 226, 206, 0.8);
}
.mod-card.mpm {
  background: url("/assets/p/f/img/index/mpm.png") no-repeat;
  background-position:  calc(100% - 5px) calc(100% - 5px);
  background-size: 62px;
}
.mod-card.rcc {
  padding-bottom: 50px;
  background: url("/assets/p/f/img/index/rcc.png") no-repeat;
  background-position:  calc(100% - 5px) calc(100% - 5px);
  background-size: 62px;
}
.mod-card.rcc .mod-card-img-caption {
  background: rgba(227, 235, 212, 0.8);
}
.mod-card.hl {
  padding-bottom: 50px;
  background: url("/assets/p/f/img/index/hl.png") no-repeat;
  background-position:  calc(100% - 5px) calc(100% - 5px);
  background-size: 62px;
}
.mod-card.hl .mod-card-img-caption {
  background: rgba(214, 212, 211, 0.8);
}
.mod-card.hn {
  padding-bottom: 50px;
  background: url("/assets/p/f/img/index/hn.png") no-repeat;
  background-position:  calc(100% - 5px) calc(100% - 5px);
  background-size: 62px;
}
.mod-card.hn .mod-card-img-caption {
  background: rgba(230, 231, 244, 0.8);
}
.mod-card.gc {
  padding-bottom: 50px;
  background: url("/assets/p/f/img/index/gc.png") no-repeat;
  background-position:  calc(100% - 5px) calc(100% - 5px);
  background-size: 62px;
}
.mod-card.gc .mod-card-img-caption {
  background: rgba(232, 215, 218, 0.8);
}
.mod-card.ec {
  padding-bottom: 50px;
  background: url("/assets/p/f/img/index/ec.png") no-repeat;
  background-position:  calc(100% - 5px) calc(100% - 5px);
  background-size: 62px;
}
.mod-card.ec .mod-card-img-caption {
  background: rgba(249, 213, 213, 0.8);
}
.mod-card.crc {
  padding-bottom: 50px;
  background: url("/assets/p/f/img/index/crc.png") no-repeat;
  background-position:  calc(100% - 5px) calc(100% - 5px);
  background-size: 62px;
}
.mod-card.crc .mod-card-img-caption {
  background: rgba(204, 218, 245, 0.8);
}
.mod-card.melanoma > div,
.mod-card.nsclc > div,
.mod-card.mpm > div,
.mod-card.rcc > div,
.mod-card.hl > div,
.mod-card.hn > div,
.mod-card.gc > div,
.mod-card.ec > div,
.mod-card.crc > div {
  position: relative;
  z-index: 1;
}
.mod-card.melanoma:after,
.mod-card.nsclc:after,
.mod-card.mpm:after,
.mod-card.rcc:after,
.mod-card.hl:after,
.mod-card.hn:after,
.mod-card.gc:after,
.mod-card.ec:after,
.mod-card.crc:after {
    content: '';
    display: block;
    height:100%;
    width:100%;
    background:rgba(255,255,255,0);
    position: absolute;
    top:0;
    left:0;
}
@media screen and (max-width: 767px) {
  .box-panel .box-body .grid-col-sp12 > .mod-article {
    padding: 10px 0;
  }
}

.link-list-width-label {
  display: table;
}

.link-list-width-label .link-list {
  display: table-cell;
  padding-left: 1rem;
}

.link-list-width-label .link-list-label {
  display: table-cell;
  font-size: .875rem;
  font-weight: bold;
  border-right: 1px solid #ccc;
  padding-right: 1rem;
  color: #003b5c;
}

@media screen and (max-width: 767px) {
  .link-list-width-label {
    border-top: none;
    display: block;
  }
  .link-list-width-label .link-list-label {
    display: block;
    border: none;
    padding: .75rem 0;
  }
  .link-list-width-label .link-list.horizontal {
    display: block;
    border-bottom: 1px dotted #ccc;
    padding: 0;
  }
  .link-list-width-label .link-list.horizontal > li {
    display: block;
    border-top: 1px dotted #ccc;
    margin: 0;
  }
  .link-list-width-label .link-list.horizontal > li .link-angle {
    padding: .75rem;
    position: relative;
    text-indent: 0;
    display: block;
  }
  .link-list-width-label .link-list.horizontal > li .link-angle:before {
    position: absolute;
    right: 10px;
    top: calc(50% - .3rem);
  }
}

.sec-information-latest {
  margin-bottom: 1.875rem;
}

.sec-information-latest .ttl-information-latest {
  font-size: 1.125rem;
  font-weight: bold;
  color: #003b5c;
  margin-bottom: .875rem;
}

.information-list li {
  margin-bottom: .75rem;
}

.information-list li .date {
  font-size: .75rem;
  display: inline-block;
}

.information-list li > a, .information-list li > span {
  font-size: .875rem;
  display: block;
  word-wrap : break-word;
  overflow-wrap : break-word;
}

@media screen and (min-width: 768px) {
  .information-list li {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .information-list li .date {
    font-size: .75rem;
    display: table-cell;
    width: 9em;
    white-space: nowrap;
  }
  .information-list li > a {
    display: table-cell;
    width: 87.727%;
  }
}

.mod-isolated {
  margin: 1.875rem auto;
}
.mod-isolated:last-child {
  margin: 1.875rem auto 0;
}

/* -----------------------------------------------------------------
   § TOP 右サイド ライブセミナー用
----------------------------------------------------------------- */
.index-top .txt-definition {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.index-top .txt-definition.emphasis {
  display: table-row;
}


/* -----------------------------------------------------------------
   § お問い合わせ
----------------------------------------------------------------- */
.consultation {
  font-size: 1.125rem;
}

.fax,
.fax span,
.fax a{
  font-size: 1.25rem;
  text-decoration: none;
}

.contact .box-panel {
  border: .3125rem solid #eee;
  border-top: none;
}
.contact .box-panel .box-title {
  padding: 1.5rem .9375rem 1.1875rem .9375rem;
}
.contact .box-panel .box-body {
  border: none;
}
.contact .freedial a{
  color: #003399;
}
.contact .contact-list {
  position: relative;
}

@media screen and (min-width: 768px) {
  .contact .contact-list {
    margin-bottom: .9375rem;
    padding: .9375rem 0;
  }
  .contact .contact-list::before {
    content: "";
    position: absolute;
    z-index: 1;
    border-left: 1px dotted #eee;
    top: -.4375rem;
    bottom: -.4375rem;
    left: calc(50% - 1px);
    width: 1px;
  }
  .contact-list ~ hr.dotted {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .contact .contact-list li {
    position: relative;
  }

  .contact .contact-list li:first-of-type::before {
    content: "";
    position: absolute;
    z-index: 1;
    border-top: 1px dotted #eee;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
  }
  .contact .contact-list li:first-of-type {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}

/* -----------------------------------------------------------------
   ■ category top用  category-xxxxxx
   ・悪性黒色腫：    category-melanoma
   ・非小細胞肺癌： category-nsclc
   ・悪性胸膜中皮腫： category-mpm
   ・腎細胞癌：   category-rcc
   ・ホジキンリンパ腫： category-hl
   ・頭頸部癌：   category-hn
   ・胃癌：   category-gc ※ 2017/05現在未承認
----------------------------------------------------------------- */
/* セクション */
[class*=category-] .sec-secondary {
  margin-top: 1.875rem;
}
/* カード型 コンテンツリンク */
[class*=category-] .mod-card {
  border: none;
  background-color: #f3f3f3;
  padding-bottom: 0;
  justify-content:flex-start;
}
[class*=category-] .mod-card .mod-card-title {
}
[class*=category-] .mod-card .mod-card-title a {
  display: block;
  background-color: #003b5c;
  padding: 10px 15px;
  color: #fff;
  font-size: 1.12rem;
  font-weight: bold;
  text-decoration: none;
}
[class*=category-] .mod-card .mod-card-title a:hover {
  opacity: .9;
}
[class*=category-] .mod-card .mod-card-content {
  border-top: 3px solid #eb5e00;
  padding: 15px;
}

/* -----------------------------------------------------------------
   § がん種別情報 療法別ページ内リンク
----------------------------------------------------------------- */

.therapy-selector { margin-top: 25px; }
.therapy-selector .box-body {
  background: #eee;
  display: flex;
}
@media screen and (max-width: 608px) {
  .therapy-selector .box-body {
    flex-direction: column;
  }
}
.therapy-selector ul {
  width: 100%;
  /* min-width: 270px; */
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  flex-wrap:wrap;
  justify-content: center;
}
.therapy-selector li {
  display: inline-block;
  flex: 1;
  justify-content: center;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  background-color: #fff;
  min-width: 45%;
  max-width: 100%;
  margin: 3px;
  height: 63px;
  min-height: 63px;
  position: relative;
}
.therapy-selector li:nth-child(n+3) {
  max-width: 50%;
}
.therapy-selector li > i,
.therapy-selector li > a {
  display: inline-block;
  font-weight: 700;
  font-feature-settings : "pkna" 1;
  text-decoration: none;
  color: #003b5c;
  width: 100%;
  line-height: 63px;
}
.therapy-selector li:hover,
.therapy-selector li.is-active { background-color: #003b5c;}

.therapy-selector li a:hover,
.therapy-selector li.is-active a { color: #fff;}

@media screen and (min-width: 608px) {
  .therapy-selector li {
    min-width: 23%;
    max-width: 100%;
    height: 60px;
    min-height: 60px;
  }
  .therapy-selector li > i,
  .therapy-selector li > a {
    line-height: 60px;
  }
}

/* -----------------------------------------------------------------
   § がん種別情報 - 安全性・適正使用情報
----------------------------------------------------------------- */
/* 通常 */
.mod-information li > .ico-label {background-color:#f3f3f3;}

/* 悪性黒色腫 */
.category-melanoma .mod-information li > .ico-label {background-color:#d6d4d3;}

/* 非小細胞肺癌 */
.category-nsclc .mod-information li > .ico-label {background-color:#e4e2ce;}

/* 腎細胞癌 */
.category-rcc .mod-information li > .ico-label {background-color:#ece2d9;}

/* ホジキンリンパ腫 */
.category-hl .mod-information li > .ico-label {background-color:#e7ebd4;}

/* 頭頸部癌 */
.category-hn .mod-information li > .ico-label {background-color:#e8d7da;}

/* 胃癌 ※ 2017/05現在未承認 */
.category-gc .mod-information li > .ico-label {background-color:#e6e7f4;}

/* 悪性胸膜中皮腫 */
.category-mpm .mod-information li > .ico-label {background-color:#e4e2ce;}

/* 食道癌 */
.category-ec .mod-information li > .ico-label {background-color:#e9edf3;}

/* 結腸・直腸癌 */
.category-crc .mod-information li > .ico-label {background-color:#e1e1ef;}


/* -----------------------------------------------------------------
   § がん種別情報 - 適正使用情報・副作用発現情報・製造販売後調査（タブ）
----------------------------------------------------------------- */
/* 悪性黒色腫 */
.category-melanoma .mod-tab-head > ul {border-bottom: 2px solid #2f2a28;}
.category-melanoma .mod-tab-head li.is-active {background-color:#2f2a28;}

/* 非小細胞肺癌 */
.category-nsclc .mod-tab-head > ul {border-bottom: 2px solid #6c6737;}
.category-nsclc .mod-tab-head li.is-active {background-color:#6c6737;}

/* 悪性胸膜中皮腫 */
.category-mpm .mod-tab-head > ul {border-bottom: 2px solid #6c6737;}
.category-mpm .mod-tab-head li.is-active {background-color:#6c6737;}

/* 腎細胞癌 */
.category-rcc .mod-tab-head > ul {border-bottom: 2px solid #765131;}
.category-rcc .mod-tab-head li.is-active {background-color:#765131;}

/* ホジキンリンパ腫 */
.category-hl .mod-tab-head > ul {border-bottom: 2px solid #687e1d;}
.category-hl .mod-tab-head li.is-active {background-color:#687e1d;}

/* 頭頸部癌 */
.category-hn .mod-tab-head > ul {border-bottom: 2px solid #561f2b;}
.category-hn .mod-tab-head li.is-active {background-color:#561f2b;}

/* 胃癌 ※ 2017/05現在未承認 */
.category-gc .mod-tab-head > ul {border-bottom: 2px solid #545987;}
.category-gc .mod-tab-head li.is-active {background-color:#545987;}

/* 食道癌 */
.category-ec .mod-tab-head > ul {border-bottom: 2px solid #5d759e;}
.category-ec .mod-tab-head li.is-active {background-color:#5d759e;}

/* 結腸・直腸癌 */
.category-crc .mod-tab-head > ul {border-bottom: 2px solid #3e3d6f;}
.category-crc .mod-tab-head li.is-active {background-color:#3e3d6f;}

/* -----------------------------------------------------------------
   § E-learning / 会員情報変更画面
----------------------------------------------------------------- */

.if-other {display: none;}

.category-elearning .txt-sentence.mark {
  text-indent: -1em;
  padding-left: 1em;
}
.category-elearning .txt-sentence.mark:before {
  content: '※';
}
.category-elearning .txt-sentence.complete {
  font-weight: bold;
  font-size: 1.125rem;
  text-align: center;
  margin-top: 5rem;
}
.category-elearning .txt-sentence.txt-more-important {
  font-weight: normal;
}
.category-elearning .contents-main .link-list {
  overflow: hidden;
  margin: 1.875rem 0;
}
.category-elearning .table-registered {
  width: 100%;
  margin: 1.875rem auto;
}
.category-elearning .table-registered tr {
  border: 1px solid #ccc;
  margin: 1rem 0;
  display: block;
}
.category-elearning .table-registered th {
  border-bottom: 1px solid #ccc;
  background-color: #f3f3f3;
  display: block;
  text-align: left;
  padding: .65rem .65rem .65rem .875rem;
  color: #013e80;
}
.category-elearning .table-registered td {
  display: block;
  overflow: hidden;
  padding: .65rem .65rem .65rem .875rem;
}
.category-elearning .table-registered td p {
  float: left;
  padding: .2rem 0;
}
.category-elearning .table-registered td a {
  width: auto;
  float: right;
  margin-bottom: 0;
  padding-top: .2rem;
  padding-bottom: .2rem;
  color: #003b5c;
}

.table-registered label {
  margin-right: 2%;
  width: 4%;
}
.table-registered .form-input {
  font-size: 100%;
  width: 37%;
  margin: .4rem 2% .4rem 0;
}
.table-registered select {
  font-size: 100%;
  margin: .4rem 2% .4rem 0;
}

.table-registered .form-input[type=email] {
  width: 80%;
}

.table-registered input.btn-default.suppression.small, .box-register input.btn-default.suppression.small {
  display: block;
  margin: 0 2% 0 0;
  width: 38%;
  min-width: 120px;
  float: right;
}

.box-register select {
  font-size: 100%;
  margin: .4rem 2% .4rem 0;
  padding: 0 1em;
}

.box-register [type="text"][maxlength="3"]{
  width: 3em;
}
.box-register [type="text"][maxlength="4"]{
  width: 4em;
}
.fixed-height {
  max-height: 300px;
  overflow-y: scroll;
}
input.btn-default.suppression.small[value="住所検索"] {
  float:none;
  display: inline-block;
  width: 80px;
  min-width: auto;
}

@media screen and (min-width: 768px){
  .category-elearning .contents-main .link-list li {
    width: 31.707%;
    margin-right: 2.44%;
    float: left;
  }
  .category-elearning .contents-main .link-list li:nth-child(3n) {
    margin-right: 0;
  }
  .category-elearning .table-registered {
    width: 53.571%;
    font-size: .875rem;
  }
  .category-elearning .table-registered tr {
    display: table-row;
    margin: 0;
  }
  .category-elearning .table-registered th {
    width: 26.667%;
    white-space: nowrap;
    border-bottom: none;
    display: table-cell;
    vertical-align: middle;
  }
  .category-elearning .table-registered td {
    border-left: 1px solid #ccc;
    display: table-cell;
    vertical-align: middle;
  }
  .table-registered label {
    width: auto;
    margin-right: 2%;
  }
  .table-registered .form-input {
    width: 34%;
    margin: .4rem 2% .4rem 0;
  }
}

/* -----------------------------------------------------------------
   § 安全性適正使用情報 - がん種選択
----------------------------------------------------------------- */
.mod-selecter { margin-top: 25px; }
.mod-selecter .box-body {
  background: #eee;
}
.mod-selecter ul {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.mod-selecter li {
  display: table;
  border-radius: 4px;
  cursor: pointer;
  background-color: #fff;
  /*width: 48%;*/
  width: 47.5%;
  margin: 3px;
  min-height: 60px;
  float: left;
}
.mod-selecter li > i,
.mod-selecter li > span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-weight: 700;
  font-feature-settings : "pkna" 1;
}
.mod-selecter [class*=ico-cancer] {
  width: 52px;
  height: 52px;
  position: relative
}
.mod-selecter [class*=ico-cancer]:before {
  position: absolute;
  content: '';
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 36px 36px;
  /*top: calc(50% - 40px / 2);
  left: calc(50% - 40px / 2);*/
  top: 10px;
  left: 6px;
}
.mod-selecter [data-trigger='melanoma'] [class*=ico-cancer]:before { background-image: url(/assets/p/f/img/common/icon/mark-melanoma.png); }
.mod-selecter [data-trigger="nsclc"] [class*=ico-cancer]:before { background-image: url(/assets/p/f/img/common/icon/mark-nsclc.png); }
.mod-selecter [data-trigger="rcc"] [class*=ico-cancer]:before { background-image: url(/assets/p/f/img/common/icon/mark-rcc.png); }
.mod-selecter [data-trigger="hl"] [class*=ico-cancer]:before { background-image: url(/assets/p/f/img/common/icon/mark-hl.png); }
.mod-selecter [data-trigger="hn"] [class*=ico-cancer]:before { background-image: url(/assets/p/f/img/common/icon/mark-hn.png); }
.mod-selecter [data-trigger="gc"] [class*=ico-cancer]:before { background-image: url(/assets/p/f/img/common/icon/mark-gc.png); }
.mod-selecter [data-trigger="mpm"] [class*=ico-cancer]:before { background-image: url(/assets/p/f/img/common/icon/mark-mpm.png); }
.mod-selecter [data-trigger="ec"] [class*=ico-cancer]:before { background-image: url(/assets/p/f/img/common/icon/mark-ec.png); }
.mod-selecter [data-trigger="crc"] [class*=ico-cancer]:before { background-image: url(/assets/p/f/img/common/icon/mark-crc.png); }

.mod-selecter [data-trigger='all'] { color: #003b5c; width: 47.5%; }
.mod-selecter [data-trigger='melanoma'] { color: #362926; }
.mod-selecter [data-trigger="nsclc"] { color: #948f5f; }
.mod-selecter [data-trigger="rcc"] { color: #d28341; }
.mod-selecter [data-trigger="hl"] { color: #687b12; }
.mod-selecter [data-trigger="hn"] { color: #6d1528; }
.mod-selecter [data-trigger="gc"] { color: #696ea3; }
.mod-selecter [data-trigger="mpm"] { color: #948f5f; }
.mod-selecter [data-trigger="ec"] { color: #7383bf; }
.mod-selecter [data-trigger="crc"] { color: #4f4d8d; }

.mod-selecter li:hover,
.mod-selecter li.is-active { color: #fff; }
.mod-selecter [data-trigger='all']:hover,
.mod-selecter [data-trigger='all'].is-active { background-color: #003b5c; }
.mod-selecter [data-trigger='melanoma']:hover,
.mod-selecter [data-trigger='melanoma'].is-active { background-color: #2f2a28; }
.mod-selecter [data-trigger="nsclc"]:hover,
.mod-selecter [data-trigger="nsclc"].is-active { background-color: #6c6737; }
.mod-selecter [data-trigger="rcc"]:hover,
.mod-selecter [data-trigger="rcc"].is-active { background-color: #99693f; }
.mod-selecter [data-trigger="hl"]:hover,
.mod-selecter [data-trigger="hl"].is-active { background-color: #687e1d; }
.mod-selecter [data-trigger="hn"]:hover,
.mod-selecter [data-trigger="hn"].is-active { background-color: #561f2b; }
.mod-selecter [data-trigger="gc"]:hover,
.mod-selecter [data-trigger="gc"].is-active { background-color: #545987; }
.mod-selecter [data-trigger="mpm"]:hover,
.mod-selecter [data-trigger="mpm"].is-active { background-color: #6c6737; }
.mod-selecter [data-trigger="ec"]:hover,
.mod-selecter [data-trigger="ec"].is-active { background-color: #5d759e; }
.mod-selecter [data-trigger="crc"]:hover,
.mod-selecter [data-trigger="crc"].is-active { background-color: #3e3d6f; }

@media screen and (min-width: 606px) {
  .mod-selecter li,.mod-selecter [data-trigger='all'] {
    /* width: 32.3%; */
    width: 32.3%;
    height: 60px;
    min-height: 60px;
  }
  .mod-selecter li + li {
    height: 60px;
    min-height: 60px;
  }
}
@media screen and (min-width: 607px) and (max-width: 768px) {
  .mod-selecter li,.mod-selecter [data-trigger='all'] {
    width: 32.2%;
    height: 126px;
    min-height: 126px;
  }
  .mod-selecter li[data-trigger='all'] {
      width: calc(100% - 1.5%);
      height: 60px;
      min-height: 60px;
  }
  .mod-selecter li + li {
    height: 60px;
    min-height: 60px;
  }
}
@media screen and (min-width: 769px) {
  .mod-selecter li,.mod-selecter [data-trigger='all'] {
    width: 24%;
    height: 60px;
    min-height: 60px;
  }
  .mod-selecter li + li {
    height: 60px;
    min-height: 60px;
  }
}

/* -----------------------------------------------------------------
   § 診療サポート　クリニカルパス
----------------------------------------------------------------- */
.category-ms-c-path .txt-caution,
.category-ms-c-path .js-select {
  display: none;
}


/* -----------------------------------------------------------------
   § 診療サポート　がん免疫療法の現場から
----------------------------------------------------------------- */
.category-ms-article .mod-article-wraparound {
  overflow: hidden;
}
.category-ms-article .sec-secondary:nth-last-of-type(n+2) .txt-sentence {
  line-height: 2;
}
.category-ms-article .mod-article-wraparound.right > figure {
  width: 50%;
  clear: right;
}
.category-ms-article .mod-article-wraparound > figure figcaption {
  font-size: .75rem;
}
.category-ms-article .mod-article-wraparound > figure.portrait figcaption {
  font-feature-settings : "palt" 1;
  letter-spacing: -0.06em;
}
.category-ms-article .mod-article-wraparound > figure.portrait figcaption p {
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 0;
}

.category-ms-article .mod-article-wraparound > figure.portrait figcaption .txt-sentence + p {
  font-size: .75rem
}

.category-ms-article .grid-row.img-area {
  width: 75%;
  margin: 1rem auto;
}
.category-ms-article .img-area-col-1 {
  width: 35.366%;
  margin: 1rem auto;
}
.category-ms-article .grid-row.img-area + .cap,
.category-ms-article .img-area-col-1 + .cap {
  margin-top: -0.5rem;
  text-align: center;
  font-size: .75rem;
}

@media screen and (max-width:875px){
  .category-ms-article .grid-row.img-area .grid-col-sp12 {
    width: 55%;
    margin: 0 auto;
  }
  .category-ms-article .grid-row.img-area .grid-col-sp12 + .grid-col-sp12 {
    margin-top: .5rem;
  }
}

.category-ms-article .mod-article-wraparound .ttl-h3 {
  margin-top: 1.875rem;
}
.category-ms-article .mod-article-wraparound .ttl-h3.first-of-type {
  margin-top: 0;
}
.category-ms-article .mod-footnote dd {
  margin-top: .5rem;
}

/* -----------------------------------------------------------------
   § 診療サポート　PD-L1
----------------------------------------------------------------- */
.category-ms-pdl1-article .script {
  font-family: serif;
}
.category-ms-pdl1-article .sec-secondary .txt-discussion > * {
  line-height: 2;
}
.category-ms-pdl1-article .sec-secondary dl + figure,
.category-ms-pdl1-article .sec-secondary p + figure {
  margin-top: 1.875rem;
}
.category-ms-pdl1-article .sec-secondary figure.img_original img {
  border: none;
}
.category-ms-pdl1-article .sec-secondary figure.img_original a{
  max-width: 820px;
  margin: 0 auto;
}
.category-ms-pdl1-article.category-ms-pdl1-think .sec-secondary figure.img_original a{
  max-width: 758px;
}
.category-ms-pdl1-article .btn-default.next {
  text-align: center;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: .875rem;
}


/* -----------------------------------------------------------------
   § 動画詳細ページ
----------------------------------------------------------------- */
.movie-page .box-movie {
  width: 100%;
  margin: 1.875rem auto;
  position: relative;
  padding-bottom: 56.25%;
}
/* ↓ 画面の比率が4:3のとき ↓ */
.movie-page .box-movie.screen-raito-4-3 {
  padding-bottom: 75%;
}

.movie-page .sec-secondary {
  margin-top: 1.875rem;
}
.movie-page .same-series-movies {
  margin: 1.875rem 0;
}
.same-series-movies .mod-article {
  margin-bottom: 1rem;
}
.same-series-movies .is-active img {
  opacity: .75;
}
.same-series-movies .is-active a {
  text-decoration: none;
}
.movie-page .same-series-movies .mod-article:last-child {
  margin-bottom: 0;
}


.box-movie .jstream-eqPlayer,
.box-movie object {
	width : 100% !important;
  text-align: center;
}
.box-movie .jstream-eqPlayer .player_main {
  margin: 0 auto;
}

.box-movie .errorDialogHeader img {
	width : auto;
}


@media screen and (min-width:768px) {
  .movie-page .same-series-movies .mod-article:nth-child(-n+2),
  .has-backnumber .same-series .mod-article:nth-child(-n+2) {
    border-top: none;
    padding-top: 1rem;
  }
  .movie-page .same-series-movies .mod-article:nth-last-child(-n+2),
  .has-backnumber .same-series .mod-article:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}

/* -----------------------------------------------------------------
   § がん免疫療法とPD-L1検査
----------------------------------------------------------------- */
.has-backnumber .same-series .is-active img {
  opacity: .75;
}
.has-backnumber .same-series .is-active a {
  text-decoration: none;
}

/* -----------------------------------------------------------------
   § ライブセミナー
----------------------------------------------------------------- */
.sec-seminar {
  margin-bottom: 2.875rem;
}
.sec-seminar .box-toggle {
  margin-bottom: 1.0rem;
}

.sec-seminar .seminar-profile {
  border-bottom: 1px dotted #b2b2b2;
  margin-bottom: 1.0rem;
}

.seminar-list {
  border-bottom: 1px dotted #b2b2b2;
  padding-bottom: 0.5rem;
  margin-bottom: 1.0rem;
}
.seminar-list:before,.seminar-list:after{
  content: " ";
  display: table;
}
.seminar-list:after{
  clear: both;
}
.seminar-list .img-thumb {
  float: right;
  width: 90px;
  margin-left: 1rem;
}
.seminar-list .seminar-list-inner:before,
.seminar-list .seminar-list-inner:after {
  content: " ";
  display: table;
}
.seminar-list .seminar-list-inner:after {
  clear: both;
}
.seminar-list .ico-labels {
  margin-bottom: 1.5rem;
}

.seminar-list .seminar-description {
  margin-bottom: 0.875rem;
}

.seminar-date {
  overflow: hidden;
}
.seminar-date:before,
.seminar-date:after {
  content: " ";
  display: table;
}
.seminar-date:after {
  clear: left;
}
.seminar-date .date{
  display: table;
  font-size: 1.25rem;
  font-weight: bold;
  float: left;
  margin-bottom: 0.875rem;
  line-height: 1.5;
  vertical-align: middle;
}
.seminar-list .date .onair {
  color: #fff;
  background: #0d92be;
  display: table-cell;
  text-align: center;
  font-size: 0.9em;
  font-weight: bold;
  width: 6em;
}
.seminar-list .date span:nth-child(2) {
  display: table-cell;
  padding: 0 1em;
}
.seminar-list .date .live {
  color: #fff;
  background: #ab220f;
  display: table-cell;
  text-align: center;
  font-weight: bold;
  width: 6em;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .seminar-list .date .onair {
    width: 3.875em;
  }
  .seminar-list .date .live {
    width: 3em;
  }
}

.seminar-list .date .live-inner-text {
  color: #ab220f;
  background: #ffeeee;
  display: table-cell;
  font-size: 1.12rem;
  padding: 0 1em;
  vertical-align: middle;
}
.seminar-list .ttl-seminar-title {
  color: #003b5c;
  font-size: 0.875rem;
  font-weight: bold;
}
.seminar-list .ttl-seminar-subject,
.seminar-list .ttl-seminar-subject a {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

.seminar-detail .ttl-h1 {
  padding: 0;
  width: 100%;
  overflow: hidden;
}
.seminar-detail .txt-wrap {
  padding: 1.875rem 0 0 0;
  width: 100%;
}
.seminar-detail .ttl-h1 .series {
  width: 100%;
  color: #003b5c;
  font-size: 1.125rem;
}

.seminar-detail .ttl-h1 .shoulder {
  width: 100%;
  font-size: 0.875rem;
  color: #333;
}

.seminar-detail .ttl-h1 .title {
  width: 100%;
  font-size: 1.5rem;
}

.seminar-detail .mod-article {
  padding: 1.875rem 0 0 0;
}
.seminar-detail .mod-article figure {
  background: #000;
  position: relative;
  z-index:0;
}

.seminar-detail .mod-article a:hover {
 background: #fff;
}
.seminar-detail .mod-article a,
.seminar-detail .mod-article a:link,
.seminar-detail .mod-article a:visited,
.seminar-detail .mod-article a:hover{
 text-decoration: none;
}
.seminar-detail .mod-article img {
 opacity: 0.5;
}
.seminar-detail .mod-article a:hover img {
 opacity: 0.75;
}
.seminar-detail .mod-article a.is-disabled {
 background: #000;
 cursor: default;
}
.seminar-detail .mod-article a.is-disabled:hover img {
 opacity: 0.5;
}
.seminar-detail .mod-article .is-movie > a {
  display: block;
  text-decoration: none;
  border: none;
  position: relative;
}

.seminar-detail .mod-article .is-movie.onair a:before,
.seminar-detail .mod-article .is-movie.onlive a:before {
  top: 32%;
}

.seminar-detail .mod-article .is-movie .inner-txt {
  position: absolute;
  display: block;
  color: #fff;
  font-size: 1.0rem;
  top:16%;
  left:0;
  width: 100%;
  min-height: auto;
  text-align:center;
  vertical-align: 50%;
  margin: auto;
  z-index:0;
}

.seminar-detail .mod-article .is-movie.wait .inner-txt {
  top:35%;
}
.seminar-detail .mod-article .is-movie .heading {
  position: absolute;
  display: block;
  color: #fff;
  font-size: 1.0rem;
  top:0;
  left:0;
  margin: auto;
  min-width: 3em;
  padding: 0em 0.5em;
  background-color: #0d92be;
  text-align:center;
  z-index:0;
}

.seminar-detail .mod-article .is-movie.onlive .heading {
  background-color: #de5900;
}
@media screen and (max-width: 999px) {
  .seminar-detail .mod-article .is-movie .inner-txt {
    font-size: 2.2vw;
  }
  .seminar-detail .mod-article .is-movie .heading {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 767px) {
  .seminar-detail .mod-article .is-movie .inner-txt {
    font-size: 2.0vw;
  }.seminar-detail .mod-article .is-movie .heading {
    font-size: 1.8vw;
  }
}

.seminar-date .date {
  margin-right : 1rem;
}
.seminar-date .calendar-area {
  display: table;
  margin-left : 0;
  margin-bottom: 0.875rem;
  float: left;
  width: 12rem;
}

@media screen and (max-width: 767px) {
  .seminar-date .date {
    float: none;
  }
  .seminar-date .calendar-area {
    margin-bottom: 1rem;
  }
 .seminar-date .date {
  margin-right : 0;
}
}

.seminar-date .calendar-area .calender-area-inner {
  position: static;
}
.seminar-date .calendar-area label{
  display: block;
  cursor: pointer;
  font-size: .875rem;
  font-weight: bold;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
  color: #333;
  text-decoration: none;
  position: relative;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: .25rem 1.5rem;
}
.seminar-date .calendar-area label:before{
  position: absolute;
  left: .7rem;
  top: calc(50% - 8px);
  content: '';
  width: 16px;
  height: 16px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url(/assets/p/f/img/common/icon/calendar.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.seminar-date .calendar-area label:after{
  position: absolute;
  right: .7rem;
  top: calc(50% - 5px);
  content: '';
  width: 10px;
  height: 10px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url(/assets/p/f/img/common/icon/arrow-down-mid-333.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.seminar-date .calendar-area input:checked ~ label{
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.seminar-date .calendar-area input:checked ~ label:after{
  background-image: url(/assets/p/f/img/common/icon/arrow-up-mid-333.svg);
}
.seminar-date .calendar-area input {
  display: none;
  height: 0;
}
.seminar-date .calendar-area .toggle-target{
  width: 12rem;
  position: absolute;
  height: 0;
  overflow: hidden;
}
.seminar-date .calendar-area input:checked ~ .toggle-target{
  height: 6em;
  overflow: hidden;
}
.seminar-date .calendar-area ul{
  width: 12rem;
  font-size: .875rem;
  font-weight: bold;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  text-decoration: none;
  position: relative;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ccc;
  border-top: none;
  padding: .25rem 0.5rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  color: #333;
  background: #fff;
  box-sizing: border-box;
  display: block;
}
.seminar-date .calendar-area li {
  border-bottom: 1px dotted #ccc;
  width: 100%;
}
.seminar-date .calendar-area li:last-child {
  border-bottom:none;
}
.ttl-h1.popup .date {
  font-size: 1.25rem;
  font-weight: bold;
}

.seminar-movie-wrap {
  overflow: hidden;
  clear: both;
  margin-bottom: 1.5rem;
}

.seminar-movie {
    float: left;
    width: 69%;
    height: 100%;
    overflow: hidden;
    padding: 0;
    margin-right: 1%;
    font-size: 0;
}

.seminar-movie-inner {
    padding-top: 56.25%;
    position: relative;
}
.seminar-movie-inner > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.seminar-movie-wrap.sample .seminar-movie {
  float: none;
  margin: 0 auto;
}

.seminar-movie-wrap.sample .box-movie {
  margin-top: 0;
}

.seminar-forms {
  background: #f3f3f3;
  padding: 0.8rem;
  font-size: 0.8rem;
  float: left;
  width: calc( 30% - 1.6rem);
  margin: 0;
}

/*iPad, android セミナー開始前の文言*/
#seminar-movie > .txt-sentence{
  padding: 11rem 20px;
  text-align: center;
}


@media screen and (max-width: 768px) {
  .seminar-movie {
    float:none;
    width:100%;
  }
  .seminar-forms {
    float:none;
    width: calc( 100% - 1.6rem);
  }
}

.seminar-forms textarea {
  resize: vertical;
}
.seminar-forms input[type="text"],
.seminar-forms textarea {
  width: 100%;
}
.switch-area {
  overflow: hidden;
}
.switch-area a{
  margin-left: 0;
  margin-right: 20px;
  float: left;
}

/*セミナーカレンダー*/
.mod-tab.seminar>.mod-tab-head>ul {
	display: block;
}
.mod-tab.seminar>.mod-tab-head>ul>li>a {
	width: 130px;
	padding: 10px 0;
	font-size: 16px;
	color: #003b5c;
}

.mod-tab.seminar>.mod-tab-head>ul>li.is-active>a {
	color: #fff;
}

.mod-tab.seminar>.mod-tab-target>ul>li {
	margin-top: 2rem;
}
@media screen and (max-width: 1000px) {
	.mod-tab.seminar>.mod-tab-head {
		display: none;
	}
}

.seminar-calendar {}

.seminar-calendar .pager a.btn-back.is-disabled {
	color: #aaa;
	cursor: not-allowed;
}

.seminar-calendar .pager a.btn-back.is-disabled::before {
	display: none;
}

.seminar-calendar .pager a.btn-prev.is-disabled {
	color: #aaa;
	cursor: not-allowed;
}

.seminar-calendar .pager a.btn-prev.is-disabled::after {
	display: none;
}

.seminar-calendar .selected {
	font-size: 1.125rem;
	padding-top: .45rem;
	margin: 0 20px;
	font-family: Arial, sans-serif;
	font-weight: 700;
}

.calendar {
	margin-bottom: 1rem;
}

.calendar .head {
	display: flex;
	justify-content: space-between;
}

.calendar .head>.item {
	display: flex;
	height: 30px;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-top: 1px solid #ddd;
	background-color: #eee;
	font-weight: 700;
}

.calendar .head>.item.sunday {
	color: #b81c2b;
	background: #fff5f8;
}

.calendar .head>.item.saturday {
	color: #0e3192;
	background: #eceff7;
}

.calendar .body {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.calendar .body>.item {
	min-height: 84px;
	padding: 4px;
}

.calendar .body>.item.past {
	position: relative;
}

.calendar .body>.item.past::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background: #eee;
	opacity: .4;
}

.calendar .body>.item.today {
	background: rgba(66, 163, 219, 0.1);
}

.calendar .item {
	width: 14.28571%;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	box-sizing: border-box;
}

.calendar .item:nth-of-type(7n+1) {
	border-left: 1px solid #ddd;
}

.calendar .date {
	font-family: Arial, sans-serif;
	font-weight: 700;
	font-size: 16px;
}

.programs {}

.program {}

.program .start-at {
	font-family: Arial, sans-serif;
	font-size: 14px;
}

.program .subject {
	word-break: break-all;
	word-wrap: break-word;
  font-weight: 700;
}


.btn-default.icon-japanese:before {
    content: url(/assets/p/f/img/common/icon/japanese.svg);
    width: 1.25rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: .5rem;
    margin-top: 4px;
}
.btn-default.icon-english:before {
    content: url(/assets/p/f/img/common/icon/english.svg);
    width: 1.25rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: .5rem;
    margin-top: 4px;
}
.btn-default.icon-japanese span,
.btn-default.icon-english span {
  font-size: 90%;
}

/* -----------------------------------------------------------------
   § 資材一覧・オンラインオーダー
----------------------------------------------------------------- */
.mod-catalog {
  overflow: hidden;
  margin: 40px auto;
}
.mod-catalog li {
  display: block;
  background: url(/assets/p/f/img/common/bg/line_dot_01.gif) repeat-x center top;
  position: relative;
  padding: 1rem .25rem;
  box-sizing: border-box;
}
.mod-catalog li:nth-last-of-type(-n+1):after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: url(/assets/p/f/img/common/bg/line_dot_01.gif) repeat-x center top;
  left: 0;
  bottom: 0;
}

.mod-order {
  border: 10px solid #c6e3f4;
  padding: 1.875rem;
  text-align: center;
}
.mod-order p {
  font-size: .875rem;
  font-weight: bold;
}
.mod-order p + a, .mod-order p + button{
  margin-top: 1.875rem;
}
.mod-order.before-login ul {
  margin-top: 1rem;
}

form + .box-default {
  margin-top: 3rem;
}

.material .img-wrap {
  text-align: center;
}
a .zoom {
  font-size: .75rem;
  text-align: center;
}
a .zoom:before {
  content: url(/assets/p/f/img/common/icon/zoom-in-sm.svg);
  width: .8rem;
  display: inline-block;
  margin-right: .25rem;
}
.material figure > figcaption {
  text-align: left;
}
.material .category {
  margin-bottom: .25rem;
}
.material .category,
.material .detail p,
.material .detail time {
  font-size: .75rem;
  display: block;
}
.material .detail p + p {
  margin-top: .315rem;
}
.material .detail dt,
.material .detail dt a {
  font-size: 1rem;
  font-weight: bold;
}
.material .detail dd {
  margin-top: .5rem;
}
.material figure + .btn-default.is-disabled {
  margin: 1rem auto;
}
.material figure + div {
  margin: 1rem auto;
  width: initial;
  padding: 0;
}
.material figure + div.is-active {
  color: #003b5c;
  background-color: #9bd6ee;
  border-bottom: 2px solid #7cabbe;
}

.material .auxiliary {
  color: #666;
  background-color: #f3f3f3;
  padding: .5rem;
  font-feature-settings : "pkna" 1;
}
.material figure {
  /*display: table; ie11で崩れる */
  display: block;
  width: 100%;
}
.material figure > * {
  display: table-cell;
  vertical-align: top;
}
.material .img-wrap {
  width: 40%;
  padding-right: 20px;
  text-align: center;
}
.material figure + div[class*=btn-],
.material figure + div[class*=btn-] * {
  cursor: pointer;
}
.material figure + div[class*=btn-] label {
  display: block;
  color: #003b5c;
  font-size: 1rem;
  padding: 0.675rem 0.675rem calc(.675rem - 2px) 0.675rem;
}
.material figure + div[class*=btn-] label > span {
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .mod-catalog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 104%;
    margin: 40px -1.5%;
  }
  .mod-catalog li {
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /*flex-basis: 30%; IE11で崩れる */
    width: 30%;
    margin: 0 1.5%;
  }
  .mod-catalog li:nth-last-of-type(-n+3):after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: url(/assets/p/f/img/common/bg/line_dot_01.gif) repeat-x center top;
    left: 0;
    bottom: 0;
  }

  .mod-catalog li > * {
    min-height: 0%;
  }
  .material figure + div {
    margin: 1rem .3125rem;
  }
  .material .img-wrap {
    width: 85px;
    padding-right: 10px;
  }
  .material .auxiliary {
    font-size: .75rem;
  }
}
.js-select-category li br {
  display: none;
}
@media screen and (max-width: 400px) {
  .js-select-category li br {
    display: block;
  }
}

/* -----------------------------------------------------------------
   § がん免疫療法クリニカルパス・活用資材
----------------------------------------------------------------- */
.table-responsive {
  width: 100%;
  table-layout: auto;
}
.table-responsive thead {
  display: none;
}
.table-responsive tbody tr {
  display: block;
  width: 100%;
  border: none;
}
.table-responsive tbody td {
  display: table;
  width: 100%;
  border: 1px solid #ccc;
  margin-top: -1px;
  padding: 0;
}
.table-responsive tbody td > div {
  padding: 1rem;
  display: table-cell;
}
.table-responsive tbody td:before {
  display: table-cell;
  padding: 1rem;
  content: attr(data-label);
  white-space: nowrap;
  width: 4.5em;
  font-weight: bold;
  color: #003b5c;
  background-color: #f3f3f3;
  border-right: 1px solid #ccc;
}
.table-responsive tbody td:last-child {
  border: none;
  text-align: center;
  display: block;
}
.table-responsive tbody td:last-child > div {
 display: block;
}
.table-responsive tbody td:last-child a {
  display: inherit;
  color: #003b5c;
  width: 100%;
  margin: 1rem auto;
}
.table-responsive tbody td:last-child::before {
  display: none;
}
@media screen and (min-width:767px) {
  .table-responsive tbody tr {
    display: table-row;
  }
  .table-responsive tbody td,
  .table-responsive thead th {
    display: table-cell;
    font-size: .875rem;
    padding: .875rem;
    vertical-align: top;
    text-align: left;
  }
  .table-responsive thead {
    display: table-header-group;
  }
  .table-responsive tbody td > div {
    padding: 0;
    display: block;
  }
  .table-responsive tbody td:before {
    display: none;
  }
  .table-responsive tbody td:last-child {
    border: 1px solid #ccc;
    display: table-cell;
  }
  .table-responsive tbody td:last-child a {
    display: block;
    padding: 0.35rem 0.35rem calc(.35rem - 2px) 0.35rem;
    margin: 0;
    width: 75px;
  }
  .table-responsive tbody td:nth-child(5n) {
    white-space: nowrap;
  }
}
@media screen and (min-width:1114px) {
  .table-responsive:not(.table-owl-info) tbody td:last-child a {
    width: 130px;
  }
}

/* がん種・パス種別のラベル */
span[class^=category-label-],
span[class^=type-label-] {
  font-size: .75rem;
  border-radius: 10px;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  width: 130px;
  padding: 2px auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
span[class^=type-label-] {
  font-size: .688rem;
  border-style: solid;
  border-width: 1px;
}
@media screen and (min-width:999px) and (max-width:1211px) {
  span[class^=category-label-],
  span[class^=type-label-] {
    width: 100px;
  }
}

/* パス種別
----------------------------------------------------------------- */
/* 院内（紙） */
.type-label-path-p {
  border-color: #003a75;
  color: #003a75;
}
/* 院内（電子） */
.type-label-path-e {
  border-color: #0059b2;
  color: #0059b2;
}
/* 日帰り（紙）*/
.type-label-single-p {
  border-color: #b5872e;
  color: #b5872e;
}
/* 日帰り（電子） */
.type-label-single-e {
  border-color: #caa152;
  color: #caa152;
}
/* チェックシート（紙） */
.type-label-chk-p {
  border-color: #238c00;
  color: #238c00;
}
/* チェックシート（電子） */
.type-label-chk-e {
  border-color: #85b200;
  color: #85b200;
}
/* 地域連携 */
.type-label-region-alliance {
  border-color: #6a8b1d;
  color: #6a8b1d;
}
/* 注意喚起リーフ */
.type-label-heads-up {
  border-color: #d93600;
  color: #d93600;
}
/* 検査スケジュール */
.type-label-schedule {
  border-color: #00698c;
  color: #00698c;
}
/* 問診票 */
.type-label-interview {
  border-color: #0085b2;
  color: #0085b2;
}
/* 患者用 */
.type-label-patient {
  border-color: #b25900;
  color: #b25900;
}
/* 患者説明同意文書 */
.type-label-agreement {
  border-color: #7b3e00;
  color: #7b3e00;
}
/* その他 */
.type-label-other {
  border-color: #868695;
  color: #868695;
}
/* がん種
----------------------------------------------------------------- */
.category-label-nsclc {
  background-color: #e4e2ce;
}
.category-label-mpm {
  background-color: #e4e2ce;
}
.category-label-melanoma {
  background-color: #d6d4d3;
}
.category-label-rcc {
  background-color: #ece2d9;
}
.category-label-hl {
  background-color: #e3ebd4;
}
.category-label-hn {
  background-color: #e8d7da;
}
.category-label-gc {
  background-color: #e6e7f4;
}




/* nav-top-page */
.nav-top-page {
  background: #b2deef;
  padding: 8px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
}

.nav-top-page-main {
  display: table;
  width: 100%;
  height: 100%;
  border-top: 2px solid #b2deef;
  border-bottom: 2px solid #b2deef;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 150px;
}

.nav-top-page-main-col {
  display: table-cell;
  background: #fff;
  width: 50%;
  height: 100%;
  border-left: 2px solid #b2deef;
  border-right: 2px solid #b2deef;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: bottom;
  padding: .5rem;
  position: relative;
  overflow: hidden;
}
.nav-top-page-main-col:nth-child(2) {
  border-right: 0;
}

.nav-top-page-main-col:hover {
  opacity: .75;
}

.nav-top-page-main-col img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  border: none;
}
.nav-top-page-main-col a {text-decoration: none;}
.nav-top-page-main-col a > span {
  position: relative;
  z-index: 1;
  color: #003b5c;
  font-size: 1.125rem;
  font-weight: bold;
  position: relative;
  padding-right: 1.125rem;
  display: inline-block;
}

.nav-top-page-main-col a > span:after {
  position: absolute;
  top: calc(50% - .5rem);
  right: 0;
  content: '';
  display: block;
  height: 1rem;
  width: 1rem;
  background: url(/assets/p/f/img/common/icon/arrow-up-mid-f15300.svg) no-repeat;
  background-position: right center;
  text-decoration: none;
}

.nav-top-page-main-col a > p {
  position: relative;
  z-index: 1;
  font-size: .75rem;
  color: #333;
}

.nav-top-page-sub {
  display: table;
  width: 100%;
  height: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-top-page-sub-row {
  background: #b2deef;
}

.nav-top-page-sub-col,
a.nav-top-page-sub-col {
  display: flex;
  align-items: center;
  width: calc(100% - 10px);
  height: 46px;
  border-left: 2px solid #b2deef;
  /* border-right: 2px solid #b2deef; */
  border-top: 2px solid #b2deef;
  border-bottom: 2px solid #b2deef;
  -webkit-box-sizing: border-box;
  box-sizing: content-box;
  vertical-align: middle;
  padding: 0 0 0 .5rem;
  color: #004e90;
  text-decoration: none;
  font-weight: bold;
  background: url(/assets/p/f/img/common/icon/arrow-up-mid-003b5c.svg) #d9eff7 no-repeat;
  background-color: #d9eff7;
  background-position: right .75rem center;
}

.nav-top-page-sub-col:hover,
a.nav-top-page-sub-col:hover {
  opacity: .75;
}

@media screen and (max-width: 999px) {
  .nav-top-page {
    margin-bottom: 1.875rem;
  }
}

@media screen and (min-width: 768px) {
  .nav-top-page-main {
    width: 66.7%;
    float: left;
    /* border-right: 4px solid #b2deef; */
  }
  .nav-top-page-sub {
    width: 33.2%;
    float: right;
    /* border-left: 4px solid #b2deef; */
  }
  .nav-top-page:after {
    content: '';
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
  }
}

@media screen and (min-width: 768px) and (max-width:999px) {
  .nav-top-page-sub-col {
    height: 39px;
  }
}

.box-important {
  background: #fee;
  padding: 1.125rem;
  margin-bottom: 1.875rem;
}
.box-important > *:last-child {
    margin-bottom:0;
}

/***main-visual***/
.main-visual {
  background-repeat: no-repeat;
  background-position: center top;
}

.main-visual .contents-container {
  width:100%;
  position: absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin: auto;
}
.main-visual-inner {
  display: table;
  width:100%;
  height:100%;
}
.main-visual-caption {
  display: table-cell;
  vertical-align: middle;
  color: #008cba;
  font-size: 1.5rem;
  font-weight: bold;

}

.main-visual-caption > span {
  display: block;
  color: #003b5c;
  font-family: YuMincho,'Yu Mincho',"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝",serif;
  width: 52%;
  padding: 1rem 0 1rem 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fffc;
   background-color: rgba(255, 255, 255, 0.8);
  /*text-shadow:1px 1px 3px #fff;*/
}

.special-message {
  position: relative;
  z-index: 1;
}
.special-message h2 {
  color: #C00;
  text-decoration: underline;
  margin-bottom: .875rem;
}
.js-special-message-inner {
  position: absolute;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.special-message-inner {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 8px;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.8);
  background: #fff;
}
.special-message-inner a {
  display: inline-block;
}
.special-message-inner a img {
  width: auto;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
}

/* bannerなど */
.special-message-inner.banner {
  margin-top: 15px;
  padding: 0;
  background-color: transparent;
}



@media screen and (max-width: 767px) {
  .main-visual {
    background-size: 125%;
    background-position: 40% 45%;
    position: relative;
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .main-visual-caption {
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .main-visual {
    background-size: 130%;
    background-position: 35% 45%;
    position: relative;
    padding-top: 17%;
    padding-bottom: 17%;
  }
  .main-visual-caption {
    font-size: 1.3125rem;
  }
}

@media screen and (max-width: 999px) {
  .main-visual  {
    position: relative;
  }
  .main-visual .contents-container {
    position: absolute;
  }
}

@media screen and (min-width: 1000px) {
  .main-visual {
    width:100%;
    position: absolute;
    top: -30px;
    left:0;
    padding-top:330px;
    padding-bottom:330px;
  }
  .main-visual .contents-container {
    max-width: 1200px;
  }
  .main-visual-caption > span {
    max-width: 460px;
  }
  .special-message-inner.banner {
    margin-top: 0;
  }

}
.opdivo-top .main-visual {
  background-image: url(/assets/p/f/img/index/main.jpg);
}


/***TOPライブセミナーの表示***/
@media screen and (max-width: 999px) {
  .opdivo-top .mod-card-side.contents-right {
    padding-left: 10px;
    padding-right: 10px;
  }
  .opdivo-top .contents-left + .box-panel {
    padding-left:10px;
    padding-right:10px;
  }
  .opdivo-top .contents-left + .box-panel .grid-col-6 {
    width:100%;
  }
  .opdivo-top .contents-left + .box-panel .grid-col-6 > .mod-article {
    padding:10px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .opdivo-top .contents-left + .box-panel,
  .opdivo-top .mod-card-side.contents-right {
      width:50%;
      -webkit-box-sizing:border-box;
      box-sizing:border-box;
      float: left;
  }
}
@media screen and (min-width: 1000px) {
  .opdivo-top .contents-left + .box-panel {
    width: calc(100% - 300px);
    float: left;
  }
  .opdivo-top .box-panel + .mod-card-side.contents-right,
  .opdivo-top .box-panel + .mod-card-side.contents-right ~ .contents-right{
    float: none;
    display: inline-block;
    margin-left: 40px;
  }
}


/***top-page-layout***/
@media screen and (min-width: 768px) and (max-width: 999px) {
  .top-page-layout .contents-right .grid-col-tb6 {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .top-page-layout .contents-right .grid-col-tb6:nth-child(2n - 1) {
    padding-right: 0;
    padding-left: 10px;
  }
  .top-page-layout .contents-right .grid-col-tb6:nth-child(2n) {
    padding-left: 0;
    padding-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .top-page-layout .contents-main-body {
    padding: 10px;
  }
  .top-page-layout .grid-col-sp6.mod-card {
    margin-bottom: 10px;
  }
  .top-page-layout .grid-col-sp6.mod-card:nth-child(n + 3) {
    margin-bottom: 1.875rem;
  }
  .top-page-layout .contents-right .mod-card-side, .top-page-layout .contents-right .mod-ranking {
    padding: 10px;
  }
  .top-page-layout hr {
    display: none;
  }
}

@media screen and (min-width: 1000px) {
  .nav-global + .contents-container.top-page-layout {
    margin-top: 336px;
  }

  .top-page-layout .contents-main-body {
    padding: 1.875rem 0;
    background: none;
  }
}

.top-page-layout .contents-left {
  position: relative;
  z-index: 1;
}

.top-page-layout hr.dotted {
  margin: 0 0 10px 0;
}

.top-page-layout .sec-information-important {
  position: relative;
  z-index: 1;
}



.product-info-list {
  margin-bottom: 1.875rem;
}
.product-info-list-row {
  background:#f3f3f3;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  width: 100%;
  margin-bottom: 1px;
}
.product-info-list-row:after {
  content: '';
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}
.product-info-list-label {
  padding: 1rem;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  float: left;
  width:25%;
  font-weight: bold;
  font-size: .875rem;
  color:#003b5c;
}
.product-info-list-content {
  padding: 1rem 1rem 1rem 0;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  float: left;
  width:75%;
}

@media screen and (max-width:767px) {
  .product-info-list-label {
    float: none;
    width: 100%;
  }
  .product-info-list-content {
    padding: 0 1rem 1rem 1rem;
    float: none;
    width: 100%;
  }

  .grid-col-sp12:not(:last-child) .link-bill {
    margin-bottom: .75rem;
  }
}

@media screen and (min-width:768px) {
  .product-info-list .grid-col-6:nth-child(n + 2) + .grid-col-6 {
    margin-top:.75rem;
  }
}

.link-bill {
  border: 1px solid #ccc;
  border-radius:6px;
  padding:.75rem;
  padding-right:1.875rem;
  background:#fff;
  text-decoration: none;
  color:#333;
  display: block;
  position: relative;
}
.link-bill.pdf:after {
  content: url(/assets/p/f/img/common/icon/pdf.svg);
}
.link-bill.blank:after {
  content: url(/assets/p/f/img/common/icon/blank.svg);
}
.link-bill.zip:after {
  content: url(/assets/p/f/img/common/icon/zip.svg);
}
.link-bill.arrow:after {
  content: url(/assets/p/f/img/common/icon/arrow-right-mid-333.svg);
  width: 7px;
}
.link-bill:after {
  position: absolute;
  height: 14px;
  width: 14px;
  display: inline-block;
  top:calc(50% - 8px);
  right:.75rem;
}
.link-bill > .title {
  font-weight: bold;
  font-size: .875rem;
}
.link-bill > .date {
  font-size:.75rem;
}
.link-bill:hover {
  opacity: .75;
}


.list-order-ttl {
  counter-reset:decimal;
}
.list-order-ttl li {
  font-weight: bold;
  position: relative;
}
.list-order-ttl li:before {
  counter-increment: decimal;
  width: 1em;
  content: counter(decimal) '. ';
  display: block;
  position: absolute;
  top:0;
  left: 0;
}
.list-order-ttl li .title {
  display: inline-block;
  padding-left: 1.5em;
}
.list-order-ttl li .txt-sentence {
  font-weight: normal;
  padding-left: 1.5em;
}

/**basic-infoのスライダー**/
.js-img-slide {
  margin-bottom: 1.875rem;
}
.js-img-slide .js-img-slide-inner {
  overflow: hidden;
}
.js-img-slide .js-img-slide-inner.hide {
  display: none;
}
.js-img-slide .js-img-slide-imgs {
  transition-duration :300ms;
}
.js-img-slide .js-img-slide-imgs img {
  width: 100%;
  display: block;
}
.js-img-slide .js-img-slide-imgs:after {
  content: '';
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.js-img-slide .js-img-slide-imgs li {
  float: left;
}
.js-img-slide .js-img-slide-imgs.thumb {
  width: calc(100% + 4px);
  margin-left: -2px;
}
.js-img-slide .js-img-slide-imgs.thumb li {
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  margin:4px 2px 0 2px;
  cursor:pointer;
  overflow: hidden;
  position: relative;
}
.js-img-slide .js-img-slide-imgs.thumb li.is-active:after {
  content: '';
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  border:2px solid #0d92be;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.js-img-slide .js-img-slide-imgs.thumb li.is-active > img {
  opacity: .6;
}

.mod-isolated {
  margin: 1.875rem auto;
}
.mod-isolated:last-child {
  margin: 1.875rem auto 0;
}

/**order**/
.grid-row.no-gutter {
  width:100%;
  margin-left: 0;
}
.grid-row.no-gutter:after {
  width:0;
}
.grid-row.no-gutter > [class*=grid-col-] {
    margin: 0;
    padding:20px;
}

.grid-row.no-gutter > .grid-col-2 {
    width: 16.6666%;
}
.grid-row.no-gutter > .grid-col-3 {
    width: 25%;
}
.grid-row.no-gutter > .grid-col-7 {
    width: 58.3333%;
}
@media screen and (max-width: 767px) {
 .grid-row.no-gutter > [class*=grid-col-] {
    padding:10px;
  }
  .grid-row.no-gutter > .grid-col-sp12 {
    width: 100%;
    border-bottom: 1px solid #ccc;
  }
  .grid-row.no-gutter > .grid-col-sp6 {
      width: 50%;
  }
  .order > [class^=grid-row] {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .order > [class^=grid-row]:not(:last-child) {
    border-bottom: none;
  }
}

.order > [class^=grid-row] {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.order > .grid-row > [class^=grid-col] {
  border-right: 1px solid #ccc;
}

.order .order-select,
.order .btn-default {
  position: relative;
  margin: auto;
  width:100%;
}

.order select {
  width:100%;
  border: none;
  opacity: 0;
  position: relative;
  z-index: 1;
}
.order .order-select .option {
  border-radius:2px;
  box-shadow: 0 0 3px 0 #ccc;
  text-align: center;
  position: absolute;
  top:0;
  right:0;
  bottom: 0;
  left:0;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  padding-right:1.125rem;
  overflow: hidden;
}
.order .order-select .option:after {
  content: '';
  display: block;
  position: absolute;
  top:0;
  right:0;
  width: 22px;
  height: 100%;
  background:#007cff;
  background: linear-gradient(#50b3ff,#007cff);
  background: -ms-linear-gradient(#50b3ff,#007cff);
}
.order .order-select:before {
  content: '';
  display: block;
  position: absolute;
  z-index:1;
  top:calc(50% - 6px);
  right:7px;
  bottom:0;
  width: 8px;
  height: 8px;
  border-top:1px solid #fff;
  border-right:1px solid #fff;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  transform:rotate(-45deg);
  -ms-transform:rotate(-45deg);
}
.order .order-select:after {
  content: '';
  display: block;
  position: absolute;
  top:calc(50% - 1px);
  right:7px;
  bottom:0;
  width: 8px;
  height: 8px;
  border-bottom:1px solid #fff;
  border-left:1px solid #fff;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  transform:rotate(-45deg);
  -ms-transform:rotate(-45deg);
}
.order .btn-default {
  padding-top:4px;
  padding-bottom:4px;
}

/*非小細胞肺癌：薬物療法エビデンスガイド*/
.evidence {
  margin-bottom: 1.875rem;
}
.evidence .box-fukidashi .box-body {
  background:none;
}
.evidence .box-fukidashi .box-body:after {
  content: '';
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.evidence .box-fukidashi > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.evidence .box-fukidashi li {
  width:calc(50% - 6px);
  padding: 0 4px;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  float: left;
  background:#eee;
  margin:3px;
}

.evidence .box-fukidashi li > a {
  padding: 8px;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  display: block;
  border-radius: 3px;
  background: #fff;
  color:#003b5c;
}
.evidence .box-fukidashi li.is-active > a {
  color:#fff;
  background: #003b5c;
}
.description-of-evidence {
  padding:0 1rem;
}
.description-of-evidence .grid-row.dotted {
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  padding-top:.875rem;
  align-items:baseline;
}
.description-of-evidence .grid-row.dotted + .grid-row.dotted {
  border-top: none;
}

.evidence .btn-default.next {
  text-align: left;
  text-indent: -1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: .875rem;
}

.evidence .btn-default.next:after,
.btn-default.next:after {
  content: '';
  display: block;
  height: 13px;
  width: 13px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: calc(50% - 6px);
  right: 1rem;
  background-image: url(/assets/p/f/img/common/icon/arrow-right-thin-ffffff.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

.evidence .list-table > ul {
  margin-bottom: 1.875rem;
  display: inline-block;
}
.evidence .list-table li {
  display: inline-block;
  width: auto;
  padding:.4rem .65rem;
  border-left: 1px solid #ccc;
  margin-bottom: .4rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.evidence .list-table li:last-child {
  border-right: 1px solid #ccc;
}
.evidence .list-table li > a {
  text-decoration: none;
}
.evidence .list-table li.is-active > a {
  font-weight: bold;
  color: #333;
}

.text-list ul:after {
  content: '';
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.text-list ul > li {
  width: calc(50% - 20px);
  padding: 0 1rem;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  border-bottom:1px dotted #ccc;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.text-list ul > li:first-child {
  border-top:1px dotted #ccc;
}
.text-list ul > li:nth-child(odd) {
  float: left;
  clear: both;
}
.text-list ul > li:nth-child(even) {
  float: right;
}
.text-list ul > li > .link-angle:before {
  margin-left: 0;
}
.text-list ul > li.is-active > a {
  color: #333;
  font-weight: bold;
}
.text-list ul > li.is-active > a:before {
  visibility:hidden;
}
.text-list ul > li > .link-angle {
  margin-left: -1rem;
}
.text-list ul > li > .link-angle.num {
  text-indent: -2.1rem;
  padding-left: 2.1rem;
}
@media screen and (min-width: 768px) {
  .text-list ul > li:nth-child(2) {
    border-top:1px dotted #ccc;
  }
}
@media screen and (max-width: 767px) {
  .text-list ul > li {
    width:100%;
    float: none;
  }
  .evidence .box-fukidashi li {
    width:calc(100% - 6px);
  }
  .evidence .list-table > ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .evidence .list-table > ul:after {
    content: '';
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
  }
  .evidence .list-table li {
    display: block;
    width: 50%;
    text-align: center;
    margin-bottom:.4rem;
    float: left;
  }
  .evidence .list-table li:nth-child(2n) {
    border-right: 1px solid #ccc;
  }
}



.evidence .chronology .txt-right > img {
  max-width:100%;
}
.chronology {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
.chronology .chronology-inner {
  width:100%;
  overflow: hidden;
  position: relative;
}
.chronology .chronology-inner > .right {
  right: 0;
}
.chronology .chronology-inner > .left {
  left: 0;
  transform:rotate(180deg);
  -ms-transform:rotate(180deg);
}
.chronology .chronology-inner > span {
  position: absolute;
  background:#626262;
  top:148px;
  width:30px;
  height: 94px;
  cursor:pointer;
}
.chronology .chronology-inner > span.is-hide {
  display: none;
}
.chronology .chronology-inner > span:after {
  content: '';
  display: block;
  height: 13px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: calc(50% - 6px);
  background-image: url(/assets/p/f/img/common/icon/arrow-right-thin-ffffff.svg);
  background-repeat: no-repeat;
  background-position: center center;
}



/*再発・難治性の古典的ホジキンリンパ腫に対するオプジーボの有用性*/
.hl-utility .mb8 {
  margin-bottom: .5rem;
}
.hl-utility .mb30 {
  margin-bottom: 1.875rem;
}
.hl-utility a.btn-default {
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: .875rem;
}
.hl-utility .table-col-fix2 .cell-cohortB {
  color: #fff;
  background: #567BBC;
}
.hl-utility .table-col-fix2 .cell-cohortC {
  color: #fff;
  background: #005699;
}

/* /cancer/crc/effectiveness-and-safety */
.effectiveness-and-safety .display-block {
  display: block;
}
.effectiveness-and-safety .mb0 {
  margin-bottom: .0rem!important;
}
.effectiveness-and-safety .mb8 {
  margin-bottom: .5rem!important;
}
.effectiveness-and-safety .mb30 {
  margin-bottom: 1.875rem!important;
}
.effectiveness-and-safety .contents-main .order-square li {
  margin-bottom: .3rem;
}
.effectiveness-and-safety .contents-main ol.list-order.order-square > li:nth-of-type(n + 7)::before {
  content: "・";
}
.effectiveness-and-safety .contents-main ol.list-order.order-square ul {
  counter-reset: alpha 0;
}
.effectiveness-and-safety .contents-main ol.list-order.order-square ul li::before {
  counter-increment: alpha;
  content: "("  counter(alpha,lower-alpha) ") ";
}
.effectiveness-and-safety table .low {
  padding-left: 1rem;
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.effectiveness-and-safety .split {
  display: inline-block;
  width: 100%;
}

.group-pair-odd {
  border-bottom: none!important;
}
.group-pair-even {
  border-top: none!important;
}

@media screen and (min-width: 768px) {
  .visible-sp {
      display: none!important;
  }
  .group-pair-odd * {
    padding-bottom: 0!important;
  }
  .group-pair-even * {
    padding-top: 0!important;
  }
}

@media screen and (max-width: 767px) {
  .hidden-sp {
      display: none!important;
  }
  .effectiveness-and-safety .tr-mb0-sp {
    margin-bottom: .0rem!important;
    border-bottom: none!important;
  }

  .border-add th,.border-add td {
    position: relative;
  }
  .border-add th::after,.border-add td::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 5px;
    right: 5px;
    height: 1px;
    border-bottom: 1px dotted #ccc;
  }
}


/**popup**/
.mfp-popup-wrapper {
  position: relative;
  max-width:600px;
  margin:auto;
  margin-top: 60px;
  background:#fff;
  padding:1.5rem;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  min-width:300px;
  display: block;
}
.mfp-popup-wrapper .list-square + .btn-default {
  margin-top: 1.875rem;
}
.mfp-close-btn-in .mfp-popup-wrapper > .mfp-close {
  color:#fff;
  font-size: 3.8rem;
  border:none;
  background: none;
  position: absolute;
  top:0;
  right: 0;
  margin-top:-4rem;
  padding:0;
  line-height: 1;
  width:48px;
  height: 48px;
  font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif;
  opacity: 1;
}
.mfp-popup-wrapper ul.list-square {
  margin-bottom: 1rem;
  font-size: .875rem;
}

.mfp-popup-wrapper ul.list-square > li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 1.8rem;
}

.mfp-popup-wrapper ul.list-square > li:before {
  position: absolute;
  content: '';
  top: 8px;
  left: 6px;
  width: 4px;
  height: 4px;
  background-color: #666;
}

.mfp-popup-wrapper ol.list-order-small {
  margin-bottom: .75rem;
  font-size: .75rem;
}




.flex-box {
  display: flex;
  flex-direction:column;
  justify-content:space-around;
}
.mod-scroll-trigger {
  background: #f3f3f3;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  justify-content:space-between;
  padding: 1rem;
}
a.mod-scroll-trigger {
  text-decoration: none;
  color: #003b5c;
}
.mod-scroll-trigger:after {
  content: '';
  display: block;
  margin: 0 auto;
  height: .55rem;
  width: .65rem;
  background: url(/assets/p/f/img/common/icon/arrow-down-mid-333.svg) no-repeat;
  background-position: 0 center;
}
.ttl-scroll-trigger {
  font-size: 1.375rem;
  color: #008cba;
  text-align: center;
  font-weight: bold;
}
.ttl-h2.point {
  padding-top: 1.875rem;
  margin-bottom: 0;
}
.ttl-h2.point + .grid-row {
  margin-bottom: 1.875rem;
}
.ttl-h2.point > span:last-child {
  display: inline-block;
  vertical-align: bottom;
  padding-left: 1rem;
}
.balloon {
  background:#008cba;
  text-align: center;
  color:#fff;
  padding: .1rem .75rem;
  font-size: 1.25rem;
  position: relative;
  display: inline-block;
  margin-bottom: 1.125rem;
}
.balloon:after {
  content: '';
  box-sizing:border-box;
  height:10px;
  width: 10px;
  display: block;
  position: absolute;
  top:100%;
  left:50%;
  border-top:5px solid #008cba;
  border-right:5px solid #008cba;
  border-left:5px solid transparent;
  border-bottom:5px solid transparent;
}


.list-category-top {
  margin-bottom: 1.875rem;
}
.list-category-top > li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: table;
  width: 100%;
  overflow: hidden;
  z-index:0;
  border-bottom: 1px solid #ddd;
}

.list-category-top > li .img-wrap {
  display: table-cell;
  position: relative;
  overflow: hidden;
  vertical-align: top;
}

.list-category-top > li .img-wrap:after {
  content: '';
  display: table-cell;
  height: 150px;
}

.list-category-top > li .img-wrap > img {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
}
.list-category-top > li .txt-wrap {
  position: relative;
  z-index: 1;
  display: table-cell;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: visible;
  width: calc(100% - 250px);
  padding: 1.5rem 0;
  word-break:break-all;
}

.list-category-top > li .img-wrap {
  width: 250px;
}
.list-category-top > li .img-wrap:after {
}
.list-category-top > li .txt-wrap > ul,
.list-category-top > li .txt-wrap > a,
.list-category-top > li .txt-wrap > span {
  width: calc(100% + 30px);
  line-height: 1.5;
  display: block;
}


.list-relation > [class*=grid-col-] {
  padding: 1.5rem 0;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width:767px) {
  .mod-scroll-trigger:not(:last-child) {
    margin-bottom: 0;
  }
  .list-category-top > li .txt-wrap > ul,
  .list-category-top > li .txt-wrap > a,
  .list-category-top > li .txt-wrap > span {
    width: calc(100% + 220px);
  }
.list-category-top > li .img-wrap > img {
    opacity: .2;
  }
}

/* -----------------------------------------------------------------
   § サイトマップ
----------------------------------------------------------------- */
.category-sitemap .sec-secondary [class*=grid-col-] {
  margin-bottom: 1.875rem;
}
.category-sitemap .sec-secondary h2 > a {
  font-size: 1.375rem;
}
.category-sitemap .sec-secondary [class*=grid-col-] h3 > a.ttl-h4 {
  display: inline-block;
  margin-bottom: 1rem;
}
.category-sitemap .sec-secondary li > ul {
  padding-left: 1rem;
}
.category-sitemap .sec-secondary li > ul li a {
  font-size: .8rem;
}
.category-sitemap .sec-secondary h2 + .grid-row [class*=grid-col-] {
  margin-bottom: 0;
}
.category-sitemap .sec-secondary h2 + .grid-row [class*=grid-col-]:nth-last-child(-n+2) > a.ttl-h4 {
  margin-bottom: 0;
}
@media screen and (min-width:768px) {
  .category-sitemap .sec-secondary h2 + .grid-row [class*=grid-col-]:nth-last-child(-n+3) > a.ttl-h4 {
    margin-bottom: 0;
  }
}

/* -----------------------------------------------------------------
   § Oncology Illustrated
----------------------------------------------------------------- */
.big-thumbs {
  margin-top: 2rem;
}

.big-thumbs li {
  margin-bottom: 2rem;
}

.big-thumbs figure {
  width: 80%;
  margin: 0 auto 1rem;
}

.big-thumbs .img-wrap {
  height: 300px;
  width: auto;
  max-width: 100%;
  position: relative;
}

.big-thumbs .img-wrap img {
  max-height: 300px;
  width: auto;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;

}
.big-thumbs figcaption {
  font-weight: bold;
  font-size: 1rem;
  min-height: 3.125em;
}
.big-thumbs .zoom {
  display: inherit;
}

/* -----------------------------------------------------------------
   § for Legacy IE
----------------------------------------------------------------- */
.legacy-ie {
    background: url(/assets/p/f/img/common/ie9/bg_body.png) repeat-x #fff center top;
}
.legacy-ie header .header {
    padding: 8px 20px;
}
.legacy-ie header .header-logo {
    padding: 12px 0;
    width: 208px;
    float: left;
    clear: left;
}
.legacy-ie header .header-description {
    float: right;
    clear: right;
    font-size: 12px;
}
.legacy-ie .nav-global + .contents-container {
    margin-top: 30px;
    padding: 0 10px;
}
.legacy-ie .ttl-h1 {
  background: #f3f3f3;
  margin-bottom: 16px;
}
.legacy-ie .ttl-h1 .txt-wrap {
    width: auto;
    padding: 0 30px;
}
.legacy-ie .ttl-h1 .img-wrap {
    width: 360px;
    height: 150px;
}
.legacy-ie .ttl-h1 .txt-wrap .title {
    line-height: 1.5;
    font-size: 38px;
}
.legacy-ie .contents-main-body {
  padding: 30px;
  padding-top: 0;
}
.legacy-ie .txt-sentence {
    margin-bottom: 8px;
    font-size: 14px;
}
.legacy-ie .mod-isolated {
    margin: 30px auto 0;
}
.legacy-ie .btn-default, a.btn-default {
    padding: 10.8px 10.8px 8.8px 10.8px;
    font-size: 18px;
    margin-bottom: 16px;
}
.legacy-ie footer .footer-copyrights {
    padding-bottom: 30px;
    font-size: 12px;
}
.legacy-ie footer .footer-copyrights .contents-container {
  margin-top: 30px;
  padding: 0 10px;
  overflow: hidden;
}
.legacy-ie footer .footer-copyrights-logos {
  float: left;
  width: 352px;
}
.legacy-ie footer .footer-copyrights-copy {
  float: right;
}
.legacy-ie footer .footer-copyrights-logos .grid-row {
  display: table;
  overflow: hidden;
}
.legacy-ie footer .footer-copyrights-logos .grid-col-6 {
  width: 166px;
  display: table-cell;
}
.legacy-ie .therapy-selector ul {
  display: block;
}
.legacy-ie .therapy-selector li {
  display: table;
  width: 47.5%;
  min-width: 0;
  float: left;
}
.legacy-ie .therapy-selector li:nth-child(n+3) {
  max-width: none;
}
.legacy-ie .therapy-selector li > i,
.legacy-ie .therapy-selector li > a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: auto;
}
@media screen and (min-width: 608px) {
  .legacy-ie .therapy-selector li {
    width: 24%;
    min-width: 0;
  }
}



/* -----------------------------------------------------------------
   § 承認お知らせ表示エリア
----------------------------------------------------------------- */
.approval-notice {
	width: calc(100% - 300px);
	float: left;
	background-color: #fff;
	padding: 10px;
	margin-bottom: 1rem;
	box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
	.approval-notice {
		width: 100%;
		float: none;
		background-color: rgba(13, 146, 146, 0.1);
		margin-bottom: 0;
	}
}

/* /cancer/gc/owl/info/ */
.table-owl-info tbody td:first-of-type {
  font-weight: bold;
}

.table-owl-info .is-disnone {
  display: none;
  visibility: hidden;
}

@media screen and (min-width:767px) {
  .table-owl-info tbody td:last-of-type div a {
    text-align: center;
    margin: 0 auto;
  }
  .table-col-fix.table-responsive.table-owl-info {
    table-layout: fixed!important;
  }
  .table-col-fix.table-responsive.table-owl-info th.wDate {
    width: 110px;
  }
  .table-col-fix.table-responsive.table-owl-info th.w20 {
    width:20%;
  }
  .table-responsive.table-owl-info tbody td:last-child a {
    max-width: 130px;
    width: 100%;
  }
}

/* /cancer/crc/msi/guidance */
.msi-guidance .mb0 {
  margin-bottom: .0rem!important;
}
.msi-guidance .mb8 {
  margin-bottom: .5rem!important;
}
.msi-guidance .mb30 {
  margin-bottom: 1.875rem!important;
}
.msi-guidance .mt0 {
  margin-top: 0!important;
}
.msi-guidance .display-block {
  display: block;
}

/* m3dc table */
.table-col-fix.table-responsive.table-m3dc tbody td:first-of-type {
  font-weight: bold;
}
.table-col-fix.table-responsive.table-m3dc tbody td:last-of-type div a {
	min-width: 90px;
	font-size: 14px;
}
.table-col-fix.table-responsive.table-m3dc tbody td:last-of-type div a.is-disabled {
	color: #aaa;
}
.table-col-fix.table-responsive.table-m3dc .is-disnone {
  display: none;
  visibility: hidden;
}

@media screen and (min-width:767px) {
	.table-col-fix.table-responsive.table-m3dc thead th.m3dc-th-time {
		width: 103px;
	}
	.table-col-fix.table-responsive.table-m3dc thead th.m3dc-th-button {
		width: 90px;
	}
	.table-col-fix.table-responsive.table-m3dc tbody td.m3dc-td-button {
		vertical-align: middle;
	}
  .table-col-fix.table-responsive.table-m3dc tbody td:last-of-type div a {
    text-align: center;
    margin: 0 auto;
  }
  .table-col-fix.table-responsive.table-m3dc {
    table-layout: fixed!important;
  }
}

.m3dc-cell-block {
  display: block;
	padding-bottom: 8px;
	margin-bottom: 8px;
  border-bottom: 1px solid #ccc;
}
.m3dc-cell-block:last-of-type {
	padding-bottom: 0;
	margin-bottom: 0;
  border-bottom: none;
}
.m3dc-cell-group {
	display: block;
  padding-bottom: 8px;
}
.m3dc-cell-group:last-of-type {
	display: block;
  padding-bottom: 0;
}

@media screen and (min-width:1114px) {
  .table-responsive:not(.table-owl-info).table-m3dc tbody td:last-child a {
    width: 90px;
  }
}
