@charset "utf-8";
/* reset css
---------------------- */

@font-face {
	font-family: 'Arial Black';
	font-style: normal;
	font-weight: 400;
	src: local('Arial Black'), url('ariblk_0.ttf') format('ttf');
}
html {
	min-height: 100%;
	overflow-y: scroll;
	background: #fff;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, p, th, td {
	padding: 0;
	margin: 0;
}
address, caption, em, strong, th {
	font-style: normal;
}
caption, th {
	text-align: left;
}
hr, legend {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
li {
	list-style-type: none;
}
#contents table, #contents ol, #contents ul, #contents dl, #contents blockquote, #contents pre {
	margin-bottom: 0px;
}
#contents p {
	margin-bottom: 12px;
}
a img, fieldset {
	border: none;
}
body {
	-webkit-text-size-adjust: none;
	min-width: 1040px;
	height: 100%;
	font-family: "Arial", "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size: 90%;
	color: #111;
	letter-spacing: 1.5px;
	line-height: 1.6;
	background: #fff;
}
* html body {
	/* for IF6 */
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
a:visited {
	text-decoration: none;
}

/* LAYOUT
---------------------- */
#page {
	width: auto;
	margin: 0 auto;
}

/* header */
#header h1 {
	width: 1020px;
	font-size: 80%;
	font-weight: normal;
	margin: 0 auto;
}
#header {
	min-width: 1020px;
	padding: 4px 0;
	border-bottom: 1px solid #000;
}
#header .header {
	width: 1020px;
	margin: 0 auto;
	padding: 15px 0;
}
#header .header:after {
	content: " ";
	display: table;
	clear: both;
}
#header .header .head-logo {
	float: left;
}
#header .header .head-inquiry {
	float: right;
}

/* navigation */
#gnavi {
	float: right;
}
#gnavi > ul {
	width: 520px;
	margin: 0px auto;
}
#gnavi ul:after {
	content: " ";
	display: table;
	clear: both;
}
#gnavi > ul li {
	position: relative;
	float: left;
	text-align: right;
	margin-right: 8%;
}
#gnavi > ul > li:before {
	position: absolute;
	content: url(img/navi-point01.png);
	right: -23px;
	top: 15px;
}
#gnavi > ul > li:nth-child(5):before {
	display: none;
}
#gnavi > ul li:nth-child(5) {
	margin-right: 0;
}
#gnavi > ul > li > a {
	position: relative;
	display: block;
	text-decoration: none;
	text-align: center;
	font-size: 90%;
	letter-spacing: 2px;
	line-height: 1.5;
	color: #222;
	padding: 17px 0 15px;
	box-sizing: border-box;
	background: #fff;
	letter-spacing: 1.5px;
	transition: 0.3s;
	top: 0;
}
#gnavi > ul > li > a:hover {
	color: #898989;
	top: 3px;
	transition: 0.3s;
}
#gnavi > ul li > a:before {
	position: absolute;
	width: 100%;
	height: 5px;
	background: url(img/ptn01.png);
	left: 0;
	bottom: 5px;
	content: "　";
	opacity: 0;
}
#gnavi > ul li > a:hover:before {
	opacity: 1;
	transition: 0.5s;
}
#gnavi > ul li.navi_slide {
	position: relative;
	cursor: pointer;
}
#gnavi > ul li.navi_slide > a {
	cursor: default;
}
#gnavi li.navi_slide ul {
	display: none;
	position: absolute;
	width: 130%;
	height: inherit;
	padding: 0 14px;
	border-bottom: 3px solid #898989;
	overflow: hidden;
	zoom: 1;
	z-index: 5000;
	border-radius: 0 0 4px 4px;
	background: rgba(255, 255, 255, 0.95);
	background: #fff\9;
	left: 50%;
	transform: translateX(-50%);
}
#gnavi li.navi_slide > ul li {
	width: 100%;
	color: #595757;
	text-align: center;
	border-bottom: 1px solid #cccccc;
	margin: 0;
	float: none;
}
#gnavi li.navi_slide > ul li:last-child {
	border: 0px;
}
#gnavi li.navi_slide > ul li a {
	display: block;
	position: inherit;
	text-align: left;
	text-decoration: none;
	text-shadow: inherit;
	font-size: 80%;
	letter-spacing: 1px;
	color: #444;
	margin: 0 auto;
	padding: 12px 0;
	background: none;
	box-shadow: none;
}
#gnavi li.navi_slide > ul li a:after, #gnavi li.navi_slide > ul li a:before {
	content: " ";
	border: 0px;
}
#gnavi li.navi_slide > ul li a:hover {
	color: #898989;
	box-shadow: inherit;
}
#gnavi li.navi_slide > ul li a:hover:before {
	box-shadow: inherit;
	background: none;
}
#gnavi + #visual {
	border-bottom: 0px;
}
#contents {
	background: #fff;
}
#contents:after {
	content: " ";
	display: table;
	clear: both;
}
#contents .contents_header {
	padding: 50px 0;
	background: url(img/background-ptn01.jpg);
}
#contents .contents_header .head_inner {
	width: 1020px;
	margin: 0px auto;
}
#contents .contents_header .head_inner > .title {
	font-size: 330%;
	font-weight: normal;
	color: #000;
	text-align: center;
	text-shadow: 1px 1px 0 #fff;
	letter-spacing: 0.2em;
}

