@charset "UTF-8";

button {
    all: unset;
    box-sizing: border-box;
}

button:focus {
    outline: -webkit-focus-ring-color auto;
}

input,
textarea {
    border-radius: 0 !important;
}

/* ベース
 * *********************************** */
.wrap {
    width: clamp(1050px, 100%, 1200px);
    margin: 0 auto;
}

/* サイドナビ
 * *********************************** */
.side-navi {
    width: 200px;
    height: 100vh;
    float: left;
    background-color: transparent;
    position: fixed;
    z-index: 999;
    overflow-y: auto;
    /* IE, Edge 対応 */
    -ms-overflow-style: none;
    /* Firefox 対応 */
    scrollbar-width: none;
}

/* Chrome, Safari 対応 */
.side-navi::-webkit-scrollbar {
    display: none;
}

.side-navi-add-width {
    width: 500px;
    padding-right: 300px;
}

/* 画面幅 769超過
 * ******************** */
@media screen and (min-width: 769px) {
    .side-navi-inner {
        height: 100vh;
        background-color: #e6e6ee;
    }

    .main-navi {
        padding-bottom: 18px;
    }

    .m-b-0-pc {
        margin-bottom: 0;
    }
}

/* コンテンツ
 * *********************************** */
.main-box {
    width: 100%;
}

/* フッター
 * *********************************** */
.footer {
    float: left;
    width: 100%;
    background-color: #dcdce6;
    margin-top: 40px;
    text-align: center;
}

/* 画面幅 1280未満
 * ******************** */
@media screen and (max-width: 1279px) {
    .side-navi {
        width: 15.625%;
        min-width: 150px;
    }

    .side-navi-add-width {
        width: calc(15.625% + 300px);
        min-width: calc(150px + 300px);
    }

    .main-box {
        min-width: 810px;
    }

    .footer {
        width: 100%;
        min-width: 810px;
    }
}

/* 画面幅 960未満
 * ******************** */
/* 画面幅 768未満
 * ******************** */
@media screen and (max-width: 768px) {
    .wrap {
        min-width: 320px;
        width: 100%;
    }

    .side-navi {
        position: fixed;
        width: 100%;
        height: auto;
        float: none;
        background-color: #ffffff;
        top: 0px;
        box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
    }

    .side-navi-add-width {
        width: 100%;
        min-width: auto;
        padding-right: 0;
    }

    .main-box {
        display: block;
        width: 100%;
        margin-top: 90px;
        min-width: 320px;
    }

    .footer {
        width: 100%;
        min-width: 320px;
    }
}

/* 画面幅 560未満
 * ******************** */
@media screen and (max-width: 560px) {
    .main-box {
        margin-top: 60px;
    }
}

/* EBM情報局ロゴ
 * *********************************** */
.mdvebm-logo-pc {
    vertical-align: bottom;
    /*　画像の下の隙間なくす　*/
}

.mdvebm-logo-sp {
    display: none;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

/* 画面幅 768未満
 * ******************** */
@media screen and (max-width: 768px) {
    .mdvebm-logo-pc {
        display: none;
    }

    .mdvebm-logo-sp {
        display: block;
        width: 219px;
        height: auto;
    }
}

/* 画面幅 560未満
 * ******************** */
@media screen and (max-width: 560px) {
    .mdvebm-logo-sp {
        width: 154px;
        height: auto;
    }
}

/* グローバルナビ　親
 * *********************************** */
.navi-conts {
    position: relative;
    width: 200px;
    height: 48px;
    color: #ffc800;
    background-color: #1b1c85;
    border-bottom: solid 1px #ffffff;
    text-align: center;
    line-height: 3rem;
    transition: 0.4s;
    transition-timing-function: ease-out;
}

.navi-conts a {
    display: block;
}

.navi-conts:hover {
    background-color: #2627bd;
    padding-left: 0.7em;
    padding-right: 0.3em;
}

.navi-conts-on {
    position: relative;
    width: 200px;
    height: 48px;
    color: #ffc800;
    background-color: #2627bd;
    border-bottom: solid 1px #ffffff;
    text-align: center;
    line-height: 3rem;
    transition: 0.4s;
}

.navi-conts-on a {
    display: block;
}

.navi-conts-on:hover {
    padding-left: 0.7em;
    padding-right: 0.3em;
}

.navi-form {
    width: 200px;
    height: 48px;
    color: #1b1c85;
    font-weight: 700;
    background-color: #ffa600;
    border-bottom: solid 1px #ffffff;
    text-align: center;
    line-height: 3rem;
    transition: 0.4s;
    transition-timing-function: ease-out;
}

.navi-form a {
    display: block;
    font-weight: 700;
}

.navi-form a img {
    width: 16px;
    height: auto;
    vertical-align: middle;
    margin-left: 4px;
    margin-bottom: 4px;
}

.navi-form:hover {
    background-color: #ffba00;
    padding-left: 0.7em;
    padding-right: 0.3em;
}

.navi-form-on {
    width: 200px;
    height: 48px;
    color: #1b1c85;
    background-color: #ffba00;
    border-bottom: solid 1px #ffffff;
    text-align: center;
    line-height: 3rem;
    transition: 0.4s;
}

.navi-form-on a {
    display: block;
    font-weight: 700;
}

.navi-form-on:hover {
    background-color: #ffba00;
    padding-left: 0.7em;
    padding-right: 0.3em;
}

.navi-notes {
    display: block;
    font-size: 0.9rem;
    color: #ffffff;
    line-height: 0.7rem;
}

.navi-global {
    width: 200px;
    height: 36px;
    color: #1b1c85;
    font-weight: 700;
    background-color: #fff;
    border-bottom: solid 1px #ffffff;
    text-align: center;
    line-height: 3rem;
    transition: 0.4s;
    transition-timing-function: ease-out;
}

.navi-global a {
    display: block;
    font-weight: 700;
}

.navi-global a img {
    width: 16px;
    height: auto;
    vertical-align: middle;
    margin-left: 4px;
    margin-bottom: 4px;
}

.navi-global:hover {
    padding-left: 0.7em;
    padding-right: 0.3em;
}

.navi-mdv-logo {
    width: 65px;
    margin: 0 auto;
    display: block;
    padding: 16px 0 5px 0;
}

.navi-mdv-logo:hover {
    opacity: 0.7;
}

.navi-linkedin {
    width: 120px;
    margin: 0 auto;
    display: block;
    padding-top: 5px;
}

.navi-linkedin:hover {
    opacity: 0.7;
}

/* グローバルナビ 親　画面幅 1280未満
 * ******************** */
@media screen and (max-width: 1279px) {
    .navi-conts {
        width: 100%;
    }

    .navi-conts-on {
        width: 100%;
    }

    .navi-form {
        width: 100%;
    }

    .navi-form-on {
        width: 100%;
    }

    .navi-global {
        width: 100%;
        /*margin-bottom: 120px;　220210928EBMウェビナー　修正*/
    }
}

/* 画面幅 768未満
 * ******************** */
@media screen and (max-width: 768px) {
    .g-navi {
        position: fixed;
        right: -768px;
        /* これで隠れる */
        top: 0;
        width: 300px;
        /* タブレットに収まるくらい */
        height: 100vh;
        padding-top: 90px;
        background-color: #ffffff;
        transition: all 0.6s;
        z-index: 200;
        overflow-y: auto;
        /* メニューが多い時スクロール */
    }

    .main-navi {
        margin-bottom: 120px;
    }

    .nav-open .g-navi {
        right: 0;
    }

    .navi-conts:hover {
        background-color: #2627bd;
        padding-left: 0rem;
        padding-right: 0rem;
    }

    .navi-conts-on:hover {
        background-color: #2627bd;
        padding-left: 0rem;
        padding-right: 0rem;
    }

    .navi-form:hover {
        background-color: #ffba00;
        padding-left: 0rem;
        padding-right: 0rem;
    }

    .navi-form-on:hover {
        background-color: #ffba00;
        padding-left: 0rem;
        padding-right: 0rem;
    }

    .navi-global:hover {
        padding-left: 0rem;
        padding-right: 0rem;
    }
}

/* 画面幅 560未満
 * ******************** */
@media screen and (max-width: 560px) {
    .g-navi {
        padding-top: 60px;
    }
}

/* グローバルナビ　子
 * *********************************** */
.g-navi li ul {
    display: none;
    position: absolute;
    /*　表示が親ﾒﾆｭｰの位置とする　*/
    z-index: 999;
    /*　表示の優先順番　*/
    width: 300px;
    /*　子ﾒﾆｭｰの幅　*/
    top: 2px;
    left: 200px;
    /*　子ﾒﾆｭｰの表示をずらす*/
    text-align: left;
}

.g-navi li:hover ul {
    display: block;
    /*　一括表示指示　*/
    text-indent: 1em;
    /*　文字は開始に空白を１文字　*/
    background: #ffa600;
    /*　子ﾒﾆｭｰの背景色　*/
    line-height: 3.6rem;
    padding-top: 8px;
    padding-bottom: 8px;
}

.g-navi li:hover ul:before {
    /*　吹き出しの三角　*/
    content: "";
    position: absolute;
    /* top: 50%;*/
    top: 23px;
    right: 300px;
    margin-top: -10px;
    border: 10px solid transparent;
    border-right: 10px solid #ffa600;
}

.g-navi li:hover ul li a {
    color: #1b1c85;
    /*　文字色　*/
    font-weight: 700;
}

.g-navi li ul li a {
    transition: 0.4s;
    /*　ホバー時にエフェクトなめらかに　*/
    transition-timing-function: ease-out;
}

.g-navi li:hover ul li:hover a {
    padding-left: 0.5em;
    padding-right: 0.3em;
    /*　ホバー時にエフェクト　*/
}

/* 画面幅 1280未満
 * ******************** */
@media screen and (max-width: 1279px) {
    .g-navi li ul {
        left: 100%;
    }
}

/* 画面幅 768未満
 * ******************** */
@media screen and (max-width: 768px) {
    .g-navi li ul {
        display: block;
        position: relative;
        width: 100%;
        left: 0;
        text-align: center;
        text-indent: 0em;
        /*　文字は開始に空白を１文字、を打ち消し　*/
    }

    .g-navi li:hover ul {
        text-indent: 0em;
        /*　文字は開始に空白を１文字、を打ち消し　*/
        line-height: 3.6rem;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .g-navi li:hover ul:before {
        /*　吹き出しの三角を消す　*/
        content: "";
        display: none;
    }

    .navi-conts ul {
        color: #1b1c85;
        font-weight: 700;
        margin-top: 8px;
    }

    .navi-conts li a {
        display: block;
        width: 100%;
        background-color: #ffa600;
        line-height: 3.6rem;
    }

    .navi-conts-on ul {
        color: #023d8e;
        font-weight: 700;
        margin-top: 8px;
    }

    .navi-conts-on li a {
        display: block;
        width: 100%;
        background-color: #ffa600;
        line-height: 3.6rem;
    }

    .g-navi li ul li a {
        transition: 0.6s;
        /*　ホバー時にエフェクトなめらかに　*/
        font-weight: 700;
        transition-timing-function: ease-out;
    }

    .g-navi li:hover ul li:hover a {
        background-color: #ffc800;
        padding-left: 0rem;
        padding-right: 0rem;
        /*　ホバー時にエフェクト　*/
    }
}

/* フッター
 * *********************************** */
.footer-column {
    /*　フッターのカラム設定　*/
    width: 228px;
    float: left;
    margin: 32px 0 0 16px;
    position: relative;
}

.footer-column .column-point li:before {
    display: inline;
    content: "−";
    color: #5a72ff;
    margin-left: 1.6rem;
    font-weight: 700;
    vertical-align: top;
}

.footer-column .column-point li a {
    font-size: 1.5rem;
    color: #1b1c85;
    line-height: 1;
    font-weight: 700;
}

.footer-column .column-point li span {
    width: calc(100% - 2.6rem);
    display: inline-block;
}

.footer-column ul li a {
    font-size: 1.5rem;
    color: #1b1c85;
    line-height: 3.2rem;
    font-weight: 700;
}

.footer-column ul li a img {
    width: 16px;
    height: auto;
    margin-left: 4px;
    margin-bottom: 4px;
    vertical-align: middle;
}

.footer-column ul li ul li a {
    font-weight: 400;
}

.footer-column a:hover {
    border-bottom: solid 1px #1b1c85;
}

.footer-column ul li ul li:before {
    display: inline;
    content: "−";
    color: #5a72ff;
    margin-left: 1.6rem;
    font-weight: 700;
}

.footer-column ul li ul li ul li {
    font-size: 1.3rem;
}

/*20210730サービスページ改修
.footer-column ul li ul li ul li:before { 
    display: inline;
    content: "−";
    color: #5a72ff;
    margin-left: 3.2rem;
    font-weight: 700;
}*/
/* 20210730サービスページ改修*/
.footer-column ul li ul li span {
    font-size: 1.5rem;
    color: #1b1c85;
    line-height: 3.2rem;
    font-weight: 400;
}

.footer-column ul li ul li ul li a {
    font-weight: 700;
}

.footer-column ul li ul li ul li:before {
    display: inline;
    content: "";
    color: #5a72ff;
    margin-left: 4rem;
    font-weight: 700;
}

/* 画面幅 1280未満
 * ******************** */
@media screen and (max-width: 1279px) {
    /*20210730サービスページ改修
	.footer-column {
		width: 23.51vw;
		min-width:225.69px;
		margin: 24px 0 0 8px;
	}
	.footer-column ul li a {
		font-size: 1.3rem;
	}
	footer .footer-column:first-child {
		width: 17%;
		min-width: 137.69px;
		margin-left: 24px;
	}
	footer .footer-column:nth-child(3n) {
		width: 17%;
		min-width: 137.69px;
	}
    */
    .footer-column ul li a {
        font-size: 1.3rem;
    }

    .footer-column ul li ul li span {
        font-size: 1.3rem;
    }

    .footer-column .column-point li a {
        font-size: 1.3rem;
    }

    footer .footer-column:first-child {
        width: 12.4%;
    }

    footer .footer-column:nth-child(2) {
        width: 32.2%;
    }

    footer .footer-column:nth-child(3) {
        width: 18.5%;
    }

    footer .footer-column:nth-child(4) {
        width: 28%;
    }
}

/* 画面幅 768未満
 * ******************** */
@media screen and (max-width: 768px) {
    footer .footer-column {
        float: none;
    }

    footer .footer-column:first-child {
        display: none;
    }

    footer .footer-column:nth-child(2n) {
        display: none;
    }

    footer .footer-column:nth-child(3n) {
        display: none;
    }

    footer .footer-column:nth-child(4n) {
        display: inline-block;
        width: 100%;
        margin: 0;
        padding: 32px 16px 0;
    }
}

/* フッター　ポリシー関連
 * *********************************** */
.policy {
    display: flex;
    justify-content: center;
}

.policy li {
    margin-right: 24px;
}

.policy li a {
    font-size: 10px;
    font-weight: 400;
    color: #5a72ff;
    line-height: 1.4;
}

.policy li a:hover {
    border-bottom: solid 1px #5a72ff;
}

.policy li a i {
    display: inline-block;
    height: auto;
    vertical-align: middle;
    margin-left: 4px;
    margin-bottom: 4px;
    font-size: 12px;
}

/* 画面幅 768未満
 * ******************** */
@media screen and (max-width: 768px) {
    .policy {
        display: block;
        justify-content: flex-start;
    }

    .policy li {
        margin-right: 0;
    }
}

/* フッター　会社ロゴ等
 * *********************************** */
footer .mdv-logo {
    width: 120px;
    height: auto;
    border: none;
    margin-top: 40px;
}

footer p:hover a .mdv-logo {
    opacity: 0.8;
}

footer p a {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 0.8rem;
}

footer .security {
    display: block;
    width: 80px;
    height: auto;
    border: none;
}

footer .security:hover {
    opacity: 0.8;
}

footer .footer-linkedin {
    display: block;
    width: 120px;
    height: auto;
    border: none;
}

footer .footer-linkedin:hover {
    opacity: 0.8;
}

.copyright {
    float: left;
    width: 100%;
    background-color: #dcdce6;
    text-align: center;
}

.copyright p {
    font-size: 9px;
    color: #333;
    font-weight: 400;
    line-height: 1.2;
    padding: 16px 0 24px 0;
}

.img-flex-pc {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 画面幅 1280未満
 * ******************** */
@media screen and (max-width: 1279px) {
    .copyright {
        width: 100%;
    }
}

/* 画面幅 768未満
 * ******************** */
@media screen and (max-width: 768px) {
    footer .mdv-logo {
        margin-left: auto;
        margin-right: auto;
    }

    footer .security {
        margin-left: auto;
        margin-right: auto;
    }

    footer .footer-linkedin {
        margin-left: auto;
        margin-right: auto;
    }

    .img-flex-pc {
        display: block;
    }

    .copyright p {
        padding: 16px 0;
    }
}

/* TOPへ戻るボタン
 * *********************************** */
#pageTop {
    position: fixed;
    bottom: 72px;
    right: 48px;
    z-index: 999;
}

#pageTop img {
    width: 16px;
    height: auto;
    padding-top: 25px;
    z-index: 999;
}

#pageTop a {
    display: block;
    z-index: 999;
    padding: 8px auto;
    width: 64px;
    height: 64px;
    background-color: #bababa;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    transition: 0.4s;
}

#pageTop a:hover {
    background-color: #5a72ff;
    text-decoration: none;
    z-index: 999;
}

@media (min-width: 1441px) {
    #pageTop {
        position: fixed;
        bottom: 72px;
        /* left: 1328px; */
        z-index: 999;
    }
}

@media screen and (max-width: 768px) {
    #pageTop {
        display: none;
    }

    #pageTop a {
        display: none;
    }
}

/* ボタン-1
 * *********************************** */
.btn-1 {
    margin-bottom: 40px;
    text-align: center;
}

.btn-1 p {
    display: inline-block;
    width: 320px;
    height: 70px;
    background-color: #1b1c85;
    color: #ffffff;
    font-size: 2rem;
    font-weight: 700;
    line-height: 7rem;
    transition: 0.4s;
    /*　ホバー時にエフェクトなめらかに　*/
    transition-timing-function: ease-out;
}

.btn-1 img {
    width: 24px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 4px;
    margin-left: 8px;
}

.btn-1 a:hover p {
    background-color: #023d8e;
    padding-left: 1em;
    padding-right: 0.6em;
    /*　ホバー時にエフェクト　*/
}

/* ボタン-２個並び
 * *********************************** */
.btn-2 {
    text-align: center;
}

/* ボタン-2-l
 * *********************************** */
.btn-2-l {
    display: inline-block;
    margin-bottom: 40px;
    margin-right: 16px;
    text-align: center;
}

.btn-2-l p {
    display: inline-block;
    width: 320px;
    height: 70px;
    background-color: #757575;
    color: #ffffff;
    font-size: 2rem;
    font-weight: 700;
    line-height: 7rem;
    transition: 0.4s;
    /*　ホバー時にエフェクトなめらかに　*/
    transition-timing-function: ease-out;
}

.btn-2-l img {
    width: 24px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 4px;
    margin-right: 8px;
}

.btn-2-l a:hover p {
    background-color: #999999;
    padding-left: 0.6em;
    padding-right: 1em;
    /*　ホバー時にエフェクト　*/
}

/* ボタン-2-r
 * *********************************** */
.btn-2-r {
    display: inline-block;
    margin-bottom: 40px;
    text-align: center;
}

.btn-2-r p {
    display: inline-block;
    width: 320px;
    height: 70px;
    background-color: #1b1c85;
    color: #ffffff;
    font-size: 2rem;
    font-weight: 700;
    line-height: 7rem;
    transition: 0.4s;
    /*　ホバー時にエフェクトなめらかに　*/
    transition-timing-function: ease-out;
}

.btn-2-r img {
    width: 24px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 4px;
    margin-left: 8px;
}

.btn-2-r a:hover p {
    background-color: #023d8e;
    padding-left: 1em;
    padding-right: 0.6em;
    /*　ホバー時にエフェクト　*/
}

/* メインコンテンツ　基本フォーマット
 * *********************************** */
.top-bar {
    display: block;
    height: auto;
    min-height: 82px;
    background-color: #1b1c85;
    border-bottom: solid 2px #ffa600;
    padding: 16px 48px 10px;
}

/* 画面幅 1280未満
 * ******************** */
@media screen and (max-width: 1279px) {
    .top-bar {
        width: 100%;
    }
}

/* 画面幅 768未満
 * ******************** */
@media screen and (max-width: 768px) {
    .top-bar {
        width: 100%;
        padding: 16px 16px 10px;
    }
}

/* OLD パンくずリスト
 ************************************
.breadcrumb {
    position: relative;
    display: block;
}
.breadcrumb li {
    display: inline;
    list-style: none;
}
.breadcrumb li:after {
    content: '＞';
    font-size: 1.1rem;
    font-weight: 700;
    padding: 0 8px;
    color: #5a72ff;
}
.breadcrumb li:last-child:after {
    content: '';
}
.breadcrumb li a {
    text-decoration: none;
    color: #ffffff;
    font-size: 0.9rem;
}
.breadcrumb li a:hover {
    text-decoration: underline;
}
*/

/* NEW パンくずリスト 2020.04
 * *********************************** */
.breadcrumbs {
    position: relative;
    display: block;
    font-size: 1.1rem;
    font-weight: 700;
    color: #5a72ff;
}

.breadcrumbs span {
    text-decoration: none;
    color: #ffffff;
    font-size: 0.9rem;
    padding: 0 4px 0 0;
}

.breadcrumbs span.arrow {
    font-weight: 700;
    padding: 0 8px 0 0;
    color: #5a72ff;
}

.breadcrumbs span a:hover span {
    text-decoration: underline;
}

/* トップタイトル　(h2)
 * *********************************** */
.heading {
    font-size: 24px;
    color: #ffffff;
    font-weight: 700;
    margin-top: 4px;
    letter-spacing: 1.2px;
}

/* 医学論文解説へのリンク
 * *********************************** */
.case-column-banner-wrap {
    background-color: #d6e0ff;
    padding: 16px 48px;
}

