@charset "utf-8";

/*---top---*/

#topmain {
width: 100%;
}

#topmain .products {
width: 100%;
margin-bottom: 45px;
}

#topmain .products ul.box-align {
width: 100%;
margin: 0 auto;
}

#topmain .products ul.box-align li {
display: inline-block;
vertical-align: top;
width: 23.5%;
margin: 0 1.3% 3% 0;
}

#topmain .products ul.box-align li:nth-child(4n) {
display: inline-block;
vertical-align: top;
width: 23.5%;
margin: 0 0 3% 0;
}

#topmain .products ul.box-align li .title {
width: 80%;
margin: 0 auto;
font-weight: bold;
text-align: center;
font-size: 13px;
border: 2px solid #085993;
color: #085993;
padding: 3% 1%;
border-radius: 50px;
}

#topmain .products ul.box-align li .title:hover {
border: 2px solid #085993;
background:#085993;
color: #fff;
}

#topmain .products ul.box-align li img {
max-width: 100%;
width: 100%;
}

#topmain ul.news {
width: 100%;
max-width: 86%;
margin: 0 auto;
padding-bottom: 40px;
}

#topmain ul.news li.newsbody {
height: 250px;
overflow: scroll;
overflow-x: hidden;
}

#topmain ul.news li.newsbody .date p {
padding: 10px 0 3px 0;
font-weight: bold;
letter-spacing: 0.08em;
}

#topmain ul.news li.newsbody .cnt {
border-bottom: 2px dotted #ccc;
width: 98%;
}

#topmain ul.news li.newsbody .cnt p {
padding: 0 0 10px 0;
line-height: 170%;
}

#topmain ul.news li.newsbody .cnt p a {
font-size: 14px;
}

#topmain .business {
width: 100%;
margin-bottom: 45px;
}

#topmain .business ul.box-align {
width: 100%;
max-width: 1000px;
margin: 0 auto;
}

#topmain .business ul.box-align li {
display: inline-block;
vertical-align: top;
width: 48.5%;
margin: 0 1.3% 4% 0;
}

#topmain .business ul.box-align li:nth-child(2n) {
display: inline-block;
vertical-align: top;
width: 48.5%;
margin: 0 0 4% 0;
}

#topmain .business ul.box-align p.title {
text-align: center;
font-weight: bold;
font-size: 16px;
padding-top: 10px;
}

#topmain .business ul.box-align p.det {
width: 80%;
margin: 0 auto;
font-size: 13px;
line-height: 200%;
padding-top: 8px;
}

#topmain .business ul.box-align li img {
max-width: 100%;
width: 100%;
}

#topmain ul.menubt {
width: 100%;
}

#topmain ul.menubt a:hover {
opacity: 0.6;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
#topmain ul.menubt a li {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}

#topmain ul.menubt a:hover {
opacity: 0.6;
}
}

#topmain ul.menubt h3.topmenutitle {
color:#fff;
text-align: center;
font-family: 'Noto Serif JP', "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
padding: 17% 1% 0 1%;
font-size: 32px;
letter-spacing: 0.09em;
text-shadow: 0 0 4px rgba(0,0,0,.7);
}

#topmain ul.menubt p {
color:#fff;
display: block;
max-width: 70%;
margin: 0 auto;
text-align: center;
font-size: 15px;
letter-spacing: 0.08em;
text-shadow: 0 0 4px rgba(0,0,0,.8);
}

#topmain ul.menubt li#bg01 {
background: url(../images/top/mainbt_bg01.png);
float: left;
width: 50%;
background-size: cover;
background-position: center center;
min-height: 340px;
}

#topmain ul.menubt li#bg02 {
background: url(../images/top/mainbt_bg02.png);
float: left;
width: 50%;
background-size: cover;
background-position: center center;
min-height: 340px;
}

#topmain ul.menubt li#bg03 {
background: url(../images/top/mainbt_bg03.png);
float: left;
width: 50%;
background-size: cover;
background-position: center center;
min-height: 340px;
}

#topmain ul.menubt li#bg04 {
background: url(../images/top/mainbt_bg04.png);
float: left;
width: 50%;
background-size: cover;
background-position: center center;
min-height: 340px;
}