/* contents */
#visual {
	position: relative;
	overflow: hidden;
}
#visual .visual {
	height: 700px;
	margin: 0 auto;
}
#visual .visual img {
	width: 100%;
}
#visual_slider {
	position: absolute;
	width: 1600px;
	left: 50%;
	transform: translateX(-50%);
}
#visual .visual li:focus {
	outline: none;
}
#contents:after, #header:after, #gnavi:after {
	clear: both;
	height: 0.1px;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
	display: block;
	content: ".";
}
.section {
	padding: 80px 0 50px;
}
.section.line {
	border-top: 1px solid #c9caca;
}
#contents .section:last-child {
	padding-bottom: 120px;
}
#contents .section .section_top_msg {
	position: relative;
	width: 1020px;
	padding: 50px 60px 65px;
	margin: 0 auto 40px;
	text-align: center;
	box-sizing: border-box;
}
#contents .section .section_top_msg:before {
	position: absolute;
	content: url(img/box-line01.png);
	top: 0;
	left: 0;
}
#contents .section .section_top_msg:after {
	position: absolute;
	content: url(img/box-line02.png);
	bottom: 0;
	right: 0;
	z-index: 1;
}
.section .section_top_msg .main_msg {
	position: relative;
	padding-top: 30px;
	line-height: 2.2;
	z-index: 10;
}
#contents .section .section_title {
	position: relative;
	font-size: 200%;
	font-weight: normal;
	color: #333;
	padding: 8px 20px 15px;
	margin: 0 0 20px;
	text-align: center;
}
.section .section_title:after {
	position: absolute;
	content: "　";
	width: 120px;
	height: 4px;
	background: url(img/midashi-line.png);
	left: 50%;
	bottom: 0;
	margin-left: -60px;
}
.section > .section_inner {
	width: 1020px;
	padding: 20px 0;
	margin: 0 auto;
}
.child_content_section {
	padding: 7px 0 0;
}
#contents .child_content_section > .section_title {
	font-size: 110%;
	font-weight: normal;
	line-height: 1.5;
	padding: 10px 15px;
	border-left: 6px solid #b6c8d3;
	background: #eef2f4;
}
.child_content_section > .section_inner {
	padding: 18px 10px 15px;
}

/* .in_content */
.in_content {
	padding: 12px 5px 20px;
}
.in_content > .title {
	font-size: 110%;
	color: #000;
	margin-bottom: 12px;
	padding: 10px 15px;
	background: #f1f1f1;
}
.in_content > .in_content_inner {
	padding: 10px 5px;
}

