@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0px;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
html {
    font-size: 62.5%;
}
body {
    background: none;
    color: #333;
    font-family: "Shuei KakuGo Kin L", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    /*font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
    /*font-family: 'Garamond', 'Times New Roman', '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'メイリオ', Meiryo, serif;*/
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    word-break: break-all;
}
img {
    max-width: 100%;
}
h1,h2,h3,h4,h5,h6,dt {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin: 0;
    padding: 0;
}
ul,li {
    list-style: none;
    margin: 0;
    padding: 0;
}
p {
    font-size: 1.4rem;
    margin: 0;
    padding: 0;
}


/***共通
*********************************/

h2 {
    font-size: 2.9rem;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: .5em 0 .5em .50em;
    border-left: #003399 solid 5px;
    margin: 0 0 1em 0;
}
h2 + article {
    margin: 0 2%;
}
h3 {
    border-bottom: 1px solid #ccc;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2.9rem;
    max-width: 1280px;
    margin: 0 auto 30px;
    padding: 0 0 40px;
    text-align: center;
}
h5 {
    border-left: 3px solid #333;
    display: inline-block;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 2rem 0 0;
    padding: 0 0 0 .5rem;
}
a:hover {
      -webkit-transition: all .6s;
      -moz-transition: all .6s;
      -ms-transition: all .6s;
      -o-transition: all .6s;
      transition: all .6s;
}
main > section {
    margin: 40px auto 0;
    max-width: 1280px;
}
.clearfix:after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}
.clearfix{display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display:block;}

/*-------ヘッダー-------*/
header {
    padding: 15px 0;
}
header h1 {
    margin: auto;
    max-width: 1280px;
    text-align: center;
}
header h1 a {
    display: block;
    line-height: 0;
}

/*-------グローバルメニュー-------*/
nav#global {
    background: #003894;
}
nav#global ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin: auto;
    max-width: 1280px;
}
nav#global li {
    border-left: 1px solid #fff;
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}
nav#global li:last-child {
    border-right: 1px solid #fff;
}
nav#global li a {
    color: #fff;
    display: block;
    font-size: 1.8rem;
    text-decoration: none;
    padding: 23px 0;
}
nav#global li a:hover {
   background: #65b4e1;
}
/* ホバー・カレント表示の状態 */
nav#global .navion{
    background-color: #65b4e1;
    margin: 0px;
    padding: 0px;

}
/*-------ドロワーメニュー-------*/
nav.drawer-nav,
.drawer-btn {
    display: none;
}

/*-------フッター-------*/
footer {
    margin: 60px 0 0;
}
footer nav {
    background: #003894;
}
footer nav ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin: auto;
    max-width: 1280px;
}
footer nav li {
    flex-basis: 0;
    flex-grow: 1;
    margin: 14px 0;
    text-align: center;
}
footer nav li:last-child {
    border-right: 1px solid #fff;
}
footer nav li a {
    border-left: 1px solid #fff;
    color: #fff;
    display: block;
    font-size: 1.3rem;
    text-decoration: none;
}
footer nav  li a:hover {
    text-decoration: underline;
}
footer .ftinner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin: auto;
    align-items: center;
    max-width: 1280px;
    padding: 10px 0;
}
footer .ftinner div {
    flex-basis: 0;
    flex-grow: 1;
}
footer .ftinner div.info h6 {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.3;
    max-width: 40rem;
}
footer .ftinner div.info p {
    border-top: 1px dotted #ccc;
    margin: 4px 0 0;
    max-width: 40rem;
    padding: 4px 0 0;
}
footer .ftinner div.fright {
    flex-grow: 0;
}


/***トップページ
*********************************/

/*-------メインビジュアル-------*/
#mainvisual {
    margin: 0 auto;
    max-width: 100%;
}

/*-------バナーリンク-------*/
#bnrlink {
    margin: 40px auto 0;
}
#bnrlink ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
}
#bnrlink li:not(:first-of-type) {
    margin: 0 0 0 1.9rem
}
#bnrlink li a {
    display: block;
    line-height: 0;
    overflow: hidden;
}
#bnrlink li img {
    border: 1px solid #f1f1f1;
    border-radius: 15px;
}
#bnrlink li a:hover {
    border: 1px solid #e0e0e0;
    opacity: .7;
}

