/* style.css */

/*----------------------------------
COMMON
------------------------------------*/
html {
  -webkit-text-size-adjust: 100%;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
    width: 100%;
}

body.fixed {
    overflow: hidden;
}

/*
body.fixed #cover {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .4);
    z-index: 990;
}
*/

#cover.fixed  {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .4);
    z-index: 990;
}

.wrapper {
    width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
}

p, a, li, dd, dt, span, div, h1, h2, h3 {
    color: #1C1C1C;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    box-sizing: border-box;
    font-size: 100%;
    line-height: 1.6;
}

a:link, a:visited {
    text-decoration: none;
}

a:hover {
    cursor: pointer;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
}

p img {
    display: inline-block;
}

img {
    max-width: 100%;
}

.sp {
    display: none;
}

span.sup {
    font-size: 75.5%;
    vertical-align: top;
    position: relative;
    color: #175C2C;
}

span.sub {
    font-size: 75.5%;
    position: relative;
    color: #175C2C;
}

@media screen and (min-width:768px) {
    .sp_header {
        display: none;
    }
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}

.bold {
    font-weight: 500!important;
}

.mt0 {
    margin-top: 0!important;
}

.mt5 {
    margin-top: 5px!important;
}

.mt10 {
    margin-top: 10px!important;
}

.mt15 {
    margin-top: 15px!important;
}

.mt20 {
    margin-top: 20px!important;
}

.mt25 {
    margin-top: 25px!important;
}

.mt30 {
    margin-top: 30px!important;
}

.mt35 {
    margin-top: 35px!important;
}

.mt40 {
    margin-top: 40px!important;
}

.mt50 {
    margin-top: 50px!important;
}

.mt60 {
    margin-top: 70px!important;
}

.mb0 {
    margin-bottom: 0!important;
}

.mb5 {
    margin-bottom: 5px!important;
}

.mb10 {
    margin-bottom: 10px!important;
}

.mb15 {
    margin-bottom: 15px!important;
}

.mb20 {
    margin-bottom: 20px!important;
}

.mb25 {
    margin-bottom: 25px!important;
}

.mb30 {
    margin-bottom: 30px!important;
}

.mb35 {
    margin-bottom: 35px!important;
}

.mb40 {
    margin-bottom: 40px!important;
}

.mb50 {
    margin-bottom: 50px!important;
}

.mb60 {
    margin-bottom: 70px!important;
}

table {
    table-layout: fixed;
    max-width: 100%;
    border: 1px solid #666666;
    margin-top: 30px;
    margin-bottom: 0.5em;
}

table th,
table td {
    padding: 10px 15px 10px 15px;
    font-size: 87.5%;
    border-bottom: 1px solid #666666;
    border-right: 1px solid #666666;
    word-wrap: break-word;
    overflow-wrap: break-word;
    vertical-align: top;
}

table th {
    background: #D4E4F3;
    vertical-align: middle;
}

/*----------------------------------
その他下層ページ①
------------------------------------*/

h2 {
    font-size: 150%;
    padding-bottom: 8px;
    border-bottom: 1px solid #325F85;
    margin-bottom: 20px;
    margin-top: 40px;
}

h2 span {
    font-weight: 500;
}

h3 {
    font-size: 125%;
    font-weight: 500;
    padding-left: 25px;
    margin-bottom: 20px;
    margin-top: 20px;
    line-height: normal;
    position: relative;
}

h3:before {
    content: '';
    display: block;
    width: 6px;
    height: 30px;
    background: #C2CF2A;
    position: absolute;
    left: 0;
    top: 1px;
}

h3:after {
    content: '';
    display: block;
    width: 6px;
    height: 15px;
    background: #325F85;
    position: absolute;
    left: 0;
    top: 16px;
}

/*----------------------------------
Page_head
------------------------------------*/

/*header action*/
header {
    height: auto;
}

.page_head_wrap {
    transition: 0.5s;
    z-index: 1000;
}

.scrol .page_head_wrap {
    top: 0;
}

.fixed {
    position: fixed;
    top: 0;
    z-index: 1000;
}

