@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo+Narrow:ital,wght@0,400..700;1,400..700&display=swap');

body {
    margin: 0;
    padding: 0;
}
.page-contentspages .wrapper > .pane-main {
    padding: 0!important;
    margin-bottom: 0!important;
}
/* NORMALIZE */
#tslp *,
#tslp *::before,
#tslp *::after {
    box-sizing: border-box;
}
#tslp ul, #tslp ol {
    list-style: none;
    padding: 0;
}
#tslp img {
    width: 100%;
    height: auto;
}
#tslp table {
    border-collapse: collapse;
}
#tslp a {
    text-decoration: none;
    color: inherit;
}
#tslp button {
    background: none;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
}

/* STYLING */
#tslp {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans JP','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo UI',メイリオ,Meiryo,'MS Pゴシック',sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 2;
}
#tslp .wrapper {
    width: 94%;
    min-width: 1080px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    background: transparent;
}
.pc {
    display: block;
}
.sp {
    display: none;
}
@media (max-width: 768px) {
    #tslp {
        font-size: 15px;
    }
    #tslp .wrapper {
        width: 100%;
        min-width: 94vw;
        max-width: 94vw;
    }
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}

/* Obi */
#tslp .obi {
    background: #9B000C;
    margin: 0 auto;
    padding: 12px 0 4px;
    text-align: center;
}
#tslp .obi img {
    width: 60%;
    max-width: 300px;
}
@media (max-width: 768px) {
    #tslp .obi {
        padding: 0;
    }
    #tslp .obi img {
        margin: 10px 0;
        vertical-align: bottom;
    }
}

/* MV */
#tslp #mv {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    background: #D6E1F0;
}
#tslp .title {
    margin: 0 0 40px;
    padding: 0;
    text-align: center;
    line-height: 1.2;
}
#tslp .title img {
    max-width: 800px;
    margin: 0 auto;
}
#tslp .title h3 {
    margin: 0;
    padding: 0;
}
#tslp .title h4 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
}
@media (max-width: 768px) {
    #tslp #mv .wrapper {
        width: 100%;
        min-width: 100vw;
        max-width: 100vw;
    }
    #tslp .title {
        margin: 0 0 6%;
    }
    #tslp .title img {
        width: 86%;
    }
    #tslp .title h4 {
        font-size: 1rem;
    }
}

/* about */
#tslp #about {
    width: 100%;
    margin: 0;
    padding: 80px 0;
    text-align: center;
    background: #002153;
    color: #5F5F5F;
    letter-spacing: 1px;
    text-align: center;
}
#tslp #about .wrapper {
    margin: 0 auto;
    padding: 30px 4%;
    background: #fff;
    border-radius: 30px;
}
#tslp #about ul.icons {
    width: 100%;
    margin: 50px auto 0;
    padding: 0 8%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    align-self: flex-start;
    align-content: flex-start;
}
#tslp #about ul.icons li {
    margin: 0 2%;
    padding: 0;
    text-align: center;
    width: 30%;
}
#tslp #about ul.icons li img {
    width: 90%;
    margin: 0 auto;
}
#tslp #about ul.icons li p {
    line-height: 180%;
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
}
#tslp #about ul.icons li p span {
    font-size: 18px;
    font-weight: 600;
    color: #9B000C;
}
#tslp #about p.note {
    font-size: 14px;
    font-weight: 600;
    margin-top: 20px;
}
@media (max-width: 768px) {
    #tslp #about {
        padding: 10% 0;
    }
    #tslp #about .wrapper {
        width: 100%;
        padding: 8% 5% 6%;
    }
    #tslp #about .wrapper img {
        width: 100%;
        margin-top: 6%;
    }
    #tslp #about ul.icons {
        width: 100%;
        flex-wrap: wrap;
        margin: 6% auto 0;
    }
    #tslp #about ul.icons li {
        margin: 5% 0;
        width: 100%;
    }
    #tslp #about ul.icons li:last-child {
        margin-top: 10%;
    }
    #tslp #about ul.icons li p {
        font-size: 1rem;
        margin-top: 15px;
        padding-bottom: 3%;
    }
    #tslp #about ul.icons li p span {
        font-size: 1.2rem;
    }
    #tslp #about p.note {
        font-size: 0.8rem;
        margin-top: 0;
    }
}

/* QnA */
#tslp #qna {
    width: 100%;
    margin: 0;
    padding: 60px 0;
    text-align: center;
    background: #E2E2E2;
}
#tslp #qna .qaList {
    margin-top: -10px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