/*-------お知らせ-------*/
#notice {
    margin: 50px auto 0;
}
#notice article {
    height : 100%;
}
#notice dl {
    border: 1px solid #f3f3f3;
    height : 360px;
    height : -webkit-calc((70px * 5) + (.5rem * 4));
    height : calc((70px * 5) + (.5rem * 4));
    width: 98%;
    padding: 10px 1%;
    overflow: auto;
}
#notice dt {
    padding: 1.4rem .6rem .3rem;
    position: relative;
}
#notice dt.btn:after {
    display: block;
    color: #3c9acc;
    content: "\f0ab";
    font-family: FontAwesome;
    font-size: 17px;
    height: 17px;
    line-height: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1%;
    margin: auto;
}
#notice dt.active:after {
    content: "\f0aa";
}
#notice dt.btn:hover {
    cursor: pointer;
    color: #888;
}
#notice dt:not(:first-of-type) {
    margin: .5rem 0 0;
}
#notice dt:nth-of-type(2n) {
    background: #f5f5f5;
}
#notice dt .icon {
    background: #64afd7;
    border-radius: 4px;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1;
    padding: .1rem .5rem;
}
#notice dt .date {
    margin: 0 0 0 .5rem;
}
#notice dt .title {
    font-size: 1.6rem;
    font-weight: bold;
}
#notice dt p {
    margin: 0 0 .4rem;
}
#notice dd {
    border-top: 1px dotted #999;
    padding: 1.2rem .6rem 1rem;
}
#notice dd:nth-of-type(2n) {
    background: #f5f5f5;
}
#notice dd p {
    line-height: 1.5;
}

/*-------協賛募集-------*/
#sponsorship ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0 0;
}
#sponsorship li {
    flex-basis: 390px;
    text-align: center;
    margin: 4px 2px 0 4px;
}
/*
#sponsorship li:not(:first-child) {
    margin: 0 0 0 2rem;
}
*/
#sponsorship li a {
    background: #136ac1;
    border-radius: 10px;
    color: #fff;
    display: block;
    font-size: 1.4rem;
    padding: 1.4rem 0;
    position: relative;
    text-decoration: none;
}
#sponsorship li a:hover {
    background: #5196da;
}
/*
#sponsorship li a:before {
    display: block;
    color: #fff;
    content: "\f24d";
    font-family: FontAwesome;
    font-size: 13px;
    height: 13px;
    line-height: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 4rem;
    right: inherit;
}
*/
#sponsorship li img {
    vertical-align: middle;
}

/*-------協賛団体様（順不同）-------*/
#sponsorship-list dt {
    font-size: 1.8rem;
    font-weight: bold;
    position: relative;
    text-indent: 1.3rem;
}
#sponsorship-list dt:before {
    display: block;
    content: "\f04d";
    font-family: FontAwesome;
    font-size: 11px;
    height: 11px;
    line-height: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1.3rem;
    margin: auto;
}
#sponsorship-list dd {
}
#sponsorship-list dd:not(:last-of-type) {
    border-bottom: 1px dotted #777;
    margin: 0 0 3rem;
    padding: 0 0 2rem;
}
#sponsorship-list dd ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0 0;
}
#sponsorship-list dd li {
    margin: 0 4rem 1rem 0;
}

/*-------資料など-------*/
#statdoc p img {
    max-width: 375px;
    width: 100%;
}
#statdoc dl {
    background: #e8e8e8;
    margin: 1.5rem 0 0;
    padding: 1.5rem 1rem;
}
#statdoc dt {
    font-size: 1.6rem;
    font-weight: bold;
}
#statdoc dd {
    margin: 1rem 0 0;
}

/*-------お問い合わせ-------*/
#contact p img {
    max-width: 375px;
    width: 100%;
}
#contact dl {
    background: #e8e8e8;
    margin: 1.5rem 0 0;
    padding: 1.5rem 1rem;
}
#contact dt {
    font-size: 1.6rem;
    font-weight: bold;
}
#contact dd {
    margin: 1rem 0 0;
}

/*-------リンク-------*/
#link dt {
    font-size: 1.8rem;
    font-weight: bold;
    position: relative;
    text-indent: 1.3rem;
}
#link dt:not(:first-of-type) {
    margin: 1.9rem 0 0;
}
#link dd {
    margin: .5rem 0 0;
    padding: 0 1%;
    width: 98%;
}
#link dt:before {
    display: block;
    content: "\f04d";
    font-family: FontAwesome;
    font-size: 11px;
    height: 11px;
    line-height: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1.3rem;
    margin: auto;
}
#link dd li {
    margin: .7rem 0 0;
}
#link dd li a:hover {
    text-decoration: none;
}


