@charset "UTF-8";

/** ----------------------------------------------
 *
 * main (##western-union_container)
 *
 * -------------------------------------------- */

.theme {
  color: #FD0;
  font-size: 64px;
  font-family: "Lalezar", system-ui;
  font-weight: 400;
  font-style: normal;
}

.subtitle {
  font-size: 24px;
}

.theme span {
  color: #000;
}

.entry {
  color: #000;
  font-size: 28px;
  font-weight: bold;
  text-align: left;
}

.entry span{
  color: #FD0;
}

.topics {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}

.topics span{
  color: #FD0;
}

/** ----------------------------------------------
 *
 * main (#western-union_mv)
 *
 * -------------------------------------------- */

#western-union_mv {
  width: auto;
  background: linear-gradient(10deg,  #FD0 50%, #000 50%); /* 背景色指定 */
  height: auto;
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

#western-union_mv img {
  width: 1200px;
  height: auto;
  object-fit: cover;
}

/** ----------------------------------------------
 *
 * main (#western-union_summary)
 *
 * -------------------------------------------- */

#western-union_summary {
  background-color: #FFF;
  width: 1200px;
  height: auto;
  text-align: center;
  justify-content: center;
  margin: 100px auto;
  padding-bottom: 60px;
  border-bottom: 2px solid #FD0;
}

.summary_description {
  margin: 50px 0;
}

/** ----------------------------------------------
 *
 * main (#western-union_how-to)
 *
 * -------------------------------------------- */

#western-union_how-to {
  background-color: #FFF;
  width: 1200px;
  height: auto;
  text-align: center;
  justify-content: center;
  margin: 100px auto;
  padding-bottom: 60px;
  border-bottom: 2px solid #FD0;
}

.how-to_topics {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  margin: 30px 0;
}

#western-union_how-to .how-to_description {
  line-height: 2;
  margin: 50px 0;
}

.entry_text span {
  color: #F00;
  font-weight: bold;
}

.how-to_id-card {
  display: inline-block;
  width: 1000px;
  line-height: 2;
  text-align: left;
  margin: 40px 0;
}

.how-to_id-card .entry {
  margin-bottom: 20px;
}


.japanese-nationals {
  margin: 60px 0;
}

.foreign-nationals {
  margin: 60px 0;
}

.foreign-tourists {
  margin: 60px 0;
}

.id-card_wrapper{
  display: flex;
  justify-content: center;
  margin: 30px 0;
}

.id-card_pattern {
  margin: 0 15px;
}

.id-card_pattern img {
  width: 180px;
  height: auto;
  background-color: #EEE;
}

.id-card_caption {
  line-height: 2;
  text-align: center;
  font-weight: bold;
  margin: 20px 0;
}

.id-card_caption span{
  color: #F00;
}

#western-union_how-to .how-to_topics {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}


.identity-verification {
  display: inline-block;
  width: 1000px;
  background-color: #EEE;
  text-align: left;
  margin: 60px 0;
  padding: 30px 60px;
}

.identity-verification .check-list {
  line-height: 1.5;
  list-style-type: upper-alpha;
}

.identity-verification .check-list li {
  margin: 10px 0;
}

.identity-verification .check-list span {
  color: #F00;
  font-weight: bold;
}

#western-union_how-to .how-to_receipt {
  display: inline-block;
  width: 1000px;
  line-height: 2;
  text-align: left;
  margin: 50px 0;
}

#western-union_how-to .reception-form {
  overflow: hidden;
}

#western-union_how-to .form-topics {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

#western-union_how-to .remittance {
  float: left;
}

#western-union_how-to .reception-form img {
  width: 600px;
}

.how-to_text {
  margin: 30px 0;
}

.how-to_text span {
  font-weight: bold;
  margin: 30px 0;
}

/** ----------------------------------------------
 *
 * main (#western-union_guidelines)
 *
 * -------------------------------------------- */

#western-union_guidelines {
  background-color: #FFF;
  width: 1200px;
  height: auto;
  text-align: center;
  justify-content: center;
  margin: 100px auto;
  padding-bottom: 60px;
  border-bottom: 2px solid #FD0;
}

