@charset "UTF-8";

.overseasLeadSection {
    padding-top: 55px;
    padding-bottom: 60px;
}

.overseas_img01 {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.overseasList01 li {
    list-style: none;
    padding-left: 1em;
    text-indent: -1em;
}

.overseasList02 {
    margin: 0 0 0 1.5em;
}
.overseasList02 li {
    list-style: disc;
}

.distributorTitle01 {
    font-size: 2.4rem;
    font-weight: bold;
}
.distributorTitle01 + p {
    margin-top: 5px;
}
.distributorTitle02 {
    margin-top: 50px;
}
.distributorTitle02 img {
    width: 368px;
    height: auto;
}
.distributorTitle02 + p {
    margin-top: 17px;
}

.englishLineupTitle {
    font-size: 3.6rem;
    font-weight: bold;
    text-align: center;
}
.englishLineup {
    display: flex;
    margin-top: 50px;
}
.englishLineup_item {
    box-sizing: border-box;
    width: 25%;
    padding: 10px 8px;
}
.englishLineup_item:not(:first-child) {
    border-left: solid 2px #E5E5E5;
}
.englishLineup_imgBox {
    min-height: 219px;
}
.englishLineup_imgBox img {
    width: 100%;
}
.englishLineup_textBox {
    margin-top: 33px;
}
.englishLineup_price {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
}
a.englishLineup_btn {
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background-color: #003264;
    border-radius: 40px;
    width: 160px;
    padding: 3px 0;
    margin: 0 auto;
}
a.englishLineup_btn:hover {
    text-decoration: none;
    opacity: .6;
}

.dlButton {
    width: 780px;
    display: flex;
    justify-content: center;
    padding: 0 0 130px;
    margin: 0 auto;
}
.dlButton a {
    display: block;
    box-sizing: border-box;
    border-radius: 40px;
    color: #FFF;
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
    margin: 0 auto;
    padding: 18px 0 0;
    margin: 0;
    width: 470px;
    height: 80px;
    background-color: #003264;
}
.dlButton a:hover {
    text-decoration: none;
    opacity: 0.7;
}