@charset "UTF-8";
/* CSS Document */
body {
	font-family:sans-serif;
	text-align: center;
	line-height: 1.6;
    font-size: 12px;
    color:#664a3a;
}
h1, h2 {
margin-bottom: 1em;
}
h3 {
    text-align: left;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
p {
    text-align: left;
    margin-bottom: 1em;
}
span {
	font-size: 12px;
    font-weight: normal;
    line-height: 1.3;
}
img {
  vertical-align: middle;
}
.center {
    text-align: center;
}
.s-left {
    text-align: left;
}
.space-vertical {
    margin: 1em auto;
}
.re-img {
    max-width: 100%;
    margin: 0 auto;
}
.btn {
    max-width: 100%;
}
.imgex {
    width: auto;
    max-width: 100%;
}
.wrap {
    margin: 0 auto;
    width: 100%;
}
.content {
	width:95%;
    max-width: 904px;
	margin: 1em auto;
}
.cont-box {
	margin: 1em auto;
    text-align: left;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 2em 1em 1em 1em;
    background-color: #fef0dd;
}
.cont {
	margin: 2em auto;
    text-align: center;
}

/*----- flex設定 -----*/
.container {
    width: 95%;
    display: inline-flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-content: space-between;
    margin: 0 auto;
}
.container1 {
    width: 100%;
    display: inline-flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-content: stretch;
    margin: 0 auto;
}
.container2 {
    width: 95%;
    display: inline-flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-content: stretch;
    margin: 0 auto;
}
.item { 
    flex-basis: auto;
}
.item1 { 
    flex-basis: 287px;
    margin: 0 auto;
}
.item2 { 
    flex-basis: 80%;
}
.item3 { 
    flex-basis: 80%;
}
.item4 { 
    flex-basis: 14%;
}
.item5 { 
    flex-basis: 50%;
}
.item6 { 
    flex-basis: 50%;
}
.item7 {
    flex-basis: 16%;
}
/*----- flex設定 -----*/

.subtit {
    width: 90%;
    text-indent: -9999px;
    background:  url("../images/tit01.png") no-repeat;
    background-position: center center;
    background-size: contain;
    font-feature-settings : "palt";
    display:inline-block;
    font-size: 16px;
    height: 20px;
    margin:0 auto 0.5em auto;
    }
.tit {
    text-align: left;
}
.banner {
    margin-bottom: 1em;
}
.read {
    font-size: 21px;
    font-weight: 500;
}
.read1 {
    font-size: 21px;
    font-weight: 500;
    padding-left: 40px;
    background:  url("../images/mark.png") no-repeat;
}
.line {
    border-top: 3px solid #664a3a;
}
.logo_kodomo {
    float: right;
    width: 40%;
}
footer {
    margin: 1em auto;
    clear: both;
}
footer p {
    text-align: center;
}

@media screen and (min-width:321px) and ( max-width:567px) {
.item1 { 
    flex-basis: 47%;
}
}
@media screen and (min-width:568px) and ( max-width:736px) {
.item1 { 
flex-basis: 30%;
}
.item2 { 
    flex-basis: 50%;
}
.item3 { 
    flex-basis: 37%;
}
.item4 { 
    flex-basis: 14%;
}
.item5 { 
    flex-basis: 33%;
}
.item6 { 
    flex-basis: 23%;
}
.item7 {
    flex-basis: 15%;
}
}

@media (min-width: 767px) {
    body {
	line-height: 1.6;
    font-size: 16px;
}
.imgex {
    width: auto;
    max-width: 100%;
}
.subtit {
    height: 40px;
    margin: 0em auto 1em auto;
    }
/*----- flex設定 -----*/
.container {
    width: 90%;
    justify-content: space-around;
}
.container1 {
    width: 100%;
    display: inline-flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-content: stretch;
    margin: 0 auto;
}
.container2 {
    width: 95%;
    display: inline-flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-content: stretch;
    margin: 0 auto;
}
.item { 
    flex-basis: auto;
}
.item1 { 
    flex-basis: 32%;
    text-align: left;
}
.item2 { 
    flex-basis: 50%;
}
.item3 { 
    flex-basis: 37%;
}
.item4 { 
    flex-basis: 14%;
}
.item5 { 
    flex-basis: 33%;
}
.item6 { 
    flex-basis: 23%;
}
.item7 {
    flex-basis: 15.5%;
}
/*----- flex設定 -----*/
.logo_kodomo {
    width: auto;
}
.btn {
    max-width: auto;
}
}

@media (min-width: 1023px) {
.wrap {
    width: 1024px;
}
.imgex {
    width: auto;
}
.subtit {
    height: 40px;
    margin: 2em auto 1em auto;
    }
.content {
	width:904px;
}
.cont-box {
    padding: 2em 3em 1em 3em;
    margin: 2em auto;
}
.item2 { 
    flex-basis: 440px;
}
.item3 { 
    flex-basis: 330px;
}
.item4 { 
    flex-basis: 114px;
}
.item5 { 
    flex-basis: 265px;
}
.item6 { 
    flex-basis: 188px;
}
.item7 {
    flex-basis: 137px;
}
}