.case-column-banner {
    border: 2px solid #1b1c80;
    background: url("../images/column-heading-36.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    padding: 16px;
    transition: 0.4s;
    transition-timing-function: ease-out;
}

a:hover .case-column-banner {
    padding-left: 20px;
    padding-right: 12px;
    /*　ホバー時にエフェクト　左右の合計同じに　*/
    opacity: 0.7;
}

.case-column-banner-title {
    color: #1b1c80;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 16px;
}

.case-column-banner-text {
    color: #333333;
    font-size: 14px;
    line-height: 1.5;
}

/* 画面幅 768未満
 * ******************** */
@media screen and (max-width: 768px) {
    .case-column-banner-wrap {
        padding-left: 5%;
        padding-right: 5%;
    }
}

/* 記事のボックス（見出し、リード、post-innerを入れる箱）
 * *********************************** */
.post-outer {
    background-color: #ffffff;
    padding-top: 40px;
}

/* 画面幅 1280未満
 * ******************** */
@media screen and (max-width: 1279px) {
    .post-outer {
        width: 100%;
    }
}

/* 画面幅 768未満
 * ******************** */
@media screen and (max-width: 768px) {
    .post-outer {
        width: 100%;
    }
}

/* 見出し　(h3)
 * *********************************** */
.ttl {
    display: block;
    position: relative;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 1.5px;
    color: #1b1c85;
    padding: 0 48px 43px;
}

.ttl:after {
    content: "";
    position: absolute;
    display: block;
    left: 16px;
    width: 98%;
    height: 5px;
    background-color: #1b1c85;
    margin-top: 2px;
}

/* 画面幅 1280未満
 * ******************** */
@media screen and (max-width: 1279px) {
    .ttl:after {
        content: "";
        width: 97%;
    }
}

/* 画面幅 768未満
 * ******************** */
@media screen and (max-width: 768px) {
    .ttl {
        padding: 0 16px 43px;
    }

    .ttl:after {
        content: "";
        position: relative;
        top: 8px;
        left: 0;
        width: 100%;
        margin-top: 0;
    }
}

/* リード文　(h4)
 * *********************************** */
.lead {
    display: inline-block;
    position: relative;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2.7rem;
    letter-spacing: 1px;
    color: #333333;
    padding-left: 48px;
    padding-bottom: 16px;
    padding-right: 48px;
}

.lead:after {
    content: "";
    position: relative;
    display: block;
    width: 96px;
    height: 2px;
    background-color: #333333;
    margin-top: 12px;
}

/* 画面幅 768未満
 * ******************** */
@media screen and (max-width: 768px) {
    .lead {
        padding-left: 24px;
        padding-right: 24px;
        padding-bottom: 32px;
    }
}

/* 本文（post-innerに本文、画像、表など入れる）
 * *********************************** */
.post-inner {
    position: relative;
    display: block;
    /* width: 984px; */
    margin-left: 48px;
    margin-right: 48px;
    margin-bottom: 40px;
}

.thum-32 {
    width: 320px;
    height: auto;
    display: inline-block;
    vertical-align: top;
    margin-top: 8px;
    margin-bottom: 24px;
}

.thum-64 {
    width: 640px;
    height: auto;
    display: inline-block;
    vertical-align: top;
    margin-top: 8px;
    margin-bottom: 24px;
}

.thum-100 {
    /*20210730サービスページ追加*/
    width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: top;
    margin-top: 8px;
    margin-bottom: 24px;
}

.post-text {
    /*　EBMとはの本文・新着情報の個別ページ本文　*/
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 3.2rem;
    letter-spacing: 1.2px;
    color: #333333;
    margin-bottom: 24px;
    -ms-word-break: break-all;
}

.text-right {
    /*　新着情報の個別ページ本文　写真ありのページ　*/
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 3.2rem;
    letter-spacing: 1.2px;
    color: #333333;

    margin-left: 16px;
    float: right;
}

.post-text a {
    /*　EBMとはの本文・新着情報の個別ページ本文・コラム本文　*/
    display: inline;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 3.2rem;
    letter-spacing: 1.2px;
    color: #1b1c85;
    word-break: break-all;
}

.post-text a:hover {
    /*　EBMとはの本文・新着情報の個別ページ本文・コラム本文　*/
    border-bottom: solid 1px #5a72ff;
    color: #5a72ff;
}

.wrap-control {
    word-break: break-all;
}

/* 画面幅 1280未満
 * ******************** */
@media screen and (max-width: 1279px) {
    .post-inner {
        width: 91.111%;
    }
}

/* 画面幅 768未満
 * ******************** */
@media screen and (max-width: 768px) {
    .post-inner {
        width: 90%;
        margin-left: 5%;
    }
}

/* 注釈文
 * *********************************** */
.note {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #1b1c85;
    margin-bottom: 16px;
}

/* インフォメーション一覧
 * *********************************** */
.info-list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    width: 100%;
    margin-bottom: 1rem;
}

.info-list > span {
    margin-top: 0.5em;
}

.info-tag {
    display: inline-block;
    width: 72px;
    height: 16px;
    color: #ffffff;
    background-color: #5a72ff;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.6rem;
    text-align: center;
    margin-right: 16px;
}

.info-tag-n {
    display: inline-block;
    width: 72px;
    height: 16px;
    color: #ffffff;
    background-color: #1b1c85;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.6rem;
    text-align: center;
    margin-right: 16px;
}

.info-tag-e {
    display: inline-block;
    width: 72px;
    height: 16px;
    color: #ffffff;
    background-color: #00cc86;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.6rem;
    text-align: center;
    margin-right: 16px;
}

.info-date {
    font-size: 1.5rem;
    color: #1b1c85;
    margin-right: 16px;
    line-height: 2.7rem;
    vertical-align: middle;
    font-weight: 700;
}

.info-txt {
    font-size: 1.5rem;
    color: #1b1c85;
    line-height: 2.7rem;
    vertical-align: middle;
}

.info-list a {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    width: calc(100% - 82px);
    text-decoration: underline;
}

.info-list a:hover span,
.info-list a:hover {
    color: #5a72ff;
}

/* 画面幅 560未満
 * ******************** */
@media screen and (max-width: 560px) {
    .info-txt {
        display: block;
    }
}

/* フォーム　手順
 * *********************************** */
.form-step {
    margin-bottom: 64px;
}

.form-step p {
    display: inline-block;
    font-size: 2rem;
    line-height: 24px;
    letter-spacing: 1.5px;
    margin-right: 32px;
}

.form-step p .form-step-on {
    color: #1b1c85;
    font-weight: 700;
}

.form-step p .form-step-off {
    color: #bee0ff;
    font-weight: 700;
}

.form-step p .form-step-num {
    font-size: 32px;
    line-height: 24px;
    vertical-align: top;
}

/* フォーム　項目
 * *********************************** */
::placeholder {
    color: #cacaca;
}

.form-item {
    margin-bottom: 24px;
}

.form-label {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 3.2rem;
    color: #333333;
}

.required {
    display: inline;
    font-size: 1.2rem;
    line-height: 3.2rem;
    font-weight: 700;
    color: #ffffff;
    padding: 0 8px;
    text-align: center;
    margin-left: 16px;
    margin-right: 8px;
    background-color: #ed2200;
}

.form-item label {
    margin-right: 8px;
}

.form-item #form-comment {
    display: block;
    width: 844px;
    height: 160px;
    border: none;
    background-color: #eeeeee;
}

#form-company {
    display: block;
    width: 844px;
    height: 36px;
    border: none;
    background-color: #eeeeee;
}

#form-department {
    display: block;
    width: 844px;
    height: 36px;
    border: none;
    background-color: #eeeeee;
}

#form-familyname-k {
    display: block;
    width: 200px;
    height: 36px;
    border: none;
    background-color: #eeeeee;
}

#form-firstname-k {
    display: block;
    width: 200px;
    height: 36px;
    border: none;
    background-color: #eeeeee;
}

#form-familyname-h {
    display: block;
    width: 200px;
    height: 36px;
    border: none;
    background-color: #eeeeee;
}

#form-firstname-h {
    display: block;
    width: 200px;
    height: 36px;
    border: none;
    background-color: #eeeeee;
}

.form-item-fl {
    float: left;
    margin-right: 32px;
}

.cl {
    clear: left;
}

#form-email {
    display: block;
    width: 640px;
    height: 36px;
    border: none;
    background-color: #eeeeee;
}

#form-email2 {
    display: block;
    width: 640px;
    height: 36px;
    border: none;
    background-color: #eeeeee;
}

#form-phone {
    display: block;
    width: 200px;
    height: 36px;
    border: none;
    background-color: #eeeeee;
}

#form-address1 {
    display: block;
    width: 844px;
    height: 36px;
    border: none;
    background-color: #eeeeee;
}

#form-address2 {
    display: block;
    width: 844px;
    height: 36px;
    border: none;
    background-color: #eeeeee;
}

#q5-text {
    display: inline-block;
    width: 640px;
    height: 36px;
    border: none;
    background-color: #eeeeee;
}

.form-privacy {
    display: block;
    width: 844px;
    height: auto;
    line-height: 2.52rem;
    border: solid 1px #333333;
    padding: 24px;
    margin-top: 40px;
    margin-bottom: 24px;
}

.form-privacy p:nth-child(1) {
    font-weight: 700;
}

.form-privacy p:nth-child(4) {
    margin-top: 32px;
}

/* フォーム　ボタン
 * *********************************** */
.btn-submit {
    display: block;
    width: 320px;
    height: 70px;
    margin: 0 auto;
    background-color: #1b1c85;
    color: #ffffff;
    font-size: 2rem;
    font-weight: 700;
    line-height: 7rem;
    transition: 0.4s;
    /*　ホバー時にエフェクトなめらかに　*/
    transition-timing-function: ease-out;
    border: none;
}

.btn-submit:hover {
    cursor: pointer;
    background-color: #023d8e;
    padding-left: 1em;
    padding-right: 0.6em;
    /*　ホバー時にエフェクト　*/
}

.btn-submit img {
    width: 24px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 4px;
    margin-left: 8px;
}

/* フォーム　未入力チェック
 * *********************************** */
p .form-caution {
    display: inline;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 3.2rem;
    color: #ed2200;
    text-align: center;
}

.form-caution {
    display: inline;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 3.2rem;
    color: #ed2200;
    text-align: center;
}

.form-red {
    background-color: #f4dede !important;
}

.form-warning {
    display: block;
    width: 844px;
    border: solid 2px #ed2200;
    padding: 16px;
    margin-bottom: 16px;
}

.form-warning p {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 3.2rem;
    color: #ed2200;
}

/* TOPページ　ダッシュボード 
 * *********************************** */
.dashboard {
    /*　ダッシュボード全体　*/
    width: 1080px;
    position: relative;
    z-index: 50;
}

.d-box-1 {
    /*　一段に1BOX　*/
    position: relative;
    width: 1000px;
    height: 366px;
    background: #fff;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
    margin-top: 16px;
    margin-left: 40px;
}

.d-box-2-l {
    /*　一段に2BOX　*/
    position: relative;
    display: inline-block;
    width: 480px;
    height: 366px;
    background: #fff;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
    margin-top: 32px;
    margin-left: 40px;
}

.d-box-2-r {
    /*　一段に2BOX　右側*/
    position: relative;
    display: inline-block;
    width: 480px;
    height: 366px;
    background: #fff;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
    margin-top: 32px;
    margin-left: 35px;
}

.d-box-3 {
    /*　一段に3BOX　三等分の場合*/
    position: relative;
    display: inline-block;
    width: 306px;
    height: 316px;
    background: #fff;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
    margin-top: 32px;
    margin-left: 40px;
    float: left;
}

.d-box-3-1 {
    /*　一段に3BOX　三分の一場合*/
    position: relative;
    display: inline-block;
    width: 306px;
    height: 400px;
    /* ------2020.01.27 修正——— */
    background: #fff;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
    margin-top: 32px;
    margin-left: 40px;
    float: left;
}

.d-box-3-2 {
    /*　一段に3BOX　三分の二の場合*/
    position: relative;
    display: inline-block;
    width: 653px;
    height: 400px;
    background: #fff;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
    margin-top: 32px;
    margin-left: 40px;
    float: left;
}

.d-inner-1 {
    position: absolute;
    top: 0;
    width: 1000px;
    /*width: 968px;
	height: 232px;
	padding: 16px;*/
    background-color: #ffffff;
}

.d-inner-1 a img {
    float: right;
    width: 100%;
    height: 265px;
    object-fit: cover;
}

.d-inner-1 a:hover img {
    opacity: 0.9;
}

.d-inner-2 {
    position: absolute;
    width: 448px;
    height: 264px;
    background-color: #ffffff;
    padding: 16px;
    top: 0;
}

.d-inner-2-rank {
    position: absolute;
    width: 464px;
    height: 264px;
    background-color: #ffffff;
    padding: 16px;
    top: 0;
}

.d-inner-3 {
    /*　一段に3BOX　三等分の場合*/
    position: absolute;
    width: 306px;
    height: 160px;
    background-color: #ffffff;
    padding: 16px;
    top: 0;
}

.d-inner-3-1 {
    /*　一段に3BOX　三分の一場合*/
    position: absolute;
    width: 306px;
    height: 160px;
    background-color: #ffffff;
    padding: 16px;
    top: 0;
}

.d-inner-3-2 {
    /*　一段に3BOX　三分の二の場合*/
    position: absolute;
    width: 653px;
    height: 298px;
    /* ------2020.01.27 修正——— */
    background-color: #ffffff;
    padding: 16px;
    top: 0;
}

.chart-pc {
    position: relative;
    display: block;
    height: 100%;
}

.d-footer {
    position: absolute;
    width: 100%;
    height: 102px;
    background-color: #1b1c85;
    padding: 16px;
    bottom: 0;
}

.d-footer-contact {
    position: relative;
    width: 1000px;
    height: 102px;
    background-color: #1b1c85;
    padding: 16px;
    margin-top: 32px;
    margin-left: 40px;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
}

.d-icon {
    display: inline-block;
    width: 70px;
    height: 70px;
}

.d-ttl {
    display: inline-block;
    vertical-align: top;
    margin-left: 8px;
}

.d-ttl p {
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.4rem;
    letter-spacing: 1.5px;
    color: #ffffff;
}

.d-ttl p .d-lead {
    display: block;
    font-size: 1.4rem;
    line-height: 2.1rem;
    color: #ffc800;
}

.d-ttl-top {
    display: inline-block;
    vertical-align: top;
    margin-left: 8px;
}

.d-ttl-1 {
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.4rem;
    letter-spacing: 1.5px;
    color: #ffffff;
}

.d-lead-1 {
    display: block;
    font-size: 1.4rem;
    line-height: 2.1rem;
    color: #ffc800;
}

.pc-br {
    display: none;
}

.sp-br {
    display: none;
}

/* PCで表示、スマホサイズで非表示 */
.dp-none768 {
    display: block;
}

/* PCで非表示、スマホサイズで表示 */
.dp-block768 {
    display: none;
}

.tab-br {
    display: none;
}

.display-sp {
    display: inline-block;
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.4rem;
    letter-spacing: 1.5px;
    color: #ffffff;
}

/* 画面幅 1280未満
 * ******************** */
@media screen and (max-width: 1279px) {
    .dashboard {
        width: 100%;
    }

    .d-box-1 {
        width: 92.592593%;
        margin-left: 3.703704%;
    }

    .d-inner-1 {
        width: 100%;
    }

    .d-box-3-1 {
        width: 28.33333%;
        height: 400px;
        /* ------2020.01.27 修正——— */
        margin-left: 3.703704%;
    }

    .d-icon {
        width: 36px;
        height: auto;
        vertical-align: top;
    }

    .d-ttl {
        margin-left: 4px;
    }

    .d-ttl p .d-lead {
        display: block;
        font-size: 1.3rem;
        line-height: 2.1rem;
        letter-spacing: 0.5px;
        color: #ffc800;
    }

    .d-ttl-top {
        margin-left: 4px;
    }

    .d-lead-1 {
        display: block;
        font-size: 1.3rem;
        line-height: 2.1rem;
        letter-spacing: 0.5px;
        color: #ffc800;
    }

    .d-inner-3 {
        width: 100%;
        height: 144px;
    }

    .d-box-3-2 {
        width: 60.4629%;
        height: 400px;
        /* ------2020.01.27 修正——— */
        margin-left: 3.7037%;
    }

    .d-inner-3-2 {
        position: relative;
        width: 100%;
        height: 298px;
        padding: 12px;
    }

    .d-box-2-l {
        width: 44.444444%;
        margin-left: 3.7037%;
    }

    .d-inner-2-rank {
        width: 100%;
        padding: 8px;
        left: 0px;
    }

    .d-box-2-r {
        width: 44.444444%;
        margin-left: 3.2%;
    }

    .d-inner-2 {
        width: 100%;
        padding: 12px;
    }

    .d-footer-contact {
        width: 92.592592%;
        margin-left: 3.7037%;
    }

    .pc-br {
        display: block;
    }

    .tab-br {
        display: none;
    }

    .display-sp {
        display: inline-block;
        font-weight: 700;
        font-size: 2rem;
        line-height: 2.4rem;
        letter-spacing: 1.5px;
        color: #ffffff;
    }
}

/* 画面幅 768未満
 * ******************** */
@media screen and (max-width: 768px) {
    .d-box-1 {
        width: 96%;
        height: 292px;
        margin-left: 2%;
        margin-top: 110px;
    }

    .d-box-3-1 {
        width: 96%;
        height: 216px;
        margin-left: 2%;
    }

    .d-box-3-2 {
        width: 96%;
        margin-left: 2%;
    }

    .d-box-2-l {
        width: 96%;
        margin-left: 2%;
    }

    .d-box-2-r {
        width: 96%;
        margin-left: 2%;
    }

    .d-footer-contact {
        width: 96%;
        margin-left: 2%;
    }

    .d-inner-1 a img {
        height: 190px;
        object-fit: cover;
    }

    .d-inner-3 {
        height: 114px;
    }

    .d-ttl p .d-lead {
        display: none;
    }

    .d-lead-1 {
        display: none;
    }

    .tab-br {
        display: block;
    }

    .display-sp {
        display: inline-block;
        font-weight: 700;
        font-size: 2rem;
        line-height: 2.4rem;
        letter-spacing: 1.5px;
        color: #ffffff;
    }

    /* PCで表示、スマホサイズで非表示 */
    .dp-none768 {
        display: none;
    }

    /* PCで非表示、スマホサイズで表示 */
    .dp-block768 {
        display: block;
    }
}

/* 画面幅 560未満
 * ******************** */
@media screen and (max-width: 560px) {
    .d-ttl p {
        font-weight: 700;
        font-size: 1.8rem;
        line-height: 2rem;
        letter-spacing: 1px;
    }

    .d-ttl-1 {
        font-weight: 700;
        font-size: 1.8rem;
        line-height: 2rem;
        letter-spacing: 1px;
    }

    .display-sp {
        display: none;
    }

    .pc-br {
        display: none;
    }

    .sp-br {
        display: block;
    }

    .d-box-1 {
        height: 212px;
        margin-top: 80px;
    }

    .d-box-3-1 {
        height: 280px;
    }

    .d-inner-3 {
        height: auto;
    }

    .d-inner-1 a img {
        height: 110px;
    }
}

/* TOPページ　コラム一覧--------------------------------------------------------------
 * *********************************** */
.d-box-column {
    /*　一段に1BOX　コラム専用*/
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    width: 1000px;
    background: #fff;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
    margin-top: 32px;
    margin-left: 40px;
}

.d-column-footer {
    order: 2;
    width: 100%;
    height: 102px;
    background-color: #1b1c85;
    padding: 16px;
}

.d-inner-column {
    /* ------TOPページのコラム一覧（最新3個まで）------*/
    position: relative;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 1000px;
    height: auto;
    padding: 16px;
}

.d-column-card-outer {
    /* コラムカード型のアウター */
    width: 31%;
    background-color: #fff;
    box-shadow: 0 0px 10px rgb(0 0 0 / 20%);
    transition: 0.3s;
}

.d-column-card-outer:hover {
    box-shadow: 0 0px 25px rgb(0 0 0 / 40%);
}

.d-column-card-inner {
    /* コラムカード型のインナー */
    display: flex;
    flex-direction: column;
    height: 100%;
}

.d-card-thumbnail {
    flex: 0 0 auto;
    width: 100%;
    height: 140px;
}

