@charset "UTF-8";
body{
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif !important;
}

#loading {
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    z-index: 100;
}
#loading img {
    position: absolute;
    width: 300px;
    height: auto;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

/* --- header --- */
header {
    width: 100%;
    padding: 16px 3%;
    display: flex!important;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    justify-content: space-between;
    transition: all .3s ease;
}
header.on{
    background: #ffffff;
    border-bottom: 1px solid #0000001f;
}
header h1.logo{
    width: 160px;
    margin: 0;
}
header h1.logo img{
    width: 100%;
    vertical-align: top;
}
header ul.nav{
    display: flex;
    align-items: center;
}
header ul.nav li a{
    position: relative;
    color: #565656;
    cursor: pointer;
    font-weight: 600;
    transition: all .5s ease; 
}
header ul.nav li a:hover{
    background-color: unset;
    color: #d71920;
}


/* --- main --- */
#main {
    position: relative;
    background: url(/ja-jp/support-channel/introduction/main.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    width: calc(100%);
    height: 31vw;
    background-size: cover;
    margin: 0;
}
#main h2{
    position: absolute;
    left: 7%;
    bottom: 7vw;
    font-size: max(40px, 3.2vw);
    font-weight: bold;
    margin: 0;
    color: #8e8e8e;
    text-shadow: rgb(255 255 255 / 87%) 4px 0px 0px, rgb(255 255 255 / 87%) 3.87565px 0.989616px 0px, rgb(255 255 255 / 87%) 3.51033px 1.9177px 0px, rgb(255 255 255 / 87%) 2.92676px 2.72656px 0px, rgb(255 255 255 / 87%) 2.16121px 3.36588px 0px, rgb(255 255 255 / 87%) 1.26129px 3.79594px 0px, rgb(255 255 255 / 87%) 0.282949px 3.98998px 0px, rgb(255 255 255 / 87%) -0.712984px 3.93594px 0px, rgb(255 255 255 / 87%) -1.66459px 3.63719px 0px, rgb(255 255 255 / 87%) -2.51269px 3.11229px 0px, rgb(255 255 255 / 87%) -3.20457px 2.39389px 0px, rgb(255 255 255 / 87%) -3.69721px 1.52664px 0px, rgb(255 255 255 / 87%) -3.95997px 0.56448px 0px, rgb(255 255 255 / 87%) -3.97652px -0.432781px 0px, rgb(255 255 255 / 87%) -3.74583px -1.40313px 0px, rgb(255 255 255 / 87%) -3.28224px -2.28625px 0px, rgb(255 255 255 / 87%) -2.61457px -3.02721px 0px, rgb(255 255 255 / 87%) -1.78435px -3.57996px 0px, rgb(255 255 255 / 87%) -0.843183px -3.91012px 0px, rgb(255 255 255 / 87%) 0.150409px -3.99717px 0px, rgb(255 255 255 / 87%) 1.13465px -3.8357px 0px, rgb(255 255 255 / 87%) 2.04834px -3.43574px 0px, rgb(255 255 255 / 87%) 2.83468px -2.82216px 0px, rgb(255 255 255 / 87%) 3.44477px -2.03312px 0px, rgb(255 255 255 / 87%) 3.84068px -1.11766px 0px, rgb(255 255 255 / 87%) 3.9978px -0.132717px 0px;
}
#main h2 span{
    font-size: max(20px, 1.2vw);
    display: block;
    margin: 0px 2.6% 22px;
    text-transform: uppercase;
    color: #a7a7a7;
    text-shadow: 0px 4px 1px #fff, 1px 3px 1px #fff, 2px 3px 1px #fff, 2px 2px 1px #fff, 3px 2px 1px #fff, 3px 1px 1px #fff, 4px 0px 1px #fff, 3px -1px 1px #fff, 3px -2px 1px #fff, 2px -2px 1px #fff, 2px -3px 1px #fff, 1px -3px 1px #fff, 0px -4px 1px #fff, -1px -3px 1px #fff, -2px -3px 1px #fff, -2px -2px 1px #fff, -3px -2px 1px #fff, -3px -1px 1px #fff, -4px 0px 1px #fff, -3px 1px 1px #fff, -3px 2px 1px #fff, -2px 2px 1px #fff, -2px 3px 1px #fff, -1px 3px 1px #fff;
    letter-spacing: 0.05em;
}


