@charset "utf-8";
/* =========================================================================================================================================== */
/*
/* サイト共通デザイン
/*
/* =========================================================================================================================================== */
* {
    box-sizing: border-box;
}

.pc_only {
    display: block !important;
}
.pc_flex {
    display: flex !important;
}
.pc_inline {
    display: inline !important;
}
.sp_only {
    display: none !important;
}
@media screen and (max-width: 480px) {
    .pc_only {
        display: none !important;
    }
    .pc_flex {
        display: none !important;
    }
    .pc_inline {
        display: none !important;
    }
    .sp_only {
        display: block !important;
    }
}

html {
    font-size: 62.5%;
    overflow-y: scroll;
}
body {
    position: relative;
    margin: 0;
    font-family:
        'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo,
        Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
    color: #343434;
}
body.menu_open {
    overflow: hidden;
    height: 100vh;
}
main {
    display: block;
}
img {
    width: 100%;
    height: auto;
}
a:hover img {
    opacity: 0.7;
}
button {
    cursor: pointer;
    background: none;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#main:not(.home) {
    width: 100%;
    max-width: 1140px;
    padding: 0 20px;
    margin: 0 auto;
    padding-bottom: 45px;
}
#main:not(.home) .content_inner {
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
}
body {
    margin-top: 160px;
}
@media screen and (max-width: 1020px) {
    body {
        margin-top: 134px;
    }
}
/* ↓↓↓↓debug:: 顧客提案中。 切り替えはここの削除↓↓↓↓　*/
body {
    margin-top: 0;
}
#masthead {
    position: relative !important;
}
/* ↑↑↑↑debug:: 顧客提案中。 切り替えはここの削除↑↑↑↑　*/

.object-fit-cover {
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.object-fit-contain {
    object-fit: contain;
    font-family: 'object-fit: contain;';
}
.object-fit-top {
    object-fit: cover;
    object-position: top;
    font-family: 'object-fit: cover; object-position: top;';
}

input[type='text'],
input[type='password'] {
    font-size: 16px;
    padding-left: 10px;
}

/* =========================================================================================================================================== */
/* 【部品】
/* 名前     : ヘッダー固定用のクラス
/* セレクタ : .is-fixed
/* =========================================================================================================================================== */
/* ↓↓↓↓debug:: 顧客提案中。 切り替えはここの削除↓↓↓↓　*/
#masthead.is-fixed {
    padding-bottom: 57px;
}
@media screen and (max-width: 1020px) {
    #masthead.is-fixed {
        padding-bottom: 55px;
    }
}
#masthead.is-fixed .row2,
#masthead.is-fixed .rowsp {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}
/* ↑↑↑↑debug:: 顧客提案中。 切り替えはここの削除↑↑↑↑　*/

/* =========================================================================================================================================== */
/* 【部品】
/* 名前     : メイン前ヘッダー(#mastheadと#mainの間)
/* セレクタ : #mainhead
/* =========================================================================================================================================== */
#mainhead {
    width: 100%;
    height: 100px;
    background-color: #f1f1f1;
    background-image: url('../image/public/mainhead-bg.jpg');
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}
#mainhead .mh-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 1140px;
    height: 100%;
    margin: 0 auto;
    padding: 0 20px;
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.38;
}
/*----------------------------------------------------------*/
/* レスポンシブデザイン #mainhead
/*----------------------------------------------------------*/
@media screen and (max-width: 768px) {
    #mainhead {
        height: 60px;
    }
    #mainhead .mh-title {
        font-size: 2.2rem;
        line-height: 1.64;
    }
}

/* =========================================================================================================================================== */
/* 【部品】
/* 名前     : フッター
/* セレクタ : #mastfoot
/* =========================================================================================================================================== */
#mastfoot {
    padding-bottom: 15px;
    background-color: #8a8a8a;
}
#mastfoot #footnavi {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
}
#mastfoot #footnavi li {
    padding: 0 6px;
    border-right: solid 1px aliceblue;
    height: 14px;
    line-height: 14px;
}
#mastfoot #footnavi li:last-child {
    border-right: none;
}
#mastfoot #footnavi li a {
    text-decoration: none;
    font-size: 1.4rem;
    color: white;
}
#mastfoot #footnavi li a:hover {
    opacity: 0.7;
}
#mastfoot .copyright {
    text-align: center;
    font-size: 1.2rem;
    padding-top: 12px;
}

#mastfoot .menu_sp_row2 {
    background-color: #7a7a7a;
    padding-bottom: 24px;
    display: none;
}
#mastfoot .menu_sp_row2 .membernavi_sp {
    width: 240px;
    margin: 0 auto;
    display: flex;
    font-size: 1.4rem;
    padding-top: 17px;
    font-weight: bold;
}
#mastfoot .menu_sp_row2 .membernavi_sp li a {
    padding: 0 10px;
    color: white;
    border-right: solid 1px white;
}
#mastfoot .menu_sp_row2 .membernavi_sp li:last-child a {
    border: none;
}
#mastfoot .menu_sp_row2 #headnavi_sp {
    width: 220px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    padding-top: 10px;
}
#mastfoot .menu_sp_row2 #headnavi_sp li a {
    position: relative;
    width: 110px;
    display: block;
    font-size: 1.4rem;
    line-height: 28px;
    padding-left: 18px;
    text-decoration: none;
    color: white;
}
#mastfoot .menu_sp_row2 #headnavi_sp li a::before {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 0;
    font-size: 15px;
    font-weight: bold;
}
#mastfoot .menu_sp_row2 .switcher {
    cursor: pointer;
    width: 107px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    border-radius: 13px;
    font-size: 1.4rem;
    margin: 0 auto;
    margin-top: 11px;
}
#mastfoot .menu_sp_row2 .switcher:hover {
    border: solid 1px #939393;
    background-color: #ebebeb;
}
#mastfoot .menu_sp_row2 .switcher img {
    width: 15px;
    height: auto;
    margin-right: 4px;
}
/*----------------------------------------------------------*/
/* レスポンシブデザイン #mastfoot
/*----------------------------------------------------------*/
@media screen and (max-width: 1020px) {
    #mastfoot .menu_sp_row2 {
        display: block;
    }
}
@media screen and (max-width: 768px) {
    #mastfoot .copyright {
        padding-left: 30px;
        padding-right: 30px;
    }
}

/* =========================================================================================================================================== */
/* 【部品】
/* 名前     : Goトップ
/* セレクタ : #gotop
/* =========================================================================================================================================== */
#gotop {
    position: fixed;
    bottom: 18px;
    right: 8px;
    width: 38px;
    height: 38px;
    background-color: #8a8a8a;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
#gotop i {
    font-size: 35px;
    color: white;
}

/* =========================================================================================================================================== */
/* 【部品】
/* 名前     : ページタイトル
/* セレクタ : h1
/* =========================================================================================================================================== */
h1 {
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.38;
    padding-bottom: 16px;
}
h1 .pdf {
    font-size: 1.4rem;
    font-weight: bold;
    padding: 4px 8px 2px;
    /* line-height: 26px; */
    display: inline-block;
    background-color: #a10022;
    vertical-align: middle;
    color: white;
}
/* <!-- 21.05.20 ここから --> */
h1 .sub {
    font-size: 18px;
    font-weight: normal;
}
/* <!-- 21.05.20 ここから --> */

/*----------------------------------------------------------*/
/* レスポンシブデザイン
/*----------------------------------------------------------*/
@media screen and (max-width: 768px) {
    h1 {
        font-size: 2.2rem;
        line-height: 1.64;
    }
}

/* =========================================================================================================================================== */
/* 【部品】
/* 名前     : ページタイトル デザイン２
/* セレクタ : .h1_2
/* =========================================================================================================================================== */
.h1_2 {
    font-size: 2.2rem;
    padding-top: 19px;
    padding-bottom: 0px;
}

/* =========================================================================================================================================== */
/* 【部品】
/* 名前     : ページタイトル デザイン２
/* セレクタ : .h1_3
/* =========================================================================================================================================== */
.h1_3 {
    position: relative;
    border-bottom: solid 3px #aaa;
}
.h1_3::before {
    content: '';
    display: block;
    left: 0;
    bottom: -3px;
    position: absolute;
    height: 3px;
    width: 228px;
    background-color: #034479;
}

/* =========================================================================================================================================== */
/* 【部品】
/* 名前     : 章タイトル
/* セレクタ : .h2_1
/* =========================================================================================================================================== */
.h2_1 {
    position: relative;
    border-top: solid 3px #aaa;
    font-weight: bold;
    font-size: 20px;
    padding-top: 11px;
}
.h2_1::before {
    content: '';
    display: block;
    top: -3px;
    left: 0;
    position: absolute;
    height: 3px;
    width: 228px;
    background-color: #034479;
}
.h2_1 small {
    font-size: 1.4rem;
}
.h2_1 .pdf {
    font-size: 1.4rem;
    font-weight: bold;
    padding: 4px 8px 2px;
    /* line-height: 26px; */
    display: inline-block;
    background-color: #a10022;
    vertical-align: middle;
    color: white;
}
/*----------------------------------------------------------*/
/* レスポンシブデザイン
/*----------------------------------------------------------*/
@media screen and (max-width: 768px) {
    .h2_1 {
        font-size: 18px;
        padding-top: 5px;
    }
}

