@charset "utf-8";

/* title */
.page_ttl01 {
    text-align: center;
    margin: 0 0 125px;
}
.page_ttl01 .ttl {
    font-size: 4rem;
    font-weight: 900;
    font-style: italic;
    letter-spacing: 0.3em;
}
.page_ttl01 .ttl.en {
    letter-spacing: 0;
}
.page_ttl01 .ttl span {
    display: inline-block;
    padding: 0 0 10px;
    margin: 0 0 40px;
    border-bottom: solid 4px #b91c22;
}
.page_ttl01 .txt {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.8;
    letter-spacing: 0.1em;
}

.page_ttl01 p {
    font-size: 1.6rem;
    line-height: 2;
    margin-top: 40px;
}

/* box */
.page_box_type01 {
    display: flex;
    margin: 110px 0 0;
}
.page_box_type01:nth-of-type(even) {
    flex-direction: row-reverse;
}
.page_box_type01 .page_box_item01 {
    width: calc(50% + 50px);
    margin: 0 -50px 0 0;
}
.page_box_type01:nth-of-type(even) .page_box_item01 {
    width: calc(50% + 50px);
    margin: 0 0 0 -50px;
}
.page_box_type01 .page_box_item02 {
    background: #fff;
    width: 50%;
    margin: 20px 50px 20px -50px;
    padding: 40px 90px 60px 100px;
    box-sizing: border-box;
    box-shadow: 25px 30px 40px 0px rgb(0 0 0 / 20%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.page_box_type01:nth-of-type(even) .page_box_item02 {
    margin: 20px -50px 20px 50px;
    padding: 40px 100px 60px;
}
.page_box_type01 .page_box_item02 .num {
    margin: 0 0 35px;
    font-size: 9rem;
    font-weight: 600;
    font-style: italic;
    color: #b91c22;
}
.page_box_type01 .page_box_item02 h3 {
    font-size: 2.4rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin: 0 0 30px;
}
.page_box_type01 .page_box_item02 p {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.08em;
}

.page_img_list01 ul {
    display: flex;
    flex-wrap: wrap;
}
.page_img_list01 ul li {
    width: calc((100% - 30px) / 3);
    margin: 15px 0 0;
}
.page_img_list01 ul li:nth-of-type(3n + 2) {
    margin: 15px 15px 0;
}

/* page head */
#page_header {
    background: #000;
    padding: 220px 20px 250px;
    min-height: 582px;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
}
#page_header.member_header,
#page_header.voice {
    background: url(../img/mamber/header_bg.jpg) no-repeat center;
    background-size: cover;
}
#page_header.placement_header {
    background: url(../img/placement/header_bg.jpg) no-repeat center;
    background-size: cover;
}
#page_header h2 {
    font-size: 1.8rem;
    letter-spacing: 0.3em;
    margin: 0 0 10px;
}
#page_header p {
    font-size: 8.4rem;
}
#page_header p:first-letter {
    color: #b91c22;
}
#page_header p.ja {
    font-size: 5.4rem;
    font-weight: 900;
    letter-spacing: 0.3em;
    margin: 20px 0 0;
}
#page_header p.ja:first-letter {
    color: #fff;
}
#recruit_header {
    position: relative;
}
#recruit_header h2 {
    font-size: 6rem;
    line-height: 1.4;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-left: -17vw;
    text-shadow: 4px 3px black;
}
#recruit_header h2 b {
    display: block;
}
#recruit_header span {
    color: #b91c22;
}

/* sponsor */
.sponsor_box {
    text-align: center;
}
.sponsor_box img {
    max-width: 840px;
}
.sponsor_box p {
    font-size: 1.6rem;
    line-height: 2;
    margin-top: 40px;
}

/* about */
#page_about {
    background: #fff;
    padding: 120px 20px 135px;
}
#page_about .page_about_box {
    margin: 0 0 145px;
}
#page_about .about_detail_box {
    background: url(../img/about/box_bg01.jpg) no-repeat center;
    background-size: cover;
    margin: 130px 0 0;
    padding: 110px 100px;
}
#page_about .about_detail_box .about_detail_item {
    margin: 0 0 0 50%;
    padding: 0 15px 0 60px;
    border-left: solid 4px #b91c22;
    color: #fff;
    text-align: justify;
}
#page_about .about_detail_box .about_detail_item h4 {
    font-size: 2.6rem;
    line-height: 1.4;
    letter-spacing: 0.05em;
    margin: 0 0 25px;
}
#page_about .about_detail_box .about_detail_item p {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.08em;
}

/* goods */
.goods_list {
    display: flex;
    flex-wrap: wrap;
}
.goods_list li {
    width: calc((100% - 30px) / 4);
    margin: 0 10px 10px 0;
}
.goods_list li:nth-of-type(4n) {
    margin-right: 0;
}

