@charset "utf-8";
/* CSS Document */
body {
    font-family: "メイリオ", Meiryo, sans-serif;
}

/* HOLDING ALL */
#wrapper{
    background-color:#FFFFFF;
    border-top:3px solid #34579B;
    min-width:980px;
    width:100%;
}
/* HEADER AREA */
header{
    align-items:stretch;
    background-color:#FFFFFF;
    display:flex;
    height:100px;
    margin:0px auto;
    width:980px;
}
#logo_area{
    width:250px;
    display:flex;
    align-items:center;
}
#logo_area h1 a:hover{
    opacity: 0.7;
    transition : 0.3s;
}
#menu_area{
    width:730px;
    display:flex;
    align-items:center;
    justify-content:right;
}
#logo_img{
    width:250px;
}
#topmenu{
    font-size:16px;
    list-style:none;
    padding:none;
}
#topmenu>li{
    display:inline-block;
    border-right: 1px dotted #000000; 
    padding: 0 10px 0 10px;
}
#topmenu>li:first-child{
    border-left:1px dotted #000000;
}
#topmenu>li>a{
    color:#000000;
    display:inline-block;
    padding:0px 30px;
    text-decoration:none;
    height: 24px;
    line-height: 24px;
}
#topmenu>li>a:hover {
    background: #EBF0F5;
}

/* IMAGE BAR AREA */
#bar{
    background-color:#053E6E;
    height:150px;
    min-width:100%;
    background-image: url("img/bar_bg.png");
    background-repeat:no-repeat;
    background-position:center center;
    background-size:1440px;
}
#bar_inner{
    color:#FFFFFF;
    width:980px;
    height:100%;
    margin:0px auto;
    display:flex;
    justify-content:left;
    align-items:center;
}
#bar_inner>h2{
    font-weight: bold;
    font-size: 36px;
}

/* MAIN CONTENTS AREA */
main{
    width:980px;
    background-color:#FFFFFF;
    margin:56px auto 0px auto;
}
/* 3 COLUMNS AREA */
.contents_row_flex{
    display:inline-flex;
    flex-direction:row;
    gap:0px 23.5px;
    align-items:stretch;
}
.category_menu{
    width:311px;
    border:1px solid #EAEAEA;
    padding: 15px 15px 15px 15px;
}
html[lang="ja"] .category_menu{
    padding: 24px 15px 15px 15px;
}
h3{
    display:block;
    width:100%;
    font-weight: bold;
    font-size: 22px;
    color:#000000;
    line-height:150%;
    padding-bottom:9px;
}
.category_menu>a{
    display:block;
    color:#000000;
    text-decoration:none;
}
.category_menu>a:hover .category_menu_title_area h3 {
    opacity: 0.5;
}
.category_menu_title_area{
    display:flex;
    flex-wrap: nowrap;
    border-bottom: 1px solid #34579B;
}
html[lang="ja"] .category_menu_title_area{
    border-bottom: none;
}
.category_meny_title_area_box {
    display:flex;
}
.category_title_arrow{
    margin-left:1em;
    margin-top:0.75em;
    color:#34579B;
    font-size:13px;
}
.category_menu_list{
    margin-top:10px;
    list-style:none;
}
.category_menu_list>li{
    margin-bottom:5px;
    padding-left:0px;
}
.category_menu_list>li:last-child{
    margin-bottom:0px;
}
.category_menu_list>li>a{
    text-decoration:none;
    color:#21458A;
    line-height:150%;
}
.category_menu_list>li>a span{
    padding-left: 10px;
}
.category_menu_list>li>a:hover{
    color: #6cf;
    text-decoration:underline;
}
.category_menu_list>li>a>img{
    width:5px;
    height:11px;
    margin-right:10px;
}
.update_title{
    margin-bottom:10px;
    width:100%;
    font-weight: bold;
    font-size: 22px;
    color:#000000;
    line-height:150%;
    border-bottom:1px solid #34579B;
    display:flex;
    align-items:center;
}

