.contents_border {
    position: relative;
    background: url(/js/profile/profile_border.png) no-repeat 50% 0;
    width: 100%;
    height: 54px;
    margin: 50px auto;
    width: 1000px;
}

.shadow {
    position: absolute;
    height: 800px;
    width: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
}

.inner {
    position: relative;
    max-width: 1040px;
    width: 96%;
    margin: 0 auto 100px auto;
    /*    background-image: url(/pc/img/contents_bg.png);*/
    background-repeat: repeat;
    background: rgba(0, 0, 0, 0.6);
    padding: 0 10px 100px 10px;
}

.formArea {
    position: relative;
    max-width: 1040px;
    width: 96%;
    margin: 0 auto 100px auto;
    /*    background-image: url(/pc/img/contents_bg.png);*/
    background-repeat: repeat;
    background: rgba(0, 0, 0, 0.6);
    padding: 100px 10px 2% 10px;
}

table.aboutTable {
    border-collapse: separate;
    width: 100%;
    border-spacing: 0 10px;
}

table.aboutTable tr {}

table.aboutTable tr th {
    width: 25%;
    text-align: right;
    font-size: 20px;
    padding: 20px 20px 20px 0;
    font-family: "Noto Serif JP", serif;
}

table.aboutTable tr td {
    text-align: left;
    font-size: 20px;
    padding: 20px 10px 20px 20px;
    line-height: 140%;
    border-left: 1px solid #333;
    font-family: "Noto Serif JP", serif;
}

table.aboutTable tr td span a i {
    font-size: 20px;
    overflow: hidden;
    vertical-align: top;
    transition: 0.3s ease;
    display: inline-block;
    margin-right: 3px;
    text-align: center;
    padding-top: 1px;
    width: 24px;
}

table.aboutTable tr td span a:hover i {
    color: #fafafa;
}

table.aboutTable tr td b {
    font-size: 12px;
    display: block;
    line-height: 140%;
    font-family: "Noto Serif JP", serif;
}

table.aboutTable tr td span {
    display: block;
    line-height: 140%;
    font-family: "Noto Serif JP", serif;
}

table.aboutTable tr td span a {
    display: inline-block;
    line-height: 140%;
    font-family: "Noto Serif JP", serif;
    transition: 0.3s ease;
    line-height: 1;
}

table.aboutTable tr td span a:hover {
    color: #fafafa;
}

table.aboutTable tr td .map {
    filter: grayscale(100%) invert(92%) contrast(83%);
    padding-right: 20px;
    margin: 0 auto;
    overflow: hidden;
}

.system {
    margin: 0 auto 0 auto;
    max-width: 1280px;
    position: relative;
}

.systemMain {
    position: relative;
    background: #000;
    margin: 0 20px;
}

.systemContainer {
    padding: 80px 20px 40px 20px;
    margin: 0 auto;
}

.sysMainTitle {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}

