@charset "UTF-8";

.mt70 {
    margin-top: 70px !important;
}

#main .linkAvatar .content {
    color: #333;
}

#main h3{
    margin-bottom: 33px;
}

#main .h4{
    margin-bottom: 12px;
}

#main .h4 {
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    padding-left: 9px;
    position: relative;
}

#main .h4::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 3px;
    height: 70%;
    background: #0bb8ac;
}

#main .h5 {
    color: #333333;
    font-size: 14px;
    font-weight: 600;
    margin-top: 18px;
}

#main .linkAvatar:hover {
    text-decoration: none;
    color: #333;
    opacity: 0.7;
}

.blockAvatar {
    display: flex;
    border: 1px solid #0068b7;
    margin-top: 32px;
    margin-bottom: 50px;
    position: relative;
}

.blockAvatar .rep {
    position: absolute;
    bottom: 0;
    right: 10px;
}

.blockAvatar .rep p {
    position: relative;
    font-size: 16px;
    padding: 5px 7px 5px 3px;
    margin: 0;
    color: #fff;
    text-align: center;
    width: 100%;
    background: #0068b7;
}

.blockAvatar .rep p span {
    font-size: 14px;
}

.blockAvatar .rep p::before {
    content: "";
    position: absolute;
    top: 1px;
    left: -11px;
    border-style: solid;
    border-width: 0 0 33px 11px;
    border-color: transparent transparent #0068b7 transparent;
}

.blockAvatar .img {
    max-width: 260px;
}

.blockAvatar .content {
    padding: 12px 10px 10px 33px;
}

.blockAvatar .content .title {
    position: relative;
    font-size: 16px;
    letter-spacing: -0.063em;
    margin-bottom: 5px;
}

.blockAvatar .content .description {
    letter-spacing: -0.107em;
    font-size: 14px;
}

.blockAvatar .content .title::before {
    content: '';
    position: absolute;
    top: 5px;
    left: -13px;
    border-style: solid;
    border-width: 5.5px 0 5.5px 8px;
    border-color: transparent transparent transparent #0068b7;
}

#newsList {
    margin: 0 0 19px 0;
    font-size: 14px;
}

#newsList .newsItem {
    padding: 10px 0 14px;
}

#newsList .newsItem .hd {
    width: 230px;
}

#newsList .cat_icon {
    min-width: 7.8em;
}

.btn {
    text-align: center;
}

.btnDetail {
    padding: 14px 27px;
    margin: 0 auto 49px;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    color: #0068b7;
    line-height: 1;
    text-align: center;
    position: relative;
    border: 1px solid #cdcfd1;
    border-radius: 5px;
}

.btnDetail::after {
    content: "";
    display: block;
    width: 7px;
    height: 100%;
    background: url('/ir/images/index_cilist_arw_off.png') center center no-repeat;
    background-size: 7px auto;
    position: absolute;
    top: 0;
    right: 10px;
}

#main .btnDetail:hover {
    color: #e62e3d;
    text-decoration: none;
}

#main .btnDetail:hover::after {
    background: url('/ir/images/index_cilist_arw_on.png') center center no-repeat;
}

