.lineat_page_content {
    font-size: 25px;
    font-weight: bold;
    background: url(../img/usr/line_at/bg.png);
  letter-spacing: 0.01em;
}
.lineat_page_content img{
  display: inline;
}

.lineat_page_content .mv_area {
    width: 100%;
    max-width: 1110px;
    text-align: center;
    padding-top: 100px;
    margin: auto;
}
.lineat_page_content .mv_area .title_area img:last-child {
    margin-top: 30px;
}
.lineat_page_content .mv_area .friend_btn {
    margin-top: 50px;
}
.lineat_page_content .comments{
    font-size: 0.8em;
    font-weight: normal;
    text-align: center;
}
.lineat_page_content .lead_area {
    width: 100%;
    margin-top: 80px;
}
.lineat_page_content .head_comments {
    text-align: center;
    line-height: 50px;
    font-size: 2em;
    letter-spacing: 10px;
    background: #E82541;
    color: #fff;
    padding: 35px 0 40px;
}
.lineat_page_content .method_area .head_comments {
    background: #000;
}
.lineat_page_content .head_comments p:first-child {
    font-size: 0.6em;
}
.lineat_page_content .photo_area {
    background: url(../img/usr/line_at/lead_bg.jpg);
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
.lineat_page_content .photo_area .txt {
    float: right;
    box-sizing: border-box;
    width: 100%;
    max-width: 500px;
    background: #fff;
    margin: 40px 80px;
    padding: 80px 50px;
}
.lineat_page_content .photo_area .txt h2 {
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

.lineat_page_content .method_area .method01 {
    padding-top: 100px;
    margin: auto;
    width: 100%;
    max-width: 1110px;
}

.lineat_page_content .method_area .method01 p.title {
    font-size: 2em;
    text-align: center;
    border-bottom: 10px dotted;
    padding-bottom: 30px;
    margin-bottom: 70px;
}

.lineat_page_content .method_area .method01 .way01 {
    display: flex;
    justify-content: space-between;
    padding-bottom: 70px;
    margin-bottom: 70px;
    border-bottom: 1px solid #000;
}

.lineat_page_content .method_area .method01 .way02 {
    display: flex;
    justify-content: space-between;
    padding-bottom: 70px;
    border-bottom: none;
}

.lineat_page_content .method_area .method01 .way01 .icon,
.lineat_page_content .method_area .method01 .way02 .icon{
    height: 178px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.lineat_page_content .method_area .method01 .way01 .txt_area,
.lineat_page_content .method_area .method01 .way02 .txt_area{
    width: 72%;
}
.lineat_page_content .method_area .method01 .way01 .txt_area p,
.lineat_page_content .method_area .method01 .way02 .txt_area p{
    margin-bottom: 20px;
}


.lineat_page_content .method_area .method01 .way01 .txt_area .img_row,
.lineat_page_content .method_area .method01 .way02 .txt_area .img_row{
    display: flex;
    position: relative;
    justify-content: space-between;
}

.lineat_page_content .method_area .method01 .way01 .txt_area .img_row .arrow,
.lineat_page_content .method_area .method01 .way02 .txt_area .img_row .arrow {
    margin-top: 100px;
    width: 25px;
    height: 50px;
    box-sizing: border-box;
    border-left: 25px solid #000;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-right: 0px;
}

.lineat_page_content .method_area .method01 .way01 .txt_area .img_row img,
.lineat_page_content .method_area .method01 .way02 .txt_area .img_row img{
    border: 2px solid #000;
}
.lineat_page_content .method_area .method01 .way01 .txt_area .img_row .img_row_child,
.lineat_page_content .method_area .method01 .way02 .txt_area .img_row .img_row_child{
    width: 30%;
    text-align: center;
}
.lineat_page_content .method_area .method01 .way01 .txt_area .img_row p,
.lineat_page_content .method_area .method01 .way02 .txt_area .img_row p{
    font-size: 0.5em;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0px;
}
.lineat_page_content .method_area .method01 .lineID_area img {
    width: 100%;
}
.lineat_page_content .method_area .method01 .lineID_area .pc {
    display: block;
    position: relative;
}
.lineat_page_content .method_area .method01 .lineID_area .pc p {
    position: absolute;
    right: 287px;
    bottom: 123px;
}
.lineat_page_content .method_area .method01 .lineID_area .sp {
    display: none;
}

.lineat_page_content .method_area .method01 .dl_btn {
    display: flex;
    justify-content: space-between;
}

.lineat_page_content .method_area .method01 .dlbtn_area p {
    text-align: center;
    margin-bottom: 50px;
}

.lineat_page_content .method_area .method01 .dl_btn div {
    margin-bottom: 40px;
    width: 47%;
}

.lineat_page_content .method_area .method01 .dl_btn div img {
    width: 100%;
}

@media screen and (max-width:783px) {
    .lineat_page_content {
        font-size: 12px;
    }
    .lineat_page_content .head_comments p {
        font-size: 1em;
        line-height: 20px;
        padding: 5px 0 10px;
    }
    .lineat_page_content .head_comments p:first-child {
        font-size: 0.8em;
    }
    .lineat_page_content .head_comments p:last-child {
        line-height: 30px;
    }
    .lineat_page_content .mv_area {
        padding-top: 30px;
    }
    .lineat_page_content .mv_area img{
        width: 95%;
    }
    .lineat_page_content .mv_area .title_area img:last-child,
    .lineat_page_content .mv_area .friend_btn {
        margin-top: 20px;
    }
    .lineat_page_content .lead_area {
        margin-top: 40px;
    }
    .lineat_page_content .photo_area .txt {
        float: inherit;
        width: 75%;
        padding: 30px;
        margin: 30px auto;
    }
    .lineat_page_content .photo_area .txt {
        font-size: 2em;
    }
    .lineat_page_content .photo_area .txt h2 {
        font-size: 1.5em;
    }
  
  .lineat_page_content .photo_area .txt p{
    font-size: 0.5em;
  }
  
    .lineat_page_content .method_area .method01 {
        padding-top: 30px;
        width: 95%;
        margin: auto;
    }
    .lineat_page_content .method_area .method01 p.title {
        font-size: 1.5em;
        border-bottom: 5px dotted;
        padding-bottom: 10px;
        margin-bottom: 30px;
    }
    .lineat_page_content .method_area .method01 .way01 {
        padding-bottom: 35px;
        margin-bottom: 35px;
    }
    .lineat_page_content .method_area .method01 .way01,
    .lineat_page_content .method_area .method01 .way02 {
        flex-direction: column;
    }
    .lineat_page_content .method_area .method01 .way01 .icon,
    .lineat_page_content .method_area .method01 .way02 .icon {
        height: auto;
        text-align: center;
        margin-bottom: 30px;
    }
    .lineat_page_content .method_area .method01 .way01 .icon img,
    .lineat_page_content .method_area .method01 .way02 .icon img {
        width: 23%;
    }
    .lineat_page_content .method_area .method01 .way01 .txt_area,
    .lineat_page_content .method_area .method01 .way02 .txt_area {
        margin: auto;
        width: auto;
    }
    .lineat_page_content .method_area .method01 .way01 .txt_area .img_row .arrow,
    .lineat_page_content .method_area .method01 .way02 .txt_area .img_row .arrow {
        top: 0;
        bottom: 0;
        margin: auto 0;
        width: 7px;
        height: 7px;
        box-sizing: border-box;
        border-left: 7px solid #000;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-right: 0px;
        }
    .lineat_page_content .method_area .method01 .way01 .txt_area p, .lineat_page_content .method_area .method01 .way02 .txt_area p {
        font-size: 1em;
    }
    .lineat_page_content .method_area .method01 .way01 .txt_area p:last-child {
        font-size: 0.8em;
    }
    .lineat_page_content .method_area .method01 .way02 {
        padding-bottom: 30px;
    }
    .lineat_page_content .method_area .method01 .way01 .txt_area .img_row p, .lineat_page_content .method_area .method01 .way02 .txt_area .img_row p {
        font-size: 0.8em
    }
    .lineat_page_content .method_area .method01 .lineID_area .pc {
        display: none;
}
    .lineat_page_content .method_area .method01 .lineID_area .sp {
        display: block;
        position: relative;
}
    .lineat_page_content .method_area .method01 .lineID_area .sp p {
        position: absolute;
        text-align: center;
        left: 0;
        right: 0;
        margin: auto;
        font-size: 1em;
        bottom: 18%;
}
    .lineat_page_content .method_area .method01 .dlbtn_area p {
        margin-bottom: 30px;
    }
    .lineat_page_content .method_area .method01 .dl_btn {
        flex-direction: column;
    }
    .lineat_page_content .method_area .method01 .dl_btn div {
        width: 100%;
        margin-bottom: 20px;
    }
}