.mt20 {
    margin-top: 20px !important;
}

.mt35 {
    margin-top: 35px !important;
}

.titleBlock{
    padding-top: 15px;
}
.sectionBlock a{
    text-decoration: none;
}
.blockAvatar {
    display: flex;
    border: 1px solid #0068b7;
    margin-top: 0;
    margin-bottom: 21px;
    position: relative;
}

.blockAvatar .rep {
    position: absolute;
    bottom: 0;
    right: 0;
}

.blockAvatar .rep p {
    position: relative;
    padding: 2px 4px 0px 3px;
    margin: 0;
    color: #fff;
    text-align: center;
    width: 100%;
    background: #0068b7;
}

.blockAvatar .rep p span {
    font-size: 12px;
}

.blockAvatar .rep p::before {
    content: "";
    position: absolute;
    top: 0;
    left: -6px;
    border-style: solid;
    border-width: 0 0 22px 6px;
    border-color: transparent transparent #0068b7 transparent;
}

.blockAvatar .img {
    width: 47%;
}
.blockAvatar .img img {
    width: 100%;
}
.blockAvatar .content {
    width: 53%;
    padding: 10px 15px 30px 20px;
}

.blockAvatar .content .title {
    position: relative;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 5px;
}

.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;
}
.blockAvatar .content .description{
    max-height: 60px;
    overflow: hidden;
}
.btn {
    text-align: center;
}
.btnDetail {
    padding: 14px 27px;
    margin: 0 auto 14px;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    display: inline-block;
    color: #0068b7;
    line-height: 1;
    position: relative;
    border: 1px solid #cdcfd1;
    text-decoration: none;
    border-radius: 5px;
}

.btnDetail::after {
    content: "";
    display: block;
    width: 7px;
    height: 100%;
    background: url('/sp/ir/images/index_cilist_arw_off.png') center center no-repeat;
    background-size: 7px auto;
    position: absolute;
    top: 0;
    right: 10px;
}
.listStyle03{
    border-top: none;
    margin-bottom: 21px;
}
.listStyle03 li{
    padding: 14px 0 13px;
}
.listStyle03 li + li{
    border-top: 2px dotted #ccc;
}
#news .contentBlock{
    padding-top: 0;
}
.newsItem .cat_icon{
    min-width: 7.8em;
    margin-left: 2px;
}
#newsList .newsItem .hd{
    margin-bottom: 7px;
}
#newsList .newsItem .cont{
    line-height: 1.5;
}
.ciIn .ciList {
    display: flex;
    margin: 0;
	padding: 0;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    margin-bottom: 4px;
}
.ciIn .ciList li{
    width: calc((168/345)*100%);
    margin-bottom: 10px;
}
.ciIn .ciList li a{
	padding: 22px 30px 19px;
    -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);

        line-height: 1;
        text-align: center;
        display: block;
        position: relative;
        display: block;
}
.ciIn .ciList li a:link,
.ciIn .ciList li a:active,
.ciIn .ciList li a:visited {
	color: #fff;
	text-decoration: none;
}
.ciIn .ciList li a:after{
	content: "";
	display: block;
	width: 9px;
	height: 100%;
	background: url('/sp/ir/images/index_cilist_arw.png') center center no-repeat;
	background-size: 9px auto;
	position: absolute;
	top: 0;
	right: 10px;
}
.infoList{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -9px;
}
.infoList li {
    width: calc((168/345)*100%);
    margin-bottom: 14px;
}
.infoList li img{
    width: 100%;
}
.infoList li .title a{
    margin-top: 11px;
	display:block;
	margin-bottom: 6px;
	padding-left: 19px;
    color: #0068b7;
	font-weight:bold;
	background: transparent url("/common/images/blt_arrow01_off.gif") no-repeat left 0em;
    text-decoration: none;
}
.infoList li .link{
    text-indent: -20px;
    margin-left: 20px;
}
.link a{
    background: url("/sp/ir/images/icon_angle_right_03.png") no-repeat 3px ;
    background-size: 5px auto;
}
.infoList li .link a{
    color: #333;
    padding: 0 0 0 20px;
    line-height: 1.5;
}
.blockCalendar{
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin-bottom: 59px;
}
.blockCalendar .quarter{
    width: 25%;
}
.blockCalendar .quarter .title{
    border: 1px solid #d9d9d9;
    background: #0068b7;
    color: #fff;
    font-weight: bold;
    padding: 11px 0 9px;
    border-bottom: none;
}
.blockCalendar .quarter .calendarList{
    margin: 0;
    padding: 0;
    display: flex;
    font-size: 10px;
    justify-content: space-between;
    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('/sp/ir/images/icon_financial_results.png') center center no-repeat;
    background-size: 39.5px auto;
    position: absolute;
    width: 39.5px;
    height: 42.5px;
    bottom: -40px;
    left: 50%;
    transform: translate(-50%);
}
.blockCalendar .quarter .calendarList li.result01{
    font-weight: bold;
}
.blockCalendar .quarter .calendarList li.result01::after{
    content: '';
    display: block;
    background: url('/sp/ir/images/icon_financial_results01.png') center center no-repeat;
    background-size: 69px auto;
    position: absolute;
    width: 69px;
    height: 42.5px;
    bottom: -40px;
    left: 50%;
    transform: translate(-50%);
}
.blockCalendar .quarter .calendarList li.result02{
    font-weight: bold;
}
.blockCalendar .quarter .calendarList li.result02::after{
    content: '';
    display: block;
    background: url('/sp/ir/images/icon_financial_results02.png') center center no-repeat;
    background-size: 51px auto;
    position: absolute;
    width: 51px;
    height: 25.5px;
    bottom: -22px;
    left: 50%;
    transform: translate(-50%);
}
.blockCalendar .quarter .calendarList li.result03{
    font-weight: bold;
}
.blockCalendar .quarter .calendarList li.result03::after{
    content: '';
    display: block;
    background: url('/sp/ir/images/icon_financial_results03.png') center center no-repeat;
    background-size: 69px auto;
    position: absolute;
    width: 69px;
    height: 42.5px;
    bottom: -35px;
    left: 50%;
    transform: translate(-50%);
}
.blockCalendar .quarter .calendarList li.result04{
    font-weight: bold;
}
.blockCalendar .quarter .calendarList li.result04::after{
    content: '';
    display: block;
    background: url('/sp/ir/images/icon_financial_results04.png') center center no-repeat;
    background-size: 69px auto;
    position: absolute;
    width: 69px;
    height: 42.5px;
    bottom: -35px;
    left: 50%;
    transform: translate(-50%);
}
.blockCalendar .quarter .calendarList li.result05{
    font-weight: bold;
}
.blockCalendar .quarter .calendarList li.result05::after{
    content: '';
    display: block;
    background: url('/sp/ir/images/icon_financial_results05.png') center center no-repeat;
    background-size: 69px auto;
    position: absolute;
    width: 69px;
    height: 42.5px;
    bottom: -35px;
    left: 50%;
    transform: translate(-50%);
}
.calendar .btnDetail{
    margin-top: 68px;
}
.flexNav{
    border: 1px solid #d9d9d9;
    padding: 15px 13px 0;
    margin-bottom: 29px;
    margin-top: 50px;
}
.flexNav ul{
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
}
.flexNav ul li{
    width: 49%;
    margin-bottom: 15px;
}
.link-list-01 li a{
    padding: 13px 12px 11px 15px;
}

