.heading2 {
	background:#F69;
    color: #fff;
    font-size: 16px;
    padding: 5px 10px;
	text-align:center;
	}
.news {
	background:#FF0;
	padding:20px;
	margin-bottom:30px;
}

.news h3 {
	font-size:16px;
	font-weight:bold;
	color:#F00;
}
.t_center{
	text-align:center;
}
.btn a {
	display:block;
	width:88%;
	border-radius:8px;
	background-color:#F36;
	line-height: 1.8;
	color:#FFF;
	padding:1rem 0;
	margin:1em auto;
	text-align:center;
	text-decoration:none;
	box-shadow: 0px 5px rgba(0,0,0,0.4);
	position:relative;
	max-width:700px;
	font-size:1.2rem;

}
.btn a:after {
	content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -0.5em;
    right: 5%;
    width: 1em;
    height: 1em;
    border-top: #FFF 2px solid;
    border-right: #FFF 2px solid;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
}
.btn a:hover{
	opacity: 0.6;
	transition: .3s;
	background-color: #E74251;
	}
.taking{
	/*border-bottom: dashed 1px #bdb9b9;*/
	background-color:#fff;/*555*/
	border-radius: 6px;
	padding: 0.16rem;
	margin: 0 0.2rem;
	line-height:1.6;
	font-size:0.9rem;
	color:#f83600;
	}

.ogiri_odai-wrap {
	list-style:  none;
	margin:  0;
	padding: 0;
}
.ogiri_odai:before {
	content:  "";
	width: 1px;
	height: 30px;
	display:  inline-block;
	position:  relative;
	/*margin-right: 10px;*/
	background-size:  contain;
	background-repeat:  no-repeat;
	vertical-align:middle;
}
.ogiri_odai {
	background: #FFF;/*f9f9f9*/
	width: 600px;
	border-radius: 12px;
	margin-bottom: 3rem;
	margin: auto ;
	/*margin-left: 10px;*/
	padding:  3rem;/*ＢＧ部分のサイズ*/
	font-size:  18px;
	/*border-bottom: dotted 2px #b4b8b8ad;*/
}
/*ＭＡＸ ベースがＰＣ　これはスマホの指示*/
@media screen and (max-width:559px) {
.ogiri_odai:before {
	width: 1px;
	height: 25px;
}
.ogiri_odai {
	margin: auto ;
	width: 90%;
	border-radius: 12px;
	margin: auto;
	padding: 0.8rem;
	line-height:1.4;
	font-size:1.2em;
}}
/*お題太字*/
span.odai{
    color:#666;
    font-weight: bold;
    line-height:1.8;
}
.aki1{
	margin-left: 1rem;
}