@CHARSET "UTF-8";

/* フォント設定 */
@font-face {
    font-family: 'CustomItalic';
    src: url('./fonts/TimesNewRomanBoldItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'CustomItalicMembers';
    src: url('https://nsas.anesth.or.jp/App/Datura/fonts/TimesNewRomanBoldItalic.ttf') format('truetype');
}

/* 全体 */
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

html {
    overflow: auto;
}

body {
    font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    overflow-x: hidden;
    font-size: 1.4em;
}

img {
    width: 100%;
}

a {
    word-break: break-all;
}

a img:hover {
    opacity: 0.8;
}

.mincho {
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.custom-italic-members {
    font-family: 'CustomItalicMembers'!important;
}

.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}

p.indent {
    margin: 0;
    text-indent: -1em;
    margin-left: 1em;
}
.indent2 {
    text-indent: 2em;
    margin-bottom: 0;
}

.wrap.sub-page {
    padding-top: 48px;
}
.wrap.sub-page.add-border {
    padding-top: 77px;
}
.wrap.sub-page.common, .wrap.sub-page.person, .wrap.sub-page.member, .wrap.sub-page.student {
    padding-top: 45px;
}
.wrap.sub-page.members {
    padding-top: 71px;
}
.wrap.sub-page.english {
    padding-top: 0;
}

/* ヘッダー関連 */
.header {
    position:  relative;
    width:  100%;
}
.header .header-top-wrap {
    position:  relative;
}
.header .header-contents {
    width:  100%;
    background: rgba(5,111,184,0.5);
    position:  absolute;
    top: 50%;
    left:  0;
    text-align:  center;
    color:  #fff;
    padding: 5px 0 8px;
    margin-top: -36px;
}
.header .header-contents p.main-contents {
    margin-bottom: 0;
    font-size: 2.143em;
    letter-spacing:  4px;
    text-shadow: 2px 2px 10px #000;
}
.header .header-contents p.sub-contents {
    margin-bottom: 0;
    text-shadow: 2px 2px 10px #000;
    font-size: 0.857em;
}
.header .header-search-area {
    display: block;
    position: absolute;
    right:  10px;
    bottom: 10px;
}
.header .header-search-area form {
    display: table;
}
.header .header-search-area label, .header .header-search-area .search-input, .header .header-search-area button {
    display: table-cell;
    vertical-align:  middle;
}
.header .header-search-area label {
    font-size: 0.857em;
    color:  #fff;
    width: 8em;
    letter-spacing: 1px;
}
.header .header-search-area label:before {
    content: "";
    position: absolute;
    top: 13px;
    left: -13px;
    width: 0;
    height: 0;
    border: 3px solid transparent;
    border-left: 5px solid #fff;
    z-index: 11;
}
.header .header-search-area label:after {
    content: "";
    width: 12px;
    height: 12px;
    position:  absolute;
    top: 10px;
    left: -17px;
    background-color: #056FB8;
    border-radius:  50%;
    z-index: 10;
}
.header .header-search-area .search-input {
    width: 200px;
}
.header .header-search-area .search-input input {
    font-size: 0.857em;
}
.header .header-search-area button {
    margin-left: 20px;
    border-radius: 10px;
    background-color: #DCDDDD;
    color: #898989;
    font-style: italic;
}

.header .header-logo-icon-wrap {
    width: 140px;
    position: absolute;
    top: 50%;
    left: 90px;
    margin-top: -70px;
}

.header .header-infomation {
    background-color: #056FB8;
    padding: 10px 0;
    position:  relative;
}
.header-infomation .infomation-contents {
    width: 750px;
    margin-left: auto;
    margin-right:  0;
    display:  table;
}
.header-infomation .infomation-contents .phone-wrap,
.header-infomation .infomation-contents .facebook-wrap,
.header-infomation .infomation-contents .to-english-site-wrap,
.header-infomation .infomation-contents .members-logout-wrap {
    display: table-cell;
    vertical-align:  middle;
    padding: 0 15px;
    border-left: 1px solid #fff;
}
.header-infomation .infomation-contents .phone-wrap {
    width: 425px;
}
.header-infomation .infomation-contents .phone-wrap .phone-contents {
    margin-bottom: 0;
    color:  #fff;
    font-size: 1.571em;
}
.header-infomation .infomation-contents .phone-wrap .phone-contents span {
    font-size: 0.5em;
    position: relative;
    top: -4px;
}
.header-infomation .infomation-contents .phone-wrap .phone-contents span.before {
    margin-right: 10px;
}
.header-infomation .infomation-contents .phone-wrap .phone-contents span.after {
    margin-left: 10px;
}
.header-infomation .infomation-contents .phone-wrap .phone-contents span.and-time {
    display: inline-block;
    position: relative;
    top: 3px;
}
.header-infomation .infomation-contents .phone-wrap .phone-contents span.and-time i {
    font-style: normal;
    padding-left: 1em;
}
.header-infomation .infomation-contents .facebook-wrap {
    width: 100px;
    text-align: center;
    color: #fff;
    padding-top: 5px;
}
.header-infomation .infomation-contents .phone-wrap .phone-contents a {
    color:  #fff;
}
.header-infomation .infomation-contents .to-english-site-wrap {
    width: 170px;
}
.header-infomation .infomation-contents .facebook-wrap .facebook-icon {
    width: 60%;
    margin:  auto;
}
.header-infomation .infomation-contents .facebook-wrap .facebook-text {
    margin:  0;
}
.header-infomation .infomation-contents .facebook-wrap .facebook-text a {
    color: #fff;
}
.header-infomation .infomation-contents .to-english-site-wrap .to-english-site-main {
    color:  #fff;
    text-align:  center;
    font-size: 1.143em;
    margin: 0;
}
.header-infomation .infomation-contents .to-english-site-wrap .to-english-site-sub {
    color: #fff;
    margin: 0;
    text-align:  center;
    font-style: italic;
}
.header-infomation .infomation-contents a.to-ja-en {
    display: block;
    text-decoration: none;
}
.header-infomation .infomation-contents a.to-ja-en:hover {
    opacity: 0.8;
}

.header .header-infomation .header-logo {
    width: 280px;
    position: absolute;
    top: 26px;
    left: 50px;
}
.header .header-infomation .header-logo.top {
    top: -62px;
}
.header .header-infomation .header-logo.english {
    width: 150px;
    top: -25px;
}

.header .header-infomation .header-logo.members-logo {
    width: 300px;
    top: 5px;
    left: 15px;
}
.header .header-infomation.members {
    background: #fff;
    padding-bottom: 0;
    padding-top: 5px;
}

.header-infomation.members .infomation-contents .phone-wrap .phone-contents {
    color: #58595B;
}
.header-infomation.members .infomation-contents .facebook-wrap {
    color: #58595B;
}
.header-infomation.members .infomation-contents .facebook-wrap .facebook-text a {
    color: #58595B;
}
.header-infomation.members .infomation-contents a.to-ja-en {
    color: #58595B;
    position: relative;
}
.header-infomation.members .infomation-contents .to-english-site-wrap .to-english-site-main, .header-infomation.members .infomation-contents .to-english-site-wrap .to-english-site-sub {
    color: #58595B;
}
.header-infomation.members .infomation-contents .phone-wrap .phone-contents a {
    color: #F15A29;
}
.header-infomation.members .infomation-contents .phone-wrap, .header-infomation.members .infomation-contents .facebook-wrap, .header-infomation.members .infomation-contents .to-english-site-wrap {
    border-color: #231F20;
}
.header-infomation.members .infomation-contents .to-english-site-wrap .to-english-site-main {
    font-size: 1em;
}
.header-infomation.members .infomation-contents .to-english-site-wrap .to-english-site-sub {
    font-size: 0.786em;
}
.header-infomation.members .infomation-contents a.to-ja-en label {
    position: absolute;
    background: #58595B;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    top: 13px;
    left: -8px;
    margin-bottom: 0;
}
.header-infomation.members .infomation-contents a.to-ja-en label:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 3px;
    left: 5px;
    border: 4px solid transparent;
    border-left: 6px solid #fff;
}

.open-right-menu {
    width:  100%;
    border: 1px solid #231f20;
    background: #d0d3d4;
    text-align: center;
    margin-bottom: 25px;
}
.open-right-menu a {
    color: #222854;
    font-weight: bold;
    display:  block;
    padding: 8px 10px;
    position:  relative;
}
.open-right-menu a:before {
    content: "";
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 15px solid #fff;
    position:  absolute;
    top: 11px;
    left: 10px;
}
.open-right-menu a:after {
    content: "";
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 15px solid #fff;
    position: absolute;
    top: 11px;
    right: 10px;
}
.open-right-menu.common a:before {
    border-top: 15px solid #8DC63F;
}
.open-right-menu.common a:after {
    border-top: 15px solid #8DC63F;
}
.open-right-menu.person a:before {
    border-top: 15px solid #44ADE2;
}
.open-right-menu.person a:after {
    border-top: 15px solid #44ADE2;
}

.drawer-nav {
    z-index: 12;
}

.members-login-wrap {
    display: table;
    margin-left:  auto;
    margin-right: 15px;
    padding: 30px 0 0;
}
.members-login-wrap label, .members-login-wrap .login-input, .members-login-wrap .login-submit {
    display:  table-cell;
    vertical-align:  middle;
}
.members-login-wrap label {
    font-size: 1.143em;
    color: #595857;
    width: 200px;
    letter-spacing: 1px;
    text-align:  center;
    position:  relative;
}
.members-login-wrap label:before {
    content: "";
    position: absolute;
    top: 18px;
    left: 4px;
    width: 0;
    height: 0;
    border: 3px solid transparent;
    border-left: 5px solid #fff;
    z-index: 11;
}
.members-login-wrap label:after {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    top: 15px;
    left: 0;
    background-color: #595857;
    border-radius: 50%;
    z-index: 10;
}
.members-login-wrap label span {
    font-size: 0.714em;
    font-style:  italic;
    position:  relative;
    top: -5px;
}
.members-login-wrap .login-input {
    width: 220px;
    padding: 0 10px;
}
.members-login-wrap .login-submit button {
    margin-left: 20px;
    border-radius: 10px;
    background-color: #DCDDDD;
    color: #898989;
    font-style: italic;
}

/* ハンバーガーメニュー */
.drawer-hamburger {
    width: 3rem;
    z-index: 15;
}
.drawer-overlay {
    background-color: rgba(0,0,0,.3);
    z-index: 11;
}
.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
    background-color: #9FA0A0;
    height: 4px;
}
.drawer-open .drawer-hamburger-icon:after, .drawer-open .drawer-hamburger-icon:before {
    background-color: #fff;
}

.drawer--right .drawer-nav {
    right: -280px;
}
.drawer--right.drawer-open .drawer-hamburger {
    right: 280px;
}

.drawer-nav {
    background: #374c5d;
    width: 280px;
}
.drawer-nav ul {
    border-bottom: 1px solid #24323d;
}
.drawer-nav li {
    border-top: 1px solid #24323d;
    border-bottom:  1px solid #3f566a;
    position:  relative;
}
.drawer-nav li.main-menu {
    background-color: #7a8a96;
    border-bottom: 1px solid #949ba0;
}
.drawer-nav li a {
    font-size: 1.143em;
    color: #fff;
    display:  block;
    padding: 10px 15px 10px 30px;
}
.drawer-nav li a:before {
    content: "";
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-left: 8px solid #fff;
    position:  absolute;
    top: 50%;
    left: 15px;
    margin-top: -8px;
}

/* グローバルナビのドロップダウンメニュー化 */
.sub-page-menu {
    position: relative;
    width: 100%;
    height: 60px;
    margin: 0 auto;
}
.sub-page-menu li {
    list-style: none;
    height: 40px;
    line-height: 40px;
}
.sub-page-menu li a {
    text-decoration: none;
    color: #fff;
    display: block;
    height: 40px;
}
.sub-page-menu > li {
    float: left;
    width: 20%;
    height: 50px;
    line-height: 50px;
    background: rgb(29, 33, 19);
}
.sub-page-menu > li > a {
    display: block;
    padding: 0 35px 0 15px;
    font-size: 1.25em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sub-page-menu > li > a:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 24.5px;
    background-size: cover;
    vertical-align: middle;
    position: relative;
    top: -1px;
    left: 0;
    margin-right: 5px;
}
.sub-page-menu > li.top > a:before {
    background-image: url(../img/users/icon_sub_menu_top.png);
}
.sub-page-menu > li.common > a:before {
    background-image: url(../img/users/icon_sub_menu_common.png);
}
.sub-page-menu > li.person > a:before {
    background-image: url(../img/users/icon_sub_menu_person.png);
}
.sub-page-menu > li.member > a:before {
    background-image: url(../img/users/icon_sub_menu_member.png);
}
.sub-page-menu > li.student > a:before {
    background-image: url(../img/users/icon_sub_menu_student.png);
}
.sub-page-menu .common ul li {
    background: #7ac90e;
}
.sub-page-menu .person ul li {
    background: #44ADE2;
}
.sub-page-menu .member ul li {
    background: #F7941D;
}
.sub-page-menu .student ul li {
    background: #F49AC1;
}

ul.menu__second-level > li > a {
    padding-left: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    margin-right: 35px;
}
ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}
ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}
ul.menu__third-level > li > a {
    padding-left: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    margin-right: 35px;
}
ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.sub-page-menu > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
}
.sub-page-menu > li.top:hover {
    background: #161a35;
}
.sub-page-menu > li.common:hover {
    background: #709c33;
}
.sub-page-menu > li.person:hover {
    background: #378cb7;
}
.sub-page-menu > li.member:hover {
    background: #cc7b1a;
}
.sub-page-menu > li.student:hover {
    background: #dc74a1;
}
.init-bottom:after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4px;
}
.sub-page-menu:before,
.sub-page-menu:after {
    content: " ";
    display: table;
}
.sub-page-menu:after {
    clear: both;
}
.sub-page-menu {
    *zoom: 1;
}

