.mod__page-title {
    margin: auto;
    line-height: 50px;
    font-size: 24px;
    text-align: center;
    color: #4a4a4a;
    font-weight: 700;
    position: relative;
    padding-top: 60px;
}

.mod__page-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background: #68a9d1;
}

.cover-img {
    margin: 30px auto;
}

.marT110 {
    margin-top: 40px;
}


/* .l-inner {
    background: #fff;
    padding: 0 15px;
} */

h3.title {
    font-size: 30px;
    border-bottom: 2px solid #95CDE9;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.list-link {
    list-style: none;
    margin: 30px 0;
    padding: 0px;
}

.list-link li {
    padding: 5px 5px 5px 25px;
    background: url(https://image.satr.jp/3e98d3df/0616b472cb494c49.png) left 5px no-repeat;
    background-size: 19px 17px;
}

.flex-form {
    display: flex;
    max-width: 1000px;
    background: orange;
    padding: 15px;
}

footer.footer {
    background: #fff;
}

.satori__custom_form {
    width: 100%;
    background-color: #FFF;
}

.satori__input_group::after {
    content: "";
    clear: both;
    display: table;
}

@media screen and (max-width: 760px) {
    .mod__page-title span:before,
    .mod__page-title span:after {
        display: none;
    }
    .mod__page-title {
        padding-top: 10px;
        font-size: 16px;
        line-height: 1.5em;
    }
    .marT110 {
        margin-top: 20px;
    }
    .mod__page-title span {
        font-size: 14px;
    }
}

.satori__custom_form *,
.satori__custom_form *:after,
.satori__custom_form *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    box-shadow: none;
}

.satori__custom_form pre {
    word-wrap: break-word;
}

.satori__custom_form a {
    text-decoration: none;
    outline: none;
    word-wrap: break-word;
    cursor: pointer;
}

.satori__custom_form a img {
    border: 0px;
}

.satori__custom_form img {
    border: 0px;
    font-size: 1%;
    line-height: 1;
    vertical-align: bottom;
    -ms-interpolation-mode: bicubic;
}

.satori__custom_form ul,
.satori__custom_form ul li,
.satori__custom_form ol {
    list-style: none;
}

.satori__custom_form fieldset {
    border: none;
}

.satori__custom_form caption,
.satori__custom_form th {
    text-align: left;
}

.satori__custom_form table {
    border-collapse: collapse;
    border-spacing: 0;
}

.satori__custom_form abbr,
.satori__custom_form acronym {
    border: 0;
}

.satori__custom_form abbr[title] {
    border-bottom: 1px dotted;
}

.satori__custom_form p {
    word-wrap: break-word;
}

.satori__custom_form br {
    letter-spacing: normal;
}

.satori__custom_form sub,
.satori__custom_form sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

.satori__custom_form sup {
    top: -0.5em;
}

.satori__custom_form sub {
    bottom: -0.25em;
}

.satori__custom_form svg:not(:root) {
    overflow: hidden;
}

.satori__custom_form legend {
    border: 0;
}

.satori__custom_form button,
.satori__custom_form input[type='button'],
.satori__custom_form input[type='reset'],
.satori__custom_form input[type='submit'] {
    cursor: pointer;
    -webkit-appearance: button;
}

.satori__custom_form button,
.satori__custom_form input,
.satori__custom_form optgroup,
.satori__custom_form select,
.satori__custom_form textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

.satori__custom_form input[type='checkbox'],
.satori__custom_form input[type='radio'] {
    display: inline-block;
    box-sizing: border-box;
    border: initial;
}

.satori__custom_form input[type='search'] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.satori__custom_form input[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

.satori__custom_form textarea {
    overflow: auto;
    vertical-align: top;
}

.satori__custom_form input[type="radio"]+span,
.satori__custom_form input[type="radio"]+label,
.satori__custom_form input[type="checkbox"]+span,
.satori__custom_form input[type="checkbox"]+label {
    border: none;
}

.satori__custom_form input[type="radio"]+span:before,
.satori__custom_form input[type="radio"]+span:after,
.satori__custom_form input[type="radio"]+label:before,
.satori__custom_form input[type="radio"]+label:after,
.satori__custom_form input[type="checkbox"]+span:before,
.satori__custom_form input[type="checkbox"]+span:after,
.satori__custom_form input[type="checkbox"]+label:before,
.satori__custom_form input[type="checkbox"]+label:after {
    display: none;
}

.satori__custom_form input[type="radio"]:checked+span,
.satori__custom_form input[type="radio"]:checked+label,
.satori__custom_form input[type="checkbox"]:checked+span,
.satori__custom_form input[type="checkbox"]:checked+label {
    background-color: transparent;
    box-shadow: none;
}

@-webkit-keyframes satori__popup_max_br {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes satori__popup_max_br {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes satori__popup_min_br {
    20% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    to {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

@keyframes satori__popup_min_br {
    20% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    to {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

@-webkit-keyframes satori__popup_max_tr {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes satori__popup_max_tr {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes satori__popup_min_tr {
    20% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    to {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
}

@keyframes satori__popup_min_tr {
    20% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    to {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
}

@-webkit-keyframes satori__popup_max_m {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3) translateX(50%);
        -moz-transform: scale3d(0.3, 0.3, 0.3) translateX(50%);
        -ms-transform: scale3d(0.3, 0.3, 0.3) translateX(50%);
        -o-transform: scale3d(0.3, 0.3, 0.3) translateX(50%);
        transform: scale3d(0.3, 0.3, 0.3) translateX(50%);
        border-radius: 100%;
    }
    99.9%,
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1) translateX(50%);
        -moz-transform: scale3d(1, 1, 1) translateX(50%);
        -ms-transform: scale3d(1, 1, 1) translateX(50%);
        -o-transform: scale3d(1, 1, 1) translateX(50%);
        transform: scale3d(1, 1, 1) translateX(50%);
        border-radius: 0;
    }
}

@keyframes satori__popup_max_m {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3) translateX(50%);
        -moz-transform: scale3d(0.3, 0.3, 0.3) translateX(50%);
        -ms-transform: scale3d(0.3, 0.3, 0.3) translateX(50%);
        -o-transform: scale3d(0.3, 0.3, 0.3) translateX(50%);
        transform: scale3d(0.3, 0.3, 0.3) translateX(50%);
        border-radius: 100%;
    }
    99.9%,
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1) translateX(50%);
        -moz-transform: scale3d(1, 1, 1) translateX(50%);
        -ms-transform: scale3d(1, 1, 1) translateX(50%);
        -o-transform: scale3d(1, 1, 1) translateX(50%);
        transform: scale3d(1, 1, 1) translateX(50%);
        border-radius: 0;
    }
}

@-webkit-keyframes satori__popup_min_m {
    0% {
        right: 50%;
        opacity: 1;
        -webkit-transform: translateX(50%);
        -moz-transform: translateX(50%);
        -ms-transform: translateX(50%);
        -o-transform: translateX(50%);
        transform: translateX(50%);
        border-radius: 0;
    }
    60% {
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
    99.9%,
    to {
        right: 0%;
        bottom: 0%;
        -webkit-transform: translateX(0%) translateY(99%);
        -moz-transform: translateX(0%) translateY(99%);
        -ms-transform: translateX(0%) translateY(99%);
        -o-transform: translateX(0%) translateY(99%);
        transform: translateX(0%) translateY(99%);
    }
}

@keyframes satori__popup_min_m {
    0% {
        right: 50%;
        opacity: 1;
        -webkit-transform: translateX(50%);
        -moz-transform: translateX(50%);
        -ms-transform: translateX(50%);
        -o-transform: translateX(50%);
        transform: translateX(50%);
        border-radius: 0;
    }
    60% {
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
    99.9%,
    to {
        right: 0%;
        bottom: 0%;
        -webkit-transform: translateX(0%) translateY(99%);
        -moz-transform: translateX(0%) translateY(99%);
        -ms-transform: translateX(0%) translateY(99%);
        -o-transform: translateX(0%) translateY(99%);
        transform: translateX(0%) translateY(99%);
    }
}

.satori__custom_form {
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: none;
    word-break: break-all;
    line-height: 1.8;
}

.satori__custom_form a {
    color: #50C8A7;
    outline: none;
    text-decoration: none;
}

.satori__custom_form a:visited {
    color: #50C8A7;
    text-decoration: none;
}

.satori__custom_form a:hover {
    color: #9ee0ce;
    text-decoration: none;
}

.satori__custom_form p {
    margin: 0 0 1em;
}

.satori__custom_form pre,
.satori__custom_form code {
    margin: 1em 0;
    font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
    font-size: .8em;
}

.satori__custom_form .satori__btn {
    display: inline-block;
    text-align: center;
    padding: 5px;
    border-radius: 2px;
    min-width: 100px;
    cursor: pointer;
    outline: none;
    background-color: #a8d28c;
    color: #14200c;
}

.satori__custom_form .satori__btn:hover {
    opacity: .5;
}

.satori__custom_form .satori__btn.cancel {
    background-color: #E9D985;
}

#satori__creative_container .satori__alert_success,
#satori__creative_container .satori__alert-success,
#satori__html_part_container .satori__alert_success,
#satori__html_part_container .satori__alert-success,
#satori__form_container .satori__alert_success,
#satori__form_container .satori__alert-success {
    width: 100%;
    max-width: 100%;
    display: table;
    position: relative;
    color: #072F46;
    background-color: #75C0F5;
}

#satori__creative_container .satori__alert_success:before,
#satori__creative_container .satori__alert-success:before,
#satori__html_part_container .satori__alert_success:before,
#satori__html_part_container .satori__alert-success:before,
#satori__form_container .satori__alert_success:before,
#satori__form_container .satori__alert-success:before {
    width: 36px;
    white-space: nowrap;
    display: table-cell !important;
    content: '';
    background-repeat: no-repeat;
    background-position: 10px 10px;
}

#satori__creative_container .satori__alert_success .satori__message,
#satori__creative_container .satori__alert-success .satori__message,
#satori__html_part_container .satori__alert_success .satori__message,
#satori__html_part_container .satori__alert-success .satori__message,
#satori__form_container .satori__alert_success .satori__message,
#satori__form_container .satori__alert-success .satori__message {
    display: table-cell;
    padding: 10px;
    text-align: left;
}

#satori__creative_container .satori__alert_success .satori__message p,
#satori__creative_container .satori__alert-success .satori__message p,
#satori__html_part_container .satori__alert_success .satori__message p,
#satori__html_part_container .satori__alert-success .satori__message p,
#satori__form_container .satori__alert_success .satori__message p,
#satori__form_container .satori__alert-success .satori__message p {
    margin: 0;
}

#satori__creative_container .satori__alert_success pre,
#satori__creative_container .satori__alert-success pre,
#satori__html_part_container .satori__alert_success pre,
#satori__html_part_container .satori__alert-success pre,
#satori__form_container .satori__alert_success pre,
#satori__form_container .satori__alert-success pre {
    white-space: pre-wrap;
}

