.breadcumb {
    padding: 5px;
    font-size: 13px;
    margin-top: 10px;
}
.font-sans {
    font-family: 'Noto Sans JP', sans-serif !important;
}
.font-serif {
    font-family: 'Noto Serif JP', serif !important;
}
.font-light-grey {
    color: RGB(109,111,113) !important;
}
.font-dark-grey {
    color: RGB(64,64,64) !important;
}
.font-pink {
    color: RGB(218,81,135) !important;
}
.font-blue {
    color: RGB(0,159,232) !important;
}
.bg-blue {
    background-color: RGB(0,159,232) !important;
    color: white !important;
}
.bg-pink {
    color: white !important;
    background-color: RGB(218,81,135) !important;
}

.bg-pink a{
		text-decoration:none;
		color:#ffffff;
}

.bg-custom {
    color: white !important;
    background-color: RGB(137,169,178) !important;
}
button {
    border: none;
    outline: none;
    cursor: pointer;
	-webkit-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-moz-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-o-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}
button:hover, button:focus, button:visited, button:active {
    outline: none;
	-webkit-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-moz-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-o-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
    background-color: RGB(0,159,232);
    height: 3px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 30px;
    height: 48px;
    background-image: none;
}

.carousel-control-prev i,
.carousel-control-next i {
    color: #000000;
    font-size: 48px;
}

.notice_section a {
    text-decoration: underline;
}

/* header */

.header-index {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 45px
}

#header-logo {
    width: 35%;
}

#header-badge {
    width: 65%;
    text-align: center;
    font-size: 11px;
}

#header-phone {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background-color: #efefef;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}

#header-phone .phone-icon {
    width: 10%;
}

#header-phone .phone-number {
    padding-left: 10px;
    width: 90%;
    font-size: 12px;
}

#header-phone .phone-number span {
    font-size: 20px;
    line-height: 20px;
}

.carousel {
    margin-bottom: 20px;
}

.drawer-nav ul {
    list-style: none;
    padding-left: 0;
    margin-top: 10px;
}

.drawer-nav ul li a {
    display: inline-block;
    padding: 10px 25px;
    width: 100%;
    color: RGB(109,111,113);
}

.drawer-nav ul li a:focus,
.drawer-nav ul li a:active,
.drawer-nav ul li a:hover {
    text-decoration: none;
    background-color: RGB(109,111,113);
    color: #FFFFFF;
    transition: background-color 0.3s linear;
}


/* form */

.sec-web form input[type="radio"]:checked {
    border: 5px solid RGB(218,81,135);
}

.sec-web form input[type="radio"] {
    margin-left: 1vw;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    border: 1px solid black;
    transition: 0.2s all linear;
    outline: none;
    position: relative;
    vertical-align: sub;
}

.sec-web form .radio-label {
    margin: 0;
    display: inline-flex;
    font-size: 16px;
    margin-left: 3px;
}

.sec-web {
    border-top: 0.3vw solid RGB(218,81,135);
    position: relative;
}

.sec-web form {
    text-align: left;
}

.sec-web form .form-part-1,
.sec-web form .form-part-2 {
    color: black !important;
    padding: 10px;
    border-bottom: grey 1px solid;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.sec-web form .form-part-1 .label,
.sec-web form .form-part-2 .label {
    font-size: 18px;
    width: 100%;
}

.sec-web form .form-part-3 {
    margin-top: 40px;
    border-radius: 10px;
    position: relative;
    padding: 20px;
}

.sec-web form .form-part-3 input.subtitle {
    color: #FFFFFF;
    width: 100%;
    text-align: center;
    font-size: 26px;
    border: none;
    background-color: transparent;
}

.sec-web form .form-part-3 input.minititle {
    color: #FFFFFF;
    width: 100%;
    text-align: center;
    font-size: 20px;
    border: none;
    background-color: transparent;
}

.sec-web form .form-part-3 #finger {
    position: absolute;
    top: 40px;
    right: 10px;
    width: 20%;
}

.sec-web form .form-part-3 .digit-section {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}

.sec-web form .form-part-3 .digit-section .digit {
    width: 35px;
    height: 50px;
    border: transparent 1px solid;
    background-color: #FFFFFF;
    margin: 0 3px;
}

.sec-web form .form-part-3 .digit-section .unit {
    font-size: 20px;
}

.sec-web form .caption {
    text-align: center;
    margin: 10px 0;
    font-size: 20px;
}

.sec-web form .phone-sec {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec-web form .phone-sec .phone-icon {
    width: 10%;
}

.sec-web form .phone-sec .phone-number {
    font-size:12px;
    padding-left: 5px;
}

.sec-web form .phone-sec .phone-number span {
    font-size: 24px;
    line-height: 24px;
}

/* 新しいformのボタン */
.sec-web form .form-part-3 .mitsumori-button-container {
    padding: 0 50px;
}


.mitsumori-button:hover {
    opacity: 0.6;
}

.sec-web .cards-caption {
    position: relative;
    margin-top: 100px;
}

.sec-web .cards-caption .subtitle {
    font-size: 15px;
    padding: 10px;
    margin: 10px 0;
}

.sec-web .cards-caption #girl-smile {
    position: absolute;
    height: 100px;
    right: 10px;
    top: -100px;
}

.sec-web .round-tip.tip-2 {
    position: absolute;
    top: -70px;
    left: 0;
    line-height: 20px;
    padding-top: 10px;
}

.sec-web .round-tip.tip-3 {
    position: absolute;
    top: -70px;
    left: 0;
    line-height: 20px;
    padding-top: 10px;
}

.sec-web .cards-caption .desc {
    color: #000000;
    font-size: 14px;
    text-align: left;
}

