@charset "UTF-8";

/* ================================================================== */

/* 一覧CSS

===================================================================== */

.a-site_contents { background-color: #f0f0f0; }

@media(min-width: 1120px) {
  .a-main     { width: 870px !important; }
  .a-side-a   { width: 200px !important; margin-right: 50px; }
}
@media(min-width:642px) and (max-width: 1119px) {
  .a-main   { width: calc(80% - 10px) !important; }
  .a-side-a { width: calc(20% - 10px) !important; }
  /*.a-side-a { width: calc(35% - 20px); }*/
}
@media(max-width:641px) {
  .a-billboard .site_frame .column { padding: 0 !important; }
  .a-site_contents .site_frame { width: 100%; margin: 0; padding: 0; }
  .a-main   { width: 100%; padding: 40px 5% !important; }
  .a-side-a { width: 100%; padding: 30px 5% 40px !important; background-color: #fff; }
}

/* ------------------------------------------------------------------ */
/* メニュー
--------------------------------------------------------------------- */

.kizuna-side .c-hr { margin: 24px 0; }

.kizuna-side-about * { vertical-align: baseline; }
.kizuna-side-about   { margin: 8px 0 -8px; }
.kizuna-side-about span    { font-size: 125%; }
.kizuna-side-about img     { width: 100px; max-width: 60%; margin-left: .5em; }
.kizuna-side-about .c-img  { display: inline; }
.kizuna-side-about a       { opacity: 1; transition: .4s; display: block; }
.kizuna-side-about a:hover { opacity: .6; transition: .4s; }

.kizuna-side-menu { font-weight: bold; }

.kizuna-side-menu-sub img  { margin-top: .5rem; }
.kizuna-side-menu-sub ul:not(:last-child) { margin-bottom: 1rem; }
@media(max-width:641px) {
  .kizuna-side-menu-sub img  { width: 60%; }
}

.kizuna-side-wat {}
.kizuna-side-wat span { font-size: 80%; }
.kizuna-side-wat img  { margin-top: .5rem; }

@media(min-width:642px) {
  .kizuna-side       { line-height: 2.8; }
  .kizuna-side .c-hr { margin: 24px 0; }
}

@media(max-width:641px) {
  .a-side-a             { display: none; }
  .kizuna-side          { line-height: 2.4; }
  .kizuna-side .c-hr    { margin: 16px 0; }
  .kizuna-side-wat img  { max-width: 60%; }
}

/* ------------------------------------------------------------------ */
/* 一覧共通フォーマット（記事マネージャーで出力する一覧）
--------------------------------------------------------------------- */

/* セレクトボックス */
.select-article, .select-article-ttl {
	color: #fff;
}

.select-article {
  position: relative;
}

.select-article:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 25%;
  height: 100%;
  background: url(../image2/topics/bg_cat.png) 0 0;
  content: '';
}

.select-article.cat-videos:before {
  background: url(../image2/topics/bg_cat-videos.png) center left no-repeat;
  background-size: auto 100%;
}

.select-article select {
  /* reset */
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* style */
  padding: .5em;
  border: 2px solid #000;
  font-size: 18px;
  font-weight: bold;
  font-family: "Roboto", sans-serif !important;
  background: url(../image2/icon-arr-03.png) calc(100% - 12px) center no-repeat #fff;
  background-size: auto 42%;
}

@media(min-width: 1120px) {
  .select-article { padding: 50px calc(50% - 557.5px); }
  .select-article-ttl { padding: 0 calc(50% - 557.5px); }
}
@media(max-width: 1119px) {
  .select-article { width: 100%; margin: 0 auto; padding: 25px 20px; }
  .select-article-ttl { width: 100%; margin: 0 auto; padding: 0 20px; }
}
@media(min-width:642px) {
  .to-selectbox, .to-selectboxInner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    line-height: 1;
  }
  .to-selectboxInner select { padding-right: 2em; margin-right: 1em; }
  .select-article { font-size: 28px; line-height: 1; font-weight: bold; }
  #countrySelectBox { width:154px; }
  #countrySelectBox dd select { width:100%; }
}
@media(max-width:641px) {
  .to-selectbox { flex-wrap: wrap; }
  .to-selectboxInner dd, .to-selectboxInner select { width: 100%; margin-top: .25em; }
  .select-article { font-size: 21px; line-height: 1; font-weight: bold; }
}

/* 記事一覧

.customArea {}
.customArea .articleBox   { margin-bottom: 20px; }
.customArea .articleBox:first-child     { padding-top: 20px; border-top: 2px solid #fff; }
.customArea .articleBox:not(:last-child){ padding-bottom: 20px; border-bottom: 2px solid #fff; }

@media(min-width:642px) {
  .customArea .articleBox a { display: flex; justify-content: space-between; }
  .customArea .articleBoxImage { width: 32%; }
  .customArea .articleBoxBody  { width: 64%; }
  .customArea .articleBoxBody .articleBoxTitle { display: block; font-size: 28px; line-height: 34px; font-weight: bold; margin-bottom: .5em; }
  .customArea .articleBoxBody .articleBoxText  { display: block; font-size: 16px; line-height: 26px; }
}
@media(max-width:641px) {
  .customArea .articleBox a { display: block; padding: 0 5%; }
  .customArea .articleBoxBody .articleBoxTitle { display: block; font-size: 21px; line-height: 31px; font-weight: bold; margin-bottom: .5em; }
  .customArea .articleBoxBody .articleBoxText  { display: block; font-size: 14px; line-height: 20px; }
  .customArea .articleBoxImage { display: block; margin-bottom: 10px; }
  .customArea .articleBoxImage img { width: 100%; }
}
*/

