@charset "UTF-8";
@import url(//use.fontawesome.com/releases/v5.0.11/css/all.css);

/* Base Setting
   ==================================== */
html{
  -webkit-font-feature-settings: "palt" 0;
  font-feature-settings: "palt" 0;
}
/* Base Layout
   ==================================== */
.header_global-nav_megadown > .megadown {
    z-index: 3;
}
@media screen and (min-width: 47.5em) {
#l_content {
	padding: 40px 20px 80px;
	box-sizing: border-box;
}
.ir_index#l_content:lang(ja) {
        padding-top: 0;
}
#l_main {
	box-sizing: border-box;
	padding-right: 60px;
	padding-top: 20px;
}
#l_main:not(:first-child)+#l_sidebar,
#l_main:not(:first-child) {
	margin-top:0;
}
#l_sidebar {
	width: 25.3%;
}
}
@media screen and (max-width: 47.5em) {
#l_content {
	padding-bottom: 40px;
}
#l_content section {
	margin-bottom: 40px;
}
}
@media screen and (min-width: 47.5em) {
    .b_page-title h1 {
        font-weight: 600;
    }
}
.sidebar_local-nav > h2 {
	border-bottom: 1px solid #CCC;
	color: #000;
	background: #FFF;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.2;
	padding-left: 5px;
	text-align: left;
	border-left: none;
	padding: 0 0 0 0;
}

.sidebar_local-nav > h2:lang(en) {
	font-size: 1.2rem;
}
.sidebar_local-nav > h2 a {
	padding: 10px 20px 15px 0;
	display: block;
	color: inherit;
	letter-spacing: 0.04em;
	text-decoration: none;
}
.sidebar_local-nav > h2 a:after {
	content: "\f105";
	color: #0063CF;
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-size: 15px;
	font-weight: bold;
	margin: -4px 0 0 15px;
	vertical-align: middle;
}
.sidebar_local-nav .nav_list > li a {
	color: #333;
	font-size: 93%;
	letter-spacing: 0.04em;
	padding: 12px 20px 10px;
}
.sidebar_local-nav .nav_list > li a:not([href]) {
	background-color: #F1F1F1;
}
.sidebar_local-nav .nav_list > li > ul {
	background-color: #F1F1F1;
	padding: 0 0 13px;
}
.sidebar_local-nav .nav_list > li > ul > li {
	border-top: none;
	font-size: 88%;
}
.sidebar_local-nav .nav_list > li > ul > li > a {
	padding: 0.5em 0 0.5em 40px;
}
.sidebar_local-nav .nav_list > li > ul > li a::before {
	height: 2px;
	width: 8px;
	top: 1.3em;
	left: 24px;
	background: #0063CE;
}

.sidebar_local-nav .nav_list a[target="_blank"]:after {
	content: '';
	display: inline-block;
	background: url(/common/images/icon_newwin_blue.png) center center no-repeat;
	background-size: 15px auto;
	height: 15px;
	width: 16px;
}

.sidebar_block_mail {
	border: 1px solid #CCC;
	margin-top: 40px;
	padding: 20px 20px 20px;
	background: #FFF;
}
.sidebar_ir_mail .sidebar_ir_mail_icon {
	margin: 0 10px 0 0;
	margin-top: 0px;
	float: left;
}
.sidebar_ir_mail .timely {
	margin: 5px 0 10px 10px;
}
.sidebar_ir_mail .sidebar_ir_mail_buttons {
	text-align: center;
}
.sidebar_ir_mail .sidebar_ir_mail_buttons .sidebar_ir_mail_button {
	font-size: 14px!important;
	margin: 0 0.5%;
	padding: 10px 15px;
	padding-right: 15px;
	box-sizing: border-box;
	display: inline-block;
	color: #333;
	background: #EEE;
	font-size: 1rem;
	padding-right: 0;
	text-align: center;
	min-width: 48%;
}
.sidebar_ir_mail .sidebar_ir_mail_buttons .sidebar_ir_mail_button::before {
	display: none;
}
.sidebar_ir_mail .spiral {
	font-size: 11px;
	margin-top: 10px;
}

.sidebar_local-nav .nav_list > li.my-category {
    background-color: #F1F1F1;
}


@media screen and (max-width: 47.5em) {
.sidebar_local-nav .nav_list > li > ul {
    padding: 0 0 13px;
}
}





/* IR Top
   ==================================== */
#lastUpdate {
	box-sizing: border-box;
	font-size: 12px;
	margin: auto;
	padding: 10px 20px 30px;
	text-align: right;
	max-width: 1260px;
}
@media screen and (max-width: 50em) {
#lastUpdate {
	font-size: 11px;
	padding: 10px 15px 10px;
}
}

.ir_Section {
	margin-bottom: 40px;
	overflow: hidden;
}

.ir_big-manu{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
	margin-top: 40px;
	align-items: center;
	align-items: stretch;
}
.ir_big-manu .contents {
	box-sizing: border-box;
	font-weight: 200;
	letter-spacing: 0.04em;
	margin-bottom: 16px;
	width: 49%;
	border:solid 1px #ccc;
	padding: 15px 20px;
}
.ir_big-manu .contents:nth-child(1){
background: url("/ir/images/mn_finalreport.jpg") no-repeat right bottom ;
}
.ir_big-manu .contents:nth-child(2){
background: url("/ir/images/mn_report.jpg") no-repeat right top ;
background-size:cover;
}
.ir_big-manu .contents:nth-child(2):lang(en) {
background: url("/en/ir/images/mn_report.jpg") no-repeat right top ;
background-size:cover;
}
.ir_big-manu .contents h3{
font-weight: 600;
font-size: 1.3em;
margin-bottom: 10px;
}
.ir_big-manu .contents a{
text-decoration: none;
color:#000;
}
.ir_big-manu .contents a:hover{
color:#0066cc;
}
.ir_big-manu .contents p {
font-size: 0.9em;
}
.ir_big-manu ._chart.m_box._A{
	margin-top: 0;
}
.ir_big-manu .contents h3:after {
    content: "\f105";
    color: #0063CF;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: 15px;
    font-weight: bold;
    margin: -4px 0 0 10px;
    vertical-align: middle;
}




.ir_Section.section02 {
	border-top: 1px solid #EEE;
}
.ir_Section .ir_Section_Main {
	float: left;
	box-sizing: border-box;
	padding-right: 55px;
	width: 70%;
}
.ir_Section .ir_Section_Side {
	float: right;
	width: 30%;
}
.ir_Section.section02 {
	border-top: 1px solid #EEE;
}
.ir_Section.section02 .ir_Section_Main {
	width: 65%;
}
@media screen and (max-width: 50em) {
.ir_Section .ir_Section_Main, .ir_Section.section02 .ir_Section_Main {
	float: none;
	padding-right: 0;
	width: auto;
}
.ir_Section .ir_Section_Side {
	float: none;
	width: auto;
}
}

.ir_line {
    border-top: 1px solid #EEE;
}
.ir_topList01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
	margin-top: 45px;
	overflow: hidden;
}
.ir_topList01 li {
	box-sizing: border-box;
	font-weight: 200;
	letter-spacing: 0.04em;
	margin-bottom: 20px;
	max-width: 370px;
	width: 49%;
}
.ir_topList01 li a {
	color: #000;
	display: block;
	text-decoration: none;
	transition: 0.2s;
}
.ir_topList01 li a:hover {
	color: #0063CF;
	text-decoration: underline;
}
.ir_topList01 li .img {
	background-color: #DDD;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 2;
}
.ir_topList01 li .img img {
	max-width: 370px;
	height: auto;
	width: 100%;
}
@media screen and (max-width: 35em) {
.ir_topList01 li {
	margin-bottom: 30px;
	max-width: none;
	width: 100%;
}
.ir_topList01 li .img img {
	max-width: none;
}
}


