@charset "utf-8";

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

　   COMMON

--------------------------------------------------------------------------------------------- */
#page_title{
	position: relative;
}
#page_title h1 {
	text-align: left;
}
#page_title h1 span {
	display: block;
	text-align: left;
}
.page_title_inner {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	color: #fff;
}
@media only screen and ( max-width : 767px ) {
	#page_title img {
		height: 300px;
	}
	#page_title h1 {
		font-size: 25px;
		margin-top: 50px;
	}
	#page_title h1 span {
		font-size: 15px;
	}
}
@media print, screen and ( min-width : 768px ) {
	#page_title h1 {
		font-size: 35px;
		margin-top: 100px;
	}
	#page_title h1 span {
		font-size: 18px;
	}
	#page_title img {
		height: 400px;
	}

}

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

　   ABOUT

--------------------------------------------------------------------------------------------- */
#about_lead {
	background: #fafafa;
}
#about_lead p {
	font-weight: bold;
	line-height: 1.8em;
}
.point {
	overflow: hidden;
}
.point_title {
	font-weight: bold;
	line-height: 1.5em;
}
.point_pic img,.message_pic img {
	width: 100%;
}
.point p {
	line-height: 1.8em;
	margin-bottom: 1em;
}
.message_pic {
	position: relative;
}
.message_pic picture {
	position: relative;
	z-index: 10;
}
.message_pic:after {
	content: "";
	position: absolute;
	background: #fcfcfc;
	z-index: 1;
}
.profile {
	background: #fafafa;
}
@media only screen and ( max-width : 767px ) {
	.point {
		margin-bottom: 60px;
	}
	.point_text {
		margin-bottom: 30px;
	}
	.point_title {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.message_pic {
		margin-bottom: 30px;
	}
	.profile {
		padding: 20px;
	}
	#message {
		margin-bottom: 50px;
	}
	.message_pic:after {
		width: 150px;
		height: 150px;
		right: -30px;
		bottom: -30px;
	}
}
@media print, screen and ( min-width : 768px ) {
	.point {
		margin-bottom: 140px;
	}
	.point_pic {
		width: 50%;
	}
	.point_text {
		width: 50%;
		padding-right: 50px;
	}
	.about .point01 .point_pic {
		width: 70%;
		margin-right: -20%;
	}
	.point_pic img {
		max-width: 80%;
	}
	.about .point01 .point_pic img,.feature .point01 .point_pic img,.feature .point04 .point_pic img {
		max-width: 100%;
	}
	.single-case .point_pic img {
		max-width: 100%;
	}
	.point_title {
		font-size: 24px;
		margin-bottom: 50px;
	}
	#message {
		margin-bottom: 150px;
	}
	.message_pic {
		width: 30%;
		margin-right: 100px;
	}
	.message_pic:after {
		width: 250px;
		height: 250px;
		right: -50px;
		bottom: -50px;
	}
	.message_text {
		width: calc(100% - (30% + 100px));
	}
	.profile {
		padding: 30px;
	}
}
@media print, screen and ( min-width : 992px ) {
	.message_pic {
		margin-right: 150px;
	}
	.message_pic:after {
		width: 360px;
		height: 360px;
		right: -100px;
		bottom: -100px;
	}
	.message_text {
		width: calc(100% - (30% + 150px));
	}
	.profile {
		padding: 40px;
	}
}
@media print, screen and ( min-width : 1200px ) {
	.point_title {
		font-size: 30px;
	}
	#about_lead p {
		max-width: 900px;
		margin: 0 auto;
		font-size: 16px;
	}
}
/* ---------------------------------------------------------------------------------------------

　   LINE UP

--------------------------------------------------------------------------------------------- */
.lineup_info_list {
	background: #f5f5f5;
}
.lineup_info_list ul {
	counter-reset: number 0;
}
.lineup_info_list li {
	text-align: left;
	position: relative;
	padding-left: 40px;
	min-height: 30px;
	margin-bottom: 15px;
}
.lineup_info_list li:last-child {
	margin-bottom: 0;
}
.lineup_info_list li:before {
	counter-increment: number 1;
	content: counter(number) " ";
	background: #111;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	position: absolute;
	left: 0;
	top: -0.3em;
	border-radius: 50%;
}
.lineup_item_image_full .lineup_item_image_box:last-child {
	margin-bottom: 0;
}
.lineup_pic_howto_list {
	counter-reset: number 0;
}
.lineup_pic_howto_list li {
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.lineup_pic_howto_list li:before {
	counter-increment: number 1;
	content: counter(number) " ";
	background: #111;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	display: block;
}
.lineup_pic_howto_list li p {
	padding: 10px;
	font-weight: bold;
}
.lineup_pic_howto_list li figure {
	padding: 0 10px;
}
.lineup_pic_howto_list li img {
	object-fit: contain;
	font-family: 'object-fit: contain;';
}
@media only screen and ( max-width : 991px ) {
	.lineup_pic_howto_list li {
		margin-bottom: 30px;
		font-size: 15px;
	}

	.lineup_pic_howto_list li:last-child {
		margin-bottom: 0;
	}
	.lineup_pic_howto_list li img {
		height: 200px;
	}
}
@media only screen and ( max-width : 767px ) {
	#lineup_single h2 {
		font-size: 24px;
		margin-bottom: 30px;
	}
	.lineup_text {
		margin-bottom: 40px;
	}
	.lineup_main {
		margin-bottom: 30px;
	}
	.lineup_pic .lineup_close {
		margin-bottom: 30px;
	}
	.lineup_pic .lineup_close img {
		width: 70%;
	}
	.lineup_info_list {
		margin-top: 30px;
	}
	.lineup_info_list {
		padding: 20px;
	}
	.lineup_item_image {
		margin-top: 30px;
	}
	.lineup_item_image_full .lineup_item_image_box {
		margin-top: 30px;
	}

}
@media print, screen and ( min-width : 768px ) {
	#lineup_single h2 {
		font-size: 34px;
		margin-bottom: 50px;
	}
	.lineup_text {
		width: 54%;
		padding-right: 20px;
	}
	.lineup_main {
		margin-bottom: 50px;
	}
	.lineup_pic {
		/*width: 42%;*/
		width: calc(100% - 54%);
		padding-left: 20px;
	}
	.lineup_pic .lineup_close {
		margin-bottom: 50px;
	}
	.lineup_info_list {
		margin-top: 50px;
	}
	.lineup_pic .lineup_close img {
		width: 60%;
	}
	.lineup_info_list {
		padding: 30px;
	}
	.lineup_item_image {
		margin-top: 50px;
	}
	.lineup_item_image_full .lineup_item_image_box {
		margin-bottom: 50px;
	}
	.lineup_item_image img {
		max-height: 360px;
	}
	.lineup_text {
		border-right: 1px solid #ddd;
	}
	.lineup_pic_howto_list li img {
		height: 140px;
	}
	.lineup_pic_howto_list li figure {
		margin-bottom: 20px;
	}
}
@media print, screen and ( min-width : 992px ) {
	.lineup_item_image img {
		max-height: 500px;
	}
	.lineup_text {
		padding-right: 40px;
	}
	.lineup_pic {
		padding-left: 40px;
	}
	.lineup_pic_howto_list li {
		width: 48%;
		margin-right: 4%;
		position: relative;
		margin-top: 25px;
	}
	.lineup_pic_howto_list li:nth-child(1),.lineup_pic_howto_list li:nth-child(2) {
		margin-top: 0;
	}
	.lineup_pic_howto_list li:nth-child(2n) {
		margin-right: 0;
	}
}
@media print, screen and ( min-width : 1200px ) {
	.lineup_item_image img {
		max-height: 600px;
	}
	.lineup_pic_howto_list li img {
		height: 200px;
	}
}

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