@media screen and (min-width:768px) {
    .page_head_wrap {
        width: 100%;
        background: #fff;
    }
    .page_head {
        width: 100%;
        margin: 0 auto;
        position: relative;
        background: #1C2445;
    }
    ul.page_navi {
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        width: 100%;
        background: #1C2445;
        margin: 0 auto;
        min-width: 1080px;
        max-width: 1224px;
        z-index: 990;
    }
    ul.page_navi li a {
        display: block;
        color: #fff;
        position: relative;
        height: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 1vw;
        padding-right: 1vw;
        position: relative;
    }
    ul.page_navi li a {
        position: static;
        text-align: center;
        padding: 0;
        height: 70px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        transition: .3s;
    }
    ul.page_navi > li > a span {
        color: #fff;
        font-weight: 400;
        letter-spacing: 1px;
        white-space: nowrap;
        line-height: normal;
    }
    ul.page_navi li a:hover {
        background: #fff;
    }
    ul.page_navi li a:hover span {
        color: #1C1C1C;
    }
    .head_top {
        display: flex;
        justify-content: flex-end;
        width: 100%;
        min-width: 1080px;
        max-width: 1224px;
        height: 108px;
        padding: 18px 0 0;
        position: relative;
        margin: 0 auto;
    }
    .h_logo {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }
    .h_logo img {
        width: 303px;
        height: 65px;
    }
    .htop_menu > ul {
        display: flex;
        justify-content: flex-end;
        margin-bottom: 7px;
    }
    .htop_menu {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .htop_menu ul.htop_menu_a li a {
        font-size: 87.5%;
    }
    ul.htop_menu_a li.h_sitemap {
        margin-right: 20px;
    }
    ul.htop_menu_a li.h_sitemap a:before {
        content: '';
        display: inline-block;
        width: 14px;
        height: 13px;
        background-image: url(/img/common/sitemap_ic.svg);
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
        margin-right: 6px;
        margin-top: -3px;
    }
    ul.htop_menu_a li.h_support a:before {
        content: '';
        display: inline-block;
        width: 14px;
        height: 13px;
        background-image: url(/img/common/support_ic.svg);
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
        margin-right: 6px;
        margin-top: -3px;
    }
    ul.htop_menu_a li.h_sns {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 20px;
    }
    ul.htop_menu_a li.h_sns a {
        margin-right: 12px;
    }
    ul.htop_menu_a li.h_sns a:last-child {
        margin-right: 0;
    }
    ul.htop_menu_a li.h_sns a img {
        width: 26px;
    }
    ul.htop_menu_b li.h_lang {
        margin-right: 8px;
    }
    ul.htop_menu_b li.h_lang a {
        display: block;
        width: 156px;
        height: 43px;
        text-align: center;
        padding: 8px 0;
        border: 1px solid #707070;
        border-radius: 3px;
        line-height: normal;
    }
    ul.htop_menu_b li.h_lang a span {
        font-size: 87.5%;
    }
    ul.htop_menu_b li.h_lang a span:before {
        content: '';
        display: inline-block;
        width: 18px;
        height: 18px;
        background-image: url(/img/common/language_ic.svg);
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
        margin-right: 6px;
        margin-top: -3px;
    }
    ul.htop_menu_b li.h_search a {
        display: block;
        width: 156px;
        height: 51px;
        text-align: center;
        padding: 10px 0;
        border: 1px solid #325F85;
        background: #325F85;
        border-radius: 2px;
    }
    ul.htop_menu_b li.h_search a span {
        color: #fff;
        font-size: 16px;
        font-weight: 500;
    }
    ul.htop_menu_b li.h_search a span:before {
        content: '';
        display: inline-block;
        width: 16px;
        height: 16px;
        background-image: url(/img/common/search_ic.svg);
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
        margin-right: 6px;
        margin-top: -3px;
    }
}

@media screen and (min-width:768px) {
    .menu > ul > li > ul {
        box-sizing: border-box;
        width: 100%;
        background: #fff;
        padding: 40px 50px 20px 50px;
        position: absolute;
        border-bottom: 3px solid #325F85;
    }
    .menu > ul > li > ul:before {
        box-sizing: border-box;
        width: 100vw;
        height: calc(100% + 3px);
        position: absolute;
        top: 0;
        left: 0;
        background: #fff;
        margin-left: -100vw;
        border-bottom: 3px solid #325F85;
    }
    .menu > ul > li > ul:after {
        box-sizing: border-box;
        display: block;
        width: 100vw;
        height: calc(100% + 3px);
        box-sizing: border-box;
        position: absolute;
        top: 0;
        right: 0;
        background: #fff;
        margin-right: -100vw;
        border-bottom: 3px solid #325F85;
    }
    .menu > ul > li > a > span:before {
        content: none;
    }
    .menu > ul > li > ul > li {
        margin-bottom: 20px;
        float: left;
        vertical-align: top;
        width: 32%;
        margin-right: 2%;
    }
    .menu > ul > li > ul > li:nth-child(3n) {
        margin-right: 0;
    }
    .menu > ul > li > ul > li > a {
        height: auto;
        font-size: 100%;
        font-weight: 500;
        color: #1C1C1C;
        padding-left: 25px;
        text-align: left;
        position: relative;
        font-size: 93.75%;
    }
    .menu > ul > li > ul > li > a:before {
        content: '';
        display: inline-block;
        width: 17px;
        height: 17px;
        background-image: url(/img/common/child_menu_ic.svg);
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
        position: absolute;
        top: 4px;
        left: 0;
    }
    .menu > ul > li > ul > li > a:hover {
        background: transparent;
        opacity: 0.7;
    }
    .menu > ul > li > ul > li > a span {
        display: inline-block;
        margin-top: 5px;
        font-size: 87.5%;
        color: #3A1808;
        font-weight: bold;
        white-space: nowrap;
        letter-spacing: 0.6px;
    }
    .menu > ul > li > ul > li > ul > li {
        float: none;
        width: auto;
        padding-top: 0;
        padding-bottom: 10px;
    }
    .menu > ul > li > ul > li > ul > li a {
        height: auto;
        text-align: left;
        color: #1C1C1C;
        display: inline-block;
        position: relative;
    }
    .menu > ul > li > ul > li > ul > li a:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 12px;
        height: 1px;
        background: #1C1C1C;
        margin-right: 8px;
        margin-top: -4px;
    }
    .menu > ul > li > ul > li > ul > li a:hover {
        background: transparent;
        opacity: 0.7;
    }

    .menu > ul > li > ul > li > div {
        margin-top: 10px;
    }
    .menu > ul > li > ul > li > div a {
        display: block;
        height: auto;
        text-align: left;
        color: #1C1C1C;
        position: relative;
        margin-bottom: 10px;
        margin-left: 1.8em;
        text-indent: -16px;
        padding-left: 16px;
    }
    .menu > ul > li > ul > li > div a:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 8px;
        height: 2px;
        background: #1C1C1C;
        margin-right: 8px;
        margin-top: -4px;
    }
    .menu > ul > li > ul > li > div a:hover {
        background: transparent;
        opacity: 0.7;
    }
    .menu > ul > li.sp_search {
        display: none;
    }
    .menu > ul > li.spec > a {
        background: #C2CF2A;
    }
    .menu > ul > li.spec > a > span {
        color: #1C1C1C;
    }
    .menu > ul > li {
        -webkit-flex-grow: 1;
        flex-grow: 1;
    }
    ul.page_navi li.h_top_menu_sp {
        display: none;
    }
    .menu > ul > li.spec > a:hover {
        background: #fff;
    }

}

