/* tableここから */
table {
background: #373737;
margin-top: 20px;
width: 100%;
border-collapse: collapse;
    border-spacing: 0;
}
.normal-table thead {
color:#fff;
}
.normal-table tbody .column-1 {
background-color: #f7f7f7;
border-left: 1px solid #e5e5e5;
border-right: none;
}
.normal-table tbody td.column-1 a {
color: #fff705;
}
.normal-table td, .normal-table th {
    font-size: 1.4rem;
    font-weight: normal;
    text-align: left;
padding: 10px;
vertical-align: middle;
}
.normal-table td {
background-color: #fff;
border-bottom: 1px solid #e5e5e5;
border-right: 1px solid #e5e5e5;
}
.normal-table th+ th {
border-left: 1px solid #fff;
}
.icon-new-tab {
    border: none;
}
/* テーブルスクロールここから */
@media (max-width: 450px){
.tscroll {
    overflow: auto;
}
.tscroll table {
    white-space: nowrap;
}
}
/* テーブルスクロールここまで */
@media (max-width: 450px){
.normal-table td,.normal-table th {
line-height: 1.6;
padding: 8px;
}
}
/* tableここまで */
/* リストここから */
ol {
    counter-reset: number;
}
.normal-olist,.normal-ulist {
    background-color: #f5f5f5;
    padding: 24px;
    border-radius: 16px;
    margin: 20px 0;
}
.normal-olist li {
    padding-left: 24px;
}
.normal-ulist li {
    padding-left: 18px;
}
.normal-olist li + li ,.normal-ulist li + li {
    margin-top: 12px;
}
.normal-ulist li:before {
    position: absolute;
    top: 8px;
    left: 0;
    width: 8px;
    height: 8px;
    content: "";
    border-radius: 100%;
    background-color: #d80b1a;
}
.normal-olist li:before {
    counter-increment: number;
    content: counter(number) ".";
    font-weight: bold;
    color: #d80b1d;
    font-size: 1.5rem;
    font-style: italic;
    line-height: 1.33;
    position: absolute;
    left: 0;
    top:2px;
}
/* リストここまで */
/* 画像入りリストここから */
.imagelist {
    background-color: #fff;
    padding: 0;
    counter-reset: step;
}
.imagelist > li {
    padding-left: 32px;
    padding-bottom: 24px;
    margin-top: 0;
}
ol.imagelist > li:before {
    content: "";
    width: 3px;
    background: #fbcccc;
    display: block;
    position: absolute;
    top: 24px;
    bottom: 0;
    left: 5px;
    margin: 0;
}
.list-step {
    font-size: 1.4rem;
    font-weight: bold;
    color: #d80e1a;
}
.list-step:after {
    content: counter(step);
    counter-increment: step;
    display: inline-block;
    font-size: 1.4rem;
}
.imagelist .list-title {
    font-size: 2rem;
    font-weight: bold;
    margin-top: 0;
}
.imagelist .list-main {
    border-bottom: dashed 1px #ccd5db;
    padding-bottom: 12px;
    margin-top: 8px;
}
.list-ircle {
    border-color: #aea5a0;
}
.imagelist > li:last-of-type {
    padding-bottom: 0;
}
.imagelist li:first-of-type .list-ircle,
.imagelist li:last-of-type .list-ircle {
    background-color: #d80e1a;
}
.imagelist .list-ircle {
    border: 3px solid #d80e1a;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 4px;
    margin-top: 0;
}
.imagelist > li:last-of-type:before {
    display: none;
}
.imagelist li:last-of-type .list-title {
    line-height: 1.2;
}
@media screen and (max-width:431px) {
.imagelist .list-title {
    font-size: 1.6rem;
}
.imagelist .list-title a {
    text-decoration: underline;
}
.imagelist .list-main {
    margin-top: 4px;
}
.imagelist .list-main img {
    display: block;
    max-width: 70%;
    margin: 0 auto;
    border: solid 1px #ddd;
}
.imagelist > li {
    padding-left: 24px;
}
.list-step {
    font-size: 1.2rem;
}
.list-step:after {
    font-size: 1.2rem;
}
}
/* 画像入りリストここまで */
/* 問い合わせボタンここから */
.link-support a {
    display: block;
    text-align: center;
    border: 1px solid #000;
    padding: 16px 0;
    margin-top: 20px;
    color: #191919;
    position: relative;
}
.link-support a:after {
    content: "";
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 24px;
    margin-top: -6px;
}
/* 問い合わせボタンここまで */
/* フッターここから */
footer {
    margin-top: 60px;
}
.footer-wrapper {
    background-color: #efefef;
    padding: 80px 60px 100px;
    font-size: 1.4rem;
    color: #222;
}
.footer-title {
    color: #e6002d;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
}
.footer-box + .footer-box {
    margin-top: 20px;
}
.footer-wrap2 {
    border-top: 1px solid #d9d9d9;
    margin-top: 28px;
    padding-top: 20px;
}
.corp-logo {
    display: flex;
    align-items: center;
}
.corp-logo > img {
    margin-left: 28px;
}
.corp-info ul {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-around;
}
.copyArea {
    margin-top: 20px;
}
@media screen and (min-width: 451px) {
    .footer-box a {
        padding-bottom: 4px;
        position: relative;
    }
    .footer-box a:hover:before {
        transform-origin: left top;
        transform: scale(1, 1);
    }
    .footer-box a:before {
        background: #e6002d;
        content: '';
        width: 100%;
        height: 2px;
        position: absolute;
        left: 0;
        bottom: 0;
        margin: auto;
        transform-origin: right top;
        transform: scale(0, 1);
        transition: transform .3s;
    }
    .footer-box li + li {
        margin-left: 12px;
        padding-left: 12px;
        border-left: 1px solid #000;
    }
    .corp-info {
        margin-left: 28px;
        padding-left: 28px;
        border-left: 1px solid #d9d9d9;
    }
}
@media screen and (max-width: 450px) {
.footer-wrapper {
    padding: 40px 20px 60px;
    font-size: 1.3rem;
}
footer .flexbox {
    flex-wrap: wrap;
}
.footer-box li {
    margin: 0 16px 16px 0;
}
.footer-title {
    margin-bottom: 12px;
}
.footer-wrap2 {
    margin-top: 16px;
}
.sccite.flexbox {
    justify-content: center;
}
.corp-logo {
    display: flex;
    align-items: center;
}
.corp-logo > img {
    width: 60px;
    height: 60px;
}
.corp-info {
    margin-top: 20px;
    line-height: 1.6;
}
.corp-info li + li {
    margin-top: 12px;
}
.copyArea {
    text-align: center;
    margin-top: 28px;
}
}
/* フッターここまで */