　   SINGLE

--------------------------------------------------------------------------------------------- */
#single_post time {
	display: block;
	color: #004ea2;
	letter-spacing: 0.1em;
}
.post_content p {
	margin-bottom: 2em;
	line-height: 1.8em;
}
.post_content a {
	color: #004ea2;
	text-decoration: underline;
}
@media only screen and ( max-width : 767px ) {
	.post_title {
		font-size: 24px;
		margin-bottom: 30px;
	}
	#single_post time {
		margin-bottom: 30px;
	}
}
@media print, screen and ( min-width : 768px ) {
	.post_title {
		font-size: 30px;
		margin-bottom: 50px;
	}
	#single_post time {
		margin-bottom: 50px;
	}
}

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

　   COMPANY

--------------------------------------------------------------------------------------------- */
.dl-list dt {
	font-weight: bold;
}
#dairiten .table {
	width: 100%;
}
#dairiten h3 {
	border-left: 5px solid #004ea2;
	padding-left: 15px;
}
@media only screen and ( max-width : 991px ) {
	#dairiten h3 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	#dairiten .table thead {
		display: none;
	}
	#dairiten .table td {
		display: block;
		width: 100%;
		padding: 5px 0;
	}
	#dairiten .table td:first-child {
		padding-top: 25px;
		font-weight: bold;
	}
	#dairiten .table td:last-child {
		padding-bottom: 25px;
	}
	#dairiten .table tr {
		border-bottom: 1px solid #ddd;
	}
}
@media only screen and ( max-width : 767px ) {
	.dl-list dt {
		margin-bottom: 10px;
	}
	.dl-list dd {
		border-bottom: 1px solid #ddd;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
}
@media print, screen and ( min-width : 768px ) {
	.dl-list dt,.dl-list dd {
		padding: 30px 0;
		border-bottom: 1px solid #ddd;
	}
	.dl-list dt {
		width: 150px;
	}
	.dl-list dd {
		width: calc(100% - 150px);
	}
}
@media print, screen and ( min-width : 992px ) {
	.dl-list {
		max-width: 900px;
		margin: 0 auto;
	}
	#dairiten .container {
		max-width: 1000px;
	}
	#dairiten h3 {
		font-size: 24px;
		margin-bottom: 30px;
	}
	.table th,.table td {
		border: 1px solid #ddd;
		padding: 15px;
		vertical-align: middle;
	}
	.table th {
		background: #fafafa;
	}
}


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