.ir_topList01 li h2 {
	border-top: 2px solid #0063CF;
	font-size: 1.3rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	margin-top: -2px;
	padding: 10px 0;
	transition: 0.2s;
}
.ir_topList01 li h2:after {
	content: "\f105";
	color: #0063CF;
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-size: 15px;
	font-weight: bold;
	margin: -4px 0 0 13px;
	vertical-align: middle;
}
.ir_topList01 li h2 span {
	font-size: 0.8rem;
}
/*.ir_topList01 li p.txt {
	font-size: 0.85rem;
	letter-spacing: 0.04em;
}*/
@media screen and (max-width: 40em) {
.ir_topList01 li h2 {
	font-size: 1.2rem;
	padding: 13px 0 5px;
}
}


.ir_pickUp h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 2.2rem;
	font-weight: bold;
	letter-spacing: 0.04em;
	margin: 50px 0 30px;
	position: relative;
	z-index: 2;
	text-align: center;
}
.ir_pickUp h2:first-letter {
	color: #1476D5;
}
.ir_pickUp h2 span {
	background-color: #FFF;
	padding: 0 10px;
	position: relative;
	z-index: 3;
}
.ir_pickUp h2:after {
	background: #EEE;
	content: '';
	display: block;
	height: 1px;
	width: 100%;
	position: absolute;
	top: 1.6rem;
	left: 0;
}
.ir_pickUp ul li {
	margin-bottom: 20px;
}
.ir_pickUp ul li a {
	color: #000;
	align-items: center;
	display: flex;
	text-decoration: none;
	transition: 0.2s;
}
.ir_pickUp ul li a:hover {
	color: #0063CF;
	text-decoration: underline;
}
.ir_pickUp ul li .img {
	height: 100px;
	width: 100px;
}
.ir_pickUp ul li .img img {
	height: auto;
	width: 100%;
}
.ir_pickUp ul li .data {
	box-sizing: border-box;
	padding-left: 15px;
	width: calc(100% - 115px);
}
.ir_pickUp ul li .data h3 {
	font-size: 1.3rem;
	font-weight: 300;
	letter-spacing: 0.07em;
	margin-bottom: 5px;
	transition: 0.2s;
}
.ir_pickUp ul li .data h3:after {
	content: "\f105";
	color: #0063CF;
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-size: 15px;
	font-weight: bold;
	margin: -5px 0 0 10px;
	vertical-align: middle;
}
.ir_pickUp ul li .data .txt {
	font-size: 0.85rem;
	font-weight: 200;
	letter-spacing: 0.04em;
}
.ir_pickUp ul li a[target="_blank"] h3::after {
    content: '';
    display: inline-block;
    background: url(/common/images/icon_newwin_blue.png) center center no-repeat;
        background-size: auto;
    background-size: 18px auto;
    height: 18px;
    margin-left: 6px;
    width: 18px;
}
@media screen and (max-width: 70em) {
.ir_pickUp ul li a {
	align-items: flex-start;
}
}
@media screen and (max-width: 40em) {
.ir_pickUp ul li a {
	align-items: center;
}
.ir_pickUp ul li .data h3 {
	font-size: 1.2rem;
}
}


.ir_Schedule h2 {
	border-top: 1px solid #EEE;
	font-size: 1.7rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	margin: 40px 0 10px;
	padding-top: 25px;
}
.ir_Schedule h2:lang(en) {
	font-size: 1.5rem;
}
.ir_Schedule ul {
	margin-bottom: 15px;
}
.ir_Schedule ul li {
	border-top: 1px dotted #CCC;
	letter-spacing: 0.04em;
	padding: 15px 5px;
}
.ir_Schedule ul li:first-child {
	border-top: none;
}
.ir_Schedule ul li a:hover {
	color: #0063CF;
	text-decoration: underline;
}
.ir_Schedule ul li span {
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 600;
	letter-spacing: 0.04em;
	margin-bottom: 4px;
}
.ir_Schedule p.btn {
	font-size: 1.1rem;
}
.ir_Schedule p.btn a {
	background-color: #EEE;
	color: #444;
	font-weight: 200;
	display: inline-block;
	padding: 13px;
	text-decoration: none;
	text-align: center;
	transition: 0.2s;
	width: 80%;
}
.ir_Schedule p.btn a:hover {
	color: #0063CF;
	text-decoration: underline;
}
@media screen and (max-width: 50em) {
.ir_Schedule h2 {
	font-size: 1.5rem;
}
.ir_Schedule p.btn {
	font-size: 1.2rem;
	text-align: center;
}
.ir_Schedule p.btn a {
	width: 90%;
}
}


.ir_news {
	position: relative;
	border-top: 1px solid #EEE;
}
.ir_news h2 {
	font-size: 1.7rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	margin-bottom: 30px;
	padding-top: 50px;
}
.ir_news ul li {
	letter-spacing: 0.04em;
	margin-bottom: 35px;
}
.ir_news ul li p.date {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 7px;
}
.ir_news ul li p.date span {
	color: #FFF;
	display: inline-block;
	font-size: 11.5px;
	font-weight: 100;
	line-height: 1;
	letter-spacing: 0.04em;
	margin-left: 5px;
	min-width: 80px;
	padding: 4px 0 4px;
	text-align: center;
}


.ir_news ul li.cat01 p.date span {
	background-color: #0063CF;
}

.ir_news ul li.cat01 p.date span {
	background-color: #0063CF;
}

.ir_news ul li.cat01 p.date span:after {
	display: inline;
}

.ir_news ul li.cat01 p.date span:lang(ja):after {
	content: 'お知らせ';
}

.ir_news ul li.cat01 p.date span:lang(en):after {
	content: 'Information';
}

.ir_news ul li.cat01 p.date span:lang(zh):after {
	content: '通知';
}



.ir_news ul li.cat02 p.date span {
	background-color: #000;
}

.ir_news ul li.cat02 p.date span:after {
	display: inline;
}

.ir_news ul li.cat02 p.date span:lang(ja):after {
	content: 'IRニュース';
}
.ir_news ul li.cat02 p.date span:lang(en):after {
	content: 'IR News';
}
.ir_news ul li.cat02 p.date span:lang(zh):after {
	content: '投资者新闻';
}


.ir_news ul li p.title {
	font-weight: 300;
}
.ir_news ul li p.title a {
	color: #555;
	display: block;
	transition: 0.2s;
}
.ir_news ul li p.title a:hover {
	color: #0063CF;
}
.ir_news ul li p.title a[target="_blank"]:after {
	content: '';
	display: inline-block;
	background: url(/common/images/icon_newwin_blue.png) center center no-repeat;
	background-size: 15px auto;
	height: 14px;
	margin-left: 8px;
	width: 15px;
}
.ir_news ul li p.title a[href$=".pdf"]:after {
	content: '';
	display: inline-block;
	background: url(/common/images/icon_pdf.png) center center no-repeat!important;
	background-size: 15px auto!important;
	height: 14px;
	margin-left: 5px;
	width: 15px;
}


.ir_news ul li p.indent {
	margin-top: 5px;
	text-indent: -1em;
	padding-left: 1em;
}
.ir_news ul li p.indent a {
	display: inline;
}
.ir_news ul li p.indent:before {
	content: 'ー';
	display: inline;
}


