#conts {
    max-width: 840px;
    width: 70%;
    float: left;
}
@media screen and (max-width:640px) {
    .breadcump_sec.gray_breadcump_sec { height: 33px;}
}

.branch_bnr {
    background: url("../images/branch/tohoku/branch_detail_bnr.png") #ccc;
    height: auto;
    padding: 20px 0;
    background-repeat: no-repeat;
    background-position: center;
}

.inner_bnr {
    width: 50%;
    max-width: 600px;
    margin: 0 auto;
}

.bnr_branch_tlt {
    font-size: 54px;
    font-weight: bold;
    color: #333;
    text-align: center;
    letter-spacing: 6px;
    margin-bottom: 18px;
}

.bnr_branch_name {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    text-align: center;
    letter-spacing: 2px;
}

.inner_bnr .bnr_tlt {
    background: url("/images/branch/bnr_tlt.png");
    padding: 65px 0px 20px 0px;
    margin-bottom: -1px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.bnr_btn {
    width: 100%;
}

.bnr_btn .lbtn {
    width: 50%;
    float: left;
    background: #f0477a;
    padding: 15px 0 15px 15px;
    box-sizing: border-box;
    border-radius: 0px 0px 0px 10px;
}

.lbtn p {
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    color: #fff;
}

.bnr_btn .rbtn {
    width: 50%;
    display: flex;
    align-items: center;
    float: right;
    background: #f39800;
    padding: 21px 10px;
    box-sizing: border-box;
    border-radius: 0 0 10px 0;
}

.rbtn span {
    font-size: 35px;
    font-weight: 500;
    color: #fff;
    line-height: 25px;
    margin-left: 10px;
}

.branch_about {
    max-width: 720px;
    position: relative;
    margin-left: 30px;
}

.branch_img {display:flex; justify-content: space-between;}
.branch_img li:after{content:""; background-image: linear-gradient( -45deg, #dde1a5 25%, #edf0bb 25%, #edf0bb 50%, #dde1a5 50%, #dde1a5 75%, #edf0bb 75%, #edf0bb );
    background-size: 15px 15px;}

.branch_about .about_txt {
    font-size: 12px;
    text-align: center;
    letter-spacing: 0.5px;
    position: absolute;
    left: 40%;
}

h2.about_txt {
    font-weight: 500;
    line-height: 24px;
    color: #333;
}
h2.about_txt:before {
content:"About";
font-family: Satisfy;
    font-size: 3em;
    color: #9FA521;
    display: block;
}
.branch_txt {
    font-size: 16px;
    font-weight: 500;
    color: #666;
    margin-top: 30px;
}

.list_box {
    border: 1px solid #2babd0;
    padding: 0px 0px 19px 23px;
    background: #fff;
    margin-top: 35px;
}

.list_tlt {
    background-image: url(../images/branch/tohoku/list_tlt_bg.png);
    background-repeat: no-repeat;
    display: inline-block;
    background-size: 100% 100%;
    padding: 10px 10px 16px 18px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-top: -11px;
    letter-spacing: 3px;
    margin-bottom: 15px;
}


.list_box {
    margin-bottom: 25px;
}

.branch_list {
    margin-bottom: 4px;
}

.branch_list li {
    font-size: 14px;
    color: #666;
    margin-right: 11px;
    list-style: none;
    display: inline-block;
    letter-spacing: 2px;
}

.branch_list li:hover {
    opacity: 0.7;
}

.branch_list li:first-child {
    font-weight: bold!important;
    /*color: #2babd0!important; 20180704修正*/
    color: #333!important;/* 20180704修正*/
}

#branch_detail hr {
    height: 2px;
    background: #cad02b;
    margin-bottom: 4px;
    border: none;
}

.yyy_add_block {
    margin-top: 40px;
    margin-bottom: 40px;
}

.yyy_gp {
    margin-top: 0px!important;
}

.column_block,
.column_block02 {

    background: #fff;
    padding-bottom: 40px;
    margin-bottom: 40px;
}



.yyy_gp .column_block,
.column_block02 {
    background-image: none;
}

.column_block02 .column_txt {
    margin-top: 61px;
}

.column_txt {
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    margin-top: 54px;
    margin-bottom: 23px;
}

.column_block_box {
    background: #fff;
    padding: 0 40px;
}

#branch_detail .branch_list_blk_cov {
    padding: 17px 0px 17px 0px;
}

