@charset "UTF-8";

/*==================================================================
　　リセット
================================================================== */
html, body, header, footer, main, section,
article, aside, menu, nav, div,
h1, h2, h3, h4, h5, h6, p, span, a, i,
address, cite, code, q, em, figure, img,
small, strong, dialog, time,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td  {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-style: normal;
    background: transparent;
}
body {
    line-height:1;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -webkit-print-color-adjust: exact;
}
body,
body * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
footer, header, main, section,
article, aside, figure, nav {
    display: block;
}
ul,ol {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
th, td {
    font-weight: normal;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
input, select {
    vertical-align: middle;
}
button,
input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="submit"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    outline: 0;
    font-size: 1rem;
}
img {
    line-height: 1;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}
.cf:after {
    content: '';
    display: block;
    clear: both;
}

/*==================================================================
  ベース設定
================================================================== */
html {
    font-size: 16px;
}
body {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #000;
    opacity: 1;
    transition: opacity .5s;
}
html.wf-loading body {
    opacity: 0; /*ちらつき対策*/
}

/* レイアウト */
body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
body > footer {
    margin-top: auto;
}
@media print, screen and (min-width: 900px) {
    body {
        min-width: 1120px;
    }
}

/* font */
.global-navi,
h1,h2,h3,h4,h5,h6 {
    font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 1em;
    font-weight: 300;
    font-style: normal;
}

/* a */
a {
    text-decoration: underline;
    text-underline-position: under;
    color: #06f;
}
a:hover {
    color: #c06;
}

/* inner */
.inner {
    position: relative;
    padding: 0 10px;
}
@media print, screen and (min-width: 900px) {
    .inner {
        max-width: 1170px;
        padding: 0 10px;
        margin: auto;
    }
    .inner.narrow {
        max-width: 1020px;
    }
}


/*==================================================================
  ヘッダー
================================================================== */

header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    background: #fcdce8;
}
header a {
    text-decoration: none;
}
/* 上段 */
.header-logo {
    position: relative;
    padding: 12px 10px 16px;
}
@media print, screen and (min-width: 900px) {
    header {
        min-width: 1120px;
    }
    .header-logo {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .header-logo::before {
        content: '';
        width: 231px;
        height: 57px;
        background: url(../img/common/img-tokaiobject.png) no-repeat 0 0 /contain;
        position: absolute;
        right: 12px;
        top: 16px;
    }
}

/* ロゴ */
a.logo:hover {
    opacity: .8;
}
h1.logo {
    border: none;
    margin: 0;
    padding: 0;
}
.logo span {
    display: block;
    width: 276px;
    height: 38px;
    background: url(../img/common/logo-tdjda.png) no-repeat 0 0 /contain;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 200%;
}
@media print, screen and (min-width: 900px) {
    .logo span {
        width: 431px;
        height: 60px;
    }
}

/* スマホ用ボタン */
.menu-button {
    position: absolute;
    right: 9px;
    top: 10px;
    width: 45px;
    height: 45px;
    padding-top: 17px;
    background: #fff;
    border-radius: 3px;
}
.menu-button .icon,
.menu-button .icon:after,
.menu-button .icon:before {
    display: block;
    width: 29px;
    height: 2px;
    border-radius: 3px;
    background: #ff3399;
    transition: all .6s cubic-bezier(.19, 1, .22, 1);
}
.menu-button .icon {
    position: relative;
    margin: auto;
}
.menu-button .icon:after,
.menu-button .icon:before {
    content: '';
    position: absolute;
    left: 0;
}
.menu-button .icon:before { top: -7px; }
.menu-button .icon:after { top: 7px; }
/* ハンバーガー閉 */
.menu-button.close .icon {
    background-color: transparent
}
.menu-button.close .icon:before {
    top: 0;
    transform: rotate(45deg)
}
.menu-button.close .icon:after {
    top: 0;
    transform: rotate(-45deg)
}
.menu-button .text {
    display: block;
    padding: 12px 0 0;
    color: #000;
    font-size: 10px;
    text-align: center;
}
@media print, screen and (min-width: 900px) {
    .menu-button {
        display: none !important;
    }
}

/* グローバルナビ */
.global-navi {
    position: absolute;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, .85);
    box-shadow: 0 1px 2px rgba(102, 102, 102, .35);
    display: none;
}
.global-navi a {
    position: relative;
    display: block;
    padding: 15px 25px 15px 38px;
    font-size: 1.0625rem;
    color: #333;
    transition: background-color 0.2s, color 0.2s;
}
.global-navi a::before {
    content: '';
    width: 0;
    height: 0;
    border: solid 3px transparent;
    border-left: solid 7px #ff6699;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -4px;
}
.global-navi .current a {
    background: #52bdee;
    color: #fff;
}
.global-navi a:hover {
    background: #52bdee;
    color: #fff;
}
.global-navi .current a::before {
    border-left-color: #ffff99;
}
.global-navi a:hover::before {
    border-left-color: #ffff99;
}
@media print, screen and (min-width: 900px) {
    .global-navi {
        display: block !important;
    }
    .global-navi ul {
        display: flex;
        justify-content: space-around;
        margin: auto;
        padding: 0 10px;
    }
}
@media screen and (max-width: 899px) {
    .global-navi .inner {
        padding: 0;
    }
    .global-navi ul {
        /* 半透明調整(検索バーの薄ピンクと合わせる) */
        background: rgba(255, 255, 255, .7);
    }
    .global-navi li:not(:last-child) {
        border-bottom: dotted 1px #666;
    }
    .global-navi a {
        padding: 15px 10px 15px 35px;
    }
    .global-navi a::before {
        left: 15px;
    }
}

