* {
    margin: 0;
    padding: 0;
}


/*　iOSのデフォルトの設定を無効か */

button,
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

body,
html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: sans-serif;
    background-color: #faf9f9;
    scroll-behavior: smooth;
}

.pcview {
    display: inline !important;
}

.spview {
    display: none !important;
}

@media screen and (max-width: 769px) {

    /*tablet , smart phone access*/
    .pcview {
        display: none !important;
    }

    .spview {
        display: inline !important;
    }
}

@media screen and (max-width: 768px) {

    body,
    html {
        font-size: 16px;
    }
}

@media screen and (min-width: 769px) {

    body,
    html {
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    h1 {
        font-size: 1.1em;
        font-weight: normal !important;
    }
}

@media screen and (min-width: 769px) {
    h1 {
        font-size: 1.2em;
        color: #313131;
        font-weight: normal !important;
    }
}

@media screen and (max-width: 768px) {
    h2 {
        font-size: 1.1em;
        color: #313131;
        font-weight: bold;
    }
}

@media screen and (min-width: 769px) {
    h2 {
        font-size: 1.1em;
        color: #313131;
        font-weight: bold;
    }
}

.bold {
    font-weight: bold;
}

#footer {
    position: fixed;
    bottom: 0;
    padding-top: 5px;
    text-align: center;
    font-size: 0.7em;
    width: 100%;
    height: 70px;
    color: #FFF;
    background-color: #3a3b3c;
}

.logo_parts_hidari {
    width: fit-content;
    text-align: center;
}

.logo_parts_migi {
    width: fit-content;
}

.footer_table {
    width: 100%;
    padding-right: 8px;
}

.footer_link {
    padding-right: 10px;
}

.footer_logo {
    width: 80px;
    height: auto;
}

.logo_parts {
    width: 100%;
    text-align: right;
}

@media screen and (max-width: 768px) {
    .parent {
        margin: 0 auto;
        width: 95%;
    }
}

@media screen and (min-width: 769px) {
    .parent {
        margin: 0 auto;
        width: 70%;
        max-width: 800px;
    }
}

@media screen and (max-width: 768px) {
    .parent_blog {
        margin: 0 auto;
        width: 95%;
    }
}

@media screen and (min-width: 769px) {
    .parent_blog {
        margin: 0 auto;
        width: 60%;
        max-width: 800px;
    }
}

@media screen and (max-width: 768px) {
    .ai_writer_parent {
        max-width: 95%;
        margin: 0 auto;
        padding-top: 15px;
        margin-top: 30px;
        margin-bottom: 5px;
    }
}

@media screen and (min-width: 769px) {
    .ai_writer_parent {
        width: 60%;
        max-width: 800px;
        margin: 0 auto;
        padding-top: 15px;
        margin-top: 30px;
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 768px) {
    .parent_toi {
        margin: 0 auto;
        width: 95%;
    }
}

@media screen and (min-width: 769px) {
    .parent_toi {
        margin: 0 auto;
        width: 70%;
        max-width: 800px;
    }
}

@media screen and (max-width: 768px) {
    .parent_cancel {
        width: 100%;
    }
}

@media screen and (min-width: 769px) {
    .parent_cancel {
        width: 100%;
    }
}

.second {
    background-color: #FFF;
    width: 100%;
}

.second3 {
    background-color: #faf9f9;
    /*background-color: #FFF;*/
    width: 100%;
}

@media screen and (max-width: 768px) {
    .parent2 {
        margin: 0 auto;
        width: 95%;
    }
}

@media screen and (min-width: 769px) {
    .parent2 {
        margin: 0 auto;
        width: 70%;
        max-width: 800px;
    }
}

.blue {
    color: #4682b4;
}

@media screen and (max-width: 768px) {
    .textarea_parent {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 98%;
    }
}

@media screen and (min-width: 769px) {
    .textarea_parent {
        display: flex;
        justify-content: center;
        align-items: center;
        width: fit-content;
    }
}

@media screen and (max-width: 768px) {
    .chuui_text {
        text-align: left;
        margin: 0 auto;
        max-width: 95%;
    }
}

@media screen and (min-width: 769px) {
    .chuui_text {
        text-align: left;
        margin: 0 auto;
        max-width: 70%;
    }
}

.anken {
    margin-right: 3px;
    border-radius: 5px;
    font-weight: bold;
    line-height: 1.2em;
    width: 100%;
    font-size: 0.9em;
    color: #FFF;
    background: #253256;
}

#textInput {
    margin-right: 3px;
    border-radius: 5px;
    font-weight: bold;
    line-height: 1.2em;
    width: 85%;
    font-size: 0.9em;
    color: #FFF;
    background: #253256;
}

#inputadd {
    margin-right: 3px;
    border-radius: 5px;
    font-weight: bold;
    line-height: 1.2em;
    width: 85%;
    font-size: 0.9em;
    color: #FFF;
    background: #253256;
}

::placeholder {
    color: #FFF;
}

::-webkit-input-placeholder {
    color: #FFF;
}

:-ms-input-placeholder {
    color: #FFF;
}

textarea:focus::placeholder {
    color: #50a5c1;
}

#resquiz {
    border-radius: 5px;
    font-weight: bold;
    line-height: 1.4em;
    width: 90%;
    padding: 20px;
    font-size: 1.2em;
    color: #FFF;
    background: #1c566a;
}

.loader-30 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 2;
    margin: 0 auto;
    height: 50px;
    width: 50px;
    transform: rotate(-16deg);
}

.strand_h {
    height: 10px;
    width: 50px;
    border-radius: 10px;
    opacity: 0.8;
}

#blue {
    margin-top: 8px;
    background-color: #6dcadc;
    animation: blue 2s infinite;
}

#pink {
    margin-top: 9px;
    background-color: #e01463;
    animation: pink 2s infinite;
}

@keyframes blue {
    0% {
        transform: translateX(0);
        width: 10px;
    }

    35% {
        width: 50px;
        transform: translateX(0);
    }

    65% {
        transform: translateX(40px);
        width: 10px;
    }

    100% {
        transform: translateX(0);
        width: 10px;
    }
}

@keyframes pink {
    0% {
        transform: translateX(40px);
        width: 10px;
    }

    35% {
        width: 50px;
        transform: translateX(0);
    }

    65% {
        transform: translateX(0px);
        width: 10px;
    }

    100% {
        transform: translateX(40px);
        width: 10px;
    }
}

#v {
    position: relative;
    top: -40px;
}

.strand_v {
    height: 50px;
    width: 10px;
    border-radius: 10px;
    opacity: 0.8;
}

#green {
    display: inline-block;
    background-color: #3db991;
    animation: green 2s infinite;
}

#yellow {
    display: inline-block;
    background-color: #e9a81f;
    animation: yellow 2s infinite;
}

@keyframes green {
    0% {
        transform: translateY(40px);
        height: 10px;
    }

    35% {
        height: 50px;
        transform: translateY(0);
    }

    65% {
        transform: translateY(0);
        height: 10px;
    }

    100% {
        transform: translateY(40px);
        height: 10px;
    }
}

@keyframes yellow {
    0% {
        transform: translateY(0);
        height: 10px;
    }

    35% {
        height: 50px;
        transform: translateY(0);
    }

    65% {
        transform: translateY(40px);
        height: 10px;
    }

    100% {
        transform: translateY(0px);
        height: 10px;
    }
}

.moji {
    font-size: 0.8em;
}

#all_ok {
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-top: 25px;
}

