<link rel="stylesheet" href="../css/form.css" media="all"><link rel="stylesheet" href="../css/form.css" media="all"><link rel="stylesheet" href="../css/form.css" media="all">@charset "utf-8";


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
 フォーム
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#form {
    width: 100%;
    display: flex;
		justify-content: space-between;
		align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
}
#form .block {
	width: 90%;
    max-width: 1280px;
    display: flex;
    margin: 0 auto 40px;
    padding: 0 40px;
}
#form .formBlock {
	position: relative;
	width: 100%;
	display: flex;
		justify-content: center;
		align-content: stretch;
		align-items: flex-start;
		flex-wrap: wrap;
    margin: 20px auto; 
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
#form .block {
	margin: 0 auto;
    padding: 0 5%;
}
#form .formBlock {
	margin: 10px auto; 
}
}
#form h3 {
	width: 100%;
    height: 40px;
	display: flex;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
    margin-top: 20px;
	font-size: 1.4em;
	line-height: 1em;
    color: #cc1e06;
    border-bottom: solid 1px #cc1e06;
}
#form .text {
	width: 100%;
	display: block;
    margin: 20px 0;
	font-size: 1.2em;
	line-height: 2em;
    text-align: center;
}
#form .text a {
	text-decoration: underline;
    color: #06c;
}
#form .error {
	width: 100%;
	display: block;
    margin-top: 10px;
	font-size: 1.2em;
	line-height: 1.6em;
    color: red;
}
#form .red {
    color: red;
}
#form .thanks {
	width: 100%;
	display: block;
    margin-top: 40px;
	font-size: 2.4em;
	line-height: 1.2em;
    text-align: center;
}
@media screen and (max-width: 767px) {
#form h3 {
	height: 30px;
	font-size: 1.2em;
	line-height: 1em;
}
#form .text {
	padding: 10px 0;
	font-size: 1em;
	line-height: 1.4em;
    text-align: justify;
}
#form .thanks {
	font-size: 1.4em;
}
}
#form dl {
	width: 100%;
	display: flex;
		justify-content: space-between;
		align-content: stretch;
		align-items: flex-start;
		flex-wrap: wrap;
	padding: 15px 0;
	border-top: solid 1px #CCC;
}
@media screen and (max-width: 767px) {
#form dl {
	padding: 10px 0;
}
}
#form dl a {
	text-decoration: underline;
}
#form dl dt {
	position: relative;
	width: 25%;
    min-height: 50px;
    display: flex;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
        flex-wrap: wrap;
	padding: 0 40px 0 0;
	font-size: 1.2em;
	line-height: 1.4em;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
#form dl dt {
	width: 100%;
    min-height: inherit;
	font-size: 1em;
	line-height: 1.6em;
}
}
#form dl dt .note,
#form dl dd .note {
	width: 100%;
    display: block;
    margin-top: 5px;
	font-size: 0.8em;
	line-height: 1.4em;
}
#form dl dd {
	position: relative;
    width: calc(100% - 25%);
    min-height: 50px;
    display: flex;
		justify-content:flex-start;
		align-content: center;
		align-items: center;
        flex-wrap: wrap;
    margin-left: auto;
    padding: 5px 0;
	font-size: 1.2em;
	line-height: 1.6em;
    box-sizing: border-box;
}
@media screen and (max-width: 767px) {
#form dl dd {
    width: 100%;
    margin: 0;
    padding: 5px 0 5px 44px;
	font-size: 1em;
}
}
#form dl dd .must {
	position: absolute;
	width: 36px;
	height: 24px;
	top: 12px;
	left: -46px;
	font-size: 0.8em;
	line-height: 24px;
	text-align: center;
	color: red;
	border: solid 1px red;
}
@media screen and (max-width: 767px) {
#form dl dd .must {
	width: 36px;
	height: 24px;
	top: 12px;
	left: 0;
}
}
#form dl dd .error {
	margin-left: 5px;
	font-size: 1em;
	line-height: 1.2em;
	color: red;
}
#form dl dd input,
#form dl dd input.ip01,
#form dl dd input.ip02,
#form dl dd input.ip03,
#form dl dd input.ip04,
#form dl dd input.ip05,
#form dl dd input.ip06,
#form dl dd input.ip_tel {
	height: 40px;
	padding: 5px;
    border: solid 1px #999;
	box-sizing: border-box;
}
#form dl dd input.ip01 {
	width: 50%;
}
#form dl dd input.ip02 {
	width: 75%;
}
#form dl dd input.ip03 {
	width: 10%;
}
#form dl dd input.ip04 {
	width: 15%;
}
#form dl dd input.ip05 {
	width: 8%;
}
#form dl dd input.ip06 {
	width: 20%;
    min-width: 200px;
}
#form dl dd input.ip_tel {
	width: 25%;
    max-width: 90px;
}
#form dl dd.noBorder input {
	border: none!important;
}
.wpcf7 input::placeholder {
    color: #ccc!important;
}

/* Datepicker */
#form .ui-datepicker {
    width: 30em;
    padding: 1em;
    display: none;
}
#form .ui-datepicker td span,
#form .ui-datepicker td a {
    display: block;
    padding: .8em 1em;
    font-size: 1rem;
    text-align: center;
    text-decoration: none;
}

