@charset "UTF-8";
/**
 * 海外出張情報・お知らせ
 */
/* ==========================================================================
   共通
   ========================================================================== */
.news-ttl {
  margin-bottom: 15px;
  padding-left: 0px;
}

@media screen and (max-width: 767px) {
  .news-ttl {
    padding-left: 17px;
  }

  #news .main {
    width: 100% !important;
    padding: 0 !important;
  }
}
/* ==========================================================================
   インデックス
   ========================================================================== */
/* タブ
   ========================================================================== */
.news-tab {
  background-color: #f9f8f6;
  border: 1px solid #dcd9d6;
  border-bottom: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  zoom: 1;
  letter-spacing: -0.4em;
  margin: 0 auto;
  padding: 5px 5px 0;
  width: 850px;
}
.news-tab li {
  font-size: 114.2857142857%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  text-align: center;
  margin-left: -1px;
  width: 210px;
}
.news-tab li span {
  background: url(img/tab_line.gif) no-repeat left center;
}
.news-tab li:first-child span {
  background: none;
}
.news-tab span,
.news-tab a {
  display: block;
}
.news-tab a {
  color: #212121;
  text-decoration: none;
}
.news-tab span {
  padding-bottom: 15px;
  padding-top: 15px;
}
.news-tab .active {
  position: relative;
  z-index: 2;
}
.news-tab .active span {
  background: #FFF !important;
  border: 1px solid #dcd9d6;
  border-bottom: none;
}

.news-list-wrap {
  border-top: 1px solid #e7e1da;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  zoom: 1;
  margin: -1px auto 0;
  padding: 30px 16px 109px;
  width: 886px;
}

