@charset "UTF-8";
/*
======================================================
  海外クチコミ用
--------------------------------------------------- */
/* ↓ 納品時は削除 ↓ */
@font-face {
  font-family: "icon";
  src: url("../fonts/icon.eot");
  src: url("../fonts/icon.eot?#iefix") format("eot"), url("../fonts/icon.woff") format("woff"), url("../fonts/icon.ttf") format("truetype");
}

/* ↑ 納品時は削除 ↑ */
/* 共通
---------------------------------------------------- */
@media screen and (min-width: 768px) {
  .sp-br {
    display: none;
  }
}

/*
======================================================
  ログイン前
--------------------------------------------------- */
@media screen and (min-width: 768px) {
  .kuchikomi-entry {
    background-color: #fff;
    border-radius: 5px;
    padding: 25px 30px;
    margin: 0 0 15px 0;
  }
  .kuchikomi-entry:last-child {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .kuchikomi-entry {
    border-top: 1px solid #e6e6e6;
    padding: 20px 0;
  }
  .modalInner .kuchikomi-entry {
    border-top: none;
  }
}

.kuchikomi-entry.login-info, .kuchikomi-entry.entry-form {
  margin: 0 0 30px 0;
}

@media screen and (max-width: 767px) {
  .kuchikomi-entry.login-info, .kuchikomi-entry.entry-form {
    border-top: none;
  }
}

p.login-txt {
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  margin-bottom: 1.2em;
}

@media screen and (max-width: 767px) {
  p.login-txt {
    font-size: 16px;
  }
}

.login-btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .login-btn-list {
    width: 100%;
  }
}

.login-btn-list > li {
  width: 50%;
  padding: 0 12px;
}

@media screen and (max-width: 767px) {
  .login-btn-list > li {
    padding: 0 6px;
  }
}

.login-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'M PLUS Rounded 1c';
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  font-weight: 900;
  color: #cc0022;
  background-color: #fff;
  border-radius: 50px;
  height: 100%;
  border: solid #cc0022 3px;
  border-bottom-width: 5px;
  padding: 10px;
  font-size: 1.28571rem;
}

.login-btn:hover {
  color: #E0667A;
  border-color: #E0667A;
}

.login-btn.login-btn--entry {
  background-color: #d90000;
  color: #fff;
}

.login-btn.login-btn--entry:hover {
  color: #fff;
  background-color: #E86666;
}

/*
======================================================
  クチコミ評価（共通）
--------------------------------------------------- */
.author {
  margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: bold;
}

.author .honor {
  font-size: 14px;
}

dl.star-rating {
  overflow: hidden;
  width: 100%;
  border: 3px solid #e6e6e6;
  border-radius: 10px;
  margin: 0 0 15px 0;
}

dl.star-rating dt {
  float: left;
  width: 150px;
  font-weight: bold;
  padding: .9em 1em 0 1em;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  dl.star-rating dt {
    width: 130px;
  }
}

@media screen and (max-width: 320px) {
  dl.star-rating dt {
    width: 120px;
    font-size: 13px;
  }
}

dl.star-rating dt.recommend {
  background-color: #fffde5;
}

dl.star-rating dd {
  border-top: 1px solid #e6e6e6;
  padding: .7em 0 .7em 150px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  dl.star-rating dd {
    padding-left: 130px;
  }
}

@media screen and (max-width: 320px) {
  dl.star-rating dd {
    padding-left: 120px;
  }
}

dl.star-rating dd.recommend {
  border-top: none;
  background-color: #fffde5;
}

dl.star-rating dd img {
  width: 18px;
  margin: 0 2px;
  vertical-align: middle;
}

@media screen and (max-width: 320px) {
  dl.star-rating dd img {
    width: 14px;
  }
}

.star-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}

.rating-num {
  font-weight: bold;
  font-size: 16px;
  color: #d90000;
  margin-left: 8px;
}

@media screen and (max-width: 320px) {
  .rating-num {
    font-size: 13px;
  }
}

dd.recommend .rating-num {
  font-size: 20px;
}

@media screen and (max-width: 320px) {
  dd.recommend .rating-num {
    font-size: 16px;
  }
}

/*
======================================================
  クチコミ投稿フォーム（ログイン後）
--------------------------------------------------- */
.entry-form-ttl {
  font-family: 'M PLUS Rounded 1c';
  font-weight: 900;
  color: #cc0022;
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .entry-form-ttl {
    font-size: 20px;
  }
}

