@charset "UTF-8";

/*ヘッダー*/

.mazrica-times-header .mdl-square-tab {
    align-items: baseline;
}

.mdl-square-tab li+li {
    margin-left: 60px;
}


/*インナーメニュー*/

@media screen and (max-width: 768px) {
    .sp-nav-inner-menu {
        display: none;
    }
    .sp-nav-inner-menu.active {
        display: block;
        width: 100%;
        max-width: 600px;
        margin: 0 auto 110px;
    }
    .sp-header-nav-btn {
        position: absolute;
        right: 25px;
        top: 25px;
    }
    .mazrica-times-header+main {
        margin-top: 70px;
        display: block;
    }
    .sp-header-nav-btn.active .trigger span {
        background: #fff;
    }
    .sp-nav-inner-menu.active,
    .mdl-square-tab a {
        color: #fff;
    }
    .mdl-square-tab {
        font-size: 2.4rem;
    }
    .mdl-square-tab li.select {
        color: #fff;
    }
    .mdl-square-tab li::after {
        content: none;
    }
    .mazrica-times-header.active .mazrica-times-logo {
        display: none;
    }
}

@media screen and (min-width: 769px) {
    .sp-nav-inner-menu {
        display: block;
    }
}


/*メインビジュアル下〜コンバージョンエリアまでのインナー*/

.mt-col-inner {
    margin: 32px 0 100px;
}