/* placement */
#page_placement {
    background: #fff;
    padding: 120px 20px 135px;
}
.placement_box01 {
    text-align: center;
    margin: 0 0 45px;
}
.placement_box01 h3 {
    font-size: 2.8rem;
    font-style: italic;
    font-weight: 900;
    letter-spacing: 0.3em;
}
.placement_box01 p {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.2;
    letter-spacing: 0.08em;
    margin: 25px 0 0;
}
.placement_box02 {
    max-width: 1000px;
    margin: 0 auto 110px;
}
.placement_box02 .example {
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.08em;
}
.placement_box02 dl {
    background: #fff;
    display: flex;
    align-items: center;
    margin: 25px 0 0;
}
.placement_box02 dt {
    width: 230px;
}
.placement_box02 dd {
    width: calc(100% - 230px);
    box-sizing: border-box;
    padding: 0 0 20px 50px;
    display: flex;
    align-items: flex-end;
}
.placement_box02 dd p.detail01 {
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    margin: 0 35px 0 0;
}
.placement_box02 dd p.detail02 {
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    margin: 0 35px 0 0;
}
.placement_box02 dd p.detail02 .val01 {
    font-style: italic;
    color: #b91c22;
    font-size: 4.5rem;
    font-weight: 500;
    margin: 0 8px 0 5px;
}
.placement_box02 dd p.detail03 {
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    margin: 0 35px 0 0;
}
.placement_box02 dd p.detail03 .val02 {
    font-style: italic;
    color: #b91c22;
    font-size: 4.5rem;
    font-weight: 500;
    margin: 0 8px 0 5px;
}
.placement_box03 {
    max-width: 1000px;
    margin: 0 auto 80px;
}
.placement_box03 .page_img_list01 {
    margin: 0 0 60px;
}
.placement_box03 h4 {
    text-align: center;
    margin: 0 0 70px;
    font-size: 2.8rem;
    font-weight: 900;
    line-height: 1.4;
    letter-spacing: 0.3em;
}
.placement_box03 dl {
    display: flex;
    justify-content: space-between;
}
.placement_box03 dt {
    width: calc(50% - 40px);
}
.placement_box03 dd {
    width: 50%;
}
.placement_box03 dd p {
    font-size: 1.4rem;
    line-height: 2.2;
    letter-spacing: 0.08em;
}

/* maintenance */
#page_maintenance {
    background: #000;
    padding: 120px 20px 135px;
    color: #fff;
    text-align: center;
}
#page_maintenance .btn_box {
    text-align: center;
    margin: -30px 0 80px;
}
#page_maintenance h3 {
    font-size: 4rem;
    letter-spacing: 0.1em;
    margin: 80px 0 40px;
}
#page_maintenance p {
    font-size: 1.6rem;
    line-height: 2.2;
    letter-spacing: 0.2em;
    margin: 0 0 80px;
}
#page_recruit {
    background: #fff;
    padding: 120px 20px 135px;
}
#page_recruit .page_img_list01 {
    margin: 100px 0 0;
}
#recruit_header img {
    width: 100%;
}
.recruit_box {
    margin: 80px 0;
    text-align: center;
}
.recruit_box h3 {
    font-size: 3rem;
    font-weight: 800;
    font-style: italic;
    letter-spacing: 0.05em;
    margin: 0 0 40px;
}
.recruit_box ul {
    display: flex;
    flex-wrap: wrap;
    max-width: 680px;
    margin: auto;
    font-size: 2rem;
    line-height: 1.8;
    background: #fff;
    padding: 40px;
    border: solid 2px #fff;
}
.recruit_box li {
    margin: 10px;
}