/* --- section --- */
section{
    padding: 9vw 5% 1vw;
}
section .wrap{
    display: flex;
    margin:auto;
    justify-content: space-evenly;
}
section .wrap .contents p.subtitle{
    font-size: 18px;
    font-weight: 600;
    color: #d2d2d2;
    text-shadow: 0 1px 1px #d2d2d2;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-left: 6px;
    margin: 0 0 16px 6px;
}
section .wrap .contents h3.title{
    font-size: max(28px, 2.6vw);
    font-weight: bold;
    line-height: 140%;
    margin: 0 0 24px;
}
section .wrap .contents .description{
    margin-bottom: 44px;
}
section .wrap .contents .description p{
    font-size: 18px;
    line-height: 170%;
    font-weight: 600;
    margin-bottom: 14px;
}

/* --- about --- */
section#about{
    
}
section#about .wrap .img {
    width: 50%;
    padding-left: 2%; 
}
section#about .wrap .img img{
    padding: 0 9%;
    margin: auto;
    text-align: center;
    width: 90%;
}
section#about .wrap .contents {
    width: 50%;
    padding-left: 2%; 
}
section#about .wrap .contents .point{
    overflow: hidden;
}
section#about .wrap .contents .point .box{
    margin-left: 4%;
    float: left;
    text-align: center;
}
section#about .wrap .contents .point .box:first-child{
    margin-left: 0;
}
section#about .wrap .contents .point svg.icon{
    fill: rgb(223, 86, 86);
    width: 60px;
}
section#about .wrap .contents .point p.text {
    margin-top: 16px;
    font-weight: 600;
    font-size: 15px;
    fill: #5a5a5a;
}

/* --- dls --- */
section#dls{
    
}
section#dls .wrap{
    flex-direction: row-reverse;
}
section#dls .wrap .img {
    width: 30%;
    flex: 1;
}
section#dls .wrap .img img{
    padding: 0% 13% 8%;
    margin: auto;
    text-align: center;
    width: 90%;
}
section#dls .wrap .contents {
    padding: 0 4%;
    width: 76%;
}
section#dls .wrap .contents .description{
    margin-bottom: 24px;
}
section#dls .wrap .contents ul.icon-list{
    margin: 0px 0 34px;
    padding: 0;
    list-style: none;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
section#dls .wrap .contents ul.icon-list li{
    margin-left: 24px;
}
section#dls .wrap .contents ul.icon-list li:nth-child(1){
    margin-left: 0;
}
section#dls .wrap .contents ul.icon-list li svg{
    width: 36px;
    fill: #5a5a5a;
}
section#dls .wrap .contents ul.icon-list li:nth-child(1) svg{
    width: 50px;
}
section#dls .wrap .contents ul.icon-list li:nth-child(5) svg{
    width: 44px;
}
section#dls .wrap .contents button{
    margin: 0 0 20px;
    padding: 0;
    border: none;
    background: none;
}
section#dls .wrap .contents button a{
    position: relative;
    padding: 10px 26px;
    display: block;
    background: rgb(223, 86, 86);
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.05em;
    font-weight: 600;
    border-radius: 6px;
    transition: all .5s ease; 
}
section#dls .wrap .contents button a i{
    margin-left: 4px;
}
section#dls .wrap .contents button a:hover{
    text-decoration: none;
    transform: scale(1.02);
    box-shadow: 0 4px 10px #00000054;
}
section#dls .wrap .contents p.note{
    color: #737373;
    font-weight: 500;
}
section#dls .wrap .contents p.note span{
    display: block;
    padding-left: 1em;
    text-indent: -1em;
    letter-spacing: 0.05em;
    font-size: 15px;
    line-height: 26px;
}
section#dls .wrap .contents p.note span a{
    font-weight: 600;
    color: rgb(223, 86, 86);
    text-decoration: none;
}
section#dls .wrap .contents p.note span a:hover{
    text-decoration: underline;
}

