@charset "UTF-8";

body {
    background-color: #f8f8f8;
}

.top {
    text-align: center;
    margin-top: 80px;
}

.top h2 {
    font-size: 28px;
    font-weight: 1000;
    letter-spacing: 0.085em;
    color: #2f2f2f;
    margin-top: 0;
    margin-bottom: 50px;
}

.contents {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    max-width: 1120px;
    width: 90%;
    margin: 0 auto;
    justify-content: space-between;
    margin-bottom: 50px;
    padding-top: 50px;
}

.contents main {
    width: 70%;
    background-color: #FFF;
}

.article {
    margin: 40px 50px;
}

.contents h1 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.01em;
    margin-top: 15px;
}

.contents h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.01em;
    margin-bottom: 0px;
    margin-top: 40px;
}

.contents p {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: -0.01em;
}

.contents .name {
    line-height: 25px;
    margin-top: 20px;
    padding-bottom: 50px;
}

.contents .name br {}

.contents aside {
    width: 28%;
}

.contents .banner {}

.contents a.tag {
    position: relative;
    z-index: 2;
    color: #d91616;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.01em;
    margin: 0;
    margin-right: 5px;
    border: 1px solid #d91616;
    height: 20px;
    width: 70px;
    line-height: 20px;
    overflow: hidden;
    display: inline-block;
    text-align: center;
}

.contents a.tag::before,
.contents a.tag::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}

.contents a.tag,
.contents a.tag::before,
.contents a.tag::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.contents a.tag:hover {
    color: #fff;
}

.contents a.tag:after {
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
}

.contents a.tag:hover:after {
    top: 0;
    left: 0;
    background-color: #d91616;
}


.contents p.date {
    margin: 0;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.01em;
    padding-left: 10px;
    color: #696969;
    padding-top: 3px;
}

.contents img {
    width: 100%;
}

.contents .column_nav {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}


.popular {
    margin: 30px 0px;
}

.popular h5 {
    text-align: center;
    color: #454545;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.01em;
    margin: 0;
}

.popular table {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: -0.01em;
}

.popular td {
    padding: 5px 10px;
}

.popular td.number {
    background-color: #000;
    color: #FFF;
    text-align: center;
    padding: 0;
    padding: 5px;
}

.popular td.right_border {
    background-color: #FFF;
    color: #042252;
    border-right: 2px solid #042252;
    text-align: center;
}

.popular .border {
    width: 10%;
    margin: 0 auto;
    height: 3px;
    background-color: #b7b7b7;
    margin-bottom: 15px;
    margin-top: 5px;
}

.popular a {
    color: #000;
    text-decoration: none;
}

.sns {
    margin-bottom: 20px;
}

.flowbtn8 {
    border-radius: 50%;
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 24px;
    text-decoration: none;
    transition: .5s;
}

/* ボタンマウスホバー時のテキスト指定 */

.flowbtn8:hover {
    color: #fff!important;
}

/* アイコンをど真ん中に */

.flowbtn8 i {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.sns .facebook {
    border: solid 1px #3b5998;
    color: #3b5998;
}

.sns .facebook:hover {
    border: solid 1px #3b5998;
    background: #3b5998;
}

.sns .twitter {
    border: solid 1px #55acee;
    color: #55acee;
}

.sns .twitter:hover {
    border: solid 1px #55acee;
    background: #55acee;
}

.sns .line {
    border: solid 1px #00c300;
    color: #00c300;
    font-size: 30px;
}

.sns .line:hover {
    border: solid 1px #00c300;
    background: #00c300;
}

.sns .pocket {
    border: solid 1px #ef3f56;
    color: #ef3f56;
    font-size: 30px;
}

.sns .pocket:hover {
    border: solid 1px #ef3f56;
    background: #ef3f56;
}

.columnist {
    padding: 30px 50px;
    background-color: #e2e2e2;
    border-top: 5px solid #818181;
    color: #818181;
    margin: 0;
}

.columnist .name {
    margin: 0;
    padding: 0;
}

.columnist span {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.01em;
    font-weight: 500;
}

.columnist .en {
    border-bottom: 1px solid #818181;
    padding-bottom: 5px;
    margin-top: 0px;
}

.columnist p {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: -0.01em;
}

.contents .more_button {
    background-color: #000;
    border: none;
    width: 90%;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.1em;
    padding: 15px 0px;
    color: #FFF;
    text-decoration: none;
    display: block;
    text-align: center;
    margin: 0px auto;
    margin-top: 20px;
    margin-bottom: 40px;

}


.introduction {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-bottom: 30px;
}

.table_of_contents {
    background-color: #f8f8f8;
    padding: 4% 5%;
    margin-bottom: 30px;
}

.table_of_contents h3 {
    text-align: center;
    margin: 0;
    margin-bottom: 20px;
    padding-top: 0;
}


.table_of_contents a {
    display: block;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: -0.01em;
    color: #d91616;
}

.table_of_contents a.child {
    display: block;
    font-size: 12px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: #d91616;
    padding-left: 10px;
}

.table_of_contents .row {
    margin-bottom: 15px;
}


.article_contents h3 {

    margin-bottom: 30px;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    padding: 10px;
    margin-bottom: 20px;
    margin-top: 30px;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.05em;
}

.article_contents h2 {

    background-color: #000;
    color: #FFF;
    padding: 10px;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.05em;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 30px;
}

.under {
    text-decoration: underline;
}

.columnist_row{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.columnist_row .text{
    width: 81%;
}

.columnist_row .img{
    width: 15%;
}


.columnist_row .img img{
    width: 100%;
}

.top_heading{
    padding-top: 105px;
}

.top_heading img{
    width: 100%;
   margin-top: -10px;
}

.contents p.annotation{
    color: #e50012;
    font-size: 11px;
    margin: 0;
}

.list{
    background-color: #f0f2f7;
    padding: 3%;
}


.list ul{
    padding-left: 4%;
    margin: 0;
}


.list li{
        font-size: 16px;
    line-height: 32px;
    letter-spacing: 0em;
    font-weight: 400;
    color: rgb(43, 55, 78);
}

.contents .list p{
    padding: 0;
    margin: 5px 0;
}