/* CSS Document */

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

body{font-size: 13px;}
body,header,footer{min-width: 400px;}



/*============================================================================

	#mainvisual　＊　下層のMV

============================================================================*/
#mainvisual {
	height:120px;
}
#mainvisual p {
	display: none;
}
#mainvisual h2 {
	display: none;
}



/*==================================================================

	main

==================================================================*/
main {
}
main #wrapper {
	padding: 50px 0 60px;
}
	

	

/*==================================================================

	タイトル

==================================================================*/
main #wrapper h2 {
    margin-top: 0;
    margin-bottom: 30px;
	font-size: 22px;
    letter-spacing: 3px;
}
main #wrapper h2::before {
}
h3 {
}
main #wrapper h3 {
}

h4 {
}

h5 {
}

	
	
/*==================================================================

	table

==================================================================*/
table th{
	border-bottom: none !important;
}
table tr:last-of-type th {
	border-bottom: none !important;
}
table th , table td {
	display:block;
	width:100% !important;
	height: auto !important;
	box-sizing:border-box;
	padding:8px 20px !important;
}
table td {
	padding:10px 20px 12px;
}


	
/*==================================================================

	text

==================================================================*/


	
/*==================================================================

	list

==================================================================*/
/*------------------------------ 左に緑の●のシンプルリスト ------------------------------*/
ul.list01 li::before {
	top:8px;
	left:4px;
	width:4px;
	height:4px;
}
	

/*==================================================================

	btn

==================================================================*/



/*==================================================================

		$投稿一覧ページ(archive.php)

==================================================================*/

	

	
/*==================================================================

		$投稿ページ(single.php)

==================================================================*/
/*#post_thumbnail {
	float:none;
	max-width:300px;
	margin:0 auto 30px;
	background:#FFF;
}
#post_thumbnail img {
	max-height:300px;
	box-sizing:border-box;
}*/
	
/*------------------------------ページネーション------------------------------*/
.single_nav {
    margin-top: 70px;
}
.single_nav a {
    margin: 0px 1px;
    padding: 10px;
    font-size: 13px;
}



/*==================================================================

		$求人情報ページ

==================================================================*/
.page-id-36 main #wrapper a{
    padding: 15px 0;
    width: 70%;
}
	
	
	
/*==================================================================

		$SDGsページ

==================================================================*/
/*SDGsとは*/
.SDGs_box01 {
	display: block;
}
.SDGs_box01 p {
	line-height: 2;
	text-align:center;
}
.SDGs_box01 section p {
	text-align: left;
}
.SDGs_box01 img {
	top: 0;
	margin: 20px auto 40px;
}

/*以降のリスト*/
.SDGs_box02 {
	padding: 20px 10px 5px;
}
.SDGs_box02 .img-box {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
.SDGs_box02 .img-box img {
	width:15%;
	height:auto;
}
.SDGs_box02 table td {
	font-size: 13px;
}
	
	
	
/*==================================================================

		$お問い合わせページ　＊　Contact Form 7カスタマイズ

==================================================================*/
.inquiry th{
	padding: 10px 20px;
	color: #222;
    background: #f2f2f2;
	border: 1px solid #e6e6e6;
	font-weight:bold;
}
.inquiry td{
    padding: 15px 20px;
	background:#FFF;
	border: 1px solid #e6e6e6;
}
.inquiry td input{
	width:100%;
	padding:10px;
}
.inquiry td textarea{
	padding:10px;
}
table.inquiry {
	border-bottom:none;
}	
	
	
	
	
	
	
	
	
	
	
}