#branch_detail .branch_list_blk_cov:last-child {
    border-bottom: 0;
}

.branch_list_img {
    width: 100%;
    height: auto;
}

#branch_detail .branch_txt_blk {
    width: 68.5%;
}

#branch_detail .branch_date {
    font-weight: 500;
}

#branch_detail .branch_list_ttl {
    padding: 7px 0px 10px 0px;
    letter-spacing: 1.5px;
}

.branch_btn a {
    clear: both;
    display: block;
    border: 1px solid #ccc;
    color: #333;
    background: #fff;
    width: 260px;
    margin: 28px auto;
    text-align: center;
    padding: 10px 0;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 500;
    position: relative;
}

.branch_btn a:after {
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    color: #b2b242;
    right: 20px;
    font-size: 16px;
    font-weight: bold;
    top: 18%;
}

.branch_btn:hover {
    background: #f9f6f1;
    opacity: 1;
    transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
}



.column_block_list li {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1.5px;
    color: #333;
}

.column_block_list li:nth-child(3) {
    font-size: 14px;
    padding-right: 20px;
}

.column_block_list li:last-child {
    float: right;
}

.column_block_list li:nth-child(2) {
    margin: 0 15px 0px 15px;
}

span.calendar,
span.clock {
    margin-right: 6px;
    color: #ff6666;
}

.li_txt {
    font-weight: normal!important;
    color: #666!important;
}

.no_margin {
    margin-right: 0px;
    position: absolute;
    top: 20%;
    right: 0;
    line-height: 0;
}


.column_block_list {
    position: relative;
}






/*access*/

.yyy_access {}

.yyy_access .access_blk_in {
    background: #fff;
    margin: 0px;
    padding: 30px 40px;
}

.yyy_access_ttl {
    color: #fff;
    text-align: center;
    padding: 20px 0px;
}

.yyy_access_ttl span {
    display: block;
}

.branch_nav ul {
    width: 1140px;
    margin: 0 auto;
}

#branch_detail .branch_nav ul,
#branch_column .branch_nav ul {
    width: 100%;
}





.branch_nav ul li {
    width: 25%;
    border-left: 1px solid #cccccc;
    float: left;
    box-sizing: border-box;
}

.branch_nav ul li:last-child {
    border-right: 1px solid #cccccc;
}

.branch_nav ul li a {
    color: #666666;
    font-weight: 500;
    font-size: 16px;
    display: block;
    text-align: center;
    padding: 15px 0px;
}

.branch_nav ul li a:hover {
    opacity: 0.7;
}

.branch_nav ul li a span {
    padding-right: 10px;
}

.branch_nav ul li a span.home i {
    color: #a0a51a;
}

.branch_nav ul li a span.pencil i {
    color: #ad61c6;
}

.branch_nav ul li a span.texto i {
    color: #f27800;
}

.branch_nav ul li a span.marker i {
    color: #2babd0;
}

#branch_detail {
    margin-top: 52px;
}

.branch_nav {
    background: #fff;
    padding: 12px 0px;
}

#branch_detail .email_inquery_btn,
#branch_office .email_inquery_btn,
#branch_column .email_inquery_btn {

    background: #f27800;
    border-bottom: 6px solid #d66a00;
    border-radius: 5px;
}

#branch_detail .email_inquery_btn:hover,
#branch_office .email_inquery_btn:hover,
#branch_column .email_inquery_btn:hover {
    border-bottom: 6px solid #a0a51a;
    background: #cad02b;
}