/*----------------------------------
Page_head
------------------------------------*/

button.dropdown__btn {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    display: block;
    width: 156px;
    height: 51px;
    height: 43px;
    text-align: center;
    padding: 10px 0;
    border: 1px solid #325F85;
    background: #325F85;
    border-radius: 3px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    transition: .3s;
}

button.dropdown__btn span {
    color: #fff;
    font-size: 93.75%;
    line-height: normal;
    transition: .3s;
}

button.dropdown__btn:hover {
    cursor: pointer;
}

button.dropdown__btn.is-open span {
    display: none;
}

button.dropdown__btn.is-open:after {
    content: '閉じる';
    display: inline-block;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 15px;
    font-weight: 500;
    vertical-align: middle;
    transition: .3s;
}

button.dropdown__btn:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(/img/common/search_ic.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 6px;
    margin-top: -3px;
}

button.dropdown__btn.is-open:before {
    width: 14px;
    height: 14px;
    background-image: url(/img/common/close_ic.svg);
    margin-top: 1px;
}

/*ヘッダー検索*/
#cse-search-box {
    position:relative;
    max-width:100%;
    height:44px;
}

#sbox01 {
    width: calc(100% - 44px);
    height: 44px;
    padding: 0 10px;
    position: relative;
    outline: 0;
    background: transparent;
    border: 1px solid #525872;
    font-size: 14px;
    background: rgba(255, 255, 255, 1);
    color: #1C1C1C;
}

