@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    index_pc.css
*
*
------------------------------------------------------------------------------------------ */

.talk_nav .disabled{
    visibility: hidden;
}

@media screen and (min-width : 641px){ 
/*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
*
*
------------------------------------------------------------------------------------------ */

/* --------------------------------------------------
*
    #mv
*
-------------------------------------------------- */
#mv{
    margin: 0 0 5px 0;
    position: relative;
}

#mv .logo_hobo{
    position: absolute;
    top: 5px;
    left: 25px;
}

#mv .logo_hobo img{
    width: 229px;
}

#mv .logo_tokyo{
    position: absolute;
    left: 30px;
    bottom: 20px;
}

#mv .logo_tokyo img{
    width: 215px;
}


/* --------------------------------------------------
*
    #sec_yodogawa
*
-------------------------------------------------- */
#sec_yodogawa{
    font-family: 'TBカリグラゴシック E' !important;
    margin: 30px 0 50px 0;
    text-align: center;
}

#sec_yodogawa p{
    line-height: 1.8333em;
}

.is_sp #sec_yodogawa a.touch,
.is_pc #sec_yodogawa a:hover{
    text-decoration: underline;
}

#sec_yodogawa .caution{
    font-family: 'TBカリグラゴシック R' !important;
    margin: 40px 0 0 0;
    font-size: 75%;
    color: #f179af;
    text-align: center;
}

/* --------------------------------------------------
*
    #index_nav
*
-------------------------------------------------- */
#index_nav{
    margin: 90px 0 150px 0;
    text-align: center;
}

#index_nav ul{
    padding: 0 0 40px 0;
    background-image:url(../images/parts_train_nav_line.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto 40px;
}

#index_nav li{
    padding: 80px 0 40px 0;
    background-image:url(../images/parts_train_nav_line.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 40px;
}

#index_nav li a{
    display: inline-block;
    transition: opacity .1s ease .0s;
}

#index_nav li a:hover,
#index_nav li a.touch{
    opacity: .7;
    transition: opacity .15s ease .05s;
}

#index_nav li.disabled a{
    color: #e1e467;
    cursor: default;
    opacity: 1 !important;
}

#index_nav .num{
    margin: 0 0 20px 0;
    font-size: 20px;
}

#index_nav h3{
    margin: 0 0 25px 0;
    font-size: 28px;
    text-indent: .5em;
}

#index_nav .date{
    font-size: 20px;
}


/* --------------------------------------------------
*
    .talk_nav
*
-------------------------------------------------- */
.talk_nav{
    height: 100px;
    padding: 30px 0;
    margin: 0 0 70px 0;
    box-sizing: border-box;
    text-align: center;
    background-color: #49a268;
    position: relative;
}

.talk_nav a{
    color: #fff;
    font-size: 20px;
    transition: background .15s ease .0s, opacity .15s ease .0s;
}

.is_sp .talk_nav a.touch,
.is_pc .talk_nav a:hover{
    opacity: .7;
    transition: background .15s ease .05s, opacity .15s ease .05s;
}

.talk_nav .prev a{
    padding: 0 0 0 45px;
    height: 40px;
    line-height: 40px;
    background-image:url(../images/parts_ico_arrow_left.png);
    background-repeat: no-repeat;
    background-size: auto 40px;
    background-position: 0 center;
    position: absolute;
    top: 30px;
    left: 70px;
}

.talk_nav .next a{
    padding: 0 45px 0 0;
    height: 40px;
    line-height: 40px;
    background-image:url(../images/parts_ico_arrow_right.png);
    background-repeat: no-repeat;
    background-size: auto 40px;
    background-position: 100% center;
    position: absolute;
    top: 30px;
    right: 70px;
}

.talk_nav .top a{
    padding: 0 0 0 55px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    background-image:url(../images/parts_ico_arrow_top.png);
    background-repeat: no-repeat;
    background-size: auto 30px;
    background-position: left 0;
}


/* --------------------------------------------------
*
    #talk_body
*
-------------------------------------------------- */
#talk_body{
    padding: 0 0 0 75px;
}

#talk_body .talk_title{
    margin: 0 75px 80px 0;
    color: #49a268;
    text-align: center;
}

#talk_body .talk_title .num{
    margin: 0 0 15px 0;
    padding: 0 0 55px 0;
    background-image:url(../images/parts_train_title_line.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto 40px;
    font-size: 20px;
}

#talk_body .talk_title h2{
    font-size: 28px;
    text-indent: .5em;
}

.is_sp #talk_body a.touch,
.is_pc #talk_body a:hover{
    text-decoration: underline;
}

#talk_body dl{
    padding: 0 75px;
    overflow: hidden;
    font-size: 18px;
    line-height: 1.8333em;
}

#talk_body dl:after{
    content: '';
    display: block;
    clear: both;
}

#talk_body dt{
    font-family: 'TBカリグラゴシック E' !important;
    clear: both;
    width: 75px;
    float: left;
}

#talk_body dt.talker0{
    font-family: '游ゴシック','YuGothic',Meiryo,メイリオ,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif !important;
    font-weight: bold;
    letter-spacing: -.20em;
}

#talk_body dt.talker1{
    color: #49a268;
}

#talk_body dt.talker2{
    color: #5885d3;
}

#talk_body dd{
    margin: 0 0 35px 0;
    float: left;
}

#talk_body .img{
    margin: 20px 0 60px 0;
    text-align: left;
    display: inline-block;
}

#talk_body iframe{
    width: 700px !important;
    height: 394px !important;
}

#talk_body .img .caption{
    margin: 5px 0 0 0;
    display: block;
    font-size: 16px;
    line-height: 1.5em;
    color: #93a076;
    text-align: center;
}

#talk_body .talk_date{
    margin: 80px 75px 85px 0;
    font-size: 16px;
    text-align: center;
}

#talk_body .talk_date .continue{
    margin: 0 0 15px 0;
}

#talk_body .caution{
    margin: 0 0 60px 0;
    font-size: 80%;
    color: #f179af;
    text-align: center;
}

/* --------------------------------------------------
*
    #foot_share
*
-------------------------------------------------- */
#foot_share{
    margin: 90px 0 40px 0;
    text-align: center;
}

#foot_share li{
    margin: 0 47px 70px 47px;
    display: inline-block;
    vertical-align: top;
}

#foot_share li img{
    width: auto;
    height: 82px;
}

#foot_share .copyright img{
    width: 241px;
}

} /* ----- min-width : 641px ----- */