@media screen and (max-width: 767px) {
  .news-tab {
    display: table;
    padding: 5px 19px 0;
    width: 100%;
  }
  .news-tab li {
    display: table-cell;
    font-size: 71.4285714286%;
    margin-left: 0;
    width: auto;
  }
  .news-tab span {
    margin-left: -1px;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .news-list-wrap {
    padding: 13px 0 10px 0;
    width: 100%;
  }
}
/* リスト
   ========================================================================== */
.news-list {
  margin-bottom: 22px;
}
.news-list li {
  border-bottom: 1px dashed #bfbfbf;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  zoom: 1;
  font-size: 92.8571428571%;
  display: table;
  padding: 11px 18px;
  width: 100%;
}
.news-list a {
  color: #212121;
}
.news-list .news-date,
.news-list .news-category,
.news-list .news-country,
.news-list .news-link {
  display: table-cell;
}
.news-list .news-date {
  width: 90px;
}
.news-list .news-category {
  font-size: 84.6153846154%;
  font-style: normal;
  padding-right: 13px;
  text-align: center;
  width: 103px;
}
.news-list .news-category span {
  border-radius: 10px;
  border: 1px solid #ccc;
  display: inline-block;
  width: 103px;
}
.news-list .news-country {
  padding-right: 10px;
  width: 20px;
}
.news-list .news-country img {
  vertical-align: middle;
}
/* pager */
.news-pager {
  letter-spacing: -0.4em;
  text-align: center;
}
.news-pager li {
  font-size: 114.2857142857%;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  font-weight: bold;
  width: 32px;
}
.news-pager a {
  color: #212121;
  display: block;
  font-weight: normal;
  text-decoration: underline;
}
.news-pager .pager-prev span,
.news-pager .pager-next span {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  zoom: 1;
  height: 32px;
}
.news-pager .pager-prev a,
.news-pager .pager-next a {
  border: 1px solid #e3ded7;
  border-radius: 2px;
  font-weight: bold;
  display: block;
  /*height:32px;
  overflow:hidden;
  position:relative;
  text-indent:inherit;*/
  line-height: 1;
  position: relative;
  text-decoration: none;
}
.news-pager .pager-prev a:after,
.news-pager .pager-next a:after {
  display: block;
  font-size: 22px;
  position: absolute;
  left: 12px;
  top: 7px;
  height: 10px;
  width: 6px;
}
.news-pager .pager-prev a:after {
  content: "";
}
.news-pager .pager-next a:after {
  content: "";
}

@media screen and (max-width: 767px) {
  .news-list {
    display: block;
  }
  .news-list li {
    font-size: 85.7142857143%;
    position: relative;
  }
  .news-list .news-date,
.news-list .news-category,
.news-list .news-country,
.news-list .news-link {
    display: block;
    vertical-align: top;
    width: auto;
  }
  .news-list .news-date {
    font-size: 91.6666666667%;
    left: 16px;
    position: absolute;
    top: 12px;
  }
  .news-list .news-category {
    padding-right: 0;
    text-align: left;
    left: 90px;
    position: absolute;
    top: 12px;
  }
  .news-list .news-category span {
    text-align: center;
  }
  .news-list .news-country {
    padding-right: 5px;
    position: absolute;
    left: 16px;
    top: 32px;
  }
  .news-list .news-link {
    /*padding-left:25px;*/
    padding-top: 1.75em;
  }

  .news-pager .pager-prev a,
.news-pager .pager-next a {
    background-color: #ededed;
    border: none;
  }
  .news-pager .pager-prev a:after,
.news-pager .pager-next a:after {
    top: 4px;
  }
}
/* 記事の絞り込み
   ========================================================================== */
.news-srch-head {
  /*border-bottom:1px dashed #bfbfbf;
  padding-bottom:36px;*/
  padding: 15px 21px 19px 0px;
  border-bottom: 1px solid #dcd9d6;
  /*border-bottom:1px dashed #bfbfbf;*/
  margin-bottom: 29px;
  margin-top: -21px;
  letter-spacing: -0.4em;
  margin-right: 2px;
  margin-left: 2px;
  /*background-color:#f9f8f6;*/
  font-size: 92.8571428571%;
  /*background:url(img/bg_news-srch-head.gif) repeat 0 0;*/
}
.news-srch-head select {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}

.news-srch-ttl {
  padding-top: 5px;
  margin-bottom: 5px;
  font-size: 100% !important;
  letter-spacing: normal;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  margin-right: 5px;
  margin-left: 17px;
  font-weight: bold;
}

.select-country {
  width: 240px;
}

.select-category {
  width: 135px;
}

.select-yearmonth {
  width: 105px;
}

.select-airline {
  width: 270px;
}

.select-airport {
  width: 135px;
}

.select-hotel {
  width: 177px;
}

.submit-srch {
  font-size: 92.8571428571%;
  margin-left: 10px;
  /*margin-left:11px;*/
  /*width:162px;*/
}

@media screen and (max-width: 767px) {
  .news-srch-head {
    padding: 17px 17px 24px;
  }

  .select-country,
.select-category,
.select-yearmonth,
.select-airline,
.select-airport {
    font-size: 85.7142857143%;
    margin-bottom: 8px;
    margin-right: 0;
    width: 100%;
  }

  .submit-srch {
    font-size: 85.7142857143%;
    margin-left: 0;
    width: 100%;
  }

  .news-srch-ttl {
    margin-left: 0px;
    /*margin-top:13px;*/
  }
}
/* ==========================================================================
   記事詳細
   ========================================================================== */
.news-entry-body {
  padding-bottom: 100px;
}

.news-entry-head {
  border-bottom: 1px solid #e7e1da;
  margin: 0 auto 30px;
  padding-bottom: 15px;
  position: relative;
  width: 850px;
}

.article-ttl {
  font-size: 228.5714285714%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.5;
}

.news-entry-wrap {
  margin: 0 auto;
  width: 850px;
}
.news-entry-wrap p {
  margin-bottom: 20px;
}
.news-entry-wrap table {
  border: 1px solid #e3ded7;
  margin-bottom: 40px;
  margin-top: 40px;
  width: 100%;
  /*caption{
  	background-color:#f9f7f5;
  	border:1px solid #e3ded7;
  	border-bottom:none;
  	@include fontsize(16);
  	font-weight:bold;
  	padding:10px;
  	text-align:center;
  }*/
}
.news-entry-wrap table th,
.news-entry-wrap table td {
  border-bottom: 1px solid #e3ded7;
  border-right: 1px solid #e3ded7;
  font-size: 92.8571428571%;
  padding: 10px 15px;
  vertical-align: middle;
}
.news-entry-wrap table th {
  background-color: #f9f7f5;
  font-weight: bold;
  text-align: center;
}

.news-datetime {
  font-size: 128.5714285714%;
  font-weight: bold;
}

.news-sns {
  letter-spacing: -0.4em;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  width: 50%;
}
.news-sns li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  margin-left: 10px;
}
.news-sns .sns-fb {
  position: relative;
  top: -6px;
}
.news-sns .sns-gplus {
  width: 70px;
}

