@charset "UTF-8";
/* CSS Document */

#main_contents {
	position: relative;
	padding-top: 200px;
}
#main_contents section {
	margin: 0 auto;
}
#main_contents img {
	width: 100%;
}
@media only screen and (max-width: 768px) {
	#main_contents {
		position: relative;
		padding-top: 30%;
	}	
}


#main_contents .news {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding:0;
	position: relative;
}
#main_contents .news h3 {
	text-align: center;
	font-size: 28px;
	font-weight: 600;
	color: #000;
	position: relative;
	z-index: 10;
	margin: 0px auto;
}
#main_contents .news ul {
	max-width: 1200px;
	width: 90%;
	margin: 5% auto 50px;
}
#main_contents .news li {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #000;
	position: relative;
}
#main_contents .news li a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#main_contents .news li a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0,-50%);
	background: url("../img/arrow.webp") no-repeat;
	background-size: auto 100%;
	width: 15px;
	height: 15px;
	filter: invert(1)
}
#main_contents .news li .data {
	position: relative;
}
#main_contents .news li .data .time {
	font-size: 18px;
	display: inline-block;
}
#main_contents .news li .data .category {
	font-size: 12px;
	text-align: center;
	border: 1px solid #000;
	border-radius: 100px;
	display: inline-block;
	padding: 0 25px;
	margin-left: 15px;
}
#main_contents .news li .title p {
	margin: 15px auto;
	font-size: 16px;
}
@media only screen and (max-width: 768px) {
	#main_contents .news {
		width: 90%;
		margin: 15% auto;
		padding: 0;
	}
	#main_contents .news h3 {
		font-size: 24px;
		margin: 0 auto 10%;
	} 
	#main_contents .news li .data .time {
		font-size: 16px;
	}
	#main_contents .news li .data .category {
		font-size: 12px;
	}
	#main_contents .news li .title p {
		margin: 15px auto;
		font-size: 12px;
	}
}
#main_contents .post  {
	max-width: 1200px;
	margin: 0 auto;
}
#main_contents .post .post_head {
	margin-bottom: 5%;
	padding-bottom: 5%;
	border-bottom: 1px solid #000;
}
#main_contents .post .post_head .data {
	position: relative;
}
#main_contents .post .post_head .data .time {
	font-size: 18px;
	display: inline-block;
}
#main_contents .post .post_head .data .category {
	font-size: 12px;
	text-align: center;
	border: 1px solid #000;
	border-radius: 100px;
	display: inline-block;
	padding: 0 25px;
	margin-left: 15px;
}
#main_contents .post .post_head .title p {
	margin: 15px auto 0;
	font-size: 20px;
	font-weight: 500;
}
#main_contents .post .post_box {
	margin: 0 auto 75px;
}
#main_contents .post img {
	max-width: 100%;
	width: auto;
}
#main_contents .post p {
	margin: 0 0 25px
}
#main_contents .other {
	border-top: 1px solid #000;
	padding-top: 75px;
}
@media only screen and (max-width: 768px) {
	#main_contents .post  {
		width: 90%;
	}
	
}



#main_contents .company h3 {
	text-align: center;
	font-size: 28px;
	font-weight: 600;
	color: #000;
	position: relative;
	z-index: 10;
	margin: 0px auto;
}
#main_contents .company .googlemap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 5%;
	max-width: 1200px;
	margin: 50px auto;
}
#main_contents .company .googlemap .map {
    position: relative;
    width: 100%;
	padding-top: 56.25%;
    height: 0;
}

#main_contents .company .googlemap .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#main_contents .company .googlemap .box {
	margin: 25px auto;
	font-size: 12px;
}
#main_contents .company .list {
	margin: 5% auto;
}
#main_contents .company .list ul {
	position: relative;
	max-width: 1200px;
	margin: 50px auto;
}
#main_contents .company .list ul::before {
	content: "";
	position: absolute;
	top: 0;
	left: 20%;
	width: 1px;
	height: 100%;
	background: #000;
}
#main_contents .company .list ul::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 100%;
	background: #000;
}
#main_contents .company .list li {
	position: relative;
	display: grid;
	grid-template-columns: 20% 75%;
	column-gap: 5%;
	margin-bottom: 25px
}

#main_contents .company .list li .name {
	padding-left: 20%;
	font-size: 16px;
	font-weight: 600;
}
@media only screen and (max-width: 768px) {
	#main_contents .company {
		width: 90%;
		margin: 0 auto;
	}
	#main_contents .company .googlemap {
		display: block;
	}	
	#main_contents .company .list {
		border-top: 1px solid #000
	}
	#main_contents .company .list li {
		position: relative;
		display: grid;
		grid-template-columns: 30% 65%;
		column-gap: 5%;
		margin-bottom: 25px;
		font-size: 11px;
	}

	#main_contents .company .list li .name {
		padding-left: 5%;
		font-size: 11px;
		font-weight: 600;
	}
	#main_contents .company .list ul::before {
		content: "";
		position: absolute;
		top: 0;
		left: 30%;
		width: 1px;
		height: 100%;
		background: #000;
	}
	#main_contents .company .list ul::after {
		display: none;
	}
}

