@charset "UTF-8";

#page {
    color: #494949;
    font-size: 14px;
    font-weight: 400;
    line-height: calc(19 / 11);
}

#page p {
    margin: 0;
    padding: 0;
}

#page a img {
    border-style: none;
}

.main {
    padding: 0 0 20px;
}

#page .kv {
    background: #E6458E;
    color: #fff;
    margin-bottom: 20px;
    padding: 6px 4%;
    position: relative;
    text-align: center;
}
#page .terms__sec {
    padding: 0 4.2% 0;
    margin: 0 auto;
}
@media screen and (min-width: 960px) {
	/* 横幅が960px以上の時 */
    #content_frame {
        min-width: 960px;
    }
}

#page .terms__secTitle {
    background: url(../../images/htmlcontents/privacy/terms_bg_ttl.png) no-repeat top center;
    background-size: 100% auto;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    height: 50px;
    line-height: calc(17 / 14);
    margin-top: 20px;
    position: relative;
    text-align: center;
}

#page .terms__secTitle:before {
    content: '▽';
    margin-right: 5px;
}

#page .terms__secTitle:after {
    content: '▽';
    margin-left: 5px;
}

#page .terms__headTitle {
    background: #E6458E;
    border-radius: 2px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    margin: 20px auto 15px;
    padding: 7px 9px;
}

#page .terms__headText {
    margin: 15px auto;
}

#page .terms__title {
    border-bottom: 1px solid #E6458E;
    color: #E6458E;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    margin-top: 10px;
    padding: 3px 0 5px 12px;
    position: relative;
}

#page .terms__title:before {
    content: '';
    background: #E6458E;
    display: block;
    height: 18px;
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
}

#page .terms__text {
    line-height: calc(24 / 14);
    margin: 15px auto 25px;
}

#page .terms__columns {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}

#page .terms__column {
    border-left: 1px solid #494949;
    font-size: 10px;
    line-height: calc(18 / 10);
    padding-left: 4px;
    width: 46.5%;
}

#page .terms__table table,
#page .terms__sub__table table {
    border: 1px solid #494949;
    margin-bottom: 25px;
    word-break: break-all;
    width: 100%;
}

#page .terms__table tr,
#page .terms__sub__table tr {
    border-bottom: 1px solid #494949;
    font-size: 10px;
    line-height: 1.5;
    vertical-align: top;
}

#page .terms__table tr th:first-of-type,
#page .terms__table tr td:first-of-type,
#page .terms__sub__table tr th:first-of-type,
#page .terms__sub__table tr td:first-of-type {
    border-right: 1px solid #494949;
    width: 120px;
}

#page .terms__table tr th,
#page .terms__table tr td,
#page .terms__sub__table tr th,
#page .terms__sub__table tr td {
    padding: 2px;
}

#page .terms__table th,
#page .terms__sub__table th {
    background: #EBEBEB;
}

#page a:hover img {
    filter: alpha(opacity=65);
    -moz-opacity: 0.65;
    opacity: 0.65;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

#privacy-index .privacy-notice img {
    float: left;
    margin-right: 10px;
}

#privacy-index .privacy-notice {
    margin-top: 40px;
}

#privacy-index .privacy-notice:last-of-type {
    margin-top: 20px;
    margin-bottom: 20px;
}

#privacy-index .privacy-notice h3 {
    font-weight: bold;
    color: #606060;
}

#privacy-index .privacy-notice p {
    overflow: hidden;
    margin-top: 1em;
}

#privacy-index .privacy-notice p:first-of-type {
    margin-top: 0.6em;
}

.mt0 {
    margin-top: 0 !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

#privacy-index a {
    display: inline;
}

#page .terms__sub__title {
    color: #E6458E;
    font-weight: bold;
    line-height: 1;
    margin-top: 10px;
    padding: 0 0 5px 12px;
}

#page .terms__sub__text {
    line-height: calc(24 / 14);
    padding: 0 0 5px 12px;
}

#page .terms__sub__table {
    padding: 0 0 5px 12px;
}