@charset "utf-8";

/*--------------------------------------------------------------------------------------------------

   page
			   - index
						- topics
						- company
						- service01
						- service02
						- service03
						- service04
						- contact

--------------------------------------------------------------------------------------------------*/


/*------------------------------------------------------------------------------------------------
  index
--------------------------------------------------------------------------------------------------*/
#indexInfo {
	position: relative;
	top: -280px;
}

#indexInfo:before {
	position: absolute;
	background-color: #0e3585;
	width: 100%;
	height: 100%;
	content: "";
	z-index: -1;
}

#indexInfo .inner {
	display: flex;
	width: 96%;
	margin: 0 auto;
}

#indexInfo div {
	width: 48%;
	margin: 0 1%;
	text-align: center;
}

#indexInfo div img {
	max-width: 100%;
}

#indexTopics {
	margin: -280px 0 0;
	background-color: #0e3585;
	position: relative;
}

#indexTopics:after {
 position: absolute;
 content: "";
 border: 200px solid #0057C7;
 display: block;
 width: 0;
 height: 0;
 bottom: -60px;
 right: 0;
 border-top-color: transparent;
 border-left-color: transparent;
}

#indexTopics .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 80px 0 80px;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 8;
}

#indexTopics .inner h2 {
	color: #FFF;
	font-size: 40px;
 font-family: 'Lato', sans-serif;
	letter-spacing: 0.08em;
	margin: 0 0 50px;
}

#indexTopics .inner h2 span {
	display: block;
	font-size: 20px;
	letter-spacing: 0;
	font-weight: 500;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

#indexTopics .inner .title {
	width: 20%;
}

#indexTopics .inner .title a {
	text-indent: -9999px;
	background: url(../image/more_btn.png) no-repeat 0 0;
	background-size: 143px;
	width: 200px;
	height: 50px;
	display: block;
}

#indexTopics .inner .cont {
	width: 76%;
}

#indexTopics .inner .cont ul {
	margin: 16px 0 0;
	padding: 0;
	list-style: none;
}

#indexTopics .inner .cont ul li {
	margin: 0;
	padding: 0;
}

#indexTopics .inner .cont ul li a {
	display: block;
	padding: 12px 8px 28px;
	color: #FFF;
	text-decoration: none;
}

#indexTopics .inner .cont ul li span {
	display: block;
	padding: 2px 0;
	text-align: center;
	width: 120px;
	border-radius: 20px;
	background: linear-gradient(to right, #81B2ED, #7B73D5);
	font-size: 14px;
	color: #FFF;
}

#indexTopics .inner .cont ul li a:hover {
	text-decoration: underline;
}

#indexBusiness {
	position: relative;
	padding: 0 0 180px;
}

#indexBusiness:before {
	position: absolute;
	content: "";
	background: url(../image/line_business.png) no-repeat 0 0;
	background-size: 135px;
	width: 135px;
	height: 100%;
	top: 40px;
	left: 30px;
}

#indexBusiness:after {
	position: absolute;
	content: "";
	background-color: #B6BAE9;
	width: 100%;
	height: 190px;
	bottom: 0;
	left: 0;
}

#indexBusiness .title {
	text-align: center;
	padding: 140px 0 100px;
	position: relative;
}

#indexBusiness .title:before {
	position: absolute;
	content:"";
	width: 100%;
	height: 100%;
	background-color: #C8D9F4;
	top: 0;
	left: 0;
	z-index: -1;
}

#indexBusiness .title h2 {
	font-size: 40px;
 font-family: 'Lato', sans-serif;
	color: #0057c7;
	margin: 0 0 60px;
}

#indexBusiness .title h2 span {
	display: block;
	font-size: 20px;
	letter-spacing: 0;
	padding-top: 10px;
	font-weight: 500;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

#indexBusiness .title p {
	color: #002657;
	font-weight: 700;
	text-align: center;
	font-size: 24px;
	line-height: 1.8;
}

#indexBusiness .cont {
	padding: 100px 0;
	position: relative;
	z-index: 5;
}

#indexBusiness .cont ul {
	width: 86%;
	margin: 0 auto 80px;
	padding: 0;
	list-style: none;
	display: flex;
}

#indexBusiness .cont ul li {
	margin: 0;
	padding: 0;
	width: 32%;
	font-size: 26px;
	font-weight: 700;
	color: #002657;
	font-feature-settings: "palt";
}

#indexBusiness .cont ul li:nth-child(2) {
	margin: 0 2%;
}

#indexBusiness .cont ul li .menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 12px;
	min-height: 42px;
}

