@charset "utf-8";
/* CSS Document */

/*----------会社概要----------*/

body.company{}
body.company main section.boxMain .compBlock{ text-align:center;}
body.company main section.boxMain .compBlock h5{ font-size:30px; border-bottom:solid 2px #97CBD9; font-weight:700; text-align:center; padding:0 0 20px 0; margin-bottom:40px;}
@media only screen and (max-width: 1024px){ body.company main section.boxMain .compBlock h5 { font-size: 26px;}}
@media only screen and (max-width: 600px){ body.company main section.boxMain .compBlock h5 {
    font-size: 20px;
    display: block;
    margin: 0 auto 30px;
}}
body.company main section.boxMain .compBlock h6{ font-size:34px; margin-bottom:30px; letter-spacing:0.3em; }
@media only screen and (max-width: 1024px){ body.company main section.boxMain .compBlock h6{ font-size:30px;} }
@media only screen and (max-width: 1024px){ body.company main section.boxMain .compBlock h6{ font-size:24px; letter-spacing:0.2em;}}
body.company main section.boxMain .compBlock p.txt{ font-size:18px; line-height:2; font-weight:normal; text-align:center; letter-spacing:0.1em; margin-bottom:30px;}
@media only screen and (max-width: 1024px){ body.company main section.boxMain .compBlock p.txt{ font-size:16px; }}
@media only screen and (max-width: 600px){ body.company main section.boxMain .compBlock p.txt{ font-size:14px; line-height:1.6; text-align: justify; }}
@media only screen and (max-width: 600px){ body.company main section.boxMain .compBlock p.txt br{ display:none; }}
body.company main section.boxMain .compBlock p.txt:last-child{ margin-bottom:0px; }
body.company main section.boxMain .compBlock p span{ display:block; margin-bottom:30px; }
body.company main section.boxMain .compBlock p span:last-child{ font-weight:700; margin-bottom:0px; }
body.company main section.boxMain .compBlock p strong{ font-size:20px; display:block; margin-bottom:10px; }
@media only screen and (max-width: 600px){ body.company main section.boxMain .compBlock p strong{ font-size:18px;}}

body.company main section.boxMain .compBlock table{
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto 40px;
    border: none !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}
@media only screen and (max-width: 600px){ body.company main section.boxMain .compBlock table{ margin: 0 auto 30px; }}
body.company main section.boxMain .compBlock table th {
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
    text-align: left;
    background: #F1F3F5;
    padding: 24px 22px 22px 22px;
    font-weight: normal;
    width: 30%;
    vertical-align: middle;
    font-size: 14px;
	font-weight: 600;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}
@media only screen and (max-width: 600px){ body.company main section.boxMain .compBlock table th{ font-size: 13px; padding: 16px 12px 12px 12px; } }
body.company main section.boxMain .compBlock table td {
    font-size: 14px;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    border-right: solid 1px #ddd;
    text-align: left;
    padding: 24px 22px 22px 22px;
    vertical-align: middle;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}
@media only screen and (max-width: 600px){ body.company main section.boxMain .compBlock table td{ font-size: 13px; padding: 16px 12px 12px 12px; } }

body.company main section.boxMain .compPhoto ul{ display: flex; justify-content: space-between;}
body.company main section.boxMain .compPhoto ul li{ display: flex; flex-direction: column; justify-content: center; margin:0 40px 0 0;}
@media only screen and (max-width: 600px){ body.company main section.boxMain .compPhoto ul li{ margin:0 30px 0 0; }}
body.company main section.boxMain .compPhoto ul li:last-child{ margin:0;}

/*----------製造の流れ----------*/

body.flow main section.boxMain .blockFlow{ border-bottom:dotted 1px #333; padding: 0 0 60px 0; text-align:center;}
@media only screen and (max-width: 1024px){ body.flow main section.boxMain .blockFlow { padding: 0 0 40px 0;}}
@media only screen and (max-width: 1024px){ body.flow main section.boxMain .blockFlow { padding: 0 0 30px 0;}}
body.flow main section.boxMain .blockFlow:last-child{ border:none; padding:0;}
body.flow main section.boxMain .blockFlow h5{ font-size:28px; font-weight:700; margin-bottom:30px; position:relative; padding:60px 0 0 0; letter-spacing:0.2em; }

@media only screen and (max-width: 600px){ body.flow main section.boxMain .blockFlow h5 { font-size: 24px; padding: 50px 0 0 0; margin-bottom: 20px;}}
body.flow main section.boxMain .blockFlow h5 span{ position:absolute; top:0; left:0; right:0; }
body.flow main section.boxMain .blockFlow h5 span img{ width:40px;}
@media only screen and (max-width: 600px){ body.flow main section.boxMain .blockFlow h5 span img{ width:30px;}}
body.flow main section.boxMain .blockFlow h6{ font-size:17px; line-height:1.8; letter-spacing:0.2em;}
@media only screen and (max-width: 1024px){ body.flow main section.boxMain .blockFlow h6 {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.1em;
}}
body.flow main section.boxMain .blockFlow p.flowIcon{ width:210px; margin:0 auto 30px;}
@media only screen and (max-width: 600px){ body.flow main section.boxMain .blockFlow p.flowIcon {
    width: 180px;
    margin: 0 auto 20px;
}}
body.flow main section.boxMain .blockFlow dl{ width:860px; margin: 40px auto 0;}
body.flow main section.boxMain .blockFlow dl dt{ border:solid 2px #000; padding:12px; font-weight:700; font-size:20px; margin-bottom:30px;}
body.flow main section.boxMain .blockFlow dl dd{ margin-bottom:30px;}

/*----------根来工業の強み----------*/

body.strong main section.boxMain .blockStrong ul{ display: flex; justify-content: space-between; margin-bottom:60px; }
@media only screen and (max-width: 600px){ body.strong main section.boxMain .blockStrong ul{ display: block; }}
@media only screen and (max-width: 600px){ body.strong main section.boxMain .blockStrong ul:nth-of-type(1){ overflow:hidden; }}
body.strong main section.boxMain .blockStrong ul li{ display: flex; flex-direction: column; justify-content: center; margin:0 40px 0 0; }
body.strong main section.boxMain .blockStrong ul li p{ margin-bottom:20px; width:224px;}
@media only screen and (max-width: 1024px){ body.strong main section.boxMain .blockStrong ul li p{ width:180px;} }
@media only screen and (max-width: 600px){ body.strong main section.boxMain .blockStrong ul li p{ width:160px;} }

body.strong main section.boxMain .blockStrong ul li a{
	width: fit-content;
	padding:12px 20px 10px;
	border: 3px solid #91cbcd;
    border-image: linear-gradient(to right, #7fc7ad 0%, #8ccad9 100%);
    border-image-slice: 1;
	text-decoration:none;
	color:#333;
	font-weight:700;
	font-size:18px;
}
@media only screen and (max-width: 1024px){ body.strong main section.boxMain .blockStrong ul li a{ font-size:16px;}}
@media only screen and (max-width: 600px){ body.strong main section.boxMain .blockStrong ul li a{ display:block; overflow:hidden;}}
body.strong main section.boxMain .blockStrong ul li a:hover {
    background-color: #feffef;
    transition: all 0.3s ease 0s;
}
body.strong main section.boxMain .blockStrong ul li a span{ display:inline-block; vertical-align:middle; }
body.strong main section.boxMain .blockStrong ul li a span img{ width:35px; margin:0 10px 0 0; }

body.strong main section.boxMain .blockStrong ul:nth-of-type(1) li:nth-of-type(1){ width:50%; margin:0 3% 0 0;}
@media only screen and (max-width: 600px){ body.strong main section.boxMain .blockStrong ul:nth-of-type(1) li:nth-of-type(1){ display:block; width:100%; margin:0 auto 20px;}}
@media only screen and (max-width: 600px){ body.strong main section.boxMain .blockStrong ul:nth-of-type(1) li:nth-of-type(1) img{ width:100%; height: 140px; object-fit: cover; border-radius:6px;}}
body.strong main section.boxMain .blockStrong ul:nth-of-type(1) li:nth-of-type(2){ width:47%;}
@media only screen and (max-width: 600px){ body.strong main section.boxMain .blockStrong ul:nth-of-type(1) li:nth-of-type(2){ display:block; width:100%;}}

@media only screen and (max-width: 600px){ body.strong main section.boxMain .blockStrong ul:nth-of-type(2){ display:flex; flex-direction: column-reverse;}}
body.strong main section.boxMain .blockStrong ul:nth-of-type(2) li:nth-of-type(1){ width:47%; margin:0 3% 0 0;}
@media only screen and (max-width: 600px){ body.strong main section.boxMain .blockStrong ul:nth-of-type(2) li:nth-of-type(1){ width:100%;}}
body.strong main section.boxMain .blockStrong ul:nth-of-type(2) li:nth-of-type(2){ width:50%;}
@media only screen and (max-width: 600px){ body.strong main section.boxMain .blockStrong ul:nth-of-type(2) li:nth-of-type(2){ width:100%; margin:0 auto 20px;}}
@media only screen and (max-width: 600px){ body.strong main section.boxMain .blockStrong ul:nth-of-type(2) li:nth-of-type(2) img{ width:100%; height: 140px; object-fit: cover; border-radius:6px;}}

body.strong main section.boxMain .blockStrong ul:nth-of-type(3) li:nth-of-type(1){ width:50%; margin:0 3% 0 0;}
@media only screen and (max-width: 600px){ body.strong main section.boxMain .blockStrong ul:nth-of-type(3) li:nth-of-type(1){ display:block; width:100%; margin:0 auto 20px;}}
@media only screen and (max-width: 600px){ body.strong main section.boxMain .blockStrong ul:nth-of-type(3) li:nth-of-type(1) img{ width:100%; height: 140px; object-fit: cover; border-radius:6px;}}
body.strong main section.boxMain .blockStrong ul:nth-of-type(3) li:nth-of-type(2){ width:47%;}
@media only screen and (max-width: 600px){ body.strong main section.boxMain .blockStrong ul:nth-of-type(3) li:nth-of-type(2){ width:100%;}}

body.strong main section.boxMain .blockStrong ul li h5{ font-size:30px; font-family: 'Noto Sans JP', sans-serif; letter-spacing:0.1em; margin-bottom:20px;}
@media only screen and (max-width: 1024px){ body.strong main section.boxMain .blockStrong ul li h5{ font-size:26px;}}
@media only screen and (max-width: 600px){ body.strong main section.boxMain .blockStrong ul li h5{ font-size:18px;}}
@media only screen and (max-width: 600px){ body.strong main section.boxMain .blockStrong ul li h5 br{ display:none; }}
body.strong main section.boxMain .blockStrong ul li h6{ font-size:16px; line-height:1.8; text-align:justify; margin-bottom:20px;}
@media only screen and (max-width: 1024px){ body.strong main section.boxMain .blockStrong ul li h6{ font-size:14px;}}

/*----------設備紹介----------*/

body.equipment main section.boxMain .equipBlock h4 { margin: 0 auto 60px; text-align: center;}
@media only screen and (max-width: 600px){ body.company main section.boxMain .equipBlock h4 { margin: 0 auto 40px;} }
body.equipment main section.boxMain .equipBlock h4 span {
    display: inline-block;
    padding: 10px 20px;
    font-size: 30px;
    line-height: 1.6;
    font-weight: 700;
    border: solid 2px #333;
}
@media only screen and (max-width: 600px){ body.company main section.boxMain .equipBlock h4 span { padding: 10px 20px 8px; font-size: 20px;}}
body.equipment main section.boxMain .equipBlock div{ margin:0 auto 80px;}
@media only screen and (max-width: 600px){ body.company main section.boxMain .equipBlock div{ margin:0 auto 40px;} }
body.equipment main section.boxMain .equipBlock div table{ width:100%; }

body.equipment main section.boxMain .equipBlock div ul{
	display: flex;
    justify-content: space-between;
	margin-bottom:40px;}
body.equipment main section.boxMain .equipBlock div ul li{ 
	display: flex;
    flex-direction: column;
    justify-content: center;}
body.equipment main section.boxMain .equipBlock div ul li:nth-of-type(1){ width:30%; }
body.equipment main section.boxMain .equipBlock div ul li:nth-of-type(2){ width:67%;}
body.equipment main section.boxMain .equipBlock div ul li:nth-of-type(2) p:nth-of-type(1){ margin-bottom:20px;}
/*body.equipment main section.boxMain .equipBlock div ul li:nth-of-type(2) p:last-child{ margin-bottom:0px; }*/
body.equipment main section.boxMain .equipBlock div ul li:nth-of-type(2) p:nth-of-type(1) span {
    background-color: #efefef;
    padding: 12px 20px 10px 20px;
    display: inline-block;
    /* background-color: #ccc; */
    border-radius: 6px;
    font-size: 20px;
    /* line-height: 1; */
    font-weight: 600;
    /* border-bottom: solid 2px #000; */
    /* padding: 0 0 10px 0; */
}
body.equipment main section.boxMain .equipBlock div ul li:nth-of-type(2) dl{ padding:0 ; margin-bottom:20px; }
body.equipment main section.boxMain .equipBlock div ul li:nth-of-type(2) dl dd{ display: table-row; }
body.equipment main section.boxMain .equipBlock div ul li:nth-of-type(2) dl dd:before {
    content: "•";
    display: table-cell;
    padding-right: 0.4em;
}
body.equipment main section.boxMain .equipBlock div ul li:nth-of-type(2) dl dd:after {
    content: "";
    display: block;
    margin-bottom: 0.5em;
}

bodyequipment main section.boxMain .equipBlock div table{
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto 40px;
    border: none !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}
body.equipment main section.boxMain .equipBlock div table th {
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
    text-align: left;
    background: #6D789D;
    padding: 24px 22px 22px 22px;
    font-weight: normal;
    width: 30%;
    vertical-align: middle;
	color:#fff;
	text-align:center;
	font-size:17px;
	font-weight: 600;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}
@media only screen and (max-width: 600px){ body.equipment main section.boxMain .equipBlock div table th{ font-size: 13px; padding: 16px 12px 12px 12px; } }
body.equipment main section.boxMain .equipBlock div table td {
    border-bottom: solid 1px #ddd;
    border-right: solid 1px #ddd;
    text-align: left;
    padding: 24px 22px 22px 22px;
    vertical-align: middle;
	text-align:center;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}
@media only screen and (max-width: 600px){ body.equipment main section.boxMain .equipBlock div table td{ font-size: 13px; padding: 16px 12px 12px 12px; } }
body.equipment main section.boxMain .equipBlock div table td:first-child{ border-left: solid 1px #ddd; background-color:#EEEEEE; }

body.equipment main section.boxMain .equipBlock div h5{ font-size:24px; font-weight:700; display:inline-block; margin-bottom:30px; position:relative; padding: 0 0 0 40px;}
@media only screen and (max-width: 600px){ body.equipment main section.boxMain .equipBlock div h5{ font-size:20px;}}
body.equipment main section.boxMain .equipBlock div h5:before {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: 20px;
    height: 1px;
    background-color: #333;
}

/*----------技術紹介----------*/

body.product{}
body.product main section.boxMain .blockProduct{}
body.product main section.boxMain .blockProduct h5{ color:#47A9AE; font-size:36px; font-family: 'Noto Sans JP', sans-serif; letter-spacing:0.1em; margin:0 auto 40px; text-align:center;}
body.product main section.boxMain .blockProduct h5 span{ position:relative; display: inline-block; line-height: 2;}
body.product main section.boxMain .blockProduct h5 span:after{
  content: "";
  display: block;
  height: 4px;
	background: rgb(127,199,173);
    background: linear-gradient(90deg, rgba(127,199,173,1) 0%, rgba(153,205,219,1) 100%);
}
body.product main section.boxMain .blockProduct h6{ font-size:16px; line-height:1.8; margin:0 auto 40px;}

body.product main section.boxMain .blockProduct .productItem1{ width: 100%; display: flex; flex-wrap: nowrap; margin-bottom:40px;}
body.product main section.boxMain .blockProduct .productItem1 div{ }
body.product main section.boxMain .blockProduct .productItem1 div:nth-of-type(1){ width:45%;}
body.product main section.boxMain .blockProduct .productItem1 div:nth-of-type(1) p{ margin-bottom:20px;}
body.product main section.boxMain .blockProduct .productItem1 div:nth-of-type(2){ width:10%; background-image:url(../img/product/product-parts1.png); background-repeat:no-repeat; background-position:center center;}
body.product main section.boxMain .blockProduct .productItem1 div:nth-of-type(3){width:45%;}
body.product main section.boxMain .blockProduct .productItem1 div:nth-of-type(3) p{ margin-bottom:20px;}
body.product main section.boxMain .blockProduct .productItem1 div ul.productList1{ overflow:hidden;}
body.product main section.boxMain .blockProduct .productItem1 div ul.productList1 li{ float: left; margin: 0 10px 0 0;}

body.product main section.boxMain .blockProduct .productItem2{ text-align:left;}
body.product main section.boxMain .blockProduct .productItem2 h5 {
    font-size: 26px;
    color: #666;
    text-align: left;
    position: relative;
    padding: 0 0 0 40px;
}
body.product main section.boxMain .blockProduct .productItem2 h5:before {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: 24px;
    height: 1px;
    background-color: #47a9ae;
    transform: translate(0%, -50%);
}
body.product main section.boxMain .blockProduct .productItem2 ul{ overflow:hidden; margin-bottom:40px; }
body.product main section.boxMain .blockProduct .productItem2 ul li:nth-of-type(1){ width:30%; float:left;}
body.product main section.boxMain .blockProduct .productItem2 ul li:nth-of-type(2){ width:67%; float:right;}
body.product main section.boxMain .blockProduct .productItem2 ul li:nth-of-type(2) p:nth-of-type(1){ font-size:24px; font-weight:600; margin-bottom:20px;}
body.product main section.boxMain .blockProduct .productItem2 ul li:nth-of-type(2) p:nth-of-type(2){}

body.product main section.boxMain .blockProduct ul.productList2{ width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap;}
body.product main section.boxMain .blockProduct ul.productList2 li{ margin-bottom:5%; width: 30%;}  
body.product main section.boxMain .blockProduct ul.productList2:after{ display: block; content:""; width: 30%;}

/*----------問い合わせフォーム----------*/


body.contact .bg-head-contact{ background-image:url(../img/contact/header.jpg); }

body.contact .formInfoBox{ padding: 20px; background: #fbfbfa; border-radius: 1px; border: 1px solid #dcdcdc; margin-bottom: 40px;}
@media only screen and (max-width: 600px){ body.contact .formInfoBox{ margin-bottom: 20px; } }
body.contact .formInfoBox p { font-size: 13px; line-height: 1.8; font-weight: 600;}
body.contact .formInfoBox span { display: block; font-weight: bold; color: #d05757;}

body.contact .basic-table { width: 100%; border-collapse: collapse; font-size: 14px; line-height:1.4; -webkit-box-sizing: border-box !important; -moz-box-sizing: border-box !important; box-sizing: border-box !important; margin:0 auto 40px;}
@media only screen and (max-width: 600px){ body.contact .basic-table { border-bottom: solid 1px #e8e8e8; }}

body.contact .basic-table thead tr{ background-color: #f4f3f5; font-weight:bold; }
body.contact .basic-table th { background-color: #f7f7f7; padding: 12px; text-align: left; border: 1px solid #d8d8d8; line-height: normal; text-align:center;}
@media only screen and (max-width: 600px){ body.contact .basic-table th{ border-top:solid 1px #d8d8d8; border-left:solid 1px #d8d8d8; border-right:solid 1px #d8d8d8; border-bottom:none;}}
body.contact .basic-table td { padding: 12px 12px 10px 12px; border: 1px solid #d8d8d8;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;}
body.contact .basic-table td.attention{ background-color:#fce2ca; font-size:20px; font-weight:bold;}

body.contact .table-style-contact th:first-child{ width:30%; text-align:left;}
body.contact .table-style-contact th:last-child{ width:70%;}
body.contact .table-style-contact td:first-child{ text-align:left;}

@media only screen and (max-width: 600px){
body.contact .table-style-contact th:first-child {
    display: block;
    width: 100% !important;
    padding: 12px;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}
}
@media only screen and (max-width: 600px){
body.contact .basic-table td{
    display: block;
    width: 100% !important;
    padding: 12px;
	border-top:solid 1px #d8d8d8; border-left:solid 1px #d8d8d8; border-right:solid 1px #d8d8d8; border-bottom:none;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}
}

body.contact .form-attention { padding: 20px; background: #fbfbfa; border-radius: 1px; border: 1px solid #dcdcdc; margin:60px auto ; font-size: 14px; line-height: 2;}
body.contact .form-attention p{ font-weight: 600;}
body.contact .form-attention span { display: block; color: #d05757; }

body.contact .txtarea{ width:100%; height:200px;}

body.contact .required{ background-color: #a40000; color: #FFF; font-size: 10px; margin-left: 6px; padding: 2px 5px; vertical-align: middle;}
body.contact option, textarea, input[type="number"], input[type="email"], input[type="tel"], input[type="text"], input[type="option"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    outline: 0;
    margin: 0;
    padding: 12px !important;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}
body.contact input.wSS, input.wS, input.wM, input.wL, input.wLL {
    background-color: #FFF;
    border: 1px solid #CCC;
    line-height: 140%;
    padding: 5px 5px;
}
body.contact .fb10{ margin-bottom:10px;}
body.contact .contact-foot{ margin:0 auto 60px; text-align:center;}
body.contact .contact-btn { text-align: center; font-size: 0; max-width: 600px; width: 100%; margin: 0 auto;}
body.contact .contact-btn input[type="submit"] {
    font-size: 18px;
    background-color: #000;
    border: none;
    color: #FFF !important;
    display: inline-block;
    padding: 15px 0 !important;
    width: 75%;
    font-family: "游ゴシック", "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体","ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    text-decoration: none;
    border-radius: 0 !important;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
body.contact .contact-btn input[type="submit"]:hover { background-color: #444;}
body.contact .contact-back {
    text-align: center;
    font-size: 0;
    max-width: 600px;
    width: 100%;
    margin: 24px auto 0;
}
body.contact .contact-back input{}
body.contact .wSS { width: 60px;}
body.contact form .cauText { font-size: 12px; margin-top: 10px; color: #828282; line-height: 1.6;}
body.contact .mw_wp_form .error {
    color: #ad2d2d !important;
    font-size: 12px !important;
    padding: 5px 7px !important;
    font-weight: 600 !important;
    margin-top: 10px !important;
}
body.contact .submitback {
    text-align: center;
    font-size: 0;
    max-width: 600px;
    width: 100%;
    margin: 24px auto 0;
}
body.contact .thanks {
    padding: 50px;
    border: solid 1px #ccc;
    margin: 0 auto 60px;
    line-height: 1.6;
}
body.contact .inrM{}
body.contact .ttlStyle_02{ font-weight:600; font-size:18px;}
body.contact .tx{
    display: block;
    margin: 16px auto;
	font-size: 14px;
}
body.contact .btnStyle_01{}
body.contact .btnStyle_01 a{}

body.contact .wL { max-width: 360px; width: 100%; }
@media only screen and (max-width: 600px){ body.contact .wL { max-width: 100%; }}