#tslp #qna dl {
    background: #fff;
    margin: 30px 0;
    padding: 12px 30px 4px;
    box-shadow: 4px 4px 0 0 #435A7D;
}
#tslp #qna .collapsible {
    background-color: #fff;
    color: #002153;
    cursor: pointer;
    margin: 0;
    padding: 0;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-weight: 600;
    font-size: 16px;
}
#tslp #qna .collapsible > div {
    margin: 2px 0 0;
    padding: 0 0 0 30px;
    background: url(../images/Q.jpg) center left no-repeat;
    background-size: 24px;
    letter-spacing: 1px;
}
#tslp #qna .content {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
#tslp #qna .content p {
    margin: 0;
    padding: 10px 0 10px 30px;
    border-top: 2px dotted #002153;
    text-align: left;
    color: #7192C1;
    width: 100%;
    background: url(../images/A.jpg) left 5px no-repeat;
    background-size: 24px;
}
#tslp #qna .content p a {
    text-decoration: underline;
}
#tslp #qna .collapsible:after {
    content: url('../images/plus.jpg');
    display: inline-block;
    vertical-align: text-top;
    transform: scale(0.6);
    float: right;
    margin-top: -34px;
    margin-bottom: 2px;
}
#tslp #qna .active:after {
    content: url('../images/minus.jpg');
}
@media (max-width: 768px) {
    #tslp #qna {
        padding: 10% 0;
    }
    #tslp #qna .qaList {
        margin-top: -10px;
        width: 100%;
    }
    #tslp #qna dl {
        margin: 6% 0;
        padding: 10px 2% 10px 3%;
        box-shadow: 4px 4px 0 0 #435A7D;
        line-height: 160%;
    }
    #tslp #qna .collapsible {
        font-weight: 500;
        font-size: 0.9rem;
        position: relative;
    }
    #tslp #qna .collapsible > div {
        margin: 0;
        padding: 0 10% 0 30px;
        background: url(../images/Q.jpg) left 0 no-repeat;
        background-size: 18px;
    }
    #tslp #qna .collapsible:after {
        transform: scale(0.6);
        position: absolute;
        right: 0;
        top: 27px;
    }
    #tslp #qna .content p {
        margin: 15px 0 0;
        font-size: 0.9rem;
        line-height: 180%;
        padding: 15px 0 10px 30px;
        border-top: 2px dotted #002153;
        text-align: left;
        color: #7192C1;
        width: 100%;
        background: url(../images/A.jpg) 2px 12px no-repeat;
        background-size: 18px;
    }
}

/* special */
#tslp .spacer {
    margin-top: 80px;
}
#tslp #special {
    width: 100%;
    margin: 0;
    padding: 80px 0;
    text-align: center;
    background: #D6E1F0;
}
#tslp #special p.note {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #002153;
    text-align: left;
}
#tslp .heading {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-self: center;
    align-content: center;
    border-top: 3px solid #002153;
    border-bottom: 3px solid #002153;
    padding: 5px 2%;
    margin-bottom: 40px;
}
#tslp .heading img {
    width: 60px;
    margin-right: 30px;
}
#tslp .heading h5 {
    margin: 0;
    padding: 0;
    line-height: 150%;
    color: #002153;
    font-size: 26px;
    font-weight: 600;
}
#tslp .flex {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    align-content: stretch;
}
#tslp .flex dl {
    margin: 0;
    padding: 0;
    width: 31.5%;
}
#tslp .flex dl dt {
    margin: 0 0 10px;
    padding: 20px 0;
    background: url(../images/bg.png) center center no-repeat;
    background-size: 100% 100%;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 24px;
    line-height: 100%;
    font-weight: 400;
}
#tslp .flex dl dt h6 {
    margin: 0;
    padding: 0;
}
#tslp .flex dl dd {
    background: #fff;
    padding: 30px 25px;
    margin: 0;
    position: relative;
}
#tslp .flex dl dd img {
    position: relative;
}
#tslp .flex dl dd img.float {
    position: absolute;
    top: 20px;
    left: 10px;
    width: 50%;
    max-width: 280px;
}
#tslp .flex dl dd hr {
    margin: 20px 0 0;
    padding: 0;
    border: none;
    border-bottom: 2px dotted #D7E6FA;
}
#tslp .flex dl dd p {
    border-bottom: 2px dotted #D7E6FA;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #002153;
    padding: 6px 0;
}
@media (max-width: 768px) {
    #tslp .table {
        min-width: 180vw;
    }
    #tslp .spacer {
        margin-top: 12%;
    }
    #tslp #special {
        padding: 10% 0;
    }
    #tslp #special p.note {
        margin-top: 15px;
        font-size: 0.8rem;
    }
    #tslp .heading {
        border-top: 2px solid #002153;
        border-bottom: 2px solid #002153;
        padding: 6px 2% 7px;
        margin-bottom: 30px;
    }
    #tslp .heading img {
        width: 40px;
        margin-right: 5%;
    }
    #tslp .heading h5 {
        font-size: 1.2rem;
        text-align: left;
    }
    #tslp .flex {
        margin-bottom: 20px;
        flex-wrap: wrap;
    }
    #tslp .flex dl {
        margin: 0 0 6%;
        padding: 0;
        width: 100%;
    }
    #tslp .flex dl:last-child {
        margin: 0;
    }
    #tslp .flex dl dt {
        margin: 0 0 10px;
        padding: 10px 0 12px;
        color: #fff;
        font-size: 1.2rem;
    }
    #tslp .flex dl dt h6 {
        margin: 0;
        padding: 0;
        font-weight: 400;
    }
    #tslp .flex dl dd {
        background: #fff;
        padding: 6% 6% 8%;
        margin: 0;
        position: relative;
    }
    #tslp .flex dl dd img {
        position: relative;
    }
    #tslp .flex dl dd img.float {
        position: absolute;
        top: 10px;
        left: 10px;
        width: 50%;
        max-width: 280px;
    }
    #tslp .flex dl dd hr {
        margin: 20px 0 0;
        padding: 0;
        border: none;
        border-bottom: 2px dotted #D7E6FA;
    }
    #tslp .flex dl dd p {
        font-size: 1rem;
        padding: 6px 0;
    }
}