.sec-web .sec-web-text {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.sec-web .sec-web-text .title {
    font-size: 36px;
    margin: 10px 0;
}

.sec-web .sec-web-text .subtitle {
    font-size: 18px;
    margin: 10px 0;
}

.sec-web .sec-web-text .minititle {
    font-size: 18px;
    padding: 10px;
    margin: 10px 0 25px 0;
}

.sec-web .round-tip {
    border-radius: 50%;
    width:80px;
    height: 80px;
    line-height: 75px;
    font-size: 16px;
    border: #FFFFFF 2px solid;
}

.sec-web .round-tip.tip-1 {
    position: absolute;
    top: 150px;
    right: 0;
}

.sec-web form {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.sec-web .cards {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.sec-web .cards .cards-icon {
    width: 200px;
}
.sec-web .cards .cards-desc {
    padding-left: 10px;
    text-align: left;
}

.sec-web .cards .cards-desc .subtitle {
    font-size: 12px;
}

.sec-web .cards .cards-desc .minititle {
    font-size: 12px;
}

.sec-web .buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.sec-web .buttons .round-button {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    font-size: 14px;
    padding-top: 20px;
}

.sec-web .buttons .rect-button {
    border-radius: 5px;
    padding: 5px;
    font-size: 12px;
}

.sec-web .buttons span {
    font-size: 12px;
}

.crown-banner {
    margin-bottom: 30px;
}

.page-content .sec-top {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
    padding: 10px
}

.page-content .sec-top .short {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.page-content .sec-top .short .font-2 {
    font-size: 20px;
}

.page-content .sec-top .short .font-4 {
    font-size: 12px;
    padding: 10px 2px;
    border-top: #FFFFFF 2px solid;
    border-bottom: #FFFFFF 2px solid;
}

.page-content .sec-top .short .font-1 {
    font-size: 32px;
    padding: 0 2px;
}

.page-content .sec-top .short .font-3 {
    font-size: 14px;
    padding: 0 2px;
}

.page-content .sec-car {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.page-content .sec-car .blue-car {
    width: 40%;
}

.page-content .sec-car .daily-limit {
    width: 60%;
    padding-left: 10px;
}

.page-content .sec-car .daily-limit.font-3 {
    font-size: 20px;
}

.page-content .sec-car .daily-limit .font-1 {
    font-size: 45px;
    line-height: 45px;
}

.page-content .sec-car .blue-speed {
    width: 10%;
    margin-top: 10px;
}

.page-content .sec-car .link {
    width: 90%;
    padding-left: 10px;
    margin-top: 10px;
}

.page-content .sec-car .link a {
    background: white;
    border: 1px solid RGB(0,159,232);
    color: RGB(0,159,232);
    padding: 20px;
    display: inline-block;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    text-align: center;
    font-size: 22px;
}

.page-content .sec-car .link a:focus,
.page-content .sec-car .link a:active,
.page-content .sec-car .link a:hover {
    text-decoration: none;
    background-color: RGB(0,159,232);
    color: #FFFFFF;
}

.page-content .sec-img {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
    border-top: RGB(0,159,232) 3px solid;
    border-bottom: RGB(0,159,232) 3px solid;
    padding: 30px 0;
}

.page-content .sec-img .detail {
    width: 50%;
    padding: 10px;
    text-align: center;
    font-size: 16px;
}

.page-content .sec-img .desc {
    width: 50%;
    padding: 10px;
}

.page-content .sec-img .desc p {
    border-bottom: RGB(0,159,232) 2px solid;
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 5px;
}

.page-content .sec-img .desc .font-1 {
    font-size: 50px;
}

.page-content .sec-img .desc .font-3 {
    font-size: 22px;
}

.page-content .sec-model {
    position: relative;
}

.page-content .sec-model #model-model {
    position: absolute;
    top: 0;
    left: -20%;
    width: 70%;
    z-index: -2;
}

.page-content .sec-model .title {
    font-size: 18px;
}

.page-content .sec-model .title.model-mt-1 {
    font-size: 32px;
}

.page-content .sec-model #cross {
    width: 30px;
}

.page-content .sec-model .round-tips {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
}

.page-content .sec-model .round-tips .tip {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background-color: RGB(0,159,232);
    font-size: 18px;
    padding-top: 25px;
    margin: 0 10px;
}

.page-content .sec-model .desc-wrap {
    padding-top: 20px;
    background:url(../img/two_girl.png) top center;
    background-size: cover;
    margin-bottom: 30px;
}

.page-content .sec-model .desc-wrap .desc {
    padding: 20px;
}

.page-content .sec-model .desc-wrap .desc::before {
    position: absolute;
    content: "";
    background-image: url(../img/rect.png);
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    margin-top: -15px;
}

.page-content .sec-model .desc-wrap .desc .subtitle {
    font-size: 20px;
}

.page-content .sec-model .desc-wrap .desc .minititle {
    font-size: 12px;
}

.page-content .sec-model .desc-wrap .desc .content {
    font-size: 14px;
}

.page-content .sec-model .detail {
    display: block;
    font-size: 16px;
    padding: 10px;
    width: 100%;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 30px;
}

.page-content .sec-model .detail:focus,
.page-content .sec-model .detail:active,
.page-content .sec-model .detail:hover {
    text-decoration: none;
}



.page-content .sec-user .banner {
    border-top: RGB(0,159,232) 3px solid;
    padding: 10px;
    height: 50vw;
    background-image: url(../img/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 30px;
    text-align: left;
}

.page-content .sec-user .banner .title {
    font-size: 22px;
}

.page-content .sec-user .banner .subtitle {
    font-size: 12px;
}

.page-content .sec-user .buttons {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.page-content .sec-user .buttons a {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    margin-bottom: 10px;
    padding: 10px;
    background-color: #FFFFFF;
    border: RGB(0,159,232) 1px solid;
}

.page-content .sec-user .buttons a:focus,
.page-content .sec-user .buttons a:active,
.page-content .sec-user .buttons a:hover {
    text-decoration: none;
    background-color: RGB(0,159,232);
    color: #FFFFFF;
}

.page-content .sec-user .detail {
    display: block;
    font-size: 16px;
    padding: 10px;
    width: 100%;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 30px;
}

.page-content .sec-user .detail:focus,
.page-content .sec-user .detail:active,
.page-content .sec-user .detail:hover {
    text-decoration: none;
}

.page-content .sec-work {
    border-top: RGB(0,159,232) 3px solid;
    margin-bottom: 30px;
    position: relative;
}

.page-content .sec-work .title {
    font-size: 16px;
    padding: 20px;
}

.page-content .sec-work .content-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.page-content .sec-work .content-wrap .list-wrap {
    width: 100%;
}

.page-content .sec-work .content-wrap .list-wrap ul {
    list-style-type: square;
    font-size: 20px;
    padding-left: 60px;
}

.page-content .sec-work .content-wrap .list-wrap .phone-sec {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-content .sec-work .content-wrap .list-wrap .phone-sec .phone-icon {
    width: 10%;
}

.page-content .sec-work .content-wrap .list-wrap .phone-sec .phone-number {
    font-size:12px;
    padding-left: 5px;
}

.page-content .sec-work .content-wrap .list-wrap .phone-sec .phone-number span {
    font-size: 24px;
    line-height: 24px;
}

.page-content .sec-work .content-wrap .work-result-wrap {
    width: 100%;
    padding-top: 30px;
}

.page-content .sec-work .round-tip {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    font-size: 16px;
    padding-top: 15px;
    text-align: center;
    position: absolute;
    bottom: 35vw;
    right: 10px;
}

.page-content .sec-work .work-two {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    position: absolute;
    bottom: -25px;
    left: 10px;
}

.page-content .sec-guide {
    margin-bottom: 30px;
}

.page-content .sec-guide .title {
    padding: 10px;
    font-size: 20px;
    text-align: center;
}

.page-content .sec-guide .guides {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.page-content .sec-guide .guide {
    width: 100%;
    border: #000000 1px solid;
    margin: 10px 0;
    padding: 10px;
}

.page-content .sec-guide .guide .subtitle {
    font-size: 16px;
}

.page-content .sec-guide .guide .content {
    font-size: 14px;
}

.page-content .sec-guide .guide .guide-img {
    width: 100%;
    height: 200px;
    margin-top: 10px;
}

.page-content .sec-guide .guide .guide-img:focus,
.page-content .sec-guide .guide .guide-img:active,
.page-content .sec-guide .guide .guide-img:hover {
    opacity: 0.7;
    transition: opacity 0.3s linear;
}

.page-content .sec-guide .guide .guide-img#img-ichi {
    background: url(../img/guide_ichi.png) center center;
    background-size: cover;
}

.page-content .sec-guide .guide .guide-img#img-ni {
    background: url(../img/guide_ni.png) center center;
    background-size: cover;
}

.page-content .sec-guide .guide .guide-img#img-san {
    background: url(../img/guide_san.png) center center;
    background-size: cover;
}

.page-content .sec-guide .guide .guide-img#img-si {
    background: url(../img/guide_si.png) center center;
    background-size: contain;
}

.page-content .sec-guide .guide .guide-img#img-go {
    background: url(../img/guide_go.png) center center;
    background-size: cover;
}

.page-content .sec-guide .guide .guide-img#img-roku {
    background: url(../img/guide_roku.png) center center;
    background-size: cover;
}

.page-content .sec-video {
    margin-top: 30px;
    padding: 10px;
    margin-bottom: 30px;
}

.page-content .sec-video .title {
    font-size: 24px;
}

.page-content .sec-video #play-1 {
    width: 50px;
}