.ir_news .toAll {
	font-size: 0.85em;
	position: absolute;
	top: 60px;
	right: 0;
	text-align: right;
}
.ir_news .toAll a {
	color: #555;
	text-decoration: none;
	transition: 0.2s;
}
.ir_news .toAll a:hover {
	color: #0063CF;
	text-decoration: underline;
}
.ir_news .toAll a:after {
	content: "\f105";
	color: #0063CF;
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-size: 13px;
	font-weight: bold;
	margin: -3px 0 0 10px;
	vertical-align: middle;
}
@media screen and (max-width: 50em) {
.ir_news h2 {
	font-size: 1.5rem;
	margin-bottom: 25px;
	padding-top: 25px;
}
.ir_news .toAll {
	font-size: 0.85em;
	position: static;

}
.ir_news .toAll {
	font-size: 1.2rem;
	text-align: center;
}
.ir_news .toAll a {
	background-color: #EEE;
	color: #444;
	font-weight: 200;
	display: inline-block;
	padding: 13px;
	text-decoration: none;
	text-align: center;
	transition: 0.2s;
	width: 90%;
	margin-bottom: 10px;
}
.ir_news .toAll a:hover {
	color: #0063CF;
	text-decoration: none;
}
.ir_news .toAll a:after {
	display: none;
}
}

.ir_contents {
	border-top: 1px solid #EEE;
	margin-bottom: 45px;
}
.ir_contents h2 {
	font-size: 1.7rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	margin-bottom: 30px;
	padding-top: 50px;
}
.ir_contents > ul {
	display: flex;
	justify-content: space-between;
}
.ir_contents > ul > li {
	font-weight: 300;
	letter-spacing: 0.04em;
	width: 19%;
}
.ir_contents > ul > li > a {
	border-bottom: 1px solid #EEE;
	color: #000;
	display: block;
	font-size: 1.1rem;
	padding-bottom: 8px;
	position: relative;
	text-decoration: none;
	transition: 0.2s;
	font-weight:400;
}
.ir_contents > ul > li > a:after {
	content: "\f105";
	color: #0063CF;
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-size: 13px;
	font-weight: bold;
	margin: -3px 0 0 10px;
	vertical-align: middle;
}
.ir_contents > ul > li > a:hover {
	color: #0063CF;
	text-decoration: underline;
}
.ir_contents > ul > li > ul {
	margin-top: 20px;
}
.ir_contents > ul > li > ul >li {
	margin-bottom: 10px;
}
.ir_contents > ul > li > ul >li > a {
	color: #000;
	display: block;
	padding-left: 14px;
	text-decoration: none;
	transition: 0.2s;
	position: relative;
	font-size: 0.9em;
}
.ir_contents > ul > li > ul >li > a:before {
	content: "\f105";
	color: #CCC;
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-size: 11px;
	font-weight: bold;
	vertical-align: middle;
	transition: 0.2s;
	position: absolute;
	top: 5px;
	left: 0;
}
.ir_contents > ul > li > ul >li > a:hover, .ir_contents > ul > li > ul >li > a:hover:before {
	color: #0063CF;
}
.ir_contents > ul > li > ul >li > a:hover {
	text-decoration: underline;
}

.ir_contents > ul > li > ul >li a[target="_blank"]:after {
	content: '';
	display: inline-block;
	background: url(/common/images/icon_newwin_blue.png) center center no-repeat;
	background-size: 15px auto;
	height: 14px;
	width: 15px;
}


@media screen and (max-width: 50em) {
.ir_contents {
	margin-bottom: 25px;
}
.ir_contents h2 {
	font-size: 1.5rem;
	margin-bottom: 25px;
	padding-top: 25px;
}
.ir_contents > ul {
	display: block;
}
.ir_contents > ul > li {
	width: auto;
}
.ir_contents > ul > li > a {
	font-size: 1.2rem;
	padding-bottom: 8px;
}
.ir_contents > ul > li > ul {
	margin: 20px 0 30px 5px;
}
}


.ir_info {
	border: 1px solid #DDD;
	display: flex;
}
.ir_infoL {
	padding: 50px 40px 40px;
	text-align: center;
	width: 45%;
}
.ir_infoLFull {
	width: 100%;
}
.ir_infoL h2 {
	font-size: 1rem;
	letter-spacing: 0.04em;
	margin-bottom: 10px;
}
.ir_infoL p.btn {
	font-size: 14px !important;
}
.ir_infoL p.btn a {
	background-color: #EEE;
	color: #444;
	display: inline-block;
	min-width: 260px;
	padding: 10px 15px;
	text-decoration: none;
	text-align: center;
	transition: 0.2s;
}
.ir_infoL p.btn a:hover {
	color: #0063CF;
	text-decoration: underline;
}
.ir_infoR {
	text-align: center;
	width: 55%;
}
.ir_infoR .sidebar_block_mail {
	border: none;
	border-left: 1px solid #DDD;
	margin-top: 0;
}
.ir_infoR .sidebar_ir_mail .sidebar_ir_mail_icon {
	float: none;
	display: inline-block;
	vertical-align: middle;
	width: 22px;
}
.ir_infoR .sidebar_ir_mail .sidebar_ir_mail_buttons .sidebar_ir_mail_button {
	margin: 0 1%;
	min-width: 45%;
}
@media screen and (max-width: 50em) {
.ir_info {
	border: none;
	display: block;
}
.ir_infoL {
	border: 5px solid #EEE;
	margin-bottom: 25px;
	padding: 25px 20px 25px;
	width: auto;
}
.ir_infoL h2 {
	letter-spacing: 0.04em;
	margin-bottom: 15px;
}
.ir_infoL p.btn a {
	background-color: #EEE;
	color: #444;
	display: block;
	min-width: auto;
	padding: 13px 0;
	text-decoration: none;
	text-align: center;
	transition: 0.2s;
	width: auto;
}
.ir_infoR {
	width: auto;
	text-align: left;
}
.ir_infoR .sidebar_block_mail {
	border: none;
	border: 1px solid #DDD;
	margin-top: 0;
}
}



/* IR Index
   ==================================== */
#ir_head01 {
	margin: auto;
	padding: 45px 20px 15px;
	max-width: 1300px;
	box-sizing: border-box;
}
#ir_head01 h1 {
	font-size: 2.4rem;
	font-weight: 600;
	letter-spacing: 0.04em;
}
@media screen and (max-width: 40em) {
#l_content.ir_index {
	padding: 20px 15px 40px;
}
#ir_head01 {
	padding: 15px 15px 0;
}
#ir_head01 h1 {
	font-size: 1.8rem;
}
}


.ir_indexList01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 0 20px;
	overflow: hidden;
}
.ir_indexList01 li {
	box-sizing: border-box;
	margin-bottom: 60px;
	width: 33.333%
}
.ir_indexList01 li a {
	color: #000;
	display: block;
	text-decoration: none;
	transition: 0.2s;
	max-width: 380px;
}
/* カラム追加 */
.ir_indexList01._max5 li {
	width: 20%
}
.ir_indexList01._max5 li a {
	max-width: 228px;
}
.ir_indexList01._max4 li {
	width: 25%
}
.ir_indexList01._max4 li a{
	max-width: 290px;
}
#l_main .ir_indexList01._max4 li a {
	max-width: 205px;
}
.ir_indexList01 li a:hover {
	color: #0063CF;
	text-decoration: underline;
}

.ir_indexList01 li a[target="_blank"] h2:after {
	content: '';
	display: inline-block;
	background: url(/common/images/icon_newwin_blue.png) center center no-repeat;
        background-size: 18px auto;
        height: 18px;
        margin-left: 6px;
        width: 18px;
}