/* --- channel --- */
section#channel{
    margin-bottom: 9vw;
}
section#channel .wrap .contents {
    width: 100%;  
}
section#channel  .wrap .contents p.subtitle{
    text-align: center;  
}
section#channel .wrap .contents h3.title{
    text-align: center;  
}
section#channel .wrap .contents .description{
    text-align: center; 
}
section#channel .wrap .contents .note{
    margin: auto;
    font-size: 12px;
    color: #737373;
    font-weight: 500;
    text-align: center;
}
section#channel .wrap .contents .note a{
    font-weight: 600;
    color: rgb(223, 86, 86);
    text-decoration: none;
}
section#channel .wrap .contents .note a:hover{
    text-decoration: underline;
}
section#channel .wrap .contents .note span{
    display: block;
    padding-left: 1em;
    text-indent: -1em;
    letter-spacing: 0.05em;
    font-size: 15px;
    line-height: 26px;
}
section#channel .wrap .contents ul.channel-list{
    display: flex;
    list-style: none;
    justify-content: center;
    margin: 60px 0;
    padding: 0;
    flex-flow: wrap;
}
section#channel .wrap .contents ul.channel-list li {
    position: relative;
    z-index: 1;
    width: calc(100% / 4);
    margin: 0;
    background: #fff;
    padding: 36px 24px;
    transition: all .3s ease;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}
section#channel .wrap .contents ul.channel-list li:nth-child(1), 
section#channel .wrap .contents ul.channel-list li:nth-child(5) {
    border-left: 1px solid #fff;
}
section#channel .wrap .contents ul.channel-list li:nth-child(4), 
section#channel .wrap .contents ul.channel-list li:nth-child(8) {
    border-right: 1px solid #fff;
}
section#channel .wrap .contents ul.channel-list li:nth-child(n+5) {
    border-bottom: 1px solid #fff;
}

section#channel .wrap .contents ul.channel-list li:not(#mail):hover {
    border: 1px solid #fff;
    transform: scale(1.05);
    box-shadow: 0 10px 26px #00000030;
    z-index: 2;
    border-radius: 4px;
    padding: 36px 24px;
    cursor: pointer;
}
section#channel .wrap .contents ul.channel-list li:not(#mail):after {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    content: "\f08e";
    font-family: FontAwesome;
    top: 14px;
    right: 16px;
    font-weight: 500;
    font-size: 20px;
    color: rgb(223, 86, 86);
    transition: all .5s ease;
}



section#channel .wrap .contents ul.channel-list li:not(#mail):hover:after {
    opacity: 1;
    visibility: visible;
}
section#channel .wrap .contents ul.channel-list li a{
    color: #000;
}
section#channel .wrap .contents ul.channel-list li a:hover,
section#channel .wrap .contents ul.channel-list li a:active,
section#channel .wrap .contents ul.channel-list li a:visited,
section#channel .wrap .contents ul.channel-list li a:focus {
    text-decoration: none;
}
section#channel .wrap .contents ul.channel-list li p.icon {
    position: relative;
    width: 80px;
    height: 80px;
    background: #efefef;
    border-radius: 50%;
    margin: 0 auto 20px;
}
section#channel .wrap .contents ul.channel-list li p.icon img {
    position: absolute;
    width: 36px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    filter: drop-shadow(0px 2px 2px #eeeeee);
}

section#channel .wrap .contents ul.channel-list li#airsupport p.icon img {
    width: 38px;
}
section#channel .wrap .contents ul.channel-list li#tell p.icon img {
    width: 38px;
}
section#channel .wrap .contents ul.channel-list li#chat p.icon img {
    top: 6px;
}
section#channel .wrap .contents ul.channel-list li#mail p.icon img {
    top: 4px;
}
/*section#channel .wrap .contents ul.channel-list li#twitter p.icon img {
    width: 54px;
}*/
/*section#channel .wrap .contents ul.channel-list li#twitter p.icon img {
    width: 54px;
}*/
/*section#channel .wrap .contents ul.channel-list li#community p.icon img {
    width: 42px;
}*/
section#channel .wrap .contents ul.channel-list li#helpcenter p.icon img {
    top:5px;
}
section#channel .wrap .contents ul.channel-list li p.name {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.05em;
}
section#channel .wrap .contents ul.channel-list li p.description {
    text-align: left;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 16px;
}
section#channel .wrap .contents ul.channel-list li p.description a {
    font-weight: 600;
    color: rgb(223, 86, 86);
    text-decoration: none;
    position: relative;
    z-index: 2;
}
section#channel .wrap .contents ul.channel-list li p.description a:hover {
    text-decoration: underline;
}
section#channel .wrap .contents ul.channel-list li .recommend {
    transition: all .5s ease;
    margin-bottom: 20px;
}
section#channel .wrap .contents ul.channel-list li:hover .recommend {
    visibility: visible;
    opacity: 1;
}
section#channel .wrap .contents ul.channel-list li .recommend p{
    position: relative;
    padding: 8px 10px 8px 22px;
    /*padding: 5px 10px;*/
    margin-bottom: 6px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    border-radius: 4px;
    background: #fff2f2;
    color: #585858;
}
section#channel .wrap .contents ul.channel-list li .recommend p:last-child{
    margin-bottom: 0;
    margin-top: -16px;
}
section#channel .wrap .contents ul.channel-list li .recommend p:before{
    content: "・";
    position: absolute;
    left: 10px;
}
section#channel .wrap .contents ul.channel-list li p.time {
    text-align: center;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
}
section#channel .wrap .contents ul.channel-list li a.channel-link {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    opacity: 0;
}