.sub-page-menu > li.menu__multi {
    position: relative;
}
li.menu__multi ul.menu__second-level {
    position: absolute;
    top: 40px;
    width: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    padding-left: 0;
}
li.menu__multi:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
}
li.menu__multi ul.menu__second-level li {
    position: relative;
}
li.menu__multi ul.menu__second-level li a {
    font-size: 0.95em;
}
li.menu__multi.common ul.menu__second-level li:hover {
    background: #709c33;
}
li.menu__multi.person ul.menu__second-level li:hover {
    background: #378cb7;
}
li.menu__multi.member ul.menu__second-level li:hover {
    background: #cc7b1a;
}
li.menu__multi.student ul.menu__second-level li:hover {
    background: #dc74a1;
}
li.menu__multi.common ul.menu__third-level li:hover {
    background: #709c33;
}
li.menu__multi.person ul.menu__third-level li:hover {
    background: #378cb7;
}
li.menu__multi.member ul.menu__third-level li:hover {
    background: #cc7b1a;
}
li.menu__multi.student ul.menu__third-level li:hover {
    background: #dc74a1;
}
li.menu__multi ul.menu__second-level li ul.menu__third-level {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
li.menu__multi.student ul.menu__second-level li ul.menu__third-level {
    left: -100%;
}
li.menu__multi ul.menu__second-level li:hover ul.menu__third-level {
    visibility: visible;
    opacity: 1;
}
li.menu__multi ul.menu__second-level li ul.menu__third-level li {
    position: relative;
}
li.menu__multi ul.menu__second-level li ul.menu__third-level li ul.menu__fourth-level {
    position: absolute;
    top: -1px;
    left: 100%;
    width: 100%;
    background: #2a1f1f;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
li.menu__multi ul.menu__second-level li ul.menu__third-level li:hover ul.menu__fourth-level {
    visibility: visible;
    opacity: 1;
}
li.menu__multi ul.menu__third-level {
    padding-left: 0;
}
ul.menu__third-level {
    background: none!important;
}

.init-right:after {
    content: '';
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 20px;
    margin-top: -3px;
}
.init-left:after {
    content: '';
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 50%;
    right: 20px;
    margin-top: -3px;
}

.fixed-scroll {
    height: 400px;
    overflow-y: scroll;
}

/* トップページ関連 */
.top-menu-wrap {
    margin-top: 10px;
    color:  #fff;
    text-align:  center;
}
.top-menu-wrap .row {
    margin-right: 0;
    margin-left: 0;
}
.top-menu-wrap .col-sm-3 {
    padding:  0;
}
.top-menu-wrap .top-menu-box {
    padding: 10px;
    display: block;
    color: #fff;
    text-decoration: none;
    position: relative;
    padding-bottom: 12px;
}
.top-menu-wrap .menu-common, .top-menu-wrap .menu-person, .top-menu-wrap .menu-member, .top-menu-wrap .menu-student {
    cursor: pointer;
}
.top-menu-wrap .menu-common {
    background-color:  #8FC31F;
}
.top-menu-wrap .menu-person {
    background-color:  #4CACE2;
}
.top-menu-wrap .menu-member {
    background-color:  #F39800;
}
.top-menu-wrap .menu-student {
    background-color:  #F19EC2;
}
.top-menu-wrap .menu-common:hover {
    background: #628615;
}
.top-menu-wrap .menu-person:hover {
    background: #34759a;
}
.top-menu-wrap .menu-member:hover {
    background: #ad6d02;
}
.top-menu-wrap .menu-student:hover {
    background: #a06a82;
}
.top-menu-wrap .menu-title {
    font-size: 1.486em;
    margin-bottom: 10px;
    text-align: left;
    padding-left: 50px;
    margin-bottom: 0;
}
.top-menu-wrap .menu-sub-title {
    font-size:  0.857em;
    font-style:  italic;
    margin-bottom: 20px;
}
.top-menu-wrap .menu-icon {
    width: 40px;
    position: absolute;
    top: 15px;
    left: 10px;
}
.top-menu-wrap .menu-description {
    margin-bottom: 0;
    text-align: left;
    padding-left: 50px;
}

.infomation-wrap {
    margin: 30px 200px;
}
.infomation-wrap .infomation-header {
    display:  table;
    border-bottom: 1px solid #231916;
    padding-bottom: 5px;
    width: 100%;
    position: relative;
}
.infomation-wrap .infomation-header-title {
    display:  table-cell;
    font-size: 1.714em;
    color: #EA5515;
    vertical-align:  middle;
    width: 9em;
}
.infomation-wrap .infomation-header-contents {
    display: table-cell;
    vertical-align:  middle;
    font-size: 0.857em;
}
.infomation-wrap .infomation-body {
    max-height:  270px;
    min-height: 270px;
    overflow-y:  scroll;
    overflow-x: hidden;
}
.infomation-wrap .infomation-body-line {
    display:  table;
    border-bottom: 1px solid #231916;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
}
.infomation-wrap .infomation-body-date {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    color: #EA5515;
    font-size: 1.143em;
    width: 7em;
}
.infomation-wrap .infomation-body-contents {
    display:  table-cell;
    vertical-align:  middle;
    margin:  0;
}
.infomation-fixed-message {
    border-bottom: 1px solid #231916;
    padding: 10px 0;
}
.infomation-fixed-message .infomation-fixed-wrap {
    border: 1px solid #EA5515;
    border-radius: 10px;
    padding: 10px 12px;
}
.infomation-fixed-message .infomation-fixed-title {
    color: #EA5515;
    font-weight: bold;
    font-size: 1.286em;
    margin-bottom: 4px;
}
.infomation-fixed-message .infomation-fixed-contents {
    margin: 0;
    font-size: 0.929em;
    line-height: 1.6;
}

.banner-wrap {
    padding: 30px 80px 20px;
    background-color: #ECEBEA;
    border-bottom: 1px solid #231916;
}
.banner-wrap .row {
    margin-right: -5px;
    margin-left: -5px;
}
.banner-wrap .col-sm-2 {
    padding-right: 5px;
    padding-left: 5px;
}
.banner-wrap .banner-box {
    margin-bottom: 10px;
}

.link-map-list-wrap .row {
    margin:  0;
}
.link-map-list-wrap .col-xs-3 {
    padding:  0;
}
.link-map-list-wrap .link-map-box {
    padding: 15px;
}
.link-map-list-wrap .link-map-box .link-map-title {
    font-size: 1.143em;
    position:  relative;
    padding-left: 20px;
    margin-bottom: 15px;
}
.link-map-list-wrap .link-map-box.common, .link-map-list-wrap .link-map-box.person, .link-map-list-wrap .link-map-box.member {
    border-right: 1px solid #231916;
}
.link-map-list-wrap .link-map-box.common .link-map-title {
    color: #22AC39;
}
.link-map-list-wrap .link-map-box.person .link-map-title {
    color: #056FB8;
}
.link-map-list-wrap .link-map-box.member .link-map-title {
    color: #EA5515;
}
.link-map-list-wrap .link-map-box.student .link-map-title {
    color: #E4007F;
}
.link-map-list-wrap .link-map-box .link-map-title:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 6px;
    width: 0;
    height: 0;
    border: 3px solid transparent;
    border-left: 5px solid #fff;
    z-index: 11;
}
.link-map-list-wrap .link-map-box .link-map-title:after {
    content: "";
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    top: 5px;
    left: 2px;
    background-color: #000;
    border-radius: 50%;
    z-index: 10;
}
.link-map-list-wrap .link-map-box.common .link-map-title:after {
    background-color: #22AC39;
}
.link-map-list-wrap .link-map-box.person .link-map-title:after {
    background-color: #056FB8;
}
.link-map-list-wrap .link-map-box.member .link-map-title:after {
    background-color: #EA5515;
}
.link-map-list-wrap .link-map-box.student .link-map-title:after {
    background-color: #E4007F;
}
.link-map-list-wrap .link-map-box ul {
    list-style:  none;
    padding-left: 28px;
}
.link-map-list-wrap .link-map-box li {
    position: relative;
    margin-bottom: 8px;
}
.link-map-list-wrap .link-map-box li:before {
    content: "";
    position: absolute;
    top: 6px;
    left: -22px;
    width: 0;
    height: 0;
    border: 3px solid transparent;
    border-left: 5px solid #595857;
    z-index: 11;
}
.link-map-list-wrap .link-map-box li a {
    color: #595857;
}

/* 下層ページ関連 */
.header-top-wrap.common .header-contents {
    background: rgba(141,198,63,0.6);
}
.header-top-wrap.member .header-contents {
    background: rgba(247,148,29,0.6);
}
.header-top-wrap.common .header-contents p.main-contents {
    font-size: 2.857em;
}
.header-top-wrap.person .header-contents p.main-contents {
    font-size: 2.857em;
}
.header-top-wrap.member .header-contents p.main-contents {
    font-size: 2.857em;
}

.header .header-infomation.common {
    background-color: #8DC63F;
}

.members-login-wrap.search label {
    width: 150px;
}
.members-login-wrap.search label:before {
    top: 15px;
}
.members-login-wrap.search label:after {
    top: 12px;
}
.members-login-wrap.search .login-input {
    width: 400px;
}
.members-login-wrap.search.english {
    padding-top: 16px;
}
.members-login-wrap.search.english label {
    width: 20px;
}

.sub-page-menu {
    position:  fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 15;
}
.sub-page-menu .row {
    margin-right: 0px;
    margin-left: 0px;
}
.sub-page-menu .col-sm-1-5 {
    padding-right: 0px;
    padding-left: 0px;
}
.sub-page-menu .top {
    background-color:  #222854;
}
.sub-page-menu .common {
    background-color:  #8DC63F;
}
.sub-page-menu .person {
    background-color:  #44ADE2;
}
.sub-page-menu .member {
    background-color:  #F7941D;
}
.sub-page-menu .student {
    background-color:  #F49AC1;
}
.sub-page-menu .sub-page-in-menu {
    display:  table;
    width: 100%;
    padding: 8px;
}
.sub-page-menu .sub-page-in-menu a {
    display: table;
    color: #fff;
    text-decoration:  none;
}
.sub-page-menu .sub-page-in-menu .icon {
    width: 13%;
    display: table-cell;
    vertical-align:  middle;
}
.sub-page-menu .sub-page-in-menu .body {
    display:  table-cell;
    width: 82%;
    vertical-align:  middle;
    padding: 0 0 0 5%;
}
.sub-page-menu .sub-page-in-menu .body p {
    margin: 0;
}
.sub-page-menu .sub-page-in-menu .body p.title {
    font-size: 1.286em;
}
.sub-page-menu .sub-page-in-menu .body p.sub-title {
    font-style: italic;
    font-size: 1.05em;
    padding-left: 1.5%;
}
.sub-page-menu.active.common {
    border-bottom: 10px solid #8DC63F;
}

.bg-image {
    max-height: 80px;
    overflow-y: hidden;
}
.subpage-title {
    margin-top: 30px;
    position:  relative;
}
.subpage-title.sub {
    margin-top: 0;
}
.subpage-title .contents {
    font-size: 1.229em;
    color:  #fff;
    position:  absolute;
    top: 50%;
    left: 5%;
    margin:  0;
    margin-top: -12px;
    text-shadow: 2px 2px 10px #000;
}
.subpage-title.english {
    margin-top: 50px;
}

.subpage-main-menu {
    width: 94%;
    margin: 30px auto;
}
.subpage-main-menu a {
    display:  block;
    padding: 22px 0 22px 25px;
    border-bottom: 1px solid #231F20;
    color: #58595B;
    word-break: keep-all;
}
.subpage-main-menu .top a {
    border-top: 1px solid #231F20;
}
.subpage-main-menu a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 28px;
    width: 10px;
    height: 10px;
    border-top: 3px solid #8DC63F;
    border-right: 3px solid #8DC63F;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -12px;
}

.link-map-list-wrap.common {
    border-top: 1px solid #231916;
}

.page-font-print-search {
    width: 92%;
    margin: 30px auto 20px;
}
.page-font-print-search.members {
    margin: 20px auto 10px;
}
.page-font-print-search table {
    width: 100%;
}
.page-font-print-search td.page-font {
    width: 210px;
    color:  #222854;
    font-weight:  bold;
}
.page-font-print-search td {
    vertical-align:  middle;
}
.page-font-print-search td.page-print {
    width: 210px;
}
.page-font-print-search td.page-print a {
    color:  #222854;
    font-weight:  bold;
    text-decoration:  none;
}
.page-font-print-search td.page-print img {
    width: 28px;
    margin-right: 5px;
}
.page-font-print-search td.page-search {
    text-align:  right;
}
.page-font-print-search td.page-search input {
    display: inline;
    width: 300px;
}
.page-font-print-search td.page-font button {
    padding: 3px 5px;
    margin-left: 4px;
    border-color: #222854;
    color: #222854;
    font-weight: bold;
}
.page-font-print-search td.page-search label {
    margin-right: 10px;
    position:  relative;
}
.page-font-print-search td.page-search label:before {
    content: "";
    position: absolute;
    top: 7px;
    left: -13px;
    width: 0;
    height: 0;
    border: 3px solid transparent;
    border-left: 5px solid #fff;
    z-index: 4;
}
.page-font-print-search td.page-search label:after {
    content: "";
    width: 12px;
    height: 12px;
    position:  absolute;
    top: 4px;
    left: -17px;
    background-color: #595857;
    border-radius:  50%;
    z-index: 3;
}
.page-font-print-search td.page-search button {
    background-color:  #D1D3D4;
    position:  relative;
    top: -1px;
}

.page-font-print-search td.page-search input {
    margin-right: 10px;
}

/* ページコンテンツ */
.page-contents {
    width: 92%;
    margin: 20px auto 40px;
}

.breadcrumbs {
    font-size:  0.857em;
    font-weight:  bold;
    margin-bottom: 20px;
    color: #58595B;
}
.breadcrumbs a {
    font-size: 0.857em;
    color: #222854;
    font-weight: normal;
}
.breadcrumbs span {
    font-size: 0.857em;
    color: #222854;
}

.page-contents-title {
    background-color: #D1D3D4;
    border-bottom: 1px solid #231F20;
    padding: 6px;
}
.page-contents-title h2 {
    margin: 0;
    font-size: 1.143em;
    border-left: 5px solid #8DC63F;
    padding: 3px 0 3px 10px;
    color: #222854;
    position: relative;
    line-height: 1.4;
}

.page-contents-body {
    margin: 30px 0;
    position: relative;
}
.page-contents-body .image {
    width:  220px;
    float:  right;
    margin-left: 20px;
    margin-bottom: 20px;
}
.page-contents-body .image img {
    pointer-events: none;
}
.page-contents-body .image.left {
    float:  left;
    margin-left:  0;
    margin-right: 20px;
}
.page-contents-body .image.small {
    width: 20%;
}
.page-contents-body .contents {
    line-height: 1.8;
}
.page-contents-body .signing {
    clear:  both;
    text-align:  right;
    margin-top: 20px;
    line-height: 1.8;
}

.page-contents-body h3.page-contents-sub-title {
    border-bottom: 1px solid #231F20;
    margin-left: 6px;
    margin-top: 0;
    font-size: 1.143em;
    border-left: 5px solid #222854;
    padding: 3px 0 6px 10px;
    color: #222854;
}
.page-contents-body p.page-contents-body-contents {
    margin-left: 21px;
    margin-bottom: 0;
}
.page-contents-body p.page-contents-body-contents.padding-small {
    margin-left: 8px;
}
.page-contents-body table {
    margin-left: 11px;
    border-collapse:  separate;
    border-spacing: 10px 0;
}
.page-contents-body table.multi {
    margin-left: -9px;
    border-spacing: 30px 5px;
}
.page-contents-body table.multi2 {
    margin-left: -19px;
    border-spacing: 40px 0;
}
.page-contents-body p.page-contents-body-contents a {
    color: #222854;
}
.page-contents-body p.page-contents-body-contents a.pdf {
    position:  relative;
    padding-left: 18px;
}
.page-contents-body p.page-contents-body-contents a.pdf:before {
    content: url(../img/users/icon_pdf.png);
    position:  absolute;
    top: -2px;
    left:  0;
}
.page-contents-body p.page-contents-body-contents a.pdf.video:before {
    content: url(../img/users/icon_video.png);
}
.page-contents-body .contents.padding {
    margin-left: 21px;
}
.page-contents-body .contents.padding-small {
    margin-left: 8px;
}
.page-contents-body .contents.padding-large {
    margin-left: 26px;
}

.page-contents-body .contents-wrap {
    padding: 0 5px;
}
.page-contents-body .contents-wrap .business-title {
    font-size:  1.143em;
    color: #00AEEF;
    position:  relative;
    margin-bottom:  0;
    padding-left: 20px;
    margin-top: 20px;
}
.page-contents-body .contents-wrap .business-title .business-title-icon {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #00AEEF;
    position:  absolute;
    top: 50%;
    left: 8px;
    margin-top: -2.5px;
}
.page-contents-body .contents-wrap .business-title .business-title-icon:before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #00AEEF;
    position: absolute;
    top: -5px;
    left: -5px;
}
.page-contents-body .contents-wrap .business-title .business-title-icon:after {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #00AEEF;
    position: absolute;
    top: 5px;
    left: -5px;
}

.page-contents-body .contents a:not(.btn),
.page-contents-body .contents b.doc {
    color:  #222854;
    font-weight: bold;
}

.page-contents-body .to-page-top {
    margin-top: 20px;
    margin-right: 8px;
    text-align:  right;
}
.page-contents-body .to-page-top a.to-page-top-link {
    color: #222854;
    font-weight:  bold;
    position:  relative;
}
.page-contents-body .to-page-top a.to-page-top-link:before {
    content: "";
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom: 14px solid #F7941D;
    position:  absolute;
    top: -7px;
    left: -22px;
}
.page-contents-body .contents-image {
    margin: 30px 8px;
    width: 50%;
}

.page-contents-body p.page-contents-body-contents.statute {
    margin-left: 8px;
}

.page-contents-body .contents-wrap .business-title a {
    color: #00AEEF;
}
.page-contents-body .contents-wrap .business-title span {
    color: #000;
    font-size: 80%;
}

.page-contents-body p.page-contents-body-contents.statute.padding {
    padding-bottom: 8px;
}
.page-contents-body p.page-contents-body-contents.statute.padding.indent {
    margin-left: 30px;
}

.page-contents-body .contents span {
    color: #1B75BC;
}

/* 認定病院検索 */
.page-contents p.page-description {
    padding: 20px;
    font-weight: bold;
}
.page-contents .map-wrap {
    width:  90%;
    margin: 10px auto 60px;
    position: relative;
}

.prefecture-list {
    position:  absolute;
}
.prefecture-list table {
    border-collapse:  separate;
    border-spacing: 4px;
}
.prefecture-list.hokkaido {
    top: 30%;
    left: 87%;
}
.prefecture-list.tohoku {
    top: 41%;
    left: 81%;
}
.prefecture-list.kanto {
    top: 65%;
    left: 74%;
}
.prefecture-list.chubu-1 {
    top: 34%;
    left: 57%;
}
.prefecture-list.chubu-2 {
    top: 38%;
    left: 47%;
}
.prefecture-list.chubu-3 {
    top: 84%;
    left: 48%;
}
.prefecture-list.kinki {
    top: 30%;
    left: 35%;
}
.prefecture-list.chugoku {
    top: 37%;
    left: 20%;
}
.prefecture-list.shikoku {
    top: 90%;
    left: 24%;
}
.prefecture-list.kyusyu {
    top: 56%;
    left: -3%;
}
.prefecture-list.okinawa {
    top: 20%;
    left: 18%;
}
.prefecture-list .prefecture-item {
    padding: 3px 8px;
    border-radius: 2px;
    width: 72px;
}
.prefecture-list .prefecture-item a {
    color: #fff;
    display: block;
    text-decoration: none;
    text-align: center;
}
.prefecture-list.hokkaido .prefecture-item {
    background-color: #009EDB;
}
.prefecture-list.tohoku .prefecture-item {
    background-color: #57B4CF;
}
.prefecture-list.kanto .prefecture-item {
    background-color: #61C4B0;
}
.prefecture-list.chubu-1 .prefecture-item,
.prefecture-list.chubu-2 .prefecture-item,
.prefecture-list.chubu-3 .prefecture-item {
    background-color: #69C077;
}
.prefecture-list.kinki .prefecture-item {
    background-color: #DCBD5A;
}
.prefecture-list.chugoku .prefecture-item {
    background-color: #DA9B70;
}
.prefecture-list.shikoku .prefecture-item {
    background-color: #E688B8;
}
.prefecture-list.kyusyu .prefecture-item {
    background-color: #D47A7E;
}
.prefecture-list.okinawa .prefecture-item {
    background-color: #955ea7;
}

.modal-pref-wrap a.btn {
    color:  #fff;
    font-size: 1.68em;
}
.modal-pref-wrap a.btn.hokkaido {
    background: #009EDB;
}
.modal-pref-wrap a.btn.tohoku {
    background: #57B4CF;
}
.modal-pref-wrap a.btn.kanto {
    background: #61C4B0;
}
.modal-pref-wrap a.btn.chubu {
    background: #69C077;
}
.modal-pref-wrap a.btn.kinki {
    background: #DCBD5A;
}
.modal-pref-wrap a.btn.chugoku {
    background: #DA9B70;
}
.modal-pref-wrap a.btn.shikoku {
    background: #E688B8;
}
.modal-pref-wrap a.btn.kyusyu {
    background: #D47A7E;
}
.modal-pref-wrap a.btn.okinawa {
    background: #955ea7;
}

/* 認定病院一覧 */
.hospital-list-wrap {
    width: 100%;
    padding: 20px;
}
.hospital-list-wrap table {
    width:  100%;
    border: 2px solid #231F20;
}
.hospital-list-wrap th, .hospital-list-wrap td {
    padding: 5px 0 5px 20px;
}
.hospital-list-wrap th {
    background: #D1D3D4;
    color: #1B75BC;
}
.hospital-list-wrap td {
    border-top: 2px solid #231F20;
}
.hospital-list-wrap td a {
    color:  #222854;
    font-weight: bold;
}

/* 麻酔科医の役割 */
.pager {
    margin: 60px 0 20px;
}
.pager ul {
    padding:  0;
}
.pager li {
    display:  inline-block;
    margin-bottom: 3px;
}
.pager li > a, .pager li > span {
    border-color: #222854;
    color: #222854;
    padding: 5px 8px;
    border-radius:  0;
}
.pager li > span {
    background-color: #ddd;
}

