body {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
    background-color: #f3f3f3;
}

.body {
    position: relative;
    min-height: 100vh;
    height: 100%;
}

ul,
ul li {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

a {
    color: #000000;
}

a:hover {
    color: #000000;
}

.btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    font-size: 16px;
    line-height: 21px;
    border: 0;
}

.btn:hover {
    opacity: 0.8;
}

.btn.btn-pink {
    background-color: #dba3c8;
    border-radius: 90px;
    color: #ffffff;
}

.vt-container {
    width: 100%;
    margin: auto;
}

p {
    margin-bottom: 0;
}

.required {
    color: #ff0303;
    border: 1px solid #ff0303;
    font-size: 13px;
    font-weight: 600;
    padding: 2px 20px;
    border-radius: 5px;
    margin-left: 13px;
}

.form-control {
    height: 50px;
    border-radius: 5px;
    border: 1px solid #707070;
    padding: 0 21px;
    font-size: 15px;
}

.form-group {
    margin-bottom: 27px;
}

.form-control:placeholder-shown,
.form-control::placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder {
    color: #999999;
}

.select {
    width: 100%;
    height: 50px;
    border: 1px solid #707070;
    border-radius: 5px;
    padding: 0 21px;
    background: url("../img/icons/arrow-down-black.png") no-repeat right;
    -webkit-appearance: none;
    background-position: right 12px top 23px;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    padding: 13px 15px 16px;
    max-width: 1198px;
}

.header .header-left {
    display: flex;
}

.header .header-left li:first-child {
    margin-right: 37px;
}

.header .header-left img {
    margin-right: 11px;
}

.header .header-right {
    display: flex;
}

.header .header-right img {
    margin-left: 16px;
}

.check-domain {
    position: absolute;
    right: 0;
    top: 85px;
    z-index: 999;
    /* width: 100%;
    max-width: 420px; */
    padding: 15px 15px 25px 15px;
    background-color: #fff;
    box-shadow: 0px -1px 5px 4px #dedede;
    display: flex;
    border-radius: 5px;
    font-size: 15px;
    color: #000000;
}

.check-domain label {
    margin-bottom: 15px;
}

.check-domain::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
    top: -8px;
    position: absolute;
    right: 12%;
}

.check-domain div input {
    width: 150px;
    height: 25px;
    border: 1px solid #dedede;
    border-radius: 5px;
    margin: 0px 5px;
}

.check-domain div input:focus {
    outline: none;
}

.check-domain span.check-domain-close {
    position: absolute;
    top: 0;
    right: 2%;
    display: block;
    padding: 2px;
    font-weight: bold;
}

.check-domain-mobile span.check-domain-close {
    position: absolute;
    top: 0;
    right: 5px;
    display: block;
    padding: 2px;
    font-weight: bold;
}

.check-domain-mobile div {
    width: 100%;
    margin-bottom: 5px;
}

.check-domain span.check-domain-close:hover,
.check-domain-mobile span.check-domain-close:hover {
    cursor: pointer;
}

.check-domain button {
    display: inline-block;
    border: 1px solid #dba3c8;
    background: #dba3c8;
    border-radius: 9px;
    padding: 5px 10px 5px 10px;
    color: #fff;
    margin-left: 15px;
    font-size: 12px;
    line-height: 13px;
}

@media screen and (max-width: 767px) {
    .header .header-right img {
        margin-right: 5px;
        margin-left: 0;
    }
    .header .header-left {
        font-size: 12px;
    }
    .header .header-left li:first-child {
        margin-right: 10px;
    }
    .header .header-left img {
        margin-right: 0;
    }
}

.menu {
    max-width: 1314px;
    padding: 0 15px;
}

.menu .menu-container {
    background-color: #ffffff;
    border-radius: 20px;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 61px;
    position: relative;
}

.menu .menu-left {
    display: flex;
    align-items: center;
}

.menu .menu-left ul {
    display: flex;
    margin-left: 41px;
}

.menu .menu-left ul li {
    margin-right: 35px;
}

.menu .btn.btn-register {
    max-width: 150px;
    min-height: 45px;
    letter-spacing: -0.05cm;
}

.check-domain-mobile {
    box-shadow: 0px 0px 2px 2px #dedede;
    margin-top: 10px;
    padding: 12px 12px 20px 12px;
    display: flex;
    justify-content: center;
    max-width: 100%;
    margin: auto;
    font-size: 14px;
    text-align: left;
    margin: 20px auto;
    z-index: 100;
    position: relative;
    background: #ffffff;
}

.check-domain-mobile input {
    width: 50%;
    height: 25px;
    border: 1px solid #dedede;
}

.check-domain-mobile button {
    border: 1px solid #dba3c8;
    background: #dba3c8;
    border-radius: 9px;
    padding: 2px 10px 3px 10px;
    color: #fff;
    margin-top: 0;
    font-size: 12px;
    white-space: nowrap;
}

@media screen and (max-width: 767px) {
    .menu .navbar-brand img {
        width: 140px;
    }
    .menu {
        padding: 15px;
    }
    .menu.bg-light {
        background-color: #fff !important;
    }
}

.breadcrumb {
    padding: 14px 15px 0;
    max-width: 1198px;
    background-color: transparent;
}

.breadcrumb .breadcrumb-content {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #999999;
    border-bottom: 1px solid #e3e3e3;
    width: 100%;
    padding-bottom: 15px;
}

.breadcrumb .breadcrumb-content a.breadcrumb-active {
    font-weight: bold;
    color: #000000;
}

.breadcrumb span {
    margin: 0 10px;
}

.breadcrumb .breadcrumb-content a {
    color: #999999;
}

.wrapper-footer {
    padding-top: 270px;
}

.footer {
    background-color: #dba3c8;
    padding: 37px 55px 46px 46px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    font-family: "Roboto", sans-serif;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    border-top: 1px solid #ca689e;
}

.footer .footer-list {
    display: flex;
    width: 100%;
    margin-right: 45px;
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 19px;
}

.footer .footer-item {
    margin-right: 35px;
}

.footer .footer-item a {
    color: #fff;
}

.footer .copy-right {
    text-align: right;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}

.footer .tp-img-logo {
    display: none;
}

.footer .img-footer {
    display: block;
}

@media screen and (max-width: 767px) {
    .footer {
        padding: 37px 15px 46px;
        align-items: flex-start;
    }
    .footer .footer-left {
        margin-right: 30px;
    }
    .footer img {
        width: 145px;
    }
    .footer .footer-list {
        flex-wrap: wrap;
    }
    .footer .footer-item {
        width: 100%;
        margin-right: 0;
    }
    .footer .copy-right {
        text-align: center;
        width: 100%;
        position: absolute;
        left: 0;
    }
}

@media screen and (max-width: 420px) {
    .check-domain-mobile {
        font-size: 13px;
        padding: 10px 10px 15px 10px;
    }
    .check-domain-mobile input {
        width: 130px;
    }
}