/*----------------↓スマホ↓------------------*/


@media screen and (max-width: 640px) {
#content{
	width:319px;
	margin:0 auto;
}

#main_photo img{
		width:319px !important;
		height:160px !important;
		margin:0 auto !important;
	}
	

#content .cont_box,
#content .cont_box_r {
	position: relative;
	width: 319px;
	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:310px;
	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;
    width: 17px;
    height: 19px;
    margin-right: 8px;
}

.btnStyle1, .btnStyle2, a.btnStyle1, a.btnStyle2 {
    width: 315px;
    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: 18px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    text-align: center;
    height: 40px;
    line-height: 40px;
	margin:20px auto;
}


.btnStyle2,
a.btnStyle2 {
	border: 2px solid #054ac9;
	background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0,#85b2fe),color-stop(1,#0449ca));
	background-image: linear-gradient(#85b2fe 0%, #0449ca 100%);
	position:relative;
}
.btnStyle2.withOArrow,
a.btnStyle2.withOArrow {
	font-size:18px;
	line-height:85px;
}
.btnStyle2.withOArrow:before,
a.btnStyle2.withOArrow:before {
	display:block;
	width:19px;
	height:17px;
	content:url(../_img/icon_arrow2_3.png);
	position:absolute;
	top:-37px;
	left:50%;
	margin-left:-9px;
}

.btnStyle2.clr2,
a.btnStyle2.clr2 {
	border: 4px solid #b4ceff;
	background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0,#5bb1ee),color-stop(1,#5199e1));
	background-image: linear-gradient(#5bb1ee 0%, #5199e1 100%);
}

.linkList2 li .linkGroup {
    font-size: 12px !important;
}
.linkList2 li {
    font-size: 13px !important;
}


/*----------------↓タブレット等↓------------------*/


@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;
    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: 40px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    text-align: center;
    height: 50px;
    line-height: 50px;
	margin:20px auto;
}
}


.btnStyle2,
a.btnStyle2 {
	border: 2px solid #054ac9;
	background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0,#85b2fe),color-stop(1,#0449ca));
	background-image: linear-gradient(#85b2fe 0%, #0449ca 100%);
	position:relative;
}
.btnStyle2.withOArrow,
a.btnStyle2.withOArrow {
	font-size:60px;
	line-height:85px;
}
.btnStyle2.withOArrow:before,
a.btnStyle2.withOArrow:before {
	display:block;
	width:19px;
	height:17px;
	content:url(../_img/icon_arrow2_3.png);
	position:absolute;
	top:-37px;
	left:50%;
	margin-left:-9px;
}

.btnStyle2.clr2,
a.btnStyle2.clr2 {
	border: 4px solid #b4ceff;
	background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0,#5bb1ee),color-stop(1,#5199e1));
	background-image: linear-gradient(#5bb1ee 0%, #5199e1 100%);
}

/*----------------↓共通↓------------------*/


#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:22px;
	font-weight:normal;
	padding-top: 15px;
	/*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;
}