.page-contents-body h3.page-contents-sub-title-sub {
    margin-left: 8px;
    margin-bottom: 4px;
    color:  #00AEEF;
    font-size: 1.143em;
}

/* 麻酔を受けられる方へ */
.page-contents-body .receive-anesthesia-image,
.page-contents-body .receive-anesthesia-link {
    width:  60%;
    margin: auto;
}
.page-contents-body .receive-anesthesia-link p.anesthesia-detail {
    width: 49%;
    display:  inline-block;
    text-align:  left;
}
.page-contents-body .receive-anesthesia-link p.anesthesia-detail.right {
    text-align:  right;
}
.aqua-blue {
    color: #00AEEF!important;
    font-weight: bold;
}
.red {
    color: #EF4136!important;
    font-weight: bold;
}
.big {
    font-size: 125%;
}
.light-red {
    color: #ED1C24!important;
    font-weight: bold;
}
.orange {
    color: #F15A29!important;
    font-weight: bold;
}
.page-contents-body .contents span.inline-pad {
    display: inline-block;
    padding-left: 2em;
}
.page-contents-body center {
    margin-top: 40px;
    color: #EF4136;
}
.page-contents-body .contents.indent {
    margin-bottom:  0;
    margin-left:  1em;
    text-indent: -1em;
    padding-left: 8px;
}
.page-contents-body .contents.indent-mid {
    margin-bottom:  0;
    margin-left:  1.4em;
    text-indent: -1.4em;
    padding-left: 8px;
}
.page-contents-body .contents.indent.large {
    text-indent: -3em;
    margin-left: 3em;
}

/* 市民のためのセミナー */
.seminar-wrap {
    margin-top: 30px;
    margin-bottom: 40px;
}
.seminar-wrap table {
    width: 100%;
    border: 1px solid #231F20;
}
.seminar-wrap tr {
    border-bottom: 1px solid #231F20;
}
.seminar-wrap th, .seminar-wrap td {
    vertical-align:  middle;
    line-height: 1.8;
}
.seminar-wrap th {
    background-color: #E6E7E8;
    color: #222854;
}
.seminar-wrap th:nth-child(1), .seminar-wrap td:nth-child(1) {
    text-align: center;
    padding: 10px;
    border-right: 1px solid #231F20;
    width: 30%;
    color: #222854;
    font-weight: bold;
}
.seminar-wrap th:nth-child(2), .seminar-wrap td:nth-child(2) {
    padding: 10px 0 10px 20px;
}
.seminar-wrap th a {
    color: #222854;
}

/* 麻酔科エンターテイメント */
.page-contents-body .contents a.entertainment-thumb {
    display:  inline-block;
    padding: 6px 20px;
}
.page-contents-body h3.page-contents-sub-title span {
    float: right;
}

.movie-wrap {
    position: relative;
    width: 80%;
    padding-top: 56.25%;
    margin: 0 auto 60px;
}
.movie-wrap iframe{
    position:absolute;
    top:0;
    right:0;
    width:100%;
    height:100%;
}
.many-movie {
    width: 50%;
    padding-top: 36.25%;
}

/* 麻酔博物館 */
.ggmap {
    position: relative;
    padding-bottom: 79%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.page-contents-body .contents span.indent {
    color: #000;
    margin-left: 12px;
    text-indent: -12px;
    display:  inline-block;
}
.page-contents-body .contents span.big-font {
    font-size:  1.82em;
    font-weight:  normal;
    padding: 20px 0;
    display:  inline-block;
}
.page-contents-body .receive-anesthesia-image.museum {
    width: 30%;
}

/* お問い合わせフォーム */
.contact-form table {
    width: 90%;
    margin: 0 auto;
    border-spacing: 0 20px;
}
.contact-form td {
    vertical-align:  middle;
}
.contact-form td:nth-child(1) {
    width: 13em;
}
.contact-form td:nth-child(1) .contents {
    margin: 0;
}

.form-control.phone {
    width: 8em;
    display:  inline-block;
}

.page-contents-body p.form-sub-title {
    width: 90%;
    margin: 20px auto;
    background-color: #E9E6E6;
    padding: 8px 12px;
}
.page-contents-body .form-select {
    width:  30%;
    margin-left: 5%;
}
.page-contents-body .form-select.category {
    width:  60%;
}
.page-contents-body .form-textarea {
    width:  90%;
    margin: auto;
}
.page-contents-body .submit-wrap {
    width:  90%;
    margin: 50px auto;
    text-align: center;
}
.page-contents-body .submit-wrap .btn {
    width: 100px;
    display:  inline-block;
    margin: 0 10px;
}

/* 入会・会員情報登録・更新 */
.tri-icon-list {
    margin-top: -20px;
}
.tri-icon-list ul {
    list-style: none;
    padding: 0;
}
.tri-icon-list li {
    position: relative;
    padding: 5px 0 5px 30px;
}
.tri-icon-list li a {
    color:  #222854;
    font-weight: bold;
}
.tri-icon-list li:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 13px;
    width: 0;
    height: 0;
    border: 3px solid transparent;
    border-left: 5px solid #fff;
    z-index: 11;
}
.tri-icon-list li:after {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    top: 8px;
    left: 8px;
    background-color: #F15A29;
    border-radius: 50%;
    z-index: 10;
}

.page-contents-body .contents span.block {
    display:  block;
    text-align: center;
}
.page-contents-body table.schedule {
    margin:  0;
    width: 100%;
    border-collapse: collapse;
}
.page-contents-body table.schedule th, .page-contents-body table.schedule td {
    border: 1px solid;
    padding: 4px 5px;
    text-align: center;
}
.page-contents-body table.schedule th:nth-child(1) {
    width: 100px;
}
.page-contents-body table.schedule th:nth-child(2) {
    width: 210px;
}
.page-contents-body table.schedule th:nth-child(3) {
    width: 100px;
}
.page-contents-body table.schedule th:nth-child(4),
.page-contents-body table.schedule td:nth-child(4) {
    text-align: left;
}
.page-contents-body .contents span.under-line {
    color:  #000;
    text-decoration:  underline;
}

.responsive-table {
    overflow-x: scroll;
}

.enrollment-wrap {
    width:  80%;
    margin: 50px auto;
}
.enrollment-wrap table {
    width: 100%;
}
.enrollment-wrap th {
    border: 1px solid #27AAE1;
    font-size:  1.68em;
    padding: 20px 0;
    width: 21%;
}
.enrollment-wrap th, .enrollment-wrap td {
    text-align:  center;
    vertical-align:  middle;
}
.enrollment-wrap th.current {
    background-color: #D1EEFC;
}

/* 医療関係者の皆様 */
.subpage-title.person .contents {
}

.subpage-main-menu.person a, .subpage-main-menu.student a, .subpage-main-menu.english a {
    padding-top: 32px;
    padding-bottom: 32px;
}
.subpage-main-menu a.multi-lines {
    padding-top: 22px;
    padding-bottom: 22px;
}
.subpage-main-menu.person a:after, .subpage-main-menu.student a:after, .subpage-main-menu.english a:after {
    top: 35px;
}
.subpage-main-menu.person a:before, .subpage-main-menu.student a:before, .subpage-main-menu.english a:before {
    top: 39px;
}

.link-map-list-wrap.person, .link-map-list-wrap.member, .link-map-list-wrap.student {
    border-top: 1px solid #231916;
}

.header .header-infomation.person {
    background-color: #44ADE2;
}

.footer.person {
    background-color: #44ADE2;
}

.header-search-area.common label, .header-search-area.person label, .header-search-area.member label, .header-search-area.student label {
    color: #58595B;
}
.header-search-area.common label:after, .header-search-area.person label:after, .header-search-area.member label:after, .header-search-area.student label:after {
    background: #58595B;
}

.tri-icon-list.no-margin {
    margin-top: 30px;
}

.page-contents-body p.page-contents-body-contents.guide-line {
    margin-top: 10px;
}
.page-contents-body .contents.guide-line {
    margin-top: 10px;
}

.sub-page-menu.active.person {
    border-bottom: 10px solid #44ADE2;
}

.page-contents.person .page-contents-title h2 {
    border-color: #44ADE2;
}

.right-menu.person ul.outer > li:after {
    background-color: #44ADE2;
}
.right-menu.person ul.inner > li:before {
    background: #44ADE2;
}
.right-menu.person ul.inner > li:after {
    border-color: #44ADE2;
}

/* 医薬品ガイドライン */
.medicine-guide-line-table table {
    width: 100%;
    margin-left: 8px;
    border-collapse: collapse;
}
.medicine-guide-line-table td {
    width:  25%;
    border: 1px solid #222854;
}
.medicine-guide-line-table td a {
    color: #222854;
    font-weight: bold;
    position:  relative;
    display:  block;
    padding: 5px 8px;
    padding-left: 26px;
}
.medicine-guide-line-table td a:before {
    content: "";
    position: absolute;
    top: 11.5px;
    left: 15px;
    width: 0;
    height: 0;
    border: 3px solid transparent;
    border-left: 5px solid #fff;
    z-index: 11;
}
.medicine-guide-line-table td a:after {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    top: 7.5px;
    left: 10px;
    background-color: #F15A29;
    border-radius: 50%;
    z-index: 10;
}

.business-title a.medicine-title {
    display: inline-block;
    margin-left: 15px;
}
.business-title a.medicine-title:before {
    content: url(../img/users/icon_pdf.png);
    position: absolute;
    top: 1px;
    left: 22px;
}

/* 学術集会情報 */
.page-contents-body .contents-wrap .business-title.dashed-under-line:after {
    content: "";
    position:  absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #939598;
}

.academic-information-table {
    margin-top: 20px;
}
.academic-information-table table {
    margin-left: 0;
    width: 100%;
}
.academic-information-table th, .academic-information-table td {
    vertical-align:  middle;
    padding: 5px 0;
}
.academic-information-table th {
    text-align:  right;
    color: #00AEEF;
    width: 6em;
}
.academic-information-table td {
    color: #222854;
}
.academic-information-table td a {
    color: #222854;
}

.academic-information-box {
    width:  80%;
    margin: 20px auto;
    text-align: center;
    line-height: 2;
    border: 1px solid #222854;
    padding: 15px;
    background: #C1E8F8;
}
.academic-information-box a {
    color: #222854;
}

/* 各種声明文・提言等 */
.tri-icon-list.statement li {
    margin-bottom: 20px;
}

/* 偶発症例調査 */
.page-contents-body .contents span.big-font.black {
    color: #000;
}

/* その他調査実施について */
.page-contents-body .contents span.indent-padding {
    color:  #000;
    display:  inline-block;
    padding-left: 6.4em;
}

/* 講習会・セミナーなど */
.page-contents-body .contents.after-under-line {
    margin-top: 15px;
}

/* 過去の年次学術集会 */
.annual-academic-wrap table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
}
.annual-academic-wrap th, .annual-academic-wrap td {
    border: 1px solid #939598;
}
.annual-academic-wrap th {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #4ac7e9 50%, #4ac7e9 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#4ac7e9 50%,#4ac7e9 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#4ac7e9 50%,#4ac7e9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#4ac7e9',GradientType=0 ); /* IE6-9 */
    text-align:  center;
    font-weight: normal;
    padding: 3px 0;
}
.annual-academic-wrap th:nth-child(2) {
    width: 15%;
}

.annual-academic-wrap th:nth-child(3) {
    width: 25%;
}
.annual-academic-wrap th:nth-child(4) {
    width: auto;
}
.annual-academic-wrap th:nth-child(5) {
    width: 15%;
}
.annual-academic-wrap td {
    padding: 3px 8px;
}
.annual-academic-wrap td.center-td {
    text-align: center;
}
.annual-academic-wrap tr.list:nth-child(even) {
    background: #E6E7E8;
}
.annual-academic-wrap td a {
    color: #222854;
}
.annual-academic-wrap.branch th:nth-child(2) {
    width: 31%;
}
.annual-academic-wrap.branch th:nth-child(3) {
    width: 24%;
}
.annual-academic-wrap.branch th:nth-child(4) {
    width: 31%;
}
.annual-academic-wrap.branch th:nth-child(5) {
    width: 15%;
}
.annual-academic-wrap.branch tr.separator {
    border-bottom: 5px solid #939598;
}

/* 過去のセミナー */
.annual-academic-wrap.seminar-2011 {
    margin-bottom: 20px;
    margin-left: 8px;
}
.annual-academic-wrap.seminar-2011 th {
    text-align:  left;
    padding-left: 8px;
}
.annual-academic-wrap.seminar-2011 th:nth-child(1) {
    width: 80px;
}
.annual-academic-wrap.seminar-2011 th:nth-child(3) {
    width: 80px;
}
.annual-academic-wrap.seminar-2011 th:nth-child(2) {
    width: auto;
}
.annual-academic-wrap.seminar-2011 th:nth-child(4) {
    width: 120px;
}
.annual-academic-wrap.seminar-2011 td:nth-child(1) {
    text-align:  right;
}
.annual-academic-wrap.seminar-2011.time-table th:nth-child(1) {
    width: 80px;
}
.annual-academic-wrap.seminar-2011.time-table th:nth-child(2) {
    width: auto;
}
.annual-academic-wrap.seminar-2011.time-table th:nth-child(3) {
    width: 80px;
}
.annual-academic-wrap.seminar-2011.time-table th:nth-child(4) {
    width: 240px;
}
.annual-academic-wrap.seminar-2011.time-table td:nth-child(1) {
    text-align: left;
}

/* 注意喚起 */
.annual-academic-wrap.heads-up-wrap th {
    line-height: 2;
}
.annual-academic-wrap.heads-up-wrap th:nth-child(1) {
    width: 160px;
}
.annual-academic-wrap.heads-up-wrap th:nth-child(2) {
    width: auto;
}
.annual-academic-wrap.heads-up-wrap th:nth-child(3) {
    width: 120px;
}

/* 会員の皆様 */
.header .header-infomation.member {
    background-color: #F7941D;
}
.footer.member {
    background-color: #F7941D;
}
.sub-page-menu.active.member {
    border-bottom: 10px solid #F7941D;
}
.page-contents.member .page-contents-title h2 {
    border-color: #F7941D;
}
.right-menu.member ul.outer > li:after {
    background-color: #F7941D;
}
.right-menu.member ul.inner > li:before {
    background: #F7941D;
}
.right-menu.member ul.inner > li:after {
    border-color: #F7941D;
}

.page-contents-body .box-contents {
    margin: 20px 8px;
    border: 1px solid #231F20;
    padding: 15px 20px;
}
.page-contents-body .box-contents p {
    margin: 0;
    line-height: 1.8;
    margin-left: 1em;
    text-indent: -1em;
}

.annual-academic-wrap.member th {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #fdc78b 37%, #f7941e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#fdc78b 37%,#f7941e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#fdc78b 37%,#f7941e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7941e',GradientType=0 ); /* IE6-9 */
}
.annual-academic-wrap.award-history th {
    text-align:  left;
    padding-left: 10px;
}
.annual-academic-wrap.award-history th:nth-child(1) {
    width: 100px;
}
.annual-academic-wrap.award-history th:nth-child(2) {
    width: 150px;
}
.annual-academic-wrap.award-history th:nth-child(3) {
    width: 300px;
}
.annual-academic-wrap.award-history th:nth-child(4) {
    width: auto;
}
.annual-academic-wrap.award-history td.count-title {
    text-align: center;
}

.page-contents-body p.page-contents-body-contents a.pdf.xls:before {
    content: url(../img/users/icon_xls.png);
}
.page-contents-body p.page-contents-body-contents span.no-icon {
    padding-left: 18px;
}
.page-contents-body .contents.circle-link a {
    display:  inline-block;
}
.page-contents-body .contents.circle-link a:before {
    content: "●";
    display:  inline-block;
    margin-right: 10px;
    color: #A19FCF;
}
.page-contents-body .contents.indent-box span {
    display:  block;
    color: #000;
    margin-left: 1em;
    text-indent: -1em;
}
.page-contents-body .contents.indent-box span.no-indent {
    margin-left: 1em;
    text-indent: 0;
}

.future-plans table {
    width: 100%;
}
.future-plans th, .future-plans td {
    vertical-align: top;
    padding: 5px 0;
}
.future-plans th {
    width: 9em;
    font-weight: normal;
}
.future-plans td a {
    color: #222854;
}

.jsa-pims-graph {
    border: 1px solid #231F20;
}

.open-right-menu.member a:before {
    border-top: 15px solid #f7941c;
}
.open-right-menu.member a:after {
    border-top: 15px solid #f7941c;
}

/* 学生・研修医の皆様 */
.header-top-wrap.student .header-contents {
    background: rgba(244,154,193,0.6);
}
.header-top-wrap.student .header-contents p.main-contents {
    font-size:  2.857em;
}
.header .header-infomation.student {
    background-color:  #F49AC1;
}
.footer.student {
    background-color:  #F49AC1;
}

.sub-page-menu.active.student {
    border-bottom: 10px solid #F49AC1;
}
.page-contents.student .page-contents-title h2 {
    border-color:  #F49AC1;
}
.right-menu.student ul.outer > li:after {
    background-color:  #F49AC1;
}
.right-menu.student ul.inner > li:before {
    background: #F49AC1;
}
.right-menu.student ul.inner > li:after {
    border-color:  #F49AC1;
}

.tri-icon-list.student li:after {
    background-color: #f39ac1;
}

.open-right-menu.student a:before {
    border-top: 15px solid #e79fc0;
}
.open-right-menu.student a:after {
    border-top: 15px solid #e79fc0;
}

/* 英語ページ */
.wrap.sub-page.english {
    border-top: 10px solid #1B75BC;
}

.page-contents.english .page-contents-title h2 {
    border-color: #00AEEF;
}

.right-menu.english ul.outer > li:after {
    background-color: #00AEEF;
}
.right-menu.english ul.inner > li:before {
    background: #00AEEF;
}
.right-menu.english ul.inner > li:after {
    border-color: #00AEEF;
}

.page-font-print-search table.english-page td.page-font {
    width: 280px;
}
.page-font-print-search table.english-page label:before {
    top: -2px;
}
.page-font-print-search table.english-page label:after {
    top: -5px;
}

