@charset "utf-8";

section.category li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: dashed 1px #ccc;
}

section.category li:last-child {
    border-bottom: none;
}

section.category li a {
    display: block;
    overflow: hidden;
}

section.category li a .date {
    float: left;
    margin-right: 28px;
}

section.category li a .title {
    display: block;
    color: #003399;
    overflow: hidden;
}

section.category li a:visited .title,
section.category li a:hover .title,
section.category li a:active .title {
    color: inherit;
}

.pagination {
    text-align: center;
}

.pagination .page-numbers {
    display: inline-block;
    margin: 0 2px;
    padding: 2px 12px;
    font-weight: 800;
    line-height: 20px;
    vertical-align: top;
    color: #fff;
    background: #003399;
    border: solid 1px #003399;
    border-radius: 5px;
}

.pagination .page-numbers.dots {
    color: #333;
    background: none;
    border: none;
}

.pagination .page-numbers.prev,
.pagination .page-numbers.next {
    padding: 7px 5px;
    border: none;
    background: none;
}

.pagination .page-numbers.current {
    color: #003399;
    background: #fff;
    border-color: #003399;
}

section.single h2 {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 800;
    color: #001982;
}

section.single .date {
    margin-bottom: 8px;
    color: #626262;
    font-size: 13px;
}

/*body .sub-image-blog,
body .sub-image-report,
body .sub-image-seisaku {
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  max-width: 1400px;
  height: 57vw;
  max-height: 450px;
  background: 50% no-repeat;
  background-size: contain;
}*/

body .sub-image-blog,
body .sub-image-report,
body .sub-image-seisaku {
    margin-right: auto;
    margin-left: auto;
    display: flex;
    align-items: center;
    height: 40vw;
    min-height: 380px;
    background: 50% no-repeat;
    background-size: cover;
}

body .sub-image-blog {
    background-image: url(./../images/blog_bg_1_450.jpg);
}

body .sub-image-report {
    background-image: url(./../images/report.jpg);
}

body .sub-image-seisaku {
    background-image: url(./../images/senkyo/seisaku_bg_1.jpg);
}

body .sub-image-blog-title,
body .sub-image-report-title,
body .sub-image-seisaku-title {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 800px;
}

body .sub-image-blog h2,
body .sub-image-report h2,
body .sub-image-seisaku h2 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 25vw;
    max-width: 320px;
    min-width: 240px;
    height: 20vw;
    max-height: 240px;
    min-height: 190px;
    color: #fff;
}

body .sub-image-blog h2:before,
body .sub-image-report h2:before,
body .sub-image-seisaku h2:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: #003399;
    mix-blend-mode: multiply;
}

body .sub-image-blog h2 span,
body .sub-image-report h2 span,
body .sub-image-seisaku h2 span {
    position: relative;
    min-width: 170px;
    text-align: center;
    z-index: 1;
}

body .sub-image-blog h2 span.en,
body .sub-image-report h2 span.en,
body .sub-image-seisaku h2 span.en {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 40px;
    border-bottom: solid 1px #fff;
}

body .sub-image-blog h2 span.jp,
body .sub-image-report h2 span.jp,
body .sub-image-seisaku h2 span.jp {
    font-size: 16px;
    font-family: 'ヒラギノ角ゴ Pro W3', 'メイリオ', sans-serif;
}

body.single-blog .sub-image-blog {
    background-image: url(./../images/blog_bg_2_450.jpg);
}

body.single-blog .sub-image-blog h2:before {
    background: rgba(255, 255, 255, 0.8);
    mix-blend-mode: normal;
}

body.single-blog .sub-image-blog h2 {
    color: #003399;
}

body .blog-tag-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 36px;
    font-family: 'Times New Roman', 'Noto Serif JP', 'Yu Gothic', '游ゴシック', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'メイリオ', sans-serif;
}

body .blog-tag-list a {
    margin: 0 10px;
    padding: 0 10px 0 20px;
    color: #717071;
    background: top left url(./../images/blog_hashtag.png) no-repeat;
}

body .blog-list li {
    margin-bottom: 24px;
    padding: 26px;
    border: solid 1px #DBDBDB;
    overflow: hidden;
    text-align: left;
}

body .blog-list li .image {
    float: left;
    width: 240px;
    margin-right: 26px;
    text-align: center;
    background: #eee;
}

body .blog-list li .image .thumbnail-empty {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #999;
    font-weight: bold;
    height: 160px;
}

body .blog-list li .image img {
    width: 100%;
}

body .blog-list li .blog-content {
    overflow: hidden;
}

body .blog-list li .blog-content .date {
    margin-bottom: 4px;
    color: #8F8F8F;
    font-size: 18px;
    font-family: 'Times New Roman', sans-serif;
}

body .blog-list li .blog-content h3 {
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 800;
    font-family: 'ヒラギノ角ゴ Pro W3', 'メイリオ', sans-serif;
    color: #001982;
}