#sbtn01 {
    height:44px;
    width: 44px;
    position:absolute;
    top: 0;
    right: 0;
    background:#184A8E;
    border: none;
    font-size:14px;
    cursor: pointer;
    color: #fff;
    background-image: url(/img/common/search_ic.svg);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center;
}

.fa-search:before {
    color: #fff;
}

.dropdown {
    position: relative;
}

.dropdown__body {
    position: absolute;
    width: 540px;
    background: #325F85;
    top: 42px;
    right: 0;
    padding: 25px 20px;
    z-index: 1001;
    display: none;
}

/*========= MenuButton ===============*/

#menuButton {
    overflow: hidden;
    display: none;
    position: relative;
    z-index: 0;
    width: 75px;
    height: 30px;
    cursor: pointer;
    float: right;
    margin-top: 6px;
    margin-right: 20px;
}

#menuButton span,
#menuButton::before,
#menuButton::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left:0;
  right: 0;
  width: 23px;
  height: 1px;
  margin: auto;
  background: #707070;
}
#menuButton span {
  overflow: hidden;
  z-index: 1;
  color: #707070;
}
#menuButton::before {
  z-index: 2;
  transform: translate(0, -8px);
  content: "";
}
#menuButton::after {
  z-index: 2;
  transform: translate(0, 8px);
  content: "";
}

#menuButton span {
    opacity: 1;
    transition: opacity 150ms 50ms;
    padding: 0;
}
#menuButton::before,
#menuButton::after {
  transition: transform 200ms;
}

#menuButton.active span {
  opacity: 0;
  transition: opacity 150ms;
}
#menuButton.active::before {
  transform: rotate(45deg);
}
#menuButton.active::after {
  transform: rotate(-45deg);
}

/*----------------------------------
Main
------------------------------------*/

.main_wrap {
    width: 100%;
    max-width: 100%;
    min-width: 1000px;
    max-height: 90vh;
    margin: 0 auto;
    position: relative;
}

.more_bt {
    background-color: #3A1808;
    color: #fff;
    font-size: 16px;
    width: 268px;
    height: 60px;
    display: block;
    margin: 0 auto;
    padding-top: 20px;
    border-radius: 8px;
    text-align: center;
}

.more_bt span {
    color: #fff;
    font-size: 16px;
}

/*----------------------------------
footer
------------------------------------*/

footer {
    width: 100%;
    background: #1C2445;
}

footer .inner {
    padding: 50px 0 25px;
    max-width: 1224px;
    min-width: 1080px;
    margin: 0 auto;
}

.ftCont {
    display: flex;
    justify-content: space-between;
}

.ft_info {
    width: 220px;
}

.ft_menu_wrap {
    width: calc(100% - 240px);
}

.ft_menu_wrap > div {
    width: 25%;
    max-width: 25%;
}

.ft_logo img {
    width: 113px;
    height: 86px;
}

.ft_info h3 {
    color: #fff;
    font-size: 125%;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 5px;
    padding-left: 0;
}

.ft_info h3:before,
.ft_info h3:after {
    content: none;
}

.ft_info span {
    color: #fff;
    font-size: 87.5%;
    margin-top: -5px;
    display: block;
}

.ft_ad {
    margin: 25px 0 25px;
}

.ft_ad p {
    color: #fff;
    font-size: 100%;
    padding: 2px 0 2px;
}

ul.ft_sns {
    display: flex;
}

ul.ft_sns li {
    margin-right: 15px;
}

ul.ft_sns li:last-child {
    margin-right: 0;
}

ul.ft_sns li a img {
    width: 40px;
    height: 40px;
}

.ft_menu_wrap {
    display: flex;
}

.ft_menu_wrap > div {
    padding: 0 12px 0;
}

.ft_menu_wrap > div > p {
    color: #fff;
    font-size: 100%;
    font-weight: 500;
    margin-bottom: 10px;
}

.ft_menu_wrap > div > a {
    display: block;
    color: #fff;
    font-size: 100%;
    font-weight: 500;
    margin-bottom: 10px;
}

ul.ft_menu li a {
    display: block;
    color: #fff;
    font-size: 81.25%;
    margin-bottom: 8px;
    position: relative;
    padding-left: 16px;
}