.page-content .sec-video .videos {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.page-content .sec-video .videos .video {
    width: 100%;
    margin: 10px 0;
}

.page-content .sec-video .videos .video .video-frame {
    width: 100%;
    height: calc((100vw - 50px) / 16 * 9);
}

.page-content .sec-video .videos .video .subtitle {
    font-size: 20px;
}

.page-content .sec-services {
    padding: 10px;
    margin-bottom: 30px;
}

.page-content .sec-services .title {
    font-size: 24px;
}

.page-content .sec-services .service {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 10px;
    background-color: #FFFFFF;
    border-radius: 10px;
    margin: 10px 0;
}

.page-content .sec-services .service .desc {
    width: 100%;
}

.page-content .sec-services .service .desc .subtitle {
    font-size: 16px;
    margin-top: 10px
}

.page-content .sec-services .service .desc .content {
    font-size: 13px;
}

.page-content .sec-services .service .img {
    width: 100%;
    height: 200px;
}

.page-content .sec-services .service .img:focus,
.page-content .sec-services .service .img:active,
.page-content .sec-services .service .img:hover {
    opacity: 0.7;
    transition: opacity 0.3s linear;
}

.page-content .sec-services .service .img #img-ichi {
    width: 100%;
    height: 100%;
    background: url(./images/service_ichi_img.png) center center;
    background-size: cover;
}

.page-content .sec-services .service .img #img-ni {
    width: 100%;
    height: 100%;
    background: url(./images/service_ni_img.png) center center;
    background-size: cover;
}

.page-content .sec-services .service .img #img-san {
    width: 100%;
    height: 100%;
    background: url(./images/service_san_img.png) center center;
    background-size: cover;
}

.page-content .sec-services .service .img #img-si {
    width: 100%;
    height: 100%;
    background: url(./images/service_si_img.png) center center;
    background-size: cover;
}

.page-content .sec-services .service .img #img-go {
    width: 100%;
    height: 100%;
    background: url(./images/service_go_img.png) center center;
    background-size: cover;
}

.footer {
    margin-bottom: 120px;
}

#floating-area {
    width: 100%;
    height: 100px;
    position: fixed;
    left: 0;
    bottom: -100px;
    transition-duration: 0.5s;
}

#floating-area.active {
    transform: translate(0, -100px);
    -webkit-transform: translate(0, -100px);
}

#floating-area .floating-area-arrow {
    width: 160px;
    height: 40px;
    background-color: #FF8800;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: calc(50% - 80px);
    color: #FFFFFF;
    text-align: center;
    padding: 10px;
    font-size: 14px;
}

#floating-area .floating-area-arrow:after {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 10px solid transparent;
    border-top-color: #FF8800;
    top: 95%;
    left: 50%;
    margin-left: -10px;
}

#floating-area .floating-area-content {
    width: 100%;
    height: 65px;
    background-color: #007bff;
    margin-top: 35px;
    padding: 10px;
    display: flex;
}

#floating-area .floating-area-content .estimate-link {
    display: inline-block;
    height: 45px;
    width: calc(55% - 3px);
    margin-right: 3px;
    padding-top: 12px;
    font-size: 16px;
    background-color: RGB(218,81,135);
    color: #FFFFFF;
    border-radius: 5px;
    text-align: center;
}

