@charset "utf-8";
/* CSS Document */
#global_navi_in ul li a {
	font-size: 16px;
	padding: 17px 32px 0 32px;
	height: 39px;
}
.wrap_news {
    padding-top: 0;
}
.wrap_news2 {
	padding-top: 50px;
	padding-bottom: 30px;
}
footer {
	border-top: 1px #d3d3d3 solid;
}
.bnr {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
/* RE only English Site */
.re_list_h3box {
	text-align: center;
}
.re_list_h3box h3 {
	width: 89%;
	color: #4650ae;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	margin-top: 20px;
	margin-left: 30px;
	border-bottom: #4650ae 2px solid;
}
.re_list_h3box h3::after {
	/* content: ''; */
	width: 90%;
	height: 3px;
	display: inline-block;
	background-color: #4650ae;
	position: absolute;
	bottom: -10px;
	left: calc(50% - 55px)
}
.re_list {
	display: block;
	width: 100%;
}
.re_list ul {
    list-style: none;
    margin: 0;
    padding: 15px 24px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.re_list ul li {
	display: block;
    box-sizing: border-box;
    width: 46% !important;
    background: transparent;
    text-align: left;
    transition: .1s ease-out;
}
.re_list ul li a {
	display: block;
    margin: 0;
    height: auto !important;
    position: relative;
    width: 100%;
    color: #4650ae;
    text-align: left;
    text-shadow: none;
    padding: 6px 3px 6px 0;
    line-height: 1.2;
    box-sizing: border-box;
    transition: .1s ease-out;
    padding-left: 18px;
    text-indent: -10px;
    left: 10px;
}
.re_list ul li a::before {
    display: inline-block;
    content: "\f138";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #5b66d4;
    font-size: 14px;
    margin-right: 6px;
    position: relative;
}
.aboutj {
    width: 470px;
    height: 198px;
    /* background: url(../img/bg_journal02.png), #daecf8; */
    background-position: left top;
    background-repeat: repeat;
    background-position-y: 0;
    margin: 0;
    box-sizing: border-box;
    display: flex;
    position: relative;
}
.cover {
	margin: 14px 0 0 24px;
}
.cover img {
}
.box_journal_02{
	width:470px;
	height:423px;
	background: url("../img/bg_journal02.png"), #daecf8;
	background-position: left top;
	background-repeat: repeat;
	background-position-y: 0;
	border: 1px #ccc solid;
	margin:18px 0 20px 0;
	box-sizing: border-box;
	display: block !important;
}
.box_journal_in {
	padding: 5px 15px 0 15px;
	width: 260px;
	box-sizing: border-box;
}
.box_journal_in ul {
	display: block !important;
}
.item_right h2 {
    font-size: 23px !important;
}