ul.ft_menu li a:before {
    content: '';
    display: block;
    width: 8px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 9px;
    left: 0;
}

.ftLinks {
    display: flex;
    justify-content: center;
    margin-top: 80px;
    margin-bottom: 20px;
}

.ftLinks a {
    padding: 0 17px;
    font-size: 100%;
    color: #fff;
}

.ftCopy {
    font-size: 75%;
    color: rgba(255,255,255, 0.4);
    text-align: center;
    line-height: normal;
}

/*----------------------------------
Page Top
------------------------------------*/

#pageTop {
    position: fixed;
    bottom: 8%;
    left: 90%;
    z-index: 9991;
}

#pageTop a {
    width: 60px;
    height: 60px;
    display: block;
}

/* スクロール フェードイン
-------------------------------------------------- */

.fade-in {
  opacity: 0;
  transition-duration: 500ms;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

/*----------------------------------
バナーリンク
------------------------------------*/

.link_banWrap {
    background: #1C1C1C;
}

.link_banWrap .inner {
    padding: 70px 0 70px;
}

ul.link_ban {
    display: flex;
    justify-content: center;
}

ul.link_ban li {
    width: 235px;
    padding: 0 20px;
}

ul.link_ban li a {
    display: block;
    width: 100%;
}

/*----------------------------------
その他下層ページ②
------------------------------------*/

.content > p.filelink {
    margin-bottom: 0.3em;
    clear: both;
}

p.filelink a {
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
}

p.filelink a:before {
    content: '';
    display: block;
    background-image: url(/img/common/file_link.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 3px;
    left: 0;
}

p.filelink img {
    margin-top: 10px;
}

ul.linkjump2 {
    margin-top: 10px;
}

ul.linkjump2 li a {
    display: block;
    padding-left: 25px;
    margin-bottom: 10px;
    position: relative;
}

ul.linkjump2 li a:before {
    content: '';
    display: block;
    background-image: url(/img/common/r_ar.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 6px;
    left: 0;
}

strong.text-color-red {
    color: #990000;
}

p.txt-right {
    text-align: right;
}

ul.norcor {
    margin: 0.7em 5px 0.7em 0;
    padding: 0;
}

ul.norcor li {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 25px;
    position: relative;
}

ul.norcor li a {
    color: #076DA0;
}

ul.norcor li:before {
    content: '';
    display: block;
    background-image: url(/img/common/r_ar.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 12px;
    left: 0;
}

div.txt-area {
    margin: 0.56em 0 0.56em 0;
    padding: 10px 15px;
    border: 1px solid #CDCDCC;
    background-color: #f4f4f4;
}

p.pagelinkin {
    margin-bottom: 5px;
}

td,th {
    word-break: break-all;
}

.table01,
.t-box2 > table {
    table-layout: auto;
    width: 100%;
    margin-top: 30px;
}

.table01 th,
.table01 td,
.t-box2 > table th,
.t-box2 > table td {
    padding: 10px 10px 10px;
    vertical-align: middle;
    border-bottom: 1px solid #909090;
    border-right: 1px solid #909090;
    font-size: 87.5%;
}

.table01 th,
.t-box2 > table th {
    background: #E5EFF7;
    border-top: 1px solid #909090;
    text-align: center;
}

/*
.table01 th:last-child,
.table01 td:last-child,
.t-box2 > table th:last-child,
.t-box2 > table td:last-child {
    border-right: none;
}
*/

.table01 th a.innerLink,
.table01 td a.innerLink,
.t-box2 > table th a.innerLink,
.t-box2 > table td a.innerLink {
    padding-left: 0;
}

.table01 th a.innerLink:before,
.table01 td a.innerLink:before,
.t-box2 > table th a.innerLink:before,
.t-box2 > table td a.innerLink:before {
    content: none;
}

p a.innerLink {
    display: inline;
    padding-left: 0;
}

p a.innerLink:before {
    content: none;
}

strong {
    font-weight: 500;
}

ul.pagelinkin-side {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 10px
}

ul.pagelinkin-side li a {
    display: block;
    color: #076DA0;
    padding-left: 25px;
    position: relative;
    margin-right: 20px;
}

ul.pagelinkin-side li a:before {
    content: '';
    display: block;
    background-image: url(/img/common/r_ar.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 4px;
    left: 0;
}

.content > p > a > img {
    display: inline-block;
}

div#contact {
    clear: both;
    margin: 15px 0 15px 0;
    border: 1px solid #CDCDCC;
}

div#contact h2 {
    padding: 4px 2px 2px 12px;
    border: none;
/*
    background-color: #f4f4f4;
    border-top: 1px solid #CDCDCC;
*/
    margin-top: 0;
    margin-bottom: 0.25em;
}

div#contact p {
    margin: 15px;
}

a > span {
    color: #076DA0;
}

p.pagelinkin > a {
    display: inline-block;
    color: #076DA0;
    padding-left: 25px;
    position: relative;
}

p.pagelinkin > a:before {
    content: '';
    display: block;
    background-image: url(/img/common/r_ar.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 4px;
    left: 0;
}

p.pagelinkin > a.innerLink {
    display: inline-block;
    color: #076DA0;
    padding-left: 25px;
    position: relative;
}

p.pagelinkin > a.innerLink:before {
    content: '';
    display: block;
    background-image: url(/img/common/r_ar.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 4px;
    left: 0;
}

div.img-area-r p.imglink-txt-right {
    float: right;
    margin: 0;
    padding: 0 0 0.2em 0;
    text-align: center;
}

div.img-area-r {
    overflow: hidden;
}

.content > p,
.t-box2 > p {
    margin-bottom: 0.3em;
    font-size: 93.75%;
}

.t-box2 table {
    border: 1px solid #909090;
    margin-bottom: 0.5em;
}

p.img-left {
    padding-bottom: 0.75em;
}

div.file-area {
    margin: 0.56em 5px 0 0;
    padding: 0;
    width: 100%;
}

.file-area:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
}

p.file-side3 {
    float: left;
    margin: 0.56em 0 0.1em 0;
    padding: 0 0 2px 10px;
    color: #555555;
    line-height: 1.2em;
    width: 242px;
}

p.file-side3 span {
    display: block;
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
}

img.img-guidance {
    margin: 0;
    padding: 0;
}

p.file-side3 img {
    margin: 0 auto;
}

p.imglink-side2 {
    float: left;
    margin: 5px 0 5px 0;
    padding: 0;
    text-align: center;
}

.imglink-side2 img {
    margin: 0 10px 5px 10px;
    display: inline-block;
}

.imglink-side2 span {
    display: block;
    margin: 0 10px 0 10px;
}

.img-area:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
}

p.imgtxtlink-side3 {
    float: left;
    margin: 10px 0 5px 0;
    padding: 0;
    text-align: left;
    width: 242px;
}

p.imgtxtlink-side3 img {
    margin: 0 10px 5px 10px;
    padding: 0;
    display: inline-block;
    width: 232px;
    height: 160px;
    object-fit: cover;
}

div.img-area-l {
    margin: 20px 0 20px 0;
    padding: 0;
    overflow: hidden;
}

div.img-area-l p.imglink-txt-left {
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
    margin-right: 20px;
}

ul.topics-list li, ul.event-list li {
    clear: both;
    margin: 0;
    padding: 2px 0 4px 0;
    position: relative;
    width: auto;
    background-color: transparent;
    background-image: none;
}

ul.topics-list li img, ul.event-list li img {
    margin: 4px 10px 0 0;
    float: left;
}

ul.norcor li a.innerLink {
    padding-left: 0;
}

ul.norcor li a.innerLink:before {
    content: none;
}

.quiz_area {
    margin-bottom: 10px;
}

caption {
    margin-bottom: 5px;
    margin-left: 0;
    padding: 0;
    text-align: left;
    font-weight: bold;
    background-color: transparent;
}

div.m-box2 {
    float: left;
    margin: 10px 0 0 0;
    padding: 0;
    width: 49.8%;
}

.clearfix:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
}

p.filelink a.innerLink:before {
    content: none;
}

ul.info-list li {
    clear: both;
    margin: 0;
    padding: 5px 0 4px 0;
    position: relative;
    width: auto;
    background-color: transparent;
    background-image: none;
}

ul.info-list li span {
    display: block;
    margin: 0 0 0 9.1em;
    padding: 0 0 0 15px;
}

ul.info-list span.date {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 8.4em;
    background-image: none;
}

h2 span a.innerLink:before {
    top: 11px;
}

ul.regacy {
    padding-left: 1em;
}

ul.regacy li {
    list-style-type: disc;
}

ul.regacy li ul {
    padding-left: 1em;
}

span.text-color-red {
    color: #990000;
}

/*----------------------------------
Search Box
------------------------------------*/
#search_box {
    width: 706px;
    margin: 30px auto 30px;
    padding: 25px 20px 25px ;
    background: #076DA0;
    margin-bottom: 45px;
}

