@charset "shift_jis";
@media screen and (min-width: 769px), print{
/*-----------------------------------------------
	•ÒW‰Â”\‚Èƒtƒ@ƒCƒ‹‚Å‚·B
-----------------------------------------------*/
/*-----------------------------------------------
	.form1_ma@/inquiry/ —ˆ“X—\–ñƒtƒH[ƒ€
-----------------------------------------------*/
.inquirytable {
	width: 750px;
	margin: 50px auto 10px;
    border: none;
}
.inquirytable tbody {}
.inquirytable tr {}
.inquirytable th {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	width: 200px;
	background-color:#FFF;
	border:none;
	font-size:16px;
	text-align:left;
	font-weight:normal;
	line-height:48px;
}
.inquirytable th p {}
.inquirytable th span:not(:empty).form_required {
	background: #ff4a32;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 0 10px;
	line-height: 22px;
	margin:14px 0;
}
.inquirytable th,
.inquirytable td {
	padding: 10px;
}
.inquirytable td {
	width: 770px;
    border: none;
    text-align: left;
}
.inquirytable td input[type="tel"],
.inquirytable td input[type="text"],
.inquirytable td textarea,
.inquirytable td select {
	font-size: 16px;
	line-height: 24px;
	padding: 10px 20px;
	border: 1px solid #ccdae4;
	background: #f5f9fc;
	font-family: 'Arial', 'ŸàƒSƒVƒbƒN', YuGothic, 'ƒqƒ‰ƒMƒmŠpƒS Pro', 'Hiragino Kaku Gothic Pro', 'ƒƒCƒŠƒI', 'Meiryo', sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.inquirytable td input[type="tel"]{
	margin-bottom:4px;
}
.inquirytable td input[type="text"],
.inquirytable td textarea {
	width: 545px;
}
.inquirytable td select {
	cursor: pointer;
	height: 46px;
	margin-right:3px;
}
.inquirytable td textarea {
	height: 150px;
	display: block;
}
.inquirytable td label {
	border: 1px solid #ccdae4;
	background: #f5f9fc;
	cursor: pointer;
	border-radius: 3px;
	padding: 10px 15px;
	display: inline-block;
	margin: 0 10px 10px 0;
	font-size:16px;
}
.inquirytable td label input {
	width: 20px;
	height: 20px;
	margin-right: 5px;
}
.inquirytable td label input[type="checkbox"] ,
.inquirytable td label input[type="radio"] {
	vertical-align: middle;
	margin-top:0;
	margin-left:0;
}

.inquirytable td input[type="text"]:hover,
.inquirytable td textarea:hover,
.inquirytable td select:hover,
.inquirytable td label:hover {
	background: #f9fcf5;
	border: 1px solid #d6eaba;
}
.inquirytable input[type="submit"] {
	border: 2px solid #2799fb;
	background: #2799fb;
	color: #fff;
	border-radius: 30px;
	width: 400px;
	height: 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0 0 3px 0 #999;
	padding: 0 40px;
	font-weight: bold;
	cursor: pointer;
	margin: 20px auto 0;
	font-size: 20px;
	display: block;
	font-family: "ŸàƒSƒVƒbƒN‘Ì", "Yu Gothic", YuGothic, 'Noto Sans Japanese', Roboto, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", "ƒƒCƒŠƒI", Meiryo, Osaka, "‚l‚r ‚oƒSƒVƒbƒN", "MS PGothic", sans-serif;
}
.inquirytable input[type="submit"]:hover {
	color: #2799fb;
	background: #fff;
}
.inquiryend {
	margin: 100px auto;
	width: 100%;
	border: 10px solid #eee;
	padding: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img.ui-datepicker-trigger {
    	display: inline-block;
    	vertical-align: middle;
	margin-right:5px;
    	cursor: pointer;
    	padding: 10px 15px;
    	border: 1px solid #ccdae4;
    	background: #f5f9fc;
    	vertical-align: bottom;
}
img.ui-datepicker-trigger:hover {
	background: #f9fcf5;
	border: 1px solid #d6eaba;
}
.inquirytable td span{
	display:block;
    	margin-bottom: 5px;
    	font-size: 14px;
}
.cms_submitbtn button[type="submit"]{
	border: 2px solid #2799fb;
	background: #2799fb;
	color: #fff;
	border-radius: 30px;
	width: 400px;
	height: 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0 0 3px 0 #999;
	padding: 0 40px;
	font-weight: bold;
	margin: 20px auto 0;
	font-size: 20px;
	display: block;
	font-family: "ŸàƒSƒVƒbƒN‘Ì", "Yu Gothic", YuGothic, 'Noto Sans Japanese', Roboto, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", "ƒƒCƒŠƒI", Meiryo, Osaka, "‚l‚r ‚oƒSƒVƒbƒN", "MS PGothic", sans-serif;
}
.cms_submitbtn button[type="submit"]:hover {
	color: #2799fb;
	background: #fff;
}
.form_inner_add input[type="text"]{
	width:72% !important;
	margin-bottom:7px;
}


/*‚¨–â‚¢‡‚í‚¹ ƒvƒ‰ƒCƒoƒV[ƒŠƒ“ƒN*/
.form_privacy a:hover {
	color: #888;
}
.form_privacy a {
	text-decoration: underline;
	color: #006DD9;
	font-weight: bold;
	font-size: 12px;
}
.form_privacy {
	text-align: center;
}
#jc_btn_submit {
    -webkit-appearance: none;
    border: 2px solid #ccc;
    background: #eee;
    color: #777;
    border-radius: 30px;
    width: 400px;
    height: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 0 3px 0 #999;
    padding: 0 40px;
    font-weight: bold;
    margin: 0 auto 20px;
    font-size: 20px;
    display: block;
    font-family: "Yu Gothic", YuGothic, 'Noto Sans Japanese', Roboto, "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
    cursor: pointer;
}
#jc_btn_submit:hover {
    background-color: #d2d2d2;
}
.buy_list_tl{
	margin-bottom:0px;
}
.buy_main_come{
	
}
.buy_main_come h2{

}
.buy_main_come p{

}
.buy_main_come a{

}
.taikyo_form_box .inquirytable th{
width: 250px;
}
.taikyo_form_come{
        width: 900px;
        margin: 0px auto 0px auto;
        color: #c70000;
        font-size: 15px;
        font-weight: normal;
        line-height: 28px;
        text-align: left;
        border: solid 1px #c70000;
        padding: 20px;
        box-sizing: border-box;
}
.taikyo_form_come b{
	display:block;
}

}