/***ごあいさつ
*********************************/
#greetingword {
    margin: 45px auto 0;
}
#greetingword article {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
#greetingword article div {
}
#greetingword article div p {
    margin: 0 0 1.5rem;
    text-indent: 1.5rem;
}
#greetingword article div p:last-child {
    margin: 3rem 0 0;
    text-indent: 0;
    text-align: right;
}
#greetingword article figure {
    flex-basis: 100%;
    margin: 0 40px;
}

/***プログラム
*********************************/
#programlist {
}
#programlist p {
    line-height: 1.5;
}
#programlist dt {
    border-left: 5px solid #039;
    border-bottom: 1px solid #039;
    font-weight: bold;
    font-size: 130%;
    margin: 0 0 1.5rem;
    padding: 10px;
    position: relative;
}
#programlist dt span.att {
    font-size: 1.3rem;
    position: absolute;
    right: 0;
    bottom: 3px;
}
#programlist dt:not(:first-of-type) {
    margin: 6rem 0 1.5rem;
}
#programlist dt.btn:hover {
    cursor: pointer;
    color: #888;
}
#programlist dt.btn:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 12.5px 0 12.5px;
    border-color: #999999 transparent transparent transparent;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -15px;
    margin: auto;
}
#programlist dt.btn.active:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12.5px 10px 12.5px;
    border-color: transparent transparent #999999 transparent;
    bottom: -13px;
}
#programlist dd {
    background: #f1f1f1;
    margin: auto;
    padding: 2rem 3%;
    position: relative;
    width: 92%;
}
#programlist dd p {
    text-indent: 1.5rem;
}
/*
#programlist dd a:before {
    display: block;
    content: "\f24d";
    font-family: FontAwesome;
    font-size: 13px;
    height: 13px;
    line-height: 1;
    position: absolute;
    left: 2.1rem;
    right: inherit;
    margin: 3px auto 0;
}
*/
#programlist dd > ul > li {
    text-indent: -2.8rem;
    margin: 0 0 .5rem 2.8rem;
}
#programlist dd ul.subitem {
    margin: 1.5rem 0 0 3rem!important;
}
#programlist dd p:not(:first-child) {
    margin: 1.5rem 0 0;
}
#programlist dd > ul:not(:first-child) {
    margin: 1.5rem 0 0 3rem;
}
#programlist dd > ul ul {
    margin: 0 0 0 2.6rem;
}
#programlist dd p a {
    margin: 0 0 0 3rem;
}
#programlist dd p a:before  {
    left: 5.1rem;
}
#programlist dd p.btn a {
    background: #136ac1;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    padding: .7rem 6rem;
    text-decoration: none;
}
#programlist dd p.btn a:before {
    display: none;
}


/***アクセス
*********************************/
#accessinfo {
}
#accessinfo a {
    text-decoration: none;
}
#accessinfo a:hover {
    text-decoration: underline;
}
#accessinfo h4 {
    color: #0066CC;
    font-size: 1.8rem;
    font-weight: bold;
}
#accessinfo h4:not(:first-of-type) {
    margin: 2rem 0 0;
}
#accessinfo article > ul {
    margin: 1rem 0 0 2rem;
}
#accessinfo dl {
    margin: .5rem 0 0 2rem;
}
#accessinfo dt {
    font-family: "Shuei KakuGo Kin L", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bolder;
}
#accessinfo dt:not(:first-of-type) {
    margin: .8rem 0 0;
}
#accessinfo dd {
    margin: .2rem 0 0 1.5rem;
}
#accessinfo dd ul {
}
#accessinfo dd li {
}
#accessinfo {
}

/***リンク
*********************************/

/***お問い合わせ
*********************************/

/***個人情報保護について
*********************************/
#privacypolicy p {
    margin: 0 0 1.5rem;
}

/***倫理指針について
*********************************/
#ethics h5 {
    font-size: 2rem;
    margin: 0 0 2rem;
}
#ethics p {
    margin: 0 0 1.5rem;
    text-indent: 1.5rem;
}
#ethics ul {
    margin: 0 0 1.5rem;
}
/***演題申込
*********************************/
#endaiform {
    text-align: left;
}
#endaiform p {
    line-height: 1.5;
    margin: 0 0 1.5rem;
}
#endaiform a {
    text-decoration: none;
}
#endaiform a:hover {
    text-decoration: underline;
}
#endaiform h4 {
    border-left: 5px solid #039;
    border-bottom: 1px solid #039;
    font-weight: bold;
    font-size: 130%;
    margin: 0 0 1.5rem;
    padding: 10px;
    position: relative;
}