.page-contents-body .contents span.english-sub-title {
    font-size: 1.286em;
    color: #2B3990;
}

.qa-wrap .qa-box {
    margin-top: 25px;
}
.qa-wrap .qa-box .question, .qa-wrap .qa-box .answer {
    position: relative;
    padding-left: 36px;
}
.qa-wrap .qa-box .question {
    font-size: 1.143em;
    color: #222854;
}
.qa-wrap .qa-box .answer {
    margin-top: 20px;
}
.qa-wrap .qa-box .question:before, .qa-wrap .qa-box .answer:before {
    color: #fff;
    position: absolute;
    top: -2px;
    left: 0;
}
.qa-wrap .qa-box .question:before {
    content: "Ｑ";
    font-size: 1.286em;
    background: #1B75BC;
    border-radius: 50%;
    padding: 0px 6px 4px 5px;
}
.qa-wrap .qa-box .answer:before {
    content: "Ａ";
    font-size: 1.286em;
    background: #EC008C;
    border-radius: 50%;
    padding: 1px 5px 2px 5px;
}

.page-contents-body .contents.international-title {
    text-align: center;
    font-size: 1.286em;
    color: #222854;
}
.page-contents-body .contents.international-contents {
    text-align: center;
}

.page-contents-body .contents span.dark-blue {
    color: #222854;
}

.page-contents-body table.contact-information {
    width: 100%;
    border-collapse: separate;
    border-spacing: 10px;
}
.page-contents-body table.contact-information th {
    border-right: 2px solid #1B75BC;
    font-weight: normal;
    width: 100px;
}
.page-contents-body table.contact-information td a {
    color: #2d2951;
}
.page-contents-body table.contact-information th.no-border {
    border-right: none;
}

.open-right-menu.english a:before {
    border-top: 15px solid #4cade9;
}
.open-right-menu.english a:after {
    border-top: 15px solid #4cade9;
}

/* 会員サイト */
.members-menu table {
    width: 100%;
}
.members-menu td {
    width: 100%;
    display: block;
    padding: 2px;
    position: relative;
    vertical-align: middle;
    background: #ECEBEA;
}
.members-menu td a {
    display: block;
    color: #fff;
    background: #f39701;
    border: 1px solid #fff;
    padding: 8px 18px 8px 14px;
    font-size: 1em;
    text-decoration: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
}
.members-menu td a.long-txt {
    font-size: 0.89em;
    padding-top: 10px;
    padding-bottom: 10px;
}
.members-menu td a span {
    font-size: 0.6em;
}
.members-menu td a:before {
    content: "";
    width: 2px;
    height: 22px;
    background: #fff;
    position: absolute;
    top: 10px;
    left: 10px;
}
.members-menu td a:hover {
    opacity: 0.7;
}
.members-menu td a:after {
    content: "＞";
    font-weight: bold;
    position: absolute;
    top: 11px;
    right: 8px;
}
.members-menu td a.long-txt:after {
    top: 13px;
}
.members-menu td:not(.empty):before {
    content: none;
    position: absolute;
    width: 0;
    height: 0;
    top: 10px;
    left: 10px;
    border: 4px solid transparent;
    border-left: 6px solid #BE1E2D;
}
.members-menu tr:last-child td:last-child:before {
    display: none;
}

.members-contents {
    position: relative;
}
.members-contents .members-line {
    position: absolute;
    width: 90px;
    height: 100%;
    top: -0.5px;
    left: 50px;
    overflow: hidden;
    z-index: -1;
}
.members-contents .members-title {
    padding: 20px 10px 0 280px;
}
.members-contents .members-title h1 {
    font-size: 2.4vw;
    font-weight: normal;
    letter-spacing: 6px;
    line-height: 1.6;
    margin: 0;
    margin-bottom: 20px;
}
.members-contents .members-title h1:first-letter {
    color: #bf1e2e;
}

.banner-wrap.members {
    position: relative;
    padding: 30px 30px 20px;
    margin-top: 30px;
    border-bottom: none;
    z-index: 10;
}

.infomation-wrap.members {
    margin: 30px 20px 30px 280px;
}
.infomation-wrap.members .infomation-header-title {
    color: #4169AF;
    font-size: 1.429em;
}
.infomation-wrap.members .infomation-body {
    max-height: 160px;
}
.infomation-wrap.members .infomation-header-contents.more-history {
    text-align: right;
}
.infomation-wrap.members .infomation-header-contents.more-history a {
    color: #58595B;
}

.members-contents .members-end-contents {
    padding-left: 280px;
    padding-top: 50px;
    padding-bottom: 80px;
    padding-right: 20px;
}
.members-contents .members-end-contents h1 {
    margin: 0;
    color: #F15A29;
    font-weight: normal;
    font-size: 2.571em;
}
.members-contents .members-end-contents h4 {
    margin-bottom: 0;
    font-weight: normal;
    font-size: 1em;
}

.footer.members {
    background: #F7941D;
}
/*.footer.members .footer-infomation {
    width: 300px;
    display: block;
    margin: 30px auto;
}
.footer.members .footer-infomation .footer-logo {
    display: block;
    width: 100%;
}
.footer.members .copyright {
    text-align: center;
}*/

.header .header-infomation.members.sub-page {
    /*border-bottom: 10px solid #F7941D;*/
}

hr.members-border {
    margin: 0;
    border-color: #F7941D;
}

.right-menu.members ul.outer > li:after {
    background: #F7941D;
}
.right-menu.members ul.inner > li:before {
    background: #F7941D;
}
.right-menu.members ul.inner > li:after {
    border-color: #F7941D;
}

.page-contents.members .page-contents-title h2 {
    border-color: #F7941D!important;
}

.message-table {
    margin-top: -5px;
}
.message-table table {
    width: 100%;
    margin-left: 8px;
    border-collapse: collapse;
    border: 1px solid #6D6E71;
}
.message-table th, .message-table td {
    vertical-align: middle;
    padding: 10px 12px;
    border-bottom: 1px solid #6D6E71;
}
.message-table th {
    border-right: 1px solid #6D6E71;
}

table.history-schedule {
    margin-left: 8px;
    border-spacing: 0 10px;
}
table.history-schedule th, table.history-schedule td {
    vertical-align: top;
}
table.history-schedule th {
    font-weight: normal;
}

.page-contents-body h3.page-contents-sub-title a {
    color: #222854;
}

.monthly-wrap {
    margin-top: 15px;
    padding-left: 8px;
}
.monthly-wrap table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #231F20;
    margin-left: 0;
}
.monthly-wrap th, .monthly-wrap td {
    padding: 10px;
    border-bottom: 1px solid;
}
.monthly-wrap th {
    border-right: 1px solid;
    width: 80px;
    text-align: center;
}
.monthly-wrap thead th, .monthly-wrap thead td {
    background: #F1F2F2;
}
.monthly-wrap thead td {
    color: #222854;
    font-weight: bold;
}
.monthly-wrap td a {
    color: #222854;
}
.monthly-wrap td a.about-monthly {
    margin-left: 3em;
}
.monthly-wrap td.combine-center {
    text-align: center;
    font-weight: bold;
}
.monthly-wrap .underline {
    border-bottom: 1px solid;
}

.monthly-wrap.publication td {
    border-right: 1px solid;
}
.monthly-wrap.publication td:nth-child(1) {
    width: 180px;
}
.monthly-wrap.publication td:nth-child(2) {
    width: 160px;
    text-align: center;
}
.monthly-wrap.publication td:nth-child(3) {
    width: 140px;
    text-align: center;
}
.monthly-wrap.publication thead td {
    text-align: center;
}

.page-contents-body .contents span.big-font.investigation {
    font-size: 1.143em;
    padding: 0;
    color: #000;
}

.investigation-image {
    width: 50%;
    margin-top: 15px;
}
.investigation-image.center {
    margin: 15px auto;
}

.monthly-wrap.investigation th {
    background: #CAE8E1;
}
.monthly-wrap.investigation th:nth-child(1) {
    width: 140px;
}
.monthly-wrap.investigation th:nth-child(2) {
    width: 140px;
}
.monthly-wrap.investigation th:nth-child(3) {
    width: 100px;
}
.monthly-wrap.investigation th:nth-child(4) {
    width: 150px;
}
.monthly-wrap.investigation th:nth-child(5) {
    width: auto;
}
.monthly-wrap.investigation td {
    border-right: 1px solid;
    text-align: center;
}
.monthly-wrap.investigation td.main {
    background: #17a282;
    color: #fff;
    border-color: #000;
}
.monthly-wrap.investigation td.sub {
    background: #93bb98;
    color: #fff;
    border-color: #000;
}

.numbering-list ul {
    counter-reset: my-counter;
    list-style: none;
    padding: 0;
    margin-left: 10px;
}
.numbering-list li {
    margin-bottom: 10px;
    padding-left: 40px;
    position: relative;
}
.numbering-list li:before {
    content: counter(my-counter);
    counter-increment: my-counter;
    color: #222;
    display: block;
    float: left;
    line-height: 22px;
    margin-left: -40px;
    height: 22px;
    width: 22px;
    border-radius: 50%;
    padding-right: 1px;
}
.numbering-list .contents {
    margin-left: 40px;
}
.numbering-list.faq ul {
    margin-left: 0;
}
.numbering-list.faq.perioperative ul {
    margin-top: 10px;
}
.numbering-list.faq li:before {
    border: 1px solid;
    text-align: center;
    line-height: 19px;
}
.numbering-list.faq.perioperative li {
    padding-left: 30px;
}
.numbering-list.faq.perioperative li:before {
    padding-right: 0;
    line-height: 21px;
    margin-top: 2px;
    margin-left: -30px;
}

.open-right-menu.members a:before {
    border-top: 15px solid #ff8f00;
}
.open-right-menu.members a:after {
    border-top: 15px solid #ff8f00;
}

.past-questions-wrap table {
    border-collapse: collapse;
}
.past-questions-wrap th, .past-questions-wrap td {
}
.past-questions-wrap th {
    padding: 10px 15px 10px 0;
}
.past-questions-wrap td {
    padding: 10px 50px 10px 30px;
}