.ir_indexList01 li .img {
	background-color: #dbe8f4;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}
.ir_indexList01 li .img img {
	max-width: 380px;
	height: auto;
	width: 100%;
}
@media screen and (max-width: 78em) {
.ir_indexList01 {
	margin: 0 -20px;
}
.ir_indexList01 li {
	margin-bottom: 40px;
	padding: 0 20px;
}
}
@media screen and (max-width: 60em) {
.ir_indexList01 {
justify-content: space-between;
	margin: 0;
}
.ir_indexList01._max4 li,
.ir_indexList01._max5 li,
.ir_indexList01 li {
	max-width: none;
	padding: 0;
	width: 48%;
}
.ir_indexList01 li .img img {
	width: 100%;
	max-width: none;
}

.ir_indexList01 li a {
max-width: initial;
/* max-width: auto; */
}
}
@media screen and (max-width: 40em) {
.ir_indexList01 li {
	width: 100%;
}
}


.ir_indexList01 li h2 {
	border-top: 2px solid #0063CF;
	font-size: 1.3rem;
	letter-spacing: 0.07em;
	/*margin-top: -2px;*/
	padding: 15px 0;
	transition: 0.2s;
	font-weight:600;
}
.ir_indexList01 li h2:after {
	content: "\f105";
	color: #0063CF;
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-size: 15px;
	font-weight: bold;
	margin: -4px 0 0 10px;
	vertical-align: middle;
}
/* .ir_indexList01 li p.txt {
	font-size: 0.95rem;
}*/
@media screen and (max-width: 40em) {
.ir_indexList01 li h2 {
	font-size: 1.2rem;
	padding: 13px 0 5px;
}
}


.ir_indexList02 {
	display: flex;
/*
justify-content: space-between;
*/
	flex-wrap: wrap;
	overflow: hidden;
}
.ir_indexList02 li {
	box-sizing: border-box;
	font-size: 1.05rem;
	letter-spacing: 0.04em;
	width: 25%;
}
.ir_indexList02 li a {
	box-shadow: 0 0 6px #DDD;
	border-radius: 2px;
	color: #444;
	display: block;
	margin: 8px;
	padding: 18px 20px 15px 54px;
	text-decoration: none;
	transition: 0.2s;
	position: relative;
}
.ir_indexList02 li a:hover {
	box-shadow: 0 0 8px #CCC;
	color: #0063CF;
	text-decoration: underline;
}
.ir_indexList02 li a:after {
	content: "\f105";
	color: #0063CF;
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 0 10px;
	vertical-align: middle;
	position: absolute;
	top: 1.3em;
	right: 15px;
}
.ir_indexList02 li a:before {
	content: '';
	display: inline-block;
	height: 26px;
	width: 21px;
	position: absolute;
	top: 1.05em;
	left: 18px;
}
.ir_indexList02 li.li01 a:before {
	background: url(../images/icon_irindex02_01.png) center center no-repeat;
	background-size: 21px 26px;
	height: 26px;
	width: 21px;
}
.ir_indexList02 li.li02 a:before {
	background: url(../images/icon_irindex02_02.png) center center no-repeat;
	background-size: 23px 24px;
	height: 24px;
	width: 24px;
}
.ir_indexList02 li.li03 a:before {
	background: url(../images/icon_irindex02_03.png) center center no-repeat;
	background-size: 23px 17px;
	height: 26px;
	width: 23px;
}
.ir_indexList02 li.li04 a:before {
	background: url(../images/icon_irindex02_04.png) center center no-repeat;
	background-size: 22px 23px;
	height: 24px;
	width: 23px;
}
.ir_indexList02 li.li05 a:before {
	background: url(../images/icon_irindex02_05.png) center center no-repeat;
	background-size: 22px 23px;
	height: 24px;
	width: 23px;
}

.ir_indexList02 li.li07 a:before {
	background: url(../images/icon_irindex02_07.png) center center no-repeat;
	background-size: 24px 24px;
	height: 24px;
	width: 24px;
}

@media screen and (max-width: 75em) {
.ir_indexList02 li {
	width: 49%;
}
.ir_indexList02 li a {
	margin: 4px 4px 14px;
	padding: 18px 20px 15px 54px;
}
}
@media screen and (max-width: 40em) {
.ir_indexList02 li {
	width: 100%;
}
.ir_indexList02 li a {
	margin: 4px 4px 10px;
}
}


/* Component
   ==================================== */


/* AnchorBox
   ==================================== */
.anchorBox {
	border-bottom: 1px solid #f2f2f2;
	margin: 0 0 50px;
	padding-bottom: 30px;
}
.anchorBox ul li {
	display: block;
	font-size: 0.95rem;
}
.anchorBox ul li a {
	color: #333;
	display: inline-block;
	padding: 3px 0 3px 1em;
	text-decoration: none;
	position: relative;
}
.anchorBox ul li a:hover {
	color: #004d99;
	text-decoration: underline;
}
.anchorBox ul li a:before {
	content: "\f107";
	color: #0061CE;
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-size: 13px;
	font-weight: bold;
	margin-right: 10px;
	vertical-align: middle;
	position: absolute;
	top: 0.35em;
	left: 0;
}


/* AnchorBox2
   ==================================== */
.anchorBox2 {
	border-bottom: 1px solid #f2f2f2;
	margin: 0 0 50px;
	padding-bottom: 30px;
}
.anchorBox2 ul li {
	display: inline-block;
	font-size: 0.95rem;
	width: 32%;
}
.anchorBox2 ul li a {
	color: #333;
	display: block;
	padding: 3px 0 3px 1em;
	text-decoration: none;
	position: relative;
}
.anchorBox2 ul li a:hover {
	color: #004d99;
	text-decoration: underline;
}
.anchorBox2 ul li a:before {
	content: "\f107";
	color: #0061CE;
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-size: 13px;
	font-weight: bold;
	margin-right: 10px;
	vertical-align: middle;
	position: absolute;
	top: 0.35em;
	left: 0;
}
@media screen and (max-width: 70em) {
.anchorBox2 ul li {
	width: 47%;
}
}

/* head
   ==================================== */
.head02 {
	border-bottom: 3px solid #D9D9D9;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.04em;
	margin: 0 0 30px;
	padding: 0 0 12px;
	position: relative;
}

.head02 a {
	color: #333;
	text-decoration: none;
	display: block;
	transition: 0.2s;
}
.head02 a:hover {
	color: #777;
}
.head02 a:after {
	content: "\f105";
	color: #0063CE;
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-size: 36px;
	font-weight: bold;
	line-height: 1;
	margin: -6px 0 0 18px;
	vertical-align: middle;
}




.head03 {
	border-bottom: 1px solid #0063CE;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0.04em;
	margin: 0 0 15px;
	padding: 0 0 12px;
	position: relative;
}
.head04 {
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0.04em;
	margin: 0 0 15px;
	padding: 0 0 0 20px;
	position: relative;
}
.head04:before {
	background-color: #0063CE;
	content: '';
	height: 24px;
	width: 5px;
	position: absolute;
	top: 5px;
	left: 0;
}
.head05 {
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0.04em;
	margin: 0 0 15px;
	padding: 0 0 0 20px;
	position: relative;
}
.head05:before {
	background-color: #BDBDBD;
	content: '';
	height: 20px;
	width: 4px;
	position: absolute;
	top: 4px;
	left: 0;
}
.head06 {
	font-size: 1.1rem;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0.04em;
	margin: 0 0 10px;
}


/* Box
   ==================================== */
.bscBox {
	padding: 35px 25px 35px;
	margin-bottom: 30px;
}
.bscBox.bb01 {
	background-color: #F7F7F5;
}
.bscBox.bb02 {
	border: 1px solid #DDD;
}


/* LIST
   ==================================== */
.indList {
	margin-bottom: 20px;
}
.indList li {
	text-indent: -1em;
	padding-left: 1em;
}
.indList li a {
	display: inline;
}
.indList.listS li {
	font-size: 12px;
	font-size: 0.8rem;
}
.circleList {
	margin-bottom: 30px;
}
.circleList li {
	margin-bottom: 5px;
	padding-left: 1em;
	position: relative;
}
.circleList li:before {
	border-radius: 100%;
	display: inline-block;
	content: "";
	height: .45em;
	width: .45em;
	position: absolute;
	top: .5em;
	left: 0;
	background: #808080;
}
.circleList.listS li {
	font-size: 12px;
	font-size: 0.8rem;
}
.numList {
	margin-bottom: 30px;
	padding-left: 15px;
}
.numList li {
	line-height: 1.7;
	list-style: decimal outside none;
	margin-bottom: 5px;
}
.numList.listS li {
	font-size: 12px;
	font-size: 0.8rem;
}
.linkList {
	margin-bottom: 30px;
}
.linkList li {
	margin-bottom: 5px;
}
.linkList li.indent {
margin-left: 1em;
}
.linkList li a {
	background-position: 95% center;
	background-repeat: no-repeat;
	background-size: 5px auto;
	color: #0063CE;
	display: inline-block;
	padding: 0 0 0 1em;
	transition: 0.2s;
	position: relative;
}
.linkList li a:before {
	content: "\f105";
	color: #BDBDBD;
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-size: 13px;
	font-weight: bold;
	margin: -3px 10px 0 0;
	vertical-align: middle;
	position: absolute;
	top: 0.45em;
	left: 0;
}
.linkList a[target="_blank"]:after {
	content: '';
	display: inline-block;
	background: url(/common/images/icon_newwin_blue.png) center center no-repeat;
	background-size: 16px auto;
	height: 15px;
	margin-left: 8px;
	width: 16px;
}
.linkList a[href$=".pdf"]:after {
	content: '';
	display: inline-block;
	background: url(/common/images/icon_pdf.png) center center no-repeat!important;
	background-size: 15px auto!important;
	height: 14px;
	margin-left: 8px;
	width: 15px;
}

.linkList li a span.movieIcon {
	background-color: #000;
	color: #FFF;
	display: inline-block;
	font-size: 12px;
	line-height: 1;
	padding: 4px 10px 2px;
	vertical-align: 1px;

}

.faqDl {
	margin-bottom: 50px;
}
.faqDl .faqSet {
	border-bottom: 1px solid #CCC;
	padding: 25px 0;
}
.faqDl .faqSet dt {
	font-weight: bold;
	letter-spacing: 0.04em;
	margin-bottom: 15px;
	padding-left: 40px;
	position: relative;
}
.faqDl .faqSet dt:before {
	content: "Q";
	color: #999;
	display: inline-block;
	font-size: 22px;
	font-weight: 500;
	vertical-align: middle;
	position: absolute;
	top: -0.3em;
	left: 0.1em;
}
.faqDl .faqSet dd {
	letter-spacing: 0.04em;
	padding-left: 40px;
	position: relative;
}
.faqDl .faqSet dd:before {
	content: "A";
	color: #0061CE;
	display: inline-block;
	font-size: 22px;
	font-weight: 500;
	vertical-align: middle;
	position: absolute;
	top: -0.2em;
	left: 0.1em;
}


/* TABLE
   ==================================== */
.bscTbl table {
	border-collapse: collapse;
	border-left: 1px solid #C1C1C1;
	border-top: 1px solid #C1C1C1;
	margin-bottom: 40px;
	width: 100%;
}
.bscTbl table th, .bscTbl table td {
	border-bottom: 1px solid #C1C1C1;
	border-right: 1px solid #C1C1C1;
	font-weight: normal;
	padding: 1em 15px .8em;
}
.bscTbl.tbl01 table th {
	background-color: #EDEDED;
	font-weight: 500;
}
.bscTbl.tblS table th, .tblS table td {
	font-size: 0.85rem;
	line-height: 1.2;
	padding: 13px 15px 10px;
}


/* FLEX
   ==================================== */
.flex {
	display: flex;
	justify-content: space-between;
	align-items: normal;
	margin-bottom: 50px;
}
.flex .img {
	width: 100%;
}
.flex .img img {
	height: auto;
	width: 100%;
}
.flex .data {
	padding: 10px 10px 10px 50px;
}
.flex.reverse {
	flex-direction: row-reverse;
}
.flex.reverse .data {
	padding: 10px 50px 10px 0;
}
.flex.img2 {
	flex-wrap: wrap;
	justify-content: space-between;
}
.flex.img2 .img {
	width: 48.5%;
        margin-bottom: 30px;
}
.flex.img2 .img p {
	padding: 10px 0;
        font-weight: bold;
}
.flex.img3 {
	flex-wrap: wrap;
margin: 0 -1%;
justify-content: flex-start;
}
.flex.img3 .img {
margin: 0 1%;
	width: 31%;
}
.flex.img3 .img p {
	padding: 10px 0;
}


/* basic parts
   ==================================== */
#l_content section {
	clear: both;
	margin-bottom: 70px;
}
.tbl {
	display: table;
	width: 100%;
}
.tblCell {
	display: table-cell;
	vertical-align: middle;
}
.spHide {
	display: block;
}
.spDisp {
	display: none;
}
.spImg {
	height: auto;
	max-width: 100%;
}
.hvBtn, .hvBtns a {
	transition: 0.2s;
}
.hvBtn:hover, .hvBtns a:hover {
	opacity: 0.7;
}
.center {
	text-align: center !important;
}
.left {
	text-align: left !important;
}
.right {
	text-align: right !important;
}
.vAT {
	vertical-align: top !important;
}
.vAM {
	vertical-align: middle !important;
}
.vAB {
	vertical-align: bottom !important;
}
.red {
	color: red;
}
.bold {
	font-weight: 600;
}
.normal {
	font-weight: normal;
}
.icon {
	margin-right: 3px;
	vertical-align: middle;
	margin-top: -1px;
}
.top0 {
	margin-top: 0 !important;
}
.top5 {
	margin-top: 5px !important;
}
.top10 {
	margin-top: 10px !important;
}
.top15 {
	margin-top: 15px !important;
}
.top20 {
	margin-top: 20px !important;
}
.top25 {
	margin-top: 25px !important;
}
.top30 {
	margin-top: 30px !important;
}
.top35 {
	margin-top: 35px !important;
}
.top40 {
	margin-top: 40px !important;
}
.btm0 {
	margin-bottom: 0 !important;
}
.btm5, .btm05 {
	margin-bottom: 5px !important;
}
.btm10 {
	margin-bottom: 10px !important;
}
.btm15 {
	margin-bottom: 15px !important;
}
.btm20 {
	margin-bottom: 20px !important;
}
.btm25 {
	margin-bottom: 25px !important;
}
.btm30 {
	margin-bottom: 30px !important;
}
.btm35 {
	margin-bottom: 35px !important;
}
.btm40 {
	margin-bottom: 40px !important;
}
.btm45 {
	margin-bottom: 45px !important;
}
.btm50 {
	margin-bottom: 50px !important;
}
.btm55 {
	margin-bottom: 55px !important;
}
.btm60 {
	margin-bottom: 60px !important;
}
.btm65 {
	margin-bottom: 65px !important;
}
.btm70 {
	margin-bottom: 70px !important;
}
.btm75 {
	margin-bottom: 75px !important;
}
.btm80 {
	margin-bottom: 80px !important;
}
.btm85 {
	margin-bottom: 85px !important;
}
.btm90 {
	margin-bottom: 90px !important;
}
.btm95 {
	margin-bottom: 90px !important;
}
.pT0 {
	padding-top: 0 !important;
}
.pT5 {
	padding-top: 5px !important;
}
.pT10 {
	padding-top: 10px !important;
}
.pT15 {
	padding-top: 15px !important;
}
.pT20 {
	padding-top: 20px !important;
}
.pT25 {
	padding-top: 25px !important;
}
.pT30 {
	padding-top: 30px !important;
}
.pT35 {
	padding-top: 35px !important;
}
.pT40 {
	padding-top: 40px !important;
}
.pT45 {
	padding-top: 45px !important;
}
.pB0 {
	padding-bottom: 0 !important;
}
.pB5 {
	padding-bottom: 5px !important;
}
.pB10 {
	padding-bottom: 10px !important;
}
.pB15 {
	padding-bottom: 15px !important;
}
.pB20 {
	padding-bottom: 20px !important;
}
.lm5 {
	margin-left: 5px !important;
}
.lm10 {
	margin-left: 10px !important;
}
.lm15 {
	margin-left: 15px !important;
}
.lm20 {
	margin-left: 20px !important;
}
.lm50 {
	margin-left: 50px !important;
}
.lm60 {
	margin-left: 60px !important;
}
.lm70 {
	margin-left: 70px !important;
}
.rm5 {
	margin-right: 5px !important;
}
.rm10 {
	margin-right: 10px !important;
}
.rm15 {
	margin-right: 15px !important;
}
.rm20 {
	margin-right: 20px !important;
}
.w5 {
	width: 5% !important;
}
.w10 {
	width: 10% !important;
}
.w15 {
	width: 15% !important;
}
.w18 {
	width: 18% !important;
}
.w20 {
	width: 20% !important;
}
.w25 {
	width: 25% !important;
}
.w30 {
	width: 30% !important;
}
.w35 {
	width: 35% !important;
}
.w40 {
	width: 40% !important;
}
.w45 {
	width: 45% !important;
}
.w50 {
	width: 50% !important;
}
.w55 {
	width: 55% !important;
}
.w60 {
	width: 60% !important;
}
.w65 {
	width: 65% !important;
}
.w70 {
	width: 70% !important;
}
.w75 {
	width: 75% !important;
}
.w80 {
	width: 80% !important;
}
.w85 {
	width: 85% !important;
}
.w90 {
	width: 90% !important;
}
.w95 {
	width: 95% !important;
}
.wfull {
	width: 100% !important;
}
.w100 {
	width: 100px;
}
.w150 {
	width: 150px;
}
.w200 {
	width: 200px;
}
.w250 {
	width: 250px;
}
.w300 {
	width: 300px;
}
.w350 {
	width: 350px;
}
.w400 {
	width: 400px;
}
.w450 {
	width: 450px;
}
.w500 {
	width: 500px;
}
.w550 {
	width: 550px;
}
.w600 {
	width: 600px;
}
.contents .size10 {
	font-size: 10px !important;
	font-size: 1rem !important;
}
.contents .size11 {
	font-size: 11px !important;
	font-size: 1.1rem !important;
}
.contents .size12 {
	font-size: 12px !important;
	font-size: 1.2rem !important;
}
.contents .size13 {
	font-size: 13px !important;
	font-size: 1.3rem !important;
}
.contents .size14 {
	font-size: 14px !important;
	font-size: 1.4rem !important;
}
.contents .size15 {
	font-size: 15px !important;
	font-size: 1.5rem !important;
}
.contents .size16 {
	font-size: 16px !important;
	font-size: 1.6rem !important;
}
.contents .size17 {
	font-size: 17px !important;
	font-size: 1.7rem !important;
}
.contents .size18 {
	font-size: 18px !important;
	font-size: 1.8rem !important;
}
.contents .size19 {
	font-size: 19px !important;
	font-size: 1.9rem !important;
}
.contents .size20 {
	font-size: 20px !important;
	font-size: 2rem !important;
}
.contents .size21 {
	font-size: 21px !important;
	font-size: 2.1rem !important;
}
.contents .size22 {
	font-size: 22px !important;
	font-size: 2.2rem !important;
}
.contents .size23 {
	font-size: 23px !important;
	font-size: 2.3rem !important;
}
.contents .size24 {
	font-size: 24px !important;
	font-size: 2.4rem !important;
}

