main {
    font-family: 'Noto Sans JP', Arial, sans-serif;
}
.h2wrap, .formWrap {
    background: #F0EBE7;
}
input[type="text"], input[type="tel"], input[type="email"], textarea {
    background: #F7F8F9;
}
.logo {
    width: 125px;
        z-index: 1;
}
.ttl {
    padding-top: 50px;
    padding-bottom: 50px;
}
.h2wrap h2 small {
    font-size:15px;
}
.formKochira.tac {
    margin-top: 0px;
}
.kochira01 {
    font-size:20px;
}
.formCont.contBox {
    user-select:none
}
label {
    display: flex !important;
    align-items: center;
}
.caution {
    font-size: 12px;
}
.sp {
    display: none;
}
.pc {
    display: block;
}
@media screen and (max-width: 480px) {
    .logo {
        width: 100px;
    }
    .h2wrap h2 small {
        font-size:12px;
    }
    .ttl {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .formKochira.tac {
        margin-top: 10px;
    }
    .kochira01 {
        font-size:16px;
    }
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
    .breadcrumbsSp, .mailform th {
        background: #F0EBE7;
    }
    input[type="submit"] {
        margin-top: 2rem;
    }
}

/* サンクス */

section.link {
    text-align: center;
}
.guide {
    margin-top: 3rem;
    margin-bottom: 3rem;
    font-size: 18px;
}
.guide p, .guide a {
    font-weight: bold;
}
.guide a {
    color: #B1272D;
}
.dpLinkImg {
    max-width: 350px;
    margin: 0 auto;
}
.linkBtn {
    max-width: 350px;
    margin: 1rem auto;
}
.linkBtn a {
    display: block;
    padding: 1rem;
    width: 100%;
    color: white;
    background: #B9968C;
    font-size: 16px;
    font-weight: bold;
}

@media screen and (max-width: 480px) {
    .guide {
        font-size: 12px;
    }
    .thanksTtl {
        font-size: 12px;
    }
    .guide {
        margin-top: 0;
        margin-bottom: 1rem;
    }
    .dpLinkImg {
        width: 160px;
    }

}

/* flow追加 */

.c726358 {
	color: #726358;
}
.flowWrap {
	display: flex;
}
.stepWrap {
	width: calc(100% / 3);
	padding: 30px 35px;
	position: relative;
}
.stepWrap.step1 {
	background-color: #f0ebe7;
}
.stepWrap.step2 {
	background-color: #e3d5d1;
}
.stepWrap.step3 {
	background-color: #d5c0ba;
}
.bgTriangle {
	position: absolute;
    height: 100%;
    width: 40px;
	z-index: 999;
	right: -15px;
	top: 0;
}
.step1 .bgTriangle {
	background-color: #e3d5d1;
}
.step2 .bgTriangle {
	background-color: #d5c0ba;
}
.triangle {
	position: absolute;
    height: 100%;
    width: 40px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
	z-index: 999;
	right: -15px;
	top: 0;
}
.step1 .triangle {
	background-color: #f0ebe7;
}
.step2 .triangle {
	background-color: #e3d5d1;
}
.icoStep {
	width: 220px;
}
@media screen and (max-width: 834px) {
    .flowWrap {
        flex-direction: column;
    }
    .stepWrap {
        width: 100%;
        padding: 7vw 6vw;
		text-align: center;
    }
    .bgTriangle {
        height: 6.5vw;
        width: 100%;
        right: auto;
        top: auto;
        left: 0;
        bottom: -2vw;
    }
    .triangle {
        clip-path: polygon(0 0, 100% 0, 50% 100%);
        height: 6.5vw;
        width: 100%;
        right: auto;
        top: auto;
        left: 0;
        bottom: -2vw;
    }
    .icoStep {
        width: 50%;
		margin: auto;
    }
}
@media screen and (max-width: 480px) {
    .stepWrap {
		text-align: left;
    }
    .icoStep {
        width: 75%;
		margin: auto;
    }
}
