/* footer */
footer{
    width: 100%;
    background: #3e3e3e;
}
footer p{
    text-align: center;
    font-size: 12px;
    line-height: 17px;
    padding: 8px 10px;
    margin: 0;
    color: #fff;
    font-weight: 600;
}


@media screen and (max-width: 1425px) {
    section#about .wrap .contents .description p br{
        display: none;
    }
    section#channel .wrap .contents ul.channel-list:after{
        content: "";
        display: block;
        width: calc(100% / 3);
        border-left: 1px solid #dedede;
    }
    section#channel .wrap .contents ul.channel-list li {
        width: calc(100% / 3);
    }
    section#channel .wrap .contents ul.channel-list li:nth-child(4){
      border-left: 1px solid #fff;
    }
    section#channel .wrap .contents ul.channel-list li:nth-child(5){
      border-left: 1px solid #dedede;
    }
    section#channel .wrap .contents ul.channel-list li:nth-child(7){
      border-left: 1px solid #fff;
    }

    section#channel .wrap .contents ul.channel-list li:nth-of-type(-n+6){
      border-bottom: 1px solid #dedede;
    }

}

@media screen and (max-width: 1240px) {
    section .wrap .contents .description {
        margin-bottom: 16px;
    }
    section#about .wrap .contents .point .box {
        display: flex;
        margin-left: 0;
        float: none;
        text-align: left;
    }
    section#about .wrap .contents .point svg.icon {
        width: 36px;
    }
    section#about .wrap .contents .point p.text {
        padding-left: 17px;
        font-size: 16px;
        margin: 12px 0;
        text-align: left;
    }

}

@media screen and (max-width: 1024px) {
    section {
        padding: 9vw calc(5%) 2vw;
    }
    section#channel .wrap .contents ul.channel-list {
        justify-content: flex-start;
    }
    section#channel .wrap .contents ul.channel-list li {
        width: calc(100% / 2);       
    }
    section#channel .wrap .contents ul.channel-list li:nth-child(odd){
      border-left: 1px solid #fff;
    }
    section#channel .wrap .contents ul.channel-list li:nth-child(even){
      border-left: 1px solid #dedede;
    }
    section#channel .wrap .contents ul.channel-list li:nth-of-type(-n+6){
      border-bottom: 1px solid #dedede;
    }
}


