@charset "utf-8";
/* CSS Document */



.aeroengine_page_title {
    position: relative;
    width: 100%;
    height: 320px;
    background: url("../topics/images/title-img.png"), #f5f5f5;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 990px;
}

.aeroengine_page_title_inner {
    position: absolute;
    bottom: 0;
    left: 50%;
    max-width: 980px;
    width: 90%;
    margin: 0 auto;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.aeroengine_page_title_inner h2 {
    font-size: 40px;
    margin: 0 0 0.2em 0;
    padding: 0;
    line-height: 1;
}

.aeroengine_page_title_inner p {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 0.5em;
}
.u-mt-5 > section{
    margin-top: 60px;
}
.u-mt-5 > section .section-inner {
    max-width: 1080px;
    width: 90%;
    margin: 0 auto;
}

div.contents_box {
	border-top: 1px solid #ccc;
	padding: 0;
}
div.release_box {
	display: flex;
	padding: 0 0;
	justify-content: space-between;
	border-bottom: 1px solid #ccc;
}
div.release_box:last-child{
    border-bottom: none;
}
div.release_box .release_sub{
	flex: 0 0 45%;
    padding: 1em;
    box-sizing: border-box;
}
div.release_box .release_sub:nth-of-type(1){
    border-right: 1px solid #ccc;
}
div.release_box h3{
    flex: 0 0 10%;
    font-size: 24px;
    margin: 0;
    padding: 0.5em;
    border-right: 1px solid #ccc;
    text-align: center;
    box-sizing: border-box;
    font-weight: normal;
}
.releases .section-cate h3.sp-title{
    display: none;
}
div.release_box .release_sub > div{
	display: flex;
	justify-content: space-between;
	align-content: flex-start;
	padding: 0.4em 0;
}
.releases .section-cate{
    display: flex;
    justify-content: flex-end;
}
.releases .section-cate h3{
	font-size: 20px;
	font-weight: bold;
	padding: 0.5em 0 0.5em;
    flex: 0 1 45%;
    text-align: center;
    border-right: 1px solid #ccc;
    margin: 0;
}
.releases .section-cate h3:first-child{
    flex: 0 1 10%;
}
.releases .section-cate h3:nth-child(3){
    border-right: none;
}
.release_date.s150 {
	font-size: 13px;line-height: 1.4;/*font-weight: bold;*/color: #444;
}
.release_txt {
	flex: 0 0 76%;
	align-self: flex-start;
}
.release_txt:before{
	content: "";
	display: inline-block;
	vertical-align: top;
	width: 0;
	height: 0;
	margin: 0.2em 0.2em 0 0;
	border-style: solid;
	border-color: transparent transparent transparent #00588f;
	border-width: 6px 0 6px 10px;
}
.release_txt p{
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 2em);
}
.release_txt.s150 p em {
    font-style: normal;
    font-weight: 700;
    color: #f00;
    margin: 0 0 0 0.5em;
    border: 1px solid #f00;
    line-height: 1;
    padding: 1px 3px;
}
div.release_box .release_sub p{
	font-size: 13px;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}
div.release_box a,
div.release_box b{
	text-decoration: none;
	color: #000;
}
div.release_box a:hover{
	text-decoration: underline;
}
div.release_box .release_sub .sp-cate-title{
    display: none;
}
.releases  p.release-caption{
	font-size: 12px;
	margin: 1em auto 0.5em;
    max-width: 980px;
    width: 90%;
}

.releases .section-inner{
    border: 1px solid #ccc;
}

/* ==============================================
 年表調整
============================================== */

.release_mt-220623{
 margin-top: 10em;
}
.release_mt-190606,
.release_mt-190402,
.release_mt-181012,
.release_mt-180927{
 margin-top: 3.3em;
}
@media screen and (max-width: 768px) {
    .release_mt-220623,
    .release_mt-190606,
    .release_mt-190402,
    .release_mt-181012,
    .release_mt-180927{
     margin-top: 0;
    }
}


/* スマホ対応 */
@media screen and (max-width: 768px) {
    
    .aeroengine_page_title {
        background: url(../topics/images/title-img.png), #f5f5f5;
        background-position: top right 45%;
        background-repeat: no-repeat;
        background-size: 100%;
        height: 280px;
    }
    div.release_box {
        flex-wrap: wrap;
    }
    div.release_box h3 {
        flex: 0 0 100%;
        padding: 0.5em 0.5em 0 0.5em;
    }
    div.release_box .release_sub {
        flex: 0 0 100%;
        padding: 0 1em 1em 1em;
    }
    .releases .section-cate h3{
        display: none;
    }
    .releases .section-cate h3.sp-title{
        display: block;
        flex: 0 1 100%;
        font-size: 25px;
    }
    .release_txt {
        flex: 0 0 82%;
    }
    div.release_box .release_sub .sp-cate-title{
        display: flex;
        border: 1px solid #00588f;
        text-align: center;
        justify-content: center;
        margin: 1em 0 0.5em;
        padding: 0.2em;
        font-size: 18px;
        color: #00588f;
    }
    
}