#branch_detail .email_inquery_btn a,
#branch_office .email_inquery_btn a,
#branch_column .email_inquery_btn a {
    padding: 12px 0px 12px 0px;
    font-size: 16px;
}

#branch_detail .feature_tel,
#branch_office .feature_tel,
#branch_column .feature_tel {
    padding: 21px 20px 16px 20px;
}


#branch_detail .detail_cnt,
#branch_office .detail_cnt,
#branch_column .detail_cnt {
    width: 40%;
    max-width: 273px;
    margin-left: 15px;
}

#branch_office .feature_tel {
    margin-bottom: 0px;
}

#branch_detail .sitemap_tel,
#branch_office .sitemap_tel,
#branch_column .sitemap_tel {
    padding-top: 0px;
}

#branch_detail .pagination {
    margin-top: 40px;
}

.branch_tlt_style {
    border-bottom: 2px solid #cccccc;
    font-size: 24px;
    color: #333;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 15px;
    padding-bottom: 15px;
}

.branch_wrap {
    background: #fff;
    padding-bottom: 40px;
}

.brannch_wrapttl {
    padding: 40px 40px 0 40px;
    margin-top: 40px;
}

.yyy_gp .branch_nav,
.branch_nav.snd_nav {
    margin: 30px 0;
    padding: 0;
}

.branch_aslist {
    margin: 40px 0 0 0;
}

.yyy_gp .branch_nav.souden_nav {
    margin-top: 40px;
}

.interwarpcol p {
    font-size: 14px;
    line-height: 1.5em;
    margin-top: 10px;
}

#branch_column .interwarpcol {
    margin-top: 40px;
}

@media (max-width: 1160px) and (min-width: 768px) {
    #branch_detail .feature_tel,
    #branch_office .feature_tel,
    #branch_column .feature_tel {
        box-sizing: border-box;
        padding: 15px 2%;
    }
    #branch_office .feature_tel_in.clearfix,
    #branch_detail .feature_tel_in.clearfix,
    #branch_column .feature_tel_in.clearfix {
        max-width: 420px;
        margin: 0 auto;
    }
    #branch_office .detail_cnt,
    #branch_detail .detail_cnt,
    #branch_column .detail_cnt {
        width: 50%;
    }
    #branch_detail .email_inquery_btn,
    #branch_office .email_inquery_btn,
    #branch_column .email_inquery_btn {
        width: 50%;
        margin-right: 0;
    }
    #branch_detail .detail_cnt,
    #branch_office .detail_cnt,
    #branch_column .detail_cnt {
        margin-top: 2%;
    }
}

@media (max-width: 1140px) and (min-width: 920px) {
    .column_block_list li:first-child {
        width: auto;
    }
    .column_block_list li:nth-child(2) {
        min-width: 16%;
        margin: 0px 5px;
        letter-spacing: 0px;
    }
    .column_block_list li:nth-child(3) {
        width: 50%;
        margin-right: 0;
    }
    #branch_detail .branch_list_blk_cov {
        padding: 17px 10px 17px 10px;
    }
    .column_block_list li {
        letter-spacing: 0px;
    }
}

@media (max-width: 1140px) and (min-width: 768px) {
    .column_block_box {
        padding: 0 20px;
    }
    .brannch_wrapttl {
        padding: 20px 20px 0 20px;
    }
    .rbtn span {
        font-size: 33px;
    }
}


