a:hover {
  color: RGB(218, 81, 135);
}

.pc-only {
    display: none;
}

.sp-only {
    display: block;
}

.brlg{
  display: none;
}

.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-insta {
  color: white !important;
  background: linear-gradient(to right, #ffdc80, #fcaf45, #f77737, #f56040, #fd1d1d, #fd1d1d, #c13584, #833ab4);
}

.bg-insta 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.25, 0.46, 0.45, 0.94);
    -moz-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
button:hover,
button:focus,
button:visited,
button:active {
    outline: none;
    -webkit-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.detail-button-container {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 25px;
}

.detail-button-container img {
    max-width: 60%;
}

.button-detail:hover {
    text-decoration: none;
}

.button-detail.pc-only {
    display: none;
}

.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;
}

/* .carousel-inner .carousel-item {
    transition: -webkit-transform 2s ease;
    transition: transform 2s ease;
    transition: transform 2s ease, -webkit-transform 2s ease;
  } */

/* 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;
}

.header-top-text {
    font-size: 12px;
    margin-top: 45px;
}

.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;
}

.notice_section a {
    text-decoration: underline;
}

/* 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-1 .form-block-01{
  margin-bottom: 5px;
}

.sec-web form .form-part-1 .form-block-02{
  margin-top: 5px;
}

.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のボタン */
form input {
    background: color;
}

/* .sec-web form .form-part-3 .mitsumori-button-container {
    padding: 0 50px;
} */

.mitsumori-button {
    /* background-image: url('LibraryHoverTrans.png'); */
    /* background:url(./images/mitsumori_start_button.png) top center; */
}

.mitsumori-button:hover {
    /* background-image: url('LibraryHoverTrans.png'); */
    opacity: 0.6;
    /* background: rgba(76, 175, 80, 0.6); */
    /* background:url(./images/mitsumori_start_button_highlight.png) top center; */
}

.sec-web .cards-caption {
    position: relative;
    margin-top: 100px;
}
/* .sec-web .cards-caption a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
} */

.sec-web .cards-caption .caption-link{
  position: relative;
}

.sec-web .cards-caption .card-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.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 .cards-caption .cards-caption-box .box-left{
  width: 100%;
}

.sec-web .cards-caption .cards-caption-box .box-left-bottom{
  width: 280px;
  margin: 0 auto;
}

.sec-web .cards-caption .cards-caption-box .box-left-bottom img{
  width: 100%;
}

.sec-web .cards-caption .cards-caption-box .box-right-wrap{
  width: 280px;
  margin: 0 auto;
}

.sec-web .cards-caption .cards-caption-box .box-right-wrap img{
  width: 100%;
}

.sec-web .round-tip.tip-2 {
    position: absolute;
    top: -70px;
    left: 0;
    line-height: 20px;
    padding-top: 10px;
}

.sec-web .cards-caption-image{
  position: absolute;
  display: none;
}

.sec-web .cards-caption-image img{
  width: 88%;
}

.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;
    color: #e46ea1;
    margin: 10px 0;
}

.sec-web .sec-web-text .subtitle {
    font-size: 18px;
    color: #e46ea1;
    /* margin: 10px 0; */
    margin: 5px 0;
}

