
.wrap-form {
	text-align: left;
	width: 90%;
	padding: 0px 0 0 0;
	
	
}

.wrap-form dl {
	width: 100%;
	border-bottom: 1px solid #bbb;
	padding: 10px;
	display: table;
}

.wrap-form dt {
	width: 190px;
	float: left;
	/*color: #fff;*/
	/*background-color: #fff;*/
	font-size: 17px;
	text-align: left;
	padding: 6px 0 0 0;
	line-height: 190%;
}

.wrap-form dd {
	width: auto;
	float: left;
	/*color: #fff;*/
	/*background-color: #fff;*/
	padding: 5px 0 5px 15px;
	border-left: 1px solid #bbb;
	font-size: 17px;
	line-height: 190%;
	text-align: left;
}


.wrap-form dt span {
	color: #db0000;
	font-size: 12px;
	font-weight: 400;
	padding: 0 0.2em;
}


.wrap-form dd span {
	display: block;
	color: #db0000;
	font-size: 13px;
	font-weight: 400;
	padding: 0 0.0em;
}


.wrap-form dd img {
	vertical-align: middle;


}

.wrap-form dd input {
	font-family: 'ƒqƒ‰ƒMƒmŠpƒS Pro W3', 'Hiragino Kaku Gothic Pro', 'ŸàƒSƒVƒbƒN', 'Yu Gothic', 'ƒƒCƒŠƒI', 'Meiryo', '‚l‚r ‚oƒSƒVƒbƒN', 'MS PGothic', sans-serif;


}



/*#formWrap {
	width:100%;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:96%;
	margin:0 auto 10px auto;
	border-collapse:collapse;
	font-size: 16px;
	
}
table.formTable td,table.formTable th{
	border-bottom: 1px solid #f2ede4;
	padding:15px 0 8px 8px;
}
table.formTable th{
	width:200px;
	font-weight:normal;
	background:#fff;
	text-align:left;
	border-right: 1px solid #f2ede4;
	vertical-align: top;
}


table.formTable td{
	text-align: left;
	padding:10px 0 8px 15px;
	line-height: 170%;
	
	
}


table.formTable td span{
	color: #db0000;
	font-size: 13px;
}*/


input[type="submit"],input[type="reset"] {
   -webkit-appearance: none;
}



input[type="button"],
input[type="submit"],
input[type="reset"],
button,
.button {
	position: relative;
	display: inline-block;
	background: #ff0f64;
	color: #fff;
	text-align: center;
	/*border-radius: 0.3em;*/
	text-decoration: none;
	/*padding: 0.65em 3em 0.65em 3em;*/
	border: 0;
	cursor: pointer;
	outline: 0;
	-moz-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
	-webkit-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
	-ms-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
	transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
	
}

input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover,
.button:hover {
	color: #fff;
	background: #ff8db5;
}

input[type="button"].alt,
input[type="submit"].alt,
input[type="reset"].alt,
button.alt,
.button.alt {
	background: #b883c6;
}

input[type="button"].alt:hover,
input[type="submit"].alt:hover,
input[type="reset"].alt:hover,
button.alt:hover,
.button.alt:hover {
	background: #b883c6;
}






.input-b {
	padding: 15px 0 0px 0;
}

.input-b input {
	background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
	/*width: auto;
	background-color: #004664;
	border: none;*/
	padding: 0.95em 4.0em 0.75em 4.0em;
	margin-bottom: 0.5em;
	margin-right: 0.2em;
	/*color: #ffffff;*/
	font-size: 17px;
	letter-spacing: 0.03em;
	color:#FFF;
	background-color: #ff0f64;
	box-shadow: none;
	border-radius: 5px;
	
}

.input-b input.reset {
	background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
	/*width: auto;
	background-color: #004664;
	border: none;*/
	padding: 0.95em 1.5em 0.75em 1.5em;
	margin-bottom: 0.5em;
	/*color: #ffffff;*/
	font-size: 17px;
	letter-spacing: 0.03em;
	color:#FFF;
	background-color: #595656;
	box-shadow: none;
	
}



