@charset "utf-8";
/* CSS Document */

/* 新デザイン用 */
.entry * {box-sizing: content-box;}
body {font-family: YuGothic,'Yu Gothic','メイリオ', Meiryo,'ヒラギノ角ゴシック','Hiragino Sans','ＭＳ ゴシック', sans-serif;}
.main {background: #fff;}
.side_outer {display: none;}
.entry {border: none;padding: 0;}
.entry a {color: initial;}
.entry a[target="_blank"]::after {content: none;}
.page_title--box {
	background: url("/international/img/main-visual.png") no-repeat center center;
	background-size: cover;
	width: 100%;
	padding: 157px 0;
	color: #fff;
	font-weight: 600;
	font-size: 30px;
	text-align: center;
	font-family: "HiraMinPro-W6",serif;
}
.page_title {
  font-weight: 600;
  font-size: 3rem;
  text-align: center;
  font-family: "HiraMinPro-W6",serif;
  color: #fff;
  text-shadow: none;
}
/* ---------------------*/

.international_news {
  padding: 35px 0;
  background: url(/international/img/main_bg.png) no-repeat center center;
  background-size: cover;
}

.title-box1 {
    width: 100%;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    text-align: center;
    box-sizing: border-box;
}
.title_main {
    font-size: 2.4rem;
    font-weight: bold;
}
.title_sub {
    font-size: 1.6rem;
    font-weight: normal;
}
.h-mincho{
	font-family: "HiraMinPro-W3",serif;
}
.second-topics-title {
    width: 200px;
    padding-top: 30px;
}
a.news-btn {
    display: block;
    text-align: center;
    font-size: 87.5%;
    padding: 5px 0;
    background: #F1F1EF;
	font-weight: bold;
	margin-top: 25px;
}
.container{
	padding: 35px 0; 
	margin-top: 15px;
	background:url(/international/images/main_bg.png);
	background-size: cover;
}
.second-topics-contents {
    display: flex;
    max-width: 1024px;
	margin: auto;
    justify-content: space-between;
    align-items: flex-start;
    padding: 10px 0 10px 30px;
    box-sizing: border-box;
    background: #Fff;
  font-size: 1.6rem;
}
.second-topics-inner {
    max-width: 750px;
  width: 100%;
    max-height: 600px;
    overflow-y: scroll;
}
.second-topics-inner div {
    display: flex;
    border-bottom: 1px solid #DFDFDF;
    padding: 15px;
    align-items: center;
}
.second-topics-inner dt {
    display: inline-flex;
    align-items: flex-start;
    justify-content: flex-start;
	padding-right: 10px;
  font-size: 1.4rem;
  min-width: 80px;
}
.second-topics-inner dd {
    padding-left: 80px;
    position: relative;
    display: flex;
    align-items: center;
  font-size: 1.5rem;
}
.second-topics-inner dd a:link {
    display: flex;
    align-items: center;
    justify-content: center;
}
.second-topics-inner dd a:hover {
  text-decoration: underline;
}
.second-topics-inner span.text_green,
.second-topics-inner span.text_red{
    display: inline-flex;
    width: 60px;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 1.3rem;
    height: 20px;
    color: #fff;
	position: absolute;
	left:0;
}
.second-topics-inner span.text_red {
    background: #e60012;
}
.second-topics-inner span.text_green {
    background: #060;
}

.main-menu {
    display: flex;
    justify-content: space-between;
    max-width: 1024px;
    margin: 20px auto 0;
}
.menu-card {
    background: #fff;
    position: relative;
}
.menu-title {
    padding: 15px 60px 45px;
}
.menu-icon {
    text-align: center;
    position: absolute;
    z-index: 1;
    top: calc(50% - 30px);
  left: 0;
  right: 0;
  margin: auto;
}
.menu-card a:hover {
    text-decoration: none;
}
.menu-card--double {
	max-width: 502px;
	width: 90%;
}
.menu-card--single {
	max-width: 241px;
	width: 45%;
}
.menu-card--single .menu-title {
    padding: 15px 20px 40px;
}
.menu-card--single .menu-icon {
    width: calc(100% - 40px);
    top: calc(50% - 40px);
}
.menu-img{
	height: 130px;
	width: 100%;
}
.menu-img img {
  object-fit: cover;
  height: 100%;
}
.bnr-box {
    max-width: 1024px;
    margin: 35px auto;
    display: flex;
    justify-content: space-between;
}
a.link-bnr {
    max-width: 328px;
    width: 90%;
    text-align: center;
    background: #009441;
    color: #fff;
    font-size: 137.5%;
    font-weight: bold;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.bnr-text {
    width: calc(100% - 41px);
}
a.link-bnr:nth-child(1)::before {
    content: url(/international/img/icon_twitter.png);
}
a.link-bnr:nth-child(2)::before {
    content: url(/international/img/icon_lang.png);
}
a.link-bnr:nth-child(3)::before {
    content: url(/international/img/icon_youtube.png);
}

@media screen and (max-width: 767px) {
.title_main {
    font-size: 2rem;
    font-weight: bold;
}
.title_sub {
    font-size: 1.5rem;
    font-weight: normal;
}
  .second-topics-contents{
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px 0;
}
  .international_news {
    padding: 20px 3%;
  }
.second-topics-inner div{
    flex-wrap: wrap;
}
.main-menu{
    flex-wrap: wrap;
    justify-content: center;
}
.menu-title {
    max-height: 64px;
    height: 64px;
}

a.news-btn {
    margin: 25px 0;
}
.menu-card--double{
    margin: 20px 0;
}

.menu-card--single {
margin: 15px 7px 0px 7px;
}
.bnr-box{
    flex-wrap: wrap;
    justify-content: center;
}
a.link-bnr{
    margin: 20px 0;
}
.menu-title {
  padding: 15px 20px 45px;
}
.menu-card--single .menu-title {
    padding: 15px 10px 40px;
}
  .menu-card--double {width: 100%;}
}