.anken1_btn {
    cursor: pointer;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.submit {
    cursor: pointer;
    width: fit-content;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 1em;
    padding: 5px 12px;
    color: #FFF;
    border-radius: 5px;
    font-weight: bold;
    box-shadow: 0px 2px 2px 1px #bebebe;
    border: 2px solid #283655;
    background-color: #283655;
}

.submit:hover {
    background-color: #2f6486;
    color: white;
    cursor: pointer;
}

.clear {
    cursor: pointer;
    width: fit-content;
    text-align: center;
    font-size: 1em;
    padding: 10px 10px;
    color: #FFF;
    border-radius: 5px;
    font-weight: bold;
    box-shadow: 0px 2px 2px 1px #bebebe;
    border: 2px solid #95205f;
    background-color: #95205f;
}

.edit {
    cursor: pointer;
    width: fit-content;
    margin: 0 auto;
    font-size: 1em;
    padding: 7px 10px;
    color: #FFF;
    border-radius: 5px;
    font-weight: bold;
    box-shadow: 0px 2px 2px 1px #bebebe;
    border: 2px solid #ff1493;
    background-color: #ff1493;
}

.copy {
    cursor: pointer;
    width: fit-content;
    margin: 0 auto;
    font-size: 1em;
    padding: 10px 10px;
    margin-top: 3px;
    color: #FFF;
    border-radius: 5px;
    font-weight: bold;
    box-shadow: 0px 2px 2px 1px #bebebe;
    border: 2px solid #95205f;
    background-color: #95205f;
}

@media screen and (max-width: 768px) {
    #header {
        z-index: 3;
        position: fixed;
        text-align: center;
        font-size: 1em;
        top: 0px;
        width: 100%;
        height: 70px;
        background-color: #FFF;
        color: rgb(112, 109, 109);
        display: flex;
        align-items: center;
    }

    .header_text {
        padding-right: 3px;
        padding-top: 20px;
        padding-bottom: 1px;
        text-align: center;
    }
}

@media screen and (min-width: 769px) {
    #header {
        z-index: 3;
        display: flex;
        position: fixed;
        text-align: center;
        top: 0px;
        width: 100%;
        height: 70px;
        background-color: #FFF;
        color: rgb(112, 109, 109);
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .header_text {
        padding-top: 20px;
        padding-bottom: 1px;
        text-align: center;
    }
}

.top_tag {
    cursor: pointer;
    font-size: 0.9em;
    flex: 1;
    text-align: center;
    max-width: 100px;
    font-weight: bold;
}

.top_tag:not(:last-child) {
    margin-right: 15px;
    /* 各DIVの右側のマージンを指定 */
}

@media screen and (max-width: 768px) {
    #header2 {
        margin-top: 70px;
        text-align: center;
        font-size: 1em;
        width: 100%;
        background-color: #2F96BB;
        color: rgb(112, 109, 109);
    }
}

@media screen and (min-width: 769px) {
    #header2 {
        margin-top: 70px;
        text-align: center;
        width: 100%;
        background-color: #2F96BB;
        color: rgb(112, 109, 109);
    }
}

@media screen and (max-width: 768px) {
    #ex {
        width: 95%;
        font-size: 1em;
    }
}

@media screen and (min-width: 769px) {
    #ex {
        width: 95%;
        font-size: 1.1em;
    }
}

@media screen and (max-width: 768px) {
    .logo {
        display: inline-block;
        width: 100%;
        height: auto;
    }
}

@media screen and (min-width: 769px) {
    .logo {
        display: inline-block;
        width: 100%;
        max-width: 750px;
        height: auto;
    }
}

@media screen and (max-width: 768px) {
    .sashie {
        display: inline-block;
        width: 20%;
        height: auto;
    }
}

@media screen and (min-width: 769px) {
    .sashie {
        display: inline-block;
        width: 20%;
        max-width: 150px;
        height: auto;
    }
}

@media screen and (max-width: 768px) {
    .sashie2 {
        width: 150px;
        height: auto;
    }
}

@media screen and (min-width: 769px) {
    .sashie2 {
        width: 150px;
        max-width: 150px;
        height: auto;
    }
}

@media screen and (max-width: 768px) {
    .sashie3 {
        width: 60%;
        height: auto;
    }
}

@media screen and (min-width: 769px) {
    .sashie3 {
        width: 50%;
        max-width: 350px;
        height: auto;
    }
}

.shikaku_table {
    width: 100%;
}

.tex {
    width: 20%;
}

.pop_parent {
    margin-bottom: 2px;
}

.pop {
    position: absolute;
    width: 240px;
    height: 20px;
    background: #632F1C;
    padding: 7px;
    text-align: center;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
}

.pop:after,
.pop:before {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 17%;
}

.pop:after {
    border-color: rgba(99, 47, 28, 0);
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 10px;
    border-right-width: 10px;
    margin-left: -10px;
    border-top-color: #311d15;
}

.pop:before {
    border-color: rgba(133, 133, 133, 0);
    border-top-width: 13px;
    border-bottom-width: 13px;
    border-left-width: 13px;
    border-right-width: 13px;
    margin-left: -13px;
    margin-top: 3px;
    border-top-color: #858585;
}


/*　ハンバーガーボタン　*/

.hamburger {
    cursor: pointer;
    display: block;
    position: fixed;
    z-index: 13;
    right: 5px;
    top: 5px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
}

.hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 6px;
    background: #b75f5f;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.hamburger span:nth-child(1) {
    top: 10px;
}

.hamburger span:nth-child(2) {
    top: 20px;
}

.hamburger span:nth-child(3) {
    top: 30px;
}

@media (min-width: 769px) {
    .hamburger {
        display: block;
        position: fixed;
        z-index: 13;
        right: 13px;
        top: 12px;
        width: 42px;
        height: 42px;
        cursor: pointer;
        text-align: center;
    }

    .hamburger span {
        display: block;
        position: absolute;
        width: 30px;
        height: 2px;
        left: 6px;
        background: #b75f5f;
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
    }

    .hamburger span:nth-child(1) {
        top: 10px;
    }

    .hamburger span:nth-child(2) {
        top: 20px;
    }

    .hamburger span:nth-child(3) {
        top: 30px;
    }
}


/* ナビ開いてる時のボタン */

.hamburger.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
    top: 16px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
}

nav.globalMenuSp {
    position: fixed;
    z-index: 12;
    top: 0;
    left: 0;
    color: #000;
    background: #fff;
    text-align: center;
    transform: translateX(100%);
    transition: all 0.6s;
    width: 100%;
    overflow-y: scroll;
}

.globalMenuSp::-webkit-scrollbar {
    display: none;
}

nav.globalMenuSp ul {
    background: rgb(160, 159, 159);
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #fff;
}

nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

nav.globalMenuSp ul li:hover {
    background: #b0b0b0;
}


/* このクラスを、jQueryで付与・削除する */

nav.globalMenuSp.active {
    transform: translateX(0%);
}


/* アコーディオン */

.contents_menu {
    font-size: 1em;
    display: none;
    text-decoration: none;
}

.list-item {
    height: 60px;
}

.menu-title {
    color: #fff;
    font-size: 1.1em;
    height: 50px;
    padding-top: 18px;
    padding-bottom: 4px;
    font-weight: 600;
    font-family: sans-serif;
}

