section h2,
section h3,
section p {
    line-height: 1.5em;
}

.oc-slider {
    width: 100vw;
    height: 600px;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 2rem;
}

.oc-slider .copy {
    position: absolute;
    left: 5%;
    top: 30%;
    background-color: #FFF203;
    width: 450px;
    box-sizing: border-box;
    padding: 30px 50px;
}

.oc-slider .copy h1.title {
    font-size: 23px;
    margin-bottom: 1rem;
}

.oc-slider .copy .spel p {
    display: flex;
    margin-bottom: -4px;
}

.oc-slider .copy .spel span {
    font-size: 47px;
    border: 4px solid #000;
    display: block;
    width: 53px;
    padding-top: 12px;
    font-weight: 700;
    box-sizing: border-box;
    height: 53px;
    margin-right: -4px;
    text-align: center;
}

.oc-slider .copy .spel p.first span {
    background-color: #fff;
}

@media screen and (max-width: 1024px) {
    .oc-slider {
        height: 300px;
        background-size: cover;
    }
    .oc-slider .copy {
        position: absolute;
        left: 5%;
        top: 30%;
        background-color: #FFF203;
        width: 80%;
        box-sizing: border-box;
        padding: 15px;
    }
    .oc-slider .copy h1.title {
        font-size: 16px;
        margin-bottom: 1rem;
    }
    .oc-slider .copy .spel span {
        font-size: 20px;
        width: 35px;
        padding-top: 2px;
        height: 35px;
    }
}

.oc-slider2 .slide img {
    width: 100%;
    height: auto;
}

.section-attention {
    padding-top: 2rem;
    background-color: #fff;
}

.ocAnchor {
    background-color: #07A4E4;
}

.ocAnchor .inner {
    padding-bottom: 0;
}

.ocAnchor ul li {
    width: 25%;
    position: relative;
}

.ocAnchor li::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 20px;
    background-color: #fff;
    right: 0;
    top: 28px;
}

.ocAnchor li:last-child:after {
    content: none;
}

.ocAnchor ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ocAnchor li a {
    color: #fff;
    text-decoration: none;
    display: block;
    font-weight: bold;
    padding: 2rem 0;
    text-align: center;
    position: relative;
}

.ocAnchor li a:after {
    position: absolute;
    content: '';
    right: 60px;
    top: 33px;
    width: 6px;
    height: 6px;
    border-bottom: 2px solid #FFEA3C;
    border-right: 2px solid #FFEA3C;
    transform: rotate(45deg);
}

@media screen and (max-width: 1024px) {
    .ocAnchor ul {
        justify-content: flex-start;
    }
    .ocAnchor ul li {
        width: auto;
    }
    .ocAnchor li::after {
        content: none;
    }
    .ocAnchor li a {
        font-size: 11px;
        padding: 1rem 10px;
    }
    .ocAnchor li a:after {
        right: 50%;
        top: 28px;
        width: 6px;
        height: 6px;
        border-bottom: 1px solid #FFEA3C;
        border-right: 1px solid #FFEA3C;
    }
}

.section-attention {
    padding-top: 2rem;
    background-color: #fff;
}

.attention {
    padding: 1rem;
    box-sizing: border-box;
    border: 1px solid #efefef;
    border-radius: 8px;
    display: flex;
    margin-bottom: 4rem;
}

.attention .title {
    width: 280px;
    margin-right: 20px;
}

.attention .title h2 {
    font-size: 18px;
    font-weight: 500;
}

.attention .text {
    width: calc(100% - 300px);
}

.attention .text p {
    line-height: 1.5rem;
}

.attention figure {
    width: 120px;
    margin-left: auto;
}

.attention figure img {
    width: 100%;
    height: auto;
}

ul.attention_list {
    padding: 0.5em;
    list-style-type: none;
}

ul.attention_list {
    font-size: 14px;
}

ul.attention_list li {
    position: relative;
    padding: 0em 0.3em 0.3em 1.3em;
}

ul.attention_list li::before {
    position: absolute;
    content: '';
    display: block;
    top: 0.5em;
    left: 0;
    width: 3px;
    height: 3px;
    border-right: 2px solid #00BCD4;
    border-bottom: 2px solid #00BCD4;
    transform: rotate(-45deg);
}

@media screen and (max-width: 1024px) {
    .section-attention {
        padding-top: 0;
    }
    .attention {
        display: block;
        padding: 1rem;
        margin: 0 auto 2rem;
        width: 95%;
        box-sizing: border-box;
    }
    .attention .title {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-right: 0px;
        align-items: center;
        margin-bottom: 0px;
        flex-direction: row-reverse;
    }
    ul.attention_list {
        padding: 5px 0;
    }
    ul.attention_list li {
        padding: 0em 0.3em 0.3em 1em;
    }
    ul.attention_list li::before {
        top: 5px;
        border-right: 1px solid #00BCD4;
        border-bottom: 1px solid #00BCD4;
    }
    .attention .text {
        width: 100%;
    }
    .attention .text p {
        font-size: 13px;
        line-height: 1.4rem;
    }
    .attention figure {
        width: 40px;
        margin-right: 10px;
        margin-left: 0;
    }
}

.event-content-area {
    width: 980px;
    margin: 0 auto;
}

