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

#inner_wrapper{
	line-height: 1.6;
	font-size: 16px;
/*	margin: 0 auto;*/
	background-image:url("../img/background.jpg");
	background-repeat:repeat-y;
	background-size: 100% auto;
	width: 660px;
	padding-bottom: 2%;
}
#inner_wrapper1{
	line-height: 1.6;
	font-size: 16px;
/*	margin: 0 auto;*/
	background-image:url("../img/background.jpg");
	background-repeat:repeat-y;
	background-size: 100% auto;
	width: 660px;
	padding-bottom: 2%;
}
section{
	width: 100%;
	margin-bottom: 6%!important;
}
.fluid_image{
	max-width: 100%;
	height: auto;
}
#inner_wrapper h1{
	width: 100%;
	color: #d26;
	font-size: 28px;
	margin-bottom: 3%;
}
#inner_wrapper1 h1{
	width: 100%;
	color: #002063;
	font-size: 28px;
	margin-bottom: 3%;
}
#inner_wrapper h1 i{
	margin-right: 2%;
}
#inner_wrapper h2{
	color: #510096;
	font-weight: normal;
	margin: 0 auto;
	font-size: 24px;
}
.MP_Button_Wrap{
	display: block;
	width: 100%;
	margin: 0 auto;
}
.MP_Button{
	width: 50%;
	margin: 0 auto;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items:stretch;
	font-size: 16px;
	color: #fff;
    box-sizing: border-box;
}
.MP_Button:hover{
	opacity: 60%;
	transition: 0.8s;
}
.MP_Button_Inner{
	width: 70%;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	background: #41c0ba;
	padding: 4%;
    box-sizing: border-box;
}
.MP_Button_Inner_P{
	width: 70%;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	background: #df95ec;
	padding: 4%;
    box-sizing: border-box;
}
.MP_jp{
	width: 48%;
	text-align: center;
	color: #FFF
}
.MP_en{
	width: 48%;
	font-size: 14px;
	text-align: center;
	color: #FFF
}
.MP_Button i{
	width: 30%;
/*    border-left: solid 46px #00a199;*/
    border-left: solid 46px #bd6fcb;
/*    background: #00837c;*/
    background: #b344c7;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
.MP_Button_P i{
	width: 30%;
    border-left: solid 46px #bd6fcb;
    background: #b344c7;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
.MP_Top img{
	width: 100%;
	height: 400px;
	object-fit: cover;
	font-family: 'object-fit: cover;'/*IE対策*/;
}
.MP_Date{
	font-size: 14px;
	color: #510096;
	margin: 1% auto;
}
.MP_Explain{
	font-size: 14px;
	color: #510096;
}
.Related{
	display: flex;
	flex-wrap: wrap;
	margin-left: 3%;
}
.MP_Box{
	width: 30%;
	margin-bottom: 6%;
	margin-right: 2%;
}
.MP_Box img{
	width: 100%;
	height: 150px;
	object-fit: cover;
	font-family: 'object-fit: cover;'/*IE対策*/;
}
.MP_Title{
	font-size: 14px;
	color: #510096;
	margin: 0 auto;
}
.MP_Topics{
	width: 90%;
	margin: 0 auto;
}
.MP_Topics_Title,.MP_Category a{
	color: #41c0ba!important;
}
.MP_Topics_Title{
	margin-bottom: 3%!important;
}
.MP_Category{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.MP_Category li{
	margin: 1%;
}
.MP_TopicsChild{
	display: flex;
	flex-wrap: wrap;
/*	justify-content: space-between;*/
}


