@charset "shift_jis";

@media screen and (min-width: 750px) {

div.detail_text {
	width:86%;
	padding:1vw;
	margin:1vw auto;
	margin-bottom:3vw;
}

.box_left {
	width:35%;
	float:left;
	text-align: center;
}

.box_left img {
	width:100%;
}

.box_right {
	width:60%;
	margin-left: 5%;
	float:left;
}

div.text_1 {
	width:20%;
	float:left;
}

div.text_2 {
	width:80%;
	float:left;
}

p.zaiko {
	display: block;
	text-decoration:none;
	width:30%;
	padding:1%;
	text-align: center;
    margin:1vw auto;
	background-color:#FFFFFF;
	border:1px solid #FFFFFF;
	border-radius: 10px;
	border: 2px solid #ccc; 
}

a.btn_base_plain {
	display: block;
	text-decoration:none;
	width:60%;
	padding:1%;
	text-align: center;
    margin:1vw auto;
	background-color:#FFFFFF;
	border:1px solid #FFFFFF;
	border-radius: 10px;
	border: 2px solid #ccc; 
	box-shadow:rgba(10, 10, 122, 0.1) 0px 0px 6px 3px inset;
	-moz-box-shadow:rgba(10, 10, 122, 0.1) 0px 0px 6px 3px inset;
	-webkit-box-shadow:rgba(10, 10, 122, 0.1) 0px 0px 6px 3px inset;
}

}

@media screen and (max-width: 750px) {

div.detail_text {
	width:98%;
	padding:1vw;
	margin:5vw auto;
	margin-bottom:8vw;
}

.box_left {
	width:100%;
	text-align: center;
	margin:3vw auto;
}

.box_left img {
	width:60%;
}

.box_right {
	width:100%;
	font-size: 4.2vw;
	line-height: 5.2vw;
	margin:3vw auto;
	float:left;
}

div.text_1 {
	width:28%;
	float:left;
}

div.text_2 {
	width:72%;
	float:left;
}

p.zaiko {
	display: block;
	text-decoration:none;
	width:30%;
	padding:1%;
	text-align: center;
    margin:1vw auto;
	background-color:#FFFFFF;
	border:1px solid #FFFFFF;
	border-radius: 10px;
	border: 2px solid #ccc; 
}

a.btn_base_plain {
	display: block;
    text-decoration: none;
    text-align: center;
    width: 80%;
    padding: 3vw 2vw;
    margin: 5vw auto 8vw;
    text-align: center;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    border: 2px solid #ccc;
    box-shadow: rgba(10, 10, 122, 0.1) 0px 0px 6px 3px inset;
    -moz-box-shadow: rgba(10, 10, 122, 0.1) 0px 0px 6px 3px inset;
    -webkit-box-shadow: rgba(10, 10, 122, 0.1) 0px 0px 6px 3px inset;
}

}