/* SP
   ==================================== */

@media screen and (max-width: 47.5em) {


/* AnchorBox
   ==================================== */
.anchorBox {
	margin: 0 0 30px;
	padding-bottom: 20px;
}
.anchorBox ul li a {
	padding: 3px 0 3px 1em;
}
.anchorBox ul li a:before {
	font-size: 11px;
	position: absolute;
	top: 0.5em;
	left: 0;
}


/* AnchorBox2
   ==================================== */
.anchorBox2 {
	margin: 0 0 30px;
	padding-bottom: 20px;
}
.anchorBox2 ul li {
	display: block;
	width: auto;
}
.anchorBox2 ul li a {
	padding: 3px 0 3px 1em;
}
.anchorBox2 ul li a:before {
	font-size: 11px;
	position: absolute;
	top: 0.5em;
	left: 0;
}


/* head
   ==================================== */
.head02 {
	border-bottom: 2px solid #D9D9D9;
	font-size: 1.5rem;
	font-weight: 500;
	margin: 0 0 15px;
	padding: 0 0 8px;
}

.head02 a:after {
	font-size: 26px;
	margin: -3px 0 0 15px;
}


.head03 {
	font-size: 1.4rem;
	font-weight: 400;
	margin: 0 0 15px;
	padding: 0 0 10px;
}
.head04 {
	font-size: 1.3rem;
	font-weight: 400;
	margin: 0 0 15px;
	padding: 0 0 0 15px;
}
.head04:before {
	height: 24px;
	width: 5px;
	top: 0;
	left: 0;
}
.head05 {
	font-size: 1.2rem;
	font-weight: 600;
	margin: 0 0 10px;
	padding: 0 0 0 15px;
}
.head05:before {
	height: 20px;
	width: 4px;
	top: 1px;
	left: 0;
}
.head06 {
	font-size: 1rem;
	font-weight: bold;
	margin: 0 0 10px;
}


/* Box
   ==================================== */
.bscBox {
	padding: 25px 20px 20px;
	margin-bottom: 20px;
}


/* LIST
   ==================================== */
.circleList {
	margin-bottom: 20px;
}
.circleList.listS li {
	font-size: 12px;
	font-size: 0.85rem;
}
.numList {
	margin-bottom: 20px;
}
.numList.listS li {
	font-size: 12px;
	font-size: 0.85rem;
}
.linkList {
	margin-bottom: 20px;
}
.linkList li a:before {
	font-size: 11px;
	margin: 0;
	top: 0.2em;
	left: 0;
}
.linkList a[target="_blank"]:after {
	background: url(/common/images/icon_newwin_blue.png) center center no-repeat;
	background-size: 14px auto;
	height: 14px;
	margin-left: 7px;
	width: 14px;
}
.linkList a[href$=".pdf"]:after {
	background: url(/common/images/icon_pdf.png) center center no-repeat!important;
	background-size: 14px auto!important;
	height: 14px;
	margin-left: 7px;
	width: 14px;
}
.faqDl {
	margin-bottom: 40px;
}
.faqDl .faqSet {
	padding: 25px 0 20px;
}
.faqDl .faqSet dt {
	font-weight: bold;
	margin-bottom: 12px;
	padding-left: 35px;
}
.faqDl .faqSet dt:before {
	font-size: 20px;
	font-weight: 500;
	vertical-align: middle;
	position: absolute;
	top: -0.3em;
	left: 0.1em;
}
.faqDl .faqSet dd {
	padding-left: 35px;
}
.faqDl .faqSet dd:before {
	font-size: 20px;
	font-weight: 500;
	vertical-align: middle;
	position: absolute;
	top: -0.2em;
	left: 0.1em;
}


/* TABLE
     ==================================== */
.bscTbl {
	margin-bottom: 30px;
}
.bscTbl table {
	margin-bottom: 0;
}
.bscTbl table th, .bscTbl table td {
	font-size: 0.85em;
	line-height: 1.3;
	padding: 12px 12px;
}
.bscTbl.tblS table th, .tblS table td {
	font-size: 0.75rem;
	line-height: 1.2;
	padding: 12px 12px;
}
.tableScroll, .tableScrollLong {
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.tableScroll:lang(ja):before, .tableScrollLong:lang(ja):before {
	content: '※フリックで横スクロールします';
	display: block;
	font-size: 12px;
	padding-bottom: 10px;
}
.tableScroll table {
	width: 600px !important;
	margin-bottom: 0!important;
}
.tableScrollLong table {
	width: 1000px !important;
}
.responsive table {
	display: block;
}
.responsive table th, .responsive table td {
	display: block;
	text-align: left;
}
.responsive table th {
	font-weight: 600;
}
.tableScroll table thead th:first-child, .tableScroll table tbody th {
	position: -webkit-sticky;
	position: sticky;
	left: 0;
	z-index: 1;
}


/* FLEX
  ==================================== */
.flex {
	display: block;
	margin-bottom: 30px;
}
.flex .img {
	margin-bottom: 5px;
	width: auto !important;
}
.flex .data {
	padding: 10px 0;
	width: auto !important;
}
.flex.reverse .data {
	padding: 10px;
}
.flex.img2 .img {
	margin-bottom: 30px;
	width: auto !important;
}
.flex.img2 .img p {
	padding: 10px 0;
}
.flex.img3 {
margin: 0;
}
.flex.img3 .img {
	margin-bottom: 30px;
	width: auto !important;
}
.flex.img3 .img p {
	padding: 10px 0;
}
.spHide {
	display: none;
}
.spDisp {
	display: block;
}
.spImg {
	height: auto;
	width: 100%;
}
.spCenter {
	text-align: center;
}
.top10 {
	margin-top: 5px !important;
}
.top15 {
	margin-top: 5px !important;
}
.top20 {
	margin-top: 10px !important;
}
.top25 {
	margin-top: 10px !important;
}
.top30 {
	margin-top: 15px !important;
}
.top35 {
	margin-top: 15px !important;
}
.top40 {
	margin-top: 20px !important;
}
.btm0 {
	margin-bottom: 0 !important;
}
.btm5 {
	margin-bottom: 5px !important;
}
.btm10 {
	margin-bottom: 5px !important;
}
.btm15 {
	margin-bottom: 10px !important;
}
.btm20 {
	margin-bottom: 15px !important;
}
.btm25 {
	margin-bottom: 20px !important;
}
.btm30 {
	margin-bottom: 25px !important;
}
.btm35 {
	margin-bottom: 25px !important;
}
.btm40 {
	margin-bottom: 30px !important;
}
.btm45 {
	margin-bottom: 30px !important;
}
.btm50 {
	margin-bottom: 40px !important;
}
.btm55 {
	margin-bottom: 40px !important;
}
.btm60 {
	margin-bottom: 50px !important;
}
.btm65 {
	margin-bottom: 50px !important;
}
.btm70 {
	margin-bottom: 60px !important;
}
.btm75 {
	margin-bottom: 60px !important;
}
.btm80 {
	margin-bottom: 60px !important;
}
.btm85 {
	margin-bottom: 60px !important;
}
.btm90 {
	margin-bottom: 60px !important;
}
.btm95 {
	margin-bottom: 60px !important;
}
.pT0 {
	padding-top: 0 !important;
}
.pT5 {
	padding-top: 5px !important;
}
.pT10 {
	padding-top: 5px !important;
}
.pT15 {
	padding-top: 10px !important;
}
.pT20 {
	padding-top: 10px !important;
}
.pT25 {
	padding-top: 15px !important;
}
.pT30 {
	padding-top: 15px !important;
}
.pT35 {
	padding-top: 15px !important;
}
.pT40 {
	padding-top: 20px !important;
}
.pT45 {
	padding-top: 20px !important;
}
.pB0 {
	padding-bottom: 0 !important;
}
.pB5 {
	padding-bottom: 5px !important;
}
.pB10 {
	padding-bottom: 5px !important;
}
.pB15 {
	padding-bottom: 5px !important;
}
.pB20 {
	padding-bottom: 10px !important;
}
.lm5 {
	margin-left: 5px !important;
}
.lm10 {
	margin-left: 5px !important;
}
.lm15 {
	margin-left: 5px !important;
}
.lm20 {
	margin-left: 10px !important;
}
.lm50 {
	margin-left: 20px !important;
}
.lm60 {
	margin-left: 30px !important;
}
.lm70 {
	margin-left: 30px !important;
}
.rm5 {
	margin-right: 5px !important;
}
.rm10 {
	margin-right: 5px !important;
}
.rm15 {
	margin-right: 5px !important;
}
.rm20 {
	margin-right: 10px !important;
}
.spBtm0 {
	margin-bottom: 0 !important;
}
.spBtm5 {
	margin-bottom: 5px !important;
}
.spBtm10 {
	margin-bottom: 10px !important;
}
.spBtm15 {
	margin-bottom: 15px !important;
}
.spBtm20 {
	margin-bottom: 20px !important;
}
.spBtm25 {
	margin-bottom: 25px !important;
}
.spBtm30 {
	margin-bottom: 30px !important;
}
.spBtm35 {
	margin-bottom: 35px !important;
}
.spBtm40 {
	margin-bottom: 40px !important;
}
.spBtm45 {
	margin-bottom: 45px !important;
}
.spBtm50 {
	margin-bottom: 50px !important;
}
.spW100 {
	width: 100% !important;
}
.contents .size10 {
	font-size: 8px !important;
	font-size: 0.8rem !important;
}
.contents .size11 {
	font-size: 9px !important;
	font-size: 0.9rem !important;
}
.contents .size12 {
	font-size: 12px !important;
	font-size: 1.2rem !important;
}
.contents .size13 {
	font-size: 12px !important;
	font-size: 1.2rem !important;
}
.contents .size14 {
	font-size: 13px !important;
	font-size: 1.3rem !important;
}
.contents .size15 {
	font-size: 14px !important;
	font-size: 1.4rem !important;
}
.contents .size16 {
	font-size: 14px !important;
	font-size: 1.4rem !important;
}
.contents .size17 {
	font-size: 16px !important;
	font-size: 1.6rem !important;
}
.contents .size18 {
	font-size: 16px !important;
	font-size: 1.6rem !important;
}
.contents .size19 {
	font-size: 16px !important;
	font-size: 1.6rem !important;
}
.contents .size20 {
	font-size: 16px !important;
	font-size: 1.6rem !important;
}
.contents .size21 {
	font-size: 18px !important;
	font-size: 1.8rem !important;
}
.contents .size22 {
	font-size: 18px !important;
	font-size: 1.8rem !important;
}
.contents .size23 {
	font-size: 18px !important;
	font-size: 1.8rem !important;
}
.contents .size24 {
	font-size: 18px !important;
	font-size: 1.8rem !important;
}
}

/* 株主通信と個人投資家向け説明会、サステナビリティの画像非表示
   ==================================== */
.img._index_noimg{
width:25%;
}
.data._index_nodata{
width:75%;
}
.btm40 .head04._index_nosection,
.btm40 .flex._index_nosection,
.btm40 .img._index_noimg {
display:none;
}
.btm40 .data._index_nodata{
padding:0;
}
.flex .data ._index_noimg {
display:none;
}
/* IRトップ単独、免責事項
   ==================================== */
.ir_contents > ul > li > p.other > a:before {
display: none;
}
.ir_contents > ul > li > p.other > a {
   color: #000;
    display: block;
    font-size: 1.2rem;
    padding-top: 8px;
   padding-left: 0;
    position: relative;
    text-decoration: none;
    transition: 0.2s;
}
.ir_contents > ul > li > p.other > a:after {
    content: "\f105";
    color: #0063CF;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    font-weight: bold;
    margin: -3px 0 0 10px;
    vertical-align: middle;
}
.ir_contents > ul > li > p.other > a:hover {
	color: #0063CF;
	text-decoration: underline;
}
/*英語の免責事項 */
.ir_contents > ul > li:nth-child(5):lang(en),
.ir_contents > ul > li:nth-child(5):lang(zh) {
    margin-left: auto;
}
.ir_contents > ul > li:nth-child(5) ul:lang(zh){
display: none;
}
.ir_contents > ul:lang(en) ,
.ir_contents > ul:lang(zh) {
	flex-wrap: wrap;
}
.ir_contents > ul > li > a:lang(en),
.ir_contents > ul > li > a:lang(zh) {
    border-bottom: none;
}
.ir_contents > ul > li:nth-child(5) ul:lang(en) {
    display: block;
}
/* メインメニュー（古河電工ってどんな会社？）
   ==================================== */
/*　個人投資家の皆様へインデックス */

.intro{
background-color: #dce9f5;
  margin-top: 1.5625em;
  padding: 4.0625em 0;
}
.intro > .pad {
  margin: auto;
  max-width: 1260px;
}
@media screen and (max-width: 1300px) {
.intro > .pad {
  padding: 0 20px;
}
}
.intro .head02 {
	border-bottom: none;
	font-size: 2.5rem;
	font-weight: bold;
}
.ir_indexList02 li a {
background-color: #fff;
}
#ir_head01 h1 span{
display:block;
font-size: 1rem;
font-weight: bold;
}