@media screen and (max-width: 850px){
#topmain ul.news {
max-width: 98%;
margin-bottom: 50px;
}

#topmain ul.news li.newsbody {
height: 280px;
}

#topmain .business ul.box-align li {
margin: 0 1.3% 10% 0;
}

#topmain .business ul.box-align li:nth-child(2n) {
margin: 0 0 10% 0;
}

#topmain .business ul.box-align p.det {
width: 100%;
margin: 0 auto;
font-size: 13px;
}
	
#topmain ul.menubt li#bg01 {
width:100%;
min-height: 190px;
}

#topmain ul.menubt li#bg02 {
width:100%;
min-height: 190px;
}

#topmain ul.menubt li#bg03 {
width:100%;
min-height: 190px;
}

#topmain ul.menubt li#bg04 {
width:100%;
min-height: 190px;
}

#topmain ul.menubt h3.topmenutitle {
font-size: 26px;
padding: 13% 1% 0 1%;
}

#topmain ul.menubt p {
font-size: 14px;
max-width: 80%;
padding: 0 2%;
}

#topmain .products ul.box-align li {
width: 48%;
margin: 0 2% 4% 0;
}

#topmain .products ul.box-align li:nth-child(4n) {
width: 48%;
margin: 0 2% 4% 0;
}

#topmain .products ul.box-align li:nth-child(2n) {
width: 49%;
margin: 0 0% 4% 0;
}
}



/*---news---*/

#newsmain {
width: 100%;
}

#newsmain ul.cntdetail {
width: 100%;
}

#newsmain ul.cntdetail li.date {
display: block;
padding-bottom: 3%;
text-align: right;
font-size: 16px;
}

#newsmain ul.cntdetail li.txt {
max-width: 90%;
margin: 0 auto;
}

#newsmain ul.cntdetail li.txt p {
font-size: 16px;
text-align: left;
line-height: 180%;
}

@media only screen and ( max-width : 850px ) {
#newsmain ul.cntdetail li.txt {
max-width: 90%;
}
}



/*---company---*/

#companymain {
width: 100%;
}

#companymain ul.greeting {
width: 100%;
margin-bottom: 55px;
}

#companymain ul.greeting li.catch p {
padding-bottom: 10px;
}

#companymain ul.greeting li.catch p {
font-family: 'Noto Serif JP', "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
font-size: 24px;
letter-spacing: 0.09em;
color:#0a65a9;
}

#companymain ul.greeting li.cnt p {
line-height: 180%;
}

#companymain ul.information {
padding-bottom: 45px;
}

#companymain ul.information li.cap {
padding-bottom: 25px;
}

#companymain ul.information li.cap p {
line-height: 190%;
}

#companymain ul.information table	{
width: 100%;
border-collapse: collapse;
border-spacing: 0;
}

#companymain ul.information table th {
border: 1px solid #ccc;
background: #fcfcfc;
width: 30%;
}

#companymain ul.information table th p.title {
text-align: left;
padding: 12px;
}

#companymain ul.information table td	{
border: 1px solid #ccc;
}

#companymain ul.information table td p	{
text-align: left;
padding: 12px;
line-height: 170%;
}

#companymain ul.information table td p a  {
text-decoration: none;
padding: 12px;
}

#companymain ul.map {
width: 100%;
margin-bottom: 30px;
}

#companymain ul.map li.address {
padding-top: 5px;
}

@media screen and (max-width: 850px){
#companymain ul.greeting li.img {
width: 90%;
float: none;
margin: 0 auto;
}

#companymain ul.greeting li.txt {
width: 100%;
}
	
#companymain ul.greeting li.txt p {
line-height: 180%;
padding-top: 15px;
}

#companymain ul.information table	{
width: 99.9%;
}

#companymain ul.information table th p.title  {
font-weight: bold;
}

#companymain ul.information table th,
#companymain ul.information table td {
width: 99.9%;
display: block;
border-top: none;
}

#companymain ul.information table tr:first-child th {
border-top: 1px solid #ccc;
}
}


/*---flow---*/

#flowmain {
width:100%;
}

#flowmain .tab_2 {
width: 100%;
margin-bottom: 25px;
}