#satori__creative_container .satori__alert_success .satori__close_alert,
#satori__creative_container .satori__alert-success .satori__close_alert,
#satori__html_part_container .satori__alert_success .satori__close_alert,
#satori__html_part_container .satori__alert-success .satori__close_alert,
#satori__form_container .satori__alert_success .satori__close_alert,
#satori__form_container .satori__alert-success .satori__close_alert {
    background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAABGdBTUEAALGPC/xhBQAAAV1JREFUSA21lrFuwjAQhl2EVAmJgaFTF6Y+CSsrT8UL8ALMlfoUfYeqLKWUpa1YCELi+jvhlOp8F9vCOeFcON/vT3ZiX5xTjIjulHBSyNIOpLoiWiJ2gQBWzWW/9R/Jk29cGu3vBndDK9ftidbIFXZamIJrBwSTo1ARYTQNpkNYbcN0COsE7INoxV22D2HdEB5p65cThgfv1zbNWhjyleUyR5nWrK3Zr3VUc0TH4TPRcjm2e6hBZ6IZh8r7r5cawpd+YALSD8yAlIVFIGVgiZDbYPs166UPzjpOeHUOv1wbPmcp8IrnbEaxI9pN3Qm9DcLMCKwMJAIrCzFg/UAU2DvRD4fj/uiLoz9YM+xz5MvE4JAsaTdj3tl4Pb3fiDZxVgvh1zYN5guKu280mFV3TQohGbAnzo3AbAgP0DEzAWFFMLM4hKUKzICwAh6L+ojWlN9/8dgtNCO0KVrwTfcHnr2XwUmiwc0AAAAASUVORK5CYII=") center center no-repeat;
    display: table-cell;
    padding-right: 10px;
    text-align: right;
    cursor: pointer;
}

#satori__creative_container .satori__alert_success:before,
#satori__creative_container .satori__alert-success:before,
#satori__html_part_container .satori__alert_success:before,
#satori__html_part_container .satori__alert-success:before,
#satori__form_container .satori__alert_success:before,
#satori__form_container .satori__alert-success:before {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPCAYAAAACsSQRAAAABGdBTUEAALGPC/xhBQAAASpJREFUOBGVkr9LQlEUx81noUWQkZhDEARBTQ2tGQ4t0dKSLYLN/VcFQYiLm9Ic/QHaDxysVsdAyEH9fMMjx1LzfeHz7jnnnvt99777gkh4xVhyBSloQT/gEVanLNiDrSGv0ZAOB/QfujXaTRDGZJMFZ86gR1yCzrwmCZrzoO9hqhF8KpnHZIG+c0hqwVB1xidLvMmSFX+NR+S7rtYmrrh8tJMTitew7ieJdyDnal3ie9A4kq74GLIQh31oQgfWoAB+h2XyDxiTjrPtKqvERcjABSyD6ZHg2RI/6qMtwiVo66Y+geZM7wQ3oGv9Ix1HE3pDGjZA8gZf5LfwrYlJkokkoxfQHyhMqt+BbmSqzEQNOoKM9D9oV1IVGj/RjIc3UZuM3mAF9PYH+FcDPL8sn9DMp/4AAAAASUVORK5CYII=");
}

#satori__creative_container .satori__alert_info,
#satori__creative_container .satori__alert-info,
#satori__html_part_container .satori__alert_info,
#satori__html_part_container .satori__alert-info,
#satori__form_container .satori__alert_info,
#satori__form_container .satori__alert-info {
    width: 100%;
    max-width: 100%;
    display: table;
    position: relative;
    color: #0D2B22;
    background-color: #50C8A7;
}

#satori__creative_container .satori__alert_info:before,
#satori__creative_container .satori__alert-info:before,
#satori__html_part_container .satori__alert_info:before,
#satori__html_part_container .satori__alert-info:before,
#satori__form_container .satori__alert_info:before,
#satori__form_container .satori__alert-info:before {
    width: 36px;
    white-space: nowrap;
    display: table-cell !important;
    content: '';
    background-repeat: no-repeat;
    background-position: 10px 10px;
}

#satori__creative_container .satori__alert_info .satori__message,
#satori__creative_container .satori__alert-info .satori__message,
#satori__html_part_container .satori__alert_info .satori__message,
#satori__html_part_container .satori__alert-info .satori__message,
#satori__form_container .satori__alert_info .satori__message,
#satori__form_container .satori__alert-info .satori__message {
    display: table-cell;
    padding: 10px;
    text-align: left;
}

#satori__creative_container .satori__alert_info .satori__message p,
#satori__creative_container .satori__alert-info .satori__message p,
#satori__html_part_container .satori__alert_info .satori__message p,
#satori__html_part_container .satori__alert-info .satori__message p,
#satori__form_container .satori__alert_info .satori__message p,
#satori__form_container .satori__alert-info .satori__message p {
    margin: 0;
}

