body {
    width: 100%;
}

span {
    font-family: 'Noto Sans JP', sans-serif;
}

h2 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.6rem;
    letter-spacing: 2px;
    line-height: 2.5rem;
    font-weight: 500;
    color: #E08080;
    margin-bottom: 2px;
}

h3 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.2rem;
    letter-spacing: 1px;
    line-height: 1.2rem;
    font-weight: 400;
    margin-bottom: 2px;
    color: #515151;
}

a {
    font-family: 'Noto Sans JP', sans-serif;
}

p {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 3px;
    line-height: 1.8rem;
    font-family: 'Noto Sans JP', sans-serif;
    color: #515151;
}

li {
    font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (min-width: 790px) {
    .hamburger-demo-menubox {
        display: none;
    }
    #Price .tabs {
        display: none;
    }
    .mor {
        display: none;
    }
    .sp_catchphrase {
        display: none;
    }
    #sp_youtube_cath {
        display: none;
    }
    .contact{
        width: 50%;
        margin: 3% 25%;
    }
    #heda_nav {
        display: flex;
        justify-content: space-between;
        padding: 40px 40px 0 40px;
    }
    #heda_nav nav {
       margin-top: 10px;
    }
    #heda_nav img {
        width: 10%;
    }
    nav a {
        text-decoration: none;
        color: #515151;
        margin-left: 15px;
    }
    nav a:last-child {
        border: 1px solid #E08080;
        border-radius: 5px;
        padding: 10px;
        padding-top: 15px;
        padding-bottom: 15px;
        color: #E08080;
    }

    #pc_display_block{
        display: block;
    }

    #sp_display_block{
        display: none;
    }
    header img {
        width: 100%;
        margin-bottom: 40px;
    }

    #youtube_content h2{
    margin-bottom: 1rem;
    }

    #youtube_content p{
        margin-bottom: 2rem;
    }

    #content {
        width: 100%;
        margin: 0 auto;
    }
    .fast_content {
        width: 88%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding-top: 80px;
    }
    .fast_content h2 {
        padding-bottom: 30px;
    }
    .flex_content {
        width: 70%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding-top: 80px;
        padding-bottom: 80px;
    }
    #youtube_content {
        padding-top: 80px;
        text-align: center;
        background: linear-gradient( rgba(255, 242, 160, 0)60%, #fffacd 60%, #fffacd);
        margin-bottom: 80px;
    }
    #youtube_content h2 {
        font-size: 2rem;
    }
    #youtube_cath {
        color: #515151;
        padding-top: 15px;
        padding-bottom: 50px;
    }
    #introduction {
        width: 100%;
        background-color: #E08080;
        color: white;
        text-align: center;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #introduction h2 {
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 1.8rem;
        letter-spacing: 2px;
        line-height: 2.5rem;
        font-weight: 500;
        color: #E08080;
        margin-bottom: 2px;
    }
    #img {
        width: 45%;
    }
    .flex_content a {
        width: 20px;
        height: 40px;
        padding: 1.5% 20%;
        border: 1px solid #E08080;
        border-radius: 5px;
        text-decoration: none;
        color: white;
        background-color: #E08080;
        font-weight: bold;
    }
    .flex_content .Catchphrase {
        max-width: 70%;
        margin: auto 30px;
        text-align: center;
    }
    .flex_content .Catchphrase h3 {
        padding-top: 40px;
        padding-bottom: 10px;
        font-weight: bold;
        line-height: 1.8rem;
    }
    .content {
        padding-bottom: 70px;
    }
    .flex_content:first-child .content {
        padding-bottom: 45px;
    }
    .flex_content div span {
        font-size: 1.3rem;
        line-height: 2rem;
        letter-spacing: 5px;
    }
    #linlin_youtube {
        width: 60%;
        position: relative;
        padding-bottom: 37%;
        height: 0;
        left: 20%;
        overflow: hidden;
        z-index: 100;
    }
    #youtube {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 90%;
    }
    #ren_title {
        text-align: center;
        padding-top: 100px;
        padding-bottom: 40px;
        font-size: 2rem;
    }
    #news {
        margin-top: 80px;
        padding-top: 50px;
        padding-bottom: 80px;
        border-top: solid 40px rgba(108, 117, 201, 0.1);
        border-bottom: solid 40px rgba(108, 117, 201, 0.1);
    }
    #news_title {
        text-align: center;
        padding-bottom: 40px;
        color: #6c75c9;
        font-size: 2rem;
    }
    .sliderArea {
        max-width: 80%;
        margin: 0 auto;
        padding: 0 25px;
    }
    .sliderArea.w300 {
        max-width: 300px;
        background: #515151;
    }
    .slick-slide {
        margin: 0 5px;
        width: 200px;
        border: 1px solid #515151;
    }
    .slick-slide img {
        width: 100%;
        height: auto;
    }
    .slider h3 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .slick-prev:before, .slick-next:before {
        color: #c9a86c;
        border-radius: 40px;
        font-size: 40px;
    }
    .slick-prev {
        left: -50px;
    }
    .slick-slide {
        transition: all ease-in-out .3s;
        opacity: .2;
    }
    .slick-active {
        opacity: 1;
    }
    .slick-current {
        opacity: 1;
    }
    .thumb {
        margin: 20px 0 0;
    }
    .thumb .slick-slide {
        cursor: pointer;
    }
    .thumb .slick-slide:hover {
        opacity: .7;
    }
    /* スライドする要素 */
    .rencontent {
        width: 300px;
        height: 300px;
        list-style: none;
        background-color: white;
    }
    .rencontent img {
        width: 100%;
    }
    .rencontent h3 {
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    /* スライドレールの枠 */
    .wrap {
        overflow: hidden;
        display: flex;
        align-items: center;
        height: 380px;
        margin-bottom: 100px;
        background: #E08080;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    /* content4つをまとめたスライドブロック */
    .slideshow {
        display: flex;
        /*レーンの速度変更*/
        -webkit-animation: loop-slide 80s infinite linear 1s both;
        animation: loop-slide 80s infinite linear 1s both;
    }
    @-webkit-keyframes loop-slide {
        from {
            transform: translateX(0);
        }
        to {
            transform: translateX(-100%);
        }
    }
    @keyframes loop-slide {
        from {
            transform: translateX(0);
        }
        to {
            transform: translateX(-100%);
        }
    }
    /* ホバー時に動きを止める（パターン2・3）*/
    .slide-paused:hover .slideshow {
        -webkit-animation-play-state: paused;
        animation-play-state: paused;
    }
    /* ホバー時の装飾（パターン3） */
    .content-hover {
        transition: all 0.2s;
        margin-right: 20px;
    }
    .content-hover:hover {
        transform: translateY(-20px);
        border-radius: 0 10%;
        box-shadow: 0 3px 10px 0 #333;
        opacity: 0.8;
        cursor: pointer;
    }
    #Price {
        text-align: center;
        padding-bottom: 150px;
        margin-bottom: 80px;
        border-bottom: solid 40px rgba(108, 117, 201, 0.1);
    }
    #Price img {
        padding-top: 50px;
        width: 70%;
    }
    #stream {
        width: 68%;
        margin: 0 auto;
        padding-bottom: 100px;
    }
    #stream h2 {
        font-size: 2rem;
    }
    #stream p {
        font-size: 0.7rem;
    }
    #stream #stream_text {
        padding-top: 20px;
        font-size: 1rem;
    }
    #stream p:last-child {
        line-height: 10px;
    }
    #stream p:nth-last-child(1) {
        padding-left: 10%;
    }
    #stream p:nth-last-child(2) {
        padding-left: 10%;
    }
    .stream {
        text-align: center;
    }
    .stream img {
        width: 80%;
        margin-top: 10px;
        padding: 3%;
    }
    .triangle {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 12.5px 0 12.5px 15px;
        border-color: transparent transparent transparent #515151;
    }
    footer {
        text-align: center;
        width: 100%;
        height: 250px;
        background: #E08080;
        color: white;
    }
    footer img {
        display: block;
        padding-top: 30px;
        padding-left: 30px;
        width: 10%;
        text-align: left;
    }
    #footer_nav {
        padding-top: 20px;
    }
    #footer_nav a {
        padding-left: 30px;
        color: white;
        text-decoration: none;
    }
    small p {
        padding-top: 30px;
        color: white;
    }
    /*=== 画像の表示エリア ================================= */
    #imgs1 {
        position: relative;
        overflow: hidden;
        /* 画像のサイズに合わせて変更ください */
        width: 190px;
        height: 390px;
    }
    #imgs2 {
        position: relative;
        overflow: hidden;
        /* 画像のサイズに合わせて変更ください */
        width: 190px;
        height: 390px;
    }
    #imgs3 {
        position: relative;
        overflow: hidden;
        /* 画像のサイズに合わせて変更ください */
        width: 190px;
        height: 390px;
    }
    #imgs5 {
        position: relative;
        overflow: hidden;
        /* 画像のサイズに合わせて変更ください */
        width: 190px;
        height: 390px;
    }
    #imgs5 img {
        display: block;
        position: absolute;
        /* 画像のサイズを表示エリアに合せる */
        width: inherit;
        height: inherit;
    }
    /*=== 画像の設定 ======================================= */
    .slide img {
        display: block;
        position: absolute;
        /* 画像のサイズを表示エリアに合せる */
        width: inherit;
        height: inherit;
        opacity: 0;
        animation: slideAnime 6s ease infinite;
    }
    /*=== スライドのアニメーションを段差で開始する ========= */
    .slide img:nth-of-type(1) {
        animation-delay: 0s
    }
    .slide img:nth-of-type(2) {
        animation-delay: 3s
    }
    /*=== スライドのアニメーション ========================= */
    @keyframes slideAnime {
        0% {
            opacity: 0
        }
        5% {
            opacity: 1
        }
        50% {
            opacity: 1
        }
        55% {
            opacity: 0
        }
        100% {
            opacity: 0
        }
    }
    #imgs {
        position: relative;
        overflow: hidden;
        /* 画像のサイズに合わせて変更ください */
        width: 190px;
        height: 390px;
    }
    #imgs4 {
        position: relative;
        overflow: hidden;
        /* 画像のサイズに合わせて変更ください */
        width: 190px;
        height: 390px;
    }
    .slides img {
        display: block;
        position: absolute;
        /* 画像のサイズを表示エリアに合せる */
        width: inherit;
        height: inherit;
        opacity: 0;
        animation: slidesAnime 9s ease infinite;
    }
    /*=== スライドのアニメーションを段差で開始する ========= */
    .slides img:nth-of-type(1) {
        animation-delay: 0s
    }
    .slides img:nth-of-type(2) {
        animation-delay: 3s
    }
    .slides img:nth-of-type(3) {
        animation-delay: 6s
    }
    /*=== スライドのアニメーション ========================= */
    @keyframes slidesAnime {
        0% {
            opacity: 0
        }
        3% {
            opacity: 1
        }
        35% {
            opacity: 1
        }
        40% {
            opacity: 0
        }
        100% {
            opacity: 0
        }
    }
    .hamburger-menu {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .sp_catchphrase {
        text-align: center;
    }
}

