@charset "utf-8";


/* 　静的ページCSS
----------------------------------------------------------------------------

		・理念・想い
		・会社概要
		・ご挨拶
		・会社沿革
		・CSR活動
		・スタッフ紹介
		・協力業者様一覧
		・プライバシーポリシー
		・関連リンク
		・サイトマップ
		・お問い合わせ・資料請求
		・ご来場予約・ご来場予約

--------------------------------------------------------------------------*/


/*--------------------------------------------------------------------------
		サブページ共通部分
--------------------------------------------------------------------------*/

/*パンくず、ページタイトル、戻る、ページャーはmain_partsにあり*/

/*ページ下に置くリンク共通ベース*/
.pageend_link p {
	margin: 50px auto 0;
	width: 100%;
	max-width: 350px;
	background: #ffffff;
	text-align: center;
}

.pageend_link p a {
	display: block;
	padding: 15px;
	color: #393939;
	letter-spacing: 0.2em;
	font-size: 14px;
}

.pageend_link p a:hover, .pageend_link p a:active {
	opacity: 0.6;
}

/*ページ途中に設置するリンクベース*/
.inpage_link p {
	margin: 0 auto 0;
	width: 100%;
	max-width: 300px;
	background: #ffffff;
}

.inpage_link p a {
	display: block;
	padding: 12px 20px 10px;
	color: #393939;
	background: url(../img/icon_r-b36.png) right 10px center no-repeat #ffffff;
	background-size: 8px;
	border: 2px solid #666666;
	box-sizing: border-box;
	text-align : center;
	font-size: 13px;
	font-weight: bold;
}

.inpage_link p a:hover, .inpage_link p a:active {
	opacity: 0.6;
}

/*margin各種*/
.un_50 { margin-bottom: 50px; }

.un_30 { margin-bottom: 30px; }

.un_20 { margin-bottom: 20px; }

.un_10 { margin-bottom: 10px; }

.tp_50 { margin-top: 50px; }

.tp_30 { margin-top: 30px; }

.tp_20 { margin-top: 20px; }

.tp_10 { margin-top: 10px; }

/*youtube動画をレスポンシブに*/
/*
.youtube_frm {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
.youtube_frm iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
*/



/*--------------------------------------------------------------------------
		会社案内共通ナビ
--------------------------------------------------------------------------*/
#contents_main #comp_nav, #contents_main2 #comp_nav {
	margin-bottom: 50px;
	padding: 0;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

#contents_main #comp_nav .comp_link, #contents_main2 #comp_nav .comp_link {
	float: left;
	padding: 0 1px 0;
	width: 16.66%;
	box-sizing: border-box;
	text-align: center;
}

#contents_main #comp_nav .comp_link a, #contents_main2 #comp_nav .comp_link a {
	display: block;
	padding: 10px;
	color: #666666;
	background: #ffffff;
	box-sizing: border-box;
	border: 1px solid #aaaaaa;
	font-size: 12px;
	font-weight: bold;
}

#contents_main #comp_nav .comp_link a:hover, #contents_main #comp_nav .comp_link a:active,
#contents_main2 #comp_nav .comp_link a:hover, #contents_main2 #comp_nav .comp_link a:active {
	color: #ffffff;
	background: #8C0000;
}

#c_mainimg {
	margin-bottom: 50px;
}

/*--------------------------------------------------------------------------
		理念・想い
--------------------------------------------------------------------------*/
#contents_main.vision section.our-d,
#contents_main.vision section.h-made {
	margin-bottom: 80px;
}

#contents_main.vision section.our-d p.v_title_en {
	margin-bottom: 20px;
	text-align: center;
	font-size: 18px;
}

#contents_main.vision section.our-d h2 {
	margin-bottom: 50px;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
}

#contents_main.vision section .text p {
	margin-bottom: 30px;
	line-height: 2.2;
	font-size: 15px;
}

#contents_main.vision section.h-made h2 {
	margin-bottom: 50px;
	padding: 30px 10px 20px;
	color: #836C58;
	/*background: #A3CC7E;*/
	/*background: -webkit-repeating-linear-gradient(-45deg, #FFD895, #FFD895 3px,#FFF2C1 3px, #FFF2C1 7px);
	background: repeating-linear-gradient(-45deg, #FFD895, #FFD895 3px,#FFF2C1 3px, #FFF2C1 7px);*/
	background: url(../../company/img/vision_title.jpg);
	box-sizing: border-box;
	/*border-radius: 30px;*/
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

#contents_main.vision section.h-made h2 .br1st {
	display: none;
}