#main_contents .contact h3 {
	text-align: center;
	font-size: 28px;
	font-weight: 600;
	color: #000;
	position: relative;
	z-index: 10;
	margin: 0px auto 25px;
}
#main_contents .contact p.read {
	text-align: center;
	width: 90%;
	margin: 0 auto;
	font-size: 14px;
}
#main_contents .contact .form {
	position: relative;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	font-size: 14px;
	max-width: 800px;
	width: 90%;
	margin: 0 auto;
	text-align: left;
}
@media screen and (max-width: 768px) {
	#page .contact {
		width: 100%;
	}
}
#main_contents .contact .Form-Item {
	box-sizing: border-box;
	/*padding: 25px;*/
	padding: 5px 15px;
	font-size: 1rem;

}

.wpcf7 form {
	position: relative;
	display: flex!important;
	justify-content: flex-start;
	flex-wrap: wrap;
	font-size: 1rem;
	display: block
}
.wpcf7 .wpcf7-text,.wpcf7 .wpcf7-textarea,.wpcf7-select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	/*-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;*/
}
.wpcf7 .wpcf7-text,.wpcf7 .wpcf7-textarea,.wpcf7-select {
	color:#000;
	border-radius: 0;
	line-height: 22px;
	background-color: transparent;
	border:1px solid #000;
	transition: all 0.3s;
	padding: 10px;
	margin-bottom: 0;
	width:100%;
	box-sizing: border-box;
	outline:0;
}
.wpcf7-list-item {
	margin: 0!important;
}
@media screen and (max-width: 768px) {
	#page .contact {
		width: 100%;
	}
}
.Form-Item {
	box-sizing: border-box;
	/*padding: 25px;*/
	padding: 5px 25px 5px 0;
	font-size: 1rem;

}
.Form-Item.w100 {
  width: 100%;
}
.Form-Item.w50 {
  width: 50%;
}
.Form-Item.w30 {
  width: 30%;
}
.Form-Item.w70 {
  width: 70%;
}
.Form-Item.block {
	display: block;
}




.Form-Item-Label {
  width: 100%;
  font-size: 1rem;
	margin: 25px 0 10px;
}
.check {
	margin-bottom: 15px;
}

.Form-Item-Label-Required {
}

.Form-Item-Input,.Form-Item-Textarea {
  border: 1px solid #000;
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	padding: 0 10px;
}

select.Form-Item-Input  {
	background: none;
}
.Form-Item-Textarea {

}


.file .Form-Item-Input {
  border: none;
	padding: 0;
}
input {
	font-size: 1rem;
}
input[type='file'] {
}

::file-selector-button,
::-webkit-file-upload-button {
  background:#333;
  color: #fff;
  border: none;
  cursor: pointer;
  padding: 10px 0;
	width: 200px;
	box-sizing: border-box;
	margin: 0 10px 0 0;
}
textarea {
	width: 100%;
	min-height: 200px;
	 background: none;
	border: none;
}

.wpcf7-submit {
  padding: 10px 5px;
	box-sizing: border-box;
  width: 200px;
  display: block;
  background: #333;
  color: #fff;
  font-size: 16px;
	border: none;
}
.wpcf7 .wpcf7-file{
	width: 100%;
	
}
@media only screen and (max-width: 768px)  {

	.Form-Item {
		padding: 5px 0;

	}
	.Form-Item-Label {
	  width: 100%;
	  font-size: 1rem;
		margin: 15px 0 10px;
	}
	
	select.Form-Item-Input  {
		width: 100%;
	}
	.Form-Item.w50 {
	  width: 100%;
	}
	.Form-Item.w30 {
	  width: 100%;
	}
	.Form-Item.w70 {
	  width: 100%;
	}
	.wpcf7-submit {
	  padding: 15px 5px;
	  width: 90vw;
	  display: block;
	  background: #333;
	  color: #fff;
	  font-size: 16px;
		border: none;
	}
	
}

#main_contents .contact .info {
	width: 100%;
	background: #eee;
	padding: 8%;
	box-sizing: border-box;
	margin: 5% auto;
}
#main_contents .contact .info p {
	padding: 10px 0;
	box-sizing: border-box;
	text-align: left;
	font-size: 11px;
}
@media only screen and (max-width: 768px)  {
	.info {
	}
	
}