#satori__creative_container .satori__alert_info pre,
#satori__creative_container .satori__alert-info pre,
#satori__html_part_container .satori__alert_info pre,
#satori__html_part_container .satori__alert-info pre,
#satori__form_container .satori__alert_info pre,
#satori__form_container .satori__alert-info pre {
    white-space: pre-wrap;
}

#satori__creative_container .satori__alert_info .satori__close_alert,
#satori__creative_container .satori__alert-info .satori__close_alert,
#satori__html_part_container .satori__alert_info .satori__close_alert,
#satori__html_part_container .satori__alert-info .satori__close_alert,
#satori__form_container .satori__alert_info .satori__close_alert,
#satori__form_container .satori__alert-info .satori__close_alert {
    background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAABGdBTUEAALGPC/xhBQAAAV1JREFUSA21lrFuwjAQhl2EVAmJgaFTF6Y+CSsrT8UL8ALMlfoUfYeqLKWUpa1YCELi+jvhlOp8F9vCOeFcON/vT3ZiX5xTjIjulHBSyNIOpLoiWiJ2gQBWzWW/9R/Jk29cGu3vBndDK9ftidbIFXZamIJrBwSTo1ARYTQNpkNYbcN0COsE7INoxV22D2HdEB5p65cThgfv1zbNWhjyleUyR5nWrK3Zr3VUc0TH4TPRcjm2e6hBZ6IZh8r7r5cawpd+YALSD8yAlIVFIGVgiZDbYPs166UPzjpOeHUOv1wbPmcp8IrnbEaxI9pN3Qm9DcLMCKwMJAIrCzFg/UAU2DvRD4fj/uiLoz9YM+xz5MvE4JAsaTdj3tl4Pb3fiDZxVgvh1zYN5guKu280mFV3TQohGbAnzo3AbAgP0DEzAWFFMLM4hKUKzICwAh6L+ojWlN9/8dgtNCO0KVrwTfcHnr2XwUmiwc0AAAAASUVORK5CYII=") center center no-repeat;
    display: table-cell;
    padding-right: 10px;
    text-align: right;
    cursor: pointer;
}

#satori__creative_container .satori__alert_info:before,
#satori__creative_container .satori__alert-info:before,
#satori__html_part_container .satori__alert_info:before,
#satori__html_part_container .satori__alert-info:before,
#satori__form_container .satori__alert_info:before,
#satori__form_container .satori__alert-info:before {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAABGdBTUEAALGPC/xhBQAAAT9JREFUOBGNlD1PwzAQhtuCBEUVH2JhrthYGODv0F/XBbb+ByZYOsDIkg2JkDAUiVRV3yf4Ktey45z0xD7f+dU5OWc4SNtIoVNx4VIqjbXYOH9vGO55/86xhnsHQr79yHl1rPxAKHSi4IO48pMicwSfRGGxA5to7CvCliNxKz4EogMT4jgzEauk1PqvGAvfOM21WIqGF4rxTmIixB4dzEPjHd6xiBAglDIS2+REArHRoR6ohl/H39MlQh57z6jG+oTFmHUdzfLPqShnZS6BOBV990nM5FQI0QdtL2SSU2H21ghxd15SWT3WuTIba8hPOTTXJLJxqrUbETYkqVSzEI0JreW8i5gYAjERTjIXX2J3RZg3IiVG3DcqQaSwRavIfMTexJ+4FFxO3xB4FhynrcSC4W/E1hn5EHStNWznj20L6Fs2ORL8/fIAAAAASUVORK5CYII=");
}

#satori__creative_container .satori__alert_warning,
#satori__creative_container .satori__alert-warning,
#satori__html_part_container .satori__alert_warning,
#satori__html_part_container .satori__alert-warning,
#satori__form_container .satori__alert_warning,
#satori__form_container .satori__alert-warning {
    width: 100%;
    max-width: 100%;
    display: table;
    position: relative;
    color: #320377;
    background-color: #C6A2FB;
}

#satori__creative_container .satori__alert_warning:before,
#satori__creative_container .satori__alert-warning:before,
#satori__html_part_container .satori__alert_warning:before,
#satori__html_part_container .satori__alert-warning:before,
#satori__form_container .satori__alert_warning:before,
#satori__form_container .satori__alert-warning:before {
    width: 36px;
    white-space: nowrap;
    display: table-cell !important;
    content: '';
    background-repeat: no-repeat;
    background-position: 10px 10px;
}

#satori__creative_container .satori__alert_warning .satori__message,
#satori__creative_container .satori__alert-warning .satori__message,
#satori__html_part_container .satori__alert_warning .satori__message,
#satori__html_part_container .satori__alert-warning .satori__message,
#satori__form_container .satori__alert_warning .satori__message,
#satori__form_container .satori__alert-warning .satori__message {
    display: table-cell;
    padding: 10px;
    text-align: left;
}

#satori__creative_container .satori__alert_warning .satori__message p,
#satori__creative_container .satori__alert-warning .satori__message p,
#satori__html_part_container .satori__alert_warning .satori__message p,
#satori__html_part_container .satori__alert-warning .satori__message p,
#satori__form_container .satori__alert_warning .satori__message p,
#satori__form_container .satori__alert-warning .satori__message p {
    margin: 0;
}

#satori__creative_container .satori__alert_warning pre,
#satori__creative_container .satori__alert-warning pre,
#satori__html_part_container .satori__alert_warning pre,
#satori__html_part_container .satori__alert-warning pre,
#satori__form_container .satori__alert_warning pre,
#satori__form_container .satori__alert-warning pre {
    white-space: pre-wrap;
}

#satori__creative_container .satori__alert_warning .satori__close_alert,
#satori__creative_container .satori__alert-warning .satori__close_alert,
#satori__html_part_container .satori__alert_warning .satori__close_alert,
#satori__html_part_container .satori__alert-warning .satori__close_alert,
#satori__form_container .satori__alert_warning .satori__close_alert,
#satori__form_container .satori__alert-warning .satori__close_alert {
    background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAABGdBTUEAALGPC/xhBQAAAV1JREFUSA21lrFuwjAQhl2EVAmJgaFTF6Y+CSsrT8UL8ALMlfoUfYeqLKWUpa1YCELi+jvhlOp8F9vCOeFcON/vT3ZiX5xTjIjulHBSyNIOpLoiWiJ2gQBWzWW/9R/Jk29cGu3vBndDK9ftidbIFXZamIJrBwSTo1ARYTQNpkNYbcN0COsE7INoxV22D2HdEB5p65cThgfv1zbNWhjyleUyR5nWrK3Zr3VUc0TH4TPRcjm2e6hBZ6IZh8r7r5cawpd+YALSD8yAlIVFIGVgiZDbYPs166UPzjpOeHUOv1wbPmcp8IrnbEaxI9pN3Qm9DcLMCKwMJAIrCzFg/UAU2DvRD4fj/uiLoz9YM+xz5MvE4JAsaTdj3tl4Pb3fiDZxVgvh1zYN5guKu280mFV3TQohGbAnzo3AbAgP0DEzAWFFMLM4hKUKzICwAh6L+ojWlN9/8dgtNCO0KVrwTfcHnr2XwUmiwc0AAAAASUVORK5CYII=") center center no-repeat;
    display: table-cell;
    padding-right: 10px;
    text-align: right;
    cursor: pointer;
}