/*　古河電工ってどんな会社 メニュー */
.m_about_link {
margin-top: 20px;
  margin-left: 1%;
  font-size: 0;

    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.m_about_link > a{
  margin: 10px 0 0 -1%;
  box-sizing: border-box;
  width: 25.99%;
  font-size: 1rem;
  background-image: url("/ir/individual/images/arrow_back.svg");
background-size: cover;
  text-decoration: none;
}
.m_about_link > a:link,
.m_about_link > a:visited{
  text-decoration: none;
}
.m_about_link > a:link .link_text p,
.m_about_link > a:visited .link_text p{
  color: #000;
}
@media screen and (max-width: 62em) {
.m_about_link {
  margin-left: 3%;
}
.m_about_link > a{
  margin: 10px 0 0 -3%;
  width: 53%;
}
}
@media screen and (max-width: 32em) {
.m_about_link {
  margin-left: 0;
}
.m_about_link > a{
  margin: 10px 0 0 0;
  width: 100%;
}
}

.m_about_link > a li {
  display:block;
  color: inherit;
}
.m_about_link .link_text {
  padding: 0.875em 20px;
  padding-right: 2.02em;
  font-weight: bold;
}

.m_about_link > a:not([href]) li .link_text {

}
.m_about_link > a:hover,
.m_about_link > a:not([href]){
  background-image: url("/ir/individual/images/arrow_back_on.svg");
background-size: cover;
}
.m_about_link > a:hover li .link_text p,
.m_about_link > a:hover li .link_title,
.m_about_link > a:not([href]) li .link_title {
color: #fff;
}

.m_about_link .link_text {
  padding-right: 20px;
}
.m_about_link .link_title{
color: #0066cc;
text-align: center;
  font-size: 1.8rem;
}
.m_about_link .link_title span {
display: block;
  font-size: 1rem;
}
.m_about_link .link_text p{
margin: 1.5em 1.5em  0.5em 1.5em;
}
#l_main .m_about_link .link_text p{
margin: 1.5em 0.5em  0.5em 0.5em;
}
.m_about_link .link_title span.circle {
  font-size: 20px;
color: #4d94db;
margin: 0 auto 5px auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #dce9f5;
  text-align:center;
  line-height: 30px;
}
/*カレントカテゴリを表示する*/
.sidebar_local-nav .nav_list li a,
.sidebar_local-nav .nav_list li .nolink{
	display:block;
}
.sidebar_local-nav li.act>a{
  font-weight: bold;
  pointer-events: none;
}