dl.form-item {
  overflow: hidden;
  width: 100%;
  margin: 0 auto 25px auto;
}

dl.form-item dt {
  float: left;
  width: 200px;
  font-weight: bold;
  padding: .9em 1em;
  line-height: 1;
  text-align: right;
}

@media screen and (max-width: 767px) {
  dl.form-item dt {
    width: 130px;
  }
}

dl.form-item dd {
  border-bottom: 1px solid #e6e6e6;
  padding: .9em 0 .9em 200px;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 767px) {
  dl.form-item dd {
    padding: .9em 0 .9em 130px;
  }
}

@media screen and (max-width: 767px) {
  dl.form-item dd.num-line {
    font-size: 12px;
  }
}

dl.form-item dd.num-line .num {
  display: inline-block;
  margin: 0 30px;
  width: 16px;
}

@media screen and (max-width: 767px) {
  dl.form-item dd.num-line .num {
    margin: 0 5px;
  }
}

@media screen and (max-width: 767px) {
  dl.form-item dd.num-line .vol {
    display: none;
  }
}

dl.form-item dd input {
  margin: 0 30px;
  width: 16px;
}

@media screen and (max-width: 767px) {
  dl.form-item dd input {
    margin: 0 5px;
  }
}

.form-msg-label {
  font-weight: bold;
  margin: 0 0 5px 0;
}

.form-msg {
  width: 100%;
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
  height: 150px;
  margin: 0 0 20px 0;
}

.post-btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin: 0 auto 15px auto;
}

@media screen and (max-width: 767px) {
  .post-btn-list {
    width: 100%;
  }
}

.post-btn-list > li {
  width: 100%;
  padding: 0 12px;
  margin: 0 auto;
}

.post-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'M PLUS Rounded 1c';
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  font-weight: 900;
  color: #cc0022;
  background-color: #fff;
  border-radius: 50px;
  height: 100%;
  border: solid #cc0022 3px;
  border-bottom-width: 5px;
  padding: 10px;
  font-size: 1.28571rem;
  width: 200px;
}

.post-btn:hover {
  color: #E0667A;
  border-color: #E0667A;
}

.post-btn.post-btn--entry {
  margin: 0 auto;
  background-color: #d90000;
  color: #fff;
}

.post-btn.post-btn--entry:hover {
  color: #fff;
  background-color: #E86666;
}

/*
======================================================
  モーダルウィンドウ（確認画面）
--------------------------------------------------- */
.modalWrap, .modalBg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 9997;
}

.modalWrap {
  -webkit-transition: 0.3s cubic-bezier(1, 0, 0, 1);
  -o-transition: 0.3s cubic-bezier(1, 0, 0, 1);
  transition: 0.3s cubic-bezier(1, 0, 0, 1);
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  will-change: opacity;
}

.modalBg {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
}

.modalCon {
  position: absolute;
  top: 5%;
  left: 0;
  right: 0;
  width: 92%;
  max-width: 640px;
  margin: auto;
  z-index: 99999;
}

@media screen and (min-width: 768px) {
  .modalCon {
    height: 80%;
  }
}

@media screen and (max-width: 767px) {
  .modalCon {
    height: 90%;
  }
}

.modalInner {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  height: 100%;
  padding: 0;
  cursor: default;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
}

.entry-form-ttl {
  padding: 20px 0 10px 0;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .kuchikomi-entry {
    padding: 10px 40px 15px 40px;
  }
}

@media screen and (max-width: 767px) {
  .kuchikomi-entry {
    padding: 10px 20px 15px 20px;
  }
}

.kuchikomi-confirm {
  border-top: 1px solid #ccc;
  padding: 20px 0 30px 0;
}

@media screen and (max-width: 767px) {
  .kuchikomi-confirm {
    padding: 20px 10px 30px 10px;
  }
}

.confirm-txt {
  text-align: center;
  font-weight: bold;
  padding: 0 0 15px 0;
}

.confirm-btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .confirm-btn-list {
    width: 100%;
  }
}

.confirm-btn-list > li {
  width: 50%;
  padding: 0 12px;
}

@media screen and (max-width: 767px) {
  .confirm-btn-list > li {
    padding: 0 6px;
  }
}

