@charset "utf-8";
#jimotas{
    color: #4b4948;
    font-size: 14px;
}
#jimotas p{
    line-height: 1.7;
    margin: 15px 0;
}
#jimotas .sp{
    display: none;
}
#jimotas section.section-single{
    width: 750px;
    margin: auto;
}
#jimotas .main-image img,
#jimotas section.section-single .eyecatch img{
    width: 100%;
    margin: 0!important;
    vertical-align: middle;
}
#jimotas .section-single .eyecatch div{
    margin: 0;
}
#jimotas .section-single .eyecatch > div.eyecatch-text {
    overflow: hidden;
    display: table;
    width: 100%;
    background-color: #f7f7f7;
    padding-bottom: 0;
    height: 30px;
    padding-top: 14px;
    margin-top: -7px;
}

#jimotas div.eyecatch-author{
    float: left;
}
#jimotas .section-single .eyecatch-author p {
    display: inline-block;
    vertical-align: middle;
    color: #00aaeb;
    font-weight: bold;
    font-size: 14px;
    padding-left: 20px;
    margin: 0;
}
#jimotas .eyecatch-date{
    text-align: right;
    padding-bottom: 5px;
}
#jimotas .eyecatch-date p{
    vertical-align: middle;
    display: inline-block;
    font-size: 14px;
    padding-right: 20px;
    color: #00aaeb;
    margin: 0;
}
#jimotas div.eyecatch-date::after{
    display: block;
    content: "";
    clear: both;
}

#jimotas .section-single-content--jimochan{
    margin-top: 0;
}

#jimotas .section-single-content section {
    margin-top: 40px;
    padding: 20px 20px 10px 15px;
    border-radius: 10px;
}

#jimotas .section-single-jimochan {
    min-height: 170px;
    background-color: #f7f7f7;
    background-image: url( ../img/common/jimochan_bg_pc.png);
    background-size: 90px 156px;
    background-position: left 30px center;
    background-repeat: no-repeat;
}

#jimotas .section-single-jimochan > div {
    padding-left: 140px;
}
#jimotas .section-single-content section h2 {
    margin-bottom: 30px;
    text-align: left;
    position: relative;
    font-size: 20px;
    line-height: 30px;
}
#jimotas .section-single-content section h2::before {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 100%;
    height: 3px;
    border-radius: 2px;
}
#jimotas .section-single-jimochan h2::before {
    background-color: #eaeaea;
}
#jimotas .section-single-jimochan .icon {
    display: none;
}
#jimotas .section-single-content section p {
    font-size: 14px;
    line-height: 1.666;
}

#jimotas .section-single-content + .section-single-content {
    margin-top: 40px;
}
#jimotas .section-single-content > h2 {
    margin-bottom: 30px;
    padding-left: 45px;
    background-image: url( ../img/common/single_h2_icon_pc.png);
    background-size: 27px;
    background-position: left 0 center;
    background-repeat: no-repeat;
    color: #555452;
    text-align: left;
    font-size: 20px;
    line-height: 27px;
    position: relative;
    clear: both;
}
#jimotas .section-single-content > h2::before {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 100%;
    height: 4px;
    border-radius: 2px;
    background-color: #eaeaea;
}
#jimotas .section-single-content > h2::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 40px;
    height: 4px;
    border-radius: 2px;
    background-color: #7bc6a0;
}
#jimotas .section-single-content > h2.headline{
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    background-image: none;
    margin-bottom: 30px;
    padding-left: 0;
    line-height: 1.5;
}
#jimotas .section-single-content > h2.headline::before{
    background-image: none;
    background-color: transparent;
}
#jimotas .section-single-content > h2.headline::after{
    background-image: none;
    background-color: transparent;
}
#jimotas .section-single-content > h2.headline span.sub-h{
    font-size: 80%;
    font-weight: normal;
}
#jimotas .section-single-content .image-right {
    /*float: right;*/
    /*margin-left: 30px;*/
    margin-bottom: 15px;
    text-align: center;
}
#jimotas .section-single-content .image-right img{
    width: 393px;
    height: auto;
}

#jimotas .section-single-content .image-right::after{
    clear: both;
    content: "";
    display: block;
}

#jimotas .section-single-content p.cap {
    margin: 10px auto 15px;
    font-size: 11px;
    width: 500px;
    line-height: 1.5;
    text-align: center;
}
#jimotas .section-single-content > h3 {
    font-size: 18px;
    font-weight: bold;
    border-left: solid 4px #cecece;
    padding-left: 1em;
    margin-bottom: 1em;
    clear: both;
}
#jimotas .section-single-content > h4{
    color: #00aeef;
    margin-top: 30px;
    font-size: 16px;
}
#jimotas .section-single-content > h4 + div.image-right{
    margin-top: 20px;
}

#jimotas .section-single-summary {
    min-height: 180px;
    background-color: #7bd8eb;
    background-image: url( ../img/common/summary_bg_pc.png);
    background-size: 159px 178px;
    background-position: left 10px center;
    background-repeat: no-repeat;
    color: #fff;
}
#jimotas .section-single-summary > div {
    padding-left: 140px;
}

#jimotas .section-single-summary h4 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
    text-align: left;
    position: relative;
}
#jimotas .section-single-summary h4::before {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 100%;
    height: 3px;
    border-radius: 2px;
    background-color: #cfeefd;
}
#jimotas .section-single-summary .icon {
    display: none;
}