/* ログイン画面 */
.user-login-wrap {
    margin: 30px 0;
}
.user-login-wrap p.login-title {
    background: #f7941e; /* Old browsers */
    background: -moz-linear-gradient(left, #f7941e -1%, #f99d33 73%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #f7941e -1%,#f99d33 73%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #f7941e -1%,#f99d33 73%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7941e', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
    margin: 0;
    color: #fff;
    font-size: 2em;
    font-style: italic;
    padding: 5px 0 5px 15px;
    border-top-left-radius: 15px;
}

.login-form-wrap {
    background: #D1D3D4;
    padding: 30px;
}
.login-form-wrap.password {
    background: #E6E7E8;
}
.login-form-wrap label {
    display:  inline-block;
    width: 15%;
    font-size: 1.82em;
    color: #808285;
    font-weight: normal;
    font-style:  italic;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.login-form-wrap input {
    display:  inline-block;
    width: 85%;
}

.login-submit-wrap {
    background: #D1D3D4;
    text-align:  right;
    padding: 30px;
    margin: 0;
}
.login-submit-wrap button {
    background: #939598;
    border-color:  #939598;
    color:  #fff;
    font-style:  italic;
    display:  inline-block;
    margin-left: 20px;
    border-radius: 10px;
    padding: 6px 20px;
}
.login-submit-wrap label {
    color: #222854;
}

.login-description-wrap {
    padding: 20px 25px;
    position:  relative;
    margin-bottom: 30px;
}
.login-description-wrap .login-form-logo {
    position:  relative;
    margin-top: 20%;
}
.login-description-wrap p.login-description {
    margin-bottom: 30px;
}

.reset-password-wrap a {
    display:  inline-block;
    margin-right: 10px;
    border-radius: 10px;
    background: #D1D3D4;
    border-color: #D1D3D4;
    color: #808285;
    font-style:  italic;
}

.checkbox label {
    padding-left: 10px;
}

.login-form-footer {
    height: 50px;
    background: #f7941e;
    background: -moz-linear-gradient(left, #f7941e -1%, #f99d33 73%, #ffffff 100%);
    background: -webkit-linear-gradient(left, #f7941e -1%,#f99d33 73%,#ffffff 100%);
    background: linear-gradient(to right, #f7941e -1%,#f99d33 73%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7941e', endColorstr='#ffffff',GradientType=1 );
    margin: 0;
    color: #fff;
    font-size: 2em;
    font-style: italic;
    padding: 5px 0 5px 15px;
    border-bottom-left-radius: 15px;
}

.page-contents.login {
    width: 80%;
}

/* 入会申請フォーム */
.enrollment-form-wrap {
    width:  96%;
    margin: 30px auto;
}
.enrollment-form-wrap .enrollment-box label {
    display: inline-block;
    width: 18%;
    min-width:  5em;
    font-size: 1.54em;
    margin-right: 10px;
}
.enrollment-form-wrap .enrollment-box label span {
    color: #ED1C24;
}
.enrollment-form-wrap .enrollment-box input {
    display:  inline-block;
    width: 74%;
}
.enrollment-box.page-contents {
    width: 100%;
    margin: 0;
}
.enrollment-box p.enrollment-description {
    margin: 20px 0;
    color: #1B75BC;
    line-height: 1.8;
}
.enrollment-box .division label {
    width: 24%;
    min-width: 7em;
}
.enrollment-box .division select {
    display: inline-block;
    width: 68%;
}

.member-information-form-wrap {
    margin: 20px 0;
}
.member-information-form-wrap table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 5px;
}
.member-information-form-wrap th {
    width: 9em;
    font-size: 1.54em;
}
.member-information-form-wrap th span {
    color: #ED1C24;
}
.member-information-form-wrap td {
    text-align: left;
    padding-left: 20px;
}
.member-information-form-wrap label {
    width: 10%!important;
    min-width:  3em!important;
    text-align: right;
}
.member-information-form-wrap input {
    width: 78%!important;
}
.member-information-form-wrap .no-label {
    padding-left: 6.9%;
}
.member-information-form-wrap .no-label input {
    width: 96%!important;
}
.member-information-form-wrap .mail-maga label {
    width: 100%!important;
    text-align: left;
    font-size: 1em;
}
.member-information-form-wrap .no-label select {
    width: 96%;
}
.member-information-form-wrap .gender label {
    width: auto!important;
    margin-bottom: 0;
    text-align:  left;
    margin-left: 10px;
    top: 2px;
    position:  relative;
}

.enrollment-box .med-doc {
    margin-bottom: 25px;
}
.enrollment-box .med-doc label {
    width: 22%;
    min-width: 6em;
}
.enrollment-box .med-doc input {
    width: 70%;
}

.enrollment-form-wrap h3.page-contents-sub-title {
    margin-left: 0;
}
.enrollment-form-wrap .page-contents-body {
    margin-top: 60px;
    width: 97%;
}

.member-information-form-wrap .no-label.more {
    padding-left: 14.3%;
}
.member-information-form-wrap a.btn {
    display:  inline-block;
    margin-right:  15px;
    border-radius: 10px;
    background: #939598;
    color:  #fff;
    font-style:  italic;
    width: 80px;
}

.enrollment-submit-wrap {
    text-align:  center;
    margin-bottom: 40px;
}
.enrollment-submit-wrap a.btn {
    font-size:  1.54em;
    border-radius: 10px;
    background: #939598;
    color:  #fff;
    width: 100px;
    margin: 0 10px;
}
.member-information-form-wrap a.btn:hover,
.enrollment-submit-wrap a.btn:hover {
    background: #bcbec1;
}

p.re-enrollment-description {
    padding-left: 6.9%;
}

.member-information-form-wrap.re-enrollment th {
    width: 10em;
}

.enrollment-box p.enrollment-description span {
    color: #000;
}

.ui-datepicker {
    width: 300px;
}
.ui-datepicker .ui-datepicker-title {
    color: #333;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 30%;
    position:  relative;
    padding: 5px;
}
.ui-datepicker select.ui-datepicker-year {
    top: 0;
    margin-right: 5px;
}
.ui-datepicker select.ui-datepicker-month {
    top: 2px;
    margin-left: 5px;
}

.page-contents.login .page-contents-title h2 {
    border-color: #006fbe;
}

/* 右側メニュー関連 */
.right-menu ul {
    list-style:  none;
}
.right-menu ul.outer {
    padding: 0;
    margin:  0;
}
.right-menu ul.outer > li {
    border-left: 1px solid #231F20;
    border-right:  1px solid #231F20;
    border-bottom: 1px solid #231F20;
    padding: 15px 0 15px 30px;
    background-color:  #f3f3f4;
    box-shadow: 0px -3px 1px 0px rgba(0,0,0,0.2) inset;
    position:  relative;
}
.right-menu ul.outer > li a {
    color:  #222854;
    display:  block;
    cursor:  pointer;
    font-size: 0.929em;
    font-weight: bold;
    word-break: normal;
    padding-right: 10px;
}
.right-menu ul.outer > li:first-child {
    border-top: 1px solid #231F20;
}
.right-menu ul.outer > li:before {
    content: "";
    position: absolute;
    top: 21px;
    left: 13px;
    width: 0;
    height: 0;
    border: 3px solid transparent;
    border-left: 5px solid #fff;
    z-index: 11;
}
.right-menu ul.outer > li:after {
    content: "";
    width: 14px;
    height: 14px;
    position:  absolute;
    top: 17px;
    left: 8px;
    background-color: #8DC63F;
    border-radius:  50%;
    z-index: 10;
}
.right-menu ul.outer > li.active {
    padding-bottom: 2px;
}

.right-menu ul.inner {
    padding:  0;
    margin-left: -30px;
    margin-top: 15px;
}
.right-menu ul.inner > li {
    padding: 15px 10px 15px 52px;
    border-top: 1px solid #000;
    position:  relative;
    background-color: #fff;
}
.right-menu ul.inner > li:before,
.right-menu ul.inner > li:after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.right-menu ul.inner > li:before {
    content: "";
    width: 12px;
    height: 2px;
    background: #7a0;
    position:  absolute;
    top: 0;
    left: 30px;
}
.right-menu ul.inner > li:after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #7a0;
    border-right: 2px solid #7a0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position:  absolute;
    top: 0;
    left: 33px;
}

.child {
    display: none;
}
.child.active {
    display: block;
}

/* フッター関連 */
.footer {
    background-color: #056FB8;
    padding: 30px 0 40px;
}
.footer.common {
    background-color: #8DC63F;
}
.footer .footer-menu {
    margin:  0 80px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 15px 5px;
    text-align:  center;
}
.footer .footer-menu ul {
    list-style:  none;
    padding:  0;
    margin:  0;
}
.footer .footer-menu li {
    display:  inline;
    border-right: 1px solid #fff;
    padding: 0px 8px 2px;
}
.footer .footer-menu li:last-child {
    border-right:  none;
}
.footer .footer-menu li a {
    color: #fff;
    font-size: 0.857em;
    word-break: normal;
}
.footer .footer-infomation {
    display:  table;
    margin: 30px auto 30px auto;
    width: auto;
}
.footer .footer-infomation .footer-logo {
    display:  table-cell;
    width: 300px;
    vertical-align: middle;
}
.footer .footer-infomation .footer-logo.english {
    width: 400px;
    vertical-align: middle;
}
.footer .footer-infomation .footer-address {
    display:  table-cell;
    width: 300px;
    vertical-align: middle;
    color:  #fff;
    padding-left: 40px;
    font-size: 0.857em;
}
.footer .footer-infomation .footer-address.english {
    width: 350px;
}
.footer .footer-infomation .footer-phone {
    display:  table-cell;
    width: 400px;
    padding-left: 40px;
    vertical-align:  top;
    color:  #fff;
    font-size: 0.857em;
}
.footer .footer-infomation .footer-phone.english {
    vertical-align: middle;
}
.footer .footer-infomation .footer-phone a {
    color: #fff;
}
.footer .copyright {
    margin: 0 80px;
    color:  #fff;
    letter-spacing: 3px;
    text-align: center;
}

.pagetop {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
}
.pagetop a {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #222;
    font-size: 0.857em;
    text-decoration: none;
    padding: 5px 10px;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop a:hover {
    display: block;
    background-color: #b2d1fb;
    text-align: center;
    color: #fff;
    font-size: 0.857em;
    text-decoration: none;
    padding:5px 10px;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.ggmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-top: 20px;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.location-wrap {
    margin-top: 20px;
}
.location-wrap .location-box table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 10px;
}
.location-wrap .location-box th, .location-wrap .location-box td {
    vertical-align: middle;
}
.location-wrap .location-box th a, .location-wrap .location-box td a {
    color: #000;
}
.location-wrap .location-box th {
    width: 100px;
    border-right: 2px solid #00AEEF;
    padding-top: 2px;
}
.location-wrap .location-box th.space {
    border: none;
}
.location-wrap .location-box td {
    padding: 2px 0 0 15px;
}

/* 麻酔博物館ページ修正 2019.01.11 */
.museum-head-contents {
    margin-top: 20px;
}
.museum-head-contents table {
    width: 100%;
}
.museum-head-contents th {
    width: 250px;
    vertical-align: top;
}
.museum-head-contents th .page-contents-body {
    margin: 0;
}
.museum-head-contents td {
    width: auto;
}

.flexslider {
    border: none;
    position: relative;
    margin-bottom: 0;
    z-index: 0;
}
.flex-direction-nav a {
    height: 50px;
}
.flex-direction-nav .flex-prev {
    left: 0px;
}
.flex-direction-nav .flex-next {
    right: 0px;
}
.flex-direction-nav a:before {
    color: rgba(255, 255, 255, 1);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 1);
}

.page-contents-body table.museum-history {
    margin-left: 0;
    border-spacing: 0px 8px;
    margin: -12px 0;
}
.page-contents-body table.museum-history th {
    width: 150px;
}
.page-contents-body table.museum-history.master th {
    width: 120px;
}

/* 2019.01.17 追加CSS */
.numbering-list.acls {
    padding-left: 22px;
}

.page-contents-body .agree-wrap {
    width: 90%;
    margin: 30px auto;
    border-top: 1px solid #999;
    padding-top: 25px;
    display: none;
}
.page-contents-body .agree-wrap .agree-title {
    text-align: center;
    font-size: 1.714em;
    margin-bottom: 20px;
}
.page-contents-body .agree-wrap .agree-contents {
    margin-bottom: 15px;
    line-height: 1.8;
}
.page-contents-body .agree-wrap .agree-check-wrap {
    text-align: center;
    font-size: 1.429em;
}
.page-contents-body .agree-wrap .agree-check-wrap label {
    margin: 0;
}
.page-contents-body .agree-wrap .agree-check-wrap .icheckbox_flat-blue {
    margin-bottom: 4px;
    margin-right: 6px;
}

.contact-form table.check-table th {
    width: 15em;
    border-right: none;
}
.contact-form table.check-table th,
.contact-form table.check-table td {
    padding: 10px 10px 0;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
}
.contact-form table.check-table {
    border-spacing: 0;
    border-bottom: 1px solid #999;
}
.contact-form table.check-table td {
    border-right: 1px solid #999;
}

.mypage-login-wrap {
    height: 100%;
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 2px;
    margin-right: 20px;
}
.mypage-login-wrap .mypage-login-inner {
    border: 2px solid #E60013;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 2px 0;
    position: relative;
}
.mypage-login-wrap p.mypage-login-title {
    text-align: center;
    font-size: 1.2em;
    margin-bottom: 0;
    color: #E60013;
    position: relative;
}
.mypage-login-wrap p.mypage-login-description {
    margin-bottom: 0;
    text-align: center;
    font-size: 0.557em;
}
.mypage-login-wrap p.mypage-login-title:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 24.5px;
    background-image: url(../img/users/icon_login.png);
    background-size: cover;
    vertical-align: middle;
    position: relative;
    top: -2px;
    left: 0;
    margin-right: 5px;
}
.mypage-login-wrap.to-program {
    margin-bottom: 6px;
}
.mypage-login-wrap.to-program .mypage-login-inner {
    padding: 2px 0;
}
.mypage-login-wrap.to-program p.mypage-login-title {
    font-size: 1em;
}
.mypage-login-wrap.to-program p.mypage-login-title:before {
    content: none;
}

a.mypage-login-link {
    display: block;
    text-decoration: none;
    color: #000;
}
a.mypage-login-link:hover .mypage-login-wrap {
    background-color: #ddd;
}

a.btn-logout {
    width: 90%;
    margin-top: 10px;
    padding: 0;
    font-size: 0.857em;
}

.error-message {
    color: #ff0000;
    font-weight: bold;
    padding: 2px 4px;
}

/* 2019.01.23 追加CSS */
.certificate-news-wrap {
    border: 2px solid #ED1C24;
    margin: 20px 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 10px 10px 4px;
}
.certificate-news-wrap .certificate-news-box {
    max-height: 90px;
    overflow-y: scroll;
}
.certificate-news-wrap .certificate-news-title {
    font-size: 1.286em;
    color: #ED1C24;
    margin-bottom: 5px;
}
.certificate-news-wrap .certificate-news {
    margin-bottom: 6px;
}
.certificate-news-wrap .certificate-news .date {
    color: #ED1C24;
    margin-right: 15px;
}

.certificate-list-wrap {
    margin-left: 6px;
}
.certificate-list-wrap table {
    width: 100%;
    margin: 0;
    border-spacing: 0;
    border-right: 1px solid #231F20;
    border-bottom: 1px solid #231F20;
}
.certificate-list-wrap table, .certificate-list-wrap table a {
    font-size: 0.857em;
}
.certificate-list-wrap th, .certificate-list-wrap td {
    border-top: 1px solid #231F20;
    border-left: 1px solid #231F20;
    padding: 5px;
    vertical-align: middle;
}
.certificate-list-wrap th {
    background-color: #FAC095;
}
.certificate-list-wrap table th:nth-child(1) {
    width: 18.333333%;
}
.certificate-list-wrap table th:nth-child(2) {
    width: 58.333333%;
}
.certificate-list-wrap table th:nth-child(3) {
    width: 23.333333%;
}
.certificate-list-wrap table td.w-small {
    width: 19%;
}
.certificate-list-wrap table td.w-middle {
    width: 20%;
}
.certificate-list-wrap table td.w-large {
    width: 40%;
}
.certificate-list-wrap th.blue {
    background: #8BC0E8;
}
.certificate-list-wrap th.gray {
    background: #A7A9AC;
}
.certificate-list-wrap th.yellow {
    background: #F9ED32;
}
.certificate-list-wrap th.green {
    background: #A3CF62;
}
.certificate-list-wrap td.slash {
    background-image: linear-gradient(24deg, transparent 50%, #231F20 50%, #231F20 50.5%, transparent 50.5%, transparent);
}

/* 2019.01.25 追加CSS */
.judging-schedule-wrap {
    padding-right: 6px;
    font-size: 0.857em;
}
.judging-schedule-wrap table {
    width: 100%;
    border-spacing: 0;
    margin-left: 6px;
    border-right: 1px solid #231F20;
    border-bottom: 1px solid #231F20;
}
.judging-schedule-wrap th, .judging-schedule-wrap td {
    padding: 4px;
    border-top: 1px solid #231F20;
    border-left: 1px solid #231F20;
}
.judging-schedule-wrap th {
    text-align: center;
    background: #D1D1D0;
    font-weight: normal;
    font-size: 1.1em;
    font-weight: bold;
}
.judging-schedule-wrap th.space-th {
    width: 4em;
}
.judging-schedule-wrap td:nth-child(1) {
    text-align: center;
}
.judging-schedule-wrap td {
    line-height: 1.4;
}

.page-contents-body p.border-title {
    border: 1px solid #231F20;
    margin-left: 6px;
    padding: 8px;
}

.certificate-image-wrap {
    margin-left: 6px;
    border: 1px solid #231F20;
    padding: 20px;
    margin-bottom: 20px;
}

.bt-enroll-login {
    width: 300px;
    margin: auto;
}
.bt-enroll-login a {
    display: block;
    cursor: pointer;
}

.top-special-banner-wrap {
    margin-top: 10px;
    margin-bottom: 10px;
}
.top-special-banner-wrap a {
    display: block;
    width: 30%;
    margin-left: auto;
    margin-right: 10px;
}

.to-form-wrap {
    margin: 20px 0;
}

.ja-image-wrap {
    width: 250px;
    margin: 20px auto;
}

.torikime-contents {
    border: 2px solid #1B75BC;
    padding: 0 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
}

/* 2019.01.27 追加CSS */
.acls-training-schedule-wrap {
}
.acls-training-schedule-wrap table {
    margin-left: -10px;
    width: 100%;
    border-spacing: 20px;
}
.acls-training-schedule-wrap th, .acls-training-schedule-wrap td {
    vertical-align: top;
}
.acls-training-schedule-wrap th {
    width: 140px;
}
.acls-training-schedule-wrap th p {
    background: #44C8F5;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
}
.acls-training-schedule-wrap th p.level-1 {
    background: #44C8F5;
}
.acls-training-schedule-wrap th p.level-2 {
    background: #00B9F2;
}
.acls-training-schedule-wrap th p.level-3 {
    background: #00B3F0;
}
.acls-training-schedule-wrap th p.level-4 {
    background: #0089CF;
}
.acls-training-schedule-wrap th p.level-5 {
    background: #0072BC;
}
.acls-training-schedule-wrap th p.level-6 {
    background: #005BAA;
}
.acls-training-schedule-wrap td {
    line-height: 1.8;
    padding: 0 0 0 20px;
}

.numbering-list.acls-duty {
    padding-left: 8px;
}

.page-contents-body .affiliated-title {
    margin-left: 8px;
    position: relative;
    padding: 0 55px;
    font-size: 1.286em;
    color: #27AAE1;
}
.page-contents-body .affiliated-title:before, .page-contents-body .affiliated-title:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 1px;
    background-color: #27AAE1;
}
.page-contents-body .affiliated-title:before {
    left: 0;
}
.page-contents-body .affiliated-title:after {
    left: auto;
    margin-left: 10px;
    width: 80.7%;
}

.annual-academic-wrap.branch table.renew th:nth-child(1) {
    width: 200px;
}
.annual-academic-wrap.branch table.renew th:nth-child(2) {
    width: 200px;
}
.annual-academic-wrap.branch table.renew th:nth-child(3) {
    width: auto;
}

.annual-academic-wrap.only-members th:nth-child(1) {
    width: 40px;
}
.annual-academic-wrap.only-members th:nth-child(2) {
    width: 100px;
}
.annual-academic-wrap.only-members th:nth-child(3) {
    width: 200px;
}
.annual-academic-wrap.only-members th:nth-child(5) {
    width: 120px;
}
.annual-academic-wrap.only-members th:nth-child(6) {
    width: 150px;
}

/* 2019.01.31 追加CSS */
body.body-font-medium {
    font-size: 1.7em;
}
body.body-font-large {
    font-size: 2em;
}
body.body-font-large .wrap.sub-page.common, body.body-font-large .wrap.sub-page.person,
body.body-font-large .wrap.sub-page.member, body.body-font-large .wrap.sub-page.student {
    padding-top: 98px;
}
/*body.body-font-large #wrap-contents {
    padding-top: 98px;
}
body.body-font-medium #wrap-contents {
    padding-top: 98px;
}*/

/* 2019.02.04 追加CSS */
.past-questions-wrap th .arrow {
    background: #48abe0; /* Old browsers */
    background: -moz-linear-gradient(left, #48abe0 0%, #0093dd 13%, #2b56a7 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #48abe0 0%,#0093dd 13%,#2b56a7 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #48abe0 0%,#0093dd 13%,#2b56a7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#48abe0', endColorstr='#2b56a7',GradientType=1 ); /* IE6-9 */
    color: #fff;
    text-align: center;
    padding: 8px 40px;
    position: relative;
}
.past-questions-wrap th .arrow.orange {
    background: rgb(250,183,129); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(250,183,129,1) 0%, rgba(247,152,84,1) 13%, rgba(247,141,48,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(250,183,129,1) 0%,rgba(247,152,84,1) 13%,rgba(247,141,48,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(250,183,129,1) 0%,rgba(247,152,84,1) 13%,rgba(247,141,48,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fab781', endColorstr='#f78d30',GradientType=1 ); /* IE6-9 */
    color: #fff!important;
}
.past-questions-wrap th .arrow:before, .past-questions-wrap th .arrow:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
}
.past-questions-wrap th .arrow:before {
    top: 0;
    right: 0;
    border-style: solid;
    border-width: 0 20px 20px 0;
    border-color: transparent #fff transparent transparent;
}
.past-questions-wrap th .arrow:after {
    bottom: 0;
    right: 0;
    border-style: solid;
    border-width: 0 0 20px 20px;
    border-color: transparent transparent #fff transparent;
}
.past-questions-wrap td a {
    font-weight: bold;
}

.monthly-open-wrap {
    margin-left: 8px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.monthly-open-wrap .monthly-open-box {
    margin-bottom: 20px;
}
.monthly-open-wrap .monthly-open-box p.title {
    position: relative;
    padding: 0 45px;
    font-size: 1.286em;
    color: #27AAE1;
}
.monthly-open-wrap .monthly-open-box p.title:before,
.monthly-open-wrap .monthly-open-box p.title:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 1px;
    background-color: #27AAE1;
    margin-top: -1px;
}
.monthly-open-wrap .monthly-open-box p.title:before {
    left: 0;
}
.monthly-open-wrap .monthly-open-box p.title:after {
    left: auto;
    margin-left: 0;
    width: 65%;
}
.monthly-open-wrap .monthly-open-box p.title span {
    color: #fff;
    background: #27AAE1;
    padding: 5px 15px;
}
.monthly-open-wrap .monthly-open-box p.links {
    margin-left: 45px;
    line-height: 1.9;
    margin-top: 15px;
}
.monthly-open-wrap .monthly-open-box p.links a {
    color: #222854;
    font-weight: bold;
}

/* 2019.02.13 追加CSS */
.page-contents-body .contents a.no-link {
    cursor: initial;
    text-decoration: none;
}

/* 2019.02.15 追加CSS */
.mypage-login-wrap.members-menu-wrap {
    background: #F39800;
    padding: 3px;
    margin-right: 0;
}
a.mypage-login-link:hover .mypage-login-wrap.members-menu-wrap {
    background: #ffb73e;
}
.mypage-login-wrap.members-menu-wrap .mypage-login-inner {
    border-color: #fff;
    padding: 6px 0;
}
.mypage-login-wrap.members-menu-wrap p.mypage-login-title {
    color: #fff;
}
.mypage-login-wrap.members-menu-wrap p.mypage-login-title:before {
    width: 0;
    height: 0;
    background-image: none;
}
.mypage-login-wrap.members-menu-wrap p.mypage-login-description {
    color: #fff;
    padding: 0 6px;
}
.members-logout-wrap {
    text-align: center;
}
.members-logout-wrap a.members-logout {
    background: #056FB8;
    color: #fff;
    padding: 10px 20px;
    display: block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    text-decoration: none;
}
.members-logout-wrap a.members-logout:hover {
    background: #329de6;
}

.subpage-main-menu div[class^="col-"] a {
    border: 1px solid #8FC31F;
    margin-bottom: 15px;
    border-left: 10px solid #8FC31F;
    padding-top: 21px;
    padding-bottom: 21px;
    padding-left: 10px;
    padding-right: 25px;
    font-size: 1.1em;
    text-decoration: none;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(201,202,202,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(201,202,202,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(201,202,202,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c9caca',GradientType=0 ); /* IE6-9 */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.subpage-main-menu div[class^="col-"] a.multi-lines {
    padding-top: 10px;
    padding-bottom: 11px;
}
.subpage-main-menu div[class^="col-"] a:hover {
    background: rgb(202,202,202); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(202,202,202,1) 0%, rgba(202,202,202,1) 5%, rgba(238,238,238,1) 15%, rgba(255,255,255,1) 50%, rgba(238,238,238,1) 85%, rgba(202,202,202,1) 95%, rgba(201,202,202,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(202,202,202,1) 0%,rgba(202,202,202,1) 5%,rgba(238,238,238,1) 15%,rgba(255,255,255,1) 50%,rgba(238,238,238,1) 85%,rgba(202,202,202,1) 95%,rgba(201,202,202,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(202,202,202,1) 0%,rgba(202,202,202,1) 5%,rgba(238,238,238,1) 15%,rgba(255,255,255,1) 50%,rgba(238,238,238,1) 85%,rgba(202,202,202,1) 95%,rgba(201,202,202,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cacaca', endColorstr='#c9caca',GradientType=0 ); /* IE6-9 */
}
.subpage-main-menu.person div[class^="col-"] a {
    border-color: #00afe7;
}
.subpage-main-menu.person div[class^="col-"] a:before {
    border-color: #00afe7;
}
.subpage-main-menu.member div[class^="col-"] a {
    border-color: #F7941D;
}
.subpage-main-menu.member div[class^="col-"] a:before {
    border-color: #F7941D;
}
.subpage-main-menu.student div[class^="col-"] a {
    border-color: #F49AC1;
}
.subpage-main-menu.student div[class^="col-"] a:before {
    border-color: #F49AC1;
}
.subpage-main-menu.english div[class^="col-"] a {
    border-color: #006fbd;
}
.subpage-main-menu.english div[class^="col-"] a:before {
    border-color: #006fbd;
}

/* 2019.02.18 追加CSS */
.subpage-title .contents .museum-title-logo {
    position: absolute;
    width: 60px;
    height: auto;
    top: 50%;
    left: 0;
    margin-top: -30px;
}
.subpage-title .contents.museum {
    padding-left: 75px;
}
.subpage-title .contents .museum-title-logo img {
    filter: drop-shadow(2px 2px 10px #000);
}

.museum-english-wrap {
    padding-left: 21px;
    padding-right: 20px;
    margin-top: 20px;
}
.museum-english-wrap a {
    display: block;
    margin-bottom: 6px;
}

.wrap.members .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 12;
}

/* 2019.02.20 追加CSS */
.annual-academic-wrap tr.old-academic td {
    border-left: none;
    border-right: none;
    border-bottom: none;
    padding: 20px 0;
}
.annual-academic-wrap tr.old-academic a.show-old-academic,
.show-old-academic-wrap a.show-old-academic, .close-old-academic-wrap a.show-old-academic {
    display: block;
    text-align: center;
    color: #fff;
    width: 50%;
    margin: auto;
    background: #00AFEA;
}
.annual-academic-wrap tr.old-academic a.show-old-academic:hover,
.show-old-academic-wrap a.show-old-academic:hover {
    background: #0086b1;
}
.annual-academic-wrap tr.old-academic-list {
    display: none;
}
.old-academic-list .old-academic-item {
    display: none;
}

.btn-nyukai-wrap {
    width: 300px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.museum-banner-wrap {
    margin-left: 8px;
    width: 200px;
    margin-top: 10px;
}

.business-plan-menu {
    position: relative;
    width: 98%;
    height: 50px;
    margin: 0 auto 0 10px;
    list-style: none;
    padding: 0;
    margin-bottom: 400px;
}
.business-plan-menu > li {
    float: left;
    width: 30%;
    height: 50px;
    line-height: 50px;
    background: #9B8579;
}
.business-plan-menu > li a {
    display: block;
    color: #fff;
    text-decoration: none;
    text-align: center;
    position: relative;
}
.business-plan-menu > li a:hover {
    color: #fff;
}
.business-plan-menu ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}
.business-plan-menu ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}
.business-plan-menu ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}
.business-plan-menu > li:hover {
    background: #C2B59B;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.business-plan-menu .menu__second-level li {
    border-top: 1px solid #9e8477;
}
.business-plan-menu .menu__third-level li {
    border-top: 1px solid #111;
}
.business-plan-menu .menu__second-level li a:hover {
    background: #eadbbd;
}
.business-plan-menu .menu__third-level li a:hover {
    background: #2a1f1f;
}
.business-plan-menu .menu__fourth-level li a:hover {
    background: #1d0f0f;
}
.business-plan-menu .init-bottom:after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 15px;
}
.business-plan-menu:before,
.business-plan-menu:after {
    content: " ";
    display: table;
}
.business-plan-menu:after {
    clear: both;
}
.business-plan-menu {
    *zoom: 1;
}

.business-plan-menu li.menu__mega ul.menu__second-level {
    position: absolute;
    top: 40px;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 1%;
    background: #C2B59B;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    list-style: none;
}
.business-plan-menu li.menu__mega:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
}
.business-plan-menu li.menu__mega ul.menu__second-level > li {
    float: left;
    width: 24.5%;
    border: none;
    text-align: left;
}
.business-plan-menu li.menu__mega ul.menu__second-level > li:nth-child(4n+3) {
    margin: 0 1%;
}
.business-plan-menu > li.menu__mega:nth-child(1),
.business-plan-menu > li.menu__mega:nth-child(2) {
    margin-right: 5%;
}
.business-plan-menu ul.menu__second-level > li > a {
    padding: 0;
    margin: 0;
}

/* 2019.02.21 追加CSS */
.certificate-list-wrap .qualification-title {
    font-size: 1.05em;
    margin: 0;
    padding: 3px 0 3px 5px;
    position: relative;
    background: #1B75BC;
    color: #fff;
}
.certificate-list-wrap .qualification-title p {
    margin-bottom: 0;
    text-indent: -1.05em;
    margin-left: 1.05em;
    padding-right: 5px;
}
.certificate-list-wrap .qualification-title span {
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-right: 12px solid #fff;
    position: absolute;
    top: 0;
    right: 0;
}
.certificate-list-wrap .qualification-title.class2 {
    background: #009EDB;
}
.certificate-list-wrap .qualification-title.class3 {
    background: #00AEEF;
}
.certificate-list-wrap .qualification-title.class4 {
    background: #00B9F2;
}
.certificate-list-wrap .qualification-title.class5 {
    background: #44C8F5;
}
.certificate-list-wrap .qualification-title.class6 {
    background: #5DA9DD;
}
.certificate-list-wrap .qualification-title.class7 {
    background: #009444;
}
.certificate-list-wrap .qualification-title.class8 {
    background: #39B54A;
}
.certificate-list-wrap .qualification-title.class9 {
    background: #F3703A;
}
.certificate-list-wrap .qualification-title.class10 {
    background: #F7941D;
}
.certificate-list-wrap .qualification-title.class11 {
    background: #FBB040;
}

.to-all-news-wrap {
    text-align: right;
    margin-top: 10px;
}

.infomation-wrap.all-news {
    margin: 0;
}
.infomation-wrap.all-news .infomation-body {
    height: auto;
    max-height: none;
    overflow-y: initial;
}

.pager.all-news {
    margin: 20px 0 0;
    text-align: right;
}
.pager.all-news a, .pager.all-news span {
    font-size: 14px;
    color: #574E3F!important;
    border-radius: 0px!important;
    -webkit-border-radius: 0px!important;
    -moz-border-radius: 0px!important;
    -o-border-radius: 0px!important;
}
.pager.all-news li.current > span {
    background-color: #eb6f6c;
    color: #fff!important;
}
.pager.all-news li > a:hover {
    border-color: #000;
}
.pagination {
    margin: 0;
}

.page-contents.login .page-contents-title h2 span.news-date {
    position: absolute;
    right: 0;
    top: 2px;
}

.news-detail-wrap {
    padding: 20px;
}

.members-news-list {
    width: 100%;
    margin: auto;
}

/* 2019.02.25 追加CSS */
.members-menu {
    position: absolute;
    top: 138px;
    left: 0;
    width: 250px;
    z-index: 5;
    padding: 5px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    background: #ECEBEA;
    transition: all 300ms 0s ease;
}

.annual-academic-wrap tr.list.old-academic-list:nth-child(odd) {
    background: #FFF;
}
.annual-academic-wrap tr.list.old-academic-list:nth-child(even) {
    background: #E6E7E8;
}

/* 2019.02.27 追加CSS */
.read-more-wrap {
    text-align: right;
}

.annual-academic-wrap tr.old-academic.old-close {
    display: none;
}
.annual-academic-wrap tr.old-academic.old-close td {
    border-top: none;
    background: #fff;
}
.close-old-academic-wrap {
    display: none;
}

.members-menu:hover {
    left: 0;
}
.members-menu .open-members-menu {
    position: absolute;
    top: 0;
    right: -33px;
    z-index: 16;
    cursor: pointer;
}
.members-menu .open-members-menu img {
    width: auto;
    height: 100px;
}
.members-menu:hover > .open-members-menu {
}

/* 2019.02.28 追加CSS */
span.search-word {
    background: #ffff00;
}

/* 2019.03.04 追加CSS */
p.business-information-indent {
    margin-bottom: 0;
    text-indent: -2.6em;
    margin-left: 2.6em;
}
p.business-information-indent-small {
    margin-bottom: 0;
    text-indent: -2.1em;
    margin-left: 2.1em;
}

/* 2019.03.08 追加CSS */
.certificate-page-wrap {
    margin-bottom: 20px;
}
.certificate-page-wrap h3.certificate-page-title {
    background: #1B75BC;
    color: #fff;
    font-size: 1.2em;
    font-weight: normal;
    padding: 0 10px;
    margin-top: 0;
    margin-bottom: 10px;
}
.certificate-page-wrap h3.certificate-page-title span {
    display: block;
    padding: 5px 0;
    border-left: 2px solid #fff;
}
.certificate-page-wrap .certificate-page-box {
    margin-left: 10px;
    margin-bottom: 20px;
}
.certificate-page-wrap .certificate-page-box h4.certificate-page-sub-title {
    color: #222854;
    font-size: 1.1em;
    font-weight: normal;
    background: #E1F4FD;
    border-left: 2px solid #2B3990;
    border-bottom: 2px solid #2B3990;
    padding: 6px;
    padding-left: 10px;
    margin-bottom: 10px;
}
.certificate-page-wrap .certificate-page-box p.certificate-organ-name {
    color: #222854;
    margin-left: 13px;
}
.certificate-page-wrap .certificate-page-box .bt-certificate-wrap {
    margin-left: 0;
}
.certificate-page-wrap .certificate-page-box .bt-certificate-detail {
    display: block;
    background: #00A4E0;
    text-align: center;
    color: #fff;
    width: 100%;
    font-size: 0.9em;
    padding: 5px 0;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    text-decoration: none;
    border: 3px solid #BCBEC0;
}
.certificate-page-wrap .certificate-page-box .bt-certificate-detail.disabled {
    cursor: initial;
    background: #999;
    pointer-events: none;
}
.certificate-page-wrap .certificate-page-box .bt-certificate-wrap .row {
    margin-left: -5px;
    margin-right: -5px;
}
.certificate-page-wrap .certificate-page-box .bt-certificate-wrap .row .col-sm-3 {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}
.certificate-page-wrap .certificate-page-box .bt-certificate-detail:hover {
    background: #4bc7f5;
}
.certificate-page-wrap .certificate-contact-box {
    margin-left: 10px;
    border: 2px solid #2B3990;
    padding: 10px;
}
.certificate-page-wrap .certificate-contact-box .certificate-contact-title {
    color: #2B3990;
    font-size: 1.15em;
    margin-bottom: 5px;
}
.certificate-page-wrap .certificate-contact-box .certificate-contact-contents {
    margin: 0;
    line-height: 1.8;
}

.certificate-page-wrap.no-doctor h3.certificate-page-title {
    background: #00A79D;
}
.certificate-page-wrap.no-doctor .certificate-page-box h4.certificate-page-sub-title {
    background: #C9E9E6;
    border-color: #005a55;
}
.certificate-page-wrap.no-doctor .certificate-page-box .bt-certificate-detail {
    background: #27BDBE;
}
.certificate-page-wrap.no-doctor .certificate-page-box .bt-certificate-detail:hover {
    background: #65e8e8;
}
.certificate-page-wrap.no-doctor .certificate-contact-box {
    border-color: #005a55;
}
.certificate-page-wrap.no-doctor .certificate-contact-box .certificate-contact-title {
    color: #005a55;
}

.certificate-page-wrap.hospital h3.certificate-page-title {
    background: #009444;
}
.certificate-page-wrap.hospital .certificate-page-box h4.certificate-page-sub-title {
    background: #E5F1D4;
    border-color: #003c1b;
}
.certificate-page-wrap.hospital .certificate-page-box .bt-certificate-detail {
    background: #8DC63F;
}
.certificate-page-wrap.hospital .certificate-page-box .bt-certificate-detail:hover {
    background: #b3de77;
}
.certificate-page-wrap.hospital .certificate-contact-box {
    border-color: #003c1b;
}
.certificate-page-wrap.hospital .certificate-contact-box .certificate-contact-title {
    color: #003c1b;
}

.certificate-page-wrap.others h3.certificate-page-title {
    background: #F3703A;
}
.certificate-page-wrap.others .certificate-page-box h4.certificate-page-sub-title {
    background: #FEE7DC;
    border-color: #a93200;
}
.certificate-page-wrap.others .certificate-page-box .bt-certificate-detail {
    background: #F7943E;
}
.certificate-page-wrap.others .certificate-page-box .bt-certificate-detail:hover {
    background: #f9b070;
}
.certificate-page-wrap.others .certificate-contact-box {
    border-color: #a93200;
}
.certificate-page-wrap.others .certificate-contact-box .certificate-contact-title {
    color: #a93200;
}

/* 2019.03.12 追加CSS */
p.application-flow-title {
    text-align: center;
    font-size: 0.9em;
    margin-bottom: 5px;
}
.application-flow-wrap {
    border: 1px solid #000;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    padding: 15px 10px;
}
.application-flow-wrap .application-flow-box {
    border: 1px solid;
    text-align: center;
    font-size: 0.9em;
}
.application-flow-wrap .application-flow-arrow,
.application-flow-arrow {
    width: 40px;
    height: 20px;
    margin: 30px auto 50px;
    background-color: #00A1E9;
    position: relative;
}
.application-flow-wrap .application-flow-arrow:before,
.application-flow-arrow:before {
    content: "";
    width: 0;
    height: 0;
    border: 40px solid transparent;
  	border-top: 20px solid #00A1E9;
  	position: absolute;
  	top: 20px;
  	left: -20px;
}

/* 2019.03.25 追加CSS */
.header .header-top-wrap.top .header-contents.other-top {
    margin-top: -28px;
}

.page-contents.login .page-contents-title h2 span.news-date.news-date-block {
    position: relative;
    text-align: right;
    margin-top: 10px;
}

.news-detail-wrap img {
    width: auto;
}

/* 2019.03.29 追加CSS */


/* 2019.04.09 追加CSS */
.pointer-none {
    pointer-events: none;
}
.pointer-visible {
    pointer-events: visible;
}

/* 2019.04.17 追加CSS */
.mypage-login-wrap .mypage-login-inner .howto-login {
    position: absolute;
    top: -2px;
    right: 2px;
    z-index: 10;
}
.mypage-login-wrap .mypage-login-inner .howto-login a {
    font-size: 0.8em;
    font-weight: bold;
}

/* 2019.04.23 追加CSS */
.bt-db-wrap {
    margin-right: 20px;
}
.row.login-wrap-row {
    margin-right: -3px;
    margin-left: -3px;
}
.row.login-wrap-row [class^=col-sm-] {
    padding-left: 3px;
    padding-right: 3px;
}
.row.login-wrap-row .mypage-login-wrap {
    margin-right: 0;
}
.row.login-wrap-row .mypage-login-wrap.to-manual {
    margin-bottom: 0;
}
.mypage-login-wrap.to-manual p.mypage-login-title {
    font-size: 1em;
    color: #000;
}
.mypage-login-wrap.to-manual .mypage-login-inner {
    padding: 1.3px 0;
    border-color: #000;
}

/* 2019.05.13 追加CSS */
.page-contents-body .contents span.indent-inline {
    color: #000;
    display: inline-block;
    margin-left: 1em;
}

/* 2019.07.08 追加CSS */
a.btn.bt-tanisu {
    color: #fff!important;
    margin: 0 10px;
}

/* 2019.08.15 追加CSS */
.to-shoroku-link-wrap {
    width: 500px;
    margin: -10px auto 20px;
    border: 2px solid #f7941d;
    padding: 10px;
}
p.to-shoroku-link {
    font-size: 16px;
    margin: 0;
    margin-top: 8px;
}
p.to-shoroku-link a {
    color: red;
    font-weight: bold;
    text-decoration: underline;
}

/* 2019.08.21 追加CSS */
.e-learning-table-wrap {
    min-width: 100%;
    overflow-x: scroll;
}
.e-learning-example-wrap .example span {
    margin-left: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
}
.e-learning-example-wrap .example.buy span {
    background: #fbe5d6;
    color: #fbe5d6;
}
.e-learning-example-wrap .example.watch span {
    background: #ffff00;
    color: #ffff00;
}
.e-learning-table-wrap table {
    margin: 10px 0;
    width: 100%;
    min-width: 790px;
    border: 1px solid;
    border-collapse: initial;
    border-spacing: 0;
}
.e-learning-table-wrap table th {
    background: #00b0f0;
    text-align: center;
    border-right: 1px solid;
    border-bottom: 1px solid;
    width: 7.69%;
}
.e-learning-table-wrap table th:last-child {
    border-right: none;
}
.e-learning-table-wrap table .title {
    text-align: right;
    padding-right: 5px;
}
.e-learning-table-wrap table td {
    text-align: center;
    font-size: 12px;
}
.e-learning-table-wrap table td.td-other {
    padding: 5px;
    text-align: left;
}
.e-learning-table-wrap table td.td-other span {
    background: #ddd;
    border: 1px solid;
    color: #000;
    padding: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    display: inline-block;
    width: 100%;
}
.e-learning-table-wrap table td.td-buy {
    padding: 5px;
    text-align: left;
}
.e-learning-table-wrap table td.td-buy span {
    background: #fbe5d6;
    border: 1px solid;
    color: #000;
    padding: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    display: inline-block;
    width: 100%;
}
.e-learning-table-wrap table td.td-watch {
    padding: 5px;
    text-align: left;
}
.e-learning-table-wrap table td.td-watch span {
    background: #ffff00;
    border: 1px solid;
    color: #000;
    padding: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    display: inline-block;
    width: 100%;
}

/* 2019.09.04 追加CSS */
.page-contents-body .contents i:not(.material-icons) {
    font-weight: bold;
    color: #2B3990;
    font-family: 'CustomItalic';
}
.page-contents-body .contents i.eng-italic {
    font-size: 1.2em;
}

.about-jsa-logo {
    width: 250px;
}

ul.eng-list {
    list-style: none;
}
ul.eng-list li {
    position: relative;
}
ul.eng-list li:before {
    content: "";
    width: 15px;
    height: 15px;
    background: #00AEEF;
    position: absolute;
    top: 4px;
    left: -18px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}
ul.eng-list li a {
    font-family: 'CustomItalic';
    color: #2B3990;
}
ul.eng-list.links {
    padding-left: 28px;
}
ul.eng-list.links li:before {
    top: 2.4px;
}

.english-annual-wrap table {
    margin-left: 0;
    width: 100%;
    border: 1px solid #939598;
    border-collapse: initial;
    border-spacing: 0;
}
.english-annual-wrap th, .english-annual-wrap td {
    border-right: 1px solid #939598;
    border-bottom: 1px solid #939598;
    padding: 5px 10px;
}
.english-annual-wrap th:last-child, .english-annual-wrap td:last-child {
    border-right: none;
}
.english-annual-wrap th {
    background: #6DCFF6;
}
.english-annual-wrap tr:last-child td {
    border-bottom: none;
}
.english-annual-wrap th:nth-child(2) {
    width: 240px;
}
.english-annual-wrap th:nth-child(5) {
    width: 109px;
}
.english-annual-wrap td img {
    width: 80%;
    display: block;
    margin: auto;
}
.english-annual-wrap td p {
    margin-bottom: 0;
    text-align: center;
}
.english-annual-wrap td:nth-child(5) {
    text-align: center;
}
.english-annual-wrap td i.material-icons {
    font-size: 2.5em;
    color: #1B75BC;
}
.custom-italic {
    font-family: 'CustomItalic';
}
span.eng-bold {
    font-size: 1.2em;
    color: #2E3192!important;
}
a.eng-link {
    font-weight: normal!important;
    color: #1B75BC!important;
}

/* 2019.09.20 追加CSS */
.tabs{
    width: 100%;
    margin: 20px auto;
    position:relative;
}
.tabs .page-contents-body {
    margin-top: 10px;
}
.tabs .page-contents-body h3.page-contents-sub-title {
    margin-left: 0;
}
.tab-buttons span{
    color: #fff;
    background:#eee;
    cursor:pointer;
    width:33.3%;
    float:left;
    text-align:center;
    height:40px;
    line-height:40px;
    font-size: 1.145em;
    font-weight: bold;
}
.tab-buttons span:nth-child(1) {
    background: #fea501;
}
.tab-buttons span:nth-child(2) {
    background: #00afeb;
}
.tab-buttons span:nth-child(3) {
    background: #5cb85b;
}
.tab-content{
  border-bottom:3px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding:15px;
  background: #fff;
  display:inline-block;
  color:#333;
  width: 100%;
}
#lamp{
  width:33.3%;
  height:4px;
  background: #ff0af2;
  display:block;
  position:absolute;
  top:40px;
  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
}
#lamp.content2{
  left:33.3%;
  transition: all .3s ease-in;
-o-transition: all .3s ease-in;
-webkit-transition: all .3s ease-in;
-moz-transition: all .3s ease-in;
}
#lamp.content3{
  left:66.6%;
  transition: all .3s ease-in;
-o-transition: all .3s ease-in;
-webkit-transition: all .3s ease-in;
-moz-transition: all .3s ease-in;
}
#lamp.content1{
  left:0;
  transition: all .3s ease-in;
-o-transition: all .3s ease-in;
-webkit-transition: all .3s ease-in;
-moz-transition: all .3s ease-in;
}
.tabs.not .tab-buttons span {
    width: 50%;
}
.tabs.not #lamp {
    width: 50%;
}
.tabs.not #lamp.content2 {
    left: 50%;
}

ul.business-plan-menu.shoroku {
    width: 100%;
    margin: 0;
    margin-top: 20px;
}
ul.business-plan-menu.shoroku > li {
    margin-right: 5%;
    background: #5db85b;
}
ul.business-plan-menu.shoroku > li:hover {
    background: #458e45;
}
ul.business-plan-menu.shoroku > li:last-child {
    margin-right: 0;
}
ul.business-plan-menu.shoroku:last-child {
    margin-bottom: 120px;
}
.business-plan-menu.shoroku li.menu__mega ul.menu__second-level > li {
    width: 32.5%;
}
.business-plan-menu.shoroku li.menu__mega ul.menu__second-level {
    background: #458e45;
}
.business-plan-menu.shoroku .menu__second-level li a:hover {
    background: #78d277;
}
.business-plan-menu.shoroku li.menu__mega ul.menu__second-level > li:nth-child(4n+3) {
    margin: 0;
}
.business-plan-menu.shoroku li.menu__mega ul.menu__second-level > li:nth-child(3n+2) {
    margin: 0 1%;
}

/* 2019.09.25 追加CSS */
h3.page-contents-eng-title {
    font-family: CustomItalic;
    color: #2B3990;
    font-size: 1.35em;
    padding-left: 8px;
    padding-bottom: 5px;
    position: relative;
    border-bottom: 1px solid #000;
}
h3.page-contents-eng-title span {
    position: absolute;
    right: 8px;
}
h3.page-contents-eng-title span a {
    color: #2B3990;
}

.english-list {
    margin: 20px 0;
}
.english-list ul {
    padding-left: 26px;
    list-style: decimal;
}
.english-list ul li {
    padding-left: 10px;
    margin-bottom: 16px;
}
.english-list.add-title .list-title {
    font-size: 1.1em;
    margin-bottom: 16px;
}
.english-list.add-title ul {
    padding-left: 50px;
}
.english-list.add-title > .list-title:nth-child(1):before {
    content: "A";
}
.english-list.add-title > div.list-title:nth-child(3):before {
    content: "B";
}
.english-list.add-title .list-title:nth-child(4) {
    text-indent: -2.2em;
    margin-left: 2.2em;
}
.english-list.add-title .list-title:nth-child(4):before {
    content: "C";
}
.english-list.add-title .list-title:before {
    color: #fff;
    background: #2B3990;
    padding: 5px;
    margin-right: 14px;
}
.english-list.circle ul {
    counter-reset: my-counter;
    list-style: none;
}
.english-list.circle ul li:before {
    content: counter(my-counter);
    counter-increment: my-counter;
    border: 1px solid;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 22px;
    width: 22px;
    line-height: 1;
    position: absolute;
    top: -2px;
    left: -20px;
}
.english-list.circle ul li {
    position: relative;
}

p.explanation-title {
    background: #2B3990;
    color: #fff;
    font-size: 1.143em;
    text-align: center;
    padding: 6px 10px;
    margin-bottom: 20px;
}

.page-contents-body .contents.sign {
    text-align: right;
    margin-top: 30px;
}

.annual-academic-wrap td a i:hover {
    color: #00afeb;
}

.page-contents-body .contents span.eng-blue {
    color: #2B3990;
    font-weight: bold;
}

ul.eng-list li a.eng-link {
    font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.risk-wrap table {
    width: 100%;
    margin: 0;
    border-collapse: initial;
    border-spacing: 0;
    border: 1px solid #939598;
    border-left: none;
    border-bottom: none;
}
.risk-wrap th, .risk-wrap td {
    border-left: 1px solid #939598;
    border-bottom: 1px solid #939598;
    padding: 10px;
}
.risk-wrap th {
    background: #6DCFF6;
}

/* 2019.10.07 追加CSS */
.page-contents-body .extra-news {
    font-size: 1.2em;
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px;
}
.page-contents-body .extra-news:before {
    content: "";
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-left: 14px solid #ed1b23;
    position: absolute;
    top: 4px;
    left: 0;
}
.page-contents-body .extra-news a {
    color: #ed1b23!important;
    text-decoration: underline;
}

/* 2019.10.11 追加CSS */
a.senkoi img {
    width: 250px;
}

/* 2019.10.24 追加CSS */
.museum-alert {
    padding: 1em;
    margin: 2em 0;
    color: #ff7d6e;
    background: #ffebe9;
    border-top: solid 10px #ff7d6e;
}
.museum-alert p {
    margin: 0;
    padding: 0;
    font-size: 1.07em;
    font-weight: bold;
    line-height: 1.8;
}
.museum-alert p right {
    display: block;
    text-align: right;
}

/* 2019.12.10 追加CSS */
.header-image.hidden-xs {
    min-height: 170px;
}
.header-image.hidden-xs img {
    min-height: 170px;
}
.header-image.visible-xs {
    max-height: 100px;
}

.members-menu.subpage-menu {
    top: 226px;
}

.page-contents.members {
    width: 100%;
    margin: 20px auto 40px;
    padding-left: 280px;
    padding-right: 1%;
    padding-top: 0;
}

.mypage-login-wrap p.mypage-login-title.members-only {
    padding-top: 0.4em;
    padding-bottom: 0.4em;
}

/* 2020.01.07 追加CSS */
.museum-alert.-title {
    border-top: none;
    padding: 0;
}
.museum-alert.-title h3 {
    margin: 0;
    padding: 0.5em;
    text-align: center;
    font-size: 1.35em;
    font-weight: bold;
    color: #fff;
    background: #ff7d6e;
}
.museum-alert.-title p {
    padding: 1em;
}

/* 2020.01.16 追加CSS */
.only-members {
    display: none;
}

/* 2020.03.05 追加CSS */
.package-wrap {
    margin: 20px 0;
}
.package-wrap table {
    width: 100%;
    table-layout: fixed;
    border-spacing: 0;
    margin-left: 8px;
    padding-right: 6px;
}
.package-wrap thead {
    background: #43ade2;
    color: #fff;
}
.package-wrap thead th {
    border-right: 1px solid #fff;
}
.package-wrap th {
    width: 40%;
    padding: 10px;
}
.package-wrap td {
    padding: 10px;
}
.package-wrap tbody th, .package-wrap tbody td {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}
.package-wrap tbody th {
    border-left: 1px solid #000;
}

.training-schedule-wrap {
    margin: 20px 0;
}
.training-schedule-wrap table {
    margin-left: 8px;
    table-layout: fixed;
    border-spacing: 0;
    padding-right: 6px;
    width: 100%;
}
.training-schedule-wrap thead {
    background: #cfe3ec;
}
.training-schedule-wrap thead th {
    background: #fff;
    border-right: 2px solid #000;
    border-top: none;
    width: 40px;
    border-bottom: 2px solid #000;
}
.training-schedule-wrap thead td {
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}
.training-schedule-wrap thead td.top {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    text-align: center;
}
.training-schedule-wrap thead td.st-apr {
    border-top: 2px solid #000;
    background: #ffc4f2;
    text-align: center;
    padding: 0;
    width: 80px;
}
.training-schedule-wrap thead td.last,
.training-schedule-wrap tbody td.last {
    border-right: 2px solid #000;
}
.training-schedule-wrap thead td.st-oct {
    border-bottom: 2px solid #000;
    background: #85f3ff;
    text-align: center;
    padding: 0;
}
.training-schedule-wrap thead td.st-normal {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    background: #cfe3ec;
    text-align: center;
    padding: 0;
    width: auto;
}
.training-schedule-wrap thead td.content {
    width: 175px;
}
.training-schedule-wrap thead td.method {
    width: 190px;
}
.training-schedule-wrap thead td.time {
    width: 50px;
    border-right: 2px solid #000;
}
.training-schedule-wrap th {
    padding: 10px;
}
.training-schedule-wrap td {
    padding: 2px;
}
.training-schedule-wrap tbody th {
    text-align: center;
    border-left: 2px solid #000;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
}
.training-schedule-wrap tbody td {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}
.training-schedule-wrap tbody td.total {
    border-bottom: 2px solid #000;
}
.training-schedule-wrap tbody td.total-num {
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
}
.training-schedule-wrap tbody td.time {
    border-right: 2px solid #000;
    text-align: center;
}
.training-schedule-wrap tbody td.vertical-text {
    text-align: center;
    color: #ff0000;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.training-schedule-wrap tbody td.vertical-text span {
    display: block;
}
.training-schedule-wrap tbody td.box-content {
    line-height: 2.4;
    font-size: 16px;
}
.training-schedule-wrap tbody td.box-content.apr {
    background: #ffd7a6;
}
.training-schedule-wrap tbody td.box-content.oct {
    background: #b3efb6;
}

.numbering-list.faq.perioperative.span li.first:before {
    content: "ⅰ）";
    border: none;
    font-size: 18px;
    font-weight: bold;
}
.numbering-list.faq.perioperative.span li.second:before {
    content: "ⅱ）";
    border: none;
    font-size: 18px;
    font-weight: bold;
}
.numbering-list.faq.perioperative.numeric li.first:before {
    content: "1）";
    border: none;
    font-size: 16px;
}
.numbering-list.faq.perioperative.numeric li.second:before {
    content: "2）";
    border: none;
    font-size: 16px;
}

/* 2020.05.18 追加CSS */
.med-list-wrap ul {
    padding-left: 18px;
    list-style-type: decimal;
}
.med-list-wrap ul li {
    padding-left: 10px;
    margin-bottom: 10px;
}

/* 2020.05.22 追加CSS */
table.medlist-table {
    width: 100%;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    border-bottom: none;
    border-spacing: 0;
    margin-left: 0;
}
table.medlist-table th, table.medlist-table td {
    vertical-align: top;
    padding: 5px 10px;
}
table.medlist-table th {
    width: 8em;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}
table.medlist-table td {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}

/* 2020.05.29 追加CSS */
.indent-box-2em {
    padding-left: 1.5em;
}
.indent-box-2em span {
    color: #000!important;
    text-indent: -2em;
    margin-left: 2em;
    display: inline-block;
}
.indent-box-2-5em {
    padding-left: 1em;
}
.indent-box-2-5em span {
    color: #000!important;
    text-indent: -1.6em;
    margin-left: 1.6em;
    display: inline-block;
}

/* 2020.06.01 追加CSS */
.kyushi-table {
    overflow-x: scroll;
    width: 100%;
}
.kyushi-table table {
    margin: 0;
    width: 100%;
    border-spacing: 0;
    border: 1px solid #000;
    margin-top: 10px;
    border-bottom: none;
    border-right: none;
    min-width: 500px;
}
.kyushi-table caption {
    padding: 0;
    color: #000;
    padding-left: 6px;
}
.kyushi-table th, .kyushi-table td {
    padding: 5px 8px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}
.kyushi-table th {
    background: #5fb7e9;
    color: #fff;
}
.kyushi-table.table2 th:first-child {
    width: 200px;
}

.scroll-image {
    overflow-x: scroll;
}
.scroll-image img {
    display: block;
    min-width: 500px;
}

/* 2020.06.15 追加CSS */
.patient-guide-image-1 {
    width: 80%;
    margin: 20px 0;
}
.patient-guide-image-2 {
    float: right;
    width: 400px;
    margin-top: 10px;
}
.patient-guide-image-3 {
    float: right;
    width: 400px;
    margin-top: 10px;
}
.patient-guide-image-4 {
    float: right;
    width: 400px;
}
.patient-guide-image-5 {
    float: right;
    width: 400px;
}
.patient-guide-image-6 {
    float: right;
    width: 400px;
}
.patient-guide-image-7 {
    float: right;
    width: 400px;
}

/* 2020.08.24 追加CSS */
div#med-contents-wrap ul.number-list {
    list-style-type: decimal;
    padding-left: 1.5em;
}

/* 2020.09.23 追加CSS */
.search-item-other-wrap {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}
p.search-item-other {
    position: relative;
    display: inline-block;
    padding: 0 65px;
    text-align: center;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
}
p.search-item-other:before, p.search-item-other:after {
    position: absolute;
    top: calc(50% - 3px);
    width: 50px;
    height: 6px;
    content: '';
    border-top: solid 2px #000;
    border-bottom: solid 2px #000;
}
p.search-item-other:before {
    left: 0;
}
p.search-item-other:after {
    right: 0;
}

/* 2020.09.24 追加CSS */
.page-contents.english .page-contents-title h2 span {
    display: block;
    font-size: 80%;
    margin-top: 3px;
}
.page-contents-body .contents span.large {
    color: #000;
    font-size: 1.35em;
}

p.eng-box-message {
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 15px;
}

.blue {
    color: #2c70b9!important;
    font-weight: bold;
}

/* 2020.10.13 追加CSS */
.eng-box {
    border: 1px solid #000;
    margin: 50px 0 20px;
}

.risk-wrap p.table-footer-caption {
    font-size: small;
    text-align: right;
}

/* 2020.11.30 追加CSS */
.page-contents-body .contents a.investigation-link {
    background: linear-gradient(transparent 80%, #a7d6ff 80%);
    font-size: 1.15em;
    text-decoration: none;
}

/* 2020.12.3 追加CSS */
.training-schedule-wrap tbody td.li-last {
    border-bottom: 2px solid #000;
}
.training-schedule-wrap tbody th.bg {
    background: #cfe2ec;
}

p.academic-alert {
    margin-bottom: 20px;
    text-align: right;
}

/* 2021.03.26 追加CSS */
.essay-apply-wrap {
    margin: 20px 0;
    padding-right: 4px;
}
.essay-apply-wrap table {
    width: 100%;
    border-spacing: 0;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    margin-left: 6px;
}
.essay-apply-wrap table th,
.essay-apply-wrap table td {
    padding: 10px;
    vertical-align: top;
    line-height: 1.6;
    border-bottom: 1px solid #aaa;
    border-right: 1px solid #aaa;
}
.essay-apply-wrap table th {
    width: 10em;
    background: #dbffab;
}
.essay-apply-wrap table td ul {
    counter-reset: my-counter;
    list-style: none;
    padding: 0;
    margin: 0;
}
.essay-apply-wrap table td ul li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 6px;
}
.essay-apply-wrap table td ul li:before {
    content: counter(my-counter);
    counter-increment: my-counter;
    background-color: #fff;
    border: 1px solid;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 22px;
    width: 22px;
    color: #000;
    font-size: 85%;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
}

/* 2021.06.08 追加CSS */
p.movie-alert {
    margin-top: 10px;
    padding-left: 20px;
    color: red;
    font-weight: bold;
}

/* 2021.07.29 追加CSS */
.prospective-alert {
    margin-bottom: 20px;
    border: 1px solid #222954;
    padding: 10px;
}
.prospective-alert.no-border {
    border: none;
}
.prospective-alert p.pa-title {
    margin: 0;
    color: #222954;
    font-weight: bold;
}
.prospective-alert p.pa-body {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.8;
}
.prospective-alert p.pa-body span {
    background: linear-gradient(transparent 0%, yellow 0%);
}
.prospective-alert p.pa-body a {
    color: #222954;
    text-decoration: underline;
}

/* 2022.02.07 追加CSS */
.page-contents-body h3.page-contents-sub-title.toggle-essay {
    cursor: pointer;
    position: relative;
    padding-top: 8px;
}
.page-contents-body h3.page-contents-sub-title.toggle-essay i {
    position: absolute;
    font-size: 20px;
    color: #212854;
    top: 6px;
    right: 10px;
}
.page-contents-body h3.page-contents-sub-title.toggle-essay:hover {
    background: #ccd3ff;
}

.toggle-essay-contents {
    display: none;
}

.page-contents-body ul.dot-list {
    padding-left: 38px;
}
.page-contents-body ul.dot-list li {
    padding: 5px 0;
}

.president-message-wrap {
    margin-top: 15px;
}
.president-message-wrap table {
    width: 100%;
    box-sizing: border-box;
    margin-left: 10px;
    border-spacing: 0;
}
.president-message-wrap table th,
.president-message-wrap table td {
    padding-top: 5px;
    padding-bottom: 5px;
}
.president-message-wrap table th {
    color: #F39702;
    font-weight: normal;
    text-align: center;
    width: 11em;
    font-size: 16px;
}
.president-message-wrap table th .president-message-date {
    border-top: 1px solid #F39702;
    border-bottom: 1px solid #F39702;
    padding: 5px 0;
}
.president-message-wrap table td {
    padding-left: 10px;
    padding-right: 10px;
}
.president-message-wrap table td p {
    border: 1px solid #9FA0A0;
    padding-bottom: 0!important;
}
.president-message-wrap table td p a {
    font-size: 16px;
    display: block;
    width: 100%;
    padding-left: 60px!important;
    padding-top: 6px;
    padding-bottom: 6px;
    text-decoration: none;
}
.president-message-wrap table td p a:before {
    content: url(../img/users/icon_pdf_middle.png)!important;
    left: 32px!important;
    top: 7px!important;
}
.president-message-wrap table td p a:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 12px 0 0;
    border-color: #ed4853 transparent transparent transparent;
    position: absolute;
    top: 6px;
    left: 6px;
}