.mt-col-inner .col-2list {
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

/* COP-25 font-sizeを14に */
.mt-col-inner .post-content p {
    font-size: 14px;
}

.mazrica-times-header {
    padding: 25px 0 0;
}

.mazrica-times-logo {
    margin: auto;
    height: 60px;
    display: block;
    margin-bottom: 40px;
}


/*マツリカタイムス用headerナビ*/

.mt-header-navi {
    text-align: center;
    margin-bottom: 24px;
}

.mt-header-navi li {
    display: inline-block;
}

.mt-header-navi li+li {
    margin-left: 60px;
}

.mt-header-navi li a {
    font-size: 1.6rem;
    font-weight: bold;
}

.mt-header-navi li.active {
    color: #FF5C00;
}

.mt-main-contents {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    /* IE10 */
    min-height: 430px;
}

.mt-detail-contents_bgwrap {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 540px;
    opacity: .3;
}

.mt-detail-contents_bgwrap img {
    height: 540px;
    filter: url(data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="6" /></filter></svg>#filter);
    -webkit-filter: blur(6px);
    filter: blur(6px);
    width: 100%;
    object-fit: cover;
}

.mt-main-contents-img {
    width: 60%;
}

.mt-main-contents-box {
    width: 40%;
    background: #000;
    color: #fff;
    padding: 60px 40px;
    box-sizing: border-box;
}

.mt-main-contents-inner {
    max-width: 400px;
}

.mt-main-contents-txt {
    margin-top: 32px;
    font-weight: bold;
}

.mt-main-contents-link {
    text-align: right;
    display: block;
    margin-top: 80px;
}

@media screen and (max-width: 768px) {
    .mt-col-inner {
        margin: 35px 0 60px;
    }
    .mazrica-times-header {
        padding: 13px 0;
        width: 100%;
        top: 0;
        background-color: rgba(255, 255, 255, 0.8);
        -webkit-transition: 0.2s;
        transition: 0.2s;
        position: fixed;
        z-index: 10;
    }
    .mazrica-times-header.active {
        width: 100%;
        height: 100vh;
        background: #333;
        -webkit-transition: 0.2s;
        transition: 0.2s;
        position: fixed;
        overflow-x: hidden;
        z-index: 10;
        top: 0;
    }
    .mt-header-navi {
        margin: 24px 20px 14px;
    }
    .mt-header-navi li {
        margin-bottom: 10px;
    }
    .mt-header-navi li+li {
        margin-left: 16px;
    }
    .mt-header-navi li a {
        font-size: 1.2rem;
    }
    .mazrica-times-logo {
        margin-bottom: 0;
        height: 45px;
    }
    .mt-main-contents {
        display: block;
    }
    .mt-detail-contents_bgwrap {
        display: none;
    }
    .mt-main-contents-img {
        width: 100%;
        height: 215px;
    }
    .mt-main-contents-box {
        width: 100%;
        padding: 25px;
    }
    .mt-main-contents-link {
        margin-top: 32px;
    }
    .mt-main-contents-txt {
        margin-top: 16px;
    }
    .mazrica-times-header .mdl-square-tab {
        display: block;
        width: 100%;
        padding: 0;
        margin-top: 50px;
    }
    .mazrica-times-header .mdl-square-tab li+li {
        margin-left: 0;
    }
    .mt-main-contents-inner {
        max-width: 100%;
    }
}


/*２つならびのタイトル*/

.report-ttl {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 10px;
}

.report-ttl a {
    color: #333;
}


/*下層*/

.mt-detail-contents-img {
    width: 1100px;
    min-height: 540px;
    text-align: center;
    margin: 0 auto;
    object-fit: cover;
    position: relative;
}

.mt-ttl-box {
    padding-bottom: 35px;
    margin-bottom: 60px;
    border-bottom: 1px solid #B7B7B7;
}

.mt-detail-ttl {
    margin-top: 14px;
}

.mt-detail-subttl {
    margin-bottom: 10px;
}

.mt-details-day {
    font-size: 1.2rem;
    font-weight: bold;
    color: #B7B7B7;
    margin-top: 8px;
    display: block;
}

.mt-detail-txt {
    font-size: 1.6rem;
    line-height: 1.9;
}

.mt-detail-img {
    margin: 32px 0;
    display: block;
}

/* COP-17 要素をセンタリングするためのスタイル */
.mt-conversion-area .conversion-btn-wrap {
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .mt-detail-contents-img {
        width: 100%;
        min-height: 215px;
    }
    .mt-detail-txt {
        font-size: 1.4rem;
    }
    .report-ttl {
        font-size: 1.6rem;
    }
    .mt-ttl-box {
        margin-top: 50px;
        padding-bottom: 8px;
        margin-bottom: 32px;
    }
    .mt-detail-ttl,
    .mt-details-day {
        margin-top: 18px;
    }
    .mt-detail-subttl {
        margin-bottom: 16px;
    }
}


/*SNSでシェアする*/

.sns-btn-list {
    margin-top: 50px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    /* IE10 */
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.sns-btn-list li {
    width: calc(100% / 5);
}

.sns-btn-list li a {
    display: flex;
    height: 40px;
    box-sizing: border-box;
    padding: 10px 0;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    /* IE10 */
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #fff;
    font-size: 3rem;
}

.btn-twitter {
    background: #1da1f2;
}

.btn-fb {
    background: #4267b2;
}

.btn-line {
    background: #00B900;
    font-size: 3.6rem!important;
}

.btn-note {
    background: #41c9b4;
}

.btn-hatena {
    background: #00a4de;
}


/*次の記事のブロック（上に線あり）*/

.next-article-block {
    border-top: 1px solid #B7B7B7;
    margin-top: 60px;
    padding-top: 52px;
}

.next-article-block a {
    color: #333;
}


/*アイコンフォント*/

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?1ygiwa');
    src: url('../fonts/icomoon.eot?1ygiwa#iefix') format('embedded-opentype'),
         url('../fonts/icomoon.ttf?1ygiwa') format('truetype'),
         url('../fonts/icomoon.woff?1ygiwa') format('woff'),
         url('../fonts/icomoon.svg?1ygiwa#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-fb:before {
    content: "\e900";
}

.icon-hatena:before {
    content: "\e901";
}

.icon-line:before {
    content: "\e902";
}

.icon-note:before {
    content: "\e903";
}

.icon-twitter:before {
    content: "\e904";
}


/*ページャ*/

.mdl-col-left .pager-wrap {
    margin-top: 100px;
}

@media screen and (max-width: 768px) {
    .mdl-col-left .pager-wrap {
        margin-top: 40px;
    }
}


/*フッター*/

.mazrica-times-footer {}

.mazrica-times-footer-top,
.mazrica-times-footer-subnav {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    /* IE10 */
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.mazrica-times-footer-top .footer_logo {
    max-height: 73px;
}

.mazrica-times-footer-menu {
    font-size: 1.6rem;
    font-weight: bold;
}

.mazrica-times-footer-menu li {
    display: inline-block;
}

.mazrica-times-footer-menu li+li {
    margin-left: 70px;
}

.mazrica-times-footer-bottom {
    padding-top: 16px;
    margin-top: 30px;
    border-top: 1px solid #676767;
}
.mazrica-times-footer-bottom .isms_certified__logos {
    position: static;
}

.mazrica-times-footer-subnav {
    margin-bottom: 20px;
}

.mazrica-times-footer-blanklink {
    font-size: 1.6rem;
    font-weight: bold;
    margin-right: 24px;
}

.mazrica-times-footer-blanklink a {
    font-weight: bold;
}

.mazrica-times-footer-blanklink li {
    display: inline-block;
}

.mazrica-times-footer-blanklink li+li {
    margin-left: 60px;
}

.mazrica-times-footer-address {
    line-height: 2rem;
    margin-left: 20px;
}

.mazrica-times-footer-copywriter {
    font-size: 1rem;
}

.mazrica-times-footer .footer-link {
    margin: 0 0 0 16px;
}

.mazrica-times-footer .reverse {
    flex-flow: row-reverse;
    justify-content: flex-end;
}

@media screen and (max-width: 1210px) {
    .mazrica-times-footer-top,
    .mazrica-times-footer-subnav {
        display: block;
    }
    .mazrica-times-footer-menu,
    .mazrica-times-footer-blanklink {
        margin-top: 30px;
    }
    .mazrica-times-footer-menu,
    .mazrica-times-footer-blanklink {
        font-size: 1.4rem;
    }
    .mazrica-times-footer-menu li,
    .mazrica-times-footer-blanklink li {
        width: 49%;
    }
    .mazrica-times-footer-menu li+li,
    .mazrica-times-footer-blanklink li+li {
        margin: 0;
    }
    .mazrica-times-footer-menu li:nth-child(n+3),
    .mazrica-times-footer-blanklink li:nth-child(n+3) {
        margin-top: 16px;
    }
    .mazrica-times-footer-subnav .footer_logo {
        margin-top: 16px;
    }
    .mazrica-times-footer-subnav .mdl-flex {
        display: block;
    }
    .mazrica-times-footer-subnav .footer-sns {
        margin: 16px 0;
    }
    .mazrica-times-footer-address {
        margin-left: 0;
    }
    .mazrica-times-footer .reverse {
        display: block;
    }
    .mazrica-times-footer .footer-link {
        margin: 0;
    }
    .mazrica-times-footer-copywriter {}
}


/*セレクトされたタグ（CMS）*/

.select-tags {
    text-align: center;
    margin: 10px 0 50px;
}

.select-tags-inner {
    font-size: 3.2rem;
    border-bottom: 1px solid #333333;
    display: inline-block;
}

@media screen and (max-width: 768px) {
    .select-tags {
        margin: 0 0 30px;
        padding-top: 30px;
    }
    .select-tags-inner {
        font-size: 2.4rem;
    }
}

.media-editor-wrap {
    margin-bottom: 100px;
}


/*編集者リスト*/

.media-editor-list {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    /* IE10 */
    -webkit-justify-content: space-around;
    justify-content: space-around;
    flex-wrap: wrap;
}

.media-editor-list .small-txt-gray {
    margin-top: 14px;
    line-height: 1.2;
    text-align: center
}

.media-editor-list li {
    width: 300px;
    min-height: 230px;
}

.media-editor-list li:nth-child(n+4) {
    margin-top: 60px;
}

.media-editor-list .shoichi_nemoto {
    background: url('https://corp-site.mazrica.com/assets/images/mazrica_times/team_Shoichi_Nemoto.jpg') no-repeat;
    background-size: 300px;
}

.media-editor-list .yuko_kawabata {
    background: url('https://corp-site.mazrica.com/assets/images/mazrica_times/team_Yuko_Kawabata.jpg') no-repeat;
    background-size: 300px;
}

.media-editor-list .honami_saito {
    background: url('https://corp-site.mazrica.com/assets/images/mazrica_times/team_Honami_Saito.jpg') no-repeat;
    background-size: 300px;
}

.editor-img {
    border-radius: 115px;
    height: 230px;
}

@media screen and (max-width: 768px) {
    .media-editor-list li {
        width: 100%;
    }
    .media-editor-list li:nth-child(n+4) {
        margin-top: 40px;
    }
    .media-editor-list li+li {
        margin-top: 40px;
    }
    .editor-img {
        background-size: 100% !important;
        border-radius: 200px;
        height: 400px;
    }
}

@media screen and (max-width: 414px) {
    .editor-img {
        border-radius: 115px;
        height: 230px;
    }
}

.post-content h2 {
    background: #161616;
    text-align: left;
    color: #fff;
    padding: 13px 20px;
    font-size: 21px;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 25px;
    font-weight: 700;
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.post-content h2:after {
    content: "";
    display: block;
    position: absolute;
    border-top: 5px solid;
    border-top-color: #161616;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    bottom: -5px;
    left: 5%;
    width: 0;
    height: 0;
    margin-left: -5px;
}

.post-content h3 {
    margin-bottom: 1em;
    margin-top: 1.5em;
    padding-left: 16px;
    border-left: solid 6px #1a2f3a;
    font-weight: 700;
    font-size: 18px;
    clear: both;
    letter-spacing: .07rem;
    line-height: 1.7;
}

.post-content ul {
    padding-left: 2rem;
}

.post-content ul li {
    list-style-type: disc;
    font-size: 14px;
}

.post-content ol {
    padding-left: 2rem;
}

.post-content ol li {
    list-style-type: decimal;
    font-size: 14px;
}

.post-content ol>li::marker {
    font-weight: bold;
}

/*検索フォーム*/

.search-form .times-search {
    background-color: #f2f2f2;
    box-shadow: none!important;
    border: none;
    height: 30px;
    box-sizing: border-box;
    padding: 8px 30px 8px 8px;
    color: #333;
    font-size: 1.4rem;
    max-width: 200px;
}

.search-form .icon-search {
    position: absolute;
    width: 24px;
    height: 24px;
    display: inline-block;
    top: 1px;
    right: 15px;
}

.search-form .icon-search::before {
    position: absolute;
    display: block;
    content: '';
    background: url('https://corp-site.mazrica.com/assets/images/mazrica_times/icon_search.png') no-repeat;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
}


/* inputフォーム内のクリアボタンを隠す */

input[type="search" i]:enabled:read-write:-webkit-any(:focus,
:hover)::-webkit-search-cancel-button {
    opacity: 0;
}

input::-ms-clear {
    visibility: hidden;
}

.searchwp-live-search-result p {
    font-size: 1.2rem!important;
}

.searchwp-live-search-results {
    border-radius: 0!important;
}

div#search-clear {
    opacity: 0;
}

@media screen and (max-width: 414px) {
    input[type="search"] {
        -webkit-appearance: none;
        border-radius: 0;
    }
    .search-form {
        padding: 0 25px;
    }
    .search-form .times-search {
        height: 45px;
        max-width: 100%;
    }
    .search-form .icon-search {
        width: 30px;
        height: 30px;
        right: 45px;
        top: 4px;
    }
    .search-form .icon-search::before {
        background-size: 30px 30px;
        width: 30px;
        height: 30px;
    }
    .searchwp-live-search-result p {
        font-size: 1.4rem!important;
    }
    .searchwp-live-search-no-min-chars:after {
        font-size: 1.4rem;
    }
}

.ttl-min-jp {
    text-align: center;
}

.editor-coment {
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.5;
    margin-top: 20px;
    margin-bottom: 25px;
}

.editor-tag {
    font-weight: bold;
    font-size: 1.2rem;
    display: block;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: 25px;
    justify-items: left;
}

.editor-tag div {
    display: inline-block;
    position: relative;
    padding: 0 20px 6px 0;
    font-size: 1.2rem;
    font-weight: bold;
}

.widget-item {
    font-size: 1.4rem;
    background: #fff;
}
.widget-title {
    font-size: 3rem;
    letter-spacing: .15em;
    margin-bottom: 16px;
}
.widget-title .widget-subtitle {
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 0;
}
.times-table,
.times-table-list,
.times-table-scroll {
  margin: 1.5rem 0;
}
.times-table table,
.times-table-list table,
.times-table-scroll table {
  width: 100%;
  border-collapse: collapse ;
}
.times-table table th,
.times-table-list table th,
.times-table-scroll table th {
  color: #fff;
  background-color: #323232;
  padding: 8px;
  border: 1px solid #ccc;
}

.times-table table td,
.times-table-list table td,
.times-table-scroll table td {
  padding: 8px;
  border: 1px solid #ccc;
}

.times-table table th .color-adjust,
.times-table-list table th .color-adjust,
.times-table-scroll table th .color-adjust,
.times-table table td .color-adjust,
.times-table-list table td .color-adjust,
.times-table-scroll table td .color-adjust {
    filter: invert(100%) grayscale(100%) contrast(100);
}

@media screen and (max-width: 414px) {
    .times-table-list table th,
    .times-table-list table td {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
    .times-table-scroll {
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;    
    }
    .times-table-scroll table {
        width: 650px;
    }
}