@charset "utf-8";
img{
	vertical-a<li>gn:bottom;
}

ul{
	<li>st-style-type:none;
}

.main_bg{
    background: #FFF;
}
#kodomo{
    margin: 0 auto;
    background: #fee245;
    padding-bottom: 10%;
}
#kodomo .sewrap{
	background-image: url("../images/bg_main_sp.jpg?0423");
	width: 100%;
	height: 100%;
	padding-top: 115.625%;
	margin: 0 auto;
	position:relative;
	background-size: cover;
}
#kodomo .clrTxt {
	text-indent:-10000px;
	text-decoration:none;
	overflow:hidden;
	position:absolute;
	top: 0;
}
#kodomo p{
    color: #603814;
    font-size: 3vw;
    font-weight: bold;
    margin-top: 1%;
    width: 95%;
    margin: 1% auto;
}

#kodomo ul{
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 95%;
    margin: 0 auto;
}
#kodomo li{
    width: 100%;
    background: #fff;
    margin-top: 3%;
    padding: 1%;
    color: #5f3713;
}
#kodomo li h2{
    background: #fbb03b;
    padding: 1%;
    font-weight: bold;
    font-size: 3.8vw;
    text-a<li>gn: center;
}

.btn{
    background: #c1273d;
    color: #FFF;
    width: 80%;
    height: 50px;
    <li>ne-height: 50px;
    text-a<li>gn: center;
    border-radius: 14px;
    font-size: 28px;
    font-weight: bold;
    margin: 20px auto;
    display: block;
    border: 5px #fff so<li>d;
    box-sizing: content-box;
    box-shadow: 4px 4px #333;
}
.btn:hover{
    box-shadow:none;
    transform: translate(4px,4px);
    transition-duration :0.2s;
    opacity: 1.0;
    text-decoration: none;
    color: #fff;
}


.ytCont {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    order: 1;
}
.ytCont iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}