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



h3.midashi_gure_naikne {
    margin: 0px auto 50px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #737373;
    border: 3px solid #d8d9d9;
    box-sizing: border-box;
    padding: 15px;
    max-width: 700px;
    width: 100%;
    line-height: 1.8em;
}


.naiken_movie {
    width: 100%;
    height: 400px;
    background-color: #838383;
    max-width: 850px;
    margin: 0 auto 60px;
}

.naiken_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    max-width: 1040px;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 20px 0;
    margin: 80px auto;
}

.naiken_flex_child {
    width: 35%;
	text-align: center;
}

.naiken_flex_child img{
    width: 100%;
}

.naikenflex_text {
    font-size: 15px;
    margin-top: 20px;
    
    line-height: 1.8em;
}


.midashi_naiken {
    text-align: left;
    font-size: 25px;
    font-weight: bold;
    color: #0259a0;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    border-left: 5px solid #0259a0;
    background-color: #d3ecfb;
    margin-top: 50px;
    margin-bottom: 50px;
	box-sizing: border-box;
}

.naikenflex_text_02 {
    font-size: 14px;
    margin-top: 20px;
    line-height: 1.8em;
    text-align: left;
    height: auto;
}

.naiken_flex_child_02 {
    width: 29%;
    border: 3px solid #d3ecfb;
    padding: 15px;
    box-sizing: border-box;
	border-radius: 15px;
	text-align: center;
}

.naiken_flex_child_02 img {
    width: 100%;
    max-width: 180px;
}


.naiken_flex_02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    max-width: 1040px;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 20px 0;
    margin: 80px auto;
}

.naiken_child_img {
    width: 20%;
}

.naiken_group {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    width: 100%;
}

.naiken_child_text h4 {
    font-size: 18px;
    font-weight: bold;
    color: #004da1;
    line-height: 1.8em;
}

.naikenflex_text_03 {
    font-size: 14px;
    line-height: 1.8em;
}

.naiken_child_text {
    width: 75%;
}





@media screen and (max-width: 1000px){


h3.midashi_gure_naikne {
    margin: 0px auto 25px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #737373;
    border: 3px solid #d8d9d9;
    box-sizing: border-box;
    padding: 15px;
    max-width: 700px;
    width: 100%;
    line-height: 1.8em;
}


.naiken_movie {

    margin: 0 auto 30px;
}



.naiken_flex_child img {
    width: 70%;
}

.naikenflex_text {
    font-size: 14px;
    margin-top: 20px;
    line-height: 1.4em;
}

.midashi_naiken {
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    color: #0259a0;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    border-left: 5px solid #0259a0;
    background-color: #d3ecfb;
    margin-top: 30px;
    margin-bottom: 30px;

}

.naiken_flex_child_02 {
    width: 100%;
    margin-bottom: 30px;
}

}


@media screen and (max-width: 600px){


.naiken_flex {
    margin: 40px auto;
    display: block;
}

.naiken_flex_child {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}


.naiken_flex_02 {
    display: block;
	margin: 40px auto;
}

.naiken_group {
    margin-bottom: 30px;
}

}