/* 記事一覧 */

.customArea .articleBoxImage,
.customArea .articleBoxBody .articleBoxTitle,
.customArea .articleBoxBody .articleBoxText { display: block; }

.customArea .articleBoxBody .articleBoxText { line-height: 1.5; }

.customArea .articleBoxBody .articleBoxTitle { font-size: 16px; line-height: 1.6; font-weight: bold; margin-bottom: .6rem; }

.customArea .articleBox       { opacity: 1; transition: .4s; }
.customArea .articleBox:hover { opacity: .6; transition: .4s; }

.customArea .articleBoxImage {  display: block; margin-bottom: 20px; }

/* 表示行数調整 */
.customArea .articleBoxBody .articleBoxText {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

@media all and (-ms-high-contrast: none) {
	.customArea .articleBoxBody .articleBoxText {
		overflow: hidden;
		height: 4.5em;
	}
}

/*
.customArea .articleBoxImage {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  height: 175px;
}
.customArea .articleBoxImage img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
*/

@media(min-width:642px) {
  .customArea {
    display: flex;
    flex-wrap: wrap;
  }
  .customArea .articleBox { width: 32%; margin-right: 2%; padding-bottom: 30px; }
  .customArea .articleBox:nth-of-type(3n),
  .customArea .articleBox:last-child { margin-right: 0; }
}
@media(min-width:642px) and (max-width: 1119px) {
  /* .customArea .articleBoxImage { height: 135px; } */
}

@media(max-width:641px) {
  .customArea .articleBox { display: block; margin-bottom: 30px; }
  .customArea .articleBoxBody .articleBoxTitle { font-size: 18px; }
  /* .customArea .articleBoxImage { height: 230px; } */
}


/* ------------------------------------------------------------------ */
/* Top latest
--------------------------------------------------------------------- */

.article-latest { margin-bottom: 60px; }
.article-latest .article-list-item { margin: 0; padding: 8px !important; background-color: #fff; }
.article-latest .article-list-item:not(:first-child) { margin-top: 16px; }

@media(min-width:642px) {
	.article-latest .article-list-item-img { margin-bottom: 0; }
	.article-latest .article-list-item-img { width: 45% !important; }
	.article-latest .article-list-item-txt { width: 52% !important; }
	.article-latest .article-list-item-txt .ttl { margin-top: .25em; font-size: 24px; line-height: 1.5; }
}

/* ------------------------------------------------------------------ */
/* Country/Region
--------------------------------------------------------------------- */

@media(max-width:641px) {
  .country-area {
    padding: 0 20px;
  }
}

/* country-area-list */
.country-area-list a {
  position: relative;
  display: block;
  margin-bottom: 20px;
  border: 2px solid #000;
  background-color: #fff;
  line-height: 1;
  font-size: 16px;
  font-weight: bold;
}

.country-area-list a::before {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  width: 11px;
  height: 7px;
  background: url(../image2/icon-arr-01.png) 0 0 no-repeat;
  background-size: cover;
  content: '';
}

@media(min-width:642px) {
  .country-area-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .country-area-list li { width: 49%; }
  .country-area-list a  { margin-bottom: 20px; padding: 10px 15px; }
}
@media(max-width:641px) {
  .country-area-list   { margin-bottom: 30px; }
  .country-area-list a { margin-bottom: 10px; padding: 12px 9px; }
}

/* country-list */

.country-item-ttl { font-size: 16px; font-weight: bold; }

@media(min-width:642px) {
  .country-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .country-item {
    width: 27%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-right: 8%;
    border-bottom: 2px solid #fff;
  }
  .country-item:nth-of-type(4n){ width: 19%; padding-right: 0; }
  .country-item.last-line{ border-bottom: none; padding-bottom: 0; }
  .country-item a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .country-item-img { display: block; overflow: hidden; margin-bottom: 10px; line-height: 1; }
  .country-item-ttl { line-height: 1; }
}
@media(max-width:641px) {
  .country-list { margin-bottom: 35px; }
  .country-item { margin-bottom: 15px; }
  .country-item:not(:last-child){ padding-bottom: 15px; border-bottom: 2px solid #fff; }
  .country-item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .country-item-img { display: block; overflow: hidden; width: 60px; }
  .country-item-ttl { width: calc(100% - 70px); }
}


/* ------------------------------------------------------------------ */
/* module
--------------------------------------------------------------------- */
.c-page_title, .c-title { font-weight: bold; }


@media(min-width:642px) {
  .c-page_title {
    font-size: 36px;
    line-height: 42px;
  }
  .c-lead {
    font-size: 16px;
    line-height: 30px;
  }
  .a-main .c-title          { font-size: 32px; margin-bottom: 12px; }
  .a-main .c-large_headline { font-size: 24px; margin-bottom: 12px; }
}

@media(max-width:641px) {
  .c-page_title {
    font-size: 20px;
    line-height: 28px;
  }
  .c-lead {
    font-size: 14px;
    line-height: 24px;
  }
  .a-main .c-title          { font-size: 20px; margin-bottom: 8px; }
  .a-main .c-large_headline { font-size: 16px; margin-bottom: 8px; }
}

















