@charset "utf-8";

/*==============================

		style.css（sitemap）

==============================*/


/*------------------------------
page_title PC
------------------------------*/
@media screen and (min-width: 641px)  { 
    .page_title .title_bg{
        width: 980px;
        height: 120px;
        margin-right: auto;
        margin-left: auto;
        background: url(../img/title_bg.jpg) no-repeat center right;
    }
    .page_title .title_bg h1{
        width: 444px;
        height: 89px;
        background: url(../img/page_title_pc.png) no-repeat 15px 31px;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-indent: 100%;
    }
}

/*------------------------------
page_title SP
------------------------------*/
@media screen and (max-width: 640px) {
    .page_title .title_bg{
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        padding-top: 20px;
    }
    .page_title .title_bg h1{
        background: url(../img/page_title_sp.png) no-repeat;
        height: 40px;
        background-size: contain;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-indent: 100%;
    }
}



/*------------------------------
section_01 PC
------------------------------*/
@media screen and (min-width: 641px) {
    .section_01{
        width: 855px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 60px;
    }
    .section_01 dt{
        width: 18%;
        float: left;
        padding-top: 2.2rem;
        padding-bottom: 2.2rem;
        border-bottom: 1px solid #E7E7E7;
    }
    .section_01 dt:before {
        content:'● ';
        font-size: 1.6rem;
        line-height: 0;
    }
    .section_01 dd{
        width: 82%;
        float: right;
        padding-top: 2.2rem;
        padding-bottom: 2.2rem;
        border-bottom: 1px solid #E7E7E7;
    }
    .section_01 dt:nth-of-type(10){
        border-bottom: none;
     }
    .section_01 dd:nth-of-type(10){
        border-bottom: none;
     }
}

/*------------------------------
section_01 SP
------------------------------*/
@media screen and (max-width:640px){
    .section_01{
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 30px;
    }
    .section_01 dt{
        width: 100%;
        padding-top: 1.6rem;
        font-weight: 700;
    }
    .section_01 dt:before {
        content:'● ';
        font-size: 1.6rem;
        line-height: 0;
    }
    .section_01 dd{
        width: 100%;
        padding-bottom: 1.6rem;
        border-bottom: 1px solid #E7E7E7;
    }
 }