/* footer */
.footer {
	position: relative;
	min-width: 940px;
	border-top: 8px solid #e6e6e6;
	background: #fff;
}
.footer .footer_inner {
	padding: 30px 0px 0;
}
.footernavi {
	border-bottom: 1px solid #c9caca;
	margin-bottom: 35px;
	text-align: center;
}
.footernavi ul {
	padding: 0 14px 25px;
	display: inline-block;
	box-sizing: border-box;
}
.footernavi ul:after {
	content: " ";
	display: table;
	clear: both;
}
.footernavi li {
	font-size: 100%;
	margin-right: 30px;
	float: left;
	line-height: 1;
}
.footernavi li:after {
	position: relative;
	content: url(img/navi-point01.png);
	margin-left: 30px;
	top: 2px;
}
.footernavi li:last-child:after {
	display: none;
}
.footernavi li a {
	font-size: 90%;
	color: #000;
	text-decoration: none;
}
.footernavi li a:hover {
	color: #898989;
	text-decoration: underline;
}
.footer_bottom {
	text-align: center;
	margin: 0 auto 30px;
}
.footer_logo {
	margin-bottom: 20px;
}
.footer_address {
	font-size: 90%;
}
.footer_address li {
	margin-bottom: 5px;
}
.copy {
	text-align: center;
	padding: 15px 0 20px;
	background: #000;
}
.copy img {
	position: relative;
	vertical-align: bottom;
	top: -4px;
	left: 14px;
}
.copy a {
	font-size: 75%;
	text-decoration: none;
	color: #fff;
}

/* 戻る */
#pagetop {
	display: none;
}
#pagetop.fixed {
	position: fixed;
	right: 5%;
	bottom: 0;
	display: block;
	z-index: 10000;
	transition: 0.2s;
}
#pagetop.fixed:hover {
	opacity: 0.7;
}
.return a:hover {
	opacity: 0.5;
}

/* 汎用スタイル */
.clear {
	clear: both;
}
.txt_c {
	text-align: center;
}
.txt_r {
	text-align: right;
}

/* 各固定ページ用
---------------------- */
/* access.html */
.access_map {
	width: 100%;
	padding: 28px 10px;
	box-sizing: border-box;
}
.access_map .map_set {
	margin-bottom: 23px;
}
.access_map .map_set #map {
	width: 100%;
	height: 350px;
	border: 1px dotted #fff;
	margin-bottom: 15px;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
}
.access_map .map_set .guide {
	text-align: center;
	font-size: 90%;
	line-height: 1.0;
	letter-spacing: 2px;
	color: #fff;
	padding: 12px 20px;
	background: #000;
}
.access_map .access_data {
	padding: 10px 5px 14px;
}
.access_map .access_data .title {
	font-size: 85%;
	line-height: 1.0;
	color: #000;
	margin-bottom: 15px;
	padding: 4px 0 2px 8px;
	border-left: 5px solid #000;
	vertical-align: middle;
}
.access_map .access_data dl {
	line-height: 1.4;
	color: 90%;
	margin-bottom: 0px;
	padding: 0 5px;
	overflow: hidden;
	zoom: 1;
}
.access_map .access_data dl dt {
	font-size: 105%;
	color: #000;
	margin-right: 10px;
	float: left;
}
.access_map .access_data dl dd {
	margin: 0 30px 0 0;
	float: left;
}

/* privacy.html */
#privacy #contents ul li {
	margin-left: 8px;
	margin-bottom: 4px;
	list-style: none;
}
#privacy #contents dl {
	margin-left: 8px;
}
#privacy #contents dl dt {
	margin-bottom: 4px;
}
#privacy #contents dl dd {
	margin-left: 5px;
	margin-bottom: 14px;
}
#privacy #contents h4 {
	font-size: 140%;
	margin: 20px 0 5px 0;
}
#privacy .privacy_inner {
	padding: 15px 0 20px;
}
#privacy .privacy_inner h3 {
	margin: 0 -10px 20px;
	padding: 8px 15px;
	background: #f1f1f1;
}

