@import url(//use.fontawesome.com/releases/v5.0.11/css/all.css);

/* !HTML5 elements
---------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
/* !Reseting
---------------------------------------------------------- */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, 'メイリオ', Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	-webkit-text-size-adjust: none;
	color: #333333;
}
body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, figure, figcaption {
	margin: 0;
	padding: 0;
}
input, textarea {
	margin: 0;
	font-size: 100%;
}
label {
	cursor: pointer;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}
fieldset, img {
	border: 0;
}
img {
	max-width: 100%;
	/*width: 100%;
	height: auto;*/
	vertical-align: top;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:after, q:before {
	content: '';
}
a, input {
	outline: none;
}
input, textarea {
	border-radius: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
}
input[type="button"], input[type="submit"] {
	-webkit-appearance: none;
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
}
input[type=checkbox] {
	background: none;
	border: none;
}
abbr, acronym {
	border: 0;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/* !Clearfix
---------------------------------------------------------- */
.clearfix, #header, #contents, section, .box_layout01, .box_column01, .list_inline01 {
	display: block;
	min-height: 1%;
}
.clearfix:after, #header:after, #contents:after, section:after, .box_layout01:after, .box_column01:after, .list_inline01:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
/* !Layout
---------------------------------------------------------- */
html {
	overflow-y: scroll;
}
body {
	text-align: center;
	background-position: center top;
}

@media print {
html, html body {
*zoom: 0.65;
}
}
.slicknav_menu {
	display: none;
}
a {
	color: #993333;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
a img.hover {
	background: none!important;
}
a:hover img.hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	background: none!important;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
input, textarea, select {
	padding: 5px;
}
input[type=checkbox] {
	border: #CCCCCC solid 1px;
}
#wrapper {
	margin: 0px auto;
	text-align: left;
}
header {
	text-align: left;
}
.tx_red1 {
	color: #FF0000;
}
.tx_brn1 {
	color: #990000;
}
.tx_shinchiku {
	color: #3371a8;
}
.tx_reform {
	color: #73001a;
}
.tx120 {
	font-size: 120%;
}
.tx140 {
	font-size: 140%;
}
.tx180 {
	font-size: 180%;
}
.tx_pana1 {
	font-size: 120%;
	font-weight: bold;
	color: #3366CC;
}
/*ページトップヘ
---------------------------------------------------------- */

.backtotop {
	position: fixed;
	right: 15px;
	bottom: 1px;
	z-index: 9000;
	display: none;
}
.backtotop img {
	/*border: #FFFFFF solid 1px;*/
}
/*ヘッダ
---------------------------------------------------------- */

.header_tel {
	font-family: Arial, Helvetica, sans-serif;
}
.header_tel a {
	text-decoration: none;
}
.header_tel a:hover {
}
/*フッタ
---------------------------------------------------------- */
#footer {
	width: 100%;
	margin: 0px auto;
	text-align: center;
	clear: both;
}
.f_navi {
	margin: 0px;
}
.f_navi ul {
	list-style : none;
}
.f_navi ul li {
	color: #cc6633;
}
/*ボタン
---------------------------------------------------------- */

a.btn_next1 {
	width: 100%;
	height: 60px;
	padding: 0 20px;
	display: table;
	color: #ffffff;
	border-radius: 5px;
	border: #FFFFFF solid 1px;
	text-decoration: none;
	text-align: center;
	background-color: #993333;
}
a.btn_next2 {
	width: 100%;
	height: 60px;
	padding: 0 20px;
	display: table;
	color: #ffffff;
	border-radius: 5px;
	border: #FFFFFF solid 1px;
	text-decoration: none;
	text-align: center;
	background-color: #333333;
}
a.btn_next3 {
    width: 100%;
    height: 60px;
    padding: 0 20px;
    display: table;
    color: #333333;
    border-radius: 5px;
    border: #333333 solid 1px;
    text-decoration: none;
    text-align: center;
    background-color: rgba(255,255,255,0.50);
}
a:hover.btn_next1, a:hover.btn_next2 {
	opacity: 0.5;
	/* IE */
	filter: alpha(opacity=0.5);/*color: #ffffff;
	background-color: #FF9900;*/
}
a.btn_next1 span, a.btn_next2 span , a.btn_next3 span {
	display: table-cell;
	vertical-align: middle;
}
/* !Table
---------------------------------------------------------- */
.table_basic01 {
	width: 100%;
	clear: both;
}
.table_basic01 h3 {
	text-align: center;
	font-size: 160%;
	margin-bottom: 20px;
}
.table_basic01 table {
	width: 100%;
	margin-bottom: 20px;
}
.table_basic01 table caption {
	padding: 7px 0px;
	font-size: 140%;
	font-weight: bold;
}
.table_basic01 th, .table_basic01 td {
}
.table_basic01 th {
	background-color: #f5f5f5;
	border-collapse: collapse;
	border-bottom: 1px solid #DDDDDD;
}
.table_basic01 td {
	border-bottom: 1px solid #DDDDDD;
}
.table_basic01 ul {
	list-style-type: none;
	margin-left: -16px;
	margin-top: 5px;
}
.table_basic01 ul li {
	margin-bottom: 8px;
	list-style-type: none;
}
.table_basic01 input[type=checkbox] {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	margin-right: 0.5em;
}
.hissu {
	font-size: 11px;
	margin-left: 5px;
	font-weight: bold;
	color: #FFF;
	background-color: #c00;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.tips {
	font-size: 85%;
	font-weight: normal;
}

