@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
}
		#container {
			margin: 0 auto;
			max-width: 1020px;
			width: 90%;
			color: #333;
			font-family: 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", sans-serif;
			font-weight: 500;
		}
		#contents .fv {
			background-image: url("../images/fv.png");
			background-repeat: no-repeat;
		}
		#contents .fv h1 {
			margin: 0;
			text-align: center;
		}
		#contents .fv h1 img {
			max-width: 564px;
			width: 80%;
			height:auto ;
			margin: 90px 0;
		}
		#contents section {
			width: 100%;
			max-width: 1020px;
			margin: 60px auto;
			padding-bottom: 60px;
		}
		#contents section h2 {
			font-size: 36px;
			text-align: center;
			position: relative;
			padding: 0 0 24px 0;
			margin:  0 auto 32px;
		}
		#contents section h2:after {
			content: "";
			display: block;
			position: absolute;
			bottom: 0;
			left: 0;
			right: 0;
			width: 32px;
			height: 1px;
			background: #BFBFBF;
			margin: auto;
		}
		#contents section h3 {
			margin: 0 auto;
			font-size: 20px;
		}
		#contents .business .b_tx {
			margin: 0 auto;
			max-width: 640px;
			width: 100%;
			line-height: 1.6;
			text-align: center;
		}
		#contents .business .b_tx img {
			max-width: 450px;
    		width: 100%;
			height: auto;
			margin: 0 auto 8px;
		}
		#contents .business .b_tx p {
			margin: 32px auto;
		}
		#contents .business .b_tx a {
			position: relative;
			background: #CD3002;
			font-size: 18px;
			font-weight: 900;
			color: #fff;
			line-height: 1;
			text-decoration: none;
			border-radius: 50px;
			padding: 18px 40px;
			display: inline-block;
		}
		#contents .business .b_tx a::after {
			content: "";
			position: absolute;
			right: 20px;
			top: 22px;
			border-left: 2px solid #fff;
			border-top: 2px solid #fff;
			width: 7px;
			height: 7px;
			-webkit-transform: rotate(135deg) translate(1px,1px);
			-ms-transform: rotate(135deg) translate(1px,1px);
    		transform: rotate(135deg) translate(1px,1px);
			display: block;
		}
		#contents .business .b_tx a:hover {
			background: #AF2901;
		}
		#contents .business .video_inner {
			margin: 80px auto 0;
			width: 100%;
			aspect-ratio: 16 / 9;
		}
		#contents .business .video_inner iframe {
			width: 100%;
			height: 100%;
		}
		#contents .profile table {
			width: 100%;
			border-collapse:collapse;
		}
		#contents .profile table tr	{
			text-align: left;
			border-top: 1px solid #ddd;
			border-bottom: 1px solid #ddd;
		}
		#contents .profile table th, #contents .profile table td {
			padding: 20px 32px;
			text-align: left;
			border-top: 1px solid #ddd;
			border-bottom: 1px solid #ddd;
		}
		#contents .profile table th	{
			background: #F2F2F2;
			font-weight: 500;
		}
		#contents .profile table td	p {
			margin: 0;
		}
		#contents .profile .btn a {
			background: #fff;
			text-decoration: none;
			color: #333;
			line-height: 1;
			border: solid 1px #CCC;
			border-radius: 50px;
			padding: 12px 20px 12px 44px;
			position: relative;
			display: inline-block;
			margin-top: 15px;
		}
		#contents .profile .btn a::before {
			content: "";
			position: absolute;
			left: 20px;
			top: 10px;
			background-image: url("../images/map_icon.svg");
			background-size: auto 20px;
			width: 20px;
			height: 20px;
		}
		#contents .profile .btn a:hover {
			background: #f7f7f7;
		}
		#contents .profile .p_inner p.sub_tx {
			margin-top: 40px;
			text-align: center;
		}
		#contents footer .f_inner {
			border-top: solid 1px #333;
			padding: 40px 0 60px 0;
    		text-align: center;
		}
		#contents footer .f_inner img {
			width: auto;
			height: 45px;
		}
		#contents footer .f_inner ul {
			margin: 40px auto 0;
			padding: 0;
		}
		#contents footer .f_inner ul li {
			list-style: none;
		}
		#contents footer .f_inner ul li a {
			color: #333;
		}
		#contents footer .f_inner ul li a:hover {
			color: #555;
		}