@media (min-width: 769px) {
    .list-item {
        height: 60px;
    }

    .menu-title {
        height: 50px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.cencept_pa {
    width: 100%;
    text-align: center;
    display: inline-block;
}

.cencept_pa .concept {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    width: 98%;
    padding-left: 7px;
    padding-right: 7px;
    display: inline-block;
}

@media (min-width: 769px) {
    .cencept_pa .concept {
        width: 50%;
        text-align: left;
        display: inline-block;
    }
}

@media screen and (max-width: 768px) {
    .bg_white {
        padding: 7px;
        border-radius: 12px;
        background-color: #FFF;
        box-shadow: 2px 2px 4px gray;
    }
}

@media screen and (min-width: 769px) {
    .bg_white {
        padding: 15px;
        border-radius: 12px;
        background-color: #FFF;
        box-shadow: 2px 2px 4px gray;
    }
}

@media screen and (max-width: 768px) {
    .bg_white_point {
        padding: 20px;
        border-radius: 12px;
        background-color: #FFF;
        box-shadow: 2px 2px 4px gray;
    }
}

@media screen and (min-width: 769px) {
    .bg_white_point {
        padding: 20px;
        border-radius: 12px;
        background-color: #FFF;
        box-shadow: 2px 2px 4px gray;
    }
}

@media screen and (max-width: 768px) {
    .bg_white_news {
        padding: 15px;
        border-radius: 12px;
        background-color: #FFF;
        box-shadow: 2px 2px 4px gray;
    }
}

@media screen and (min-width: 769px) {
    .bg_white_news {
        padding: 20px;
        padding-left: 30px;
        border-radius: 12px;
        background-color: #FFF;
        box-shadow: 2px 2px 4px gray;
    }
}

.bg_white_mail {
    padding: 15px;
    border-radius: 12px;
    background-color: #FFF;
    box-shadow: 2px 2px 4px gray;
}

.alert_book_logo {
    margin-left: 20px;
    width: 150px;
    height: auto;
    margin-right: auto;
}

.bg_white_big {
    background-color: #FFF;
}

.table_menu {
    text-align: right;
    padding-right: 20px;
}

.checkmark002 {
    padding-right: 5px;
    padding-left: 24px;
    position: relative;
}

.checkmark002:before,
.checkmark002:after {
    content: "";
    display: block;
    position: absolute;
}

.checkmark002:before {
    width: 1.1em;
    height: 1.1em;
    border-radius: 0.7em;
    background: #FF9900;
    border: 1px solid #FF9900;
    left: 0;
    top: 0.1em;
}

.checkmark002:after {
    border-left: 3px solid #FFF;
    border-bottom: 3px solid #FFF;
    width: 0.5em;
    height: 0.3em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 0.3em;
    top: 0.4em;
}

.checkmark003 {
    padding-right: 5px;
    padding-left: 24px;
    position: relative;
}

.checkmark003:before,
.checkmark003:after {
    content: "";
    display: block;
    position: absolute;
}

.checkmark003:before {
    width: 1.1em;
    height: 1.1em;
    border-radius: 0.7em;
    background: #9e9a9a;
    border: 1px solid #9e9a9a;
    left: 0;
    top: 0.1em;
}

.checkmark003:after {
    border-left: 3px solid #FFF;
    border-bottom: 3px solid #FFF;
    width: 0.5em;
    height: 0.3em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 0.3em;
    top: 0.4em;
}

.checkmark004 {
    padding-right: 5px;
    padding-left: 24px;
    position: relative;
}

.checkmark004:before,
.checkmark004:after {
    content: "";
    display: block;
    position: absolute;
}

.checkmark004:before {
    width: 1.1em;
    height: 1.1em;
    border-radius: 0.7em;
    background: #da4242;
    border: 1px solid #da4242;
    left: 0;
    top: 0.1em;
}

.checkmark004:after {
    border-left: 3px solid #FFF;
    border-bottom: 3px solid #FFF;
    width: 0.5em;
    height: 0.3em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 0.3em;
    top: 0.4em;
}

.checkmark005 {
    padding-right: 5px;
    padding-left: 24px;
    position: relative;
}

.checkmark005:before,
.checkmark005:after {
    content: "";
    display: block;
    position: absolute;
}

.checkmark005:before {
    width: 1.1em;
    height: 1.1em;
    border-radius: 0.7em;
    background: #89B700;
    border: 1px solid #89B700;
    left: 0;
    top: 0.1em;
}

.checkmark005:after {
    border-left: 3px solid #FFF;
    border-bottom: 3px solid #FFF;
    width: 0.5em;
    height: 0.3em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 0.3em;
    top: 0.4em;
}

.checkmark006 {
    padding-right: 5px;
    padding-left: 24px;
    position: relative;
}

.checkmark006:before,
.checkmark006:after {
    content: "";
    display: block;
    position: absolute;
}

.checkmark006:before {
    width: 1.1em;
    height: 1.1em;
    border-radius: 0.7em;
    background: #7d9bca;
    border: 1px solid #7d9bca;
    left: 0;
    top: 0.1em;
}

.checkmark006:after {
    border-left: 3px solid #FFF;
    border-bottom: 3px solid #FFF;
    width: 0.5em;
    height: 0.3em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 0.3em;
    top: 0.4em;
}

.update_shikaku {
    padding: 10px;
    font-size: 1em;
}

.bigger {
    font-size: 1.1em;
}

@media screen and (max-width: 768px) {
    .bigger2 {
        text-align: center;
        font-size: 1.1em;
        font-weight: bold;
    }
}

@media screen and (min-width: 769px) {
    .bigger2 {
        text-align: center;
        font-size: 1.1em;
        font-weight: bold;
    }
}

@media screen and (max-width: 768px) {
    .bigger3 {
        text-align: center;
        font-size: 1.5em;
        font-weight: bold;
    }
}

@media screen and (min-width: 769px) {
    .bigger3 {
        text-align: center;
        font-size: 1.6em;
        font-weight: bold;
    }
}

@media screen and (max-width: 768px) {
    .price_list {
        width: 95%;
        margin: 0 auto;
        text-align: center;
        padding: 6px;
    }

    .price_list_child {
        width: 100%;
        text-align: left;
    }
}

@media screen and (min-width: 769px) {
    .price_list {
        width: fit-content;
        margin: 0 auto;
        text-align: center;
        padding: 10px;
    }

    .price_list_child {
        width: fit-content;
        text-align: left;
    }
}

.price_list_child2 {
    width: 100%;
    text-align: left;
}

.table_parent {
    width: 100%;
    text-align: center;
}

.make_account_sent_mail {
    text-align: left;
}

.line {
    font-size: 0.95em;
    border-collapse: collapse;
    border-radius: 8px;
}

.table_tr {
    width: 100px;
    height: 35px;
    padding-left: 5px;
    border: 1px dotted #283655;
}

.tr_long {
    width: 140px;
}

.naka {
    text-align: center;
}

.table_head {
    height: 40px;
    font-weight: bold;
    color: #FFF;
    border-radius: 8px 8px 0 0;
    background-color: #283655;
}

.send_table {
    border-radius: 8px;
    display: inline-block;
    margin-top: 5px;
    box-shadow: 2px 2px 4px gray;
}

.circle {
    display: inline-block;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    background: rgb(200, 21, 80);
    color: #FFF;
    text-align: center;
    line-height: 1.2em;
    margin-right: 3px;
}

@media screen and (max-width: 768px) {
    .circle2 {
        display: inline-block;
        width: 90px;
        height: 90px;
        border-radius: 50%;
        background: #ff7f50;
        text-align: center;
        line-height: 90px;
        color: #FFF;
        font-weight: bold;
        font-size: 0.9em;
    }

    .circle3 {
        display: inline-block;
        width: 90px;
        height: 90px;
        border-radius: 50%;
        background: #ffa500;
        text-align: center;
        line-height: 90px;
        color: #FFF;
        font-weight: bold;
        font-size: 0.9em;
    }

    .circle3b {
        display: inline-block;
        width: 90px;
        height: 90px;
        border-radius: 50%;
        background: #ff8c00;
        text-align: center;
        line-height: 90px;
        color: #FFF;
        font-weight: bold;
        font-size: 0.9em;
    }
}

@media screen and (min-width: 769px) {
    .circle2 {
        display: inline-block;
        width: 110px;
        height: 110px;
        border-radius: 50%;
        background: #ff7f50;
        text-align: center;
        line-height: 110px;
        color: #FFF;
        font-weight: bold;
    }

    .circle3 {
        display: inline-block;
        width: 110px;
        height: 110px;
        border-radius: 50%;
        background: #ffa500;
        text-align: center;
        line-height: 110px;
        color: #FFF;
        font-weight: bold;
    }

    .circle3b {
        display: inline-block;
        width: 110px;
        height: 110px;
        border-radius: 50%;
        background: #ff8c00;
        text-align: center;
        line-height: 110px;
        color: #FFF;
        font-weight: bold;
    }
}

@media screen and (max-width: 768px) {
    .bigger4 {
        font-size: 1.1em;
    }
}

@media screen and (min-width: 769px) {
    .bigger4 {
        font-size: 1.2em;
    }
}

@media screen and (max-width: 768px) {
    .bigger6 {
        color: #4D648D;
        font-size: 1.1em;
        font-weight: bold;
    }
}

@media screen and (min-width: 769px) {
    .bigger6 {
        color: #4D648D;
        font-size: 1.2em;
        font-weight: bold;
    }
}

@media screen and (max-width: 768px) {
    .bigger6b {
        color: #F25C00;
        font-size: 1.1em;
        font-weight: bold;
    }
}

@media screen and (min-width: 769px) {
    .bigger6b {
        color: #F25C00;
        font-size: 1.2em;
        font-weight: bold;
    }
}

@media screen and (max-width: 768px) {
    .bigger5 {
        font-size: 1em;
    }
}

@media screen and (min-width: 769px) {
    .bigger5 {
        font-size: 1.3em;
    }
}

@media screen and (max-width: 768px) {
    .entry {
        margin-left: 4px;
        color: #4682b4;
        font-size: 0.9em;
        border-radius: 6px;
        padding: 5px 10px;
        font-weight: bold;
    }
}

@media screen and (min-width: 769px) {
    .entry {
        margin-left: 4px;
        color: #4682b4;
        font-size: 0.9em;
        border-radius: 6px;
        padding: 5px 10px;
        font-weight: bold;
    }
}


/* 共通のベーススタイル */

.circle4,
.circle5,
.circle6,
.circle8 {
    margin-right: 5px;
    display: inline-block;
    text-align: center;
    color: #FFF;
    font-weight: bold;
}


/* 各サークルの背景色 */

.circle4 {
    background: #F5BE41;
}

.circle5 {
    background: #31A9B8;
}

.circle6 {
    background: #EE693F;
}

.circle8 {
    background: #283655;
}


/* モバイル用スタイル */

@media screen and (max-width: 768px) {

    .circle4,
    .circle5,
    .circle6 {
        width: 1.2em;
        height: 1.2em;
        border-radius: 5px;
        line-height: 1.2em;
    }

    /* line-heightの微調整が必要な要素 */
    .circle5,
    .circle6 {
        line-height: 1.3em;
    }
}


/* デスクトップ用スタイル */

@media screen and (min-width: 769px) {

    .circle4,
    .circle5,
    .circle6 {
        width: 1.8em;
        height: 1.8em;
        border-radius: 8px;
        line-height: 2em;
    }
}

.circle8 {
    width: 1.2em;
    height: 1.2em;
    border-radius: 5px;
    line-height: 1.4em;
}

.circle_q {
    display: inline-block;
    width: 3em;
    height: 3em;
    border-radius: 50%;
    background: rgb(99, 152, 169);
    text-align: center;
    line-height: 3em;
    color: #FFF;
    font-weight: bold;
}

.circle_a {
    display: inline-block;
    width: 3em;
    height: 3em;
    border-radius: 50%;
    background: rgb(58, 129, 174);
    text-align: center;
    line-height: 3em;
    color: #FFF;
    font-weight: bold;
}

.point {
    color: #b70028;
    font-size: 1.3em;
    font-weight: bold;
}

.btn3 {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    height: 22px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #fff;
    border-radius: 6px;
    border-style: hidden;
    border-color: #ff1493;
    padding: 5px 10px;
    font-size: 0.8em;
    background-color: #ff1493;
    font-weight: bold;
    box-shadow: 2px 2px 4px gray;
}

.btn_pass {
    margin-left: 8px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #4682b4;
    font-weight: bold;
    text-decoration: underline;
    font-size: 0.8em;
}

.btn {
    display: inline-block;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #fff;
    border-radius: 6px;
    border-style: hidden;
    padding: 5px 10px;
    font-size: 0.8em;
    background-color: #595658;
    font-weight: 700;
    box-shadow: 2px 2px 4px #595658;
}

.btn:hover {
    background-color: #3d3c3c;
    color: white;
    cursor: pointer;
}

#make_account_btn {
    display: inline-block;
    text-align: center;
    height: 22px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #fff;
    border-radius: 6px;
    border-style: hidden;
    padding: 10px 20px;
    font-size: 1em;
    background-color: #283655;
    font-weight: 700;
    box-shadow: 2px 2px 4px #68889e;
    cursor: pointer;
}

#input_check {
    width: fit-content;
    border-style: hidden;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #fff;
    border-radius: 6px;
    padding: 5px 20px;
    font-size: 1em;
    background-color: #595658;
    font-weight: 700;
    box-shadow: 2px 2px 4px #595658;
    cursor: pointer;
}

