@charset "utf-8";

/*==========================================
header
===========================================*/

.header .header_txt {
    letter-spacing: 1px;
}

/*==========================================
main_esports_1
===========================================*/

.main_esports_1 {
    width: 1080px;
    margin: 0 auto;
    margin-bottom: 100px;
    font-size: 18px;
    text-align: center;
    line-height: 1.5;
}

/*==========================================
main_esports_2
===========================================*/

.main_esports_2 {
    width: 1080px;
    margin: 0 auto;
    margin-bottom: 100px;
}

.main_esports_2 ul {
    display: flex;
    margin-bottom: 50px;
}

.main_esports_2 ul li:nth-of-type(1) {
    width: 600px;
    height: 250px;
    background-image: url(../../images/business/esports/esports_2_1.jpg);
    background-size: cover;
    padding-top: 35px;
    padding-left: 15px;
    box-shadow: 2px 2px 4px gray;
}

.main_esports_2 ul li:nth-of-type(1) p:nth-of-type(1) {
    color: #122b53;
}

.main_esports_2 ul li:nth-of-type(1) p:nth-of-type(2) {
    padding-top: 15px;
    font-size: 24px;
    font-weight: bold;
    color: #122b53;
}

.main_esports_2 ul li:nth-of-type(1) p:nth-of-type(3) {
    padding-top: 15px;
    line-height: 1.5;
    font-size: 18px;
    width: 500px;
}

.main_esports_2 ul li:nth-of-type(1) p:nth-of-type(4) {
    padding-top: 15px;
    line-height: 1.5;
    font-size: 14px;
    color: #122b53;
    width: 500px;
}

.main_esports_2 ul li:nth-of-type(2) {
    width: 460px;
    margin-left: 20px;
    background-image: url(../../images/business/esports/esports_2_3.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 35px;
    padding-left: 15px;
    box-shadow: 2px 2px 4px gray;
}

.main_esports_2 ul.main_esports_2_1 li:nth-of-type(2) {
    background-image: url(../../images/business/esports/esports_2_3.jpg);
}

.main_esports_2 ul.main_esports_2_2 li:nth-of-type(2) {
    background-image: url(../../images/business/esports/esports_2_2.jpg);
}

.main_esports_2 ul.main_esports_2_3 li:nth-of-type(2) {
    background-image: url(../../images/business/esports/esports_2_4.jpg);
}

.main_esports_2 ul.main_esports_2_4 li:nth-of-type(2) {
    background-image: url(../../images/business/esports/esports_2_5.jpg);
}

.main_esports_2 ul li:nth-of-type(1) p:nth-of-type(3).main_esports_2_4_1 {
    font-size: 14px;
    line-height: 1.5;
}

.main_esports_2 ul.main_esports_2_4 li:nth-of-type(2) a {
    display: block;
    width: 100%;
    height: 100%;
}

.main_esports_2 ul.main_esports_2_5 li:nth-of-type(2) {
    background-image: url(../../images/business/esports/esports_2_6.jpg);
}

.main_esports_2 ul li:nth-of-type(2) img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

/*==========================================
main_esports_3
===========================================*/

.main_esports_3 {
    width: 1080px;
    margin: 0 auto;
    margin-bottom: 100px;
    background-image: url(../../images/business/esports/area310.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: rgba(255, 255, 255, 0.6);
    background-blend-mode: lighten;
}

.main_esports_3 ul {
    display: flex;
    line-height: 1.5;
}

.main_esports_3 ul li {
    width: 500px;
}

.main_esports_3 ul li:nth-of-type(2) {
    margin-left: 80px;
}

.main_esports_3 ul li table {
    width: 100%;
}

.main_esports_3 ul li table th {
    width: 280px;
    padding-right: 20px;
}

.main_esports_3 ul li table td {
    width: 200px;
}

.main_esports_3 ul li table td p {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-top: 5px;
}

.main_esports_3 ul li table td p.main_esports_3_1 {
    font-size: 22px;
}

.main_esports_3 ul li table td p span {
    display: block;
    font-size: 18px;
    font-weight: normal;
    color: #122b53;
}

.main_esports_3 ul li table img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.main_esports_3 ul li > p:nth-of-type(1) {
    font-size: 18px;
    margin-top: 5px;
    color: #122b53;
}

.main_esports_3 ul li > p:nth-of-type(2) {
    font-size: 32px;
    font-weight: bold;
}

.main_esports_3 ul li > p:nth-of-type(3) {
    font-size: 18px;
    margin-top: 5px;
    color: #122b53;
}

.main_esports_3 ul li > p:nth-of-type(4) {
    font-size: 32px;
    font-weight: bold;
}

.main_esports_3 ul li > p:nth-of-type(5) {
    border-top: dotted 1px #ccc;
    border-bottom: dotted 1px #ccc;
    padding: 15px 0;
}

.main_esports_3 ul li > p:nth-of-type(6) {
    font-size: 18px;
    margin: 10px 0;
    color: #122b53;
}

.main_esports_3 ul li > p:nth-of-type(7) {
    border-bottom: dotted 1px #ccc;
    padding-bottom: 15px;
}

.main_esports_3 ul li > a img {
    height: 30px;
    width: auto;
    vertical-align: bottom;
    margin-top: 15px;
    margin-right: 15px;
}

.main_esports_3 ul li > a img:hover {
    opacity: 0.6;
}

.main_esports_3 ul li table th div {
    /* width:500px 280px; */
    text-align: center;
}

.main_esports_3 ul li table th div img {
    width: 280px;
    height: auto;
    vertical-align: top;
}


/*==========================================
main_contact
===========================================*/

.contactusP {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 20px;
}

.redP {
    color: red;
}

.main_contact_1 {
    width: 800px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.main_contact_1 th {
    width: 20%;
    background-color: #1d4293;
    border-bottom: 1px solid #fff;
    color: #fff;
    vertical-align: middle;
}

.main_contact_1 .last th {
    border-bottom: 1px solid #1d4293;
}

.main_contact_1 td {
    width: 80%;
    padding: 10px;
    border: 1px solid #1d4293;
    border-collapse: separate;
}

.main_contact_2 {
    display: block;
    width: 200px;
    height: 50px;
    text-align: center;
    margin: 0 auto;
    margin-top: 50px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background-color: #1d4293;
}

.main_contact_2:hover {
    opacity: 0.6;
}

/*==========================================
main_esports_20230224
===========================================*/

.main_esports_20230224 {
    width: 1080px;
    margin: 0 auto;
    margin-bottom: 100px;
}

.main_esports_20230224 img {
    width: 100%;
    height: auto;
}

.main_esports_20230224 p {
    width: 800px;
    height: auto;
    margin: 0 auto;
    line-height: 1.5;
    font-size: 18px;
}

.main_esports_20230224 p a {
    color: blue;
    text-decoration: underline;
}
