/* @fixme DOM構造がheader.phpに依存しているため共通のCSS, HTMLを無効にする */
body {
    background: #F5F7F8;
}
#header {
    display: none;
}
.to-my-page {
    margin: 100px auto 100px;
    width: 410px;
    margin-bottom: 100px;
}
.my-page-button {
    display: block;
    background-color: #7FA1C3;
    padding: 25px 0;
    width: 100%;
    color: #fff;
    font-weight: bold;
    box-shadow: 0 5px 10px 2px #D4D8DD;
    margin-bottom: 50px;
}
.to-my-page .my-page-button:last-of-type {
    margin-bottom: 10px;
}
span{
    color: #7FA1C3;
    padding-left: 30px;
    font-size: 12px;
}
.br-sp{
    display: none;
}
h2{
    border-bottom: solid 2px #7FA1C3;
    font-size: 26px;
    margin-bottom: 35px;
    margin-top: 60px;
    padding-bottom: 5px;
}
.sub-img-pc{
    margin-top: 35px;
    display: block;
}
.sub-img-sp{
    margin-top: 35px;
    display: none;
}
p{
    line-height: 2em;
    margin-bottom: 25px;
}
tbody{
    display: table;
    width: 100%;
}
.table-pc{
    display: block;
}
.table-sp{
    display: none;
}
td{
    padding: 8px;
    vertical-align: top;
}
td.last{
    border-bottom: solid 1px #D4D8DD;
    max-width: 100%;
}
td.title{
    border-bottom: solid 1px #7FA1C3;
}
table{
    width: 100%;
}
.img-responsive{
    max-width: 70%;
    height: auto;
}
@media screen and (max-width: 768px) {
    .to-my-page {
        width: 300px;
    }
    span{
        color: #7FA1C3;
        padding-left: 0;
        font-size: 12px;
    }
    .br-sp{
        display: block;
    }
    h2{
        border-bottom: solid 2px #7FA1C3;
        font-size: 22px;
        margin-bottom: 20px;
        margin-top: 30px;
        padding-bottom: 5px;
        text-align: center;
    }
    .sub-img-pc{
        margin-top: 35px;
        display: none;
    }
    .sub-img-sp{
        margin-top: 0;
        display: block;
    }
    p{
        line-height: 2em;
        margin-bottom: 25px;
    }
    .table-pc{
        display: none;
    }
    .table-sp{
        display: block;
    }
    th{
        position: relative;
        width: 100%;
        margin: 20px auto;
        padding-bottom: 8px;
    }
    th:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        border-bottom: 1px solid #D4D8DD;
    }
    th:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 20%;
        border-bottom: 1px solid #7FA1C3;
    }
    td{
        padding: 4px 0;
        vertical-align: top;
    }
    td.last{
        border-bottom: solid 1px #D4D8DD;
    }
    td.title{
        border-bottom: solid 1px #7FA1C3;
    }
}