/* inquiry.html */
.attent_block {
	padding: 0 10px;
}
.attent_block .set {
	margin-bottom: 20px;
	padding: 0 10px;
}
.attent_block .set .title {
	font-size: 110%;
	color: #000;
	margin: 0 -10px 10px;
	padding: 5px 0px;
	border-bottom: 1px solid #ccc;
}
.attent_block .set .title:before {
	content: "\0025cf";
	color: #000;
	margin-right: 6px;
}
#contents .attent_block .important_list {
	padding: 5px 0px 0px;
	margin-bottom: 50px;
}
.attent_block .important_list li {
	text-indent: -14px;
	color: #5A4727;
	line-height: 1.4;
	margin-bottom: 8px;
	padding-left: 14px;
}
.inquiry_info {
	margin-bottom: 25px;
}
.inquiry_info:after {
	content: " ";
	display: table;
	clear: both;
}
.inquiry_info .set.freebox .no {
	font-size: 160%;
	font-family: "Arial", "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
.inquiry_info .set:last-child {
	margin: 0px;
}
.inquiry_info .set .title {
	font-size: 130%;
	margin-bottom: 12px;
}
.inquiry_info .no {
	font-size: 250%;
	line-height: 1.0;
}
.inquiry_info .tel {
	margin-bottom: 50px;
}
.inquiry_info .tel .no {
	color: #000;
}
.inquiry_info .no span {
	font-size: 60%;
}
.inquiry_info .freebox .fs_small {
	font-size: 50%;
}
#inquiry .inquiry_inner {
	padding: 10px 20px;
}
#inquiry .inquiry_inset {
	margin-bottom: 25px;
}
#inquiry .inquiry_inner h3 {
	font-size: 120%;
	color: #333;
	margin: 0 0 20px;
	padding: 10px 15px;
	background: #eee;
}
#MailForm span.required {
	font-size: 85%;
	padding: 2px 4px;
	color: #fff;
	background: #9B0000;
	border-radius: 3px;
	margin-right: 5px;
}
#MailForm table {
	width: 99%;
	margin: 5px 0 25px;
	border-collapse: collapse;
}
#MailForm th, #MailForm td {
	padding: 25px 15px;
	border-top: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
	font-weight: normal;
	color: #111;
}
#MailForm th {
	position: relative;
	width: 160px;
	padding-left: 60px;
}
#MailForm th span {
	position: absolute;
	font-size: 85%;
	padding: 2px 4px;
	color: #fff;
	background: #9B0000;
	border-radius: 3px;
	left: 10px;
}
#MailForm input, #MailForm textarea {
	width: 310px;
	font-family: "メイリオ";
	font-size: 100%;
	letter-spacing: 1px;
	line-height: 1.4;
	color: #444;
	margin: 2px 0;
	padding: 9px 9px;
	border: 1px solid #e1e1e1;
}
#MailForm textarea {
}
#MailForm select {
	font-size: 110%;
	padding: 10px 10px;
	border: 1px solid #e1e1e1;
}
#MailForm label {
	cursor: pointer;
	padding: 2px 0;
}
#MailForm .form3 {
	vertical-align: middle;
	width: 3%;
}
#MailForm .form25 {
	width: 25%;
}
#MailForm .form45 {
	width: 45%;
}
#MailForm .form60 {
	width: 60%;
}
#MailForm .form90 {
	width: 93%;
}
#MailForm .attent {
	font-size: 90%;
	color: #666;
}
#MailForm .attent2 {
	font-size: 90%;
	color: #4D3A20;
}
#MailForm .focus {
	background: #ffe7e0;
}
#MailForm02 .focus {
	background: #ffe7e0;
}
.send_btn_inner {
	text-align: center;
	padding: 15px 0 20px;
}
.send_btn {
	display: inline-block;
	color: #fff;
	font-size: 130%;
	letter-spacing: 1px;
	cursor: pointer;
	margin: 0 10px;
	padding: 15px 30px;
	border: 0px;
	background: #000;
	border: 1px solid #000;
}
.send_btn:hover {
	color: #000;
	background: #fff;
}
.submit_btn {
	width: 50%;
}
.reset_btn {
	width: 30%;
}
.inputarea li {
	margin: 0 15px 0 0;
	float: left;
}
#thanks p {
	line-height: 300px;
	text-align: center;
}
#contents .inquiry-info {
	margin: 0px;
	overflow: hidden;
	zoom: 1;
}
.inquiry-info li {
	margin-right: 15px;
	float: left;
}