.event-content-area .content-inner {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.event-content-area .content-inner .item {
    width: 235px;
    box-sizing: border-box;
    border: 1px solid #000;
    margin-bottom: 2rem;
    margin-right: 13px;
    padding-bottom: 58px;
    position: relative;
}

.event-content-area .content-inner .item:nth-child(4n) {
    margin-right: 0;
}

.event-content-area .content-inner .item .heading {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    background-color: #FEF202;
    line-height: 1.6rem;
    border-bottom: 1px solid #000;
}

.event-content-area .content-inner .item .heading.black {
    background-color: #000;
    color: #fff;
}

.event-content-area .content-inner .item .heading.blue {
    background-color: #128DFE;
    color: #fff;
}

.event-content-area .content-inner .item .heading.purple {
    background-color: #D888F0;
    color: #fff;
}

.event-content-area .content-inner .item .heading.green {
    color: #fff;
}

.event-content-area .content-inner .item .text-area {
    padding: 1rem 0.5rem;
}

.event-content-area .content-inner .item .pic img {
    width: 100%;
    height: auto;
}

.event-content-area h3 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 1rem;
}

.event-content-area .title {
    font-size: 16px;
    font-weight: 700;
    color: #F27B28;
    text-align: center;
    margin-bottom: 15px;
}

.event-content-area .day {
    color: #F27B28;
    text-align: center;
    margin-bottom: 15px;
}

.event-content-area .day .num {
    font-family: 'Oswald', sans-serif;
    font-size: 32px;
    font-weight: 500;
}

.event-content-area .day .week {
    padding-left: 0.5rem;
    font-weight: 700;
}

.event-content-area p.text {
    margin-bottom: 10px;
    font-size: 12px;
}

.event-content-area p.time {
    margin-bottom: 10px;
    font-weight: 500;
}

.event-content-area .target {
    font-size: 12px;
}

.event-content-area .target span {
    display: inline-block;
    font-size: 12px;
    border: 1px solid #000;
    padding: 1px 10px;
    margin-right: 5px;
}

.event-content-area .content-inner .item .link-area {
    position: absolute;
    bottom: 0;
    left: 10%;
    width: 80%;
}

.event-content-area .content-inner .item .link-area a {
    margin-bottom: 0.5rem;
    text-decoration: none;
    border-radius: 1rem;
    font-size: 12px;
    line-height: 1.5rem;
    text-align: center;
}

.event-content-area .content-inner .item .link-area .more a {
    border: 1px solid #000;
    text-align: center;
    display: block;
    color: #000;
}

.event-content-area .content-inner .item .link-area .entry a {
    background-color: #000;
    color: #fff;
}

.event-content-area .open-btn {
    width: 200px;
    border: 1px solid #00A7EB;
    border-radius: 32px;
    text-align: center;
    margin: 0 auto 2rem;
    color: #00A7EB;
    cursor: pointer;
    line-height: 1.8rem;
}

@media screen and (max-width: 1024px) {
    .event-content-area {
        width: 98%;
        margin: 0 auto;
    }
    .event-content-area .content-inner {
        justify-content: center;
        margin-bottom: 1rem;
    }
    .event-content-area .content-inner .item {
        width: 48%;
        margin-bottom: 1rem;
        margin-right: 1%;
        margin-left: 1%;
        padding-bottom: 1rem;
    }
    .event-content-area .content-inner .item:nth-child(4n) {
        margin-right: 1%;
    }
    .event-content-area .content-inner .item .heading {
        font-size: 14px;
        line-height: 1.4rem;
    }
    .event-content-area h3 {
        font-size: 16px;
        margin-bottom: 0.5rem;
    }
    .event-content-area .title {
        font-size: 16px;
        text-align: center;
        margin-bottom: 15px;
    }
    .event-content-area .day {
        text-align: center;
        margin-bottom: 15px;
    }
    .event-content-area .day .num {
        font-size: 26px;
    }
    .event-content-area .day .week {
        padding-left: 0.5rem;
    }
    .event-content-area p.text {
        margin-bottom: 0.5rem;
        font-size: 12px;
    }
    .event-content-area p.time {
        margin-bottom: 0.5rem;
    }
    .event-content-area .target {
        font-size: 12px;
    }
    .event-content-area .target span {
        font-size: 10px;
        padding: 1px 0.5rem;
        margin-right: 0.5rem;
    }
    .event-content-area .content-inner .item .link-area {
        position: static;
        margin: 0 auto;
        width: 80%;
    }
}

.pickup {
    padding: 4rem 0;
}

.pickup h2 {
    text-align: center;
    margin: 0 auto;
    width: 200px;
    position: relative;
}

.pickup h2:before,
.pickup h2:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 25px;
    top: 12px;
    background-color: #000;
}

.pickup h2:before {
    left: -35px;
    transform: rotate(45deg);
}

.pickup h2:after {
    right: -35px;
    transform: rotate(-45deg);
}

.pickup .flex-wrap {
    justify-content: center;
    padding-top: 2rem;
}

.pickup .item {
    width: 360px;
    margin: 0 10px 10px;
}

.pickup .item img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 1024px) {
    .pickup {
        padding: 2rem 0;
    }
    .pickup h2 {
        width: 180px;
        font-size: 18px;
    }
    .pickup .flex-wrap {
        padding-top: 1rem;
    }
    .pickup .item {
        width: 90%;
        margin: 0 auto 1rem;
    }
}


/*  hour */

.hour {
    font-size: 15px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 15px;
    line-height: 1.3rem;
    color: #F27B28;
}


/*  date */

.date {
    font-size: 34px;
    color: #F27B28;
    font-weight: bold;
    margin-bottom: 18px;
}

.date em {
    font-style: normal;
    float: left;
    font-family: arial;
    display: inline-block;
}

.date .yymm {
    width: 50%;
}

.date span {
    font-size: 12px;
    color: #ffffff;
    margin-top: 3px;
    margin-left: 8px;
    height: 18px;
    width: 26px;
    padding-top: 8px;
    text-align: center;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    background-color: #F27B28;
    float: left;
    display: inline-block;
}