.president-message-wrap table td p a:hover {
    background: #fad6aa;
}

.to-president-message-wrap {
    position: absolute;
    top: 74px;
    left: 0;
    width: 250px;
    z-index: 5;
    box-shadow: 1px 1px 3px 2px #046fb7;
}
.to-president-message-wrap.subpage-menu {
    top: 159px;
}

.pc-spacer-350 {
    margin-bottom: 350px;
}

.page-contents-body .contents .image-contents {
    width: 640px;
    margin: 30px 0 30px 5%;
}

.kyushi-table.cost-table table {width: auto;min-width: auto;}
.kyushi-table.cost-table table th {width: 18em;}

.btn-aqua {background-color: #43ade2;border-color: #00aaff;}
.btn-aqua:hover {background-color: #0e8ccb;border-color: #00aaff;}

ul.schedule-list {
    padding-left: 0;
    margin-bottom: 0;
}
ul.schedule-list li {
    padding-left: 14px;
    position: relative;
    list-style: none;
}
ul.schedule-list li:before {
    content: "・";
    font-weight: bold;
}

.slide-image-wrap {
    width: 100%;
    /*overflow-x: scroll;
    padding-bottom: 20px;*/
}
.slide-image-wrap img {
    /*min-width: 1200px;*/
}

ul.list {
    padding-left: 22px;
}

ul.number-period-list {
    padding-left: 31px;
}
ul.number-period-list > li {
    list-style-type: none;
    counter-increment: cnt;
    position: relative;
    padding-left: 2em;
}
ul.number-period-list > li:before {
    content: counter(cnt) ".";
    display: block;
    margin-right: 10px;
    position: absolute;
    top: 0;
    left: 0;
}

/* 2022.11.18 追加CSS */
.pamph-image {
    max-width: 180px;
}

/* 2022.12.06 追加CSS */
h5.museum-alert-title {
    background: #ff7d6e;
    margin: 0;
    color: #fff;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: bold;
}
.museum-alert.with-title {
    border-top: none;
    margin-top: 0;
}
.museum-alert.with-title .numbering-list    ul {
    margin: 0;
}
.museum-alert.with-title .numbering-list ul li {
    padding-left: 35px;
}
.museum-alert.with-title .numbering-list ul li:before {
    color: #ff7d6e;
    border: 1px solid #ff7d6e;
    text-align: center;
    padding-right: 0;
    width: 24px;
    height: 24px;
    position: relative;
    top: -2px;
    margin-left: -35px;
}

/* 2023.01.10 追加CSS */
.scroll-adjust {
    position: absolute;
    top: -77px;
    width: 100%;
    height: 1px;
}

.annual-academic-wrap.dispatched-performers table {
    table-layout: fixed;
}
.annual-academic-wrap.dispatched-performers table th:nth-child(1) {
    width: 6em;
}
.annual-academic-wrap.dispatched-performers table th:nth-child(2) {
    width: calc((100% - 6em) / 5);
}
.annual-academic-wrap.dispatched-performers table th:nth-child(3) {
    width: calc((100% - 6em) / 5);
}
.annual-academic-wrap.dispatched-performers table th:nth-child(4) {
    width: calc((100% - 6em) / 5);
}
.annual-academic-wrap.dispatched-performers table th:nth-child(5) {
    width: calc((100% - 6em) / 5);
}
.annual-academic-wrap.dispatched-performers table th:nth-child(6) {
    width: calc((100% - 6em) / 5);
}

/* よくある術前用CSS */
.page-contents-body ul.dot-list.small-pad {
    margin: 5px 0;
    padding-left: 16px;
}
.page-contents-body ul.dot-list.small-pad li {
    padding: 0;
}

.preoperative-menu-wrap {
    padding: 0 10px;
}
.preoperative-menu-wrap a {
    display: block;
    border: 1px solid #89bb44;
    position: relative;
    padding: 10px;
    margin-bottom: 15px;
    color: #202852;
    text-decoration: none;
    padding-left: 1.1em;
}
.preoperative-menu-wrap a:hover {
    background: #ebfed4;
}
.preoperative-menu-wrap a:hover span {
    padding: 0;
    top: auto;
}
.preoperative-menu-wrap a span {
    position: absolute;
    font-weight: bold;
    color: #89bb44;
    top: 0.4em;
    left: -0.65em;
    background: #fff;
    padding: 0.3em 0;
}
.preoperative-menu-wrap a.active {
    background: #89bb44;
    color: #fff;
    font-weight: bold;
}
.preoperative-menu-wrap a.active span {
    padding: 0 2px;
    top: auto;
}
.preoperative-menu-wrap.sub .row {
    margin-right: -8px;
    margin-left: -8px;
}
.preoperative-menu-wrap.sub .row > div {
    padding-right: 8px;
    padding-left: 8px;
}
.preoperative-menu-wrap.sub a {
    margin-bottom: 8px;
}
.preoperative-menu-wrap a.disabled {
    pointer-events: none;
    background: #eee;
    border-color: #999;
    color: #aaa;
}
.preoperative-menu-wrap a.disabled span {
    color: #aaa;
    padding-right: 2px;
}

.english-list.circle.preoperative ul li:before {
    top: 1px;
}

.kyushi-table.preoperative table {
    table-layout: fixed;
}
.kyushi-table.preoperative table th:nth-child(1) {
    width: 3.5em;
}
.kyushi-table.preoperative.sapli table th:nth-child(1) {
    width: auto;
}

.preoperative-main-menu-wrap {
    padding-left: 10px;
}
.preoperative-main-menu-wrap .row {
    margin-left: -10px;
    margin-right: -10px;
}
.preoperative-main-menu-wrap .row [class^=col-] {
    padding-left: 10px;
    padding-right: 10px;
}
.preoperative-main-menu-wrap a {
    display: block;
    border: 1px solid #89BA44;
    position: relative;
    height: 100%;
    text-decoration: none;
}
.preoperative-main-menu-wrap a:hover {
    background: #f6ffe8;
}
.preoperative-main-menu-wrap a span {
    color: #89BA44;
    font-weight: bold;
    position: absolute;
    padding: 2px;
    background: #fff;
    top: -10px;
    left: -10px;
}
.preoperative-main-menu-wrap a p {
    margin: 0;
    padding: 5px 5px 0 6px;
    font-size: 0.95em;
    color: #1F2851;
    height: 3.6em;
    font-weight: bold;
    position: relative;
    z-index: 2;
}
.preoperative-main-menu-wrap.long-text a p {
    height: 5em;
}
.preoperative-main-menu-wrap a div {
    position: relative;
    z-index: 1;
}

.right-menu ul.inner.preocomp li {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 35px;
}
.right-menu ul.inner.preocomp li:before {
    left: 12px;
}
.right-menu ul.inner.preocomp li:after {
    left: 15px;
}

.preoperative-pager {
    margin-top: 60px;
    padding-left: 8px;
}
.preoperative-pager .prev,
.preoperative-pager .after {
}
.preoperative-pager .prev a,
.preoperative-pager .after a {
    border: 1px solid #89BA44;
    border-bottom: 6px solid #89BA44;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    display: inline-block;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    font-feature-settings: "palt";
    color: #1F2851;
    text-decoration: none;
    position: relative;
}
.preoperative-pager .prev a:hover,
.preoperative-pager .after a:hover {
    background: #f6ffe8;
}
.preoperative-pager .prev a {
    padding-left: 50px;
}
.preoperative-pager .prev a:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 16px 18px 0;
    border-color: transparent #89ba44 transparent transparent;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -18px;
}
.preoperative-pager .prev a:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 16px 18px 0;
    border-color: transparent #89ba44 transparent transparent;
    position: absolute;
    top: 50%;
    left: 23px;
    margin-top: -18px;
}
.preoperative-pager .after a {
    text-align: left;
    padding-right: 50px;
}
.preoperative-pager .after a:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 0 18px 16px;
    border-color: transparent transparent transparent #89ba44;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -18px;
}
.preoperative-pager .after a:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 0 18px 16px;
    border-color: transparent transparent transparent #89ba44;
    position: absolute;
    top: 50%;
    right: 23px;
    margin-top: -18px;
}