/*次のページへ
---------------------------------------------------------- */
.following {
	text-align: right;
	margin: 10px 0px;
}
.following a:before {
	content: "\f101";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 10px;
	color: #990000;
}


/* --bottom固定
---------------------------------------------------------- */
.bottom_fix {		
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 3;
	}

/*タイトル20220511
---------------------------------------------------------- */	
.title_box2 {
	text-align: center;
	margin: auto;
	background-color: #CCCCCC;
	padding: 20px 0px;
	}
.title_box2 .catch {
    font-family: 'Arima Madurai', cursive;
	}
.title_box2 .catch p {
	}
.title_box2 h2 {
	color: #333333;
	}
.title_box2 h2:before {
	content: "- "
	}
.title_box2 h2:after {
	content: " -"
	}
.subtitle {
	font-weight: bold;
}

/*===============================================
● 画面の横幅が768px以下
===============================================*/

@media screen and (max-width: 768px) {
body {
	line-height: 1.5;
}
.w560 {
	width: 100%;
}
.w560 img {
	margin-bottom: 10px;
}
.w660 {
	width: 100%;
}
.w660 img {
	margin-bottom: 10px;
}

/* モデルハウス見学予約ボタン
---------------------------------------------------------- */	
.kengaku_yoyaku {
	text-align: center;
	margin-bottom: 30px;
}
/*ボタン*/

a.btn_yoyaku1 {
	padding: 10px 20px;
	margin: auto;
	display: table;
	color: #ffffff;
	border-radius: 5px;
	border: #FFFFFF solid 1px;
	text-decoration: none;
	text-align: center;
	background-color: #993333;
}
a:hover.btn_yoyaku1 {
	opacity: 0.5;
	/* IE */
	filter: alpha(opacity=0.5);
	/*color: #ffffff;
	background-color: #FF9900;*/
}
a.btn_yoyaku1 span {
	display: table-cell;
	vertical-align: middle;

}
a.btn_yoyaku1 span:before {
	content: "\f138";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 5px;
}
/*スマホ非表示
---------------------------------------------------------- */
.hide_sp {
	display: none;
}
/*spで改行しない
---------------------------------------------------------- */
.br-pc {
	display: none;
}
/*ヘッダ
---------------------------------------------------------- */

.logo {
	margin: 0;
	padding: 0;
	float: left;
}
h1 {
	margin: 0;
	padding: 0;
}
h1 img {
	max-width: 210px;
	margin-top: 18px;
	margin-left: 10px;
	float: left;
}
h1 {
	font-size: 200%;
	position: absolute;
	margin: 0;
	padding: 0;
	top: 0px;
	left: 0px;
	width: 70%;
}
h1 a {
	width: 100%;
	height: 100%;
	display: block;
}
h1 .tagline {
	display: none;
}
.js #menu {
	display: none;
}
.js .slicknav_menu {
	display: block;
}
.header_tel {
	display: none;
}
.header_tel a {
}
.header #fontSize {
	display: none;
}
/*ヘッダ（ランディング）	
---------------------------------------------------------- */
.header_landing {
	text-align: center;
	margin: 10px 20px;
  clear: both;
	}

/*パンくず
----------------------*/
.pankuzu {
	display: none;
}

/*タイトル20220511
---------------------------------------------------------- */	
.title_box2 {
	}
.title_box2 .catch {
    font-family: 'Arima Madurai', cursive;
    font-size: 200%;
	}
.title_box2 .catch p {
	}
.title_box2 h2 {
	font-size: 100%;
	}
.title_box2 h2:before {
	content: "- "
	}