#floating-area .floating-area-content .estimate-link:focus,
#floating-area .floating-area-content .estimate-link:active,
#floating-area .floating-area-content .estimate-link:hover {
    text-decoration: none;
    opacity: 0.7;
}

#floating-area .floating-area-content .phone-number {
    height: 45px;
    width: calc(45% - 3px);
    margin-left: 3px;
    background-color: #FFFFFF;
    border-radius: 5px;
    padding: 7px 0;
    color: #000000;
}

#floating-area .floating-area-content .phone-number .phone-number-text {
    font-size: 16px;
    line-height: 16px;
    text-align: center;
}

#floating-area .floating-area-content .phone-number .phone-number-desc {
    font-size: 13px;
    text-align: center;
}

.footer .container {
    position: relative;
}

.footer .round-tip {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    padding-top: 25px;
    font-size: 16px;
    position: absolute;
    top: 0;
    right: 10px;
}

.footer .title {
    font-size: 28px;
    padding-top: 60px;
}

.footer .content {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.footer .round-tip .font-1 {
    font-size: 24px;
    line-height: 24px;
}
.footer .footer-menu {
    margin-bottom: 30px;
}

.footer .footer-menu .container {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
}

.footer .footer-menu .container a {
    display: inline-block;
    padding: 10px 5px;
    font-size: 13px;
    text-align: center;
}

.footer .footer-menu .container a:nth-child(1) {
    width: 20%;
    border-right: #FFFFFF 1px solid;
    border-bottom: #FFFFFF 1px solid;
}

.footer .footer-menu .container a:nth-child(2) {
    width: 25%;
    border-right: #FFFFFF 1px solid;
    border-bottom: #FFFFFF 1px solid;
}

.footer .footer-menu .container a:nth-child(3) {
    width: 55%;
    border-bottom: #FFFFFF 1px solid;
}

.footer .footer-menu .container a:nth-child(4) {
    width: 50%;
    border-right: #FFFFFF 1px solid;
}

.footer .footer-menu .container a:nth-child(5) {
    width: 28%;
    border-right: #FFFFFF 1px solid;
}

.footer .footer-menu .container a:nth-child(6) {
    width: 22%;
}

.footer .footer-menu .container a:focus,
.footer .footer-menu .container a:active,
.footer .footer-menu .container a:hover {
    background-color: #FFFFFF;
    color: RGB(218,81,135) !important;
    transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.footer .blue-logo img {
    width: 100px;
    margin-bottom: 10px;
}

.footer .blue-logo p {
    font-size: 12px;
}

.footer .blue-logo p a {
    color: black;
}

@media (min-width: 576px) {
    #header-badge {
        font-size: 20px;
    }
    #header-phone .phone-number {
        font-size: 16px;
    }
    #header-phone .phone-number span {
        font-size: 30px;
        line-height: 30px;
    }
    .sec-web form .form-part-1 .label,
    .sec-web form .form-part-2 .label {
        width: auto;
    }
    .sec-web .sec-web-text {
        width: 75%;
    }
    .sec-web form {
        width: 75%;
    }
    .sec-web .round-tip {
        width:100px;
        height: 100px;
        line-height: 90px;
        font-size: 20px;
    }
    .sec-web .round-tip.tip-1 {
        top: 10px;
        right: 0;
    }
    .sec-web form .caption {
        font-size: 24px;
    }
    .sec-web form .phone-sec .phone-number {
        font-size: 16px;
    }
    .sec-web form .phone-sec .phone-number span {
        font-size: 30px;
        line-height: 30px;
    }
    .sec-web .cards-caption {
        margin-top: 60px;
    }
    .sec-web .cards-caption .subtitle {
        font-size: 17px;
    }
    .sec-web .cards-caption #girl-smile {
        height: 130px;
        right: 10px;
        top: -85px;
    }
    .sec-web .round-tip.tip-2 {
        top: 10px;
        left: 10px;
        line-height: 22px;
        padding-top: 15px;
    }
    .sec-web .round-tip.tip-3 {
        top: -70;
        left: 10px;
        line-height: 22px;
        padding-top: 15px;
    }
    .sec-web .cards-caption .desc {
        margin-left: 120px;
    }
    .sec-web .buttons .round-button {
        width: 120px;
        height: 120px;
        font-size: 21px;
        padding-top: 28px;
    }
    .sec-web .buttons .rect-button {
        padding: 5px 20px;
        font-size: 18px;
    }
    .sec-web .buttons span {
        font-size: 18px;
    }
    .page-content .sec-top {
        padding: 20px
    }
    .page-content .sec-top .short {
        width: 50%;
    }
    .page-content .sec-top .short .font-2 {
        font-size: 26px;
    }
    .page-content .sec-top .short .font-4 {
        font-size: 16px;
        padding: 13px 3px;
    }
    .page-content .sec-top .short .font-1 {
        font-size: 40px;
        padding: 0 3px;
    }
    .page-content .sec-top .short .font-3 {
        font-size: 18px;
        padding: 0 3px;
    }
    .page-content .sec-car .blue-car {
        width: 20%;
    }
    .page-content .sec-car .daily-limit {
        width: 30%;
    }
    .page-content .sec-car .daily-limit.font-3 {
        font-size: 16px;
    }
    .page-content .sec-car .daily-limit .font-1 {
        font-size: 40px;
        line-height: 40px;
    }
    .page-content .sec-car .blue-speed {
        width: 5%;
        margin-top: 0;
    }
    .page-content .sec-car .link {
        width: 45%;
        margin-top: 0;
    }
    .page-content .sec-car .link a {
        font-size: 20px;
    }
    .page-content .sec-img .detail {
        width: 25%;
        font-size: 14px;
    }
    .page-content .sec-img .desc {
        width: 25%;
    }
    .page-content .sec-img .desc p {
        font-size: 16px;
        line-height: 20px;
    }
    .page-content .sec-img .desc .font-1 {
        font-size: 40px;
    }
    .page-content .sec-img .desc .font-3 {
        font-size: 22px;
    }
    .page-content .sec-model .title {
        font-size: 32px;
    }
    .page-content .sec-model .title.model-mt-1 {
        font-size: 36px;
    }
    .page-content .sec-model #cross {
        width: 36px;
    }
    .page-content .sec-model .round-tips .tip {
        height: 120px;
        width: 120px;
        font-size: 24px;
        padding-top: 40px;
    }

    .page-content .sec-model .detail {
        font-size: 18px;
        width: 30vw;
        margin-left: auto;
        margin-right: auto;
    }

    .page-content .sec-user .banner {
        padding: 25px;
    }
    .page-content .sec-user .banner .title {
        font-size: 26px;
    }
    .page-content .sec-user .banner .subtitle {
        font-size: 16px;
    }
    .page-content .sec-user .detail {
        font-size: 18px;
        width: 30vw;
        margin-left: auto;
        margin-right: auto;
    }
    .page-content .sec-work .title {
        font-size: 24px;
        padding: 30px;
    }
    .page-content .sec-work .content-wrap .list-wrap ul {
        font-size: 20px;
        padding-left: 100px;
    }
    .page-content .sec-work .content-wrap .list-wrap .phone-sec .phone-icon {
        width: 8%;
    }
    .page-content .sec-work .content-wrap .list-wrap .phone-sec .phone-number {
        font-size: 16px;
    }
    .page-content .sec-work .content-wrap .list-wrap .phone-sec .phone-number span {
        font-size: 32px;
        line-height: 32px;
    }
    .page-content .sec-work .content-wrap .work-result-wrap {
        width: 100%;
        padding-top: 50px;
    }
    .page-content .sec-work .round-tip {
        height: 120px;
        width: 120px;
        font-size: 20px;
        padding-top: 25px;
        bottom: 200px;
        right: 10px;
    }
    .page-content .sec-work .work-two {
        height: 120px;
        width: 120px;
        bottom: -25px;
        left: 10px;
    }
    .page-content .sec-guide .guide {
        width: calc(50% - 10px);
    }
    .page-content .sec-guide .guide:nth-child(odd) {
        margin-right: 10px
    }
    .page-content .sec-guide .guide:nth-child(even) {
        margin-left: 10px
    }
    .page-content .sec-guide .guide .subtitle {
        font-size: 14px;
    }
    .page-content .sec-guide .guide .content {
        font-size: 13px;
    }
    .page-content .sec-guide .guide .guide-img {
        height: 25vw;
    }
    .page-content .sec-video {
        padding: 20px;
    }
    .page-content .sec-video .title {
        font-size: 30px;
    }
    .page-content .sec-video #play-1 {
        width: 70px;
    }
    .page-content .sec-video .videos .video .video-frame {
        width: 100%;
        height: calc(470px / 16 * 9);
    }
    .page-content .sec-services .title {
        font-size: 30px;
    }
    .footer {
        margin-bottom: 0;
    }
    #floating-area {
        display: none;
    }
    .footer .footer-menu .container {
        margin-left: 0;
        margin-right: 0;
        max-width: none;
    }
}