#input_check2 {
    width: fit-content;
    border-style: hidden;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #fff;
    border-radius: 6px;
    padding: 5px 10px;
    font-size: 0.8em;
    background-color: #595658;
    font-weight: 700;
    box-shadow: 2px 2px 4px #595658;
}

.mail_parent {
    width: 100%;
    text-align: center;
}

.mail_form {
    display: flex;
    justify-content: center;
}

.mail_form input[type="text"] {
    text-align: left;
}

.footer_link a {
    color: #FFF;
    text-decoration: none;
}

.footer_link a:hover {
    color: #FFF;
}

#modoru {
    margin: 0 auto;
    text-align: center;
    width: 100px;
    cursor: pointer;
    background-color: #55575c;
    color: #FFF;
    border-radius: 6px;
    border-style: hidden;
    border: 2px solid #32545f;
    box-shadow: 0px 1px 1px 1px rgb(190, 190, 190, 0.16);
    font-weight: bold;
}

.col_green {
    color: #89B700;
    font-weight: bold;
}

.form_payment {
    padding-right: 40px;
}

.paytext {
    font-size: 1em;
    color: #464444;
}

#pass {
    font-size: 15px;
    margin-left: 5px;
    padding-left: 5px;
    border-radius: 6px;
    border-color: #928e90;
    height: 30px;
    color: #FFF;
    background: #253256;
}

