@charset "utf-8";

/* ==================================================
contents
================================================== */
/* Common style */
.section_ttl{
    text-align: center;
    border-bottom: 1px solid #222222;
}
.section_ttl > h2{
    font-size: 112.5%;
    color: #222222;
    background-color: #ffffff;
}
.section_ttl > h2 > span{
    display: block;
    padding-top: 31px;
    color: inherit;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: top center;
}
.section_ttl > .pickup_ttl > span{
    display: block;
    padding-top: 35px;
    color: inherit;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: right 80px top 5px;
}
.gutto_link{
    text-align: center;
    margin-bottom: 15px;
}
.gutto_link > a{
    text-decoration: none;
    display: inline-block;
    min-width: 360px;
    font-size: 93.7%;
    font-weight: bold;
    color: #ffffff;
    background-color: #347aa0;
    border-radius: 20px;
    padding: 8px 10px;
}
.gutto_link > a:after{
    content: '';
    display: inline-block;
    width: 10px;
    height: 9px;
    color: inherit;
    background: transparent url(/shared/site_web_koho/images/icon/arrow_icon.png) no-repeat;
    background-size: 100% auto;
    margin-left: 10px;
}
/* PICK UP section */
#tmp_web_pickup{
    padding-top: 60px;
}
#tmp_web_pickup .pickup_box{
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
}
#tmp_web_pickup .pickup_box .section_ttl{
    padding-bottom: 13px;
    margin-bottom: 27px;
}
/*追加*/
#tmp_web_pickup .pickup_box_inner .section_ttl > h2{
    background-image: url(/shared/templates/web_koho_top/images/icon/pickup_icon.png);
    background-repeat: no-repeat;
    background-position: 85px center;
}
/*追加*/
#tmp_web_pickup .pickup_box .section_ttl > h2 > span{
    background-image: url(/shared/templates/web_koho_top/images/icon/pickup_eng.png);
}
#tmp_web_pickup .pickup_box_inner{
    color: #222222;
    background-color: #ffffff;
    border: 1px solid #222222;
    padding: 29px 24px 13px;
}
#tmp_web_pickup .pickup_box:after{
    content: '';
    position: absolute;
    z-index: -1;
    top: 10px;
    left: 10px;
    height: 100%;
    width: 100%;
    color: #ffffff;
    background-color: #347aa0;
    border: 1px solid #222222;
}
#tmp_web_pickup .pickup_subttl{
    font-size: 112.5%;
    color: #222222;
    background-color: #ffffff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff)), -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff)), url(/shared/templates/web_koho_top/images/icon/heading_icon.png);
    background-image: -o-linear-gradient(#ffffff, #ffffff), -o-linear-gradient(#ffffff, #ffffff), url(/shared/templates/web_koho_top/images/icon/heading_icon.png);
    background-image: -moz-linear-gradient(#ffffff, #ffffff), -moz-linear-gradient(#ffffff, #ffffff), url(/shared/templates/web_koho_top/images/icon/heading_icon.png);
    background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(#ffffff, #ffffff), url(/shared/templates/web_koho_top/images/icon/heading_icon.png);
    background-repeat: no-repeat, no-repeat, repeat-y;
    background-position: left top, left bottom -1px, left 3px;
    background-size: 20px 3px, 20px 5px, 20px auto;
    padding-left: 32px;
    margin-bottom: 14px;
}
#tmp_web_pickup .pickup_subttl .phrase{
    line-height: 1.3;
    font-size: 144.4%;
    font-weight: bold;
}
#tmp_web_pickup .movie_video,
#tmp_web_pickup .pickup_img{
    margin-bottom: 28px;
}
#tmp_web_pickup .movie_video + .pickup_img{
    display: none;
}
#tmp_web_pickup .pickup_img img{
    width: 100%;
    height: auto;
    vertical-align: top;
}
#tmp_web_pickup .movie_video{
    position: relative;
    padding-top: 56.25%;
}
#tmp_web_pickup .movie_ytb,
#tmp_web_pickup .movie_ytb iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#tmp_web_pickup .movie_ytb {
    right: 0;
    bottom: 0;
    overflow: hidden;
}
/* TOPICS section */
#tmp_web_topics{
    padding-top: 39px;
    margin-bottom: 15px;
}
#tmp_web_topics .section_ttl{
    border-bottom: none;
    margin-bottom: 17px;
}
#tmp_web_topics .section_ttl h2{
    background: transparent;
}
#tmp_web_topics .section_ttl h2 > span{
    background-image: url(/shared/templates/web_koho_top/images/icon/topics_eng.png);
    padding-top: 36px;
}
#tmp_web_topics .topics_list{
    display: flex;
    gap: 10px 25px;
    flex-wrap: wrap;
}
#tmp_web_topics .topics_list .topics_item{
    width: calc((100% - 25px) / 2);
}
.topics_list .topics_item img{
    width: 100%;
    height: auto;
    vertical-align: top;
}
.topics_list .topics_item a{
    display: block;
    text-decoration: none;
}
#tmp_web_topics .topics_list .topics_item a:hover {
    text-decoration: underline;
}
.topics_list a img{
    transition: opacity 0.3s ease-in-out;
}
.topics_list a:hover img{
    opacity: 0.7;
}
.topics_list a:hover .topics_item_caption{
    text-decoration: underline;
}
.topics_list .topics_item .topics_item_image{
    margin-bottom: -39px;
    display: block;
    min-height: 120px;
}
.topics_list .topics_item .topics_item_caption{
    position: relative;
    font-weight: bold;
    font-size: 93.7%;
    background-color: #ffffff;
    border-left: 3px solid #347aa0;
    width: calc(100% - 32px);
    padding: 9px 5px 7px 10px;
    line-height: 1.5;
    margin-bottom: 10px;
    display: block;
    min-height: 60px;
}
.topics_list .topics_item .topics_item_caption .topics_item_data {
	display: block;
	font-size: 87.5%;
	color: #347aa0;
}
#tmp_web_topics .topics_list .tag_label{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 4px 5px;
    min-height: 40px;
}
#tmp_web_topics .topics_list .hash_tag{
    font-size: 75%;
    background-color: #ffffff;
    color: #000000;
    padding: 3px 6px 1px 9px;
    line-height: 1.2;
}
#tmp_web_topics .gutto_link{
    margin-top: 30px;
}
#tmp_web_topics .gutto_link a{
    padding-bottom: 8px;
    padding-top: 8px;
}
/* INFORMATION section */
#tmp_web_information{
    padding-top: 71px;
    margin-bottom: 25px;
}
#tmp_web_information .section_ttl{
    border-bottom: none;
    margin-bottom: 21px;
}
#tmp_web_information .section_ttl h2{
    background: transparent;
}
#tmp_web_information .section_ttl h2 > span{
    background-image: url(/shared/templates/web_koho_top/images/icon/infomation_eng.png);
    padding-top: 36px;
}
#tmp_web_information .splide_common .splide__toggle{
    display: none;
}
#tmp_web_information .splide{
    display: flex;
    flex-direction: column-reverse;
}
#tmp_web_information  .splide__track{
    padding-top: 2px;
        margin: 0 -2px;
}
#tmp_web_information .splide__controls{
    justify-content: center;
    margin-top: 26px;
}
.no_javascript #tmp_web_information .splide .splide__list,
#tmp_web_information .no-splide .splide__list{
    gap: 25px;
}
.no_javascript #tmp_web_information .splide .splide__slide,
#tmp_web_information .no-splide .splide__slide{
    width: calc((100% - 25px) / 2);
}
.no_javascript #tmp_web_information .splide{
    visibility: visible;
}
.no_javascript #tmp_web_information .splide .splide__list{
    flex-wrap: wrap;
    overflow: auto;
    max-height: 194px;
}
/* SPECIAL section */
#tmp_web_special{
    color: #222222;
    background: #ffffff url(/shared/templates/web_koho_top/images/main/special_bg.jpg) no-repeat center top;
    background-size: cover;
    padding: 76px 0 71px;
}
#tmp_web_special .web_special_wrap{
    color: #222222;
    background-color: #ffffff;
    border: 1px solid #222222;
}
#tmp_web_special .section_ttl{
    border-bottom: 1px solid #222222;
    padding: 34px 0 18px;
    margin-bottom: 30px;
}
#tmp_web_special .section_ttl > h2 > span{
    background-image: url(/shared/templates/web_koho_top/images/icon/special_eng.png);
    padding-top: 35px;
}
#tmp_web_special .special_box{
    padding: 0 29px 35px;
}
#tmp_web_special .special_box:not(:last-child){
    border-bottom: 1px solid #222222;
    margin-bottom: 50px;
}
#tmp_web_special .special_box img{
    width: 100%;
    height: auto;
    vertical-align: top;
}
#tmp_web_special .special_box .img{
    margin-bottom: 24px;
}
#tmp_web_special .special_box .sub_ttl{
    font-weight: bold;
    font-size: 143.7%;
    line-height: 1.5;
    background-color: #ffffff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff)), -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff)), url(/shared/templates/web_koho_top/images/icon/heading_icon.png);
    background-image: -o-linear-gradient(#ffffff, #ffffff), -o-linear-gradient(#ffffff, #ffffff), url(/shared/templates/web_koho_top/images/icon/heading_icon.png);
    background-image: -moz-linear-gradient(#ffffff, #ffffff), -moz-linear-gradient(#ffffff, #ffffff), url(/shared/templates/web_koho_top/images/icon/heading_icon.png);
    background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(#ffffff, #ffffff), url(/shared/templates/web_koho_top/images/icon/heading_icon.png);
    background-repeat: no-repeat, no-repeat, repeat-y;
    background-position: left top, left bottom -1px, left 3px;
    background-size: 20px 6px, 20px 8px, 20px auto;
    padding-left: 32px;
    margin-bottom: 10px;
}
#tmp_web_special .special_box .des{
    line-height: 1.5;
    padding: 0 5px;
    margin-bottom: 28px;
}
#tmp_web_special .deadline_box{
    position: relative;
    min-height: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid #222222;
    border-top: none;
    padding-bottom: 23px;
    margin-bottom: 30px;
}
#tmp_web_special .deadline_ttl{
    position: relative;
    margin-bottom: 21px;
    width: 100%;
}
#tmp_web_special .deadline_ttl:after{
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    height: 53%;
    background-color: #ffffff;
    border-bottom: 1px solid #222222;
}
#tmp_web_special .deadline_ttl > span{
    position: relative;
    z-index: 1;
    display: inline-block;
    min-width: 310px;
    max-width: 90%;
    font-size: 112.5%;
    font-weight: bold;
    color: #222222;
    background-color: #f8f4ea;
    border-radius: 20px;
    padding: 5px 36px 4px;
    border: 1px solid #222222;
}
#tmp_web_special .deadline_box .deadline_des {
    text-align: left;
}
/* PRESS CONFERENCE section */
#tmp_web_conference{
    padding: 60px 0 86px;
    color: #222222;
    background-color: #ffffff;
}
#tmp_web_conference .section_ttl{
    border-bottom: none;
    margin-bottom: 33px;
}
#tmp_web_conference .section_ttl > h2 > span {
    background-image: url(/shared/templates/web_koho_top/images/icon/conference_eng.png);
    padding-top: 84px;
}
#tmp_web_conference .governors_conference{
    display: flex;
    align-items: center;
    padding-left: 25px;
    margin-bottom: 30px;
}
#tmp_web_conference .governor_img{
    width: 115px;
    margin-right: 20px;
}
#tmp_web_conference .governor_img img{
    width: 100%;
    height: auto;
    vertical-align: top;
}
#tmp_web_conference .governor_cnt{
    flex: 1;
}
#tmp_web_conference .governor_name{
    color: #222222;
    background: #ffffff url(/shared/templates/web_koho_top/images/icon/governor_dashed.png) repeat-x left bottom;
    padding-bottom: 15px;
    margin-bottom: 16px;
}
#tmp_web_conference .governor_name > span{
    display: block;
}
#tmp_web_conference .governor_name > span.name{
    font-weight: bold;
    font-size: 125%;
    line-height: 1.4;
}
#tmp_web_conference .governor_cnt .des{
    font-size: 87.5%;
    line-height: 1.6;
}
#tmp_web_conference .press_governors{
    position: relative;
    color: #222222;
    background-color: #f8f4ea;
    line-height: 2;
    padding: 27px;
    margin-bottom: 66px;
}
#tmp_web_conference .press_governors:before,
#tmp_web_conference .press_governors:after{
    content: '';
    position: absolute;
    width: 55px;
    height: 55px;
}
#tmp_web_conference .press_governors:before{
    top: 0;
    left: 0;
    border-top: 1px solid #004898;
    border-left: 1px solid #004898;
}
#tmp_web_conference .press_governors:after{
    bottom: 0;
    right: 0;
    border-bottom: 1px solid #004898;
    border-right: 1px solid #004898;
}
/* OTHER section */
#tmp_web_others{
    padding: 30px 0 95px;
}
#tmp_web_others .section_ttl{
    border-bottom: none;
    margin-bottom: 23px;
}
#tmp_web_others .section_ttl > h2{
    background-color: #f8f4ea;
}
#tmp_web_others .section_ttl > h2 > span{
    background-image: url(/shared/templates/web_koho_top/images/icon/others_eng.png);
    padding-top: 33px;
}
#tmp_web_others .others_box:not(:last-child){
    margin-bottom: 60px;
}
#tmp_web_others .others_subttl{
    font-size: 143.7%;
    line-height: 1.1;
    font-weight: bold;
    color: #222222;
    background: #f8f4ea url(/shared/templates/web_koho_top/images/icon/others_heading_icon.png) repeat-y left top;
    padding-left: 33px;
    padding-top: 3px;
    margin-bottom: 29px;
}
#tmp_web_others .others_box.sns .others_subttl{
    margin-bottom: 22px;
}
#tmp_web_others .others_list{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 9px 10px;
}
#tmp_web_others .others_list > li{
    width: calc((100% - 10px) / 2);
}
#tmp_web_others .others_link > .item,
#tmp_web_others .others_link > a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 81px;
    height: 100%;
    font-weight: bold;
    line-height: 1.3;
    color: #222222;
    background-color: #ffffff;
    border: 1px solid #347aa0;
    border-radius: 10px;
    padding: 11px 9px 12px 17px;
    word-break: break-all;
}
#tmp_web_others .others_link .item > .img{
    width: 63px;
    flex-shrink: 0;
}
#tmp_web_others .others_link .item > .img img{
    max-width: 39px;
    height: auto;
    vertical-align: top;
}
#tmp_web_others .others_link a{
    text-decoration: none;
}
#tmp_web_others .others_link .item > a{
    flex: 1;
    padding-top: 4px;
}
#tmp_web_others .others_link > a{
    color: #222222;
    background: #ffffff url(/shared/templates/web_koho_top/images/main/sns_link_icon.png) no-repeat 21px center;
    background-size: 32px auto;
    padding-left: 81px;
    padding-top: 18px;
}
/* Hover style */
.gutto_link > a:hover,
#tmp_web_others .others_link .item.hv_active,
#tmp_web_others .others_link a:hover{
    text-decoration: underline;
}
/* ==================================================
accessibility style change:color
================================================== */
.color_blue #tmp_wrapper .splide_common .splide__arrow,
.color_blue #tmp_wrapper .topics_list .topics_item .topics_item_caption{
    background-color: #00008B !important;
}
.color_black #tmp_wrapper .splide_common .splide__arrow,
.color_black #tmp_wrapper .topics_list .topics_item .topics_item_caption{
    background-color: #000000 !important;
}
.color_yellow #tmp_wrapper .splide_common .splide__arrow,
.color_yellow #tmp_wrapper .topics_list .topics_item .topics_item_caption{
    background-color: #FFFF00 !important;
}
.color_yellow #tmp_wrapper .splide_common .splide__arrow--prev {
    background-image: url(/shared/site_web_koho/images/icon/icon_arrow_prev_black.png) !important;
}
.color_yellow #tmp_wrapper .splide_common .splide__arrow--next {
    background-image: url(/shared/site_web_koho/images/icon/icon_arrow_next_black.png) !important;
}
.color_blue #tmp_wrapper .topics_list .topics_item .topics_item_caption,
.color_black #tmp_wrapper .topics_list .topics_item .topics_item_caption,
.color_yellow #tmp_wrapper .topics_list .topics_item .topics_item_caption{
    border-top: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
}
.color_blue #tmp_wrapper .section_ttl > h2 > span,
.color_black #tmp_wrapper .section_ttl > h2 > span,
.color_yellow #tmp_wrapper .section_ttl > h2 > span{
    padding-top: 0 !important;
}
.color_blue #tmp_web_pickup .pickup_box:after,
.color_black #tmp_web_pickup .pickup_box:after,
.color_yellow #tmp_web_pickup .pickup_box:after,
.color_blue #tmp_web_conference .press_governors:before,
.color_black #tmp_web_conference .press_governors:before,
.color_yellow #tmp_web_conference .press_governors:before,
.color_blue #tmp_web_conference .press_governors:after,
.color_black #tmp_web_conference .press_governors:after,
.color_yellow #tmp_web_conference .press_governors:after,
.color_blue .gutto_link > a:after,
.color_black .gutto_link > a:after,
.color_yellow .gutto_link > a:after{
    content: none;
}
.color_blue #tmp_web_topics .topics_list .hash_tag,
.color_black #tmp_web_topics .topics_list .hash_tag,
.color_yellow #tmp_web_topics .topics_list .hash_tag,
.color_blue .gutto_link > a,
.color_black .gutto_link > a,
.color_yellow .gutto_link > a,
.color_blue #tmp_web_conference .press_governors,
.color_black #tmp_web_conference .press_governors,
.color_yellow #tmp_web_conference .press_governors{
    border: 1px solid;
}
.color_blue #tmp_web_others .others_link .item > .img img,
.color_black #tmp_web_others .others_link .item > .img img,
.color_yellow #tmp_web_others .others_link .item > .img img{
    background-color: #ffffff !important;
}
.color_blue #tmp_web_special .deadline_ttl > span,
.color_black #tmp_web_special .deadline_ttl > span,
.color_yellow #tmp_web_special .deadline_ttl > span{
    z-index: 2 !important;
}
.color_blue #tmp_web_special .deadline_ttl:after,
.color_black #tmp_web_special .deadline_ttl:after{
    background-color: #00008B !important;
    border-color: #FFFF00 !important;
}
.color_black #tmp_web_special .deadline_ttl:after{
    background-color: #000000 !important;
}
.color_yellow #tmp_web_special .deadline_ttl:after{
    background-color: #FFFF00 !important;
    border-color: #000000 !important;
}
.color_black #tmp_web_topics .topics_item .topics_item_caption {
    background-color: #000000 !important;
}
.color_blue #tmp_web_topics .topics_item .topics_item_caption {
    background-color: #00008B !important;
}
.color_yellow  #tmp_web_topics .topics_item .topics_item_caption {
    background-color: #FFFF00 !important;
}
/* ==================================================
accessibility style change:font-size
================================================== */

/* ==================================================
accessibility no-javascript
================================================== */
.no_javascript #tmp_web_pickup .movie_video{
    display: none;
}
.no_javascript #tmp_web_pickup .pickup_img{
    display: block;
}