#contents_main.vision section.chorus {
	text-align: center;
}

#contents_main.vision section.chorus h2 {
	margin-bottom: 30px;
	padding: 20px 0 0;
	height: 100px;
	color: #8C0000;
	line-height: 1.5;
	background: url(../../company/img/vision_music.png) center no-repeat;
	background-size: cover;
	box-sizing: border-box;
	font-size: 25px;
	font-weight: bold;
}

#contents_main.vision .st_photo {
	text-align: center;
}

#contents_main.vision .st_photo img {
	max-width: 800px;
	image-rendering: -webkit-optimize-contrast;
}

#contents_main.vision .st_photo_cut img {
	max-width: 400px;
}


/*--------------------------------------------------------------------------
		会社概要
--------------------------------------------------------------------------*/
/*表共通ベース*/
#twoline_tb table {
	display: table;
	margin: 0 auto 100px;
	width: 100%;
	border-bottom: 1px solid #949494;
	border-collapse: collapse;
}

#twoline_tb table th {
	width: 220px;
	padding: 10px 10px 10px 30px;
	color: #4E4E4E;
	background: #D1D1D1;
	box-sizing: border-box;
	border-top: 1px solid #949494;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
}

#twoline_tb table td {
	padding: 15px 20px 13px 50px;
	line-height: 1.5;
	border-top: 1px solid #949494;
}

#twoline_tb table td ul li + li {
	padding: 10px 0 0;
}
/*表_end*/

#contents_main.outline #twoline_tb table th .br_sp {
	display: none;
}

#contents_main.outline #twoline_tb table caption {
	margin-bottom: 5px;
	padding: 5px 0 0 30px;
	background: url(../img/icon_square_c8c.png) left center no-repeat;
	background-size: 20px;
	box-sizing: border-box;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
}

#contents_main.outline #twoline_tb table td.co_name {
	font-size: 16px;
	font-weight: bold;
}

#contents_main.outline #twoline_tb table td.out_add {
	display: table;
	width: 100%;
}

#contents_main.outline #twoline_tb table td.out_add > div {
	display: table-cell;
	vertical-align: middle;
}

#contents_main.outline #twoline_tb table td.out_add > div:first-child {
	padding: 15px 20px 13px 50px;
}

#contents_main.outline #twoline_tb table td.out_add > div:last-child {
	width: 120px;
}

#contents_main.outline #twoline_tb table td.out_add > div a {
	display: block;
	padding: 7px 0 0;
	height: 30px;
	color: #ffffff;
	background: #8C0000;
	box-sizing: border-box;
	text-align: center;
	font-size: 13px;
}

#contents_main.outline #twoline_tb table td.out_add > div a:hover,
#contents_main.outline #twoline_tb table td.out_add > div a:active {
	opacity: 0.6;
}

#contents_main.outline .box_two_th {
	display: table;
	margin-bottom: 80px;
	width: 100%;
}

#contents_main.outline .box_two_th > div {
	display: table-cell;
	padding: 0 10px 0;
	width: 50%;
	vertical-align: top;
	box-sizing: border-box;
}

#contents_main.outline .box_two_th h2 {
	padding: 10px 10px 8px;
	color: #ffffff;
	background: #8C0000;
	box-sizing: border-box;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

#contents_main.outline .box_two_th .text_list {
	padding: 15px 20px 15px 50px;
	background: #E4E4E4;
	box-sizing: border-box;
}

#contents_main.outline .box_two_th .text_list ul li + li{
	padding: 5px 0 0;
}

#contents_main.outline .photo {
	margin-bottom: 50px;
	text-align: center;
}

#contents_main.outline .photo img {
	max-width: 600px;
}

/*ドリームクラブ*/
#contents_main.outline .dreamclub {
	margin-top: 50px;
	padding: 50px 0 0;
	border-top: 1px solid #ACACAC;
	box-sizing: border-box;
}

#contents_main.outline .dreamclub h2 {
	margin: 0 auto 50px;
	padding: 20px;
	width: 300px;
	color: #ffffff;
	line-height: 1.2;
	background: #8E7760;
	box-sizing: border-box;
	text-align: center;
	font-size: 23px;
}

#contents_main.outline .dreamclub h2 span {
	font-size: 13px;
	font-weight: normal;
}

#contents_main.outline .dc_area > div {
	padding: 0 0 0 250px;
}

#contents_main.outline .dc_area h3 {
	margin-bottom: 10px;
	width: 350px;
	border-bottom: 2px dotted #C1B1A4;
}

