@charset "UTF-8";

/* ================================================================== */

/* 一覧CSS

===================================================================== */

.a-site_contents { background-color: #f0f0f0; }

@media(min-width: 1115px) {
  .a-main     { width: 728px !important; }
  .a-side-a   { width: 348px !important; margin-left: 20px; }
}
@media(min-width:642px) and (max-width: 1114px) {
  .a-main   { width: calc(64% - 10px) !important; }
  .a-side-a { width: calc(35% - 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; }
  .a-main   { width: 100%; }
  .a-side-a { display: none; }
}

/* ------------------------------------------------------------------ */
/* 一覧共通フォーマット（記事マネージャーで出力する一覧）
--------------------------------------------------------------------- */

/* セレクトボックス */
.select-article, .select-article-ttl {
	background-color: #f0f0f0;
	color: #000;
}

.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: 1115px) {
  .select-article { padding: 0 calc(50% - 557.5px); }
  .select-article-ttl { padding: 28px calc(50% - 557.5px) 0; }
}
@media(max-width: 1114px) {
  .select-article { width: 100%; margin: 0 auto; padding: 0 20px; }
  .select-article-ttl { width: 100%; margin: 0 auto; padding: 20px 20px 0; }
}
@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%; }
}

/* ------------------------------------------------------------------ */
/* 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 {
    padding-bottom: 30px;
    font-size: 42px;
    line-height: 50px;
  }
  .c-title {
    padding-bottom: 10px;
    margin-bottom: 32px;
    font-size: 28px;
    line-height: 32px;
    border-bottom: 2px solid #000;
  }
  .c-lead {
    font-size: 16px;
    line-height: 30px;
    /* 
    margin-top: -7px;
    margin-bottom: 28px;
    */
    padding-bottom: 28px;
  }
}

@media(max-width:641px) {
  .c-page_title {
    padding-bottom: 20px;
    font-size: 25px;
    line-height: 30px;
  }
  .c-title {
    padding-bottom: 8px;
    margin-bottom: 16px;
    font-size: 25px;
    line-height: 30px;
    border-bottom: 2px solid #000;
  }
  .c-lead {
    font-size: 14px;
    line-height: 24px;
    /*
    margin-top: -5px;
    margin-bottom: 20px;
    */
    padding-bottom: 20px;
  }
}



















