@charset "utf-8";

@charset "utf-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* ----------------------------------------------
	基本CSS
-------------------------------------------------*/

* {
    box-sizing: border-box;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    text-align:center;
    background-color: #fff;
    color: #222;
    position: relative;
}
a {
    color: #223967;
    text-decoration: none;
}
a:hover {
    color: #406bc0;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
li {
    list-style: none;
}
textarea {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

/* font */
.wf-notoSans { font-family: "Noto Sans JP"; }
.wf-notoSerif { font-family: 'Noto Serif JP', serif; }

/*** Float ***/
.fr {
    float: right;
}
.fl {
    float: left;
}
.float:after {
    content: "";
    display: block;
    clear: both;
}
.inline-block {
    display: inline-block;
}

/*** ぱんくず ***/
.breadcrumb {
    margin-bottom: 20px;
}
.breadcrumb > li {
    display: inline-block;
    font-size: 13px;
	color: #fff;
}
.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "\03e";
}
@media screen and (max-width:999px) {
    .breadcrumb {
        padding: 0 10px;
    }
    .breadcrumb > li {
        font-size: 10px;
    }
    .breadcrumb > li + li:before {
        padding: 0 2px;
    }
}

/*** Box ***/
.box {
    border: 1px solid #ddd;
    padding: 20px;
}
.box1 {
    background-color: #ffffff;
    box-shadow: 1px 1px 6px rgba(0,0,0,0.15);
    padding: 20px;
    color: #222222;
}
.box1 p {
    font-size: 14px;
    line-height: 1.5;
}
.box2 {
    background-color: #ffffff;
    box-shadow: 1px 1px 6px rgba(0,0,0,0.15);
    padding: 30px;
}
.box2 p {
    font-size: 14px;
    line-height: 1.5;
}
.slider {
    margin: 0 42px;
}

/* Border */
.bdr-bottom {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

/*** List ***/
.list > li {
    font-size: 16px;
    margin-bottom: 15px;
}
.list > li:last-child {
    margin-bottom: 0;
}
.list-desc > li {
    list-style: disc outside;
    margin-left: 1.5em;
}
.list-check > li {
    font-size: 18px;
    font-family: 'Noto Serif SC', serif;
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 24px;
    background: url(../img/ico-check.svg) 0 center no-repeat;
    padding-left: 37px;
}
.list-num > li {
    font-size: 16px;
    margin-bottom: 30px;
    list-style: decimal outside;
    padding-left: 0.5em;
    line-height: 1.5;
}
.list-horizon > li {
    display: inline-block;
    margin-right: 30px;
    font-size: 14px;
}
.list-horizon > li:last-child {
    margin-right: 0;
}

/*** Subject ***/
.subject-lg {
    color: #222222;
    font-size: 32px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 50px;
}
.subject-lg img {
    vertical-align: -10px;
    margin-right: 10px;
}
.subject-md {
    font-size: 26px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    color: #111;
    margin-bottom: 50px;
    line-height: 1.3;
}
.subject-sm {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 1.2;
}
.subject-sm span {
    font-size: 40px;
    font-style: italic;
    margin-right: 10px;
    font-weight: normal;
    color: #FFF821;
}
.page_title {
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    margin-top: 30px;
    margin-bottom: 30px;
}
.subject-term {
    font-size: 20px;
    font-weight: bold;
    color: #555;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 50px;
}
@media screen and (max-width:999px) {
    .subject-md {
        font-size: 7vw;
    }
}

/*** Text Style ***/
.contaner_leed {
    font-size: 16px;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 50px;
}
.text, .text p {
    line-height: 1.6;
    margin-bottom: 1.5em;
}
.text-1, .text-1 p {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 1.5em;
}
.text p:last-child {
    margin-bottom: 0;
}
.text-2, .text-2 p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 1.5em;
}
.text-3 p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 1.5em;
}
.text-0 {
    font-size: 12px;
    line-height: 1.1;
}
.text-12 {
    font-size: 12px;
}
.text-14 {
    font-size: 14px;
}
.text-16 {
    font-size: 16px;
}
.text-32 {
    font-size: 32px;
}

/*** Font ***/
.text-sm {
    font-size: 80%;
}
.font-bold {
    font-weight: bold;
}
.font-normal {
    font-weight: normal;
}

.fw-300 {font-weight: 300;}
.fw-400 {font-weight: 400;}


/*** Font Size ***/
.fs11 {font-size: 11px;}
.fs12 {font-size: 12px;}
.fs13 {font-size: 13px;}
.fs14 {font-size: 14px;}
.fs15 {font-size: 15px;}
.fs16 {font-size: 16px;}
.fs18 {font-size: 18px;}
.fs20 {font-size: 20px;}
.fs26 {font-size: 26px;}
.fs30 {font-size: 30px;}

/*** Text Color ***/
.text-red {
    color: #C9151E;
}
.text-gray {
    color: #666666;
}
.text-white {
    color: #ffffff;
}
.text-blue {
    color: #029df4;
}

/* Font Family */
.font-serif {
    font-family: 'Noto Serif JP', serif;
}

/*** Text-align ***/
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left!important;
}
@media screen and (max-width:999px) {
    .sp-text-right {
        text-align: right;
    }
    .sp-text-center {
        text-align: center;
    }
    .sp-text-left {
        text-align: left!important;
    }
}

