@charset "UTF-8";

.right_column h3{
/*	display: block;*/
	text-indent: -1em;
	padding-left: 1em;
}

a.button{
	float: right;
	color:#fff !important;
	text-align: center;
	text-decoration: none !important;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	display:block;
	background:#E37089;
	width:66px;
	height:56px;
	padding:10px 0 0;
}

.panel_img{
	float: left;
}


/* スマホ向け **************************************************************************************** */

@media (max-width: 650px) {
	.panel_img{
		width: 65%;
	}
	
	a.button{
		height: 90%;
		width: 32%;
		padding: 1% 0;
	}

	.box1{
		margin: 0 -5.555555%;
	}

	.box2{
		margin: 5% 0;
	}
	
	img[src*="04"] {width: 100%;}
	img[src*="05"] {width: 80%;}
	img[src*="06"] {width: 100%;}
	img[src*="07"] {width: 100%;}
	
}