.title_box2 h2:after {
	content: " -"
	}

.subtitle {
	margin: 20px;
	font-size: 140%;
}
/*タイトル
---------------------------------------------------------- */
.title_box {
	height: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.title_box img {
}
.title_box h2 {
	margin: 0px 10px;
	color: #333333;
	font-size: 150%;
	text-shadow: 1px 1px 1px #FFF, -1px 1px 1px #FFF, 1px -1px 1px #FFF, -1px -1px 1px #FFF;
}
/*レイアウト
---------------------------------------------------------- */

.contents {
	width: 100%;
	clear: both;
}
/*コンテンツエリア
---------------------------------------------------------- */
.con {
	margin: 10px 20px;
	text-align: left;
}
.con h2 {
	font-size: 120%;
	margin-bottom: 10px;
	border-bottom: #CCCCCC dotted 1px;
	clear: both;
}
.con h3 {
	font-size: 120%;
	clear: both;
}
.con p {
	margin-bottom: 10px;
}
.con .tx_lead1 {
	font-size: 110%;
	text-align: left;
	margin-bottom: 10px;
	overflow: hidden;
}
/*ページトップヘ
---------------------------------------------------------- */
.backtotop {
	bottom: 90px;
	right: 10px;
}
.backtotop img {
	width: 50px;
}
/*フッタ
---------------------------------------------------------- */
#footer {
	padding-top: 20px;
}
.f_navi {
	margin-bottom: 10px;
}
.fcon {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 60px;
	padding: 0px;
	text-align: left;
}
.fcon p {
	margin-bottom: 10px;
}
.fcon .name {
	font-weight: bold;
}
.fcon .copy {
	font-size: 90%;
	margin: 10px 0px;
}
.f_contact {
    background-color: rgba(0,0,0,0.70);
    /*background-color: #993333;*/
    padding-top: 10px;
    padding-bottom: 10px;
}
.f_contact .icon_pc {
	display: none;
}
.f_contact .icon_sp {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: space-around; /* Safari */
	justify-content: space-around;
	margin: 0px auto;
	width: 280px;
}
.f_contact .icon_sp .box {
	float: left;
}
.f_contact .icon_sp .box img {
	width: 60px;
}
	
	
/*form
---------------------------------------------------------- */
.submit {
	margin: 10px 0px;
	text-align: center;
}
.submit input {
	width: 100%;
	padding: 20px 30px;
	background-color: #990000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, 'メイリオ', Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
	font-size: 160%;
	font-weight: bold;
	color: #FFFFFF;
	border-radius: 5px;
}
/* !Table
---------------------------------------------------------- */
.table_basic01 {
	width: 100%;
}
.table_basic01, .table_basic01 thead, .table_basic01 caption, .table_basic01 tbody, .table_basic01 tr, .table_basic01 th, .table_basic01 td {
	display: block;
}
.table_basic01 table {
	border-top: #DDDDDD solid 1px;
}
.table_basic01 caption {
	font-size: 120%;
	padding: 10px;
}
.table_basic01 th, .table_basic01 td {
}
.table_basic01 th {
	padding: 10px;
}
.table_basic01 td {
	padding: 5px;
}
.table_basic01 td .w40, .w60 {
	width: 100%;
}
select {
	height: 44px;
}
/*FLEXBOX
---------------------------------------------------------- */
.fbox_sp2-1 {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
}
/*トリミング
---------------------------------------------------------- */
.sp_trim-row {
	overflow: hidden;
	width: 100%;/* トリミングしたい枠の幅 */
	height: 420px;/* トリミングしたい枠の高さ */
	position: relative;
	margin-bottom: 10px;
	clear: both;
}
.sp_trim-row img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
}
}

