@charset "UTF-8";
.article p {
    font-size: 1.8rem;
    line-height: 2.2;
    margin-bottom: 60px;
}

.article .adjustment {
    margin-bottom: 90px;
}

/*
.wrapLower_article h1 {
    margin-bottom: 10px;
}

.wrapLower_article .other {
    margin-bottom: 30px;
}
*/

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

.contents .inner {
    padding-top: 20px;
}

.inner .caption {
    margin-bottom: 30px;
    padding: 20px;
    background: #f7f7f7;
    color: #000;
    border-radius: 0;
}

.inner .caption span {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}

.inner .caption p {
    font-size: 14px;
}

.inner .department_title {
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    padding-left: 40px;
    line-height: 1.4;
	font-size: 18px;
    font-weight: bold;
}

.inner .department_title:before {
    position: absolute;
    content: '';
    top: 0;
    left:0;
    display: block;
    width: 100%;
    height: 30px;
    background-image: url(../story/images/crown.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.inner .department_title .department {
	display: inline-block;
    margin: 0 10px;
    padding: 5px 16px;
    background: #ffe23f;
    font-size: 18px;
}

/*
.inner .article .flex {
    display: flex;
    justify-content: space-between;
}

.inner .article .lead li {
    line-height: 2.1;
}

.inner .article .lead li:first-child {
    margin-right: 30px;
    width: 250%;
}
*/

.inner .article .lead {
    margin-bottom: 60px;
}

.inner .article .lead .lead_text {
    margin-bottom: 60px;
    font-size: 16px;
}

.inner .article .lead .photo_left {
    margin-right: 0;
}

.inner .article .photo {
    width: 45%;
    margin-bottom: 30px;
}

.inner .article .photo_right {
    float: right;
    margin-left: 50px;
}

.inner .article .photo_left {
    float: left;
    margin-right: 50px;
}

.inner .article .photo_center {
    margin: 0 auto 80px;
}

.inner .article .supple {
    font-size: 14px;
    font-weight: normal;
    color: #000;
}

@media screen and (max-width: 1260px){
    .inner .department_title {
        display: block;
        margin: 0 auto 35px;
        padding: 40px 0 0 0;
        text-align: center;
    }

    .inner .department_title:before {
        margin-bottom: 10px;
        background-position: center;
    }

    .inner .department_title .department {
        margin: 5px 10px 0;
    }

    /*
    .inner .article .flex {
        display: block;
    }

    .inner .article .lead {
        margin-bottom: 60px;
    }

    .inner .article .lead li:first-child {
        margin-right: 0;
        width: 100%;
    }
    */

    .inner .article .lead .photo_left {
        float: none;
        width: 100%;
        margin: 0 auto 40px;
    }
}

@media screen and (max-width: 767px){
    .inner .department_title .department {
        margin: 5px 10px 0 0;
    }

    .inner .article .lead {
        margin-bottom: 40px;
    }

    .inner .article .lead .lead_text {
        margin-bottom: 0;
    }

    .article .adjustment {
        margin-bottom: 30px;
    }

    .article h2 {
        line-height: 1.8;
    }

    .article p {
        margin-bottom: 30px;
    }

    .inner .article .photo {
        width: 100%;
        text-align: center;
    }

    .inner .article .photo_right {
        float: none;
        margin-left: 0;
    }

     .inner .article .photo_left {
        float: none;
        margin-left: 0;
    }
}
.inner .article .photoperson{
    width: 10%;
    margin-bottom: 0px;
}

.inner .article .photoperson_left {
    float: left;
    margin-right: 15px;
}