@media screen and (max-width: 790px) {
    .fast_content .Catchphrase {
        display: none;
    }
    h2 {
        font-size: 16px;
        letter-spacing: 1px;
        line-height: 25px;
    }

    h2 {
        font-size: 16px;
        letter-spacing: 1px;
        line-height: 25px;
        margin-bottom: 1rem;
    }

    p {
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 25px;
    }

    .contact{
        width: 70%;
        margin: 10% 15%;
    }
    #content {
        width: 100%;
    }
    #heda_nav {
        display: none;
    }

    #sp_display_block{
        display: block;
    }

    #pc_display_block{
        display: none;
    }

    header img {
        width: 100%;
    }
    .fast_content {
        width: 80%;
        margin: 0 auto;
    }
    .fast_content img {
        width: 100%;
    }
    .sp_catchphrase h2 {
        padding-top: 30px;
        padding-bottom: 10px;
    }
    .content p {
        padding-bottom: 10px;
    }
    #youtube_content h2 {
        padding-top: 40px;
        padding-bottom: 2%;
        text-align: center;
        font-size: 1.5rem;
    }
    #youtube_cath {
        display: none;
    }
    #sp_youtube_cath {
        color: #515151;
        text-align: center;
        padding-bottom: 30px;
        line-height: 20px;
    }
    #linlin_youtube {
        display: block;
        width: 100%;
        position: relative;
        padding-bottom: 60%;
        height: 0;
        overflow: hidden;
        z-index: 100;
    }
    #youtube {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 90%;
    }
    #introduction {
        margin-top: 0;
        text-align: center;
        padding: 10px;
        background-color: #E08080;
        color: white;
    }
    .flex_content {
        text-align: center;
    }
    .flex_content .Catchphrase h2 {
        padding-top: 50px;
        font-size: 1.5rem;
    }
    .flex_content .Catchphrase h3 {
        padding-top: 10px;
        font-size: 15px;
        font-weight: bold;
        padding-bottom: 15px;
    }
    .flex_content .Catchphrase .content p {
        font-size: 14px;
        line-height: 20px;
    }
    .flex_content .Catchphrase .content {
        padding-bottom: 30px;
    }
    .flex_content img {
        width: 190px;
        height: 350px;
    }
    .flex_content a {
        margin: 0 auto;
        width: 45%;
        color: white;
        padding-top: 5px;
        padding-bottom: 5px;
        border-radius: 5px;
        background-color: #E08080;
        text-decoration: none;
        margin-top: 30px;
        margin-bottom: 50px;
    }
    #flex_contents .flex_content:first-child {
        display: flex;
        flex-direction: column;
    }
    #flex_contents .flex_content:first-child #imgs {
        order: 2;
    }
    #flex_contents .flex_content:first-child a {
        order: 3;
    }
    #flex_contents .flex_content:nth-child(2) {
        display: flex;
        flex-direction: column;
    }
    #flex_contents div:nth-child(2) .flex_content .Catchphrase {
        order: 1;
    }
    #flex_contents div:nth-child(2) .flex_content #imgs1 {
        order: 2;
    }
    #flex_contents div:nth-child(2) .flex_content a {
        order: 3;
    }
    #flex_contents .flex_content:nth-child(3) {
        display: flex;
        flex-direction: column;
    }
    #flex_contents .flex_content:nth-child(3) #imgs {
        order: 2;
    }
    #flex_contents .flex_content:nth-child(3) a {
        order: 3;
    }
    #flex_contents div:nth-child(4) .flex_content .Catchphrase {
        order: 1;
    }
    #flex_contents div:nth-child(4) .flex_content #imgs3 {
        order: 2;
    }
    #flex_contents div:nth-child(4) .flex_content a {
        order: 3;
    }
    #flex_contents .flex_content:nth-child(5) {
        display: flex;
        flex-direction: column;
    }
    #flex_contents .flex_content:nth-child(5) #imgs4 {
        order: 2;
    }
    #flex_contents .flex_content:nth-child(5) a {
        order: 3;
    }
    #flex_contents div:nth-child(6) .flex_content .Catchphrase {
        order: 1;
    }
    #flex_contents div:nth-child(6) .flex_content #imgs5 {
        order: 2;
    }
    #flex_contents div:nth-child(6) .flex_content a {
        order: 3;
    }
    .Catchphrase {
        text-align: center;
    }
    .Catchphrase a {
        display: none;
    }
    #news {
        margin-top: 80px;
        padding-top: 50px;
        padding-bottom: 80px;
        border-top: solid 20px rgba(108, 117, 201, 0.1);
        border-bottom: solid 20px rgba(108, 117, 201, 0.1);
    }
    #news_title {
        font-size: 20px;
        text-align: center;
        padding-bottom: 40px;
        color: #6c75c9;
    }
    #Price {
        width: 100%;
    }
    #Price h2 {
        font-size: 20px;
        padding-bottom: 10px;
    }

    #Price h3 {
        font-size: 18px;
        padding-bottom: 10px;
    }
    .sliderArea {
        width: 85%;
        margin: 0 auto;
        padding: 0 25px;
    }
    .sliderArea.w300 {
        max-width: 300px;
        background: #515151;
    }
    .slick-slide {
        margin: 0 5px;
        width: 200px;
        border: 1px solid #515151;
    }
    .slick-slide img {
        width: 100%;
        height: auto;
    }
    .slider h3 {
        font-size: 1rem;
        padding-top: 5px;
        padding-bottom: 5px;
        overflow-wrap: break-word;
    }
    .slick-prev:before, .slick-next:before {
        color: #c9a86c;
        border-radius: 40px;
        font-size: 30px;
    }
    .slick-prev {
        left: -30px;
    }
    .slick-next {
        right: -18px;
    }
    .slick-slide {
        transition: all ease-in-out .3s;
        opacity: .2;
    }
    .slick-active {
        opacity: 1;
    }
    .slick-current {
        opacity: 1;
    }
    .thumb {
        margin: 20px 0 0;
    }
    .thumb .slick-slide {
        cursor: pointer;
    }
    .thumb .slick-slide:hover {
        opacity: .7;
    }
    .rencontent {
        width: 200px;
        height: 200px;
        list-style: none;
        background-color: white;
    }
    .rencontent img {
        width: 100%;
    }
    .rencontent h3 {
        text-align: center;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    #ren_title {
        font-size: 20px;
        text-align: center;
        padding-top: 80px;
        padding-bottom: 25px;
    }
    /* スライドレールの枠 */
    .wrap {
        overflow: hidden;
        display: flex;
        align-items: center;
        height: 220px;
        margin-bottom: 50px;
        background: #E08080;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    /* content4つをまとめたスライドブロック */
    .slideshow {
        display: flex;
        /*レーンの速度変更*/
        -webkit-animation: loop-slide 80s infinite linear 1s both;
        animation: loop-slide 80s infinite linear 1s both;
    }
    @-webkit-keyframes loop-slide {
        from {
            transform: translateX(0);
        }
        to {
            transform: translateX(-100%);
        }
    }
    @keyframes loop-slide {
        from {
            transform: translateX(0);
        }
        to {
            transform: translateX(-100%);
        }
    }
    /* ホバー時に動きを止める（パターン2・3）*/
    .slide-paused:hover .slideshow {
        -webkit-animation-play-state: paused;
        animation-play-state: paused;
    }
    /* ホバー時の装飾（パターン3） */
    .content-hover {
        transition: all 0.2s;
        margin-right: 20px;
    }
    .content-hover:hover {
        transform: translateY(-20px);
        border-radius: 0 10%;
        box-shadow: 0 3px 10px 0 #333;
        opacity: 0.8;
        cursor: pointer;
    }

    footer {
        display: flex;
        flex-flow: column;
        margin-top: 20px;
        text-align: center;
        background-color: #E08080;
    }
    footer #footer_nav {
        padding-bottom: 10px;
    }
    footer img {
        width: 15%;
        margin: 0 auto;
        padding-top: 20px;
        padding-bottom: 30px;
    }
    footer small p {
        color: white;
    }
    #footer_nav{
        display: flex;
        flex-flow: column;
    }
    footer nav a {
        text-decoration: none;
        color: white;
        font-size: 14px;
        padding-bottom: 10px;
    }
    /*=== 画像の表示エリア ================================= */
    #imgs1 {
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        /* 画像のサイズに合わせて変更ください */
        width: 190px;
        height: 350px;
    }
    #imgs2 {
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        /* 画像のサイズに合わせて変更ください */
        width: 190px;
        height: 350px;
    }
    #imgs3 {
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        /* 画像のサイズに合わせて変更ください */
        width: 190px;
        height: 350px;
    }
    #imgs5 {
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        /* 画像のサイズに合わせて変更ください */
        width: 190px;
        height: 350px;
    }
    #imgs5 img {
        display: block;
        position: absolute;
        /* 画像のサイズを表示エリアに合せる */
        width: inherit;
        height: inherit;
    }
    /*=== 画像の設定 ======================================= */
    .slide img {
        display: block;
        position: absolute;
        /* 画像のサイズを表示エリアに合せる */
        width: inherit;
        height: inherit;
        opacity: 0;
        animation: slideAnime 6s ease infinite;
    }
    /*=== スライドのアニメーションを段差で開始する ========= */
    .slide img:nth-of-type(1) {
        animation-delay: 0s
    }
    .slide img:nth-of-type(2) {
        animation-delay: 3s
    }
    /*=== スライドのアニメーション ========================= */
    @keyframes slideAnime {
        0% {
            opacity: 0
        }
        5% {
            opacity: 1
        }
        50% {
            opacity: 1
        }
        55% {
            opacity: 0
        }
        100% {
            opacity: 0
        }
    }
    #imgs {
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        /* 画像のサイズに合わせて変更ください */
        width: 190px;
        height: 350px;
    }
    #imgs4 {
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        /* 画像のサイズに合わせて変更ください */
        width: 190px;
        height: 350px;
    }
    .slides img {
        display: block;
        position: absolute;
        /* 画像のサイズを表示エリアに合せる */
        width: inherit;
        height: inherit;
        opacity: 0;
        animation: slidesAnime 9s ease infinite;
    }
    /*=== スライドのアニメーションを段差で開始する ========= */
    .slides img:nth-of-type(1) {
        animation-delay: 0s
    }
    .slides img:nth-of-type(2) {
        animation-delay: 3s
    }
    .slides img:nth-of-type(3) {
        animation-delay: 6s
    }
    /*=== スライドのアニメーション ========================= */
    @keyframes slidesAnime {
        0% {
            opacity: 0
        }
        3% {
            opacity: 1
        }
        35% {
            opacity: 1
        }
        40% {
            opacity: 0
        }
        100% {
            opacity: 0
        }
    }
    /*タブ切り替え全体のスタイル*/
    .tabs {
        margin-top: 50px;
        padding-bottom: 40px;
        background-color: #fff;
        width: 100%;
        margin: 0 auto;
    }
    .tabs h3 {
        width: 100%;
        font-size: 15px;
        text-align: center;
        padding-top: 5px;
        padding-bottom: 5px;
        color: white;
        background-color: #E08080;
    }
    #cost {
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
    }
    /*タブのスタイル*/
    .tab_item {
        width: calc(100%/3);
        height: 50px;
        border-bottom: 3px solid white;
        background-color: #c9a86c;
        line-height: 21px;
        font-size: 15px;
        font-family: 'Noto Sans JP', sans-serif;
        text-align: center;
        color: white;
        display: block;
        float: left;
        text-align: center;
        transition: all 0.2s ease;
    }
    .tab_item:hover {
        opacity: 0.75;
    }
    /*ラジオボタンを全て消す*/
    input[name="tab_item"] {
        display: none;
    }
    /*タブ切り替えの中身のスタイル*/
    .tab_content {
        display: none;
        overflow-wrap: break-word;
    }
    /*選択されているタブのコンテンツのみを表示*/
    #all:checked~#all_content, #programming:checked~#programming_content, #design:checked~#design_content {
        display: block;
    }
    /*選択されているタブのスタイルを変える*/
    .tabs input:checked+.tab_item {
        background-color: #c9b06c;
        color: #fff;
    }
    #Price img {
        display: none;
    }
    .function {
        width: 100%;
        display: flex;
        justify-content: space-around;
    }
    .function ul {
        width: 100%;
        padding-top: 20px;
        padding-left: 20px;
    }
    .function ul:nth-child(1) {
        margin-left: 15px;
    }
    .function ul:nth-child(2) {
        padding-left: 20px;
    }
    .function ul li {
        font-size: 15px;
        list-style: disc;
        line-height: 30px;
    }
    .limit {
        font-size: 16px;
        font-weight: bold;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
    }
    .limits {
        background-color: #E08080;
        color: white;
        padding: 5px 20px;
        margin-top: 100px;
    }
    .basic {
        background-color: #E08080;
        color: white;
        padding: 5px 50px;
    }
    .pran {
        padding-top: 20px;
        font-size: 15px;
        list-style: disc;
        line-height: 20px;
        padding-left: 40px;
        padding-bottom: 30px;
        border-bottom: solid 5px #E08080;
    }
    .stream {
        text-align: center;
    }

    .stream img {
        width: 90%;
        margin-top: 10px;
        padding: 3%;
    }
    #stream p:nth-last-child(1) {
        font-size: 10px;
        text-align: center;
        line-height: 15px;
    }
    #stream p:nth-last-child(2) {
        font-size: 10px;
        text-align: center;
        line-height: 15px;
    }
    #last_name {
        font-size: 5px;
        text-align: center;
        line-height: 15px;
    }
    .triangle {
        margin: 0 auto;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #515151;;
    }
    .demobox-header {
        height: 25px;
        padding: 1em;
    }
    /* 全体調整CSS */
    .hamburger-demo-menubox * {
        font-size: 16px;
    }
    .hamburger-demo-menubox li {
        font-size: 14px;
    }
    /* hamburgerここから */
    /* inputを非表示 */
    .input-hidden {
        display: none;
    }
    /* label */
    .hamburger-demo-switch {
        cursor: pointer;
        position: absolute;
        right: 3%;
        top: 0;
        /* ハンバーガーアイコンの位置（上から） */
        z-index: 9999;
        width: 4em;
        /* アイコン（クリック可能領域）の幅 */
        height: 4em;
        /* アイコン（クリック可能領域の）高さ */
    }
    /* メニュー展開時にハンバーガーアイコンを固定 */
    #hamburger-demo1:checked~.hamburger-demo-switch {
        position: fixed;
    }
    /* ハンバーガーアイコン */
    .hamburger-switch-line1, .hamburger-switch-line1-before, .hamburger-switch-line1-after {
        width: 25px;
        height: 3px;
        background: #E08080;
        /* ハンバーガーアイコンの色 */
        position: absolute;
        top: 50%;
        left: 50%;
        transition: .3s;
        content: "";
    }
    .hamburger-switch-line1 {
        transform: translate(-50%, -50%);
    }
    .hamburger-switch-line1-before {
        transform: translate(-50%, -300%);
    }
    .hamburger-switch-line1-after {
        transform: translate(-50%, 200%);
    }
    /* ハンバーガーアイコン･アニメーション */
    #hamburger-demo1:checked~.hamburger-demo-switch .hamburger-switch-line1 {
        width: 0;
    }
    #hamburger-demo1:checked~.hamburger-demo-switch .hamburger-switch-line1-before {
        transform: rotate(45deg) translate(-40%, 325%);
    }
    #hamburger-demo1:checked~.hamburger-demo-switch .hamburger-switch-line1-after {
        transform: rotate(-45deg) translate(-40%, -325%);
    }
    /* メニューエリア */
    .hamburger-demo-menuwrap {
        position: fixed;
        height: 100%;
        background: #fafafa;
        /* メニューエリアの背景色 */
        padding: 5em 3% 2em;
        z-index: 9998;
        transition: .3s;
        /* メニュー内容が多い場合に縦スクロールする */
        top: 0;
        left: 100%;
        width: 70%;
    }
    /* メニューリスト */
    .hamburger-demo-menulist {
        margin-right: 3%;
        padding-left: 5% !important;
        /* !important不要な場合もあり */
        list-style: none;
    }
    .hamburger-demo-menulist li a {
        text-decoration: none;
        color: #515151;
        /* メニューリストの文字色 */
        display: block;
        padding: 1em 0;
        border-bottom: solid 1px #515151;
    }
    /* メニューエリア･アニメーション */
    /* 右から */
    #hamburger-demo1:checked~.hamburger-demo-menuwrap {
        left: 30%;
    }
    /* コンテンツカバー */
    #hamburger-demo1:checked~.hamburger-demo-cover {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 9997;
        background: rgba(3, 3, 3, .5);
        display: block;
    }
}
@media screen and (max-width: 600px) {
    .sp_catchphrase {
        text-align: left;
    }
    .function ul li{
        font-size: 14px;
        line-height: 23px;
    }
    .pran {
        padding-top: 20px;
        font-size: 14px;
        list-style: disc;
        line-height: 23px;
        padding-left: 40px;
        padding-bottom: 30px;
        border-bottom: solid 5px #E08080;
    }

}