#endaiform h5{
    background: #f1f1f1;
    margin: auto;
    padding: 2rem 3%;
    position: relative;
    width: 92%;
}
/***演題申込サンクス
*********************************/
#endaithanks {
    text-align: left;
}
#endaithanks p {
    line-height: 1.5;
    margin: 0 0 1.5rem;
}
#endaithanks dl {
    background: #f1f1f1;
    margin: auto;
    padding: 2rem 3%;
    position: relative;
    width: 92%;
}

@media screen and (max-width:1280px) {

    /***共通
    *********************************/
    h2 {
        margin: 0 2% 2rem;
        padding: .5em 0 .5em 2%;
        width: 94%;
    }
    h2 + article {
        margin: 0 4%;
        width: 92%;
    }
    h3 {
        width: 94%;
    }
    h3 + article {
        margin: 0 4%;
        width: 92%;
    }
    main > section {
        margin: 45px auto 0;
    }

    /*-------フッター-------*/
    footer nav ul {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap;
        margin: auto;
        width: 90%;
    }
    footer nav li {
        flex-basis: auto;
        flex-grow: 0;
        margin: 0;
        text-align: center;
    }
    footer nav li:last-child {
        border-right: none;
    }
    footer nav li a {
        margin: .9rem 0;
        padding: .4rem 1.5rem;
    }
    footer nav li:last-child a {
        border-right: 1px solid #fff;
    }
    footer .ftinner {
        width: 90%;
    }


    /***トップページ
    *********************************/
    /*-------バナーリンク-------*/
    #bnrlink ul {
        margin: auto;
        width: 96%;
    }
}


@media screen and (max-width:980px) {

    /***共通
    *********************************/
    h2 {
        margin: 0 2% 2rem;
        padding: .5em 0 .5em 2%;
        width: 94%;
    }
    h2 + article {
        margin: 0 4%;
        width: 92%;
    }
    h3 {
        background: #003894;
        color: #fff;
        padding: 1.3rem;
    }
    main > section {
        margin: 30px auto;
    }

    /*-------グローバルメニュー-------*/
    nav#global {
        display: none;
    }

    /*-------ドロワーメニュー-------*/
    .drawer-btn {
        display: block;
        width: 10%;
    }
    .drawer--left .drawer-nav {
        left: -42%;
    }
    nav.drawer-nav {
        display: block;
        padding: 1%;
        width: 40%;
    }
    .drawer-hamburger {
        background: #003894;
        border-radius: 4px;
        padding: 21px .85rem 37px;
        position: static;
        width: 50px;
    }
    .drawer-hamburger-icon,
    .drawer-hamburger-icon:after,
    .drawer-hamburger-icon:before {
        background: #fff;
    }
    .drawer-hamburger span:last-of-type {
        color: #fff;
        font-size: 1.6rem;
        position: absolute;
        bottom: 5px;
        left: 0;
        right: 0;
        margin: auto;
    }
    ul.drawer-menu {
    }
    ul.drawer-menu li {
        background: #003399;
        border-bottom: 1px solid #fff;
    }
    ul.drawer-menu li a {
        color: #fff;
        display: block;
        font-size: 2rem;
        line-height: 1;
        padding: 2.2rem 0;
        position: relative;
        text-decoration: none;
        text-indent: 2.9rem;
    }
    ul.drawer-menu li a:before {
        display: block;
        content: "\f105";
        font-family: FontAwesome;
        font-size: 2rem;
        height: 2rem;
        line-height: 1;
        position: absolute;
        top: 0;
        bottom: 0;
        left: -1.2rem;
        margin: auto;
    }
    nav.drawer-nav .drawer-btn {
        margin: 1rem auto 0;
        width: 100%;
    }
    nav.drawer-nav .drawer-btn .drawer-hamburger {
        background: #9F9F9F;
        border-radius: 0;
        color: #fff;
        font-size: 2rem;
        line-height: 1;
        padding: 1rem 0;
        width: 100%;
    }
    nav.drawer-nav .drawer-btn .drawer-hamburger:before {
        display: block;
        content: "\f00d";
        font-family: FontAwesome;
        font-size: 1.5rem;
        height: 1.6rem;
        line-height: 1;
        position: absolute;
        top: 0;
        bottom: 0;
        left: -8rem;
        right: 0;
        margin: auto;
    }

    /*-------ヘッダー-------*/
    header {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        margin: 0 1%;
    }
    header h1 {
        margin: 0 0 0 2%;
        width: 88%;
    }


    /***トップページ
    *********************************/
    /*-------バナーリンク-------*/
    #bnrlink {
        margin: 10px 0 0;
    }

    /*-------協賛団体様（順不同）-------*/
    #sponsorship li a:before {
        left: -11rem;
        right: 0;
        margin: auto;
    }


    /***ごあいさつ
    *********************************/
    #greetingword {
        margin: 20px auto 0;
    }
    #greetingword article {
        flex-direction: column-reverse;
    }
    #greetingword article figure {
        text-align: center;
    }
    #greetingword article figure img {
        max-width: 200px;
    }

    /***プログラム
    *********************************/
    #programlist dt span.att {
        display: block;
        position: static;
    }
    #programlist dd p a:before {
        left: 3.1rem;
    }
}