#indexBusiness .cont ul li img {
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
}

#indexBusiness .cont ul li a img.more {
	width: 120px;
	height: auto;
	margin-bottom: 0;
}

#indexBusiness .cont ul li a:hover img {
	opacity: .8;
}

#indexBusiness .cont .pick {
	width: 1000px;
	margin: 0 auto 40px;
}

#indexBusiness .cont .pick2 {
	display: flex;
	width: 1000px;
	margin: 0 auto 40px;
}

#indexBusiness .cont .pick2 .pick {
	width: 46%;
	margin: 0 auto 40px;
}

#indexBusiness .cont .pick h2 {
	position: relative;
	font-size: 26px;
	font-weight: 700;
	border-bottom: 1px solid #DEDEDE;
	color: #002657;
	margin: 0 0 40px;
	padding: 0 0 16px;
}

#indexBusiness .cont .pick h2:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 160px;
	height: 2px;
	background-color: #002657;
}

#indexBusiness .cont .pick .cont2 {
	display: flex;
}

#indexBusiness .cont .pick:nth-of-type(2) .cont2 {
	flex-direction: row-reverse;
}

#indexBusiness .cont .pick:nth-of-type(1) .cont2 div:nth-of-type(1),
#indexBusiness .cont .pick:nth-of-type(3) .cont2 div:nth-of-type(1) {
	margin: 0 80px 0 0;
	width: calc( 100% - 428px);
}

#indexBusiness .cont .pick:nth-of-type(2) .cont2 div:nth-of-type(2) {
	margin: 0 80px 0 0;
}

#indexBusiness .cont .pick .cont2 p {
	line-height: 2;
	font-weight: 500;
	color: #002657;
	margin: 0 0 30px;
}

#indexCompany {
	position: relative;
	margin: 0;
	padding: 220px 0 190px ;
	overflow: hidden;
	z-index: 5;
	top: -60px;
}

#indexCompany:before {
	position: absolute;
	content: "";
	background: url(../image/line_company.png) no-repeat 0 0;
	background-size: 138px;
	width: 138px;
	height: 100%;
	top: 100px;
	right: 30px;
	z-index: -1;
}

#indexCompany:after {
 position: absolute;
 content: "";
 border: 240px solid #0057C7;
 display: block;
 width: 0;
 height: 0;
 top: 0;
 left: 0;
 border-bottom-color: transparent;
 border-right-color: transparent;
}

#indexCompany h2 {
	font-size: 40px;
 font-family: 'Lato', sans-serif;
	color: #0057c7;
	margin: 0 0 60px;
	text-align: center;
}

#indexCompany h2 span {
	display: block;
	font-size: 20px;
	letter-spacing: 0;
	padding-top: 10px;
	font-weight: 500;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

#indexCompany .cont {
	display: flex;
	margin: 0 auto;
	padding: 0;
	width: 90%;
	max-width: 1200px;
	justify-content: flex-end;
}

#indexCompany .cont div:nth-child(1) {
	margin-right: 5%;
}

#indexCompany .cont div:nth-child(2) {
	width: 50%;
}

#indexCompany .cont p {
	line-height: 2;
	font-weight: 500;
	color: #002657;
	margin: 0 0 30px;
}

#indexCompany .cont p.lead {
	font-size: 30px;
	font-weight: 700;
	color: #002657;
	line-height: 1.6;
}

#indexCompany .cont div:nth-child(2) img {
	max-width: 100%;
}

/*------------------------------------------------------------------------------------------------
  topics
--------------------------------------------------------------------------------------------------*/
#header.second.topics {
	background: url(../image/contact_back.jpg) no-repeat center 100%;
	background-size: cover;
}

.topicsList ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.topicsList ul li {
	margin: 0 0 16px;
	padding: 0;
	border-bottom: 1px dashed #CCC;
}

.topicsList ul li span {
	display: block;
	background: linear-gradient(to right, #81B2ED, #7B73D5);
	width: 120px;
	padding: 2px 0;
	color: #FFF;
	text-align: center;
	border-radius: 20px;
}

.topicsList ul li a {
	display: block;
	padding: 8px;
	text-decoration: none;
	color: #000;
}

.topicsList ul li a:hover {
	text-decoration: underline;
	color: #0057C7;
}

.topicsDetail {
	margin: 0 0 40px;
}

.topicsDetail .date {
	display: inline-block;
	padding: 2px 8px;
	border: 1px solid #0057C7;
	margin: 0 !important;
}

.topicsDetail h2 {
	border-bottom: 1px solid #CCC;
}

/*------------------------------------------------------------------------------------------------
  company
--------------------------------------------------------------------------------------------------*/
#header.second.company {
	background: url(../image/contact_back.jpg) no-repeat 0 100%;
	background-size: cover;
}