/** Label ***/
.label {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    border-radius: 5px;
    text-align: center;
    line-height: 18px;
    padding: 0 5px;
    margin-right: 5px;
}
.label-orange {background-color: #FF3400;}
.label-blue {background: #199DD8;}

/*** Link ***/
a.link {
    text-decoration: underline;
}
a.links {
    display: inline-block;
    border: 1px solid #666;
    border-radius: 20px;
    padding: 0 15px 0 15px;
    line-height: 34px;
    font-size: 13px;
    color: #666;
    text-align: center;
    text-decoration: none;
}

/*** Well ***/
.well {
    background: #F5F1F1;
    border: 2px solid #541907;
    padding: 20px;
}
.well-lg {
    padding: 20px 100px;
}
.well p:last-child {
    margin-bottom: 0;
}

/*** Alert ***/
.alert {
    border: 2px solid #E60E0E;
    color: #E60E0E;
    padding: 10px;
}
.alert-blue {
    color: #12288a;
    border-color: #12288a;
}

/*** iframe ***/
.iframe iframe {
    width: 100%;
}

/*** Bg ***/
.bg-brown {
    background: #E6DAD7;
}
.bg-white {
    background: #fff;
}
.bg-lightgray {
    background-color: #F3F3F3;
}
.bg-gray {
    background-color: #111;
    color: #fff;
}

/*** Img ***/
.img-md {
    max-height: 200px;
    width: auto;
}

/*** Table ***/
.table-1 {
    width: 100%;
    border-top: 1px solid #ddd;
}
.table-1 th, .table-1 td {
    font-size: 18px;
    line-height: 1.5;
    padding: 30px 30px;
    text-align: left;
    vertical-align: middle;
    border-bottom: 1px solid #dddddd;
}
.table-1 > thead > tr > th {
    font-weight: bold;
    background-color: #eee;
}
.table-1 > tbody > tr > th {
    font-weight: bold;
}
.table-1 small {
    font-size: 80%;
}
.table-1.text-left th, .table-1.text-left td {
    text-align: left;
}
.table-1 td p:not(:last-child) {
    margin-bottom: 1.5em;
}
@media screen and (min-width:1000px) {
    .table-1 th {
        width: 30%;
    }
}
@media screen and (max-width:999px) {
    .table-1, .table-1 th, .table-1 td {
        display: block;
    }
    .table-1 th,
    .table-1 td {
        font-size: 16px;
    }
    .table-1 th {
        border: none;
        padding: 20px 20px 0;
    }
    .table-1 td {
        padding: 10px 20px 20px;
    }
}
.table-2 {
    width: 100%;
}
.table-2 th {
    padding: 20px 10px;
    border-bottom: 1px solid #999999;
}
.table-2 td {
    padding: 20px 10px;
    border-bottom: 1px solid #DDDDDD;
}
.table-fixed {
    table-layout: fixed;
}
.item_data {
    width: 100%;
    border-top: 1px solid #ccc;
}
.item_data th, .item_data td {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    font-weight: normal;
}

/*** Icon ***/
.ico-arrow {
    background: url(../img/ico_arrow_red.svg) 0 center no-repeat;
    width: 5px;
    height: 8px;
    display: inline-block;
    margin-right: 5px;
}
.ico-arrow2 {
    background: url(../img/ico_arrow.svg) 0 center no-repeat;
    width: 8px;
    height: 13px;
    display: inline-block;
    margin-right: 10px;
}

/*** Position ***/
.relative {
    position: relative;
}
.position-right-top {
    position: absolute;
    top: 6px;
    right: 0;
}

/*** Form ***/
.form-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.form-label {
    width: 35%;
    padding-top: 14px;
    font-weight: bold;
    position: relative;
}
.form-label small {
    font-size: 80%;
}
.form-input {
    width: 60%;
    font-size: 14px;
}
.form_confirm .form-input {
    padding-top: 14px;
}
@media screen and (max-width:999px) {
    .form-item {
        display: block;
    }
    .form-label {
        width: auto;
        margin-bottom: 20px;
    }
    .form-input {
        width: auto;
    }
}
.form-control {
    border: 1px solid #E5E5E5;
    background: #ffffff;
    border-radius: 5px;
    height: 50px;
    width: 100%;
    padding: 0 10px;
    font-size: 14px;
}
.form-control::placeholder {
    color: #9B9B9B;
}
.form-inline {
    width: auto;
}
.form-inner input {
    border: 1px solid #E5E5E5;
    background: #fff;
    border-radius: 3px;
    height: 40px;
    width: 30%;
    padding: 0 20px;
    font-size: 16px;
    margin: 0 10px;
}
select.form-control {
    cursor: pointer;
}
textarea.form-control {
    height: auto;
    padding: 10px;
}
.form-sm {
    width: 120px;
    margin-right: 5px;
}
.form-xs {
    width: 80px;
    margin-right: 5px;
}
.form-group {
    display: block;
    margin-bottom: 10px;
}
label.form-group {
    cursor: pointer;
}
.checkbox {
    width: 20px;
    height: 20px;
    border: 1px solid #E5E5E5;
    background: #F1F1F1;
    border-radius: 3px;
    cursor: pointer;
}
.checkbox-inline {
    display: inline-block;
    margin-right: 20px;
    font-size: 14px;
}
.checkbox_std {
    cursor: pointer;
}
.required {
    position: absolute;
    top: 12px;
    right: 0;
    height: 20px;
    line-height: 20px;
    background: #DE0000;
    border-radius: 10px;
    padding: 0 10px;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
}
.required-non {
    background: #707070;
}
.form-set {
    margin-bottom: 10px;
}

.form-set .form-set-item input {
    border-radius: 0;
    margin-bottom: -1px;
}

.form-set .form-set-item:first-child input {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.form-set .form-set-item:last-child input {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.form-round {
    border-radius: 10px;
}

/*** エラー ***/
.alert-error {
    background: #F2CED0;
    border: 1px solid #C9151E;
    padding: 10px;
    color: #C9151E;
}

/*** Button ***/
.btn {
    display: inline-block;
    padding: 8px 40px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: none;
    text-decoration: none;
    color: #fff;
}
.btn:hover {
    opacity: 0.9;
    color: #FFF;
}
.btn-default {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background-color: #0D6FBB;
    line-height: 30px;
    padding: 0 23px;
    border-radius: 40px;
}
.btn-lg {
    background: #222;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 20px;
    padding: 20px 10px;
    position: relative;
    border: none;
    border-radius: 10px;
}
.btn-navy {
    background-color: #0E2E4C;
}
@media screen and (min-width:1000px) {
    .btn-lg {
        width: 500px;
    }
}
@media screen and (max-width:999px) {
    .btn-lg {
        font-size: 18px;
        width: auto;
        padding: 0 10px;
        line-height: 40px;
        width: 90%;
    }
}
.btn-md {
    font-size: 14px;
    line-height: 32px;
    padding: 0 28px;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-border {
    display: inline-block;
    border: 1px solid #707070;
    padding: 0 53px 0 37px;
    line-height: 34px;
    font-size: 14px;
    color: #111111;
    font-weight: bold;
}
.btn-blue {
    color: #fff;
    background-color: #0D6FBB;
}
.btn-white {
    color: #FFF;
    border: 1px solid #707070;
}
.btn-white:hover {
    background-color: #ddd;
}
.btn-black {
    background-color: #222;
}
.btn-wd {
    padding: 8px 60px;
}
.btn-arrow {
    position: relative;
}
.btn-arrow::after {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    display: inline-block;
    position: absolute;
    right: 26px;
    font-weight: 900;
}
.btn-submit {
    background-color: #222;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    padding: 13px 40px;
    width: 400px;
}
.btn-submit:hover {
    color: #fff;
    opacity: 0.9;
}
@media screen and (max-width:999px) {
    .btn-submit {
        width: 100%;
    }
}
.btn-contact {
    background-color: #fff;
    color: #111111;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
}
@media screen and (min-width:1000px) {
    .btn-contact {
        width: 674px;
        font-size: 26px;
        line-height: 80px;
        padding: 0;
    }
}
@media screen and (max-width:999px) {
    .btn-contact {
        display: block;
    }
}
.btn_std {
    background-color: #004463;
    font-weight: bold;
    border-radius: 30px;
}
.btn_wide {
    display: block;
}


/*** Width ***/
.w250 {width: 250px!important;}
.w200 {width: 200px!important;}
@media screen and (min-width:1000px) {
    .pc-w360 {width: 360px;}
}

/* Height */
.height360 {height: 360px;}

/* Img Height */
.img-width-auto {
    width: auto;
    height: 100%;
}

/*** Margin Top ***/
.mt0 {margin-top: 0px!important;}
.mt5 {margin-top: 5px!important;}
.mt10 {margin-top: 10px!important;}
.mt15 {margin-top: 15px!important;}
.mt20 {margin-top: 20px!important;}
.mt25 {margin-top: 25px!important;}
.mt30 {margin-top: 30px!important;}
.mt35 {margin-top: 35px!important;}
.mt40 {margin-top: 40px!important;}
.mt45 {margin-top: 45px!important;}
.mt50 {margin-top: 50px!important;}
.mt60 {margin-top: 60px!important;}
.mt70 {margin-top: 70px!important;}
.mt80 {margin-top: 80px!important;}
.mt90 {margin-top: 90px!important;}
.mt100 {margin-top: 100px!important;}
/*** Margin Left ***/
.ml0 {margin-left: 0px!important;}
.ml5 {margin-left: 5px!important;}
.ml10 {margin-left: 10px!important;}
.ml15 {margin-left: 15px!important;}
.ml20 {margin-left: 20px!important;}
.ml25 {margin-left: 25px!important;}
.ml30 {margin-left: 30px!important;}
.ml35 {margin-left: 35px!important;}
.ml40 {margin-left: 40px!important;}
.ml45 {margin-left: 45px!important;}
.ml50 {margin-left: 50px!important;}
.ml60 {margin-left: 60px!important;}
.ml70 {margin-left: 70px!important;}
.ml80 {margin-left: 80px!important;}
.ml90 {margin-left: 90px!important;}
.ml100 {margin-left: 100px!important;}
/*** Margin Bottom ***/
.mb0 {margin-bottom: 0px!important;}
.mb5 {margin-bottom: 5px!important;}
.mb10 {margin-bottom: 10px!important;}
.mb15 {margin-bottom: 15px!important;}
.mb20 {margin-bottom: 20px!important;}
.mb25 {margin-bottom: 25px!important;}
.mb30 {margin-bottom: 30px!important;}
.mb35 {margin-bottom: 35px!important;}
.mb40 {margin-bottom: 40px!important;}
.mb45 {margin-bottom: 45px!important;}
.mb50 {margin-bottom: 50px!important;}
.mb60 {margin-bottom: 60px!important;}
.mb70 {margin-bottom: 70px!important;}
.mb80 {margin-bottom: 80px!important;}
.mb90 {margin-bottom: 90px!important;}
.mb100 {margin-bottom: 100px!important;}
/*** Margin Right ***/
.mr0 {margin-right: 0px!important;}
.mr5 {margin-right: 5px!important;}
.mr10 {margin-right: 10px!important;}
.mr15 {margin-right: 15px!important;}
.mr20 {margin-right: 20px!important;}
.mr25 {margin-right: 25px!important;}
.mr30 {margin-right: 30px!important;}
.mr35 {margin-right: 35px!important;}
.mr40 {margin-right: 40px!important;}
.mr45 {margin-right: 45px!important;}
.mr50 {margin-right: 50px!important;}
.mr60 {margin-right: 60px!important;}
.mr70 {margin-right: 70px!important;}
.mr80 {margin-right: 80px!important;}
.mr90 {margin-right: 90px!important;}
.mr100 {margin-right: 100px!important;}
/*** Margin X ***/
.mx5 {margin-top: 5px!important;margin-bottom: 5px!important;}
.mx10 {margin: 0 10px!important;}
.mx15 {margin: 0 15px!important;}
.mx20 {margin: 0 20px!important;}
.mx25 {margin: 0 25px!important;}
.mx30 {margin: 0 30px!important;}
.mx35 {margin: 0 35px!important;}
.mx40 {margin: 0 40px!important;}
.mx45 {margin: 0 45px!important;}
.mx50 {margin: 0 50px!important;}
.mx60 {margin: 0 60px!important;}
.mx70 {margin: 0 70px!important;}
.mx80 {margin: 0 80px!important;}
.mx90 {margin: 0 90px!important;}
.mx100 {margin: 0 100px!important;}
/*** Margin Y ***/
.my0 {margin-top: 0!important;margin-bottom: 0!important;}
.my5 {margin: 5px 0!important;}
.my10 {margin: 10px 0!important;}
.my15 {margin: 15px 0!important;}
.my20 {margin: 20px 0!important;}
.my25 {margin: 25px 0!important;}
.my30 {margin: 30px 0!important;}
.my35 {margin: 35px 0!important;}
.my40 {margin: 40px 0!important;}
.my45 {margin: 45px 0!important;}
.my50 {margin: 50px 0!important;}
.my60 {margin: 60px 0!important;}
.my70 {margin: 70px 0!important;}
.my80 {margin: 80px 0!important;}
.my90 {margin: 90px 0!important;}
.my100 {margin: 100px 0!important;}
/*** Margin ***/
.m0 {margin: 0px!important;}
.m5 {margin: 5px!important;}
.m10 {margin: 10px!important;}
.m15 {margin: 15px!important;}
.m20 {margin: 20px!important;}
.m25 {margin: 25px!important;}
.m30 {margin: 30px!important;}
.m35 {margin: 35px!important;}
.m40 {margin: 40px!important;}
.m45 {margin: 45px!important;}
.m50 {margin: 50px!important;}
@media screen and (min-width:1000px) {
    /*** Margin Top ***/
    .pc-mt5 {margin-top: 5px!important;}
    .pc-mt10 {margin-top: 10px!important;}
    .pc-mt15 {margin-top: 15px!important;}
    .pc-mt20 {margin-top: 20px!important;}
    .pc-mt25 {margin-top: 25px!important;}
    .pc-mt30 {margin-top: 30px!important;}
    .pc-mt35 {margin-top: 35px!important;}
    .pc-mt40 {margin-top: 40px!important;}
    .pc-mt45 {margin-top: 45px!important;}
    .pc-mt50 {margin-top: 50px!important;}
    .pc-mt60 {margin-top: 60px!important;}
    .pc-mt70 {margin-top: 70px!important;}
    .pc-mt80 {margin-top: 80px!important;}
    .pc-mt90 {margin-top: 90px!important;}
    .pc-mt100 {margin-top: 100px!important;}
    /*** Margin Bottom ***/
    .pc-ml5 {margin-left: 5px!important;}
    .pc-ml10 {margin-left: 10px!important;}
    .pc-ml15 {margin-left: 15px!important;}
    .pc-ml20 {margin-left: 20px!important;}
    .pc-ml25 {margin-left: 25px!important;}
    .pc-ml30 {margin-left: 30px!important;}
    .pc-ml35 {margin-left: 35px!important;}
    .pc-ml40 {margin-left: 40px!important;}
    .pc-ml45 {margin-left: 45px!important;}
    .pc-ml50 {margin-left: 50px!important;}
    .pc-ml60 {margin-left: 60px!important;}
    .pc-ml70 {margin-left: 70px!important;}
    .pc-ml80 {margin-left: 80px!important;}
    .pc-ml90 {margin-left: 90px!important;}
    .pc-ml100 {margin-left: 100px!important;}
    /*** Margin Left ***/
    .pc-mb5 {margin-bottom: 5px!important;}
    .pc-mb10 {margin-bottom: 10px!important;}
    .pc-mb15 {margin-bottom: 15px!important;}
    .pc-mb20 {margin-bottom: 20px!important;}
    .pc-mb25 {margin-bottom: 25px!important;}
    .pc-mb30 {margin-bottom: 30px!important;}
    .pc-mb35 {margin-bottom: 35px!important;}
    .pc-mb40 {margin-bottom: 40px!important;}
    .pc-mb45 {margin-bottom: 45px!important;}
    .pc-mb50 {margin-bottom: 50px!important;}
    .pc-mb60 {margin-bottom: 60px!important;}
    .pc-mb70 {margin-bottom: 70px!important;}
    .pc-mb80 {margin-bottom: 80px!important;}
    .pc-mb90 {margin-bottom: 90px!important;}
    .pc-mb100 {margin-bottom: 100px!important;}
    /*** Margin Right ***/
    .pc-mr5 {margin-right: 5px!important;}
    .pc-mr10 {margin-right: 10px!important;}
    .pc-mr15 {margin-right: 15px!important;}
    .pc-mr20 {margin-right: 20px!important;}
    .pc-mr25 {margin-right: 25px!important;}
    .pc-mr30 {margin-right: 30px!important;}
    .pc-mr35 {margin-right: 35px!important;}
    .pc-mr40 {margin-right: 40px!important;}
    .pc-mr45 {margin-right: 45px!important;}
    .pc-mr50 {margin-right: 50px!important;}
    .pc-mr60 {margin-right: 60px!important;}
    .pc-mr70 {margin-right: 70px!important;}
    .pc-mr80 {margin-right: 80px!important;}
    .pc-mr90 {margin-right: 90px!important;}
    .pc-mr100 {margin-right: 100px!important;}
    /*** Margin X ***/
    .pc-mx5 {margin: 0 5px!important;}
    .pc-mx10 {margin: 0 10px!important;}
    .pc-mx15 {margin: 0 15px!important;}
    .pc-mx20 {margin: 0 20px!important;}
    .pc-mx25 {margin: 0 25px!important;}
    .pc-mx30 {margin: 0 30px!important;}
    .pc-mx35 {margin: 0 35px!important;}
    .pc-mx40 {margin: 0 40px!important;}
    .pc-mx45 {margin: 0 45px!important;}
    .pc-mx50 {margin: 0 50px!important;}
    .pc-mx60 {margin: 0 60px!important;}
    .pc-mx70 {margin: 0 70px!important;}
    .pc-mx80 {margin: 0 80px!important;}
    .pc-mx90 {margin: 0 90px!important;}
    .pc-mx100 {margin: 0 100px!important;}
    /*** Margin Y ***/
    .pc-my5 {margin: 5px 0!important;}
    .pc-my10 {margin: 10px 0!important;}
    .pc-my15 {margin: 15px 0!important;}
    .pc-my20 {margin: 20px 0!important;}
    .pc-my25 {margin: 25px 0!important;}
    .pc-my30 {margin: 30px 0!important;}
    .pc-my35 {margin: 35px 0!important;}
    .pc-my40 {margin: 40px 0!important;}
    .pc-my45 {margin: 45px 0!important;}
    .pc-my50 {margin: 50px 0!important;}
    .pc-my60 {margin: 60px 0!important;}
    .pc-my70 {margin: 70px 0!important;}
    .pc-my80 {margin: 80px 0!important;}
    .pc-my90 {margin: 90px 0!important;}
    .pc-my100 {margin: 100px 0!important;}
    /*** Margin ***/
    .pc-m10 {margin: 10px!important;}
    .pc-m15 {margin: 15px!important;}
    .pc-m20 {margin: 20px!important;}
    .pc-m25 {margin: 25px!important;}
    .pc-m30 {margin: 30px!important;}
    .pc-m35 {margin: 35px!important;}
    .pc-m40 {margin: 40px!important;}
    .pc-m45 {margin: 45px!important;}
    .pc-m50 {margin: 50px!important;}
}
@media screen and (max-width:999px) {
    /*** Margin Top ***/
    .sp-mt5 {margin-top: 5px!important;}
    .sp-mt10 {margin-top: 10px!important;}
    .sp-mt15 {margin-top: 15px!important;}
    .sp-mt20 {margin-top: 20px!important;}
    .sp-mt25 {margin-top: 25px!important;}
    .sp-mt30 {margin-top: 30px!important;}
    .sp-mt35 {margin-top: 35px!important;}
    .sp-mt40 {margin-top: 40px!important;}
    .sp-mt45 {margin-top: 45px!important;}
    .sp-mt50 {margin-top: 50px!important;}
    .sp-mt60 {margin-top: 60px!important;}
    .sp-mt70 {margin-top: 70px!important;}
    .sp-mt80 {margin-top: 80px!important;}
    .sp-mt90 {margin-top: 90px!important;}
    .sp-mt100 {margin-top: 100px!important;}
    /*** Margin Bottom ***/
    .sp-ml5 {margin-left: 5px!important;}
    .sp-ml10 {margin-left: 10px!important;}
    .sp-ml15 {margin-left: 15px!important;}
    .sp-ml20 {margin-left: 20px!important;}
    .sp-ml25 {margin-left: 25px!important;}
    .sp-ml30 {margin-left: 30px!important;}
    .sp-ml35 {margin-left: 35px!important;}
    .sp-ml40 {margin-left: 40px!important;}
    .sp-ml45 {margin-left: 45px!important;}
    .sp-ml50 {margin-left: 50px!important;}
    .sp-ml60 {margin-left: 60px!important;}
    .sp-ml70 {margin-left: 70px!important;}
    .sp-ml80 {margin-left: 80px!important;}
    .sp-ml90 {margin-left: 90px!important;}
    .sp-ml100 {margin-left: 100px!important;}
    /*** Margin Left ***/
    .sp-mb5 {margin-bottom: 5px!important;}
    .sp-mb10 {margin-bottom: 10px!important;}
    .sp-mb15 {margin-bottom: 15px!important;}
    .sp-mb20 {margin-bottom: 20px!important;}
    .sp-mb25 {margin-bottom: 25px!important;}
    .sp-mb30 {margin-bottom: 30px!important;}
    .sp-mb35 {margin-bottom: 35px!important;}
    .sp-mb40 {margin-bottom: 40px!important;}
    .sp-mb45 {margin-bottom: 45px!important;}
    .sp-mb50 {margin-bottom: 50px!important;}
    .sp-mb60 {margin-bottom: 60px!important;}
    .sp-mb70 {margin-bottom: 70px!important;}
    .sp-mb80 {margin-bottom: 80px!important;}
    .sp-mb90 {margin-bottom: 90px!important;}
    .sp-mb100 {margin-bottom: 100px!important;}
    /*** Margin Right ***/
    .sp-mr5 {margin-right: 5px!important;}
    .sp-mr10 {margin-right: 10px!important;}
    .sp-mr15 {margin-right: 15px!important;}
    .sp-mr20 {margin-right: 20px!important;}
    .sp-mr25 {margin-right: 25px!important;}
    .sp-mr30 {margin-right: 30px!important;}
    .sp-mr35 {margin-right: 35px!important;}
    .sp-mr40 {margin-right: 40px!important;}
    .sp-mr45 {margin-right: 45px!important;}
    .sp-mr50 {margin-right: 50px!important;}
    .sp-mr60 {margin-right: 60px!important;}
    .sp-mr70 {margin-right: 70px!important;}
    .sp-mr80 {margin-right: 80px!important;}
    .sp-mr90 {margin-right: 90px!important;}
    .sp-mr100 {margin-right: 100px!important;}
    /*** Margin X ***/
    .sp-mx5 {margin: 0 5px!important;}
    .sp-mx10 {margin: 0 10px!important;}
    .sp-mx15 {margin: 0 15px!important;}
    .sp-mx20 {margin: 0 20px!important;}
    .sp-mx25 {margin: 0 25px!important;}
    .sp-mx30 {margin: 0 30px!important;}
    .sp-mx35 {margin: 0 35px!important;}
    .sp-mx40 {margin: 0 40px!important;}
    .sp-mx45 {margin: 0 45px!important;}
    .sp-mx50 {margin: 0 50px!important;}
    .sp-mx60 {margin: 0 60px!important;}
    .sp-mx70 {margin: 0 70px!important;}
    .sp-mx80 {margin: 0 80px!important;}
    .sp-mx90 {margin: 0 90px!important;}
    .sp-mx100 {margin: 0 100px!important;}
    /*** Margin Y ***/
    .sp-my5 {margin: 5px 0!important;}
    .sp-my10 {margin: 10px 0!important;}
    .sp-my15 {margin: 15px 0!important;}
    .sp-my20 {margin: 20px 0!important;}
    .sp-my25 {margin: 25px 0!important;}
    .sp-my30 {margin: 30px 0!important;}
    .sp-my35 {margin: 35px 0!important;}
    .sp-my40 {margin: 40px 0!important;}
    .sp-my45 {margin: 45px 0!important;}
    .sp-my50 {margin: 50px 0!important;}
    .sp-my60 {margin: 60px 0!important;}
    .sp-my70 {margin: 70px 0!important;}
    .sp-my80 {margin: 80px 0!important;}
    .sp-my90 {margin: 90px 0!important;}
    .sp-my100 {margin: 100px 0!important;}
    /*** Margin ***/
    .sp-m10 {margin: 10px!important;}
    .sp-m15 {margin: 15px!important;}
    .sp-m20 {margin: 20px!important;}
    .sp-m25 {margin: 25px!important;}
    .sp-m30 {margin: 30px!important;}
    .sp-m35 {margin: 35px!important;}
    .sp-m40 {margin: 40px!important;}
    .sp-m45 {margin: 45px!important;}
    .sp-m50 {margin: 50px!important;}
}
/*** Padding Top ***/
.pt0 {padding-top: 0px!important;}
.pt5 {padding-top: 5px!important;}
.pt10 {padding-top: 10px!important;}
.pt15 {padding-top: 15px!important;}
.pt20 {padding-top: 20px!important;}
.pt25 {padding-top: 25px!important;}
.pt30 {padding-top: 30px!important;}
.pt35 {padding-top: 35px!important;}
.pt40 {padding-top: 40px!important;}
.pt45 {padding-top: 45px!important;}
.pt50 {padding-top: 50px!important;}
.pt60 {padding-top: 60px!important;}
.pt70 {padding-top: 70px!important;}
.pt80 {padding-top: 80px!important;}
.pt90 {padding-top: 90px!important;}
.pt100 {padding-top: 100px!important;}
/*** Padding Bottom ***/
.pl5 {padding-left: 5px!important;}
.pl10 {padding-left: 10px!important;}
.pl15 {padding-left: 15px!important;}
.pl20 {padding-left: 20px!important;}
.pl25 {padding-left: 25px!important;}
.pl30 {padding-left: 30px!important;}
.pl35 {padding-left: 35px!important;}
.pl40 {padding-left: 40px!important;}
.pl45 {padding-left: 45px!important;}
.pl50 {padding-left: 50px!important;}
.pl60 {padding-left: 60px!important;}
.pl70 {padding-left: 70px!important;}
.pl80 {padding-left: 80px!important;}
.pl90 {padding-left: 90px!important;}
.pl100 {padding-left: 100px!important;}
/*** Padding Left ***/
.pb0 {padding-bottom: 0px!important;}
.pb5 {padding-bottom: 5px!important;}
.pb10 {padding-bottom: 10px!important;}
.pb15 {padding-bottom: 15px!important;}
.pb20 {padding-bottom: 20px!important;}
.pb25 {padding-bottom: 25px!important;}
.pb30 {padding-bottom: 30px!important;}
.pb35 {padding-bottom: 35px!important;}
.pb40 {padding-bottom: 40px!important;}
.pb45 {padding-bottom: 45px!important;}
.pb50 {padding-bottom: 50px!important;}
.pb60 {padding-bottom: 60px!important;}
.pb70 {padding-bottom: 70px!important;}
.pb80 {padding-bottom: 80px!important;}
.pb90 {padding-bottom: 90px!important;}
.pb100 {padding-bottom: 100px!important;}
/*** Padding Right ***/
.pr5 {padding-right: 5px!important;}
.pr10 {padding-right: 10px!important;}
.pr15 {padding-right: 15px!important;}
.pr20 {padding-right: 20px!important;}
.pr25 {padding-right: 25px!important;}
.pr30 {padding-right: 30px!important;}
.pr35 {padding-right: 35px!important;}
.pr40 {padding-right: 40px!important;}
.pr45 {padding-right: 45px!important;}
.pr50 {padding-right: 50px!important;}
.pr60 {padding-right: 60px!important;}
.pr70 {padding-right: 70px!important;}
.pr80 {padding-right: 80px!important;}
.pr90 {padding-right: 90px!important;}
.pr100 {padding-right: 100px!important;}
/*** Padding X ***/
.px5 {padding: 0 5px!important;}
.px10 {padding: 0 10px!important;}
.px15 {padding: 0 15px!important;}
.px20 {padding: 0 20px!important;}
.px25 {padding: 0 25px!important;}
.px30 {padding: 0 30px!important;}
.px35 {padding: 0 35px!important;}
.px40 {padding: 0 40px!important;}
.px45 {padding: 0 45px!important;}
.px50 {padding: 0 50px!important;}
.px60 {padding: 0 60px!important;}
.px70 {padding: 0 70px!important;}
.px80 {padding: 0 80px!important;}
.px90 {padding: 0 90px!important;}
.px100 {padding: 0 100px!important;}
/*** Padding Y ***/
.py5 {padding: 5px 0!important;}
.py10 {padding: 10px 0!important;}
.py15 {padding: 15px 0!important;}
.py20 {padding: 20px 0!important;}
.py25 {padding: 25px 0!important;}
.py30 {padding: 30px 0!important;}
.py35 {padding: 35px 0!important;}
.py40 {padding: 40px 0!important;}
.py45 {padding: 45px 0!important;}
.py50 {padding: 50px 0!important;}
.py60 {padding: 60px 0!important;}
.py70 {padding: 70px 0!important;}
.py80 {padding: 80px 0!important;}
.py90 {padding: 90px 0!important;}
.py100 {padding: 100px 0!important;}
/*** Padding ***/
.p10 {padding: 10px!important;}
.p15 {padding: 15px!important;}
.p20 {padding: 20px!important;}
.p25 {padding: 25px!important;}
.p30 {padding: 30px!important;}
.p35 {padding: 35px!important;}
.p40 {padding: 40px!important;}
.p45 {padding: 45px!important;}
.p50 {padding: 50px!important;}
@media screen and (min-width:1000px) {
    /*** Padding Top ***/
    .pc-pt5 {padding-top: 5px!important;}
    .pc-pt10 {padding-top: 10px!important;}
    .pc-pt15 {padding-top: 15px!important;}
    .pc-pt20 {padding-top: 20px!important;}
    .pc-pt25 {padding-top: 25px!important;}
    .pc-pt30 {padding-top: 30px!important;}
    .pc-pt35 {padding-top: 35px!important;}
    .pc-pt40 {padding-top: 40px!important;}
    .pc-pt45 {padding-top: 45px!important;}
    .pc-pt50 {padding-top: 50px!important;}
    .pc-pt60 {padding-top: 60px!important;}
    .pc-pt70 {padding-top: 70px!important;}
    .pc-pt80 {padding-top: 80px!important;}
    .pc-pt90 {padding-top: 90px!important;}
    .pc-pt100 {padding-top: 100px!important;}
    /*** Padding Bottom ***/
    .pc-pl5 {padding-left: 5px!important;}
    .pc-pl10 {padding-left: 10px!important;}
    .pc-pl15 {padding-left: 15px!important;}
    .pc-pl20 {padding-left: 20px!important;}
    .pc-pl25 {padding-left: 25px!important;}
    .pc-pl30 {padding-left: 30px!important;}
    .pc-pl35 {padding-left: 35px!important;}
    .pc-pl40 {padding-left: 40px!important;}
    .pc-pl45 {padding-left: 45px!important;}
    .pc-pl50 {padding-left: 50px!important;}
    .pc-pl60 {padding-left: 60px!important;}
    .pc-pl70 {padding-left: 70px!important;}
    .pc-pl80 {padding-left: 80px!important;}
    .pc-pl90 {padding-left: 90px!important;}
    .pc-pl100 {padding-left: 100px!important;}
    /*** Padding Left ***/
    .pc-pb5 {padding-bottom: 5px!important;}
    .pc-pb10 {padding-bottom: 10px!important;}
    .pc-pb15 {padding-bottom: 15px!important;}
    .pc-pb20 {padding-bottom: 20px!important;}
    .pc-pb25 {padding-bottom: 25px!important;}
    .pc-pb30 {padding-bottom: 30px!important;}
    .pc-pb35 {padding-bottom: 35px!important;}
    .pc-pb40 {padding-bottom: 40px!important;}
    .pc-pb45 {padding-bottom: 45px!important;}
    .pc-pb50 {padding-bottom: 50px!important;}
    .pc-pb60 {padding-bottom: 60px!important;}
    .pc-pb70 {padding-bottom: 70px!important;}
    .pc-pb80 {padding-bottom: 80px!important;}
    .pc-pb90 {padding-bottom: 90px!important;}
    .pc-pb100 {padding-bottom: 100px!important;}
    /*** Padding Right ***/
    .pc-pr5 {padding-right: 5px!important;}
    .pc-pr10 {padding-right: 10px!important;}
    .pc-pr15 {padding-right: 15px!important;}
    .pc-pr20 {padding-right: 20px!important;}
    .pc-pr25 {padding-right: 25px!important;}
    .pc-pr30 {padding-right: 30px!important;}
    .pc-pr35 {padding-right: 35px!important;}
    .pc-pr40 {padding-right: 40px!important;}
    .pc-pr45 {padding-right: 45px!important;}
    .pc-pr50 {padding-right: 50px!important;}
    .pc-pr60 {padding-right: 60px!important;}
    .pc-pr70 {padding-right: 70px!important;}
    .pc-pr80 {padding-right: 80px!important;}
    .pc-pr90 {padding-right: 90px!important;}
    .pc-pr100 {padding-right: 100px!important;}
    /*** Padding X ***/
    .pc-px5 {padding: 0 5px!important;}
    .pc-px10 {padding: 0 10px!important;}
    .pc-px15 {padding: 0 15px!important;}
    .pc-px20 {padding: 0 20px!important;}
    .pc-px25 {padding: 0 25px!important;}
    .pc-px30 {padding: 0 30px!important;}
    .pc-px35 {padding: 0 35px!important;}
    .pc-px40 {padding: 0 40px!important;}
    .pc-px45 {padding: 0 45px!important;}
    .pc-px50 {padding: 0 50px!important;}
    .pc-px60 {padding: 0 60px!important;}
    .pc-px70 {padding: 0 70px!important;}
    .pc-px80 {padding: 0 80px!important;}
    .pc-px90 {padding: 0 90px!important;}
    .pc-px100 {padding: 0 100px!important;}
    /*** Padding Y ***/
    .pc-py5 {padding: 5px 0!important;}
    .pc-py10 {padding: 10px 0!important;}
    .pc-py15 {padding: 15px 0!important;}
    .pc-py20 {padding: 20px 0!important;}
    .pc-py25 {padding: 25px 0!important;}
    .pc-py30 {padding: 30px 0!important;}
    .pc-py35 {padding: 35px 0!important;}
    .pc-py40 {padding: 40px 0!important;}
    .pc-py45 {padding: 45px 0!important;}
    .pc-py50 {padding: 50px 0!important;}
    .pc-py60 {padding: 60px 0!important;}
    .pc-py70 {padding: 70px 0!important;}
    .pc-py80 {padding: 80px 0!important;}
    .pc-py90 {padding: 90px 0!important;}
    .pc-py100 {padding: 100px 0!important;}
}

/* ----------------------------------------------
	Grid System
-------------------------------------------------*/
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.row::after {
    content: "";
    display: block;
    clear: both;
}
.col-1 {
    width: 8.33333333%;
}
.col-2 {
    width: 16.66666667%;
}
.col-3 {
    width: 25%;
}
.col-4 {
    width: 33.33333333%;
}
.col-5 {
    width: 41.66666667%;
}
.col-6 {
    width: 50%;
}
.col-7 {
    width: 58.33333333%;
}
.col-8 {
    width: 66.66666667%;
}
.col-9 {
    width: 75%;
}
.col-10 {
    width: 83.33333333%;
}
.col-11 {
    width: 91.66666667%;
}
.col-12 {
    width: 100%;
}
@media screen and (min-width:1000px) {
    .pc-col-1 {
        width: 8.33333333%;
    }
    .pc-col-2 {
        width: 16.66666667%;
    }
    .pc-col-3 {
        width: 25%;
    }
    .pc-col-4 {
        width: 33.33333333%;
    }
    .pc-col-5 {
        width: 41.66666667%;
    }
    .pc-col-6 {
        width: 50%;
    }
    .pc-col-7 {
        width: 58.33333333%;
    }
    .pc-col-8 {
        width: 66.66666667%;
    }
    .pc-col-9 {
        width: 75%;
    }
    .pc-col-10 {
        width: 83.33333333%;
    }
    .pc-col-11 {
        width: 91.66666667%;
    }
    .pc-col-12 {
        width: 100%;
    }
}
@media screen and (max-width:999px) {
    .sp-col-1 {
        width: 8.33333333%;
    }
    .sp-col-2 {
        width: 16.66666667%;
    }
    .sp-col-3 {
        width: 25%;
    }
    .sp-col-4 {
        width: 33.33333333%;
    }
    .sp-col-5 {
        width: 41.66666667%;
    }
    .sp-col-6 {
        width: 50%;
    }
    .sp-col-7 {
        width: 58.33333333%;
    }
    .sp-col-8 {
        width: 66.66666667%;
    }
    .sp-col-9 {
        width: 75%;
    }
    .sp-col-10 {
        width: 83.33333333%;
    }
    .sp-col-11 {
        width: 91.66666667%;
    }
    .sp-col-12 {
        width: 100%;
    }
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    box-sizing: border-box;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12,
.pc-col-1, .pc-col-2, .pc-col-3, .pc-col-4, .pc-col-5, .pc-col-6, .pc-col-7, .pc-col-8, .pc-col-9, .pc-col-10, .pc-col-11, .pc-col-12,
.sp-col-1, .sp-col-2, .sp-col-3, .sp-col-4, .sp-col-5, .sp-col-6, .sp-col-7, .sp-col-8, .sp-col-9, .sp-col-10, .sp-col-11, .sp-col-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

/* flex */
.flex {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.flex-center {
    justify-content: center;
}
.flex-between {
    justify-content: space-between;
}
.flex-v-center {
    align-items: center!important;
}
.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}
.flex3-item {
    margin-right: 50px;
}
.flex-item-40 {
    margin-right: 40px;
}
@media screen and (min-width:1000px) {
    .flex-item-40 {
        width: 30%;
    }
}
.flex-wrap .flex3-item:last-child {
    margin-right: 0;
}
@media screen and (min-width:1000px) {
    .pc-flex {
        display: flex;
        margin-right: -15px;
        margin-left: -15px;
    }
}

/* ページャー */
.pager {
    margin-top: 50px;
    text-align: center;
}
.pager a {
    text-decoration: none;
    color: #029df4;
}
.pager a:hover {
    background: #029df4;
    color: #fff;
}
.pager .page-numbers {
    display: inline-block;
    line-height: 36px;
    font-size: 18px;
    border: 1px solid #029df4;
    width: 36px;
    height: 36px;
    text-align: center;
    margin: 0 1px;
}
.pager .current {
    background: #029df4;
    color: #fff;
}

/* SP Only */
@media screen and (min-width:1000px){
    .sp-only {display: none;}
}
@media screen and (max-width:999px) {
    .pc-only {display: none;}
}


/* ----------------------------------------------
	Header
-------------------------------------------------*/
body {
    background-color: #e2e8f0;
}
.header {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    background-color: #fff;
    color: #222;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    z-index: 10;
}
.customize-support .header {
    top: 32px;
}
.header_inner {
    margin: 0 auto;
    text-align: left;
    display: flex;
    align-items: center;
}
.logo img {
    height: 32px;
    width: auto;
}
.btn_header {
    background-color: #333;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 10px;
    border-radius: 10px;
    transition: 0.5s;
}
.btn_header:hover {
    color: #004463;
    opacity: 0.8;
}
.btn-yellow {
    background-color: #F0FC0D;
    color: #004463;
}
.btn-yellow:hover {
    color: #004463;
}
@media screen and (min-width:1000px) {
    body {
        padding-top: 100px;
    }
    .header_inner {
        max-width: 1200px;
        margin: 0 auto;
        height: 75px;
        justify-content: space-between;
    }
    .header_right {
        display: flex;
        align-items: center;
    }
    .header_menu {
        display: flex;
        align-items: center;
        position: relative;
    }
    .header_menu > li {
        margin-left: 30px;
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 14px;
        padding: 10px 0;
        font-weight: 700;
    }
    .header_menu > li:first-child {
        margin-left: 0;
    }
    .header_menu > li > a {
        color: #222;
        display: block;
        position: relative;
        overflow: hidden;
        padding: 5px 0 10px;
        transition: 0.5s;
    }
    .header_menu > li > a:hover {
        color: #ddd;
    }
    .header_menu > li > a:after {
        position: absolute;
        bottom: 0px;
        left: 0;
        width: 100%;
        height: 2px;
        border-radius: 2px;
        background-color: #eee;
        transform: translate(-100%, 0);
        transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
        content: "";
    }
    .header_menu li a:hover:after {
        transform: translate(0, 0);
    }
    .header_menu_children {
        position: absolute;
        top: 50px;
        left: 0;
        right: 0;
        padding: 0 15px;
        background-color: rgba(0,0,0,0.9);
        z-index: 99;
        height: 0;
        transition: .5s;
    }
    .header_menu_children > li {
        height: 0;
        overflow: hidden;
        transition: .5s;
    }
    .header_menu_children > li:last-child {
        margin-bottom: 0;
    }
    .header_menu li:hover > .header_menu_children {
        height: auto;
        padding: 15px;
    }
    .header_menu li:hover > .header_menu_children > li {
        height: auto;
        overflow: visible;
        padding: 10px 0;
    }
    .header_menu_children > li > a {
        display: block;
        color: #FFF;
        transition: .5s;
    }
    .header_menu_children > li > a:hover {
        color: #ccc;
    }
    .header_btn {
        display: flex;
        margin-left: 50px;
    }
    .header_btn li:not(:last-child) {
        margin-right: 20px;
    }
    .btn_header {
        width: 120px;
    }
    .nav-drawer {
        display: none;
    }
}
@media screen and (max-width:999px) {
    body {
        padding-top: 70px;
    }
    .header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        padding: 0;
        height: 70px;
    }
    .header_inner {
        padding: 0 0;
        display: block;
        text-align: center;
    }
    .logo {
        display: block;
        text-align: left;
        padding: 15px 20px;
    }
    .logo img {
        max-width: 150px;
    }
    .header_right {
        display: none;
        position: fixed;
        top: 70px;
        left: 0px;
        right: 0px;
        background-color: #005b85;
    }
    .header_menu li {
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 14px;
        margin: 0;
        font-size: 14px;
        padding: 0;
    }
    .header_menu li a, .header_menu li span {
        display: block;
        color: #fff;
        padding: 15px 20px;
        border-bottom: 1px solid #006796;
    }
    .header_menu_children {
        display: none;
        background-color: rgba(0,0,0,100%);
    }
    .header_btn {
        padding: 15px 20px;
    }
    .header_btn li {
        display: block;
    }
    .header_btn li:not(:last-child) {
        margin-bottom: 10px;
    }
    .btn_header {
        display: block;
    }

    /*** ハンバーガーメニュー ***/
    .nav-drawer {
        position: absolute;
        top: 25px;
        right: 10px;
        display: block;
    }
    .nav_toggle {
        display: inline-block;
        width: 30px;
        height: 22px;
        vertical-align: middle;
    }
    .nav_toggle span, .nav_toggle span:before, .nav_toggle span:after {
        position: absolute;
        height: 3px;
        width: 25px;
        border-radius: 3px;
        background: #eee;
        display: block;
        content: '';
        cursor: pointer;
    }
    .nav_toggle span:before {
        bottom: -8px;
    }
    .nav_toggle span:after {
        bottom: -16px;
    }
    /*** ハンバーガーメニューopen ***/
    .nav_toggle.open span {
        width: 0;
    }
    .nav_toggle.open span:before {
        top: 7px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    .nav_toggle.open span:after {
        top: 7px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
}


/* ----------------------------------------------
	Footer
-------------------------------------------------*/

.footer {
    background: #F1F5F9;
    color: #333;
    text-align: center;
    padding: 60px 0;
}
.footer-inner {
    max-width: 1200px;
    text-align: left;
    margin: 0 auto;
}
.footer_logo {
    margin-bottom: 50px;
}
.footer_logo img {
    max-width: 180px;
}
.footer_navi {
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
}
.footer_navi li {
    font-size: 14px;
    font-weight: bold;
}
.footer_navi li a {
    color: #333;
}
.footer_navi li a:hover {
    color: #ccc;
}
.copyright {
    font-size: 12px;
}
@media screen and (min-width:1000px) {
    .footer_navi li:not(:last-child) {
        margin-right: 30px;
    }
}
@media screen and (max-width:999px) {
    .footer {
        padding: 50px 0 20px;
    }
    .footer-inner {
        width: auto;
        padding: 0 10px;
    }
    .footer_navi {
        display: block;
    }
    .footer_navi li {
        padding: 0;
    }
    .footer_navi li a {
        display: block;
        padding: 15px 0;
        border-bottom: 1px solid #1a2b4d;
    }
}

/* ----------------------------------------------
	Content
-------------------------------------------------*/
.wrapper {
    padding: 80px 0 0;
    text-align: left;
    overflow: hidden;
    position: relative;
}
.inner {
    max-width: 1200px;
    margin: 0 auto;
}
.inner-1024 {
    max-width: 1024px;
}
.inner-800 {
    max-width: 800px;
}
@media screen and (max-width:999px) {
    .wrapper {
        padding: 50px 0 0;
    }
    .inner {
        padding: 0 20px;
    }
    .sp-inner {
        padding: 0 20px;
    }
}
.container {
    margin-bottom: 80px;
    position: relative;
    z-index: 2;
}
@media screen and (max-width:999px) {
    .container {
        margin-bottom: 50px;
    }
}

/* ページトップ */
.top_scroll {
    position: fixed;
    z-index: 9999;
    bottom: 20px;
    right: 20px;
    margin: 0;
    padding: 0;
}
#page-top{
    display: block;
    font-size: 30px;
    color: #ccc;
    text-align: center;
    text-decoration: none;
    transition: 1s;
    -webkit-transition: 1s;
}
#page-top:hover{
    opacity: 0.8;
    transform: translateY(-10px);
}

/* TOP */
.top_carousel {
    background-color: #004463;
    padding: 20px 0 50px;
}
.top_carousel_item {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
}
.top_carousel_img {
    position: relative;
    overflow: hidden;
}
.top_carousel_img img {
    transition: transform .6s ease;
}
.top_carousel_pickup {
    position: absolute;
    top: -15px;
    left: -30px;
    background-color: #F0FC0D;
    transform: skew(35deg,-35deg);
    font-size: 12px;
    font-weight: bold;
    color: #222;
    padding: 30px 30px 10px 30px;
}
.top_carousel_body {
    text-align: left;
}
.top_carousel_title {
    font-size: 24px;
    color: #222;
    font-weight: bold;
    line-height: 1.4;
}
.label_category {
    display: flex;
}
.label_category li {
    background-color: #004463;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 10px;
}
.top_carousel_item:hover img {
    transform: scale(1.1);
}
.top_carousel_item:hover .top_carousel_title {
    color: #555;
}
.slick-next, .slick-prev {
    position: absolute;
    top: 50%;
    margin-top: calc(-15px - 47px);
    font-size: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 1;
}
.slick-next::after, .slick-prev::after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fff;
    font-size: 30px;
}
.slick-prev::after {
    content: "\f053";
}
.slick-next::after {
    content: "\f054";
}
.slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.slick-dots li {
    margin: 0 10px;
}
.slick-dots li button {
    position: relative;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-dots li button::after {
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    display: block;
    background-color: #999;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    font-size: 0;
}
.slick-dots li.slick-active button::after {
    background-color: #fff;
}
@media screen and (min-width:1000px) {
    .top_carousel_item {
        display: flex;
        justify-content: space-between;
        margin: 0 25px;
    }
    .top_carousel_img {
        width: 400px;
    }
    .top_carousel_body {
        width: 550px;
    }
    .top_carousel_title {
        margin-top: 20px;
    }
    .slick-prev {
        left: calc((100vw - 1050px) / 2 - 50px);
    }
    .slick-next {
        right: calc((100vw - 1050px) / 2 - 50px);
    }
}
@media screen and (max-width:999px) {
    .top_carousel {
        padding: 10px 0;
    }
    .top_carousel_item {
        display: block;
        padding: 20px;
        margin: 0 10px;
        height: 100%;
    }
    .top_carousel_img {
        margin-bottom: 10px;
    }
    .top_carousel_title {
        margin-top: 10px;
        font-size: 18px;
    }
    .top_carousel .slick-track {
        display: flex;
    }
    .top_carousel .slick-slide {
        float: none;
        height: auto;
    }
    .slick-next, .slick-prev {
        top: auto;
        bottom: 10px;
        margin-top: 0;
    }
    .slick-prev {
        left: 20px;
    }
    .slick-next {
        right: 20px;
    }
}
/* 一覧 */
.content_ttl {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.4;
    color: #222;
    letter-spacing: 0.2em;
    margin-bottom: 30px;
}
.article_img a:hover img {

}
.article_body {
    margin-top: 15px;
}
.article_title {
    font-size: 18px;
    font-weight: bold;
    color: #222;
    line-height: 1.4;
}
.more {
    margin-top: 20px;
    text-align: center;
}
.btn_more {
    display: inline-block;
    background-color: #004463;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 10px 30px;
    border-radius: 5px;
    transition: 0.5s;
}
.btn_more:hover {
    color: #fff;
    opacity: 0.8;
}
.article_link {
    text-align: right;
    margin-top: 10px;
}
.article_link a {
    display: inline-block;
    background-color: #eee;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    padding: 5px 10px;
    border-radius: 20px;
}
.article_link a:hover {
    opacity: 0.9;
}
@media screen and (min-width:1000px) {
    .article_wrap {
        display: flex;
    }
    .article_item {
        width: 270px;
    }
    .article_item:not(:nth-child(4n+4)) {
        margin-right: 36px;
    }
}
@media screen and (max-width:999px) {
    .article_wrap {
        display: flex;
        flex-wrap: wrap;
    }
    .article_item {
        width: 48%;
    }
    .article_item:nth-child(odd) {
        margin-right: 4%;
    }
    .article_item:nth-child(n+3) {
        margin-top: 20px;
    }
    .article_body {
        margin-top: 10px;
    }
    .article_title {
        font-size: 14px;
    }
}

/* メディア */
.header_right_media {
    padding-right: 40px;
    padding-top: 10px;
}
.header_right_media span {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #9F9F9F;
    margin-right: 10px;
}
.header_right_media img {
    max-height: 32px;
    width: auto;
    vertical-align: bottom;
}
.media_header_navi {
    background-color: #223967;
    padding: 15px 0;
}
.media_header_navi ul {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.media_header_navi ul li {
    font-size: 16px;
    font-weight: bold;
    padding: 0 20px;
}
.media_header_navi ul li:not(:last-child) {
    border-right: 1px solid #fff;
}
.media_header_navi ul li a {
    color: #fff;
}
@media screen and (min-width:769px) {
    .inner-media {
        display: flex;
        justify-content: space-between;
        max-width: 1000px;
    }
    .media_main {
        width: 850px;
    }
    .media_side {
        width: 250px;
    }
}
.seminarlist_item {
    background-color: #FFF;
    box-shadow: 1px 1px 10px 1px rgba(0,0,0,5%);
    display: flex;
    margin-bottom: 30px;
}
.seminarlist_img {
    width: 250px;
    margin-right: 10px;
    overflow: hidden;
}
.seminarlist_img img {
    transition: transform .6s ease;
}
.seminarlist_img a:hover img {
    transform: scale(1.1);
}
.seminarlist_body {
    padding: 20px;
    flex: 1;
}
.seminarlist_sub {
    display: flex;
    margin-bottom: 15px;
}
.article_cat a {
    display: block;
    font-size: 12px;
    color: #999999;
    border: 1px solid #DDD;
    border-radius: 20px;
    padding: 4px 10px;
    margin-right: 10px;
}
.article_date {
    font-size: 13px;
    color: #222222;
}
.seminarlist_display_date {
    font-size: 12px;
    color: #222222;
    margin-bottom: 10px;
}
.seminarlist_display_date b {
    display: inline-block;
    background-color: #003551;
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    padding: 5px 8px;
    margin-right: 5px;
}
.seminarlist_title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
}
.seminarlist_title a {
    color: #003551;
    transition: 1s;
}
.seminarlist_title a:hover {
    color: #999;
}
@media screen and (max-width:999px) {
    .seminarlist_item {
        display: block;
    }
    .seminarlist_img {
        width: auto;
        margin-right: 0;
        text-align: center;
    }
}

/* Category */
.article_category_wrap {
    display: flex;
    flex-wrap: wrap;
}
.article_category_item {
    display: block;
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,15%);
}
a.article_category_item {
    opacity: 0.9;
}
.service_category_container {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5px;
}
.service_category_container li {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background-color: #ccc;
    line-height: 1.2;
    padding: 3px 6px;
    margin-bottom: 5px;
}
.cat-it {background-color: #007CC3;}
.cat-hr {background-color: #EA595F;}
.cat-finance {background-color: #ED6C00;}
.cat-mentor {background-color: #C3D1D9;}
.cat-marketing {background-color: #8EC43E;}
.service_category_container li:not(:last-child) {
    margin-right: 10px;
}
.service_category_container li a {
    color: #fff;
}
.service_category_container li a:hover {
    opacity: 0.8;
}
.article_category_body {
    margin-top: 15px;
}
.article_company_name {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 10px;
}
.article_category_title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 15px;
}
.industry_list {
    display: flex;
    flex-wrap: wrap;
}
.industry_list li {
    font-size: 13px;
    color: #555;
    padding: 3px 6px;
    line-height: 1.2;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-bottom: 5px;
}
.industry_list li:not(:last-child) {
    margin-right: 6px;
}
.article_category_company_logo {
    margin-top: 20px;
    text-align: right;
}
.article_category_company_logo img {
    max-width: 150px;
}
@media screen and (min-width:1000px) {
    .article_category_item {
        width: 380px;
        margin-right: 30px;
        margin-bottom: 30px;
    }
    .article_category_item:nth-child(3n) {
        margin-right: 0;
    }
    .article_category_item_logo {
        position: relative;
        padding-bottom: 70px;
    }
    .article_category_company_logo {
        position: absolute;
        bottom: 15px;
        left: 15px;
        right: 15px;
    }
    .article_category_company_logo img {
        max-height: 50px;
        width: auto;
    }
}
@media screen and (max-width:999px) {
    .article_category_item {
        margin-bottom: 20px;
    }
}

/* 絞り込み検索 */
.narrow_down_container {
    background-color: #f3f3f3;
    margin-bottom: 30px;
    border-radius: 10px;
    border: 2px solid #004463;
    overflow: hidden;
}
.narrow_down_ttl {
    background-color: #004463;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 1.4;
    padding: 10px 10px;
    text-align: center;
    cursor: pointer;
}
.narrow_down_ttl::after {
    display: inline-block;
    content: "\f078";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-left: 10px;
}
.narrow_down_ttl.active::after {
    content: "\f077";
}
.narrow_down_body {
    background-color: #f3f3f3;
    padding: 20px;
    display: none;
}
.narrow_down_search:not(:last-child) {
    margin-bottom: 20px;
}
.narrow_down_search dt {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4;
}
.narrow_down_search dd {
    font-size: 15px;
    line-height: 1.4;
}
.narrow_down_btn {
    display: none;
}
.narrow_down_btn + label {
    display: inline-block;
    font-size: 14px;
    background-color: #eee;
    line-height: 18px;
    border: 1px solid #ddd;
    padding: 3px 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}
.narrow_down_btn:not(:last-child) + label {
    margin-right: 10px;
}
.narrow_down_btn:checked + label {
    background-color: #004463;
    color: #fff;
    font-weight: bold;
}
@media screen and (min-width:1000px) {
    .narrow_down_search {
        display: flex;
    }
    .narrow_down_search dt {
        width: 160px;
    }
    .narrow_down_search dd:nth-child(2) {
        width: 100px;
    }
    .narrow_down_search dd:nth-child(n+3) {
        flex: 1;
    }
}
@media screen and (max-width:999px) {
    .narrow_down_search dt {
        margin-bottom: 15px;
    }
}

/* Single */
.single_sub {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}
.single_sub_left {
    display: flex;
    align-items: center;
}
.single_sub .article_cat {
    margin-right: 20px;
}
.single_sub .article_date {
    font-weight: bold;
}
.single_sns {
    display: flex;
    justify-content: right;
    align-items: center;
}
.single_sns li {
    margin-left: 10px;
}
.subject_single {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.5;
    margin: 30px 0 30px;
}
.single_body ul, .single_body ol {
    background-color: #f3f3f3;
    padding: 20px;
    margin-bottom: 30px;
}
.single_body ul li,
.single_body ol li {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 10px;
    margin-left: 1.5em;
    font-weight: bold;
}
.single_body ul li {
    list-style: outside disc;
}
.single_body ol li {
    list-style: outside decimal;
}
.single_body ul li:last-child,
.single_body ol li:last-child {
    margin-bottom: 0;
}
.single_body table th,
.single_body table td {
    border-bottom: 1px solid #ddd;
    padding: 20px;
    font-size: 16px;
    line-height: 1.5;
}
.single_body table th {
    background-color: #f3f3f3;
}
/* 引用 */
.single_body blockquote {
    background-color: #eee;
    padding: 15px 15px 15px 60px;
    margin-bottom: 20px;
    position: relative;
}
.single_body blockquote p:last-child {
    margin-bottom: 0;
}
.single_body blockquote:before{
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 15px;
    content: "\f10d";
    font-family: 'Font Awesome 5 Free';
    color: #9dd4ff;
    font-size: 30px;
    line-height: 1;
    font-weight: 900;
}

.wpp-item-data {
    margin-top: 10px;
}
.wpp-item-data .wpp-post-title {
    font-size: 14px;
    font-weight: bold;
    color: #222;
    line-height: 1.5;
}
.wpp-thumbnail-container .wpp-thumbnail {
    float: none;
}
body {
    counter-reset: number 0;
}
.wpp-list li {
    position: relative;
}
.wpp-list li::before {
    counter-increment: number 1;
    content: counter(number) " ";
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #222222;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
}
@media screen and (max-width:768px) {
    .media_side {
        text-align: center;
        margin-bottom: 50px;
    }
    .subject_single {
        font-size: 26px;
    }
    .single_body h2 {
        font-size: 20px;
        line-height: 1.5;
    }
    .single_sub {
        display: block;
    }
    .single_sns {
        margin-top: 10px;
    }
}
/* インタビュープロフィール */
.single_interview_prof {
    display: flex;
    margin: 40px 0;
    background-color: #f3f3f3;
    padding: 30px;
}
.single_interview_prof_img img {
    border-radius: 100%;
}
.single_interview_prof_body {
    flex: 1;
}
.single_interview_prof_company {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.single_interview_prof_name {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}
.single_interview_prof_text {
    font-size: 14px;
    line-height: 1.7;
}
@media screen and (min-width:769px) {
    .single_interview_prof_img {
        width: 100px;
        margin-right: 20px;
    }
}
@media screen and (max-width:768px) {
    .single_interview_prof {
        display: block;
    }
    .single_interview_prof_img {
        text-align: center;
        margin: 0 auto 20px;
        width: 120px;
    }
}
/* 活用事例 */
.single_ttl {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
    color: #222;
    margin-bottom: 20px;
}
.single_company_info {
    padding: 20px 20px;
    border: 1px solid #ddd;
    background-color: #fcfeff;
    border-radius: 10px;
    margin-bottom: 30px;
}
.single_company_ttl {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    color: #666;
    text-align: center;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
}
.single_company_logo {
    text-align: center;
    margin-bottom: 30px;
}
.single_company_logo img {
    max-width: 200px;
}
.single_company_name {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 5px;
}
.single_company_url {
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 20px;
}
.single_company_table {
    /* display: flex; */
}
.single_company_table:not(:last-child) {
    margin-bottom: 15px;
}
.single_company_table dt {
    font-size: 14px;
    font-weight: bold;
    color: #004463;
    line-height: 1.4;
    margin-bottom: 10px;
}
.single_company_table dd {
    font-size: 14px;
    line-height: 1.4;
    color: #222;
    flex: 1;
}
.single_company_btn_container {
    text-align: center;
}
.single_company_btn_container > div:not(:last-child) {
    margin-bottom: 20px;
}
.single_company_table dd p {
    word-break: break-all;
}
@media screen and (min-width:1000px) {
    .single_wrap {
        display: flex;
        justify-content: space-between;
    }
    .single_wrap .single {
        width: 800px;
    }
    .single_company {
        width: 340px;
    }
    .single_company_btn_container .btn {
        width: 260px;
    }
    .single_wrap_center {
        justify-content: center;
    }
}
@media screen and (max-width:999px) {
    .single_ttl {
        font-size: 24px;
    }
    .single_wrap {
        padding-bottom: 50px;
    }
    .single_company_btn_container .btn {
        width: auto;
        display: block;
    }
}
/* 記事CTA */
.single_cta {
    margin: 50px 0;
    border: 1px solid #DDDDDD;
    border-top: 4px solid #223967;
    padding: 30px 50px;
}
.single_cta_ttl {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #223967;
    line-height: 1.4;
    margin-bottom: 50px;
    text-align: center;
}
.single_cta_prof {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.single_cta_prof_img {
    width: 120px;
    margin-right: 30px;
}
.single_cta_prof_body {
    flex: 1;
}
.single_cta_prof_company {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.single_cta_prof_position {
    font-size: 14px;
    margin-bottom: 10px;
}
.single_cta_prof_name {
    font-size: 24px;
    font-weight: bold;
}
.single_cta_prof_name small {
    font-size: 14px;
    font-weight: normal;
    margin-left: 10px;
}
.single_cta_prof_sns {
    margin-top: 15px;
    display: flex;
    align-items: center;
}
.single_cta_prof_sns li {
    margin-right: 15px;
}
.single_cta_body {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 45px;
}
.single_cta_body p:not(:last-child) {
    margin-bottom: 1.5em;
}
@media screen and (max-width:768px) {
    .single_cta {
        padding: 20px;
    }
    .single_cta_ttl {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .single_cta_prof {
        display: block;
    }
    .single_cta_prof_img {
        text-align: center;
        width: auto;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .single_cta_prof_company {
        font-size: 14px;
    }
    .single_cta_prof_position {
        font-size: 12px;
    }
    .single_cta_body {
        font-size: 14px;
        margin-bottom: 20px;
    }
}

/* サービスCTA */
.client_case_cta {
    padding: 0;
    /* border: 3px solid #004463; */
    /* border-radius: 10px; */
    margin-bottom: 50px;
}
.client_case_cta_main {
    /* background-color: #ebf9ff; */
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}
.client_case_cta_main_body p {
    font-size: 15px;
    line-height: 1.6;
    font-weight: 700;
}
.client_case_cta_main_body.it p {color: #006BB8;}
.client_case_cta_main_body.hr p {color: #DF414F;}
.client_case_cta_main_body.finance p {color: #EA6D22;}
.client_case_cta_main_body.mentor p {color: #3e3a39;}
.client_case_cta_main_body.marketing p {color: #85BF5C;}
.cta_btn {
    text-align: center;
    margin-top: 20px;
    display: block;
    border: 1px solid #00505A;
    border-radius: 20px;
    color: #222;
    font-weight: 700;
    background-color: #FFF;
    font-size: 15px;
    line-height: 1.4;
    padding: 5px 20px;
    transition: 0.5s;
}
.cta_btn a {
    display: block;
    border: 1px solid #00505A;
    border-radius: 20px;
    color: #222;
    font-weight: 700;
    background-color: #FFF;
    font-size: 15px;
    line-height: 1.4;
    padding: 5px 20px;
    transition: 0.5s;
}
.cta_btn a:hover {
    color: #fff;
    background-color: #00505A;
}
.client_case_cta_sub_item {
    display: block;
}
.client_case_cta_sub .cta_btn a {
    font-size: 13px;
}
.client_case_cta_sub_img {
    margin-bottom: 10px;
}
.client_case_cta_sub_body p {
    font-size: 14px;
    line-height: 1.5;
}
.client_case_cta_ttl {
    font-size: 20px;
    font-weight: 700;
    background-color: #004463;
    color: #fff;
    line-height: 1.4;
    text-align: center;
    padding: 10px 0;
    border-top-left-radius: 5px;
}
.client_case_cta_ttl_sm {
    font-size: 16px;
    font-weight: 700;
    color: #444;
    line-height: 1.4;
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-top: 15px;
}
.client_case_cta_main, .client_case_cta_sub_item {
    transition: 0.5s;
}
a.client_case_cta_main:hover, a.client_case_cta_sub_item:hover {
    opacity: 0.8;
}
@media screen and (min-width:1000px) {
    .client_case_cta {
        padding: 0;
    }
    .client_case_cta_main {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-left: 30px;
        padding-right: 30px;
    }
    .client_case_cta_main_img {
        width: 300px;
    }
    .client_case_cta_main_body {
        width: 400px;
    }
    .client_case_cta_sub {
        display: flex;
        justify-content: center;
        padding: 0 30px 30px;
    }
    .client_case_cta_sub_item {
        max-width: 200px;
        flex: 1;
        margin: 0 10px;
    }
    .client_case_cta_sub_img {
        min-height: 70px;
        display: flex;
        align-items: center;
    }
}
@media screen and (max-width:999px) {
    .client_case_cta_main {
        padding-left: 20px;
        padding-right: 20px;
    }
    .client_case_cta_sub {
        padding: 0 20px 20px;
    }
    .client_case_cta_sub_item:not(:last-child) {
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px dotted #ddd;
    }
    .client_case_cta_sub_img {
        text-align: center;
    }
    .client_case_cta_sub_img img {
        max-width: 150px;
    }
    .client_case_cta_ttl {
        font-size: 16px;
    }
}

/* セミナーページ */
.seminar_body {
    margin: 60px auto 0;
    max-width: 800px;
}
.seminar_body h2 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 24px;
    color: #222;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.2em;
    padding-bottom: 20px;
    border-bottom: 1px solid #DDD;
    margin: 50px 0 30px;
}
.seminar_body {
    margin-bottom: 50px;
}
.seminar_body p {
    font-size: 16px;
    color: #222;
    line-height: 2;
}
.seminar_body p:not(:last-child) {
    margin-bottom: 1.5em;
}
.seminar_body em {
    font-style: normal;
    background: linear-gradient(transparent 30%, #FCFF67 70%);
}
.seminar_body ul li,
.seminar_body ol li {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    color: #0E2E4C;
    letter-spacing: 0.2em;
}
.seminar_body ul li::before,
.seminar_body ol li::before {
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-size: 20px;
    margin-right: 20px;
}
.seminar_body ul li::before {
    content: '\f14a';
    font-weight: 400;
}
.seminar_body ol li::before {
    content: '\f0eb';
    font-weight: 900;
    color: #B4B730;
}
.seminar_body ul li:not(:last-child),
.seminar_body ol li:not(:last-child) {
    margin-bottom: 20px;
}
.seminar_body figure {
    margin-bottom: 20px;
}
/* テーブル */
.seminar_info {
    border-bottom: 1px solid #DDD;
    width: 100%;
}
.seminar_info th, .seminar_info td {
    border-top: 1px solid #DDD;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 1.5;
    color: #222;
}
.seminar_info th {
    background-color: #E8F4FF;
    color: #0E2E4C;
    font-weight: bold;
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
}
.seminar_info td {
    border-right: 1px solid #DDD;
}
.seminar_info td small {
    display: block;
    font-size: 0.9em;
    margin-top: 5px;
}
@media screen and (min-width:1000px) {
    .seminar_info th {
        width: 200px;
    }
}
@media screen and (max-width:999px) {
    .seminar_info, .seminar_info th, .seminar_info td {
        display: block;
    }
    .seminar_info td {
        border-left: 1px solid #DDD;
    }
}

/* セミナー横フォーム */
.seminar_side_ttl {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    color: #222;
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
@media screen and (min-width:1000px) {
    .seminar_container {
        display: flex;
        justify-content: space-between;
    }
    .seminar_container .single {
        max-width: 800px;
    }
    .seminar_side {
        max-width: 360px;
        width: 360px;
        padding: 30px 0;
    }
}
@media screen and (max-width:999px) {
    .seminar_side {
        /* display: none; */
        padding-bottom: 50px;
    }
    .seminar_container {
        display: flex;
        flex-direction: column;
    }
}

/* 登壇者 */
.seminar_speaker_name {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #0E2E4C;
    line-height: 1.5;
    margin-bottom: 20px;
}
.seminar_speakers_prof p {
    font-size: 14px;
    color: #222;
    line-height: 2;
}
.seminar_speakers_prof p:not(:last-child) {
    margin-bottom: 1.5em;
}
@media screen and (min-width:1000px) {
    .seminar_speakers {
        display: flex;
        justify-content: space-between;
    }
    .seminar_speakers_img {
        width: 220px;
    }
    .seminar_speakers_body {
        max-width: 540px;
    }
}
@media screen and (max-width:999px) {
    .seminar_speakers_img {
        text-align: center;
        margin-bottom: 20px;
    }
}

/* マルケトフォーム */
.seminar_form .mktoForm {
    width: auto!important;
}
.seminar_form .mktoForm .mktoFormCol {
    float: none;
    margin-bottom: 20px!important;
}
.seminar_form .mktoForm .mktoFieldWrap {
    float: none;
}
.seminar_form .mktoForm .mktoTextField, .seminar_form .mktoForm .mktoTelField, .seminar_form .mktoForm .mktoEmailField, .seminar_form .mktoForm .mktoUrlField, .seminar_form .mktoForm select.mktoField {
    /* width: 100%!important; */
    background-color: #F3F3F3;
    border: 1px solid #DDD;
    height: 40px;
    border-radius: 9px;
    padding: 10px;
    float: none;
}
.seminar_form .mktoForm textarea.mktoField {
    width: 100%!important;
    background-color: #F3F3F3;
    border: 1px solid #DDD;
    border-radius: 9px;
    padding: 10px;
}
.seminar_form .mktoForm .mktoLabel {
    position: relative;
    display: inline-block;
    width: auto!important;
    float: none;
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
    padding: 0;
    margin-bottom: 15px;
}
.seminar_form .mktoForm .mktoAsterix {
    /* position: relative; */
    position: absolute;
    top: -3px;
    right: 20px;
    color: rgba(0,0,0,0%);
}
.seminar_form .mktoForm .mktoAsterix::after {
    content: "必須";
    display: inline-block;
    background-color: #DE2930;
    font-size: 12px;
    color: #FFF;
    font-weight: normal;
    line-height: 1.3;
    padding: 1px 5px;
    border-radius: 5px;
}
.seminar_form .mktoForm .mktoOffset {
    display: none;
}
.seminar_form .mktoForm .mktoRadioList > label, .seminar_form .mktoForm .mktoCheckboxList > label {
    cursor: pointer;
}
.seminar_form .mktoButtonRow {
    display: block;
    text-align: center;
}
.seminar_form .mktoForm span {
    margin: 0!important;
}
.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
	background-color: #0E2E4C !important;
	background-image: linear-gradient(to bottom, #0E2E4C, #0E2E4C) !important;
	border: 1px solid #0E2E4C !important;
	width: 160px;
	height: 40px;
	border-radius: 12px;
	font-size: 16px !important;
	font-weight: 900 !important;
}
.seminar_side_form .mktoForm .mktoTextField, .seminar_side_form .mktoForm .mktoTelField, .seminar_side_form .mktoForm .mktoEmailField, .seminar_side_form .mktoForm .mktoUrlField, .seminar_side_form .mktoForm select.mktoField {
    padding: 10px!important;
}
.seminar_side_form .mktoForm .mktoButtonRow {
    text-align: center;
}
.seminar_side_form .mktoForm select.mktoField {
    width: 100%!important;
    background-color: #F3F3F3;
    border: 1px solid #DDD;
    height: 40px;
    border-radius: 9px;
    cursor: pointer;
}
@media screen and (min-width:1000px) {
    .seminar_form .mktoForm .mktoLabel {
        display: block;
        width: 280px!important;
        float: left;
        padding-right: 60px;
    }
    .seminar_form .mktoForm .mktoTextField, .seminar_form .mktoForm .mktoTelField, .seminar_form .mktoForm .mktoEmailField, .seminar_form .mktoForm .mktoUrlField, .seminar_form .mktoForm select.mktoField {
        width: 500px!important;
    }
    .seminar_form .mktoForm textarea.mktoField {
        width: 500px!important;
        min-height: 100px;
        clear: none!important;
    }
    .seminar_form .mktoForm .mktoRadioList, .seminar_form .mktoForm .mktoCheckboxList {
        /* width: auto!important; */
        width: 500px!important;
        float: left!important;
        clear: none!important;
    }
    .seminar_side_form {
        position: relative;
    }
    .seminar_side_form .mktoForm textarea.mktoField {
        width: 100%!important;
        background-color: #F3F3F3;
        border: 1px solid #DDD;
        height: 100px;
        border-radius: 9px;
    }
    /* ローディング画面 */
    #loading {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        width: 100%;
        height: 130px;
        transition: all 1s;
    }
    .spinner {
        width: 100px;
        height: 100px;
        margin: 0 auto;
        background-color: #004463;
        border-radius: 100%;
        animation: sk-scaleout 1.0s infinite ease-in-out;
    }
    /* ローディングアニメーション */
    @keyframes sk-scaleout {
        0% {
          transform: scale(0);
        } 100% {
          transform: scale(1.0);
          opacity: 0;
        }
    }
}
@media screen and (max-width:999px) {
    .seminar_form .mktoForm {
        padding: 0;
    }
    .seminar_form .mktoForm .mktoAsterix {
        right: 0px;
    }
    .seminar_form .mktoForm .mktoLabel {
        display: block;
        padding-right: 60px;
    }
    .seminar_form .mktoForm .mktoLabel strong {
        padding: 0!important;
    }
}

/* Single */
.single_body {
    margin: 60px auto 0;
    max-width: 800px;
}
.single_body h2 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 24px;
    color: #222;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.2em;
    padding-bottom: 20px;
    border-bottom: 1px solid #DDD;
    margin: 60px 0 30px;
}
.single_body h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 40px 0 25px;
    line-height: 1.4;
}
.single_body {
    margin-bottom: 50px;
}
.single_body p {
    font-size: 16px;
    color: #222;
    line-height: 2;
}
.single_body p:not(:last-child) {
    margin-bottom: 1.5em;
}
.single_body p a {
    color: #0E2E4C;
    text-decoration: underline;
}
.single_body em {
    font-style: normal;
    background: linear-gradient(transparent 30%, #FCFF67 70%);
}
.single_body ul li,
.single_body ol li {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0.2em;
}
.single_body ul li:not(:last-child),
.single_body ol li:not(:last-child) {
    margin-bottom: 10px;
}
.single_body figure {
    margin-bottom: 20px;
}

/* レポートプロフィール */
.profile_title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    color: #666;
    margin-bottom: 5px;
}
.single_body .report_profile_name {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #0E2E4C;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 10px;
}
.report_profile_prof p:not(:last-child) {
    margin-bottom: 1.5em;
}
.report_profile_body {
    background-color: #f3f3f3;
    padding: 20px;
}
.report_profile_body p {
    font-size: 14px;
    line-height: 1.7;
}
.report_profile_body p:last-child {
    margin-bottom: 0;
}
.report_outline {
    background-color: #f3f3f3;
    padding: 20px 30px;
    margin-top: 30px;
}
.report_outline h2 {
    margin: 0 0 20px;
    font-size: 18px;
    padding-bottom: 10px;
}
.report_outline p {
    font-size: 14px;
}
.single_body .report_outline p:not(:last-child) {
    margin-bottom: 5px;
}
.single_body .report_outline p:last-child {
    margin-bottom: 0;
}
.subject_report {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    margin: 30px 0 30px;
}
.report_date {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    color: #555;
    margin: 20px 0 10px;
    text-align: right;
}
.eyecatch_lead {
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    background-color: #f3f3f3;
    padding: 10px;
}
@media screen and (min-width:1000px) {
    .report_profile {
        display: flex;
        justify-content: space-between;
    }
    .report_profile_img {
        width: 220px;
    }
    .report_profile_body {
        max-width: 540px;
    }
}
@media screen and (max-width:999px) {
    .report_profile_img {
        text-align: center;
        margin-bottom: 20px;
    }
}

/* フリーランスプロフィール */
.single_freelance {
    background-color: #f3f3f3;
    padding: 30px;
    margin: 50px 0;
}
.single_freelance2 {
    background-color: #FCF1F4;
}
.single_freelance_name {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    color: #222;
    margin-bottom: 20px;
}
.single_freelance_name span {
    margin-left: 10px;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #004463;
}
.single_freelance_prof {
    font-size: 16px;
    line-height: 1.4;
    color: #004463;
    font-weight: bold;
    margin-bottom: 20px;
}
.single_freelance_body p {
    font-size: 14px;
    line-height: 1.6;
    color: #333;
}
.single_freelance_name img {
    width: 50px;
    margin-right: 10px;
}
.single_freelance_name img.img_md {
    width: 100px;
}
@media screen and (max-width:768px) {
    .single_freelance {
        padding: 20px;
    }
    .single_freelance_img {
        margin-bottom: 20px;
    }
}

/* おすすめ記事 */
.yarpp-related {
    margin: 50px 0!important;
    background-color: #f3f3f3;
    padding: 20px;
}
.related_post {
    display: flex;
}
.related_post_item {
    display: block;
}
.related_ttl {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
}
.related_post_img {
    margin-bottom: 10px;
}
.related_post_item p {
    font-size: 15px;
    line-height: 1.4;
    font-weight: 700;
}
@media screen and (min-width:1000px) {
    .related_post_item {
        width: 175px;
    }
    .related_post_item:not(:last-child) {
        margin-right: 20px;
    }
}
@media screen and (max-width:999px) {
    .related_post {
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .related_post_item {
        width: calc(50% - 5px);
    }
    .related_post_item:nth-child(n+3) {
        margin-top: 20px;
    }
}

/* フキダシ */
.single_fukidashi {
    margin: 50px 0;
}
.single_fukidashi_name {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 700;
    color: #222;
    text-align: center;
}
.single_fukidashi_body {
    background-color: #fff;
    border: 5px solid #ddd;
    border-radius: 10px;
    position: relative;
    display: flex;
    align-items: center;
    padding: 20px;
}
/* .single_fukidashi_body::before, .single_fukidashi_body::after {
    content: "";
    position: absolute;
    top: 50%;
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
} */
/* .single_fukidashi_body::before {
    left: -20px;
    background: #fff;
    height: calc(tan(60deg) * 20px / 2);
    width: 20px;
    z-index: 2;
}
.single_fukidashi_body::after {
    left: -26px;
    margin-top: -2px;
    background: #ddd;
    height: calc(tan(60deg) * 26px / 2);
    width: 24px;
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
    z-index: 1;
} */
.single_fukidashi_body p {
    font-size: 16px;
    line-height: 1.4;
}
.single_fukidashi_img {
    text-align: center;
}
.single_fukidashi_img img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 100%;
}
@media screen and (min-width:1000px) {
    .single_fukidashi {
        display: flex;
        justify-content: space-between;
    }
    .single_fukidashi_reverse {
        flex-direction: row-reverse;
    }
    .single_fukidashi_body {
        width: 700px;
        flex: 1;
    }
    .single_fukidashi_body:before {
        content: "";
        position: absolute;
        top: 50%;
        left: -18px;
        margin-top: -14px;
        border: 8px solid transparent;
        border-right: 14px solid #FFF;
        z-index: 2;
    }
    .single_fukidashi_body:after {
        content: "";
        position: absolute;
        top: 50%;
        left: -26px;
        margin-top: -14px;
        border: 8px solid transparent;
        border-right: 14px solid #ddd;
        z-index: 1;
    }
    .single_fukidashi_reverse .single_fukidashi_body:before {
        left: auto;
        right: -10px;
        border: 8px solid transparent;
        border-left: 12px solid #FFF;
        border-right: none;
        z-index: 2;
    }
    .single_fukidashi_reverse .single_fukidashi_body:after {
        left: auto;
        right: -18px;
        border: 8px solid transparent;
        border-left: 14px solid #ddd;
        border-right: none;
        z-index: 1;
    }
    .single_fukidashi_img {
        width: 180px;
    }
}
@media screen and (max-width:999px) {
    .single_fukidashi_img {
        margin: 0 auto 10px;
    }
}

/* この記事を書いた人 */
.author {
    margin-top: 50px;
    border: 3px solid #aaa;
    background-color: #f9f9f9;
    padding: 30px;
    position: relative;
    margin-bottom: 50px;
}
.author_sub {
    position: absolute;
    top: -20px;
    left: 10px;
    background-color: #004463;
    border-radius: 30px;
    color: #fff;
    line-height: 40px;
    padding: 0 20px;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.1em;
}
.author_name {
    font-size: 20px;
    line-height: 1.4;
    color: #111;
    font-weight: 700;
    margin-bottom: 20px;
}
.author_text, .single_body .author_text {
    font-size: 16px;
    color: #444;
    line-height: 1.6;
}
.author_ttl {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 20px;
}
@media screen and (min-width:1000px) {
    .author_container {
        display: flex;
        justify-content: space-between;
    }
    .author_img {
        width: 150px;
    }
    .author_body {
        width: 560px;
    }
}
@media screen and (max-width:999px) {
    .author_container {
        position: relative;
    }
    .author_img {
        max-width: 100px;
        text-align: center;
        margin-bottom: 20px;
    }
    .author_name {
        position: absolute;
        top: 20px;
        left: 120px;
    }
}

/* 目次 */
.single #toc_container {
    width: 100%;
    padding: 20px;
}