@media (min-width: 768px) {
    #header-logo {
        width: 15%;
    }
    #header-badge {
        width: 45%;
        text-align: center;
        font-size: 18px;
        padding-left: 10px;
    }
    #header-phone {
        width: 40%;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        background-color: transparent;
        padding: 0 0 0 10px;
        margin-top: 0;
    }
    #header-phone .phone-icon {
        width: 13%;
    }

    #header-phone .phone-number {
        width: 87%;
        font-size: 11px;
    }
    #header-phone .phone-number span {
        font-size: 32px;
        line-height: 32px;
    }
    .drawer-hamburger {
        display: none;
    }
    .drawer--right .drawer-nav {
        -webkit-transition: none;
        transition: none;
        position: static;
        width: 100%;
    }
    .drawer-nav ul {
        display: flex;
    }
    .drawer-nav ul li {
        display: inline-block;
        width: 20%;
        text-align: center;
    }
    .drawer-nav ul li a {
        padding: 10px;
    }
    .sec-web .sec-web-text {
        width: 65%;
    }
    .sec-web form {
        width: 65%;
    }
    .sec-web .sec-web-text .title {
        font-size: 40px;
    }

    .sec-web .sec-web-text .subtitle {
        font-size: 26px;
    }

    .sec-web .sec-web-text .minititle {
        font-size: 26px;
    }
    .sec-web .round-tip {
        width:150px;
        height: 150px;
        line-height: 140px;
        font-size: 30px;
        border: #FFFFFF 4px solid;
    }
    .sec-web .round-tip.tip-1 {
        top: 10px;
        right: 0;
    }
    .sec-web form .form-part-3 input.subtitle {
        font-size: 30px;
    }

    .sec-web form .form-part-3 input.minititle {
        font-size: 24px;
    }

    .sec-web form .form-part-3 #finger {
        top: 40px;
        right: 20px;
    }

    .sec-web form .form-part-3 .digit-section .digit {
        width: 40px;
        height: 60px;
        margin: 0 5px;
    }
    .sec-web form .form-part-3 .digit-section .unit {
        font-size: 24px;
    }
    .sec-web form .caption {
        font-size: 28px;
    }
    .sec-web form .phone-sec .phone-number {
        font-size: 18px;
    }
    .sec-web form .phone-sec .phone-number span {
        font-size: 32px;
        line-height: 32px;
    }
    .sec-web .cards-caption {
        margin-top: 20px;
    }
    .sec-web .cards-caption .subtitle {
        font-size: 24px;
    }
    .sec-web .cards-caption #girl-smile {
        height: 170px;
        right: 10px;
        top: -113px;
    }
    .sec-web .round-tip.tip-2 {
        top: 10px;
        left: 10px;
        line-height: 32px;
        padding-top: 20px;
    }
    .sec-web .round-tip.tip-3 {
        top: -110px;
        left: 10px;
        line-height: 32px;
        padding-top: 20px;
    }
    .sec-web .cards-caption .desc {
        margin-left: 170px;
    }
    .sec-web .cards .cards-desc .subtitle {
        font-size: 20px;
    }
    .sec-web .cards .cards-desc .minititle {
        font-size: 20px;
    }
    .sec-web .buttons .round-button {
        width: 160px;
        height: 160px;
        font-size: 26px;
        padding-top: 40px;
    }
    .sec-web .buttons .rect-button {
        padding: 5px 30px;
        font-size: 26px;
    }
    .sec-web .buttons span {
        font-size: 26px;
    }
    .page-content .sec-top {
        padding: 25px
    }
    .page-content .sec-top .short .font-2 {
        font-size: 34px;
    }
    .page-content .sec-top .short .font-4 {
        font-size: 22px;
        padding: 16px 5px;
    }
    .page-content .sec-top .short .font-1 {
        font-size: 54px;
        padding: 0 5px;
    }
    .page-content .sec-top .short .font-3 {
        font-size: 24px;
        padding: 0 5px;
    }
    .page-content .sec-car .daily-limit.font-3 {
        font-size: 22px;
    }
    .page-content .sec-car .daily-limit .font-1 {
        font-size: 50px;
        line-height: 50px;
    }
    .page-content .sec-car .link a {
        font-size: 24px;
        padding: 30px;
    }
    .page-content .sec-img .detail {
        font-size: 18px;
        width: 22%
    }
    .page-content .sec-img .desc {
        width: 34%;
    }
    .page-content .sec-img .desc p {
        font-size: 17px;
        line-height: 30px;
        padding-bottom: 10px;
    }
    .page-content .sec-img .desc .font-1 {
        font-size: 70px;
    }
    .page-content .sec-img .desc .font-3 {
        font-size: 28px;
    }
    .page-content .sec-model .title {
        font-size: 40px;
    }
    .page-content .sec-model .title.model-mt-1 {
        font-size: 40px;
    }
    .page-content .sec-model #cross {
        width: 36px;
    }
    .page-content .sec-model .round-tips .tip {
        height: 150px;
        width: 150px;
        font-size: 32px;
        padding-top: 50px;
    }
    .page-content .sec-model .desc-wrap .desc::before {
        width: 15px;
        height: 15px;
        margin-top: -20px;
    }
    .page-content .sec-model .desc-wrap .desc .subtitle {
        font-size: 24px;
    }
    .page-content .sec-model .desc-wrap .desc .minititle {
        font-size: 16px;
    }
    .page-content .sec-model .desc-wrap .desc .content {
        font-size: 18px;
    }

    .page-content .sec-model .detail {
        font-size: 20px;
    }


    .page-content .sec-user .banner {
        padding: 35px;
    }
    .page-content .sec-user .banner .title {
        font-size: 36px;
    }
    .page-content .sec-user .banner .subtitle {
        font-size: 24px;
    }
    .page-content .sec-user .buttons a {
        width: calc(50% - 5px);
        font-size: 20px;
    }
    .page-content .sec-user .buttons a:nth-child(odd) {
        margin-right: 5px;
    }
    .page-content .sec-user .buttons a:nth-child(even) {
        margin-left: 5px;
    }
    .page-content .sec-user .detail {
        font-size: 20px;
    }
    .page-content .sec-work .title {
        font-size: 36px;
        padding: 30px;
    }
    .page-content .sec-work .content-wrap .list-wrap {
        width: 40%;
    }
    .page-content .sec-work .content-wrap .list-wrap ul {
        font-size: 20px;
        padding-left: 30px;
    }
    .page-content .sec-work .content-wrap .list-wrap .phone-sec .phone-icon {
        width: 10%;
    }
    .page-content .sec-work .content-wrap .list-wrap .phone-sec .phone-number {
        font-size: 12px;
    }
    .page-content .sec-work .content-wrap .list-wrap .phone-sec .phone-number span {
        font-size: 24px;
        line-height: 24px;
    }
    .page-content .sec-work .content-wrap .work-result-wrap {
        width: 60%;
        padding-top: 0;
    }
    .page-content .sec-work .round-tip {
        height: 120px;
        width: 120px;
        font-size: 20px;
        padding-top: 25px;
        bottom: 200px;
        right: 10px;
    }
    .page-content .sec-work .work-two {
        height: 120px;
        width: 120px;
        bottom: 150px;
        left: 220px;
    }
    .page-content .sec-video .videos .video {
        width: calc(50% - 10px);
    }
    .page-content .sec-video .videos .video:nth-child(odd) {
        margin-right: 10px;
    }
    .page-content .sec-video .videos .video:nth-child(even) {
        margin-left: 10px;
    }
    .page-content .sec-video .videos .video .video-frame {
        width: 100%;
        height: calc(315px / 16 * 9);
    }
    .page-content .sec-services .service .desc {
        width: 50%;
    }
    .page-content .sec-services .service .desc .subtitle {
        font-size: 17px;
    }
    .page-content .sec-services .service .desc .content {
        font-size: 14px;
    }
    .page-content .sec-services .service .img {
        width: 50%;
        padding-left: 10px;
    }
    .footer .round-tip {
        width: 120px;
        height: 120px;
        padding-top: 30px;
        font-size: 18px;
    }
    .footer .round-tip .font-1 {
        font-size: 30px;
        line-height: 30px;
    }
    .footer .footer-menu .container a {
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    #header-logo {
        width: 20%;
    }
    #header-badge {
        width: 50%;
        font-size: 26px;
    }
    #header-phone {
        width: 30%;
    }
    .carousel-control-prev,
    .carousel-control-next {
        width: 8%;
    }
    .sec-web form .radio-label {
        width: 75px;
    }
    .sec-web form .form-part-1 .label,
    .sec-web form .form-part-2 .label {
        font-size: 22px;
    }

    .sec-web form .form-part-3 .mitsumori-button-container {
        padding: 0 80px;
    }

    .sec-web .sec-web-text .title {
        font-size: 50px;
    }

    .sec-web .sec-web-text .subtitle {
        font-size: 32px;
    }

    .sec-web .sec-web-text .minititle {
        font-size: 32px;
    }
    .sec-web .round-tip {
        width:170px;
        height: 170px;
        line-height: 160px;
        font-size: 35px;
    }
    .sec-web .round-tip.tip-1 {
        top: 30px;
        right: 0;
    }
    .sec-web form .form-part-3 input.subtitle {
        font-size: 34px;
    }

    .sec-web form .form-part-3 input.minititle {
        font-size: 28px;
    }

    .sec-web form .form-part-3 #finger {
        top: 40px;
        right: 40px;
    }
    .sec-web form .form-part-3 .digit-section .digit {
        width: 50px;
        height: 70px;
        margin: 0 5px;
    }
    .sec-web form .form-part-3 .digit-section .unit {
        font-size: 28px;
    }
    .sec-web form .caption {
        font-size: 32px;
    }
    .sec-web form .phone-sec .phone-icon {
        width: 7%;
    }
    .sec-web .cards-caption {
        margin-top: 20px;
    }
    .sec-web .cards-caption .subtitle {
        font-size: 28px;
    }
    .sec-web .cards-caption #girl-smile {
        height: 220px;
        right: 10px;
        top: -157px;
    }
    .sec-web .round-tip.tip-2 {
        top: 10px;
        left: 10px;
        line-height: 37px;
        padding-top: 25px;
    }
    .sec-web .round-tip.tip-3 {
        top: -130px;
        left: 10px;
        line-height: 37px;
        padding-top: 25px;
    }
    .sec-web .cards-caption .desc {
        margin-left: 190px;
    }
    .sec-web .cards {
        margin-top: 70px;
    }
    .sec-web .cards .cards-desc .subtitle {
        font-size: 24px;
    }
    .sec-web .cards .cards-desc .minititle {
        font-size: 24px;
    }
    .sec-web .buttons .round-button {
        width: 180px;
        height: 180px;
        font-size: 30px;
        padding-top: 48px;
    }
    .sec-web .buttons .rect-button {
        padding: 5px 30px;
        font-size: 30px;
    }
    .sec-web .buttons span {
        font-size: 30px;
    }
    .page-content .sec-top {
        padding: 30px
    }
    .page-content .sec-top .short .font-2 {
        font-size: 44px;
    }
    .page-content .sec-top .short .font-4 {
        font-size: 30px;
        padding: 20px 5px;
    }
    .page-content .sec-top .short .font-1 {
        font-size: 66px;
        padding: 0 5px;
    }
    .page-content .sec-top .short .font-3 {
        font-size: 32px;
        padding: 0 5px;
    }
    .page-content .sec-car .daily-limit {
        padding-left: 20px
    }
    .page-content .sec-car .daily-limit.font-3 {
        font-size: 28px;
    }
    .page-content .sec-car .daily-limit .font-1 {
        font-size: 80px;
        line-height: 80px;
    }
    .page-content .sec-car .link {
        padding-left: 20px;
    }
    .page-content .sec-car .link a {
        font-size: 32px;
        padding: 35px;
    }
    .page-content .sec-img .detail {
        font-size: 24px;
    }
    .page-content .sec-img .desc p {
        font-size: 24px;
        line-height: 40px;
        padding-bottom: 10px;
    }
    .page-content .sec-img .desc .font-1 {
        font-size: 90px;
    }
    .page-content .sec-img .desc .font-3 {
        font-size: 40px;
    }

    .page-content .sec-model .detail {
        font-size: 24px;
    }

    .page-content .sec-user .banner {
        padding: 45px;
    }
    .page-content .sec-user .banner .title {
        font-size: 42px;
    }
    .page-content .sec-user .banner .subtitle {
        font-size: 30px;
    }
    .page-content .sec-user .buttons a {
        font-size: 24px;
    }
    .page-content .sec-user .detail {
        font-size: 24px;
    }
    .page-content .sec-work .title {
        font-size: 42px;
        padding: 30px;
    }
    .page-content .sec-work .content-wrap .list-wrap ul {
        font-size: 24px;
    }
    .page-content .sec-work .content-wrap .list-wrap .phone-sec .phone-icon {
        width: 13%;
    }
    .page-content .sec-work .content-wrap .list-wrap .phone-sec .phone-number {
        font-size: 16px;
    }
    .page-content .sec-work .content-wrap .list-wrap .phone-sec .phone-number span {
        font-size: 36px;
        line-height: 36px;
    }
    .page-content .sec-work .content-wrap .work-result-wrap {
        width: 60%;
        padding-top: 0;
    }
    .page-content .sec-work .round-tip {
        height: 160px;
        width: 160px;
        font-size: 30px;
        padding-top: 35px;
        bottom: 240px;
        right: 10px;
    }
    .page-content .sec-work .work-two {
        height: 160px;
        width: 160px;
        bottom: 180px;
        left: 280px;
    }
    .page-content .sec-guide .title {
        font-size: 28px;
    }
    .page-content .sec-guide .guide {
        width: calc(33.3% - 13.3px);
    }
    .page-content .sec-guide .guide:nth-child(odd) {
        margin-right: 0
    }
    .page-content .sec-guide .guide:nth-child(even) {
        margin-left: 0
    }
    .page-content .sec-guide .guide:nth-child(3n-2) {
        margin-right: 10px;
    }
    .page-content .sec-guide .guide:nth-child(3n-1) {
        margin-right: 10px;
        margin-left: 10px;
    }
    .page-content .sec-guide .guide:nth-child(3n) {
        margin-left: 10px;
    }
    .page-content .sec-guide .guide .subtitle {
        font-size: 18px;
    }
    .page-content .sec-guide .guide .content {
        font-size: 15px;
    }
    .page-content .sec-guide .guide .guide-img {
        height: 20vw;
    }
    .page-content .sec-video {
        padding: 20px 100px;
    }
    .page-content .sec-video .title {
        font-size: 34px;
    }
    .page-content .sec-video #play-1 {
        width: 80px;
    }
    .page-content .sec-video .videos .video {
        width: calc(50% - 30px);
    }
    .page-content .sec-video .videos .video:nth-child(odd) {
        margin-right: 30px;
    }
    .page-content .sec-video .videos .video:nth-child(even) {
        margin-left: 30px;
    }
    .page-content .sec-video .videos .video .video-frame {
        width: 100%;
        height: calc(335px / 16 * 9);
    }
    .page-content .sec-video .videos .video .subtitle {
        font-size: 24px;
    }
    .page-content .sec-services {
        padding: 20px;
    }
    .page-content .sec-services .title {
        font-size: 34px;
    }
    .page-content .sec-services .service {
        padding: 20px;
        margin-top: 20px;
    }
    .page-content .sec-services .service .desc .subtitle {
        font-size: 19px;
    }
    .page-content .sec-services .service .desc .content {
        font-size: 16px;
    }
    .page-content .sec-services .service .img {
        padding-left: 20px;
        height: 250px;
    }
    .footer .round-tip {
        width: 140px;
        height: 140px;
        padding-top: 30px;
        font-size: 20px;
    }
    .footer .title {
        font-size: 30px;
    }
    .footer .content {
        font-size: 18px;
    }
    .footer .round-tip .font-1 {
        font-size: 32px;
        line-height: 32px;
    }
    .footer .footer-menu .container {
        max-width: 960px;
        margin-left: auto;
        margin-right: auto;
    }

    .footer .footer-menu .container a {
        font-size: 16px;
        padding: 10px 20px;
    }

    .footer .footer-menu .container a:nth-child(1) {
        width: auto;
        border: none;
    }

    .footer .footer-menu .container a:nth-child(2) {
        width: auto;
        border: none;
    }

    .footer .footer-menu .container a:nth-child(3) {
        width: auto;
        border: none;
    }

    .footer .footer-menu .container a:nth-child(4) {
        width: auto;
        border: none;
    }

    .footer .footer-menu .container a:nth-child(5) {
        width: auto;
        border: none;
    }

    .footer .footer-menu .container a:nth-child(6) {
        width: auto;
    }
}