.infomation-wrap.members.eng-news-wrap {
    margin-left: 120px;
    margin-right: 120px;
}

.banner-wrap.eng-banner-wrap {
    border-bottom: none;
    margin-bottom: 40px;
}

.eng-side-banner-wrap {
    margin-top: 20px;
    background-color: #ECEBEA;
    padding: 15px;
}
.eng-side-banner-wrap ul {
    padding: 0;
}
.eng-side-banner-wrap ul li {
    margin-bottom: 15px;
}
.eng-side-banner-wrap ul li:last-child {
    margin-bottom: 0;
}

/* 2023.03.31 追加CSS */
.training-schedule-wrap.apply-schedule table th {
    border-top: 2px solid #000;
    background: #d0e2ec;
    text-align: center;
}
.training-schedule-wrap.apply-schedule table th:first-child {
    border-left: 2px solid #000;
}
.training-schedule-wrap.apply-schedule table th:nth-child(1),
.training-schedule-wrap.apply-schedule table th:nth-child(2),
.training-schedule-wrap.apply-schedule table th:nth-child(3),
.training-schedule-wrap.apply-schedule table th:nth-child(4) {
    width: 1.8em;
}
.training-schedule-wrap.apply-schedule table td {
    text-align: center;
}
.training-schedule-wrap.apply-schedule table td:first-child {
    border-left: 1px solid #000;
}