body .blog-list li a:visited .blog-content h3,
body .blog-list li a:hover .blog-content h3,
body .blog-list li a:active .blog-content h3 {
    color: inherit;
}

body .blog-list li .blog-content .text {
    margin-bottom: 16px;
}

body .blog-list li .blog-content .more {
    text-align: right;
}

body .blog-list li .blog-content .more img {
    width: 72px;
}


body.single-blog .sub-image-blog h2 span.en {
    border-color: #003399;
}


body.single-blog section.single .date {
    color: #898989;
    font-size: 18px;
    font-family: 'Times New Roman', sans-serif;
}

body.single-blog section.single .blog-title {
    padding: 0 46px;
}

body.single-blog section.single h2 {
    position: relative;
    display: table;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    padding: 0 16px 4px 16px;
    font-size: 22px;
    font-family: 'ヒラギノ角ゴ Pro W3', 'メイリオ', sans-serif;
    border-bottom: solid 1px #003399;
}

body.single-blog section.single h2:after {
    content: '';
    display: block;
    position: absolute;
    right: -46px;
    bottom: 4px;
    width: 46px;
    height: 46px;
    background: url(./../images/blog_icon_1.png) no-repeat;
    background-size: cover;
}

body.single-blog section.single .content {
    font-size: 17px;
}

body.single-blog section.single .content p {
    margin-bottom: 1em;
}

body.single-blog section.single .image {
    margin-right: auto;
    margin-left: auto;
    max-width: 500px;
}

body.profile .profile-main {
    background: 14% 0 url(./../images/profile_bg_1.jpg);
    background-size: cover;
}

body .blog-post-link {
    display: flex;
    justify-content: space-between;
}

body .blog-post-link a {
    color: #001982;
    font-family: 'ヒラギノ角ゴ Pro W3', 'メイリオ', sans-serif;
}

body .blog-post-link .prev,
body .blog-post-link .next {
    min-width: 8em;
}

body .blog-post-link .prev a:after {
    content: '';
    display: inline-block;
    margin-left: 8px;
    width: 29px;
    height: 29px;
    vertical-align: middle;
    background: url(./../images/blog_prev.png) no-repeat;
    background-size: cover;
}

body .blog-post-link .next a:before {
    content: '';
    display: inline-block;
    margin-right: 8px;
    width: 29px;
    height: 29px;
    vertical-align: middle;
    background: url(./../images/blog_next.png) no-repeat;
    background-size: cover;
}

body.profile .main {
    margin-bottom: 0;
}

body.profile .profile-main-content {
    overflow: hidden;
}

body.profile .profile-main-content-box {
    float: right;
    margin: 8% 0 16% 0;
    max-width: 480px;
    padding: 40px;
    line-height: 2;
    background: rgba(255, 255, 255, 0.85);
}

body.profile .profile-history-list li {
    width: 300px;
}

body.profile .profile-download-list li {
    margin: 0 8px;
    text-align: center;
}

body.profile .profile-download-list li:first-child {
    margin-left: 0;
}

body.profile .profile-download-list li:last-child {
    margin-right: 0;
}

body.profile .profile-photo {
    background: #EAEFF9;
}

body.profile .profile-photo-list li {
    /* for safari start */
    position: relative;
    display: -webkit-box;
    -webkit-box-align: center;
    /* for safari end */
    display: flex;
    align-items: center;
    word-break: break-all;
}

body.profile .profile-photo-list li .image {
    position: relative;
    max-width: 48%;
    min-width: 40%;
    text-align: center;
}

body.profile .profile-photo-list li .image img {
    /*max-height: 48vw;*/
}

body.profile .profile-photo-list li .text {
    /* for safari start */
    -webkit-box-flex: 1;
    /* for safari end */
    flex-grow: 1;
    position: relative;
    margin-top: -10px;
    margin-left: -50px;
    padding: 40px 50px 40px 70px;
    background: rgba(255, 255, 255, 0.85);
    z-index: 1;
}

body.profile .profile-photo-list li .dummy {
    /* for safari start */
    -webkit-box-flex: 1;
    /* for safari end */
    flex-grow: 1;
}

body.profile .profile-photo-list li.image-right {
    /* for safari start */
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    /* for safari end */
    flex-direction: row-reverse;
}

body.profile .profile-photo-list li.image-right .text {
    margin-left: 0;
    margin-right: -50px;
}

body.profile .profile-photo-list li.list-item-1995 {
    flex-direction: row;
    margin-top: 4%;
}

body.profile .profile-photo-list li.list-item-1995 .text {
    margin-right: 0;
    max-width: 56.7%;
}

/*body.profile .profile-photo-list li.list-item-2000 { margin-top: -3%; }*/
body.profile .profile-photo-list li.list-item-2000 {
    align-items: flex-end;
    margin-top: 4%;
}

