@charset "utf-8";

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

　   COMMON

--------------------------------------------------------------------------------------------- */
.bg {
	background: #f9f9f9;
}
.small_container {
	max-width: 900px;
	margin: 0 auto;
}
#page_title{
	position: relative;
	background: url(../img/ttl_bg.jpg) no-repeat center / cover;
}
#page_title h1 {
	letter-spacing: 0.1em;
	text-align: center;
}
#page_title h1 span.en {
	display: block;
	font-weight: normal;
	text-align: center;
}
.page_title_inner {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	color: #fff;
}
.table {
	width: 100%;
}
.table th,.table td {
	border: 1px solid #ddd;
	padding: 10px;
}
.table th {
	background: #f5f5f5;
}
.table_fixed {
	table-layout: fixed;
}
@media only screen and ( max-width : 767px ) {
	#page_title {
		height: 200px;
	}
	#page_title img {
		height: 300px;
	}
	#page_title h1 {
		font-size: 25px;
	}
	#page_title h1 span.en {
		font-size: 15px;
		margin-top: 5px;
	}
}
@media print, screen and ( min-width : 768px ) {
	#page_title {
		height: 400px;
	}
	#page_title h1 {
		font-size: 35px;
	}
	#page_title h1 span.en {
		font-size: 18px;
		margin-top: 10px;
	}
	#page_title img {
		height: 400px;
	}

}

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

　   NEWS

--------------------------------------------------------------------------------------------- */
.news__post {
	border-bottom: 1px solid #ddd;
}

.news__post h3 {
  border-bottom: 1px solid #303034;
  padding-bottom: 15px;
}
.news__post h4 {
  padding-bottom: 15px;
  border-bottom: 1px dashed #303034;
}
.news__post h5 {
  border-left: 4px solid #f5c53a;
  padding: .4em 0 .4em 1em;
}
.news__post li {
  position: relative;
  padding-left: 1em;
}
.news__post ul li:before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  background: #f5c53a;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.5em;
}
.news__post ol {
  counter-reset: number 0;
}
.news__post ol li {
	padding-left: 1.2em;
}
.news__post ol li:before {
  counter-increment: number 1;
  content: counter(number) ".";
  position: absolute;
  left: 0;
  top: 0;
}
.news__post img {
  display: block;
}
.news__post dl p {
  margin: 0;
}
.news__post li,.news__post p {
  line-height: 1.8em;
}
.news__post a {
  text-decoration: underline;
}
@media only screen and ( max-width : 767px ) {
	.news__post {
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	.news__post h2 {
		font-size: 24px;
		margin-top: 10px;
		margin-bottom: 20px;
	}
	.news__post h3 {
		font-size: 20px;
		margin-top: 40px;
	}
	.news__post h4 {
		font-size: 19px;
		margin-top: 40px;
	}
	.news__post h5 {
		font-size: 17px;
		margin-top: 40px;
	}
	.news__post ul,.news__post ol,.news__post p,.news__post img {
		margin-top: 20px;
	}
}
@media print, screen and ( min-width : 768px ) {
	.news__post {
		padding-bottom: 60px;
		margin-bottom: 60px;
	}
	.news__post h2 {
		font-size: 34px;
		margin-top: 20px;
		margin-bottom: 40px;
	}
	.news__post h3 {
		font-size: 24px;
		margin-top: 80px;
	}
	.news__post h4 {
		font-size: 20px;
		margin-top: 80px;
	}
	.news__post h5 {
		font-size: 17px;
		margin-top: 80px;
	}
	.news__post ul,.news__post ol,.news__post img,.news__post p {
		/*margin: 30px 0;*/
		margin-top: 20px;
	}
}

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

　   COMPANY

--------------------------------------------------------------------------------------------- */
#history dl {
	/*border-left: 2px solid #184e5f;*/
	position: relative;
}
#history dl:before {
	/*content: "";
	background: #184e5f;
	position: absolute;
	left: -1px;
	top: 0;
	height: calc(100% - 10px);
	width: 2px;*/
}
#history dt {
	color: #184e5f;
	font-weight: bold;
	line-height: 1;
	position: relative;
}
#history dt:before {
	content: "";
	background: #184e5f;
	border-radius: 50%;
	position: absolute;
}
@media only screen and ( max-width : 767px ) {
	#history dl {
		padding-left: 30px;
	}
	#history dl:before {
		top: 10px;
	}
	#history dt {
		font-size: 26px;
		margin-bottom: 10px;
	}
	#history dt:before {
		width: 10px;
		height: 10px;
		left: -35px;
		top: 10px;
	}
	#history dd {
		margin-bottom: 30px;
	}
	#history dd:last-of-type {
		margin-bottom: 0;
	}
}
@media print, screen and ( min-width : 768px ) {
	#history dl {
		padding-left: 70px;
	}
	#history dl:before {
		top: 10px;
	}
	#history dt,#history dd {
		margin-bottom: 70px;
	}
	#history dt {
		font-size: 40px;
		width: 190px;
	}
	#history dt:before {
		width: 20px;
		height: 20px;
		left: -80px;
		top: 10px;
	}
	#history dd {
		width: calc(100% - 190px);
	}
	#history dt:last-of-type,#history dd:last-of-type {
		margin-bottom: 0;
	}
}

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