#flowmain .tab_2 li.select {
display: inline-block;
vertical-align: top;
width: 48%;
border: 4px solid #0a65a9;
cursor: pointer;
margin: 0 1% 0 0;
border-radius: 3px;
}

#flowmain.tab_2 li.select:last-child {
display: inline-block;
vertical-align: top;
width: 48%;
border: 4px solid #0a65a9;
cursor: pointer;
margin: 0;
border-radius: 3px;
}

#flowmain .tab_2 li.select a.nor {
font-size: 15px;
color:#0a65a9;
font-weight: bold;
display: block;
padding: 18px 0;
text-align: center;
letter-spacing: 0.09em;
text-decoration: none;
}

#flowmain .tab_2 li.select a:hover {
background:#0a65a9;
color: #fff;
opacity: 1.0;
}

#flowmain .category {
width: 100%;
margin-bottom: 55px;
}

#flowmain .category ul.cntblock {
width: 100%;
margin-bottom: 25px;
}

#flowmain .category ul.cntblock li.num {
width: 20%;
background: #0a65a9;
float: left;
}

#flowmain .category ul.cntblock li.num p {
color:#fff;
font-size: 25px;
text-align: center;
font-family: 'Noto Serif JP', "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
font-weight: 300;
letter-spacing: 0.08em;
padding: 25px;
}

#flowmain .category ul.cntblock li.num p .sn {
font-size: 45px;
}

#flowmain .category ul.cntblock li.txt {
width: 75%;
float: right;
}

#flowmain .category ul.cntblock li.txt p.ind {
color: #0a65a9;
font-weight: bold;
font-size: 24px;
letter-spacing: 0.05em;
}

#flowmain .category ul.cntblock li.txt p.cnt {
font-size: 16px;
}

#flowmain .cntct {
background: #f1f0e9;
padding: 4%;
}

#flowmain .cntct li.ind {
padding-bottom: 25px;
text-align: center;
}

#flowmain .cntct li.ind p {
font-size: 24px;
letter-spacing: 0.05em;
}

#flowmain .cntct li.ind p .st {
font-weight: bold;
font-size: 24px;
color:#e77a03;
letter-spacing: 0.05em;
}

#flowmain .cntct li ul.box-align {
width: 100%;
margin: 0 auto;
}

#flowmain .cntct li ul.box-align li {
display: inline-block;
vertical-align: top;
width: 49%;
background: #fff;
margin: 0 2% 0 0;
padding: 2% 0;
}

#flowmain .cntct li ul.box-align li:nth-child(2n) {
display: inline-block;
vertical-align: top;
width: 49%;
background: #fff;
margin: 0;
padding: 2% 0;
}

#flowmain .cntct li ul.box-align li p.add {
font-size: 24px;
color: #e77a03;
text-align: center;
}

#flowmain .cntct li ul.box-align li p.num {
font-size: 33px;
text-align: center;
letter-spacing: 0.08em;
font-family: 'Montserrat', sans-serif;
}

#flowmain .cntct li ul.box-align li p.time {
font-size: 15px;
text-align: center;
font-family: 'Montserrat', sans-serif;
}

#flowmain .cntct li.detailbt {
width: 70%;
margin: 15px auto 0 auto;
background: #fff;
border: 2px solid #e77a03;
border-radius: 5px;
font-weight: bold;
color: #191919;
}

#flowmain .cntct li.detailbt a {
opacity: 1.0;
border-radius: 5px;
display: block;
text-align: center;
letter-spacing: 0.1em;
text-decoration: none;
padding: 15px 2%;
font-size: 15px;
font-weight: bold;
}

#flowmain .cntct li.detailbt a:hover {
border-radius: 5px;
background: #e77a03;
color: #fff;
}

@media only screen and ( max-width : 850px ) {
#flowmain .tab_2 li.select {
width: 100%;
margin-bottom: 10px;
}

#productsmain .tab_2 li.select:last-child {
width: 100%;
}

#flowmain .category ul.cntblock li.num {
width: 25%;
}

#flowmain .category ul.cntblock li.num p {
font-size: 20px;
padding: 15px;
}

#flowmain .category ul.cntblock li.num p .sn {
font-size: 28px;
}