#contents_main.outline .dc_area .dc01 {
	margin-bottom: 30px;
	min-height: 200px;
	background: url(../../company/img/dreamclub.png) left center no-repeat;
	box-sizing: border-box;
}

#contents_main.outline .dc_area .dc01 h3 {
	font-size: 28px;
}

#contents_main.outline .dc_area .dc01 h3 span {
	padding: 0 0 0 10px;
	box-sizing: border-box;
	font-size: 14px;
}

#contents_main.outline .dc_area .dc01 .sub_t {
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
}

#contents_main.outline .dc_area .dc01 h3 br {
	display: none;
}

#contents_main.outline .dc_area .dc02 h3 {
	font-size: 23px;
}


/*アクセスマップ*/
#contents_main.company_ac #map_canvas {
	max-width:1000px;
	height:450px;
	margin:0 auto 50px;
	background: #eeeeee;
}


/*--------------------------------------------------------------------------
		ご挨拶
--------------------------------------------------------------------------*/
#contents_main.greeting .gr_tb + .gr_tb {
	margin-top: 60px;
	padding: 50px 0 0;
	border-top: 1px solid #ACACAC;
	box-sizing: border-box;
}

#contents_main.greeting .gr_tb {
	display: table;
	width: 100%;
}

#contents_main.greeting .gr_tb > div {
	display: table-cell;
	vertical-align: top;
}

#contents_main.greeting .gr_tb .text h2 {
	padding: 0 10px 30px;
	color: #000054;
	box-sizing: border-box;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

#contents_main.greeting .gr_tb .text h2 .br_1st {
	display: none;
}

#contents_main.greeting .gr_tb .text p {
	margin-bottom: 20px;
}

#contents_main.greeting .gr_tb .text p:last-child {
	margin-bottom: 0;
}

.name_h {
	letter-spacing: 0.15em;
	font-size: 13.5px;
	font-weight: bold;
}

#contents_main.greeting .gr_tb .photo {
	width: 350px;
	padding: 0 0 0 50px;
	box-sizing: border-box;
}

#contents_main.greeting .gr_tb .photo img {
	max-width: 300px;
}

#contents_main.greeting .gr_tb .photo p.posi {
	padding: 10px 0 5px;
	box-sizing: border-box;
	text-align: right;
}
#contents_main.greeting .gr_tb .photo p.name {
	text-align: right;
	font-size: 18px;
	font-weight: bold;
}

#contents_main.greeting .pageend_link p a {
	background: url(../img/icon_r-g36.png) right 10px center no-repeat #E4E4E4;
	background-size: 10px;
	border: 1px solid #ACACAC;
	font-weight: bold;
}

@media screen and (max-width: 1000px){
#contents_main.greeting .gr_tb .text h2 {
	font-size: 18px;
}

#contents_main.greeting .gr_tb .texth2 .br_1st {
	display: block;
}
}


/*先代社長の想い*/
#contents_main.message .ms_img {
	margin-bottom: 50px;
}

#contents_main.message .ms_img img {
	margin-bottom: 50px;
}

#contents_main.message .ms_img p.name {
	font-size: 20px;
	font-weight: bold;
}

#contents_main.message .ms_text h2 {
	margin-bottom: 30px;
	color: #003F00;
	text-align: center;
}

#contents_main.message .ms_text p {
	margin-bottom: 20px;
}

#contents_main.message .pageend_link p {
	max-width: 220px;
}

#contents_main.message .pageend_link p a {
	padding: 0;
}

/*--------------------------------------------------------------------------
		会社沿革
--------------------------------------------------------------------------*/
#contents_main.history #twoline_tb table th {
	background: #AFCBDA;
	font-weight: normal;
}

#contents_main.history #twoline_tb br.br1st, #contents_main.history #twoline_tb br.br2st {
	display: none;
}


/*--------------------------------------------------------------------------
		CSR活動
--------------------------------------------------------------------------*/
#contents_main.csr .csr_info {
	margin-bottom: 50px;
	padding: 0 0 50px;
	border-bottom: 2px dotted #ACACAC;
	box-sizing: border-box;
}

#contents_main.csr .csr_info h2 {
	margin-bottom: 20px;
	color: #000052;
	font-size: 20px;
} 

#contents_main.csr .csr_info .csr_tb {
	display: table;
	padding: 0 auto 50px;
	wdith: 100%;
}

#contents_main.csr .csr_info .csr_tb > div {
	display: table-cell;
	width: 50%;
	vertical-align: top;
}

#contents_main.csr .csr_info .csr_tb > div:first-child {
	padding: 0 50px 0px 0;
	box-sizing: border-box;
}