#cse-search-box #text03 {
    display: inline-block;
    width: calc(100% - 44px);
    height: 44px;
    vertical-align: top;
    font-size: 125%;
    padding: 5px !important;
    box-sizing: border-box;
    letter-spacing: 0.1em;
    border: 1px solid #f1f1ec !important;
    background-color: #fff !important;
    background-position: 5px center !important;
}

#cse-search-box #sbt {
    display: inline-block;
    box-sizing: border-box;
    width: 44px;
    height: 44px;
    margin-left: -7px;
    background-color: #171717;
    border: 1px solid #171717 !important;
    color: #fff;
    background-image: url(/img/common/search_ic.svg);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center;
}

#cse-search-box #sbt:hover {
    cursor: pointer;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
}

#search_result {
    padding: 35px 25px 75px 25px;
    background: #fff;
}

#cse-search-box #text03:focus {
    outline: none;
}

.content > ul:not([class]) {
    list-style: disc;
    margin-left: 1.2em;
}

.content > ul:not([class]) li {
    margin-bottom: 0.1em;
}

.content > ul:not([class]) > li > a.innerLink {
    padding-left: 0;
}

.content > ul:not([class]) > li > a.innerLink:before {
    content: none;
}

div.txt-area {
    border: 1px solid #CCCCCC;
    margin: 0.56em 0 0.56em 0;
    padding: 20px;
}