.d-card-imgage {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.d-card-title {
    /* コラムタイトル */
    padding: 16px;
    font-size: 1.8rem;
    line-height: 1.4;
    font-weight: 700;
    color: #1b1c85;
    flex-grow: 1;
}

.d-card-text {
    /* コラムリード文 */
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: 400;
    color: #888;
    text-align: justify;
    padding: 0 16px 8px 16px;
    flex-grow: 1;
}

.d-card-category-box {
    padding: 0 16px;
    margin-bottom: 12px;
    margin-top: auto;
}

.d-card-category {
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    color: #5a72ff;
    border: solid 1px #5a72ff;
    padding: 4px;
    margin-right: 4px;
}

.d-card-number {
    padding: 8px 0px 16px 16px;
    font-size: 1.2rem;
    color: #888;
    border-top: solid 1px #888;
    margin: auto 16px 0px;
    text-align: right;
}

/* 画面幅 1280未満
 * ******************** */
@media screen and (max-width: 1279px) {
    .d-box-column {
        width: 92.592593%;
        margin-left: 3.703704%;
    }

    .d-inner-column {
        /* ------TOPページのコラム一覧（最新3個まで）------*/
        width: 100%;
    }
}

/* 画面幅 959未満
 * ******************** */
@media screen and (max-width: 959px) {
}

/* 画面幅 768未満
 * ******************** */
@media screen and (max-width: 768px) {
    .d-box-column {
        width: 96%;
        margin-left: 2%;
    }
}

/* 画面幅 560未満
 * ******************** */
@media screen and (max-width: 560px) {
    .d-box-column {
    }

    .d-column-card-outer {
        width: 100%;
        margin-bottom: 24px;
    }

    .d-inner-column {
        padding: 16px 16px 0 16px;
    }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* TOPページ　ボタン
 * *********************************** */
.wp-block-button.top-btn,
.top-btn {
    position: relative;
    display: inline-block;
    border: solid 3px #1b1c85;
    vertical-align: middle;
    width: fit-content;
}

.wp-block-button.top-btn a,
div.top-btn a p {
    display: inline-block;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 4.8rem;
    background-color: #fff;
    color: #1b1c85;
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
    transition: 0.4s;
    /*　ホバー時にエフェクトなめらかに　*/
    transition-timing-function: ease-out;
}

.wp-block-button.top-btn a:hover,
.top-btn a:hover p {
    color: #fff;
    background-color: #1b1c85;
    padding-left: 20px;
    padding-right: 12px;
    /*　ホバー時にエフェクト　左右の合計同じに　*/
}

.wp-block-button.top-btn a[target="_blank"]::after {
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    width: 24px;
    height: auto;
    margin-left: 4px;
    margin-bottom: 3px;
    vertical-align: middle;
    content: "\f35d";
}

.wp-block-button.top-btn a:not([target="_blank"])::after {
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    width: 24px;
    height: auto;
    font-weight: 900;
    margin-left: 16px;
    margin-bottom: 2px;
    vertical-align: middle;
    content: "\f061";
}

.top-btn a p img {
    display: inline-block;
    width: 24px;
    height: auto;
    margin-left: 4px;
    margin-bottom: 3px;
    vertical-align: middle;
}

.top-btn a p .another-window-icon {
    /*　別窓アイコン　*/
    display: inline-block;
    position: relative;
}

.top-btn a p .another-window-icon .active-icon {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: 0.4s;
}

.top-btn a:hover p .another-window-icon .active-icon {
    opacity: 1;
}

.top-btn-2 {
    position: absolute;
    right: 16px;
    bottom: 12px;
    display: inline-block;
    border: solid 2px #ffffff;
    background-color: #1b1c85;
    vertical-align: middle;
}

.top-btn-2 a p {
    display: inline-block;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2rem;
    color: #ffffff;
    padding-right: 16px;
    padding-left: 16px;
    padding-top: 1px;
    padding-bottom: 1px;
    transition: 0.4s;
    transition-timing-function: ease-out;
}

.top-btn-2 a:hover p {
    background-color: #023d8e;
    padding-left: 20px;
    padding-right: 12px;
}

.top-btn-2 a p img {
    display: inline-block;
    width: 24px;
    height: 16px;
    margin-left: 4px;
    margin-bottom: 3px;
    vertical-align: middle;
}

/* 画面幅 1280未満
 * ******************** */
@media screen and (max-width: 1279px) {
    .wp-block-button.top-btn a,
    div.top-btn a p {
        font-size: 1.4rem;
    }

    .top-btn a p img {
        width: 20px;
        height: auto;
    }
}

/* 画面幅 560未満
 * ******************** */
@media screen and (max-width: 560px) {
    .top-btn {
        /*bottom: 16px;*/
    }

    div .top-btn a p {
        line-height: 2rem;
    }
}

/* TOPページ　数字カウンター
 * *********************************** */
.d-countarea {
    border-bottom: solid 4px #1b1c85;
    height: 80px;
}

.d-countarea1 {
    display: inline-block;
    width: 160px;
    text-align: right;
    margin-left: 16px;
}

.d-countarea2 {
    display: inline-block;
    padding-left: 4px;
}

.counter {
    display: inline-block;
    /*
    font-weight: 700;
    font-size: 8rem;
    line-height: 1;
    color: #ffaa00;
    transition: transform 500ms ease-in-out;*/
}

.counter-sub {
    display: inline-block;
    font-weight: 700;
    font-size: 2.4rem;
    color: #ffaa00;
}

.d-caption {
    font-size: 1.2rem;
    line-height: 2;
    color: #1b1c85;
    margin-top: 24px;
    /* ------2020.01.27 修正——— */
}

/* 画面幅 1280未満
 * ******************** */
@media screen and (max-width: 1279px) {
    .d-countarea {
        height: 60px;
    }

    .d-countarea1 {
        width: 52.2875%;
        margin-left: 12px;
    }

    .d-countarea2 {
        /*padding-left: 16px;*/
    }

    .counter {
        /*
		font-size: 8rem;
		line-height: 7rem;*/
    }

    .counter-sub {
        font-size: 2.4rem;
    }

    .d-caption {
        /* ------2020.01.27 修正——— */
        margin-top: 24px;
    }
}

/* 画面幅 768未満
 * ******************** */
@media screen and (max-width: 768px) {
    .d-countarea {
        height: 98px;
        border: none;
    }

    .d-countarea1 {
        text-align: left;
        width: 115px;
    }

    .d-countarea2 {
        /*padding-left: 40px;*/
    }

    /*.d-countarea3 { /*2021年5月までの設定
		float:right;
		display: inline-block;
		position: relative;
		width: 52%;
		text-align: left;
		vertical-align: top;
		border-left : solid 4px #1b1c85;
		padding-left: 8px;
	}*/
    .counter {
        /*font-size: 6.5rem;
		vertical-align: baseline;
		padding-top: 16px;*/
    }

    .d-caption {
        font-size: 1.1rem;
        line-height: 1.6rem;
        /* ------2020.01.27 修正——— */
        margin-top: 0px;
    }
}

/* 画面幅 560未満
 * ******************** */
@media screen and (max-width: 560px) {
    .d-countarea3 {
        display: block;
        width: 97%;
    }
}

/* TOPページ　カルーセル表示 
 * *********************************** */
.top-slider {
    position: relative;
}

.top-slider div {
    text-align: center;
}

.top-slider .slick-prev,
.top-slider .slick-next {
    top: 45%;
    line-height: 0;
    width: 40px;
    height: 40px;
}

.top-slider .slick-prev {
    left: 13.5%;
}

.top-slider .slick-next {
    right: 13.5%;
}

.top-slick-prev:hover,
.top-slick-next:hover {
    color: #5a72ff;
    opacity: 0.8;
}

.slick-prev:before,
.slick-next:before {
    font-size: 4rem;
    color: #333;
    line-height: 0;
}
@media screen and (max-width: 768px) {
    .top-slider .slick-prev,
    .top-slider .slick-next {
        width: 20px;
        height: 20px;
    }
    .top-slider .slick-prev {
        left: 7px;
    }
    .top-slider .slick-next {
        right: 7px;
    }
    .slick-prev:before,
    .slick-next:before {
        font-size: 2rem;
        color: #fff;
    }
}

.top-slider .slick-dots {
    bottom: 8px;
}

.top-slider .slick-dots li button {
    color: #fff;
}

.top-slider .slick-dots li button:before {
    color: gray;
    font-size: 12px;
}

.top-slider .slick-dots li.slick-active button:before {
    color: blue;
}

.slick-dotted.slick-slider {
    margin-bottom: 20px;
}

@media screen and (max-width: 1279px) {
    .d-box-1 {
        height: auto;
    }
}

@media screen and (max-width: 768px) {
    .top-slider .slick-dots {
        display: none !important;
    }
    .slick-dotted.slick-slider {
      margin-bottom: 0px;
    }
}

/* NEW!ラベル */
.top-slider li {
    position: relative;
}

.new-tag {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 9px;
    font-weight: 700;
    padding: 4px;
    color: #000000;
    background-color: #fff000;
    letter-spacing: 0;
    line-height: 1;
}

.top-slider .triangle-new a:before {
    border-color: #ffa600 transparent transparent transparent;
    border-style: solid;
    border-width: 100px 100px 0 0;
    content: "";
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    z-index: 2;
}

.top-slider .triangle-new a:after {
    color: #000;
    content: "NEW!";
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 0;
    position: absolute;
    top: 36px;
    left: 4px;
    transform: rotate(-45deg);
    z-index: 3;
}

@media screen and (max-width: 768px) {
    .top-slider .triangle-new a:before {
        border-width: 60px 60px 0 0;
    }

    .top-slider .triangle-new a:after {
        font-size: 1.6rem;
        top: 22px;
        left: 0;
    }
}

@media screen and (max-width: 560px) {
    .top-slider .triangle-new a:before {
        border-width: 45px 45px 0 0;
    }

    .top-slider .triangle-new a:after {
        font-size: 1.2rem;
        top: 16px;
    }
}

/* TOPページ　ランキング 
 * *********************************** */
.slider {
    position: relative;
}

/*.slider div{
	text-align: center;
	margin: 0 4px;
}*/
.slick-prev {
    left: 10px;
    top: 16px;
    z-index: 500;
    opacity: 1;
    color: #5a72ff;
}

.slick-next {
    right: 4px;
    top: 16px;
    z-index: 500;
    opacity: 1;
    color: #5a72ff;
}

.slick-prev:hover,
.slick-next:hover {
    opacity: 0.7;
}

.slick-dots {
    bottom: -5px;
}

/* TOPページ　ランキング　(1)
 * *********************************** */
table.d-rank-1 {
    /*　テーブル全体　*/
    width: 100%;
    border: none;
    font-size: 1.2rem;
    color: #222222;
    line-height: 2.2rem;
    text-align: center;
}

.d-rank-1 tbody {
    padding-right: 8px;
}

.d-rank-1 th {
    /*　タイトル　*/
    font-weight: 700;
    font-size: 1.4rem;
    padding: 8px 32px;
    line-height: 2.1rem;
}

.d-rank-1 td {
    /*　各セル　*/
    padding: 6px 8px;
    overflow: hidden;
    /*　文字数オーバーの省略設定　*/
    white-space: nowrap;
    /*　文字数オーバーの省略設定　*/
    text-overflow: ellipsis;
    /*　文字数オーバーの省略設定　*/
    line-height: 1.8rem;
    max-width: 80px;
    /*　文字数オーバーの省略設定　*/
}

.d-rank-1 tr:nth-child(odd) {
    /*　奇数行　*/
    background-color: #d2ddff;
}

.d-rank-1 tr:first-child {
    background-color: transparent;
}

.d-rank-1 td:first-child {
    padding-left: 8px;
}

.d-rank-1 td:last-child {
    padding-right: 8px;
}

.d-rank-1 tr:nth-child(2) > td {
    /*　カテゴリ欄　*/
    background-color: #5a72ff;
    color: #ffffff;
    font-weight: 700;
    font-size: 1.2rem;
    text-align: center;
}

/*2021年5月TOPページランキングは(1)で統一
(2)(3)は不使用

/* TOPページ　ランキング　(2)
 * *********************************** */
/*
table.d-rank-2 { 
	width: 100%;
	border: none;
	font-size: 1.2rem;
    color: #1b1c85;
    line-height: 2.2rem;
	text-align: center;
}
.d-rank-2 tbody {
	padding-right: 8px;
}
.d-rank-2 th {
	font-weight: 700;
	font-size: 1.4rem;
	padding: 8px 4px;
	background-color: #ffffff;
	line-height: 2.1rem;
}
.d-rank-2 td {
	padding: 4px 8px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 1.8rem;
	max-width: 50px;
}
.d-rank-2 tr:nth-child(odd) {
	background-color: #bee0ff;
}
.d-rank-2 td:first-child {
	padding-left:8px;
}
.d-rank-2 td:last-child {
	padding-right: 8px;
}
.d-rank-2 tr:nth-child(2)>td {
	background-color: #5a72ff;
	color: #ffffff;
	font-weight: 700;
	font-size: 1.2rem;
	text-align: center;
}
*/
/* TOPページ　ランキング　(3)
 * *********************************** */
/*
table.d-rank-3 {
	width: 100%;
	border: none;
	font-size: 1.2rem;
    color: #1b1c85;
    line-height: 2.2rem;
	text-align: center;
}
.d-rank-3 tbody {
	padding-right: 8px;
}
.d-rank-3 th {
	font-weight: 700;
	font-size: 1.4rem;
	padding: 8px 4px;
	background-color: #ffffff;
	line-height: 2.1rem;
}
.d-rank-3 td {
	padding: 4px 8px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis; 
	line-height: 1.8rem;
}
.d-rank-3 tr:nth-child(odd) {
	background-color: #bee0ff;
}
.d-rank-3 td:first-child {
	padding-left:8px;
}
.d-rank-3 td:last-child {
	padding-right: 8px;
}
.d-rank-3 tr:nth-child(2)>td {
	background-color: #5a72ff;
	color: #ffffff;
	font-weight: 700;
	font-size: 1.2rem;
	text-align: center;
}*/

/* 画面幅 1279未満
 * ******************** */
@media screen and (max-width: 1279px) {
    .d-rank-1 td {
        padding: 4px 1px;
        letter-spacing: -0.5px;
    }

    .d-rank-1 td:last-child {
        padding-right: 4px;
    }

    .d-rank-2 td {
        padding: 4px 1px;
        letter-spacing: -0.5px;
    }

    .d-rank-2 td:last-child {
        padding-right: 4px;
    }

    .d-rank-3 td {
        padding: 4px 1px;
        letter-spacing: -0.5px;
    }

    .d-rank-3 td:last-child {
        padding-right: 4px;
    }
}

/* 画面幅 560未満
 * ******************** */
@media screen and (max-width: 560px) {
    .slider table {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .slider table tr:nth-child(2) > td {
        font-size: 1rem;
    }
}

/* TOPページ　インフォメーション
 * *********************************** */
table.d-info {
    width: 448px;
    border: none;
    border-collapse: separate;
    border-spacing: 80 8px;
    vertical-align: middle;
    font-size: 1.5rem;
    color: #1b1c85;
    line-height: 2.25rem;
}

.d-info td {
    padding: 6px 4px;
}

.d-info td:first-child p {
    display: inline-block;
    width: 64px;
    color: #ffffff;
    background-color: #5a72ff;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.6rem;
    text-align: center;
    vertical-align: middle;
}

.d-info td:nth-child(2n) {
    font-weight: 700;
    font-size: 1.3rem;
}

.d-info tr {
    cursor: pointer;
}

.d-info tr:hover {
    text-decoration: underline;
}

.d-info td:first-child .flag-e {
    background-color: #00cc86;
}

.d-info td:first-child .flag-n {
    background-color: #ff6600;
}

/* 画面幅 1280未満
 * ******************** */
@media screen and (max-width: 1279px) {
    table.d-info {
        width: 100%;
        font-size: 1.125rem;
    }

    .d-info td:first-child p {
        font-size: 1rem;
    }

    .d-info td:nth-child(2n) {
        font-size: 1.1rem;
        padding-left: 4px;
    }

    .d-info td:nth-child(3n) {
        font-size: 1.3rem;
        padding-left: 4px;
    }
}

/* 画面幅 560未満
 * ******************** */
@media screen and (max-width: 560px) {
    .d-info td:first-line {
    }
}

/* TOPページ　ダッシュボード フェードイン
 * *********************************** */
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/* 論文事例　テーブル
 * *********************************** */
.case-archive,
.case-area {
    margin-bottom: 32px;
}

.case-archive div,
.case-area div,
.case-column div {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.case1-archive div,
.case1-column div {
    display: inline-block;
}

.case-archive a p,
.case-area a p,
.case-column a p,
.case-archive a p span,
.case-area a p span,
.case-column a p span {
    font-size: 1.6rem;
    font-weight: 700;
    padding-left: 1rem;
    padding-right: 1rem;
    color: #1b1c85;
    line-height: 4rem;
    transition: 0.4s;
    /*　ホバー時にエフェクトなめらかに　*/
    transition-timing-function: ease-out;
}

.case-archive a:hover p,
.case-area a:hover p,
.case-column a:hover p {
    padding-left: 1.3rem;
    padding-right: 0.7rem;
    /*　ホバー時にエフェクト　左右の合計同じに　*/
    opacity: 0.7;
}

.case-archive img,
.case-area img,
.case-column img {
    vertical-align: middle;
    margin-bottom: 4px;
    margin-right: 4px;
    width: 24px;
    height: 16px;
}

.case-archive-desc,
.case-area-desc,
.case-column-desc {
    font-size: 1.6rem;
    color: #333333;
}

.case-column a p span.case-column-text {
    border: 1px solid #1b1c80;
    padding: 0 4px;
}

table.case1 {
    margin-bottom: 8px;
    width: 100%;
    border: none;
    border-top: solid 1px #1b1c85;
    border-bottom: solid 1px #1b1c85;
    border-left: solid 8px #1b1c85;
    border-collapse: separate;
    border-spacing: 0 4px;
    /*縦棒の隙間*/
    background: #ebf0ff;
}

table.case1 th {
    vertical-align: middle;
    height: 32px;
    width: 53px;
    border-right: solid 1px #1b1c85;
    margin: 0;
    text-align: center;
    color: #1b1c85;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 1px;
}

.case1 td {
    height: 32px;
    width: 916px;
    border: none;
    color: #1b1c85;
    font-size: 1.4rem;
    letter-spacing: 0.5px;
    line-height: 2.2rem;
    text-align: left;
    vertical-align: middle;
    overflow: hidden;
    padding-left: 16px;
    padding-right: 16px;
}

.case1 td.bar {
    height: 1px;
    width: 100%;
    border-top: solid 1px #1b1c85;
}

table.case1.case-open {
    border-left: solid 8px #5a72ff;
}

.case-note {
    display: inline-block;
    padding: 2px;
    background-color: #0072ff;
    color: #ffffff;
    margin-right: 2px;
}

.case-year p {
    display: block;
    /* width: 976px; */
    height: 40px;
    padding-left: 16px;
    background-color: #1b1c85;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 40px;
    letter-spacing: 1.2px;
    color: #ffffff;
    margin-top: 96px;
    margin-bottom: 8px;
}

.case1-year p {
    margin-top: 40px;
}

.search-form-title {
    display: block;
    /* width: 976px; */
    height: auto;
    padding: 8px 16px;
    background-color: #1b1c85;
}

.search-form-title p {
    font-weight: 700;
    font-size: 1.6rem;
    letter-spacing: 1.2px;
    color: #ffffff;
}

.search-form-container {
    /* width: 976px; */
    background: #ebf0ff;
}

.search-form-container--library {
    margin-bottom: 8px;
}

.search-form {
    width: 100%;
    padding: 0 16px;
}

.search-form input[type="search"] {
    width: 100%;
    height: 48px;
    font-size: 1.6rem;
    border: none;
    padding-left: 48px;
    padding-right: 16px;
    border-radius: 0 !important;
    background: 11px / 26px url("../images/search-icon.png") #ffffff no-repeat;
}

.search-form input::placeholder {
    color: #cccccc;
}

.search-form-inner {
    padding-top: 8px;
}

.search-form-label-tx {
    font-weight: 700;

    + * {
        margin-top: 8px;
    }
}

.search-form-select-wrap {
    position: relative;
}

.search-form-select-wrap select {
    width: 100%;
    box-sizing: border-box;
    height: 48px;
    font-size: 1.6rem;
    border: none;
    padding-left: 11px;
    margin: 0;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #cccccc;
    background: #ffffff;
    cursor: pointer;
}

.order-btn-wrap {
    position: relative;
    width: fit-content;
}

.order-btn-wrap select {
    width: fit-content;
    box-sizing: border-box;
    font-size: 1.6rem;
    font-weight: 700;
    border: 1px solid #d9d9d9;
    padding-left: 8px;
    padding-right: 30px;
    margin: 0;
    border-radius: 0;
    background-color: #fff;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #000;
    cursor: pointer;
}

.btn-select-wrap {
    position: relative;
}

.btn-select-wrap select {
    box-sizing: border-box;
    padding: 0 28px 0 16px;
    margin: 0;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #1b1c85;
    background: #ffffff;
    font-weight: 700;
    cursor: pointer;
    transition: padding 0.4s ease-out;
}

.btn-select-wrap:hover::after {
    right: 11px;
}

.btn-select-wrap:hover select {
    padding: 0 25px 0 19px;
}

@media screen and (max-width: 768px) {
    .btn-select-wrap {
        clear: left;
    }

    .search-form-title {
        padding-bottom: 16px;
    }

    .search-form-title p {
        margin-bottom: 8px;
    }
}

.search-form-container button[type="button"] {
    color: #1b1c85;
    font-weight: 700;
    border: none;
    line-height: normal;
    cursor: pointer;
    padding: 0 16px;
    transition: padding 0.4s ease-out;
    background-color: #fff;
}

.search-form-container button[type="button"]:hover {
    padding-left: 19px;
    padding-right: 13px;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

input[type="radio"] {
    display: none;
}

input[type="radio"] + label {
    position: relative;
    display: inline-block;
    padding: 8px 0 8px 32px;
    margin-right: 16px;
}

input[type="radio"] + label::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 23px;
    height: 23px;
    border: 2px solid #22222a;
    border-radius: 50%;
}

input[type="radio"]:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 6px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 11px;
    height: 11px;
    background: #fa0;
    border-radius: 50%;
}

.search-result {
    margin-bottom: 40px;
}

span.case-area {
    font-size: 1.4rem;
    color: #ffffff;
    background-color: #1b1c85;
    border-radius: 3px;
    padding: 0 3px;
}

.case-title-search a {
    font-size: 1.4rem;
    color: #5a72ff;
    transition: 0.4s;
    /*　ホバー時にエフェクトなめらかに　*/
    transition-timing-function: ease-out;
}

.case-title-search a:hover {
    padding-left: 0.3rem;
    padding-right: 0.7rem;
    /*　ホバー時にエフェクト　左右の合計同じに　*/
    opacity: 0.7;
}

.case-title-search a img {
    width: 12px;
    vertical-align: middle;
}

.case-column-search a {
    display: inline-block;
    font-size: 18px;
    color: #1b1c80;
    font-weight: 700;
    background-color: #ffffff;
    border: 2px solid #1b1c80;
    padding: 8px;
    margin: 8px 0 12px;
}

.case-column-search a:hover {
    padding-left: 12px;
    padding-right: 4px;
    /*　ホバー時にエフェクト　左右の合計同じに　*/
    color: #ffffff;
    background-color: #1b1c85;
    opacity: 1;
}

div.sv-footer-case1 {
    margin: 40px 0;
    width: 100%;
}

/* 画面幅 1280未満
 * ******************** */
@media screen and (max-width: 1279px) {
    .case-year p {
        width: 100%;
    }

    table.case1 {
        width: 100%;
    }

    table.case1 th {
        /*width:5.43%;*/
    }

    table.case1 td {
        white-space: normal;
        word-wrap: break-word;
    }

    .search-form-container,
    .search-form-title {
        width: 100%;
    }

    div.sv-footer-case1 {
        width: 100%;
    }
}

/* 学会事例　テーブル
 * *********************************** */
table.case2 {
    margin-bottom: 8px;
    width: 100%;
    border: none;
    border-top: solid 1px #1b1c85;
    border-bottom: solid 1px #1b1c85;
    border-left: solid 8px #ffc800;
    border-collapse: separate;
    border-spacing: 0 4px;
    /*縦棒の隙間*/
    background: #fffce5;
}

table.case2 th {
    vertical-align: middle;
    height: 32px;
    width: 53px;
    border-right: solid 1px #1b1c85;
    margin: 0;
    text-align: center;
    color: #1b1c85;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 1px;
}

.case2 td {
    height: 32px;
    width: 916px;
    border: none;
    color: #1b1c85;
    font-size: 1.4rem;
    letter-spacing: 0.5px;
    line-height: 2.2rem;
    text-align: left;
    vertical-align: middle;
    overflow: hidden;
    padding: 0 16px;
    word-wrap: break-word;
}

.case2 td.bar {
    height: 1px;
    width: 100%;
    border-top: solid 1px #1b1c85;
}

table.case2.case-open {
    border-left: solid 8px #5a72ff;
}

table.case-new {
    /*チェック用 新追加¥*/
    background: #ace2a7;
}

table.case-modi {
    /*チェック用　修正*/
    background: #e96a6a;
}

/* 画面幅 1280未満
 * ******************** */
@media screen and (max-width: 1279px) {
    table.case2 {
        width: 100%;
    }

    table.case2 th {
        /*width:5.43%;*/
    }

    table.case2 td {
        white-space: normal;
        overflow-wrap: anywhere;
    }
}

/* ランキング
 * *********************************** */
.rank-ttl {
    width: 100%;
    height: auto;
    background-color: #1b1c85;
    margin-bottom: 16px;
    padding-left: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    vertical-align: middle;
}

.rank-ttl h2 {
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 4rem;
    letter-spacing: 1.8px;
    color: #ffffff;
    vertical-align: middle;
    text-indent: -3.5rem;
    padding-left: 4rem;
    padding-right: 16px;
}

.rank-ttl h2 img {
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-right: 8px;
    margin-bottom: 4px;
}

/* 画面幅 768未満
 * ******************** */
@media screen and (max-width: 768px) {
    .rank-ttl {
        height: auto;
    }

    .rank-ttl p {
        font-size: 1.8rem;
        line-height: 3.2rem;
        padding-top: 4px;
        paddint-bottom: 8px;
        padding-right: 12px;
    }
}

/* ランキング　(1)
 * *********************************** */
.rank-1 {
    margin-bottom: 48px;
    margin-left: 32px;
}

.rank-1 table {
    width: 912px;
    border: none;
    font-size: 1.5rem;
    color: #1b1c85;
    line-height: 3.6rem;
    vertical-align: middle;
}

.rank-1 th {
    line-height: 2.4rem;
    padding: 8px 24px;
    background-color: #5a72ff;
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    text-shadow: 0px 0px 5px #004dab;
}

.rank-1 table td {
    line-height: 2.4rem;
    padding: 8px 24px;
    text-align: center;
}

.rank-1 table td:first-child {
    text-align: center;
    font-weight: 700;
}

.rank-1 table tr:nth-child(odd) {
    background-color: #d2ddff;
}

.rank-1 p {
    font-size: 1.5rem;
    color: #1b1c85;
}

/* 画面幅 1280未満
 * ******************** */
@media screen and (max-width: 1279px) {
    .rank-1 table {
        width: 96%;
    }
}

/* 画面幅 768未満
 * ******************** */
@media screen and (max-width: 768px) {
    .rank-1 {
        margin-left: 0px;
        overflow-x: auto;
        box-shadow: 0px -8px 16px 0px #a6a6a6 inset;
    }

    .rank-1 table {
        width: 700px;
    }
}

/* ランキング　(2)
 * *********************************** */
.rank-2 {
    margin-bottom: 48px;
    margin-left: 32px;
}

.rank-2 table {
    width: 912px;
    border: none;
    font-size: 1.5rem;
    color: #1b1c85;
    line-height: 3.6rem;
    vertical-align: middle;
}

.rank-2 th {
    line-height: 2.4rem;
    padding: 8px 24px;
    background-color: #5a72ff;
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    text-shadow: 0px 0px 5px #004dab inset;
}

.rank-2 table td {
    line-height: 2.4rem;
    padding: 8px 24px;
    text-align: center;
}

.rank-2 table td:first-child {
    font-weight: 700;
    text-align: center;
}

.rank-2 table tr:nth-child(odd) {
    background-color: #bee0ff;
}

/* 画面幅 1280未満
 * ******************** */
@media screen and (max-width: 1279px) {
    .rank-2 table {
        width: 96%;
    }
}

/* 画面幅 768未満
 * ******************** */
@media screen and (max-width: 768px) {
    .rank-2 {
        margin-left: 0px;
        overflow-x: auto;
        box-shadow: 0px -8px 16px 0px #a6a6a6 inset;
    }

    .rank-2 table {
        width: 700px;
    }
}

/* ランキング　(3)
 * *********************************** */
.rank-3 {
    margin-bottom: 48px;
    margin-left: 32px;
}

.rank-3 table {
    width: 912px;
    border: none;
    font-size: 1.5rem;
    color: #1b1c85;
    line-height: 3.6rem;
    vertical-align: middle;
}

.rank-3 th {
    line-height: 2.4rem;
    padding: 8px 24px;
    background-color: #5a72ff;
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    text-shadow: 0px 0px 5px #004dab;
}

.rank-3 table td {
    line-height: 2.4rem;
    padding: 8px 24px;
    text-align: center;
}

.rank-3 table td:first-child {
    font-weight: 700;
    text-align: center;
}

.rank-3 table tr:nth-child(odd) {
    background-color: #bee0ff;
}

/* 画面幅 1280未満
 * ******************** */
@media screen and (max-width: 1279px) {
    .rank-3 table {
        width: 96%;
    }
}

/* 画面幅 768未満
 * ******************** */
@media screen and (max-width: 768px) {
    .rank-3 {
        margin-left: 0px;
        overflow-x: auto;
        box-shadow: 0px -8px 16px 0px #a6a6a6 inset;
    }

    .rank-3 table {
        width: 700px;
    }
}

/* ランキング　(4)
 * *********************************** */
.rank-4 {
    margin-bottom: 48px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.rank-4 div {
    width: calc(50% - 8px);
    margin-right: 16px;
}

.rank-4 div:nth-child(2n) {
    margin-right: 0;
}

.rank-4 table {
    border: none;
    font-size: 1.2rem;
    color: #1b1c85;
    line-height: 1.28rem;
    width: 100%;
}

.rank-4 th {
    line-height: 2rem;
    padding: 4px 16px;
    background-color: #5a72ff;
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    vertical-align: middle;
}

.rank-4 td {
    line-height: 2rem;
    padding: 4px 16px;
    text-align: center;
    vertical-align: middle;
}

.rank-4 table td:first-child {
    font-weight: 700;
    text-align: center;
}

.rank-4 table tr:nth-child(odd) {
    background-color: #d2ddff;
}

.rank-4 caption {
    font-size: 1.5rem;
    line-height: 1.28;
    padding-bottom: 16px;
    font-weight: bold;
}

.annotation {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.2rem;
    letter-spacing: 1.2px;
    color: #333333;
}

.rank4-annotation {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.2rem;
    letter-spacing: 1.2px;
    color: #333333;
    padding-top: 32px;
}

/* 画面幅 768未満
 * ******************** */
@media screen and (max-width: 768px) {
    .rank-4 {
        margin-left: 0px;
    }

    .rank-4 div {
        width: 100%;
        margin-right: 0;
    }

    .rank-4 div:first-child {
        border-bottom: 1px solid #888888;
        padding-bottom: 80px;
    }

    .rank-4 table {
        width: 100%;
    }

    .rank-4 th {
        display: block;
        width: 100%;
        padding: 0 16px;
    }

    .rank-4 td {
        display: block;
        width: 100%;
        padding: 0 16px;
    }

    .rank-4 table {
        margin-right: 0;
    }

    .rank-4 table th:first-child {
        padding-top: 8px !important;
    }

    .rank-4 table th:last-child {
        padding-bottom: 8px !important;
    }

    .rank-4 table td:first-child {
        padding-top: 8px !important;
    }

    .rank-4 table td:last-child {
        padding-bottom: 8px !important;
    }

    .rank-4 caption {
        margin-top: 16px;
    }
}

/*
.rank-table01 {

	th:nth-child(4),
	td:nth-child(4) {
		text-align: right !important;
	}
}

.rank-table02 {

	th:nth-child(3),
	td:nth-child(3) {
		text-align: right !important;
	}

	th:nth-child(4),
	td:nth-child(4) {
		text-align: right !important;
	}
}

.rank-table03 {

	th:nth-child(3),
	td:nth-child(3) {
		text-align: right !important;
	}
}

.rank-table04 {

	th:nth-child(4),
	td:nth-child(4) {
		text-align: right !important;
	}
}
*/

/* よくある質問
 * *********************************** */
.faq-q h2 {
    display: inline-block;
    /* width: 976px; */
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 2.88rem;
    letter-spacing: 1.2px;
    color: #ffffff;
    background-color: #1b1c85;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
}

.faq-a p {
    display: inline-block;
    /* width: 976px; */
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.88rem;
    letter-spacing: 1.2px;
    color: #333333;
    background-color: #ebf0ff;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 32px;
    padding-right: 32px;
    margin-bottom: 24px;
}

/* 画面幅 1280未満
 * ******************** */
@media screen and (max-width: 1279px) {
    .faq-q h2 {
        width: 100%;
    }

    .faq-a p {
        width: 100%;
    }
}

/* 画面幅 768未満
 * ******************** */
@media screen and (max-width: 768px) {
    .faq-q h2 {
        line-height: 3.2rem;
    }

    .faq-a p {
        line-height: 3.2rem;
    }
}

/* 分析例
 * *********************************** */
.examples img {
    display: block;
    width: 780px;
    height: auto;
    margin-top: 24px;
    margin-bottom: 32px;
}

/* サービス紹介
 * *********************************** */
.sv-index {
    position: relative;
    display: block;
}

.sv-index-category-1 {
    position: relative;
    display: block;
    width: 984px;
    height: 48px;
    background-color: #ffa600;
}

.sv-index-category-1 h2 {
    font-size: 2rem;
    color: #ffffff;
    line-height: 4.8rem;
    margin-left: 16px;
}

.sv-index-solution-1 {
    position: relative;
    display: block;
    background-color: #e9f3f9;
    padding-top: 8px;
    margin-bottom: 32px;
}

.sv-index-solution-1 .sv-index-title {
    display: inline-block;
}

.sv-index-solution-1 .sv-index-title a h3 {
    display: inline-block;
    width: 328px;
    height: 48px;
    color: #ffffff;
    background-color: #ffa600;
    border: solid 3px #ffffff;
    font-size: 2.6rem;
    font-weight: 700;
    letter-spacing: 1.95px;
    text-align: center;
    margin-bottom: 8px;
    margin-left: 8px;
    transition: 0.4s;
}

.sv-index-solution-1 .sv-index-title a h3:hover {
    background-color: #ffc800;
    padding-left: 0.7em;
    padding-right: 0.3em;
}

.sv-index-solution-1 .sv-index-title a h3 span {
    font-size: 1.3rem;
    margin-right: 8px;
    letter-spacing: 1px;
}

.sv-index-solution-1 .sv-index-title a h3 img {
    width: 24px;
    height: 16px;
    vertical-align: middle;
}

.sv-index-category-2 {
    position: relative;
    display: block;
    width: 984px;
    height: 48px;
    background-color: #5a72ff;
}

.sv-index-category-2 h2 {
    font-size: 2rem;
    color: #ffffff;
    line-height: 4.8rem;
    margin-left: 16px;
}

.sv-index-solution-2 {
    position: relative;
    display: block;
    background-color: #e9f3f9;
    padding-top: 8px;
    margin-bottom: 32px;
}

.sv-index-solution-2 .sv-index-title {
    display: inline-block;
}

.sv-index-solution-2 .sv-index-title a h3 {
    display: inline-block;
    width: 328px;
    height: 48px;
    color: #ffffff;
    background-color: #5a72ff;
    border: solid 3px #ffffff;
    font-size: 2.6rem;
    font-weight: 700;
    letter-spacing: 1.95px;
    text-align: center;
    margin-bottom: 8px;
    margin-left: 8px;
    transition: 0.4s;
}

.sv-index-solution-2 .sv-index-title a h3:hover {
    background-color: #3992ff;
    padding-left: 0.7em;
    padding-right: 0.3em;
}

.sv-index-solution-2 .sv-index-title a h3 span {
    font-size: 1.3rem;
    margin-right: 8px;
    letter-spacing: 1px;
}

.sv-index-solution-2 .sv-index-title a h3 img {
    width: 24px;
    height: 16px;
    vertical-align: middle;
}

.sv-index-note {
    display: inline-block;
}

.sv-index-note p {
    font-size: 1.4rem;
    line-height: 4.8rem;
    color: #1b1c85;
    margin-left: 8px;
}

.sv-head {
    position: relative;
    display: block;
    width: 984px;
    height: 239px;
    background-color: #ffa600;
}

.sv-head-2 {
    position: relative;
    display: block;
    width: 984px;
    height: 239px;
    background-color: #5a72ff;
}

.sv-heading {
    font-size: 4rem;
    font-weight: 700;
    line-height: 2.4rem;
    letter-spacing: 3px;
    color: #ffffff;
    padding-top: 72px;
    text-align: center;
}

.sv-heading:after {
    content: "";
    display: block;
    width: 856px;
    height: 8px;
    margin: 24px auto 16px auto;
    background-color: #ffffff;
}

.sv-heading span {
    font-size: 2.4rem;
    font-weight: 400;
}

.sv-note {
    font-size: 1.6rem;
    color: #ffffff;
    text-align: center;
}

.sv-tag {
    position: absolute;
    top: 8px;
    right: 8px;
    background-color: #ffffff;
    width: 181px;
    height: 35px;
}

.sv-tag p {
    font-size: 2rem;
    line-height: 3.5rem;
    font-weight: 700;
    color: #ffa600;
    text-align: center;
}

.sv-tag-2 {
    position: absolute;
    top: 8px;
    right: 8px;
    background-color: #ffffff;
    width: 220px;
    height: 35px;
}

.sv-tag-2 p {
    font-size: 2rem;
    line-height: 3.5rem;
    font-weight: 700;
    color: #5a72ff;
    text-align: center;
}

.sv-box {
    display: block;
    position: relative;
    width: 984px;
    border-top: solid 1px #ffa600;
    margin: 0px 0px 32px 0px;
}

.sv-box-2 {
    display: block;
    position: relative;
    width: 984px;
    border-top: solid 1px #5a72ff;
    margin: 0px 0px 32px 0px;
}

.sv-br-top {
    display: inline-block;
    position: relative;
    width: 380px;
    height: auto;
    margin-top: 24px;
}

.sv-col-l {
    display: inline-block;
    position: relative;
    width: 492px;
    height: auto;
    float: left;
    padding-left: 16px;
}

.sv-col-r {
    disiplay: inline-block;
    position: relative;
    float: right;
    width: 492px;
    height: auto;
    /*padding-top: 16px;*/
    padding-right: 16px;
}

.sv-col-r p {
    font-size: 1.6rem;
    line-height: 3.2rem;
    letter-spacing: 1.2px;
    color: #333333;
    margin-top: 24px;
}

.sv-function {
    display: block;
    width: 984px;
    height: auto;
    text-align: left;
}

.sv-function p {
    display: block;
    width: 952px;
    height: 32px;
    border: solid 4px #ffa600;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.4rem;
    background-color: #eeeeee;
    margin-left: 16px;
    margin-bottom: 24px;
}

.sv-function-2 {
    display: block;
    width: 984px;
    height: auto;
    text-align: left;
}

.sv-function-2 p {
    display: block;
    width: 952px;
    height: 32px;
    border: solid 4px #5a72ff;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.4rem;
    background-color: #eeeeee;
    margin-left: 16px;
    margin-bottom: 24px;
}

.sv-function-head {
    display: inline-block;
    line-height: 2.4rem;
    font-weight: 700;
    color: #ffffff;
    background-color: #333333;
    padding: 0px 24px;
    margin-right: 8px;
}

.sv-col-l p .sv-ttl {
    display: block;
    font-weight: 700;
    font-size: 2rem;
    margin-top: 32px;
    color: #333333;
}

.sv-col-l p .sv-ttl:after {
    content: "";
    display: block;
    border: solid 2px #333333;
    width: 96px;
    margin-top: 16px;
    margin-bottom: 32px;
}

.sv-col-l p {
    font-size: 1.6rem;
    line-height: 3.2rem;
}

.sv-col-r p img {
    width: 450px;
    height: auto;
    margin-top: 8px;
    text-align: right;
    border: solid 2px #eeeeee;
}

.sv-col-r p .sv-ttl {
    display: block;
    font-weight: 700;
    font-size: 2rem;
    margin-top: 32px;
    color: #333333;
}

.sv-col-r p .sv-ttl:after {
    content: "";
    display: block;
    border: solid 2px #333333;
    width: 96px;
    margin-top: 16px;
    margin-bottom: 32px;
}

.sv-col-l p img {
    width: 450px;
    height: auto;
    margin-top: 32px;
    border: solid 2px #eeeeee;
}

#sv-col-logo1 {
    display: block;
    width: 460px;
    height: auto;
    margin-bottom: 8px;
    margin-left: 0px;
    margin-top: 24px;
}

.sv-col-l #sv-col-logo2 {
    display: block;
    width: 460px;
    height: auto;
}

.sv-col-l #sv-col-logo3 {
    display: block;
    width: 460px;
    height: auto;
}

.sv-col-r .sv-fig-caption {
    font-size: 1.4rem;
    margin-top: 4px;
}

.sv-footer {
    position: relative;
    display: block;
    width: 100%;
    height: 86px;
    background-color: #ffa600;
    vertical-align: middle;
    margin-bottom: 80px;
}

.sv-footer p {
    display: inline-block;
    font-size: 2rem;
    line-height: 8.6rem;
    letter-spacing: 1.5px;
    font-weight: 700;
    color: #ffffff;
    padding-left: 32px;
}

.sv-footer .sv-btn-1 {
    position: absolute;
    right: 8px;
    display: inline-block;
    border: solid 2px #ffffff;
    background-color: #ffa600;
    vertical-align: middle;
    margin-top: 8px;
}

.sv-footer-2 {
    position: relative;
    display: block;
    width: 984px;
    height: 86px;
    background-color: #5a72ff;
    vertical-align: middle;
    margin-bottom: 80px;
}

.sv-footer-2 p {
    display: inline-block;
    font-size: 2rem;
    line-height: 8.6rem;
    letter-spacing: 1.5px;
    font-weight: 700;
    color: #ffffff;
    padding-left: 32px;
}

.sv-footer-2 .sv-btn-2 {
    position: absolute;
    right: 8px;
    display: inline-block;
    border: solid 2px #ffffff;
    background-color: #5a72ff;
    vertical-align: middle;
    margin-top: 8px;
}

.sv-btn-1 a p {
    display: inline-block;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 5rem;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
    transition: 0.4s;
    /*　ホバー時にエフェクトなめらかに　*/
    transition-timing-function: ease-out;
}

.sv-btn-1 a:hover p {
    background-color: #ffba00;
    padding-left: 20px;
    padding-right: 12px;
    /*　ホバー時にエフェクト　左右の合計同じに　*/
}

.sv-btn-1 a p img {
    display: inline-block;
    width: 20px;
    height: auto;
    margin-left: 4px;
    margin-bottom: 3px;
    vertical-align: middle;
}

.sv-btn-2 a p {
    display: inline-block;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 5rem;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
    transition: 0.4s;
    /*　ホバー時にエフェクトなめらかに　*/
    transition-timing-function: ease-out;
}

.sv-btn-2 a:hover p {
    background-color: #3992ff;
    padding-left: 20px;
    padding-right: 12px;
    /*　ホバー時にエフェクト　左右の合計同じに　*/
}

.sv-btn-2 a p img {
    display: inline-block;
    width: 20px;
    height: auto;
    margin-left: 4px;
    margin-bottom: 3px;
    vertical-align: middle;
}

/* 画面幅 1280未満
 * ******************** */
@media screen and (max-width: 1279px) {
    .sv-index {
        width: 100%;
    }

    .sv-index-category-1 {
        width: 100%;
    }

    .sv-index-category-2 {
        width: 100%;
    }

    .sv-head {
        width: 100%;
    }

    .sv-head-2 {
        width: 100%;
    }

    .sv-heading:after {
        content: "";
        width: 86.991%;
    }

    .sv-index-solution-1 .sv-index-title a h3 {
        margin-bottom: 0px;
    }

    .sv-index-solution-2 .sv-index-title a h3 {
        margin-bottom: 0px;
    }

    .sv-index-note {
        margin-bottom: 8px;
    }

    .sv-index-note p {
        line-height: 3.2rem;
    }

    .sv-box {
        width: 100%;
    }

    .sv-box-2 {
        width: 100%;
    }

    .sv-col-l {
        width: 48.373%;
    }

    .sv-col-r {
        width: 48.373%;
    }

    .sv-function {
        width: 100%;
    }

    .sv-function p {
        width: 96.747%;
        height: auto;
    }

    .sv-footer {
        width: 100%;
    }

    .sv-footer-2 {
        width: 100%;
    }

    .sv-footer p {
        font-size: 1.6rem;
    }

    .sv-footer-2 p {
        font-size: 1.6rem;
    }
}

/* 画面幅 768未満
 * ******************** */
@media screen and (max-width: 768px) {
    .sv-index-category-1 {
        width: 100%;
    }

    .sv-index-solution-1 {
        padding: 16px 8px 0px 8px;
    }

    .sv-index-solution-1 .sv-index-title a h3 {
        width: 248px;
        font-size: 1.6rem;
        letter-spacing: 0.5px;
        line-height: 40px;
    }

    .sv-index-solution-1 .sv-index-title a h3 span {
        margin-right: 4px;
        letter-spacing: 0px;
    }

    .sv-index-category-2 {
        width: 100%;
    }

    .sv-index-solution-2 {
        padding: 16px 8px 0px 8px;
    }

    .sv-index-solution-2 .sv-index-title a h3 {
        width: 248px;
        font-size: 1.6rem;
        letter-spacing: 0.5px;
        line-height: 40px;
    }

    .sv-index-solution-2 .sv-index-title a h3 span {
        margin-right: 4px;
        letter-spacing: 0px;
    }

    .sv-head {
        width: 100%;
    }

    .sv-heading {
        font-size: 3rem;
        letter-spacing: 1px;
    }

    .sv-heading:after {
        content: "";
        width: 80%;
    }

    .sv-heading span {
        font-size: 2rem;
    }

    .sv-index-note p {
        line-height: 2rem;
    }

    .sv-note {
        font-size: 1.4rem;
        padding-left: 24px;
        padding-right: 24px;
    }

    .sv-head-2 {
        width: 100%;
    }

    .sv-box {
        position: relative;
        display: block;
        width: 100%;
    }

    .sv-function {
        width: 100%;
    }

    .sv-function p {
        width: 100%;
        height: auto;
        margin-left: 0px;
    }

    .sv-col-l {
        width: 100%;
        padding-left: 0px;
        float: none;
    }

    .sv-col-r {
        width: 100%;
        padding-right: 0px;
        float: none;
    }

    .sv-footer {
        width: 100%;
        height: auto;
        text-align: center;
        padding: 8px;
    }

    .sv-footer p {
        font-size: 1.6rem;
        line-height: 2.4rem;
        letter-spacing: 1px;
        font-weight: 700;
        padding-left: 0px;
    }

    .sv-footer .sv-btn-1 {
        position: relative;
        display: inline-block;
        margin-top: 8px;
        margin-bottom: 8px;
        right: 0px;
    }

    .sv-btn-1 a p {
        display: inline-block;
        font-weight: 700;
        font-size: 1.8rem;
        line-height: 3rem;
        color: #ffffff;
        padding-top: 8px;
        padding-right: 16px;
        padding-bottom: 8px;
        padding-left: 16px;
    }

    .sv-box-2 {
        position: relative;
        display: block;
        width: 100%;
    }

    .sv-footer-2 {
        width: 100%;
        height: auto;
        text-align: center;
        padding: 8px;
    }

    .sv-footer-2 p {
        font-size: 1.6rem;
        line-height: 2.4rem;
        letter-spacing: 1px;
        font-weight: 700;
        padding-left: 0px;
    }

    .sv-footer-2 .sv-btn-2 {
        position: relative;
        display: inline-block;
        margin-top: 8px;
        margin-bottom: 8px;
        right: 0px;
    }

    .sv-btn-2 a p {
        display: inline-block;
        font-weight: 700;
        font-size: 1.8rem;
        line-height: 3rem;
        color: #ffffff;
        padding-top: 8px;
        padding-right: 16px;
        padding-bottom: 8px;
        padding-left: 16px;
    }
}

/* サービスページ改修版 2021年7月
   一覧ページ
 * *********************************** */
.service-post-outer {
    width: 100%;
}

.service-list-header-image {
    position: relative;
}

.service-list-title {
    color: #ffffff;
    font-size: 2.4rem;
    font-weight: 700;
    position: absolute;
    bottom: 24px;
    left: 48px;
}

.service-list-header p {
    margin-left: 48px;
    margin-top: 16px;
}

.service-card-wrap {
    width: 91.111%;
    margin: 0 auto;
}

.service-card-outer {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0px 10px rgb(0 0 0 / 20%);
    margin-bottom: 40px;
    transition: 0.3s;
}

.service-card-outer:hover {
    box-shadow: 0 0px 25px rgb(0 0 0 / 40%);
}

.service-card-inner {
  display: grid;
  grid-template-columns: 60% 40%;
  grid-template-areas:
    "info image"
    "buttons buttons";
  padding: 32px;
}

.service-card-image {
  grid-area: image;
}


.service-card-image {
    width: 40%;
    align-self: center;
    padding-left: 16px;
}

.service-card-fig {
  width: 85%;
  margin: 0 0 0 auto;
}

.service-card-buttons {
  display: grid;
  grid-area: buttons;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  width: 100%;

  .top-contents-service-btn {
    height: 55px;
  }

  a {
    transition: 0.2s;
  }

  a:not(.top-contents-service-login-link):hover {
    opacity: 0.8;
    transform: translate(4px, 0);
  }
}

.service-cv-area .service-card-buttons {
  width: 80%;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .service-card-inner {
    grid-template-columns: 100%;
    grid-template-areas:
      "image"
      "info"
      "buttons";
  }

  .service-card-fig {
    width: 80%;
    margin: 0 auto 20px;
  }

  .service-card-buttons {
    grid-template-columns: 100%;
    gap: 16px;
    margin-top: 10px;
  }

  .service-cv-area .service-card-buttons {
    width: 65%;
  }
}

.bg-navy .service-card-buttons .top-contents-service-login-link {
  color: #fff;
}

.service-card-name {
    color: #1b1c85;
    font-size: 2.4rem;
    font-weight: 700;
}

.service-card-logo {
    width: 300px;
}

.service-card-sub {
    font-size: 2rem;
    font-weight: 700;
}

.service-card-text {
    font-size: 1.6rem;
    line-height: 1.8;
}

.service-card-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background-color: #ffaa00;
}