.ciIn .ciList {
    display: flex;
    margin: 0;
	padding: 0;
    justify-content: space-between;
    list-style: none;
    margin-bottom: 50px;
}
.ciIn .ciList li{
    width: 23%;
}
.ciIn .ciList li a{
	padding: 23px 30px;
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#02aaf6',EndColorStr='#0394d7',GradientType=1)";

        background:-webkit-linear-gradient(135deg, #02aaf6, #0394d7);
        background:-moz-linear-gradient(135deg, #02aaf6, #0394d7);
        background:-o-linear-gradient(135deg, #02aaf6, #0394d7);
        background:linear-gradient(135deg, #02aaf6, #0394d7);

        font-size: 16px;
        line-height: 1;
        text-align: center;
        display: block;
        position: relative;
        display: block;
}
#main .ciIn .ciList li a:link,
#main .ciIn .ciList li a:active,
#main .ciIn .ciList li a:visited {
	color: #fff;
	text-decoration: none;
}
.ciIn .ciList li a:hover{
  opacity:0.7;
  filter:alpha(opacity=70);
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#02aaf6',EndColorStr='#0394d7',GradientType=1)";

	background:-webkit-linear-gradient(135deg, #02aaf6, #0394d7);
	background:-moz-linear-gradient(135deg, #02aaf6, #0394d7);
	background:-o-linear-gradient(135deg, #02aaf6, #0394d7);
	background:linear-gradient(135deg, #02aaf6, #0394d7);
}
.ciIn .ciList li a:after{
	content: "";
	display: block;
	width: 11px;
	height: 100%;
	background: url('/ir/images/index_cilist_arw.png') center center no-repeat;
	background-size: 11px auto;
	position: absolute;
	top: 0;
	right: 10px;
}
.infoList{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin-bottom: 28px;
}
.infoList li {
    width: 23%;
}
.infoList li .title a{
    margin-top: 5px;
    font-size: 14px;
	display:block;
	margin-bottom: 8px;
	padding-left: 15px;
    color: #0068b7;
	font-weight:bold;
	background: transparent url("/common/images/blt_arrow01_off.gif") no-repeat left 0.3em;
}
#main .infoList li .title a:hover {
	background-image: url("/common/images/blt_arrow01_on.gif");
    color: #e62e3d;
    text-decoration: none;
}
#main .infoList li .link{
    text-indent: -15px;
    margin-left: 15px;
}
#main .infoList li .link a{
    font-size: 14px;
    color: #333;
    padding: 1px 0 0 15px;
}
.blockCalendar{
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.blockCalendar .quarter{
    width: 193px;
}
.blockCalendar .quarter .title{
    border: 1px solid #d9d9d9;
    background: #0068b7;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    padding: 6px 0;
    border-bottom: none;
}
.blockCalendar .quarter .calendarList{
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    font-size: 24px;
    list-style: none;
}
.blockCalendar .quarter .calendarList li{
    width: calc(100%/3);
    border: 1px solid #d9d9d9;
    padding: 14px 0 8px;
    position: relative;
}
.blockCalendar .quarter .calendarList li:first-child{
    border-right: none;
}
.blockCalendar .quarter .calendarList li:last-child{
    border-left: none;
}
.blockCalendar .quarter .calendarList li.result{
    font-weight: bold;
}
.blockCalendar .quarter .calendarList li.result::after{
    content: '';
    display: block;
    background: url('/ir/images/icon_financial_results.png') center center no-repeat;
    background-size: 56px auto;
    position: absolute;
    width: 56px;
    height: 55px;
    bottom: -50px;
    left: 50%;
    transform: translate(-50%);
}
.blockCalendar .quarter .calendarList li.result01{
    font-weight: bold;
}
.blockCalendar .quarter .calendarList li.result01::after{
    content: '';
    display: block;
    background: url('/ir/images/icon_financial_results01.png') center center no-repeat;
    background-size: 97px auto;
    position: absolute;
    width: 97px;
    height: 55px;
    bottom: -50px;
    left: 50%;
    transform: translate(-50%);
}
.blockCalendar .quarter .calendarList li.result02{
    font-weight: bold;
}
.blockCalendar .quarter .calendarList li.result02::after{
    content: '';
    display: block;
    background: url('/ir/images/icon_financial_results02.png') center center no-repeat;
    background-size: 85px auto;
    position: absolute;
    width: 85px;
    height: 42px;
    bottom: -35px;
    left: 120%;
    transform: translate(-100%);
}
.blockCalendar .quarter .calendarList li.result03{
    font-weight: bold;
}
.blockCalendar .quarter .calendarList li.result03::after{
    content: '';
    display: block;
    background: url('/ir/images/icon_financial_results03.png') center center no-repeat;
    background-size: 122px auto;
    position: absolute;
    width: 122px;
    height: 61px;
    bottom: -55px;
    left: 50%;
    transform: translate(-50%);
}
.blockCalendar .quarter .calendarList li.result04{
    font-weight: bold;
}
.blockCalendar .quarter .calendarList li.result04::after{
    content: '';
    display: block;
    background: url('/ir/images/icon_financial_results04.png') center center no-repeat;
    background-size: 122px auto;
    position: absolute;
    width: 122px;
    height: 61px;
    bottom: -55px;
    left: 50%;
    transform: translate(-50%);
}
.blockCalendar .quarter .calendarList li.result05{
    font-weight: bold;
}
.blockCalendar .quarter .calendarList li.result05::after{
    content: '';
    display: block;
    background: url('/ir/images/icon_financial_results05.png') center center no-repeat;
    background-size: 122px auto;
    position: absolute;
    width: 122px;
    height: 61px;
    bottom: -55px;
    left: 50%;
    transform: translate(-50%);
}
.calendar .btnDetail{
    margin-top: 68px;
}
.flexNav{
    border: 1px solid #d9d9d9;
    padding: 23px 19px 23px 19px;
    font-size: 14px;
    margin-bottom: 41px;
}
.flexNav ul{
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
}
.flexNav ul li{
    width: 19%;
}


.toggle .tabs {
    width: 100%;
    overflow: hidden;
}

.toggle .tabs .tab {
    border: 1px solid #d9d9d9;
    float: left;
    font-size: 16px;
    cursor: pointer;
    padding: 7px 0;
    max-width: 240px;
    text-align: center;
    width: 100%;
}
.toggle .tabs .tab:nth-child(n+2) {
    margin-left: 10px;
}

.toggle .tabs .tab:nth-child(n+4) {
    margin-top: 10px;
}

.toggle .tabs .tab.active {
    color: #0068b7;
    border: 1px solid #0068b7;
    font-weight: 600;
}

.toggle .panels {
    margin-top: 30px;
}

.toggle .panels .panel {
    display: none;
}

.toggle .panels .panel:first-child {
    display: block;
}

.toggle .panels .panel .articles {
    margin-top: 33px;
}

.article {
    display: flex;
}

.article .photo {
    width: calc(160 / 772 * 100%);
}

.article .content {
    width: calc(612 / 772 * 100%);
    padding-top: 15px;
    padding-left: 35px;
}

.article .content .title {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.article .content .title::before {
    content: '';
    position: absolute;
    top: 5px;
    left: -13px;
    border-style: solid;
    border-width: 5.5px 0 5.5px 8px;
    border-color: transparent transparent transparent #0068b7;
}

.item {
    margin-top: 35px;
}

p.text {
    font-size: 14px;
    letter-spacing: -.056em;
}

p.text:nth-child(n+2) {
    margin-top: 22px;
    margin-bottom: 0;
}

.shape {
    clip-path: polygon(5% 0%, 100% 0%, 100% 100%, 0% 100%);
    background: #0068b7;
    max-width: 162px;
    width: 100%;
    font-size: 14px;
    color: #ffffff;
    margin-left: auto;
    margin-top: 36px;
    padding: 4.5px 13px 4.5px 0;
    text-align: right;
}

.shape span {
    font-size: 16px;
}

.image {
    text-align: center;
    margin-bottom: 25px;
}

.list ul {
    list-style-type: none;
    padding: 0;
    margin-bottom: 30px;
}

.list ul li {
    color: #333333;
    font-size: 14px;
    font-weight: 600;
}