/* voice */
#page_voice {
    padding: 0 20px 150px;
}
.voice_head {
    background: url(../img/voice_01/bg.jpg) no-repeat center top;
    background-size: 100% 100%;
    padding: 110px 20px 30px;
    overflow: hidden;
}
.voice_head .inner {
    position: relative;
}
.voicenum {
    font-size: 4rem;
    font-style: italic !important;
    letter-spacing: 0.05em;
    margin: 0 0 20px;
}
.voicenum span {
    font-size: 8rem;
    margin: 0 0 0 20px;
}
.voice_text01 {
    font-size: 1.6rem;
    font-weight: 500;
    margin: 0 0 35px;
    letter-spacing: 0.1em;
}
.voice_title01 {
    position: relative;
    z-index: 10;
    font-size: 4rem;
    line-height: 1.4;
    color: #ffffff;
}
.voice_title01 span {
    position: relative;
    z-index: 10;
    display: inline-block;
    padding: 2px 10px 4px;
    margin: 10px 0 0;
    font-style: italic;
}
.voice_title01 span::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #b91c22;
    transform: skew(-8deg, 0deg);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.voice_detail {
    margin: 80px 0 0;
}
.voice_detail .num {
    font-size: 4rem;
    font-weight: bold;
}
.voice_detail .num span {
    font-size: 1.2rem;
    display: inline-block;
    vertical-align: middle;
    margin: -8px 0 0 15px;
    padding: 4px 10px;
    background: #000;
    color: #fff;
}
.voice_detail .name {
    font-size: 3rem;
    font-weight: bold;
    margin: 20px 0 0;
}
.voice_detail .name span {
    font-size: 1.8rem;
    vertical-align: middle;
    margin: 0 0 0 20px;
}
.voice_thumb {
    position: absolute;
    right: 0;
    top: 0;
}
.voice_box01 {
    display: flex;
    justify-content: space-between;
    margin: 100px 0 90px;
}
.voice_box01 .thumb {
    width: 50%;
    padding: 0 50px 30px 30px;
    position: relative;
}
.voice_box01 .thumb::before {
    content: '';
    display: block;
    width: 276px;
    height: 276px;
    background: #b91c22;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.voice_box01 .faq {
    width: 50%;
    padding: 100px 0 0 30px;
}
.voice_box01 .faq dl {
    margin: 0 0 40px;
}
.voice_box01 .faq dl:last-child {
    margin: 0;
}
.voice_box01 .faq dt {
    padding: 0 0 0 20px;
}
.voice_box01 .faq dt.faq01 {
    background: url(../img/voice_01/q1.png) no-repeat left center;
    background-size: auto 77%;
}
.voice_box01 .faq dt.faq02 {
    background: url(../img/voice_01/q2.png) no-repeat left center;
    background-size: auto 77%;
}
.voice_box01 .faq dt.faq03 {
    background: url(../img/voice_01/q3.png) no-repeat left center;
    background-size: auto 77%;
}
.voice_box01 .faq dt.faq04 {
    background: url(../img/voice_01/q4.png) no-repeat left center;
    background-size: auto 77%;
}
.voice_box01 .faq dt.faq05 {
    background: url(../img/voice_01/q5.png) no-repeat left center;
    background-size: auto 77%;
}
.voice_box01 .faq dt h3 {
    padding: 30px 0;
    font-size: 2rem;
    letter-spacing: 0.05em;
    color: #b91c22;
    border-bottom: solid 1px #000;
}
.voice_box01 .faq dd {
    padding: 0 0 0 20px;
    margin: 30px 0 0;
    font-size: 1.5rem;
    line-height: 2.1;
}
.voice_box02 {
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.voice_box02 .thumb {
    width: calc(50% + 50px);
    padding: 0 30px 30px 0;
    position: relative;
    box-sizing: border-box;
}
.voice_box02 .thumb::before {
    content: '';
    display: block;
    width: 276px;
    height: 276px;
    background: #b91c22;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.voice_box02 .faq {
    width: calc(50% - 50px);
    padding: 60px 60px 0 0;
    box-sizing: border-box;
}
.voice_box02 .faq dl {
    margin: 0 0 40px;
}
.voice_box02 .faq dl:last-child {
    margin: 0;
}
.voice_box02 .faq dt {
    padding: 0 0 0 20px;
}
.voice_box02 .faq dt.faq01 {
    background: url(../img/voice_01/q1.png) no-repeat left center;
    background-size: auto 77%;
}
.voice_box02 .faq dt.faq02 {
    background: url(../img/voice_01/q2.png) no-repeat left center;
    background-size: auto 77%;
}
.voice_box02 .faq dt.faq03 {
    background: url(../img/voice_01/q3.png) no-repeat left center;
    background-size: auto 77%;
}
.voice_box02 .faq dt.faq04 {
    background: url(../img/voice_01/q4.png) no-repeat left center;
    background-size: auto 77%;
}
.voice_box02 .faq dt.faq05 {
    background: url(../img/voice_01/q5.png) no-repeat left center;
    background-size: auto 77%;
}
.voice_box02 .faq dt h3 {
    padding: 30px 0;
    font-size: 2rem;
    letter-spacing: 0.05em;
    color: #b91c22;
    border-bottom: solid 1px #000;
}
.voice_box02 .faq dd {
    padding: 0 0 0 20px;
    margin: 30px 0 0;
    font-size: 1.5rem;
    line-height: 2.1;
}
.voice_main .img {
    margin: 100px 0 120px;
    padding: 0 0 30px 30px;
    position: relative;
}
.voice_main .img::before {
    content: '';
    display: block;
    width: 276px;
    height: 276px;
    background: #b91c22;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.voice_btn01 {
    text-align: center;
}
.voice_btn01 a {
    display: inline-block;
    padding: 25px 0;
    color: #fff;
    background: url(../img/common/arrow01.png) no-repeat right 20px center #b91c22;
    background-size: 24px 4px;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.2em;
    min-width: 250px;
    box-sizing: border-box;
}

/* contact */
#page_contact {
    background: #fff;
    padding: 120px 20px 135px;
}
#page_contact .contact_box {
    max-width: 1000px;
    margin: auto;
}
#page_contact .contact_box table {
    width: 100%;
    border-bottom: solid 1px #cecece;
    border-collapse: collapse;
    margin: 0 0 40px;
}
#page_contact .contact_box tr {
    border-top: solid 1px #cecece;
}
#page_contact .contact_box th {
    vertical-align: middle;
    padding: 25px 15px;
    width: 280px;
    text-align: left;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    position: relative;
}
#page_contact .contact_box th span.req {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: #b91c22;
    color: #fff;
    font-size: 1.2rem;
    padding: 5px 8px;
    border-radius: 4px;
}
#page_contact .contact_box td {
    vertical-align: middle;
    padding: 25px 15px 25px 35px;
}
#page_contact .contact_box .privacy_box {
    height: 200px;
    overflow: scroll;
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    margin: 0 0 25px;
}
#page_contact .contact_box .privacy_box p {
    font-size: 1.2rem;
    line-height: 1.6;
    letter-spacing: 0.08em;
    margin: 0 0 10px;
}
#page_contact .contact_box .privacy_check {
}
#page_contact .contact_box .privacy_check p {
    font-size: 1.3rem;
    letter-spacing: 0.1em;
}
#page_contact .contact_box .name_box {
    display: flex;
    justify-content: space-between;
}
#page_contact .contact_box input.ipt01 {
    background: #fff;
    width: 100%;
    padding: 15px;
    font-size: 1.5rem;
    line-height: 1.4;
    box-sizing: border-box;
    border: none;
    border-radius: 8px;
}
#page_contact .contact_box textarea {
    background: #fff;
    width: 100%;
    min-height: 140px;
    padding: 15px;
    font-size: 1.5rem;
    line-height: 1.4;
    box-sizing: border-box;
    border: none;
    border-radius: 8px;
}
#page_contact .contact_box .submit {
    font-family: noto-sans-cjk-jp, sans-serif;
    appearance: none;
    display: block;
    width: 100%;
    max-width: 280px;
    text-align: center;
    color: #fff;
    border-radius: 8px;
    background: #b91c22;
    padding: 25px 0;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    border: none;
    outline: none;
    margin: auto;
}
#page_contact .mwform-checkbox-field label,
#page_contact .mwform-radio-field label {
    font-weight: normal;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    margin: 10px 0;
}
#page_contact .error {
    border-radius: 40px;
    font-size: 93%;
    color: #ffffff;
    display: block;
    margin: 15px 0 0;
    padding: 10px 0;
    text-align: center;
    background: #ff7575;
}
.mw_wp_form_complete .box1 {
    background: #fff;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 2;
    padding: 60px 20px;
    border-radius: 10px;
}