.gaiyouTb {
	width: 100%;
	margin: 0 0 30px;
	border-collapse: separate;
	border-spacing: 8px;
}

.gaiyouTb th {
	font-weight: 400;
	text-align: left;
	border-bottom: 2px solid #AAA;
	padding: 12px;
	width: 160px;
}

.gaiyouTb td {
	border-bottom: 1px solid #CCC;
	padding: 12px;
}

.companyInfo {
    position: relative;
}

.companyInfoImg {
    position: absolute;
    bottom: 8px;
    right: 0;
    margin: 0 !important;
}




/*------------------------------------------------------------------------------------------------
  service01車検
--------------------------------------------------------------------------------------------------*/
#header.second.service01 {
	background: url(../image/service01_back.jpg) no-repeat 0 center;
	background-size: cover;
}

/*------------------------------------------------------------------------------------------------
  service02架装
--------------------------------------------------------------------------------------------------*/
#header.second.service02 {
	background: url(../image/service02_back.jpg) no-repeat 0 center;
	background-size: cover;
}

/*------------------------------------------------------------------------------------------------
  service03塗装
--------------------------------------------------------------------------------------------------*/
#header.second.service03 {
	background: url(../image/service03_back.jpg) no-repeat 0 center;
	background-size: cover;
}

.kakaku .title {
	display: inline-block;
	background-color: #81b2ed;
	color: #FFF;
	margin: 0 20px !important;
	padding: 10px 20px;
	font-weight: 500;
	font-size: 18px;
}

.kakaku {
	margin: 0 0 40px;
}

.kakaku .inner {
	border: 1px solid #CCC;
	padding: 30px 20px 20px;
	margin: -20px 0 0;
}

.kakaku .inner p {
	margin: 0 0 10px !important;
}


/*------------------------------------------------------------------------------------------------
  service04その他
--------------------------------------------------------------------------------------------------*/
#header.second.service04 {
	background: url(../image/service04_back.jpg) no-repeat 0 center;
	background-size: cover;
}


/*------------------------------------------------------------------------------------------------
  service05その他
--------------------------------------------------------------------------------------------------*/
#header.second.service05 {
	background: url(../image/service05_back.jpg) no-repeat 0 center;
	background-size: cover;
}

/*------------------------------------------------------------------------------------------------
  contact
--------------------------------------------------------------------------------------------------*/
#header.second.contact {
	background: url(../image/contact_back.jpg) no-repeat 0 100%;
	background-size: cover;
}

.etcContact {
	border: 4px solid #EEE;
	margin: 0 40px 60px;
	padding: 20px;
	text-align: center;
}

.etcContact .cont div {
}

.etcContact .cont div a {
	display: inline-block;
	margin: 0 20px 20px;
	width: 460px;
	border: 1px solid #0057C7;
	color: #0057C7;
	text-decoration: none;
	text-align: center;
	line-height: 60px;
	border-radius: 100vh;
	background: url(../image/arrow-02.png) no-repeat 90% center;
	background-size: 7px;
	font-weight: 500;
}

.etcContact .cont div a:hover {
	background: url(../image/arrow-01.png) #0057C7 no-repeat 90% center;
	background-size: 7px;
	color: #FFF;
}

.hs {
	color: #F00;
	font-weight: 700;
}

.contactTb {
	width: 100%;
	margin: 0 0 40px;
	border-collapse: separate;
	border-spacing: 4px;
}

.contactTb th {
	text-align: left;
	padding: 20px 12px;
	font-weight: 400;
	background-color: #E1EAF9;
	width: 240px;
}

.contactTb td {
	padding: 20px 12px;
	border-bottom: 1px dashed #CCC;
}