.email_input {
    font-size: 15px;
    margin-left: 5px;
    padding-left: 5px;
    border-radius: 6px;
    border-color: #928e90;
    height: 30px;
    color: #FFF;
    background: #253256;
}

.center {
    text-align: center;
}

.small {
    margin-top: 15px;
    font-size: 0.8em;
}

.small2 {
    font-size: 0.8em;
}

.small2_red {
    color: #871a42;
}

.alert_msg {
    margin-top: 13px;
    font-size: 0.9em;
    padding-bottom: 10px;
    color: #4682b4;
    font-weight: bold;
}

#apply_msg {
    font-size: 0.9em;
    color: #4682b4;
    font-weight: bold;
}

.top_table_parent {
    width: 100%;
    margin: 0 auto;
}

.top_table {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    text-align: center;
}

.top_table td {
    vertical-align: middle;
}

.logo_l {
    float: right;
    width: 40%;
    height: auto;
}

.logo_r {
    float: left;
    width: 40%;
    height: auto;
}

.koushin {
    display: inline-block;
    font-size: 2.3vw;
    color: #FFF;
}

.koushin2 {
    display: inline-block;
    text-align: left;
    font-size: 1.5vw;
    color: #FFF;
    padding-top: 0.5em;
}

.table_cen {
    min-width: 350px;
}

.thanks {
    width: 100%;
}

a.list_link {
    color: #FFF;
    font-weight: bold;
}

a:visited {
    color: #FFF;
}

.plan {
    font-size: 1.1em;
    font-weight: bold;
}

.ECM_CheckboxInput {
    padding: 12px 8px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.ECM_CheckboxInput-Input {
    margin: 0;
    width: 0;
    opacity: 0;
}

.ECM_CheckboxInput:hover>.ECM_CheckboxInput-DummyInput {
    background: #f6f4f4 !important;
    border: solid 2px #333333;
}

.ECM_CheckboxInput-Input:focus+.ECM_CheckboxInput-DummyInput {
    background: #f6f4f4 !important;
    border: solid 2px #333333;
}

.ECM_CheckboxInput-Input:checked+.ECM_CheckboxInput-DummyInput {
    border: solid 2px #333333;
    background: #FFFFFF;
}

.ECM_CheckboxInput-Input:checked+.ECM_CheckboxInput-DummyInput::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hlY2siPjxwb2x5bGluZSBwb2ludHM9IjIwIDYgOSAxNyA0IDEyIj48L3BvbHlsaW5lPjwvc3ZnPg==") no-repeat center;
    background-size: contain;
}

.ECM_CheckboxInput-DummyInput {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 32px;
    height: 32px;
    border: solid 2px #888888;
    background: #FFFFFF;
    border-radius: 4px;
}

.ECM_CheckboxInput-LabelText {
    margin-left: 12px;
    display: block;
    font-size: 1em;
    font-weight: bold;
}

.regist_kakunin1 {
    color: #4c4d4b;
    padding-top: 5px;
    font-weight: bold;
    font-size: 1em;
}

.regist_kakunin {
    padding-top: 5px;
    font-weight: bold;
    font-size: 1em;
    color: #6f95c3;
}

.mail_reg_btn {
    cursor: pointer;
    font-size: 0.9em;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 6px;
    border-color: #283655;
    width: fit-content;
    color: #FFF;
    background: #283655;
    box-shadow: 0px 2px 2px 1px #bebebe;
}

.mail_reg_btn:hover {
    border-color: #4a6103;
    color: white;
    cursor: pointer;
}

.anken_regist_kakunin {
    width: 100%;
}

#email3_code {
    margin-right: 5px;
}

.code_btn {
    cursor: pointer;
    margin-left: 5px;
}

.resend_code {
    color: #4682b4;
    font-weight: bold;
    font-size: 0.8em;
    margin-top: 8px;
    text-decoration: underline;
}

#email2_code {
    margin-right: 5px;
}

.tel_parts {
    margin-top: 10px;
}

.change_status {
    cursor: pointer;
    margin-left: 5px;
    padding: 5px;
    border-radius: 6px;
    border-color: #283655;
    width: fit-content;
    color: #FFF;
    background: #283655;
    box-shadow: 0px 2px 2px 1px #bebebe;
}

.change_status_container {
    display: flex;
    justify-content: center;
    gap: 10px;
}

#upgrade_cancel {
    margin: 0 auto;
    cursor: pointer;
    color: #fff;
    width: fit-content;
    border-radius: 6px;
    border-style: hidden;
    padding: 5px 10px;
    font-size: 0.8em;
    background-color: #595658;
    font-weight: bold;
    box-shadow: 2px 2px 4px #595658;
}

#upgrade_cancel:hover {
    background-color: #3d3c3c;
    color: white;
    cursor: pointer;
}

.contact_list_btn {
    cursor: pointer;
    color: #2F96BB;
    text-decoration: underline;
    font-weight: bold;
}

.active {
    text-decoration: none;
}

#input_check {
    display: block;
    margin: 0 auto;
    text-align: center;
}

#input_check2 {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.input_check2_wrapper {
    text-align: center;
}

.input_check2 {
    display: inline-block;
    width: fit-content;
    border-style: hidden;
    text-align: center;
    margin-top: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
    color: #fff;
    border-radius: 6px;
    padding: 5px 10px;
    font-size: 0.8em;
    background-color: #595658;
    font-weight: 700;
    box-shadow: 2px 2px 4px #595658;
}

#plan_box {
    color: #2F96BB;
    font-weight: bold;
    margin-bottom: 5px;
}

