/*en.css*/

body {
    font-family: 'Roboto', sans-serif;
}

p, a, li, dd, dt, span, div, h1, h2, h3 {
    font-family: 'Roboto', sans-serif;
}

/*----------------------------------
footer
------------------------------------*/

.ft_info {
    width: 300px;
}

.ft_menu_wrap {
    width: calc(100% - 340px);
}

.ftCont {
    margin-bottom: 40px;
}

/*----------------------------------
header
------------------------------------*/

.h_logo {
    display: flex;
    align-items: center;
}

.h_logo img {
    width: 84px;
    height: auto;
    margin-right: 15px;
}

.h_logo span {
    font-weight: 500;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    color: #1C1C1C;
}

ul.htop_menu_b li.h_lang a span {
    font-family: 'Roboto', sans-serif;
}

button.dropdown__btn span {
    font-family: 'Roboto', sans-serif;
}

.htop_menu ul.htop_menu_a li a {
    font-family: 'Roboto', sans-serif;
}

ul.page_navi > li > a span {
    font-family: 'Roboto', sans-serif;
}

button.dropdown__btn.is-open:after {
    content: 'Close';
    display: inline-block;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 15px;
    font-weight: 500;
    vertical-align: middle;
    transition: .3s;
}

/*----------------------------------
TOP Main
------------------------------------*/

.topMain h1 {
    font-family: 'Sorts Mill Goudy', serif;
}

ul.slide-items li p {
    font-family: 'Roboto', sans-serif;
}

/*----------------------------------
TOP Photo Topics
------------------------------------*/

.photoWrap {
    background: #fff;
}

.p_thumnail .slick-track {
    -webkit-flex-direction: column;
    flex-direction: column;
    flex-wrap: nowrap;
}

.slider-area .p_slider {
    width: 850px;
}

.p_slider .slider-item img {
    width: 850px;
    height: 490px;
}

.p_slider .slick-prev, .p_slider .slick-next {
    top: 570px;
}

.slider-area .p_thumnail {
    width: calc(100% - 850px);
    padding-left: 66px;
}

@media screen and (min-width:768px) {

}

/*----------------------------------
TOP Information
------------------------------------*/

ul.infoList li p {
    width: 110px;
    margin-right: 0;/*231017add*/
}

/*----------------------------------
Press Release Search
------------------------------------*/

.en_otWrap {
    padding-top: 20px;
    margin-bottom: 20px;
}

.en_otWrap h2 {
    font-size: 150%;
    padding-bottom: 8px;
    border-bottom: 1px solid #325F85;
    margin-bottom: 10px;
    margin-top: 20px;
}

#search_box {
    width: 706px;
    margin: 30px auto 30px;
    padding: 25px 20px 25px ;
    background: #076DA0;
    margin-bottom: 45px;
}

#cse-search-box #text03 {
    display: inline-block;
    width: calc(100% - 44px);
    height: 44px;
    vertical-align: top;
    font-size: 125%;
    padding: 5px !important;
    box-sizing: border-box;
    letter-spacing: 0.1em;
    border: 1px solid #f1f1ec !important;
    background-color: #fff !important;
    background-position: 5px center !important;
}

#cse-search-box #sbt {
    display: inline-block;
    box-sizing: border-box;
    width: 44px;
    height: 44px;
    margin-left: -7px;
    background-color: #171717;
    border: 1px solid #171717 !important;
    color: #fff;
    background-image: url(/img/common/search_ic.svg);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center;
}

#cse-search-box #sbt:hover {
    cursor: pointer;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
}

#search_result {
    padding: 35px 25px 75px 25px;
    background: #fff;
}

/*----------------------------------
others
------------------------------------*/

div.dottet-line {
    clear: both;
    margin: 20px 0 10px 0;
    border-bottom: 1px dotted #666666;
    font-size: 112.5%;
}

ul.info-list li {
    padding: 5px 0 10px 0;
    border-bottom: 1px dotted #666666;
}

ul.info-list li span {
    margin: 0 0 0 8.2em;
    padding: 0;
    background-image: none;
}

.norcor-li a.innerLink {
display: block;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 25px;
    position: relative;
}

.norcor-li a.innerLink:before {
    content: '';
    display: block;
    background-image: url(/img/common/r_ar.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 12px;
    left: 0;
}

ul.linkjump li {
    float: left;
    line-height: 1.2em;
    white-space: nowrap;
    margin: 0.2em 4px 0.2em 4px;
    padding: 3px 5px 1px 5px;
    background-color: #EEEEEE;
    background-image: none;
}

div.txt-area {
    border: 1px solid #CCCCCC;
    background-color: transparent;
    margin: 0.56em 0 0.56em 0;
    padding: 20px;
}