　   CONTACT

--------------------------------------------------------------------------------------------- */
.tel_contact_box {
	background: url(../img/title_bg.jpg) top left / 200px;
	padding: 10px;
}
.tel_contact_box_inner {
	background: #fcfcfc;
}
.tel_contact_box .tel_contact_box_num {
	text-align: center;
	font-weight: bold;
}
.contact_add {
	text-align: center;
}
#contact_form table {
	width: 100%;
}
#contact_form th,#contact_form td {
	text-align: left;
}
#contact_form button {
	font-family: inherit;
	font-size: inherit;
	background: #222;
	color: #fff;
	text-align: center;
}
#contact_form button.back {
	background: #666;
}
.must {
	color: #d90000;
}
#faq dt,#faq dd {
	position: relative;
}
#faq dt:before,#faq dd:before {
	color: #fff;
	text-align: center;
	position: absolute;
	border-radius: 50%;
}
#faq dt:before {
	content: "Q";
	background: #3e603b;
}
#faq dd:before {
	content: "A";
	background: #8bb188;
}
#faq dt {
	background: #fff;
}
#faq dd {
	background: #dfe7de;
}
#faq dd:last-of-type,#faq dt:last-of-type {
	margin-bottom: 0;
}
.contact_list li {
	box-shadow: 0 0 10px rgba(0,0,0,.15);
	font-weight: bold;
}
.contact_list li a {
	display: block;
	text-align: center;
}
.contact_list li i {
	display: block;
	text-align: center;
}
.contact_list li span {
	display: block;
	font-weight: normal;
	text-align: left;
}
.contact_list li .btn {
	font-size: 14px;
	font-weight: normal;
	width: 100%;
}

@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: 200px;
		font-size: 15px;
		margin: 0 auto;
		display: block;
	}
	#contact_form button.back {
		margin: 0 auto 15px;
	}
	#faq dd,#faq dt {
		padding: 15px;
		padding-left: 50px;
	}
	#faq dd {
		margin-bottom: 20px;
	}
	#faq dt:before,#faq dd:before {
		width: 30px;
		height: 30px;
		line-height: 30px;
		left: 10px;
		font-size: 15px;
		top: 10px;
	}
	.tel_contact_box .tel_contact_box_num {
		font-size: 28px;
	}
	.contact_add {
		font-size: 11px;
	}
	.tel_contact_box_inner {
		padding: 20px;
	}
	.contact_list li {
		margin-bottom: 30px;
		font-size: 17px;
	}
	.contact_list li:last-child {
		margin-bottom: 0;
	}
	.contact_list li a {
		padding: 20px;
	}
	.contact_list li i {
		margin-bottom: 15px;
	}
	.contact_list li i img {
		max-width: 100px;
	}
	.contact_list li span {
		font-size: 13px;
		margin-top: 15px;
	}
}
@media print, screen and ( min-width : 768px ) {
	.contact_list li {
		width: 48%;
		margin-right: 4%;
		font-size: 20px;
	}
	.contact_list li:last-child {
		margin-right: 0;
	}
	.contact_list li a {
		padding: 40px 30px;
	}
	.contact_list li i {
		margin-bottom: 30px;
	}
	.contact_list li i img {
		max-width: 100px;
	}
	.contact_list li h3 {
		min-height: 3.2em;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.contact_list li span {
		font-size: 15px;
		margin-top: 15px;
	}
	#contact_form table {
		margin-bottom: 50px;
	}
	#contact_form th,#contact_form td {
		vertical-align: top;
		padding: 25px 0;
	}
	#contact_form th {
		width: 240px;
	}
	#contact_form button {
		padding: 20px;
		width: 300px;
		font-size: 16px;
	}
	#contact_form button.back {
		margin-right: 20px;
	}
	#faq dd,#faq dt {
		padding: 20px;
		padding-left: 70px;
		font-size: 16px;
	}
	#faq dd {
		margin-bottom: 40px;
	}
	#faq dt:before,#faq dd:before {
		width: 40px;
		height: 40px;
		line-height: 40px;
		left: 20px;
		font-size: 20px;
		top: 10px;
	}
	.tel_contact_box_inner {
		padding: 40px;
	}
	.tel_contact_box .tel_contact_box_num {
		font-size: 36px;
	}
}

@media print, screen and ( min-width : 992px ) {
	.contact_list {
		max-width: 800px;
		margin: 0 auto;
	}
}

