@charset "UTF-8";

.section-inner {
    padding-top: 4px;
}

.section-inner > main,
.section-inner > section,
.section-inner > div {
    max-width: 414px;
    margin: 0 auto;
}
.bg-purple {
    background-color: #E8F0FF !important;
}
.bg-lightblue {
    background-color: #EDF6FF !important;
}
#sbid-contents.bg-clearly {
    background-image: url('../../img/s/bg-clearly.png');
}
#sbid-contents {
    padding-bottom: 60px;
    min-height: calc(100% - 60px);
}
.shadow {
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}
.blank-link.static {
    padding-right: 5px;
    margin-bottom: 2px;
}
.blank-link.static img {
    position: static;
    margin-left: 5px;
}
.m-left--20 {
    margin-left: -20px !important;
}

/** hdg-speech-bubble **/
.fw.design-guideline .hdg-speech-bubble {
    text-align: center;
    margin: 15px 0 0;
    border-bottom: none;
    padding-bottom: 13px;
}
.hdg-speech-bubble img {
    width: 100%;
    max-width: 317px;
    margin: 0 auto;
}

/** panel **/
.panel-rounded {
    max-width: 414px;
    border-radius: 12px;
    background-color: #fff;
    margin: 15px 0 10px;
    position: relative;
}
.panel-rounded-sm {
    margin-left: 7px;
    margin-right: 7px;
}
.panel-rounded-sm > .panel-wrap {
    padding-bottom: 15px;
}
main > .panel-rounded {
    margin-top: 0;
}
/** design-guideline **/
.design-guideline .panel-rounded .panel-wrap {
    padding: 24px 14px 20px;
}
/* .panel-rounded .panel-wrap {
    padding: 24px 17px 15px;
} */
.panel-rounded .panel-wrap img {
    width: 100%;
    max-width: 300px;
}
.panel-rounded .panel-label {
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translate(-50%, 0);
}
.panel-rounded .panel-wrap > .panel-rounded {
    margin-top: 10px;
}
.panel-rounded .panel-wrap > .panel-rounded .panel-wrap {
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 15px;
}
.panel-rounded .panel-wrap > .panel-rounded .panel-wrap.sm {
    padding-left: 14px;
    padding-right: 14px;
}

/** list **/
.list-notice.num li {
    padding-left: 12px;
}
.list-notice li {
    padding-left: 15px;
    letter-spacing: -0.1px;
}

ul.notice-list {
    margin: 0 0 15px;
    font-size: 85.71%;
}
ul.notice-list li {
    position: relative;
    padding: 0;
    zoom: 1;
}
ul.notice-list li:first-child {
    margin-top: 0;
}
ul.notice-list li:last-child {
    margin-bottom: 0;
}
ul.notice-list li>span {
    white-space: nowrap;
    padding-right: .5em;
}
ul.notice-list li>span,
ul.notice-list li>div {
    display: table-cell;
    vertical-align: top;
}

.list-dot .lsit-parenthesis li:before {
    margin-left: 0;
}
.list-dot .lsit-parenthesis li {
    margin-top: 0;
    padding: 0px 0px 0px 10px;
}

.list-number > li:before {
    content: none;
}

/** tabRegion **/
.section-inner > .tabRegion {
    margin: 0 auto 25px;
}
.tabRegion .tabRegion-list {
    width: 100%;
    min-height: 55px;
    padding: 2px;
    display: table;
    table-layout: fixed;
    box-sizing: border-box;
    border-radius: 30px;
    background-color: #fff;
}
.tabRegion .tabRegion-list li {
    color: #666;
    text-align: center;
    font-weight: bold;
    line-height: 1.4;
    padding: 7px 0 6px;
    border-radius: 30px;
    display: table-cell;
    background: #fff;
    transition: 1.5s;
    cursor: pointer;
}
.tabRegion .tabRegion-list li.active {
    color: #212121;
    background: linear-gradient(130deg, rgb(209, 167, 72) -10%, rgb(255, 229, 88) 23%, rgb(255, 240, 188) 45%, rgb(255, 245, 219) 75%, rgb(222, 168, 67) 120%);
}

/** btn **/
.btn.btn-flat-blue {
    color: white;
    background-color: #0080FF;
}