.con_title_box {
    text-align: center;
    font-size: 28px;
    color: #e34676;
}

.flow_box {
    display: flex;
    justify-content: center;
    gap: 10px;
    width: 800px;
    margin: 30px auto;
}
.flow_box .box.active {
    background: #e24276;
}
.flow_box .box {
    width: 30%;
    text-align: center;
    background: #edc3cb;
    padding: 10px;
    box-sizing: border-box;
    color: white;
    border-radius: 5px;
}
/*----------------------------------フォームデザイン---------------------------------------*/
.form_box {
    margin-top: 50px;
}
.row .box input {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #666666;
    box-sizing: border-box;
    font-size: 16px;
}
.row .box textarea {
    width: 100%;
    border: 1px solid #666666;
    border-radius: 5px;
    font-family: 'Noto Sans JP';
    padding: 10px;
    box-sizing: border-box;
}
.row {
    display: flex;
    padding: 25px;
    box-sizing: border-box;
    border-bottom: 1px solid gainsboro;
    align-items: center;
}
.row .ttl {
    width: 250px;
    font-weight: 500;
}
.row .box {
    width: calc(100% - 250px);
}

.row.check_box input {
    width: auto;
}
.row.align-top {
    align-items: flex-start;
}
span.req {
    font-size: 12px;
    background: #e34676;
    color: white;
    padding: 2px 5px 3px;
    box-sizing: border-box;
    border-radius: 5px;
    margin-left: 10px;
}
.ttl p {
    display: flex;
    justify-content: space-between;
    padding-right: 30px;
}
.send input {
    box-sizing: border-box;
    display: inline;
    width: 300px;
    font-size: 18px;
    border-radius: 50px;
    border: 0;
    background: #e34676;
    color: white;
    padding: 15px;
    cursor: pointer;
}
.send input.on{
	opacity:1;
}
.send{
	text-align:center;
}
.wpcf7-spinner {
    display: none !important;
}
.wpcf7-response-output {
    text-align: center;
    border: 0 !important;
    color: #e34676;
    font-weight: 500;
}
.personal .box {
    margin-bottom: 20px;
}
.personal .box .ttl {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}
.support p.ttl {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 10px;
    border-bottom: 1px solid #afafaf;
    padding-bottom: 5px;
    padding-left: 0px;
}
.box.item_box {
    display: flex;
    gap: 20px;
    max-width: 500px;
}
.form_box {
    margin-top: 50px;
    padding: 0 20px;
}
.privacy_check {
    margin-top: 40px;
}
.privacy_check p {
    text-align: center;
    font-size: 18px;
}

.row {
    display: flex;
    padding: 15px 25px;
    box-sizing: border-box;
    border-bottom: 1px solid #dcdcdc;
    align-items: center;
}
.row .box {
    width: calc(100% - 250px);
    padding-left: 30px;
    box-sizing: border-box;
    border-left: 1px solid #dcdcdc;
}
.row .ttl {
    width: 250px;
    font-weight: 500;
}
section.contents {
    max-width: 900px;
}
.box_wrap {
    background: #fcfcf8;
    padding: 20px;
    box-sizing: border-box;
	border-radius: 15px;
}
.btn_box {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
    margin-bottom: 30px;
}
.prev input {
    box-sizing: border-box;
    display: inline;
    width: 180px;
    font-size: 18px;
    border-radius: 50px;
    border: 0;
    background: #2b2b2b;
    opacity: 0.3;
    color: white;
    padding: 15px;
    cursor: pointer;
}

/*--------------------------------タブレット-----------------------------------*/
@media screen and (max-width:768px){ 
		.flow_box { 
	width:100%;
	}
	
}
/*--------------------------------スマホ-----------------------------------*/
@media screen and (max-width:667px){ 
.flow_box {
    flex-direction: column;
}
	.flow_box .box {
    width: 100%; 
	}
	h4.grad {
    font-size: 22px;
}
	section.contents {
    padding-top: 20px !important;
}
	.row {
    flex-direction: column;
}
	.row .box {
    width: 100%;
    padding-left: 0;
    box-sizing: border-box;
    border-left: 0;
		    max-width: none;
}
	.form_box {
    margin-top: 0px;
    padding: 0;
}
	.row .ttl {
    width: 100%;
    font-weight: 500;
    margin-bottom: 3px;
}
.row {
    flex-direction: column;
    padding: 0;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
	.box_wrap {
    padding: 25px;
    border-radius: 10px;
}
	.btn_box {
    flex-direction: column;
    align-items: center;
}
	.send input,.prev input,.send,.prev{
		width:100%;
	}
	.prev {
    order: 2;
}
.send {
    order: 1;
}
}