.modal1 {
    z-index: 100;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal_bg1 {
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(52, 53, 54, 0.5);
    height: 100vh;
    width: 100vw;
    position: fixed;
    width: 100%;
}

@media screen and (min-width: 769px) {
    .modal_content1 {
        z-index: 3;
        border-radius: 6px;
        text-align: left;
        display: inline-block;
        padding: 5px;
        position: absolute;
        max-height: 90vh;
        max-width: 100%;
        width: fit-content;
        overflow: auto;
    }
}

@media screen and (max-width: 768px) {
    .modal_content1 {
        z-index: 3;
        border-radius: 6px;
        text-align: left;
        display: inline-block;
        padding: 5px;
        position: absolute;
        max-height: 90vh;
        max-width: 100%;
        width: 96%;
        overflow: auto;
    }
}

.modal_content1::-webkit-scrollbar {
    display: none;
}

.modal2 {
    z-index: 100;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal_bg2 {
    z-index: 2;
    background: rgba(52, 53, 54, 0.5);
    height: 100vh;
    position: absolute;
    width: 100%;
}

@media screen and (min-width: 769px) {
    .modal_content2 {
        z-index: 3;
        background-color: #FFF;
        border: medium solid #68889e;
        border-radius: 6px;
        text-align: left;
        display: inline-block;
        padding: 15px;
        position: absolute;
        max-height: 90vh;
        min-width: 600px;
        max-width: 100%;
        overflow: auto;
    }
}

@media screen and (max-width: 768px) {
    .modal_content2 {
        z-index: 3;
        background-color: #FFF;
        border: medium solid #68889e;
        border-radius: 6px;
        text-align: left;
        display: inline-block;
        padding: 15px;
        position: absolute;
        max-height: 90vh;
        max-width: 100%;
        width: 95%;
        overflow: auto;
    }
}

.modal_content2::-webkit-scrollbar {
    display: none;
}

.modal3 {
    display: none;
    z-index: 3;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal_bg3 {
    z-index: 2;
    background: rgba(52, 53, 54, 0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}

@media screen and (min-width: 769px) {
    .modal_content3 {
        z-index: 3;
        border-radius: 6px;
        text-align: left;
        display: inline-block;
        padding: 15px;
        position: absolute;
        max-height: 90vh;
        max-width: 90%;
        min-width: 500px;
        overflow: auto;
    }
}

@media screen and (max-width: 768px) {
    .modal_content3 {
        z-index: 3;
        border-radius: 6px;
        text-align: left;
        display: inline-block;
        padding: 15px;
        position: absolute;
        max-height: 90vh;
        width: 95%;
        overflow: auto;
    }
}

.modal_content3::-webkit-scrollbar {
    display: none;
}

.close_btn {
    cursor: pointer;
    font-size: 1em;
    z-index: 3;
    display: inline-block;
    text-align: center;
    color: #fff;
    border-radius: 8px;
    padding: 5px 10px;
    font-size: 0.8em;
    margin: 2px 0px 5px 0px;
    background-color: #54685e;
}

.item_add {
    margin-top: 25px;
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 6px;
    border-color: #283655;
    width: fit-content;
    color: #FFF;
    background: #283655;
    display: block;
    margin: 0 auto;
    box-shadow: 0px 2px 2px 1px #bebebe;
}

.item_add:hover {
    border-color: #5d7a07;
    color: white;
    cursor: pointer;
}

.change {
    margin-right: 3px;
    font-size: 0.8em;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 6px;
    border-color: #283655;
    width: fit-content;
    color: #FFF;
    background: #283655;
    cursor: pointer;
    box-shadow: 0px 2px 2px 1px #bebebe;
}

.change:hover {
    border-color: #4a6103;
    color: white;
    cursor: pointer;
}

@media screen and (min-width: 769px) {
    .delete {
        cursor: pointer;
        margin-left: 3px;
        font-size: 0.8em;
        padding: 2px 5px;
        border-radius: 4px;
        border-color: #5f5b5b;
        width: fit-content;
        color: #FFF;
        background: #5f5b5b;
        font-size: 0.9em;
        box-shadow: 0px 2px 2px 1px #bebebe;
    }
}

@media screen and (max-width: 768px) {
    .delete {
        cursor: pointer;
        margin-left: 3px;
        font-size: 0.8em;
        padding: 2px 5px;
        border-radius: 4px;
        border-color: #5f5b5b;
        width: fit-content;
        color: #FFF;
        background: #5f5b5b;
        font-size: 0.9em;
        box-shadow: 0px 2px 2px 1px #bebebe;
    }
}

.delete:hover {
    border-color: #3e3b3b;
    color: white;
    cursor: pointer;
}

@media screen and (min-width: 769px) {
    .sub_delete {
        cursor: pointer;
        margin-left: 3px;
        font-size: 0.8em;
        padding: 2px 5px;
        border-radius: 4px;
        border-color: #5f5b5b;
        width: fit-content;
        color: #FFF;
        background: #5f5b5b;
        font-size: 0.9em;
        box-shadow: 0px 2px 2px 1px #bebebe;
    }
}

@media screen and (max-width: 768px) {
    .sub_delete {
        cursor: pointer;
        margin-left: 3px;
        font-size: 0.8em;
        padding: 2px 5px;
        border-radius: 4px;
        border-color: #5f5b5b;
        width: fit-content;
        color: #FFF;
        background: #5f5b5b;
        font-size: 0.9em;
        box-shadow: 0px 2px 2px 1px #bebebe;
    }
}

.sub_delete:hover {
    border-color: #3e3b3b;
    color: white;
    cursor: pointer;
}

@media screen and (min-width: 769px) {
    .sub_add {
        cursor: pointer;
        margin-left: 3px;
        font-size: 0.8em;
        padding: 2px 5px;
        border-radius: 4px;
        border-color: #5f5b5b;
        width: fit-content;
        color: #FFF;
        background: #5f5b5b;
        font-size: 0.9em;
        box-shadow: 0px 2px 2px 1px #bebebe;
    }
}

@media screen and (max-width: 768px) {
    .sub_add {
        cursor: pointer;
        margin-left: 3px;
        font-size: 0.8em;
        padding: 2px 5px;
        border-radius: 4px;
        border-color: #5f5b5b;
        width: fit-content;
        color: #FFF;
        background: #5f5b5b;
        font-size: 0.9em;
        box-shadow: 0px 2px 2px 1px #bebebe;
    }
}

.sub_add:hover {
    border-color: #3e3b3b;
    color: white;
    cursor: pointer;
}

.item_status {
    color: #2b3074;
    font-weight: bold;
}

.anken_no {
    color: #2b3074;
    font-weight: bold;
}

.item_block {
    border-radius: 8px;
    padding: 1em 1em;
    margin: 1em 0;
    width: 300px;
    max-width: 300px;
    min-width: 300px;
    color: #232323;
    background: #f7f8fd;
    border-left: solid 10px #7e9bc3;
}

.account_block {
    line-height: 2;
    text-align: left;
    border-radius: 8px;
    padding: 1em 1em;
    margin: 0.1em 0;
    color: #232323;
    background: #f7f8fd;
    border-left: solid 10px #7e9bc3;
}

.subaccount_block {
    line-height: 2;
    text-align: left;
    border-radius: 8px;
    padding: 10px 10px;
    margin: 0.1em 0;
    color: #232323;
    background: #f7f8fd;
    border-left: solid 10px #025979;
}

.bnts {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.contact_change_btn:hover {
    background-color: #7e7979;
}

.contact_change_btn {
    cursor: pointer;
    margin: 0 10px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 0.9em;
    padding: 5px 15px;
    border-radius: 6px;
    border-color: #283655;
    width: fit-content;
    color: #FFF;
    background: #283655;
    box-shadow: 0px 2px 2px 1px #bebebe;
}

.change_plan_btn {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    text-align: center;
    width: fit-content;
    cursor: pointer;
    font-size: 1em;
    padding: 5px 21px;
    border-radius: 6px;
    border-color: #283655;
    color: #FFF;
    background: #283655;
    box-shadow: 0px 2px 2px 1px #bebebe;
}

.loading_bg {
    color: #4f8091;
    z-index: 100;
    position: fixed;
    background: #f7f5f5;
    top: 0;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 1.5em;
    font-family: sans-serif;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

#tel_regi::placeholder {
    color: gray;
}

#account_tel::placeholder {
    color: gray;
}

.account_item {
    margin-top: 1em;
    color: #2F96BB;
    font-weight: bold;
}

.subaccount_item {
    margin-top: 1em;
    color: #025979;
    font-weight: bold;
    margin-bottom: 5px;
}

#account_mail1_code {
    margin-top: 8px;
    margin-right: 3px;
    font-size: 1em;
    height: 30px;
    text-align: center;
    border-radius: 4px;
}

a.link_color {
    color: rgb(74, 74, 156);
}

.here {
    font-weight: bold;
    color: #2F96BB;
}

#over_items {
    font-size: 1.5em;
    color: #a2c340;
    background-color: #1b1a1a;
    padding: 10px 20px;
    border-radius: 6px;
    text-align: left;
}

.standard_box {
    background: #f6f4f4;
}

.standardb_box {
    background: #f6f4f4;
}

.standardb_box2 {
    background: #f6f4f4;
}

.standardb_box3 {
    background: #f6f4f4;
}

.personal_box {
    background: #f6f4f4;
}

.small_gray_simple {
    font-size: 0.9em;
    color: #3f3f3e;
}

.ms_logo {
    vertical-align: middle;
    height: 35px;
    width: auto;
    /* テキストの高さに合わせる */
    margin-right: 5px;
    /* 画像とテキストの間隔 */
}

.micro {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_ani {
    position: relative;
    text-align: center;
    background: linear-gradient(60deg, rgba(146, 170, 198, 1) 0%, rgba(0, 172, 193, 1) 100%);
    color: white;
    z-index: 9;
}

.inner-header {
    height: 100vh;
    width: 100%;
    margin: 0;
    padding: 0;
}

.flex {
    /*Flexbox for containers*/
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.waves {
    position: relative;
    width: 100%;
    height: 15vh;
    margin-bottom: -7px;
    /*Fix for safari gap*/
    min-height: 100px;
    max-height: 150px;
}


/* Animation */

.parallax>use {
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}

.parallax>use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}

.parallax>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}

.parallax>use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }

    100% {
        transform: translate3d(85px, 0, 0);
    }
}