@media screen and (max-width:750px) {

    /***共通
    *********************************/
    h2 {
        font-size: 2.5rem;
    }
    h2 + article {
    }

    /*-------ドロワーメニュー-------*/
    .drawer-btn {
        display: block;
        width: 16%;
    }
    .drawer--left .drawer-nav {
        left: -52%;
    }
    nav.drawer-nav {
        display: block;
        padding: 1%;
        width: 50%;
    }
    .drawer-hamburger {
        margin: auto;
        padding: 11px .85rem 32px;
        width: 35px;
    }
    .drawer-hamburger span:last-of-type {
        font-size: 1.4rem;
        bottom: 2px;
    }
    ul.drawer-menu li a {
        font-size: 1.5rem;
        padding: 1.8rem 0;
    }
    ul.drawer-menu li a:before {
        font-size: 1.5rem;
    }
    nav.drawer-nav .drawer-btn .drawer-hamburger {
        font-size: 1.5rem;
        padding: 1rem 0;
    }
    nav.drawer-nav .drawer-btn .drawer-hamburger:before {
        font-size: 1.5rem;
    }

    /*-------ヘッダー-------*/
    header h1 {
        margin: 0 1% 0 2%;
        width: 81%;
    }

    /*-------フッター-------*/
    footer nav li a {
        margin: .4rem 0;
        padding: .1rem 1.5rem;
    }
    ooter .ftinner {
        width: 96%;
    }
    footer .ftinner div.info h6 {
        font-size: 1.1rem;
        font-weight: bold;
    }
    footer .ftinner div.info p {
        font-size: 1.1rem;
    }


    /***プログラム
    *********************************/
    #programlist dd a {
        margin: 0 0 0 3rem;
    }
    #programlist dd p a {
        margin: 0 0 0 4rem;
    }
    #programlist dd p.btn a {
        text-align: center;
    }
    #programlist dd p.btn a {
        background: #136ac1;
        border-radius: 10px;
        color: #fff;
        display: block;
        margin: auto;
        padding: .7rem 6rem;
        text-decoration: none;
    }
}

/*-------追加定義-------*/

.link-btn ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 24px 0;
}
.link-btn li {
/*  flex-basis: 390px; */
    min-width: 300px;
    text-align: center;
    margin: 4px 2px 0 4px;
}
/*
.link-btn li:not(:first-child) {
    margin: 0 0 0 2rem;
}
*/
.link-btn li a {
    background: #136ac1;
    border-radius: 10px;
    color: #fff;
    display: block;
    font-size: 1.4rem;
    padding: 1.4rem 2rem;
    position: relative;
    text-decoration: none;
}
.link-btn li a:hover {
    background: #5196da;
}
.link-btn li a:before {
    content: none;
}
/*
.link-btn li a:before {
    display: block;
    color: #fff;
    content: "\f24d";
    font-family: FontAwesome;
    font-size: 13px;
    height: 13px;
    line-height: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 4rem;
    right: inherit;
}
*/
.link-btn li img {
    vertical-align: middle;
}

.link-unbtn {
    /* width: 390px; */
    min-width: 300px;
    text-align: center;

    background: #136ac1;
    border-radius: 10px;
    color: #fff;
    display: block;
    font-size: 1.4rem;
    padding: 1.4rem 2rem;
    position: relative;
}
.link-list {
    margin: 10px 0 20px 0;
}
.link-list li {
    margin: 10px 0 0 40px;
}

.pointtbl-h {
    width: 80px;
    padding: 4px 10px 0 0;
    border: 0;
    text-align: right;
    vertical-align: top;
}
.pointtbl-d {
    padding: 4px 0 0 0;
    border: 0;
    text-align: left;
    vertical-align: top;
}
.warned {
    color: orangered;
}
.hidd {
    display: none;
}

#page-top {
    position: fixed;
    bottom: 180px;
    right: 20px;
    font-size: 60%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 25px 0;
    text-align: center;
    display: block;
    border-radius: 10px;
}
#page-top a:hover {
    text-decoration: none;
    background: lightseagreen;
}

