/*
Theme Name: テーマ名
Theme URL: 
Description: お客様専用テーマです。
Author: 制作者
*/

.other_page {
	background: url(./assets/img/bg_works.jpg);
	background-size: 100%;
	background-repeat: repeat-y;
	width: 100%;
	padding: 130px 0 0px;
}
.other_page.workver {
	padding: 130px 0 100px;
	min-height: 100dvh;
}

.other_page .flex-wrap {
	margin-top: 60px;
}

.other_page h2 {
	font-size: 46px;
    font-weight: bold;
    text-align: center;
    color: #000;
}

.page_company .company_info {
	width: 70%;
	max-width: 1000px;
	margin: 50px auto 0;
}

.page_company .company_info table {
	width: 100%;
	color: #000;
}

.page_company .company_info table tr {
	width: 100%;
	display: flex;
    padding: 30px 0px;
    border-bottom: 1px solid #000;
}

.page_company .company_info table th {
	width: 25%;
	padding-left: 30px;
	text-align: left;
	line-height: 2;
	font-weight: 400;
	font-size: 16px;
}

.page_company .company_info table td {
	width: 75%;
	padding: 0 30px;
	line-height: 2;
	font-size: 16px;
}

.page_company .company_map {
	width: 100%;
	margin-top: 160px;
}

.page_company .company_map iframe {
	width: 100%;
	height: 500px;
}



.form_box {
	width: 70%;
	max-width: 900px;
	margin: 0 auto;
    padding: 40px 0 100px;
}


.post_contents {
	width: 80%;
	max-width: 800px;
	margin: 0 auto;
	padding: 40px 0 140px;
}

.post_contents .title_box {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.post_contents .title_box h3 {
	font-size: 26px;
    font-weight: 600;
	line-height: 1.5;
}

.post_contents .title_box .flex_box {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
}

.post_contents .title_box .flex_box .post-categories {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0 10px;
}

.post_contents .title_box .flex_box .post-categories .cat-label {
	font-size: 13px;
    font-weight: bold;
    padding: 3px 10px;
    border-radius: 5px;
    line-height: 1.2;
    color: #078C4A;
    border: solid 1px #078C4A;
}
.post_contents .title_box .flex_box .post-categories .cat-label.important {
	color: #FB3640 !important;
    border: solid 1px #FB3640 !important;
}

.post_contents .title_box .flex_box .data {
	font-size: 14px;
    font-weight: 400;
	text-align: right;
	display: block;
}

.post_contents .thumbnail {
	width: 100%;
	height: auto;
	margin-top: 40px;
}

.post_contents .content_box {
	width: 100%;
	margin-top: 40px;
}

.post_contents .content_box p {
	margin-bottom: 1.5em;
}

.post_contents .content_box .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


.page-news-box {
	margin-top: 50px;
}




@media screen and (max-width: 767px) {
	.other_page {
		padding: 70px 0 0px;
	}
	
	.other_page.workver {
		padding: 70px 0 70px;
		min-height: 80dvh;
	}
	
	.other_page h2 {
		font-size: 30px;
	}

	.page_company .company_info {
		width: 85%;
		max-width: 100%;
		margin: 40px auto 0;
	}

	.page_company .company_info table tr {
		flex-direction: column;
		gap: 5px;
		padding: 15px 0px;
	}

	.page_company .company_info table th {
		width: 100%;
		padding-left: 0px;
		font-weight: 600;
		font-size: 16px;
	}

	.page_company .company_info table td {
		width: 100%;
		padding: 0;
		font-size: 16px;
	}

	.page_company .company_map {
		margin-top: 120px;
	}

	.page_company .company_map iframe {
		height: 300px;
	}
	
	
	.form_box {
		width: 90%;
    padding: 40px 0 100px;
	}
	
	
	.post_contents {
		width: 90%;
		padding: 40px 0 100px;
	}
	
	.post_contents .title_box h3 {
		font-size: 20px;
	}
	
	.post_contents .title_box .flex_box {
		margin-top: 15px;
	}

	.post_contents .title_box .flex_box .data {
		font-size: 14px;
	}

	.post_contents .thumbnail {
		margin-top: 20px;
	}

	.post_contents .content_box {
		font-size: 14px;
		margin-top: 30px;
	}
}




.forminator-label {
     font-size: 16px !important;
     font-weight: bold !important;
 }
  .forminator-input {
      border-radius: 8px !important;
      margin-top: 10px !important;
      padding: 20px 15px !important;
  }
  
  .forminator-ui.forminator-custom-form[data-design=default] .forminator-checkbox__wrapper {
      align-items: center !important;
    justify-content: center !important;
  }
  .submit_button {
      background: linear-gradient(135deg, rgba(11, 11, 11, 1) 0%, rgba(25, 26, 26, 1) 48%, rgba(49, 49, 49, 1) 100%) !important;
    padding: 15px 80px !important;
    font-size: 18px !important;
    font-weight: bold !important;
    margin: 0 auto !important;
    display: block !important;
	  color: #fff !important;
  } 
  .forminator-textarea {
      border-radius: 8px !important;
      margin-top: 10px !important;
      padding: 20px 15px !important;
  }
  .forminator-phone {
      margin-top: 10px !important;
  }