#contents_main.csr .csr_act h2 {
	margin-bottom: 20px;
	color: #000052;
	font-size: 18px;
} 

#contents_main.csr .csr_act .act_img {
	margin-bottom: 50px;
	text-align: center;
}

#contents_main.csr .csr_act img {
	max-width: 631px;
}

#contents_main.csr .csr_act .bd_box {
	padding: 20px;
	width: 100%;
	border: 1px solid #393939;
	box-sizing: border-box;
}

#contents_main.csr .csr_act .bd_box h3 {
	padding: 0 0 5px;
	font-size: 16px;
}

/*--------------------------------------------------------------------------
		スタッフ紹介
--------------------------------------------------------------------------*/
/*会社案内ナビ*/
#contents_main2.staff #comp_nav {
	margin: 0 auto 50px;
	padding: 0 20px 0;
	max-width: 1040px;
}

/*ページ内ジャンプ*/
#staff_link {
	margin: 0 auto 0;
	padding: 0 20px 0;
	max-width: 1040px;
	overflow: hidden;
	box-sizing: border-box;
}

#staff_link div {
	float: left;
	margin-bottom: 10px;
	padding: 0 5px 0;
	width: 20%;
	box-sizing: border-box;
	text-align: center;
}

#staff_link div img {
	margin-bottom: 5px;
	max-width: 70px;
}

#staff_link a {
	display: block;
	color: #393939;
}

#staff_link div p {
	margin: 0 auto 0;
	padding: 3px 10px 0px 5px;
	width: 100%;
	max-width: 150px;
	background: url(../img/jump_r.png) right 5px center no-repeat;
	background-size: 15px;
	border: 2px solid #ACACAC;
	box-sizing: border-box;
	font-size: 12.4px;
	font-weight: bold;
}

#staff_link div p:hover, #staff_link div p:active {
	color: #ffffff;
	background: #ACACAC;
}


/*スタッフデータ*/
#box_area .item {
	margin-top: -120px;
	padding: 200px 0 80px;
	border-bottom:4px double #D1C7BC;
	box-sizing: border-box;
}

/*#box_area .item:first-child {
	padding: 120px 0 80px;
}*/

#box_area .item:last-child {
	padding: 200px 0 0;
	border: none;
}

#box_area .item > div {
	margin:0 auto 0;
	padding: 0 20px 0;
	max-width: 1040px;
	box-sizing: border-box;
}


#box_area .item .s_data {
	display: table;
	margin-bottom: 20px;
	padding: 0 20px 5px;
	width: 100%;
	border-bottom: 1px solid #ACACAC;
	font-weight: bold;
}

#box_area .item .s_data > div {
	display: table-cell;
	vertical-align: middle;
}

#box_area .item .s_data .posi {
	margin-bottom: 5px;
	font-size: 14px;
}

#box_area .item .s_data .name {
	font-size: 23px;
}

#box_area .item .s_data .name span {
	padding: 0 0 0 20px;
	box-sizing: border-box;
	font-size: 16px;
}

#box_area .item .s_data .bloglink {
	width: 100px;
}

#box_area .item .s_data .bloglink a {
	display: block;
	padding: 5px 0 3px;
	color: #ffffff;
	background: #8C0000;
	box-sizing: border-box;
	text-align: center;
}

#box_area .item .s_data .bloglink a:hover, #box_area .item .s_data .bloglink a:active {
	opacity: 0.6;
}

#box_area .item .ph_area {
	display: table;
	width: 100%;
}

#box_area .item .ph_area > div {
	display: table-cell;
	vertical-align: top;
}

#box_area .item .ph_area .ph {
	width: 300px;
}

#box_area .item .ph_area .ph img {
	border: 1px solid #eeeeee;
	box-sizing: border-box;
}

#box_area .item .ph_area .no_border img {
    border: none;
}

#box_area .item .ph_area .tx01 {
	padding: 0 0 0 100px;
	box-sizing: border-box;
}

#box_area .item section {
	border-bottom: 2px dotted #E0E0E0;
}

#box_area .item section + section {
	margin-top: 20px;
}

#box_area .item section h2 {
	padding: 0 0 5px 20px;
	background: url(../img/icon_square_c8c.png) left top 5px no-repeat;
	background-size: 12px;
	font-size: 16px;
	font-weight: bold;
}

#box_area .item .tx02 {
	margin-top: 20px;
}

#staff_allph.ph_area {
	box-sizing: border-box;
	margin: 0 auto 100px;
	padding: 0 10px 0;
	text-align: center;
}

#staff_allph.ph_area img {
	max-width: 800px;
	image-rendering: -webkit-optimize-contrast;
}

