@charset "UTF-8";

/* CSS Document */
.pc {
    display: block;
    /* PC用を表示 */
}

.sp {
    display: none;
    /* スマホ用は隠しておく */
}

br.sp {
    display: none;
}

/*ロゴヘッダー*/
header {
    width: 100%;
    height: 80px;
    margin: 0 auto;
    position: relative;
    background: #fff;
    overflow: hidden;
}

.logo {
    left: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    max-width: 100px;
}

.brand {
    position: absolute;
    width: 10%;
    right: 20px;
    height: auto;
    vertical-align: middle;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.brand ul li {
    display: inline-block;
    vertical-align: middle;
}


/*タイトル*/
.kv {
    max-width: 100%;
    height: auto;
    margin-bottom: 30px;
}

/*共通*/
body {
    font-family: 'Noto Sans JP', sans-serif;
    width: 100%;
    margin: 0 auto;
    background-size: contain;
    font-size: 16px;
    color: #454545;
    letter-spacing: 0.07em;
    font-weight: 400;
    background: #FAF2E4;
}

img {
    width: 100%;
}

a {
    display: block;
    width: 100%;
    height: 100%;
}

.red {
    color: #D70A1D;
}

button {
    display: block;
}

section {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.wapper {
    max-width: 930px;
    width: 86.67%;
    margin: 0 auto;
    position: inherit;
}

.result-page {
    padding-bottom: 100px;
}

.result {
    background: #FFFAD9;
    width: 600px;
    display: block;
    margin: 0 auto;
    margin-top: 40px;
    padding: 40px 0;
    border-radius: 15px;
}

.inner .wallpaper img {
    margin: 50px auto;
}

.bottom_btn_box {
    margin: 50px auto auto auto;
    max-width: 930px;
    width: 77.335%;
    overflow: hidden;
}

.bottom_btn_box-s {
    margin: 20px auto auto auto;
    max-width: 930px;
    width: 77.335%;
    overflow: hidden;
}

.btn_box {
    margin-top: 40px;
    margin-bottom: 10px;
    padding-top: 40px;
    border-top: 1px dashed #454545;
}

.btn_box-t {
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 10px;
    padding-top: 20px;
    width: 95%;
}

.btn_box-s {
    margin-bottom: 10px;
    padding-top: 40px;
    border-top: 1px dashed #454545;
}

.logout_btn {
    display: block;
    color: #969696;
    font-size: 14px;
    position: relative;
    margin: auto auto 30px auto;
    text-align: center;
    text-decoration: underline;
    letter-spacing: 0;
}

.logout_btn a {
    display: inline;
}

.send_btn {
    background: #D7001D;
    max-width: 400px;
    width: 100%;
    height: 70px;
    line-height: 0;
    color: #fff;
    border-radius: 45px;
    font-size: 20px;
    position: relative;
    margin: auto auto 30px auto;
    text-align: center;
    box-shadow: 0 8px 0 #90040B;
    font-weight: 700;
    border: 3px solid #90040B;
    letter-spacing: 0;
}

.send_btn:hover,
.return_btn_g:hover {
    top: 8px;
    box-shadow: none;
}

.send_btn::after {
    content: '';
    width: 30px;
    height: 30px;
    background: url(../img/arrow.png);
    background-size: contain;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.return_btn {
    border: 3px solid #A8A8A8;
    background: #fff;
    max-width: 400px;
    width: 100%;
    height: 62px;
    line-height: 58px;
    border-radius: 45px;
    font-size: 18px;
    position: relative;
    letter-spacing: 0;
    margin: 0 auto;
    text-align: center;
    font-weight: 600;
}

.bottom_btn_box .return_btn,
.bottom_btn_box-s .return_btn {
    margin-bottom: 50px;
}

a.send_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    background: #D7001D;
    max-width: 400px;
    width: 100%;
    height: 70px;
    color: #fff;
    border-radius: 45px;
    font-size: 20px;
    position: relative;
    margin: 0 auto 30px auto;
    box-shadow: 0 8px 0 #90040B;
    font-weight: 700;
    border: 3px solid #90040B;
    box-sizing: border-box;
}

a.send_btn p {
    margin: 0;
}

.course_top_btn_none {
    pointer-events: none !important;
    background: #D0D0D0 !important;
    border: 3px solid #B5B5B5 !important;
    box-shadow: 0 8px 0 transparent !important;
}

a.send_btn:hover {
    top: 8px;
    box-shadow: none;
    color: #fff;
}

.return_btn::after {
    content: '';
    width: 20px;
    height: 20px;
    background: url(../img/arrow_g.png);
    background-size: contain;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.logout_btn a:hover,
.return_btn:hover,
.top_btn_2set li:hover {
    opacity: 0.7;
}

footer {
    color: #454545;
    text-align: center;
    padding: 5px 0;
    background: #fff;
}

footer p {
    font-weight: normal;
    font-size: 10px;
    word-break: break-all;
    line-height: 1.5;
    letter-spacing: 0;
    padding: 0 1em;
}

.mt20 {
    margin-top: 20px;
}

.large_red {
    color: #D9483B;
    font-size: 26px;
}

/*エラー*/

.error {
    max-width: 630px;
    width: 100%;
    background: #FFE7E5;
    margin: auto auto 30px auto;
    padding: 16px;
    color: #FF4123;
    border: 2px solid #FC432F;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.02em;
    border-radius: 5px;
}

.error ul:first-child {
    max-width: 45px;
    width: 100%;
    height: auto;
    margin-right: 20px;
}

.error ul:last-child li {
    line-height: 1.5;
}

.error ul:last-child li:first-child {
    font-weight: 600;
    font-size: 18px;
}

/*フォーム*/

.box {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 30px 0 40px 0;
    text-align: center;
    border-radius: 10px;
}

.box.mt50 {
    margin-top: 50px;
}

.inner {
    width: 89.033%;
    margin: 0 auto;
}

.title {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    font-size: 27px;
    padding: 15px 0;
    letter-spacing: 0.12em;
    background: #EDDCEC;
    border-radius: 10px;
    color: #915CA4;
    font-weight: 700;
    border: solid 2px #915CA4;
}

.text {
    text-align: center;
    line-height: 1.625;
}

.text_small {
    text-align: center;
    font-size: 14px;
    line-height: 1.625;
}

.text_big {
    font-size: 22px;
    color: #915CA4;
    text-align: center;
    line-height: 1.4;
    margin-top: 30px;
    margin-bottom: 50px;
    font-weight: 700;
}

.text_xbig {
    font-size: 26px;
    color: #915CA4;
    text-align: center;
    line-height: 1.4;
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: 700;
}

.text_regular {
    font-size: 20px;
    color: #454545;
    font-weight: 700;
}

.asterisk {
    font-size: 14px;
    text-indent: -1em;
    margin-left: 1em;
    line-height: 1.5;
    word-break: break-all;
}

.asterisk::before,
.asterisk_min::before,
.asterisk-f::before {
    content: '※';
}

.asterisk.no-mark::before {
    content: none;
    /* または content: ''; */
}

/*mypage_1*/
.asterisk-f {
    font-size: 16px;
    text-indent: -1em;
    margin-left: 1em;
    line-height: 1.5;
    word-break: break-all;
    text-align: left;
    margin-top: 30px;
}

.point_box {
    display: flex;
    justify-content: center;
    align-content: center;
    margin-top: 25px;
    margin-bottom: 50px;
}

.point_box_inner {
    color: #fff;
    background: #D70A1D;
    padding: 10px 10px 14px 10px;
    position: relative;
}

.point_box ul {
    text-align: center;
    width: 40%;
    font-weight: 700;
    padding: 20px;
    border: solid 2px #915CA4;
    border-radius: 8px;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
    height: 222px;
}

.point_box ul li.point_title {
    background-color: #915CA4;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 20px 0;
    margin: -20px -20px 20px -20px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;

}

.point_box ul li span {
    font-size: 36px;
    display: inline;
    margin-right: 5px;
}

.point_box ul li:first-child {
    font-size: 18px;
    border-bottom: 1px solid #680000;
    /* padding-bottom: 10px; */
    margin-bottom: 0;
}

.point_box ul li:first-child span {
    font-size: 22px;
}

.point_box ul li:last-child {
    font-size: 16px;
    letter-spacing: 0.02em;
}

.point_box ul li:last-child span {
    font-size: 52px;
    margin-right: 5px;
}


.point_box ul li.point_value {
    width: 80%;
    font-size: 20px;
    display: inline;
    margin-right: 5px;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
}

.top_btn_box {
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 40px;
    font-size: 20px;
}

.top_btn_box.add_border {
    border-bottom: 1px dashed #454545;
    padding-bottom: 40px;
}

.top_btn_box p.top_btn {
    color: #fff;
    width: 100%;
    background: #D7001D;
    border-radius: 45px;
    border: 3px solid #90040B;
    box-shadow: 0 8px 0 #900008;
    margin: auto auto 20px auto;
    position: relative;
}

.top_btn_box p.top_btn-bule {
    width: 100%;
    background: #7EB646;
    border: 3px solid #096040;
    border-radius: 10px;
    color: #fff;
    margin: auto auto 10px auto;
    position: relative;
}

.top_btn_none {
    pointer-events: none;
    position: relative;
}

.top_btn_none::before {
    content: 'レシートアップロード期間は終了しました';
    background: rgba(0, 0, 0, 0.8);
    display: block;
    position: absolute;
    text-align: center;
    width: 105%;
    height: 150%;
    z-index: 9;
    margin-top: 5px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    padding: 35px 0;
}

.top_btn_2set {
    display: flex;
    justify-content: space-between;
    align-content: center;
}

.top_btn_2set li {
    width: 47.71%;
    background: #0DB3EC;
    border: 3px solid #198FB7;
    border-radius: 10px;
    color: #fff;
    position: relative;
}

.top_btn_box p a,
.top_btn_2set li a {
    padding: 20px 50px;
}

.top_btn_box p:hover {
    top: 8px;
    box-shadow: none;
}

.top_btn_box p::after,
.top_btn_2set li::after {
    content: '';
    width: 25px;
    height: 25px;
    background: url(../img/arrow.png);
    background-size: contain;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

/* 横に並べる親 */
.horizontal_box {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.vertical_box {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.btn_box {
    /* display: flex; */
    justify-content: center;
}

.vertical_box .item_img img {
    width: 85%;
    height: auto;
    display: block;
    margin: 30px auto 0;
}

.horizontal_box>.item_img img {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 30px;
}

.course_top_box .course_top_text {
    text-align: left;
    font-size: 23px;
    color: #680000;
    font-weight: 600;
    margin-bottom: 15px;
}

.course_top_box .course_top_text::before {
    content: '';
    background: #680000;
    width: 5px;
    height: 25px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: bottom;
}


.course_top_title {
    color: #fff;
    background: #915CA4;
    padding: 10px;
    position: relative;
}

.course_top_title::after {
    content: '';
    background: url(../img/fukudashi1.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -10px;
    right: 0;
    display: block;
    width: 198px;
    height: 77px;
}

.course_top_title p:first-child {
    font-size: 28px;
    font-weight: 800;
}

.course_top_title p:first-child span {
    font-size: 18px;
    position: relative;
    top: 20px;
}

.course_top_title p:last-child {
    font-size: 20px;
    margin-top: 5px;
}

.course_items_container {
    width: 95%;
    margin: 25px auto;
    border-top: 1px solid #A7A7A7;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}


.course_top_detail {
    width: 31%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* 画像リストの余白リセット */
.course_top_detail ul {
    list-style: none;
    padding: 0;
    margin: 10px 0 15px 0;
    /* 下のボタンとの隙間 */
}

.course_top_detail img {
    height: auto;
}

/* ボタンの調整 */

.course_top_btn {
    width: 100%;
}

.aitem_img.pc img {
    display: block;
    width: 70%;
    margin: 0 auto;
    position: relative;
    left: 30px;
}

.bitem_img.pc img {
    display: block;
    width: 60%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 100px;
}


.spec1 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    text-align: left;
    font-size: 14px;
    line-height: 1.35;
}

.a_course .course_top_detail ul {
    width: 100%;
    font-size: 27px;
    font-weight: 800;
}


.a_course .course_top_detail ul:first-child li:last-child {
    font-size: 17px;
    margin-top: 5px;
    font-weight: 700;
}

.a_course .course_top_detail ul:first-child li:last-child span {
    font-size: 20px;
    color: #D70A1D;
    font-weight: 800;
}

.a_course .course_top_detail ul:last-child {
    width: 225px;
}

.a_course {
    border: 3px solid #915CA4;
    border-radius: 10px;
    padding-bottom: 20px;
    margin-top: 46px;
}

.course_top_btn {
    color: #fff;
    background: #D7001D;
    border-radius: 45px;
    border: 3px solid #90040B;
    box-shadow: 0 8px 0 #900008;
    margin: 0 auto;
    position: relative;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    width: 100%;
    max-width: 200px;
}

.course_top_btn a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 10px 0;
}

.course_top_btn_none {
    pointer-events: none !important;
    background: #D0D0D0;
    box-shadow: none !important;
    border: 3px solid #B5B5B5;

}

.course_top_btn:hover {
    top: 8px;
    box-shadow: none;
}

.course_top_btn::after {
    content: '';
    width: 25px;
    height: 25px;
    background: url(../img/arrow.png);
    background-size: contain;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.b_course {
    border: 3px solid #D70A1D;
    border-radius: 10px;
    padding-bottom: 20px;
    margin-top: 46px;
}

.b_course .course_top_detail {
    width: 90%;
    margin: -90px auto auto auto;
}

.b_course .course_top_detail ul {
    width: 100%;
    position: relative;
    padding: 5px 0 20px 0;
}

.b_course .course_top_detail ul li {
    width: 100%;
    margin: auto auto 15px auto;
}

.b_course .course_top_detail ul li:first-child {
    max-width: 625px;
    width: 100%;
    margin: 100px auto 20px auto;
}

.course_text {
    color: #680000;
    margin: 30px auto;
    line-height: 1.8;
}

.course_text p:first-child {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

.course_text p:first-child span {
    font-size: 30px;
    font-weight: 800;
    /*    margin-left: 20px;*/
    display: block;
    margin-top: 5px;
}

.course_text p:nth-child(2) {
    font-size: 17px;
    margin: 10px auto;
    font-weight: 700;
}

.course_text p:nth-child(2) span {
    font-size: 20px;
    color: #D70A1D;
    font-weight: 800;
}

.course_text p:last-child {
    color: #454545;
}

.attention_title {
    color: #680000;
    font-size: 27px;
    border-bottom: 1px solid #5F2E0B;
    padding-bottom: 5px;
    margin-bottom: 25px;
    font-weight: 700;
}

.attention_box p:nth-child(2) {
    color: #D70A1D;
    font-size: 25px;
    font-weight: 700;
    text-decoration: underline;
    line-height: 1.8;
    margin-bottom: 20px;
}

.attention_box p:nth-child(4) {
    margin: 30px auto;
}

.presents_inner_detail {
    max-width: 828px;
    width: 91%;
    margin: 0 auto;
    color: #000;
    text-align: left;
}

.accordion_box+.accordion_box {
    margin-top: 30px;
}

.accordion_box .accordion_header {
    padding: 15px 0.5em;
    position: relative;
    z-index: 1;
    cursor: pointer;
    transition-duration: 0.2s;
    text-align: center;
    background: #A8A8A8;
    border-radius: 5px;
    color: #000;
    letter-spacing: 0.08em;
    font-weight: 700;
    margin-bottom: 15px;
}

.accordion_box .accordion_header .i_box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(0deg);
    -webkit-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    width: 20px;
    height: 20px;
    transition: transform 0.2s ease;
}

.accordion_box .accordion_header .i_box .one_i {
    display: block;
    width: 20px;
    height: 20px;
    position: relative;

    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.accordion_box .accordion_header.open .i_box {
    transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
}

.accordion_box .accordion_header .i_box .one_i:before,
.accordion_box .accordion_header .i_box .one_i:after {
    content: '';
    position: absolute;
    background-color: #000;
    transform-origin: center center;
}

.accordion_box .accordion_header .i_box .one_i:after {
    width: 20px;
    height: 2px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.accordion_box .accordion_header .i_box .one_i:before {
    width: 2px;
    height: 20px;
    top: 0;
}

.accordion_box .accordion_header.open .i_box .one_i:before {
    content: none;
}

.accordion_box .accordion_header.open .i_box .one_i:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.accordion_box:first-child .accordion_inner ul li:first-child {
    font-size: 16px;
}

.presents_inner:nth-child(2) .accordion_box:last-child .accordion_inner ul li {
    font-size: 14px;
}

.accordion_box .accordion_inner ul li.asterisk {
    font-size: 13px;
}

.presents_inner:nth-child(2) .accordion_box:last-child {
    margin-top: 30px;
}

/*mypage_2*/
.text_min {
    font-size: 15px;
    line-height: 1.3;
}

.upload {
    margin-top: 30px;
    margin-bottom: 30px;
}

.upload_btn {
    background: #D7001D;
    max-width: 400px;
    width: 100%;
    height: 70px;
    line-height: 65px;
    color: #fff;
    border-radius: 45px;
    font-size: 20px;
    position: relative;
    letter-spacing: 0em;
    margin: 0 auto;
    text-align: center;
    box-shadow: 0 10px 0 #900008;
    cursor: pointer;
    font-weight: 600;
    border: 3px solid #900008;
}

.upload_btn:hover {
    top: 10px;
    box-shadow: none;
}

.file_btn {
    display: block;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
}

.custom_file_input {
    display: none;
}

label img {
    pointer-events: none;
}

#preview {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 auto;
    align-items: flex-start;
}

.preview {
    margin-top: 30px;
}

.preview_item {
    display: inline-block;
    width: 255px;
    height: auto;
    background: #EBEBEB;
    text-align: center;
    padding: 15px 10px;
    overflow: hidden;
    vertical-align: top;
    position: relative;
}

.preview_item img {
    width: 70%;
}

.upload_disable_btn {
    pointer-events: none !important;
    background: #D0D0D0;
    box-shadow: none;
    border: 3px solid #B5B5B5;
    margin-top: 30px;
}

.upload_disable_btn:hover {
    top: 0;
    box-shadow: none;
}

.delete_btn {
    background: #A8A8A8;
    font-size: 20px;
    color: #fff;
    font-weight: 900;
    line-height: 0;
    padding: 15px 5px;
    height: 30px;
    text-align: center;

    position: absolute;
    top: 0;
    right: 0;
}

.delete_btn:hover {
    opacity: 0.7;
}

/*mypage_5*/
.upload_history div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left;
    font-size: 14px;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 20px;
    margin-bottom: 20px;
    align-items: flex-start;
}

.upload_history div ul:first-child {
    width: 24%;
    background: #D0D0D0;
    padding: 10px;
}

.upload_history div ul:last-child {
    order: 1;
    width: 73%;
}

.upload_history div ul:last-child li {
    order: 2;
    line-height: 1.5;
    margin-bottom: 3px;
}

.upload_history div ul:last-child li span,
.application_history div ul li span {
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.13em;
    text-align: center;
    font-weight: 600;
    border-radius: 5px;
    padding: 2px 15px;

    margin-bottom: 5px;
    display: inline-block;
}


.upload_history div ul:last-child li span.red_badge,
.application_history div ul li span.red_badge {
    background: #D70A1D;
}

.upload_history div ul:last-child li span.green_badge,
.application_history div ul li span.green_badge {
    background: #1FA350;
}

.upload_history div ul:last-child li span.bule_badge,
.application_history div ul li span.bule_badge {
    background: #1873B5;
}

.upload_history div ul:last-child li span.gray_badge,
.application_history div ul li span.gray_badge {
    background: #7B7B7B;
}

/*pagination*/
.pagination_box {
    font-size: 14px;
    text-align: center;
    font-weight: 500;
}

.pagination {
    display: flex;
    justify-content: center;
}

.pagination li {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    border: 1px solid #5F2E0B;
    margin: 0 5px;
}

.pagination li.active {
    background: #FAF2E4;
    pointer-events: none;
}

.pagination li.disabled {
    opacity: 0.7;
    pointer-events: none;
}

.pagination li:hover {
    opacity: 0.7;
}

.pagination li.active:hover {
    opacity: 1;
}

.pagination .prve,
.pagination .next {
    background: #915CA4;
    border: 1px solid #915CA4;
}

.pagination .prve {
    margin: 0 15px 0 0;
}

.pagination .next {
    margin: 0 0 0 15px;
}

.pagination .prve img,
.pagination .next img {
    width: 7px;
    margin: 11px auto;
}

/*mypage_6*/


#a_course li span {
    display: block !important;
    white-space: normal !important;
    margin-bottom: 5px;
}


#a_course .red_badge,
#a_course .bule_badge {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    background-color: #D70A1D;
    color: #fff !important;
    padding: 7px 8px;
    border-radius: 4px;
    margin-left: 5px;
    font-size: 11px;
    text-indent: 0 !important;
    line-height: 1.2;
}

#a_course .bule_badge {
    background-color: #1873B5;
}


.linktext {
    color: #1873B5 !important;
    text-decoration: underline;
    font-weight: bold;
    display: inline-block;
    margin-top: 5px;
    text-indent: 0 !important;
    margin-left: 0 !important;
}


#a_course ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

#a_course ul {
    display: flex;
    width: 100%;
}

#a_course ul li:first-child {
    width: 30%;
}

#a_course ul li:last-child {
    width: 65%;
}


#a_course ul li:first-child img {
    width: 100%;
    height: auto;
}

.active div {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 20px;
    margin-bottom: 20px;
}



#a_course li span {
    color: #454545;
    font-size: 14px;
    letter-spacing: 0.07em;
    text-align: left;
    font-weight: 400;
    border-radius: 0;
    padding: 0;
    margin: auto auto 5px auto;
    display: inline-block;
    line-height: 1.5;
}