#flowmain .category ul.cntblock li.txt {
width: 72%;
}

#flowmain .category ul.cntblock li.txt p.ind {
font-size: 20px;
}

#flowmain .category ul.cntblock li.txt p.cnt {
font-size: 14px;
}

#flowmain .cntct li.ind p {
font-size: 16px;
}

#flowmain .cntct li.ind p .st {
font-size: 20px;
}

#flowmain .cntct li ul.box-align li p.add {
font-size: 15px;
}

#flowmain .cntct li ul.box-align li p.num {
font-size: 20px;
}

#flowmain .cntct li ul.box-align li p.time {
font-size: 14px;
}

#flowmain .cntct li.detailbt a {
opacity: 1.0;
padding: 12px 1.5%;
font-size: 14px;
}
}

@media only screen and ( max-width : 390px ) {
#flowmain .category ul.cntblock li.num p {
font-size: 18px;
padding: 8px;
}

#flowmain .category ul.cntblock li.num p .sn {
font-size: 18px;
}
}



/*---case---*/

#casesmain {
width:100%;
}


/*---products---*/

#productsmain {
width:100%;
}

#productsmain .category {
width: 100%;
margin-bottom: 30px;
}

#productsmain .category ul.commentbox {
width: 100%;
margin-bottom: 20px;
}

#productsmain .category ul.commentbox p {
line-height: 180%;
}

#productsmain .category ul.commentbox p.strong {
line-height: 180%;
color:#17639a;
font-weight: bold;
}

#productsmain .category ul.box-align {
width: 100%;
margin: 0 auto;
}

#productsmain .category ul.box-align li {
display: inline-block;
vertical-align: top;
width: 32%;
margin: 0 2% 2% 0;
}

#productsmain .category ul.box-align li:nth-child(3n) {
display: inline-block;
vertical-align: top;
width: 32%;
margin: 0 0 2% 0;
}

#productsmain .category ul.box-align li p.tit {
font-weight: bold;
padding: 1% 0 1.5% 0;
}

#productsmain .category ul.box-align p.bt {
background: #18649a;
border-radius: 3px;
width: 100%;
margin: 10px auto 20px auto;
}

#productsmain .category ul.box-align p.bt a {
font-size: 15px;
text-align: center;
display: block;
padding: 10px 0;
letter-spacing: 1px;
color: #fff;
text-decoration: none;
}

#productsmain .category ul.box-align p.bt a:hover {
border-radius: 4px;
box-shadow: 4px 8px 15px rgba(0,0,0,0.25);
opacity: 1.0;
}

#productsmain .category ul.box-align li img {
max-width: 100%;
width: 100%;
}

@media only screen and ( max-width : 850px ) {
#productsmain .category ul.box-align li {
width: 49%;
margin: 0 1% 4% 0;
}

#productsmain .category ul.box-align li:nth-child(3n) {
width: 49%;
margin: 0 1% 4% 0;
}

#productsmain .category ul.box-align li:nth-child(2n) {
width: 49%;
margin: 0 0 4% 0;
}

#productsmain .category ul.box-align li p.tit {
padding: 2% 0;
}

#productsmain .category ul.box-align li p {
font-size: 14px;
}
}



/*---case---*/

#casemain {
width: 100%;
}

#casemain ul.cntblock {
width:100%;
padding-bottom: 40px;
}

#casemain ul.cntblock li.txt {
width:100%;
}

#casemain ul.cntblock li.img {
padding-top: 30px;
}

#casemain ul.cntblock li.txt p {
line-height: 175%;
}

#casemain ul.cntblock li.txt p .point {
font-weight: bold;
font-size: 18px;
color: #0a65a9;
}

@media only screen and ( max-width : 850px ) {
#casemain ul.cntblock li.txt p .point {
font-size: 16px;
}
}


/*---faq---*/

#faqmain {
width:100%;
}

#faqmain .category {
width:100%;
margin-bottom: 45px;
}

#faqmain .category ul.faqgroup {
margin-bottom: 25px;
border-bottom: 2px dotted #ccc;
}

#faqmain .category ul.faqgroup li.question {
background: url(../images/faq/questionicon.png) no-repeat;
background-size: 44px;
min-height: 44px;
padding-bottom: 20px;
}