/* single common */
.single_wrap {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.single_content {
    width: calc(100% - 340px);
}

/* result */
#single_result {
    background: #fff;
    padding: 90px 20px 130px;
}
#single_result .result_thumb {
    margin: 0 0 65px;
}
#single_result .result_detail_box {
    background: #000;
    padding: 0 0 60px;
}
#single_result .result_detail01 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 50px 40px;
}
#single_result .result_detail01 .date {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin: 0 0 5px;
}
#single_result .result_detail01 .result01 {
    margin: 0 20px;
}
#single_result .result_detail01 .result01 .win {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background: #fff;
    display: inline-block;
}
#single_result .result_detail01 .result01 .lose {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background: #464646;
    display: inline-block;
}
#single_result .result_detail01 .result02 {
    margin: 0 30px 0 0;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.08em;
    white-space: nowrap;
}
#single_result .result_detail01 .result03 {
    margin: 0 0 0 35px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.08em;
}
#single_result .result_detail01 .point {
    display: flex;
    align-items: center;
    margin: -15px 0 0;
    white-space: nowrap;
}
#single_result .result_detail01 .point .point_val {
    font-size: 6rem;
    font-weight: bold;
}
#single_result .result_detail01 .point p {
    font-size: 2rem;
    font-style: italic;
    letter-spacing: 0.05em;
    margin: 15px 15px 0;
}

#single_result .result_detail02 table {
    width: 100%;
    max-width: 780px;
    margin: auto;
    border-collapse: collapse;
}
#single_result .result_detail02 table th:not(:first-child) {
    background: #393939;
    color: #848484;
    border: solid 1px #434343;
    padding: 10px 0;
    text-align: center;
    width: 52px;
}
#single_result .result_detail02 table td:last-child {
    padding: 10px 20px;
}
#single_result .result_detail02 table td {
    vertical-align: middle;
    text-align: center;
    line-height: 1.4;
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 0.08em;
    border: solid 1px #434343;
    color: #fff;
}
#single_result .result_detail02 table td:first-child {
    background: #393939;
    color: #fff;
    border: solid 1px #434343;
    padding: 20px 15px;
    text-align: left;
    white-space: nowrap;
    font-size: 1.4rem;
    width: 235px;
    box-sizing: border-box;
}
#single_result .result_detail02 table td:last-child {
    white-space: nowrap;
    font-size: 4rem;
}
#single_result .result_detail02 table td span {
    padding: 0;
    background: #b91c22;
    vertical-align: middle;
    margin: 0 18px 0 0;
    display: inline-flex;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
}
#single_result .result_detail02 table td span.win::after {
    content: '勝';
    display: inline;
}
#single_result .result_detail02 table td span.lose {
    background: #626262;
}
#single_result .result_detail02 table td span.lose::after {
    content: '敗';
    display: inline;
}
#single_result .result_detail02 table td p {
    display: inline-block;
    vertical-align: middle;
}
#single_result .result_detail03 {
    margin: 50px 0 0;
}
#single_result .result_detail03 .box1 {
    display: none;
}
#single_result .result_detail03 p {
    font-size: 1.4rem;
    line-height: 2;
    font-weight: 500;
    letter-spacing: 0.08em;
}

/* member */
#member_header {
    background: url(../img/mamber/bg.png) no-repeat center;
    background-size: cover;
    padding: 200px 20px 300px;
    position: relative;
    overflow: hidden;
}
#member_header .member_detail {
    max-width: 1000px;
    margin: auto;
    color: #ffffff;
    position: relative;
    z-index: 10;
}
#member_header .member_detail .num {
    font-size: 26rem;
    font-style: italic;
}
#member_header .member_detail .name01 {
    font-size: 12rem;
    margin: 20px 0 50px;
    text-shadow: -5px 4px black;
}
#member_header .member_detail .name02 {
    font-size: 4.8rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-shadow: 3px 2px black;
}
#member_header .member_detail .name02 span {
    display: inline-block;
    font-size: 2.4rem;
    vertical-align: middle;
    margin: 0 0 0 30px;
}
#member_header .head_img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    max-width: 1000px;
    height: 100%;
    margin: auto;
    text-align: right;
}
#member_header .head_img img {
    max-width: initial;
    height: 110%;
    width: auto;
    display: inline-block;
}

#single_mamber {
    background: #fff;
    padding: 90px 20px 130px;
}
#single_mamber .member_detail {
    display: flex;
    justify-content: space-between;
    margin: 0 0 90px;
}
#single_mamber .member_detail dt {
    width: 50%;
}
#single_mamber .member_detail dd {
    width: 50%;
    padding: 0 0 0 60px;
    box-sizing: border-box;
}
#single_mamber .member_detail dd .num {
    font-size: 7rem;
    font-weight: 500;
    font-style: italic;
    margin: -20px 0 30px;
}
#single_mamber .member_detail dd .position {
    margin: 0 0 15px;
}
#single_mamber .member_detail dd .position span {
    background: #000;
    display: inline-block;
    padding: 5px 18px;
    margin: 0 8px 0 0;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
}
#single_mamber .member_detail dd .name {
    font-size: 3.6rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin: 0 0 35px;
}
#single_mamber .member_detail dd .name .ruby {
    display: block;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    margin: 8px 0 0;
}
#single_mamber .member_detail dd table {
    width: 100%;
    border-collapse: collapse;
}
#single_mamber .member_detail dd table tr {
    border-bottom: solid 1px #d0d0d0;
}
#single_mamber .member_detail dd table th {
    padding: 18px 20px;
    vertical-align: middle;
    text-align: left;
    line-height: 1.6;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.05em;
}
#single_mamber .member_detail dd table td {
    padding: 18px 20px;
    vertical-align: middle;
    line-height: 1.6;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.05em;
}
#single_mamber .member_message h4 {
    border-bottom: solid 2px #282828;
    font-size: 2.6rem;
    letter-spacing: 0.05em;
    padding: 0 0 15px;
    margin: 0 0 40px;
}
#single_mamber .member_message dl {
    display: flex;
    justify-content: space-between;
}
#single_mamber .member_message dl dt {
    width: 280px;
}
#single_mamber .member_message dl dd {
    width: calc(100% - 280px);
    box-sizing: border-box;
    padding: 10px 0 10px 40px;
}
#single_mamber .member_message dl dd .ttl {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.05em;
    margin: 0 0 20px;
}
#single_mamber .member_message dl dd .txt {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.08em;
}