#western-union_guidelines .guidelines_description {
  margin: 50px 0;
}

#western-union_guidelines .cash_box{
  width: 1000px;
  height: auto;
  display: inline-block;
  text-align: center;
  overflow: hidden;
}

#western-union_guidelines .cash_box .cash_remittance {
  float: left;
  width: 440px;
  margin: 30px;

}

#western-union_guidelines .cash_box .cash_receive {
  float: left;
  width: 440px;
  margin: 30px;
}

#western-union_guidelines .cash_box img {
  width: 200px;
  height: auto;
  background-color: #CCC;
  margin-bottom: 20px;
}

#western-union_guidelines .cash_topics {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

#western-union_guidelines .cash_box .cash_caption {
  background-color: #EEE;
  width: 440px;
  height: auto;
  text-align: left;
  padding: 20px;
}

#western-union_guidelines .cash_box .cash_caption span {
  color: #F00;
  font-weight: bold;
}

.guidelines_customer {
  display: inline-block;
  width: 1000px;
  line-height: 3;
  text-align: left;
  margin: 30px;
}

.guidelines_customer .check-list {
  width: 1000px;
  line-height: 3;
  text-align: left;
  margin: 30px;
}

/** ----------------------------------------------
 *
 * main (#western-union_stores)
 *
 * -------------------------------------------- */

#western-union_stores {
  overflow: hidden;
  background-color: #FFF;
  width: 1200px;
  height: auto;
  text-align: center;
  justify-content: center;
  margin: 100px auto;
  border-bottom: 2px solid #FD0;
  padding-bottom: 100px;
}

#western-union_stores .stores_text {
  text-align: left;
  margin: 30px 0;
}

.stores_description {
  padding: 50px 0;
} 

.stores_hours {
  display: inline-block;
  width: 1000px;
  line-height: 2;
  text-align: left;
  margin: 30px 0;
}

.stores_holiday {
  display: inline-block;
  width: 1000px;
  line-height: 2;
  text-align: left;
}

.store-locations {
  overflow: hidden;
  background-color: #EEE;
  display: inline-block;
  justify-content: center;
  width: 1000px;
  margin: 20px auto;
  border-radius: 30px;
}

.store-image {
  float: left;
}

.store-image img {
  width: 400px;
  height: auto;
}

.store-name {
  font-size: 24px;
  font-weight: bold;
  padding: 20px 0;
}

.store-name span {
  font-size: 16px;
  font-weight: normal;
}

.store-information {
  display: inline-block;
}

address {
  text-align: left;
  line-height: 2;
}

address span{
  color: #F00;
  font-weight: bold;
}

/** ----------------------------------------------
*
* main (#western-union_outline)
*
* -------------------------------------------- */

#western-union_outline {
  background-color: #FFF;
  width: 1200px;
  height: auto;
  text-align: center;
  justify-content: center;
  margin: 100px auto;
}

.outline_description {
  margin: 50px 0;
}

.outline_wrapper{
  display: flex;
  justify-content: center;
  margin: 30px 0;
}

.outline_pattern {
  background-color: #EEE;
  width: 360px;
  height: auto;
  margin: 0 15px;
  padding: 30px 0;
}

.outline_pattern img {
  background-color: #FFF;
  width: 150px;
  height: 150px;

}

.outline_caption dt {
  line-height: 2;
  text-align: center;
  font-weight: bold;
  margin: 20px 0;
}

.outline_caption dt span{
  color: #FD0;
}

.outline_caption dd {
  display: inline-block;
  text-align: left;
  width: 300px;
}

/** ----------------------------------------------
 *
 * header
 *
 * -------------------------------------------- */
.header_nav {
  display: flex;
  justify-content: center;
  background-color: #000;
  color: #FFDD00;
}


/** ----------------------------------------------
 *
 * footer
 *
 * -------------------------------------------- */
footer {
  min-width: 1200px;
  background-color: #000;
  color: #FFDD00;
}
.footer_description {
  color: #FFF;
}
.footer_nav {
  color: #FFF;
}