/* =========================================================================================================================================== */
/* 【部品】
/* 名前     : 章タイトル
/* セレクタ : .h2_2
/* =========================================================================================================================================== */
.h2_2 {
    width: 129px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    color: white;
    background-color: black;
}
/*----------------------------------------------------------*/
/* レスポンシブデザイン
/*----------------------------------------------------------*/
@media screen and (max-width: 768px) {
    .h2_2 {
        margin-top: 17px;
        height: 29px;
        width: 110px;
        font-size: 1.4rem;
    }
}

/* =========================================================================================================================================== */
/* 【部品】
/* 名前     : 章タイトル
/* セレクタ : .h2_3
/* =========================================================================================================================================== */
.h2_3 {
    width: 98px;
    height: 31px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: black;
}
/*----------------------------------------------------------*/
/* レスポンシブデザイン
/*----------------------------------------------------------*/
@media screen and (max-width: 768px) {
    .h2_3 {
        margin-top: 17px;
        height: 29px;
        width: 110px;
        font-size: 1.4rem;
    }
}

/* =========================================================================================================================================== */
/* 【部品】
/* 名前     : 章タイトル
/* セレクタ : .h2_4
/* =========================================================================================================================================== */
.h2_4 {
    border-top: solid 2px #034477;
    padding: 24px 25px;
    font-size: 16px;
    line-height: 18px;
    border-bottom: solid 2px #034477;
    font-weight: bold;
    color: #000000;
    background-color: #ecf2f4;
    margin-bottom: 3px;
}
/*----------------------------------------------------------*/
/* レスポンシブデザイン
/*----------------------------------------------------------*/
@media screen and (max-width: 768px) {
    .h2_4 {
        font-size: 1.4rem;
        line-height: 22px;
        padding: 11px 16px;
    }
}

/* =========================================================================================================================================== */
/* 【部品】
/* 名前     : 節タイトル
/* セレクタ : .h3_1
/* =========================================================================================================================================== */
.h3_1 {
    line-height: 1.2;
    font-size: 1.6rem;
    font-weight: bold;
    color: #343434;
    padding-top: 11px;
}

/* =========================================================================================================================================== */
/* 【部品】
/* 名前     : 節タイトル
/* セレクタ : .h3_2
/* =========================================================================================================================================== */
.h3_2 {
    display: flex;
    padding-top: 22px;
}
/* <!-- 20.11.18 ここから--> */
.h3_2 h3 {
    padding: 0 10px;
    width: 100%;
    max-width: 300px;
    min-height: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: black;
    font-weight: bold;
}
/* <!-- 20.11.18 ここまで--> */
/*----------------------------------------------------------*/
/* レスポンシブデザイン
/*----------------------------------------------------------*/
@media screen and (max-width: 768px) {
    .h3_2 {
        display: block;
    }
}

/* =========================================================================================================================================== */
/* 【部品】
/* 名前     : サブタイトル
/* セレクタ : .subtitle
/* =========================================================================================================================================== */
.subtitle {
    display: flex;
    justify-content: flex-start;
    padding-top: 4px;
    padding-left: 1px;
    padding-bottom: 22px;
}
.subtitle .tag {
    width: 76px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    font-weight: bold;
    background-color: black;
    color: white;
}
.subtitle .tag.green {
    background-color: #2e8300;
}
.subtitle .day {
    padding-left: 12px;
    font-size: 16px;
}
/*----------------------------------------------------------*/
/* レスポンシブデザイン .input_pulldown
/*----------------------------------------------------------*/
@media screen and (max-width: 768px) {
    .subtitle {
        padding-top: 11px;
        padding-left: 0;
        padding-bottom: 19px;
    }
    .subtitle .tag {
        width: 57px;
        font-size: 12px;
    }
    .subtitle .day {
        padding-left: 10px;
        font-size: 14px;
    }
}

/* =========================================================================================================================================== */
/* 【部品】
/* 名前     : パンくずリスト
/* セレクタ : #breadcrumb
/* =========================================================================================================================================== */
#breadcrumb {
    font-size: 1.2rem;
    padding-top: 27px;
    padding-bottom: 20px;
}
#breadcrumb ol li a {
    display: inline-block;
    text-decoration: none;
    color: #034477;
    border-bottom: solid 1px white;
}
#breadcrumb ol li a:hover {
    color: #999999;
    /* border-bottom: solid 1px #939393; */
}

#breadcrumb ol li a.current {
    color: #343434;
}
#breadcrumb ol li,
#breadcrumb ol li h1 {
    display: inline;
    line-height: 16px;
}
/*----------------------------------------------------------*/
/* レスポンシブデザイン
/*----------------------------------------------------------*/
@media screen and (max-width: 768px) {
    #breadcrumb {
        padding-top: 17px;
        padding-bottom: 11px;
    }
}