#staff_allph.ph_area_cut img {
	max-width: 500px;
}





/*--------------------------------------------------------------------------
		協力業者様一覧
--------------------------------------------------------------------------*/
#contents_main.supporter table{
	width:100%;
	border-collapse:collapse;
	border-top:1px solid #ACACAC;
	box-sizing: border-box;
}

#contents_main.supporter table th{
	width:180px;
	color: #ffffff;
	text-align:center;
	background:#666666;
	border-bottom:1px solid #ACACAC;
	box-sizing: border-box;
	font-size: 13px;
	font-weight: 400;
}

#contents_main.supporter table th span{
	display:none;
}

#contents_main.supporter table td{
	padding:15px 20px 10px;
	border-bottom: 1px solid #ACACAC;
	box-sizing: border-box;
}

#contents_main.supporter table td.name{
	padding:15px 20px 10px;
	border-right: 2px dotted #ACACAC;
	box-sizing: border-box;
	font-weight:500;
}

#contents_main.supporter .caution {
	padding: 10px 0 0;
	font-size: 13px;
	box-sizing: border-box;
}




/*--------------------------------------------------------------------------
		プライバシーポリシー
--------------------------------------------------------------------------*/
#contents_main.privacy .pri_info {
	margin-bottom: 50px;
}

#contents_main.privacy .pl_item {
	margin-bottom: 50px;
}

#contents_main.privacy .pl_item h2 {
	margin-bottom: 20px;
	padding: 3px 15px 0;
	box-sizing: border-box;
	border-left: 10px solid #8C0000;
	font-size: 18px;
}

#contents_main.privacy .pl_item ul {
	padding: 20px 0 0 20px;
	box-sizing: border-box;
}

@media screen and (max-width: 850px){
#contents_main.privacy .pri_info p br {
	display: none;
}
}

/*--------------------------------------------------------------------------
		関連リンク集
--------------------------------------------------------------------------*/
#contents_main.link #link_nav {
	display: table;
	margin-bottom: 80px;
	width: 100%;
	background: #ffffff;
}

#contents_main.link #link_nav > div {
	display: table-cell;
	width: 50%;
}

#contents_main.link #link_nav > div .ln_title {
	padding: 5px;
	color: #ffffff;
	box-sizing: border-box;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}

#contents_main.link #link_nav > div.link01 .ln_title { background: #8C0000; }
#contents_main.link #link_nav > div.link02 .ln_title { background: #402000; }

#contents_main.link #link_nav .link_box {
	width: 100%;
	overflow: hidden;
}

#contents_main.link #link_nav .link_box p {
	float: left;
	width: 25%;
}

#contents_main.link #link_nav .link_box a {
	display: block;
	padding: 10px;
	width: 100%;
	color: #393939;
	line-height: 1.5;
	background: url(../img/ico_linkdown_g.png) center bottom 2px no-repeat #EBE3DC;
	background-size: 12px;
	border-right: 1px solid #ACACAC;
	border-bottom: 1px solid #ACACAC;
	box-sizing: border-box;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}

#contents_main.link #link_nav .link01 .link_box a:first-child {
	border-left: 1px solid #ACACAC;
	box-sizing: border-box;
}

#contents_main.link #link_nav .link_box a.lb_1line {
	padding: 20px 10px 10px;
	box-sizing: border-box;
}

#contents_main.link #link_nav .link_box a:hover, #contents_main.link #link_nav .link_box a:hover {
	opacity: 0.6;
}

@media screen and (max-width: 1000px){
#contents_main.link #link_nav {
	display: block;
	width: 100%;
	background: #ffffff;
}

#contents_main.link #link_nav > div {
	display: block;
	margin-bottom: 5px;
	width: 100%;
}

#contents_main.link #link_nav > div .ln_title {
	padding: 2px;
	font-size: 12px;
}

#contents_main.link #link_nav .link02 .link_box a:first-child {
	border-left: 1px solid #ACACAC;
	box-sizing: border-box;
}

#contents_main.link #link_nav .link_box a {
	padding: 5px 10px 10px;
	font-size: 12px;
}

#contents_main.link #link_nav .link_box a.lb_1line {
	padding: 15px 10px 10px;
	box-sizing: border-box;
}
}/*1000px*/

#contents_main.link section h2 {
	margin-bottom: 30px;
	padding: 5px 0 5px 20px;
	border-left: 10px solid #8C0000;
	border-bottom: 1px solid #8C0000;
	font-size: 18px;
	font-weight: bold;
}