#satori__creative_container .satori__alert_warning:before,
#satori__creative_container .satori__alert-warning:before,
#satori__html_part_container .satori__alert_warning:before,
#satori__html_part_container .satori__alert-warning:before,
#satori__form_container .satori__alert_warning:before,
#satori__form_container .satori__alert-warning:before {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAOJJREFUOBGlU7sOwjAQa3kMDCxM8AdFrHwLI3wbfAriFxBdYIWJCakbwi44uqREN9SSk8vlzmlatyy6mCO17KbbzAXjw+6VdoF4AW7BSZLXskFwAO9KDBVg9ppZOgZX4A18gYUEcs1P1PBU+0SRCAV4511ShGWLPcYzuP4uwyiR6wCpCrQnhConYE9FgV7oLTByjp85+4UnsPEEvCscIUBmQYEa5LdO8Ubi9CPjFOypZeWckWRZ7lsES8uJtCXtSZvSJMIUAWkRmpmUAOOcCPeEqJlJXUEFnGltuvMf+L6i3/kDhl4n3UVv8h8AAAAASUVORK5CYII=");
}

#satori__creative_container .satori__alert-error,
#satori__creative_container .satori__alert_error,
#satori__html_part_container .satori__alert-error,
#satori__html_part_container .satori__alert_error,
#satori__form_container .satori__alert-error,
#satori__form_container .satori__alert_error {
    width: 100%;
    max-width: 100%;
    display: table;
    position: relative;
    color: #554C06;
    background-color: #F9EC7B;
}

#satori__creative_container .satori__alert-error:before,
#satori__creative_container .satori__alert_error:before,
#satori__html_part_container .satori__alert-error:before,
#satori__html_part_container .satori__alert_error:before,
#satori__form_container .satori__alert-error:before,
#satori__form_container .satori__alert_error:before {
    width: 36px;
    white-space: nowrap;
    display: table-cell !important;
    content: '';
    background-repeat: no-repeat;
    background-position: 10px 10px;
}

#satori__creative_container .satori__alert-error .satori__message,
#satori__creative_container .satori__alert_error .satori__message,
#satori__html_part_container .satori__alert-error .satori__message,
#satori__html_part_container .satori__alert_error .satori__message,
#satori__form_container .satori__alert-error .satori__message,
#satori__form_container .satori__alert_error .satori__message {
    display: table-cell;
    padding: 10px;
    text-align: left;
}

#satori__creative_container .satori__alert-error .satori__message p,
#satori__creative_container .satori__alert_error .satori__message p,
#satori__html_part_container .satori__alert-error .satori__message p,
#satori__html_part_container .satori__alert_error .satori__message p,
#satori__form_container .satori__alert-error .satori__message p,
#satori__form_container .satori__alert_error .satori__message p {
    margin: 0;
}

#satori__creative_container .satori__alert-error pre,
#satori__creative_container .satori__alert_error pre,
#satori__html_part_container .satori__alert-error pre,
#satori__html_part_container .satori__alert_error pre,
#satori__form_container .satori__alert-error pre,
#satori__form_container .satori__alert_error pre {
    white-space: pre-wrap;
}

#satori__creative_container .satori__alert-error .satori__close_alert,
#satori__creative_container .satori__alert_error .satori__close_alert,
#satori__html_part_container .satori__alert-error .satori__close_alert,
#satori__html_part_container .satori__alert_error .satori__close_alert,
#satori__form_container .satori__alert-error .satori__close_alert,
#satori__form_container .satori__alert_error .satori__close_alert {
    background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAABGdBTUEAALGPC/xhBQAAAV1JREFUSA21lrFuwjAQhl2EVAmJgaFTF6Y+CSsrT8UL8ALMlfoUfYeqLKWUpa1YCELi+jvhlOp8F9vCOeFcON/vT3ZiX5xTjIjulHBSyNIOpLoiWiJ2gQBWzWW/9R/Jk29cGu3vBndDK9ftidbIFXZamIJrBwSTo1ARYTQNpkNYbcN0COsE7INoxV22D2HdEB5p65cThgfv1zbNWhjyleUyR5nWrK3Zr3VUc0TH4TPRcjm2e6hBZ6IZh8r7r5cawpd+YALSD8yAlIVFIGVgiZDbYPs166UPzjpOeHUOv1wbPmcp8IrnbEaxI9pN3Qm9DcLMCKwMJAIrCzFg/UAU2DvRD4fj/uiLoz9YM+xz5MvE4JAsaTdj3tl4Pb3fiDZxVgvh1zYN5guKu280mFV3TQohGbAnzo3AbAgP0DEzAWFFMLM4hKUKzICwAh6L+ojWlN9/8dgtNCO0KVrwTfcHnr2XwUmiwc0AAAAASUVORK5CYII=") center center no-repeat;
    display: table-cell;
    padding-right: 10px;
    text-align: right;
    cursor: pointer;
}

#satori__creative_container .satori__alert-error:before,
#satori__creative_container .satori__alert_error:before,
#satori__html_part_container .satori__alert-error:before,
#satori__html_part_container .satori__alert_error:before,
#satori__form_container .satori__alert-error:before,
#satori__form_container .satori__alert_error:before {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAARCAYAAADdRIy+AAAABGdBTUEAALGPC/xhBQAAARFJREFUOBGlVDuqAkEQHHX9gGKikWAgGIuRiOADP6AextN4GjOP4A1MjA0EwUyrdplHz29n1YLa6emuqh3YZZQqhgQyMopyVJEJZljIKIq8tY2UOfgCz+AdDKLICddwV8EayDoXscA+3CORwJq9IPICS3DtPE72OPMiL3AMR8/jYo8zL0KBdahXwnFETWpwRo2DUOAflC2hvqAmNTijxoEvsAPV1FG6DWqoNeAL3EBRMVRKDbAnJaih1oBtHGK6MBTZhn3SBk94BW96IE/I8K0eWKv9UeSYnv+DycAJBl2pFLX9UcQo9dCbQv+gTez2YCNrf/x8wnEAH/qES2y+DePb6WVGesclWHmDnMBfwNsoeQNy0Bj7sGhaogAAAABJRU5ErkJggg==");
}

#satori__creative_container .satori__alert_danger,
#satori__creative_container .satori__alert-danger,
#satori__html_part_container .satori__alert_danger,
#satori__html_part_container .satori__alert-danger,
#satori__form_container .satori__alert_danger,
#satori__form_container .satori__alert-danger {
    width: 100%;
    max-width: 100%;
    display: table;
    position: relative;
    color: #540312;
    background-color: #FC92A5;
}

#satori__creative_container .satori__alert_danger:before,
#satori__creative_container .satori__alert-danger:before,
#satori__html_part_container .satori__alert_danger:before,
#satori__html_part_container .satori__alert-danger:before,
#satori__form_container .satori__alert_danger:before,
#satori__form_container .satori__alert-danger:before {
    width: 36px;
    white-space: nowrap;
    display: table-cell !important;
    content: '';
    background-repeat: no-repeat;
    background-position: 10px 10px;
}

#satori__creative_container .satori__alert_danger .satori__message,
#satori__creative_container .satori__alert-danger .satori__message,
#satori__html_part_container .satori__alert_danger .satori__message,
#satori__html_part_container .satori__alert-danger .satori__message,
#satori__form_container .satori__alert_danger .satori__message,
#satori__form_container .satori__alert-danger .satori__message {
    display: table-cell;
    padding: 10px;
    text-align: left;
}

#satori__creative_container .satori__alert_danger .satori__message p,
#satori__creative_container .satori__alert-danger .satori__message p,
#satori__html_part_container .satori__alert_danger .satori__message p,
#satori__html_part_container .satori__alert-danger .satori__message p,
#satori__form_container .satori__alert_danger .satori__message p,
#satori__form_container .satori__alert-danger .satori__message p {
    margin: 0;
}

#satori__creative_container .satori__alert_danger pre,
#satori__creative_container .satori__alert-danger pre,
#satori__html_part_container .satori__alert_danger pre,
#satori__html_part_container .satori__alert-danger pre,
#satori__form_container .satori__alert_danger pre,
#satori__form_container .satori__alert-danger pre {
    white-space: pre-wrap;
}