.c-form-text {
    height: 2.4em;
    /*width: 100%;*/
    padding: 0 10px;
    border-radius: 4px;
    border: none;
    box-shadow: 0 0 0 1px #ccc inset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.c-form-text:focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}







.c-form-textarea {
    display: block;
    width: 100%;
    height: 100%;
    padding: 4px 16px;
    border-radius: 4px;
    border: none;
    box-shadow: 0 0 0 1px #ccc inset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    resize: vertical;
}

.c-form-textarea:focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}







.copy{text-align:right;}
.copy a{font-size:50%;text-decoration:none;color:#ddd;background-color:#fff;}
.hiss { color: #db0000; font-size: 75%; padding-left: 7px; background-color: #fff; }
.err { color: #db0000; background-color: #fff; font-size: 90%; }
.point { color: #781717; background-color: #fff; font-size: 95% }
.align-c { text-align: center; }


input.input-num { width: 90px; }
input.input-sss { width: 100px; }
input.input-ss { width: 120px; }
input.input-s { width: 150px; }
input.input-m { width: 280px; }
input.input-l { width: 400px; }
textarea.input-l { width: 400px; }
input.inp4 { width: 80px; }
input.inp2 { width: 50px; }


.message {
	text-align: left;
	font-size: 85%;
	padding: 5px 0 0 0px;


}

.message2 {
	text-align: center;
	padding: 30px 0 30px 0px;
	font-size: 85%;
	font-weight: bold;

}


input {
	font-size: 18px;
	font-family: 'ƒqƒ‰ƒMƒmŠpƒS Pro W3', 'Hiragino Kaku Gothic Pro', 'ŸàƒSƒVƒbƒN', 'Yu Gothic', 'ƒƒCƒŠƒI', 'Meiryo', '‚l‚r ‚oƒSƒVƒbƒN', 'MS PGothic', sans-serif;
	padding: 5px 0;
}

select {
	height: 2.4em;
	font-size: 17px;
	font-family: '8ƒ‰ƒMƒmŠpƒS Pro W3', 'Hiragino Kaku Gothic Pro', 'ŸàƒSƒVƒbƒN', 'Yu Gothic', 'ƒƒCƒŠƒI', 'Meiryo', '‚l‚r ‚oƒSƒVƒbƒN', 'MS PGothic', sans-serif;
}

textarea {
	font-size: 18px;
	font-family: 'ƒqƒ‰ƒMƒmŠpƒS Pro W3', 'Hiragino Kaku Gothic Pro', 'ŸàƒSƒVƒbƒN', 'Yu Gothic', 'ƒƒCƒŠƒI', 'Meiryo', '‚l‚r ‚oƒSƒVƒbƒN', 'MS PGothic', sans-serif;

}




/*
 * contact.html
 */
.top_txt {
	padding: 0px 0px 15px 0px;
	text-align: center;
	margin: 0 auto;
	font-size: 17px;
	line-height: 170%;

}

.top_txt span {
	/*font-weight: bold;*/
	color: #db0000;

}


.top_txt a {
    color: #51473a;
	text-decoration: underline;

}

.top_txt a:hover {
	text-decoration: none;

}



.top_txt2 {
	text-align: center;
	font-size: 17px;
	padding: 35px 0 10px 0;
	margin: 0 auto;
	line-height: 160%;

}

.top_txt2 span {
	font-weight: bold;

}

.top_txt2 a {
	color: #3399ff;
	text-decoration: underline;
	font-weight: bold;

}

.top_txt2 a:hover {
	text-decoration: none;

}





.top_txt3 {
	text-align: left;
	font-size: 15px;
	padding: 15px 0px 3px 10px;
	margin: 0 auto;
	line-height: 155%;
	border-bottom: 1px solid #ddd;

}




.top_txt4 {
	text-align: left;
	font-size: 13px;
	padding: 10px 10px 10px 10px;
	margin: 0 auto;
	line-height: 160%;

}


.linebtn {
	text-align: center;
	margin: 0 auto;
	padding: 10px 0 0px 0;

}



.last {
	padding-bottom: 100px;

}



.ui-widget {
	font-family: Trebuchet MS,Helvetica,Arial,sans-serif;
	font-size: 1.5em;
}









/*‚±‚±‚©‚çƒXƒ}[ƒgƒtƒHƒ“—pŠÂ‹«‚ÌÝ’è
---------------------------------------------------------------------------*/
/*•\Ž¦‚ðØ‚è‘Ö‚¦‚éƒEƒBƒ“ƒhƒEƒTƒCƒY‚ÌŽw’è*/
@media (max-width : 768px){


.wrap-form {
	text-align: center;
	margin: 0 auto;
	width: 90%;
	padding: 0px 0 0 0;
	
	
}
	
	
.wrap-form dl {
	width: 100%;
	border-bottom: 1px solid #bbb;
	padding: 5px 0 5px 0;
	display: table;
}
	
	
.wrap-form dt {
	width: 100%;
	float: left;
	/*color: #fff;*/
	/*background-color: #fff;*/
	font-size: 17px;
	text-align: left;
	padding: 5px 0 0px 0;
	line-height: 180%;
}

.wrap-form dd {
	width: 100%;
	float: left;
	/*color: #fff;*/
	/*background-color: #fff;*/
	padding: 5px 0 5px 0px;
	border-left: none;
	font-size: 17px;
	line-height: 180%;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
input.input-m {
	width: 94%;
	font-family: 'ƒqƒ‰ƒMƒmŠpƒS Pro W3', 'Hiragino Kaku Gothic Pro', 'ŸàƒSƒVƒbƒN', 'Yu Gothic', 'ƒƒCƒŠƒI', 'Meiryo', '‚l‚r ‚oƒSƒVƒbƒN', 'MS PGothic', sans-serif;
	/*font-family: "Ÿà–¾’©", YuMincho, "ƒqƒ‰ƒMƒm–¾’© ProN W3", "Hiragino Mincho ProN","HG–¾’©E","‚l‚r ‚o–¾’©","‚l‚r –¾’©",serif;*/
}

input.input-l {
	width: 94%;
	font-family: 'ƒqƒ‰ƒMƒmŠpƒS Pro W3', 'Hiragino Kaku Gothic Pro', 'ŸàƒSƒVƒbƒN', 'Yu Gothic', 'ƒƒCƒŠƒI', 'Meiryo', '‚l‚r ‚oƒSƒVƒbƒN', 'MS PGothic', sans-serif;
}


textarea.input-l {
	width: 94%;
	font-family: 'ƒqƒ‰ƒMƒmŠpƒS Pro W3', 'Hiragino Kaku Gothic Pro', 'ŸàƒSƒVƒbƒN', 'Yu Gothic', 'ƒƒCƒŠƒI', 'Meiryo', '‚l‚r ‚oƒSƒVƒbƒN', 'MS PGothic', sans-serif;

}
	
	
	
	
	

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
.input-b {
	text-align: center;
	margin: 0 auto;
	padding: 10px 0 10px 0;
}

.input-b input {
	display: block;
	width: 90%;
	/*width: auto;
	background-color: #004664;
	border: none;*/
	padding: 0.85em 0em 0.95em 0em;
	/*color: #ffffff;*/
	font-size: 17px;
	letter-spacing: 0.03em;
	font-family: 'ƒqƒ‰ƒMƒmŠpƒS Pro W3', 'Hiragino Kaku Gothic Pro', 'ŸàƒSƒVƒbƒN', 'Yu Gothic', 'ƒƒCƒŠƒI', 'Meiryo', '‚l‚r ‚oƒSƒVƒbƒN', 'MS PGothic', sans-serif;
	text-align: center;
	margin: 0 auto 0.5em auto;
	
}
	
	
	
	
	
	
.input-b input.reset {
	font-size: 15px;
	
}
	
	
	
	
	.input-b input {
	
	
	
	
.top_txt {
	padding: 0px 5px 15px 5px;
	text-align: center;
	margin: 0 auto;
	font-size: 17px;
	line-height: 160%;

}


.top_txt2 {
	text-align: center;
	font-size: 15px;
	padding: 10px 0px 25px 0px;
	margin: 0 auto;
	line-height: 160%;

}
	
.top_txt2 span {
	/*font-weight: bold;*/
	display: block;

}
	
	
	
	
	
	
	
	
	
	
	
}