@charset "utf-8";
/* CSS Document */

.btn{
	width: 50%;
	margin: 5% auto;
	text-align: center;
}
.btn a{
	display: block;
	background-color: #f8f5ee;
	color: #3c3c3c;
	font-size: 15px;
	padding: 4% 0;
}
.btn a:hover{
	background-color: #3c3c3c;
	color: #f8f5ee;
	transition: 1.0s;
}
@media(max-width:750px){
.btn{
	width: 90%;
}
}

#wrapper{
	font-family: YuGothic,'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
}
.box_style{
	margin-bottom: 10%;
}
#wrapper h3{
	font-weight: bold;
	font-size: 22px;
}
@media (max-width:750px){
#wrapper h3{
	font-weight: bold;
	font-size: 22px;
}
}
.mini{
	font-size: 18px;
}
.do_you{
	display: flex;
	padding: 0;
	flex-wrap: wrap;
}
.do_you li{
	list-style: none;
	width: 50%;
	display: block;
	box-sizing: border-box;
	padding: 2%;
}

.do_you li:first-child{
	width: 100%;
}

/*.do_you li a{
	display: block;
	border: solid 1px #000;
}*/

#wrapper .do_ttl{
	text-align: center;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	text-align: center;
	font-size: 34px;
	line-height: 1.7;
	padding: 2% 0;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
#wrapper .do_ttl .sub{
	font-size: 18px;
}
@media(max-width:750px){
.mini{
	font-size: 15px;
}
.do_you li{
	padding: 1%;
}
#wrapper .do_ttl{
	font-size: 20px;
	padding: 3% 0;
}
#wrapper .do_ttl .sub{
	font-size: 15px;
}
#wrapper .do_ttl br{
	display: block;
}	
.btn a{
	font-size: 13px;
}
}

.img0901{
	display: block;
	width: 70%;
	margin: 0 auto;
}
@media(max-width:750px){
.img0901{
	width: 100%;
}
}
#wrapper .center{
	text-align: center;
}
.do_ttl .fit{
	color: #850002;
}

.red{
	color: darkred;
}