<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.home-more-info2 {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: max-content;
    margin: auto;
    background: #bd1821;
    text-align: center;
    justify-content: center;
    overflow: hidden;
    padding: 5% 0%;
    align-items: center;
}

.info1 {
    display: block;
    width: 70%;
    height: max-content;
}

p.info1-ttl {
    display: block;
    color: white;
    font-size: 16px;
    margin-top: 0;
    font-weight: bold;
}

.info-h-line {
    display: block;
    color: white;
    height: 1px;
    background: white;
    width: 100px;
    margin: 12px auto 0;
}

p.info1-text {
    text-align: left;
    width: max-content;
    margin: 5% auto;
    color: white;
    font-size: 14px;
    letter-spacing: 1.5px;
    line-height: 1.4;
}

button.info1-btn {
    background: white;
    color: #bd1821;
    border: none;
    width: 100px;
    padding: 0% 0%;
}

button.info1-btn a{text-decoration: none; color: #bd1821;}

.info1-btn p {
    margin: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 10px;
    height: 24px;
    width: max-content;
    justify-content: center;
}

.info1-btn p::after {
    content: url(../img/common/next-button-arrow.png);
    transform: scale(0.4);
    display: block;
    padding-left: 0px;
}

.ver-line {
    width: 90%;
    height: 1px;
    background: white;
    margin: 5% auto;
}

.home-business {
    background: #f3f3f3;
    width: 100%;
    height: max-content;
    overflow: hidden;
    padding: 0% 0% 5% 0%;
}

.business-parent {
    width: 90%;
    margin: auto;
}

p.business-ttl {
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: bold;
    color: #bd1821;
    margin: 25px 0px 16px;
}

.hor-line {
    height: 1px;
    background: #bd1821;
    width: 100%;
    margin: auto;
    margin: 15px 0px 20px;
}

.business-info {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.business-info-col {
    /* padding: 2%; */
    width: 70%;
    text-align: center;
}

p.business-info-details-ttl {
    color: #bd1821;
    font-size: 16px;
    letter-spacing: 1.5px;
    margin-bottom: 7px;
    font-weight: bold;
}

p.business-info-details-text {
    font-size:14px;
    margin-top: -2px;
    margin-bottom: 19px;
    line-height: 2;
}

p.business-info-details-text a{text-decoration: none; color: #000;}

.foot-note {
    display: block;
    width: 85%;
    margin: 30px auto 10px;
    text-align: center;
}

.foot-note-details {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    text-align: left;
}

.foot-note1 {
    width: max-content;
    font-size: 14px;
}

.foot-note1 p {
    margin-top: 1em;
    margin-bottom: 2em;
}

.foot-note1 a,
.foot-note2 a{text-decoration: none; color: #000;}

.foot-note2 {
    padding-left: 5%;
    width: max-content;
    font-size: 14px;
}

.foot-note2 p {
    margin-top: 1em;
    margin-bottom: 2em;
}

.foot-note img {
    margin: 8% auto;
    width: 78%;
    height: auto;
    image-rendering: auto;
}

p.copyrighting {
    text-align: center;
    font-size: 1.5vw;
}

.international_box{
  text-align: center;
}
.international_box .txt{
  color: #bd1821;
  font-size: 16px;
  margin-bottom: 10px;
}
.international_box .link{
  margin: 0 0 10px;
  font-size: 14px;
}
.international_box .link a{
  text-decoration: none;
  color: #000;
}
</pre></body></html>