.end {
    font-weight: bold;
    line-height: 1.5rem;
    text-align: center;
    padding: 10px;
    background-color: #CCCCCC;
}


/* for SP */

@media screen and (max-width: 1024px) {
    .date {
        font-size: 25px;
        margin-bottom: 10px;
    }
    .date span {
        font-size: 9px;
        color: #ffffff;
        margin-top: 2px;
        margin-left: 3px;
        height: 14px;
        width: 20px;
        padding-top: 6px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }
}

.open-index-main {
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
    width: 1152px;
}

@media screen and (max-width: 1024px) {
    .open-index-main {
        width: 100%;
        margin-bottom: 0px;
    }
    .open-index-main img {
        width: 100%;
        height: auto;
    }
}

.privilege_title h2 {
    text-align: center;
    margin-bottom: 15px;
}

.privilege {
    display: -webkit-flex;
    /* Safari */
    display: flex;
}

.privilege .p-title {
    text-align: center;
    height: 175px;
    width: 150px;
    overflow: hidden;
}

.privilege .merit {
    padding-top: 35px;
    width: 1002px;
    font-size: 15px;
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-justify-content: space-between;
    /* Safari */
    justify-content: space-between;
}

.privilege .merit a {
    color: #FFFFFF;
}

.privilege .merit .m-block {
    color: #FFFFFF;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    text-align: center;
    padding: 15px 5px;
    height: 110px;
    width: 140px;
    line-height: 1.3rem;
    background-color: #909090;
}

.privilege .merit .icon {
    margin-bottom: 5px;
}

.privilege .merit .m-block span {
    color: #f8fa3b;
    font-weight: bold;
    display: block;
}


/* for SP */

@media screen and (max-width: 1024px) {
    .privilege_title h2 {
        margin-bottom: 10px;
        font-size: 18px;
    }
    .privilege {
        -webkit-flex-wrap: wrap;
        /* Safari */
        flex-wrap: wrap;
        margin-bottom: 0px;
    }
    .privilege .p-title {
        text-align: left;
        height: 125px;
        width: 25%;
        overflow: hidden;
    }
    .privilege .p-title img {
        width: 100%;
        height: auto;
    }
    .privilege .merit {
        padding-top: 5px;
        width: 75%;
        font-size: 15px;
        /* Safari */
        flex-wrap: wrap;
    }
    .privilege .merit .m-block {
        padding: 8px 1%;
        height: 70px;
        width: 44%;
        margin: 0 2% 5px;
        line-height: 1.3rem;
        background-color: #78D5FF;
    }
    .privilege .merit .icon {
        margin-bottom: 5px;
    }
    .privilege .merit .icon img {
        width: 30px;
        height: auto;
    }
    .privilege .merit p {
        font-size: 13px;
        line-height: 1rem;
    }
    .privilege .merit .m-block span {
        color: #f8fa3b;
        font-weight: bold;
        display: block;
    }
}


/*  ev-list */

.ev-list {
    color: #4d4d4d;
    text-align: center;
}

.ev-list figure {
    margin-top: 3px;
    height: 110px;
    overflow: hidden;
}

.ev-list figure img {
    width: 100%;
    height: auto;
}

.ev-list .copy {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    padding: 0 15px;
}

.ev-list .copy:before {
    border-top: 1px solid #000000;
    position: absolute;
    top: 8px;
    left: 0px;
    width: 5px;
    content: '';
}

.ev-list .copy:after {
    border-top: 1px solid #000000;
    position: absolute;
    top: 8px;
    right: 0px;
    width: 5px;
    content: '';
}

.ev-list .sub {
    margin-bottom: 8px;
}