.sec-web .sec-web-text .secondtitle {
  font-size: 18px;
  font-weight: bold;
  color: #e94963;
  margin: 5px 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(./images/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(./images/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-box .banner {
    padding: 10px;
    height: 60vw;
    background-image: url(./images/box-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 30px;
    text-align: left;
}

.page-content .sec-box .image-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.page-content .sec-box .image-row img {
    width: 110px;
    height: 100%;
}

.page-content .sec-box .center-image {
    padding: 20px;
    height: 65vw;
    background-image: url(./images/designers-cardboard-box-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-bottom: 30px;
    text-align: left;
    position: relative;
}

.page-content .sec-box .center-image .left-image {
    position: absolute;
    height: 80px;
    width: 80px;
    bottom: -25px;
    left: -10px;
}

.page-content .sec-box .center-image .left-image img {
    max-width: 100%;
    height: auto;
}

.page-content .sec-box .center-image .text {
    position: absolute;
    color: gray;
    left: 30%;
    top: 30%;
    font-size: 13px;
}

.page-content .sec-box .center-image .text .font-gold {
    color: goldenrod;
}

.page-content .sec-box .center-image .text .title {
    font-size: 10px;
    margin: 5px 0;
}

.page-content .sub-page .sub-content .image-row {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.page-content .sub-page .sub-content .image-row img {
    width: 100%;
    height: 100%;
}

.page-content .sec-user .banner {
    border-top: RGB(0, 159, 232) 3px solid;
    padding: 10px;
    height: 50vw;
    background-image: url(./images/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(./images/guide_ichi.png) center center;
    background-size: cover;
}

.page-content .sec-guide .guide .guide-img#img-ni {
    background: url(./images/guide_ni.png) center center;
    background-size: cover;
}

.page-content .sec-guide .guide .guide-img#img-san {
    background: url(./images/guide_san.jpg) center center;
    background-size: cover;
    background-position-x: 40%;
}

.page-content .sec-guide .guide .guide-img#img-si {
    background: url(./images/guide_si.png) center center;
    background-size: contain;
}

.page-content .sec-guide .guide .guide-img#img-go {
    background: url(./images/guide_go.png) center center;
    background-size: cover;
}

.page-content .sec-guide .guide .guide-img#img-roku {
    background: url(./images/guide_roku.png) center center;
    background-size: cover;
}

.page-content .cm {
    background: linear-gradient(#19294d 0, #284480 100%);
    /* padding: 20px 100px; */
    margin: 2px;
    position: relative;
}

.page-content .cm__inner {
    padding: 0 0px;
}

.page-content .content {
    max-width: 1200px;
    margin: 0 auto;
}

.page-content .cm-heading {
    text-align: center;
    margin-top: 40px;
}

.page-content .cm-heading__title {
    display: inline-block;
    font-weight: 700;
    font-size: 50px;
    line-height: 1.48;
    text-align: center;
    color: #fff;
    border-bottom: 3px solid #fff;
}

.page-content .cm-movie {
    display: flex;
    list-style: none;
    margin: 59.5px -40px 0;

    flex-direction: column;
    margin: 62px 0 0;
}

.page-content .cm-movie-item {
    width: 100%;
    margin: 0;
}

.page-content .cm-movie-item__img {
    width: 100%;
}

.page-content .cm-movie-item__title {
    font-weight: 500;
    font-size: 19px;
    letter-spacing: 0.1em;
    text-align: center;
    color: #fff;
    margin-top: 22px;
}

.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 .desc img.left-image {
    width: 100%;
    margin-top: -85px;
}

.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: url(./images/service_go_img-designer.png) center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.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.25, 0.46, 0.45, 0.94);
}

.footer .blue-logo img {
    width: 100px;
    margin-bottom: 10px;
}

.footer .blue-logo .logo-insta {
  width: 280px;
  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 form .form-part-1 .form-block-01{
      margin-bottom: 10px;
    }
    .sec-web form .form-part-1 .form-block-02{
      margin-top: 10px;
    }
    .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;
        text-align: left;
        padding-left: 140px;
    }
    .sec-web .cards-caption #girl-smile {
        height: 130px;
        right: 10px;
        top: -85px;
    }
    .sec-web .cards-caption .cards-caption-box .box-left-bottom{
      width: 450px;
      margin: 10px auto;
    }
    .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-image{
      display: block;
      top: -10px;
      right: 10px;
      width: 130px;
    }
    .sec-web .cards-caption .desc {
        margin-left: 140px;
    }
    .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-box .image-row img {
        width: 160px;
    }

    .page-content .sec-box .center-image {
        padding: 55px;
        height: 280px;
    }

    .page-content .sec-box .center-image .left-image {
        height: 120px;
        width: 120px;
        bottom: 0px;
        left: 0px;
    }

    .page-content .sec-box .center-image .text {
        left: 35%;
        top: 30%;
        font-size: 16px;
    }

    .page-content .sec-box .center-image .text .title {
        font-size: 11px;
    }

    .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 .cm-movie {
        display: flex;
        list-style: none;
        margin: 59.5px -40px 0;
        flex-direction: row;
    }

    .page-content .cm-movie-item {
        margin: 0 40px;
        width: calc(33.3% - 95px);
    } */
    .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) {
    .sp-only {
        display: none;
    }
    .pc-only {
        display: block;
    }
    .header-top-text {
        margin-top: 10px;
    }
    #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;
    }
    .button-detail.pc-only {
        display: inline-block;
        padding-left: 40px;
    }
    .button-detail.sp-only {
        display: none;
    }
    .title.button-adjust {
        margin-bottom: -20px;
    }
    .title.button-adjust img {
        width: 60%;
    }
    .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;
        margin: 10px 0;
    }

    .sec-web .sec-web-text .secondtitle{
      font-size: 28px;
      margin: 10px 0;
    }

    .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;
        padding-left: 170px;
    }
    .sec-web .cards-caption .cards-caption-box .box-left-bottom{
      width: 350px;
      margin: 10px auto;
    }
    .sec-web .cards-caption #girl-smile {
        height: 170px;
        right: 10px;
        top: -113px;
    }
    .sec-web .cards-caption .cards-caption-box .box-right-wrap{
      width: 250px;
      margin: 0 auto;
    }
    .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-image{
      top: -10px;
      right: 10px;
      width: 180px;
    }
    .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-box .image-row img {
        width: 220px;
    }

    .page-content .sec-box .center-image {
        padding: 55px;
        height: 350px;
    }

    .page-content .sec-box .center-image .left-image {
        height: 150px;
        width: 150px;
        bottom: 0px;
        left: 0px;
    }

    .page-content .sec-box .center-image .text {
        left: 36%;
        top: 30%;
        font-size: 20px;
    }

    .page-content .sec-box .center-image .text .title {
        font-size: 12px;
    }

    .page-content .sub-page .sub-content .image-row {
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }

    .page-content .sub-page .sub-content .image-row img {
        width: 300px;
        height: 100%;
    }

    .page-content .sub-page .sub-content .image-row img.left {
        width: 390px;
    }
    .page-content .sub-page .sub-content .image-row img.right {
        width: 510px;
        height: 100%;
    }

    .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 .desc img.left-image {
        width: 100%;
        margin-top: -110px;
    }
    .page-content .sec-services .service .img #img-go {
        margin: 35px 0;
    }
    .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) {
  .brlg{
    display: block;
  }
    #header-logo {
        width: 20%;
    }
    #header-badge {
        width: 50%;
        font-size: 26px;
    }
    #header-phone {
        width: 30%;
    }
    .carousel-control-prev,
    .carousel-control-next {
        width: 8%;
    }
    .title.button-adjust {
        margin-bottom: -20px;
    }
    .sec-web form .radio-label {
        width: 75px;
    }
    .sec-web form .form-part-1 .label,
    .sec-web form .form-part-2 .label {
        font-size: 22px;
    }

    /* 2020/05/19 フォームのボタンデザイン変更 */
    .sec-web form .form-part-3 .mitsumori-button-container {
        padding: 0 80px;
    }
    /* 2020/05/19 フォームのボタンデザイン変更 END*/

    .sec-web .sec-web-text .title {
        font-size: 50px;
    }

    .sec-web .sec-web-text .subtitle {
        font-size: 32px;
    }

    .sec-web .sec-web-text .secondtitle {
      font-size: 36px;
  }

    .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 {
      margin-top: 70px;
  }
    .sec-web .cards-caption .subtitle {
        font-size: 28px;
        padding-left: 190px;
    }
    .sec-web .cards-caption #girl-smile {
        height: 220px;
        right: 10px;
        top: -157px;
    }
    .sec-web .cards-caption .cards-caption-text{
      font-size: 15px;
    }
    .sec-web .cards-caption .cards-caption-box .box-left-bottom{
      width: 480px;
      margin: 40px auto 10px 70px;
    }
    .sec-web .cards-caption .cards-caption-box .box-right-wrap{
      width: 320px;
      margin: 0;
      margin-top: 20px;
    }
    .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-image{
      top: -30px;
      right: 30px;
      width: 300px;
    }
    .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-box .image-row img {
        width: 290px;
    }

    .page-content .sec-box .center-image {
        padding: 55px;
        height: 500px;
    }

    .page-content .sec-box .center-image .left-image {
        height: 220px;
        width: 220px;
        bottom: 0px;
        left: 0px;
    }

    .page-content .sec-box .center-image .text {
        left: 38%;
        top: 30%;
        font-size: 26px;
    }

    .page-content .sec-box .center-image .text .title {
        font-size: 14px;
    }

    .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;
    }
    .page-content .sec-services .service .desc img.left-image {
        width: 70%;
        margin-top: -190px;
        margin-bottom: 10px;
        margin-left: 150px;
    }
    .page-content .sec-services .service .img #img-go {
        margin: 0;
    }
    .page-content .cm-movie {
        display: flex;
        list-style: none;
        margin: 59.5px 0;
        flex-direction: row;
        justify-content: space-evenly;
    }

    .page-content .cm-movie-item {
        margin: 0 40px;
        width: calc(33.3% - 95px);
    }

    .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 .secondtitle {
      font-size: 42px;
  }

    .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;
    }

    /* 2020/05/19 フォームのボタンデザイン変更　*/
    .sec-web form .form-part-3 .mitsumori-button-container {
        padding: 0 120px;
    }
    /* 2020/05/19 フォームのボタンデザイン変更 END　*/

    .sec-web form .phone-sec .phone-icon {
        width: 6%;
    }

    .sec-web .cards-caption {
        margin-top: 80px;
    }
    .sec-web .cards-caption .subtitle {
        font-size: 32px;
        padding-left: 210px;
    }
    .sec-web .cards-caption #girl-smile {
        height: 260px;
        right: 20px;
        top: -191px;
    }
    .sec-web .cards-caption .cards-caption-text{
      font-size: 18px;
    }
    .sec-web .cards-caption .cards-caption-box .box-left-bottom{
      width: 560px;
      margin: 50px auto 10px 100px;
    }
    .sec-web .cards-caption .cards-caption-box .box-right-wrap{
      width: 380px;
      margin-top: 20px;
    }
    .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-image{
      top: -50px;
      right: 30px;
      width: 380px;
    }
    .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-box .image-row img {
        width: 350px;
    }

    .page-content .sec-box .center-image {
        padding: 55px;
        height: 550px;
    }

    .page-content .sec-box .center-image .left-image {
        height: 270px;
        width: 270px;
        bottom: 0px;
        left: 0px;
    }

    .page-content .sec-box .banner {
        padding: 55px;
        height: 730px;
    }

    .page-content .sec-box .center-image .text {
        left: 38%;
        top: 30%;
        font-size: 28px;
    }

    .page-content .sec-box .center-image .text .title {
        font-size: 16px;
    }

    .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;
    }
}

/* kanden */
@font-face {
    font-family: KozukaGothic;
    src: url("fonts/KozGoPr6N-Medium.otf") format("opentype");
}

.font-gothic {
    font-family: "KozukaGothic";
}

.kanden-red {
    color: #e10012;
}

.bg-kanden-red {
    color: white !important;
    background-color: #e10012;
}

.kanden-pink {
  color: #e46ea1;
}

.bg-kanden-pink {
  color: white !important;
  background-color: #e46ea1;
}

.no-border-top {
    border-top: none !important;
}

.no-border-bottom {
    border-bottom: none !important;
}

.margin-bottom-80 {
    margin-bottom: 80px;
}

.header-index.kanden {
    display: block;
    /* margin-top: 65px; */
    width: 100%;
    /* margin: 65px auto 0; */
    margin: 10px auto 0;
    position: relative;
    float: none;
}

.container.block {
    display: block;
}

.header-kanden {
    text-align: center;
    border-bottom: black 4px solid;
    padding: 10px 0;
    /* display: block;
    margin: 0 auto;
    width: 100%; */
}