/* 検索窓 */
.search-box {
}
.search-box form {
    display: flex;
}
.search-box input[type=text] {
    width: 200px;
    padding: 12px;
    background: rgba(255, 255, 255, .8);
    vertical-align: middle;
}
.search-box input[type=text]::placeholder {
    color: #999999;
    line-height: 1.3;
}
.search-box button {
    width: 40px;
    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap;
    background: #52bdee url(../img/common/icon-search.png) no-repeat center / 19px;
    cursor: pointer;
}
@media print, screen and (min-width: 900px) {
    .search-box {
        position: absolute;
        right: 205px;
        top: -67px;
    }
    .search-box input[type=text] {
        font-size: .875rem;
    }
}
@media screen and (max-width: 899px) {
    .search-box {
        padding: 15px;
        background: rgba(252, 220, 232, .6);
    }
    .search-box form {
        justify-content: center;
    }
}

/* オーバーレイ */
@media screen and (max-width: 899px) {
    .overlay {
        background: rgba(80, 80, 80, .65);
        width: 100%;
        height: 120%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 99;
        display: none;
    }
}


/*==================================================================
  フッター
================================================================== */
footer {
    position: relative;
    background: #fcdce8;
    padding: 12px;
    line-height: 1.4;
    text-align: center;
}
footer small {
    font-size: .75rem;
}
footer small .icon {
    font-family: Verdana, monospace, sans-serif;
}
@media print, screen and (min-width: 900px) {
    footer small {
        font-size: .875rem;
    }
}

.page-top {
    display: block;
    width: 50px;
    height: 50px;
    background: url(../img/common/btn-pagetop.png) no-repeat 0 0/ contain;
    cursor: pointer;
    position: fixed;
    right: 20px;
    bottom: 60px;
}
@media print, screen and (min-width: 1230px) {
    .page-top {
        right: 50%;
        width: 60px;
        height: 60px;
        margin-right: -595px;
    }
}


/*==================================================================
  メイン
================================================================== */
main {
    margin-bottom: 60px;
    padding-top: 66px;
    line-height: 1.8;
}
@media print, screen and (min-width: 900px) {
    main {
        padding-top: 90px;
        margin-bottom: 100px;
    }
    main.home {
        padding-top: 0;
        margin-bottom: 0;
    }
}

/*==================================================================
  メイン(home)
================================================================== */
/* イメージ */
.home-image {
    position: relative;
    padding-top: 350px;
    background: url(../img/common/img-main.jpg) no-repeat 45% bottom /cover;
}
.home-image::before {
    content: '';
    width: 163px;
    height: 135px;
    background: url(../img/common/img-tokaiarea.png) no-repeat 0 0 /contain;
    position: absolute;
    right: 19px;
    top: 14px;
}
@media print, screen and (min-width: 900px) {
    .home-image {
        padding-top: 725px;
    }
    .home-image::before {
        width: 324px;
        height: 269px;
        top: 210px;
        left: 50%;
        right: auto;
        margin-left: 245px;
        transition: opacity 0.3s;
    }
}
@media print, screen and (min-width: 900px) and (max-height: 1030px) {
    .home-image {
        padding-top: 660px;
    }
}
@media print, screen and (min-width: 900px) and (max-height: 975px) {
    .home-image::before {
        position: fixed;
        top: auto;
        bottom: 495px;
    }
}
@media print, screen and (min-width: 900px) and (max-height: 700px) {
    .home-image::before {
        opacity: 0;
    }
}