/* IR NEWS LIST AREA*/
.all_list{
    text-decoration:none;
    font-weight: bold;
    font-size: 12px;
    color:#34579B;
    padding:5px 13px;
    border:1px solid #34579B;
    margin-left:1.5em;
}
.all_list:hover{
    color:#ffffff;
    background: #34579B;
    border:1px solid #34579B;
    transition: 0.2s;
}
#ir_news_table{
    border-collapse: collapse;
    width:100%;
}
#ir_news_table>tbody>tr,td{
    padding:10px 8.5px;
    border-bottom:1px solid #EAEAEA;
}
#ir_news_table>tbody>tr>td{
    vertical-align: middle;
}
#ir_news_table>tbody>tr>td:nth-child(1){
    color:#333333;
    font-size: 14px;
    white-space: nowrap;
    width:95px;
}
#ir_news_table>tbody>tr>td:nth-child(2){
    width:81px;
}
#ir_news_table>tbody>tr>td:nth-child(2)>img{
    margin-top:2px;
}
#ir_news_table>tbody>tr>td:nth-child(3){
    width:43px;
}
#ir_news_table>tbody>tr>td:nth-child(4){
    color:#21458A;
    font-weight: normal;
    font-size: 16px;
    line-height:150%;
}
#ir_news_table>tbody>tr>td:nth-child(4)>a{
    text-decoration:none;
    color:#21458A;
}
#ir_news_table>tbody>tr>td:nth-child(4)>a:hover{
    text-decoration:underline;
}
#ir_news_table>tbody>tr>td:nth-child(5){
    color:#333333;
    font-weight: normal;
    font-size: 14px;
    line-height:150%;
    white-space: nowrap;
    width:135px;
}
#ir_news_table>tbody>tr>td:nth-child(5)>a{
    text-decoration:none;
    color:#333333;
}

/* PRESS RELEASE LIST AREA */
#press_release_table{
    border-collapse:collapse;
    width:100%;
}
#press_release_table>tbody>tr,td{
    padding:10px 8.5px;
    border-bottom:1px solid #EAEAEA;
    vertical-align: middle;
}
#press_release_table>tbody>tr>td:nth-child(1){
    color:#333333;
    font-size: 14px;
    white-space: nowrap;
    width:95px;
}
#press_release_table>tbody>tr>td:nth-child(2){
    width:43px;
}
#press_release_table>tbody>tr>td:nth-child(3){
    color:#21458A;
    font-weight: normal;
    font-size: 16px;
    line-height:150%;
}
#press_release_table>tbody>tr>td:nth-child(3)>a{
    text-decoration:none;
    color:#21458A;
}
#press_release_table>tbody>tr>td:nth-child(3)>a:hover{
    text-decoration:underline;
}
/* FOOTER AREA */
#footer_outer{
    background-color:#F8F8F8;
}
footer{
    align-items:stretch;
    background-color:#F8F8F8;
    display:flex;
    height:360px;
    margin:0px auto;
    width:980px;
    gap:0px 32px;
}
.footer_contents{
    width:240px;
    background-color:#F8F8F8;
    margin:56px 0px;
}
.footer_contents_title{
    font-weight: bold;
    font-size: 16px;
    color:#494949;
    margin-bottom:12px;
}
.footer_contents_list{
    list-style:none;
}
.footer_contents_list>li{
    font-weight: normal;
    font-size: 14px;
    margin:0px 0px 8px 0px;
}
.footer_contents_list>li>a{
    color:#333333;
    text-decoration:none;
    line-height:120%;
}
.footer_contents_list>li>a span{
    padding-left: 15px;
}
.footer_contents_list>li>a:hover{
    text-decoration: underline;
}
.footer_contents_list>li>a>img{
    width:5px;
    height:11px;
    margin:0px 4px 0px 10px;
}
.footer_contents_list_img{
    list-style:none;
}
.footer_contents_list_img>li{
    margin:0px 0px 16px 0px;
}
.footer_contents_list_img>li>a{
    text-decoration:none;
}
.footer_contents_list_img>li>a:hover{
    opacity: 0.7;
    transition : 0.3s;
}



/* COPYRIGHT AREA */
#copyright{
    background-color:#295AA0;
    min-width:980px;
    padding:16px 0px;
}
#copyright>p{
    color:#FFFFFF;
    font-weight: normal;
    font-size: 12px;
    text-align:center;
}