.header-smamobi {
  text-align: center;
  border-image: linear-gradient(to right, #ffdc80, #fcaf45, #f77737, #f56040, #fd1d1d, #fd1d1d, #c13584, #833ab4) 1/0 0 4px 0 ;
  border-style: solid;
  padding: 10px 0;
}

.header-text-kanden {
    padding: 10px 0;
    text-align: center;
    /* font-size: 0.8rem; */
    font-size: 11px;
}

.smamobi{
  margin: 5px 0;
  font-size: 16px;
  font-weight: bold;
  color: #e94963;
}

.smamobi p{
  margin: 0;
}


.smamobi .smamobi02{
  width: 25px;
}

.smamobi .smamobi02 img{
  width: 100%
}

.smamobi .smamobi03 span:nth-child(1){
  color: #67ad49;
}

.smamobi .smamobi03 span:nth-child(2){
  color: #ff9029;
}

.smamobi .smamobi03 span:nth-child(3){
  color: #a668a8;
}

.smamobi .smamobi03 span:nth-child(4){
  color: #a668a8;
}

.smamobi .smamobi03 span:nth-child(5){
  color: #e94963;
}

.smamobi .smamobi03 span:nth-child(6){
  color: #6373b7;
}

.smamobi .smamobi03 span:nth-child(7){
  color: #56b879;
}

.smamobi .smamobi03 span:nth-child(8){
  color: #dfb300;
}

.main-image-kanden {
    text-align: center;
}

.main-image-kanden .smamobi-margin{
  margin: 10px 0 10px;
}

.main-image-bottom-text-kanden {
    text-align: center;
    padding: 25px 0 15px;
}

.main-image-bottom-text-kanden h1{
    font-size: 1.8rem;
}

.main-image-bottom-text-kanden h2{
    font-size: 1.4rem;
}


.sec-web.kanden {
    border-top: #e10012 3px solid;
    /* border-bottom: #E10012 0.3vw solid; */
    padding: 20px 0;
}

.sec-web.smamobi-border {
  border-image: linear-gradient(to right, #ffdc80, #fcaf45, #f77737, #f56040, #fd1d1d, #fd1d1d, #c13584, #833ab4) 1/4px 0 4px 0 ;
  border-style: solid;
  padding: 20px 0;
}

.sec-web.smamobi-border-bottom {
  border-image: linear-gradient(to right, #ffdc80, #fcaf45, #f77737, #f56040, #fd1d1d, #fd1d1d, #c13584, #833ab4) 1/0 0 4px 0 ;
  border-style: solid;
  padding: 20px 0 50px;
}

.sec-web form input[type="radio"]:checked {
    border: 5px solid #e10012;
}

.hikkoshi-image-kanden {
    text-align: center;
    padding: 20px 0 10px;
}

.hikkoshi-image-kanden.smamobi-image{
  width: 100%;
}

.hikkoshi-image-kanden.smamobi-image img{
  width: 100%;
}


.hikkoshi-image-kanden.padding-top-80 {
    padding-top: 80px;
}

.hikkoshi-image-kanden.padding-top-60 {
    padding-top: 60px;
}

.hikkoshi-image-kanden.padding-top-40 {
    padding-top: 40px;
}

.hikkoshi-image-kanden.padding-top-20 {
    padding-top: 20px;
}

.red-border-top-bottom {
    border-top: #e10012 6px solid;
    border-bottom: #e10012 6px solid;
    padding: 20px 0 15px;
}
.red-border-top {
    border-top: #e10012 6px solid;
    padding: 20px 0 15px;
}
.red-border-bottom {
    border-bottom: #e10012 6px solid;
    padding: 20px 0 15px;
}
.red-border-bottom-3px {
    border-bottom: #e10012 3px solid;
    padding: 20px 0 15px;
}
.box-text-kanden {
    margin: 0 auto;
    display: block;
    width: 100%;
    padding: 20px;
    text-align: center;
}
.box-text-kanden h2 {
    font-size: 1.5rem;
}

.box-text-kanden p {
    font-size: 1rem;
}

.sec-web .cards-caption .desc.w-double {
    font-size: 1.2rem;
    font-weight: 700;
}

.sec-web .cards-caption .desc.w-double .w {
    font-size: 1.7rem;
    font-weight: 700;
}

.sec-web .cards-caption .desc.w-double .double {
    font-size: 1.2rem;
    font-weight: 700;
}

.row-side-margin-0 {
    margin-right: 0;
    margin-left: 0;
}

.sec-web .round-tip.tip-1 {
    position: absolute;
    top: 165px;
    right: 0;
}

.page-content .sec-car .link {
    /* width: 90%; */
    padding-top: 10px;
    padding-right: 10px;
}

.page-content .sec-car {
    padding: 0 30px;
    text-align: center;
}
/* .page-content .sec-car .blue-speed {
    width: 10%;
} */
.page-content .sec-car .link p {
    font-size: 20px;
}

.page-content .sec-car .link p.stat {
    font-size: 26px;
    padding-left: 30px;
}

.page-content .sec-car .link .font-1 {
    font-size: 55px;
}

.page-content .sec-top .short .font-1 {
    padding: 6px 2px;
}

.link.desc .text-dark {
    border-bottom: #e10012 3px solid;
}

.link.desc .text-dark.line-pink {
  border-bottom: #e46ea1 3px solid;
}

.cm ul {
    padding-inline-start: 0;
}
.cm {
    text-align: center;
}

.page-content .sec-car .link.desc p {
    margin-bottom: -15px;
}

.page-content .cm-movie-item__img {
    width: 85%;
}

.crown-banner {
    margin-top: 60px;
}

.page-content .sub-page .subtitle {
    font-size: 20px;
}

.page-content .sub-page .step .step-text .step-item .step-desc .minidesc .sub-title {
    font-size: 18px;
    font-weight: 700;
}

.step h2 {
    font-size: 1.5rem;
    font-weight: 600;
}

.header-index {
    justify-content: center;
}

.under-crown-lifeline {
    margin-bottom: 30px;
}

.page-content .sec-lifeline {
    padding-top: 10px;
}

.page-content .sec-lifeline .banner {
    border-top: RGB(0,159,232) 3px solid;
    padding: 10px;
    height: 60vw;
    background-image: url(./images/lifelinesapport_2.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 30px;
    text-align: left;
}

.page-content .sec-lifeline .detail {
    display: block;
    font-size: 16px;
    padding: 10px;
    width: 100%;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 30px;
}

.page-content .sec-lifeline .detail:focus,
.page-content .sec-lifeline .detail:active,
.page-content .sec-lifeline .detail:hover {
    text-decoration: none;
}

.kanden-border-bottom-red {
    border-bottom: #E10012 3px solid;
}

.page-content .sec-lifeline-detail {
    padding: 0 15px;
    text-align: center;
    margin-bottom: 40px;
}

.page-content .sec-lifeline-detail img {
    width: 100%;
    height: auto;
}

@media (min-width: 576px) {
    .header-text-kanden {
        font-size: 1.2rem;
    }
    .main-image-kanden .smamobi-margin{
      margin: 10px 0 20px;
    }
    .smamobi{
      font-size: 24px;
    }
    .smamobi .smamobi02{
      width: 36px;
    }
    .box-text-kanden {
        padding: 35px;
    }
    .box-text-kanden h2 {
        font-size: 1.5rem;
    }

    .box-text-kanden p {
        font-size: 0.8rem;
    }

    .sec-web .round-tip.tip-1 {
        position: absolute;
        top: 10px;
        right: 0;
    }

    .page-content .sec-car .link {
        width: 33%;
        margin-top: 0;
    }

    .page-content .sec-car .blue-speed {
        margin-left: 40px;
    }

    p.text-dark {
        padding: 0;
        /* margin-top: 10px; */
    }

    .page-content .sec-car .link p.stat {
        /* margin-bottom: 10px; */
    }

    .page-content .sec-top {
        margin-bottom: 10px;
    }

    .page-content .sub-page .subtitle {
        font-size: 22px;
    }

    .page-content .sec-lifeline .detail {
        font-size: 18px;
        width: 30vw;
        margin-left: auto;
        margin-right: auto;
    }

    /* .page-content .sec-lifeline .banner {
        height: 50vw;
    } */

    .page-content .sec-lifeline-detail img {
        width: 50%;
    }

}

@media (min-width: 767px) {
  .main-image-kanden .smamobi-margin{
    margin: 10px 0 30px;
  }

  .smamobi{
    font-size: 28px;
  }
  .smamobi .smamobi02{
    width: 45px;
  }
    .page-content .sec-top .short .font-1 {
        font-size: 45px;
        padding: 0 5px;
    }
    .page-content .sec-top .short .font-4 {
        font-size: 22px;
        padding: 16px 5px;
    }
    .box-text-kanden {
        text-align: left;
    }
    .box-text-kanden p {
        font-size: 1.3rem;
    }

    .box-text-kanden h2 {
        font-size: 1.4rem;
    }

    .box-text-kanden p {
        font-size: 1rem;
    }

    .sec-web .cards-caption .desc.w-double {
        font-size: 2rem;
        font-weight: 700;
    }

    .sec-web .cards-caption .desc.w-double .w {
        font-size: 2.7rem;
        font-weight: 700;
    }

    .sec-web .cards-caption .desc.w-double .double {
        font-size: 2rem;
        font-weight: 700;
    }

    .main-image-bottom-text-kanden h1{
        font-size: 2rem;
    }

    .main-image-bottom-text-kanden h2{
        font-size: 1.8rem;
    }

    /* .page-content .content {
        padding: 0 25px;
    } */

    .page-content .sec-top {
        line-height: 1.15;
    }

    .page-content .cm-movie-item__img {
        width: 100%;
    }
    .sec-web .cards-caption .desc.w-double {
        line-height: 1.15;
    }

    /* common.css */
    .page-content .sub-page .step .step-text.flow {
        width: 100% !important;
    }

    .page-content .sub-page .subtitle {
        font-size: 40px;
    }

    .page-content .sec-lifeline {
      padding-top: 20px;
  }

    .page-content .sec-lifeline .banner {
        height: 442px;
    }

    .page-content .sec-lifeline .detail {
        font-size: 20px;
    }

    .hikkoshi-image-kanden {
      padding: 30px 0 10px;
  }


}

@media (min-width: 992px) {
  .main-image-kanden .smamobi-margin{
    margin: 10px 0 40px;
  }

  .smamobi{
    font-size: 40px;
  }
  .smamobi .smamobi02{
    width: 48px;
  }
    .page-content .sec-car .link {
        padding-left: 40px;
    }
    .page-content .sec-car .link .font-1 {
        font-size: 80px;
    }
    .main-image-bottom-text-kanden h1{
        font-size: 2.6rem;
    }

    .main-image-bottom-text-kanden h2{
        font-size: 2.2rem;
    }
    .page-content .sub-page .subtitle {
        font-size: 34px;
    }

    .page-content .sec-lifeline .banner {
        height: 594px;
    }
}
@media (min-width: 1200px) {
  .smamobi{
    font-size: 42px;
  }
  .smamobi .smamobi02{
    width: 62px;
  }
    .page-content .sec-top .short .font-1 {
        font-size: 73px;
        padding: 0 5px;
    }
    .page-content .sec-top .short .font-4 {
        font-size: 40px;
        padding: 5px 5px;
    }
    .page-content .sec-car .link .font-1 {
        font-size: 100px;
    }
    .page-content .sub-page .subtitle {
        font-size: 40px;
    }

    .page-content .sec-lifeline .banner {
        height: 709px;
    }

    .page-content .sec-lifeline .detail {
        font-size: 28px;
        width: 30%;
    }

    .page-content .sec-lifeline-detail img {
        width: auto;
    }

    .page-content .sec-lifeline-detail .insta-btn {
      width: 420px;
  }

    #shizai h2 {
        font-size: 42px;
    }

    #shizai p {
        font-size: 26px;
    }
}

/* creditcard */

/* @charset "utf-8"; */

/*フォント*/
@font-face {
  font-family: 'Noto';
  font-style: normal;
  font-weight: 900;
  src: url('.fonts/NotoSansCJKjp-Black.otf') format('opentype');
}

@font-face {
  font-family: 'Noto-b';
  font-style: normal;
  font-weight: 700;
  src: url('.fonts/NotoSansCJKjp-Bold.otf') format('opentype');
}

@font-face {
  font-family: 'Noto-m';
  font-style: normal;
  font-weight: 500;
  src: url('./fonts/NotoSansCJKjp-Medium.otf') format('opentype');
}

@font-face {
  font-family: 'Noto-r';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/NotoSansCJKjp-Regular.otf') format('opentype');
}

@font-face {
  font-family: 'w6';
  src: url('.fonts/w6.otf') format('opentype');
}

@font-face {
  font-family: 'futura';
  src: url('.fonts/Futura.ttc') format('truetype');
}

.br768on{
  display: none !important;
}

.br480on{
  display: none !important;
}

.br375on{
  display: none !important;
}

.size480on{
  display: none !important;
}

.size768on{
  display: none;
}

.content-br{
  display: none;
}

.yajirushi2 {
    display: none;
}

.content-img2{
  display: none;
}

.wrapper{
      max-width: 1440px;
      margin: 0 auto;
}

/*ヘッダー*/

.header-top{
   margin-bottom: 30px;
}
.header-wrap{
  position: relative;
}
.head-img img{
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    width: 100%;
}

.topvisual{
  background-image: url(./img/topvisual.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.topvisual .flex{
  display: flex;
  padding: 3% 6%;
  justify-content: space-between;
}

.topvisual .flex_left{
  width: 65%;
  margin: 0 30px 0 0px;
}

.topvisual .flex_left .textbox1{
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.topvisual .textbox1 img{
  width: 4vw;
}

.topvisual .textbox1 span{
  color: #fff000;
}

.topvisual .flex_left .textbox1 p{
  font-size: 1.97vw;
  color: #fff;
  text-shadow: #e33f7f 2px 0px, #e33f7f -2px 0px, #e33f7f 0px -2px, #e33f7f 0px 2px, #e33f7f 2px 2px, #e33f7f -2px 2px, #e33f7f 2px -2px, #e33f7f -2px -2px, #e33f7f 1px 2px, #e33f7f -1px 2px, #e33f7f 1px -2px, #e33f7f -1px -2px, #e33f7f 2px 1px, #e33f7f -2px 1px, #e33f7f 2px -1px, #e33f7f -2px -1px;
  font-weight: bold;
  text-align: center;
    margin: 0 0.4vw;
}

.topvisual .flex_right{
    width: 30%;
}

.topvisual .flex_right .photobox{
  max-width: 335px;
  margin: 0 auto;
  width: 95%;
}

.topvisual .flex_right .photobox img{
  width: 100%;
}


.topvisual .textbox2{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2.5% 0;
}

.topvisual .textbox2 .textbg1{
  color: #e33f7f;
  font-size: 4.3vw;
  font-family: serif;
  font-weight: bold;
  text-shadow: white 2px 0px, white -2px 0px, white 0px -2px, white 0px 2px, white 2px 2px, white -2px 2px, white 2px -2px, white -2px -2px, white 1px 2px, white -1px 2px, white 1px -2px, white -1px -2px, white 2px 1px, white -2px 1px, white 2px -1px, white -2px -1px;
  margin: 30px 0 0 0;
  letter-spacing: 6px;
  position: relative;
    right: 15px;
}

.topvisual .textbox2 .textbg1 span{
  -webkit-text-emphasis-style: dot;
  -moz-text-emphasis-style: dot;
  -ms-text-emphasis-style: dot;
}

.topvisual .textbox2 img{
  width: 35%;
}

.circle{
  background-color: #da5187;
  color: #fff;
  border-radius: 50%;
  width: 9vw;
  height: 9vw;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
  text-shadow: none;
  font-size: 2.2vw;
  -webkit-text-emphasis-style: none !important;
  -moz-text-emphasis-style: none !important;
  -ms-text-emphasis-style: none !important;
}

.online_box{
  background-image: url(./img/Truck.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  border-radius: 24px;
  padding: 3%;
}

.online_box .online_text{
    background-color: #e33f7f;
    text-align: center;
    color: #fff;
    max-width: 500px;
    margin: 0 auto;
    height: 40px;
    font-size: 2.1vw;
    width: 65%;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.online_box p:nth-child(2){
  text-align: center;
  font-size: 1.25vw;
  margin: 1rem 0;
  font-weight: bold;
  color: #585858;
}

.online_box .flex{
  display: flex;
    justify-content: space-between;
  align-items: center;
  padding: 0;
}

.online_box .flex img{
  width: 100%;
}

.online_box .flex .flex_left{
  width: 35%;
  margin: 0 5px 0 0;
}

.online_box .flex .flex_right{
  width: 60%;
}

.online_box .flex .flex_right .photobox{
  max-width: 310px;
  margin: 0;
}

.online_box .flex .flex_right .textbox p{
  font-size: 1.5vw;
  color: #e33f7f;
  font-weight: bold;
}

.head-title-left{
  padding-top: 5%;
   padding-right: 3%;
}

.head-title-box{
   display: flex;
   align-items: center;
   justify-content: center;
   margin-bottom: 1em;
   /* position: absolute;
   top: 8%;
   left: 12%; */
}

.head-title-box2{
   text-align: right;
   padding: 0 3%;
}

.head-left-box2 p{
  font-size: 24px;
    letter-spacing: 0.05em;
    line-height: 2;
    padding: 0 7%;
    font-family: noto-r;
    text-align: left;
    padding-top: 1%;
    padding-bottom: 5%;
}

.head-left-box{
  background-color: #fafafa;
  padding: 3%;
  width: 94%;
  padding-top: 7%;
  position: relative;
}

.head-left-box2{
   border: 2px solid #ea68a2;
   border-radius: 10px;
}

.head-wrap2 {
    display: flex;
    position: absolute;
    top: 5%;
    left: 5%;
}

.head-left-wrap {
    width: 67%;
    text-align: center;
    padding: 0 3%;
}

.head-img2 {
    position: absolute;
     top: 5%;
     right: 0;
    left: 0;
     margin: 0 auto;
}

.head-img3{
    position: absolute;
    right: 10%;
    bottom: 10%;
}

.head-img4 {
    position: absolute;
    top: -25%;
    left: -8%;
}

.head-right-wrap {
    width: 40%;
    text-align: center;
}

/*コンテンツ*/
.content-wrap {
    width: 90%;
    margin: 0 auto;
}

.content-title{
    background-color: #666666;
    text-align: center;
    color: white;
    /* width: 80%; */
    padding: 0 5%;
    margin: 3% auto;
    border-radius: 49px;
    display: flex;
align-items: center;
}
.content-title2 {
    background-color: white;
    text-align: center;
    color: #019fe8;
    /* width: 80%; */
    padding: 0 5%;
    margin: 3% auto;
    border-radius: 49px;
    display: flex;
    align-items: center;
    display: flex;
    justify-content: center;
}
.logo-img {
    width: 20%;
}
.content-title3 {
    background-color: #c99d03;
    text-align: center;
    color: white;
    /* width: 80%; */
    padding: 0 5%;
    margin: 3% auto;
    border-radius: 49px;
    display: flex;
    align-items: center;
    display: flex;
    justify-content: center;
}
.content-title3 h2 {
    font-size: 30px;
    letter-spacing: 0.06em;
    font-family: 'Hiragino Sans','ヒラギノ角ゴ ProN W6',sans-serif;
    font-weight: 600;
    /* width: 100%; */
    margin: 2% 0;
}
.content-title2 h2 {
    font-size: 30px;
    letter-spacing: 0.06em;
    font-family: 'Hiragino Sans','ヒラギノ角ゴ ProN W6',sans-serif;
    font-weight: 600;
    /* width: 100%; */
    margin: 2% 0;
}
.logo-img img {
    width: 100%;
}


/* .content-title:before,
.content-title:after {
border-top: 1px solid;
content: "";
flex-grow: 1;
} */
/* .content-title:before {
margin-right: 1rem;
}
.content-title:after {
margin-left: 1rem;
} */

.content-title h2 {
    font-size: 30px;
    letter-spacing: 0.06em;
    font-family: 'Hiragino Sans','ヒラギノ角ゴ ProN W6',sans-serif;
    font-weight: 600;
    width: 100%;
    margin: 2% 0;
}

.content-title p {
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 2.6;
    font-family: noto-r;
}

.content-box {
    display: flex;
    /* width: 90%; */
    margin: 0 auto;
    /* align-items: center; */
    justify-content: space-between;
}

.content-box2 {
    background-color: #fafafa;

    padding: 0%;
    box-shadow: 2px 2px 4px rgba(80,80,80,0.3);
        border-radius: 10px;
        position: relative;
}
.content-box2-2{
  width: 48%;
}
.content-box2-2 h4 {
    font-family: 'Hiragino Sans','ヒラギノ角ゴ ProN W6',sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 2;
    text-align: center;
    border: 3px solid #666666;
    color: #666666;
    border-radius: 10px;
    margin-bottom: 1em;
}

.content-box2 img {
    width: 100%;
        border-radius: 10px;
}
.text-box {
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: rgb(97,98,99);
    color: white;
    border-radius: 0 0 10px 10px;
    opacity: 0.8;
}

.content-box2 p {
  font-size: 18px;
  padding: 3% 0;
  font-family: 'Hiragino Sans','ヒラギノ角ゴ ProN W6',sans-serif;
  font-weight: 600;
  text-align: center;
}

.content-wrap h3 {
  font-size: 16px;
  letter-spacing: 0.06em;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 2%;
  font-family: 'Hiragino Sans','ヒラギノ角ゴ ProN W6',sans-serif;
  font-weight: 600;
}

.check-title {
    display: flex;
    align-items: center;
    width: 85%;
margin: 0 auto;
}

.check-title p {
    font-size: 18px;
    letter-spacing: 0.2em;
    font-family: noto-r;
    padding-left: 2%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.check-title span {
    font-size: 36px;
    font-family: noto-r;
    color: red;
    letter-spacing: 0.2em;
    line-height: 1.3;
}

.content-box3 {
  /* background-color: #ffeed3; */
  /* width: 90%; */
  margin: 0 auto;
  padding: 2% 0;
  margin-top: 4%;
}

.content-box3 .text_box{
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-image: url(./img/text_bg2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 1% 3.5%;
}

.content-box3 .text_box p{
  margin: 0 20px;
  font-size: 30px;
  font-weight: bold;
  color: #363636;
  letter-spacing: 3px;
}

.content-box3 .text_box p span{
  color: #da5187;
}

.content-box3 .text_box .photobox:nth-child(1){
  width: 72px;
}

.content-box3 .text_box .photobox:nth-child(3) {
    width: 20%;
    min-width: 160px;
}

.content-box3 .text_box .photobox img{
  width: 100%
}






.content-box33 {
    /* background-color: #ffeed3; */
    /* width: 90%; */
    margin: 0 auto;
    /* padding: 2% 0; */
    margin-top: 4%;
    position: relative;
}

.content-box33 .textbox {
    display: flex;
    padding: 0% 7% 0;
    align-items: flex-end;
}

.content-box33 .textbox .textbox_left{
  width: 65%;
  margin: 4% 0;
}

.content-box33 .textbox .textbox_left p{
  font-size: 3.5vw;
  line-height: 1.2;
  color: #fff;
  font-weight: 600;
  text-shadow: 2px 2px 0px #1577a1;
}

.content-box33 .textbox .textbox_left p span{
    color: #fff02f;
}

.content-box33 .textbox .textbox_left p .italic{
  font-style: italic;
font-size: 55px;
}


.content-box33 .textbox .flex{
    display: flex;
    align-items: flex-start;
    margin: 7% 0 0 0;
}




.content-box33 .textbox .flex .inner_flex{
  margin: 0 0 5% 0;
}


.content-box33 .textbox .textbox_left .flex .inner_flex{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.content-box33 .textbox .textbox_left .flex .inner_flex  p{
  font-size: 1.6vw;
  text-shadow: none;
  margin: 0;
  font-weight: inherit;
}

.content-box33 .textbox .textbox_left .flex .inner_flex .shape {
  width: 20%;
  height: 1.8px;
}

.content-box33 .textbox .textbox_left .flex .flex_left,
.content-box33 .textbox .textbox_left .flex .flex_right{
  width: 50%;
  margin: 0 30px 0 0;
}

.content-box33 .textbox .textbox_left .flex .flex_right{
  margin: 0 !important;
}


.content-box33 .textbox .textbox_right{
  width: 35%;
}

.content-box33 .textbox .lady{
  width: 100%;
  filter: drop-shadow(2px 0px 4px #0179b1);
}


.content-box33-2,
.content-box33-3{
  height: 8vw;
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  max-height: 100px;
}


.content-box33-2 a{
  background-image: url(./img/btn_bg.png);
  display: flex;
  background-size: cover;
  background-repeat: no-repeat;
  align-items: center;
  color:#fff;
  justify-content: center;
  padding: 0.9vw 1.2vw 1.2vw;
  background-position: bottom;
  border-radius: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.content-box33-2 a:hover,
.content-box33-3 a:hover{
  opacity: 0.6;
  text-decoration: none;
}

.content-box33-2 a .textbox{
    display: block;
    padding: 0;

}

.content-box33-2 a .textbox p{
  font-size: 2.7vw !important;
  margin: 0;
  text-shadow: none !important;
  font-weight: normal !important;
}

.content-box33-2 a .textbox p:last-child{
  font-size: 1vw !important;
  margin: 0.5vw 0 0 0;
}

.content-box33-2 a .photobox{
  margin: 0 20px 0 0;
  width: 2.7vw;
}




.content-box33-3 a{
  background-image: url(./img/btn_bg2.png);
  color: #fff;
  display: flex;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  align-items: center;
  justify-content: center;
  position: absolute;
  border-radius: 10px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  font-size: 1.6vw !important;
}

.content-box33-3 a .photobox{
  margin: 0 0 0 20px;
  width: 2vw;
}


.content-box33 img{
  width: 100%;
}
.content-box3 img {
    width: 100%;
}
.content-box7{
  position: relative;
  width: 30%;
  background-color: #fafafa;
    padding: 0%;
    box-shadow: 2px 2px 4px rgba(80,80,80,0.3);
    border-radius: 20px;
    position: relative;
}
.content-box7 img{
  width: 100%;
}
.content-box7 p {
    font-family: 'Hiragino Sans','ヒラギノ角ゴ ProN W6',sans-serif;
    font-weight: 600;
    text-align: center;
    font-size: 15px;
    margin: 5% 0;
}
.content-box32 {
    margin: 0 auto;
    background: -webkit-repeating-linear-gradient(-45deg, #7a7dcc, #7A7DCC 12px,#888ad1 15px, #888ad1 28px);
    background: repeating-linear-gradient(-45deg, #7a7dcc, #7A7DCC 12px,#888ad1 15px, #888ad1 28px);
    padding:5%;
}

.content-box32 .flexbox{
  background-color: #fff;
  padding: 1% 3%;
  border-radius: 10px;
}

.content-box32 .flexbox .flex {
    display: flex;
    align-items: center;
    margin: 2% 0
}

.content-box32 .flexbox .flex .photobox {
    width: 40px;
    margin: 0 30px 0 0;
}

.content-box32 .flexbox .flex .photobox img{
  width: 100%;
}

.content-box32 .flexbox .flex p{
    font-size: 22px;
    font-weight: 600;
    color: #464aa3;
    margin: 0;
}




.content-wrap3 {
    background-color: #019fe8;
    padding-top: 3%;
    max-width: 1440px;
}
.content-wrap4 {
    background-color: #f5f5f5;
    padding: 3% 0;
    max-width: 1440px;
}
.content-wrap3 h3{
  font-size: 16px;
    letter-spacing: 0.06em;
    text-align: center;
    line-height: 1.8;
    margin-bottom: 2%;
    font-family: 'Hiragino Sans','ヒラギノ角ゴ ProN W6',sans-serif;
    font-weight: 600;
    color: white;
}
.content-box22{
    display: flex;
    /* width: 90%; */
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
}
.no-img {
    position: absolute;
    top: 3%;
    left: 3%;
}
.no-img img{
  width: 100%;
}
.content-wrap2 {
    background-color: #f5f5f5;
    padding: 3% 0;
    max-width: 1440px;
}
.img-box{
    text-align: center;
    position: relative;
    top: -40px;
    z-index: -10;
}

.content-box4 {
    text-align: center;
}
.content-box4 span {
    font-size: 36px;
    font-family: noto-r;
    color: red;
    letter-spacing: 0.2em;
    line-height: 1.3;
    border-bottom: 4px solid yellow;
}

.flow-box2 {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-top: 10%;
}

.flow-box p {
    font-size: 24px;
    font-family: noto-r;
    letter-spacing: 0.05em;
    line-height: 2;
    margin: 0;
}

.flow-box {
    text-align: center;
    margin: 0 4%;
}

.flow-box3 {
    text-align: center;
    margin: 0% 4%;
    margin-bottom: 10%;
}

.flow-box3 p {
    font-size: 24px;
    font-family: noto-r;
    letter-spacing: 0.05em;
    line-height: 2;
    margin: 0;
}

.content-wrap3 .content-box3 .textbox{
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  padding: 3%;
}

.content-wrap3 .content-box3 .textbox .textbox_left .flex{
    display: flex;
    align-items: center;
    margin: 0 0 20px 0;
}

.content-wrap3 .content-box3 .textbox .textbox_left .flex .check{
    width: 46px;
}

.content-wrap3 .content-box3 .textbox .textbox_left .flex p{
  margin: 0 20px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
}

.content-wrap3 .content-box3 .textbox .textbox_left .flex p span{
  color: #da5187;
  font-size: 23px
}



.flow-wrap {
    background-color: #fafafa;
    width: 76%;
    box-shadow: 2px 2px 4px rgba(80,80,80,0.3);
    margin-left: auto;
}

.content-box5{
  position: relative;
  /* margin-top: 10% */
}
.content-box5 h2 {
    font-family: futura;
    font-size: 144px;
    letter-spacing: 0.2em;
    color: #9b9b9b;
    margin: 0;
    opacity: 0.2;
    position: absolute;
    top: -15%;
}

.content-box5 h4 {
    font-size: 30px;
    font-family: noto-r;
    letter-spacing: 0.2em;
    line-height: 1.6;
    background-color: #32b16c;
    color: white;
    border-radius: 27.5px;
    text-align: center;
    width: 20%;
    margin-left: auto;
    margin-bottom: 1%;
    min-width: 210px;
}

.flow-img1 {
    width: 70%;
    margin-left: auto;
}

.flow-img10 {
    width: 89%;
    margin-left: auto;
}

.flow-img1 img{
  width: 100%;
}

.flow-img10 img{
  width: 100%;
}

.flow-img11{
    width: 70%;
    margin-left: auto;
    text-align: center;
    height: 150px;
}

.content-box6 {
    margin: 5% 0;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}
.flow-left {
    width: 13%;
}
.flow-right{
  position: relative;
  width: 81%;
}
.flow-right-img {
    position: absolute;
    top: 6%;
    right: 4%;
    width: 40%;
}
.flow-right-img img{
  width: 100%;
}
.flow-left img {
    width: 100%;
}
.flow-right img {
    width: 100%;
}

.flow-right .flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
  padding: 5% 3.5%;
  border-radius: 10px;
  box-shadow: 1px 1px 7px 3px #ddd;
}

.flow-right .flex .textbox{
  width: 53%;
  margin: 0 3%;

}

.flow-right .flex .textbox .midashi_title{
  display: flex;
  align-items: center;
    font-size: 1.7vw;
  color: #c99d1b;
  line-height: 1;
  margin: 0 0 10px 0;
  font-weight: bold;
}

.flow-right .flex .textbox p span{
    background-color: #fff1bf;
    font-size: 16px;
    padding: 5px 20px;
    border-radius: 25px;
    margin: 0 0 0 10px;
    font-weight: bold;
}

.flow-right .flex p{
  margin: 0;
}

.flow_right_img{
  max-width: 80px !important;
  width: 5vw !important;
  min-width: 40px;
}


.web_mitsumori {
    border-radius: 5px;
    display: flex;
    align-items: center;
    border: 2px solid #da5186;
    padding: 1%;
    width: 40%;
}

.web_mitsumori .photobox{
  width: 45px;
  margin: 0 20px 0 0;
}

.web_mitsumori p{
    display: flex;
    align-items: center;
    margin: 0 0 0 20px;
    color: #da5186;
    font-weight: bold;
}

.web_mitsumori p span{
  width: 10px;
  margin: 0 0 0 40px;
}

.arrow_under{
    width: 35px;
    margin: 3% auto;
}

.arrow_under2{
    width: 35px;
    margin: 3% auto;
}


.flow-right .flex .textbox{
  font-size: 1.3vw;
  font-weight: bold;
}

.flow-right .flex .text_right{
    width: 67%;
    font-size: 1.4vw;
}

.flow-right .flex .flex_left{
  width: 60%;
  padding: 2% 0%;
}

.flow-right .flex .flex_left .inner_flex{
  display: flex;
  align-items: center;
  margin: 0 0 5%;

}

.flow-right .flex .flex_left .textbox {
    width: 72%;
    margin: 0 3%;

}

.flow-right .flex .flex_left .kessai{
  background: -webkit-repeating-linear-gradient(-45deg, #c99d1b, #c99d1b 5px,#cfa71e 6px, #cfa71e 12px);
  background: repeating-linear-gradient(-45deg, #c99d1b, #c99d1b 5px,#cfa71e 6px, #cfa71e 12px);
  color: #fff;
  max-width: 80px;
  text-align: center;
  max-height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4vw;
  font-weight: bold;
  width: 8vw;
  height: 7vw;
}


.flow-right .flex:last-child{
  position: relative;
  background-image: url(../img/bg_ciercle.png);
  background-repeat: no-repeat;
  background-position: 105% 100px;
}

.flow-right .flex:last-child .phone_img {
  max-width: 200px;
  position: absolute;
  bottom: 15px;
  right: 6vw;
  width: 15vw;

}

.flow-right .flex:last-child .flex_right{
  width: 40%;
}

.flow-right .flow_text{
    font-size: 1.3vw;
}


.topic {
  max-width: 1366px;
  width: 83%;
  margin: 3% auto 5%;
  border: 2px solid #007afc;
}

.topic p{
  margin: 0;
  color: #007bff;
  padding: 0% 0.5% 0 2%;
  border-bottom: solid 2px #007bff;
  background: -webkit-repeating-linear-gradient(-45deg, #F0F8FB, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  font-size: 35px;
  font-weight: bold;
}

.topic a{
  font-size: 25px;
  text-decoration: underline;
  margin: 3% 2%;
  display: inline-block;
}



@media screen and (min-width:1441px){
.topvisual .flex_left .textbox1 p {
  font-size: 1.4vw;
}
.topvisual .textbox1 img {
  width: 3vw;
}
.topvisual .textbox2 .textbg1 {
  font-size: 3.4vw;
}
.circle {
  width: 7vw;
  height: 7vw;
  font-size: 1.6vw;
}
.online_box .online_text {
  font-size: 1.4vw;
}
.online_box p:nth-child(2) {
  font-size: 0.9vw;
}
.online_box .flex .flex_right .textbox p {
  font-size: 1.2vw;
}
.online_box .flex .flex_left {
  width: 30%;
}
.online_box .flex .flex_right {
    width: 65%;
}
.content-box33 .textbox .textbox_left p {
    font-size: 2.5vw;
}

.content-box33-2 a .textbox p {
    font-size: 2vw !important;
}
.content-box33 .textbox .textbox_left .flex .inner_flex p {
    font-size: 1.3vw;
}
.content-box33-2, .content-box33-3 {
    max-height: 150PX;
}

}

@media screen and (max-width:1080px){
.content-box3 .text_box p {
  font-size: 25px;
}

.content-box6{
  align-items: center;
}

.topic a{
  font-size: 20px;
}

}

@media screen and (max-width:930px){

  .content-box5 h2 {
      font-size: 15vw;
  }
}


@media screen and (max-width:768px){
.br768on{
  display: block !important;
}

.br768off{
  display: none;
}

.size768on{
  display: block;
}

.size768off{
  display: none;
}

.flow-left {
    display: none;
}
.flow-right {
    width: 100%;
}
.content-box22 {
    flex-wrap: wrap;
}
.content-box7 {
    width: 100%;
    border-radius: 35px;
}
.content-box7 p {
    font-size: 13px;
}
.content-title3 h2 {
    font-size: 26px;
}
.content-box2-2 h4 {
    font-size: 16px;
}
.content-title h2 {
  font-size: 26px;
  /* margin: 0.5em 0; */
}

.content-wrap h3 {
  font-size: 13px;
}

.content-title2 h2 {
    font-size: 26px;
}

.content-br{
  display: block;
}

.content-box {
    flex-wrap: wrap;
}

.content-box2 {
    width: 100%;
    /* padding: 4%; */
    min-height: unset;
}
.content-box2-2 {
    width: 100%;
    margin-bottom: 1em;
}

.content-box2 p {
    font-size: 14px;
    text-align: center;
}

.yajirushi{
  display: none;
}

.yajirushi2 {
    display: block;
    position: relative;
    left: 0;
    right: 0;
    margin: 3% auto;
}

.check-title span {
    font-size: 32px;
}

.check-title p {
    font-size: 16px;
    width: unset;
}

.content-box4 span {
    font-size: 32px;

}

.content-box5 h2 {
    font-size: 15vw;
    position: unset;
    top:unset;
}

.content-box5 h4 {
    font-size: 3vw;
    width: 35%;
    position: relative;
    margin-top: 0;
}

.flow-img1 {
    width: 100%;
}

.flow-img10 {
    width: 100%;
}

.content-img{
  display: none;
}

.content-img2{
  display: block;
}


.topvisual .flex{
  padding: 3%;
  align-items: center;
}

.topvisual .flex_left .textbox1 {
    align-items: flex-end;
}

.topvisual .textbox1 img {
    width: 5vw;
}

.circle {
    width: 11vw;
    height: 11vw;
    font-size: 2.5vw;
}

.online_box .online_text{
  font-size: 2.4vw;
}

.online_box p:nth-child(2){
  font-size: 1.8vw;
}
.online_box .flex .flex_right .textbox p {
  font-size: 1.67vw;
}

.content-box3 .text_box .photobox:nth-child(1) {
    width: 55px;
}

.content-box3 .text_box p {
    font-size: 18px;
    margin: 0 5px;
}

.content-box3 .text_box .photobox:nth-child(3) {
    width: 20%;
    min-width: 120px;
}

.content-box3 .text_box2 p {
    font-size: 18px;
    margin: 0 5px;
}

.content-wrap3 .content-box3 .textbox .textbox_left .flex {
    align-items: flex-start;
    margin: 0 0 15px 0;
}

.content-wrap3 .content-box3 .textbox .textbox_left .flex .check {
    width: 30px;
}

.content-wrap3 .content-box3 .textbox .textbox_left .flex p {
    margin: 0 10px;
    font-size: 16px;
}
.content-wrap3 .content-box3 .textbox .textbox_left .flex p span {
    font-size: 20px;
}

.content-wrap3 .content-box3 .textbox .textbox_right{
    width: 30%;
}

.content-wrap3 .content-box3 .textbox .secrity{
  width: 100%;
}

.content-box33 .textbox .textbox_left p {
    font-size: 3.5vw;
    line-height:inherit;
}
.content-box33 .textbox .textbox_left .flex .inner_flex p {
    font-size: 1.6vw;
    text-shadow: none;
    margin: 0 1.3vw;
    font-weight: inherit;
}
.content-box33 .textbox .textbox_left p .italic {
    font-style: italic;
    font-size: inherit;
}
.content-box33 .textbox .textbox_left .flex .inner_flex .shape {
    width: 15%;
    height: inherit;
}


.content-box33 .textbox {
    position: relative;
}
.content-box33  .sp_lady{
  background-image: url(./img/lady_sp.png);
  background-size: 20%;
  background-repeat: no-repeat;
  background-position: top 0px right 20px;
  padding: 5% 7% 0;
}

.content-box33 .textbox .flex {
    margin: 5% 0 0 0;
}

.content-box33 .textbox .textbox_left {
    width: 75vw;
}


.content-box33 .textbox .textbox_right {
  width: 20%;
  position: absolute;
  right: 3%;
  top: -5%;
}

.content-box33 .textbox .textbox_left p {
    font-size: 4.7vw;
}


.content-box33 .textbox .textbox_left .flex .inner_flex p {
    font-size: 2.38vw;
}

.content-box33-2 a .textbox p {
    font-size: 3.9vw !important;
}



.content-box33-3 a {
    font-size: 2.7vw !important;
}

.content-box33-2,
.content-box33-3 {
    height: 11vw;
}
.content-box33-2 a .photobox {
    margin: 0 10px 0 0;
}
.content-box33-3 a .photobox {
    margin: 0 0 0 10px;
}

.content-box33-2 a .textbox p:last-child {
    font-size: 1.45vw !important;
}


.content-box32 .flexbox .flex p {
    font-size: 18px;
}

.content-box32 .flexbox .flex {
    align-items: flex-start;
}

.content-box32 .flexbox .flex .photobox {
    margin: 0 15px 0 0;
}



.flow-right .flex .textbox .midashi_title{
  font-size: 3vw;
}

.web_mitsumori {
    width: 50%;
    font-size: 1.8vw;
}

.web_mitsumori .photobox {
    margin: 0 10px 0 0;
}

.web_mitsumori p span{
  margin: 0 0 0 5px;
}

.flow-right .flex .textbox {
    font-size: 2vw;
  }

  .flow-right .flex .text_right {
    font-size: 2vw;
  }

  .flow-right .flex .flex_left .kessai {
      font-size: 2vw;
  }

  .flow-right .flow_text {
      font-size: 2vw;
  }

  .topic p{
    font-size: 28px;
  }

  .topic a{
    font-size: 16px;
  }


    .topic {
        width: 94%;
        margin: 3% 3% 5%;
    }

    .topic p {
        font-size: 24px;
    }

    .topic a {
        font-size: 14px;
    }

    .flow-right .flex:last-child {
        background-position: 140% 90px;
    }

}

@media screen and (max-width:480px){
.size480off{
  display: none !important;
}
.size480on{
  display: block !important;
}

  .br480on{
    display: block !important;
  }

  .br480off{
    display: none;
  }

  .content-box2 p {
      font-size: 12px;
  }

  .check-title {
    width: 95%;
  }

  .check-title p {
    font-size: 13px;
  }

  .check-title span {
    font-size: 28px;
  }

  .content-title h2 {
      font-size: 20px;
      margin: 0.3em 0;
  }
  .content-title3 h2 {
    font-size: 20px;
  }
  .content-box2-2 h4 {
    font-size: 14px;
  }
  .content-title2 h2 {
      font-size: 20px;
  }
  .content-wrap {
      width: 95%;
  }

  .content-wrap h3 {
      font-size: 11px;
  }
  .content-box7 p {
    font-size: 11px;
  }
  .content-box5 h4 {
    min-width: unset;
    font-size: 20px;
    width: 45%;
  }

  .img-box {
    top: -15px;
  }

  .content-box4 span {
    font-size: 26px;
  }

  .topvisual {
      background-image: url(./img/topvisual_sp.png);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: bottom;
  }


  .topvisual .flex_left {
      width: 100%;
      margin: 0;
  }

  .topvisual .flex_left .textbox1 p {
    font-size: 15px;
  }

  .topvisual .textbox1 img {
    width: 30px;
    height: 40px;
}

.topvisual .textbox2 {
    flex-direction: column;
    align-items: center;
    position: relative;
}

.circle {
  width: 80px;
  height: 80px;
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0px;
}

.topvisual .textbox2 .textbg1 {
  font-size: 40px;
  right: -10px;
  margin: 15px 0 0;
}

.topvisual .textbox2 img {
    width: 45%;
}

.online_box{
  position: relative;

}

.online_box .online_text {
    font-size: 15px;
}

.online_box p:nth-child(2) {
    font-size: 13px;
}

.textbox_sp p{
  font-size: 15px;
  font-weight: bold;
  color: #e33f7f;
  text-align: center;
}

.online_box .flex .flex_left {
    width:60%;
    margin: 0 25px 0 0;
}

.online_box .flex .flex_right {
    width: 30%;
}

.online_box .textbox_sp .flex{
  justify-content: space-between;
  padding: 0;
}
.textbox_sp .photobox{
  width: 100%;
  margin: 10px 0;
}

.textbox_sp img{
  width: 100%;
}

.photobox_sp{
  width: 45px;
  position: absolute;
  right: 5px;
  top: -33px;
  -moz-transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
}

.photobox_sp img{
  width: 100%;
}

.content-box3 .text_box {
    flex-wrap: wrap;
    justify-content: center;
    padding: 3%;
}

.content-box3 .text_box .photobox:nth-child(2) {
    width: 45%;
    min-width: 120px;

}

.content-wrap3 .content-box3 .textbox{
  display: block;
}

.content-box3 .text_box p {
    font-size: 15px;
    margin: 0 10px;
    text-align: center;
}

.content-box3 .textbox_sp{
  display: flex;
  justify-content: center;
  align-items: center;
}


.content-wrap3 .content-box3 .textbox .textbox_left .size480on{
  display: block !important;
}

.content-wrap3 .content-box3 .textbox .textbox_left .flex .check {
    width: 25px;
}

.content-wrap3 .content-box3 .textbox .textbox_left .flex p {
    font-size: 14px;
}

.content-wrap3 .content-box3 .textbox .textbox_left .flex p span {
    font-size: 17px;
}

.content-wrap3 .content-box3 .textbox .textbox_right {
    width: 25%;
    float: right;
}

.content-box33 .textbox .flex {
  margin: 5% 0 0 0;
  display: block;
  width: 100%;
}


.content-box33 .textbox .textbox_left .flex .flex_left, .content-box33 .textbox .textbox_left .flex .flex_right {
    width: 100%;
    margin: 5% 0;
}

.content-box33-2, .content-box33-3 {
    height: 25vw;
}

.content-box33-2 a .photobox {
    width: 8vw;
}

.content-box33 .textbox .textbox_left {
    width: 100vw;
}

.content-box33 .textbox .textbox_left p:first-child {
    font-size: 5.1vw;
}

.content-box33 .textbox .textbox_left .flex .inner_flex p {
    font-size: 4vw;
}

.content-box33-2 a .textbox p {
    font-size: 7vw !important;
}

.content-box33-2 a .textbox p:last-child {
    font-size: 2.6vw !important;
}

.content-box33-3 a {
    font-size: 5vw !important;
}
.content-box33-3 a .photobox {
    width: 5vw;
}

.content-box33 .textbox .textbox_right {
  display: none;
}

.flow-right .flex{
  flex-wrap: wrap;
  align-items: flex-start;
}

.flow-right .flex .textbox{
  width: 75%;
  font-size: 3.1vw;
}

.flow-right .flex .textbox .midashi_title {
    font-size: 5vw;
}

.web_mitsumori {
    width: 85%;
    font-size: 4vw;
    margin: 5% auto;
}

.web_mitsumori p span {
    margin: 0 0 0 25px;
}

.flow-right .flex .text_right {
    font-size: 3vw;
    width: 100%;
    margin: 5% 0;
}

.flow-right .flex .flex_left {
    width: 90%;
    padding: 0%;
}

.flow-right .flex .flex_left .inner_flex {
    width: 117%;
    align-items: flex-start;
  }

.flow-right .flex:last-child .phone_img {
  max-width: 200px;
  position: absolute;
  bottom: -5px;
  right: 1vw;
  width: 13vw;
  -moz-transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
}

.flow-right .flow_text {
    font-size: 3vw;
}

.flow-right .flex .flex_left .textbox {
    margin: 0 0% 0 3%;
}

.flow-right .flex .flex_left .kessai {
    font-size: 3vw;
    width: 10vw;
    height: 10vw;
}

.web_mitsumori .photobox {
    width: 40px;
}

.web_mitsumori p span {
  margin: 0px 0 5px 5px;
  display: block;
}

.content-box32 .flexbox .flex {
    align-items: center;
    flex-direction: column;
    margin: 5% 0;
}

.content-box32 .flexbox .flex .photobox {
    margin: 0 0 3%;
    width: 60px;
}

.flow_right_img {
    min-width: 30px;
}

.flow-right .flex:nth-child(3) .flow_right_img{
    min-width: 45px !important;
}

.flow-right .flex:last-child {
    background-position: 200px 90px;
}

.head-img1 .flex1 .saiyasune, .head-img1 .flex1 .tsuhan_style {
    font-size: 18px !important;
    font-weight: bold;
}


}


@media screen and (max-width: 375px){
.topvisual .textbox2 img{
    width: 55%;
}
.circle {
    left: 5px;
    top: -5px;
}

.flow-right .flex .textbox .midashi_title {
    font-size: 20px;
}

.flow_right_img {
    min-width: 50px;
}

.flow-right .flex .textbox{
    font-size: 16px
}

.flow-right .flex .flex_left .inner_flex {
    width: 112%;
}

.flow-right .flex .flex_left .kessai {
    font-size: 15px;
    width: 15vw;
    height: 15vw;
}

.flow-right .flex .text_right,
.flow-right .flow_text {
    font-size: 14px;
}

.flow-right .flex .textbox p span {
    font-size: 12px;
}

.arrow_under,
.arrow_under2{
  width: 25px;
}
}

.sliderArea {
  max-width: 510px;
  width: 88%;
  margin: 0 auto;
  padding: 0 25px;
}
.slick-slide {
  margin: 0 5px;
}
.slick-slide img {
  width: 100%;
  height: auto;
}
.slick-prev, .slick-next {
  z-index: 1;
}
.slick-prev:before, .slick-next:before {
  color: #000;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}
.sliderArea .slide-arrow {
  background-color: #fff;
  bottom: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
}
.sliderArea .prev-arrow {
  border-bottom: 30px solid #fff;
  border-left: 0;
  border-right: 30px solid #02A0E9;
  border-top: 30px solid #fff;
  left: -40px;
}
.sliderArea .next-arrow {
  border-bottom: 30px solid #fff;
  border-left: 30px solid #02A0E9;
  border-right: 0;
  border-top: 30px solid #fff;
  right: -40px;
}
.sliderArea button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
}