#satori__creative_container .satori__alert_danger .satori__close_alert,
#satori__creative_container .satori__alert-danger .satori__close_alert,
#satori__html_part_container .satori__alert_danger .satori__close_alert,
#satori__html_part_container .satori__alert-danger .satori__close_alert,
#satori__form_container .satori__alert_danger .satori__close_alert,
#satori__form_container .satori__alert-danger .satori__close_alert {
    background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAABGdBTUEAALGPC/xhBQAAAV1JREFUSA21lrFuwjAQhl2EVAmJgaFTF6Y+CSsrT8UL8ALMlfoUfYeqLKWUpa1YCELi+jvhlOp8F9vCOeFcON/vT3ZiX5xTjIjulHBSyNIOpLoiWiJ2gQBWzWW/9R/Jk29cGu3vBndDK9ftidbIFXZamIJrBwSTo1ARYTQNpkNYbcN0COsE7INoxV22D2HdEB5p65cThgfv1zbNWhjyleUyR5nWrK3Zr3VUc0TH4TPRcjm2e6hBZ6IZh8r7r5cawpd+YALSD8yAlIVFIGVgiZDbYPs166UPzjpOeHUOv1wbPmcp8IrnbEaxI9pN3Qm9DcLMCKwMJAIrCzFg/UAU2DvRD4fj/uiLoz9YM+xz5MvE4JAsaTdj3tl4Pb3fiDZxVgvh1zYN5guKu280mFV3TQohGbAnzo3AbAgP0DEzAWFFMLM4hKUKzICwAh6L+ojWlN9/8dgtNCO0KVrwTfcHnr2XwUmiwc0AAAAASUVORK5CYII=") center center no-repeat;
    display: table-cell;
    padding-right: 10px;
    text-align: right;
    cursor: pointer;
}

#satori__creative_container .satori__alert_danger:before,
#satori__creative_container .satori__alert-danger:before,
#satori__html_part_container .satori__alert_danger:before,
#satori__html_part_container .satori__alert-danger:before,
#satori__form_container .satori__alert_danger:before,
#satori__form_container .satori__alert-danger:before {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAARCAYAAADdRIy+AAAABGdBTUEAALGPC/xhBQAAARFJREFUOBGlVDuqAkEQHHX9gGKikWAgGIuRiOADP6AextN4GjOP4A1MjA0EwUyrdplHz29n1YLa6emuqh3YZZQqhgQyMopyVJEJZljIKIq8tY2UOfgCz+AdDKLICddwV8EayDoXscA+3CORwJq9IPICS3DtPE72OPMiL3AMR8/jYo8zL0KBdahXwnFETWpwRo2DUOAflC2hvqAmNTijxoEvsAPV1FG6DWqoNeAL3EBRMVRKDbAnJaih1oBtHGK6MBTZhn3SBk94BW96IE/I8K0eWKv9UeSYnv+DycAJBl2pFLX9UcQo9dCbQv+gTez2YCNrf/x8wnEAH/qES2y+DePb6WVGesclWHmDnMBfwNsoeQNy0Bj7sGhaogAAAABJRU5ErkJggg==");
}

.satori__custom_form .satori__input_group {
    padding: 10px;
}

.satori__custom_form .satori__input_group.satori__customer_last_name {
    padding-right: 0;
}

.satori__custom_form .satori__horiz_group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.satori__custom_form .satori__horiz_group .satori__input_group {
    -webkit-flex: 1 1 10%;
    -ms-flex: 1 1 10%;
    flex: 1 1 10%;
}

.satori__custom_form .satori__notes {
    display: block;
    background: rgba(0, 0, 0, 0.1);
    border-color: rgba(0, 0, 0, 0.1);
    padding: 0 4px;
    border-style: solid;
    border-width: 1px;
    border-radius: 2px;
    transition: background .25s ease-in-out;
}

.satori__custom_form label:first-child {
    display: block;
    text-align: left;
    padding-bottom: 5px;
    color: #666;
}

.satori__custom_form label:first-child.satori__required abbr {
    color: #f2859d;
    font-weight: bold;
}

.satori__custom_form label:first-child .error {
    color: #FC92A5;
    font-weight: normal;
}

.satori__custom_form label:first-child.dummy {
    content: ' ';
    min-height: 2em;
}

