@charset "utf-8";
body {
	background:#FFF;
	color:#301a0c;
    font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;  
    font-size: 13px;  
    line-height: 1.5;  
    -webkit-text-size-adjust: none; /* フォントサイズ自動調整 */
}
body,div,dl,dt,dd,h2,h3{
	padding:0;
	margin:0;
}
.sub_TT{
	background:-moz-linear-gradient(left top , #e4e4e4 0% , #FFF 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #e4e4e4),  color-stop(1, #FFF));
	background-position:left 1px,left top;
	font-size:14px;
	height:45px;
	line-height:45px;
	border-top:1px solid #b9b9b9;
	border-left:1px solid #b9b9b9;
	border-right:1px solid #b9b9b9;
	border-bottom:1px solid #de1500;
	color:#272727 !important;
	padding:0 0 0 10px;
	margin:5px 0px 0;
	border-radius:5px 5px 0 0;
}
.contact_edit_table th{
	background-color:#e9e9e9;
	padding:2px 5px;
	min-width:80px;
	border-bottom:2px solid #FFF;
	font-weight:normal;
	text-align:center;
}
.contact_edit_table td{
	padding:2px;
	border-bottom:2px solid #FFF;
}


.contact_topTxt{
	border:2px solid #CCC;
	margin:5px;
	padding:5px;
	border-radius:5px;
}
.contact_topTxt a{
	display:block;
	text-align:right;
}


.edit_errors {
	width:95%;
	line-height:1.6em;
	padding:3px;
	border:3px solid #fee7e7;
	margin:10px auto;
	border-radius: 5px;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color:#BC0000;
}

.edit_notify {
	width:95%;
	line-height:1.6em;
	padding:3px;
	border:3px solid #fee7e7;
	margin:10px auto;
	border-radius: 5px;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color:#BC0000;
}



.txtArea {
	width:100%;
	height:80px;
	margin:2px 0 1px 1px;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
	border-radius: 0;
	-webkit-appearance: none;
}
.form_text {
    font-size: 12px;
    font-weight: bold;
    height: 30px;
    margin: 6px 10px 6px 0px;
    width: 170px;
}
.formText {
    font-size: 12px;
    font-weight: bold;
    height: 30px;
    margin: 6px 10px 6px 0;
    width: 90%;
}
.formText2 {
    font-size: 12px;
    font-weight: bold;
    height: 30px;
    margin: 6px 10px 6px 0;
    width: 100px;
}
.entry .formText3 {
    font-size: 12px;
    font-weight: bold;
    height: 30px;
    margin: 6px 10px 6px 0;
    width: 70px;
}
.SelectBox {
    height: 38px;
    padding: 5px;
    font-size: 15px;
    margin: 6px 0 6px 0;
    width: 80%;
}
.formSelectBox {
    font-size: 12px;
    font-weight: bold;
    height: 30px;
    margin: 6px 10px 6px 0;
    width: 100px;
}
.formSelectBox2 {
    font-size: 12px;
    font-weight: bold;
    height: 30px;
    margin: 6px 10px 6px 0;
    width: 60px;
}
.submit-btn {
    background-color: rgb(0, 0, 0);
    border-radius: 5px;
    color: rgb(255, 255, 255);
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 40px;
    margin-left: 0;
    padding: 5px;
    width: 100px;
	-webkit-appearance: none;
}
dl.Contact_text {
	margin:0 0 10px;
	
}

dl.Contact_text dt {
	padding:8px 0 0 5px;
	background:-moz-linear-gradient(center top , #e4e4e4 0% , #FFF 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #e4e4e4),  color-stop(1, #FFF));
}
dl.Contact_text dt span { color: #F60;}
dl.Contact_text dd{
	border-bottom:1px solid #c6c6c6;
	padding:3px;
}
dl.Contact_text dd:after { content: ''; display: block; clear: both; }

dl.Contact_text dd li {
	position: relative;
	list-style: none;
}
.Btn_Confirm {
	background: -moz-linear-gradient(top,#f58403 0%,#b94101);
	background: -webkit-gradient(linear, left top, left bottom,from(#f58403),to(#b94101));
	padding:2px;
	display:block;
	width:90%;
	border-radius:5px;
	margin:auto;
	text-decoration:none;	
}
.Btn_Confirm span{
	display:block;
	border:1px solid #ffcb7a;
	background: -moz-linear-gradient(top,#ff8800 0%,#ff8800 49%,#f57b01 50%,#e36403);
	background: -webkit-gradient(linear, left top, left bottom,from(#ff8800),color-stop(0.49, #ff8800),color-stop(0.50, #f57b01),to(#e36403));
	height:46px;
	border-radius:5px;
	line-height:46px;
	font-size:17px;
	color:#ffffff;
	text-shadow:0 -1px 0px #7d2800;
	font-weight:bold;
	text-align:center;
}

/* チェックボックス */
input[type="checkbox"] {
    -webkit-appearance: none;
    position: relative;
    margin-right: 5px;
    border-radius: 8px;
    border: 2px solid #4c4c4c;
    -webkit-box-sizing: border-box;
    width: 28px;
    height: 28px;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#fdfdfd),
        to(#d1d1d1)
    );
}

/* チェック時は背景色を変更 */
input[type="checkbox"] {
    border: 1px solid #aaaaaa;
    vertical-align: -8px;
    -webkit-appearance: none;
    position: relative;
    margin-right: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    width: 26px;
    height: 26px;
    /*Other Browser*/
    background: #e2e2e2;
    /*For Old WebKit*/
    background: -webkit-gradient(
        linear, left top, left bottom,
        color-stop(0.00, #ffffff),
        color-stop(1.00, #e2e2e2)
    );
    /*For Modern Browser*/
    background: linear-gradient(
        to bottom,
        #ffffff 0%,
        #e2e2e2 100%
    );
}

input[type="checkbox"]:checked {
    /*Other Browser*/
    background: #99cc00;
    /*For Old WebKit*/
    background: -webkit-gradient(
        linear, left top, left bottom,
        color-stop(0.00, #99cc00),
        color-stop(1.00, #87b400)
    );
    /*For Modern Browser*/
    background: linear-gradient(
        to bottom,
        #99cc00 0%,
        #87b400 100%
    );
    border: 1px solid #336600;
}

input[type="checkbox"]:checked:before {
    position: absolute;
    left: 1px;
    top: 16px;
    display: block;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    content: "";
    width: 10px;
    height: 4px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right center;
}

input[type="checkbox"]:checked:after {
    display: block;
    position: absolute;
    left: 9px;
    top: 16px;
    content: "";
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    width: 16px;
    height: 4px;
    background: #ffffff;
    -webkit-transform: rotate(-53deg);
    -webkit-transform-origin: left center;
}
input[type="text"],input[type="tel"],input[type="email"]{
	border-radius: 0;
	-webkit-appearance: none;
}











/* TEL */
.tel__contact{
	padding: 20px;
	text-align: center;
	font-size: 16px;
	border-top: 5px solid #da0303;
	border-bottom: 5px solid #da0303;
	position: relative;
	margin-top: 100px;
	color: #000;
}
.tel__contact:before {
	content: "";
	border-left: 5px solid #da0303;
	border-right: 5px solid #da0303;
	display: block;
	position: absolute;
	width: calc(100% - 26px);
	height: calc(100% + 26px);
	top: -12px;
	left: 9px;
	z-index: 9;
	}
.tel__contact h2{
	font-size: 20px;
	margin: 0 0 5px;
	z-index: 10;
	position: relative;
}
.tel__contact p,.tel__contact span{
	z-index: 10;
	position: relative;
}
.free_tel{
	color: #da0303;
	font-family: 'Rubik', sans-serif;
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 5px;
}
.free_tel img{
	width: 49px;
	margin-right: 10px;
	position: relative;
	top: 4px;
}
.tel__contact__title{
	background-color: #da0303;
	border-radius: 50px;
	display: inline-block;
	padding: 7px 40px;
	color: #FFF;
	font-weight: bold;
	margin: 15px 0 3px;
	font-size: 20px;
}

.button_block{
	text-align: center;
}