/*----------------------------------------------------
    PC・SP共通サイトcss
----------------------------------------------------*/
.l-parts01 .l-common-title:before {
    content: 'RECOMMEND';
}

.l-parts02 .recommend-box{
	margin:2rem auto;
	padding: 2rem;
    background: #f1fafe;
    border-radius: 2rem;
}
.l-parts02 .recommend-box h4{
	margin: 0.5em 2rem 1em;
    padding: 0.5rem;
    text-align: center;
    color: #0097d2;
    font-weight: bold;
    background: #fff;
    font-size: 2.4rem;
    border-radius: 2rem;
}

.l-parts02 .l-common-title:before {
    content: 'RECOMMEND';
}
.caption {
	display: block;
	padding: 8px 0 0 0;
	color: #999999;
	text-align: left;
	word-break: break-all;
	font-weight: normal;
	font-size: 1rem;
	line-height: 1.4;
	overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

.box-summary{
	margin:2rem 0;
	padding:2rem;
	border:solid 1px;
}

.l-main-area .l-parts10 .box-wrap .btn-internal a{
	width:80%;
}
.l-parts03-column3__image span{
	line-height: 1.4;
    word-break: break-all;
	margin: 10px 0;
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}
.l-parts03-column3__image span::-webkit-scrollbar,
.caption::-webkit-scrollbar{
    height: 5px;
}
.l-parts03-column3__image span::-webkit-scrollbar-track,
.caption::-webkit-scrollbar-track{
    border-radius: 2px;
    background: #eee;
}
.l-parts03-column3__image span::-webkit-scrollbar-thumb,
.caption::-webkit-scrollbar-thumb{
    border-radius: 5px;
    background: #C0C0C0;
}

.l-main-area .l-parts03-column3__line .btn-internal a{
	width:90%;
	font-size:1.2rem;
}

.l-contents-area .l-parts01 .btn-web a{
	width:90%;
	font-size:1.8rem;
}


.l-contents-area .btn-web {
    position: relative;
    display: block;
    margin: 3rem auto;
    padding: 0;
    text-align: center;
}

.l-contents-area .btn-web a {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 2rem 5rem 2rem 3rem;
    width: 100%;
    border-radius: 50px;
    background: #ff6600;
    box-shadow: 5px 5px 0 #ccc;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.4;
}


/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/

@media screen and (min-width: 481px) {
/*/////////////PC用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/

	.l-main-area .l-parts01-column3__box .btn-web a{
		width:100%;
	}
	
	
	.btn-tel{
		display:none;	
	}
}



/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 480px) {
/*/////////////SP用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/

	.l-main-area .box-summary .btn-internal{
		width:100%;
	}
	.l-contents-area .l-parts01 .btn-web a{
		width:100%;
	}
	.l-parts02 .recommend-box h4{
		margin: 0.5em 0 1em;
		font-size:1.8rem;
	}
	
	
	.l-contents-area .btn-tel{
		display: block;
        margin: 3rem auto;
        padding: 0;
        width: 90%;
        text-align: center;
	}
	.l-contents-area .btn-tel a{
		position: relative;
        z-index: 10;
        display: inline-block;
        margin: 0;
        padding: 1.5rem 5rem;
        width: 100%;
        border-radius: 30px;
        background: #7cce34 url(img/icon_tel.svg) no-repeat left 20px center;
        background-size: auto 20px;
        box-shadow: 5px 5px 0 #ccc;
        text-align: center;
        text-decoration: none;
        font-size: 1.6rem;
        line-height: 1.4;
        font-weight: bold;
	}
	.l-main-area .tbl-tblcell table thead th{
		display: table-cell;
        width: 100px;
	}
	.l-main-area .tbl-tblcell table tbody td{
		display: table-cell;
        width: 100px;
	}
	
}