/* 弁護士一覧 */


/* ページTOP */
#profile #lower .strength-hello{
    background-image: url(../img/title/title-02.jpg);
}

.article_wrap .profile{
	font-weight: bold;
    font-size: 15px;
    font-family: "Noto Sans CJK JP", "Noto Sans JP", "ヒラギノ角ゴ Std", "ヒラギノ角ゴ StdN", sans-serif;
    margin: 0px;
    /*margin-bottom: -10rem;*/
}

#profile h2.article_ttl{
    border-left:none;
    font-size: 40px;
    font-family: 'Shippori Mincho','Zen Old Mincho','ヒラギノ明朝 Std','ヒラギノ明朝 StdN','ヒラギノ明朝 ProN W6','HiraMinProN-W6','Noto Serif CJK JP','Noto Serif JP','游明朝','Yu Mincho','YuMincho','メイリオ',serif;
    text-align: left;
    margin-bottom: 30px;
    background-color: #fff;
    color: #000;
    position: relative;
    padding: 0;
}
#profile h2.article_ttl::before{
    content: "";
    background: url(../img/profile/profile-h2-icon.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 1.2em;
    height: 1.2em;
    display: inline-block;
    margin-right: 0.2em;
    position: relative;
    top:0.2em;
}
#profile .profile_list .profile_box{
    border-radius: 20px;
    border: none;
    width: 30%;
    margin-right: 4%;
}
#profile .profile_list .profile_img img{
    border-radius: 20px;
}
#profile .profile_list .profile_text{
    padding: 20px 0 20px;
    font-family: 'Shippori Mincho','Noto Serif CJK JP','Noto Serif JP',serif;
}
#profile .profile_list .profile_box_title{
    background-color: #fff;
}
#profile .profile_list .profile_box_title .name{
    font-size: 22px;
    font-family: 'Shippori Mincho','Noto Serif CJK JP','Noto Serif JP',serif;
}
#profile .profile_list .profile_box_text {
    margin-bottom: 0;
    font-size: 14px;
    text-align: center;
    font-family: 'Shippori Mincho','Noto Serif CJK JP','Noto Serif JP',serif;
}
#profile .profile_list a.profile_box_btn{
    background-color: #66b6db;
    border-radius: 100px;
    height: 36px;
    font-size: 16px;
    /*position: relative;*/
    border: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Noto Sans CJK JP','Noto Sans JP','ヒラギノ角ゴ Std','ヒラギノ角ゴ StdN',sans-serif;
}
#profile .profile_list a.profile_box_btn::before,
#profile .profile_pickup .box a.profile_box_btn::before{
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    border-right: none;
    border-bottom: none;
    transform: rotate(0);
    background: url(../img/arrow_right_wh.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
}
#profile .profile_list a.profile_box_btn:hover{
    color: #fff;
    background-color: #ce6c56;
    opacity: 0.6;
}
#profile .profile_list a.profile_box_btn:hover::before{
    border: none;
    transform: rotate(0);
}
#lower .article_wrap .profile p{
    font-size: 14px !important;
    line-height: 1.5;
    letter-spacing: 0.08em;
}
#lower .article_wrap .profile p + p{
    margin-top: 0.5rem;
}

@media(max-width:1194px){
    #profile h2.article_ttl{
        font-size: 32px;
    }
}
@media (max-width:768px) {
    #profile h2.article_ttl{
        font-size: 26px;
    }
    .article_wrap .profile{
        /*margin-bottom: -4rem;*/
    }
}
@media (max-width:480px) {
    #profile h2.article_ttl{
        font-size: 22px;
    }
}

/* ピックアップ弁護士 */
#profile .profile_pickup{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 70px;
}
#profile .profile_pickup .box{
    width: 46%;
    padding-bottom: 50px;
    position: relative;
    font-weight: bold;
}
#profile .profile_pickup .profile_img img{
    border-radius: 20px;
}
#profile .profile_pickup h2{
    background-color: #fff;
    color: #000;
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    padding-bottom: 0;
}
#profile .profile_pickup h2 span{
    display: block;
    font-weight: bold;
}
#profile .profile_pickup h2 .name{
    display: block;
    font-size: 22px;
}
#profile .profile_pickup .profile_box_text{
    font-size: 14px !important;
    text-align: center;
    font-family: 'Shippori Mincho','Noto Serif CJK JP','Noto Serif JP',serif;
}
#profile .profile_pickup .box a.profile_box_btn{
    background-color: #e29198;
    color: #fff;
    border-radius: 100px;
    width: 220px;
    height: 36px;
    font-size: 16px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Noto Sans CJK JP','Noto Sans JP','ヒラギノ角ゴ Std','ヒラギノ角ゴ StdN',sans-serif;
}
#profile #lower .article_wrap section{
    margin-bottom: 0;
}
/*#profile .profile_list .profile_box:last-child{
    margin-bottom: 0;
}*/
#profile #lower{
    padding-bottom: 5rem;
}


@media(max-width:1194px){
    #profile .profile_pickup .box{
        text-align: center;
    }
}
@media (max-width:1024px) {
    #profile #lower{
        padding-bottom: 4rem;
    }
}
@media (max-width:768px) {
    #profile .profile_list{
        display: flex;
        justify-content: space-between;
    }
    #profile .profile_list .profile_box{
        width: 46%;
        margin-right: 0;
        margin-left: 0;
    }
    #profile .profile_list>li:nth-of-type(3n) {
        margin: 0 0 4%;
    }
    #profile .profile_pickup .box a.profile_box_btn{
        width: 90%;
    }
}
@media (max-width:480px) {
    #profile .profile_pickup{
        display: block;
        margin-top: 20px;
        margin-bottom: 0;
    }
    #profile .profile_pickup .box{
        width: 100%;
        padding-bottom: 50px;
        margin-bottom: 30px;
    }

    #profile .profile_list{
        display: block;
    }
    #profile .profile_list .profile_box{
        width: 100%;
    }
}