/*===============================================
● 画面の横幅が769px以上
===============================================*/
@media print, screen and (min-width: 769px) {
body {
	line-height: 1.5;
}
/*共通
---------------------------------------------------------- */

.w560 {
	width: 560px;
}
.w660 {
	width: 660px;
}
	

/* モデルハウス見学予約ボタン
---------------------------------------------------------- */	
.kengaku_yoyaku {
	margin-bottom: 30px;
}
/*ボタン*/

a.btn_yoyaku1 {
	padding: 10px 40px;
	margin: auto;
	display: table;
	color: #ffffff;
	border-radius: 5px;
	border: #FFFFFF solid 1px;
	text-decoration: none;
	text-align: center;
	background-color: #993333;
	font-size: 140%;
}
a:hover.btn_yoyaku1 {
	opacity: 0.5;
	/* IE */
	filter: alpha(opacity=0.5);
	/*color: #ffffff;
	background-color: #FF9900;*/
}
a.btn_yoyaku1 span {
	display: table-cell;
	vertical-align: middle;
}
a.btn_yoyaku1 span:before {
	content: "\f138";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 5px;
}
	
/*PCで非表示
---------------------------------------------------------- */
.hidden_pc {
	display: none;
}
/*PCで改行しない
---------------------------------------------------------- */
.br-sp {
	display: none;
}
/*ヘッダ
---------------------------------------------------------- */
.header {
	width: 1000px;
	margin: auto;
}
.logo {
	width: 600px;
	margin: 0;
	padding: 0;
	float: left;
}
h1 {
	margin: 0;
	padding: 0;
}
h1 img {
	margin: 10px 0px;
	float: left;
}
h1 .tagline {
	font-size: 100%;
	line-height: 140%;
	color: #CC6666;
	margin-top: 20px;
	float: right;
}
.head_r {
	width: 400px;
	margin: 0;
	padding: 0;
	text-align: right;
	float: right;
}
.header_tel {
	font-size: 100%;
	margin-top: 14px;
	color: #333333;
	clear: both;
}
.header_tel strong {
	font-size: 115%;
}
.header_tel a {
	color: #CC6666;
	text-decoration: none;
}
.header_tel a:hover {
}
/*ヘッダ（ランディング）
---------------------------------------------------------- */
.header_landing {
	width: 1000px;
	margin: 10px auto;
	text-align: center;
	border-bottom: #CCCCCC solid 1px;
}
.header_landing img {
	margin: 10px;
}
/*ドロップダウンメニュー
---------------------------------------------------------- */

#navi {
	border-top: #CCCCCC solid 1px;
	clear: both;
}
.dropmenu {
 *zoom: 1;
	list-style-type: none;
	width: 1002px;
	margin: 0px auto;
	padding: 0;
}
.dropmenu:before, .dropmenu:after {
	content: "";
	display: table;
}
.dropmenu:after {
	clear: both;
}
.dropmenu li {
	position: relative;
	width: 143px;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	border-left: #CCCCCC solid 1px;
}
.dropmenu li:last-child {
	border-right: #CCCCCC solid 1px;
}
.dropmenu li.pc_last {
	border-right: #CCCCCC solid 1px;
}
.dropmenu li a {
	display: block;
	margin: 0;
	padding: 20px 0 20px;
	background: #FFFFFF;
	color: #333333;
	font-size: 100%;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
}
.dropmenu li ul {
	list-style: none;
	position: absolute;
	z-index: 9999;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
}
.dropmenu li ul li {
	border: none;
	width: 220px;
}
.dropmenu li:last-child ul {
	left: -79px;
	width: 100%;
}
.dropmenu li ul li:last-child {
	border-right: none;
}
.dropmenu li ul li a {
	padding-top: 13px;
	padding-right: 10px;
	padding-left: 24px;
	padding-bottom: 13px;
	border-top: 1px dotted #CCCCCC;
	color: #FFFFFF;
	background-color: #333333;
	font-weight: normal;
	font-size: 90%;
	text-align: left;
	background-image: url(../images/ico_nav1.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	line-height: 20px;
}
.dropmenu li:hover > a {
	color: #FFFFFF;
	background-color: #333333;
}
.dropmenu li a:hover {
	color: #FFFFFF;
	background-color: #333333;
}
.dropmenu li ul li a:hover {
	color: #333333;
	background-color: #EEEEEE;
}
#fade-in2 li ul {
	opacity: 0;
	top: 50%;
	visibility: hidden;
	transition: .5s;
}
#fade-in2 li:hover ul {
	top: 100%;
	visibility: visible;
	opacity: 1;
}
/*パンくず
----------------------*/
.pankuzu {
	width: 1000px;
	margin: 0px auto;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	clear: both;
}
.pankuzu li {
	display: inline;
	line-height: 110%;
	list-style-type: none;
}
.pankuzu li a {
	padding-right: 10px;
	background-image: url(../images/path1.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
/*タイトル20220511
---------------------------------------------------------- */	
.title_box2 {
	text-align: center;
	margin: auto;
	background-color: #CCCCCC;
	padding: 20px 0px;
	}
.title_box2 .catch {
    font-family: 'Arima Madurai', cursive;
    font-size: 280%;
	}
.title_box2 .catch p {
	}
.title_box2 h2 {
	color: #333333;
	font-size: 90%;
	}
.title_box2 h2:before {
	content: "- "
	}
.title_box2 h2:after {
	content: " -"
	}

.subtitle {
	margin: 20px;
	font-size: 180%;
}	
	
/*タイトル
---------------------------------------------------------- */
.title_box {
	position: relative;
	height: 360px;
	text-align: center;
	background-image: url(../../../images/bg_title_job-shinchiku1.jpg);/*display: flex;
	justify-content: center;
	align-items: center;*/
}
.title_box img {
	width: 100%;
}
.title_box h2 {
	position: absolute;
	width: 100%;
	margin: auto;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #333333;
	font-size: 260%;
	text-shadow: 1px 1px 1px #FFF, -1px 1px 1px #FFF, 1px -1px 1px #FFF, -1px -1px 1px #FFF;
}
/*コンテンツエリア
---------------------------------------------------------- */
.con {
	width: 1000px;
	margin: 30px auto;
	text-align: left;
	clear: both;
}
.con h2 {
	color: #333333;
	font-size: 260%;
	margin-bottom: 30px;
	border-bottom: #CCCCCC dotted 1px;
	clear: both;
}
.con h3 {
	clear: both;
}
.con p {
	margin-bottom: 30px;
	line-height: 1.8;
}
.con .tx_lead1 {
	text-align: center;
}
/*ページトップヘ
---------------------------------------------------------- */
	
.backtotop {
	bottom: 120px;
	right: 10px;
}
.backtotop img {
	width: 50px;
}

.backtotop img {
	width: 60px;
}
.backtotop a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	background: none!important;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
/*フッタ
---------------------------------------------------------- */

#footer {
	padding-top: 20px;
}
.fcon {
	background-image: url(../images/bg_fcon.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	padding-bottom: 50px;
	margin-bottom: 80px;
	clear: both;
}
.fcon1 {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding: 0px;
	text-align: left;
}
.f_navi {
	margin: 10px 0px;
}
.f_navi ul {
}
.f_navi ul li {
	display : inline;
}
.fcon1 .name {
	font-size: 120%;
	font-weight: bold;
}
.fcon1 .copy {
	margin: 30px 0px;
}

	
.f_contact {
	width: 100%;
	color: #FCF9EE;
    background-color: rgba(0,0,0,0.70);
	/*background-color: #993333;*/
	/*border-top: 1px solid #E3DB9E;*/
	padding: 20px 0px;
	position: relative;
	overflow: hidden;
}

.f_contact .icon_pc {
	position: relative;
	left: 50%;
	float: left;
}
.f_contact .icon_pc .box {
	position: relative;
	left: -50%;
	float: left;
	margin-right: 15px;
	padding-top: 2px;
}
.f_contact .icon_pc .box a {
	color: #FCF9EE;
}
.f_contact .icon_pc .box_con {
	position: relative;
	left: -50%;
	float: left;
	margin-right: 15px;
	color: #993333;
}
.f_contact .icon_pc .box_con a {
	color: #993333;
	font-size: 140%;
	font-weight: bold;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 2px;
	padding-bottom: 0px;
	border-radius: 3px;
	background-color: #FCF9EE;
	display: block;
}
	
.f_contact .icon_pc .box_con a:hover {
	text-decoration: none;
	background-color: #FDEDB1;
}	
.f_contact .icon_pc strong {
	font-size: 140%;
}
.f_contact .icon_sp {
	display: none;
}

	
/* !Table
---------------------------------------------------------- */

.table_basic01 table {
	border: 1px solid #DDDDDD;
}
.table_basic01 caption {
	font-size: 120%;
	padding: 10px;
}
.table_basic01 th, .table_basic01 td {
	padding: 10px;
}
.table_basic01 th {
	padding-left: 15px;
	font-size: 110%;
	width: 30%;
	white-space: nowrap;
}
.table_basic01 td {
	width: 70%;
}
.table_basic01 ul {
	list-style-type: none;
	margin-left: -24px;
}
.table_basic01 ul li {
	list-style-type: none;
}
.table_basic01 td .w40 {
	width: 40%;
}
.table_basic01 td .w60 {
	width: 60%;
}
/*form
---------------------------------------------------------- */
.submit {
	margin: 10px;
	text-align: center;
}
.submit input {
	padding: 20px 30px;
	background-color: #990000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, 'メイリオ', Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
	font-size: 160%;
	font-weight: bold;
	color: #FFFFFF;
	border-radius: 5px;
}
input:hover {
	opacity: 0.5;
	/* IE */
	filter: alpha(opacity=0.5);
}
/*FLEXBOX
---------------------------------------------------------- */
.fbox_sp2-1 {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
}
}