#contents_main.link section.solar h2 {
	border-left: 10px solid #402000;
	border-bottom: 1px solid #402000;
}

#contents_main.link section h3 {
	margin-bottom: 20px;
	padding: 2px 0 2px 25px;
	background: url(../img/icon_square_c39.png) left top 2px no-repeat;
	background-size: 16px;
}

#contents_main.link section > div {
	margin-bottom: 50px;
	width: 100%;
	overflow: hidden;
}

#contents_main.link section > div > div {
	float: left;
	margin-bottom: 10px;
	padding: 0 10px 0 10px;
	width: 50%;
	box-sizing: border-box;
}

#contents_main.link section > div > div a {
	display: block;
	padding: 20px 40px 18px 20px;
	color: #393939;
	background: url(../img/icon_otlink.png) right 10px center no-repeat #E4E4E4;
	background-size: 25px;
	box-sizing: border-box;
}

#contents_main.link section > div > div a:hover, #contents_main.link section > div > div a:active {
	opacity: 0.6;
}

#contents_main.link section > div > div a .l_name {
	font-size: 16px;
	font-weight: bold;
}

#contents_main.link section > div > div a .l_name + p {
	margin-top: 5px;
}

#contents_main.link section > div > div a.nolink{
	pointer-events: none;
}



/*--------------------------------------------------------------------------
		サイトマップ
--------------------------------------------------------------------------*/
#allpage {
	overflow: hidden;
}

#allpage .item {
	float: left;
	padding: 0 20px 50px;
	width: 33.33%;
	box-sizing: border-box;
}

#allpage .item h2 {
	margin-bottom: 10px;
	padding: 0 0 5px;
	border-bottom: 2px solid #ACACAC;
	box-sizing: border-box;
	font-size: 15px;
}

#allpage .item ul li {
	padding: 0 0 5px;
}

#allpage .item ul li a {
	color: #6C3500;
}

#allpage .item ul li a:hover, #allpage .item ul li a:active {
	color: #FF962C;
}


/*--------------------------------------------------------------------------
		問い合わせフォーム
--------------------------------------------------------------------------*/
/*-----共通-----*/
#contents_main.contact .con_text,
#contents_main.appoint .con_text,
#contents_main.form_page .con_text {
	margin-bottom: 80px;
	line-height: 2.0;
	text-align: center;
}

#contents_main.contact .con_text .pri_link,
#contents_main.appoint .con_text .pri_link,
#contents_main.form_page .con_text .pri_link {
	margin-top: 10px;
}

#contents_main.contact  p + p,
#contents_main.appoint  p + p,
#contents_main.form_page p + p {
    margin-top: 20px;
}


/*お問い合わせ共通TEL*/
#con_tel {
	display: table;
	margin: 0 auto 80px;
	padding: 10px 10px 7px;
	width: 100%;
	max-width: 800px;
	background: #ffffff;
	border:2px solid #ACACAC;
	box-sizing: border-box;
	font-size: 18px;
	font-weight: bold;
}

#con_tel div {
	display: table-cell;
	vertical-align: middle;
}

#con_tel div.tel_tx {
	padding: 0 50px 0 0;
	box-sizing: border-box;
	text-align: right;
}

#con_tel div.tel_no {
	padding: 0 0 0 45px;
	background: url(../img/icon_tel.png)  left top 13px no-repeat;
	background-size: 37px;
	box-sizing: border-box;
	font-size: 35px;
}

#con_tel div.tel_no a:link{
	color: #393939;
}

/*入力フォーム*/
#mailf_area {
	width: 100%;
}

#mailf_area h2 {
	margin-bottom: 20px;
	padding: 3px 20px 0;
	border-left: 10px solid #8C0000;
	box-sizing: border-box;
	font-size: 18px;
}
#mailf_area .choice {
	border-top: 1px solid #ACACAC;
	box-sizing: border-box;
}

#mailf_area .mailform {
	display: table;
	padding: 20px 0 20px;
	width: 100%;
	border-bottom: 1px solid #ACACAC;
	box-sizing: border-box;
}

#mailf_area .mailform .mfp {
	display: table-cell;
	vertical-align: middle;
}

#mailf_area .mailform dt {
	padding: 0 10px 0;
	width: 290px;
	box-sizing: border-box;
	font-weight: bold;
}

#mailf_area .mailform dt:before {
	content: '必 須';
	padding: 2px 10px 1px;
	color: #ffffff;
	background: #8C0000;
	box-sizing: border-box;
	font-size: 12px;
}

