* {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    color: #000;
}
br {
	display: none;
}
/* ::-webkit-scrollbar {
    width: 13px;
    height: 13px;
}
::-webkit-scrollbar-track {
    background: #ffffff;
}
::-webkit-scrollbar-thumb {
    background: #797979;
    width: 10px;
    border: solid #ffffff 3px;
    border-radius: 6.5px;
} */

/* 全体 */

.title_container {
    margin: 0 auto;
    padding: 10px 0;
    width: 100%;
    color: #ffffff;
    background: #16a085;
}
.title_container .title_box {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1000px;
}
.title_box .title {
    font-size: 2rem;
}
/* 入力画面 */

.item_container {
    width: min(
        100% - 5%, 
        900px
    );
    margin-top: 30px;
    margin-inline: auto;
}

.list_container {
    display: grid;
    min-height: 800px;
    grid-template-rows: 120px 120px 120px 1fr 1fr;
}
.list_item {
    display: grid;
    grid-template-columns: 1fr 2.1fr;
    border: solid 1px #707070;
    border-bottom: 0px;
}
.list_item:nth-child(5) {
    border-bottom: solid 1px #707070;
}
.left_box {
    background: #E8FDFF;
    border-right: solid 1px #707070;
}
.left_txt_box {
    display: flex;
    margin-top: 22px;
    margin-left: 5%;
}
.left_txt {
    font-size: 0.85rem;
    font-weight: 600;
}

.right_box {
    background-color: #ffffff;
}
.right_txt_box {
	display: flex;
	flex-direction: column;
}
.add_list {
	display: grid;
    grid-template-rows: 1fr 1fr 1fr 1fr;
}
.add_item {
    margin: 15px;
    display: grid;
    grid-template-columns: 1fr 2fr;
}
.add_item p {
    display: contents;
}
/* .add_item input {
    width: 55%;
} */
.address {
    /* width: 30%; */
    font-size: 0.85rem;
}

.right_txt_box p {
    display: contents;
}
.right_txt_box span:nth-child(1) {
    display: contents;
}
.list_input {
    margin: 20px;
    width: 80%;
    height: 15.75px;
}
.message {
    margin: 3% 10%;
    min-width: 80%;
    min-height: 250px;
    resize: none;
}

.must {
    margin-left: auto;
    margin-right: 15px;
    padding: 0 7px;
    max-width: 30px;
    min-width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
    background: #FF3D3D;
}

.checkbox_container {
    display: flex;
    margin-top: 15px;
    padding: 12px 20px;
    max-width: 1000px;
    text-align: center;
    background-color: #f0f7fc;
}
.checkbox_container .must {
    margin: 0;
}
.checkbox_container label {
    display: flex;
    margin: 0 auto;
}
#checkbox {
    margin-top: 8.8px;
    margin-right: 10px;
}
.checkbox_txt {
    padding-top: 3.5px;
    font-size: 14px;
}

.check {
    margin: 20px 0;
    text-align: center;
    font-size: 14px;
}

.submit_container {
    margin: 0 auto;
    width: 300px;
    height: 200px;
}
#confirm {
    margin: 20px auto;
    padding: 15px 0;
    width: 100%;
    max-width: 300px;
    border: none;
    border-radius: 35px;
    text-align: center;
    background: hsl(226, 100%, 70%);
    color: #ffffff;
    transition: 0.5s;
}
#confirm:hover {
    background: hsl(226, 100%, 65%);
    transition: 0.5s;
}
#confirm:active {
    background: hsl(226, 100%, 55%);
    transition: 0.5s;
}

/* .button {
    margin: 20px auto;
    padding: 15px 0;
    width: 100%;
    max-width: 300px;
    border-radius: 35px;
    text-align: center;
    background: #829FFF;
    color: #ffffff;
    transition: 0.5s;
}
.button:hover {
    margin: 20px auto;
    padding: 15px 0;
    width: 100%;
    max-width: 300px;
    border-radius: 35px;
    text-align: center;
    background: #567dfd;
    color: #ffffff;
    transition: 0.5s;
} */