.contactTb td input[type="text"],
.contactTb td input[type="tel"] {
	border: none;
	background-color: #EEE;
	padding: 8px;
	font-size: 16px;
	width: 90%;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

.contactTb td input.s[type="text"] {
	width: 50%;
}

.contactTb td input.ss[type="text"],
.contactTb td input.ss[type="tel"] {
	width: 160px;
}

.contactTb td textarea {
	border: none;
	width: 90%;
	height: 160px;
	display: block;
	background-color: #EEE;
	padding: 8px;
	font-size: 16px;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

.contactBtn {
	text-align: center;
}

.contactBtn input {
    margin: 0 4px;
	padding: 10px 20px;
	cursor: pointer;
	font-size: 16px;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

.subtitle {
	padding: 8px;
	color: #FFF;
	background-color: #8FC763;
}

.subtitle2 {
	padding: 8px;
	color: #FFF;
	background-color: #C79C63;
}

.contactTb2 {
	width: 100%;
	margin: 0 0 40px;
	border-collapse: separate;
	border-spacing: 4px;
}

.contactTb2 th {
	background-color: #E9F3DE;
	padding: 20px 12px;
	font-weight: 400;
	text-align: left;
	width: 240px;
}

.contactTb2 td {
	padding: 20px 12px;
	border-bottom: 1px dashed #CCC;
}

.contactTb2 td input[type="text"] {
	border: none;
	background-color: #EEE;
	padding: 8px;
	font-size: 16px;
	width: 90%;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

.contactTb2 td select {
	border: none;
	background-color: #EEE;
	padding: 7px;
	font-size: 16px;
	margin-right: 4px;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

.contactTb2 td input.sss[type="text"] {
	width: 100px;
}

.contactTb2 td textarea {
	border: none;
	width: 90%;
	height: 160px;
	display: block;
	background-color: #EEE;
	padding: 8px;
	font-size: 16px;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

.tbText {
	display: block;
	margin-bottom: 4px;
}

.subtitle3 {
	padding: 8px;
	color: #FFF;
	background-color: #C79C63;
}

.contactTb3 {
	width: 100%;
	margin: 0 0 40px;
	border-collapse: separate;
	border-spacing: 4px;
}

.contactTb3 th {
	background-color: #F4EBDF;
	padding: 20px 12px;
	font-weight: 400;
	text-align: left;
	width: 240px;
}

.contactTb3 td {
	padding: 20px 12px;
	border-bottom: 1px dashed #CCC;
}

.contactTb3 td input[type="text"] {
	border: none;
	background-color: #EEE;
	padding: 8px;
	font-size: 16px;
	width: 90%;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

.contactTb3 td textarea {
	border: none;
	width: 90%;
	height: 160px;
	display: block;
	background-color: #EEE;
	padding: 8px;
	font-size: 16px;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

.contactTb3 td input.sss[type="text"] {
	width: 100px;
}

.contactTb3 td select {
	border: none;
	background-color: #EEE;
	padding: 7px;
	font-size: 16px;
	margin-right: 4px;
	color: #000;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

.exam {
	display: block;
}

.error {
    color: #F00 !important;
    font-weight: 700;
}


@media screen and (max-width: 1269px) {

/*------------------------------------------------------------------------------------------------
  index
--------------------------------------------------------------------------------------------------*/
#indexInfo {
	top: -430px;
}

#indexInfo .inner {
	padding: 0 0 20px;
	display: block;
}

#indexInfo div {
	width: 90%;
	margin: 0 auto 10px;
}

#indexTopics {
	margin: -430px 0 0;
}

#indexTopics:after {
 position: absolute;
 content: "";
 border: 140px solid #0057C7;
 display: block;
 width: 0;
 height: 0;
 bottom: -60px;
 right: 0;
 border-top-color: transparent;
 border-left-color: transparent;
}

#indexTopics .inner {
	width: 94%;
	display: block;
	padding: 20px 0 80px;
}

#indexTopics .inner .title {
	width: 100%;
}

#indexTopics .inner .title p{
 display: none;
}

#indexTopics .inner .cont {
	width: 100%;
	padding: 0 0 20px;
}

#indexTopics .inner .cont ul li {
	border-bottom: 1px dotted #CCC;
	margin: 0 0 10px;
}

#indexTopics .inner .cont ul li a {
	padding: 12px 8px 12px;
}

.sp_topics_all a {
	text-indent: -9999px;
	background: url(../image/more_btn.png) no-repeat 0 0;
	background-size: 143px;
	width: 200px;
	height: 50px;
	display: block;
}

#indexBusiness {
	padding: 0 0 50px;
}

#indexBusiness:before {
	width: 80px;
	left: 0;
	background-size: 80px;
}

#indexBusiness:after {
	height: 120px;
}

#indexBusiness .title {
	padding: 140px 0 80px;
}

#indexBusiness .title p {
	font-size: 18px;
}

#indexBusiness .cont {
	padding: 80px 0;
}

#indexBusiness .cont ul {
	width: 80%;
	display: block;
}

#indexBusiness .cont ul li {
	width: 100%;
	margin: 0 0 20px !important;
}

#indexBusiness .cont .pick {
	width: 80%;
}