/*  */
.sidebar {
    width: 280px;
}
.side_box01 {
    margin: 0 0 60px;
}
.side_box01 .side_ttl01 {
    padding: 0 0 13px;
    border-bottom: solid 2px #282828;
    font-size: 2.4rem;
}
.side_box01 .side_ttl01:first-letter {
    color: #b91c22;
}
.side_list01 li {
    border-bottom: solid 1px #282828;
}
.side_list01 li a,
.side_list01 li .side_menu_ac {
    display: block;
    padding: 20px;
    color: #000;
    font-size: 1.8rem;
    position: relative;
    cursor: pointer;
}
.side_list01 li .side_menu_ac::after {
    content: '▼';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1rem;
}
.side_list01 li .side_menu_ac.active {
    display: block;
    padding: 20px;
    color: #000;
    font-size: 1.8rem;
    position: relative;
}
.side_list01 li .side_menu_ac.active::after {
    content: '▲';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1rem;
}
.side_list01 li .child {
    padding: 0;
    border-top: solid 1px #cecece;
    display: none;
}
.side_list01 li .child li {
    border-bottom: solid 1px #cecece;
}
.side_list01 li .child li a {
    display: block;
    padding: 20px 20px 20px 35px;
    color: #000;
    font-size: 1.4rem;
    position: relative;
}
.side_article li {
    border-bottom: solid 1px #d0d0d0;
}
.side_article li a {
    display: block;
    color: #000;
    padding: 20px 15px 25px;
}
.side_article li a .date {
    display: block;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin: 15px 0 0;
}
.side_article li a .ttl {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0.05em;
    margin: 10px 0 0;
}

