/*----------------↓スマホ↓------------------*/


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


#main_photo img{
		width:320px !important;
		height:160px !important;
		margin:0 auto !important;
	}
	

#content .cont_box,
#content .cont_box_r {
	position: relative;
	width: 320px;
	margin-bottom: 30px;
	margin-left:auto;
	margin-right:auto;
}

#content .cont_box .feature-plan.mT20 dd .image  img {
	position: absolute;
	top: 15px;
	left: 5px;
	border: 5px solid #FFF;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 15px;
    left: 10px;
}

#content .cont_box_r .feature-plan.imgRight.mT20 dd .image img{
	position: absolute;
	top: 15px;
	border: 5px solid #FFF;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
	position: absolute;
	top: 15px;
	right: 10px;
}

#content .cont_box .feature-plan.mT20 dt img,
#content .cont_box .feature-plan.mT20 dd .text {
	padding:10px 5px 10px 160px;
}
#content .cont_box_r .feature-plan.imgRight.mT20 dt img,
#content .cont_box_r .feature-plan.imgRight.mT20 dd .text {
	padding:10px 160px 10px 5px;
}

#content .cont_box_r {
	clear: both;
	position: relative;
}
/*#content .cont_box .btn img,#content .cont_box_r .btn img {
	margin-top: 45px;
	margin-bottom: 10px;
	margin-left:13px;
}*/

.image img{
	width:122px;
	height:150px;
}

dt img{
	width:145px;
	height:35px;
}

.text{
	height:130px;
	border-bottom:dotted 1px #999;
}

.info{
	padding:5px 5px 20px;
}

.btn{
	background:url(../img/btn_background_m.png) no-repeat;
	width:320px;
	height:100px;
}

.btn4 img{
	width:75.25px;
}

.btn3 img{
	width:101px;
}

.btn2 img{
	width:153.5px;
}

.btn1 img{
	width:310px;
}

.btn ul{
	margin-left:2px;
	padding-top: 45px;
	margin-bottom: 20px;
}

.btn ul li {
	margin-left: 3px;
	float: left;
}

}





/*----------------↓タブレット等↓------------------*/


@media screen and (min-width: 641px) {
#main_photo img{
		width:640px !important;
		height:320px !important;
}

#main_photo img{
		width:640px !important;
		height:320px !important;
}


#content .cont_box,
#content .cont_box_r {
	position: relative;
	width: 640px;
	margin-bottom: 60px;
	margin-left:auto;
	margin-right:auto;
}

#content .cont_box .feature-plan.mT20 dd .image  img {
	position: absolute;
	top: 30px;
	left: 10px;
	border: 5px solid #FFF;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 30px;
    left: 32px;
}

#content .cont_box_r .feature-plan.imgRight.mT20 dd .image img{
	position: absolute;
	top: 30px;
	border: 5px solid #FFF;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
	position: absolute;
	top: 30px;
	right: 20px;
}


#content .cont_box .feature-plan.mT20 dt img,
#content .cont_box .feature-plan.mT20 dd .text {
	padding:20px 10px 20px 320px;
}
#content .cont_box_r .feature-plan.imgRight.mT20 dt img,
#content .cont_box_r .feature-plan.imgRight.mT20 dd .text {
	padding:20px 320px 20px 10px;
}

#content .cont_box_r {
	clear: both;
	position: relative;
}
/*#content .cont_box .btn img,#content .cont_box_r .btn img  {
	margin-top:90px;
	margin-bottom:20px;
	margin-left:26px;
}*/

dt img{
	width:290px;
	height:70px;
}

.text{
	font-size:24px;
	height:230px;
	border-bottom:dotted 1px #999;
}

.image img{
	width:244px;
}

.info{
	padding:10px 10px 20px;
	font-size:24px;
}


.btn{
	background:url(../img/btn_background.png) no-repeat;
	width:640px;
	height:200px;
}

.btn4 img{
	width:150.5px;
}

.btn3 img{
	width:202px;
}

.btn2 img{
	width:304px;
}

.btn1 img{
	width:620px;
}

.btn ul{
	margin-left:4px;
	padding-top: 90px;
	margin-bottom: 20px;
}

.btn ul li {
	margin-left: 6px;
	float: left;
}

}



/*----------------↓共通↓------------------*/


#content #main_photo {
	text-align: center;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 20px;
	height: 100%;
}

#content .cont_box_r .feature-plan.imgRight.mT20 dt,
#content .cont_box .feature-plan.mT20 dt{
	background-color: #09C;
	
}