.satori__custom_form label:first-child.radio,
.satori__custom_form label:first-child.check {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.satori__custom_form .satori__require,
.satori__custom_form .satori__not_require {
    display: inline-block;
    font-style: normal;
    line-height: .64em;
    padding: 5px 3px;
    margin: .1em .5em;
    border-radius: 2px;
}

.satori__custom_form .satori__require {
    background: #f2859d;
    color: #000;
    position: relative;
    top: 3px;
}

.satori__custom_form .satori__not_require {
    background: #7fbee7;
    color: #000;
    position: relative;
    top: 3px;
}

.satori__custom_form input[type='checkbox']:checked+label,
.satori__custom_form input[type='radio']:checked+label {
    color: #7fbee7;
}

.satori__custom_form .satori__system_notes {
    color: #999;
}

.satori__custom_form input[type='submit'],
.satori__custom_form button {
    font-family: Hiragino Sans, Hiragino Kaku Gothic ProN, Meiryo, Osaka, sans-serif;
}

.satori__custom_form input[type='text'],
.satori__custom_form input[type='tel'],
.satori__custom_form input[type='password'],
.satori__custom_form input[type='email'],
.satori__custom_form input[type='number'],
.satori__custom_form input[type='url'],
.satori__custom_form textarea {
    width: 100%;
    -webkit-flex: 1 0 100px;
    -ms-flex: 1 0 100px;
    flex: 1 0 100px;
    padding: 13px;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    outline: none;
    color: #333;
    box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
    border-color: rgba(0, 0, 0, 0.3);
    background-color: rgba(100, 100, 100, 0.1);
}

@media screen and (max-width: 760px) {
    .satori__custom_form input[type='text'],
    .satori__custom_form input[type='tel'],
    .satori__custom_form input[type='password'],
    .satori__custom_form input[type='email'],
    .satori__custom_form input[type='number'],
    .satori__custom_form input[type='url'],
    .satori__custom_form textarea {
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
}

.satori__custom_form input[type='text']::-webkit-input-placeholder,
.satori__custom_form input[type='text']:-ms-input-placeholder,
.satori__custom_form input[type='text']::-moz-placeholder,
.satori__custom_form input[type='text']:-moz-placeholder,
.satori__custom_form input[type='text']::placeholder,
.satori__custom_form input[type='tel']::-webkit-input-placeholder,
.satori__custom_form input[type='tel']:-ms-input-placeholder,
.satori__custom_form input[type='tel']::-moz-placeholder,
.satori__custom_form input[type='tel']:-moz-placeholder,
.satori__custom_form input[type='tel']::placeholder,
.satori__custom_form input[type='password']::-webkit-input-placeholder,
.satori__custom_form input[type='password']:-ms-input-placeholder,
.satori__custom_form input[type='password']::-moz-placeholder,
.satori__custom_form input[type='password']:-moz-placeholder,
.satori__custom_form input[type='password']::placeholder,
.satori__custom_form input[type='email']::-webkit-input-placeholder,
.satori__custom_form input[type='email']:-ms-input-placeholder,
.satori__custom_form input[type='email']::-moz-placeholder,
.satori__custom_form input[type='email']:-moz-placeholder,
.satori__custom_form input[type='email']::placeholder,
.satori__custom_form input[type='number']::-webkit-input-placeholder,
.satori__custom_form input[type='number']:-ms-input-placeholder,
.satori__custom_form input[type='number']::-moz-placeholder,
.satori__custom_form input[type='number']:-moz-placeholder,
.satori__custom_form input[type='number']::placeholder,
.satori__custom_form input[type='url']::-webkit-input-placeholder,
.satori__custom_form input[type='url']:-ms-input-placeholder,
.satori__custom_form input[type='url']::-moz-placeholder,
.satori__custom_form input[type='url']:-moz-placeholder,
.satori__custom_form input[type='url']::placeholder,
.satori__custom_form textarea::-webkit-input-placeholder,
.satori__custom_form textarea:-ms-input-placeholder,
.satori__custom_form textarea::-moz-placeholder,
.satori__custom_form textarea:-moz-placeholder,
.satori__custom_form textarea::placeholder {
    color: rgba(51, 51, 51, 0.4);
}

.satori__custom_form input[type='text']:focus,
.satori__custom_form input[type='tel']:focus,
.satori__custom_form input[type='password']:focus,
.satori__custom_form input[type='email']:focus,
.satori__custom_form input[type='number']:focus,
.satori__custom_form input[type='url']:focus,
.satori__custom_form textarea:focus {
    color: #333;
    background-color: #FFF;
    border-color: #50C8A7;
}

.satori__custom_form input[type='text'][readonly='readonly'],
.satori__custom_form input[type='text'][readonly],
.satori__custom_form input[type='text'][disabled='disabled'],
.satori__custom_form input[type='text'][disabled],
.satori__custom_form input[type='text']:disabled,
.satori__custom_form input[type='tel'][readonly='readonly'],
.satori__custom_form input[type='tel'][readonly],
.satori__custom_form input[type='tel'][disabled='disabled'],
.satori__custom_form input[type='tel'][disabled],
.satori__custom_form input[type='tel']:disabled,
.satori__custom_form input[type='password'][readonly='readonly'],
.satori__custom_form input[type='password'][readonly],
.satori__custom_form input[type='password'][disabled='disabled'],
.satori__custom_form input[type='password'][disabled],
.satori__custom_form input[type='password']:disabled,
.satori__custom_form input[type='email'][readonly='readonly'],
.satori__custom_form input[type='email'][readonly],
.satori__custom_form input[type='email'][disabled='disabled'],
.satori__custom_form input[type='email'][disabled],
.satori__custom_form input[type='email']:disabled,
.satori__custom_form input[type='number'][readonly='readonly'],
.satori__custom_form input[type='number'][readonly],
.satori__custom_form input[type='number'][disabled='disabled'],
.satori__custom_form input[type='number'][disabled],
.satori__custom_form input[type='number']:disabled,
.satori__custom_form input[type='url'][readonly='readonly'],
.satori__custom_form input[type='url'][readonly],
.satori__custom_form input[type='url'][disabled='disabled'],
.satori__custom_form input[type='url'][disabled],
.satori__custom_form input[type='url']:disabled,
.satori__custom_form textarea[readonly='readonly'],
.satori__custom_form textarea[readonly],
.satori__custom_form textarea[disabled='disabled'],
.satori__custom_form textarea[disabled],
.satori__custom_form textarea:disabled {
    cursor: not-allowed;
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
}

.satori__custom_form input[type='text'][readonly='readonly']:focus,
.satori__custom_form input[type='text'][readonly]:focus,
.satori__custom_form input[type='text'][disabled='disabled']:focus,
.satori__custom_form input[type='text'][disabled]:focus,
.satori__custom_form input[type='text']:disabled:focus,
.satori__custom_form input[type='tel'][readonly='readonly']:focus,
.satori__custom_form input[type='tel'][readonly]:focus,
.satori__custom_form input[type='tel'][disabled='disabled']:focus,
.satori__custom_form input[type='tel'][disabled]:focus,
.satori__custom_form input[type='tel']:disabled:focus,
.satori__custom_form input[type='password'][readonly='readonly']:focus,
.satori__custom_form input[type='password'][readonly]:focus,
.satori__custom_form input[type='password'][disabled='disabled']:focus,
.satori__custom_form input[type='password'][disabled]:focus,
.satori__custom_form input[type='password']:disabled:focus,
.satori__custom_form input[type='email'][readonly='readonly']:focus,
.satori__custom_form input[type='email'][readonly]:focus,
.satori__custom_form input[type='email'][disabled='disabled']:focus,
.satori__custom_form input[type='email'][disabled]:focus,
.satori__custom_form input[type='email']:disabled:focus,
.satori__custom_form input[type='number'][readonly='readonly']:focus,
.satori__custom_form input[type='number'][readonly]:focus,
.satori__custom_form input[type='number'][disabled='disabled']:focus,
.satori__custom_form input[type='number'][disabled]:focus,
.satori__custom_form input[type='number']:disabled:focus,
.satori__custom_form input[type='url'][readonly='readonly']:focus,
.satori__custom_form input[type='url'][readonly]:focus,
.satori__custom_form input[type='url'][disabled='disabled']:focus,
.satori__custom_form input[type='url'][disabled]:focus,
.satori__custom_form input[type='url']:disabled:focus,
.satori__custom_form textarea[readonly='readonly']:focus,
.satori__custom_form textarea[readonly]:focus,
.satori__custom_form textarea[disabled='disabled']:focus,
.satori__custom_form textarea[disabled]:focus,
.satori__custom_form textarea:disabled:focus {
    color: #333;
    border-color: rgba(0, 0, 0, 0.3);
}

.satori__custom_form input[type='text'][disabled]::placeholder,
.satori__custom_form input[type='tel'][disabled]::placeholder,
.satori__custom_form input[type='password'][disabled]::placeholder,
.satori__custom_form input[type='email'][disabled]::placeholder,
.satori__custom_form input[type='number'][disabled]::placeholder,
.satori__custom_form input[type='url'][disabled]::placeholder,
.satori__custom_form textarea[disabled]::placeholder {
    color: transparent;
}

.satori__custom_form input[type='text']:focus~.satori__notes,
.satori__custom_form input[type='tel']:focus~.satori__notes,
.satori__custom_form input[type='password']:focus~.satori__notes,
.satori__custom_form input[type='email']:focus~.satori__notes,
.satori__custom_form input[type='number']:focus~.satori__notes,
.satori__custom_form input[type='url']:focus~.satori__notes,
.satori__custom_form textarea:focus~.satori__notes {
    border-color: transparent;
    background: #50C8A7;
    color: #000;
}

.satori__custom_form textarea {
    min-height: 3em;
}

.satori__custom_form .satori__input_group.error input[type='text'],
.satori__custom_form .satori__input_group.error input[type='tel'],
.satori__custom_form .satori__input_group.error input[type='password'],
.satori__custom_form .satori__input_group.error input[type='email'],
.satori__custom_form .satori__input_group.error input[type='number'],
.satori__custom_form .satori__input_group.error input[type='url'],
.satori__custom_form .satori__input_group.error textarea {
    border-color: #FC92A5;
}

.satori__custom_form .satori__input_group.error~.satori__notes {
    border-color: #f2859d;
    background: #f2859d;
    color: #FFF;
}

.satori__custom_form input[type='checkbox'],
.satori__custom_form input[type='radio'] {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    border: 1px solid #ccc;
}

.satori__custom_form input[type='checkbox']+label,
.satori__custom_form input[type='radio']+label {
    color: rgba(51, 51, 51, 0.6);
    display: inline;
    margin: 0 5px 0 0;
    padding: 3px 5px;
    cursor: pointer;
}

.satori__custom_form input[type='checkbox']+label+input[type='checkbox'],
.satori__custom_form input[type='checkbox']+label+input[type='radio'],
.satori__custom_form input[type='radio']+label+input[type='checkbox'],
.satori__custom_form input[type='radio']+label+input[type='radio'] {
    margin-left: 10px;
}

.satori__custom_form input[type='checkbox']:checked+label,
.satori__custom_form input[type='radio']:checked+label {
    color: #7fbee7;
}

.satori__custom_form select {
    border: 1px solid rgba(0, 0, 0, 0.3);
    height: 2.5em;
}

.satori__custom_form .satori__not_require {
    background: #7fbee7;
    color: #000;
}

@media screen and (max-width: 760px) {
    #satori__popup_widget .satori__input_group.radio,
    #satori__popup_widget .satori__input_group.check {
        display: inherit;
    }
}

#satori__popup_widget .satori__input_group input[type='checkbox']+label,
#satori__popup_widget .satori__input_group input[type='radio']+label {
    display: inline-block;
}

