@charset "UTF-8";

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

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

.theme span {
  color: #000;
}

.subtitle {
  font-size: 4vw;
}

.entry {
  color: #000;
  font-size: 5.5vw;
  font-weight: bold;
  text-align: left;
  margin-bottom: 2vh;
}

.entry span{
  color: #FD0;
}

.topics {
  color: #000;
  font-size: 5vw;
  font-weight: bold;
  text-align: left;
  margin-bottom: 2vh;
}

.topics span{
  color: #FD0;
}

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

#western-union_mv {
  width: auto;
  height: auto;

}

#western-union_mv img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

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

#western-union_summary {
  width: auto;
  text-align: center;
  border-bottom: 2px solid #FD0;
}

.summary_box {
  display: inline-block;
  width: 80vw;
  height: auto; 
  justify-content: center;
  text-align: center;
  margin: 5vh 0;
}

.summary_description {
  line-height: 2;
  margin: 5vh 0;
}

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

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

.how-to_topics {
  color: #000;
  font-size: 5vw;
  font-weight: bold;
  text-align: left;
  margin-bottom: 2vh;
}

#western-union_how-to .how-to_description {
  display: inline-block;
  width: 80vw;
  line-height: 2;
  margin: 50px 0;
}

.entry_text {
  width: 80vw;
  height: auto;
}

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

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

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


.japanese-nationals {
  margin: 5vh 0;
}

.foreign-nationals {
  margin: 5vh 0;
}

.foreign-tourists {
  margin: 5vh 0;
}

.id-card_wrapper{
  justify-content: center;
  margin: 5vh 0;
}

.id-card_pattern {
  margin: 0 3vw;
}

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

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

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

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

.identity-verification {
  display: inline-block;
  width: 80vw;
  background-color: #EEE;
  text-align: left;
}

.identity-verification .check-list {
  width: 64vw;
  padding: 0 10vw;
  line-height: 1.5;
  list-style-type: upper-alpha;
}

.identity-verification .check-list li {
  margin: 3vh 0;
}

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

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

#western-union_how-to .form-topics {
  color: #000;
  font-size: 5vw;
  font-weight: bold;
  text-align: center;
  margin: 4vh auto;
}

#western-union_how-to .reception-form img {
  width: 80vw;
}

.how-to_text {
  display: inline-block;
  width: 80vw;
  text-align: left;
  margin: 3vh 0;
}

.how-to_text span {
  font-weight: bold;
  margin: 3vh 0;
}

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

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

#western-union_guidelines .guidelines_description {
  display: inline-block;
  width: 80vw;
  margin: 5vh 0;
}

#western-union_guidelines .cash_box{
  display: inline-block;
  width: 84vw;
  text-align: center;
}

#western-union_guidelines .cash_box .cash_remittance {
  width: 84vw;
  margin: 4vh 0;
}

#western-union_guidelines .cash_box .cash_receive {
  width: 84vw;
  margin: 4vh 0;
}

#western-union_guidelines .cash_box img {
  width: 50vw;
  background-color: #CCC;
  margin-bottom: 2vh;
}

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

#western-union_guidelines .cash_box .cash_caption {
  background-color: #EEE;
  width: auto;
  text-align: left;
  justify-content: center;
  padding: 2vh;
}


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

.guidelines_customer {
  display: inline-block;
  width: 84vw;
  line-height: 2;
  text-align: left;
  margin: 2vh 0;
}

.guidelines_customer .check-list {
  background-color: #EEE;
  width: 64vw;
  line-height: 2;
  text-align: left;
  padding: 2vh 8vw;
  margin: 2vh auto;
}

.guidelines_customer .check-list li {
  padding: 1vh 0;
}

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

#western-union_stores {
  background-color: #FFF;
  width: 100vw;
  height: auto;
  text-align: center;
  justify-content: center;
  margin: 4vh auto;
  border-bottom: 2px solid #FD0;
}

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

.stores_description {
  padding: 4vh 0;
} 

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

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

.stores_topics {
  color: #000;
  font-size: 5vw;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2vh;
}


.store-locations {
  display: inline-block;
  justify-content: center;
  width: auto;
  margin: 20px auto;
}

.store-image img {
  width: 80vw;
  height: auto;
}

.store-name {
  font-size: 5vw;
  font-weight: bold;
  padding: 2vh 0;
}

.store-name span {
  font-size: 3.3vw;
  font-weight: normal;
}

.store-information {
  background-color: #EEE;
  display: inline-block;
  width: 82vw;
  padding: 4vw;
  margin: 2vh 0;
  
}

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

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

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

#western-union_outline {
  background-color: #FFF;
  text-align: center;
  justify-content: center;
  margin: 5vh auto;
}

.outline_description {
  display: inline-block;
  width: 80vw;
  line-height: 2;
  margin: 5vh 0;
}

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

.outline_pattern {
  display: inline-block;
  background-color: #EEE;
  width: 80vw;
  margin: 2vh 0;
  padding: 3vh 0;
}

.outline_pattern img {
  background-color: #FFF;
  width: 40vw;
}

.outline_caption dt {
  font-size: 5vw;
  line-height: 2;
  text-align: center;
  font-weight: bold;
  margin: 2vh 0;
}

.outline_caption dt span{
  color: #FD0;
}

.outline_caption dd {
  display: inline-block;
  text-align: left;
  width: 60vw;
}

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


/** ----------------------------------------------
 *
 * footer
 *
 * -------------------------------------------- */
.footer {
  min-width: auto;
  background-color: #000;
  color: #FFDD00;
}

footer p {
  color: #FFF;
}

.footer_nav {
  color: #FFF
}