.service-card-btn p {
    display: inline-block;
    font-weight: 700;
    font-size: 1.6rem;
    color: #1b1c85;
    padding: 4px 16px;
    transition: 0.4s;
}

.service-card-outer:hover .service-card-btn p {
    padding-left: 24px;
    padding-right: 8px;
}

.service-card-outer:hover .service-card-btn {
    background-color: #ffba00;
}

/* 画面幅 768未満
 * ******************** */
@media screen and (max-width: 768px) {
    .service-list-title {
        bottom: 16px;
        left: 16px;
    }

    .service-list-header p {
        margin: 16px 0;
        padding: 0 16px;
    }

    .service-card-name,
    .service-card-sub {
        text-align: center;
    }

    .service-card-logo {
        width: 240px;
        display: block;
        margin: 0 auto;
    }

    .service-card-btn {
        display: block;
        text-align: center;
    }
}

/* 画面幅 560未満
 * ******************** */
@media screen and (max-width: 560px) {
    .service-list-header-image img {
        object-fit: cover;
        height: 72px;
    }

    .service-list-title {
        font-size: 2.1rem;
    }
}

/* サービスページ改修版 2021年7月
   個別ページ
 * *********************************** */
.service-topblock {
    position: relative;
    margin-bottom: 40px;
}