.confirm-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'M PLUS Rounded 1c';
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  font-weight: 900;
  color: #cc0022;
  background-color: #fff;
  border-radius: 50px;
  height: 100%;
  border: solid #cc0022 3px;
  border-bottom-width: 5px;
  padding: 10px;
  font-size: 1.28571rem;
}

.confirm-btn:hover {
  color: #E0667A;
  border-color: #E0667A;
}

.confirm-btn.confirm-btn--entry {
  background-color: #d90000;
  color: #fff;
}

.confirm-btn.confirm-btn--entry:hover {
  color: #fff;
  background-color: #E86666;
}

/*
======================================================
  投稿完了画面
--------------------------------------------------- */
.kuchikomi-complete {
  text-align: center;
  padding: 40px;
}

.entry-form-txt {
  margin-bottom: 20px;
}

/*
======================================================
  一般事情 
--------------------------------------------------- */
/* エリアリスト
---------------------------------------------------- */
ul.area-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 20px;
}

ul.area-list li {
  margin: 5px;
  line-height: 1;
}

ul.area-list li a {
  display: block;
  border: 2px solid #1957bd;
  font-weight: bold;
  text-decoration: none;
  line-height: 1;
  padding: .3em .6em;
  border-radius: 4px;
  font-size: 16px;
  -webkit-transition: all .2s linear;
}

@media screen and (max-width: 767px) {
  ul.area-list li a {
    font-size: 14px;
  }
}

ul.area-list li a:hover {
  background-color: #1957bd;
  color: #fff;
}

ul.area-list li.current a {
  background-color: #1957bd;
  color: #fff;
}

.flag-area {
  text-align: center;
  padding-top: 40px;
}