@media screen and (max-width: 767px) {
    /* title */
    .page_ttl01 {
        margin: 0 0 80px;
    }
    .page_ttl01 .ttl {
        font-size: 6vw;
        letter-spacing: 0.1em;
    }
    .page_ttl01 .ttl.en {
        letter-spacing: 0;
    }
    .page_ttl01 .ttl span {
        display: inline-block;
        padding: 0 0 10px;
        margin: 0 0 30px;
        border-bottom: solid 4px #b91c22;
    }
    .page_ttl01 .txt {
        font-size: 1.6rem;
        line-height: 1.8;
        letter-spacing: 0.1em;
        text-align: left;
    }
    .page_ttl01 p {
        font-size: 1.4rem;
        text-align: left;
    }

    .sponsor_box img {
        max-width: 100%;
    }

    /* box */
    .page_box_type01 {
        display: block;
        margin: 25px 0 0;
        box-shadow: 5px 5px 10px 0px rgb(0 0 0 / 20%);
    }
    .page_box_type01 .page_box_item01 {
        width: 100%;
        margin: 0 0 0;
    }
    .page_box_type01:nth-of-type(even) .page_box_item01 {
        width: 100%;
        margin: 0 0 0;
    }
    .page_box_type01 .page_box_item02 {
        width: 100%;
        margin: 0 0 0;
        padding: 20px 20px;
        box-sizing: border-box;
        box-shadow: none;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }
    .page_box_type01:nth-of-type(even) .page_box_item02 {
        margin: 0;
        padding: 20px;
    }
    .page_box_type01 .page_box_item02 .num {
        margin: 0 0 15px;
        font-size: 13vw;
        font-weight: 600;
    }
    .page_box_type01 .page_box_item02 h3 {
        font-size: 5vw;
        margin: 0 0 20px;
    }
    .page_box_type01 .page_box_item02 p {
        font-size: 1.4rem;
        font-weight: 500;
    }

    .page_img_list01 ul {
        display: flex;
        flex-wrap: wrap;
    }
    .page_img_list01 ul li {
        width: calc((100% - 10px) / 3);
        margin: 5px 0 0;
    }
    .page_img_list01 ul li:nth-of-type(3n + 2) {
        margin: 5px 5px 0;
    }

    /* page head */
    #page_header {
        padding: 160px 5% 100px;
        min-height: 0;
    }
    #page_header.member_header {
        background: url(../img/mamber/header_bg.jpg) no-repeat center;
        background-size: cover;
    }
    #page_header h2 {
        font-size: 1.6rem;
        letter-spacing: 0.2em;
    }
    #page_header p {
        font-size: 10vw;
    }
    #page_header p.ja {
        font-size: 6vw;
    }

    /* about */
    #page_about {
        padding: 80px 5%;
    }
    #page_about .page_about_box {
        margin: 0 0 40px;
    }
    #page_about .about_detail_box {
        background: url(../img/about/box_bg01.jpg) no-repeat center;
        background-size: cover;
        margin: 80px 0 0;
        padding: 40px 5%;
    }
    #page_about .about_detail_box .about_detail_item {
        margin: 0 0;
        padding: 0 15px 0 20px;
        border-left: solid 2px #b91c22;
        color: #fff;
        text-align: justify;
    }
    #page_about .about_detail_box .about_detail_item h4 {
        font-size: 4.8vw;
        line-height: 1.4;
        letter-spacing: 0.05em;
        margin: 0 0 15px;
    }
    #page_about .about_detail_box .about_detail_item p {
        font-size: 1.3rem;
        font-weight: 500;
        line-height: 1.8;
        letter-spacing: 0.08em;
    }

    /* goods */
    .goods_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .goods_list li {
        width: calc((100% - 10px) / 2);
        margin: 0 0 10px;
    }
    .goods_list li:nth-of-type(4n) {
        margin-right: 0;
    }

    /*  */
    #page_placement {
        padding: 80px 5%;
    }
    .placement_box01 {
        text-align: center;
        margin: 0 0 45px;
    }
    .placement_box01 h3 {
        font-size: 5.5vw;
        letter-spacing: 0.1em;
        line-height: 1.4;
    }
    .placement_box01 p {
        font-size: 1.4rem;
        font-weight: 500;
        line-height: 2.2;
        letter-spacing: 0.05em;
        margin: 25px 0 0;
    }
    .placement_box02 {
        max-width: 1000px;
        margin: 0 auto 110px;
    }
    .placement_box02 .example {
        font-size: 1.4rem;
        font-weight: 500;
        letter-spacing: 0.08em;
    }
    .placement_box02 dl {
        display: block;
        margin: 25px 0 0;
    }
    .placement_box02 dt {
        width: auto;
    }
    .placement_box02 dd {
        width: auto;
        box-sizing: border-box;
        padding: 20px;
        display: block;
    }
    .placement_box02 dd p.detail01 {
        font-size: 1.6rem;
        font-weight: 600;
        letter-spacing: 0.06em;
        margin: 0 35px 10px 0;
    }
    .placement_box02 dd p.detail02 {
        font-size: 1.8rem;
        font-weight: 600;
        letter-spacing: 0.06em;
        margin: 0 25px 10px 0;
    }
    .placement_box02 dd p.detail02 .val01 {
        font-size: 3.5rem;
        margin: 0 8px 0 5px;
    }
    .placement_box02 dd p.detail03 {
        font-size: 1.8rem;
        margin: 0 15px 0 0;
    }
    .placement_box02 dd p.detail03 .val02 {
        font-size: 3.5rem;
        margin: 0 8px 0 5px;
    }
    .placement_box03 {
        max-width: 1000px;
        margin: 0 auto;
    }
    .placement_box03 h4 {
        margin: 0 0 40px;
        font-size: 5.3vw;
        letter-spacing: 0.2em;
    }
    .placement_box03 dl {
        display: block;
    }
    .placement_box03 dt {
        width: 100%;
    }
    .placement_box03 dd {
        width: 100%;
        margin: 20px 0 0;
    }
    .placement_box03 dd p {
        font-size: 1.4rem;
        line-height: 2;
    }

    /* maintenance */
    #page_maintenance {
        padding: 80px 5%x;
    }
    #page_maintenance h3 {
        font-size: 8vw;
    }
    #page_maintenance p {
        font-size: 1.4rem;
    }
    #page_recruit {
        padding: 80px 5%;
    }
    #recruit_header img {
        width: 100%;
        height: 116vw;
        object-fit: cover;
        object-position: center;
    }
    #page_recruit .page_img_list01 {
        margin: 60px 0 0;
    }
    #recruit_header h2 {
        font-size: 9vw;
        top: 70%;
        left: 8%;
        transform: translate(0, -50%);
        margin-left: 0;
    }
    .recruit_box h3 {
        font-size: 6vw;
    }
    .recruit_box ul {
        padding: 20px;
        font-weight: 600;
    }

    #page_voice {
        padding: 0 0 80px;
    }
    .voice_head {
        padding: 80px 5% 0;
    }
    .voicenum {
        font-size: 4vw;
        margin: 0 0 5%;
    }
    .voicenum span {
        font-size: 6vw;
        margin: 0 0 0 5%;
    }
    .voice_text01 {
        font-size: 1.5rem;
        margin: 0 0 7%;
    }
    .voice_title01 {
        font-size: 5vw;
    }
    .voice_detail {
        margin: 7% 0 0;
    }
    .voice_detail .num {
        font-size: 8vw;
    }
    .voice_detail .num span {
        font-size: 1.2rem;
    }
    .voice_detail .name {
        font-size: 7vw;
        margin: 5% 0 0;
    }
    .voice_detail .name span {
        font-size: 4vw;
        margin: 0 0 0 5%;
    }
    .voice_thumb {
        position: static;
        margin: 7% 0 0;
    }
    .voice_box01 {
        display: block;
        margin: 60px 0;
    }
    .voice_box01 .thumb {
        width: 100%;
        padding: 0;
        position: relative;
    }
    .voice_box01 .thumb::before {
        display: none;
    }
    .voice_box01 .faq {
        width: 100%;
        padding: 60px 0 0;
    }
    .voice_box01 .faq dl {
        margin: 0 0 40px;
    }
    .voice_box01 .faq dl:last-child {
        margin: 0;
    }
    .voice_box01 .faq dt {
        padding: 0 0 0 20px;
    }
    .voice_box01 .faq dt.faq01 {
        background: url(../img/voice_01/q1.png) no-repeat left 5% center;
        background-size: auto 60%;
    }
    .voice_box01 .faq dt.faq02 {
        background: url(../img/voice_01/q2.png) no-repeat left 5% center;
        background-size: auto 60%;
    }
    .voice_box01 .faq dt.faq03 {
        background: url(../img/voice_01/q3.png) no-repeat left 5% center;
        background-size: auto 60%;
    }
    .voice_box01 .faq dt.faq04 {
        background: url(../img/voice_01/q4.png) no-repeat left 5% center;
        background-size: auto 60%;
    }
    .voice_box01 .faq dt.faq05 {
        background: url(../img/voice_01/q5.png) no-repeat left 5% center;
        background-size: auto 60%;
    }
    .voice_box01 .faq dt h3 {
        padding: 20px 5%;
        line-height: 1.4;
    }
    .voice_box01 .faq dd {
        padding: 0 5%;
        margin: 20px 5% 0;
    }
    .voice_box02 {
        display: block;
    }
    .voice_box02 .thumb {
        width: 100%;
        padding: 0;
        position: relative;
    }
    .voice_box02 .thumb::before {
        display: none;
    }
    .voice_box02 .faq {
        width: 100%;
        padding: 60px 0 0;
    }
    .voice_box02 .faq dl {
        margin: 0 0 40px;
    }
    .voice_box02 .faq dl:last-child {
        margin: 0;
    }
    .voice_box02 .faq dt {
        padding: 0 0 0 20px;
    }
    .voice_box02 .faq dt.faq01 {
        background: url(../img/voice_01/q1.png) no-repeat left 5% center;
        background-size: auto 60%;
    }
    .voice_box02 .faq dt.faq02 {
        background: url(../img/voice_01/q2.png) no-repeat left 5% center;
        background-size: auto 60%;
    }
    .voice_box02 .faq dt.faq03 {
        background: url(../img/voice_01/q3.png) no-repeat left 5% center;
        background-size: auto 60%;
    }
    .voice_box02 .faq dt.faq04 {
        background: url(../img/voice_01/q4.png) no-repeat left 5% center;
        background-size: auto 60%;
    }
    .voice_box02 .faq dt.faq05 {
        background: url(../img/voice_01/q5.png) no-repeat left 5% center;
        background-size: auto 60%;
    }
    .voice_box02 .faq dt h3 {
        padding: 20px 5%;
        line-height: 1.4;
    }
    .voice_box02 .faq dd {
        padding: 0 0 0 20px;
        margin: 30px 0 0;
        font-size: 1.5rem;
        line-height: 2.1;
    }
    .voice_main .img {
        margin: 60px 0 60px;
        padding: 0;
    }
    .voice_main .img::before {
        display: none;
    }
    .voice_btn01 {
        text-align: center;
    }
    .voice_btn01 a {
        display: inline-block;
        padding: 25px 0;
        color: #fff;
        background: url(../img/common/arrow01.png) no-repeat right 20px center #b91c22;
        background-size: 24px 4px;
        font-size: 1.6rem;
        font-weight: bold;
        letter-spacing: 0.2em;
        min-width: 250px;
        box-sizing: border-box;
    }

    /* contact */
    #page_contact {
        background: #fff;
        padding: 120px 20px 135px;
    }
    #page_contact .contact_box {
        max-width: 1000px;
        margin: auto;
    }
    #page_contact .contact_box table {
        width: 100%;
        display: block;
    }
    #page_contact .contact_box tbody {
        display: block;
    }
    #page_contact .contact_box tr {
        border-top: solid 1px #cecece;
        display: block;
    }
    #page_contact .contact_box th {
        display: block;
        vertical-align: middle;
        padding: 20px 5px;
        width: auto;
        font-size: 1.5rem;
        letter-spacing: 0.05em;
    }
    #page_contact .contact_box th span.req {
        position: absolute;
        right: 5px;
        top: 50%;
        transform: translateY(-50%);
        background: #b91c22;
        color: #fff;
        font-size: 1.2rem;
        padding: 5px 8px;
        border-radius: 4px;
    }
    #page_contact .contact_box td {
        vertical-align: middle;
        padding: 0 5px 20px;
        display: block;
    }
    #page_contact .contact_box .privacy_box {
        height: 180px;
    }
    #page_contact .contact_box .privacy_box p {
        font-size: 1.1rem;
        margin: 0 0 10px;
    }
    #page_contact .contact_box .privacy_check {
    }
    #page_contact .contact_box .privacy_check p {
        font-size: 1.3rem;
        letter-spacing: 0.1em;
    }
    #page_contact .contact_box .name_box {
        display: flex;
        justify-content: space-between;
    }
    #page_contact .contact_box input.ipt01 {
        background: #fff;
        width: 100%;
        padding: 15px;
        font-size: 1.5rem;
        line-height: 1.4;
        box-sizing: border-box;
        border: none;
        border-radius: 8px;
    }
    #page_contact .contact_box textarea {
        background: #fff;
        width: 100%;
        min-height: 140px;
        padding: 15px;
        font-size: 1.5rem;
        line-height: 1.4;
        box-sizing: border-box;
        border: none;
        border-radius: 8px;
    }
    #page_contact .contact_box .submit {
        font-family: noto-sans-cjk-jp, sans-serif;
        appearance: none;
        display: block;
        width: 100%;
        max-width: 280px;
        text-align: center;
        color: #fff;
        border-radius: 8px;
        background: #b91c22;
        padding: 25px 0;
        font-size: 1.6rem;
        font-weight: 500;
        letter-spacing: 0.15em;
        border: none;
        outline: none;
        margin: auto;
    }
    .mw_wp_form_complete .box1 {
        font-size: 3.5vw;
        font-weight: bold;
        line-height: 2;
        padding: 40px 5%;
    }

    /* result */
    #single_result {
        padding: 80px 5%;
    }
    #single_result .result_thumb {
        margin: 0 0 45px;
    }
    #single_result .result_detail_box {
        padding: 0 0 40px;
    }
    #single_result .result_detail01 {
        padding: 20px 15px;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    #single_result .result_detail01 .date {
        width: 100%;
        text-align: left;
        font-size: 1.4rem;
        font-weight: bold;
        letter-spacing: 0.05em;
        margin: 0 0 10px 10px;
    }
    #single_result .result_detail01 .result01 {
        width: auto;
        text-align: center;
        margin: 2px 5px 0 0;
    }
    #single_result .result_detail01 .result01 .win {
        width: 14px;
        height: 14px;
    }
    #single_result .result_detail01 .result01 .lose {
        width: 14px;
        height: 14px;
    }
    #single_result .result_detail01 .result02 {
        padding: 0;
        margin: 0;
        font-size: 1.2rem;
        font-weight: bold;
        line-height: 1.5;
        letter-spacing: 0.08em;
        min-width: 0;
    }
    #single_result .result_detail01 .result03 {
        padding: 0;
        margin: 0;
        font-size: 1.2rem;
        font-weight: bold;
        line-height: 1.5;
        letter-spacing: 0.08em;
    }
    #single_result .result_detail01 .point {
        display: flex;
        align-items: center;
        margin: -5px 10px 0;
    }
    #single_result .result_detail01 .point .point_val {
        font-size: 3rem;
        font-weight: bold;
    }
    #single_result .result_detail01 .point p {
        font-size: 1.4rem;
        font-style: italic;
        letter-spacing: 0.05em;
        margin: 8px 5px 0;
    }
    #single_result .result_detail02 {
        overflow: scroll;
        margin: 0 15px;
    }
    #single_result .result_detail02 table {
        width: 100%;
        min-width: 780px;
        margin: auto;
        border-collapse: collapse;
    }
    #single_result .result_detail02 table th:not(:first-child) {
        padding: 10px 0;
        text-align: center;
        width: 52px;
    }
    #single_result .result_detail02 table td:last-child {
        padding: 10px 20px;
    }
    #single_result .result_detail02 table td {
        font-size: 2.4rem;
    }
    #single_result .result_detail02 table td:first-child {
        padding: 20px 5px 20px 15px;
        font-size: 1.3rem;
        width: 215px;
    }
    #single_result .result_detail02 table td:last-child {
        font-size: 4rem;
    }
    #single_result .result_detail03 {
        margin: 40px 0 80px;
    }
    #single_result .result_detail03 p {
        font-size: 1.4rem;
        line-height: 2;
    }

    /* member */
    #member_header {
        padding: 40vw 5% 20vw;
    }
    #member_header .member_detail .num {
        font-size: 20vw;
    }
    #member_header .member_detail .name01 {
        font-size: 9vw;
        margin: 20px 0 40px;
    }
    #member_header .member_detail .name02 {
        font-size: 4vw;
    }
    #member_header .member_detail .name02 span {
        font-size: 3vw;
        margin: 0 0 0 20px;
    }
    #member_header .head_img {
        width: 90%;
        top: 20%;
    }
    #single_mamber {
        padding: 80px 5%;
    }
    #single_mamber .member_detail {
        display: block;
        justify-content: space-between;
        margin: 0 0 55px;
    }
    #single_mamber .member_detail dt {
        width: 100%;
        margin: 0 -5vw 0 5vw;
    }
    #single_mamber .member_detail dd {
        width: auto;
        padding: 20px;
        box-sizing: border-box;
        background: #fff;
        margin: -200px 5vw 0 -5vw;
        position: relative;
        box-shadow: 5px 5px 15px 0px rgb(0 0 0 / 20%);
    }
    #single_mamber .member_detail dd .num {
        font-size: 5rem;
        margin: 0 0 20px;
    }
    #single_mamber .member_detail dd .position {
        margin: 0 0 15px;
    }
    #single_mamber .member_detail dd .position span {
        background: #000;
        display: inline-block;
        padding: 5px 18px;
        margin: 0 8px 0 0;
        font-size: 1.2rem;
        font-weight: bold;
        color: #fff;
    }
    #single_mamber .member_detail dd .name {
        font-size: 3rem;
        margin: 0 0 25px;
    }
    #single_mamber .member_detail dd .name .ruby {
        font-size: 1.6rem;
        margin: 8px 0 0;
    }
    #single_mamber .member_detail dd table {
        width: 100%;
        border-collapse: collapse;
    }
    #single_mamber .member_detail dd table tr {
        border-bottom: solid 1px #d0d0d0;
    }
    #single_mamber .member_detail dd table th {
        padding: 10px 20px 10px 0;
        font-size: 1.3rem;
    }
    #single_mamber .member_detail dd table td {
        padding: 10px 10px 10px 10px;
        font-size: 1.3rem;
    }
    #single_mamber .member_message {
        margin: 0 0 80px;
    }
    #single_mamber .member_message h4 {
        border-bottom: solid 2px #282828;
        font-size: 2rem;
        letter-spacing: 0.05em;
        padding: 0 0 15px;
        margin: 0 0 15px;
    }
    #single_mamber .member_message dl {
        display: block;
    }
    #single_mamber .member_message dl dt {
        width: auto;
    }
    #single_mamber .member_message dl dd {
        width: auto;
        box-sizing: border-box;
        padding: 10px 0 10px;
    }
    #single_mamber .member_message dl dd .ttl {
        font-size: 2rem;
        font-weight: 600;
        line-height: 1.4;
        letter-spacing: 0.05em;
        margin: 0 0 20px;
    }
    #single_mamber .member_message dl dd .txt {
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 2;
        letter-spacing: 0.08em;
    }

    /*  */
    .sidebar {
        width: 280px;
    }
    .side_box01 {
        margin: 0 0 60px;
    }
    .side_box01 .side_ttl01 {
        padding: 0 0 13px;
        border-bottom: solid 2px #282828;
        font-size: 2.4rem;
    }
    .side_box01 .side_ttl01:first-letter {
        color: #b91c22;
    }
    .side_list01 li {
        border-bottom: solid 1px #282828;
    }
    .side_list01 li a,
    .side_list01 li span {
        display: block;
        padding: 20px;
        color: #000;
        font-size: 1.8rem;
        position: relative;
    }
    .side_list01 li span::after {
        content: '▼';
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 1rem;
    }
    .side_article li {
        border-bottom: solid 1px #d0d0d0;
    }
    .side_article li a {
        display: block;
        color: #000;
        padding: 20px 15px 25px;
    }
    .side_article li a .date {
        display: block;
        font-size: 1.4rem;
        font-weight: 500;
        letter-spacing: 0.05em;
        margin: 15px 0 0;
    }
    .side_article li a .ttl {
        font-size: 1.6rem;
        font-weight: bold;
        line-height: 1.6;
        letter-spacing: 0.05em;
        margin: 10px 0 0;
    }
}
