@charset 'utf-8';

h2{
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    font-size: 4.0rem;
    font-weight: normal;
}

@media (max-width: 599px) {
	h2{
    font-size: 162%;
    margin-bottom: 30px;
	}
}

.top_page .main_img{
    line-height: 0;
    width: 100%;
    max-width: 1200px;
    margin: 100px auto 0;
	background:url(../images/wold_map.png) no-repeat;
	background-position: center center;
	position: relative;
}
.top_page .main_img img{
    max-width: none;
    width: 100%;
    margin: 0 auto;
}
.top_page .main_img img.slide-arrow{
	width: 32px;
}
.top_page .main_img .btn_prev{
    background: none;
    border: none;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 10;
	margin-top: -27px;
	cursor: pointer;
}
.top_page .main_img .btn_next{
    background: none;
    border: none;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 10;
	margin-top: -27px;
	cursor: pointer;
}
.content01{
	margin-top: 100px;
	padding-top: 0;
	position: relative;
    padding-bottom: 0;
    z-index: 10;
}
.content01 .content_inner{
	display: flex;
    justify-content: space-evenly;
}
.content01 .left,
.content01 .right{
    padding: 0 40px;
}
.content01 .left h2{
	margin-top: 0;
}
.content01 .left p{
	font-size: 2.0rem;
}
.content01 .right img{
	min-width: 250px;
}
@media (max-width: 1199px) {
	.top_page .main_img{
    background-size: cover;
	}
	.content01{
    margin-top: 60px;
	}
	.content01 .left, .content01 .right{
    padding: 0 20px;
	}
	.content01 .left h2{
    font-size: 3.2rem;
	}
	.content01 .left p {
    font-size: 1.8rem;
}
	.content01 .right img{
		min-width: 200px;
	}
}
@media (max-width: 599px) {
	.content01{
        margin-top: 30px;
	}
	.top_page .main_img{
    margin: 60px auto 0;
	}
	.top_page .main_img .btn_prev,
	.top_page .main_img .btn_next{
    margin-top: -13px;
	}
	.top_page .main_img img.slide-arrow{
    width: 18px;
	}
	.content01 .content_inner{
    flex-direction: column;
	}
	.content01 .left, .content01 .right{
		padding: 0;
	}
	.content01 .left h2{
        font-size: 2.2rem;
        margin-bottom: 25px;
	}
	.content01 .left p {
        font-size: 1.6rem;
    }
	.content01 .right{
		text-align: center;
        margin-top: 20px;
	}
}

.content02{
    margin-top: 100px;
    margin-bottom: 100px;
	position: relative;
}
.content02 .content_inner{
	position: relative;
	z-index: 10;
	display: flex;
    justify-content: space-between;
}
.content02 .left h2{
	margin: 0;
}
.content02 .left h2 span{
    font-size: 1.6rem;
    border-top: 1px #000 solid;
    position: relative;
    padding-top: 10px;
}
.content02 .left h2 span:before{
    content: "";
    width: 100%;
    height: 1px;
    background: #000;
    display: inline-block;
    position: absolute;
    top: 1px;
}
.content02 .btn_blue{
	margin-top: 40px;
}
.content02 .btn_blue a{
	background: #245C8B url("../images/icon_arrow_wh.svg") no-repeat;
	background-position: right 10px center;
	color: #fff;
    padding: 0.7em 2.5em;
    display: inline-block;
}
.content02 .right{
    width: calc(100% - 340px);
    background: #F8F8F8;
    margin-left: 60px;
    padding: 40px;
}
.content02 .right .btn_blue{
	display: none;
}
.content02 .right ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.content02 .right ul li{
	display: flex;
}
.content02 .right ul li + li{
	margin-top: 1.5em;
}
.content02 .right ul li p{
	margin: 0;
}
.content02 .right ul li .date{
    width: 10em;
}
.content02 .right ul li .txt{
	width: calc(100% - 10em);
}
@media (max-width: 1199px) {
	.content02{
    margin-top: 60px;
    margin-bottom: 60px;
	}
	.content02 .right{
    width: calc(100% - 280px);
    margin-left: 20px;
	}
}

@media (max-width: 599px) {
	.content02 .content_inner{
    flex-direction: column;
	}
	.content02 .left .btn_blue{
		display: none;
	}
	.content02 .right .btn_blue{
		display: block;
        text-align: center;
        margin-top: 30px;
	}
	.content02 .right{
    width: calc(100% - 30px);
    margin: 20px 0 0;
        padding: 15px;
	}
	.content02 .right ul li{
    flex-direction: column;
	}
	.content02 .right ul li .date,
	.content02 .right ul li .txt{
		width: 100%;
	}
}