/* レイアウト */
.home-contents section.news {
    position: relative;
    margin-top: -10px;
    margin-bottom: 50px;
}
@media print, screen and (min-width: 900px) {
    .home-contents {
        position: relative;
        display: flex;
        margin-top: -155px;
    }
    .home-contents section.news {
        position: relative;
        flex: 1;
        margin: 0;
        padding-top: 5px;
    }
    .home-contents section.contact {
        position: relative;
        width: 345px;
        margin-left: 60px;
    }
}
@media print, screen and (min-width: 900px) and (max-height: 670px) {
    .home-contents {
        margin-top: -455px;
        margin-bottom: 30px;
    }
}
@media print, screen and (min-width: 900px) and (min-height: 671px) and (max-height: 1030px) {
    .home-contents-wrapper {
        width: 100%;
        position: fixed;
        left: 0;
        bottom: 0;
        margin-bottom: 60px;
    }
    .home-contents {
        margin-top: 0;
        
    }
}

/* news&topics */
section.news h2 {
    margin: 0 0 .5em;
    padding: 0;
    font-size: 1.3125rem;
    line-height: 1;
}
.news-box {
    height: 310px;
    background: rgba(255, 255, 255, 0.8);
    border: solid 1px #dadada;
    word-break: break-all;
    line-height: 1.6;
}
.news-box > .news-scroll {
    padding: 15px;
    height: 100%;
    overflow: auto;
}
.news-box li {
    margin-bottom: 2em;
    font-size: .9375rem;
}
.news-box li time {
    display: block;
    margin-bottom: .2em;
    font-weight: bold;
    color: #f69;
}
@media print, screen and (min-width: 900px) {
    section.news h2 {
        font-size: 1.625rem;
        position: absolute;
        top: -37px;
    }
    .news-box {
        height: 447px;
        padding: 0 5px;
    }
    .news-box > .news-scroll {
        padding: 35px 25px;
    }
}

/* contact */
section.contact h3 {
    margin: 0;
    padding-bottom: 4px;
    border-bottom: dotted 1px #000;
    font-size: 1.1875rem;
    line-height: 1.4;
}
section.contact dl {
    margin: 15px 0 25px 4px;
    line-height: 1.6;
}
section.contact dl > div {
    position: relative;
    padding-left: 80px;
    margin-bottom: 8px;
}
section.contact dt {
    width: 65px;
    padding: 1px 0;
    background: #52bdee;
    text-align: center;
    color: #fff;
    font-size: .75rem;
    position: absolute;
    left: 0;
    top: 2px;
}
section.contact p {
    margin: 10px 0 0 4px;
    line-height: 1.6;
    font-size: .9375rem;
}
section.contact .link {
    max-width: 500px;
    margin: 20px auto 0;
}
section.contact .link a {
    display: block;
    border: solid 1px #cdcdcd;
    background: #fff;
    text-align: center;
    transition: border 0.2s;
}
section.contact .link a:hover {
    border-color: #ff6699;
}
section.contact .link a img {
    display: block;
    width: 340px;
    margin: auto;
}
@media print, screen and (min-width: 900px) {
    section.contact .link {
        margin-top: 25px;
    }
}

/*==================================================================
  メイン(page)
================================================================== */

/* パンくずリスト */
.breadcrumb {
    margin: 10px 0 20px;
    text-align: right;
}
.breadcrumb li {
    position: relative;
    display: inline-block;
    font-size: .75rem;
}
.breadcrumb li + li {
    padding-left: 15px;
}
.breadcrumb li + li::before {
    content: '';
    width: 0;
    height: 0;
    border: solid 3px transparent;
    border-left: solid 6px #ccc;
    position: absolute;
    left: 3px;
    top: 8px;
}
@media print, screen and (min-width: 900px) {
    .breadcrumb {
        margin: 60px 0 20px;
    }
    .breadcrumb li {
        font-size: .875rem;
    }
    .breadcrumb li + li {
        padding-left: 20px;
    }
    .breadcrumb li + li::before {
        left: 6px;
        top: 9px;
    }
}

