/*----------------↓スマホ↓------------------*/


@media screen and (max-width: 640px) {
#content{
	width:320px;
	margin:0 auto;
}

#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;
}

.read{
	font-size:20px;
	color:#333;
}

td,th{	
	font-size:18px;
}

.btnStyle1.withArrow:before, .btnStyle2.withArrow:before, a.btnStyle1.withArrow:before, a.btnStyle2.withArrow:before {
    display: inline;
    content: url('../_img/icon_arrow2_2.png');
    width: 17px;
    height: 19px;
    margin-right: 8px;
}

.btnStyle1, .btnStyle2, a.btnStyle1, a.btnStyle2 {
    width: 295px;
    display: inline-block;
    border: 2px solid #054AC9;
    border-radius: 16px;
    background-image: linear-gradient(#B6D1FE 0%, #6B9EFF 100%);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
    color: #FFF;
    text-decoration: none;
    font-size: 12px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    text-align: center;
    height: 40px;
    line-height: 40px;
	margin:20px auto;
}




}


/*----------------↓タブレット等↓------------------*/


@media screen and (min-width: 641px) {
	
#content{
	width:640px;
	margin:0 auto;
}


#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:120px;
}

.btn3 img{
	width:170px;
}

.btn2 img{
	width:272px;
}

.btn1 img{
	width:566px;
}


.read{
	font-size:26px;
}

td,th{	
	font-size:26px;
}

.btnStyle1.withArrow:before, .btnStyle2.withArrow:before, a.btnStyle1.withArrow:before, a.btnStyle2.withArrow:before {
    display: inline;
    content: url('../_img/icon_arrow2_2.png');
    width: 17px;
    height: 19px;
}

.btnStyle1, .btnStyle2, a.btnStyle1, a.btnStyle2 {
    width: 620px;
    display: inline-block;
    border: 2px solid #054AC9;
    border-radius: 16px;
    background-image: linear-gradient(#B6D1FE 0%, #6B9EFF 100%);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
    color: #FFF;
    text-decoration: none;
    font-size: 22px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    text-align: center;
    height: 50px;
    line-height: 50px;
	margin:20px auto;
}
}



/*----------------↓共通↓------------------*/


#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;
	
}


section h1 {
	color:#67829e;
	background-color:#FFF;
	font-size:28px;
	font-weight:normal;
	/*text-shadow:0px 0px 2px rgba(0,0,0,0.25);*/
}

section h1:after {
	content:"";
	display:block;
	height:8px;
	border-radius:10px;
	background:#9dc1e6;
	-webkit-box-shadow:1px 1px 3px rgba(0,0,0,0.3) inset;
	box-shadow:1px 1px 3px rgba(0,0,0,0.3) inset;
	margin:15px 0 22px;
}

section h2 {
	color:#67829e;
	background-color:#FFF;
	font-size:24px;
	font-weight:normal;
	margin-top:10px;
	/*text-shadow:0px 0px 2px rgba(0,0,0,0.25);*/
}

section h2:after {
	content:"";
	display:block;
	height:8px;
	border-radius:10px;
	background:#9dc1e6;
	-webkit-box-shadow:1px 1px 3px rgba(0,0,0,0.3) inset;
	box-shadow:1px 1px 3px rgba(0,0,0,0.3) inset;
	margin:15px 0 22px;
}

section h3 {
	color:#67829e;
	background-color:#FFF;
	font-size:20px;
	font-weight:normal;
	/*text-shadow:0px 0px 2px rgba(0,0,0,0.25);*/
}

section h3:after {
	content:"";
	display:block;
	height:8px;
	border-radius:10px;
	background:#9dc1e6;
	-webkit-box-shadow:1px 1px 3px rgba(0,0,0,0.3) inset;
	box-shadow:1px 1px 3px rgba(0,0,0,0.3) inset;
	margin:15px 0 22px;
}

p{
	padding-top:5px;
	padding-bottom:5px;
	font-size:16px;
}