
.globalHeader {
    font-family: TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;
}
.globalHeader__logo {
    margin-right: 10px;
}
.globalHeader__logo img {
    margin-top: 6px;
    width: 170px;
}
@media only screen and (max-width: 767px) {
    .globalHeader__logo img {
        width: 150px;
    }
}
.is-shortHeader .globalHeader__logo {
    margin-right: 30px;
}
@media only screen and (min-width: 1061px) {
    .is-shortHeader .globalHeader__logo {
        margin-right: 30px;
    }
}
.globalNav__lang {
    position: absolute;
    top: 23px;
    right: 110px;
}
.globalNav__lang ul {
    margin: 0;
    display: flex;
    align-items: center;
    font-family: "YakuHanJPs", 'MyYuGothicM', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.globalNav__lang ul li {
    padding: 0 .2em;
}
.globalNav__lang ul li a {
    text-decoration: none;
}
.kikan_mainAbout .l-conpositWrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media only screen and (max-width: 767px) {
    .kikan_mainAbout .l-conpositWrapper {
        display: block;
    }
}
.kikan_mainAbout .l-conpositBox.box-L {
    margin-top: 0;
}
@media only screen and (max-width: 767px) {
    .kikan_mainAbout .l-conpositBox.box-L {
        text-align: center;
    }
}
.kikan_mainAbout .l-conpositBox.box-L .heading-type1 {
    width: 163px;
}
@media only screen and (max-width: 767px) {
    .kikan_mainAbout .l-conpositBox.box-L .heading-type1 {
        margin: 15px auto 0;
    }
}
@media only screen and (max-width: 1060px) {
    .globalNav__lang {
        position: absolute;
        top: 20px;
        /*right: 60px;*/
        right: 20px;
    }
}
.infoList__dl__inner {
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 767px) {
    .infoList__dl__inner {
        display: block;
    }
}
.infoList__dl__inner .infoList__dt {
    width: calc(100% - 170px);
    padding: 0;
}
@media only screen and (max-width: 767px) {
    .infoList__dl__inner .infoList__dt {
        width: auto;
    }
}
.infoList__dl__inner .infoList__dd {
    width: 170px;
}
@media only screen and (max-width: 767px) {
    .infoList__dl__inner .infoList__dd {
        width: auto;
    }
}
.infoList__dd a.infoList__button__right {
    position: static;
    margin: .4em 7px .4em 0;
}
.infoList__dd a.infoList__button__right:nth-of-type(1) {
    margin-top: 0;
}
.infoList__dd a.infoList__button__right:last-of-type {
    margin-bottom: 0;
}
.read_digest,.read_all {
    min-width: 1px;
}
.infoList__button > div {
    flex-wrap: wrap;
}
.infoList__button > div a:last-of-type .read_all {
    margin-right: 0;
}
#future.heading-type1 img {
    width: 190px;
}
#past.heading-type1 img {
    width: 430px;
}