#a_course li span {
    text-indent: -5.4em;
    margin-left: 5.4em;
}

#a_course ul li img {
    width: 30%;
    margin: auto 0 auto auto;
    display: block;
}

/*mypage_7*/
.confirm {
    text-align: left;
}

.confirm.mail {
    /*    margin-top: 20px;*/
    margin-bottom: 40px;
}

.confirm p:first-child {
    border-bottom: 1px solid #4E4E4E;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.confirm.mail p:nth-child(2) {
    font-size: 20px;
    margin-bottom: 5px;
    word-break: break-all;
}

.inner img.fsize {
    display: block;
    width: 70%;
    height: auto;
    margin: 0 auto 50px;
}

.inner img.ffsize {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto 50px;
}

/* .confirm.course{
   margin-top: 20px;
} */

.confirm.course div {
    max-width: 828px;
    width: 100%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.confirm a {
    display: inline;
    text-decoration: underline;
    color: #109DE1;
}

.confirm.course img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*お問い合わせ*/
.contact {
    max-width: 600px;
    width: 100%;
    height: auto;
    margin: 30px auto auto auto;
    padding: 20px 0;
    text-align: center;
    background: #EDDCEC;
    text-align: center;
    border-radius: 10px;
    border: 2px solid #915CA4;
}

.contact li:first-child {
    width: 92.28%;
    font-size: 18px;
    background: #915CA4;
    color: #fff;
    padding: 9px 1em;
    border-radius: 45px;
    line-height: 1.2;
    margin: auto auto 10px auto;
    font-weight: 600;
}

.contact li:nth-child(2) {
    line-height: 1.5;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.contact li:nth-child(3) {
    font-size: 29px;
    font-weight: 900;
    margin-bottom: 10px;
    letter-spacing: 0.02em;
}

.contact li:nth-child(4) {
    margin-bottom: 10px;
}

.contact li.asterisk {
    line-height: 1.5;
    width: 92.28%;
    margin: 0 auto;
}

/*mypage_10 11*/
.winner {
    color: #D70A1D;
    font-size: 36px;
    letter-spacing: 0.12em;
    font-weight: 800;
    margin-bottom: 20px;
}

.inner img {
    display: block;
    width: 60%;
    height: auto;
    margin: 0 auto 10px;
}




.lose {
    color: #1873B5;
    font-size: 38px;
    letter-spacing: 0.12em;
    font-weight: 800;
    margin-bottom: 20px;
}

.winner_pt {
    font-size: 22px;
    font-weight: 800;
    margin: 5px auto 15px auto;
}

.winner_pt_url {
    background: #FDEDDB;
    padding: 20px;
    margin: 20px auto 10px auto;
}

.winner_pt_url a {
    display: inline;
    word-break: break-all;
}

.fs14 {
    font-size: 14px;
    margin-bottom: 5px;
}

.winner_note {
    border-top: 1px solid #4E4E4E;
    text-align: left;
    padding-top: 20px;
    margin-top: 20px;
    font-size: 14px;
    margin-bottom: 40px;
    word-break: break-all;
}

.winner_note p {
    font-weight: 700;
    margin-bottom: 5px;
}

.winner_note .disc {
    margin-left: 1em;
    text-indent: -1em;
    line-height: 1.8;
}

.winner_note .disc::before {
    content: '・';
}

.winner_note a {
    display: inline;
}


.winner_pt_url a:hover,
.winner_note a:hover {
    opacity: 0.7;
}

@media screen and (max-width:1040px) {

    .a_course .course_top_title::after {
        top: -40px;
    }
}

@media screen and (max-width:767px) {
    .pc {
        display: none !important;
        /* PC用を消す */
    }

    .sp {
        display: block !important;
        /* スマホ用を出す */
    }

    br.sp {
        display: block;
        /* または inline */
        content: "";
        /* 念のため */
        margin-top: 5px;
        /* 必要に応じて行間を微調整 */
    }

    /*ロゴヘッダー*/
    header {
        height: 45px;
    }

    .logo {
        max-width: 100px;
        width: 45px;
    }

    .brand {
        right: 20px;
        width: 44px;
    }

    /*タイトル*/
    .kv {
        margin-bottom: 20px;
    }

    /*共通*/
    body {
        font-size: 14px;
        letter-spacing: 0.02em;
    }

    .result-page {
        padding-bottom: 50px;
    }

    .bottom_btn_box {
        margin: 30px auto auto auto;
    }

    .btn_box {
        margin-top: 30px;
        margin-bottom: 0px;
        padding-top: 30px;
    }

    .logout_btn {
        font-size: 12px;
    }

    .logout_btn a {
        display: inline;
    }

    .send_btn {
        height: 50px;
        font-size: 15px;
        margin: auto auto 20px auto;
        box-shadow: 0 5px 0 #90040B;
    }

    a.send_btn {
        max-width: 280px;
        height: 54px;
        font-size: 16px;
        box-shadow: 0 5px 0 #90040B;
        margin-bottom: 20px;
    }

    a.send_btn:hover {
        top: 5px;
    }

    .course_top_btn_none {
        box-shadow: 0 5px 0 transparent !important;
    }

    a.send_btn::after {
        width: 20px;
        height: 20px;
        right: 15px;
    }

    .send_btn:hover,
    .return_btn_g:hover {
        top: 5px;
        box-shadow: none;
    }

    .send_btn::after {
        width: 15px;
        height: 15px;
    }

    .return_btn {
        height: 50px;
        line-height: 45px;
        font-size: 14px;
        letter-spacing: 0.02em;
    }

    .bottom_btn_box .return_btn {
        margin-bottom: 30px;
    }

    .return_btn::after {
        width: 15px;
        height: 15px;
    }

    footer p {
        letter-spacing: -0.02em;
    }

    .mt20 {
        margin-top: 10px;
    }

    .text_xbig {
        font-size: 22px;
        margin-top: 10px;
    }

    /*エラー*/

    .error {
        width: 100%;
        margin: auto auto 20px auto;
        padding: 10px 15px;
        font-size: 12px;
        border-radius: 10px;
    }

    .error ul:first-child {
        max-width: 28px;
        margin-right: 7px;
    }

    .error ul:last-child li:first-child {
        font-size: 14px;
    }


    /*フォーム*/
    .box {
        padding: 30px 0 30px 0;
    }

    .box.mt50 {
        margin-top: 30px;
    }

    .title {
        margin-bottom: 20px;
        font-size: 18px;
        padding: 10px 0;
        border-radius: 5px;
    }

    .text_big {
        font-size: 17px;
        line-height: 1.35;
        margin-top: 30px;
    }

    .lh1 {
        line-height: 0.45;
    }

    .asterisk {
        font-size: 12px;
        line-height: 1.75;
    }

    /*mypage_1*/
    .asterisk-f {
        font-size: 14px;
    }

    .point_box {
        display: block;
        margin-bottom: 30px;
        position: relative;
    }

    .point_box ul {
        width: 100%;
        padding: 10px 10px 0 10px;
        height: 180px;
        border: solid 2px #915CA4;
        border-radius: 8px;
        background-color: #fff;
        position: relative;
        text-align: center;
        font-weight: 700;
    }

    .point_box ul:first-child {
        margin-bottom: 10px;
    }

    /* タイトル部分（上タブ） */
    .point_box ul li:first-child {
        font-size: 16px;
        padding: 15px 0;
        background-color: #915CA4;
        color: #fff;
        font-weight: 700;
        margin: -10px -10px 8px -10px;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }

    .point_box ul li:first-child span {
        font-size: 17px;

    }

    /* ポイント部分を下に固定 */
    .point_box ul li:last-child {
        font-size: 20px;
        position: absolute;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);

    }

    .point_box ul li:last-child span {
        /* font-size: 35px; */
        margin-right: 5px;
        display: inline;
    }


    .top_btn_box {
        margin-top: 20px;
        font-size: 15px;

    }

    /* .top_btn_box p {
        box-shadow: 0 5px 0 #900008;
        margin: auto auto 20px auto;
    } */

    .top_btn_none::before {
        content: 'レシートアップロード期間は\A終了しました';
        white-space: pre;
        padding: 15px 0;
    }

    .top_btn_2set {
        display: block;
    }

    .top_btn_2set li {
        width: 100%;
    }

    .top_btn_2set li:first-child {
        margin-bottom: 10px;
    }

    .top_btn_box p a,
    .top_btn_2set li a {
        padding: 14px 5px;
    }

    .top_btn_box p:hover {
        top: 5px;
    }

    .top_btn_box p::after,
    .top_btn_2set li::after {
        width: 15px;
        height: 15px;
    }

    .course_top_box .course_top_text {
        font-size: 17px;
        margin-bottom: 15px;
    }

    .course_top_box .course_top_text::before {
        height: 20px;
        margin-right: 5px;
    }

    .a_course {
        max-width: 400px;
        margin: auto auto 25px auto;
        /*        padding-bottom: 25px;*/
    }

    .course_top_title {
        position: relative;
        text-align: left;
        padding: 10px 10px;
    }

    .course_top_title span {
        display: block;
        margin-top: 5px;
    }

    .course_top_title::after {
        content: '';
        display: block;
        position: absolute;
        top: 5px !important;
        right: 10px;
        width: 100px;
        height: 60px;
        /* ← 必須 */
        z-index: 9999;
        background-image: url(../img/sp/fukudashi1.png);
        background-repeat: no-repeat;
        background-size: contain;
        /* ← 必須 */
        background-position: center;
    }


    .course_top_title p:first-child {
        font-size: 16px;
    }

    .course_top_title p:first-child span {
        font-size: 14px;
    }

    .course_top_title p:last-child {
        font-size: 16px;
        font-weight: 600;
        line-height: 1.35;
    }

    .course_items_container {
        display: block;
        width: 90%;
        margin: 20px auto;
    }

    .a_course .course_top_detail {
        width: 90%;
        margin: 20px auto;
        display: block;
        text-align: center;
        border-top: 1px solid #A7A7A7;
        padding-top: 20px;
        /* margin-bottom: 50px; */
    }

    .a_course .course_top_detail:first-child {
        border-top: none;
        padding-top: 0;
    }

    .horizontal_box {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0;
    }

    .vertical_box .item_img img {

        margin: 5px auto 0;
    }

    .vertical_box {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0;
    }

    .horizontal_box>.item_img:nth-of-type(1) {
        order: 1;
        width: 80%;
        margin: 0 auto;
    }

    .vertical_box {
        order: 2;
    }

    .vertical_box .item_img {
        width: 100%;
        margin: 0 auto;
    }

    .vertical_box .btn_box-t {
        order: 3;
        width: 80%;
        margin: 0 auto;
    }

    .aitem_img img,
    .bitem_img img {
        width: 90%;
        margin-left: 25px;
        max-width: none;
    }

    .spec1 {
        margin-left: auto;
        margin-right: auto;
        line-height: 1.5;
        position: relative;
        left: 5px;
    }


    .a_course .course_top_detail ul {
        width: 100%;
        font-size: 20px;
    }

    .a_course .course_top_detail ul:first-child li:last-child {
        font-size: 15px;
        margin-top: 3px;
    }

    .a_course .course_top_detail ul:first-child li:last-child span {
        font-size: 20px;
    }

    .a_course .course_top_detail ul:last-child {
        width: 142px;
        margin: 8px auto auto auto;
    }

    .course_top_btn {
        max-width: 255px;
        width: 100%;
        box-shadow: 0 5px 0 #900008;
        font-size: 20px;
    }

    .a_course .course_top_btn {
        width: 90%;
        margin-top: 0;
    }

    .course_top_btn a {
        padding: 14px 10px;
    }

    .course_top_btn:hover {
        top: 5px;
    }

    .course_top_btn::after {
        width: 20px;
        height: 20px;
        background-repeat: no-repeat;
    }


    .course_text {
        margin: 20px auto;
    }

    .course_text p:first-child {
        font-size: 16px;
    }

    .course_text p:first-child span {
        font-size: 20px;
        margin-left: 0;
        display: block;
    }

    .course_text p:nth-child(2) {
        font-size: 15px;
        margin: 5px auto 10px auto;
        letter-spacing: 0.07em;
    }

    .course_text p:nth-child(2) span {
        font-size: 20px;
    }

    .attention_title {
        font-size: 17px;
        margin-bottom: 10px;
    }

    .attention_box p:nth-child(2) {
        font-size: 17px;
        line-height: 1.7;
        margin-bottom: 15px;
        letter-spacing: 0;
    }

    .attention_box p:nth-child(4) {
        max-width: 380px;
        margin: 20px auto 15px auto;
    }

    .attention_box .asterisk {
        text-align: left;
    }

    .attention_box p:nth-child(3) {
        line-height: 1.6;
    }

    .presents_inner_detail {
        width: 90%;
    }

    /*mypage_2*/
    .text_min {
        font-size: 12px;
        line-height: 1.6;
    }

    .upload {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .upload_btn {
        height: 50px;
        line-height: 45px;
        font-size: 15px;
        letter-spacing: 0.02em;
        box-shadow: 0 5px 0 #900008;
    }

    .upload_btn:hover {
        top: 5px;
    }

    .preview {
        margin-top: 20px;
    }

    .preview_item {
        max-width: 500px;
        width: 100%;
    }

    .upload_disable_btn {
        margin-top: 20px;
        box-shadow: none;
    }

    .upload_disable_btn:hover {
        top: 0;
        box-shadow: none;
    }


    /*mypage_5*/
    .upload_history div {
        display: block;
    }

    .upload_history div ul:first-child {
        width: 100%;
        margin-bottom: 10px;
    }

    .upload_history div ul:last-child {
        width: 100%;
    }

    .upload_history div ul:last-child li {
        margin-bottom: 5px;
    }

    .upload_history div ul:last-child li.asterisk {
        font-size: 14px;
    }

    /*pagination*/
    .pagination_box {
        font-size: 11px;
    }

    .pagination li {
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin: 0 2px;
    }

    .pagination .prve {
        margin: 0 8px 0 0;
    }

    .pagination .next {
        margin: 0 0 0 8px;
    }

    .pagination .prve img,
    .pagination .next img {
        width: 6px;
        margin: 9px auto;
    }


    /*mypage_6*/
    .tabs {
        margin-bottom: 20px;
    }

    .tabs button {
        width: 46.66%;
        padding: 8px 5px;
        font-size: 13px;
    }

    .tabs button span {
        font-size: 17px;
    }


    /*mypage_7*/
    .confirm.mail {
        /*        margin-top: 20px;*/
        margin-bottom: 20px;
    }

    .confirm p:first-child {
        margin-bottom: 10px;
    }

    .confirm.mail p:nth-child(2) {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .confirm.course div {
        margin-top: 25px;
        width: 100%;
    }


    #a_course ul {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    #a_course ul li {
        width: 100%;
    }

    #a_course ul li:first-child {
        width: 100%;
        display: flex;
        justify-content: center;
        /* 横中央 */
    }

    #a_course ul li:last-child {
        width: 100%;
    }

    #a_course ul li img {
        width: 50%;
        height: auto;
    }



    /*mypage_8*/
    .asterisk.mt20 {
        text-align: center;
    }

    /*お問い合わせ*/
    .contact {
        padding: 12px;
    }

    .contact li:first-child {
        width: 100%;
        font-size: 14px;
        padding: 11px 1em;
        line-height: 1.4;
    }

    .contact li:nth-child(2) {
        font-size: 15px;
        margin-bottom: 4px;
    }

    .contact li:nth-child(3) {
        font-size: 15px;
        margin-bottom: 5px;
        letter-spacing: 0;
    }

    .contact li:nth-child(4) {
        font-size: 12px;
        margin-bottom: 5px;
        letter-spacing: 0;
    }

    .contact li.asterisk {
        line-height: 1.75;
        text-align: left;
        letter-spacing: 0;
        /*        width: 100%;*/
    }

    /*mypage_9*/
    .bottom_btn_box-s {
        width: 100%;
    }

    /*mypage_10 11*/
    .winner {
        font-size: 28px;
    }

    .result {
        width: 100%;
        margin-top: 20px;
        padding: 20px 0;
        border-radius: 10px;
    }

    .inner .wallpaper img {
        width: 80%;
        /* 画像を画面幅に合わせる */
        margin: 30px auto;
        /* 上下余白を少し減らす */
    }

    .inner img {
        display: block;
        width: 80%;
        margin: 0 auto 30px;
    }

    .inner img.fsize {
        display: block;
        width: 100%;
        height: auto;
        margin: 0 auto 50px;
    }

    .inner img.ffsize {
        width: 100%;
        margin: 0 auto 30px;
    }

    .winner_pt {
        font-size: 16px;
        margin: 5px auto 10px auto;
        line-height: 1.65;
    }

    .winner_pt_url {
        padding: 15px 5px;
    }

    .fs14 {
        font-size: 12px;
        margin-bottom: 0;
        text-align: left;
    }

    .winner_note {
        margin-bottom: 0;
    }

    .winner_note .disc {
        line-height: 1.64;
    }
}

@media screen and (max-width:365px) {

    .top_btn_box,
    .send_btn {
        font-size: 3.9vw;
    }

    .a_course .course_top_title::after {
        width: 23vw;
        top: 17px;
        right: 0;
    }
}

@media screen and (max-width:340px) {

    .top_btn_box p::after,
    .top_btn_2set li::after,
    .return_btn::after,
    .send_btn::after {
        display: none;
    }

    .top_btn_box,
    .send_btn,
    .return_btn {
        font-size: 4.8vw;
    }
}