@charset "UTF-8";
/* CSS Document */


.cash-carry p{
	font-size: 18px;
}
.cash-carry img{margin-bottom: 17px;}

.access,.access table{
	width: 315px;
}

.items{
	width: 670px;
	overflow: hidden;
	margin: 0 auto 80px auto;
	padding-left: 5px;
	padding-right: 5px;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.items dl{
	display: inline-block;
	float: left;
	width: calc(670px / 2 - 20px);
	text-align: center;
}

.items dl:nth-child(odd){
	margin-right: 30px;
}

.items dt{
	color: #fff;
    background-color: #8cc63f;
    height: 44px;
    display: inline-block;
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 22px;
    padding-top: 10px;
    position: relative;
    top: 22px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	font-size: 24px;
}
.items dd{
	    background-color: #f2f2f2;
    padding: 42px 18px;
    border-radius: 22px;
    height: 160px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	text-align: justify;
	font-size: 18px;
	line-height: 1.8rem
}

.sp-view {
    display: none;
}

html, body {
    height: 100%;
}


@media screen and (min-width: 737px) {

	
}

@media screen and (max-width: 737px) {


	.items{width: 90vw;}
	
.items dl{
	display: inline-block;
	float: initial;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

	.items dd{
		font-size: 16px;
	}

	
	.area16, .area16 table{
		width: 95vw
	}
	
	
   .pc-view {
        display: none;
    }
    .sp-view {
        display: block;
    }  
}