@media all and (max-width: 1140px) {
    #branch_detail .feature_tel,
    #branch_office .feature_tel,
    #branch_column .feature_tel {
        margin-top: 20px;
        padding: 20px 5px;
        margin-bottom: 0px;
    }
    #branch_detail .detail_cnt,
    #branch_office .detail_cnt,
    #branch_column .detail_cnt {
        width: 48%;
        float: left;
        margin-left: 0;
    }

    #branch_detail .email_inquery_btn a,
    #branch_office .email_inquery_btn a,
    #branch_column .email_inquery_btn a {
        font-size: 14px;
        padding-left: 5px;
        padding-right: 5px;
    }
    #branch_detail .email_inquery_btn,
    #branch_office .email_inquery_btn,
    #branch_column .email_inquery_btn {
        border-bottom: 4px solid #d66a00;
    }
    #branch_detail .email_inquery_btn:hover,
    #branch_office .email_inquery_btn:hover,
    #branch_column .email_inquery_btn:hover {
        border-bottom: 4px solid #a0a51a !important;
    }
    #branch_detail .email_inquery_btn,
    #branch_office .email_inquery_btn,
    #branch_column .email_inquery_btn {
        border-radius: 3px;
    }
    .inner_bnr {
        width: 80%;
    }
    .bnr_btn .lbtn p {
        font-size: 16px;
    }
    .bnr_btn .rbtn {
        padding: 20px 10px 20px 10px;
    }
    #branch_detail #conts {
        padding: 0 20px 20px 20px;
        box-sizing: border-box;
    }
    #branch_detail .branch_txt_blk {
        width: 60%;
    }
    .branch_nav ul {
        width: 100%;
    }

    .bnr_btn .lbtn,
    .bnr_btn .rbtn {
        height: 74px;
    }
    .branch_nav ul {
        width: 100%;
        margin-left: 0px;
    }
}

@media (max-width: 980px) and (min-width: 768px) {
    #branch_office .detail_cnt,
    #branch_detail .detail_cnt,
    #branch_column .detail_cnt {
        width: 50%;
        max-width: 200px;
    }
}

@media all and (max-width: 987px) {
    #branch_detail .branch_list_blk_cov {
        padding: 10px;
    }

    .branch_list_ttl {
        font-size: 13px;
    }

    .branch_list_img {
        width: 90%;
    }
    #branch_detail .detail_cnt,
    #branch_office .detail_cnt,
    #branch_column .detail_cnt {
        margin-top: 2%;
    }
}