/*Shrinking for mobile*/

@media (max-width: 768px) {
    .waves {
        height: 70px;
        min-height: 70px;
    }
}

#footer {
    position: relative;
    margin-top: 0px;
    z-index: 100;
    text-align: center;
    bottom: 0;
    padding-top: 5px;
    font-size: 0.8em;
    height: 70px;
    color: #525050;
    background-color: #FFF;
}

@media screen and (max-width: 768px) {
    #footer {
        width: 100%;
    }
}

@media screen and (min-width: 769px) {
    #footer {
        width: 100%;
    }
}

.footer_link {
    padding-right: 10px;
}

.footer_logo {
    width: 80px;
    height: auto;
}

.footer_table {
    width: 100%;
    padding-right: 8px;
}

.footer_link a {
    color: #525050;
    text-decoration: none;
}

#footer {
    margin-top: 0px;
    text-align: center;
    bottom: 0;
    padding-top: 5px;
    font-size: 0.8em;
    height: 70px;
    color: #525050;
    background-color: #FFF;
    position: relative;
}

@media screen and (max-width: 768px) {
    #footer {
        width: 100%;
    }
}

@media screen and (min-width: 769px) {
    #footer {
        width: 100%;
    }
}

#docsbotai-root {
    z-index: 10 !important;
    position: fixed;
    bottom: 100px;
}

.logo_parts_hidari {
    width: fit-content;
    text-align: center;
}

.logo_parts_migi {
    width: fit-content;
}

.footer_table {
    width: 100%;
    padding-right: 8px;
}

.footer_link {
    cursor: pointer;
    padding-right: 10px;
}

.footer_logo {
    width: 80px;
    height: auto;
}

.footer_link a:hover {
    color: #525050;
}

.awsome_red {
    color: #464748;
}

.awsome_red2 {
    color: #4682b4;
}

.sample08 {
    font-size: 0.9em;
    color: #4682b4;
    font-weight: bold;
}

.sample10 {
    background: linear-gradient(transparent 40%, #ffff66 40%);
}

.need_pay {
    background: linear-gradient(transparent 10%, #f5d0f5 10%);
}

@media screen and (max-width: 768px) {
    .kessai {
        text-align: left;
        padding-left: 8px;
        padding-right: 8px;
        border-radius: 10px;
        padding: 10px;
        border: 1px dashed #4682b4;
        background-color: #FFF;
    }
}

@media screen and (min-width: 769px) {
    .kessai {
        text-align: left;
        padding-left: 12px;
        padding-right: 12px;
        padding: 10px;
        border-radius: 10px;
        border: 1px dashed #4682b4;
        background-color: #FFF;
    }
}

a.media {
    color: black;
    text-decoration: underline;
}

a.media:visited {
    color: black;
}

.zeikomi {
    margin-top: 20px;
    color: #4d4b4b;
    font-size: 0.9em;
    font-weight: bold;
}

.zeikomi2 {
    color: #4d4b4b;
    font-size: 0.9em;
    font-weight: bold;
}

.kiyaku_pop {
    font-size: 1em;
    color: #4c7ba1;
    text-decoration: underline;
}

.small_gray {
    font-size: 0.9em;
    color: #3f3f3e;
    margin-top: 8px;
    margin-bottom: 17px;
}

.sub_email_color {
    color: #787877;
}

.custom-swal-popup2 .custom-swal-title-survey {
    font-size: 1em !important;
}

@media screen and (max-width: 768px) {
    .custom-swal-popup2 {
        width: 97% !important;
        font-size: 0.9em !important;
        border-radius: 15px !important;
    }
}

@media screen and (min-width: 769px) {
    .custom-swal-popup2 {
        width: 60% !important;
        font-size: 0.9em !important;
        border-radius: 15px !important;
    }
}

.custom-swal-popup2 .custom-swal-title-survey {
    font-size: 1em !important;
}

.custom-swal-popup3 .custom-swal-title-survey {
    font-size: 1em !important;
    max-width: 500px;
}

@media screen and (max-width: 768px) {
    .tsuu2 {
        width: 98%;
        text-align: left;
    }
}

@media screen and (min-width: 769px) {
    .tsuu2 {
        width: 85%;
        text-align: left;
    }
}

@media screen and (max-width: 768px) {
    #mailtext {
        width: 90%;
        font-size: 1em;
        padding: 3px;
        border-radius: 6px;
    }

    #niyou {
        width: 90%;
        padding: 5px;
        font-size: 1em;
        border-radius: 6px;
    }

    #search_button {
        background-color: #1c566a;
        color: white;
        border: none;
        padding: 3px;
        padding-left: 7px;
        padding-right: 7px;
        border-radius: 6px;
        margin-top: 5px;
        cursor: pointer;
        margin-left: 2px;
        border-radius: 6px;
        font-size: 0.9em;
        box-shadow: 0px 2px 2px 1px #bebebe;
    }

    #search_input {
        padding: 5px;
        border: 1px solid #ccc;
        border-radius: 3px;
        width: 150px;
        font-size: 0.9em;
    }

    #prev_page {
        background-color: #1c566a;
        color: #FFF;
        padding: 3px;
        padding-left: 7px;
        padding-right: 7px;
        border-radius: 6px;
        margin-bottom: 20px;
        border: none;
        outline: none;
        font-size: 0.9em;
        box-shadow: 0px 2px 2px 1px #bebebe;
    }

    #next_page {
        background-color: #1c566a;
        color: #FFF;
        padding: 3px;
        padding-left: 7px;
        padding-right: 7px;
        border-radius: 6px;
        margin-bottom: 20px;
        border: none;
        outline: none;
        font-size: 0.9em;
        box-shadow: 0px 2px 2px 1px #bebebe;
    }

    #to_bottom {
        background-color: #1c566a;
        color: #FFF;
        padding: 3px;
        padding-left: 7px;
        padding-right: 7px;
        border-radius: 6px;
        margin-bottom: 10px;
        margin-top: 20px;
        border: none;
        outline: none;
        font-size: 0.9em;
        box-shadow: 0px 2px 2px 1px #bebebe;
    }

    #due_date {
        background-color: #1c566a;
        color: #FFF;
        padding: 3px;
        padding-left: 7px;
        padding-right: 7px;
        border-radius: 6px;
        margin-bottom: 10px;
        margin-top: 20px;
        border: none;
        outline: none;
        font-size: 0.9em;
        box-shadow: 0px 2px 2px 1px #bebebe;
    }

    #search_reset {
        background-color: #1c566a;
        color: #FFF;
        padding: 3px;
        padding-left: 7px;
        padding-right: 7px;
        border-radius: 6px;
        margin-bottom: 10px;
        margin-top: 5px;
        border: none;
        outline: none;
        font-size: 0.9em;
        box-shadow: 0px 2px 2px 1px #bebebe;
    }
}