/* =========================================================================================================================================== */
/* 【部品】
/* 名前     : トピックス
/* セレクタ : .blk_topics
/* =========================================================================================================================================== */
.blk_topics {
    background-image: url(../image/home/topics_bg.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-color: #024478;
}
.blk_topics h2 {
    font-size: 3.4rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.05em;
    padding-top: 31px;
    padding-bottom: 27px;
    color: white;
}
.blk_topics .posts {
    display: block;
    width: 100%;
    max-width: 1260px;
    padding: 0 52px;
    margin: 0 auto;
    padding-bottom: 73px;
}
.blk_topics .posts li {
    position: relative;
    margin: 0 8px;
    margin-bottom: 30px;
}
.blk_topics .posts li a {
    text-decoration: none;
    color: #000000;
    background-color: white;
    padding: 18px;
    display: block;
}
.blk_topics .posts li .thumbnail {
    width: 100%;
    aspect-ratio: 253/93;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    border-radius: 5px;
}
.blk_topics .posts li .information {
    padding-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.blk_topics .posts li .information .date {
    font-size: 12px;
    font-weight: bold;
}
.blk_topics .posts li .information .category {
    width: 140px;
    line-height: 20px;
    font-size: 12px;
    font-weight: bold;
    /* 2026/02/18 スクリプトで制御するため削除 background-color: #a30022; */
    color: #ffffff;
    text-align: center;
    display: block;
    margin-left: auto;
    text-align: left;
}
.blk_topics .posts li .information .text {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.6;
    padding-top: 10px;
    min-height: 145px;
}

/* Slick カスタマイズ */
.blk_topics .posts .slick-arrow.prev-arrow,
.blk_topics .posts .slick-arrow.next-arrow {
    position: absolute;
    color: #ffffff;
    font-weight: bold;
    top: 95px;
    bottom: 155px;
    margin: auto;
    height: 60px;
    cursor: pointer;
    padding: 20px;
    font-size: 20px;
    line-height: 1;
}
.blk_topics .posts .slick-arrow.prev-arrow {
    left: 10px;
}
.blk_topics .posts .slick-arrow.next-arrow {
    right: 10px;
}
.blk_topics .posts .slick-dots {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.blk_topics .posts .slick-dots li {
    display: block;
    margin: 0 6px;
    margin-bottom: 0;
    width: auto;
}

.blk_topics .posts .slick-dots li button {
    font-size: 0;
    width: 6px;
    height: 6px;
    display: block;
    background-color: #ffffff;
    padding: 0;
    border-radius: 50%;
}

.blk_topics .posts .slick-dots li.slick-active button {
    background-color: #00d7ea;
}

/*----------------------------------------------------------*/
/* レスポンシブデザイン .blk_topics
/*----------------------------------------------------------*/
@media screen and (max-width: 768px) {
    .blk_topics h2 {
        font-size: 2.4rem;
        padding-top: 12px;
        padding-bottom: 6px;
    }
    .blk_topics .posts {
        padding: 0 60px;
        padding-bottom: 30px;
    }
    .blk_topics .posts li {
        margin-bottom: 17px;
    }
    .blk_topics .posts li .thumbnail {
        aspect-ratio: 327/94;
    }
}

/* =========================================================================================================================================== */
/* 【部品】
/* 名前     : お知らせ
/* セレクタ : .blk_notice
/* =========================================================================================================================================== */
.blk_notice {
    position: relative;
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
}
.blk_notice h2 {
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
    padding-top: 38px;
    padding-bottom: 16px;
    margin: 0 20px;
}
.blk_notice .menu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 15px;
}
.blk_notice .menu li {
    flex: 1;
    max-width: 137px;
    text-align: center;
    line-height: 43px;
    font-size: 1.6rem;
    font-weight: bold;
    border-bottom: solid 4px #a6a6a6;
    cursor: pointer;
}
.blk_notice .menu li.current {
    border-color: #004675;
}
.blk_notice .wrapper_select {
    position: absolute;
    right: 20px;
    top: 105px;
    width: 203px;
    height: 29px;
}
.blk_notice .wrapper_select::after {
    content: '▼';
    position: absolute;
    right: 5px;
    font-size: 12px;
    top: 6px;
    pointer-events: none;
}
.blk_notice .category {
    width: 100%;
    height: 100%;
    border-radius: 0;
    font-size: 1.2rem;
    color: #343434;
    border: solid 1px #aaaaaa;
    background-color: white;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-left: 10px;
}
.blk_notice .posts {
    padding: 0 20px;
    padding-top: 21px;
}
.blk_notice .posts li a {
    display: flex;
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: solid 1px #d4d4d4;
    text-decoration: none;
    font-size: 1.4rem;
    color: #343434;
}
.blk_notice .posts li a:hover {
    color: #939393;
}
.blk_notice .posts li a .tag {
    width: 85px;
    height: 21px;
    font-size: 1.2rem;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: black;
}
.blk_notice .posts li a .tag.green {
    background-color: #2e8300;
}
.blk_notice .posts li a .date {
    width: 134px;
    font-weight: 800;
    padding-left: 18px;
}
.blk_notice .posts li a .date .new {
    display: none;
    font-size: 1.2rem;
    color: #a10021;
    font-weight: bold;
}
.blk_notice .posts li a .text {
    width: calc(100% - 210px);
}
.blk_notice .posts li a .text .new {
    display: inline;
    font-size: 1.2rem;
    color: #a10021;
    font-weight: bold;
}
.blk_notice .more a {
    width: 190px;
    height: 35px;
    margin: 0 auto;
    text-align: center;
    line-height: 35px;
    background-color: #034477;
    border-radius: 17.5px;
    margin-top: 34px;
    display: block;
    color: white;
    text-decoration: none;
    font-size: 1.4rem;
    position: relative;
}
.blk_notice .more a:hover {
    opacity: 0.7;
}

.blk_notice .more a::after {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    right: 13px;
    font-size: 15px;
    font-weight: bold;
}

/*----------------------------------------------------------*/
/* レスポンシブデザイン .blk_notice
/*----------------------------------------------------------*/
@media screen and (max-width: 768px) {
    .blk_notice h2 {
        font-size: 2.2rem;
        padding-top: 20px;
        padding-bottom: 6px;
        border-bottom: none;
    }

    .blk_notice .wrapper_select {
        position: relative;
        width: 285px;
        height: auto;
        margin: 0 auto;
        position: relative;
        top: 0;
        right: 0;
    }
    .blk_notice .category {
        position: static;
        border: solid 1px #c8c8c8;
        background-color: white;
        font-size: 1.6rem;
        display: block;
        padding: 0 8px;
        height: 35px;
    }
    .blk_notice .posts {
        padding-top: 19px;
    }
    .blk_notice .posts li a {
        display: block;
        padding-top: 16px;
    }
    .blk_notice .posts li:first-child a {
        border-top: solid 1px #4f4f4f;
    }
    .blk_notice .posts li a .date {
        width: 100%;
        padding: 0;
        font-size: 1.4rem;
        padding-top: 5px;
    }

    .blk_notice .posts li a .date .new {
        display: inline;
    }
    .blk_notice .posts li a .text {
        width: 100%;
        line-height: 1.43;
    }
    .blk_notice .posts li a .text .new {
        display: none;
    }
    .blk_notice .more a {
        margin-top: 22px;
    }

    .blk_notice .menu {
        padding-top: 16px;
    }
    .blk_notice .menu li {
        max-width: 77px;
        line-height: 32px;
    }
}

/* =========================================================================================================================================== */
/* 【部品】
/* 名前     : イベント・セミナー
/* セレクタ : .blk_event
/* =========================================================================================================================================== */
.blk_event {
    position: relative;
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
    padding-top: 25px;
    padding-bottom: 47px;
}
.blk_event h2 {
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
    padding-top: 38px;
    padding-bottom: 12px;
    margin: 0 20px;
    border-bottom: solid 1px #4f4f4f;
}
.blk_event .category {
    position: absolute;
    right: 20px;
    top: 48px;
    width: 203px;
    height: 29px;
    border-radius: 0;
    font-size: 1.2rem;
    color: #343434;
    border: solid 1px #aaaaaa;
    background-color: white;
}
.blk_event .posts {
    padding: 0 20px;
    padding-top: 21px;
}
.blk_event .posts li a {
    display: flex;
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: solid 1px #d4d4d4;
    text-decoration: none;
    font-size: 1.4rem;
    color: #343434;
}
.blk_event .posts li a:hover {
    color: #939393;
}
.blk_event .posts li a .tag {
    width: 76px;
    height: 21px;
    font-size: 1.2rem;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #ff7800;
}
.blk_event .posts li a .tag.green {
    background-color: #2e8300;
}
.blk_event .posts li a .date {
    width: 134px;
    font-weight: 800;
    padding-left: 18px;
}
.blk_event .posts li a .date .new {
    display: none;
    font-size: 1.2rem;
    color: #a10021;
    font-weight: bold;
}
.blk_event .posts li a .text {
    width: calc(100% - 210px);
}
.blk_event .posts li a .text .new {
    display: inline;
    font-size: 1.2rem;
    color: #a10021;
    font-weight: bold;
}
.blk_event .posts li a .text .icon {
    margin-left: 4px;
}
.blk_event .posts li a .text .icon_1 {
    color: #034477;
}
.blk_event .posts li a .text .icon_2 {
    height: 22px;
    width: 51px;
    display: inline-block;
    text-align: center;
    line-height: 22px;
    background-color: #a10022;
    color: white;
    font-weight: bold;
}
.blk_event .posts li a .text .icon_3 {
    height: 22px;
    width: 51px;
    display: inline-block;
    text-align: center;
    border: solid 2px #a10022;
    line-height: 18px;
    font-weight: bold;
    color: #a10022;
}
.blk_event .posts li a .text .icon_4 {
    height: 22px;
    width: 51px;
    display: inline-block;
    text-align: center;
    line-height: 22px;
    background-color: #555555;
    color: white;
    font-weight: bold;
}
.blk_event .more a {
    width: 190px;
    height: 35px;
    margin: 0 auto;
    text-align: center;
    line-height: 35px;
    background-color: #034477;
    border-radius: 17.5px;
    margin-top: 34px;
    display: block;
    color: white;
    text-decoration: none;
    font-size: 1.4rem;
    position: relative;
}
.blk_event .more a:hover {
    opacity: 0.7;
}

.blk_event .more a::after {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    right: 13px;
    font-size: 15px;
    font-weight: bold;
}

/*----------------------------------------------------------*/
/* レスポンシブデザイン .blk_event
/*----------------------------------------------------------*/
@media screen and (max-width: 768px) {
    .blk_event h2 {
        font-size: 2.2rem;
        padding-top: 20px;
        padding-bottom: 6px;
        border-bottom: none;
    }
    .blk_event .category {
        position: static;
        border: solid 1px #c8c8c8;
        background-color: white;
        width: 285px;
        height: 35px;
        font-size: 1.6rem;
        margin: 0 auto;
        display: block;
        padding: 0 8px;
    }
    .blk_event .posts {
        padding-top: 19px;
    }
    .blk_event .posts li a {
        display: block;
        padding-top: 16px;
    }
    .blk_event .posts li a .date {
        width: 100%;
        padding: 0;
        font-size: 1.4rem;
        padding-top: 5px;
    }

    .blk_event .posts li a .date .new {
        display: inline;
    }
    .blk_event .posts li a .text {
        width: 100%;
        line-height: 1.43;
    }
    .blk_event .posts li a .text .new {
        display: none;
    }
    .blk_event .more a {
        margin-top: 22px;
    }
}

/* =========================================================================================================================================== */
/* 【部品】
/* 名前     : イベント・セミナー
/* セレクタ : .blk_event
/* =========================================================================================================================================== */
/*
.blk_event {
  position: relative;
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding-top: 25px;
  padding-bottom: 47px;
}
.blk_event h2 {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  padding-top: 38px;
  padding-bottom: 12px;
  margin: 0 20px;
  border-bottom: solid 1px #4f4f4f;
}
.blk_event .posts {
  padding: 0 20px;
  padding-top: 21px;
}
.blk_event .posts li a {
  display: flex;
  justify-content: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: solid 1px #d4d4d4;
  text-decoration: none;
  font-size: 1.4rem;
  color: #343434;
}
.blk_event .posts li a:hover {
  color: #939393;
}
.blk_event .posts li a .date {
  padding: 0;
  width: 126px;
  font-weight: 800;
}
.blk_event .posts li a .date .related{
  display: none;
  font-size: 1.4rem;
  color: #034477;
  font-weight: bold;
}

.blk_event .posts li a .text {
  width: calc(100% - 126px);
}
.blk_event .posts li a .text .related{
  display: inline;
  font-size: 1.4rem;
  color: #034477;
  font-weight: bold;
}
.blk_event .more a {
  width: 190px;
  height: 35px;
  margin: 0 auto;
  text-align: center;
  line-height: 35px;
  background-color: #034477;
  border-radius: 17.5px;
  margin-top: 34px;
  display: block;
  color: white;
  text-decoration: none;
  font-size: 1.4rem;
  position: relative;
}
.blk_event .more a:hover {
  opacity: 0.7;
}

.blk_event .more a::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 13px;
  font-size: 15px;
  font-weight: bold;
}
.blk_event .posts li a .text {
  width: 100%;
}
*/

/*----------------------------------------------------------*/
/* レスポンシブデザイン .blk_event
/*----------------------------------------------------------*/
/*
@media screen and (max-width: 768px) {
  .blk_event h2 {
    font-size: 2.2rem;
    padding-top: 17px;
    padding-bottom: 9px;
  }
  .blk_event .posts {
    padding-top: 0;
  }
  .blk_event .posts li a {
    display: block;
    padding-top: 11px;
  }
  .blk_event .posts li a .date {
    width: 100%;
  }
  .blk_event .posts li a .date .related{
    display: inline;
  }
  .blk_event .posts li a .text {
    width: 100%;
    line-height: 1.43;
  }
  .blk_event .posts li a .text .related{
    display: none;
  }
  .blk_event .more a {
    margin-top: 26px;
  }
}
*/

/* =========================================================================================================================================== */
/* 【部品】
/* 名前     : バナー
/* セレクタ : .blk_banner
/* =========================================================================================================================================== */
.blk_banner {
    padding-top: 40px;
    padding-bottom: 32px;
    background-color: #f1f1f1;
}
.blk_banner ul {
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.blk_banner ul li {
    width: 320px;
    height: 75px;
    margin: 0 10px;
    margin-bottom: 20px;
}
.blk_banner ul li.dummy {
    height: 0;
    margin-bottom: 0;
    padding: 0;
}

/*----------------------------------------------------------*/
/* レスポンシブデザイン .blk_banner
/*----------------------------------------------------------*/
@media screen and (max-width: 768px) {
    .blk_banner {
        padding-top: 22px;
    }
}

/* =========================================================================================================================================== */
/* 【部品】
/* 名前     : バナー
/* セレクタ : .blk_bannersub
/* =========================================================================================================================================== */
.blk_bannersub {
    padding-top: 20px;
    padding-bottom: 19px;
    background-color: #dadada;
}
.blk_bannersub ul {
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.blk_bannersub ul li {
    width: 195px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.blk_bannersub ul li.text {
    width: 160px;
    height: 63px;
    font-size: 1.2rem;
    line-height: 1.5;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: solid 1px #848484;
}

/*----------------------------------------------------------*/
/* レスポンシブデザイン .blk_bannersub
/*----------------------------------------------------------*/
@media screen and (max-width: 768px) {
    .blk_bannersub ul {
        display: block;
    }
    .blk_bannersub ul li {
        margin: 0 auto;
        margin-bottom: 17px;
    }
    .blk_bannersub ul li.text {
        width: 280px;
        height: auto;
        padding-bottom: 17px;
        border: none;
        border-bottom: solid 1px #848484;
    }
    .blk_bannersub ul li .pc_only {
        display: none;
    }
}

/* =========================================================================================================================================== */
/* 【部品】
/* 名前     : プロフィール欄
/* セレクタ : .blk_profile
/* =========================================================================================================================================== */
.blk_profile {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.blk_profile img {
    width: 300px;
    height: 300px;
    object-fit: cover;
    object-position: top;
}
.blk_profile .information {
    width: calc(100% - 300px);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1.4rem;
    color: white;
    background-color: #034477;
}
.blk_profile .information .name {
    font-size: 2.2rem;
    font-weight: bold;
}
.blk_profile .information .bar {
    width: 193px;
    margin: 0 auto;
    margin-top: 2px;
    margin-bottom: 4px;
    border-top: solid 1px #95b1c6;
}
/*----------------------------------------------------------*/
/* レスポンシブデザイン .blk_profile
/*----------------------------------------------------------*/
@media screen and (max-width: 768px) {
    .blk_profile img {
        width: 100%;
    }
    .blk_profile .information {
        display: block;
        width: 100%;
        padding-top: 12px;
        line-height: 1.6;
        padding-bottom: 12px;
        font-size: 1.2rem;
    }
    .blk_profile .information .name {
        font-size: 1.6rem;
    }
}

/* =========================================================================================================================================== */
/* 【部品】
/* 名前     : 本文テキスト
/* セレクタ : .blk_text
/* =========================================================================================================================================== */
.blk_text {
    padding-top: 24px;
}
.blk_text p {
    padding-bottom: 28px;
}
.blk_text b {
    font-weight: bold;
}
.blk_text .red {
    color: #a10022;
}

/*----------------------------------------------------------*/
/* レスポンシブデザイン .blk_text
/*----------------------------------------------------------*/
@media screen and (max-width: 768px) {
    .blk_text {
        padding-top: 29px;
    }
    .blk_text p {
        font-size: 1.4rem;
        line-height: 1.57;
        padding-bottom: 22px;
    }
}

/* =========================================================================================================================================== */
/* 【部品】
/* 名前     : 本文テキスト
/* セレクタ : .blk_text_center
/* =========================================================================================================================================== */
.blk_text_center {
    font-size: 1.4rem;
    text-align: center;
    padding-top: 12px;
}

/* =========================================================================================================================================== */
/* 【部品】
/* 名前     : 本文テキスト 中央揃え フォントサイズ14px
/* セレクタ : .blk_c14text
/* =========================================================================================================================================== */
.blk_c14text p {
    font-size: 1.4rem;
    text-align: center;
}
/*----------------------------------------------------------*/
/* レスポンシブデザイン .blk_c14text
/*----------------------------------------------------------*/
@media screen and (max-width: 768px) {
    .blk_c14text p {
        font-size: 1.2rem;
    }
}

/* =========================================================================================================================================== */
/* 【部品】
/* 名前     : 本文テキスト 右揃え フォントサイズ14px
/* セレクタ : .blk_r14text
/* =========================================================================================================================================== */
.blk_r14text {
    font-size: 1.4rem;
    text-align: right;
    padding-top: 7px;
}
/*----------------------------------------------------------*/
/* レスポンシブデザイン .blk_r14text
/*----------------------------------------------------------*/
@media screen and (max-width: 768px) {
    .blk_r14text {
        display: none;
    }
}
/* =========================================================================================================================================== */
/* 【部品】
/* 名前     : 本文テキスト 左揃え フォントサイズ14px
/* セレクタ : .blk_l14text
/* =========================================================================================================================================== */
.blk_l14text {
    font-size: 1.4rem;
    text-align: left;
}
/*----------------------------------------------------------*/
/* レスポンシブデザイン .blk_l14text
/*----------------------------------------------------------*/
@media screen and (max-width: 768px) {
    .blk_l14text {
        /* font-size: 1.2rem; */
    }
}

/* =========================================================================================================================================== */
/* 【部品】
/* 名前     : 本文テキスト 中央揃え フォントサイズ18px
/* セレクタ : .blk_c18text
/* =========================================================================================================================================== */
.blk_c18text {
    font-size: 1.8rem;
    text-align: center;
}
.blk_c18text.red {
    color: #a10022;
}
/*----------------------------------------------------------*/
/* レスポンシブデザイン .blk_c18text
/*----------------------------------------------------------*/
@media screen and (max-width: 768px) {
    .blk_c18text {
        font-size: 1.6rem;
    }
}

/* =========================================================================================================================================== */
/* 【部品】
/* 名前     : コメントテキスト
/* セレクタ : .blk_comment
/* =========================================================================================================================================== */
.blk_comment {
    position: relative;
    font-size: 14px;
    margin-bottom: 5px;
    padding-left: 23px;
    padding-right: 30px;
}
.blk_comment::before {
    content: '';
    border-left: 6px solid #054374;
    position: absolute;
    left: 1px;
    height: calc(100% - 4px);
    top: 3px;
}
/*----------------------------------------------------------*/
/* レスポンシブデザイン .blk_comment
/*----------------------------------------------------------*/
@media screen and (max-width: 768px) {
    .blk_comment {
        padding-left: 14px;
        padding-right: 0;
        line-height: 1.5;
        height: calc(100% - 8px);
    }
}

/* =========================================================================================================================================== */
/* 【部品】
/* 名前     : ボタン
/* セレクタ : .blk_button
/* =========================================================================================================================================== */
.blk_button a {
    width: 256px;
    height: 35px;
    margin: 0 auto;
    text-align: center;
    line-height: 35px;
    background-color: #034477;
    border-radius: 17.5px;
    margin-top: 18px;
    color: #034477;
    display: block;
    color: white;
    text-decoration: none;
    font-size: 1.4rem;
    position: relative;
    font-weight: bold;
}
.blk_button a:hover {
    opacity: 0.7;
}

.blk_button a::after {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    right: 13px;
    font-size: 15px;
    font-weight: bold;
}

/* =========================================================================================================================================== */
/* 【部品】
/* 名前     : PDFリンク
/* セレクタ : .blk_pdflink
/* =========================================================================================================================================== */
.blk_pdflink {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}
.blk_pdflink .pdf {
    width: 43px;
    height: 18px;
    margin-left: 2px;
    margin-right: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    background-color: #a10022;
    color: white;
}
.blk_pdflink .link {
    line-height: 18px;
}
.blk_pdflink .link a {
    font-size: 14px;
    color: #343434;
}
.blk_pdflink .link a:hover {
    color: #939393;
}

/* =========================================================================================================================================== */
/* 【部品】
/* 名前     : 矢印リンク
/* セレクタ : .blk_arrowlink
/* =========================================================================================================================================== */
.blk_arrowlink {
    position: relative;
    padding-left: 23px;
}
.blk_arrowlink a {
    font-size: 1.4rem;
    color: #343434;
    position: relative;
    display: block;
}
.blk_arrowlink a:hover {
    color: #939393;
}
.blk_arrowlink a::before {
    content: '\f138';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: -21px;
    font-size: 14px;
    color: black;
    font-weight: bold;
}
.blk_arrowlink a:hover::before {
    color: #939393;
}

/* =========================================================================================================================================== */
/* 【部品】
/* 名前     : 矢印リンク
/* セレクタ : .c
/* =========================================================================================================================================== */
.blk_arrowlink2 {
    text-align: center;
    padding-top: 24px;
    font-size: 1.6rem;
}
.blk_arrowlink2 .fas {
    margin-right: 8px;
    font-size: 15px;
    color: black;
}
.blk_arrowlink2 a {
    color: #343434;
}

/*----------------------------------------------------------*/
/* レスポンシブデザイン .blk_arrowlink2
/*----------------------------------------------------------*/
@media screen and (max-width: 768px) {
    .blk_arrowlink2 {
        font-size: 1.4rem;
        padding-top: 15px;
    }
    .blk_arrowlink2 .fas {
        font-size: 11px;
    }
}

/* =========================================================================================================================================== */
/* 【部品】
/* 名前     : FAXボックス
/* セレクタ : .blk_fax
/* =========================================================================================================================================== */
.blk_fax {
    width: 100%;
    max-width: 475px;
    height: 88px;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 53px;
    border: solid 1px #bbbbbb;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    font-weight: bold;
}
.blk_fax br {
    display: none;
}
.blk_fax .fax {
    font-size: 2.2rem;
}

/*----------------------------------------------------------*/
/* レスポンシブデザイン .blk_fax
/*----------------------------------------------------------*/
@media screen and (max-width: 768px) {
    .blk_fax {
        margin-top: 11px;
        width: 100%;
        max-width: 252px;
        height: 77px;
        text-align: center;
        line-height: 25px;
        font-size: 1.6rem;
        margin-bottom: 46px;
    }
    .blk_fax .delimt {
        display: none;
    }
    .blk_fax br {
        display: block;
    }
    .blk_fax .fax {
        font-size: 1.8rem;
    }
}

/* =========================================================================================================================================== */
/* 【部品】
/* 名前     : リンクボタン
/* セレクタ : .blk_link
/* =========================================================================================================================================== */
.blk_link a {
    width: 190px;
    height: 35px;
    margin: 0 auto;
    text-align: center;
    line-height: 35px;
    background-color: #034477;
    border-radius: 17.5px;
    margin-top: 34px;
    color: #034477;
    display: block;
    color: white;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: bold;
    position: relative;
}
.blk_link a:hover {
    opacity: 0.7;
}

.blk_link a::after {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    right: 13px;
    font-size: 15px;
    font-weight: bold;
}

/* =========================================================================================================================================== */
/* 【部品】
/* 名前     : リンクボタン2
/* セレクタ : .blk_link2
/* =========================================================================================================================================== */
.blk_link2 {
    text-align: center;
    padding-top: 50px;
}
.blk_link2.left {
    text-align: left;
    margin-left: 15px;
}
.blk_link2 a {
    text-decoration: underline;
    color: #343434;
    position: relative;
}
.blk_link2 a:hover {
    color: #939393;
}
.blk_link2 a::before {
    content: '\f104';
    font-family: 'Font Awesome 5 Free';
    font-size: 16px;
    font-weight: bold;
    color: #343434;
    position: absolute;
    left: -15px;
}
.blk_link2 a:hover::before {
    color: #939393;
}

/* =========================================================================================================================================== */
/* 【部品】
/* 名前     : HTML MAPのデザイン
/* セレクタ : .blk_map
/* =========================================================================================================================================== */
.blk_map {
    width: 100%;
    padding-bottom: 62px;
}
.blk_map.mw960 {
    max-width: 960px;
    margin: 0 auto;
}

/* =========================================================================================================================================== */
/* 【部品】
/* 名前     : タグデザイン
/* セレクタ : .blk_tag
/* =========================================================================================================================================== */
.blk_tag {
    width: 94px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 26px;
    font-size: 1.4rem;
    font-weight: bold;
    background-color: black;
    color: white;
}
.blk_tag.orange {
    background-color: #ff7800;
}

/* =========================================================================================================================================== */
/* 【部品】
/* 名前     : イメージデザイン
/* セレクタ : .blk_image
/* =========================================================================================================================================== */
.blk_image {
    max-width: 880px;
    width: 100%;
    margin: 0 auto;
    padding-top: 35px;
}

/* =========================================================================================================================================== */
/* 【部品】
/* 名前     : 申し込みボタン
/* セレクタ : .btn_form
/* =========================================================================================================================================== */
.btn_form a {
    width: 235px;
    height: 35px;
    margin: 0 auto;
    text-align: center;
    line-height: 35px;
    background-color: #034477;
    border-radius: 17.5px;
    margin-top: 46px;
    margin-bottom: 70px;
    display: block;
    color: white;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: bold;
    position: relative;
}
.btn_form a::after {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    right: 13px;
    font-size: 15px;
    font-weight: bold;
}
.btn_form a:hover {
    opacity: 0.7;
}

/* =========================================================================================================================================== */
/* 【部品】
/* 名前     : ドロップダウンメニュー デザイン1
/* セレクタ : .input_pulldown
/* =========================================================================================================================================== */
.input_pulldown {
    position: relative;
    width: 310px;
    height: 35px;
    margin-top: 19px;
}
.input_pulldown select {
    width: 100%;
    height: 100%;
    background: none;
    border: solid 1px #c8c8c8;
    padding-left: 13px;
    font-size: 1.6rem;
    color: #343434;
    background-color: #ffffff;
    -webkit-appearance: none; /* ベンダープレフィックス(Google Chrome、Safari用) */
    -moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
    appearance: none; /* 標準のスタイルを無効にする */
}
::-ms-expand {
    /* select要素のデザインを無効にする（IE用） */
    display: none;
}
.input_pulldown::after {
    content: '>';
    position: absolute;
    right: 5px;
    top: 1px;
    z-index: 1;
    text-align: center;
    width: 10%;
    height: 100%;
    pointer-events: none;
    transform: rotate(90deg);
}
/*----------------------------------------------------------*/
/* レスポンシブデザイン .input_pulldown
/*----------------------------------------------------------*/
@media screen and (max-width: 768px) {
    .input_pulldown {
        width: 100%;
        margin-top: 11px;
    }
}

/* =========================================================================================================================================== */
/* 【部品】
/* 名前     : 画像 中央寄せ
/* セレクタ : .img_center
/* =========================================================================================================================================== */
.img_center img {
    display: block;
    width: 100%;
    max-width: 716px;
    margin: 0 auto;
}
.img_center.nomax img {
    max-width: none;
}

/* =========================================================================================================================================== */
/* 【部品】
/* 名前     : 画像 左寄せ
/* セレクタ : .img_left
/* =========================================================================================================================================== */
.img_left img {
    display: block;
    width: 100%;
    max-width: 379px;
}

/* =========================================================================================================================================== */
/* 【部品】
/* 名前   : ログインフォーム
/* セレクタ : .form_login
/* =========================================================================================================================================== */
.form_login {
    width: 100%;
    max-width: 410px;
    margin: 0 auto;
    padding-top: 24px;
}
.form_login form {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.form_login form .label-login {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100px;
    height: 39px;
    padding-right: 18px;
}
.form_login form .input-login {
    display: block;
    width: 310px;
    height: 39px;
    border: solid 1px #c8c8c8;
    background-color: #f1f1f1;
    margin-bottom: 19px;
}
.form_login form .login-button {
    width: 184px;
    height: 35px;
    margin: 0 auto;
    text-align: center;
    line-height: 35px;
    background-color: #034477;
    border-radius: 17.5px;
    margin-top: 19px;
    color: #034477;
    display: block;
    color: white;
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: bold;
    position: relative;
}
.form_login form .login-button::after {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    right: 13px;
    font-size: 15px;
    font-weight: bold;
}
.form_login form .login-button:hover {
    opacity: 0.7;
}
/*----------------------------------------------------------*/
/* レスポンシブデザイン .form_login
/*----------------------------------------------------------*/
@media screen and (max-width: 768px) {
    .form_login {
        padding-top: 12px;
        max-width: none;
    }
    .form_login form .label-login {
        width: 100%;
        justify-content: center;
        height: auto;
        padding: 0;
        font-size: 1.4rem;
    }
    .page-login .blk_text br {
        display: none;
    }
    .form_login form .input-login {
        width: 100%;
        margin-bottom: 15px;
    }
    .form_login form .login-button {
        width: 190px;
        margin-top: 14px;
    }
}

/* =========================================================================================================================================== */
/* 【部品】
/* 名前   : お問い合わせフォーム
/* セレクタ : .form_contact
/* =========================================================================================================================================== */
.form_contact {
    padding-top: 21px;
}
.form_contact form {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.form_contact form label {
    position: relative;
    width: 270px;
    min-height: 76px;
    color: black;
    padding-left: 16px;
    border-top: solid 1px #d9d9d9;
    padding-top: 23px;
}
.form_contact form label:last-of-type,
.form_contact form > div:last-of-type,
.form_contact form .input-last {
    border-bottom: solid 1px #d9d9d9;
}

.form_contact form label.required::after {
    /* <!-- 2021.09.11 ここから --> */
    content: '必須';
    /* <!-- 2021.09.11 ここまで --> */
    position: absolute;
    right: 0;
    top: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 22px;
    background-color: black;
    color: white;
    font-size: 1.4rem;
}

.form_contact form .input-contact {
    width: calc(100% - 270px);
    display: block;
    align-items: center;
    padding-left: 24px;
    border-top: solid 1px #d9d9d9;
    padding-top: 17px;
    padding-right: 12px;
}
.form_contact form .input-contact input {
    width: 100%;
    max-width: 578px;
    border: solid 1px #c8c8c8;
    height: 39px;
    background-color: #f1f1f1;
}
.form_contact form .input-contact textarea {
    width: 100%;
    height: 243px;
    border: solid 1px #c8c8c8;
    background-color: #f1f1f1;
    margin-bottom: 21px;
}
.form_contact form .contact-button {
    width: 190px;
    height: 35px;
    margin: 0 auto;
    text-align: center;
    line-height: 35px;
    background-color: #034477;
    border-radius: 17.5px;
    margin-top: 39px;
    display: block;
    color: white;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: bold;
    position: relative;
}
.form_contact form .contact-button::after {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    right: 13px;
    font-size: 15px;
    font-weight: bold;
}
.form_contact form .contact-button:hover {
    opacity: 0.7;
}

/*----------------------------------------------------------*/
/* レスポンシブデザイン .form_contact
/*----------------------------------------------------------*/
@media screen and (max-width: 768px) {
    .form_contact form label,
    .form_contact form .input-contact {
        border: none;
    }
    .form_contact form label:last-of-type,
    .form_contact form .input-contact:last-of-type {
        border: none;
    }
    .form_contact form label {
        width: 100%;
        font-size: 1.4rem;
        padding-top: 1px;
        padding-left: 5px;
        min-height: auto;
    }
    .form_contact form label.required::after {
        position: relative;
        display: inline-block;
        top: 0px;
        text-align: center;
        left: 6px;
        width: 44px;
        height: 20px;
        font-size: 1.2rem;
    }
    .form_contact form .input-contact {
        width: 100%;
        padding-left: 4px;
        padding-top: 9px;
        padding-bottom: 17px;
        padding-right: 20px;
    }
    .form_contact form .input-contact textarea {
        height: 139px;
        margin-bottom: 0;
    }
    .form_contact form .contact-button {
        font-size: 1.4rem;
        margin-top: 6px;
    }
}

/*----------------------------------------------------------*/
/* パスワードをお忘れの方 デザイン
/*----------------------------------------------------------*/
.form_contact.reminder form label {
    width: 223px;
}
.form_contact.reminder form .input-contact {
    width: calc(100% - 223px);
    padding-left: 4px;
}
.form_contact.reminder form .input-contact input {
    max-width: none;
}
/*----------------------------------------------------------*/
/* レスポンシブデザイン .form_contact
/*----------------------------------------------------------*/
@media screen and (max-width: 768px) {
    .form_contact.reminder form label,
    .form_contact.reminder form .input-contact {
        border: none;
    }
    .form_contact.reminder form label:last-of-type,
    .form_contact.reminder form .input-contact:last-of-type {
        border: none;
    }
    .form_contact.reminder form label {
        width: 100%;
        font-size: 1.4rem;
        padding-top: 1px;
        padding-left: 5px;
        min-height: auto;
    }
    .form_contact.reminder form label.required::after {
        position: relative;
        display: inline-block;
        top: 0px;
        text-align: center;
        left: 6px;
        width: 44px;
        height: 20px;
        font-size: 1.2rem;
    }
    .form_contact.reminder form .input-contact {
        width: 100%;
        padding-left: 4px;
        padding-top: 9px;
        padding-bottom: 17px;
        padding-right: 4px;
    }
    .form_contact.reminder form .input-contact textarea {
        height: 139px;
        margin-bottom: 0;
    }
    .form_contact.reminder form .contact-button {
        font-size: 1.4rem;
        margin-top: 6px;
    }
}

/*----------------------------------------------------------*/
/* パスワード再登録 デザイン
/*----------------------------------------------------------*/
.form_contact.reminder_pass form label {
    width: 342px;
}
.form_contact.reminder_pass form .input-contact {
    width: calc(100% - 342px);
    padding-left: 4px;
    padding-right: 0;
}
.form_contact.reminder_pass form .input-contact input {
    width: calc(100% - 211px);
}
.form_contact.reminder_pass form .input-contact .note {
    color: #666666;
    padding-left: 15px;
}
/*----------------------------------------------------------*/
/* レスポンシブデザイン .form_contact
/*----------------------------------------------------------*/
@media screen and (max-width: 768px) {
    .form_contact.reminder_pass form label,
    .form_contact.reminder_pass form .input-contact {
        border: none;
    }
    .form_contact.reminder_pass form label:last-of-type,
    .form_contact.reminder_pass form .input-contact:last-of-type {
        border: none;
    }
    .form_contact.reminder_pass form label {
        width: 100%;
        font-size: 1.4rem;
        padding-top: 1px;
        padding-left: 5px;
        min-height: auto;
    }
    .form_contact.reminder_pass form .input-contact input {
        width: 100%;
    }
    .form_contact.reminder_pass form .input-contact .note {
        font-size: 1.4rem;
        padding-left: 0;
    }
    .form_contact.reminder_pass form label.required::after {
        position: relative;
        display: inline-block;
        top: 0px;
        text-align: center;
        left: 6px;
        width: 44px;
        height: 20px;
        font-size: 1.2rem;
    }
    .form_contact.reminder_pass form .input-contact {
        width: 100%;
        padding-left: 4px;
        padding-top: 9px;
        padding-bottom: 17px;
        padding-right: 20px;
    }
    .form_contact.reminder_pass form .input-contact textarea {
        height: 139px;
        margin-bottom: 0;
    }
    .form_contact.reminder_pass form .contact-button {
        font-size: 1.4rem;
        margin-top: 6px;
    }
}

/*----------------------------------------------------------*/
/* 新規登録 デザイン
/*----------------------------------------------------------*/
.form_contact.member_regist {
    padding-top: 13px;
}
.form_contact.member_regist form label {
    width: 263px;
}
.form_contact.member_regist form .input-contact {
    width: calc(100% - 263px);
    padding-bottom: 19px;
}
.form_contact.member_regist form .input-contact input {
    max-width: none;
}
/*----------------------------------------------------------*/
/* レスポンシブデザイン .form_contact
/*----------------------------------------------------------*/
@media screen and (max-width: 768px) {
    .form_contact.member_regist form label {
        width: 100%;
    }
    .form_contact.member_regist form .input-contact {
        width: 100%;
        font-size: 1.4rem;
    }
}

/* =========================================================================================================================================== */
/* 【部品】
/* 名前   : フォーム戻るリンク
/* セレクタ : .form_back_a
/* =========================================================================================================================================== */
.form_back_a {
    text-align: center;
    padding-top: 16px;
}
.form_back_a a {
    color: #343434;
    font-weight: bold;
    font-size: 1.4rem;
}
.form_back_a a:hover {
    color: #939393;
}
/*----------------------------------------------------------*/
/* レスポンシブデザイン .form_back_a
/*----------------------------------------------------------*/
@media screen and (max-width: 768px) {
    .form_back_a {
        padding-top: 8px;
    }
    .form_back_a a {
        font-size: 1.2rem;
    }
}

/* =========================================================================================================================================== */
/* ページオリジナルデザイン
/* =========================================================================================================================================== */

/*----------------------------------------------------------*/
/* JBMIAについて > 組織
/*----------------------------------------------------------*/
.page-about_jbmia_organization h1 {
    padding-bottom: 0;
}
@media screen and (max-width: 768px) {
    .page-about_jbmia_organization .blk_text {
        padding-top: 15px;
        padding-bottom: 20px;
    }
}

/*----------------------------------------------------------*/
/* JBMIAについて > 定款
/*----------------------------------------------------------*/
.page-about_jbmia_teikan .lst_menu2 {
    padding-bottom: 26px;
}
.page-about_jbmia_teikan .blk_chapter {
    margin-top: -180px;
    padding-top: 180px;
    padding-bottom: 34px;
}
.page-about_jbmia_teikan .blk_box2 {
    margin-left: 0;
}
/* レスポンシブデザイン .blk_chapter */
@media screen and (max-width: 768px) {
    .page-about_jbmia_teikan .blk_chapter {
        margin-top: -160px;
        padding-top: 160px;
    }
}
.page-about_jbmia_teikan .h2_1 {
    padding-top: 8px;
}
.page-about_jbmia_teikan .blk_text {
    padding-top: 4px;
    line-height: 1.5;
    font-size: 1.6rem;
    padding-bottom: 6px;
}

/*----------------------------------------------------------*/
/* JBMIAについて > 役員
/*----------------------------------------------------------*/
.page-about_jbmia_officer .blk_l14text_1 {
    padding-bottom: 10px;
}
/* レスポンシブデザイン .page-about_jbmia_officer */
@media screen and (max-width: 768px) {
    .page-about_jbmia_officer h1 {
        padding-bottom: 3px;
    }
    .page-about_jbmia_officer .blk_l14text_1 {
        padding-bottom: 15px;
    }
}

/*----------------------------------------------------------*/
/* JBMIAについて > 委員会＆部会の紹介 > 技術委員会
/*----------------------------------------------------------*/
.page-about_jbmia_introduction_detail .blk_text {
    padding-top: 11px;
    padding-bottom: 14px;
}
.page-about_jbmia_introduction_detail .form_pulldown {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-top: 40px;
}
.page-about_jbmia_introduction_detail .form_pulldown .input_pulldown {
    width: 100%;
    margin: 10px 15px;
    min-width: 250px;
}
.page-about_jbmia_introduction_detail .form_pulldown .input_pulldown.committee {
    max-width: 280px;
}
.page-about_jbmia_introduction_detail .form_pulldown .input_pulldown.sectional {
    max-width: 350px;
}
.page-about_jbmia_introduction_detail .form_pulldown .input_pulldown select {
    padding-right: 25px;
}
/* レスポンシブデザイン .blk_text */
@media screen and (max-width: 768px) {
    .page-about_jbmia_introduction_detail .blk_text {
        padding-top: 15px;
        font-size: 1.4rem;
        line-height: 22px;
    }
}

.page-about_jbmia_introduction_detail .img_left {
    padding-top: 17px;
    padding-bottom: 22px;
}

/*----------------------------------------------------------*/
/* JBMIAについて > 会員一覧
/*----------------------------------------------------------*/
.page-about_jbmia_memberslist .blk_chapter {
    margin-top: -180px;
    padding-top: 180px;
    padding-bottom: 34px;
}
/* レスポンシブデザイン .blk_chapter */
@media screen and (max-width: 768px) {
    .page-about_jbmia_memberslist .blk_chapter {
        margin-top: -160px;
        padding-top: 160px;
    }
}

/*----------------------------------------------------------*/
/* JBMIAについて > パンフレット
/*----------------------------------------------------------*/
.page-about_jbmia_pamphlet .img_center {
    padding-top: 9px;
}
.page-about_jbmia_pamphlet .img_center img {
    max-width: 353px;
}

/*----------------------------------------------------------*/
/* JBMIAについて > 申し込みのご案内
/*----------------------------------------------------------*/
.page-about_jbmia_guidance .blk_text {
    padding-top: 0;
}
.page-about_jbmia_guidance .lst_4 {
    padding-top: 20px;
}
.page-about_jbmia_guidance .lst_4 > li {
    padding-left: 24px;
    padding-bottom: 30px;
}
.page-about_jbmia_guidance .lst_4 > li:last-child {
    padding-bottom: 0;
}
.page-about_jbmia_guidance .lst_2 > li {
    padding-left: 46px;
}

/* レスポンシブデザイン .blk_chapter */
@media screen and (max-width: 768px) {
    .page-about_jbmia_guidance .blk_text {
        font-size: 1.4rem;
        padding-top: 4px;
        line-height: 1.6;
    }
}

/*----------------------------------------------------------*/
/* JBMIAについて > これまでの歩み > これまでの歩み
/*----------------------------------------------------------*/
.page-about_jbmia_history .h2_1 {
    margin-top: 33px;
}
/* レスポンシブデザイン .blk_chapter */
@media screen and (max-width: 768px) {
    .page-about_jbmia_history .h2_1 {
        margin-top: 29px;
    }
}

/*----------------------------------------------------------*/
/* 統計データ > 過去の掲載分
/*----------------------------------------------------------*/
.page-statistical_data_list .lst_pdf2 {
    padding-top: 23px;
}
.page-statistical_data_list .lst_pdf2 li {
    padding-top: 8.5px;
    padding-bottom: 8.5px;
}
.page-statistical_data_list .lst_pdf2 li a {
    padding-left: 39px;
}
.page-statistical_data_list .lst_pdf2 li a::before {
    top: 3px;
    left: 16px;
    font-size: 13px;
}

/* レスポンシブデザイン */
@media screen and (max-width: 768px) {
    .page-statistical_data_list .lst_pdf2 {
        padding-top: 13px;
    }
    .page-statistical_data_list .lst_pdf2 li {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .page-statistical_data_list .lst_pdf2 li a::before {
        content: '\f138';
        top: 2px;
        left: 13px;
        font-size: 12px;
    }
    .page-statistical_data_list .lst_pdf2 li a {
        font-size: 1.4rem;
        padding-left: 32px;
    }
}

/*----------------------------------------------------------*/
/* 刊行物 > 書籍・報告書
/*----------------------------------------------------------*/
.page-publication_books .h2_3 {
    width: 160px;
}
.page-publication_books .blk_text {
    padding-top: 0;
    padding-bottom: 27px;
}
.page-publication_books .blk_text .fas {
    padding-right: 10px;
    font-size: 11px;
    color: black;
}
.page-publication_books .blk_text.pos2 {
    line-height: 26px;
    padding-top: 10px;
    padding-bottom: 7px;
}
.page-publication_books .blk_text.pos2 a {
    color: #343434;
}
.page-publication_books .blk_text.pos2 a:hover {
    color: #939393;
}
.page-publication_books .blk_text.pos2 a:hover .fas {
    color: #939393;
}
.page-publication_books .blk_text.pos3 {
    padding-top: 9px;
    padding-bottom: 9px;
}

/* レスポンシブデザイン */
@media screen and (max-width: 768px) {
    .page-publication_books .blk_text {
        font-size: 1.4rem;
        line-height: 22px;
    }
    .page-publication_books .h2_3 {
        width: 145px;
        height: 31px;
        margin-top: 20px;
    }
}

/*----------------------------------------------------------*/
/* 規格（Standards） > メニュー一覧
/*----------------------------------------------------------*/
.page-standard .blk_text {
    padding-top: 11px;
}
.page-standard .lst_4 > li {
    padding-top: 28px;
}

/* レスポンシブデザイン */
@media screen and (max-width: 768px) {
    .page-standard .blk_text {
        font-size: 1.4rem;
        padding-top: 10px;
        line-height: 22px;
    }
    .page-standard .lst_4 > li {
        padding-top: 22px;
    }
}

/*----------------------------------------------------------*/
/* ログイン
/*----------------------------------------------------------*/
.page-login .inner {
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
}
.page-login .blk_text {
    text-align: center;
    padding-top: 13px;
}
.page-login .reminder {
    display: block;
    text-align: center;
    font-size: 1.4rem;
    color: #343434;
    padding-top: 25px;
    padding-bottom: 78px;
}
.page-login .reminder .fas {
    padding-right: 7px;
    font-size: 1.5rem;
    color: black;
}
.page-login .regist-button {
    width: 184px;
    height: 35px;
    margin: 0 auto;
    text-align: center;
    line-height: 35px;
    background-color: #034477;
    border-radius: 17.5px;
    margin-top: 26px;
    margin-bottom: 70px;
    color: #034477;
    display: block;
    color: white;
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: bold;
    position: relative;
}
.page-login .regist-button::after {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    right: 13px;
    font-size: 15px;
    font-weight: bold;
}
.page-login .regist-button:hover {
    opacity: 0.7;
}
/* レスポンシブデザイン */
@media screen and (max-width: 768px) {
    .page-login .h2_1 {
        padding-top: 10px;
        margin-top: 17px;
        font-size: 1.6rem;
    }
    .page-login .blk_text {
        text-align: left;
        font-size: 1.4rem;
        padding-top: 2px;
    }
    .page-login .reminder {
        padding-top: 17px;
        padding-bottom: 32px;
    }
    .page-login .regist-button {
        margin-bottom: 44px;
    }
}

/*----------------------------------------------------------*/
/* お問い合わせ > フォーム
/*----------------------------------------------------------*/
.page-contact_form .blk_text {
    padding-top: 11px;
}
.page-contact_form .form_contact form label.required::after {
    background-color: black;
}
/* レスポンシブデザイン */
@media screen and (max-width: 768px) {
    .page-contact_form .blk_text {
        font-size: 1.4rem;
    }
}

/*----------------------------------------------------------*/
/* お問い合わせ > 確認
/*----------------------------------------------------------*/
.page-contact_confirm .form_contact form .contact-button {
    margin-top: 20px;
}
/* レスポンシブデザイン */
@media screen and (max-width: 768px) {
    .page-contact_confirm .blk_text {
        font-size: 1.4rem;
        padding-top: 24px;
        line-height: 22px;
    }
    .page-contact_confirm .form_contact {
        padding-top: 9px;
    }
}

/*----------------------------------------------------------*/
/* お問い合わせ > 完了
/*----------------------------------------------------------*/
.page-contact_finish .blk_text {
    padding-top: 10px;
}
/* レスポンシブデザイン */
@media screen and (max-width: 768px) {
    .page-contact_finish .blk_text {
        font-size: 1.4rem;
    }
}

/*----------------------------------------------------------*/
/* パスワードをお忘れの方 > フォーム
/*----------------------------------------------------------*/
.page-reminder_form .blk_text {
    padding-top: 2px;
}
/* レスポンシブデザイン */
@media screen and (max-width: 768px) {
    .page-reminder_form .blk_text {
        font-size: 1.4rem;
    }
}

/*----------------------------------------------------------*/
/* パスワード再登録 > フォーム
/*----------------------------------------------------------*/
.page-reminder_pass_form .blk_text {
    padding-top: 2px;
}

/*----------------------------------------------------------*/
/* 新規利用会員登録 > フォーム
/*----------------------------------------------------------*/
/* レスポンシブデザイン */
@media screen and (max-width: 768px) {
    .page-regist_form .blk_text {
        font-size: 1.4rem;
        padding-bottom: 10px;
    }
}

/*----------------------------------------------------------*/
/* アクセス
/*----------------------------------------------------------*/
.page-access .inner {
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
}
.page-access .blk_text {
    font-size: 1.4rem;
    padding-top: 9px;
    line-height: 22px;
    padding-bottom: 17px;
}
.page-access .blk_text br.sp {
    display: none;
}
/* 画像 中央寄せ / img_center */
.page-access .img_center {
    padding-bottom: 65px;
}
.page-access .img_center img {
    display: block;
    width: 100%;
    max-width: 688px;
    margin: 0 auto;
}
.page-access .img_center.pos2 {
    padding-bottom: 43px;
}
.page-access .img_center.pos2 img {
    max-width: 424px;
}

.page-access .blk_text.pos2 {
    max-width: 424px;
    margin: 0 auto;
    padding-top: 0;
}
/* スイッチャー */
.page-access .switcher a {
    width: 152px;
    height: 33px;
    border-radius: 17.5px;
    font-size: 1.6rem;
    margin: 0 auto;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #000000;
    color: #343434;
    text-decoration: none;
}
.page-access .switcher a:hover {
    border: solid 1px #939393;
    background-color: #ebebeb;
}
.page-access .switcher a img {
    width: 15px;
    height: auto;
    margin-right: 4px;
}
/* レスポンシブデザイン */
@media screen and (max-width: 768px) {
    .page-access .blk_text br.sp {
        display: block;
    }
    .page-access .blk_text.pos2 {
        max-width: none;
        padding-top: 10px;
    }
    .page-access .img_center.pos2 {
        padding-bottom: 16px;
    }
    .page-access .switcher a {
        width: 140px;
        height: 30px;
        border-radius: 15px;
        font-size: 1.4rem;
    }
}

/*----------------------------------------------------------*/
/* 新着情報
/*----------------------------------------------------------*/
.page-about_whatsnew .blk_notice {
    max-width: 1100px;
}
.page-about_whatsnew .blk_notice .wrapper_select {
    position: relative;
    margin-right: 0;
    margin-left: auto;
    top: 0;
}
.page-about_whatsnew .blk_notice .category {
    position: static;
    width: 203px;
    height: 29px;
    border-radius: 0;
    font-size: 1.2rem;
    color: #343434;
    border: solid 1px #aaaaaa;
    background-color: white;
    margin-left: auto;
    margin-right: 20px;
    display: block;
}
.page-about_whatsnew .blk_notice .posts {
    padding: 0;
}
@media screen and (max-width: 768px) {
    .page-about_whatsnew .blk_notice .wrapper_select {
        margin: 0 auto;
    }
    .page-about_whatsnew .blk_notice .category {
        position: static;
        border: solid 1px #c8c8c8;
        background-color: white;
        width: 285px;
        height: 35px;
        font-size: 1.6rem;
        margin: 0 auto;
        display: block;
        padding: 0 8px;
        margin-bottom: 20px;
    }
}

/*----------------------------------------------------------*/
/* 新着情報詳細
/*----------------------------------------------------------*/
#main.page-about_whatsnew_detail .content_inner {
    max-width: 890px;
}
/* レスポンシブデザイン */
@media screen and (max-width: 768px) {
    .page-about_whatsnew_detail .blk_text {
        font-size: 1.4rem;
        padding-top: 14px;
        line-height: 28px;
    }
}

/*----------------------------------------------------------*/
/* イベント・セミナー一覧
/*----------------------------------------------------------*/
.page-about_event_seminar .blk_event {
    max-width: 1100px;
    padding-top: 0;
}
.page-about_event_seminar .blk_event .posts {
    padding: 0;
}

/*----------------------------------------------------------*/
/* パスワード変更フォーム
/*----------------------------------------------------------*/
.page-pass_change_form .blk_text {
    padding-top: 0;
}
.page-pass_change_form .form_contact {
    padding-top: 14px;
}
.page-pass_change_form .form_contact form label {
    width: 264px;
}
.page-pass_change_form .form_contact form .input-contact {
    width: calc(100% - 264px);
    padding-left: 34px;
}
.page-pass_change_form .form_contact form .input-contact input {
    width: 233px;
}
.page-pass_change_form .form_contact form .input-contact .note {
    font-size: 1.4rem;
    color: #666666;
}
/* レスポンシブデザイン */
@media screen and (max-width: 768px) {
    .page-pass_change_form .form_contact form label {
        width: 100%;
    }
    .page-pass_change_form .form_contact form .input-contact {
        width: 100%;
        padding-left: 0;
    }
    .page-pass_change_form .form_contact form .input-contact input {
        width: 100%;
        max-width: none;
    }
    .form_contact.reminder_pass form .input-contact .note {
        width: 100%;
    }
}

/*----------------------------------------------------------*/
/* パスワード変更完了
/*----------------------------------------------------------*/
.page-pass_change_finish .blk_c18text {
    padding-top: 23px;
}

/*----------------------------------------------------------*/
/* イベント・セミナー 申し込みフォーム
/*----------------------------------------------------------*/
.page-about_event_seminar_form .blk_text {
    padding-top: 5px;
}
.page-about_event_seminar_form .blk_text p {
    padding-bottom: 0;
}
.page-about_event_seminar_form .h2_1 {
    margin-top: 62px;
    width: 100%;
}
.page-about_event_seminar_form .lst_table7 {
    padding-top: 14px;
}
.page-about_event_seminar_form .lst_table6 {
    padding-top: 20px;
}

/*----------------------------------------------------------*/
/* 独禁法厳守規定
/*----------------------------------------------------------*/
.page-management_onarimon_antitrust .lst_pdf2 {
    padding-bottom: 60px;
}

/* ------------------------------------------------------------- */
/* 装飾                                                           */
/* ------------------------------------------------------------- */

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}


/* ------------------------------------------------------------- */
/* レイアウト.                                                     */
/* ------------------------------------------------------------- */
#wnew-top {
    margin-top: -57px;
    padding-top: 57px;
}