@charset "utf-8";
/*
Theme Name: 専用テーマ
Theme URI:
Description:
Version: 1.02
Author: WordPressマスター
Author URI: https://coconala.com/users/15338
License:
License URI:
Tags:
*/

.o_form {
	padding: 50px;
	border-radius: 10px;
	border: 1px solid #ccc;
	margin: 50px 0;
}
.o_form dl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.o_form dl span.nini {
	display: inline-block;
    float: left;
    color: #ffffff;
    line-height: 1;
    padding: 8px 9px;
    border-radius: 3px;
	background: #2e6da4;
}
.o_form dl span.hissu {
	display: inline-block;
    float: left;
    color: #ffffff;
    line-height: 1;
    padding: 8px 9px;
    border-radius: 3px;
	background: #ff0000;
}
.o_form dt {
	width: 35%;
	border-bottom: 1px dotted #ccc;
	padding: 15px;
}
.o_form dt p {
	display: flex;
	justify-content: space-between;
	align-content: center;
}
.o_form dd {
	width: 65%;
		border-bottom: 1px dotted #ccc;
		padding: 15px;
}
.o_form dd input {
    padding: 10px;
    border-radius: 3px;
	border: 1px dotted #ccc;
	background: #f2f2f2;
	width: 100%;
}
.o_form dd textarea {
    padding: 10px;
    border-radius: 3px;
	border: 1px dotted #ccc;
	background: #f2f2f2;
	width: 100%;
}

.o_form .submit {text-align: center; margin-top: 30px;}
.o_form input[type="submit"] {
    padding: 9px 15px;
    vertical-align: middle;
    line-height: 1;
    background: #5cb85c;
    border: 1px solid #4cae4c;
    border-radius: 3px;
    color: #ffffff;
    font-family: inherit;
    -webkit-appearance: none;
    font-size: 100%;
}
.o_form input[type="submit"]:hover {
	cursor: pointer;
	background: #a39a70;
	border: 1px solid #a39a70;
}

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



#wpcf7cpcnf table {
	border: 1px #000000 solid;
	border-collapse: collapse;
	width: 100%;
}
#wpcf7cpcnf table th {
	padding: 10px;
	border: 1px #000000 solid;
	text-align: left;
	vertical-align: top;
	width: 30%;
	background: #f2f2f2;
}
#wpcf7cpcnf table td {
	padding: 10px;
	border: 1px #000000 solid;
	text-align: left;
	vertical-align: top;
}


.wpcf7cp-btns {text-align: center;}

.wpcf7cp-btns button.wpcf7cp-cfm-submit-btn {
    padding: 9px 15px;
    vertical-align: middle;
    line-height: 1;
    background: #5cb85c;
    border: 1px solid #4cae4c;
    border-radius: 3px;
    color: #ffffff;
    font-family: inherit;
    -webkit-appearance: none;
    font-size: 100%;
}
.wpcf7cp-btns button.wpcf7cp-cfm-submit-btn:hover {
	cursor: pointer;
	background: #a39a70;
	border: 1px solid #a39a70;
}

.wpcf7cp-btns button.wpcf7cp-cfm-edit-btn {
    padding: 9px 15px;
    vertical-align: middle;
    line-height: 1;
    background: #ccc;
    border: 1px solid #999;
    border-radius: 3px;
    color: #ffffff;
    font-family: inherit;
    -webkit-appearance: none;
    font-size: 100%;
}
.wpcf7cp-btns button.wpcf7cp-cfm-edit-btn:hover {}

@media screen and (max-width:768px) {
#wpcf7cpcnf table th,
#wpcf7cpcnf table td {display: block;}
#wpcf7cpcnf table th {width: 100%;}
}


@media screen and (max-width: 768px) {
.o_form dt,
.o_form dd {
	width: 100%;
}
.o_form dt p {justify-content: start;}

.o_form dl span.nini,
.o_form dl span.hissu {margin-right: 10px;}

}