.service-tb-bgimg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

.service-tb-bgimg-s img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 440px;
    z-index: -1;
}

@media screen and (max-width: 768px) {
  .service-tb-bgimg-s img {
    object-fit: cover;
  }
}

.service-tb-title {
    display: block;
    position: relative;
    width: 100%;
    padding-left: 48px;
    padding-right: 48px;
}

.service-tb-title .service-tb-category {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 700;
    padding-top: 40px;
    margin-bottom: 8px;
}

.service-tb-title img {
    width: 300px;
    margin-bottom: 24px;
}

.service-tb-title .service-tb-servicename {
    color: #ffffff;
    font-size: 6rem;
    font-weight: 700;
    margin-bottom: 24px;
    line-height: 1.2;
}

.service-tb-title .service-tb-servicename-reading {
    font-size: 1.6rem;
}

.service-tb-title .service-tb-sub {
    color: #ffffff;
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.service-tb-title .service-tb-lead {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 40px;
}

.non-pc-img {
    margin-bottom: 235px;
}

.service-tb-img {
    margin-bottom: 56px;
}

.service-tb-slider {
    width: 594px;
    margin: 0 auto;
}

.service-tb-img .slick-slide {
    padding: 0 32px;
}

.service-tb-img .top-slider .slick-next,
.service-tb-img .top-slider .slick-prev {
    display: none !important;
    color: #bababa;
    top: auto;
    bottom: -40px;
}

.service-tb-img .top-slider .slick-next {
    right: 200px;
}

.service-tb-img .top-slider .slick-prev {
    left: 200px;
}

.service-tb-slider .slick-dots {
    bottom: -30px;
}

.service-tb-slider.top-slider .slick-dots li button:before {
    color: #bababa;
}

.service-cv-area {
    padding-top: 40px !important;
    padding-bottom: 20px !important;
    text-align: center;
}

@media screen and (max-width: 768px) {
  .service-cv-area {
    padding-top: 30px !important;
    padding-bottom: 40px !important;
    text-align: center;
  }
}

.service-cv-lead {
    margin-bottom: 8px;
}

.service-tb-btn {
    position: relative;
    display: inline-block;
    background-color: #ffaa00;
    vertical-align: middle;
}

.service-tb-btn a p {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 700;
    color: #1b1c85;
    padding: 24px 100px;
    transition: 0.4s;
    transition-timing-function: ease-out;
}

.service-tb-btn a:hover p {
    padding-left: 110px;
    padding-right: 90px;
    background-color: #ffba00;
}

.service-index {
    position: relative;
    display: block;
    background-color: #1b1c85;
    margin: 0 48px 40px;
    text-align: center;
}

.service-index ul {
    padding: 40px 0;
    transition: 0.2s;
}

.service-index ul li {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 2;
}

.service-index ul li:not(:last-child) {
    margin: 0 8px;
}

.service-index ul li a {
    transition: 0.3s;
}

.service-index ul li a:hover {
    border-bottom: solid 4px #ffffff;
}

.service-block {
    display: block;
    padding: 40px 48px 0;
}

.service-section-title {
    font-size: 3.6rem;
    color: #1b1c85;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 8px;
}

.service-section-text {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2;
    color: #333333;
}

.service-miniblock {
    padding: 32px;
    margin: 40px 0;
}

.service-section-sub {
    font-size: 2.4rem;
    color: #222222;
    line-height: 1.4;
    font-weight: 700;
    border-bottom: solid 1px #222222;
    /*padding-bottom: 16px;
    margin-bottom: 16px;*/
}

/******************************
.service-section-sub:after {
    content: "";
    display: block;
    border-bottom: solid 1px #222222;
    width: 100%;
    margin-top: 4px;
    margin-bottom: 16px;
}
******************************/
.service-section-tag {
    display: inline-block;
}

.service-section-tag li {
    display: inline-block;
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.2;
    background-color: #5a72ff;
    padding: 16px;
    margin: 0 16px 16px 0;
    border-radius: 4px;
}

.service-miniblock-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.service-miniblock-col2 {
    width: 48%;
}

.service-miniblock-col3 {
    width: 32%;
}

.service-flow-arrow img {
    width: 56px;
}

.service-annual-data {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 16px;
    border-radius: 8px;
}

.service-annual-img {
    width: 12%;
    display: block;
    margin: auto 0;
}

.service-annual-text {
    width: 85%;
    margin: 0 0 0 auto;
}

.service-annual-text p {
    line-height: 2;
}

/* 画面幅 560未満
 * ******************** */
@media screen and (max-width: 560px) {
    .service-tb-title .service-tb-servicename {
        font-size: 4rem;
        font-weight: 700;
        margin-bottom: 16px;
        line-height: 1.2;
    }
}

/* アコーディオンメニュー */
/*.ac-menu:last-child {
    padding-bottom: 40px;
    margin-bottom: 40px; 最後の要素の下にだけ余白 20210930TOPよくある質問追加のため変更
}*/
.ac-menu input {
    display: none;
}

.ac-menu label {
    border: solid 1px #1b1c85;
    border-radius: 16px;
    padding: 16px;
    /* 内側の余白 */
    cursor: pointer;
    position: relative;
    display: block;
    transition: 0.3s;
}

.ac-menu label:hover {
    background-color: #1b1c85;
}

.ac-menu label:after {
    position: absolute;
    right: 16px;
    /* 右からの距離 */
    top: 50%;
    /* 上下中央配置 */
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: 700;
    content: "＋";
    /* アイコン */
    color: #1b1c85;
}

.ac-menu label:hover:after {
    color: #ffffff;
}

.ac-menu label span:first-child {
    display: inline-block;
    color: #1b1c85;
    font-size: 1.5rem;
    font-weight: 700;
    width: 7%;
    vertical-align: top;
}

.ac-menu label:hover span:first-child {
    color: #ffffff;
}

.ac-menu label span:nth-child(2) {
    display: inline-block;
    width: 89%;
    color: #333333;
    font-size: 1.5rem;
    /* 文字サイズ */
    line-height: 1.5;
    /* 行間 */
    font-weight: 700;
    /* 文字を太く */
    text-align: left;
    /* 文字を中央に */
    vertical-align: top;
}

.ac-menu label:hover span:nth-child(2) {
    color: #ffffff;
}

.ac-menu input:checked ~ label::after {
    content: "−";
    /* クリック後のアイコン */
    font-weight: 700;
    right: 18px;
    /* 右からの距離 */
}

.ac-menu input:checked ~ label:hover span:nth-child(2) {
    color: #ffffff;
}

.ac-menu div {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.3s;
    /* 開閉スピード */
    padding: 0 0 0 64px;
    /* 中身の枠内の余白 */
}

.ac-menu input:checked ~ div {
    height: auto;
    opacity: 1;
    padding: 16px 32px 0;
    /* 中身の枠内の余白 */
}

.ac-menu-inside {
    color: #1b1c85;
    /* 中身の文字色 */
    font-size: 1.5rem;
    /* 中身の文字サイズ */
    line-height: 2;
    /* 行間 */
}

/* 画面幅 768未満
 * ******************** */
@media screen and (max-width: 768px) {
    .service-tb-bgimg img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 565px;
        z-index: -1;
        object-fit: cover;
    }

    .service-tb-slider {
        width: 530px;
        margin: 0 auto;
    }

    .service-tb-img .slick-slide {
        padding: 0 24px;
    }

    .service-index {
        margin: 40px 24px;
    }

    .service-index ul {
        padding: 16px 0;
    }

    .service-index ul li {
        display: block;
        line-height: 2.4;
    }

    .service-miniblock-flex {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .service-miniblock-col2 {
        width: 100%;
    }

    .service-miniblock-col2:not(:last-child) {
        margin-bottom: 40px;
    }

    .service-miniblock-col3 {
        width: 100%;
    }

    .service-miniblock-col3:not(:last-child) {
        margin-bottom: 40px;
    }

    .service-flow-arrow img {
        width: 36px;
    }

    .service-annual-img {
        width: 12%;
        display: block;
        margin: 0 0 auto 0;
    }

    .ac-menu label span:first-child {
        width: 9%;
    }

    .ac-menu label span:nth-child(2) {
        width: 85%;
    }
}

/* 画面幅 560未満
 * ******************** */
@media screen and (max-width: 560px) {
    .service-tb-title {
        padding-left: 24px;
        padding-right: 24px;
    }

    .service-tb-slider {
        width: 98%;
    }

    .service-tb-img .slick-slide {
        padding: 0 32px;
    }

    .service-tb-title .service-tb-sub {
        font-size: 2.4rem;
    }

    .service-block {
        padding: 40px 24px;
    }

    .service-section-title {
        font-size: 2.8rem;
    }

    .service-annual-data {
        flex-direction: column;
    }

    .service-annual-img {
        width: 35%;
        margin-bottom: 8px;
    }

    .service-annual-text {
        width: 100%;
    }

    .service-annual-text p {
        line-height: 1.4;
    }

    .ac-menu label span:first-child {
        display: block;
        padding-bottom: 4px;
        width: 9%;
    }
}

/* コラム一覧
 * *********************************** */
.post-inner-card {
    /* 一覧全体のエリア */
    position: relative;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 984px;
    margin-left: 48px;
    margin-bottom: 40px;
}

.post-inner-card::after {
    /* 最後の行のスペースを埋めて左揃えにする */
    content: "";
    display: block;
    width: 30%;
}

.column-card-outer {
    /* コラムカード型のアウター */
    width: 30%;
    background-color: #fff;
    box-shadow: 0 0px 10px rgb(0 0 0 / 20%);
    margin-bottom: 40px;
    transition: 0.3s;
}

.column-card-outer:hover {
    box-shadow: 0 0px 25px rgb(0 0 0 / 30%);
}

.column-card-inner {
    /* コラムカード型のインナー */
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card-thumbnail {
    flex: 0 0 auto;
    width: 100%;
    height: 140px;
}

.card-thumbnail-tag {
    position: absolute;
    display: block;
    font-size: 1rem;
    font-weight: 700;
    color: #1b1c85;
    width: 80px;
    height: 24px;
    line-height: 2.4rem;
    background-color: #ffaa00;
    text-align: center;
}

.card-thumbnail-tag-ex {
    /* 7回シリーズのタグ */
    position: absolute;
    display: block;
    font-size: 1rem;
    font-weight: 700;
    color: #1b1c85;
    height: 24px;
    line-height: 2.4rem;
    background-color: #e9f3f9;
    text-align: center;
    padding: 0 10px;
}

.card-imgage {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-title {
    /* コラムタイトル */
    padding: 16px;
    font-size: 1.8rem;
    line-height: 1.4;
    font-weight: 700;
    color: #1b1c85;
}

.card-text {
    /* コラムリード文 */
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: 400;
    color: #888;
    text-align: justify;
    padding: 0 16px 8px 16px;
    flex-grow: 1;
}

.card-category-box {
    padding: 0 16px;
    margin-bottom: 12px;
}

.card-category {
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    color: #5a72ff;
    border: solid 1px #5a72ff;
    padding: 4px;
    margin-right: 4px;
}

.card-number {
    padding: 8px 0px 16px 16px;
    font-size: 1.2rem;
    color: #888;
    border-top: solid 1px #888;
    margin: auto 16px 0px;
    text-align: right;
}

@media screen and (max-width: 959px) {
    .column-card-outer {
        width: 47%;
    }
}

@media screen and (max-width: 560px) {
    .column-card-outer {
        width: 100%;
    }
}

/* 画面幅 1280未満
 * ******************** */
@media screen and (max-width: 1279px) {
    .post-inner-card {
        width: 91.111%;
    }
}

/* 画面幅 768未満
 * ******************** */
@media screen and (max-width: 768px) {
    .post-inner-card {
        width: 90%;
        margin-left: 5%;
    }
}

/* コラム個別ページ
 * *********************************** */
.heading-column {
    /* 最上部のタイトル画像エリア */
    position: relative;
    width: 100%;
    height: 320px;
}

.heading-column img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.heading-column-thesis {
    width: 100%;
    height: 120px;
}

.heading-column-thesis img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.column-title {
    /* 最上部のタイトルh1 */
    position: absolute;
    top: 30%;
    left: 5%;
    color: #fff;
    font-size: 3.6rem;
    font-weight: 700;
    margin-right: 5%;
}

.column-title span {
    /* 最上部のタイトル下部につく#001 */
    display: block;
    font-size: 1.6rem;
    color: #dfdfdf;
    margin-top: 20px;
}

.column-title-thesis {
    /* 最上部のタイトルh1(論文コラム用) */
    color: #333333;
    font-size: 3.6rem;
    font-weight: 700;
    margin-right: 5%;
}

.column-title-thesis span {
    /* (論文コラム用) */
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    color: #333333;
    margin-top: 20px;
}

.post-date {
    text-align: right;
    color: #1b1c85;
}

.post-date p {
    display: inline-block;
    text-align: right;
    font-size: 1.5rem;
}

.post-date p i {
    margin-right: 4px;
    color: #5a72ff;
}

.post-share {
    float: left;
    color: #1b1c85;
}

.post-share p {
    display: inline-block;
    font-size: 1.5rem;
    letter-spacing: 1px;
}

.post-share a {
    margin-right: 20px;
}

.post-share i {
    font-size: 23px;
    cursor: pointer;
}

.column-single {
    strong {
        font-weight: bold;
    }

    #ez-toc-container {
        display: block;
        position: relative;
        padding: 24px;
        background-color: #e9f3f9;
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 3.2rem;
        letter-spacing: 1.2px;
        color: #1b1c85;
        margin-bottom: 96px;
        border-radius: 0;
        border: 0;
    }

    #ez-toc-container .ez-toc-title {
        /* 目次 */
        display: block;
        font-weight: 700;
        padding: 0 8px;
        background-color: #1b1c85;
        color: #fff;
        width: 100%;
    }

    #ez-toc-container ul li {
        padding-left: 2rem;
        text-indent: -0.9rem;
    }

    #ez-toc-container ul li::before {
        content: "─";
        color: #5a72ff;
        position: relative;
        display: inline-block;
    }

    div#ez-toc-container ul.ez-toc-list a {
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 3.2rem;
        letter-spacing: 1.2px;
        margin-left: 0.8em;
        color: #1b1c85;
    }

    div#ez-toc-container ul.ez-toc-list a:visited {
        color: #1b1c85;
    }

    #ez-toc-container ul li a:hover {
        opacity: 0.7;
    }

    h2 {
        /* 大見出しh2 */
        display: block;
        position: relative;
        font-size: 3rem;
        font-weight: 700;
        line-height: 3.6rem;
        letter-spacing: 1.5px;
        margin-top: 72px;
        color: #1b1c85;
    }

    h2:after {
        content: "";
        position: relative;
        display: block;
        top: 8px;
        left: 0px;
        width: 100%;
        height: 5px;
        background-color: #1b1c85;
        margin-bottom: 40px;
    }

    h3 {
        /* 小見出しh3 */
        display: block;
        position: relative;
        font-size: 2.4rem;
        font-weight: 700;
        line-height: 2.88rem;
        letter-spacing: 1px;
        color: #5a72ff;
    }

    h3:not(:first-child) {
        margin-top: 72px;
    }

    h3:after {
        content: "";
        position: relative;
        display: block;
        width: 96px;
        height: 2px;
        background-color: #5a72ff;
        margin-top: 12px;
        margin-bottom: 24px;
    }

    h4 {
        /* 小見出しh4 */
        position: relative;
        font-size: 2rem;
        font-weight: 700;
        line-height: 2.4rem;
        letter-spacing: 1px;
        color: #2e3147;
        margin-top: 24px;
        margin-bottom: 8px;
        padding-left: 36px;
    }

    h4:before {
        content: "";
        position: absolute;
        border-top: 2px solid #2e3147;
        width: 32px;
        margin-right: 4px;
        top: 11px;
        left: 0;
    }

    p:not(blockquote p):not([class]) {
        display: inline-block;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 3.2rem;
        letter-spacing: 1.2px;
        color: #333333;
        padding-bottom: 24px;
    }

    .wp-block-quote {
        display: block;
        font-size: 12px;
        background-color: #e6e6ee;
        margin: 8px 0 56px 0;
        padding: 8px 8px 16px 8px;
        overflow-wrap: break-word;
        word-break: break-all;
        width: 100%;

        p {
            margin: 0 16px;
            font-size: 1.2rem;
            color: #4b4b4b;
        }
    }

    p > a:not(blockquote a) {
        /*　EBMとはの本文・新着情報の個別ページ本文・コラム本文　*/
        display: inline;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 3.2rem;
        letter-spacing: 1.2px;
        color: #1b1c85;
        word-break: break-all;
    }

    p > a:not(blockquote a):hover {
        /*　EBMとはの本文・新着情報の個別ページ本文・コラム本文　*/
        border-bottom: solid 1px #5a72ff;
        color: #5a72ff;
    }

    p a {
        color: #1b1c85;
    }

    p a[target="_blank"]:after {
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        margin-left: 8px;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        font-weight: 900;
        line-height: 1;
        font-family: "Font Awesome 5 Free";
        content: "\f35d";
    }

    .wp-block-quote.m-b-0 {
        margin-bottom: 0;
    }

    .wp-block-table td,
    .wp-block-table th {
        border: 0;
        padding: 0;
    }

    figure.wp-block-table:not(.column-table-1) table {
        margin-bottom: 8px;
        width: auto;
        border: none;
        border-top: solid 1px #1b1c85;
        border-bottom: solid 1px #1b1c85;
        border-left: solid 8px #1b1c85;
        /*縦棒の隙間*/
        background: #ebf0ff;
        border-collapse: collapse;
    }

    figure.wp-block-table:not(.column-table-1) table tr {
        display: flex;
        flex-wrap: nowrap;
        padding: 4px 0;
    }

    figure.wp-block-table:not(.column-table-1) table tr:not(:last-of-type) {
        border-bottom: solid 1px #1b1c85;
    }

    figure.wp-block-table:not(.column-table-1) table th {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 53px;
        border-right: solid 1px #1b1c85;
        margin: 0;
        text-align: center;
        color: #1b1c85;
        font-size: 1.4rem;
        font-weight: 700;
        letter-spacing: 1px;
        padding: 5px 0;
    }

    figure.wp-block-table:not(.column-table-1) table td {
        width: calc(100% - 53px);
        border: none;
        color: #1b1c85;
        font-size: 1.4rem;
        letter-spacing: 0.5px;
        line-height: 2.2rem;
        text-align: left;
        vertical-align: middle;
        overflow: hidden;
        padding-left: 16px;
        padding-right: 16px;
    }

    mark {
        font-size: 1.4rem;
        border-radius: 3px;
        padding: 0 3px;
    }

    td.bar {
        height: 1px;
        width: 100%;
        border-top: solid 1px #1b1c85;
    }

    .column-fig {
        width: 640px;
    }

    .column-table-1 {
        border-collapse: collapse;
    }

    .column-table-1 thead {
        border-bottom: 0;
    }

    .column-table-1 th {
        background-color: #1b1c85;
        width: 33.333%;
        color: #fff;
        text-align: center;
        font-weight: 700;
    }

    .column-table-1 td {
        background-color: #e9f3f9;
    }

    .column-table-1 td:first-child {
        background-color: #5a72ff;
        width: 33.333%;
        color: #fff;
        text-align: center;
        font-weight: 700;
        vertical-align: middle;
        font-size: 2rem;
    }

    .column-table-1 th,
    .column-table-1 td {
        border: solid 1px #fff;
        padding: 8px;
        line-height: 3.2rem;
        letter-spacing: 1.2px;
    }

    > ul {
        /*コラム 丸付きリスト*/
        padding: 0 1rem 1rem 1rem;
        margin-bottom: 24px;
    }

    > ul li {
        position: relative;
        list-style-type: none;
        color: #333333;
        letter-spacing: 1.2px;
        padding-left: 2rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        text-indent: -2rem;
        line-height: 3.2rem;
        vertical-align: middle;
    }

    > ul li:before {
        display: inline-block;
        vertical-align: middle;
        /*以下 丸つくる*/
        content: "";
        width: 1rem;
        height: 1rem;
        background: #5a72ff;
        border-radius: 50%;
        margin-right: 1rem;
    }

    ol {
        /*コラム 数字付きリスト*/
        counter-reset: number;
        /*数字をリセット*/
        list-style-type: none !important;
        /*数字を一旦消す*/
        padding: 0 1rem 1rem 1rem;
        margin-bottom: 24px;
    }

    ol li {
        position: relative;
        color: #333333;
        letter-spacing: 1.2px;
        padding-left: 30px;
        line-height: 1.5em;
        padding: 0.5em 0.5em 0.5em 30px;
    }

    ol li:before {
        /* 以下数字をつける */
        position: absolute;
        counter-increment: number;
        content: counter(number);
        /*以下数字のデザイン変える*/
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: nowrap;
        background: #5a72ff;
        color: #fff;
        font-weight: 700;
        font-size: 1.5rem;
        border-radius: 50%;
        left: 0;
        width: 25px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        /*以下 上下中央寄せのため*/
        /*top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);*/
    }

    .column-counter-reset5 {
        counter-reset: number 5;
        /*6からカウントが始まる column-13で使用*/
    }
}