@media screen and (min-width: 769px) {
    #mailtext {
        font-size: 1em;
        padding: 3px;
        border-radius: 6px;
    }

    #niyou {
        padding: 5px;
        font-size: 1em;
        border-radius: 6px;
    }

    #search_button {
        background-color: #1c566a;
        color: white;
        border: none;
        padding: 3px;
        padding-left: 7px;
        padding-right: 7px;
        border-radius: 6px;
        margin-top: 5px;
        cursor: pointer;
        margin-left: 2px;
        border-radius: 6px;
        font-size: 0.7em;
        box-shadow: 0px 2px 2px 1px #bebebe;
    }

    #search_input {
        padding: 5px;
        border: 1px solid #ccc;
        border-radius: 3px;
        width: 150px;
        font-size: 0.7em;
    }

    #prev_page {
        background-color: #1c566a;
        color: #FFF;
        padding: 3px;
        padding-left: 7px;
        padding-right: 7px;
        border-radius: 6px;
        margin-bottom: 20px;
        border: none;
        outline: none;
        box-shadow: 0px 2px 2px 1px #bebebe;
    }

    #next_page {
        background-color: #1c566a;
        color: #FFF;
        padding: 3px;
        padding-left: 7px;
        padding-right: 7px;
        border-radius: 6px;
        margin-bottom: 20px;
        border: none;
        outline: none;
        box-shadow: 0px 2px 2px 1px #bebebe;
    }

    #to_bottom {
        background-color: #1c566a;
        color: #FFF;
        padding: 3px;
        padding-left: 7px;
        padding-right: 7px;
        border-radius: 6px;
        margin-bottom: 10px;
        margin-top: 20px;
        border: none;
        outline: none;
        font-size: 0.7em;
        box-shadow: 0px 2px 2px 1px #bebebe;
    }

    #due_date {
        background-color: #1c566a;
        color: #FFF;
        padding: 3px;
        padding-left: 7px;
        padding-right: 7px;
        border-radius: 6px;
        margin-bottom: 10px;
        margin-top: 20px;
        border: none;
        outline: none;
        font-size: 0.7em;
        box-shadow: 0px 2px 2px 1px #bebebe;
    }

    #search_reset {
        background-color: #1c566a;
        color: #FFF;
        padding: 3px;
        padding-left: 7px;
        padding-right: 7px;
        border-radius: 6px;
        margin-bottom: 10px;
        margin-top: 5px;
        border: none;
        outline: none;
        font-size: 0.7em;
        box-shadow: 0px 2px 2px 1px #bebebe;
    }
}

#prev_page:hover,
#next_page:hover {
    background-color: #246d86;
}

#prev_page:active,
#next_page:active {
    box-shadow: 0px 1px 1px 0px #bebebe;
    transform: translateY(1px);
}

#current_page {
    min-width: 20px;
    text-align: center;
}

#edit_cancel {
    cursor: pointer;
    width: fit-content;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
    font-size: 1em;
    padding: 5px 12px;
    color: #FFF;
    border-radius: 5px;
    font-weight: bold;
    border: 2px solid #4b5b65;
    background-color: #4b5b65;
    box-shadow: 0px 2px 2px 1px #bebebe;
}

#edit_cancel:hover {
    background-color: rgb(20, 41, 53);
    color: white;
    cursor: pointer;
}

#edit_ok {
    margin-top: 30px;
    margin-bottom: 20px;
    box-shadow: 0px 2px 2px 1px #bebebe;
}

.email2_parts {
    margin-top: 15px;
}

.email3_parts {
    margin-top: 15px;
}

.account_info {
    margin-top: 20px;
}

.subaccount_info {
    display: none;
    margin-top: 20px;
}

.paginatedItems {
    margin-left: 10px;
    text-align: left;
    font-size: 0.8em;
    color: #7e7b7b;
}

.news {
    text-shadow: #fff 2px 0, #fff -2px 0, #fff 0 -2px, #fff 0 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px, rgba(0, 0, 0, .5) 3px 3px 3px;
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 15px;
    padding-left: 3opx;
}

.small_text2 {
    font-size: 0.95em;
    color: #313030;
}

.awesome_green {
    color: #89B700;
}

.awesome_green2 {
    color: #bef02a;
}

.red {
    color: rgb(202, 6, 6);
}

.ai_writer {
    font-size: 1.3em;
    text-align: left;
    font-weight: bold;
    text-shadow: #fff 2px 0, #fff -2px 0, #fff 0 -2px, #fff 0 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px, rgba(0, 0, 0, .5) 3px 3px 3px;
}

@media screen and (max-width: 768px) {
    .container_article {
        max-width: 95%;
        margin: 0px auto;
        margin-top: 20px;
        background-color: #FFF;
        border-radius: 10px;
        border: 1px solid #ddd;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (min-width: 769px) {
    .container_article {
        width: 60%;
        margin: 0px auto;
        margin-top: 20px;
        background-color: #FFF;
        border-radius: 10px;
        border: 1px solid #ddd;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.blog {
    margin-bottom: 3px;
}

a.media {
    color: black;
    text-decoration: underline;
}

a.media:visited {
    color: black;
}

.to_top {
    margin: 0 auto;
    cursor: pointer;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #fff;
    border-radius: 6px;
    border-style: hidden;
    border-color: #55575c;
    padding: 5px 10px;
    font-size: 1em;
    background-color: #55575c;
    font-weight: 700;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 769px) {
    .back_design {
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        background-image: url('./img/bg_bungu2.png');
        background-repeat: no-repeat;
        background-size: 50% auto;
    }
}

.lets_start {
    position: relative;
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: -5px;
    z-index: 2;
    border-radius: 15px;
    font-size: 1em;
    width: fit-content;
    font-weight: bold;
    padding: 0.5em;
    padding-left: 0.7em;
    padding-right: 0.7em;
    background-color: #fa4141;
    /* #6196e0;水色 #fa4141;赤*/
    color: #ffffff;
}

.lets_start:after {
    position: absolute;
    content: '';
    top: 99%;
    left: 25px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 10px solid #fa4141;
}

.logic {
    font-size: 1.1em;
}

.stripe_status_parent {
    display: none;
    margin-top: 20px;
    width: 100%;
    font-size: 0.8em;
    color: #6b6969;
    text-align: center;
}

.underline {
    text-decoration: underline;
    cursor: pointer;
}

.sub_question {
    font-size: 0.8em;
    color: #a8a8a9;
}

.cancel1 {
    cursor: pointer;
    width: fit-content;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 1em;
    padding: 5px 12px;
    color: #FFF;
    border-radius: 5px;
    font-weight: bold;
    box-shadow: 0px 2px 2px 1px #bebebe;
    border: 2px solid #2f6486;
    background-color: #2f6486;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    text-align: center;

}

.cancel1:hover {
    background-color: #2f6486;
    color: white;
    cursor: pointer;
}


@media screen and (max-width: 768px) {
    .sc_alert {
        min-width: 250px;
        max-width: 80%;
        height: auto;
    }
}

@media screen and (min-width: 769px) {
    .sc_alert {
        max-width: 475px;
        height: auto;
    }
}