﻿@charset "utf-8";
/*スタッフクレジット*/
.Staff-container {
    height: 100%;
    width: 720px;
    margin: 100px auto 155px;
    position: relative;
}
.name-Staff {
    padding: 0;
    text-align: center;
}
.name-Staff dt {
    margin: 35px 0 12px;
    color: #84004c;
    font-size: 18px;
}
.name-Staff dd {
    margin: 0;
    color: #474948;
    font-size: 16px;
}
.name-Staff dd.company {
    margin: 12px 0 5px;
    color: #A36377;
    font-size: 14px;
}
.name-Staff p {
    margin: 64px 0 0;
    color: #1c2845;
}
/*スタッフクレジットの前の星*/
.Staff-container dl:first-child:before {
    content: " ";
    background: url("../img/img_Staff_star.png") no-repeat;
    left: 325px;
    top: -90px;
    width: 70px;
    height: 70px;
    position: absolute;
}
/*スタッフクレジットの後の星*/
.Staff-container dl:last-child:after {
    content: " ";
    background: url("../img/img_Staff_star.png") no-repeat;
    bottom: -100px;
    left: 325px;
    width: 70px;
    height: 70px;
    position: absolute;
}
/*権利表記部分*/
.legal-notice {
    width: 600px;
    margin: 0 auto 120px;
    text-align: center;
    font-size: 14px;
}

@media screen and (max-width: 853px) {
.pagetitle, .top-space-txt span {
    display: block;
    width: 320px;
    margin: 30px auto;
}
.Staff-container {
    width: 100%;
    margin: 50px auto;
}
.legal-notice {
    width: 80%;
    margin: 140px auto 50px;
}
/*スタッフクレジットの前の星*/
.Staff-container dl:first-child:before {
    top: -90px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
/*スタッフクレジットの後の星*/
.Staff-container dl:last-child:after {
    left: 0;
    right: 0;
    bottom: -100px;
    margin: 0 auto;
}
}

@media screen and (max-width: 480px) {
.pagetitle, .top-space-txt span {
    display: block;
    width: 320px;
    margin: 30px auto;
}
.Staff-container {
    width: 100%;
}
.name-Staff dt {
    font-size: 16px;
}
.name-Staff dd.company {
    font-size: 12px;
}
.name-Staff dd {
    font-size: 15px;
}
}