.sysMainTitle span {
    font-size: 50px;
    font-family: 'Sorts Mill Goudy', sans-serif;
    font-weight: 700;
    font-style: italic;
    display: inline-block;
    color: rgba(226, 185, 153, 0);
    background: linear-gradient(90deg, #8e6c37, #f6e2b0, #ffe9b7, #a47a3e);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    line-height: 1;
    position: relative;
}

.contactList {
    position: relative;
    text-align: center;
}

.contactList .contact {}

.contactList .contact dl {}

.contactList .contact dl dt {
    position: relative;
    max-width: 500px;
    min-width: 280px;
    margin: 0 auto;
    background: #000;
    z-index: 5;
}

.contactList .contact dl dt a {
    display: block;
    border-radius: 75px;
    overflow: hidden;
}

.contactList .contact dl dt a img {
    width: 100%;
    transition: 0.3s ease;
}

.contactList .contact dl dt a:hover img {
    opacity: 0.6;
}

.contactList .contact dl dd {
    position: relative;
    line-height: 140%;
    border: 1px solid #333;
    position: relative;
    margin: -75px auto 10px auto;
    padding: 100px 2% 30px 2%;
    max-width: 80%;
    z-index: 4;
    font-family: "Noto Serif JP", serif;
    background: url(/pc/img/form_bg.png) repeat;
}

.qaWrap {
    position: relative;
}

.qa {}

.qa dl {
    position: relative;
    padding: 20px 10% 0 10%;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.qa dl.s1 {
    animation-delay: 0.3s;
}

.qa dl.s2 {
    animation-delay: 0.4s;
}

.qa dl.s3 {
    animation-delay: 0.5s;
}

.qa dl.s4 {
    animation-delay: 0.6s;
}

.qa dl.s5 {
    animation-delay: 0.7s;
}

.qa dl.s6 {
    animation-delay: 0.8s;
}

.qa dl.s7 {
    animation-delay: 0.9s;
}

.qa dl.s8 {
    animation-delay: 1s;
}

.qa dl.s9 {
    animation-delay: 1.1s;
}

.qa dl.s10 {
    animation-delay: 1.2s;
}

.qa dl dt span {
    margin-right: 14px;
    display: block;
    float: left;
    width: 45px;
    height: 45px;
    padding: 2px;
}

.qa dl dt span img {
    width: 100%;
}

.qa dl dd {
    margin: 8px 0 30px 0;
    padding-bottom: 30px;
    border-bottom: 1px dotted #60472e;
    overflow: hidden;
    font-family: "Noto Serif JP", serif;
}

.qa dl dd span {
    margin-right: 14px;
    display: block;
    float: left;
    width: 45px;
    height: 45px;
    padding: 2px;
}

.qa dl dd span img {
    width: 100%;
}

.qa dl dt small {
    display: block;
    overflow: hidden;
    font-size: 22px;
    color: #ccc;
    font-weight: bold;
    font-family: "Noto Serif JP", serif;
    line-height: 45px;
}

.qa dl dd small {
    display: block;
    overflow: hidden;
    font-size: 16px;
    line-height: 140%;
    padding-top: 12px;
    font-family: "Noto Serif JP", serif;
}

.subTitle2 {
    position: relative;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
}

.subTitle2:before,
.subTitle2:after {
    border-top: 1px solid #333;
    content: "";
    width: 100%;
}

.subTitle2:before {
    margin-right: 0;
}

.subTitle2:after {
    margin-left: 0;
}

.subTitle2 span {
    text-align: center;
    width: 100%;
    font-family: "Noto Serif JP", serif;
    font-size: 60px;
    line-height: 1;
    display: block;
    transform: skewX(-11deg);
    color: rgba(226, 185, 153, 0);
    background: linear-gradient(90deg, #8e6c37, #f6e2b0, #ffe9b7, #a47a3e);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    letter-spacing: 0;
    padding: 2px;
    /*    transform: skewX(-8deg);*/
}

.subTitle2 b {
    color: rgba(226, 185, 153, 0);
    background: linear-gradient(90deg, #8e6c37, #f6e2b0, #ffe9b7, #a47a3e);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    font-size: 15px;
    display: block;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 4px;
    line-height: 1;
    margin-top: 5px;
}

@media all and (-ms-high-contrast: none) {
    .subTitle2 span {
        color: #a18861;
        background: none;
    }

    .subTitle2 b {
        color: #a18861;
        background: none;
    }
}

.flowWrap {
    position: relative;
    padding: 100px 5% 20px 5%;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.flow {
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    border-left: 1px solid #333;
    padding: 70px 5% 30px 5%;
    margin-top: -42px;
    background: url(/pc/img/flow_bg.png) repeat;
}

.flow dl dd {
    line-height: 180%;
    font-family: "Noto Serif JP", serif;
    position: relative;
}

.bftl {
    position: absolute;
    top: -60px;
    left: -35px;
    width: 30px;
    height: 30px;
    background-image: url(/pc/img/frame_tl.png);
    background-size: cover;
}

.bftr {
    position: absolute;
    top: -60px;
    right: -35px;
    width: 30px;
    height: 30px;
    background-image: url(/pc/img/frame_tl.png);
    background-size: cover;
    transform: rotate(90deg);
}

.bfbr {
    position: absolute;
    bottom: -20px;
    right: -35px;
    width: 30px;
    height: 30px;
    background-image: url(/pc/img/frame_tl.png);
    background-size: cover;
    transform: rotate(-180deg);
}

.bfbl {
    position: absolute;
    bottom: -20px;
    left: -35px;
    width: 30px;
    height: 30px;
    background-image: url(/pc/img/frame_tl.png);
    background-size: cover;
    transform: rotate(-90deg);
}