/* children */
.sidebar_local-nav .nav_list li ul{display:none;}
.sidebar_local-nav .nav_list li.open > ul,
.sidebar_local-nav .nav_list li.act > ul{display:block;}


/* ----------------------------------
add 2023.8
-----------------------------------*/
main .head02 a {
	color: #333;
	text-decoration: none;
}

/* linkList カラムレイアウト */
.linkList[data-col="1"] ul,
.linkList[data-col="2"] ul,
.linkList[data-col="3"] ul,
.linkList[data-col="4"] ul,
.linkList[data-col="5"] ul {
  display: flex;
  gap: 5px 20px;
  flex-wrap: wrap;
}
.linkList[data-col="1"] ul li,
.linkList[data-col="2"] ul li,
.linkList[data-col="3"] ul li,
.linkList[data-col="4"] ul li,
.linkList[data-col="5"] ul li {
  display: flex;
}
.linkList[data-col-wide="1"] li {
  width: 100%;
}
.linkList[data-col-wide="2"] li {
  width: calc(50% - 20px);
}
.linkList[data-col-wide="3"] li {
  width: calc(33.3333% - 20px);
}
.linkList[data-col-wide="4"] li {
  width: calc(25% - 20px);
}
.linkList[data-col-wide="5"] li {
  width: calc(20% - 20px);
}