/* formmail.cgi */
.send_inner {
	padding: 12px 0 20px;
}
.send_inner .send_step_msg {
	text-align: center;
	font-size: 140%;
	margin-bottom: 15px;
}

/* formmail.cgi:send base */
.send_guide_msg {
	text-align: center;
	color: #444;
	padding: 0 0 15px;
}
.send_inner .send_btn_inner {
	text-align: center;
}
.send_inner .send_btn_inner .send_btn {
	display: inline-block;
	color: #fff;
	font-size: 130%;
	letter-spacing: 1px;
	cursor: pointer;
	margin: 0 10px;
	padding: 15px 30px;
	border: 0px;
	background: #FF9900;
}
.send_inner .send_btn_inner .btn_return {
	background-color: #797979;
}
.send_inner .send_btn_inner .btn_return {
	background-color: #797979;
}

/* formmail.cgi:send confirm */
.send_confirm_table {
	padding: 17px 0 30px;
}
.send_confirm_table table {
	width: 90%;
	margin: 0 auto;
	border-collapse: collapse;
}
.send_confirm_table table th, .send_confirm_table table td {
	font-size: 110%;
	font-weight: normal;
	line-height: 1.5;
	border: 1px solid #ccc;
	padding: 17px 20px;
	background: #fff;
}
#contents .send_confirm_table table th {
	width: 40%;
	background: #f5f5f5;
}

/* formmail.cgi:send error */
.send_inner .send_error {
	padding: 15px 0 30px;
}
.send_inner .send_error li {
	font-size: 110%;
	padding: 5px 0;
}
.send_inner .send_error li:before {
	content: "\0025cf";
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 85%;
	color: #C2C2C2;
	margin-right: 8px;
}
.send_inner .send_error li span {
	display: inline-block;
	color: #FF3333;
	margin-right: 5px;
}