.circle-outer {
    display: inline-block;
    height: 2.4rem;
    width: 2.4rem;
    line-height: 2.4rem;
    border-radius: 50%;
    text-align: center;
    padding-left: 1px;
    margin-right: 2px;
}

.circle-inner {
    font-weight: 700;
    color: #ffffff;
}

/* 区切りボーダー */
.section-line {
    width: 100%;
    border-top: solid 1px #888888 !important;
}

/* 画面幅 768未満
 * ******************** */
@media screen and (max-width: 768px) {
    .lead {
        padding-left: 24px;
        padding-right: 24px;
        padding-bottom: 32px;
    }
}

@media screen and (max-width: 1279px) {
}

@media screen and (max-width: 768px) {
    .column-single {
        .column-title {
            /* TOPのタイトルh1 */
            font-size: 3rem;
            top: 20%;
        }

        .column-title-thesis {
            font-size: 3rem;
        }

        h2 {
            font-size: 2.6rem;
        }

        h3 {
            /* 小見出しh3 */
            font-size: 2.1rem;
        }

        h4 {
            /* 小見出しh4 */
            font-size: 1.8rem;
        }

        .column-fig {
            width: 100%;
        }
    }
}

@media screen and (max-width: 560px) {
    .column-single {
        .column-title {
            font-size: 2.4rem;
        }

        .column-title-thesis {
            font-size: 2.4rem;
        }

        h2 {
            /* 大見出しh2 */
            display: block;
            position: relative;
            font-size: 2.1rem;
            font-weight: 700;
            line-height: 2.52rem;
            letter-spacing: 1.5px;
            color: #1b1c85;
            margin-top: 72px;
        }

        h3 {
            /* 小見出しh3 */
            font-size: 2rem;
        }

        h4 {
            /* 小見出しh4 */
            font-size: 1.6rem;
        }
    }

    .heading-column {
        /* 最上部のタイトル画像エリア */
        height: 240px;
    }

    .heading-column-thesis {
        height: 80px;
    }

    .column-single {
        .column-table-1 {
            width: 90%;
            margin: auto;
        }

        .column-table-1 .thead {
            display: none;
        }

        .column-table-1 tr {
            width: 100%;
        }

        .column-table-1 td {
            display: block;
            text-align: left;
        }

        .column-table-1 td:first-child {
            background-color: #5a72ff;
            color: #fff;
            width: 100%;
        }

        .column-table-1 td:before {
            content: attr(data-label);
            display: block;
            text-align: center;
            margin-right: 24px;
            font-weight: 700;
            color: #1b1c85;
        }
    }
}

.col2-column-row {
    display: flex;
    flex-wrap: wrap;
    margin-top: 32px;
}

.col2-column {
    width: calc(50% - 8px);
    margin-right: 16px;
}

.col2-column:nth-child(2n) {
    margin-right: 0;
}

@media screen and (max-width: 768px) {
    .col2-column {
        width: 100%;
        margin-right: 0;
        margin-bottom: 24px;
    }

    .col2-column-row .col2:last-child {
        margin-bottom: 0;
    }
}

.col2-column-row div.top-btn a p {
    width: 100%;
}

.col2-column-row div.top-btn a p i {
    position: absolute;
    right: 3%;
    top: calc(50% - 8px);
}

@media screen and (max-width: 1200px) {
    .col2-column-row div.top-btn a p i {
        top: calc(50% - 6px);
    }
}

.column-inside-content {
    > figure {
        margin-bottom: 56px;
    }

    > div {
        margin-bottom: 56px;
    }

    > ul {
        margin-bottom: 56px;
    }

    figcaption {
        font-size: 1.4rem;
    }

    figcaption:first-line {
        font-size: 1.6rem;
    }
}

/* 汎用css
 * *********************************** */
.ta-center {
    text-align: center;
}

.ta-left {
    text-align: left;
}

.ta-right {
    text-align: right;
}

.c-white {
    color: #ffffff;
}

.c-gray {
    color: #888888;
}

.c-gray-2 {
    color: #4b4b4b;
}

.c-black {
    color: #222222;
}

.c-black-2 {
    color: #333333;
}

.c-lightblue {
    color: #5a72ff;
}

.c-navy {
    color: #1b1c85;
}

.c-orange {
    color: #ff8400;
}

.bg-orange {
    background-color: #ffa600;
}

.bg-base-blue {
    background-color: #ebf0ff;
}

.bg-lightblue {
    background-color: #5a72ff;
}

.bg-navy {
    background-color: #1b1c85;
}

.bg-violet {
    background-color: #8d53f7;
}

.bg-lightgreen {
    background-color: #00cc86;
}

.bg-white {
    background-color: #fff;
}

.b-white {
    border-color: #ffffff;
}

.b-none {
    border: none;
}

.fw-bold {
    font-weight: 700;
}

.f-r {
    float: right;
}

.f-l {
    float: left;
}

.m-auto-img {
    display: block;
    margin: 0 auto;
}

.m-t-4 {
    margin-top: 4px;
}

.m-t-8 {
    margin-top: 8px;
}

.m-t-16 {
    margin-top: 16px;
}

.m-t-24 {
    margin-top: 24px;
}

.m-t-32 {
    margin-top: 32px;
}

.m-t-40 {
    margin-top: 40px;
}

.m-t-56 {
    margin-top: 56px;
}

.m-t-72 {
    margin-top: 72px;
}

.m-r-4 {
    margin-right: 4px;
}

.m-r-8 {
    margin-right: 8px;
}

.m-r-16 {
    margin-right: 16px;
}

.m-r-24 {
    margin-right: 24px;
}

.m-r-32 {
    margin-right: 32px;
}

.m-r-40 {
    margin-right: 40px;
}

.m-l-4 {
    margin-left: 4px;
}

.m-l-8 {
    margin-left: 8px;
}

.m-l-16 {
    margin-left: 16px;
}

.m-l-24 {
    margin-left: 24px;
}

.m-l-32 {
    margin-left: 32px;
}

.m-l-40 {
    margin-left: 40px;
}

.m-b-8 {
    margin-bottom: 8px;
}

.m-b-16 {
    margin-bottom: 16px;
}

.m-b-24 {
    margin-bottom: 24px;
}

.m-b-32 {
    margin-bottom: 32px;
}

.m-b-40 {
    margin-bottom: 40px;
}

.m-b-56 {
    margin-bottom: 56px;
}

.m-b-0 {
    margin-bottom: 0;
}

.m-t-0 {
    margin-top: 0;
}

.m-r-0-force {
    margin-right: 0 !important;
}

.m-l-a {
    /* flex左寄せ */
    margin-left: auto;
}

.p-b-0 {
    padding-bottom: 0;
}

@media screen and (max-width: 768px) {
    .m-l-a {
        /* 左寄せ解除 */
        margin-left: 0;
    }

    .m-b-0-sp {
        margin-bottom: 0;
    }

    .p-b-0-sp {
        padding-bottom: 0;
    }
}

@media screen and (min-width: 769px) {
    .m-t-0-pc {
        margin-top: 0;
    }
}

.p-8 {
    padding: 8px;
}

.p-24 {
    padding: 24px;
}

@media screen and (min-width: 769px) {
    .m-b-0-pc {
        margin-bottom: 0;
    }
}

.p-t-8 {
    padding-top: 8px;
}

.p-t-16 {
    padding-top: 16px;
}

.p-t-24 {
    padding-top: 24px;
}

.p-t-32 {
    padding-top: 32px;
}

.p-t-40 {
    padding-top: 40px;
}

.p-t-56 {
    padding-top: 56px;
}

.p-b-8 {
    padding-bottom: 8px;
}

.p-b-16 {
    padding-bottom: 16px;
}

.p-b-24 {
    padding-bottom: 24px;
}

.p-b-32 {
    padding-bottom: 32px;
}

.p-b-40 {
    padding-bottom: 40px;
}

.p-l-4 {
    padding-left: 4px;
}

.p-l-8 {
    padding-left: 8px;
}

.p-l-16 {
    padding-left: 16px;
}

.p-l-24 {
    padding-left: 24px;
}

.p-l-32 {
    padding-left: 32px;
}

.p-l-40 {
    padding-left: 40px;
}

.p-r-8 {
    padding-right: 8px;
}

.p-r-16 {
    padding-right: 16px;
}

.p-r-24 {
    padding-right: 24px;
}

.p-r-32 {
    padding-right: 32px;
}

.p-r-40 {
    padding-right: 40px;
}

.p-tb-8 {
    padding-top: 8px;
    padding-bottom: 8px;
}

.p-tb-16 {
    padding-top: 16px;
    padding-bottom: 16px;
}

.p-tb-24 {
    padding-top: 24px;
    padding-bottom: 24px;
}

/* PCビューでのマージン打ち消し（601px以上で値を0に変更） */
@media screen and (min-width: 769px) {
    .m-t-0-pc {
        margin-top: 0;
    }
}

/* スマホビューでのマージン打ち消し（600px以下で値を0に変更） */
@media screen and (max-width: 768px) {
    .m-b-0-sp {
        margin-bottom: 0;
    }

    .m-r-0-sp {
        margin-right: 0;
    }
}

.w-res-10 {
    width: 10%;
}

.w-res-20 {
    width: 20%;
}

.w-res-30 {
    width: 30%;
}

.w-res-40 {
    width: 40%;
}

.w-res-50 {
    width: 50%;
}

.w-res-60 {
    width: 60%;
}

.w-res-70 {
    width: 70%;
}

.w-res-80 {
    width: 80%;
}

.w-res-90 {
    width: 90%;
}

@media screen and (max-width: 768px) {
    .w-res-40 {
        width: 100%;
    }

    .w-res-50 {
        width: 100%;
    }

    .w-res-60 {
        width: 100%;
    }

    .w-res-70 {
        width: 100%;
    }

    .w-res-80 {
        width: 100%;
    }

    .w-res-90 {
        width: 100%;
    }
}

.max-width-600 {
    max-width: 600px;
}

sup {
    font-size: 0.8rem;
    vertical-align: super;
}

/* 新TOPページ 2021年5月追加
 * *********************************** */
.top-contents-section {
    /*　TOPページの区画　*/
    position: relative;
    width: 1080px;
    height: 366px;
    background: #fff;
}

.top-contents-box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 32px;
    padding-bottom: 32px;
}

.direction-row {
    flex-direction: row;
}

.direction-reverse {
    flex-direction: row-reverse;
}

.top-contents-info {
    width: 30%;
}

.top-contents-item {
    width: 70%;
}

.top-contents-title {
    font-size: 2.8rem;
    color: #000;
    font-weight: 700;
    line-height: 1.2;
}

.top-caption-1 {
    font-size: 1.4rem;
    line-height: 1.5;
    color: #000;
    margin-top: 16px;
}

.top-caption-2 {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #000;
    margin-top: 16px;
}

#Chart01 {
    /*height="280" width="653"*/
    width: 100%;
    height: 100%;
}

.top-tag-case1 {
    display: inline-block;
    font-size: 1.2rem;
    color: #fff;
    background-color: #5a72ff;
    padding: 8px;
    margin: 0 8px 8px 0;
    line-height: 1;
    border-radius: 2px;
}

.top-tag-case2 {
    display: inline-block;
    font-size: 1.2rem;
    color: #fff;
    background-color: #5a72ff;
    padding: 8px;
    margin: 0 8px 8px 0;
    line-height: 1;
    border-radius: 2px;
}

.top-column-list {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    background-color: #1b1c85;
    width: 100%;
    transition: 0.3s;
    height: 6em;
}

.top-column-list:hover {
    opacity: 0.7;
}

.top-column-list:not(:last-child) {
    margin-bottom: 12px;
}

.top-column-num {
    position: absolute;
    top: calc(50% - 12px);
    left: 0;
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    width: 60px;
    height: 24px;
    line-height: 2.4rem;
    background-color: #5a72ff;
    text-align: center;
}

.top-column-num-sp {
    position: absolute;
    top: calc(50% - 12px);
    left: 0;
    font-size: 1.2rem;
    font-weight: 700;
    color: #1b1c85;
    width: 60px;
    height: 24px;
    line-height: 2.4rem;
    background-color: #ffa600;
    text-align: center;
}

.top-column-num-ex {
    position: absolute;
    top: calc(50% - 12px);
    left: 0;
    font-size: 1.2rem;
    font-weight: 700;
    color: #1b1c85;
    height: 24px;
    line-height: 2.4rem;
    background-color: #e9f3f9;
    text-align: center;
    padding: 0 10px;
}

.num {
    display: inline-block;
    font-weight: 700;
    font-size: 7rem;
    line-height: 1;
    color: #ffaa00;
    transition: transform 500ms ease-in-out;
}

.num span {
    font-size: 5rem;
}

.top-column-fig {
    display: inline-block;
    width: 45%;
    height: 100%;
}

.top-column-fig img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left top;
}

.top-column-title {
    color: #fff;
    padding-left: 8px;
    padding-right: 8px;
    width: 55%;
    margin-top: auto;
    margin-bottom: auto;
    line-height: 1.2;
    font-weight: 700;
}

.top-contents-all {
    width: 100%;
    clear: both;
}

.top-contents-news a {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.5rem 0;
}

.top-contents-news a:hover {
    background-color: #d2ddff;
}

.top-contents-news .news-flag,
.top-contents-news .news-data {
    display: inline-block;
}

.top-contents-news .news-title {
    display: block;
}

.news-flag {
    flex: 0 0 80px;
    color: #fff;
    font-size: 1.1rem;
    padding: 4px 8px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

.news-data {
    flex: 0 0 130px;
    font-size: 1.4rem;
    font-weight: 700;
    margin-left: 8px;
}

.news-title {
    vertical-align: top;
}

.top-contents-news li {
    border-bottom: solid 1px #d2ddff;
}

.top-contents-news li:first-child {
    border-top: solid 1px #d2ddff;
}

.top-flag-news {
    padding: 4px 8px;
    background-color: #1b1c85;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1;
}

.btn-right {
    display: block;
    margin: 16 0 0 auto;
}

.top-contents-item .slider {
    padding-bottom: 24px;
}

.top-contents-service-category {
    color: #1b1c85;
    width: 100%;
    font-weight: 700;
    margin: 8px 0 16px;
    padding: 2px 8px;
    border-bottom: 3px solid #1b1c85;
}

@media screen and (max-width: 768px) {
  .top-contents-service-category {
    font-size: 12px;
  }
}

.top-contents-service {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px 24px;
    margin-bottom: 16px;
}

.top-contents-service-2col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 24px;
    margin-bottom: 16px;
}

.top-contents-service-2col-sp1col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 24px;
    margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
    .top-contents-service-2col-sp1col {
        grid-template-columns: 1fr;
        gap: 16px 24px;
    }
}

.top-contents-service-block {
    display: grid;
    grid-template-rows: subgrid;
    gap: 8px;
    grid-row: span 2;

     a:not(.top-contents-service-login-link) {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        opacity: 1;
        transition: 0.2s;
        font-size: 14px;
    }

    a:not(.top-contents-service-login-link):hover {
        opacity: 0.8;
        transform: translate(4px, 0);
    }
}

.top-contents-service-block-4row {
    grid-row: span 4;
}

.top-contents-service-name {
    display: contents !important;

    * {
        opacity: 1;
        transition: 0.2s;
    }
}

.top-contents-service-name:hover {
    * {
        opacity: 0.8;
        transform: translate(4px, 0);
    }
}

.top-contents-service-caption {
    display: grid;
    grid-template-columns: 1fr 2em;
    align-items: center;
    width: 100%;
    padding: 8px;
    color: #3b3b3b;
    font-size: 1.4rem;
    margin-top: -8px;
    background-color: #fff;
}

.top-contents-service-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 8px;
    text-align: center;
    color: #fff !important;
    background-color: #dddddd;
    font-size: 14px;
    height: 70px;

    span {
        display: inline-block;
        text-align: left;
        font-weight: 900;
    }

    span:nth-child(2) {
        font-weight: 400;
        font-size: 10px;
    }
}

.top-contents-service-login-link,
.top-contents-service-login-link:visited {
  display: block;
  margin-top: 10px;
  text-align: center;
  color: #1b1c85;
  text-decoration: underline;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .top-contents-service-login-link,
  .top-contents-service-login-link:visited {
    font-size: 10px;
  }
}


.top-contents-service-btn.active {
  background-color: #5a72ff;
}

.top-contents-service-btn.inactive {
  font-size: 14px;
}

.top-contents-service-btn.service-card-btn {
  color: #1b1c85 !important;
  background-color: #ffaa00;
}

@media screen and (max-width: 768px) {
  .top-contents-service .top-contents-service-btn span {
    font-size: calc(10px + 0.5vw);
    line-height: 1.2;
  }
}

.top-contents-service-tx-ttl {
    font-weight: 900;
    text-align: center;
    padding: 15px 8px;
    color: #fff;
    background-color: #1b1c85;
}

@media screen and (max-width: 959px) {
    .news-data {
        display: block;
    }

    .news-title {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .direction-row {
        flex-direction: column;
    }

    .direction-reverse {
        flex-direction: column;
    }

    .top-contents-info {
        width: 100%;
        margin-bottom: 24px;
    }

    .top-contents-item {
        width: 100%;
    }

    div.top-btn a p {
        line-height: 2.8rem;
    }

    .top-contents-item {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 560px) {
    .top-contents-box {
        width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }

    .chart-pc {
        height: 256px;
    }

    .top-tag-case1 {
        margin: 0 0 4px 0;
        font-size: 1.1rem;
        padding: 6px;
    }

    .top-tag-case2 {
        margin: 0 0 4px 0;
        font-size: 1.1rem;
        padding: 6px;
    }

    .top-caption-1 {
        font-size: 1.6rem;
    }
}

/* YouTube埋め込み用
 * *********************************** */
.youtube-wrap {
    width: 60%;
    margin: 0 auto 24px;
    box-shadow: 0 0px 10px rgb(0 0 0 / 20%);
}

@media screen and (max-width: 768px) {
  .youtube-wrap {
    width: 80%;
  }
}

@media screen and (max-width: 560px) {
    .youtube-wrap {
        width: auto;
        margin: 0 24px 24px;
    }
}

.youtube-video {
    width: 100%;
    position: relative;
    padding-top: 56.25%;
}

/************ 20220624-01.html ************
2022年5月11日 MDV × DeNA共同記者説明会 *********/

.youtube-wrap-DeNA {
    width: 80%;
    margin: auto;
    box-shadow: 0 0px 10px rgb(0 0 0 / 20%);
}

@media screen and (max-width: 768px) {
    .youtube-wrap-DeNA {
        width: 100%;
    }
}

.youtube-video iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    right: 0;
}

/* 画面幅 768未満
 * ******************** */
@media screen and (max-width: 768px) {
    .p-l-0-sp {
        padding-left: 0;
    }
}

/* ページ別リンク */
.column-pagelink {
    display: block;
    position: relative;
    padding: 24px;
    background-color: #e9f3f9;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 3.2rem;
    letter-spacing: 1.2px;
    color: #1b1c85;
}

.column-pagelink-title {
    font-weight: 700;
    padding: 0 8px;
    background-color: #1b1c85;
    color: #fff;
}

.column-pagelink ul li {
    padding-left: 2rem;
    text-indent: -0.9rem;
}

.column-pagelink ul li::before {
    content: "─";
    color: #5a72ff;
    position: relative;
    display: inline-block;
}

.column-pagelink ul li a {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 3.2rem;
    letter-spacing: 1.2px;
    color: #1b1c85;
}

.column-pagelink ul li a:hover {
    opacity: 0.7;
}

.dp-block {
    display: block;
}

/* 引用タグ */
blockquote {
    font-size: 12px;
    background-color: #e6e6ee;
    margin: 8px 0 56px 0;
    padding: 8px 8px 16px 8px;
    overflow-wrap: break-word;
    word-break: break-all;
}

blockquote::before {
    font-family: "Font Awesome 5 Free";
    content: "\f10d";
    font-weight: 900;
    font-size: 12px;
    color: #ffffff;
    padding-bottom: 4px;
}

/* 引用タグ内文字 */
.caption {
    margin: 0 16px;
    font-size: 1.2rem;
}

/* 著者プロフィール */
.author-profile-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-top: solid 1px #888888;
}

.author-profile-photo {
    width: 20%;
}

.author-profile-contents {
    width: 80%;
}

.author-profile-name {
    font-size: 1.6rem;
    font-weight: 700;
    color: #333333;
    margin: 16px 0 8px;
}

.author-profile-contents .author-profile-name {
    margin-top: 0;
}

.author-profile-text {
    font-size: 1.4rem;
    font-weight: 400;
    color: #333333;
    line-height: 2.8rem;
}

/* 画面幅 560未満
 * ******************** */
@media screen and (max-width: 560px) {
    .author-profile-wrap {
        display: block;
    }

    .author-profile-photo {
        width: 120px;
    }

    .author-profile-contents {
        width: 100%;
        margin-top: 16px;
        padding-left: 0;
    }
}

.dp-inlineblock {
    display: inline-block;
}

.num_fadein {
    /* 最初は非表示 */
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    transition: opacity 3s, visibility 3s, transform 3s;
}

