/*==========================
    +tel_contact
==========================*/
.tel_contact {
    background-image: url(../../index/images/insta_back.jpg);
    padding: 44px 0 78px;
    margin: 105px auto 0;
    font-family: "Noto Sans CJK JP", sans-serif;
    text-align: center
}
.tel_contact p {
    font-weight: bold;
    font-size: 16px;
    font-family: "M PLUS 1p";
} 
.tel_contact p span {
    font-size: 14px;
}
.tel_number {
    width: 430px;
    height: 110px;
    margin: 20px auto 0;
    font-size: 36px;
    font-weight: bold;
    color: #fff !important;
    line-height: 110px;
    background-image: url(../images/tel.png), url(../../parts/images/tel_bt.jpg);
    background-repeat: no-repeat, no-repeat;
    background-size: auto , cover;
    background-size: auto , cover;
    background-position:  20% center ,center;
    box-sizing: border-box;
    padding: 0 0 0 50px;
    font-family: "Noto Sans JP";
}
.tel_number span {color: #fff !important;}


section {
    margin: 0 auto 50px;
}

.contact_wrap {
    background: #FFF;
    border-radius: 25px;
    padding: 3rem 0;
    margin: 0 0 150px;
}
/*==========================
    +tel_contact
==========================*/
.table-form {
	display: table;
	margin: 50px auto 0;
	width: 60%;
}
.table-form li {
	display: table-row;
}
.table-form li div {
	display: table-cell;
	padding: 12px;
}
.table-form li div span {
	display: inline-block;
}
.table-form li div:first-child {
	vertical-align: middle;
    width: 25%;
    box-sizing: border-box;
    text-align: right;
    font-weight: bold;
    font-size: 15px;
}
.contact-container li div:last-child {
    width: 75%;
    box-sizing: border-box;
    padding: 15px;
}
@media (max-width:768px) {
    .contact-container {
    }
    .contact-container li {
        display: block;
        padding: 20px 15px;
    }
    .contact-container li div {
        display: block;
        padding: 0;
    }
    .contact-container li div:first-child {
        width: 100%;
        text-align: left;
        margin: 0 auto 20px;
    }
    .contact-container li div:last-child {
        width: 100%;
    }
}

/*---------- input ----------*/
select,input,textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
}
textarea,
input,
select {
    border: 1px solid #d5d5d5;
    padding: 7px 10px;
	margin: 0 20px 0 0;
    box-sizing: border-box;
    border-radius: 7px;
}
 select  {
    width: 150px;
    background: url(../../common/images/serect.png) no-repeat center right #f1f1f1;
}

/*---------- flag ----------*/
.highlight-red {
    background-color: #ff0000;
    color: #fff;
    padding: 2px 5px;
    margin: 0 0 0 15px;
}
.highlight-blue {
    background-color: #1060cc;
    color: #fff;
    padding: 2px 5px;
    margin: 0 0 0 15px;
}

/*---------- dec ----------*/
.note {
    color: #333333;
    line-height: 1.5;
    font-weight: 300
}
#address1 {
    margin: 0 20px 10px 0;
}
@media (max-width:768px) {
    #address1 {
        margin: 0px 0px ;
    }
}

.btn-container {
    margin: 40px auto 0;
    text-align: center
}
.btn-container li {
    display: inline-block;
    margin: 0 20px 0;
}

.btn-submit,
#send_Bt1 {
    color: #fff;
    padding: 2px 5px;
    margin: 0 0 0 15px;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    width: 260px;
    height: 65px;
    background: #ff9000;
    z-index: 1;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: 84% center;
    background-size: auto;
    font-size: 17px;
    font-weight: bold;
   
    line-height: 65px;
}
.center #send_Bt1{
	margin:0 auto 100px;
	 display: block;
}
.conf_bt  {
    text-align: center
}
.conf_bt li{
    display: inline-block;
}
#clear_Bt1 {
    color: #fff;
    padding: 2px 5px;
    margin: 0 0 0 15px;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    width: 250px;
    height: 65px;
    background: #7f7f7f7f;
    z-index: 1;
    font-size: 20px;
}
@media (max-width:768px) {
    .btn-container li{
        margin: 0 auto 20px !important;
    }
}

/*---------- width ----------*/
.w300 {
    width: 300px;
}
.w350 {
    width: 350px;
}
.w600 {
    width: 100%;
    max-width: 500px;
}
.w150 {
    width: 150px;
}
.w100 {
    width: 100px;
}

@media (max-width:768px) {
    .w600 {
        box-sizing: border-box;
        width: 100% !important;
    }
}
@media (max-width:480px) {
    .w300 {
         box-sizing: border-box;
        width: 100% !important;
    }
    .w350 {
       box-sizing: border-box;
        width: 100% !important;
    }
}
.edit_errors {
    padding: 10px 0px;
    font-weight: 400px;
    font-size: 18px;
    line-height: 1.5;
    color: #ff9000;
    margin:20px auto 30px;
    width: 60%;
}

/*---------------Form---------------*/

.table-form input, .table-form select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
}
.table-form input[type=checkbox] {
	position: absolute;
	left: -99999px;
}
.table-form input[type=checkbox]+label::before {
	content: '';
	position: relative;
	top: 15px;
	margin: 0 5px 10px 0;
	display: inline-block;
	width: 28px;
	height: 28px;
	border: 1px solid #7f7f7f;
	border-radius: 5px;
	transition: 0.2s;
}
.table-form input[type=checkbox]:checked+label::before {
	content: '';
	display: inline-block;
	background: url(../images/check.png) 1px no-repeat #ff9000;
	background-size: 14px 14px;
	background-position: center;
	width: 28px;
	height: 28px;
	border: 1px solid #ff9000;
}
.table-form input[type=text],
.table-form input[type=manumberil] {
	border: 1px solid #7f7f7f;
	padding: 7px;
	border-radius: 6px;
}
.table-form select {
	border: 1px solid #7f7f7f;
	border-radius: 3px;
	padding: 2px 30px 2px 3px;
	background-size: 100% auto;
	background: url(../images/arrow-select.jpg) 100% top no-repeat;
	-webkit-box-shadow: inset 0px -5px 3px -3px rgba(0,0,0,0.12);
	-moz-box-shadow: inset 0px -5px 3px -3px rgba(0,0,0,0.12);
	box-shadow: inset 0px -5px 3px -3px rgba(0,0,0,0.12);
}
.table-form select::-ms-expand {
display: none;
}

.table-form textarea {
	border: 1px solid #7f7f7f;
	height: 100px;
	padding: 10px;
	font-size: 14px;
}
.table-form label {
	margin: 0 10px 5px 0;
	cursor: pointer;
}

.table-form li div:first-child span small {
	display: inline-block;
	padding: 0 3px;
	color: #ff9000;
    font-size: 18px
}

.attention {
    font-size: 18px;
    font-weight: bold;
    color: #f00;
    text-align: center;
    margin: 30px auto 0;;
}