@media all and (max-width: 767px) {
    .hide-pc {
        display: none;
    }
    .column_block_list .no_margin {
        display: none;
    }
    .hide-sp {
        display: block;
    }
    .branch_about .about_txt {
        position: relative;
        margin-top: 0px;
        left: 0;
        top: 0;
    }
    .branch_about {
        width: 100%;
        margin-left: 0px;
    }
    .branch_txt {
        margin-top: 30px;
        padding: 0 10px;
        font-size: 14px;
        font-weight: normal;
    }
    .branch_btn a:after {
        display: none;
    }
    .branch_btn a:hover {
        opacity: 0.7;
    }
    .branch_btn {
        background: #f9f6f1;
    }
    .inner_bnr {
        width: 80%;
    }
    .bnr_btn .lbtn {
        width: auto;
        background: none;
        padding: 20px 10%;
    }
    .bnr_btn {
        background: url(../images/branch/tohoku/sp_ph_bg.png)no-repeat;
        background-size: cover;
        position: relative;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    .bnr_btn .rbtn {
        width: 11%;
        background: none;
        position: absolute;
        padding: 0;
        right: 5%;
        top: 23%;
    }
    .column_block02 .column_txt {
        margin-top: 14%;
    }
    .bnr_btn .lbtn,
    .bnr_btn .rbtn {
        height: auto;
    }
    .rbtn:hover {
        transition: all 300ms ease-in;
        -moz-transition: all 300ms ease-in;
        -webkit-transition: all 300ms ease-in;
        -o-transition: all 300ms ease-in;
        -ms-transition: all 300ms ease-in;
        opacity: 0.7;
    }
    .branch_list li:first-child {
        display: block;
    }

    .column_block_list li:nth-child(2) {
        margin-left: 5%;
    }
    #branch_detail .branch_list_blk_cov {
        padding: 15px 0px;
    }
    .column_block_list li {
        font-size: 14px;
    }
    .yyy_access .access_blk_in {
        padding: 30px 20px;
    }
    .brannch_wrapttl {
        padding: 20px 20px 0 20px;
    }
    .branch_wrap {

        padding-bottom: 20px;
    }
    .column_block_box {
        padding: 0 20px;
    }
    #branch_detail .branch_arw {
        font-weight: normal;
    }
    #branch_detail .branch_list_ttl {
        padding: 2px 0px 3px 0px;
        letter-spacing: 0;
        line-height: 1.4em;
    }
    .branch_btn {
        width: 92%;
        max-width: 400px;
    }
    #branch_detail #conts {
        padding: 0 7px 20px 7px;
        box-sizing: border-box;
    }
    .column_block,
    .column_block02 {
        padding-bottom: 20px;
    }

    .column_txt {

        margin-top: 15%;
        margin-bottom: 6%;
    }
    #branch_detail {
        margin-top: 0px;
    }
    .branch_nav ul li a span {
        display: block;
    }
    .branch_nav ul li:first-child {
        border: none;
    }
    .branch_nav ul li:last-child {
        border-right: none;
    }
    .branch_nav ul li a {
        padding: 0px;
        font-size: 14px;
    }
    .li_txt {
        font-size: 12px !important;
    }
    .branch_aslist {
        margin: 20px 0 0 0;
    }
    #branch_detail .branch_list_blk_cov {
        position: relative;
    }

    .branch_arw_blk {
        display: none;
    }
    .list_tlt {
        max-width: 80%;
        margin: 0 auto;
        margin-top: -11px;
        margin-bottom: 12px;
        background-image: url(../images/branch/tohoku/list_tlt_bg_sp.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        padding: 12px 10px 22px 18px;
        font-size: 15px;
        text-align: center;
        line-height: 1.4em;
        display: block;
    }
    .list_box {
        padding-left: 0px;
    }
    .branch_list {
        padding-left: 20px;
    }
    .branch_nav {
        border-top: 5px solid #cad02b;
    }
    .yyy_gp .branch_nav,
    .branch_nav.snd_nav {
        border-top: 0;
        margin: 20px 0 20px 0;
        padding: 12px 0;
    }
    .yyy_gp .branch_nav.mgt0 {
        margin-top: 0px;
    }
    .branch_list_img img {
        width: 100%;
    }
    #branch_detail .pagination {
        margin-top: 20px;
    }
    .inner_bnr .bnr_tlt {
        padding: 70px 0px 35px 0px;
    }
    .bnr_branch_tlt {
        font-size: 50px;
    }
    .bnr_branch_name {
        font-size: 18px;
    }
    .yyy_add_block {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .branch_tlt_style {
        font-size: 14px;
        margin-top: 0;
    }
    .yyy_gp .branch_nav.souden_nav {
        margin-top: 30px;
    }
}

@media all and (max-width: 640px) {
    #branch_detail .branch_txt_blk {
        width: 55%;
    }
}

@media all and (max-width: 540px) {
    .list_tlt.hide-pc {
        display: none;
    }
    .list_tlt.hide-sp {
        display: block;
    }
    .bnr_btn .lbtn p {
        font-size: 12px;
    }
    .bnr_btn .lbtn {
        width: auto;
        background: none;
        padding: 15px 6%;
    }
    .bnr_btn .rbtn {
        width: 12%;
        background: none;
        position: absolute;
        padding: 0;
        right: 4%;
        top: 23%;
    }
    .list_tlt {

        padding-bottom: 16px;
    }
    .inner_bnr .bnr_tlt {
        padding: 62px 0px 29px 0px;
    }
    .bnr_branch_tlt {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .bnr_branch_name {
        font-size: 15px;
    }
    #branch_detail .detail_cnt,
    #branch_office .detail_cnt,
    #branch_column .detail_cnt {
        margin-top: 3%;
    }
}