#faqmain .category ul.faqgroup li.question p {
padding: 13px 0 0 60px;
font-weight: bold;
font-size: 16px;
}

#faqmain .category ul.faqgroup li.answer {
background: url(../images/faq/answericon.png) no-repeat;
background-size: 44px;
min-height: 44px;
padding-bottom: 20px;
}

#faqmain .category ul.faqgroup li.answer p {
padding: 13px 0 0 60px;
font-size: 15px;
}

@media screen and (max-width: 850px){
#faqmain .category ul.faqgroup li.question {
background-size: 45px;
min-height: 45px;
}

#faqmain .category ul.faqgroup li.question p {
font-size: 16px;
}

#faqmain .category ul.faqgroup li.answer {
background-size: 45px;
min-height: 45px;
}

#faqmain .category ul.faqgroup li.answer p {
line-height: 170%;
font-size: 14px;
}
}



/*---contact---*/

#contactmain {
width: 100%;
}

#contactmain ul.number {
display: inline-block;
vertical-align: top;
width: 48%;
margin: 0 1% 2% 0;
padding-bottom: 14px;
}

#contactmain ul.number li.tit {
font-size: 16px;
width: 28%;
float: left;
margin: 1% 1% 0 0;
background: #17639a;
}

#contactmain ul.number li.tit p {
font-size: 16px;
letter-spacing: 0.09em;
color:#fff;
padding: 6px;
text-align: center;
border-radius: 2px;
}

#contactmain ul.number li.number {
width: 55%;
float: left;
}

#contactmain ul.number li.number p {
font-size: 28px;
font-family: 'Montserrat', sans-serif;
letter-spacing: 0.09em;
text-align: left;
}

#contactmain ul.number li.number p a {
font-size: 26px;
text-decoration: none;
font-family: 'Montserrat', sans-serif;
letter-spacing: 0.09em;
}

#contactmain ul.time {
width: 100%;
padding: 2px 0 28px 0;
}

#contactmain ul.time p {
font-size: 14px;
}

#contactmain ul.contactform {
width: 100%;
padding-bottom: 65px;
}

#contactmain ul.contactform .attentiontxt {
padding: 8px 0 15px 5px;
font-weight: bold;
color: #e8112c;
}

#contactmain ul.contactform .descriptiontxt {
padding: 8px 0 15px 5px;
}

#contactmain ul.contactform li.requiredtxt {
padding: 8px 0 15px 5px;
}

#contactmain ul.contactform table	{
width: 100%;
border-collapse: collapse;
border-spacing: 0;
}

#contactmain ul.contactform table th	{
width: 22%;
}

#contactmain ul.contactform table th p.title 	{
text-align: left;
padding: 5px 12px 15px 12px;
}

#contactmain ul.contactform table .req_label {
border-radius: 4px;
margin-right: 8px;
padding: 6px;
display: inline-block;
text-align: center;
background: #fc5656;
color: #fff;
letter-spacing: 0.1em;
font-size: 12px;
}

#contactmain ul.contactform table td p.cnt	{
text-align: left;
padding: 12px;
line-height: 170%;
}

#contactmain ul.contactform .input1 {
width: 80%;
border-radius: 3px;
padding: 10px;
border: 2px solid #d8d8d8;
margin:0 0 15px;
}

#contactmain ul.contactform .input1:focus {
border: solid 2px #fa7f55;
}

#contactmain ul.contactform .input2 {
width: 60%;
border-radius: 3px;
padding: 10px;
border: 2px solid #d8d8d8;
margin:0 0 15px;
}

#contactmain ul.contactform .input2:focus {
border: solid 2px #fa7f55;
}

#contactmain ul.contactform .input3 {
width: 15%;
border-radius: 3px;
padding: 10px;
border: 2px solid #d8d8d8;
margin:0 0 15px;
}

#contactmain ul.contactform .input3:focus {
border: solid 2px #fa7f55;
}

#contactmain ul.contactform .textarea1 {
width: 80%;
height: 200px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
padding: 6px;
border: 2px solid #d8d8d8;
margin:0 0 10px;
}

#contactmain ul.contactform .textarea1:focus {
border: solid 2px #fa7f55;
}