#satori__popup_widget input[type='text'],
#satori__popup_widget input[type='tel'],
#satori__popup_widget input[type='password'],
#satori__popup_widget input[type='email'],
#satori__popup_widget input[type='number'],
#satori__popup_widget input[type='url'],
#satori__popup_widget textarea {
    padding: 3px;
}

#satori__form_body {
    width: 100%;
}

.satori__custom_form {
    width: 100%;
    color: #333;
    background-color: #FFF;
    padding-bottom: 30px;
    margin-top: 30px;
}

.satori__custom_form pre,
.satori__custom_form code {
    white-space: pre-wrap;
}

.satori__custom_form .satori__message {
    text-align: center;
    margin: 10px 10px 5px;
}

@media screen and (max-width: 760px) {
    .satori__custom_form .satori__message {
        margin: 0 10px;
    }
}

.satori__custom_form .satori__submit_group {
    text-align: center;
    margin: 1em;
}

.satori__custom_form .satori__submit_group .satori__btn {
    padding: 5px;
}

.satori__custom_form #satori__privacy_policy_agreement_wrapper {
    text-align: center;
    margin: 0;
}

.satori__custom_form #satori__privacy_policy_agreement_wrapper .satori__input_group {
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

@media screen and (max-width: 760px) {
    .satori__custom_form #satori__privacy_policy_agreement_wrapper .satori__input_group {
        padding: 0 10px;
    }
}

.satori__custom_form #satori__privacy_policy_agreement_wrapper .satori__privacy_policy_message {
    text-align: left;
}

.satori__custom_form .satori__input_group .satori__error_messages {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    display: none;
    color: #FC92A5;
}

.satori__custom_form .satori__input_group.error .satori__error_messages {
    display: inline-block;
}

.satori__custom_form .satori__input_group label:first-child {
    color: #666;
}

.satori__custom_form .satori__btn {
    background-color: #ffff00;
    color: #184E41;
    padding: 5px;
}

.satori__custom_form .satori__btn.cancel {
    background-color: #E9D985;
    color: #635712;
}

.satori__custom_form .satori__input_group input[type='text'],
.satori__custom_form .satori__input_group input[type='tel'],
.satori__custom_form .satori__input_group input[type='password'],
.satori__custom_form .satori__input_group input[type='email'],
.satori__custom_form .satori__input_group input[type='number'],
.satori__custom_form .satori__input_group input[type='url'],
.satori__custom_form .satori__input_group textarea {
    padding: 10px;
}

.satori__custom_form .satori__input_group input[type='text'],
.satori__custom_form .satori__input_group input[type='tel'],
.satori__custom_form .satori__input_group input[type='password'],
.satori__custom_form .satori__input_group input[type='email'],
.satori__custom_form .satori__input_group input[type='number'],
.satori__custom_form .satori__input_group input[type='url'],
.satori__custom_form .satori__input_group textarea {
    background-color: rgba(100, 100, 100, 0.1);
    border-color: rgba(0, 0, 0, 0.3);
    color: #333;
}

.satori__custom_form .satori__input_group input[type='text']:focus,
.satori__custom_form .satori__input_group input[type='tel']:focus,
.satori__custom_form .satori__input_group input[type='password']:focus,
.satori__custom_form .satori__input_group input[type='email']:focus,
.satori__custom_form .satori__input_group input[type='number']:focus,
.satori__custom_form .satori__input_group input[type='url']:focus,
.satori__custom_form .satori__input_group textarea:focus {
    color: #333;
    background-color: #FFF;
    border-color: #50C8A7;
}

.satori__custom_form .satori__input_group input[type='text']:disabled,
.satori__custom_form .satori__input_group input[type='tel']:disabled,
.satori__custom_form .satori__input_group input[type='password']:disabled,
.satori__custom_form .satori__input_group input[type='email']:disabled,
.satori__custom_form .satori__input_group input[type='number']:disabled,
.satori__custom_form .satori__input_group input[type='url']:disabled,
.satori__custom_form .satori__input_group textarea:disabled {
    color: #333;
    background-color: rgba(100, 100, 100, 0.1);
    border-color: transparent;
    -webkit-opacity: 1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#efefef));
    background-image: -webkit-linear-gradient(left, #efefef, #efefef);
}

.satori__custom_form .satori__input_group input[type='text'],
.satori__custom_form .satori__input_group input[type='tel'],
.satori__custom_form .satori__input_group input[type='password'],
.satori__custom_form .satori__input_group input[type='email'],
.satori__custom_form .satori__input_group input[type='number'],
.satori__custom_form .satori__input_group input[type='url'],
.satori__custom_form .satori__input_group textarea {
    height: auto;
    padding: 13px;
}

@media screen and (min-width: 760px) {
    #satori__popup_widget.satori__popup_widget_tr,
    #satori__popup_widget.satori__popup_widget_m,
    #satori__popup_widget.satori__popup_widget_br {
        width: 350px;
    }
}

@media screen and (max-width: 760px) {
    #satori__popup_widget.satori__popup_widget_tr,
    #satori__popup_widget.satori__popup_widget_m,
    #satori__popup_widget.satori__popup_widget_br {
        width: 90%;
    }
}

#satori__popup_widget #satori__popup_close {
    background-color: #50C8A7;
}

#satori__popup_widget .satori__popup_title {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 5px;
    color: inherit;
}

.satori__custom_form #satori__popup_widget .satori__input_group input[type='text'],
.satori__custom_form #satori__popup_widget .satori__input_group input[type='tel'],
.satori__custom_form #satori__popup_widget .satori__input_group input[type='password'],
.satori__custom_form #satori__popup_widget .satori__input_group input[type='email'],
.satori__custom_form #satori__popup_widget .satori__input_group input[type='number'],
.satori__custom_form #satori__popup_widget .satori__input_group input[type='url'],
.satori__custom_form #satori__popup_widget .satori__input_group textarea {
    padding: 3px;
}

#satori__creative_container *,
#satori__creative_container *:after,
#satori__creative_container *:before,
#satori__html_part_container *,
#satori__html_part_container *:after,
#satori__html_part_container *:before,
#satori__form_container *,
#satori__form_container *:after,
#satori__form_container *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
}

#satori__popup_widget {
    z-index: 16777000;
    background-color: #FFF;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    font-size: 12px;
}

#satori__popup_widget .satori__popup_inner {
    position: relative;
    display: block;
    width: 100%;
    max-height: 100%;
}

#satori__popup_widget .satori__popup_inner .satori__popup_title {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 5px;
    font-weight: bold;
}

#satori__popup_widget .satori__popup_inner .satori__popup_body {
    width: 100%;
    max-height: 80vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

#satori__popup_widget .satori__popup_inner #satori__form_body {
    width: 100%;
    height: 100%;
}

#satori__popup_widget #satori__popup_close {
    position: absolute;
    top: -25px;
    right: 0;
    padding: 5px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    border-radius: 0;
    background-color: #50C8A7;
}

@media screen and (min-width: 760px) {
    #satori__popup_widget.satori__popup_widget_br {
        width: 350px;
    }
}

@media screen and (max-width: 760px) {
    #satori__popup_widget.satori__popup_widget_br {
        max-width: 100%;
    }
}

#satori__popup_widget.satori__popup_widget_br {
    position: fixed;
    top: auto;
    bottom: 0;
    right: 0;
    border-top: 5px solid #50C8A7;
}

#satori__popup_widget.satori__popup_widget_br #satori__popup_close {
    top: -25px;
    right: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50%;
}

#satori__popup_widget.satori__popup_widget_br.satori__popup_minimized_def,
#satori__popup_widget.satori__popup_widget_br.satori__popup_hide {
    top: 100%;
    -webkit-animation: satori__popup_min_br .3s ease-in-out 0s 1 normal forwards;
    animation: satori__popup_min_br .3s ease-in-out 0s 1 normal forwards;
}