@media all and (max-width: 400px) {
    .bnr_btn .lbtn p {
        font-size: 10px;
    }
    .bnr_btn .lbtn {
        width: auto;
        background: none;
        padding: 10px 0 15px 15px;
    }
    .list_tlt {

        padding-top: 8px;
        padding-bottom: 8px;
        font-size: 12px;
    }
    #branch_detail .email_inquery_btn a,
    #branch_office .email_inquery_btn a,
    #branch_column .email_inquery_btn a {
        font-size: 11px;
    }
}

@media all and (max-width: 385px) {
    #branch_detail .branch_list_blk_cov {
        padding: 10px 0 10px 0;
    }
    #branch_detail #conts {
        padding: 10px;
    }
    .branch_txt {
        margin-top: 10px;
        font-size: 14px;
    }

    .column_block_list li:nth-child(2) {
        margin-left: 0%;
    }
    .li_txt {
        font-size: 12px!important;
    }
    .branch_list_ttl {
        font-size: 13px;
        letter-spacing: 0px;
    }
    .branch_list_txt {
        font-size: 10px;
        letter-spacing: 0px;
    }
    .branch_about .about_txt {
        font-size: 10px;
    }
    .inner_bnr .bnr_tlt {
        padding: 40px 0px 20px 0px;
    }
    .bnr_branch_tlt {
        font-size: 25px;
    }
    .bnr_branch_name {
        font-size: 10px;
    }
}

@media only screen and (max-width: 330px) {
    #branch_detail .email_inquery_btn a,
    #branch_office .email_inquery_btn a,
    #branch_column .email_inquery_btn a {
        font-size: 10px;
        padding: 9px 5px;
    }
}

@media all and (max-width: 320px) {
    .bnr_btn .lbtn {
        width: auto;
        background: none;
        padding: 10px 8%;
    }
    .bnr_btn .rbtn {
        width: 13%;
        background: none;
        position: absolute;
        padding: 0;
        right: 4%;
        top: 15%;
    }
    .bnr_btn .lbtn p {
        font-size: 10px;
    }
    .column_block_list li {
        font-size: 12px;
    }

    .li_txt {
        font-size: 10px!important;
        margin-right: 5%;
    }
    .list_tlt {
        font-size: 13px;
        padding-bottom: 15px;
    }
}

/* SP特集移動 */

@media screen and (max-width:640px) {

.list_ttlcom h2{
    margin-bottom: 22px;
    font-size: 1.4rem;
    color: #333;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    letter-spacing: 1.5px;
    font-weight: 500;
}

#list_feature ul li,#interview_post ul li {
    display: block;
    box-sizing: border-box;
    padding: 0px 22px 10px 22px;
    margin-bottom: 20px;
    text-align: center;
}

#list_feature ul li:nth-child(2),#interview_post ul li:nth-child(2) {
    margin-bottom: 20px;
}

#list_feature ul li:last-child,#interview_post ul li:last-child {
    margin-bottom: 14px;
}

#list_feature ul li img,#interview_post ul li img {
    max-width: 240px;
    width: 100%;
    height: auto;
}

#list_feature ul li h3,#interview_post ul li h3 {
    font-size: 1.4rem;
    color: #333;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 5px;
}

#list_feature ul li p,#interview_post ul li p {
    font-size: 12px;
    color: #666;
     display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.list_ttlcom a.bnt_link, .column_btn {
    display: block;
    border: 1px solid #ccc;
    color: #333;
    background: #fff;
    max-width: 258px;
    margin: 0 auto;
}
.list_ttlcom a.bnt_link::after{
    color: #b2b242;
    right: 20px;
    font-size: 16px;
    font-weight: bold;
}
}
#branch_detail .branch_support .branch_list_ttl {
    background: #d6da6f;
    width: fit-content;
    padding: 0 15px;
    margin: 18px 0 8px;
    border-radius: 5px;
}

.branch_support .branch_list_txt{
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ccc;
}