/* フェードイン時に入るクラス */
.is-fadein {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

/* 対談形式コラム */
.column-wrap {
    margin: 0 98px;
}

.column-interview {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.column-interview dt {
    width: 78px;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 3.2rem;
    letter-spacing: 1.2px;
}

.column-interview dd {
    width: calc(100% - 78px);
}

.column-interview p {
    padding-bottom: 0;
}

.column-interview-caption {
    font-size: 1.2rem;
    line-height: 2;
}

/* 汎用キャプションテキスト */
.caption-text {
    font-size: 1.4rem;
    line-height: 1.4;
    color: #333333;
    white-space: normal;
    word-wrap: break-word;
}

.caption-text a {
    color: #1b1c85;
}

/* 画面幅 768未満
 * ******************** */
@media screen and (max-width: 768px) {
    .column-wrap {
        margin: 0;
    }
}

/* 画面幅 560未満
 * ******************** */
@media screen and (max-width: 560px) {
    .column-single {
        .column-interview {
            display: block;
            width: 100%;
        }

        .column-interview dt,
        .column-interview dd {
            width: 100%;
        }
    }
}

.column-single {
    .column-prev-next-link {
        /* display: flex; */
        display: block;
        border-top: solid 1px #333333;
        border-bottom: solid 1px #333333;
        padding: 16px 0;
        /* align-items: center; */
    }

    .column-prev-next-link li {
        width: 33.3%;
    }

    .column-prev-next-link li.column-prev-link {
        float: left;
        text-align: left;
    }

    .column-prev-next-link li.column-next-link {
        float: right;
        text-align: right;
    }

    .column-prev-next-link li.column-category-link {
        margin: 0 auto;
        text-align: center;
    }

    .column-prev-next-link li img {
        max-width: 72.5px;
        height: auto;
    }
}

.column-index {
    display: block;
    position: relative;
    padding: 24px;
    background-color: #e9f3f9;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 3.2rem;
    letter-spacing: 1.2px;
    color: #1b1c85;
    margin-bottom: 96px;
}

.column-index-title {
    /* 目次 */
    font-weight: 700;
    padding: 0 8px;
    background-color: #1b1c85;
    color: #fff;
}

.column-index ul li {
    padding-left: 2rem;
    text-indent: -0.9rem;
}

.column-index ul li::before {
    content: "─";
    color: #5a72ff;
    position: relative;
    display: inline-block;
}

.column-index ul li a {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 3.2rem;
    letter-spacing: 1.2px;
    color: #1b1c85;
}

.column-index ul li a:hover {
    opacity: 0.7;
}

.column-headline {
    /* 大見出しh2 */
    display: block;
    position: relative;
    font-size: 3rem;
    font-weight: 700;
    line-height: 3.6rem;
    letter-spacing: 1.5px;
    color: #1b1c85;
    margin-top: 72px;
}

.column-headline:after {
    content: "";
    position: relative;
    display: block;
    top: 8px;
    left: 0px;
    width: 100%;
    height: 5px;
    background-color: #1b1c85;
    margin-bottom: 40px;
}

.column-subheading {
    /* 小見出しh3 */
    display: block;
    position: relative;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 2.88rem;
    letter-spacing: 1px;
    color: #5a72ff;
    margin-top: 72px;
}

.column-subheading:after {
    content: "";
    position: relative;
    display: block;
    width: 96px;
    height: 2px;
    background-color: #5a72ff;
    margin-top: 12px;
    margin-bottom: 24px;
}

.column-miniheading {
    /* 小見出しh4 */
    position: relative;
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.4rem;
    letter-spacing: 1px;
    color: #2e3147;
    margin-top: 24px;
    margin-bottom: 8px;
    padding-left: 36px;
}

.column-miniheading:before {
    content: "";
    position: absolute;
    border-top: 2px solid #2e3147;
    width: 32px;
    margin-right: 4px;
    top: 11px;
    left: 0;
}

.column-fig {
    width: 640px;
}

.column-table-1 {
    border-collapse: collapse;
}

.column-table-1 th {
    background-color: #1b1c85;
    width: 33.333%;
    color: #fff;
    text-align: center;
    font-weight: 700;
}

.column-table-1 td {
    background-color: #e9f3f9;
}

.column-table-1 td:first-child {
    background-color: #5a72ff;
    width: 33.333%;
    color: #fff;
    text-align: center;
    font-weight: 700;
    vertical-align: middle;
    font-size: 2rem;
}

.column-table-1 th,
.column-table-1 td {
    border: solid 1px #fff;
    padding: 8px;
    line-height: 3.2rem;
    letter-spacing: 1.2px;
}

.column-list-1 {
    /*コラム 丸付きリスト*/
    padding: 0 1rem 1rem 1rem;
    margin-bottom: 24px;
}

.column-list-1 li {
    position: relative;
    list-style-type: none;
    color: #333333;
    letter-spacing: 1.2px;
    padding-left: 2rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-indent: -2rem;
    line-height: 3.2rem;
    vertical-align: middle;
}

.column-list-1 li:before {
    display: inline-block;
    vertical-align: middle;
    /*以下 丸つくる*/
    content: "";
    width: 1rem;
    height: 1rem;
    background: #5a72ff;
    border-radius: 50%;
    margin-right: 1rem;
}

.column-counter-1 {
    /*コラム 数字付きリスト*/
    counter-reset: number;
    /*数字をリセット*/
    list-style-type: none !important;
    /*数字を一旦消す*/
    padding: 0 1rem 1rem 1rem;
    margin-bottom: 24px;
}

.column-counter-1-ptn2 {
    padding: 0;
    margin: 0;
}

.column-counter-1 li {
    position: relative;
    color: #333333;
    letter-spacing: 1.2px;
    padding-left: 30px;
    line-height: 1.5em;
    padding: 0.5em 0.5em 0.5em 30px;
}

.column-counter-1 li:before {
    /* 以下数字をつける */
    position: absolute;
    counter-increment: number;
    content: counter(number);
    /*以下数字のデザイン変える*/
    display: inline-block;
    background: #5a72ff;
    color: #fff;
    font-weight: 700;
    font-size: 1.5rem;
    border-radius: 50%;
    left: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    /*以下 上下中央寄せのため*/
    /*top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);*/
}

.column-counter-1-ptn2 li:before {
    background: #333333;
}

.column-counter-reset5 {
    counter-reset: number 5;
    /*6からカウントが始まる column-13で使用*/
}

.top-ttl-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
}

.top-ttl-btn__btn {
    position: relative;
    display: inline-block;
    border: solid 3px #1b1c85;
    width: fit-content;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1;
    background-color: #fff;
    color: #1b1c85;
    padding: 8px 16px;
    transition: 0.4s;
    transition-timing-function: ease-out;
    border-radius: 100vmax;
}

a.top-ttl-btn__btn:visited {
    color: #1b1c85;
}

.top-ttl-btn__btn:hover {
    color: #fff !important;
    background-color: #1b1c85;
    padding-left: 20px;
    padding-right: 12px;
}

.m-article-list:not(:last-child) {
    margin-bottom: 27px;
}

.m-article-item {
    display: grid;
    gap: 8px;
    width: 100%;
    margin-bottom: 16px;
}

.top-m-article-item {
  display: grid;
  gap: 8px;
  width: 100%;
  margin-bottom: 16px;
  padding-left: 3.5rem;
  height: 65px;
}

.m-article-item:hover,
.top-m-article-item:hover {
  opacity: 0.7;
}

#mouse-stoker {
    z-index: 1000;
    position: absolute;
    display: none;
    max-width: 266px;
    padding: 8px 10px;
    pointer-events: none;
    font-size: 14px;
    background-color: #fff;
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.25));
}

.m-article-fig {
    aspect-ratio: 16 / 9;
    line-height: 1;
}

.m-article-fig-img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.m-limited {
    position: relative;
}

@media screen and (max-width: 768px) {
  .l-navi-conts .inactive {
    color: #ccc;
  }
}

.m-limited--database-para::after {
    top: 0.25em;
    right: 0;
}

.m-article-cat {
    width: fit-content;
    padding: 0 8px;
    margin-right: 30px;
    margin-bottom: 8px;
    border: 1px solid #1b1c85;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.2;
    color: #1b1c85;
}

.top-m-article-cat {
  width: fit-content;
  padding: 0 8px;
  margin-right: 30px;
  margin-bottom: 4px;
  border: 1px solid #1b1c85;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  color: #1b1c85;
}

.m-article-tx-box {
    position: relative;
}

.m-article-ttl {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
     max-height: 1.4em;
    font-size: 16px;
    line-height: 1.2;
    padding-right: 24px;
}

.top-m-article-ttl {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 16px;
  line-height: 1.4;
  word-break: break-word;
}

.m-article-ttl-full {
    z-index: 99;
    position: absolute;
    top: 20px;
    left: 0;
    visibility: hidden;
    display: block;
    font-size: 14px;
    padding: 10px;
    color: #fff;
    background-color: #000;
}

.m-article-des {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 3em;
    margin: 8px 0;
    font-size: 12px;
    color: #606060;
    line-height: 1.5;
}

.top-m-article-time {
  font-size: 12px;
  color: #606060;
}

.m-article-time {
    margin-top: 8px;
    font-size: 12px;
    color: #606060;
}

.m-article-video {
    margin-bottom: 17px;
}

.m-article-single {
    margin-bottom: 40px;

    .m-article-ttl {
        all: revert;
        font-size: 24px;
        font-weight: 700;
        line-height: 1.3;
        margin: 0;
    }

    .m-article-des {
        all: revert;
        margin: 8px 0;
        font-size: 14px;
        color: #606060;
        line-height: 1.5;
    }

    .m-article-time {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: nowrap;
        width: 100%;
        font-size: 14px;
    }

    .m-article-cat {
    margin-top: 16px;
  }
}

.relative-post-ttl {
    font-size: 20px;
    font-weight: 700;
}

.relative-post-ttl::before {
    translate: 0 -0.3em;
    display: inline-block;
    width: 2em;
    border-top: 3px solid #000;
    margin-right: ;
    content: "";
}

.grid-3col-sp1col {
    display: grid;
    gap: 40px;
}

.l-pagination {
    margin-bottom: 40px;
}

.l-pagination__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    gap: 1rem;
}

.l-pagination__btn {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    font-weight: 700;
    font-size: 16px;
    border-radius: 2px;
}

.l-pagination__btn:not(.l-pagination__arrow) {
    border: 0.1rem solid #ccc;
    color: #1b1c85;
}

.l-pagination__btn.inactive {
    pointer-events: none;
    color: white;
    background-color: #ccc;
}

.l-pagination__btn.inactive.l-pagination__arrow {
    display: none;
}

.l-pagination__btn:not(:last-child) {
    margin-right: 1rem;
}

.l-pagination__btn--active:not(.l-pagination__arrow) {
    border-color: #1b1c85;
    pointer-events: none;
}

.l-pagination__arrow {
    width: 6rem;
    background-color: #1b1c85;
}

.l-pagination__arrow::after {
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    border-top: 0.2rem solid #fff;
    border-right: 0.2rem solid #fff;
    content: "";
}

.l-pagination__arrow--prev::after {
    transform: rotate(-135deg);
    translate: 0.2rem;
}

.l-pagination__arrow--next::after {
    transform: rotate(45deg) !important;
    translate: -0.2rem;
}

.l-pagination__btn:not(.l-pagination__arrow):hover {
    border-color: #1b1c85;
}

.sv-footer.mb0 {
    margin-bottom: 0;
}

.database-container {
    display: grid;
    margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .database-container {
    gap: 16px;
  }
}

.database-card-outer {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 5;
    background-color: #fff;
    box-shadow: 0 0px 10px rgb(0 0 0 / 20%);
    padding: 32px;
    transition: 0.3s;
    gap: 0;
}

.database-card-outer:hover {
    box-shadow: 0 0px 25px rgb(0 0 0 / 40%);
}

@media screen and (max-width: 768px) {
  .database-card-outer {
    padding: 16px;
  }
}

.database-card-name {
    color: #1b1c85;
    font-size: 2.4rem;
    font-weight: 700;
}

.database-card-logo {
    img {
        width: 100%;
    }
}

.database-card-sub {
    font-size: 2rem;
    font-weight: 700;
}

.database-card-text {
    font-size: 1.6rem;
    line-height: 1.8;
}

.database-card-btn {
    position: relative;
    width: fit-content;
    background-color: #ffaa00;
}

.database-card-btn p {
    display: inline-block;
    font-weight: 700;
    font-size: 1.6rem;
    color: #1b1c85;
    padding: 4px 16px;
    transition: 0.4s;
}

.database-card-btn.inactive {
  background-color: #ccc;
}

.database-card-btn.inactive p {
  color: white;
}

.database-card-outer:hover .database-card-btn p {
    padding-left: 24px;
    padding-right: 8px;
}

.database-card-outer:hover .database-card-btn.inactive p {
  padding-left: 16px;
  padding-right: 16px;
}

.database-card-outer:hover .database-card-btn {
    background-color: #ffba00;
}

.database-card-outer:hover .database-card-btn.inactive {
  background-color: #ccc;
}

.grid-3col-sp1col {
    width: 100%;
    display: grid;
    gap: 40px;
}

.report-arcive-list {
    margin: 40px 0;
    border-top: 1px solid #d2ddff;
}

.report-arcive-item {
    border-bottom: 1px solid #d2ddff;
}

.report-arcive-link {
    display: block;
    padding: 16px 0 17px;
    font-size: 16px;
}

.report-arcive-link:hover {
    background-color: #d2ddff;
}

.report-arcive-time {
    font-weight: 700;
}

.sample-data-cont:not(:last-child) {
    margin-bottom: 40px;
}

.sample-data-list {
    margin: 16px 0;
    border-top: 1px solid #ccc;
}

.sample-data-item {
    border-bottom: 1px solid #ccc;
}

.sample-data-link {
    display: grid;
    grid-template-columns: 1fr 24px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
    padding: 16px 16px 17px;
    font-size: 16px;
    gap: 10px;
}

.sample-data-link:hover {
    background-color: #d2ddff;
}

.sample-data-ttl::after {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: center / contain no-repeat url("../images/icon-download.svg");
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    vertical-align: middle;
}

.dlm-xhr-progress {
    display: none;
}

.sample-data-ttl {
    position: relative;
    font-weight: 700;
    line-height: 1.5;
}

.sample-data-link--inactive .sample-data-ttl {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
    padding-left: 34px;
}

.column-h3-like {
    display: block;
    position: relative;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 2.88rem;
    letter-spacing: 1px;
    color: #5a72ff;
}

.column-h3-like:after {
    content: "";
    position: relative;
    display: block;
    width: 96px;
    height: 2px;
    background-color: #5a72ff;
    margin-top: 12px;
    margin-bottom: 24px;
}

.column-h4-like {
    position: relative;
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.4rem;
    letter-spacing: 1px;
    color: #2e3147;
    margin-bottom: 8px;
    padding-left: 36px;
}

.column-h4-like:before {
    content: "";
    position: absolute;
    border-top: 2px solid #2e3147;
    width: 32px;
    margin-right: 4px;
    top: 11px;
    left: 0;
}

.login-modal {
    width: min(95%, 400px);
    padding: 30px;
    background-color: #fff;
}

.login-modal-ttl {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 16px;
}

.login-modal-form {
    margin-bottom: 40px;
}

.member-label {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
}

.member-label--must::before {
    border-radius: 2px;
    padding: 0 3px;
    background-color: #1b1c85;
    color: #fff;
    display: inline-block;
    content: "Required";
}

.login-modal-tx {
    margin-bottom: 8px;
}

.member-input-cont {
    margin-bottom: 16px;

    input[type="checkbox"],
    input[type="radio"] {
        appearance: none;
        display: inline-block;
        margin: 0;
    }
}

.member-text-input {
    width: 100%;
    padding: 12px;
    border-width: 0 0 1px 0;
    border-color: #000000;
    background-color: #ebf0ff;
}

.member-cont-error {
    background-color: #ffd8d8;
}

.member-tx-error {
    color: #ff0000;
}

.member-password-cont {
    position: relative;
}

.member-password-cont {
    position: relative;
}

.member-input-cont--password {
    position: relative;
}

.member-text-input--password {
    padding-right: 40px;
    width: 100%;
}

.member-form {
    width: min(100%, 648px);
}

.member-password-ctrl {
    all: unset;
    position: absolute;
    top: 12px;
    right: 10px;
}

.member-password-ctrl::after {
    display: block;
    width: 24px;
    height: 24px;
    background: center / contain no-repeat;
    content: "";
    cursor: pointer;
}

.member-tx-cont {
    line-height: 1.8;
}

.member-text-input--password[type="password"] + .member-password-ctrl::after {
    background-image: url(../images/eye-solid.svg);
}

.member-text-input--password[type="text"] + .member-password-ctrl::after {
    background-image: url(../images/eye-slash-solid.svg);
}

.member-text-input:disabled {
    color: #646464;
    background-color: #dddddd;
}

.fa-calendar-days:before {
    content: "\f073";
}

.member-forgot-password {
    display: block;
    text-align: right;
    font-style: normal;
    font-size: 14px;
    color: #1b1c85 !important;
    text-decoration: underline;
    margin-bottom: 16px;
}

.member-checkbox-input {
    width: 27px;
    height: 27px;
    border: 2px solid #000000;
    cursor: pointer;
    margin-right: 4px !important;
    background-color: #fff;
}

.member-checkbox-input:checked {
    background-color: #ffa800;
    border-color: #ffa800;
}

.member-checkbox-input:checked:disabled {
    background-color: #dddddd;
    border-color: #dddddd;
}

.member-checkbox-label {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    width: fit-content;
    gap: 8px;
    cursor: pointer;
}

.member-checkbox-label:has(.member-checkbox-input:checked)::before {
    z-index: 9;
    position: absolute;
    top: 6px;
    left: 6px;
    width: 16px;
    height: 16px;
    background: center / contain no-repeat url(../images/icon-check.svg);
    content: "";
}

.member-checkbox-label--parent {
    width: 100%;
    background-color: #ebf0ff;
    font-weight: 700;
}

.member-radio-label {
    position: relative;
    padding-left: 32px;
    margin-right: 16px;
}

.member-radio-label:has(.member-radio-input:focus-visible) {
    outline: -webkit-focus-ring-color auto;
}

.member-radio-label::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 23px;
    height: 23px;
    border: 2px solid #22222a;
    border-radius: 50%;
}

.member-radio-label:has(input:checked)::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 6px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 11px;
    height: 11px;
    background: #fa0;
    border-radius: 50%;
}

.member-btn {
    display: block;
    text-align: center;
    width: 100%;
    font-weight: 700;
    line-height: normal;
    cursor: pointer;
    padding: 10px 16px 11px;
    transition: padding 0.4s ease-out, background-color 0.4s ease-out;
}

.member-btn:hover,
.member-btn:focus {
  padding-left: 19px;
  padding-right: 13px;
}


.member-btn--main,
.member-btn--sub:hover,
.member-btn--sub:focus {
    background-color: #1b1c85;
    border: 3px solid #1b1c85;
    color: #fff !important;
}

.member-btn--main:hover,
.member-btn--main:focus,
.member-btn--sub {
    background-color: #fff;
    border: 3px solid #1b1c85;
    color: #1b1c85 !important;
}

.member-btn--longtext {
    padding: 10px 5px 11px;
}

.member-btn--longtext:hover {
    padding: 10px 5px 11px;
}

