@charset "utf-8";
/* CSS Document */

body {
  -webkit-text-size-adjust: 100%;
}

body { font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serifsans-serif; } 

.header{
	margin: 5px 0;
	display: flex;
	align-items: center;
}


span.bold {font-weight: bolder; font-size:large }

span.color1 { color: #f96c07; }


a:link { color: #932902; }

.menu-1 ul{
list-style-type: none;
}

span.small {font-size:small }

.t {
	color: #fff;
	background: #aaa;
	padding: 5px 5px 5px 15px;
	margin: 20px 0 10px 0;
	border-radius: 5px;
}

.i {
	font-size:1.4rem;
	color: #fc6464;
	margin: 0 5px 0 25px;
	padding-left:-10em;
    text-indent:-1em;
}

.Q {
	font-size:1.4em;
	color: #28A3C4;
    font-weight:bold;
	margin: 0 5px 0 0;
}

.A {
	font-size:1.4em;
	color: #fc6464;
    font-weight:bold;
	margin: 0 5px 0 20px;
	padding-left:-10em;
    text-indent:-1em;
}
/*-----#section00-----*/
.visually-hidden{
	position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.educate{
	    text-align: center;
        padding: 0.7rem;
        margin: 0 auto 1.5rem;
        background-color: #E89121;
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        border-radius: 6px;
}
#section00 {
    background: #fff9e9;
    padding: 2rem 1rem 4rem;
}
#section00 p{
	padding-bottom: 2rem;
}
.container-00{
	position: relative;
	height: 410px;
}
.container-00-2{
	position: relative;
	height: 380px;
}
.container-00 img {
        float: right;
        clear: both;
        margin: 0.6rem 0 0 1rem;
	    width: 42%;
}
.container-00-2 img{
	float: left;
        clear: both;
        margin: 0.6rem 1rem 0 0;
	    width: 45%;
}
.space {
        float: right;
        height: 17.3em;;
    }
.space-2 {
        float: right;
        height: 11em;
    }

/*-----//#section00-----*/