@media screen and (max-width: 767px) {
#form dl dd input.ip01,
#form dl dd input.ip02 {
	width: 100%;
}
#form dl dd input.ip03 {
	width: 20%;
}
#form dl dd input.ip04 {
	width: 25%;
}
#form dl dd input.ip05 {
	width: 15%;
}
}
#form dl dd textarea {
	width: 100%;
	margin: 5px 0;
	padding: 5px;
    border: solid 1px #999;
	box-sizing: border-box;
}
#form dl dd select {
	height: 40px;
    border: solid 1px #999;
    box-sizing: border-box;
}
#form dl dd span {
    margin: 0;
	padding: 0;
}
@media screen and (max-width: 767px) {

}
#form dl dd label {
    width: 100%;
    display: flex;
		justify-content:flex-start;
		align-content: center;
		align-items: center;
}
#form dl dd label input[type=radio],
#form dl dd label input[type=checkbox] {
    display: inline-block;
	vertical-align: baseline;
    cursor: pointer;
}


/* Contact Form 7 */
.wpcf7-form-control-wrap {
	width: auto;
    display: inline-block;
}
.wpcf7-list-item {
	width: 100%;
	display: block;
    padding: 0!important;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
    width: 100%!important;
}
.wpcf7 input[type="file"] {
    border: none!important;
}

#form .btnBlock {
	width: 100%;
	display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
        flex-wrap: wrap;
	padding: 20px 0;
}
#form .btnBlock .note {
	width: 100%;
    display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
	margin-bottom: 20px;
	font-size: 1.3em;
	line-height: 1.6em;
	text-align: center;
    color: red;
}
#form .btnBlock .note br {
	display: none;
}
@media screen and (max-width: 767px) {
#form .btnBlock .note {
	font-size: 1em;
    line-height: 1.6em;
}
#form .btnBlock .note br {
	display: inline;
}
}
#form .btnSend,
#form .submitback {
	display: inline-block;
	margin: 0 10px;
}
#form .btnSend input[type=submit],
#form .submitback input,
#form .btnSend span {
	width: auto;
    height: 60px;
    display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
	margin: 0 auto;
    padding: 0 50px;
	font-size: 1.4em;
	line-height: 1em;
	text-align: center;
	color: #FFF;
	cursor: pointer;
	border: none;
    border-radius: 10px;
	background: #1cb8ed;
}
#form .btnSend input[type=submit]:hover,
#form .submitback input:hover {
	transition: all 200ms;
    opacity: 0.7;
}
#form .btnSend span {
	cursor: default;
    background: #ddd;
}
#form a.btnHome {
	width: 240px;
    height: 60px;
	display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
	margin: 20px auto;
	padding: 0 50px;
	font-size: 1.4em;
	line-height: 1em;
	text-align: center;
	color: #FFF;
	cursor: pointer;
	border: none;
    border-radius: 10px;
	background: #1cb8ed;
}
#form a.btnHome:hover {
	transition: all 200ms;
    opacity: 0.7;
}
@media screen and (max-width: 767px) {
#form .btnSend input[type=submit],
#form .submitback input,
#form .btnSend2 input[type=submit],
#form .submitback2 input {
	width: auto;
    height: 40px;
    padding: 10px 20px;
	font-size: 1.2em;
}
#form a.btnHome {
	width: 200px;
    height: 40px;
	margin: 20px auto;
	font-size: 1.2em;
}
}

/*プライバシーポリシー*/
#form .privacyArea {
	width: 100%;
	clear: both;
	overflow: auto;
	margin: 0 auto;
	padding: 40px 4% 20px;
	border: solid 5px #EEE;
	box-sizing: border-box;
}
#form .privacyArea .title {
	width: 100%;
	clear: both;
	margin: 0 auto;
	font-size: 1.6em;
	line-height: 1.2em;
	text-align: center;
}
#form .privacyArea .text {
	width: 100%;
	font-size: 1.2em;
	line-height: 1.6em;
    text-align: justify;
}
#form .privacyArea hr {
	width: 100%;
	height: 1px;
	margin-bottom: 20px;
	border: none;
	background: #CCC;
}
#form .privacyArea ol {
	width: 90%;
	clear: both;
	margin: 0 3% 20px 7%;
}
#form .privacyArea ol li {
	width: 100%;
	clear: both;
	margin-bottom: 20px;
	font-size: 1.2em;
	line-height: 1.6em;
    text-align: justify;
	list-style: decimal outside;
}
@media screen and (max-width:767px) {
#form .privacyArea {
	padding: 20px 5% 10px;
	border: solid 4px #EEE;
}
#form .privacyArea .title {
	margin: 0 auto;
	font-size: 1.2em;
}
#form .privacyArea .text {
	padding: 0;
	font-size: 1em;
	line-height: 1.4em;
}
#form .privacyArea ol li {
	margin-bottom: 10px;
    font-size: 1em;
	line-height: 1.4em;
}
#form .privacyArea p {
	font-size: 0.8em;
}
#form .privacyArea p a {
	font-size: 1em;
}
}