/* base styles
---------------------- */
.table_base {
	padding: 20px 0 25px;
}
.table_base table {
	width: 90%;
	margin: 0 auto;
	border-collapse: collapse;
}
.table_base table th, .table_base table td {
	font-weight: normal;
	padding: 25px 16px;
	border-top: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
}
.table_base table td span.map_jump {
	position: relative;
	top: -2px;
	margin-left: 10px;
}
.table_base table td span.map_jump a {
	font-size: 85%;
	color: #fff;
	padding: 2px 6px;
	text-decoration: none;
	background: #000;
	display: inline-block;
	border-radius: 3px;
}
.table_base table td span.map_jump a:hover {
	opacity: 0.7;
}
.table_base table tbody th {
	position: relative;
	text-align: center;
	width: 28%;
}
.table_base table tbody th:after {
	position: absolute;
	content: "";
	width: 1px;
	height: 50%;
	border-right: 1px solid #E3E3E3;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.table_base table tbody td {
	padding-left: 50px;
}
.table_base table tbody td.link a {
	color: #000;
	text-decoration: underline;
}
.table_base table tbody td.link a:hover {
	text-decoration: none;
}
.table_base table dt {
}
.table_base table dd {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}
.table_base table dd:last-child {
	margin-bottom: 0px;
	padding: 0px;
	border: 0px;
}
.content_inner {
	padding: 10px 0 25px;
}
.content_inner:after {
	content: " ";
	display: table;
	clear: both;
}
.content_inner .images_r {
	float: right;
}
.content_inner .images_l {
	float: left;
}
.content_inner img {
	width: 100%;
}
.w_margin270 .images_r, .w_margin270 .images_l {
	width: 270px;
}
.w_margin270 .msg_l {
	padding-right: 310px;
}
.w_margin270 .msg_r {
	padding-left: 310px;
}
.w_margin320 .images_r, .w_margin320 .images_l {
	width: 320px;
}
.w_margin320 .msg_l {
	padding-right: 360px;
}
.w_margin320 .msg_r {
	padding-left: 360px;
}
#contents .pick_text {
	font-size: 140%;
	color: #6699CC;
	margin-bottom: 16px;
}
.breadcrumbs {
	padding: 5px 0;
	background: url(img/ptn01.png);
}
.breadcrumbs ul {
	width: 1020px;
	margin: 0 auto;
}
.breadcrumbs ul:after {
	content: " ";
	display: table;
	clear: both;
}
.breadcrumbs ul li {
	font-size: 90%;
	margin-right: 5px;
	float: left;
}
.breadcrumbs ul li a {
	display: inline-block;
	margin-right: 4px;
}

/* .image_list */
.image_list:after {
	content: " ";
	display: table;
	clear: both;
}
.image_list li {
	float: left;
}
.image_list li img {
	width: 100%;
}
.image_list li span {
	padding: 15px 0 0;
	display: block;
}
.two_image li {
	width: 48%;
}
.two_image li:first-child {
	margin-right: 4%;
}
.three_image li {
	width: 31%;
}
.three_image li:nth-child(-n+2) {
	margin-right: 3%;
}

/* 各ページ用スタイル
---------------------- */
/* -------------------
汎用指定 */
/* .btn_base */
.btn_base {
}
.btn_base a {
	position: relative;
	width: 200px;
	font-size: 90%;
	color: #000;
	display: inline-block;
	padding: 6px 10px 6px 65px;
	text-decoration: none;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	box-shadow: 3px 3px 0px #000;
	text-align: left;
	background: url(img/arrow01-pc.png) no-repeat left 10px center #fff;
	top: -3px;
	left: -3px;
	transition: 0.2s;
	box-sizing: border-box;
}
.btn_base a:hover {
	box-shadow: 0px 0px 0px #000;
	top: 0;
	left: 0;
}

/* -------------------
index.html */
/* .top_contents */
.top_contents {
	width: 1020px;
	padding: 90px 0 75px;
	margin: 0 auto;
	background: url(img/background-img01-pc.jpg) no-repeat left top;
}
.top_contents_title {
	padding-left: 45px;
	margin-bottom: 70px;
}
.top_contents_inner {
	position: relative;
	margin: 0 auto;
	padding: 0 0 100px 45px;
	width: 1020px;
	box-sizing: border-box;
}
.top_contents_inner .msg_block {
	position: absolute;
	width: 445px;
	display: block;
	padding: 40px 0 0 55px;
	background: url(img/box-line01.png) no-repeat left 10px top 10px, linear-gradient(130deg, rgba(255, 255, 255, 0.9), rgba(241, 241, 241, 1));
	bottom: 0;
	right: 60px;
	box-sizing: border-box;
}
.top_contents_inner .msg_block .inbox_block {
	font-size: 95%;
	padding: 0 55px 20px 0;
	line-height: 2.4;
	letter-spacing: 1.0px;
	background: url(img/box-line02.png) no-repeat right 10px bottom 10px;
}
.top_contents .btn_base {
	text-align: right;
}