.corporate {
    border-top: 1px solid #016eae;
}

.corporate li {
    display: none;
}

.toggle .tabs {
    width: 100%;
    overflow: hidden;
    padding: 15px 15px 3px;
    display: flex;
    justify-content: space-between;
}

.toggle .tabs .tab {
    border: 1px solid #d9d9d9;
    font-size: 14px;
    line-height: 1.2;
    cursor: pointer;
    padding: 5px 0;
    text-align: center;
    width: calc(108 / 345 * 100%);
}

.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 .panel {
    display: none;
}

.toggle .panels .panel:first-child {
    display: block;
}

.toggle .panels .panel .articles {
    margin-top: 33px;
}

.article .photo {
    width: 100%;
    text-align: center;
}

.article .content {
    width: 100%;
    padding-top: 13px;
    padding-left: 13px;
}

.article .content .title {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 4px;
}

.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: 141px;
    width: 100%;
    font-size: 12px;
    color: #ffffff;
    margin-left: auto;
    margin-top: 14px;
    padding: 4.5px 5px 4.5px 0;
    text-align: right;
}

.shape span {
    font-size: 14px;
}

.image {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 27px;
}

.h4{
    margin-bottom: 18px;
}

.h4 {
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    border-left: 3px solid #0bb8ac;
    padding-left: 6px;
}

.h5 {
    color: #333333;
    font-size: 14px;
    font-weight: 600;
    margin-top: 27px;
    margin-bottom: 10px;
}

.title_list {
    font-size: 14px;
    font-weight: 600;
}

.list {
    margin-bottom: 30px;
}

.list ul {
    list-style-type: decimal;
    padding: 0 0 0 20px;
}

.list ul.pl20 {
    padding: 0 0 0 30px;
}

.list ul.pl30 {
    padding: 0 0 0 30px;
}

.list ul li {
    color: #333333;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
}