@charset "UTF-8";
/****************************************
	common.cssにあったもの
*****************************************/



/****************************************
	html内にあったもの
*****************************************/

a:link,
a:visited,
a:active {
	color: #000;
}


.column {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

#undercolumn {
	background-color: inherit;
	width: 100%;
	max-width: 880px;
	margin: 0 auto;
}

.emb_top{margin-bottom:60px;text-align:center;}
.mawari{width:100%;margin:0 auto;}
.mawari h2{
	font-size:20px;text-align:center;border-bottom:6px double #f00;margin-bottom:30px;color:#000;background: none;}
h3{
	font-size:14px;
	padding-left:1em;
	display: flex;
	align-items: center;
	margin-top:20px;
}
h3:after{
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #666;
	display: block;
	margin-left: .4em;
}
.emb_maker{margin-bottom:3em;}
.emb_maker img{
	width: 100%;
	height: auto;
}
.emb_btn  {
	width: 100%;
	margin-top: 5px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 1em;
}
	.emb_btn li{width:24%;margin-bottom:10px;}
	.emb_btn li a {
	background-color:#333;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	width:100%;
	cursor:pointer;
	color:#FFF;
	text-align:center;
	font-family:Arial;
	font-weight:bold;
	padding:6px 0;
	text-decoration:none;
}
.emb_btn li a:hover {
	background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
	background-color:#f6f6f6;
}
.emb_btn li a:active {
	position:relative;
	top:1px;
}
.emb_btn.w70{justify-content: center;}	
.emb_btn.w70 li{width:70%;}	
.emb_btn.w50 li{width:49%;}	

@media screen and (max-width:880px) {
	.emb_top{margin-bottom:60px;text-align:center;}
	.mawari{width:100%;margin:20px auto 0 auto;}
	.mawari h2{
	font-size:20px;text-align:center;border-bottom:6px double #f00;margin-bottom:30px;color:#000;}
	h3{
	font-size:14px;
	padding-left:1em;
	display: flex;
	align-items: center;
	margin-top:20px;
	}
	h3:after{
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #666;
	display: block;
	margin-left: .4em;
	}
	.emb_maker{margin-bottom:3em;}
	.emb_btn  {
	width: 100%;
	margin-top: 5px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;

	}
	.emb_btn li{width:49%;margin-bottom:10px;}
	.emb_btn li a:hover {
	background-color:#f6f6f6;
	}
	.emb_btn li a:active {
	position:relative;
	top:1px;
	}
	.emb_btn.w70{justify-content: center;}	
	.emb_btn.w70 li{width:70%;}	
	.emb_btn.w50 li{width:49%;}
}

iframe.em_serch{
    width: 100%;
    height: 890px;
}
@media screen and (max-width:880px) {
		iframe.em_serch{
		width: 100%;
		height: 910px;
	}
}

p.center{
    text-align: center;
}
p.tyuui{
    margin-bottom: 5rem;
}
