@charset "UTF-8";
@media screen and (max-width : 640px){ 
/*------------------------------------------------------------------------------------------
*
*
    max-width : 640px
        for SP
*
*
------------------------------------------------------------------------------------------ */

.parts_line{
    margin: 0 4%;
    border-bottom: 2px dashed #ff4178;
    opacity: .5;
}

.parts_line img{
    display: none;
}

/* --------------------------------------------------
*
    #howto_head
*
-------------------------------------------------- */
#howto_head{
    padding: 20px 0 0 0;
    text-align: center;
}

#howto_head h1{
    margin: 0 0 20px 0;
    text-align: center;
}

#howto_head h1 img{
    width: 80%;
    min-width: 300px;
    height: auto;
}

#howto_head .howto_title{
    margin: 0 0 20px 0;
}

#howto_head .howto_title img{
    width: 92%;
    height: auto;
}


/* --------------------------------------------------
*
    #howto_yodogawa
*
-------------------------------------------------- */
#howto_yodogawa{
    overflow: hidden;
    text-align: center;
}

#howto_yodogawa .main_visual{
    margin: 0 0 20px 0;
}

#howto_yodogawa .main_visual img{
    width: 100%;
    height: auto;
}

#howto_yodogawa .yodogawa_txt{
    width: auto;
    margin: 0 0 30px 0;
    padding: 0 4%;
    font-size: 15px;
    text-align: left;
    line-height: 1.8em;
    letter-spacing: .05em;
}

#howto_yodogawa .yodogawa_txt img{
    width: 35%;
    max-width: 160px;
    height: auto;
    margin: 0 0 5px 10px;
    float: right;
}

#howto_yodogawa .yodogawa_profile{
    margin: 0 0 40px 0;
    display: inline-block;
}

#howto_yodogawa .yodogawa_profile .num{
    width: 80px;
    height: 80px;
    margin: 0 20px 0 0;
    float: left;
    text-align: center;
    background-color: #000;
    border-radius: 50%;
    color: #fff;
    line-height: 80px;
    font-size: 23px;
    font-weight: bold;
}

#howto_yodogawa .yodogawa_profile h4{
    font-size: 23px;
    line-height: 1em;
    text-align: left;
    float: left;
    position: relative;
    top: 18px;
}

#howto_yodogawa .yodogawa_profile h4 .small{
    font-size: 14px;
}

#howto_yodogawa .yodogawa_profile h4 .ruby{
    display: block;
    text-indent: -.5em;
    font-size: 14px;
    white-space: nowrap;
}

#howto_yodogawa .yodogawa_profile .detail{
    clear: both;
    width: 230px;
    height: 40px;
    margin: 10px 0 0 0;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    background-color: #ff4178;
    border-radius: 40px;
    color: #fff;
    clear: both;
}

#howto_yodogawa .yodogawa_profile .detail a{
    width: 230px;
    height: 40px;
    display: block;
    color: #fff;
    transition: opacity .1s ease;
}

#howto_yodogawa .yodogawa_profile .detail a:hover{
    opacity: .7;
}


/* --------------------------------------------------
*
    #section_talk
*
-------------------------------------------------- */
#section_talk{
    padding: 30px 4% 0 4%;
    line-height: 1.8em;
    letter-spacing: .075em;
}

#section_talk h2{
    margin: 0 0 30px 0;
    text-align: center;
}

#section_talk img{
    width: 100%;
    height: auto;
}

#talk_body li{
    margin: 0 0 15px 10px;
    color: #808080;
}

#talk_body li.guest{
    color: #000;
}

#talk_body li h4{
    margin: 0 0 0 -10px;
    letter-spacing: 0;
}

#talk_body li.guest h4{
    letter-spacing: .075em;
}

#talk_body li p{
    margin: 0 0 25px 0;
}

#talk_body li .pic{
    color: #000;
    margin: 25px 0 40px -10px;
    line-height: 1em;
}

#talk_body li .pic br{
    display: block !important;
    margin: 0 0 20px 0;
}

#talk_body li .pic .caption{
    margin: 5px 0 0 0;
    font-size: 12px;
    line-height: 1.4em;
    display: block;
}

#talk_body li .pic .caption br{
    margin: 0 !important;
}

#talk_body .continue{
    margin: 0 0 25px 0;
    text-align: center;
}

#talk_body .date{
    margin: 0 0 40px 0;
    font-size: 12px;
    text-align: center;
}


/* --------------------------------------------------
*
    #btm_pager
*
-------------------------------------------------- */
#btm_pager{
    width: 100%;
    margin: 0 0 40px 0;
    text-align: center;
}

#btm_pager ul{
    overflow: hidden;
    letter-spacing: -.40em;
}

#btm_pager li{
    width: 33.333%;
    height: 66px;
    text-align: center;
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
}

#btm_pager li img{
    width: 66px;
    height: auto;
}

#btm_pager li.disabled{
    visibility: hidden;
}

#btm_pager li a{
    display: block;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 66px;
}

#btm_pager li.prev a{ background-image:url(../images/btn_pager_prev_on.png);}
#btm_pager li.top a{ background-image:url(../images/btn_pager_top_on.png);}
#btm_pager li.next a{ background-image:url(../images/btn_pager_next_on.png);}

#btm_pager a:hover img{
    opacity: 0;
}



/* --------------------------------------------------
*
    #section_archive
*
-------------------------------------------------- */
#section_archive{
    padding: 30px 4%;
}

#section_archive h3{
    margin: 0 0 20px 0;
}

#section_archive h3 img{
    width: 60%;
    min-width: 160px;
    height: auto;
}

#section_archive ul{
    margin: 0 0 20px 0;
    overflow: hidden;
}

#section_archive li{
    width: 50%;
    padding: 0 10px;
    margin: 0 0 20px 0;
    text-align: center;
    box-sizing: border-box;
    float: left;
}

#section_archive li img{
    width: 100%;
    max-width: 200px;
    height: auto;
}

#section_archive .btn_home{
    clear: both;
    width: 100px;
    height: 100px;
    margin: 0 auto 20px auto;
}

#section_archive .btn_home a{
    display: block;
    background-image:url(../images/btn_calendar_top_on.png);
    background-repeat: no-repeat;
    background-size: 100px;
}

#section_archive .btn_home a:hover img{
    opacity: 0;
}



/* --------------------------------------------------
*
    #profile_modal
*
-------------------------------------------------- */
#profile_modal{
    width: 100%;
    height: 100%;
    visibility: hidden;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 65535;
}

#profile_modal_inner{
    width: 96%;
    margin: 0 auto;
    padding: 60px 30px;
    box-sizing: border-box;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    background-color: #fff;
    text-align: left;
    position: relative;
    top: 0;
    z-index: 2;
}

#profile_modal .overlay{
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    -ms-filter: "alpha(opacity=50)";
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
}

#profile_modal .btn_close{
    width: 42px;
    height: 42px;
    background-image:url(../images/btn_modal_close.gif);
    background-repeat: no-repeat;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    cursor: pointer;
    transition: opacity .1s ease;
}

#profile_modal .btn_close:hover{
    opacity: .7;
    -ms-filter: "alpha(opacity=70)";
}

#profile_modal .name{
    margin: 0 0 20px 0;
    text-align: center;
}

#profile_modal .name img{
    max-width: 100%;
    height: auto;
}

#profile_modal p{
    font-size: 14px;
    line-height: 1.75em;
    letter-spacing: .075em;
    color: #333;
}

#profile_modal p br{
    display: block !important;
}





}