@charset "UTF-8";

/*** The new CSS reset - version 1.5.1 (last updated 1.3.2022) ***/
*:where(:not(iframe,canvas,img,svg,video):not(svg *,symbol *)){all:unset;display:revert}*,*::before,*::after{box-sizing:border-box}a,button{cursor:revert}ol,ul,menu{list-style:none}img{max-width:100%}table{border-collapse:collapse}textarea{white-space:revert}meter{-webkit-appearance:revert;appearance:revert}::placeholder{color:unset}:where([hidden]){display:none}:where([contenteditable]){-moz-user-modify:read-write;-webkit-user-modify:read-write;overflow-wrap:break-word;-webkit-line-break:after-white-space}:where([draggable="true"]){-webkit-user-drag:element}

body{
    font-family: 'Noto Sans JP', sans-serif;
}
img{
    width: 100%;
    height: auto ;
}
.support-header{
    display: block;
    background-color:#fff;
    text-align: center;
    width: 160px;
    padding: 20px 0;
    margin: 0 auto;
}
@media screen and (min-width: 600px) {
    .support-header{
        width: 200px;
    }
}
.support{
    background-color: #F2F3F8;
    width:100%;
    min-width: 300px;
    height:100%;
}
.support-outer{
    max-width:600px ;
    min-width: 300px;
    width:100%;
    margin:0 auto;
    padding:40px 0 60px;
}
@media screen and (min-width: 600px) {
    .support-outer{
        max-width:600px ;
        width:100%;
        margin:0 auto;
    }
}
.support-ttl{
    text-align: center;
    font-size:24px;
    font-weight: bold;
}
@media screen and (min-width: 600px) {
    .support-ttl{
        font-size:36px;
        color:#323232;
    }
}
.text-default,
.support-faqlist li{
    font-size:14px;
    line-height:22px;
}
.text-default + .text-default{
    margin-top:15px;
}
.support-faqlist li + li{
    margin-top:15px;
}
.support-wrapper{
    width: calc(100% - 40px);
    margin: 0 auto;
}
.support-wrapper + .support-wrapper{
    margin-top:40px;
}
.link-underline-01{
    color:#C20813;
    text-decoration: underline;
}
.link-underline-01:hover{
    opacity:.8;
}
.link-underline-02{
    text-decoration: underline;
    display: inline-flex;
}
.link-underline-02::before{
    content: '';
    display: inline;
    text-decoration: underline;
    background-image: url(https://www.passion-leaders.com/img/common/arrow_r_red02_s.png);
    background-repeat: no-repeat;
    background-size: 14px;
    padding-left: 24px;
    vertical-align: top;
}
.link-underline-02:hover{
    opacity:.8;
}
.link-underline-02 span{
    font-size: 14px;
    margin-top: -4px;
    line-height: 22px;
    display: inline-block;
}
.button-wrap + .button-wrap{
    margin-top: 25px;
}
.button a{
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    background-color:#fff;
    padding: 20px 80px 20px 20px;
    display: block;
    width: 100%;
    border-radius: 10px;
    position: relative;
}
@media screen and (min-width: 600px) {
    .button a{
        font-size: 18px;
        font-weight: bold;
        background-color:#fff;
        padding: 15px 0 15px 20px;
        display: block;
        width: 100%;
        border-radius: 10px;
    }
}
.button a:hover {
    opacity: .8;
}
.button-arrow a{
    position: relative;
}
.button-arrow a::before,
.button-arrow a::after{
    content: "";
    width: 12px;
    height: 3px;
    display: inline-block;
    border-radius: 2px;
    background: #D01E1B;
    position: absolute;
    right: 20px;
}
.button-arrow a::before {
    top: calc(50% - 5px);
    transform: rotate(47deg);
}
.button-arrow a::after {
    bottom: calc(50% - 5px);
    transform: rotate(-47deg);
}

/* footer */
.support-footer{
    width: 100%;
    min-width: 300px;
    height:auto;
}
.support-footer-eventlist{
    background-color:#474A50;
}
.eventlist{
    display: flex;
    flex-wrap:wrap;
    min-width: 300px;
    max-width: 600px;
    margin:0 auto;
}
.eventlist li{
    border-bottom: 1px solid #5F6165;
    width:50%;
}
.eventlist li:nth-child(odd){
    border-right: 1px solid #5F6165;
}
.eventlist a{
    color: #E6E6E6;
    font-weight: 200;
    font-size: 13px;
    margin: 3px 0 0 0;
    padding: 13px 20px 13px 36px;
    display: block;
}
.eventlist a:hover{
    opacity:.8;
}
.eventlist-arrow{
    position: relative;
}
.eventlist-arrow::before,
.eventlist-arrow::after{
    content: "";
    width: 7px;
    height: 1px;
    display: inline-block;
    border-radius: 0;
    background: #E6E6E6;
    position: absolute;
    left: 20px;
}
.eventlist-arrow::before {
    top: calc(50% - 3px);
    transform: rotate(45deg);
}
.eventlist-arrow::after {
    bottom: calc(50% - 3px);
    transform: rotate(-45deg);
}
.support-footer-menulist{
    background-color:#27292E;
}
.menulist{
    min-width: 300px;
    max-width: 600px;
    margin:0 auto;
}
.menulist li{
    padding:13px 0;
    text-align: center;
}
.menulist li + li{
    border-top: 1px solid #474A50;
}
.menulist li a{
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
}
.menulist li a:hover{
    opacity:.8;
}
.menulist li a + a{
    margin-left:1em;
    padding-left:1em ;
    border-left: 2px solid #fff;
}