@charset "UTF-8";
/*----------------------------------
全体
----------------------------------*/
#list {
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.5;
    letter-spacing: 0.09em;
    word-break: break-all;
    text-size-adjust: none;
    font-feature-settings: "palt";
    color: #464646;
    font-size: 18px;
}
.wrapper {
    width: 1040px;
    margin: 0 auto;
    overflow: hidden;
}
.t-center {
    text-align: center;
}
.t-left {
    text-align: left;
}
.t-right {
    text-align: right;
}
.block {
    display: block;
}
img, iframe {
    display: block;
}
img {
    width: 100%;
    margin: 0 auto;
}
a:hover img {
    opacity: 0.8;
}
sup {
    font-size: x-small;
}
.pc {
    display: block;
}
.mobi {
    display: none;
}
.fbox {
    display: flex;
    margin-bottom: 6rem;
}
/*----------------------------------
文字スタイル
----------------------------------*/
strong, b, .strong {
    font-weight: bold;
}
.notes {
    font-size: 0.8em;
}
.ptb15 {
    padding: 1.5rem 0;
}
.pt10 {
    padding-top: 1rem;
}
h2 {
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 2rem;
    font-weight: 400;
    letter-spacing: 0.2em;
}
h3{
    font-weight: 400;
    padding-bottom: 5px;
}
/*----------------------------------
メイン部分
----------------------------------*/
section {
    margin: 6rem auto;
    box-sizing: border-box;
}
section ul {
    padding-bottom: 6rem;
}
section .fbox img {
    width: 248px;
    margin: 0;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin-right: 6rem;
}
section .fbox p {
    font-size: 0.9em;
    font-weight: 600;
}
section .fbox a {
    width: 24rem;
    height: 5rem;
    background: #464646;
    color: #fff;
    border-radius: 30px;
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1em 0     0;
}
@media(max-width: 1024px) {
    #list {
        font-size: 16px;
    }
    .pc {
        display: none;
    }
    .mobi {
        display: block;
    }
    .wrapper {
        width: 100%;
        padding: 0 6%;
        margin-top: 4rem;
    }
    .border {
        padding: 0;
    }
    .ptb15 {
        padding: 5px 0 15px;
        text-align: left;
    }
    h2{
        font-size: 2.4rem;
        letter-spacing: 0.2em;
    }
    h3{
        padding-top: 1em;
    }
    sup {
        font-size: 0.5em;
    }
    .fbox{
                flex-direction: column;
        align-items: center;
    }
    section {
        margin: 2rem auto;
    }
    section ul{
        padding-bottom: 2rem;
    }
    
    section .fbox img{
        margin: 0 auto;
    }
    section .fbox a{
        margin: 1em auto 0;
    }
    
    section .fbox p{
        text-align: center;
    }
 
}