#contactmain ul.contactform .select {
border-radius: 3px;
padding: 6px;
border: 2px solid #d8d8d8;
margin: 0 0 10px;
width: 35%;
}

#contactmain ul.contactform .select:focus {
border: solid 2px #fa7f55;
}

#contactmain ul.contactform .formtxt01 {
padding-left: 5px;
font-size: 15px;
}

#contactmain ul.contactform .formtxt02 {
padding-left: 8px;
font-size: 13px;
}

#contactmain ul.contactform .formtxt03 {
padding: 0 12px 0 4px;
}

#contactmain ul.contactform li ul.buttonarea {
padding: 3% 0 0 25%;
}

#contactmain ul.contactform li ul.buttonarea li {
padding: 15px 0 0 0 ;
}

#contactmain ul.contactform li ul.buttonarea li .submit {
cursor: pointer;
-webkit-appearance: none;
width: 65%;
height: 48px;
padding: 8px;
color: #444;
background-color: #efefef;
border-radius: 3px;
border: 1px solid #c7c7c7;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}

#contactmain ul.contactform li ul.buttonarea li .submit:hover {
border: 3px solid #fa7f55;
background:#fafafa;
}

#contactmain .privacycomment {
margin: 0 auto;
padding-bottom: 20px;
}

#contactmain ul.privacycnt {
margin: 0 auto;
padding-bottom: 30px;
}

#contactmain ul.privacycnt li {
border-bottom: 1px dotted #b4b4b1;
}

#contactmain ul.privacycnt li .pptext01 {
padding: 20px 0 20px 5px;
font-weight: bold;
color: #555;
}

#contactmain ul.privacycnt li .pptext02 {
padding: 0 0 15px 5px;
line-height: 170%;
}    

#contactmain ul.thanks {
width: 100%;
height: 500px;
}

#contactmain ul.thanks p {
text-align: center;
font-size: 22px;

font-weight: bold;
line-height: 250%;
}

#contactmain ul.thanks p a {
text-align: center;
padding-top: 55px;
font-size: 18px;
font-weight: bold;
}

#contactmain ul.thanks p a:hover {
text-decoration: none;
}

@media only screen and ( max-width : 1200px ) {
#contactmain ul.number li.number p {
font-size: 24px;
}

#contactmain ul.number li.number p a {
font-size: 24px;
}
}

@media screen and (max-width: 850px){
#contactmain ul.number {
width: 100%;
padding-bottom: 14px;
}

#contactmain ul.number li.tit {
width: 100%;
}

#contactmain ul.number li.tit p {
font-size: 18px;
padding: 8px;
}

#contactmain ul.number li.number {
width: 100%;
text-align: center;
}

#contactmain ul.number li.number p {
font-size: 30px;
}

#contactmain ul.number li.number p a {
font-size: 30px;
}

#contactmain ul.fax li.number {
background-size: 50px 50px;
min-height: 50px;
}

#contactmain ul.fax li.number p {
font-size: 28px;
padding: 2px 0 0 60px;
}

#contactmain ul.fax li.number p a {
font-size: 28px;
}

#contactmain ul.contactform table	{
width: 99.9%;
}

#contactmain ul.contactform table th p.title 	{
padding:  7px 7px 7px 0;
font-weight: bold;
font-size: 14px;
}

#contactmain ul.contactform table th,
#contactmain ul.contactform table td {
width: 99.9%;
display: block;
border-top: none;
}

#contactmain ul.contactform .input1 {
margin: 0 0 5px;
}

#contactmain ul.contactform .input2 {
margin: 0 0 5px;
}

#contactmain ul.contactform .input3 {
width: 40%;
}

#contactmain ul.contactform .textarea1 {
width: 90%;
margin:0 0 5px;
}

#contactmain ul.contactform li ul.buttonarea {
padding-left: 0px;
}

#contactmain ul.contactform li ul.buttonarea li {
width: 100%;
}

#contactmain ul.contactform li ul.buttonarea li .submit {
width: 97%;
-webkit-appearance: none;
}

#contactmain ul.contactform li ul.buttonarea li .submit:hover {
border: 3px solid #fa7f55;
background:#fafafa;
transition: all 0.8s ease 0s;
}
}