#jimotas section.link-area {
    font-size: 110%;
    line-height: 1.6;
    font-weight: bold;
    margin-top: 20px;
}

#jimotas section.link-area p:nth-of-type(n + 2) {
    display: block;
    font-size: 90%;
    line-height: 1.75;
    border-left: solid 4px #99CC82;
    margin: 16px 0 2px;
    padding-left: 6px;
    padding-bottom: 1px;
}
#jimotas section.link-area p a{
    line-height: 1.75;
    margin: 0;
    padding-left: 4px;
    display: block;
    text-decoration: none;
}

#jimotas p.publisher{
    margin-top: 20px;
    text-align: right;
    font-size: 85%;
}

#jimotas .section-single .intro-small {
    margin-top: 20px;
    font-size: 13px;
    line-height: 1.6;
    background-color: #fbf9e2;
    border-radius: 10px;
    padding: 18px;
    clear: both;
}
#jimotas .section-single .intro-small2{
    margin-top: 20px;
    font-size: 13px;
    line-height: 1.6;
    background-color: #fffef8;
    border-radius: 10px;
    border: solid #fbf9e2 3px;
    padding: 18px;
    clear: both;
}
#jimotas .section-single .intro{
    margin-top: 40px;
}
#jimotas section + .image, #jimotas .section-single p + .image {
    margin-top: 40px;
}

#jimotas .section-single .image .image-title {
    font-size: 110%;
    font-weight: bold;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 0;
}
#jimotas .image img{
    width: 100%;
    height: auto;
    margin-top: 20px;
}

#jimotas .section-single .image figcaption {
    margin-top: 5px;
    text-align: right;
    font-size: 11px;
    line-height: 1.6;
}
#jimotas .section-single .button {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 60px;
}
#jimotas .section-single .button a {
    padding: 5px 36px 5px 17px;
    background-image: url(../img/common/button_arrow_pc.png);
    background-size: 10px 6px;
    background-position: right 18px center;
    background-repeat: no-repeat;
    text-align: center;
    font-size: 13px;
    color: #666662;
    font-weight: bold;
    background-color: #efefef;
    border-radius: 10px;
}

#jimotas .section-single-trivia {
    min-height: 234px;
    background-color: #ffeec9;
}

#jimotas .section-single-trivia > div:first-child {
    background-image: url( ../img/common/trivia_bg_pc.png);
    background-size: 146px 206px;
    background-position: left 0 center;
    background-repeat: no-repeat;
    padding-left: 160px;
}
#jimotas .section-single-content section h4 {
    margin-bottom: 30px;
    text-align: left;
    position: relative;
}
#jimotas .section-single-trivia h4 {
    padding-left: 45px;
    background-image: url( ../img/common/trivia_h1_icon_pc.png);
    background-size: 28px 39px;
    background-position: left 0 center;
    background-repeat: no-repeat;
    color: #83714d;
    line-height: 30px;
    font-size: 17px;
}

#jimotas .section-single-trivia h4::before {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 100%;
    height: 3px;
    border-radius: 2px;
    background-color: #fff;
}

#jimotas .section-single-note {
    background-color: #efefef;
    color: #666662;
}
#jimotas .section-single-content section h4 {
    margin-bottom: 30px;
    text-align: left;
    position: relative;
}#jimotas .section-single-content section h4::before {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 100%;
    height: 3px;
    border-radius: 2px;
}
#jimotas .section-single-note h4::before {
    background-color: #969696;
}

#jimotas #section-case-01-profile, #jimotas #section-case-02-profile, #jimotas #section-case-03-profile{
    /*width: 272px;*/
    /*float: right;*/
    margin: 0;
    margin-bottom: 30px;
    padding: 18px 22px;
    border-radius: 20px;
    border: solid 1px #e0e2e0;
    font-size: 14px;
    line-height: 1.5714;
    letter-spacing: 0.5px;
}
#jimotas #section-case-01-profile > .name, #jimotas #section-case-02-profile > .name, #jimotas #section-case-03-profile > .name {
    height: 68px;
    padding-left: 86px;
    font-size: 16px;
    line-height: 1.875;
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
#jimotas #section-case-01-profile > .name + p,
#jimotas #section-case-02-profile > .name + p,
#jimotas #section-case-03-profile > .name + p{
    margin-bottom: 0;
}
#jimotas #section-case-01-profile > .name::before {
    content: "";
    background-image: url( ../img/08/case_01_profile_img_pc.png);
    width: 86px;
    height: 68px;
    position: absolute;
    vertical-align: bottom;
    top: 0;
    left: 0;
}
#jimotas #section-case-02-profile > .name::before {
    content: "";
    background-image: url( ../img/08/case_02_profile_img_pc.png);
    width: 86px;
    height: 68px;
    position: absolute;
    vertical-align: bottom;
    top: 0;
    left: 0;
}
#jimotas #section-case-03-profile > .name::before {
    content: "";
    background-image: url( ../img/08/case_03_profile_img_pc.png);
    width: 86px;
    height: 68px;
    position: absolute;
    vertical-align: bottom;
    top: 0;
    left: 0;
}
#jimotas #section-case-01 > .container p, #jimotas #section-case-01-point > section p, #jimotas #section-case-02-point > section p, #jimotas #section-case-03-point > section p {
    overflow: hidden;
}

#jimotas .container{
    margin-bottom: 30px;
}