@charset "utf-8";
/* CSS Document */

/* ==========================================================

    Gekiteki style

===========================================================*/

.page-section1 {
    line-height: 2;
}
.page-section1__content .leadTxt {
    padding-bottom: 30px;
}
.page-section1__content h3 {
    border-top: 1px solid;
    border-bottom: 1px solid;
    font-size: 1.2rem;
    font-weight: 600;
    margin: 20px 0 30px 0;
    padding: 8px 10px 5px 10px;
}
/* profile */

.page-section1__content .profile {
    border-left: 10px solid #647d89;
    margin: 30px 0;
    padding-left: 20px;
}
.page-section1__content .profile h3 {
    color: #647d89;
    border: none;
    font-size: 1.28571rem;
    font-weight: 300;
    margin: 0;
    padding: 0;
}
.page-section1__content .profile .pt01 {
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
    display: flex;
    padding: 15px 0;
}
.page-section1__content .profile .pt01 .p01 {
    min-width: 100px;
    padding-right: 15px;
}
.page-section1__content .profile .pt01 p.p02 {
    background: url(/files/user/img/icon/icon_balloon_b.png) no-repeat;
    background-position: left 0 top 2px;
    display: inline-block;
    padding-left: 30px;
}
.page-section1__content .profile .pt01 p.p02::first-line {
    font-weight: 600;
}
/* interview */

.page-section1__content p.txt {
    padding-bottom: 10px;
}
.page-section1__content ul.ul01 li {
    /* padding-bottom: 30px; */
}
.page-section1__content .mt {
    margin-top: 20px;
}
.page-section1__content .mb {
    margin-bottom: 40px;
}


/* 追加 190527 */

.pink,.orange,.green,.blue,.purple,.red,.yellowgreen,.skyblue,.yellow,.aqua,.black,.white,.salmon,.baitoru_red {
    font-weight: bold;
    padding: 2px 5px 0px;
    color: #fff!important;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    margin-right: 5px;
}

.pink { background:#ff69b4;}
.orange { background:#f72;}
.green { background:#090;}
.blue { background:#066ccf;}
.purple { background:#a442d1;}
.red { background:#de0909;}
.yellowgreen { background:#9acd32;}
.skyblue { background:#00bfff;}
.yellow { background:#ffd700;}
.aqua { background:#00ffff;}
.black { background:#000;}
.white { background:#f2f2f2;}
.salmon {background:#fa8072;}
.baitoru_red {background:#FA4B45;}

/* hukidashi */
.page-section1__content h4 {
    padding: 5px 10px;
    margin: 10px 0 15px;
    position: relative;
    background: #374a57;
    font-weight: bold;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #fff;
}
.page-section1__content h4:after { border-color: rgba(55, 74, 87, 0);}
.page-section1__content h4:before { border-color: rgba(157, 255, 92, 0);}

.page-section1__content h4:after,.page-section1__content h4:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: #374a57;
    border-width: 15px;
    margin-left: -15px;
}

.pc_image img {
    display: block!important;
    margin: 0 auto 20px;
}
.smt_image img { 
    margin-bottom: 20px;
}
img.center {
    display: block;
    max-width: 85%;
    margin: 10px auto 20px;
}

.pc {display:none;} 

.page-section1__content .last-txt {
    background-color: rgba(180, 234, 238, 0.39);
    border-radius: 11px;
    margin: 3%;
    padding: 15px;
    font-size: 15px;
}
.page-section1__content .last-txt li:first-child {
    font-weight: bold;
}

/* link */
.page-section1__content .last-txt a:link,
.chumokuartist-archive a:link {
    color: #0860C0;
    text-decoration: none;
}
.page-section1__content .last-txt a:visited,
.chumokuartist-archive a:visited {
    color: #2A85EA;
    text-decoration: none;
}
.page-section1__content .last-txt a:hover,
.chumokuartist-archive a:hover {
    color: #2A85EA;
    text-decoration: underline;
}
.page-section1__content .last-txt a:active,
.chumokuartist-archive a:active {
    color: #2A85EA;
    text-decoration: underline;
}

/* Chumoku Artist */

.chumokuartist-archive h3 + .ul01 li:first-child {
    border-top: none;
    margin-top: -20px;
}
.chumokuartist-archive .ul01 li {
    line-height: 40px;
    font-size: 16px;
    border-bottom: 1px dotted;
    float: none;
    box-shadow: none;
    width: 100%;
    border-right: 0;
    border-left: 0;
    border-top: 0;
    margin-right: 0;
    margin-bottom: 0;
}

.page-section1__content .appendix ul li img {
    width: 200px;
}
.page-section1__content .appendix ul li.li02 {
    margin: 0 0 0 5px;
}

.page-section1__content .appendix dd img {
    width: 70%;
    margin: 10px auto 20px;
}
.page-section1__content .appendix dl {
    text-align: center;
}

.page-section1__content .appendix dl dt {
    font-weight: bold;
}
.page-section1__content .appendix dt {
    color: #167ac6 !important;
    font-size: 16px;
    line-height: 1.5;
}


/* snsボタンのズレ */
.share__facebook,.share__twitter {
    line-height: 0 !important;
}



@media screen and (max-width: 750px) {
.page-section1 {
    font-size: 1.85rem;
}
.page-section1__content h3 {
    font-size: 1.85rem;
    margin: 25px 0;
    padding: 12px 10px 10px 10px;
}
.page-section1__content .profile {
    border-left: 1px solid #647d89;
    padding: 15px;
}
.page-section1__content .profile h3 {
    border: none;
    font-size: 1.6rem;
    font-weight: 300;
    margin: 0;
    padding: 0 0 5px 0;
}
.page-section1__content .profile .pt01 {
    background-color: #e2f1f8;
    border-radius: 6px;
    display: block;
    margin-top: 15px;
    padding: 15px 15px 10px 15px;
}
.page-section1__content .profile .pt01 .p01 {
    padding: 0 0 12px 0;
    text-align: center;
    width: 100%;
}
.page-section1__content .profile .pt01 p.p02 {
    background: none;
    display: block;
    padding-left: 0;
}
.page-section1__content div > img {
    margin-bottom: 5px;
}
.page-section1__content .appendix ul li.li02 {
    margin: 5px 0 0 0;
}
.page-section1__content .appendix dt {
    font-size: 14px;
}
.page-section1__content ul.ul01 li {
    width: 100%;
}
.page-section1__content .appendix dd img {
    width: 90%;
}

.pc {display:block;}

}