#indexBusiness .cont .pick .cont2 {
	display: block;
}

#indexBusiness .cont .pick h2 {
	font-size: 22px;
}

#indexBusiness .cont .pick:nth-of-type(1) .cont2 div:nth-of-type(1), #indexBusiness .cont .pick:nth-of-type(3) .cont2 div:nth-of-type(1) {
	width: 100%;
}

#indexBusiness .cont .pick:nth-of-type(2) .cont2 div:nth-of-type(2) {
	margin: 0;
}

#indexCompany:before {
	width: 80px;
	background-size: 80px;
}

#indexCompany {
	padding: 140px 0 40px;
}

#indexCompany:after {
 position: absolute;
 content: "";
 border: 100px solid #0057C7;
 display: block;
 width: 0;
 height: 0;
 top: 0;
 left: 0;
 border-bottom-color: transparent;
 border-right-color: transparent;
}

#indexCompany .cont {
	width: 94%;
	display: block;
}

#indexCompany .cont p.lead {
	font-size: 22px;
}

#indexCompany .cont div:nth-child(2) {
	width: 100%;
}

#fgmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 30%;
}

#fgmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#indexBusiness .cont .pick2 {
	width: 80%;
	display: block;
}

#indexBusiness .cont .pick2 .pick {
	width: 100%;
}


/*------------------------------------------------------------------------------------------------
  company
--------------------------------------------------------------------------------------------------*/
#header.second.company {
	background: url(../image/contact_back.jpg) no-repeat 60% center;
	background-size: cover;
}
.gaiyouTb {
	border-spacing: 0;
}

.gaiyouTb th {
	width: 100%;
	display: block;
	padding: 4px;
	color: #0057C7;
	font-weight: 700;
	border-bottom: 2px dotted #CCC;
}

.gaiyouTb td {
	width: 100%;
	display: block;
	border-bottom: none;
	padding: 4px;
	margin-bottom: 10px;
}

.companyInfoImg {
    position: relative;
    margin: 0 0 20px !important;
    text-align: center;
}

/*------------------------------------------------------------------------------------------------
  topics
--------------------------------------------------------------------------------------------------*/
#second .topicsList ul {
	padding: 0;
}

#second .topicsList ul li {
	margin: 0 0 20px;
}

.topicsList ul li a {
	padding: 16px 8px;
}



/*------------------------------------------------------------------------------------------------
  service
--------------------------------------------------------------------------------------------------*/
#header.second.service02 {
	background: url(../image/service02_back.jpg) no-repeat center center;
	background-size: cover;
}

/*------------------------------------------------------------------------------------------------
  contact
--------------------------------------------------------------------------------------------------*/
#header.second.contact {
	background: url(../image/contact_back.jpg) no-repeat 50% 0;
	background-size: cover;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

.etcContact {
	margin: 0 0 30px;
	text-align: left;
}

.etcContact .cont div a {
	width: 100%;
	display: block;
	margin: 0 0 10px;
	background: url(../image/arrow-02.png) no-repeat 96% center;
	background-size: 7px;
}

.etcContact .cont div a:hover {
	background: url(../image/arrow-01.png) #0057C7 no-repeat 96% center;
	background-size: 7px;
}

.contactTb th {
	display: block;
	width: 100%;
	padding: 8px;
}

.contactTb td {
	display: block;
	width: 100%;
	border-bottom: none;
	padding: 8px;
	margin-bottom: 10px;
}

.contactTb td input[type="text"]{
	width: 100%;
}

.contactTb td textarea {
	width: 100%;
}

.contactBtn input {
	border: 1px solid #999;
	background-color: #EFEFEF;
	color: #333;
}

.contactTb td input.ss[type="text"] {
	width: 50%;
}

.contactTb2 th {
	display: block;
	width: 100%;
	padding: 8px;
}

.contactTb2 td {
	display: block;
	width: 100%;
	border-bottom: none;
	padding: 8px;
	margin-bottom: 10px;
}

.contactTb2 td input[type="text"] {
	width: 100%;
}

.contactTb2 td input.sss[type="text"] {
	width: 30%;
}

.contactTb2 td textarea {
	width: 100%;
}

.contactTb3 th {
	display: block;
	width: 100%;
	padding: 8px;
}

.contactTb3 td {
	display: block;
	width: 100%;
	border-bottom: none;
	padding: 8px;
	margin-bottom: 10px;
}

.contactTb3 td textarea {
	width: 100%;
}

.contactTb3 td input[type="text"] {
	width: 100%;
}

.contactTb3 td input.sss[type="text"] {
	width: 30%;
}

}