.training-schedule-wrap tbody td.holizontal-text {
    text-align: center;
}
.training-schedule-wrap tbody td.blue {
    background: #bcd7ee;
    color: #000!important;
    font-weight: normal;
}
.training-schedule-wrap tbody td.blue.bold {
    background: #5b9bd5;
    font-weight: bold;
}
.training-schedule-wrap tbody td.green {
    background: #a9d08e;
    color: #000;
}
.training-schedule-wrap tbody td.brack {
    color: #000;
    font-weight: bold;
}
.training-schedule-wrap tbody td.orange.bold {
    background: #ffc000;
    color: #000!important;
}
.training-schedule-wrap tbody td.orange-a {
    background: #fff2cc;
}
.training-schedule-wrap tbody td.orange-b {
    background: #ffe699;
}
.training-schedule-wrap tbody td.orange-c {
    background: #fed966;
    color: #000;
}

/* 2023.09.21 追加CSS */
.annual-academic-wrap.best-presentation table {
    table-layout: fixed;
    border-collapse: initial;
    border-spacing: 0;
}
.annual-academic-wrap.best-presentation table caption {
    text-align: center;
    font-size: 130%;
    color: #000;
    font-weight: bold;
    padding-bottom: 0;
}
.annual-academic-wrap.best-presentation th {
    background: #172A88;
    border-color: #172A88;
    color: #fff;
}
.annual-academic-wrap.best-presentation th:nth-child(1) {
    width: 5em;
}
.annual-academic-wrap.best-presentation th:nth-child(2) {
    width: 8em;
}
.annual-academic-wrap.best-presentation th:nth-child(3) {
    width: auto;
}
.annual-academic-wrap.best-presentation th:nth-child(4) {
    width: 8em;
}

.annual-academic-wrap.best-presentation th:nth-child(5) {
    width: 10em;
}
.annual-academic-wrap.best-presentation td {
    background: #fff;
}
.annual-academic-wrap.best-presentation td a i {
    position: relative;
    top: 4px;
}

/* 2023.11.08 追加CSS */
.hospital .mypage-login-wrap .mypage-login-inner {
    border-color: #29b100;
}
.hospital .mypage-login-wrap p.mypage-login-title {
    color: #29b100;
}
.hospital .mypage-login-wrap p.mypage-login-title:before {
    background-image: url(../img/users/icon_login_hospital.png);
}
.sanjo .mypage-login-wrap .mypage-login-inner {
    border-color: #2b3990;
}
.sanjo .mypage-login-wrap p.mypage-login-title {
    color: #2b3990;
}
.sanjo .mypage-login-wrap p.mypage-login-title:before {
    background-image: url(../img/users/icon_login_sanjo.png);
}

/* 2024.02.16 追加CSS */
ul.kakko-number-list {
    counter-reset: listnum;
    list-style: none;
    position: relative;
    padding-left: 2em;
}
ul.kakko-number-list li:before {
    counter-increment: listnum;
    content: "（"counter(listnum) "）";
    position: absolute;
    left: -2.5em;
    top: 1px;
}
ul.kakko-number-list li {
    position: relative;
}

ul.hankakko-number-list {
    counter-reset: listnum;
    list-style: none;
    position: relative;
    padding-left: 3.5em;
}
ul.hankakko-number-list li:before {
    counter-increment: listnum;
    content: counter(listnum) "）";
    position: absolute;
    left: -2em;
}
ul.hankakko-number-list li {
    position: relative;
}

.movie70th-wrap .title-wrap {
    margin-bottom: 100px;
}
.movie70th-wrap .thumb-wrap {
    width: 50%;
    margin: auto;
    margin-bottom: 50px;
}
.movie70th-wrap .message-wrap {
    width: 50%;
    margin: auto;
    margin-bottom: 60px;
}
.movie70th-wrap .message-wrap p {
    margin: 30px 30px;
    font-size: 1.6rem;
    line-height: 2;
}
.wrap.sub-page.members.movie70th {
    padding-top: 0;
}

.annual-academic-wrap.best-presentation table caption p {
    font-size: 90%;
    font-weight: normal;
    text-align: left;
    margin: 20px 0;
}

.poster-wrap img {
    width: 200px;
}

.inpage-banner {
    width: 250px;
}

.smoking-video-wrap video {
    width: 100%;
}

/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  margin: 0 auto;
}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/3);
  height: 50px;
  border-bottom: 3px solid #5ab4bd;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 10px 15px;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#ippan:checked ~ #ippan_content,
#kokunai:checked ~ #kokunai_content,
#kaigai:checked ~ #kaigai_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #5ab4bd;
  color: #fff;
}

.news-menu-wrap {
    display: flex;
    margin-top: 15px;
}
.news-menu-wrap .news-menu {
    width: calc(100%/3);
}
.news-menu-wrap .news-menu a {
    text-align: center;
    display: block;
    border-bottom: 3px solid #5ab4bd;
    text-decoration: none;
    background-color: #d9d9d9;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #565656;
    font-weight: bold;
    transition: all 0.2s ease;
}
.news-menu-wrap .news-menu a:hover {
    opacity: 0.75;
}
.news-menu-wrap .news-menu a.active {
    background-color: #5ab4bd;
    color: #fff;
}

span.left-pad {
    display: inline-block;
    padding-left: 24.8em;
}

.page-contents-body ul.dot-list.dot-black {
    list-style: none;
    padding-left: 0;
}
.page-contents-body ul.dot-list.dot-black li:before {
    content: "・";
}

.page-contents-body table.multi.eng {
    table-layout: fixed;
    width: 100%;
}
.page-contents-body table.multi.eng td {
    width: 50%;
}

table.semicolon-table {
    margin-left: -11px;
    table-layout: fixed;
}
table.semicolon-table td {
    vertical-align: top;
}
table.semicolon-table td.left {
    width: 6em;
}
table.semicolon-table td.middle {
    width: 1em;
}
table.semicolon-table td.left span {
    display: block;
    width: 100%;
    text-align: justify;
    text-align-last: justify;
}

/* メンテナンスページ用CSS */
.maintenance-wrap {
    border-top: 40px solid #056FB8;
}
.maintenance-wrap .mt-logo {
    width: 200px;
    margin: 20px auto;
}
.maintenance-wrap h3 {
    text-align: center;
    font-size: 2.2em;
    margin: 50px 0;
    color: #232555;
}
.maintenance-wrap p {
    text-align: center;
    line-height: 2;
    font-size: 1.1em;
}
.maintenance-wrap p span {
    font-size: 1.4em;
    font-weight: bold;
}
