@font-face{
	font-family:'Myfont';
	src:url(../../../font/msmincho.ttc);
}
.main_width{
    width: 940px;
    margin: 0 auto;
}
.torikumi{
    margin: 60px auto;
    width: 600px;
    background-color: #c1d1db;
    padding: 10px;
    text-align: center;
}
.to_p1{
    font-size: 39px;
    font-weight: bold;
    color: #006c9e;
    margin-bottom: 3px;
}
.to_p2{
    font-size: 16px;
}
.img_sdgs{
    width: 440px;
    margin: 0 auto;
}
.img_sdgs img{
    width: 100%;
}
.img_flex{
    display: flex;
    margin: 25px auto;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 470px;
    align-content: space-between;
}
.img_flex div{
    width: 150px;
	position: relative;
}
.img_flex div img{
    width: 100%;
}
.number_1{
    font-size: 10px;
    position: absolute;
    line-height: 14px;
    top: 13px;
    left: 33px;
    color: #fff;
}
.number_2{
    font-size: 10px;
    position: absolute;
    line-height: 14px;
    top: 13px;
    left: 42px;
    color: #fff;
}
.text_kk{
    margin-top: 20px;
}
.sengen{
    margin: 50px auto;
}
.se_h1{
    margin-bottom: 6px;
    text-align: center;
    font-size: 20px;
    color: #000;
}
.se_h1 span{
	    font-weight: bold;
/*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;*/
font-family: "游明朝", YuMincho, YuGo-Medium, 'YuGothic', "ＭＳ Ｐ明朝", "ＭＳ 明朝",serif !important;
}
.se_p{
    font-size: 17px;
    font-weight: bold;
    line-height: 26px;
	/*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;*/
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", sans-serif !important;
}
.dh_name{
    display: flex;
    justify-content: flex-end;
    margin-top: 23px;
	align-items: center;
    padding-right: 17px;
}
.dh_name p{
    margin-right: 10px;
}
.box_bottom{
    margin-bottom: 80px;
}
.box_dai{
    font-size: 18px;
    font-weight: bold;
	color:#036eb8;
	position: relative;
    padding-left: 25px;
	/*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;*/
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", sans-serif !important;
}
.box_dai:before{
	content:'';
	width: 18px;
    height: 18px;
    top: 3px;
    left: 0px;
    position: absolute;
    background-color: #036eb8;
}
.box_imgflex{
    margin: 25px auto;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}
.box_imgflex div{
    width: 150px;
    margin-left: 10px;
    margin-right: 10px;
	position: relative;
}
.box_imgflex div img{
    width: 100%;
}
@media screen and (max-width: 810px) {
.main_width {
    width: 79%;
	padding-top: 111px;
}
.img_flex {
    height: 815px;
}
.box_dai:before {
    content: '';
    top: 4px;
}
.box_imgflex div {
    margin-left: 7px;
    margin-right: 7px;
}
}
@media screen and (max-width: 768px) {
.main_width {
    width: 84%;
}
}
@media screen and (max-width: 414px) {
.main_width{
	width: 95%;
    padding-top: 0px;
}
.to_p1 {
    font-size: 21px;
}
.to_p2 {
    font-size: 14px;
}
.torikumi {
    margin: 25px auto;
    width: 100%;
}
.img_sdgs {
    width: 100%;
}
.img_flex{
    margin: 10px auto;
    justify-content: space-around;
	height: auto;
}
.img_flex div {
    width: 47%;
    margin: 5px 0px;
}
.number_1 {
    font-size: 13px;
    line-height: 16px;
    top: 17px;
    left: 41px;
}
.number_2 {
    font-size: 13px;
    line-height: 14px;
    top: 19px;
    left: 52px;
}
.se_p {
    font-size: 16px;
    line-height: 24px;
}
.dh_name {
    margin-top: 15px;
    padding-right: 0px;
}
.box_imgflex {
    margin: 10px auto;
    margin-bottom: 20px;
    justify-content: space-around;
    flex-wrap: wrap;
}
.box_imgflex div {
    width: 47%;
    margin: 5px 0px;
}
.box_bottom {
    margin-bottom: 55px;
}
}
@media screen and (max-width: 375px) {
.number_1 {
    font-size: 12px;
    top: 14px;
    left: 36px;
}
.to_p2 {
    font-size: 13px;
}
.number_2 {
    font-size: 12px;
    top: 17px;
    left: 48px;
}
.box_dai {
    font-size: 16px;
    padding-left: 20px;
}
.box_dai:before {
    content: '';
    width: 15px;
    height: 15px;
}
.box_imgflex {
    margin: 10px auto;
    margin-bottom: 15px;
}
.box_bottom {
    margin-bottom: 45px;
}
}
@media screen and (max-width: 320px) {
.to_p2 {
    font-size: 12px;
}
.number_1 {
    font-size: 10px;
    line-height: 14px;
    top: 11px;
    left: 31px;
}
.number_2 {
    font-size: 10px;
    top: 12px;
    left: 41px;
}
.se_p {
    font-size: 14px;
    line-height: 21px;
}
.dh_name{
    width: 130px;
}
}

