/* SP */
@media print, screen and (max-width: 47.5em) {
  .linkList[data-col="1"] li {
    width: 100%;
  }
  .linkList[data-col="2"] li {
    width: calc(50% - 20px);
  }
  .linkList[data-col="3"] li {
    width: calc(33.3333% - 20px);
  }
  .linkList[data-col="4"] li {
    width: calc(25% - 20px);
  }
  .linkList[data-col="5"] li {
    width: calc(20% - 20px);
  }
}

/* 株価チャート */
._chart.m_box._A{
	background-color: #F1F1F1;
	border: none;
	margin-top: 40px;
}
._chart .m_box._B {
margin-bottom: 16px;
}
.chart-link {
	font-size: 1.3rem;
	letter-spacing: 0.07em;
	margin-bottom: 0.5em;
	font-weight: 600;
}
.chart-link a:link {
	color: #000;
	display: block;
	text-decoration: none;
}
.chart-link a:after {
	content: "\f105";
	color: #0063CF;
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-size: 15px;
	font-weight: bold;
	margin: -4px 0 0 10px;
	vertical-align: middle;
}
.chart-link a:hover {
    color: #06c;
}
/* 株価チャート en */
._chart > h2 a,
.sidebar_local-nav ._chart > h2 a {
    display: block;
    color: inherit;
    letter-spacing: 0.04em;
    text-decoration: none;
    font-size: 1.2rem;
}
._chart > h2 a:after,
.sidebar_local-nav ._chart > h2 a:after {
    content: "\f105";
    color: #0063CF;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: 15px;
    font-weight: bold;
    margin: -4px 0 0 15px;
    vertical-align: middle;
}
._chart > h2 a[href]:focus,
._chart >h2 a[href]:hover,
.sidebar_local-nav ._chart > h2 a[href]:focus,
.sidebar_local-nav ._chart >h2 a[href]:hover {
    text-decoration: underline;
}
