/*書式*/
body {
    font-family: Helvetica, Arial, Doroid Sans, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    font-size: 14px;
}
.cookieNotice .t-right {
    text-align: right;
}
.cookieNotice a {
    color: #c80000;
}
.cookieNotice em {
    font-style: italic;
}

/*レイアウト*/
.cookieNotice {
    width: 90%;
    max-width: 960px;
    padding: 2% 5%;
    margin: 0 auto;
    background: #fff;
}

.cookieNotice h1 {
    font-size: 2.5em;
    font-weight: bold;
    margin: 0;
    word-break: break-word;
}
.cookieNotice h2 {
    font-size: 1.75rem;
    line-height: 1.35;
    margin-bottom: 1rem;
    margin-top: 50px;
}
.cookieNotice p {
    margin-bottom: 20px;
}
.cookieNotice button {
    display: block;
    font-size: 1.1rem;
    border: 0!important;
    padding: 1rem 3rem;
    margin: 1rem;
}
.cookieNotice #ot-sdk-btn.ot-sdk-show-settings,
.cookieNotice #ot-sdk-btn.optanon-show-settings {
    color: #fff;
    background: #c80000;
    height: auto;
    white-space: normal;
    word-wrap: break-word;
    padding: 0.8em 2em;
    font-size: 1.2em;
    line-height: 1.2;
    cursor: pointer;
}
.cookieNotice #ot-sdk-btn.ot-sdk-show-settings:hover,
.cookieNotice #ot-sdk-btn.optanon-show-settings:hover {
    background: #c80000!important;
}

/*ドロップメニュー*/
ol li {
    list-style-type: decimal;
}
ol li:first-child {
    margin-top: 10px;
}
ol li:before {
    display:none;
}
dd ol.number {
    margin: 0 0 10px 0;
}
dd ol.number li {
    background: none;
    margin-bottom: 3px;
    margin-left: 0.2em;
    padding-left: 3.5em;
    text-indent: -2.7em;
    list-style: none;
}
dd ol.number02 {
    margin: 0 0 10px 0;
}
dd ol.number02 li {
    background: none;
    list-style: none;
    margin-left:1.5em;
    text-indent:-1.5em;
}
dd ol.number03 {
    margin: 0 0 10px 1.5em;
}
dd ol.number03 li {
    background: none;
    list-style: none;
}
dd span.number03 {
    display:block;
    margin: 0 0 10px 1.5em;
}

.lst-blktxt dd dl dt {
    font-size:110%;
}

.dropmenu {
    list-style-type: none;
    margin: 0 auto 15px;
    padding: 0;
}
.dropmenu:before, .dropmenu:after {
    content: "";
    display: table;
}
.dropmenu:after {
    clear: both;
}
.dropmenu li {
    position: relative;
    width: 25%;
    float: right;
    margin: 0;
    padding: 0;
}
.dropmenu li:before {
    position: initial!important;
    left: initial!important;
    top: initial!important;
    display: initial!important;
    content: initial!important;
    width: initial!important;
    height: initial!important;
    background: initial!important;
    background-size: initial!important;
}   
.dropmenu li a {
    position: relative;
    display: block;
    margin: 0;
    padding: 13px 15px;
    background: #f5f5f5;
    color: #000;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    border:1px solid #ddd;
    z-index: 99999;
}
.dropmenu li ul li a {
    border-top:none;
}
.dropmenu li a:hover {
    opacity: 1;
}
.dropmenu li a.disabled {
    pointer-events: none;
}
.dropmenu li ul {
    list-style-type: none;
    position: absolute;
    z-index: 9999;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
}
.dropmenu li ul li {
    width: 100%;
    list-style-type: none;
}
.dropmenu li ul li a {
    list-style-type: none;
    padding: 13px 15px;
    color: #000;
}
.dropmenu li ul li a:hover {
    background: #eee;
    opacity:1;
}
#fade-in2 li {
    margin:0!important;
    padding:0!important;
}
#fade-in2 li ul {
    list-style-type: none;
    opacity: 0;
    top: 50%;
    visibility: hidden;
    transition: .5s;
    padding:0;
}
#fade-in2 li:hover ul {
    top: 100%;
    visibility: visible;
    opacity: 1;
    color: #9F0002;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
    .dropmenu li {
      width: 80%;
    }
}