/* 見出し */
h1 {
    margin: 0 0 30px;
    padding: 0 0 10px;
    line-height: 1.4;
    font-size: 1.75rem;
    border-bottom: dotted 1px #000;
}
h2 {
    margin: 45px 0 30px;
    font-size: 1.4375rem;
    line-height: 1.4;
}
h1 + h2 {
    margin-top: 35px;
}
h3 {
    margin: 50px 0 20px;
    font-size: 1.25rem;
}
@media print, screen and (min-width: 900px) {
    h1 {
        font-size: 1.875rem;
    }
    h2 {
        font-size: 1.75rem;
    }
}

/* 段落 */
section p {
    margin-bottom: 1em;
}

/* 段落 - スタイル*/
.c {
    text-align: center;
}
.l {
    text-align: left;
}
.r {
    text-align: right;
}
.red {
    color: #cc3366;
}
.subtitle {
    font-weight: bold;
}
.small {
    font-size: .875rem;
}
.update {
    text-align: right;
    font-size: .875rem;
}
h2 + .update {
    margin-top: -2em;
}
.note {
    position: relative;
    padding-left: 1.2em;
    font-size: .875rem;
    text-align: left;
}
span.note {
    display: inline-block;
}
.note::before {
    content: '\203B';
    position: absolute;
    left: 0;
    top: 0;
}

/* リンク */
a.gaibu::after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: .2em;
    overflow: hidden;
    background: url(../img/common/icon-gaibu.png) no-repeat 0 0/ 28px 14px;
}
a.gaibu:hover::after {
    background-position: right top;
}
a.inlink {
    display: inline-block;
    position: relative;
    padding-left: 29px;
}
a.inlink::before {
    content: '';
    display: block;
    width: 23.5px;
    height: 17.5px;
    overflow: hidden;
    background: url(../img/common/icon-link.png) no-repeat 0 0/ contain;
    position: absolute;
    left: 0;
    top: 3px;
}
a[href$='.pdf'] {
    display: inline-block;
    position: relative;
    padding-left: 29px;
}
a[href$='.pdf']::before {
    content: '';
    display: block;
    width: 22px;
    height: 25px;
    overflow: hidden;
    background: url(../img/common/icon-pdf.png) no-repeat 0 0/ contain;
    position: absolute;
    left: 0;
    top: 0;
}

/* リンク - スタイル */
.button {
    margin: 45px 0 50px;
}
.button a {
    position: relative;
    display: block;
    width: 100%;
    max-width: 470px;
    margin: 15px auto;
    padding: 20px 35px 20px 55px;
    border-radius: 4px;
    background: #fcdce8;
    font-size: 1.5rem;
    line-height: 1.3;
    text-decoration: none;
    color: #000;
    text-align: center;
    transition: background 0.2s;
}
.button a::before {
    content: '';
    width: 24px;
    height: 19px;
    background: url(../img/common/icon-arrow.png) no-repeat 0 0 /contain;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -9px;
}
.button a:hover {
    background: #ffc2d9;
}
.button.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.button.flex a {
    max-width: 260px;
    margin: 15px 22px;
}
@media print, screen and (min-width: 900px) {
    .button a {
        max-width: 470px;
        padding: 25px 55px 25px 75px;
        font-size: 1.875rem;
    }
    .button a::before {
        width: 30px;
        height: 24px;
        left: 38px;
        top: 50%;
        margin-top: -12px;
    }
    .button.flex a {
        max-width: 300px;
    }
}

/* リスト */
ul.list {
    margin-bottom: 1em;
}
ul.list > li {
    position: relative;
    padding-left: 1.2em;
    margin-bottom: 0.5em;
}
ul.list > li::before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 8px;
    position: absolute;
    left: 2px;
    top: 10px;
    background: #52bdee;
}
ol.list {
    margin-bottom: 1em;
    counter-reset: number;
}
ol.list > li {
    position: relative;
    padding-left: 1.5em;
    margin-bottom: 0.5em;
}
ol.list > li::before {
    counter-increment: number;
    content: counter(number)'.';
    width: 22px;
    height: 22px;
    border-radius: 50%;
    position: absolute;
    color: #333;
    left: 0;
    top: 0px;
    font-weight: bold;
}