#mailf_area .mailform dt.f_free:before,
#mailf_area #fri_free.mailform dt:before,
#mailf_area #appo_second.mailform dt:before {
	content: '任 意';
	background: #ACACAC;
}

#mailf_area .mailform dt > span {
	padding: 0 0 0 10px;
}

/*#mailf_area #tx_more.mailform dt:before {
	content: none;
}

#mailf_area #tx_more.mailform dt span {
	padding: 0;
}

#mailf_area #tx_more.mailform dt .ques {
	display: block;
	width: 51px;
	color: #ffffff;
	line-height: 1.5;
	background: #ACACAC;
	box-sizing: border-box;
	text-align: center;
	font-size: 12px;
}

#mailf_area #tx_contact.mailform .mfp,
#mailf_area #tx_more.mailform .mfp {
	vertical-align: top;
}*/

#mailf_area .mailform.ques_sub dt {
	vertical-align: top;
}

#mailf_area .mailform.ques_sub dt .ques_tx {
    box-sizing: border-box;
    display: block;
    margin-top: 3px;
    padding: 0;
}

#mailf_area .mailform dd {
	padding: 0 10px 0;
	box-sizing: border-box;
}

#mailf_area .choice dd {
	padding: 0;
}

#mailf_area .mailform dd input,
#mailf_area .mailform dd textarea {
	padding: 10px 20px 10px;
	width: 100%;
	box-sizing: border-box;
}

#mailf_area .choice dd .c_click {
	display: inline-block;
	padding: 0 10px 0;
	width: 49%;
	max-width: 350px;
	box-sizing: border-box;
}

#mailf_area .choice dd .c_click input {
	width: auto;
}

#mailf_area .choice dd .c_click label {
	display: block;
	padding: 10px;
}

#mailf_area .mfp_buttons {
	margin: 50px auto 0;
	width: 100%;
	max-width: 300px;
	text-align: center;
}

#mailf_area .mfp_buttons button {
	display: inline-block;
	padding: 10px;
	width: 100%;
	color: #ffffff;
	background: #999999;
	box-sizing: border-box;
	text-align: center;
}

#mailf_area .mfp_buttons button:hover, #mailf_area .mfp_buttons button:active {
	opacity: 0.6;
}

#contents_main #mailf_area .mailform dt span.title_caution{
    display: block;
    margin-top: 3px;
    padding: 0;
    font-size: 13px;
    font-weight: 400;
}

#contents_main #mailf_area .select_list label {
	box-sizing: border-box;
	display: block;
	background: #ffffff;
	margin-bottom: 3px;
	padding: 12px 10px 8px;
	width: 100%;
	line-height: 1.8;
	font-size: 13px;
}

#contents_main #mailf_area .select_list label input {
	width: auto;
	box-sizing: border-box;
}

#contents_main #mailf_area input[type="checkbox"],
#contents_main #mailf_area input[type="radio"] {
  accent-color: #d14ced;
}

#contents_main #mailf_area .select_list .mfp_element_checkbox {
	margin: -3px 10px 0;
}

#contents_main #mailf_area .select_list .mfp_element_radio  {
	margin: -3px 10px 0;
}

#contents_main #mailf_area .free_input_tx {
	margin-bottom: 5px;
}

#contents_main #mailf_area label + .free_input_tx {
	margin-top: 20px;
}

#contents_main #mailf_area .d_list .select_entry select {
	box-sizing: border-box;
    background-color: #FFF;
	padding: 10px;
    width: 100%;
    max-width: 250px;
	text-align: center;
    text-align-last: center; 
}

#contents_main #mailf_area .d_list .select_entry .age option {
    padding-right: 10px;
    direction: rtl;
    text-align: right;
 }

#contents_main #mailf_area .mailform.select_list .mfp {
	vertical-align: top;
}

#contents_main #mailformpro label.mfp_checked {
	background: #ACACAC;
}

/*個人情報の取り扱い*/
#contents_main #mailformpro #privacy .privacy_about .pri_title {
    color: #8C0000;
    font-weight: 700;
}

#contents_main #mailformpro #privacy .privacy_about .pri_tx {
    margin-top: 5px;
}

#contents_main #mailformpro #privacy label {
    margin-top: 10px;
    font-weight: 700;
}



/*送信内容確認ページ---------------------------------------------*/
div.mfp_buttons button#mfp_button_send,
div.mfp_buttons button#mfp_button_cancel{
	width: 45%!important;
}



/*資料請求・お問い合わせ---------------------------------------------*/
#contents_main.contact #mailformpro .choice label.mfp_checked {
	background: #8C0000;
}

#contents_main.contact #mailf_area #mailformpro > dl:first-of-type {
    border-top: 1px solid #ACACAC;
}