/* .top_gallery */
.top_gallery {
	padding: 80px 0;
	background: #efefef;
	border-top: 1px solid #c9caca;
}
.top_gallery_title {
	text-align: center;
	margin-bottom: 40px;
}
.top_gallery_inner {
	width: 1020px;
	margin: 0 auto;
}
#contents .top_gallery_list ul {
	margin-bottom: 20px;
}
.top_gallery_list ul:after {
	content: " ";
	display: table;
	clear: both;
}
.top_gallery_list ul li {
	width: 24%;
	float: left;
	margin: 0 1.333% 15px 0;
}
.top_gallery_list ul li:nth-child(4n) {
	margin-right: 0;
}
.top_gallery .btn_base {
	text-align: right;
}

/* .top_voice */
.top_voice {
	border-top: 1px solid #c9caca;
}
.top_voice_inner {
	padding: 50px 0;
	background: url(img/background-img02-pc.png) no-repeat right bottom;
	margin: 0 auto;
	width: 1020px;
}
.top_voice_inner .main_block {
	padding: 0 45px;
}
.top_voice_inner .main_block:after {
	content: " ";
	display: table;
	clear: both;
}
.top_voice .right_block {
	width: 50%;
	text-align: right;
	float: right;
}
.top_voice .left_block {
	width: 50%;
	float: left;
}
.top_voice_title {
	text-align: center;
	padding-top: 30px;
	margin-bottom: 40px;
}
.top_voice .msg_block {
	width: 445px;
	display: block;
	padding: 40px 0 0 40px;
	background: url(img/box-line01.png) no-repeat left 10px top 10px, linear-gradient(130deg, rgba(243, 243, 243, 1), rgba(243, 243, 243, 1));
	box-sizing: border-box;
}
.top_voice .msg_block .inbox_block {
	font-size: 105%;
	font-weight: bold;
	padding: 0 55px 20px 0;
	line-height: 1.6;
	letter-spacing: 1.4px;
	background: url(img/box-line02.png) no-repeat right 10px bottom 10px;
}
.top_voice .btn_base {
	font-size: 95%;
	font-weight: normal;
	text-align: right;
}

/* .top_quality */
.top_quality {
	background: #efefef;
	border-top: 1px solid #c9caca;
}
.top_quality_inner {
	padding: 50px 0;
	background: url(img/background-img03-pc.png) no-repeat right bottom;
	margin: 0 auto;
	width: 1020px;
}
.top_quality_inner .main_block {
	padding: 0 45px;
}
.top_quality_inner .main_block:after {
	content: " ";
	display: table;
	clear: both;
}
.top_quality .left_block {
	width: 50%;
	float: right;
}
.top_quality .right_block {
	width: 50%;
	float: left;
}
.top_quality_title {
	text-align: center;
	padding-top: 30px;
	margin-bottom: 40px;
}
.top_quality .msg_block {
	width: 445px;
	display: block;
	padding: 50px 0 0 50px;
	background: url(img/box-line01.png) no-repeat left 10px top 10px, linear-gradient(130deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
	box-sizing: border-box;
}
.top_quality .msg_block .inbox_block {
	font-size: 100%;
	padding: 0 50px 50px 0;
	line-height: 2.2;
	letter-spacing: 1.4px;
	background: url(img/box-line02.png) no-repeat right 10px bottom 10px;
}

/* .top_flow */
.top_flow {
	padding: 60px 0;
	border-top: 1px solid #c9caca;
}
.top_flow_title {
	text-align: center;
	margin-bottom: 40px;
}
.top_flow_inner {
	width: 1020px;
	margin: 0 auto;
}
.top_flow_list ul:after {
	content: " ";
	display: table;
	clear: both;
}
.top_flow_list ul li {
	position: relative;
	width: 230px;
	float: left;
	background: #e6e6e6;
}
.top_flow_list ul li:nth-child(-n+3) {
	margin-right: 33px;
}
.top_flow_list ul li:nth-child(-n+3):after {
	position: absolute;
	content: url(img/arrow02-pc.png);
	top: 50%;
	right: -25px;
	margin-top: -30px;
}
.top_flow_list ul li .img img {
	width: 100%;
	display: block;
}
.top_flow_list ul li .msg {
	padding: 0 5px;
}
#contents .top_flow_list ul li .msg .title {
	font-size: 130%;
	font-weight: bold;
	text-align: center;
	padding-bottom: 2px;
	margin-bottom: 6px;
	border-bottom: 1px dashed #000;
}
.top_flow_list ul li .msg .txt {
	font-size: 90%;
	padding: 0 5px;
}