/* 個別ページ */

/* ページTOP */
#kanezaki #lower .strength-hello,
#inouchi #lower .strength-hello,
#takahashi #lower .strength-hello,
#tsuji #lower .strength-hello,
#okita #lower .strength-hello,
#sakuma #lower .strength-hello,
#imao #lower .strength-hello,
#shirasu #lower .strength-hello,
#saisho #lower .strength-hello,
#mitsui #lower .strength-hello,
#yamamoto_s #lower .strength-hello,
#otsuki #lower .strength-hello,
#matsushita #lower .strength-hello,
#miyamoto #lower .strength-hello,
#yagi #lower .strength-hello,
#hasegawa #lower .strength-hello,
#kanezaki_m #lower .strength-hello,
#machinaga #lower .strength-hello
{
    background-image: url(../img/title/title-02.jpg);
}


#lower .profile h2.article_ttl,
#lawyer_books_area_wrapper h2{
    border-left:none;
    font-size: 40px;
    font-family: 'Shippori Mincho','Zen Old Mincho','ヒラギノ明朝 Std','ヒラギノ明朝 StdN','ヒラギノ明朝 ProN W6','HiraMinProN-W6','Noto Serif CJK JP','Noto Serif JP','游明朝','Yu Mincho','YuMincho','メイリオ',serif;
    text-align: left;
    margin-bottom: 30px;
    background-color: #fff;
    color: #000;
    position: relative;
    padding: 0;
}
#lower .profile h2.article_ttl::before,
#lawyer_books_area_wrapper h2::before{
    content: "";
    background: url(../img/profile/profile-h2-icon.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 1.2em;
    height: 1.2em;
    display: inline-block;
    margin-right: 0.2em;
    position: relative;
    top:0.2em;
}
#lower .article_wrap .profile section img{
    border-radius: 20px;
}
#lower .profile h3{
    font-size: 25px;
    border-bottom: 2px solid #e4eaee;
}
#lower .profile h3::after {
    background: none;
    border-bottom: solid 2px #e29199;
}
.profile dl{
    border: 1px solid #d9dae7;
    font-family: 'Noto Sans CJK JP','Noto Sans JP','ヒラギノ角ゴ Std','ヒラギノ角ゴ StdN',sans-serif;
}
.profile dt{
    background-color: #f8f1ec;
}
.profile dl ol > li::before{
    background-color: #e7e7e7;
    color: #3e3e3e;
    font-size: 18px;
    height: 24px;
    line-height: 22px;
}
.profile dl ul > li::marker{
    font-size: 4px;
}
#lawyer_books_area_wrapper h2::before{
    background-image: url(../img/profile/profile-h2-icon-book.png);
}
#lawyer_books_area_wrapper h2:after{
    color: #000;
    font-size: 25px;
    font-family: 'Shippori Mincho','Noto Serif CJK JP','Noto Serif JP',serif;
    top:-5px;
}
#lawyer_books_area{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
}
#lawyer_books_area .books_box{
    width: 47%;
    margin: 0;
    border: 2px solid #edeef9;
    padding: 40px 40px 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
#lawyer_books_area .books_title:before{
    display: none;
}
#lower .profile .books_box h3{
    font-size: 16px;
    order: 1;
    border-bottom: 0;
    border-top:2px solid #e4eaee;
    padding-top: 25px;
    margin-bottom: 0;
    line-height: 2;
}
#lower .profile .books_box h3::after{
    bottom: unset;
    top:-4px;
    width: 50%;
}
#lawyer_books_area .books_box p.txt{
    order: 2;
}
#lawyer_books_area .amazon_button{
    order: 3;
}
#lawyer_books_area .amazon_button img{
    padding-bottom: 0;
}
#lawyer_books_area .books_img{
    text-align: center;
    margin: 0 auto;
    max-width: 220px;
    width: 90%;
    height: auto;
}
#lawyer_books_area .books_img img{
    padding-bottom: 40px;
    border-radius: 0 !important;
}
#lawyer_books_area .books_box p + p{
    margin-top: 0.3rem;
}
#lower .profile h4{
    border-left: none;
    padding-left:0;
}
@media(max-width:1194px){
    #lower .profile h2.article_ttl,
    #lawyer_books_area_wrapper h2{
        font-size: 32px;
        margin-bottom: 25px;
    }
    #lower .profile h3{
        font-size: 22px;
    }
    #lawyer_books_area_wrapper h2:after {
        font-size: 20px;
        top: -5px;
    }
}
@media (max-width:768px) {
    #lower .profile h2.article_ttl,
    #lawyer_books_area_wrapper h2{
        font-size: 26px;
        margin-bottom: 20px;
    }
    #lower .profile h3{
        font-size: 20px;
    }
    .profile dd{
        padding: 20px;
    }
    #lawyer_books_area .books_box p.txt{
        text-align: left;
    }
    #lawyer_books_area .books_box{
        padding: 25px 15px 15px;
    }
    #lawyer_books_area_wrapper h2:after {
        font-size: 16px;
        top: -5px;
    }
}
@media (max-width:480px) {
    #lower .profile h2.article_ttl,
    #lawyer_books_area_wrapper h2{
        font-size: 5.5vw;
        letter-spacing: 0;
    }
    #lower .profile h3{
        font-size: 5vw;
    }
    #lawyer_books_area .books_box{
        width: 100%;
        margin-bottom: 2rem !important;
    }
}