/* テーブル */
table.table {
    width: 100%;
    border: solid 1px #ccc;
}
table.table th,
table.table td {
    padding: 15px;
    text-align: left;
    vertical-align: middle;
    border-bottom: dotted 1px #ccc;
    line-height: 1.5;
}
table.table th {
    background: #efefef;
}

@media screen and (max-width: 899px) {
    /* レスポンシブテーブル */
    table.table-responsive,
    table.table-responsive tbody,
    table.table-responsive tr,
    table.table-responsive th,
    table.table-responsive td {
        display: block;
    }
    table.table-responsive th {
        padding-top: 8px;
        padding-bottom: 8px;
    }
    table.table-responsive td {
        padding-bottom: 20px;
    }
    table.table-responsive tr:last-child td:last-child {
        border: 0;
    }
}

/* ダウンロード用テーブル（アーカイブの開閉） */
table.download-list th {
    font-size: .9375rem;
}
table.download-list td a {
    display: inline-block;
    margin: 0.5em 0;
}
table.download-list td a:not(:last-child) {
    margin-right: 0.7em;
}
table.download-list tbody.archive {
    display: none;
}
#archive-toggle {
    display: none;
}
#archive-toggle:checked + .archive-toggle-box tbody.archive {
    display: block;
}
.archive-open {
    margin: 2em;
    text-align: center;
}
.archive-open label {
    display: inline-block;
    min-width: 280px;
    padding: 11px 20px 10px;
    border-radius: 5px;
    color: #06f;
    font-size: 1.0625rem;
    background: #fcdce8;
}
.archive-open label:hover {
    background: #ffc2d9;
}
#archive-toggle:checked + .archive-toggle-box .archive-open {
    display: none;
}
@media screen and (max-width: 899px) {
    table.download-list tbody.archive tr:first-child th {
        border-top: dotted 1px #ccc !important;
    }
}
@media print, screen and (min-width: 900px) {
    table.download-list th,
    table.download-list td {
        padding: 14px 22px;
    }
    table.download-list th {
        width: 20%;
    }
    table.download-list.column2 th {
        width: 15%;
    }
    #archive-toggle:checked + .archive-toggle-box tbody.archive {
        display: table-row-group;
    }
}



/*----------------------------------------------
  メイン(page) > 地方会開催日程
----------------------------------------------*/
/* テーブル（開催日程 年間） */
.schedule-y-wrap {
    margin: 0 0 80px;
}
.schedule-y-scroll {
    display: none;
}
table.schedule-y thead th {
    font-size: .9375rem;
}
@media screen and (max-width: 899px) {
    .schedule-y-wrap {
        overflow-x: scroll;
    }
    .schedule-y-scroll {
        display: block;
        color: #999;
        font-size: .9375rem;
    }
    table.schedule-y {
        width: 100%;
        min-width: 800px;
    }
    table.schedule-y th,
    table.schedule-y td {
        padding-top: 8px;
        padding-bottom: 8px;
    }
}

/* テーブル（開催日程） */
table.schedule {
    position: relative;
    width: 100%;
    margin: 60px 0 70px;
}
table.schedule tr:nth-child(odd) {
    background: #efefef;
}
table.schedule th,
table.schedule td {
    height: 60px;
    padding: 10px;
    vertical-align: middle;
    line-height: 1.5;
}
table.schedule th {
    width: 95px;
    text-align: right;
}
table.schedule td {
    font-size: 1.0625rem;
}
table.schedule th b {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    background: #8e8e8e;
    color: #fff;
    font-size: 1.0625rem;
    font-weight: normal;
    position: absolute;
    left: 0;
    top: -40px; 
}
table.schedule.next th b {
    background: #cc3399;
    color: #fff;
}
table.schedule td b {
    font-size: 1.3125rem;
    font-weight: bold;
    color: #cc3366;
}
table.schedule td b.shuryo {
    text-decoration: line-through;
}
table.schedule td b.shuryo::after {
    display: inline-block;
    content: '\300A\7D42\4E86\3057\307E\3057\305F\300B'; /*《終了しました》*/
    font-size: .8em;
    text-decoration: none;
}
@media print, screen and (min-width: 900px) {
    table.schedule {
        margin: 0 0 60px;
        border: none;
    }
    table.schedule th,
    table.schedule td {
        height: auto;
        padding: 10px 20px;
    }
    table.schedule tr:not(:first-child) th,
    table.schedule tr:not(:first-child) td {
        height: 55px;
    }
    table.schedule th {
        position: relative;
        width: 285px;
        padding-left: 150px;
    }
    table.schedule th b {
        width: 120px;
        height: 100%;
        font-size: 1.0625rem;
        left: 0;
        top: 0;
    }
}