/* .top_info */
.top_info {
	padding: 85px 0;
	background: url(img/background-ptn01.jpg) repeat left top;
	box-sizing: border-box;
}
.top_info_inner {
	margin: 0 auto;
	width: 990px;
}
.top_info ul:after {
	content: " ";
	display: table;
	clear: both;
}
.top_info ul li {
	width: 460px;
	float: left;
	background: #fff;
	margin-right: 70px;
}
.top_info ul li img {
	width: 100%;
	display: block;
}
.top_info ul li:nth-child(2) {
	margin-right: 0;
}
.top_info ul li a {
	display: block;
	transition: 0.4s;
}
.top_info ul li a:hover {
	opacity: 0.5;
}

/* -------------------
contents1.html */
/* .service_block */
.service_block .side_line {
	margin-bottom: 40px;
}
.service_block .side_line:after {
	content: " ";
	display: table;
	clear: both;
}
.service_block .service_set {
	width: 47%;
	float: left;
	margin: 0 6% 20px 0;
}
.service_block .service_set:nth-child(even) {
	margin-right: 0;
}
#contents .service_block .title {
	font-size: 140%;
	font-weight: bold;
	padding: 0 40px 2px;
	margin-bottom: 15px;
	border-bottom: 1px solid #000;
	background: url(img/midashi-point.png) no-repeat left 10px center;
}
.service_block .img {
	margin-bottom: 25px;
}
.service_block .img img {
	width: 100%;
	display: block;
}
.service_block .msg {
	padding: 0 10px;
	margin-bottom: 20px;
	line-height: 2.0;
}
.service_block dl {
	padding: 0 10px;
}
.service_block dl:after {
	content: " ";
	display: table;
	clear: both;
}
.service_block dl dt {
	float: left;
	padding: 12px 0 12px 30px;
}
.service_block dl dd {
	padding: 12px 30px 12px 150px;
	border-top: 1px dashed #000;
}
.service_block dl dd:last-child {
	border-bottom: 1px dashed #000;
}

/* -------------------
contents2.html */
/* .works_block */

.works_block {
	padding-top: 30px;
}
.works_block ul:after {
	content: " ";
	display: table;
	clear: both;
}
.works_block ul li {
	width: 240px;
	float: left;
	margin: 0 20px 20px 0;
	overflow: hidden;
}
.works_block ul li:hover img {
	transform: scale(1.1);
}
.works_block ul li:nth-child(4n) {
	margin-right: 0;
}
.works_block ul li img {
	width: 100%;
	display: block;
	transition: 0.5s;
}

/* .voice_block */
.voice_block {
	padding: 0 50px;
}
.voice_block .voice_set {
	padding-bottom: 70px;
	margin-bottom: 70px;
	border-bottom: 1px dashed #c9caca;
}
.voice_block .voice_set:after {
	content: " ";
	display: table;
	clear: both;
}
.voice_block .voice_set .img {
	width: 20%;
	float: left;
}
.voice_block .voice_set .img img {
	width: 100%;
	display: block;
}
.voice_block .voice_set .title {
	font-size: 145%;
	font-weight: bold;
	width: 75%;
	float: right;
}
.voice_block .voice_set .title span.name {
	font-weight: normal;
	font-size: 70%;
}
.voice_block .voice_set .msg {
	width: 75%;
	float: right;
	line-height: 2.2;
}