.member-btn-cont {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.member-btn--under {
    margin-top: 25px;
}

.member-btn--logout {
    display: flex;
    justify-content: center;
    align-items: center;
}

.member-form-cont {
    width: 85%;
    margin-inline: auto;
}

@media screen and (min-width: 768px) {
    .member-form-cont-cont {
        display: flex;
    }

    .member-form-cont {
        margin: 0 20px;
    }

    .member-form-cont-cont .login-modal-ttl {
        text-align: left;
    }
}

.member-form-cont,
.member-rule {
    ul:not(#autoComplete_list_1) {
        /* padding: 0 1rem 1rem 1rem; */
        margin-bottom: 24px;
    }

    ul li:not([role="option"]) {
        position: relative;
        list-style-type: none;
        letter-spacing: 1.2px;
        padding-left: 2rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        text-indent: -2rem;
        line-height: 3.2rem;
        vertical-align: middle;
    }

    ul li:not([role="option"])::before {
        display: inline-block;
        vertical-align: middle;
        content: "";
        width: 1rem;
        height: 1rem;
        background: #5a72ff;
        border-radius: 50%;
        margin-right: 1rem;
    }

    ol {
        counter-reset: list;
    }

    ol li {
        padding-left: 1.7em;
        counter-increment: list;
    }

    ol li:not([role="option"])::before {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-wrap: nowrap;
        width: 1.5em;
        height: 1.5em;
        margin-left: -1.7em;
        margin-right: 0.2em;
        background: #5a72ff;
        border-radius: 50%;
        color: #fff;
        font-weight: 700;
        content: counter(list);
    }

    p {
        margin-top: 8px;
        line-height: 1.8;
    }

    .number-reset {
        counter-reset: list;
        margin: 20px 0;
    }

    .padding-adjust {
        padding-left: 1.7em;
    }

    .number-text {
        padding-left: 1.7em;
        counter-increment: list;
    }

    .number-text::before {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-wrap: nowrap;
        width: 1.5em;
        height: 1.5em;
        margin-left: -1.7em;
        margin-right: 0.2em;
        background: #5a72ff;
        border-radius: 50%;
        color: #fff;
        font-weight: 700;
        content: counter(list);
    }

    .service-tb-btn a p {
        margin: 0;
    }

    a:not([class]) {
        color: #1b1c85;
        text-decoration: underline;
    }
}

.member-mail-confirm {
    font-size: 24px;
    font-weight: 500;
    color: #1b1c85;
}

.member-input-cont.grid-2col-sp1col {
    gap: 8px;
}

.member-tool-form {
    gap: 32px;
}

.member-tool-form-img {
    width: min(100%, 278px);
    margin-bottom: 5px;
}

.autoComplete_wrapper {
    position: relative;

    ul {
        overflow-y: scroll;
        z-index: 99;
        position: absolute;
        left: 4px;
        width: calc(100% - 8px);
        max-height: calc(6.5lh + 8px);
        margin-top: -4px;
        padding: 4px;
        border: 1px solid #000;
        border-radius: 4px;
        background-color: #fff;
    }

    li {
        overflow: hidden;
        display: inline-block;
        height: 1lh;
        width: 100%;
        color: #888;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    li:hover,
    li:focus,
    li[aria-selected="true"] {
        background-color: #d2ddff;
    }

    mark {
        all: unset;
        color: #000;
    }
}

.member-interest-cont {
    position: relative;
    margin-bottom: 8px;
    padding: 12px 36px 12px 12px;
    border: 1px solid #000;
    width: fit-content;
    min-width: 320px;
    cursor: pointer;
}

.member-interest-tx {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
}

.member-interest-item {
    display: inline-block;
    width: fit-content;
    padding: 0 2px;
    background-color: #dddddd;
}

.interest-modal {
    width: min(1023px, 95%);
    background-color: #fff;

    .member-label::before {
        position: relative;
        left: auto;
        width: fit-content;
        margin-bottom: 8px;
    }
}

.interest-modal-scrollable {
    overflow-y: auto;
    max-height: 95vh;
    padding: 40px;
}

.tx-underline {
    text-decoration: underline;
}

.checkbox-children-cont {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 8px 16px;
    width: 100%;
    padding-left: 48px;
}

.interest-modal .member-btn-cont {
    width: min(320px, 100%);
    margin-top: 30px;
    margin-inline: auto;
}

.member-form:has(input:invalid, textarea:invalid) button[type="submit"],
#interest-register:disabled,
#member-form-submit:disabled {
    pointer-events: none;
    border-color: #dddddd;
    background-color: #dddddd;
}

.member-delete-att {
    margin-bottom: 5px;
    font-weight: 700;
    text-align: center;
}

.member-delete-block {
    width: 100%;
    padding: 28px 28px 28px calc(28px + 1.5em);
    border: 2px solid #1b1c85;
    border-radius: 10px;

    li::before {
        all: revert !important;
    }

    li {
        all: revert !important;
        list-style-type: disc !important;
        position: relative !important;
        letter-spacing: 1.2px !important;
        line-height: 3.2rem !important;
        vertical-align: middle !important;
    }

    li:not(:last-child) {
        margin-bottom: 25px !important;
    }
}

.tx-indent {
    text-indent: -1em;
    padding-left: 1em;
}

.tools-cont {
    display: block;
    padding-left: 2em;
}

.member-mypage-info-cont {
    dd {
        margin: 8px 0 10px 2em;
    }
}

.interest-tx-cont {
    span {
        display: inline-block;
    }

    span:not(:last-child) {
        margin-right: 1em;
    }
}

.c-lock-scroll {
    overflow: hidden;
}

.multi-modal-ctrl {
    cursor: pointer;
}

.multi-modal {
    visibility: hidden;
    z-index: 9999999999;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}

.multi-modal__body {
    position: relative;
    overflow-y: auto;
    overscroll-behavior-y: contain;
    max-height: 100vh;
    max-height: 100dvh;
}

.multi-modal__mask {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.multi-modal__cross {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    background: center / contain no-repeat url(../images/icon-cross.svg);
    cursor: pointer;
}

.modal-fade-out {
    opacity: 1;
    visibility: visible;
    animation: fadeOut 0.3s ease 1 forwards;
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.modal-fade-in {
    opacity: 0;
    visibility: visible;
    animation: fadeIn 0.3s ease 1 forwards;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.service-cv-bg-flex {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    gap: 40px;
}

@media screen and (min-width: 769px) {
    .grid-2col-sp1col {
      display: grid;
      gap: 40px;
      grid-template-columns: repeat(2, 1fr);
    }

    .grid-3col-sp1col {
        grid-template-columns: repeat(3, 1fr);
    }

    .m-article-list--list {
        width: 85%;
        margin-inline: auto;

        li:not(:last-child) {
            margin-bottom: 24px;
        }

        .m-article-item,
        .top-m-article-item {
            grid-template-columns: 50% 1fr;
            gap: 16px;
        }

        .m-article-ttl {
            -webkit-line-clamp: 3;
            max-height: 3.6em;
            font-size: 24px;
            font-weight: 700;
        }

        .m-article-des {
            font-size: 14px;
        }

        .m-article-time {
            font-size: 14px;
        }
    }

    .m-article-list--3row {
        .m-article-item,
        .top-m-article-item  {
            grid-template-columns: 20% 1fr;
        }
    }

    .m-article-list--2row {
        .m-article-item,
        .top-m-article-item {
            grid-template-columns: 32% 1fr;
        }

        .m-article-ttl {
            -webkit-line-clamp: 2;
            max-height: 2.4em;
        }

        .m-article-tx-box {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: space-between;
            flex-wrap: nowrap;
            width: 100%;
        }
    }

    .m-article-list--1row {
        .m-article-item,
        .top-m-article-item {
            grid-template-columns: 45% 1fr;
        }

        .m-article-ttl {
            -webkit-line-clamp: 3;
            max-height: 3.6em;
        }

        .m-article-tx-box {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: space-between;
            flex-wrap: nowrap;
            width: 100%;
        }
    }

    .m-article-single {
        width: 90%;
        margin-inline: auto;
    }

    .report-arcive-link {
        display: grid;
        grid-template-columns: auto 1fr;
        gap: 30px;
    }

    .service-cv-bg-flex {
        flex-wrap: nowrap;
    }

    .margin-left-adjust {
        margin-left: -5.9em;
    }

    .member-form {
        margin-left: 4.8em;
    }

    .member-label--must::before {
        display: block;
        position: absolute;
        top: 0;
        left: -5.8em;
    }
}

@media screen and (max-width: 768px) {
    .top-contents-service {
        grid-template-columns: repeat(2, 1fr);
    }

    .top-contents-news {
        margin-bottom: 27px;
    }

    .top-contents-news a {
        display: inline-block;
    }

    .news-flag {
      width: 64px;
    }

  .top-contents-all .m-article-list {
    .m-article-item,
    .top-m-article-item {
      grid-template-columns: 25% 1fr;
      height: 75px;
    }
  }

    .report-arcive-time {
        display: inline-block;
        margin-bottom: 8px;
    }

    .member-form-cont {
        width: 100%;
    }

    .member-label--must {
        line-height: 1.7;
    }

    .member-label--must::before {
        margin-right: calc(100% - 2.8em);
    }

    .checkbox-children-cont {
        padding-left: 27px;
    }

    .member-checkbox-label--child.member-checkbox-label {
        display: block;
        width: calc(50% - 8px);
        padding-left: 33px;
        text-indent: -33px;
    }

    .member-checkbox-input--child {
        margin-bottom: -0.4em !important;
    }

    .btn-center {
        display: flex;
        align-items: flex-start;
        justify-content: center;

        .member-btn {
            width: 50%;
        }
    }

    .interest-modal-scrollable {
        padding: 15px;
    }

    .member-mypage-info-cont:not(:first-child) {
        border-top: 1px solid #000;
        padding-top: 40px;
    }

    .search-form-container--library .search-form-title {
        padding-bottom: 0;
    }

    .search-form-inner {
        gap: 8px;
    }
}

/**
* ヘッダー更新に伴う追加分
*/

.search-form-container--search {
  padding: 10px 5%;
}

.search-form--search__btn-area {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 16px;
  width: 100%;
  margin-top: 8px;
}

.search-form--search__btn {
  color: #1b1c85;
  font-weight: 700;
  border: none;
  line-height: normal;
  cursor: pointer;
  padding: 0 16px;
  transition: padding 0.4s ease-out;
  background-color: #fff;
}

.search-form-link-area {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
  font-size: 14px;
}

.case-search-link {
  b {
    color: #1b1c85;
    text-decoration: underline;
  }
}

.keyword-search-form {
  padding: 0;
}

.m-article-keyword-search-cont {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 8px;
  width: 100%;
}

.m-article-ttl--search {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  width: 100%;
  color: #1b1c85;
  margin-bottom: 8px;
}

.m-article-ttl--search.m-limited::after {
  position: relative;
  margin-right: 8px;
}

.m-article-tx--search {
  font-size: 14px;
  word-break: break-all;
}

.m-article-item--keyword-search:not(:last-of-type) {
  margin-bottom: 24px;
}

.keyword-search-breadcrumb {
  display: inline-block;
  width: 100%;
  margin-bottom: 8px;
  font-size: 10px;

  li {
    display: inline-block;
  }

  li:not(:last-child)::after {
    display: inline;
    margin: 0 5px;
    color: #5a72ff;
    content: ">";
  }
}

.navi-keyword-search-li {
  display: none;
}

.l-navi-keyword-search,
.l-sp-navi-keyword-search {
    border: 1px solid #000 !important;

    &::before {
        display: inline-block;
        width: 1em;
        height: 1em;
        margin-right: 8px;
        mask: center / contain url(../images/search-icon.png) no-repeat;
        background: #000;
        content: "";
    }
}

.l-navi-conts:has(input[type="checkbox"]:checked) .l-sp-navi-keyword-search,
.nav-open .l-navi-keyword-search {
    background-color: #000;
    color: #fff;

    &::before {
        background: #fff;
    }
}

.l-navi-conts:has(input[type="checkbox"]:checked):has(.l-sp-navi-keyword-search)
  label {
  &::after {
    background-color: #fff;
  }

  &::before {
    background-color: #fff;
  }
}

.search-form--search__btn-area {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-wrap: nowrap;
    gap: 16px;
    width: 100%;
    margin-top: 8px;
}

.search-form--search__btn {
    color: #1b1c85;
    font-weight: 700;
    border: none;
    line-height: normal;
    cursor: pointer;
    padding: 0 16px;
    transition: padding 0.4s ease-out;
    background-color: #fff;
}
.case-search-link {
    & b {
        color: #1b1c85;
        text-decoration: underline;
    }
}

.l-navi-conts {
    .navi-keyword-search-cont {
        padding-left: 0;

        p,
        a {
            border-bottom: 0;
            border-left: 0;
            padding: 0;
            height: fit-content;
        }

        a::after {
            display: none;
        }
    }

    .navi-keyword-search-inner {
        padding: 12px;
    }

    .keyword-search-label {
        position: relative;
    }

    .case-search-link {
        margin: -5px 0 0;
    }
}

@media screen and (max-width: 767px) {
  .m-article-keyword-search-cont {
    grid-template-columns: 20% 1fr;
  }
}

@media screen and (min-width: 768px) {
    .m-article-list--keyword-search {
        width: 85%;
        margin-inline: auto;
    }

    .l-navi-keyword-search {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: nowrap;
        width: fit-content;
        padding: 6px;
        font-size: 12px;
        font-weight: 700;
        line-height: 1;
        cursor: pointer;

        &::before {
            width: 1lh;
            height: 1lh;
            margin-right: 4px;
        }
    }

    .nav-open .l-navi-keyword-search {
        background-color: #000;
        color: #fff;
    }

    .header-keyword-search {
        display: block;
        visibility: hidden;
        opacity: 0;
        position: absolute;
        left: 0;
        bottom: -110px;
        width: 100%;
        padding: 20px 0;
        transition: all 0.6s ease;
    }

    .nav-open .header-keyword-search {
        visibility: visible;
        opacity: 1;
        width: 100%;
    }

    .l-side-navi--fixed .header-keyword-search {
        bottom: -164px;
    }

    .l-side-navi--fixed .navi-keyword-search-li {
        display: block;

        .l-navi-keyword-search {
            height: 24px;
            padding: 5px 2px 5px 5px;
        }
    }

    .header-keyword-search-inner {
        width: 100%;
        max-width: 1200px;
        margin-inline: auto;

        .keyword-search-form {
            width: 80%;
            margin-inline: auto;
        }
    }

    .header-keyword-search-ttl {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: nowrap;
        width: 100%;
    }

    .keyword-search-close {
        display: inline-block;
        width: 1lh;
        height: 1lh;
        background: center / contain no-repeat transparent
            url(../images/icon-cross.svg) !important;
        cursor: pointer;
    }
}

@media screen and (max-width: 768px) {
    .keyword-search-form {
        padding: 0;
    }
}

input:-webkit-autofill {
  background-image: url(../images/search-icon.png);
  background-color: #fff;
  background-position: 11px;
  background-size: 26px;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .l-common-column {
    display: grid;
    grid-template-columns: 368px 1fr;
    align-items: start;
    gap: 40px;
  }
}

@media screen and (max-width: 768px) {
  .l-common-column__sidebar {
    margin-bottom: 32px;
  }
}

.l-common-column {
  --primary: #1b1c85;

  .l-common-column__sidebar {
    border: 4px solid var(--primary);
    padding: 16px 0;
  }

  .l-common-column__menu-item {
    padding: 0 24px;

    &:hover {
      background-color: var(--primary);
    }
  }

  .l-common-column__menu-item:has(.active) {
    background-color: var(--primary);

    a,
    span {
      color: #fff;
    }

    a {
      pointer-events: none;
    }
  }

  .l-common-column__menu-link {
    transition: translate 0.2s ease-out;
    display: grid;
    grid-template-columns: 1fr 14px;
    gap: 16px;
    padding: 16px 0;
    border-bottom: 1px solid var(--primary);
    color: var(--primary);

    span {
      font-size: 14px;
      font-weight: 700;
    }

    i {
      display: flex;
      align-items: center;
      justify-content: center;
      width: fit-content;
    }

    &:hover {
      color: #fff;
      translate: 8px;
    }
  }

  .l-common-column__cat-cont {
    margin-bottom: 32px;
  }

  .l-common-column__cat-ttl {
    margin-bottom: 16px;

    a {
      transition: padding-left 0.2s ease-out;
      font-size: 24px;
      font-weight: 700;
      color: var(--primary);

      &:hover {
        padding-left: 8px;
      }
    }
  }

  .l-common-column__post-item {
    position: relativeq;
    transition: filter 0.2s ease-out;
    margin-bottom: 16px;
    background-color: #fff;
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.25));

    &:hover {
      filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.25));
    }
  }

  .l-common-column__post-item svg{
    position: absolute;
    top: 2.5rem;
    left: 0.75rem;
    /* 確認用 以下削除 */
    /* z-index: 1; */
  }

  .l-common-column__post-link {
    position: relative;
    display: grid;
    grid-template-columns: 117px 1fr;
    align-items: center;
    gap: 12px;
    word-break: break-all;
    padding: 4px 8px 4px 40px;
  }

  span.l-common-column__post-link::before,
  .l-common-column__post-unlocked::before {
    position: absolute;
    top: auto;
    left: 8px;
    width: 24px;
    height: 24px;
    padding-left: 1px;
    border-radius: 50%;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
  }

  span.l-common-column__post-link::before {
    background-color: #ffa800;
    content: "\f023";
  }

  .l-common-column__post-unlocked::before {
    background-color: #60606080;
    content: "\f3c1";
  }

  .l-common-column__post-figure {
    aspect-ratio: 117 / 66;
  }

  .l-common-column__post-img {
    object-fit: cover;
    aspect-ratio: 117 / 66;
  }

  .l-common-column__post-tx-cont {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
  }

  .l-common-column__post-ttl {
    align-self: flex-start;
    width: 100%;
  }

  .l-common-column__date {
    display: block;
    width: 100%;
    align-self: flex-end;
    font-size: 14px;
    text-align: right;
  }

  .l-common-column__btn {
    position: relative;
    display: block;
    width: fit-content;
    margin: 0 0 0 auto;
    padding: 8px 16px;
    border: solid 3px #1b1c85;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1;
    background-color: #fff;
    color: #1b1c85;
    transition: 0.4s;
    transition-timing-function: ease-out;
    border-radius: 100vmax;
  }

  .l-common-column__btn:hover {
    color: #fff !important;
    background-color: #1b1c85;
    padding-left: 20px;
    padding-right: 12px;
  }

  .l-common-column__cat-tx {
    font-size: 14px;
    margin-bottom: 16px;
  }
}

@media screen and (min-width: 769px) {
  .u-pc-none {
    display: none;
  }
}

/* 資料ダウンロードページ
 * *********************************** */

.dl_archive {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 2.5rem;
  margin-bottom: 8.5rem;
}
.dl_archive_box {
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  width: 57.9rem;
  padding: 1.5rem;
  position: relative;
}
.dl_archive_box svg{
  position: absolute;
  /* 以下削除 */
  /* z-index: 1; */
}
.dl_archive_box:hover {
  opacity: 0.7;
}
.dl_archive_top {
  position: relative;
  margin-bottom: 1.5rem;
}
.dl_archive_top::after {
  font-family: "Font Awesome 5 Free";
  content: "\f56d";
  font-weight: 700;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 2rem;
}
.dl_archive_ttl {
  position: relative;
  font-weight: 700;
}
.dl_archive_box._lock .dl_archive_ttl,
.dl_archive_box._open .dl_archive_ttl {
  padding-left: 3.5rem;
  padding-right: 3rem;
}
.dl_archive_ttl::before,
.dl_archive_ttl::after {
  font-family: "Font Awesome 5 Free";
  position: absolute;
}
.dl_archive_ttl::before {
  font-weight: 700;
  z-index: 1;
  color: #fff;
  top: 0.1rem;
  font-size: 1.5rem;
}
.dl_archive_box._lock .dl_archive_ttl::before {
  content: "\f023";
  left: 0.65rem;
}
.dl_archive_box._open .dl_archive_ttl::before {
  content: "\f3c1";
  left: 0.4rem;
}
.dl_archive_ttl::after {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 2.5rem;
}
.dl_archive_box._lock .dl_archive_ttl::after {
  background: #f5a52b;
}
.dl_archive_box._open .dl_archive_ttl::after {
  background: #919191;
}
.dl_archive_btm {
  display: flex;
  justify-content: space-between;
}
.dl_archive_img {
  width: 32rem;
}
.dl_archive_img img {
  width: 100%;
}
.dl_archive_txt {
  width: 21.5rem;
}
@media screen and (max-width: 768px) {
  .dl_archive {
    display: block;
  }
  .dl_archive_box {
    display: block;
    width: auto;
  }
  .dl_archive_box:not(:last-child) {
    margin-bottom: 4rem;
  }
  .dl_archive_btm {
    display: block;
  }
  .dl_archive_img {
    width: auto;
    margin-bottom: 1.5rem;
  }
  .dl_archive_txt {
    width: auto;
  }
}

.top-m-article-tx-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .top-m-article-tx-inner {
    display: inline-block;
  }
}

/* About MDV Database
 * *********************************** */

/* メインコンテンツ
 * *********************************** */
.post-inner-m-b-72 {
  position: relative;
  display: block;
  width: calc(100% - (48px * 2));
  margin: 0 auto 72px;
}

/* 画面幅 1280未満
 * ******************** */
@media screen and (max-width: 1279px) {
  .post-inner-m-b-72 {
    width: 91.111%;
  }
}

/* 画面幅 768未満
 * ******************** */
@media screen and (max-width: 768px) {
  .post-inner-m-b-72 {
    width: 90%;
    margin-left: 5%;
  }
}

/* カラム
 * ******************** */
.col2-row,
.col3-row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.col1-row {
  margin-top: 56px;
}

.col1-row > a:nth-of-type(n + 2) {
  display: block;
  margin-top: 40px;
}

.col1-row > a p:nth-of-type(1) {
  font-size: 24px;
  font-weight: 700;
  color: #1b1c85;
}

.col2 {
  width: calc(50% - 12px);
  margin-right: 24px;
  margin-bottom: 24px;
}

.post-contents-area .col2-row > a,
.col2-m-40 {
  width: calc(50% - 20px);
  margin-right: 40px;
  margin-bottom: 40px;
}

.post-contents-area .col2-row > a:nth-child(2n),
.col2-row .col2:nth-child(2n),
.col2-row .col2-m-40:nth-child(2n) {
  margin-right: 0;
}

.post-contents-area .col3-row > a,
.col3-m-40 {
  width: calc(33.3% - 26.7px);
  margin-right: 40px;
  margin-bottom: 40px;
}

.post-contents-area .col3-row > a img,
_:-ms-lang(x)::-ms-backdrop,
.col3-m-40 img {
  flex-shrink: 0;
}

.post-contents-area .col3-row > a:nth-child(3n),
.col3-row .col3-m-40:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .col2 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }

  .post-contents-area .col2-row > a,
  .col2-m-40 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 32px;
  }

  .post-contents-area .col2-row > a:last-child,
  .col2-row .col2:last-child,
  .col2-row .col2-m-40:last-child {
    margin-bottom: 0;
  }

  .post-contents-area .col3-row > a,
  .col3,
  .col3-m-40 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }

  .post-contents-area .col3-row > a:last-child,
  .col3-row .col3-m-40:last-child {
    margin-bottom: 0;
  }
}

/* 区切りボーダー　ネイビーカラー
 * ******************** */
.section-line-navy {
  border-bottom: solid 1px #1b1c85;
}

/* TOP Column Reference部分スタイル
 * ******************** */
.img-box-top {
  position: relative;
}

.article-box-top {
  display: flex;
  margin-top: 16px;
}

.article-wrap-top a:first-child .article-box-top {
  margin-top: 0;
}

.article-box-top .head-cover-top {
  width: 94px;
  height: 44.63px;
  object-fit: cover;
}

.article-box-top .default-img-top {
  width: 94px;
}

a dl:hover {
  opacity: 0.7;
  transition: 0.4s;
  transition-timing-function: ease-out;
  padding-left: 20px;
  padding-right: 12px;
  /*　ホバー時にエフェクト　左右の合計同じに　*/
}

.article-box-top dd {
  width: calc(100% - 110px);
  display: flex;
  align-items: center;
  margin-left: 16px;
}

.article-box-top dd p {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1.2px;
  overflow-wrap: break-word;
}

/* .top-btnの横幅いっぱいversion
 * ******************** */
.top-btn-full-width {
  position: relative;
  border: solid 3px #1b1c85;
  vertical-align: middle;
  width: 100%;
}

div.top-btn-full-width a p {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 4.8rem;
  color: #1b1c85;
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
  transition: 0.4s;
  transition-timing-function: ease-out;
}

div.top-btn-full-width a p i {
  position: absolute;
  right: 3%;
  top: calc(50% - 8px);
}

.top-btn-full-width a:hover p {
  color: #fff;
  background-color: #1b1c85;
  padding-left: 20px;
  padding-right: 12px;
  /*　ホバー時にエフェクト　左右の合計同じに　*/
}

.top-btn-spfull-width {
  position: relative;
  border: solid 3px #1b1c85;
  vertical-align: middle;
  width: 60%;
}

div.top-btn-spfull-width a p {
  font-weight: 700;
  font-size: 1.8rem;
  color: #1b1c85;
  padding: 16px 38px 16px 16px;
  transition: 0.4s;
  transition-timing-function: ease-out;
}

div.top-btn-spfull-width a p i {
  position: absolute;
  right: 3%;
  top: calc(50% - 8px);
}

.top-btn-spfull-width a:hover p {
  color: #fff;
  background-color: #1b1c85;
  padding-left: 20px;
  padding-right: 12px;
  /*　ホバー時にエフェクト　左右の合計同じに　*/
}

.top-btn-width-40 {
  position: relative;
  border: solid 3px #1b1c85;
  vertical-align: middle;
  width: 40%;
}

div.top-btn-width-40 a p {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 4.8rem;
  color: #1b1c85;
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
  transition: 0.4s;
  transition-timing-function: ease-out;
}

div.top-btn-width-40 a p i,
.post-contents-area .w-res-40 .top-btn a p i {
  position: absolute;
  right: 3%;
  top: calc(50% - 8px);
}

.top-btn-width-40 a:hover p {
  color: #fff;
  background-color: #1b1c85;
  padding-left: 20px;
  padding-right: 12px;
  /*　ホバー時にエフェクト　左右の合計同じに　*/
}

/* 画面幅 769未満
 * ******************** */
@media screen and (max-width: 768px) {
  .top-btn-spfull-width {
    width: 100%;
  }
}

/* 画面幅 400未満
 * ******************** */
@media screen and (max-width: 400px) {
  .top-btn-width-40 {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .display_pc {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .display_pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .header-keyword-search {
    bottom: -16.5rem;
  }
}

.top-m-article-item,
.m-article-item {
  position: relative;
}

.icon-logout g .icon-bg {
  fill: #ffa801;
}

.icon-login g .icon-bg {
  fill: #606060;
  fill-opacity: 0.5;
}

.icon-logout g .key,
.icon-logout defs rect,
.icon-login g .key,
.icon-login defs rect {
  fill: #fff;
}

header .l-main-navi .l-navi-conts ul li a span .icon-login,
header .l-main-navi .l-navi-conts .multi-modal-ctrl svg {
  position: absolute;
  top: -0.3rem;
  right: -2.685rem;
}


.top-m-article-item svg,
.m-article-item svg {
  position: absolute;
  top: 0;left: 0;
}

.l-main-navi .l-navi-conts ul li a span{
  position: relative;
}

@media screen and (max-width: 768px) {
  header .l-main-navi .l-navi-conts ul li a span .icon-login,
  header .l-main-navi .l-navi-conts .multi-modal-ctrl svg {
    position: absolute;
    right: -5.4rem;
    top: -0.3rem;
  }
}

/*
* 20250911 web toolアイコン修正
*/
.top-contents-service-block .top-contents-service-btn span,
.service-card-buttons .top-contents-service-btn span{
  font-size: 14px;
  line-height: 1.2;
  padding-left: 1rem;
}

/*
* 20250911 archive-video アイコン修正
*/

.m-article-item .icon-video{
    top: 0;
    left: initial;
    right: 0;
    width: 24px;
    height: 24px;
}

.database-card-name{
  position: relative;
}

.database-card-name svg{
  position: absolute;
  right: 0;
  top: 6px;
}

/*
* 20250911 search アイコン修正
*/

.m-article-ttl--search{
  display: inline-flex;
  width: auto;
  position: relative;
}

.m-article-ttl--search svg{
  position: absolute;
  right: -4rem;
}

/* 
* 20250912 1200px にデザインを統一
*/

.wrap{
  max-width: 100%;
}

.main-box{
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1080px){
  body .wrap{
    width: 100%;
  }
}

@media screen and (max-width: 560px) {
    .main-box {
        margin-top: 60px;
    }
}

@media screen and (max-width: 768px){
  .header--ebm-home + .wrap .main-box {
    margin-top: 60px;
  }
  .main-box {
    margin-top: 60px;
  }
}