.ev-list h2 {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.ev-list h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

.ev-list .time {
    margin-bottom: 15px;
}

.block-inner {
    padding-top: 15px;
    padding-bottom: 15px;
}

.ev-list .block-inner {
    border: 1px solid #e1e1e1;
}

.baloon:after,
.baloon:before {
    top: 100%;
    left: 80%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.baloon:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 10px;
    margin-left: -10px;
}

.baloon:before {
    border-color: rgba(225, 225, 225, 0);
    border-top-color: #e1e1e1;
    border-width: 11px;
    margin-left: -11px;
}

.baloon {
    width: 51%;
    margin-left: 45%;
    padding: 8px 2%;
    position: relative;
    border: 1px solid #e1e1e1;
    line-height: 1.3rem;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}


/* for SP */

@media screen and (max-width: 1024px) {
    .ev-list figure {
        height: auto;
    }
    .ev-list .sub {
        font-size: 13px;
        line-height: 1.1rem;
        padding: 0 2%;
        margin-bottom: 10px;
    }
    .ev-list h2 {
        font-size: 16px;
        margin: 10px auto;
        width: 90%;
    }
    .ev-list h3 {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .ev-list .date {
        font-size: 10px;
        margin-bottom: 10px;
        padding: 0 25%;
        line-height: 1.1rem;
        height: 35px;
    }
    .block-inner {
        padding-top: 5px;
        padding-bottom: 8px;
        margin-bottom: 15px;
    }
    .baloon {
        font-size: 16px;
        width: 60%;
        margin-left: 30%;
        padding: 3px 6%;
        line-height: 1.1rem;
    }
    .ev-list .time {
        margin-bottom: 5px;
        margin-left: 15%;
        margin-right: 15%;
        font-size: 14px;
        line-height: 1.5em;
    }
    .ev-list .copy {
        font-size: 10px;
        margin-bottom: 10px;
    }
    .ev-list .copy:before {
        top: 6px;
    }
    .ev-list .copy:after {
        top: 6px;
    }
}

.cal-list {
    padding-top: 35px;
}

.cal-list .block1 {
    position: relative;
    height: 360px;
}

.cal-list .block1 a.btn {
    padding-top: 20px;
    padding-bottom: 20px;
}

.cal-list .block1 figure {
    position: absolute;
    bottom: 0;
}

.cal-list h1,
.cal-list h2 {
    font-size: 21px;
    color: #636462;
    text-align: center;
    margin-bottom: 25px;
}

.cal-list .cal-block {
    margin-bottom: 15px;
}

.cal-list .cal-block .cal-box {
    color: #4d4d4d;
    line-height: 1.2em;
    text-decoration: none;
    padding: 3%;
    background-color: #ffffff;
    display: block;
}

.cal-list .cal-block figure {
    float: left;
    width: 25%;
}

.cal-block figure img {
    width: 100%;
    height: auto;
}

.cal-list .cal-block .block-right {
    float: right;
    width: 72%;
}

.cal-list .title {
    font-size: 16px;
    line-height: 1.4em;
    font-weight: bold;
    margin-bottom: 5px;
}

.cal-list p {
    height: 60px;
}

.cal-list .date {
    font-size: 26px;
    margin-bottom: 10px;
}

.cal-list .date .text {
    font-size: 18px;
    font-weight: bold;
}

.cal-list .date em {
    padding-top: 4px;
}

.cal-list .date .yymm {
    float: left;
    width: 45%;
}

.cal-list .date span {
    font-size: 9px;
    margin-left: 4px;
    height: 17px;
    width: 20px;
    margin-top: 2px;
    padding-top: 3px;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.oc-cal {
    background-color: #F9F8F4;
    margin-bottom: 15px;
}

.oc-cal .inner {
    padding-bottom: 15px;
}

.ev-cal {
    background-color: #F9F8F4;
    margin-bottom: 15px;
}

.ev-cal .inner {
    padding-bottom: 0px;
}

.kaigo-cal {
    background-color: #F9F8F4;
    margin-bottom: 15px;
}


/* for SP */

@media screen and (max-width: 1024px) {
    .cal-list {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .cal-list .block1 {
        position: relative;
        height: 150px;
    }
    .cal-list .block1 figure img {
        width: 180px;
        height: auto;
    }
	.oc-cal .inner {
    padding-bottom: 15px;
    margin-left: 2%;
    margin-right: 2%;
}

}


/* 2018 new style */

.schedule {
    padding: 35px 0 0;
    display: -webkit-flex;
    /* Safari */
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-justify-content: space-between;
    /* Safari */
    justify-content: space-between;
}

.schedule .schedule-title {
    width: 352px;
    height: 100%;
    min-height: 300px;
    position: relative;
}

.schedule .schedule-title h1,
.schedule .schedule-title h2 {
    font-size: 21px;
    color: #636462;
    text-align: center;
    margin-bottom: 25px;
}

.schedule .schedule-title .image {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 320px;
}

.schedule .list {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-justify-content: space-between;
    /* Safari */
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    /* Safari */
    flex-wrap: wrap;
    width: 800px;
}

.schedule .list .cal-box {
    width: 390px;
    background-color: #FFFFFF;
    display: -webkit-flex;
    /* Safari */
    display: flex;
    margin-bottom: 20px;
}

.schedule .list .cal-box .image {
    padding: 10px;
    width: 80px;
    margin-right: 10px;
}

.schedule .list .cal-box .image img {
    height: auto;
    width: 100%;
}

.schedule .list .cal-box .block-right {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 280px;
}

.schedule .list .cal-box .block-right p {
    margin-bottom: 20px;
}

.schedule .list .cal-box .title {
    font-size: 16px;
    color: #4d4d4d;
    font-weight: bold;
    line-height: 1.5rem;
    margin-bottom: 10px;
}

.schedule .list .cal-box .title .sub {
    font-size: 14px;
}

.schedule .list .cal-box .date {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-flex-wrap: wrap;
    /* Safari */
    flex-wrap: wrap;
    width: 100%;
    margin: 10px 0 10px;
}

.schedule .list .cal-box .date .yymm {
    margin-bottom: 5px;
    padding: 1%;
    width: 48%;
}

.schedule .list .cal-box .date .text {
    font-size: 18px;
}

.schedule .list .cal-box .action {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    width: 100%;
}

.schedule .list .cal-box .action div:first-child {
    width: 45%;
}

.schedule .list .cal-box .action div:last-child {
    width: 55%;
}

.schedule .list .cal-box .action a {
    font-size: 12px;
}

.schedule .list .cal-box .action a {
    width: 95%;
}


/* for SP */

@media screen and (max-width: 1024px) {
    .schedule {
        padding: 20px 0 0;
        display: block;
        width: 100%;
    }
    .schedule .schedule-title {
        width: 100%;
        height: 158px;
        min-height: auto;
        position: relative;
    }
    .schedule .schedule-title h1,
    .schedule .schedule-title h2 {
        font-size: 21px;
        margin-bottom: 0px;
    }
    .schedule .schedule-title .image {
        width: 200px;
        padding-bottom: 0;
    }
    .schedule .list {
        display: block;
        width: 100%;
    }
    .schedule .list .cal-box {
        width: 95%;
        margin: 0 auto 20px;
    }
    .schedule .list .cal-box .image {
        padding: 2%;
        width: 20%;
        margin-right: 2%;
    }
    .schedule .list .cal-box .block-right {
        padding-top: 5px;
        padding-bottom: 10px;
        width: 74%;
    }
    .schedule .list .cal-box .block-right p {
        margin-bottom: 10px;
        font-size: 13px;
    }
    .schedule .list .cal-box .title {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .schedule .list .cal-box .title .sub {
        font-size: 13px;
    }
    .schedule .list .cal-box .date {
        width: 100%;
        margin: 5px 0 5px;
    }
    .schedule .list .cal-box .date .yymm {
        margin-bottom: 5px;
        padding: 1%;
        width: 48%;
    }
    .schedule .list .cal-box .date .text {
        font-size: 18px;
    }
    .schedule .list .cal-box .action a {
        width: 90%;
    }
    .schedule .list .cal-box .action a.btn {
        padding: 6px 2.5%;
    }
}

.cal-table h2 {
    font-size: 28px;
    color: #F27B28;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    padding-top: 16px;
}

.cal-table h3 {
    font-size: 21px;
}

.cal-table .cal-list {
    margin-bottom: 35px;
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-flex-wrap: wrap;
    /* Safari */
    flex-wrap: wrap;
    width: 100%;
}

.cal-table .cal-list dl {
    margin-right: 1%;
    margin-bottom: 15px;
    margin-left: 1%;
    width: 22%;
    border: 1px solid #e1e1e1;
    display: -webkit-flex;
    /* Safari */
    display: flex;
}

.cal-table .cal-list dt {
    background-color: #e1e1e1;
    width: 38%;
    line-height: 1.5em;
    font-size: 13px;
    padding: 8px;
}

.cal-table .cal-list dd {
    color: #4d4d4d;
    line-height: 1.5em;
    width: 53%;
    font-size: 13px;
    padding: 8px;
}


/* for SP */

@media screen and (max-width: 1024px) {
    .cal-table h2 {
        font-size: 21px;
        margin-bottom: 15px;
        padding-top: 8px;
    }
    .cal-table h3 {
        font-size: 18px;
        margin-bottom: 5px;
        margin-left: 2.5%;
    }
    .cal-table .cal-list {
        margin-bottom: 20px;
    }
    .cal-table .cal-list dl {
        margin-right: auto;
        margin-bottom: 5px;
        margin-left: auto;
        float: none;
        width: 95%;
    }
    .cal-table .cal-list dt,
    .cal-table .cal-list dd {
        font-size: 14px;
    }
}


/**********************************
opencampus merit
***********************************/

.oc-merit {
    background-color: #71C5E7;
    padding: 3rem 0;
}

.oc-merit .ribon {
    line-height: 2rem;
    font-size: 24px;
    position: relative;
    padding: 1rem 5rem 2rem;
    text-align: center;
    display: block;
    width: 356px;
    color: #fff;
    margin: 0 auto 4rem;
    background-image: url("../images/ribon.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.merits {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.merits .item {
    background-color: #fff;
    padding: 1rem;
    box-sizing: border-box;
    text-align: center;
    border-radius: 1rem;
    border: 1px solid #707070;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    display: flex;
    position: relative;
}

.merits .item.middle {
    width: 565px;
    padding: 1rem 1rem 1rem;
}

.merits .large {
    width: 100%;
}

.merits .small {
    width: 360px;
}

.merits .batch {
    background-color: #FF72A9;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    box-sizing: border-box;
    padding-top: 24px;
    margin-right: 10px;
}

.merits .small .batch {
    width: 60px;
    height: 60px;
    padding-top: 24px;
    font-size: 14px;
}

.merits figure img {
    width: 100%;
    height: auto;
}

.merits .middle figure {
    width: 160px;
    position: absolute;
    right: 5px;
    bottom: 0;
}

.merits .large figure {
    width: 400px;
}

.merits .middle .text {
    width: calc(100% - 220px);
}

.merits .large .text {
    width: calc(100% - 560px);
    padding-top: 14px;
    margin-right: 20px;
}

.merits .small .text {
    width: calc(100% - 70px);
}

.merits .title {
    font-size: 26px;
    font-weight: 700;
    text-align: left;
    line-height: 2.2rem;
    margin-bottom: 1rem;
}

.merits .small .title {
    font-size: 22px;
    line-height: 2rem;
    margin-bottom: 1rem;
}

.merits .item p {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    margin: 0 !important;
    width: 100% !important;
}

.merits .item .bal {
    position: absolute;
}

.merits .item .bal1 {
    right: 50px;
    top: -45px;
    width: 135px;
}

.merits .item .bal2 {
    left: 460px;
    top: 155px;
    width: 135px;
}

.merits .item .shol {
    position: absolute;
    background-color: #FF72A9;
    color: #fff;
    padding: 8px 5px;
    font-size: 16px;
    font-weight: 500;
    right: 1rem;
    top: -1rem;
    transform: rotate(-5deg);
}

@media screen and (max-width: 1024px) {
    .oc-merit {
        padding: 2rem 1rem;
        box-sizing: border-box;
    }
    .merits .item p {
        font-size: 16px;
    }
    .merits .item.middle {
        width: 100%;
        padding: 1rem 1rem 5rem;
    }
    .oc-merit .ribon {
        line-height: 1.3rem;
        font-size: 18px;
        padding: 5px;
        width: 300px;
        box-sizing: border-box;
        margin: 0 auto 2rem;
        background-size: 100% auto;
    }
    .oc-merit .middle .text {
        width: calc(100% - 100px);
    }
    .oc-merit .middle .text {
        padding-top: 25px;
        width: 100%;
    }
    .oc-merit .large .text {
        width: 100%;
        padding-top: 25px;
    }
    .oc-merit .middle figure {
        width: 110px;
    }
    .oc-merit .large figure {
        width: 100%;
    }
    .merits .title {
        font-size: 22px;
        line-height: 2rem;
        margin-bottom: 1rem;
    }
    .merits .small .title {
        font-size: 22px;
        line-height: 2rem;
        margin-bottom: 1rem;
    }
    .merits .middle p {
        margin-right: 90px;
    }
    .merits .batch {
        width: 60px;
        height: 60px;
        padding-top: 24px;
        font-size: 14px;
    }
    .merits .middle .batch,
    .merits .large .batch {
        position: absolute;
        left: 5px;
        top: -30px;
    }
    .merits .item .bal1 {
        right: 10px;
        top: -5px;
        width: 95px;
    }
    .merits .item .bal img {
        width: 100%;
        height: auto;
    }
    .merits .item .bal2 {
        left: -10px;
        top: auto;
        bottom: -8px;
        width: 95px;
    }
}


/**********************************
opencampus detail heading
***********************************/

.oc-detail-heading {
    color: #FFFFFF;
    line-height: 1.5em;
    margin-bottom: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #f27b28;
}

.oc-detail-heading h1 {
    padding-bottom: 25px;
}


/* for SP */

@media screen and (max-width: 1024px) {
    .oc-detail-heading {
        line-height: 1.5em;
        margin-bottom: 15px;
        padding: 15px 10px 5px;
    }
    .oc-detail-heading h1 {
        padding-bottom: 10px;
    }
}


/**********************************
opencampus detail
***********************************/

.oc-detail {
    background-color: #FEF202;
    padding: 3rem 0;
}

.oc-detail h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
    text-align: center;
}

.oc-detail .mock {
    background-color: #fff;
    border-radius: 8px;
    padding: 2rem;
    box-sizing: border-box;
}

.oc-detail .mock h3 {
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 2rem;
}

.oc-detail .mock h4 {
    font-size: 20px;
    margin-bottom: 1rem;
    padding: 0.5rem;
    background-color: #FEF202;
    color: #000;
    border: 1px solid #000;
}

.oc-detail .mock-item {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #000;
    display: flex;
    justify-content: space-between;
}

.oc-detail .mock-item img {
    width: 100%;
    height: auto;
}

.oc-detail .mock-item .main {
    width: 300px;
    position: relative;
}

.oc-detail .mock-item .main.youtube {
    padding-top: 46.25%;
}

.oc-detail .mock-item .main.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

.oc-detail .mock-item .main span {
    display: inline-block;
    position: absolute;
    background-color: #FEF202;
    color: #000;
    border: 1px solid #000;
    top: 0;
    left: -3px;
    z-index: 2;
    padding: 6px 10px;
    transform: rotate(-10deg);
}

.oc-detail .mock-item .main img {
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 4px solid #000;
    padding: 2px;
    box-sizing: border-box;
}

.oc-detail .mock-item .sub {
    width: calc(100% - 340px);
}

.oc-detail .mock-item .sub .text {
    margin-bottom: 2rem;
}

.oc-detail .mock-item .sub .text p {
    font-size: 16px;
    line-height: 1.7rem;
}

.oc-detail .mock-item .sub .instructor {
    display: flex;
    margin-bottom: 2rem;
    margin-right: 1rem;
}

.oc-detail .mock-item .sub .instructor figure {
    width: 120px;
    margin-right: 10px;
}

.oc-detail .mock-item .sub .instructor .desc {
    line-height: 1.5rem;
    width: calc(100% - 130px);
}

.oc-detail .mock-item .sub .instructor img {
    border-radius: 50%;
}

.oc-detail .mock-item .sub .cur {
    display: flex;
    flex-wrap: wrap;
}

.oc-detail .mock-item .sub .cur .item {
    width: 48%;
    display: flex;
    margin-right: 2%;
    margin-bottom: 1rem;
}

.oc-detail .mock-item .sub .cur .item figure {
    width: 170px;
    margin-right: 10px;
}

.oc-detail .mock-item .sub .cur .item figure img {
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 4px solid #000;
    padding: 2px;
    box-sizing: border-box;
}

.oc-detail .mock-item .sub .cur .item .cont {
    width: calc(100% - 180px);
}

.oc-detail .mock-item .sub .cur .item .title {
    font-weight: 500;
    border-left: 2px solid #000;
    padding-left: 5px;
    margin-bottom: 0.5rem;
    font-size: 16px;
}

@media screen and (max-width: 1024px) {
    .oc-detail {
        background-color: #FEF202;
        padding: 3rem 1rem;
        box-sizing: border-box;
    }
    .oc-detail h2 {
        font-size: 1.5rem;
        margin-bottom: 2rem;
        text-align: center;
    }
    .oc-detail .mock {
        padding: 1rem;
    }
    .oc-detail .mock h3 {
        font-size: 1.6rem;
        text-align: center;
        margin-bottom: 2rem;
    }
    .oc-detail .mock h4 {
        font-size: 20px;
        margin-bottom: 1rem;
    }
    .oc-detail .mock-item {
        padding-bottom: 2rem;
        margin-bottom: 2rem;
        border-bottom: 1px solid #000;
        display: block;
    }
    .oc-detail .mock-item img {
        width: 100%;
        height: auto;
    }
    .oc-detail .mock-item .main {
        width: 100%;
        margin-bottom: 1rem;
    }
    .oc-detail .mock-item .sub {
        width: 100%;
    }
    .oc-detail .mock-item .sub .text {
        margin-bottom: 2rem;
    }
    .oc-detail .mock-item .sub .text p {
        font-size: 16px;
        line-height: 1.7rem;
    }
    .oc-detail .mock-item .sub .instructor {
        display: block;
        margin-bottom: 2rem;
        margin-right: 0;
    }
    .oc-detail .mock-item .sub .instructor figure {
        width: 80px;
        margin: 0 auto 5px;
    }
    .oc-detail .mock-item .sub .instructor .desc {
        line-height: 1.3rem;
        width: 100%;
        font-size: 13px;
    }
    .oc-detail .mock-item .sub .cur .item {
        width: 100%;
        margin-right: 2%;
        margin-bottom: 1rem;
    }
    .oc-detail .mock-item .sub .cur .item figure {
        width: 44%;
        margin-right: 2%;
        margin-bottom: 8px;
    }
    .oc-detail .mock-item .sub .cur .item .cont {
        width: 53%;
    }
    .oc-detail .mock-item .sub .cur .item .title {
        font-size: 14px;
    }
}


/**********************************
opencampus step
***********************************/

.oc-step {
    display: flex;
    width: 1000px;
    margin: 0 auto 3rem;
    justify-content: space-between;
}

.oc-step .item {
    background-color: #fff;
    border: 2px solid #000;
    padding: 0.5rem;
    box-sizing: border-box;
    width: 220px;
    font-size: 18px;
    text-align: center;
}

.oc-step .item .time {
    font-size: 18px;
    font-weight: 700;
    line-height: 3rem;
}

.oc-step .item h4 {
    height: 50px;
    margin-bottom: 1rem;
    padding-bottom: 0;
}

.oc-step .item h4 span {
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5rem;
}

.oc-step .item p {
    line-height: 1.6rem;
    font-size: 1rem;
    text-align: left;
    margin-bottom: 0.5rem;
}

.oc-step .item .image {
    padding-bottom: 0;
}

@media screen and (max-width: 1024px) {
    .oc-step {
        flex-wrap: wrap;
        width: 100%;
        margin: 0 auto 3rem;
    }
    .oc-step .item {
        width: 100%;
        font-size: 18px;
        text-align: center;
        margin-bottom: 0.5rem;
    }
    .oc-step .item .time {
        font-size: 16px;
        line-height: 2rem;
    }
    .oc-step .item h4 {
        height: auto;
        margin-bottom: 1rem;
        padding-bottom: 0;
    }
    .oc-step .item p {
        line-height: 1.5rem;
        font-size: 0.9rem;
        margin-bottom: 0.5rem;
    }
}


/**********************************
mogi
***********************************/

.mogi {
    margin-bottom: 25px;
    padding: 25px 2% 15px;
    background-color: #F9F8F4;
}

.mogi .lead {
    color: #FFFFFF;
    line-height: 1.5rem;
    margin-bottom: 25px;
    padding: 3%;
    background-color: #f27b28;
}

.mogi .lead h2 {
    margin-bottom: 15px;
}

.mogi .mogi-block {
    margin-bottom: 45px;
    background-color: #FFFFFF;
    display: -webkit-flex;
    display: flex;
}

.mogi .mogi-photo {
    margin-right: 3%;
    height: 350px;
    width: 40%;
    display: block;
    background-position: 50% 100%;
    background-size: cover;
}

.mogi .mogi-text {
    padding-top: 15px;
    padding-right: 3%;
    position: relative;
    width: 54%;
    height: 335px;
}

.mogi .mogi-text .action-box {
    position: absolute;
    bottom: 8px;
    left: 5%;
    width: 90%;
}

.mogi .mogi-text .action-box a.link-inner {
    text-align: center;
    margin-bottom: 10px;
    display: block;
}

.mogi h3 {
    font-size: 16px;
    color: #4d4d4d;
    margin-bottom: 10px;
}

.mogi h4 {
    line-height: 1.5rem;
    font-size: 19px;
    color: #f27b28;
    padding-bottom: 8px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f27b28;
}

.mogi p {
    clear: both;
    line-height: 1.5em;
}

.mogi .profile .image-photo {
    float: left;
    width: 40%;
}

.mogi .profile .name {
    font-weight: bold;
    margin-left: 8%;
    padding-top: 15px;
    float: left;
    width: 52%;
}

.mogi .profile .name p {
    font-size: 12px;
    font-weight: normal;
    padding-top: 8px;
}


/* for SP */

@media screen and (max-width: 1024px) {
    .mogi {
        margin-bottom: 25px;
        padding: 0 0 5px;
    }
    .mogi .lead {
        line-height: 1.5rem;
        margin-bottom: 15px;
        padding: 3%;
    }
    .mogi .lead h2 {
        margin-bottom: 15px;
    }
    .mogi .lead p {
        font-size: 13px;
    }
    .mogi .mogi-block {
        margin-right: 10px;
        margin-bottom: 10px;
        margin-left: 10px;
    }
    .mogi .mogi-photo {
        margin-right: 3%;
        float: left;
        height: 240px;
        width: 30%;
        display: block;
        background-position: 50% 100%;
        background-size: cover;
    }
    .mogi .mogi-text {
        font-size: 13px;
        padding-top: 10px;
        padding-right: 0;
        padding-bottom: 5px;
        position: static;
        height: auto;
        width: 64%;
    }
    .mogi .mogi-text p {
        margin-bottom: 15px;
    }
    .mogi .mogi-text .action-box {
        position: static;
        bottom: 8px;
        left: 5%;
        width: 95%;
    }
    .mogi h3 {
        font-size: 13px;
        margin-bottom: 5px;
    }
    .mogi h4 {
        line-height: 1.3rem;
        font-size: 15px;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }
    .mogi p {
        clear: both;
        line-height: 1.5em;
    }
    .mogi .profile .image-photo {
        float: left;
        width: 30%;
    }
    .mogi .profile .image-photo img {
        width: 100%;
        height: auto;
    }
    .mogi .profile .name {
        margin-left: 8%;
        padding-top: 15px;
        float: left;
        width: 62%;
    }
    .mogi .profile .name p {
        font-size: 12px;
        font-weight: normal;
        padding-top: 8px;
    }
}


/**********************************
enpo
***********************************/

.enpo h2 {
    color: #99B433;
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid #99B433;
}

.enpo .enpo-inner {
    padding: 5%;
    border: 3px solid #99B433;
    height: 200px;
}

.enpo .enpo-inner h3 {
    color: #99B433;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #99B433;
}

.enpo .enpo-inner p {
    font-size: 15px;
    line-height: 1.6em;
}


/* for SP */

@media screen and (max-width: 1024px) {
    .enpo h2 {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 4px;
    }
    .enpo .enpo-inner {
        margin-right: 5px;
        margin-bottom: 10px;
        margin-left: 5px;
        padding: 3%;
        height: auto;
    }
    .enpo .enpo-inner h3 {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .enpo .enpo-inner p {
        font-size: 12px;
        line-height: 1.6em;
    }
}


/**********************************
event
***********************************/

.ev-detail {
    margin-bottom: 25px;
    padding-top: 25px;
}

.ev-detail .inner {
    padding: 25px 2% 15px;
    background-color: #F9F8F4;
}

.ev-block {
    margin-bottom: 25px;
}

.ev-main {
    padding: 3%;
    background-color: #ffffff;
    height: 450px;
}

.ev-main .label {
    font-size: 13px;
    margin-bottom: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
}

.ev-right h3 {
    line-height: 1.5rem;
    font-size: 19px;
    color: #f27b28;
    padding-bottom: 8px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f27b28;
}

.ev-main .ev-left {
    margin-right: 4%;
    float: left;
    width: 30%;
}

.ev-main .ev-left figure {
    margin-bottom: 15px;
}

.ev-main .ev-left figure img {
    height: autoi;
    width: 100%;
}

.ev-main .ev-right {
    float: left;
    width: 64%;
}

.ev-main .ev-right p {
    height: 120px;
}

.ev-main .ev-right a.link-inner {
    text-align: center;
    margin-bottom: 10px;
    padding-top: 8px;
    display: block;
}

.ev-main h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.ev-schedule {
    padding-top: 15px;
    clear: both;
}

.ev-schedule .title {
    font-size: 16px;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #efefef;
}

.ev-schedule dl {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 15px;
}

.ev-schedule dt {
    font-weight: bold;
    width: 35%;
}

.ev-schedule dd {
    width: 65%;
}

.voice-section {
    background-image: repeating-linear-gradient(to bottom, /* 横線 */
    transparent 19px, rgba(204, 204, 204, 0.20) 20px, rgba(204, 204, 204, 0.20) 20px, transparent 21px, transparent 39px, rgba(204, 204, 204, 0.20) 40px, rgba(204, 204, 204, 0.20) 40px, transparent 41px, transparent 59px, rgba(204, 204, 204, 0.20) 60px, rgba(204, 204, 204, 0.20) 60px, transparent 61px, transparent 79px, rgba(204, 204, 204, 0.20) 80px, rgba(204, 204, 204, 0.20) 80px, transparent 81px, transparent 99px, rgba(204, 204, 204, 0.20) 100px, rgba(204, 204, 204, 0.20) 100px), repeating-linear-gradient(to right, /* 縦線 */
    transparent 19px, rgba(204, 204, 204, 0.20) 20px, rgba(204, 204, 204, 0.20) 20px, transparent 21px, transparent 39px, rgba(204, 204, 204, 0.20) 40px, rgba(204, 204, 204, 0.20) 40px, transparent 41px, transparent 59px, rgba(204, 204, 204, 0.20) 60px, rgba(204, 204, 204, 0.20) 60px, transparent 61px, transparent 79px, rgba(204, 204, 204, 0.20) 80px, rgba(204, 204, 204, 0.20) 80px, transparent 81px, transparent 99px, rgba(204, 204, 204, 0.20) 100px, rgba(204, 204, 204, 0.20) 100px);
    padding: 4rem 0;
}

.voice {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.voice .item {
    border: 2px solid #000;
    position: relative;
    display: inline-block;
    width: 48%;
    padding: 1rem;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    background-color: #fff;
    background: #FFF;
    box-sizing: border-box;
    border-radius: 8px;
}

.voice .item :before {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid #FFF;
    z-index: 2;
}

.voice .item :after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 14px solid #555;
    z-index: 1;
}

.voice .item h3 {
    font-size: 18px;
    margin-bottom: 1rem;
}

@media screen and (max-width: 1024px) {
    .voice-section {
        box-sizing: border-box;
        padding: 2rem 1rem;
    }
    .voice {
        display: block;
    }
    .voice .item {
        width: 100%;
        padding: 1rem;
        margin-bottom: 1rem;
    }
}

.faq-section {
    padding: 4rem 0;
}

@media screen and (max-width: 1024px) {
    .faq-section {
        box-sizing: border-box;
        padding: 2rem 1rem;
    }
}

.heading03 {
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 2rem;
}

.heading03 span {
    position: relative;
    padding: 0 40px;
    box-sizing: border-box;
}

.heading03 span::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 1px;
    background-color: #4d4d4d;
    transform: rotate(45deg);
    left: 0;
    top: 10px;
}

.heading03 span::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 1px;
    background-color: #4d4d4d;
    transform: rotate(-45deg);
    right: 0;
    top: 10px;
}

@media screen and (max-width: 1024px) {
    .heading03 {
        font-size: 16px;
        margin-bottom: 1rem;
    }
    .heading03 span {
        display: block;
        position: relative;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .heading03 span::before {
        content: '';
        position: absolute;
        width: 20px;
        height: 1px;
        background-color: #4d4d4d;
        transform: rotate(45deg);
        left: 0;
        top: 10px;
    }
    .heading03 span::after {
        content: '';
        position: absolute;
        width: 20px;
        height: 1px;
        background-color: #4d4d4d;
        transform: rotate(-45deg);
        right: 0;
        top: 10px;
    }
}