@media screen and (max-width: 768px) {
    #main {
        height: 468px;
        background-size: 240%;
        background-position-x: 100%;
    }
    #main h2{
        position: absolute;
        top: 0px;
        left: 0;
        right: 0;
        bottom: -20px;
        height: max-content;
        min-height: 80px;
        margin: auto;
        font-size: 38px;
        letter-spacing: 0.05em;
        text-align: center;
    }
    #main h2 span {
        font-size: 22px;
        margin: 0 0 12px;}

    section {
        padding: 9vw calc(2%) 2vw;
    }

    section .wrap .contents p.subtitle {
        font-size: 17px;
        margin: 0 0 12px 3px;
    }
    section .wrap .contents h3.title {
        font-size: 28px;
        line-height: 140%;
        margin: 0 0 16px;
    }
    section .wrap .contents h3.title br{
        display: none;
    }
    section .wrap .contents .description p {
        font-size: 17px;
        line-height: 160%;
        margin-bottom: 16px;
    }

    section#about .wrap .img {
        padding-left: 0;
        width: 42%;
    }
    section#about .wrap .img img {
        padding: 0 4%;
        width: 94%;
    }
    section#about .wrap .contents {
        padding: 0 2% 0 0;
        width: 56%;
    }
    section .wrap .contents .description {
        margin-bottom: 16px;
    }
    section#about .wrap .contents .point svg.icon {
        width: 34px;
    }
    section#about .wrap .contents .point p.text {
        padding-left: 16px;
        font-size: 16px;
        margin: 12px 0;
    }



    section#dls .wrap .img img {
        padding: 0 0 12% 10%;
    }
    section#dls .wrap .contents {
        padding: 0 0 0 2%;
        width: 66%;
    }

    section#dls .wrap .contents ul.icon-list li svg{
        width: 30px;
    }
    section#dls .wrap .contents ul.icon-list li:nth-child(1) svg{
        width: 36px;
    }
    section#dls .wrap .contents ul.icon-list li:nth-child(5) svg {
        width: 38px;
    }
    section#dls .wrap .contents ul.icon-list li {
        margin-left: 16px;
    }
    section#dls .wrap .contents ul.icon-list {
        margin: 0 0 24px;
    }
    section#dls .wrap .contents p.note span {
        letter-spacing: 0.05em;
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 6px;
    }

    section#channel .wrap .contents > .description {
        text-align: left;
        padding: 0 2%;
    }
    section#channel .wrap .contents > .description br{
        display: none;
    }
    section#channel .wrap .contents .note {
        text-align: left;
        padding: 0;
        width: 100%;
    }
}