　   CONTACT

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

#contact_form table {
	width: 100%;
}
#contact_form th,#contact_form td {
	text-align: left;
}
#contact_form button {
	font-family: inherit;
	font-size: inherit;
	background: #184e5f;
	color: #fff;
	text-align: center;
}
#contact_form button.back {
	background: #666;
	margin-bottom: 20px;
}
.must {
	color: #fff;
	background: #d90000;
	display: inline-block;
	font-size: 11px;
	padding: 5px 10px;
	line-height: 1;
	vertical-align: top;
	margin-left: 10px;
}
.pp {
	border: 1px solid #ddd;
	height: 150px;
	overflow: auto;
	padding: 15px;
}

@media only screen and ( max-width : 767px ) {
	#contact_form table {
		margin-top: 30px;
	}
	#contact_form th,#contact_form td {
		width: 100%;
		display: block;
	}
	#contact_form th {
		padding-bottom: 10px;
	}
	#contact_form td {
		padding-bottom: 25px;
	}
	#contact_form button {
		padding: 20px;
		width: 100%;
		margin: 0 auto;
		display: block;
	}
}
@media print, screen and ( min-width : 768px ) {
	#contact_form table {
		margin-bottom: 50px;
	}
	#contact_form th,#contact_form td {
		vertical-align: top;
		padding: 25px 0;
	}
	#contact_form th {
		width: 280px;
	}
	#contact_form button {
		padding: 20px;
		width: 400px;
	}
}

@media print, screen and ( min-width : 992px ) {

}
/* ---------------------------------------------------------------------------------------------

　   BUSINESS

--------------------------------------------------------------------------------------------- */
.business_txt h3 {

}
#side {
	background: #222;
	color: #fff;
	position: relative;
}
#side a {
	color: #fff;
	display: block;
}
#side li.current-cat a,.post-type-archive-results #side li:first-child {
	border-bottom: 1px solid #fff;
}
#contents_main section {
	border-bottom: 1px solid #ddd;
}
#contents_main article:last-child {
	margin-bottom: 0;
}
#contents_main section:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
#contents_main h3 {
	/*text-align: center;*/
}
#contents_main li:last-child {
	margin-bottom: 0;
}
#contents_main li img {
	display: block;
}
@media only screen and ( max-width : 991px ) {
	#contents_wrap {
		padding: 40px 0;
	}
	#contents_main li {
		font-size: 15px;
		margin-bottom: 30px;
	}
	#contents_main li .year_total {
		margin-top: 30px;
	}
	#side {
		padding: 30px;
		margin-top: 40px;
	}
	#side li a {
		padding: 15px 0;
	}
	#contents_main section {
		margin-bottom: 60px;
		padding-bottom: 60px;
	}
	#contents_main article {
		margin-bottom: 50px;
	}
	#contents_main h3 {
		font-size: 20px;
		margin-bottom: 30px;
	}
	#contents_main li img {
		margin-bottom: 15px;
	}
}
@media only screen and ( max-width : 767px ) {
	.results_wrap.container {
		padding: 0;
	}
	#contents_wrap {
		padding-bottom: 0;
	}
	#contents_main {
		padding: 0 6%;
	}
	.business_txt h3 {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.business_txt {
		margin-top: 20px;
	}
	.business_txt .btn {
		margin-top: 20px;
	}
}
@media print, screen and ( min-width : 768px ) {
	.business_txt {
		width: 52%;
	}
	.business_img {
		width: 44%;
	}
	.business_txt h3 {
		font-size: 25px;
		margin-bottom: 25px;
	}
	.business_txt h4 {
		margin-bottom: 15px;
		margin-top: 25px;
	}
	.business_txt .btn {
		margin-top: 25px;
	}
	#side li {
		font-size: 18px;
	}
}
@media print, screen and ( min-width : 992px ) {
	#side {
		width: 300px;
	}
	#side_inner {
		position: sticky;
		top: 0;
		padding: 100px 0;
		max-height: 100vh;
		overflow: auto;
	}
	#side:before {
		content: "";
		background: #222;
		position: absolute;
		width: 2000%;
		left: -2000%;
		top: 0;
		height: 100%;
	}
	#side li a {
		padding: 10px 0;
	}
	#contents_main {
		width: calc(100% - 300px);
		padding: 100px 0 100px 80px;
	}
	#contents_main h2 {
		margin-bottom: 100px;
	}
	#contents_main h3 {
		font-size: 24px;
		margin-bottom: 60px;
	}
	#contents_main li img {
		margin-bottom: 20px;
	}
	#contents_main section {
		margin-bottom: 100px;
		padding-bottom: 120px;
	}
	#contents_main article {
		margin-bottom: 80px;
	}
	#contents_main li {
		font-size: 18px;
		margin-bottom: 50px;
	}
	#contents_main li .year_total {
		margin-top: 50px;
	}
}



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

　   XXX

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

@media only screen and ( max-width : 767px ) {
}
@media print, screen and ( min-width : 768px ) {
}