h2{
    clear: both;
}

table th.center, td.center {
    text-align: center !important;
}

table td.tbl-bgcolor-gray {
    background-color: #E2E2E2 !important;
}

p.imglink-side3 {
    float: left;
    margin: 0.56em 0 0.1em 0;
    padding: 0;
    text-align: center;
}

p.imglink-side3 img {
    margin: 0 10px 5px 10px;
    padding: 0;
}

p.imglink-side3 span {
    margin: 0 10px 0 10px;
    padding: 0;
    font-size: 87.5%;
}

div.img-area-l p.imglink-txt-left span {
    font-size: 87.5%;
}

p.img-left span {
    font-size: 87.5%;
}

/*----------------------------------
Press Releases
------------------------------------*/
ul.norcor.month {
    display: flex;
    flex-wrap: wrap;
}

ul.norcor.month li {
    margin-right: 16px;
}

ul.topics-list li span, ul.event-list li span {
    display: block;
    margin: 0 0 0 68px;
}

div.insertfile {
    margin: 0.8em 0 0.8em 0;
    padding: 0;
}

table ul:not([class]) {
    list-style: disc;
    margin-left: 1.2em;
}

table ul:not([class]) li {
    margin-bottom: 0.1em;
}

dl.kaiin {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0.5em 0;
}

dl.kaiin dt {
    width: 20%;
    margin-right: 2%;
}

dl.kaiin dd {
    width: 78%;
}

dl.meibo01 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

dl.meibo01 dt,
dl.meibo01 dd {
    padding: 0.1em 0;
}

dl.meibo01 dt {
    width: 15%;
    margin-right: 2%;
}

dl.meibo01 dd {
    width: 58%;
}

dl.meibo01 dd.name {
    width: 23%;
    margin-right: 2%;
}

dl.meibo01 dt.zachou {
    text-align: right;
}

.content > table:not([class]) {
    table-layout: auto;
}

h2 > span > a.innerLink {
    display: inline;
    padding-left: 0;
}

h2 > span > a.innerLink:before {
    content: none;
}

.content > ol {
    margin-left: 1.5em;
}

.content > ol > li {
    list-style-type: decimal;
    padding-left: 0.5em;
}

p.file-side3 span {
    display: block;
    margin: 0 0 5px 0;
    padding: 0 10px 2px 18px;
    background-image: url(/images/c_icon_filelink2.png);
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: 0 0.35em;
    background-size: 12px 12px;
    font-size: 0.85em;
    line-height: 1.4;
}

a.a_guidance {
    padding-left: 0!important;
}

a.a_guidance:before {
    content: none!important;
}