@media screen and (max-width: 414px) {
    #loading img {
        width: 50%;
    }

    header {
        padding: 16px 3%;
    }
    header h1.logo {
        width: 92px;
        height: 27px;
        border-right: 1px solid #ececec;
        padding-right: 12px;
        align-items: center;
    display: flex;
    }
    header ul.nav li a {
        font-size: 11px;
        padding: 0px 6px;
        line-height: 26px;
        text-align: center;
        letter-spacing: -0.03em;
    }
    header ul.nav li:last-child a {
        padding: 0 2px 0 6px;
    }

    #main {
        height: 414px;
        background-size: 380%;
        background-position-x: 94%;
        margin: 0;
        width: calc(100%);
    }
    #main h2 {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: -60%;
        height: max-content;
        min-height: 30px;
        margin: auto;
        font-size: 28px;
        letter-spacing: 0.05em;
        text-align: center;
    }
    #main h2 span {
        font-size: 16px;
        margin: 0 0 12px;
    }

    section {
        padding: 60px 20px 20px;
    }

    section .wrap {
        display: block;
        position: relative;
    }
    section .wrap .contents p.subtitle {
        font-size: 16px;
        margin: 0 0 6px 2px;
    }
    section .wrap .contents h3.title {
        font-size: 25px;
        text-align: justify;
    }
    section .wrap .contents h3.title br{
       display: none;
    }
    section .wrap .contents .description p {
        text-align: justify;
        line-height: 140%;
    }

    section#about .wrap .contents h3.title {
        margin-bottom: 78vw;
    }
    section#about .wrap .img{
        width: 100%;
        padding: 0;
        margin: 30px auto;
        text-align: center;
        position: absolute;
        top: 104px;
    }
    section#about .wrap .img img{
        padding: 0;
        margin: auto;
        text-align: center;
        width: 80%;
    }
    section#about .wrap .contents {
        width: 100%;
        padding-left: 0;
    }
    section#about .wrap .contents .description {
        margin-bottom: 24px;
    }
    section#about .wrap .contents .point .box {
        display: block;
        margin-left: 0;
        float: none;
        text-align: left;
        overflow: hidden;
        margin-bottom: 14px;
    }
    section#dls .wrap .contents ul.icon-list {
        margin: 0 auto 24px;
        width: 100%;
        justify-content: space-around;
    }
    section#about .wrap .contents .point svg.icon {
        width: 28px;
        float: left;
    }
    section#about .wrap .contents .point p.text {
        padding: 0 0 0 40px;
        line-height: 1;
        margin: 5px 0;
    }


    section#dls .wrap .img{
        width: 100%;
        padding: 0;
        margin: 30px auto;
        text-align: center;
        position: absolute;
        top: 132px;
    }
    section#dls .wrap .img img{
        padding: 0 3%;
        margin: auto;
        text-align: center;
        width: 46%;
    }
    section#dls .wrap .contents {
        padding: 0;
        width: 100%;
    }
    section#dls .wrap .contents h3.title {
        margin-bottom: 38vw;
    }
    section#dls .wrap .contents ul.icon-list li {
        margin-left: 12px;
    }
    section#dls .wrap .contents ul.icon-list li svg {
        width: 26px;
    }
    section#dls .wrap .contents ul.icon-list li:nth-child(1) svg {
        width: 30px;
    }
    section#dls .wrap .contents ul.icon-list li:nth-child(5) svg {
        width: 34px;
    }
    section#dls .wrap .contents button{
        display: block;
        margin: 0 auto 20px;
    }

    section#dls .wrap .contents p.note span {
        letter-spacing: 0.05em;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    section#channel {
        margin-bottom: 60px;
    }
    section#channel .wrap .contents p.subtitle {
        text-align: left;
    }
    section#channel .wrap .contents h3.title {
        text-align: left;
        margin-bottom: 10px;
    }
    section#channel .wrap .contents .description {
        text-align: left;
        margin-bottom: 16px;
        padding: 0;
    }
    section#channel .wrap .contents .note {
        text-align: left;
    }
    section#channel .wrap .contents .note span {
        font-size: 14px;
        line-height: 20px;
    }

    section#channel .wrap .contents ul.channel-list {
        margin: 30px 0;
    }
    section#channel .wrap .contents ul.channel-list li {
        width: 100%;
        padding: 30px 0;
        border-left: none!important;
        border-bottom: 1px solid #dedede!important;
    }
    section#channel .wrap .contents ul.channel-list li:not(#mail):hover {
        transform: scale(1);
        box-shadow: none;
        border-radius: 4px;
        padding: 30px 0;
    }
    section#channel .wrap .contents ul.channel-list li:not(#mail):hover:after {
        opacity: 0;
        visibility: hidden;
    }

    section#channel .wrap .contents ul.channel-list li:first-child {
        border-top: 1px solid #dedede!important;
        /*border-top: none!important;*/
    }
    section#channel .wrap .contents ul.channel-list li:last-child {
        border-bottom: none!important;
    }
    section#channel .wrap .contents ul.channel-list li p.icon {
        width: 50px;
        height: 50px;
        margin: 0 14px 0 0;
        float: left;
    }
    section#channel .wrap .contents ul.channel-list li p.icon img {
        width: 26px!important;
    }
    section#channel .wrap .contents ul.channel-list li#line p.icon img {
        width: 22px!important;
    }
    section#channel .wrap .contents ul.channel-list li#twitter p.icon img {
        /*width: 36px!important;*/
    }
    section#channel .wrap .contents ul.channel-list li p.name {
        text-align: left;
        font-size: 22px;
        font-weight: bold;
        letter-spacing: 0.05em;
        padding-left: 64px;
    }
    section#channel .wrap .contents ul.channel-list li p.description {
        text-align: left;
        font-size: 15px;
        line-height: 22px;
        font-weight: 500;
        margin-bottom: 16px;
        padding-left: 64px;
    }
    section#channel .wrap .contents ul.channel-list li .recommend {
        padding-left: 64px;
    }
    section#channel .wrap .contents ul.channel-list li .recommend p{
        font-size: 13px;
        line-height: 20px;
        padding: 8px 10px 8px 22px;
        /*padding: 8px 10px;*/
    }
    section#channel .wrap .contents ul.channel-list li p.time {
        text-align: left;
        padding-left: 64px;
    }
    section#channel .wrap .contents ul.channel-list li a.channel-link {
        position: static;
        width: auto;
        height: auto;
        display: inline-block;
        opacity: 1;
        margin: 16px 0 0 64px;
        text-align: left;
        padding: 10px 14px;
        background: #df5656;
        color: #fff;
        font-size: 15px;
        font-weight: 600;
        border-radius: 4px;
    }

    section#channel .wrap .contents ul.channel-list li a.channel-link i{
        padding-left: 10px;
    }
    footer p {
        font-size: 11px;
        padding: 8px 0;
    }
}
@media screen and (max-width: 375px) {
    #main {
        height: 380px;
    }
}