@charset "UTF-8";
/* CSS Document */

.practice {
    padding-top: 100px;
}
@media (max-width:1160px) {
    .practice {
        padding-top: 100px;
    }
} 

.web-section {
    margin-top: 0px;
    padding: 50px ;
}
.web-section h3 {
    font-size: 3.6rem;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 4.8px;
    display: flex;
    justify-content: center;
}
.website_item-list {
    display:block;
    flex-wrap: wrap;
    margin-top: 20px;
}
.category {
    display: flex;
}
.website_item-list h4{
    margin-left: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: left;
    font-size: 3.0rem;
    letter-spacing: 1.92px;
    line-height: 3.8rem;
    border-bottom: 1px solid #333;
}
.website_item-list p {
    margin-left: 10px;
    margin-top: 25px;
    padding: 0px 10px;
    background-color: #dbd6bc;
    color: #fff;
    font-size: 1.3rem;
    letter-spacing: 1px;
}
@media (max-width:1160px) {
    .web-section {
        margin-top: 0px;
        padding: 20px ;
    }
    .web-section h3 {
        font-size: 2.4rem;
        font-weight: 500;
        letter-spacing: 1.2px;
        line-height: normal;
        padding-top: 20px;
    }
    .website_item-list h4{
        font-size: 2.0rem;
        line-height: normal;
        letter-spacing: 1.2px;
    }
}
.top-section {
    display: flex;
    justify-content:space-between;
    align-items: center;
    padding-top: 60px;
    text-align: left;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
    display: block !important; 
    justify-content: center;
}
.mb { 
    display: none !important; 
}
.top-section a{
    width: 70%;
    margin: auto 0;
}
.top-section img {
    width: 100%;
}
.top-description {
    padding-left: 60px;
    padding-right: 60px;
    width: 70%;
}
.top-description span {
    padding-top: 40px;
    font-size: 2.0rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.44px;
}
.top-description p {
    padding-top: 15px;
    padding-bottom: 25px;
    margin-bottom: 20px;
    border-bottom: 1px solid #333;
    letter-spacing: 0.84px;
}

@media (max-width:1160px) {
    .top-section {
        display: block;
        align-items: center;
        padding-top: 50px;
        text-align: left;
    }
    .top-section a{
        width: 100%;
    }
    /* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
    .pc { 
        display: none !important; 
    }
    .mb { 
        display: block !important; 
        text-align: center;
    }
    .top-section img {
        width: 30%;
    }
    .top-description {
        padding-top: 40px;
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
    }
    .top-description p {
        margin-bottom: 20px;
    }
}
.URL {
    text-align: left;
    text-decoration: none;
    color: #333;
}
.URL a{
    text-decoration: none;
    color: #333;
    padding-right: 20px;
}
.impressions {
    padding: 50px;
    text-align: left;
}
.impressions span {
    padding-top: 40px;
    font-size: 2.0rem;
    font-weight: 600;
    letter-spacing: 1.44px;
}
.impressions p {
    padding-top: 15px;
    padding-bottom: 20px;
    letter-spacing: 0.84px;
    font-size: 1.6rem
}
.cutout-section {
    padding: 10px;
    display: flex;
    justify-content: space-between;
}
.cutout-section img {
    width: 90%;
    padding: 10px;
}
@media (max-width:1160px) {
    .URL {
        text-align: left;
        padding-left: 20px;
    }
    .impressions {
        padding: 30px ;
        text-align: left;
    }
    .impressions span {
        padding-top: 40px;
    }
    .impressions p {
        font-size: 1.4rem;    
    }
    .cutout-section {
        padding: 40px;
        display: block;
    }
    .cutout-section img {
        width: 100%;
        padding: 10px;
    }
}
/* 4ページ目のみ */
.top-section-img {
    display: flex;
    justify-content: center;
    align-items: baseline;
    width: 100%;
}
.top-section-img a {
    display: block;
    width: 100%;
    padding-top: 20px;
    text-align: center;
    text-decoration: none;
    color: #333;
}
.before{
    padding: 0px;
}
.top-section-img img {
    width: 100%;
}
.before  img{
    width: 60%;
}
@media (max-width:1160px) {
    .top-section-img {
        display: block;
        text-align: center;
        width: 100%;
        margin: auto 0;
        padding: 40px;
    }
    /* .top-section-img a {
        margin: auto 0;
    } 
    .top-section-img img {
        width: 50%;
    }*/
    .top-section-img .before img{
    width: 40%;
    }
    .top-section-img .mb img{
        width: 50%;
    } 
}
/* ------------------- */