/*----------------------------------------------
  メイン(page) > 地方会事務局
----------------------------------------------*/
.jimukyoku-contact div {
    margin: 0 0 1em;
    padding: 0 0 1em;
    border-bottom: dotted 1px #ccc;
}
.jimukyoku-contact dt {
    margin: 0 0 0.2em;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 1.125rem;
    font-weight: 300;
    font-style: normal;
}
.jimukyoku-contact dd {
    flex: 1;
    padding-top: 3px;
}
.jimukyoku-contact dd p:last-child {
    margin: 0;
}
.jimukyoku-contact dd span {
    display: inline-block;
}

@media print, screen and (min-width: 900px) {
    .jimukyoku-contact div {
        display: flex;
    }
    .jimukyoku-contact dt {
        width: 130px;
        margin: 0;
    }
}


/*----------------------------------------------
  メイン(page) > 演題登録
----------------------------------------------*/
/* オンライン演題入力方法について */
table.endai-nyuryoku {
    width: 100%;
    line-height: 1.5;
    font-size: .9375rem;
}
@media print, screen and (min-width: 900px) {
    table.endai-nyuryoku th {
        width: 16%;
    }
}
/* カテゴリー番号表 */
.categories-flex {
    border: solid 1px #ccc;
}
table.categories {
    width: 100%;
    line-height: 1.5;
    font-size: .9375rem;
}
table.categories td {
    padding: 10px 10px;
}
table.categories  tr:not(:first-child) td {
    border-top: dotted 1px #ccc;
}
table.categories td:first-child {
    background: #ffff99;
    text-align: center;
    font-weight: bold;
}
@media screen and (max-width: 900px) {
    table.categories tr.empty {
        display: none;
    }
}
@media print, screen and (min-width: 900px) {
    .categories-flex {
        display: flex;
    }
    table.categories {
        width: 50%;
    }
    table.categories:first-child {
        border-right: solid 1px #ccc;
    }
}
/* 患者プライバシー保護ガイドライン */
.privacy-box {
    border: dotted 1px #000;
    padding: 25px 20px 15px;
}
.privacy-box ol {
    font-size: .9375rem;
}
@media print, screen and (min-width: 900px) {
    .privacy-box {
        padding: 35px 40px 20px;
    }
}
/* COI申告についてのご案内 */
.coi-box {
    background: #efefef;
    padding: 28px 25px 15px;
    border-radius: 4px;
    line-height: 1.4;
}
.coi-box ul > li::before {
    top: 7px;
    background: #999;
}
@media print, screen and (min-width: 900px) {
    .coi-box {
        padding: 35px 40px 20px;
    }
}

