

.under-contents__container h1 {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.under-contents__container h1::after {
    content: '';
    z-index: -1;
    position: absolute;
    top: 65%;
    left: 0;
    width: 100%;
    border-bottom: 2px solid #EC4451;
}

.under-contents__container h1>span:first-child {
    background-color: #FFFFFF;
    padding: 0 60px;
    position: relative;
}

.under-contents__container h1 .h1Left::before,
.under-contents__container h1 .h1Left::after {
    position: absolute;
    left: 0;
    top: 50%;
    content: '';
}

.under-contents__container h1 .h1Left::after {
    top: 42%;
    left: -21px;
    width: 40px;
    border-bottom: 2px solid #EC4451;
    transform: translateY(-25%) rotate(75deg);
}

.under-contents__container h1 .h1Left::before {
    top: 60%;
    left: -17px;
    width: 25px;
    border-bottom: 2px solid #EC4451;
    transform: translateY(-25%) rotate(65deg);
}

.under-contents__container h1 .h1Right::before,
.under-contents__container h1 .h1Right::after {
    position: absolute;
    right: 0;
    top: 50%;
    content: '';
}

.under-contents__container h1 .h1Right::after {
    top: 42%;
    right: -21px;
    width: 40px;
    border-bottom: 2px solid #EC4451;
    transform: translateY(-25%) rotate(-75deg);
}

.under-contents__container h1 .h1Right::before {
    top: 60%;
    right: -17px;
    width: 25px;
    border-bottom: 2px solid #EC4451;
    transform: translateY(-25%) rotate(-65deg);
}

.under-contents__container h2 {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 50px;
    position: relative;
}

.under-contents__container2 h2 {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 50px;
    position: relative;
}

.under-contents__container h2::after {
    position: absolute;
    content: '';
    bottom: -20px;
    left: 45%;
    width: 10%;
    border-bottom: 3px solid;
    border-image: linear-gradient(to left, #F5A52C 0%, #EC4451 100%);
    border-image-slice: 1;
}

.under-contents__container2 h2::after {
    position: absolute;
    content: '';
    bottom: -20px;
    left: 45%;
    width: 10%;
    border-bottom: 3px solid;
    border-image: linear-gradient(to left, #F5A52C 0%, #EC4451 100%);
    border-image-slice: 1;
}

.colorRed {
    color: #EC4451;
}

.textContent {
    margin: 0 auto 50px auto;
    max-width: 800px;
}

.taikenMeritList {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    column-gap: 30px;
}

.taikenMeritList li {
    padding: 5px 14px;
/*     border-left: 5px solid; */
/*     border-image: linear-gradient(to bottom, #F5A52C 0%, #EC4451 100%); */
    border-image-slice: 1;
    box-shadow: 0 5px 10px #CCC;
    width: 163px;
			background-color:#000000;
		color:#ffffff;
		text-align:center;
		font-weight:bold;
}

.taikenMeritList li:last-child {
    margin-right: 0;
}

.meritImages {
    display: flex;
    justify-content: center;
    column-gap: 30px;
}

.meritImages figure {
    width: 392px;
}

.meritImages img {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}

.taikenButton {
    margin-bottom: 50px;
}

.taikenButton a {
    padding: 20px 30px;
    font-weight: bold;
    color: #FFFFFF;
    width: fit-content;
    margin: 0 auto;
    background: transparent linear-gradient(90deg, #EB3E53, #F5A52C) 0 0 no-repeat padding-box;
}

.lessonDiscription {
    width: 60%;
    margin: 0 auto;
    padding: 50px 0 70px;
    background-color: #FFFFFF;
    text-align: center;
    position: relative;
}

.lessonDiscription::after {
    position: absolute;
    content: '';
    top: -20px;
    left: -20px;
    width: 100%;
    height: 100%;
    border: 5px solid;
    border-image: linear-gradient(to right bottom, #F5A52C 0%, #EC4451 100%);
    border-image-slice: 1;
}

.lessonDiscription p:first-child {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
}

.lessonDiscription p:nth-child(2) {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.lessonDiscription .price {
    font-size: 46px;
    line-height: 46px;
    font-weight: bold;
    color: #EC4451;
}

.lessonDiscription .ruby {
    display: flex;
    flex-direction: column;
}

.lessonDiscription .ruby .tax {
    font-size: 9px;
    line-height: 8px;
}

.lessonDiscription .ruby .yen,
.lessonDiscription .count {
    font-size: 30px;
    line-height: 35px;
}

.lessonDiscription p:nth-child(3) {
    font-size: 18px;
    font-weight: bold;
    width: fit-content;
    padding: 0 50px 10px;
    border-bottom: 1px solid #333;
    margin: 0 auto 20px;
}

.lessonDiscription p:nth-child(4) {
    font-weight: bold;
}

.taikenContent {
    display: flex;
    position: relative;
    margin-bottom: 70px;
    justify-content: center;
}

.taikenContent::before {
    content: '';
    position: absolute;
    bottom: -45px;
    left: calc(50% - 15px);
    width: 30px;
    height: 30px;
    background: linear-gradient(45deg, transparent 50%, #EC4451 50%, #F5A52C 100%);
    transform: rotate(135deg);
}

.taikenContentLast:before {
    background: transparent;
}

.taikenContentLeft {
    width: 40%;
    margin-right: 10px;
}

.taikenContentTitle {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.taikenContentTitle p:nth-child(2) {
    font-size: 18px;
}

.taikenContentStep {
    text-align: center;
    border: 1px solid #EC4451;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.taikenContentStep p {
    font-size: 10px;
    line-height: 10px;
    color: #EC4451;
}

.taikenContentRight {
    width: 30%;
}

.taikenContentRight img {
    width: 100%;
    height: auto;
}

.corceContentWapper h2 {
    flex-grow: 1;
    width: 100%;
}

.corceContentWapper section .discription h2 {
    border: none !important;
    text-align: left;
    color: #EC4451;
}

.corceContentWapper section .discription h2::after {
    border: none;
}

.corceContentWapper .under-contents__container {
    justify-content: center;
    column-gap: 50px;
}

.corceContentWapper section {
    background-color: #FFFFFF;
}

.corceContentWapper section .discription {
    min-height: 227.5px;
    box-shadow: none;
}

.meritArea {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.meritArea * {
    margin-bottom: 50px;
}

.meritArea img {
    width: 100%;
    height: auto;
    margin: 0 auto 50px;
}

.meritArea>h2 {
    flex-grow: 1;
    width: 100%;
}

.meritContent {
    width: 40%;
}

.accordion {
    margin: 3em auto;
    max-width: 60vw;
}

.QA {
    background-image: linear-gradient(120deg, rgba(255, 211, 126, .08), rgba(252, 92, 108, .08));
    padding: 50px 0;
    margin-bottom: 50px;
}

.QA .under-contents__container {
    background-color: #FFFFFF;
    padding: 50px 30px;
}

.toggle {
    display: none;
}

.option {
    position: relative;
    border-bottom: solid 1px #ccc;
}

.title,
.content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
}

.title {
    padding: 1em 0;
    display: block;
    color: #333;
    font-weight: normal;
}

.title::after,
.title::before {
    content: "";
    position: absolute;
    right: 1.25em;
    top: 1.25em;
    width: 2px;
    height: 0.75em;
    background-color: #C52A3C;
    transition: all 0.3s;
}

.title::after {
    transform: rotate(90deg);
}

.title::first-letter {
    color: #EC4451;
}

.content {
    max-height: 0;
    overflow: hidden;
}

.content p {
    margin: 0;
    padding: 0.5em 2em 1em 0;
    font-size: 0.9em;
    line-height: 1.5;
}

.toggle:checked+.title+.content {
    max-height: 500px;
    transition: all 1.5s;
}

.toggle:checked+.title::before {
    transform: rotate(90deg) !important;
}

#contact {
    max-width: 1100px;
    padding: 60px 4% 0 4%;
    margin: 0 auto;
}

.h-text {
    text-align: center;
}


.form-container {
    max-width: 800px;
    margin: 60px auto;
    padding: 0 4%;
}

form div {
    margin-bottom: 14px;
}

label {
    display: block;
    font-weight: bold;
    font-size: 17px;
    color: #000000;
}

.textform {
    width: 100%;
    padding: 1% 1%;
    border: 1px solid #c6c6c6;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 3px rgb(0 0 0 / 5%) inset;
    box-shadow: 1px 1px 3px rgb(0 0 0 / 5%) inset;
}

textarea {
    width: 100%;
    height: 110px;
    padding: 1% 1%;
    border: 1px solid #c6c6c6;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 3px rgb(0 0 0 / 5%) inset;
    box-shadow: 1px 1px 3px rgb(0 0 0 / 5%) inset;
    margin-top: 10px;
}

.required {
    background-color: #C52A3C;
    color: #ffffff;
    padding: 0px 5px;
    margin: 0px 0px 0px 10px
}

.any {
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #000000;
    padding: 0px 5px;
    margin: 0px 0px 0px 10px
}

.contact-item {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 120px;
}

.contact-btn {
    width: 400px;
    padding: 20px 0;
    font-weight: bold;
    color: #ffffff;
    font-size: 17px;
    background: transparent linear-gradient(90deg, #EB3E53, #F5A52C) 0 0 no-repeat padding-box;
    border-radius: 6px;
    border: 1px solid #ffffff;
}

.contact-btn:hover {
    opacity: 0.7;
}

.wpcf7-list-item-label {
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    margin-top: 6px;
}

.wpcf7-list-item-label a {
    color: #1571DA;
    display: inline-block;
}

.wpcf7-list-item {
    margin: 0;
}

.discription h3 {
    color: #C52A3C;
    padding-bottom: 10px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date" i] {
    -webkit-appearance: none;
    width: 100%;
    height: auto;
    padding: 1% 1%;
    border: 1px solid #c6c6c6;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 3px rgb(0 0 0 / 5%) inset;
    box-shadow: 1px 1px 3px rgb(0 0 0 / 5%) inset;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: start;
}

input[type="date" i] {
    width: 35%;
}


select {
    width: 35%;
    height: 20px;
    padding: 1% 1%;
    border: 1px solid #c6c6c6;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 3px rgb(0 0 0 / 5%) inset;
    box-shadow: 1px 1px 3px rgb(0 0 0 / 5%) inset;
    box-sizing: content-box;
    margin: 10px 0;
}

.nittei {
    display: none;
}

.contact-privacy {
    text-align: center;
    margin-top: 30px;
    max-width: 378px;
    margin: 0 auto;
}


.contact-privacy a {
    color: #1571DA;
    display: inline-block;
}

.wpcf7-list-item.first {
    margin: 0;
}


.wpcf7-list-item-label {
    cursor: pointer;
    display: flex;
    font-size: 15px;
}

.wpcf7-spinner {
    display: none !important;
}
/* ラジオボタンのデフォルトのボタン */
/* // デフォルトのボタンを非表示 */
input[type="radio"] {
    opacity: 0;
    position: absolute;
}

/* チェック前のボタン */
/* // ラジオボタンっぽく丸くする */
/* // 色をじんわり変化させる */
.wpcf7-list-item-label::before {
    background: #fff;
    border: 1px solid #333;
    border-radius: 100%;
    content: "";
    height: 1.0em;
    margin-bottom: auto;
    margin-right: 2px;
    margin-top: auto;
    transition: background-color .5s;
    width: 1.0em;
}

/* チェック後のボタン */
/* // チェック後の中心の色 */
/* // 中心の色のスタイル */
input[type="radio"]:checked+.wpcf7-list-item-label::before {
    background-color: #C52A3C;
    box-shadow: inset 0 0 0 3px #fff;
}

input.contact-btn {
    width: 400px;
    padding: 20px 0;
    background: transparent linear-gradient(90deg, #EB3E53, #F5A52C) 0 0 no-repeat padding-box;
    font-weight: bold;
    font-size: 20px;
    color: #ffffff;
    border-radius: 0px;
    border: #ffffff;
}

.wpcf7-spinner {
    display: none !important;
}


/* チェックボックスのデフォルトのボタン */
/* // デフォルトのボタンを非表示 */
input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

/* チェック後のボタン */
/* // チェック後の中心の色 */
/* // 中心の色のスタイル */
input[type="checkbox"]:checked+.wpcf7-list-item-label::before {
    background-color: #C52A3C;
    box-shadow: inset 0 0 0 3px #fff;
}

.wpcf7-list-item {
    display: block !important;
    margin: 0 !important;
}

.kubouzyukou{
    margin-bottom: 8px;
}

.trial-catch {
    font-size: 29px;
    font-weight: bold;
    text-align: center;
    padding: 50px 0;
}

.trial-catch span
 {
    color: #EC4451;
}
.HIGHSPEED img{
	margin: 0 auto;
	width:1000px;
}




.slider_parent {
  position: relative;
  overflow: hidden;
}
.slider_parent .slider {
  display: flex;
}
.text_scroll {
  animation: scroll 80s linear infinite;
}
.text_scroll_reverse {
  animation: scroll 80s linear infinite;
  animation-direction: reverse !important; 
}
.logos {
  flex-shrink: 0;
}
.slider_parent ul li {
  margin-left: 10px;
  margin-right: 10px;
}
.slider_parent ul li {
  display: inline-block;
}
.slider_parent ul {
  padding: 0;
  margin: 0;
  display: flex;
}
.slider_parent ul li > a img {
  transition: 0.4s;
}
.slider_parent ul li > a img {
  max-width: 100% !important;
}
@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@media only screen and (max-width: 768px) {
  .slider_parent ul li {
    margin-left: 5px;
    margin-right: 5px;
  }
  .slider_parent ul li img {
    height: 60px;
    width: auto;
  }
  .text_scroll {
    animation: scroll 70s linear infinite;
  }
}

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

    .trial-catch {
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        padding: 40px 0;
    }
    .under-contents__container h1 {
        text-align: center;
        margin-bottom: 50px;
        position: relative;
        font-size: 22px;
    }

    .under-contents__container h1::after {
        content: '';
        z-index: -1;
        position: absolute;
        top: 65%;
        left: 0;
        width: 100%;
        border-bottom: 2px solid #EC4451;
    }

    .under-contents__container h1>span:first-child {
        background-color: #FFFFFF;
        padding: 0 16px;
        position: relative;
    }

    .under-contents__container h1 .h1Left::before,
    .under-contents__container h1 .h1Left::after {
        position: absolute;
        left: 0;
        top: 50%;
        content: '';
    }

    .under-contents__container h1 .h1Left::after {
        top: 42%;
        left: -21px;
        width: 40px;
        border-bottom: 2px solid #EC4451;
        transform: translateY(-25%) rotate(75deg);
    }

    .under-contents__container h1 .h1Left::before {
        top: 60%;
        left: -17px;
        width: 25px;
        border-bottom: 2px solid #EC4451;
        transform: translateY(-25%) rotate(65deg);
    }

    .under-contents__container h1 .h1Right::before,
    .under-contents__container h1 .h1Right::after {
        position: absolute;
        right: 0;
        top: 50%;
        content: '';
    }

    .under-contents__container h1 .h1Right::after {
        top: 42%;
        right: -21px;
        width: 40px;
        border-bottom: 2px solid #EC4451;
        transform: translateY(-25%) rotate(-75deg);
    }

    .under-contents__container h1 .h1Right::before {
        top: 60%;
        right: -17px;
        width: 25px;
        border-bottom: 2px solid #EC4451;
        transform: translateY(-25%) rotate(-65deg);
    }

    .under-contents__container h2 {
        text-align: center;
        font-size: 19px;
        font-weight: bold;
        margin-bottom: 50px;
        position: relative;
    }

    .under-contents__container2 h2 {
        text-align: center;
        font-size: 19px;
        font-weight: bold;
        margin-bottom: 50px;
        position: relative;
    }

    .under-contents__container h2::after {
        position: absolute;
        content: '';
        bottom: -20px;
        left: 45%;
        width: 10%;
        border-bottom: 3px solid;
        border-image: linear-gradient(to left, #F5A52C 0%, #EC4451 100%);
        border-image-slice: 1;
    }

    .under-contents__container2 h2::after {
        position: absolute;
        content: '';
        bottom: -20px;
        left: 45%;
        width: 10%;
        border-bottom: 3px solid;
        border-image: linear-gradient(to left, #F5A52C 0%, #EC4451 100%);
        border-image-slice: 1;
    }

    .colorRed {
        color: #EC4451;
    }

    .textContent {
        margin: 0 auto 50px auto;
        max-width: 800px;
    }

    .taikenMeritList {
        display: flex;
        justify-content: center;
        margin-bottom: 50px;
        column-gap: 10px;
        font-size: 11px;
        letter-spacing: 0px;
    }

    .taikenMeritList li {
        padding: 5px 2px;
/*         border-left: 5px solid; */
/*         border-image: linear-gradient(to bottom, #F5A52C 0%, #EC4451 100%); */
        border-image-slice: 1;
        box-shadow: 0 5px 10px #CCC;
        width: 163px;
		background-color:#000000;
		color:#ffffff;
		text-align:center;
		font-weight:bold;
    }

    .taikenMeritList li:last-child {
        margin-right: 0;
    }

    .meritImages {
        display: flex;
        justify-content: center;
        column-gap: 12px;
    }

    .meritImages figure {
        width: 392px;
    }

    .meritImages img {
        width: 100%;
        height: auto;
        margin-bottom: 50px;
    }

    .taikenButton {
        margin-bottom: 50px;
    }

    .taikenButton a {
        padding: 20px 30px;
        font-weight: bold;
        color: #FFFFFF;
        width: fit-content;
        margin: 0 auto;
        background: transparent linear-gradient(90deg, #EB3E53, #F5A52C) 0 0 no-repeat padding-box;
        font-size: 14px;
    }

    .lessonDiscription {
        width: 96%;
        margin: 0 auto;
        padding: 50px 0 70px;
        background-color: #FFFFFF;
        text-align: center;
        position: relative;
    }

    .lessonDiscription::after {
        position: absolute;
        content: '';
        top: -12px;
        left: -12px;
        width: 100%;
        height: 100%;
        border: 3px solid;
        border-image: linear-gradient(to right bottom, #F5A52C 0%, #EC4451 100%);
        border-image-slice: 1;
    }

    .lessonDiscription p:first-child {
        font-weight: bold;
        font-size: 18px;
        margin-bottom: 20px;
    }

    .lessonDiscription p:nth-child(2) {
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }

    .lessonDiscription .price {
        font-size: 35px;
        line-height: 46px;
        font-weight: bold;
        color: #EC4451;
    }

    .lessonDiscription .ruby {
        display: flex;
        flex-direction: column;
    }

    .lessonDiscription .ruby .tax {
        font-size: 9px;
        line-height: 8px;
    }

    .lessonDiscription .ruby .yen,
    .lessonDiscription .count {
        font-size: 22px;
        line-height: 35px;
    }

    .lessonDiscription p:nth-child(3) {
        font-size: 15px;
        font-weight: bold;
        width: fit-content;
        padding: 0 50px 10px;
        border-bottom: 1px solid #333;
        margin: 0 auto 20px;
    }

    .lessonDiscription p:nth-child(4) {
        font-weight: bold;
    }

    .taikenContent {
        display: flex;
        position: relative;
        margin-bottom: 70px;
        justify-content: center;
    }

    .taikenContent::before {
        content: '';
        position: absolute;
        bottom: -45px;
        left: calc(50% - 15px);
        width: 24px;
        height: 24px;
        background: linear-gradient(45deg, transparent 50%, #EC4451 50%, #F5A52C 100%);
        transform: rotate(135deg);
    }

    .taikenContentLast:before {
        background: transparent;
    }

    .taikenContentLeft {
        width: 50%;
        margin-right: 10px;
    }

    .taikenContentTitle {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }

    .taikenContentTitle p:nth-child(2) {
        font-size: 15px;
    }

    .taikenContentStep {
        text-align: center;
        border: 1px solid #EC4451;
        border-radius: 100px;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 15px;
    }

    .taikenContentStep p {
        font-size: 10px;
        line-height: 10px;
        color: #EC4451;
    }

    .taikenContentRight {
        width: 40%;
    }

    .taikenContentRight img {
        width: 100%;
        height: auto;
    }

    .corceContentWapper h2 {
        flex-grow: 1;
        width: 100%;
    }

    .corceContentWapper section .discription h2 {
        border: none !important;
        text-align: left;
        color: #EC4451;
    }

    .corceContentWapper section .discription h2::after {
        border: none;
    }

    .corceContentWapper .under-contents__container {
        justify-content: space-between;
    }

    .corceContentWapper section {
        background-color: #FFFFFF;
    }

    .corceContentWapper section .discription {
        min-height: auto;
        box-shadow: none;
    }

    .meritArea {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        flex-direction: column;
    }

    .meritArea * {
        margin-bottom: 20px;
    }

    .meritArea img {
        width: 100%;
        height: auto;
        margin: 0 auto 20px;
    }

    .meritArea>h2 {
        flex-grow: 1;
        width: 100%;
    }

    .meritContent {
        width: 100%;
    }

    .accordion {
        margin: 3em auto;
        max-width: 60vw;
    }

    .QA {
        background-image: linear-gradient(120deg, rgba(255, 211, 126, .08), rgba(252, 92, 108, .08));
        padding: 50px 0;
        margin-bottom: 0px;
    }

    .QA .under-contents__container {
        background-color: #FFFFFF;
        padding: 50px 4%;
    }

    .toggle {
        display: none;
    }

    .option {
        position: relative;
        border-bottom: solid 1px #ccc;
    }

    .title,
    .content {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transform: translateZ(0);
        transition: all 0.3s;
    }

    .title {
        padding: 1em;
        padding-left: 0em;
        padding-right: 2em;
        display: block;
        color: #333;
        font-weight: normal;
        font-size: 14px;
    }

    .title::after,
    .title::before {
        content: "";
        position: absolute;
        right: 1.25em;
        top: 1.25em;
        width: 2px;
        height: 0.75em;
        background-color: #C52A3C;
        transition: all 0.3s;
    }

    .title::after {
        transform: rotate(90deg);
    }

    .title::first-letter {
        color: #EC4451;
    }

    .content {
        max-height: 0;
        overflow: hidden;
    }

    .content p {
        margin: 0;
        padding: 0.5em 2em 1em 0;
        font-size: 12px;
        line-height: 1.5;
    }

    .toggle:checked+.title+.content {
        max-height: 500px;
        transition: all 1.5s;
    }

    .toggle:checked+.title::before {
        transform: rotate(90deg) !important;
    }

    #contact {
        max-width: 1100px;
        padding: 60px 4% 0 4%;
        margin: 0 auto;
    }

    .h-text {
        text-align: center;
    }


    .form-container {
        max-width: 800px;
        margin: 60px auto;
        padding: 0 4%;
    }

    form div {
        margin-bottom: 14px;
    }

    label {
        display: block;
        font-weight: bold;
        font-size: 15px;
        color: #000000;
    }

    .textform {
        width: 100%;
        padding: 1% 1%;
        border: 1px solid #c6c6c6;
        border-radius: 3px;
        -webkit-box-shadow: 1px 1px 3px rgb(0 0 0 / 5%) inset;
        box-shadow: 1px 1px 3px rgb(0 0 0 / 5%) inset;
    }

    textarea {
        width: 100%;
        height: 110px;
        padding: 1% 1%;
        border: 1px solid #c6c6c6;
        border-radius: 3px;
        -webkit-box-shadow: 1px 1px 3px rgb(0 0 0 / 5%) inset;
        box-shadow: 1px 1px 3px rgb(0 0 0 / 5%) inset;
        margin-top: 10px;
    }

    .required {
        background-color: #C52A3C;
        color: #ffffff;
        padding: 0px 5px;
        margin: 0px 0px 0px 10px
    }

    .any {
        background-color: #ffffff;
        color: #000000;
        border: 1px solid #000000;
        padding: 0px 5px;
        margin: 0px 0px 0px 10px
    }

    .contact-item {
        text-align: center;
        margin-top: 30px;
        margin-bottom: 120px;
    }

    .contact-btn {
        width: 290px;
        padding: 20px 0;
        font-weight: bold;
        color: #ffffff;
        font-size: 17px;
        background: transparent linear-gradient(90deg, #EB3E53, #F5A52C) 0 0 no-repeat padding-box;
        border-radius: 6px;
    }

    .contact-btn:hover {
        opacity: 0.7;
    }

    .contact-privacy {
        text-align: center;
        margin-top: 30px;
    }

    .contact-privacy a {
        color: #1571DA;
        display: inline-block;
    }

    input[type="text"],
    input[type="email"],
    input[type="tel"],
    input[type="date" i] {
        -webkit-appearance: none;
        width: 100%;
        height: 20px;
        padding: 1% 1%;
        border: 1px solid #c6c6c6;
        border-radius: 3px;
        -webkit-box-shadow: 1px 1px 3px rgb(0 0 0 / 5%) inset;
        box-shadow: 1px 1px 3px rgb(0 0 0 / 5%) inset;
        margin-top: 10px;
        margin-bottom: 16px;
        text-align: left;
        text-align: -webkit-left;
        background-color: #fff;
        color: #000000;
    }

    input[type="date" i] {
        width: 30%;
    }

    select {
        -webkit-appearance: none;
        width: 100%;
        height: 20px;
        padding: 1% 1%;
        border: 1px solid #c6c6c6;
        border-radius: 3px;
        -webkit-box-shadow: 1px 1px 3px rgb(0 0 0 / 5%) inset;
        box-shadow: 1px 1px 3px rgb(0 0 0 / 5%) inset;
        box-sizing: content-box;
        margin: 10px 0;
        background-color: #fff;
        color: #000000;
    }

    .wpcf7-form-control-wrap{
        text-align: left;

    }
    .wpcf7-list-item-label {
        text-align: center;
        max-width: 378px;
        margin: 0;
        font-size: 12px;
        font-weight: normal;
        margin-top: 6px;
    }

    .wpcf7-list-item-label a {
        color: #1571DA;
        display: inline-block;
    }

    .wpcf7-list-item {
        margin: 0;
    }

    .wpcf7-list-item-label {
        cursor: pointer;
        display: flex;
        font-size: 12px;
    }

    /* ラジオボタンのデフォルトのボタン */
    /* // デフォルトのボタンを非表示 */
    input[type="radio"] {
        opacity: 0;
        position: absolute;
    }

    /* チェック前のボタン */
    /* // ラジオボタンっぽく丸くする */
    /* // 色をじんわり変化させる */
    .wpcf7-list-item-label::before {
        background: #fff;
        border: 1px solid #333;
        border-radius: 100%;
        content: "";
        height: 1.0em;
        margin-bottom: auto;
        margin-right: 2px;
        margin-top: auto;
        transition: background-color .5s;
        width: 1.0em;
    }

    /* チェック後のボタン */
    /* // チェック後の中心の色 */
    /* // 中心の色のスタイル */
    input[type="radio"]:checked+.wpcf7-list-item-label::before {
        background-color: #C52A3C;
        box-shadow: inset 0 0 0 2px #fff;
    }

    input.contact-btn {
        width: 300px;
        padding: 15px 0;
        background: transparent linear-gradient(90deg, #EB3E53, #F5A52C) 0 0 no-repeat padding-box;
        font-weight: bold;
        font-size: 20px;
        color: #ffffff;
        border-radius: 0px;
        border: #ffffff;
    }

    .wpcf7-spinner {
        display: none !important;
    }


    /* チェックボックスのデフォルトのボタン */
    /* // デフォルトのボタンを非表示 */
    input[type="checkbox"] {
        opacity: 0;
        position: absolute;
    }

    /* チェック後のボタン */
    /* // チェック後の中心の色 */
    /* // 中心の色のスタイル */
    input[type="checkbox"]:checked+.wpcf7-list-item-label::before {
        background-color: #C52A3C;
        box-shadow: inset 0 0 0 2px #fff;
    }

    .contact-privacy {
        text-align: center;
        margin-top: 30px;
        max-width: 378px;
        margin: 0 auto;
        font-size: 12px;
    }

    .contact-privacy a {
        color: #1571DA;
        display: inline-block;
    }

    .wpcf7-list-item first last{
        font-size: 12px;
    }

    .wpcf7-form-control > wpcf7-list-item-label{
        justify-content: center;

    }

    .wpcf7-list-item {
        display: block !important;
        margin: 0 !important;
    }

    .kubouzyukou{
        margin-bottom: 8px;
    }

}