/* Register */
#tslp #register {
    width: 100%;
    margin: 0;
    padding: 80px 0 100px;
    text-align: center;
    background: #002153;
    color: #002153;
    letter-spacing: 1px;
}
#tslp #register h4 {
    margin-top: 0;
    font-size: 32px;
    color: #fff;
    font-weight: 600;
}
#tslp #register .wrapper02 {
    margin: 0 auto;
    padding: 40px 4%;
    background: #fff;
    border-radius: 30px;
}
#tslp #register .wrapper02 h6 {
    text-align: center;
    background: #002153;
    padding: 8px;
    border-radius: 50px;
    margin: 0 auto 30px;
    color: #fff;
    font-size: 22px;
    letter-spacing: 2px;
    font-weight: 400;
}
#tslp #register .wrapper02 dl {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    align-content: stretch;
}
#tslp #register .wrapper02 dt {
    margin: 0;
    padding: 0;
    width: 58%;
}
#tslp #register .wrapper02 dd {
    margin: 0;
    padding: 0;
    width: 32%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: center;
    align-content: center;
}
#tslp #register .wrapper02 dd ul {
    margin: 0;
    padding: 0;
    width: 100%;
}
#tslp #register .wrapper02 dd ul li {
    margin: 20px 0;
    padding: 0 0 0 35px;
    line-height: 220%;
    text-align: left;
    font-weight: 600;
    font-size: 16px;
}
#tslp #register .wrapper02 dd ul li:first-child {
    background: url(../images/01.jpg) left 7px no-repeat;
    background-size: 22px;
}
#tslp #register .wrapper02 dd ul li:nth-child(2) {
    background: url(../images/02.jpg) left 7px no-repeat;
    background-size: 22px;
}
#tslp #register .wrapper02 dd ul li:nth-child(3) {
    background: url(../images/03.jpg) left 7px no-repeat;
    background-size: 22px;
}
#tslp #register .spacer {
    margin-top: 60px;
}
@media (max-width: 768px) {
    #tslp #register {
        padding: 10% 0 12%;
    }
    #tslp #register h4 {
        font-size: 1.2rem;
    }
    #tslp #register .wrapper02 {
        padding: 8% 4%;
    }
    #tslp #register .wrapper02 h6 {
        padding: 3px 8px;
        margin: 0 auto 20px;
        font-size: 1.2rem;
    }
    #tslp #register .wrapper02 dl {
        flex-wrap: wrap;
    }
    #tslp #register .wrapper02 dt {
        margin: 0;
        padding: 0;
        width: 100%;
    }
    #tslp #register .wrapper02 dd {
        margin: 3% 0 0;
        padding: 0;
        width: 100%;
    }
    #tslp #register .wrapper02 dd ul {
        margin: 0;
        padding: 0 6%;
        width: 100%;
    }
    #tslp #register .wrapper02 dd ul li {
        margin: 12px 0;
        padding: 0 0 0 35px;
        font-size: 1rem;
    }
    #tslp #register .spacer {
        margin-top: 10%;
    }
}