#satori__popup_widget.satori__popup_widget_br.satori__popup_minimized_def #satori__popup_close,
#satori__popup_widget.satori__popup_widget_br.satori__popup_hide #satori__popup_close {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAASCAYAAADR/2dRAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAH9JREFUeNrElosJwCAMRDNCRu5GjpKR0hYEi1hR87lAQCLcPRETiYyhqvxkqcmEigoi2kIgQB2IdGtGgvCoBgFZ2UsFSQXaMQkFOhEPAbKIugJ5iLkAeZ7KpBVx30eakS9hSzujRyx5ZHbPqRdirgw9IQPuB+gtXMi/yBfoFmAAOjlFn1CKwR4AAAAASUVORK5CYII=");
}

#satori__popup_widget.satori__popup_widget_br.satori__popup_minimized,
#satori__popup_widget.satori__popup_widget_br.satori__popup_hide {
    top: 100%;
    -webkit-animation: satori__popup_min_br .3s ease-in-out 0s 1 normal forwards;
    animation: satori__popup_min_br .3s ease-in-out 0s 1 normal forwards;
}

#satori__popup_widget.satori__popup_widget_br.satori__popup_minimized #satori__popup_close,
#satori__popup_widget.satori__popup_widget_br.satori__popup_hide #satori__popup_close {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAASCAYAAADR/2dRAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAH9JREFUeNrElosJwCAMRDNCRu5GjpKR0hYEi1hR87lAQCLcPRETiYyhqvxkqcmEigoi2kIgQB2IdGtGgvCoBgFZ2UsFSQXaMQkFOhEPAbKIugJ5iLkAeZ7KpBVx30eakS9hSzujRyx5ZHbPqRdirgw9IQPuB+gtXMi/yBfoFmAAOjlFn1CKwR4AAAAASUVORK5CYII=");
}

#satori__popup_widget.satori__popup_widget_br.satori__popup_maximized,
#satori__popup_widget.satori__popup_widget_br.satori__popup_open {
    -webkit-animation: satori__popup_max_br .3s ease-in-out 0s 1 normal forwards;
    animation: satori__popup_max_br .3s ease-in-out 0s 1 normal forwards;
}

#satori__popup_widget.satori__popup_widget_br.satori__popup_maximized #satori__popup_close,
#satori__popup_widget.satori__popup_widget_br.satori__popup_open #satori__popup_close {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMVJREFUeNq01oEJAyEMBVDpBB3FkTpCR+gGN4Kj3Ai3QjfoCGnay1ELlzuj/wciiJKHKGpKGiJyS8TQ+lfN+9aZZI1CxBYzpu/q5BeFiL008zYAR12smgBDTzEk2owh0DA2gnZjPegwVhXKVsBFYVgLCsccdDGIgx2gPMxBu7BL0Hxaen3qRfy3p2ws7x0kJFj29oyCehgFPcOgaCsGQaPYEFph0vObC6GjWAhFYU0oGjtEtXkwMPc9ra4t2nff0PljvQUYAD/gP88INfa3AAAAAElFTkSuQmCC");
}

@media screen and (min-width: 760px) {
    #satori__popup_widget.satori__popup_widget_tr {
        width: 350px;
    }
}

@media screen and (max-width: 760px) {
    #satori__popup_widget.satori__popup_widget_tr {
        max-width: 90%;
    }
}

#satori__popup_widget.satori__popup_widget_tr {
    position: fixed;
    top: auto;
    top: 0;
    right: 0;
    border-left: 5px solid #50C8A7;
}

#satori__popup_widget.satori__popup_widget_tr #satori__popup_close {
    top: 0;
    left: -25px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50%;
}

#satori__popup_widget.satori__popup_widget_tr.satori__popup_minimized_def,
#satori__popup_widget.satori__popup_widget_tr.satori__popup_hide {
    top: 0;
    left: 100%;
    -webkit-animation: satori__popup_min_tr .3s ease-in-out 0s 1 normal forwards;
    animation: satori__popup_min_tr .3s ease-in-out 0s 1 normal forwards;
}

#satori__popup_widget.satori__popup_widget_tr.satori__popup_minimized_def #satori__popup_close,
#satori__popup_widget.satori__popup_widget_tr.satori__popup_hide #satori__popup_close {
    background-size: 25%;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAjCAYAAACZ6FpfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAEpJREFUeNpiZKAQ/P//XwBIFVBsCBCfB+L/VDEERFPFEKj3Rg0ZNWTUkCFjCNSg9RQbAgRMDNQCVPPaqGGjho0aNkINo1oRBBBgANJkNBRnEdBWAAAAAElFTkSuQmCC");
}

#satori__popup_widget.satori__popup_widget_tr.satori__popup_minimized,
#satori__popup_widget.satori__popup_widget_tr.satori__popup_hide {
    top: 0;
    left: 100%;
    -webkit-animation: satori__popup_min_tr .3s ease-in-out 0s 1 normal forwards;
    animation: satori__popup_min_tr .3s ease-in-out 0s 1 normal forwards;
}

#satori__popup_widget.satori__popup_widget_tr.satori__popup_minimized #satori__popup_close,
#satori__popup_widget.satori__popup_widget_tr.satori__popup_hide #satori__popup_close {
    background-size: 25%;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAjCAYAAACZ6FpfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAEpJREFUeNpiZKAQ/P//XwBIFVBsCBCfB+L/VDEERFPFEKj3Rg0ZNWTUkCFjCNSg9RQbAgRMDNQCVPPaqGGjho0aNkINo1oRBBBgANJkNBRnEdBWAAAAAElFTkSuQmCC");
}

#satori__popup_widget.satori__popup_widget_tr.satori__popup_maximized,
#satori__popup_widget.satori__popup_widget_tr.satori__popup_open {
    -webkit-animation: satori__popup_max_tr .3s ease-in-out 0s 1 normal forwards;
    animation: satori__popup_max_tr .3s ease-in-out 0s 1 normal forwards;
}

#satori__popup_widget.satori__popup_widget_tr.satori__popup_maximized #satori__popup_close,
#satori__popup_widget.satori__popup_widget_tr.satori__popup_open #satori__popup_close {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMVJREFUeNq01oEJAyEMBVDpBB3FkTpCR+gGN4Kj3Ai3QjfoCGnay1ELlzuj/wciiJKHKGpKGiJyS8TQ+lfN+9aZZI1CxBYzpu/q5BeFiL008zYAR12smgBDTzEk2owh0DA2gnZjPegwVhXKVsBFYVgLCsccdDGIgx2gPMxBu7BL0Hxaen3qRfy3p2ws7x0kJFj29oyCehgFPcOgaCsGQaPYEFph0vObC6GjWAhFYU0oGjtEtXkwMPc9ra4t2nff0PljvQUYAD/gP88INfa3AAAAAElFTkSuQmCC");
}


/* Star Page wp0001 */
.report-box {
    margin: 15px -15px;
    display: flex;
    align-items: center;
}
.report-item {
    padding: 0 15px;
    width: 50%;
}
.report-content .list-link {
    margin-bottom: 0;
}
.report-content p {
    margin-top: 20px;
}    
/* End Page wp0001 */

@media screen and (min-width: 760px) {
    #satori__popup_widget.satori__popup_widget_m {
        width: 350px;
    }
}
@media (max-width: 767px) {
    .wp0001-page {
        font-size: 14px;
    }
    h3.title {
        font-size: 22px;
    }
    .report-box {
        display: block;
        margin: 15px 0;
    }
    .report-item {
        width: 100%;
        padding: 0;
    }
    .report-item + .report-item {
        margin-top: 15px;
    }
}
@media screen and (max-width: 760px) {
    #satori__popup_widget.satori__popup_widget_m {
        max-width: 100%;
    }
}
.bg-pd {
  padding: 15px;
  background: #fff;
}