@media screen and (max-width:600px) {
    .title_box .title {
        font-size: 25px;
    }
    .list_container {
        min-height: 70px;
    }
    .list_container {
        display: grid;
        min-height: 700px;
        grid-template-rows: 1fr 1fr 1fr 300px 4fr;
    }
    .list_item {
        display: grid;
        grid-template-columns: none;
        grid-template-rows: 40px 2fr;
        border: solid 1px #707070;
        border-bottom: 0px;
    }
	.list_input {
		margin-top: 0;
	}
    .add_item {
        margin: 10px;
    }
	.add_item .list_input {
		margin: 0;
	}
    .left_box {
        border-right: none;
        border-bottom: solid 1px #707070;
    }
	/* .add_list {
        display: grid;
        grid-template-rows: 50px 50px 50px 50px;
    } */
    /* .list_container .right_txt_box {
        min-height: 40px;
    }
    .list_container .add_list {
        margin-top: 20px;
    }
    .list_container .add_container {
        margin-bottom: 10px;
    } */
    .add_container input {
        margin: 0;
    }
    .address {
        margin: 0;
        padding: 0;
        font-size: 11px;
    }
    .check_container {
        min-height: 34px;
    }
    .check_container .right_txt_box {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .left_txt_box {
        display: flex;
        flex-direction: row;
        margin-top: 10px;
    }
    .left_txt,
    .right_txt {
        font-size: 8.5px;
    }

    .chuui {
        font-size: 11px;
    }
    .text_area p {
        font-size: 12px;
    }

    .checkbox_txt {
        padding: 0;
        font-size: 11px;
    }
    #checkbox {
        margin-top: 2.3px;
        margin-right: 4px;
    }
    .check {
        font-size: 11px;
    }

    .button {
        margin: 20px auto;
        padding: 15px 0;
        width: 100%;
        max-width: 300px;
        border-radius: 35px;
        text-align: center;
        background: #829FFF;
        color: #ffffff;
    }
    .button:hover {
        margin: 20px auto;
        padding: 15px 0;
        width: 100%;
        max-width: 300px;
        border-radius: 35px;
        text-align: center;
        background: #567dfd;
        color: #ffffff;
    }
	
	
	.must {
		margin-left: auto;
		margin-right: 5px;
		padding: 0 5px;
		max-width: 20px;
		min-width: 20px;
		height: 17px;
		font-size: 8px;
		line-height: 17px;
		color: #fff;
		font-weight: 500;
		background: #FF3D3D;
	}
	
}



.bottom_container {
	margin: 25px 0 0 0;
/* 	background: #fff; */
}

.bottom_item_box:nth-child(2) {
    margin-top: 25px;
}
.bottom_item_list {
    display: flex;
    flex-direction: column;
    gap: 17px;
    margin-top: 30px;
    margin-left: 30px;
}
.bottom_item_online {
	line-height: 1.3rem;
}
.bottom_item {
    display: flex;
}
.bottom_item h2 {
	font-weight: bold;
    font-size: 1.4rem;
    line-height: 2rem;
}
.bottom_item p {
    padding-left: 20px;
	font-size: 0.8rem;
    line-height: 2rem;
}
.bottom_radio_item,
.bottom_check_item{
	display: flex;
}
.bottom_radio_item input{
	width: 15px;
	height: 20px;
}
.bottom_check_item input{
	width: 15px;
	height: 15px;
}
.bottom_radio_item span,
.bottom_check_item span{
	padding-left: 15px;
	height: 25px;
	line-height: 25px;
}

.bottom_check_item {
	margin: 0 auto;
	margin-top: 50px;
	padding: 10px 0;
	max-width: 100%;
	background: #E8FDFF;
}
.bottom_check {
	margin: 0 auto;
	max-width: 240px;
}

.text_area {
    margin: 10px 0;
	padding-top: 15px;
	padding: 0 1.2%;
    width: 97.6%;
    height: 200px;
    overflow: auto;
    border: solid 0.5px #CCCCCC;
    font-size: 1rem;
	line-height: 1.5rem;
	background: #fff;
}
.text_area .center {
	text-align: center;
}
.text_area h2 {
	margin-top: 25px;
	font-size: 1.1rem;
	font-weight: bold;
}



@media screen and (max-width:600px) {
	.bottom_item_list {
		gap: 10px;
		margin-top: 20px;
	}
}


.thanks_container {
	margin: 0 auto;
    margin-top: 20vw;
    padding: 0 20px;
    max-width: 750px;
	height: 35vw;
}
.thanks_container p {
	font-size: 1.1rem;
	line-height: 1.5rem;
}

.wpcf7-not-valid-tip {
	margin: 5px;
	margin-left: 20px;
}

.wpcf7-response-output {
	margin: 0;
	text-align: center;
	
}

