@charset "UTF-8";
html {
    font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media all and (-ms-high-contrast: none) {
    html {
        font-family: "Noto Sans JP", sans-serif;
    }
}

body {
    line-height: 1.47059;
    text-align: justify;
    font-size: 9px;
    font-weight: normal;
    letter-spacing: -0.022em;
    color: #000;
    background: #f1f1f1;
    -webkit-font-feature-settings: "kern";
    font-feature-settings: "kern";
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -webkit-print-color-adjust: exact;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
    color: #0070c9;
}

img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

input {
    display: none;
}

textarea {
    resize: none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.2);
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: rgba(0, 0, 0, 0.2);
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.2);
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.2);
}

input::placeholder,
textarea::placeholder {
    color: rgba(0, 0, 0, 0.2);
}

input:focus,
textarea:focus {
    outline: 2px #0070c9 solid;
}

input[type=file] {
    display: none;
}

.top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin-top: 40px;
    width: 100%;
    height: calc(100vh - 40px);
}
.top .top_in .top_bg {
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    overflow: hidden;
}
.top .top_in .top_bg .top_bg_filter_black {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(1, 1, 1, 0.3);
}
.top .top_in .top_bg .top_bg_filter_dot {
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-repeat: repeat;
    background-image: url("/img/common/bg_filter_dot.png");
}
.top .top_in .top_bg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 140%;
    height: 100%;
    opacity: 0;
    background-size: cover;
    animation: slideShow 15s linear infinite 0s;
    -o-animation: slideShow 15s linear infinite 0s;
    -moz-animation: slideShow 15s linear infinite 0s;
    -webkit-animation: slideShow 15s linear infinite 0s;
}
.top .top_in .top_bg .top_bg__img1 {
    opacity: 1;
}
.top .top_in .top_bg .top_bg__img2 {
    animation-delay: 5s;
    -o-animation-delay: 5s;
    -moz--animation-delay: 5s;
    -webkit-animation-delay: 5s;
}
.top .top_in .top_bg .top_bg__img3 {
    animation-delay: 10s;
    -o-animation-delay: 10s;
    -moz--animation-delay: 10s;
    -webkit-animation-delay: 10s;
}
@keyframes slideShow {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
                        transform: translateX(-100px);
        -ms-transform: translateX(-100px);
    }
    5% {
        opacity: 1;
    }
    33% {
        opacity: 1;
    }
    40% {
        opacity: 0;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(0px);
                        transform: translateX(0px);
        -ms-transform: translateX(0px);
    }
}
@-webkit-keyframes slideShow {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
    }
    5% {
        opacity: 1;
    }
    33% {
        opacity: 1;
    }
    40% {
        opacity: 0;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(0px);
    }
}
.top .top_in .logo_icon {
    display: block;
    position: relative;
    margin: auto;
    width: auto;
    height: 35px;
}
.top .top_in .title_logo {
    display: block;
    position: relative;
    margin: auto;
    margin-top: 10%;
    width: 80%;
    /* width: 300px;
    height: 68px; */
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
    .top .top_in .title_logo {
        margin-top: 20%;
        /* width: 500px;
        height: 114px; */
    }
}
@media only screen and (min-width: 751px) and (max-width: 1000px) and (orientation: landscape) {
    .top .top_in .title_logo {
        margin-top: 7%;
    }
}
@media screen and (min-width: 1001px) {
    .top .top_in .title_logo {
        margin-top: 8%;
        /* width: 500px;
        height: 114px; */
    }
}
.top .top_in .title_box {
    position: relative;
    text-align: center;
}
.top .top_in .title_box .title_text {
    font-family: serif;
    position: relative;
    margin-top: 10%;
    line-height: 40px;
    width: auto;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
    text-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 750px) and (orientation: landscape) {
    .top .top_in .title_box .title_text {
        margin-top: 3%;
    }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
    .top .top_in .title_box .title_text {
        line-height: 50px;
        font-size: 40px;
    }
}
@media screen and (min-width: 1001px) {
    .top .top_in .title_box .title_text {
        margin-top: 5%;
        line-height: 80px;
        font-size: 60px;
    }
}
.top .top_in #top_scroll {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 80px;
    padding: 60px 0 10px;
    width: 30px;
    height: 20px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.1em;
    font-family: "Exo", sans-serif;
    font-family: "Play", sans-serif;
}
@media only screen and (max-width: 750px) and (orientation: landscape) {
    .top .top_in #top_scroll {
        margin-top: 15px;
    }
}
@media screen and (min-width: 751px) {
    .top .top_in #top_scroll {
        margin-top: 6%;
        width: 45px;
    }
}
.top .top_in #top_scroll .top_scroll_span {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -15px;
    width: 30px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.top .top_in #top_scroll .top_scroll_span::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 50%;
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sdb 2s infinite;
    animation: sdb 2s infinite;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.top .top_in #top_scroll .top_scroll_span::after {
    content: "Scroll";
    position: absolute;
    top: 55px;
    left: -8px;
    font-weight: normal;
}
@-webkit-keyframes sdb {
    0% {
        -webkit-transform: translate(0, 0);
                        transform: translate(0, 0);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        -webkit-transform: translate(0, 20px);
                        transform: translate(0, 20px);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes sdb {
    0% {
        -webkit-transform: translate(0, 0);
                        transform: translate(0, 0);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        -webkit-transform: translate(0, 20px);
                        transform: translate(0, 20px);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

a {
    color: #0070c9;
}
a:hover {
    text-decoration: none;
}

main {
    background: #fff;
}

section {
    padding: 10em 0;
    background: #fff;
}
@media screen and (min-width: 751px) {
    section {
        padding: 120px 0;
    }
}
section.section_onayami {
    background: #f1f1f1;
}
section .container {
    margin: auto;
    width: calc(100% - 4em);
}
@media screen and (min-width: 751px) {
    section .container {
        width: 70%;
        max-width: 1000px;
    }
}
section .container.container_reason {
    margin-top: 85px;
}
section .container.container_ploblem {
    margin-top: 40px;
}
@media screen and (min-width: 751px) {
    section .container.container_ploblem {
        margin-top: 60px;
        width: 500px;
    }
}
section h1 {
    padding: 1em;
    margin-top: 1em;
    text-align: left;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    background: #0070c9;
    letter-spacing: 0.04em;
}
@media screen and (min-width: 751px) {
    section h1 {
        text-align: center;
        font-size: 30px;
    }
}
section h1 {
    text-shadow: none;
}
section .description__p {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    padding: 1em;
    line-height: 1.7em;
    font-size: 16px;
    background: #f1f1f1;
}
@media screen and (min-width: 751px) {
    section .description__p {
        font-size: 20px;
    }
}
section img {
    margin-top: 2em;
    width: 100%;
}
@media screen and (min-width: 751px) {
    section img {
        height: 300px;
    }
}
section h2 {
    line-height: 1.4em;
    text-align: center;
    font-size: 27px;
    font-weight: bold;
    letter-spacing: 0.04em;
}
@media screen and (min-width: 751px) {
    section h2 {
        font-size: 35px;
    }
}
@media screen and (min-width: 751px) {
    section h2 br {
        display: none;
    }
}
section .h2__p {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    margin-top: 10px;
    line-height: 1.7em;
    font-size: 15px;
}
@media screen and (min-width: 751px) {
    section .h2__p {
        font-size: 16px;
    }
}
section h3 {
    margin-top: 2em;
    margin-top: 40px;
    line-height: 1.7em;
    font-size: 18px;
    font-weight: bold;
}
@media screen and (min-width: 751px) {
    section h3 {
        font-size: 20px;
    }
}
section h3 span {
    border-bottom: 2px solid #324b72;
}
section .h3__p {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    margin-top: 0.5em;
    line-height: 1.7em;
    font-size: 15px;
}
@media screen and (min-width: 751px) {
    section .h3__p {
        font-size: 16px;
    }
}
section h4 {
    margin-top: 1.5em;
    line-height: 1.8em;
    font-size: 15px;
    font-weight: bold;
}
@media screen and (min-width: 751px) {
    section h4 {
        font-size: 16px;
    }
}
section h4::before {
    font-family: "Font Awesome 5 Free";
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    margin-bottom: 2px;
    font-size: 18px;
    color: #0f9d58;
    color: #1AC98E;
}
@media screen and (min-width: 751px) {
    section h4::before {
        font-size: 19px;
    }
}
section .h4__p {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    line-height: 1.7em;
    font-size: 15px;
}
@media screen and (min-width: 751px) {
    section .h4__p {
        font-size: 16px;
    }
}

.ploblem_nayami {
    font-family: serif;
    position: relative;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 13px 18px;
    width: 200px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.04em;
    background: #fff;
    border-radius: 15px;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}
.ploblem_nayami::before {
    content: "";
    display: block;
    position: absolute;
    right: -20px;
    bottom: 8px;
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}
.ploblem_nayami::after {
    content: "";
    display: block;
    position: absolute;
    right: -30px;
    bottom: 3px;
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 751px) {
    .ploblem_nayami {
        font-size: 25px;
        padding: 20px;
    }
}
@media screen and (min-width: 751px) {
    .ploblem_nayami:nth-of-type(1) {
        padding: 17px 20px;
        width: 420px;
    }
}
@media screen and (min-width: 751px) {
    .ploblem_nayami:nth-of-type(2) {
        padding: 17px 20px;
        width: 470px;
    }
}

.block_in_flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 40px;
    color: #112950;
    font-size: 16px;
}
@media screen and (min-width: 751px) {
    .block_in_flow {
        margin-top: 40px;
    }
}
.block_in_flow img {
    margin-top: 10px;
    margin-bottom: 10px;
}

.block_in_flow_in {
    position: relative;
    margin: 28px 0;
    padding: 10px;
    padding-left: 90px;
    width: calc(100% - 100px);
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 751px) {
    .block_in_flow_in {
        padding-left: 120px;
        width: calc(100% - 130px);
    }
}
.block_in_flow_in::before {
    content: attr(title);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 100%;
    font-size: 16px;
    font-weight: 700;
    vertical-align: top;
    color: #fff;
    background: #0070c9;
}
@media screen and (min-width: 751px) {
    .block_in_flow_in::before {
        width: 100px;
        font-size: 20px;
    }
}
.block_in_flow_in:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: auto;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 10px solid #cce0f3;
}
.block_in_flow_in h3 {
    margin-top: 0;
}
.block_in_flow_in p {
    text-align: left;
    line-height: 1.47059;
}
@media screen and (min-width: 751px) {
    .block_in_flow_in p br {
        display: none;
    }
}

mark {
    background: none;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(50%, #cce0f3));
    background-image: linear-gradient(transparent 60%, #cce0f3 50%);
}

h2 span {
    background: none;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(50%, #cce0f3));
    background-image: linear-gradient(transparent 60%, #cce0f3 50%);
}

.flex--center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.linkBtn {
    display: block;
    position: relative;
    margin: auto;
    margin-top: 40px;
    width: 80%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    background: #0070c9;
    border-radius: 4px;
    -webkit-box-shadow: var(--box-shadow__base);
    box-shadow: var(--box-shadow__base);
    cursor: pointer;
}
@media screen and (min-width: 751px) {
    .linkBtn {
        width: 250px;
        font-size: 16px;
    }
}
.linkBtn::after {
    content: "＞";
    position: absolute;
    right: 15px;
    color: #fff;
}
.linkBtn:hover {
    text-decoration: none !important;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

.article_relation {
    margin: auto;
    padding: 40px 0;
    width: calc(100% - 50px);
    width: 100%;
    background: #f1f1f1;
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
    .article_relation {
        padding: 60px 0;
    }
}
@media screen and (min-width: 1001px) {
    .article_relation {
        padding: 80px 0;
    }
}
.article_relation .article_relation_inner {
    margin: auto;
    width: 100%;
}
@media screen and (min-width: 751px) {
    .article_relation .article_relation_inner {
        width: 70%;
        max-width: 1000px;
    }
}
.article_relation .relation_header h2 {
    text-align: left;
    font-size: 20px;
    line-height: 1.3em;
    font-weight: bold;
    letter-spacing: 0.04em;
}
@media screen and (min-width: 751px) {
    .article_relation .relation_header h2 {
        font-size: 30px;
    }
}
.article_relation .relation_header p {
    margin-top: 5px;
    text-align: left;
    font-size: 14px;
    line-height: 1.3em;
    font-weight: 400;
}
@media screen and (min-width: 751px) {
    .article_relation .relation_header p {
        font-size: 15px;
    }
}
.article_relation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.article_relation ul li {
    display: block;
    float: left;
    margin-top: 20px;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: var(--box-shadow__base);
    box-shadow: var(--box-shadow__base);
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
    .article_relation ul li {
        width: 48%;
    }
}
@media screen and (min-width: 1001px) {
    .article_relation ul li {
        width: 24%;
    }
}
.article_relation ul li:hover {
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}
.article_relation ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    width: 100%;
    height: 100%;
    color: #112950;
    text-decoration: none;
    -webkit-transition: 0ms;
    transition: 0ms;
}
@media screen and (min-width: 751px) {
    .article_relation ul li a {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.article_relation ul li a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
}
@media screen and (min-width: 751px) {
    .article_relation ul li a img {
        position: relative;
        width: 100%;
        height: 110px;
    }
}
.article_relation ul li a .relation__a_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            -ms-flex-direction: column;
                    flex-direction: column;
    padding: 10px;
    padding-left: calc(30% + 10px);
    width: calc(70% - 10px - 10px);
    height: 100%;
}
@media screen and (min-width: 751px) {
    .article_relation ul li a .relation__a_inner {
        padding: 15px;
        width: calc(100% - 30px);
    }
}
.article_relation ul li a .relation__a_tag {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-top: 4px;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.04em;
    color: #0070c9;
}
@media screen and (min-width: 751px) {
    .article_relation ul li a .relation__a_tag {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-top: auto;
        font-size: 15px;
    }
}
.article_relation ul li a .relation__a_tag span {
    padding: 4px 6px;
    border-radius: 4px;
    border: 1px solid #0070c9;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
@media screen and (min-width: 751px) {
    .article_relation ul li a .relation__a_tag span {
        padding: 2px 6px;
    }
}
.article_relation ul li a .relation_ttl__p {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 10px;
    padding-bottom: 0.2em;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.04em;
}
@media screen and (min-width: 751px) {
    .article_relation ul li a .relation_ttl__p {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 0;
        font-size: 18px;
    }
}
.article_relation ul li a .relation_txt__p {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    overflow: hidden;
    position: relative;
    margin-top: 0.5em;
    height: calc(1.47059em * 3);
    line-height: 1.47059;
    font-size: 13px;
    color: #324b72;
}
@media screen and (min-width: 751px) {
    .article_relation ul li a .relation_txt__p {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-bottom: 1em;
        font-size: 15px;
    }
}
.article_relation ul li a .relation_txt__p::before {
    position: absolute;
}
.article_relation ul li a .relation_txt__p::before {
    content: " ";
    right: 0;
    bottom: 0;
    width: 3em;
    height: 1.47059em;
    background: -webkit-gradient(linear, left top, right top, color-stop(10%, rgba(255, 255, 255, 0.5)), to(#fff));
    background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 10%, #fff);
}
.article_relation ul li a .tag__p {
    text-align: right;
    margin-top: 10px;
    font-size: 13px;
    color: #112950;
    letter-spacing: 0.04em;
}
@media screen and (min-width: 751px) {
    .article_relation ul li a .tag__p {
        font-size: 15px;
        margin-top: 15px;
    }
}
.article_relation ul li a .tag__p .fa-tag {
    font-size: 12px;
    margin-right: 0.3em;
}
@media screen and (min-width: 751px) {
    .article_relation ul li a .tag__p .fa-tag {
        font-size: 13px;
    }
}