#contents_main.contact #mailf_area .select_list.how_to label {
	max-width: 250px;
}

#contents_main.contact .con_text .sales_comment {
    box-sizing: border-box;
    border: 1px solid #8c0000;
    margin: 50px auto 0;
    padding: 20px;
    max-width: 600px;
}

#contents_main.contact .con_text .tx_red {
    color: #8c0000;
}

#contents_main.contact .con_text .tx_red:hover,
#contents_main.contact .con_text .tx_red:active{
    color: #FF962C;
}



/*ご来場予約---------------------------------------------*/
#contents_main.appoint .appo_merit {
	margin-bottom: 50px;
}

#contents_main.appoint .appo_merit dl dt {
	padding: 5px;
	color: #ffffff;
	background: #8C0000;
	box-sizing: border-box;
	text-align: center;
	font-size: 15px;
}

#contents_main.appoint .appo_merit dl dd {
	padding: 20px;
	background: #E4E4E4;
	box-sizing: border-box;
	font-size: 18px;
	font-weight: bold;
}

#contents_main.appoint .appo_merit dl p {
	margin: 0 auto 0;
	max-width: 550px;
}

#contents_main.appoint .appo_merit dl p + p {
	margin-top: 10px;
}

#contents_main.appoint .appo_merit dl p::before {
	content: url(../img/icon_square_15b.jpg);
	padding: 0 10px 0 0;
	box-sizing: border-box;
}

#contents_main.appoint .appo_flow {
	margin-bottom: 50px;
}

#contents_main.appoint .appo_flow ul {
	display: table;
	margin: 0 auto 0;
	width: 100%;
	max-width: 870px;
	text-align: center;
}

#contents_main.appoint .appo_flow ul li {
	display: table-cell;
	width: 20%;
	line-height: 1.5;
	vertical-align: middle;
	box-sizing: border-box;
	font-weight: bold;
}

#contents_main.appoint .appo_flow ul li.square {
	padding: 10px 10px 0;
	width: 6.66%;
	box-sizing: border-box;
}

#contents_main.appoint .appo_flow ul li.square .pc_no {
	display: none;
}

#contents_main.appoint .appo_flow ul li.square img {
	max-width: 14px;
}

#contents_main.appoint .appo_flow ul li p {
	margin: 0 auto 0;
	padding: 15px 10px 15px;
	width: 100%;
	max-width: 180px;
	background: #ffffff;
	border: 3px solid #4E4E4E;
	box-sizing: border-box;
	text-align: center;
	font-size: 15px;
}

#contents_main.appoint h3 {
	margin-bottom: 30px;
	padding: 8px 20px 5px;
	color: #ffffff;
	background: #8F7761;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: normal;
}

#mailf_area .appo_date {
	margin-bottom: 50px;
}

#mailf_area .appo_date .mailform{ 
	border: none;
}

#mailf_area .appo_date .mfp_element_select-one {
	margin-bottom: 20px;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
    background-color: #FFF;
}

form#mailformpro label {
	white-space: pre-line!important;
}

#contents_main.appoint #mailf_area .appo_date .mailform .mfp {
	vertical-align: text-top;
}

#mailf_area .appo_date dl.serect_def .mfp select.hour option:disabled {
    display: none;
}

#mailf_area .appo_date .appo_box .no_appoint {
    background: #FFF;
    padding: 10px;
    text-align: center;
}


/* 弊社への営業提案を希望の方---------------------------------------------*/



/*--------------------------------------------------------------------------
		送信完了　共通
--------------------------------------------------------------------------*/
#thanks h2 {
	margin-bottom: 50px;
	line-height: 1.8;
	text-align: center;
	font-size: 20px;
}

#thanks .tk_text {
	margin-bottom: 50px;
	line-height: 2;
	text-align: center;
}

#thanks_tel {
	margin: 0 auto 0;
	padding: 10px;
	width: 100%;
	max-width: 500px;
	line-height:1.6;
	background: #ffffff;
	border: 2px solid #ACACAC;
	box-sizing: border-box;
	text-align: center;
	font-size: 35px;
	font-weight: bold;
}

#thanks_tel::before {
	content: url(../img/icon_tel37.png);
	padding: 0 10px 0 0;
	box-sizing: border-box;
}

#thanks_tel a.sp_telset:link{
	color: #393939;
}

#thanks .main_tx {
    text-align: center;
}

#thanks .main_tx p + p {
    margin-top: 30px;
}

#thanks .main_tx p:first-of-type{
    font-weight: 700;
}