@media (min-width: 1200px) {
    #header-badge {
        font-size: 32px;
    }
    #header-phone .phone-number {
        font-size: 14px;
    }
    #header-phone .phone-number span {
        font-size: 42px;
        line-height: 42px;
    }
    .sec-web .sec-web-text .title {
        font-size: 60px;
    }

    .sec-web .sec-web-text .subtitle {
        font-size: 36px;
    }

    .sec-web .sec-web-text .minititle {
        font-size: 36px;
    }
    .sec-web .round-tip {
        width:190px;
        height: 190px;
        line-height: 180px;
        font-size: 40px;
    }
    .sec-web form .form-part-3 input.subtitle {
        font-size: 38px;
    }

    .sec-web form .form-part-3 input.minititle {
        font-size: 32px;
    }

    .sec-web form .form-part-3 #finger {
        top: 40px;
        right: 60px;
    }

    .sec-web form .form-part-3 .digit-section .digit {
        width: 60px;
        height: 80px;
        margin: 0 5px;
    }
    .sec-web form .form-part-3 .digit-section .unit {
        font-size: 32px;
    }
    .sec-web form .phone-sec .phone-icon {
        width: 6%;
    }
    .sec-web form .form-part-3 .mitsumori-button-container {
        padding: 0 120px;
    }
    .sec-web .cards-caption {
        margin-top: 20px;
    }
    .sec-web .cards-caption .subtitle {
        font-size: 32px;
    }
    .sec-web .cards-caption #girl-smile {
        height: 260px;
        right: 20px;
        top: -191px;
    }
    .sec-web .round-tip.tip-2 {
        top: 10px;
        left: 10px;
        line-height: 42px;
        padding-top: 30px;
    }
    .sec-web .round-tip.tip-3 {
        top: -150px;
        left: 10px;
        line-height: 42px;
        padding-top: 30px;
    }
    .sec-web .cards-caption .desc {
        margin-left: 210px;
    }
    .sec-web .buttons .round-button {
        width: 200px;
        height: 200px;
        font-size: 34px;
    }
    .sec-web .buttons .rect-button {
        padding: 5px 40px;
        font-size: 34px;
    }
    .sec-web .buttons span {
        font-size: 34px;
    }
    .page-content .sec-top {
        padding: 35px
    }
    .page-content .sec-top .short .font-2 {
        font-size: 58px;
    }
    .page-content .sec-top .short .font-4 {
        font-size: 40px;
        padding: 24px 5px;
    }
    .page-content .sec-top .short .font-1 {
        font-size: 88px;
        padding: 0 5px;
    }
    .page-content .sec-top .short .font-3 {
        font-size: 42px;
        padding: 0 5px;
    }
    .page-content .sec-car .daily-limit.font-3 {
        font-size: 32px;
    }
    .page-content .sec-car .daily-limit .font-1 {
        font-size: 100px;
        line-height: 100px
    }
    .page-content .sec-car .link a {
        font-size: 38px;
        padding: 40px;
    }
    .page-content .sec-img .detail {
        font-size: 28px;
    }
    .page-content .sec-img .desc p {
        font-size: 28px;
        line-height: 60px;
        padding-bottom: 10px;
    }
    .page-content .sec-img .desc .font-1 {
        font-size: 100px;
    }
    .page-content .sec-img .desc .font-3 {
        font-size: 50px;
    }

    .page-content .sec-model .detail {
        font-size: 28px;
        width: 30%;
    }


    .page-content .sec-user .banner {
        padding: 55px;
        height: 570px;
    }
    .page-content .sec-user .banner .title {
        font-size: 48px;
    }
    .page-content .sec-user .banner .subtitle {
        font-size: 36px;
    }
    .page-content .sec-user .detail {
        font-size: 28px;
        width: 30%;
    }
    .page-content .sec-guide .title {
        font-size: 34px;
    }
    .page-content .sec-guide .guide .subtitle {
        font-size: 22px;
    }
    .page-content .sec-guide .guide .content {
        font-size: 16px;
    }
    .page-content .sec-guide .guide .guide-img {
        height: 250px;
    }
    .page-content .sec-video .videos .video .video-frame {
        width: 100%;
        height: calc(425px / 16 * 9);
    }
    .footer .round-tip {
        width: 160px;
        height: 160px;
        padding-top: 35px;
        font-size: 24px;
    }
    .footer .title {
        font-size: 36px;
    }
    .footer .content {
        font-size: 19px;
    }
    .footer .round-tip .font-1 {
        font-size: 36px;
        line-height: 36px;
    }
}