.related-tag {
  letter-spacing: -0.4em;
  text-align: right;
}
.related-tag li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  font-size: 85.7142857143%;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .news-entry-head {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    zoom: 1;
    margin: 0 auto 20px;
    padding: 0 17px 10px;
    width: 100%;
  }

  .article-ttl {
    font-size: 128.5714285714%;
  }

  .news-entry-wrap {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    zoom: 1;
    font-size: 92.8571428571%;
    padding-left: 17px;
    padding-right: 17px;
    width: 100%;
  }
  .news-entry-wrap table caption {
    font-size: 100%;
  }
  .news-entry-wrap table th,
.news-entry-wrap table td {
    font-size: 85.7142857143%;
  }

  .news-datetime {
    font-size: 85.7142857143%;
  }

  .news-sns {
    position: relative;
    white-space: nowrap;
    width: 100%;
  }
  .news-sns li {
    margin-left: 5px;
  }
  .news-sns li:first-child {
    margin-left: 0;
  }
  .news-sns .sns-gplus {
    width: auto;
  }

  .related-tag li {
    font-size: 71.4285714286%;
  }
}
/* 関連情報
   ========================================================================== */
.related-wrap {
  background-color: #f7f7f7;
  margin: 55px auto 38px;
  padding-bottom: 35px;
  width: 705px;
}

.related-ttl {
  background-color: #999;
  color: #FFF;
  font-size: 128.5714285714%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  padding: 5px 33px;
}

.side-btn-list {
  font-size: 85.7142857143%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-align: right;
  position: relative;
  top: -5.25em;
  margin-bottom: -3em;
  float: right;
}

.related-category {
  margin: 0 auto;
  width: 637px;
}

.related-sttl {
  border-bottom: 1px solid #999;
  font-size: 128.5714285714%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  margin-bottom: 15px;
  margin-top: 30px;
  background: none;
  padding-bottom: 0;
  padding-left: 0;
}

.related-list li {
  position: relative;
}

.related-date,
.related-link {
  display: table-cell;
}

.related-date {
  width: 90px;
}

.related-list li {
  font-size: 92.8571428571%;
}
.related-list a {
  color: #212121;
}

.other-info li {
  list-style: disc;
  margin-left: 20px;
}

.news-btn-back {
  border-top: 1px solid #e7e1da;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 85.7142857143%;
  margin: 0 auto;
  padding-top: 20px;
  width: 705px;
}

#contents.full .related-wrap {
  width: 850px;
  margin: 70px auto 38px;
}
#contents.full .related-category {
  margin: 0 auto;
  width: 783px;
}
#contents.full .news-btn-back {
  width: 850px;
}

@media screen and (max-width: 767px) {
  .related-wrap,
.related-category,
.news-btn-back {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    zoom: 1;
    width: 100% !important;
  }

  .related-wrap {
    margin-bottom: 22px;
    padding-bottom: 0;
  }

  .related-ttl {
    font-size: 92.8571428571%;
    padding: 5px 17px;
  }

  .related-sttl {
    border-bottom: 1px dotted #b9b9b9;
    font-size: 92.8571428571%;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 15px;
    padding: 0 17px 10px;
  }

  .side-btn-list {
    display: none;
  }

  .related-list li {
    border-bottom: 1px dotted #b9b9b9;
    font-size: 85.7142857143%;
    list-style: none;
    margin-left: 0;
  }
  .related-list a {
    display: block;
  }

  .related-date,
.related-link {
    display: block;
  }

  .related-date {
    font-size: 91.6666666667%;
    position: absolute;
    left: 17px;
    top: 0;
  }

  .related-link {
    margin-top: 1.5em;
  }

  .news-btn-back {
    border-top: none;
    padding: 0 17px;
  }
}
