@charset "utf-8";

@media (max-width: 700px) {

#contact_tel {
    padding-top: 16.15%;
    background-image: url(../images/common/deco_square_green.svg);
    background-repeat: no-repeat;
    background-position: right top 10%;
    background-size: 96px auto;
}
#contact_tel_cont {
    margin-top: 9.23%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contact_tel_each {
    padding: 24px;
    width: 100%;
    border-radius: 6px;
    background-color: #f2f4f7;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 8px;
}
.contact_tel_each h3 {
    font-size: 22px;
    display: inline-block;
    border-bottom: 0.07em solid #231815;
    padding-bottom: 12px;
    margin-bottom: 12px;
}
.tel_num {
    font-size: 28px;
    line-height: 1em;
    font-weight: 600;
}
.tel_num img {
    width: 16px;
    vertical-align: baseline;
    margin-right: 4px;
}
.tel_num a {
	pointer-events: inherit;
}
#contact_mailform {
    padding-top: 20%;
    padding-bottom: 20%;
    background-image: url("../images/common/deco_square_blue.svg"),url("../images/common/deco_ring_blue.svg"),url("../images/common/deco_ring_red.svg");
    background-repeat: no-repeat;
    background-position: right top 4.61%, left bottom,right bottom 0%;
    background-size: 96px auto;
}
#contact_form_catch {
    margin-top: 32px;
}
#contact_form_catch p {
    font-size: 16px;
    line-height: 1.6em;
}




#contact_mailform table {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px none hsla(339,36%,85%,0.89);
    margin-bottom: 7.69%;
    margin-left: auto;
    margin-right: auto;
    max-width: 840px;
    margin-top: 5.38%;
}
#contact_mailform table th {
    border-bottom: 0.03em none #17489d;
    border-top: 0.13em none #17489d;
    text-align: left;
    font-size: 16px;
    line-height: 1em;
    font-weight: 500;
    width: 100%;
    min-width: 0px;
    padding-top: 24px;
    padding-bottom: 8px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#contact_mailform table td {
    border-bottom: 0.05em solid #231815;
    border-top: 0.05em none #231815;
    padding-top: 8px;
    padding-right: 8px;
    padding-left: 0%;
    padding-bottom: 24px;
    font-size: 15px;
    line-height: 1.6em;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
#contact_mailform table td ul {
	padding: 0;
	margin: 0;
	display: flex;
	list-style-type: none;
	flex-wrap: wrap;
}
#contact_mailform table td #form_note {
    padding-left: 16px;
    list-style-type: disc;
}
#contact_mailform table td #form_note li {
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 300;
}
#form table td ul li {
    margin-right: 20px;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1em;
}
.hissu {
    display: inline-block;
    color: #FFFFFF;
    font-size: 9px;
    font-weight: 500;
    line-height: 1em;
    background-color: #A23F00;
    padding-top: 2px;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 3px;
    margin-left: 6px;
    border-radius: 2px;
    vertical-align: middle;
}
input:focus,
textarea:focus {
	outline: none;
	border-color: #4fa7cc;
	border: 2px solid #4fa7cc;
}
.mf{
	background-color: #E0E0E0;
	padding: 2%;
	width: 100%;
}
.mfgg {
	border-radius: 4px;
	border-left: 1px solid #BFBFBF;
	border-right: 1px solid #BFBFBF;
	border-bottom: 1px solid #ccd4d7;
	border-top: 1px solid #BFBFBF;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 8px;
	box-sizing: border-box;
	height: 48px;
	display: block;
}
.mfgg_half {
	width: 160px;
	height: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 8px;
	box-sizing: border-box;
	border-radius: 4px;
	border: 1px solid #BFBFBF;
}
.mfgg_textarea {
	border-radius: 4px;
	border-left: 1px solid #BFBFBF;
	border-right: 1px solid #BFBFBF;
	border-bottom: 1px solid #ccd4d7;
	border-top: 1px solid #BFBFBF;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-top: 12px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 12px;
	box-sizing: border-box;
	height: 110px;
}
.mfgg_textarea_half {
	border-radius: 4px;
	border: 1px solid #BFBFBF;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-top: 12px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 12px;
	box-sizing: border-box;
	height: 70px;
}
.zipcode {
	width: 160px;
	border-radius: 4px;
	border: 1px solid #BFBFBF;
	padding: 8px;
	height: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.zip_bt {
	background-color: #586AF0;;
	border-style: none;
	width: 176px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-top: 8px;
	padding-right: 2%;
	padding-left: 2%;
	padding-bottom: 8px;
	box-sizing: border-box;
	height: 35px;
	margin-right: 1%;
	color: #FFFFFF;
	font-weight: 500;
	margin-left: 2%;
}
.zip_bt:hover {
	cursor: pointer;
	opacity:0.5;
      filter: alpha(opacity=50);
      -ms-filter: "alpha( opacity=50 )";
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
}
.submit_btn_box {
    text-align: center;
}

.sub_bt {
    background-color: #D5602E;
    border-style: none;
    width: 320px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-top: 12px;
    padding-bottom: 12px;
    box-sizing: border-box;
    height: 56px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 600;
    font-size: 16px;
    border-radius: 6px;
    color: #FFFFFF;
}
.sub_bt:hover {
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}



::placeholder {
  color: #999999;
}
textarea{
	-webkit-appearance: none;
	font-size: 14px;
	}

/* Chrome, Safari */
input::-webkit-input-placeholder{
    color: #999999;
}
 
/* Firefox */
input::-moz-placeholder{
    color: #999999;
}

/* Firefox 18以前 */
input:-moz-placeholder{
    color: #999999;
}
 
/* IE */
input:-ms-input-placeholder{
    color: #999999;
}
}