@media screen and (min-width: 768px) {
  ul.country-datalist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 768px) {
  ul.country-datalist li {
    width: 257px;
    margin: 0 10px 10px 0;
    background-color: #fff;
    border-radius: 5px;
  }
  ul.country-datalist li:nth-child(3), ul.country-datalist li:nth-child(6) {
    margin: 0 0 10px 0;
  }
  ul.country-datalist li:nth-child(4), ul.country-datalist li:nth-child(5), ul.country-datalist li:nth-child(6) {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  ul.country-datalist li {
    border-radius: 0 0 5px 5px;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 15px;
  }
}

dl.country-data dt {
  background-color: #d90000;
  border-radius: 5px 5px 0 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  dl.country-data dt {
    border-left: 1px solid #d90000;
    border-right: 1px solid #d90000;
    border-top: 1px solid #d90000;
  }
}

dl.country-data dt span {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  font-family: 'M PLUS Rounded 1c';
  font-weight: 900;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 22px;
  padding: .2em 0 .2em 40px;
}

dl.country-data.area dt span {
  background-image: url(../img/icon_area.svg);
  background-size: 28px;
  padding: .2em 0 .2em 44px;
}

dl.country-data.people dt span {
  background-image: url(../img/icon_people.svg);
  background-size: 28px;
  padding: .2em 0 .2em 44px;
}

dl.country-data.capital dt span {
  background-image: url(../img/icon_capital.svg);
}

dl.country-data.race dt span {
  background-image: url(../img/icon_race.svg);
}

dl.country-data.language dt span {
  background-image: url(../img/icon_language.svg);
}

dl.country-data.religion dt span {
  background-image: url(../img/icon_religion.svg);
}

dl.country-data dd {
  padding: 1em;
}

.country-data-sub {
  padding: 20px 0 0 0;
}

/*
======================================================
  エリア 
--------------------------------------------------- */
.area-info {
  padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .map-area {
    width: 824px;
    height: 536px;
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .map-img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }
}

@media screen and (max-width: 767px) {
  .map-img {
    margin-bottom: 20px;
  }
}

.map-img img {
  border-radius: 5px;
}

@media screen and (min-width: 768px) {
  ul.map-pin {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
  }
}

@media screen and (max-width: 767px) {
  ul.map-pin {
    border-top: 1px solid #e6e6e6;
  }
}

@media screen and (min-width: 768px) {
  ul.map-pin li {
    position: absolute;
    line-height: 1;
  }
}

@media screen and (max-width: 767px) {
  ul.map-pin li {
    border-bottom: 1px solid #e6e6e6;
  }
}

ul.map-pin li a {
  text-decoration: none;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  ul.map-pin li a {
    display: block;
    background-color: #fff;
    border-radius: 5px;
    padding: 5px 5px;
    -webkit-transition: all .2s linear;
  }
  ul.map-pin li a:hover {
    background-color: #1957bd;
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  ul.map-pin li a {
    display: block;
    position: relative;
    padding: .75em 0;
  }
  ul.map-pin li a:after {
    position: absolute;
    top: 50%;
    right: .5em;
    margin-top: -8px;
    font-family: "icon";
    content: "\F00C";
    font-size: .8em;
    font-weight: normal;
  }
}

ul.map-pin li a dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

ul.map-pin li a dl dt {
  width: 26px;
  margin-right: 4px;
  line-height: 1;
}

ul.map-pin li a dl dt img {
  width: 24px;
  height: auto;
  border: 1px solid #ccc;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul.map-pin li a dl dd {
  line-height: 1;
}

@media screen and (min-width: 768px) {
  ul.map-pin li.india {
    left: 246px;
    top: 280px;
    width: 82px;
  }
  ul.map-pin li.indonesia {
    left: 531px;
    top: 452px;
    width: 124px;
  }
  ul.map-pin li.korea {
    left: 614px;
    top: 172px;
    width: 98px;
  }
  ul.map-pin li.cambodia {
    left: 458px;
    top: 365px;
    width: 110px;
  }
  ul.map-pin li.singapore {
    left: 322px;
    top: 439px;
    width: 124px;
  }
  ul.map-pin li.srilanka {
    left: 266px;
    top: 398px;
    width: 110px;
  }
  ul.map-pin li.thailand {
    left: 393px;
    top: 332px;
    width: 70px;
  }
  ul.map-pin li.china {
    left: 443px;
    top: 172px;
    width: 70px;
  }
  ul.map-pin li.nepal {
    left: 270px;
    top: 214px;
    width: 98px;
  }
  ul.map-pin li.bhutan {
    left: 375px;
    top: 214px;
    width: 98px;
  }
  ul.map-pin li.pakistan {
    left: 134px;
    top: 208px;
    width: 110px;
  }
  ul.map-pin li.bangladesh {
    left: 278px;
    top: 247px;
    width: 138px;
  }
  ul.map-pin li.easttimor {
    left: 487px;
    top: 496px;
    width: 126px;
  }
  ul.map-pin li.philippines {
    left: 577px;
    top: 346px;
    width: 110px;
  }
  ul.map-pin li.brunei {
    left: 498px;
    top: 398px;
    width: 98px;
  }
  ul.map-pin li.vietnam {
    left: 470px;
    top: 332px;
    width: 98px;
  }
  ul.map-pin li.malaysia {
    left: 382px;
    top: 398px;
    width: 110px;
  }
  ul.map-pin li.myanmar {
    left: 333px;
    top: 280px;
    width: 110px;
  }
  ul.map-pin li.maldives {
    left: 148px;
    top: 421px;
    width: 110px;
  }
  ul.map-pin li.mongolia {
    left: 401px;
    top: 69px;
    width: 98px;
  }
  ul.map-pin li.laos {
    left: 449px;
    top: 280px;
    width: 82px;
  }
  ul.map-pin li.taiwan {
    left: 569px;
    top: 270px;
    width: 70px;
  }
}

/*
======================================================
  ホーム
--------------------------------------------------- */
@media screen and (min-width: 768px) {
  ul.reccomend-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

ul.reccomend-list li {
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  ul.reccomend-list li {
    width: 258px;
  }
}

@media screen and (max-width: 767px) {
  ul.reccomend-list li {
    margin-bottom: 10px;
  }
  ul.reccomend-list li:last-child {
    margin-bottom: 0;
  }
}

ul.reccomend-list li a {
  display: block;
  text-decoration: none;
  color: #000;
}

@media screen and (max-width: 767px) {
  ul.reccomend-list li a dl.reccomend-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  ul.reccomend-list li a dl.reccomend-item dt {
    width: 50%;
  }
}

ul.reccomend-list li a dl.reccomend-item dd {
  text-align: center;
  padding: .5em 1em;
  font-weight: bold;
  font-size: 18px;
}

ul.reccomend-list li a:hover {
  opacity: .7;
}

.map-world {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 65%;
}

.world-map-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.world-map-img img {
  border-radius: 5px;
}

ul.world-map-pin {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

ul.world-map-pin li {
  position: absolute;
  z-index: 2;
  line-height: 1;
}

ul.world-map-pin li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 3px 0px #ba0d1c;
  box-shadow: 0px 3px 0px #ba0d1c;
  border-radius: 50px;
  padding: 6px 10px;
  height: 100%;
  border: solid #cc0022 3px;
  font-size: 18px;
  font-family: 'M PLUS Rounded 1c';
  font-weight: 900;
  color: #000;
  background-color: #fff;
  text-decoration: none;
  -webkit-transition: all .1s linear;
}

@media screen and (max-width: 320px) {
  ul.world-map-pin li a {
    font-size: 15px;
    padding: 5px 8px;
  }
}

ul.world-map-pin li a:before {
  font-family: "icon";
  content: "\F004";
  margin-right: 4px;
}

ul.world-map-pin li a:hover {
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  ul.world-map-pin li a:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}

ul.world-map-pin li.asia {
  width: 108px;
}

@media screen and (min-width: 768px) {
  ul.world-map-pin li.asia {
    left: 280px;
    top: 230px;
  }
}

@media screen and (max-width: 767px) {
  ul.world-map-pin li.asia {
    left: 35%;
    top: 40%;
  }
}

@media screen and (max-width: 320px) {
  ul.world-map-pin li.asia {
    width: 88px;
  }
}

ul.world-map-pin li.asia a {
  border-color: #ffe05c;
  -webkit-box-shadow: 0px 3px 0px #ffe05c;
  box-shadow: 0px 3px 0px #ffe05c;
}

ul.world-map-pin li.asia a:before {
  color: #ffe05c;
}

ul.world-map-pin li.pacific {
  width: 108px;
}

@media screen and (min-width: 768px) {
  ul.world-map-pin li.pacific {
    left: 380px;
    top: 410px;
  }
}

@media screen and (max-width: 767px) {
  ul.world-map-pin li.pacific {
    left: 37%;
    top: 78%;
  }
}

@media screen and (max-width: 320px) {
  ul.world-map-pin li.pacific {
    top: 76%;
    width: 88px;
  }
}

ul.world-map-pin li.pacific a {
  border-color: #83cbe7;
  -webkit-box-shadow: 0px 3px 0px #83cbe7;
  box-shadow: 0px 3px 0px #83cbe7;
}

ul.world-map-pin li.pacific a:before {
  color: #83cbe7;
}

ul.world-map-pin li.n_america {
  width: 88px;
}

@media screen and (min-width: 768px) {
  ul.world-map-pin li.n_america {
    left: 590px;
    top: 160px;
  }
}

@media screen and (max-width: 767px) {
  ul.world-map-pin li.n_america {
    right: 8%;
    top: 20%;
  }
}

@media screen and (max-width: 320px) {
  ul.world-map-pin li.n_america {
    width: 72px;
  }
}

ul.world-map-pin li.n_america a {
  border-color: #f7a84e;
  -webkit-box-shadow: 0px 3px 0px #f7a84e;
  box-shadow: 0px 3px 0px #f7a84e;
}

ul.world-map-pin li.n_america a:before {
  color: #f7a84e;
}

ul.world-map-pin li.latinamerica {
  width: 108px;
}

@media screen and (min-width: 768px) {
  ul.world-map-pin li.latinamerica {
    left: 649px;
    top: 340px;
  }
}

@media screen and (max-width: 767px) {
  ul.world-map-pin li.latinamerica {
    right: 3%;
    top: 60%;
  }
}

@media screen and (max-width: 320px) {
  ul.world-map-pin li.latinamerica {
    width: 88px;
  }
}

ul.world-map-pin li.latinamerica a {
  border-color: #c0d95f;
  -webkit-box-shadow: 0px 3px 0px #c0d95f;
  box-shadow: 0px 3px 0px #c0d95f;
}

ul.world-map-pin li.latinamerica a:before {
  color: #c0d95f;
}

ul.world-map-pin li.europe {
  width: 88px;
}

@media screen and (min-width: 768px) {
  ul.world-map-pin li.europe {
    left: 259px;
    top: 110px;
  }
}

@media screen and (max-width: 767px) {
  ul.world-map-pin li.europe {
    left: 25%;
    top: 10%;
  }
}

@media screen and (max-width: 320px) {
  ul.world-map-pin li.europe {
    width: 72px;
  }
}

ul.world-map-pin li.europe a {
  border-color: #a8acd4;
  -webkit-box-shadow: 0px 3px 0px #a8acd4;
  box-shadow: 0px 3px 0px #a8acd4;
}

ul.world-map-pin li.europe a:before {
  color: #a8acd4;
}

ul.world-map-pin li.middleeast {
  width: 88px;
}

@media screen and (min-width: 768px) {
  ul.world-map-pin li.middleeast {
    left: 89px;
    top: 230px;
  }
}

@media screen and (max-width: 767px) {
  ul.world-map-pin li.middleeast {
    left: 4%;
    top: 30%;
  }
}

@media screen and (max-width: 320px) {
  ul.world-map-pin li.middleeast {
    width: 72px;
  }
}

ul.world-map-pin li.middleeast a {
  border-color: #e994ae;
  -webkit-box-shadow: 0px 3px 0px #e994ae;
  box-shadow: 0px 3px 0px #e994ae;
}

ul.world-map-pin li.middleeast a:before {
  color: #e994ae;
}

ul.world-map-pin li.africa {
  width: 122px;
}

@media screen and (min-width: 768px) {
  ul.world-map-pin li.africa {
    left: 59px;
    top: 310px;
  }
}

@media screen and (max-width: 767px) {
  ul.world-map-pin li.africa {
    left: 3%;
    top: 60%;
  }
}

@media screen and (max-width: 320px) {
  ul.world-map-pin li.africa {
    width: 102px;
  }
}

ul.world-map-pin li.africa a {
  border-color: #7fd4b9;
  -webkit-box-shadow: 0px 3px 0px #7fd4b9;
  box-shadow: 0px 3px 0px #7fd4b9;
}

ul.world-map-pin li.africa a:before {
  color: #7fd4b9;
}

@media screen and (min-width: 768px) {
  ul.name-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  ul.name-list > li {
    width: 257px;
    margin: 0 10px 10px 0;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #ccc;
  }
  ul.name-list > li:nth-child(3), ul.name-list > li:nth-child(6), ul.name-list > li:nth-child(9) {
    margin: 0 0 10px 0;
  }
  ul.name-list > li:nth-child(7), ul.name-list > li:nth-child(8), ul.name-list > li:nth-child(9) {
    margin-bottom: 0;
  }
}

dl.ac-menu dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  dl.ac-menu dt {
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  dl.ac-menu dt {
    padding: .75em 0;
    border-bottom: 1px solid #e6e6e6;
    display: block;
    position: relative;
  }
  dl.ac-menu dt:after {
    position: absolute;
    top: 50%;
    right: .5em;
    margin-top: -8px;
    font-family: "icon";
    content: "\F00A";
    font-size: .8em;
    font-weight: normal;
    color: #1957bd;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all .2s linear;
  }
  dl.ac-menu dt.active:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

dl.ac-menu dt .word-between {
  border-radius: 30px;
  font-size: 14px;
  color: #fff;
  background-color: #1957bd;
  padding: 3px 8px 1px 8px;
  margin-left: 6px;
}

@media screen and (max-width: 767px) {
  dl.ac-menu dt .word-between {
    padding: 1px 8px 1px 8px;
  }
}

@media screen and (min-width: 768px) {
  dl.ac-menu dd {
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  dl.ac-menu dd {
    display: none;
  }
}

.word-ttl {
  font-weight: bold;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .word-ttl {
    padding: .75em 0 0.1em 0;
  }
}

ul.country-list {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  ul.country-list {
    border-top: 1px solid #e6e6e6;
  }
  ul.country-list.other {
    border-top: none;
  }
}

ul.country-list li {
  line-height: 1;
}

@media screen and (min-width: 768px) {
  ul.country-list li {
    padding: .35em 0;
  }
}

@media screen and (max-width: 767px) {
  ul.country-list li {
    border-bottom: 1px solid #e6e6e6;
  }
}

@media screen and (max-width: 767px) {
  ul.country-list li a {
    display: block;
    position: relative;
    text-decoration: none;
    padding: .75em 0;
    font-weight: bold;
    line-height: 1;
  }
  ul.country-list li a:after {
    position: absolute;
    top: 50%;
    right: .5em;
    margin-top: -8px;
    font-family: "icon";
    content: "\F00C";
    font-size: .8em;
    font-weight: normal;
  }
}