/*----------------------------------------------
  メイン(page) > 会員名簿
----------------------------------------------*/
/* リスト(正会員) */
.members {
    position: relative;
    margin-bottom: 1em;
    padding-left: 60px;
}
.members::before {
    content: attr(data-line);
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 1.25rem;
    line-height: 1;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.members ul {
    margin: 0 0 0.7em;
}
.members li {
    display: inline-block;
    font-size: .9375rem;
    line-height: 1.6;
}
.members li:not(:last-child)::after {
    content: ' /';
}

/* リスト(賛助会員) */
.sanjo li {
    display: inline-block;
    margin-bottom: 0.5em;
    line-height: 1.6;
}
.sanjo li:not(:last-child) {
    margin-right: 1.5em;
}

/* テーブル(評議員) */
table.hyogiin {
    width: 100%;
    margin-bottom: 2em;
}
table.hyogiin tbody tr:nth-child(odd) {
    background: #efefef;
}
@media print, screen and (min-width: 900px) {
    table.hyogiin thead th {
        font-weight: bold;
        padding: 0 20px 10px 7px;
        text-align: left;
        font-size: .9375rem;
    }
    table.hyogiin thead th:first-child {
        padding-left: 24px;
    }
    table.hyogiin thead th span {
        display: inline-block;
        padding-left: 12px;
        border-left: solid 1px #000;
        line-height: 1.2;
    }
    table.hyogiin tbody td {
        padding: 8px 20px;
    }
    table.hyogiin tbody td:first-child {
        padding-left: 35px;
    }
}
@media screen and (max-width: 899px) {
    table.hyogiin thead {
        display: none;
    }
    table.hyogiin,
    table.hyogiin tbody,
    table.hyogiin tr,
    table.hyogiin th,
    table.hyogiin td {
        display: block;
    }
    table.hyogiin tbody tr {
        padding: 15px;
    }
    table.hyogiin tbody td {
        padding: 0;
    }
    table.hyogiin tbody td:first-child {
        display: inline-block;
        font-size: 1.125rem;
    }
    table.hyogiin tbody td:nth-child(2) {
        display: inline-block;
    }
    table.hyogiin tbody td:nth-child(2)::before {
        content: '(\a0';
    }
    table.hyogiin tbody td:nth-child(2)::after {
        content: '\a0)';
    }
    table.hyogiin tbody td:nth-child(3)::before {
        content: '[\a0\6240\5C5E\533A\5206\a0]\a0'; /*所属区分*/
    }
    table.hyogiin tbody td:nth-child(4)::before {
        content: '[\a0\4EFB\671F\a0]\a0'; /*任期*/
    }
    table.hyogiin tbody td:nth-child(5)::before {
        content: '[\a0\6240\5C5E\a0]\a0'; /*所属*/
    }
}

/*----------------------------------------------
  メイン(page) > 学会カレンダー
----------------------------------------------*/
.calendar {
    position: relative;
}
.calendar iframe {
    width: 100%;
}


/*----------------------------------------------
  メイン(page) > 関連リンク
----------------------------------------------*/
.links li {
    margin-bottom: 0.5em;
}


/*==================================================================

　　お問合せフォーム

================================================================== */
table.form {
    width: 100%;
    margin: 3em 0;
    border: solid 1px #ccc;
}
table.form thead th {
    background: #efefef;
    border: dotted 1px #ccc;
}
table.form th,
table.form td {
    padding: 30px 20px;
    border-top: dotted 1px #ccc;
}
table.form thead th {
    padding-top: 10px;
    padding-bottom: 10px;
}
table.form tbody th {
    width: 190px;
    background: #efefef;
    text-align: left;
}
table.form p {
    position: relative;
}
table.form p:last-child {
    margin: 0;
}
table.form .range {
    display: inline-block;
    margin: 4px 0;
}
@media screen and (max-width: 899px) {
    table.form,
    table.form thead,
    table.form tbody,
    table.form tr,
    table.form th,
    table.form td {
        display: block;
        width: 100% !important;
    }
    table.form thead {
        display: none;
    }
    table.form th {
        padding: 10px 15px;
        border-top-style: solid;
    }
    table.form td {
        padding: 25px 15px 25px;
    }
    table.form tr:first-child th {
        border-top: none;
    }
}

/* フォームパーツ */
table.form input[type=radio] {
    vertical-align: text-top;
}
table.form textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 8em;
    padding: 8px 10px;
    border: solid 1px #ccc;
    font-size: 1rem;
}
table.form input[type=email],
table.form input[type=text] {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 8px 10px;
    border: solid 1px #ccc;
    font-size: 1rem;
}
table.form .short input[type=text] {
    max-width: 100px;
}
table.form .medium input[type=text] {
    max-width: 220px;
}
table.form .short-ymd input[type=text] {
    max-width: 40px;
    margin: 0 5px;
}
table.form .short-ymd input[type=text]:first-of-type {
    max-width: 60px;
}
@media screen and (max-width: 899px) {
    table.form select {
        font-size: 1rem;
    }
}
/* タイトル付きinput */
table.form .input-title input[type=text] {
    padding-left: 50px;
}
table.form .input-title::before {
    content: attr(data-title)"：";
    position: absolute;
    left: 8px;
    top: 11px;
    font-size: .875rem;
    line-height: 1;
    color: #666;
    z-index: 100;
}
table.form .input-title.input-req::before {
    left: 50px;
}
/* タイトル付きinput(テキスト始まり位置調整) */
table.form .input-title[data-textlength='95'] input[type=text] {
    padding-left: 95px;
}
table.form .input-title[data-textlength='120'] input[type=text] {
    padding-left: 120px;
}


