@charset "utf-8";

/* 全てのサイズ共通 */
section {
    padding-top: 5%;
}
section h3 {
    display: block;
    padding: 20px;
    margin-bottom: 35px;
    background-color: #cf9a3d;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 2.4rem;
}
section p {
    font-size: 1.6rem;
    color: #666666;
}

section .tel {
    margin-bottom: 20px;
}

section .tel img {
    display: block;
    width: 100%;
}

section .textStyle1 {
    margin-bottom: 30px;
    font-size: 1.6rem;
    color: #672729;
    font-weight: bold;
}

section .listStyel1 {
    display: block;
    overflow: hidden;
    margin-bottom: 10%;
}

section .listStyel1 dt {
    display: block;
    height: 42px;
    padding: 2% 0 0 16%;
    margin: 0 0 20px 0;
    background: url(../../img/ass_tel_icon1.jpg) 0 0 no-repeat;
    background-size: contain;
    font-size: 2.4rem;
    color: #cf9a3d;
    line-height: 1;
}

section .listStyel1 dd {
    margin: 0 0 35px 0;
    font-size: 1.6rem;
    color: #666666;
}


@media screen and (min-width:1010px) and ( max-width:1400px) {
    /* PC用　*/
    section {
        padding-top: 80px;
    }

section .textStyle1 {
    font-size: 1.6rem;
    margin-bottom: 80px;
}

    section .listStyel1 dt {
        display: block;
    	height: 42px;
        padding: 2px 0 0 70px;
        margin: 0 0 20px 0;
        background: url(../../img/ass_tel_icon1.jpg) 0 0 no-repeat;
        background-size: contain;
        font-size: 4rem;
        color: #cf9a3d;
        line-height: 1;
    }



}

@media screen and (min-width:1400px) {
    /* 右サイド広告がコンテンツに被らない　*/

    section {
        padding-top: 80px;
    }

section .textStyle1 {
    font-size: 1.6rem;
    margin-bottom: 80px;
}

section h3 {
    display: block;
    padding: 20px;
    margin-bottom: 35px;
    background-color: #cf9a3d;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 2.4rem;
}
section p {
    font-size: 1.6rem;
    color: #666666;
}

section .tel {
    margin-bottom: 20px;
}

section .tel img {
    display: block;
    width: 100%;
}

section .textStyle1 {
    margin-bottom: 30px;
    font-size: 2.4rem;
    color: #672729;
    font-weight: bold;
}

section .listStyel1 {
    display: block;
    overflow: hidden;
}

section .listStyel1 dt {
    display: block;
	height: 42px;
    padding: 2px 0 0 70px;
    margin: 0 0 20px 0;
    background: url(../../img/ass_tel_icon1.jpg) 0 0 no-repeat;
    background-size: contain;
    font-size: 4rem;
    color: #cf9a3d;
    line-height: 1;
}
section .listStyel1 dd {
    margin: 0 0 35px 0;
    font-size: 1.6rem;
    color: #666666;
}



}