body.profile .profile-photo-list li.list-item-2000 .image {
    text-align: center;
}

body.profile .profile-photo-list li.list-item-2000 .image-2 {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 54%;
}

body.profile .profile-photo-list li.list-item-2000 .text {
    margin-left: -90px;
}

body.profile .profile-photo-list li.list-item-2011 {
    margin-top: 4%;
}

body.profile .profile-photo-list li.list-item-2011-2 {
    margin-top: -3%;
}

body.profile .profile-photo-list li.list-item-2011-2 .image {
    max-width: 53%;
}

body.profile .profile-photo-list li.list-item-2011-2 .image img {
    max-height: 100%;
}

body.profile .profile-photo-list li.list-item-2011-3 {
    margin-top: -180px;
}

body.profile .profile-photo-list li.list-item-2020 {
    margin-top: -2%;
}

body.profile .profile-photo-list li.list-item-2020-2 {
    margin-top: -3%;
}

.blog-share {
    display: flex;
}

.blog-share li {
    margin-right: 15px;
}

body.single-blog .main a {
    color: #001982;
}

body.single-blog .main a:visited {
    color: #707a8c;
}

body.single-blog .main a:hover,
body.single-blog .main a:active {
    color: #084dcc;
}

body.single-blog .main h3 {
    margin-bottom: 6px;
    font-weight: bold;
}

body.single-blog .main h3:before {
    content: '';
    display: inline-block;
    margin-top: -2px;
    margin-right: 10px;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    vertical-align: middle;
    background: #001982;
}

body.single-blog .main h4 {
    margin-bottom: 6px;
    color: #001982;
    font-weight: bold;
}

body.single-blog .twitter-tweet {
    max-width: 450px !important;
}

body.single-blog iframe[src^="https://www.youtube.com"] {
    width: 100%;
    max-width: 700px;
    min-width: 300px;
    height: 56.25vw;
    max-height: 405px;
    min-height: 170px;
}

body.single-blog .content ul,
body.single-blog .content ol {
    margin-left: 1.2em;
    margin-bottom: 1em;
}

body.single-blog .content ul li {
    list-style: disc;
}

body.single-blog .content ol li {
    list-style: decimal;
}

body.single-report section.single .report-title {
    padding: 0 46px;
}

body.single-report section.single h2 {
    position: relative;
    display: table;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    padding: 0 16px 4px 16px;
    font-size: 22px;
    font-family: 'ヒラギノ角ゴ Pro W3', 'メイリオ', sans-serif;
    border-bottom: solid 1px #003399;
}

body.single-report section.single h2:after {
    content: '';
    display: block;
    position: absolute;
    right: -46px;
    bottom: 0px;
    width: 46px;
    height: 56px;
    background: url(./../images/report_h3.png) no-repeat;
    background-size: cover;
}

body.single-report section.single .content {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    max-width: 645px;
    background: url(./../images/report_frame_middle.png) repeat-y;
    background-size: 100% auto;
}

body.single-report section.single .content:before {
    content: '';
    display: block;
    width: 100%;
    height: 20px;
    background: top url(./../images/report_frame_top.png) no-repeat;
    background-size: 100% auto;
}

body.single-report section.single .content:after {
    content: '';
    display: block;
    width: 100%;
    height: 52px;
    background: bottom url(./../images/report_frame_bottom.png) no-repeat;
    background-size: 100% auto;
}

body.single-report section.single .content-inner {
    padding: 1% 4%;
}

body.single-report section.single .content ul li:before {
    content: '';
    display: inline-block;
    margin-top: -2px;
    margin-right: 10px;
    width: 6px;
    height: 6px;
    border-radius: 4px;
    vertical-align: middle;
    background: #001982;
}

body.single-report section.single .content ul li:nth-child(n+21) {
    display: none;
}

body.single-report section.single .content .link-more {
    position: absolute;
    bottom: 16px;
    right: 14%;
    max-width: 20%;
    cursor: pointer;
}

.report-pager-wrapper {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 60px;
    width: 400px;
    max-width: 80vw;
}

.report-pager li a {
    display: table;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.2em;
    color: #003399;
    font-size: 1.1em;
    font-family: 'ヒラギノ角ゴ Pro W3', 'メイリオ', sans-serif;
    background: right bottom url(./../images/report_dt_1.png) no-repeat;
    background-size: 1.2em;
}

.report-pager li a span {
    display: inline-block;
    padding: 0 0.2em;
    border-bottom: solid 1px #BFC5E0;
}

.report-pager .slick-prev {
    background: 50% url(./../images/blog_arrow_2.png) no-repeat !important;
}

.report-pager .slick-next {
    background: 50% url(./../images/blog_arrow_1.png) no-repeat !important;
}

.report-pager .slick-prev:before,
.report-pager .slick-next:before {
    display: none;
}