/* 必須アイコン */
th.th-req,
p.p-req,
p.input-req {
    position: relative;
}
th.th-req {
    padding-right: 50px;
}
p.p-req {
    padding-left: 45px;
}
p.input-req input[type=email],
p.input-req input[type=text] {
    padding-left: 50px;
}
th.th-req::after,
p.p-req::after,
p.input-req::after {
    display: block;
    content: '\5FC5\9808';/*必須*/
    padding: 4px 6px;
    background: #e32766;
    border-radius: 2px;
    font-size: .75rem;
    color: #fff;
    line-height: 1;
}
th.th-req::after {
    display: inline-block;
    margin-left: 1em;
}
p.p-req::after {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
}
p.input-req::after {
    position: absolute;
    left: 8px;
    top: 50%;
    margin-top: -10px;
}
@media print, screen and (min-width: 900px) {
    th.th-req::after {
        position: absolute;
        right: 15px;
        top: 50%;
        margin-left: 0;
        margin-top: -10px;
    }
}

/* 送信 */
.form-submit {
    margin: 0 0 5em;
    text-align: center;
}
.form-submit input[type=submit] {
    display: inline-block;
    min-width: 300px;
    padding: 20px;
    background: #fcdce8;
    border: solid 1px #fcdce8;
    border-radius: 4px;
    text-align: center;
    font-size: 1.25rem;
    transition: background 0.2s, color 0.2s;
}
.form-submit input[type=submit]:hover {
    background: #ff6699;
    color: #fff;
}

/* 送信確認 */
table.confirm {
    margin: 0 0 3em;
}
table.confirm th {
    width: 20%;
}
.form-submit input[type=button] {
    display: inline-block;
    min-width: 200px;
    margin-left: 1em;
    padding: 20px;
    background: #efefef;
    border: solid 1px #ccc;
    border-radius: 4px;
    text-align: center;
    font-size: 1.25rem;
    transition: background 0.2s, color 0.2s;
}
.form-submit input[type=button]:hover {
    background: #727272;
    color: #fff;
}

/* 変更届 ---------- */
table.form.change {
    table-layout: fixed;
}
table.form.change thead th.empty {
    width: 18%;
}
table.form.change thead th {
    font-size: 1.25rem;
}
table.form.change thead th.new {
    font-weight: bold;
    color: #fff;
    background: #52bdee;
}
table.form.change td {
    position: relative;
    padding-left: 45px;
}
table.form.change td::before {
    width: 26px;
    height: 100%;
    background: #efefef;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .875rem;
    font-weight: bold;
}
table.form.change th + td::before {
    content: '\65E7'; /*旧*/
    background: #b7b7b7;
    color: #fff;
}
table.form.change td + td::before {
    content: '\65B0'; /*新*/
    background: #52bdee;
    color: #fff;
}
table.form.change tr:last-child td {
    padding-left: 15px;
}
table.form.change tr:last-child td::before {
    display: none;
}
table.form.change td + td::after {
    content: '';
    width: 24px;
    height: 25px;
    background: #fff url(../img/common/icon-arrow.png) no-repeat center/ contain;
    position: absolute;
    left: 50%;
    top: -12px;
    transform: rotate(90deg);
}
@media print, screen and (min-width: 900px) {
    table.form.change th + td {
        padding-left: 20px;
        padding-right: 40px;
    }
    table.form.change td + td {
        position: relative;
        padding-left: 40px;
        border-left: dotted 1px #ccc;
    }
    table.form.change th + td::before,
    table.form.change td + td::before {
        display: none;
    }
    table.form.change td + td::after {
        width: 30px;
        height: 24px;
        left: -13px;
        top: 50%;
        margin-top: -12px;
        transform: rotate(0);
    }
}



/*==================================================================

　　上書きスタイル

================================================================== */
.mB0 {
	margin-bottom: 0 !important;
}
.mT0 {
	margin-top: 0 !important;
}

/* 検索結果 Google カスタム検索 */
.gsc-adBlock {
    opacity: .2 !important;
}


/*==================================================================

　　print

================================================================== */

@media print {
    body {
        width: 1300px;
        zoom: .8;
    }
}