@charset "shift_jis";
/*-----------------------------------------------
	編集可能なファイルです。
-----------------------------------------------*/
h2.cms_h2 {
	color: #000;
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	margin: 0px auto 20px auto;
	padding: 5px 10px;
	border-left: solid 3px #666;
	border-bottom: solid 1px #CCC;
	display: block;
	clear: both;
	background: #F0F0F0;
}
.container {
	width: 1000px;
	margin: 20px auto;
	overflow: hidden;
}
.maincontents {
	width: 780px;
	float: left;
}
.side {
	width: 200px;
	float: right;
}
.cms_back {
	text-align: left;
	margin: 10px auto 10px auto;
	padding: 0px 0px 0px 0px;
}
.cms_back a {
	color: #004CD3;
	line-height: 18px;
}
.cms_back a:hover {
	text-decoration: none;
	color: #999999;
}
/* staff1 */
.staff_link {
	margin: 0 0 20px 0;
	border-color: #cccccc;
	background-color: #f8f8f8;
	color: #3970b5;
	display: block;
	position: relative;
	border: 1px solid;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 48px;
	text-decoration: none;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.staff_link:empty {
	display: none;
}
.staff_link:hover {
	background-color: #eeeeee;
}
.staff_link a {
	color: #3970b5;
	display: block;
	text-indent: 25px;
}
.inq_text a {
	color: #007FFF;
	text-decoration: underline;
}
.cms_li_box {
	margin: auto;
	text-align: left;
}
.cms_li_box ul li a {
	font-size: 14px;
	display: block;
	box-sizing: border-box;
	line-height: 60px;
	padding: 0 30px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
.cms_li_box ul li:nth-child(odd) a {
	background: #F5F5F5;
}
.cms_li_box ul li a:hover {
	background: #DDDDDD;
}
.cms_li_box ul li a span {
	font-weight: 500;
	text-decoration: underline;
	margin: auto auto auto 20px;
}
/*売却実績一覧*/
.sale_result_new {}
.sale_result_new ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.sale_result_new ul li {
	width: calc(33% - 10px);
	position: relative;
	top: 0px;
	left: 0px;
	margin-bottom: 20px;
}
.sale_result_new ul li img {
	width: 100%;
	height: auto;
	transition: all 0.5s ease-out;
}
.sale_result_new ul li:hover img {
	transform: scale(1.1);
	transition: all 0.5s ease-out;
}
.sale_result_new ul li div {
	overflow: hidden;
}
.sale_result_new ul li p {
	color: #fff;
	width: 100%;
	margin: 0px;
	padding: 15px;
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	transition: all 0.2s ease-out;
	bottom: 0px;
	box-sizing: border-box;
}
.sale_result_new ul li:hover p {
	opacity: 1;
	transition: all 0.2s ease-out;
}
.sale_result_new ul li p span {
	display: block;
}
/*売却タグ*/
.sale_result_tag {
	display: none;
}
.sale_result_tag ul {
	display: flex;
	margin-bottom: 30px;
}
.sale_result_tag ul li a {
	display: block;
	width: 88px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
	border: 1px solid #333;
	color: #333;
	font-size: 14px;
	letter-spacing: 0.05em;
	margin-right: 10px;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.sale_result_tag ul li a:hover {
	background: #333;
	color: #fff;
}
.sale_result_tagti:not(:empty) {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	height: 50px;
	color: #333;
	text-align: center;
	line-height: 50px;
	margin: 30px auto;
	font-size: 20px;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
/*売却実績詳細*/
.sale_result_new_sh {
	font-size: 16px;
	letter-spacing: 1px;
}
.sale_result_new_sh h2 {
	font-size: 42px;
	line-height: 60px;
	margin-top: 10px;
}
.sale_result_new_sh h3 {
	font-size: 32px;
	line-height: 42px;
	margin: 0px;
	padding: 0px;
}
.sale_result_new_sh div {
	margin: 50px 0px;
}
.sale_result_new_sh>div:nth-child(2) {
	border: solid 5px #7ba0b4;
	padding: 50px;
}
.sale_result_new_sh>div:nth-child(3) {
	border: solid 5px #eb9191;
	padding: 50px;
}
.sale_result_new_sh p {
	font-size: 16px;
	line-height: 28px;
}
.sale_result_new_sh ul {
	margin-top: 30px;
}
.sale_result_new_sh ul li {
	text-align: left;
	margin-top: 20px;
	line-height: 28px;
}
.sale_result_new_sh>div>div {
	padding: 30px;
	background: #f2f2f2;
	overflow: hidden;
}
.sale_result_new_sh>div>div img {
	width: 450px !important;
	height: auto !important;
}
.sale_result_new_sh>div>div div {
	width: 450px !important;
	float: right;
	box-sizing: border-box;
	background: #fff;
	margin: 0px;
	padding: 30px;
}
.sale_result_new_sh>div>div div h3 {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	line-height: 23px;
	padding: 8px 10px;
	display: inline-block;
	text-align: left;
	background: #d30007;
	border-radius: 5px;
}
.sale_result_new_sh>a {
	width: 300px;
	border: solid 1px #333;
	display: block;
	margin: 70px auto;
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	transition: transform .3s;
}
.sale_result_new_sh>a:hover {
	color: #fff;
	transition: transform .3s;
}
.sale_result_new_sh>a::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	content: '';
	background: #333;
	transform-origin: right top;
	transform: scale(0, 1);
	transition: transform .3s;
}
.sale_result_new_sh>a:hover::before {
	transform-origin: left top;
	transform: scale(1, 1);
}
.sale_mondai {
	background: url("../sale_result/img/sale_mondai_bg.gif");
}
.sale_mondai h3 {
	color: #1d6389;
}
.sale_mondai ul li:not(:empty) {
	position: relative;
	top: 0;
	left: 0;
	text-indent: 50px;
}
.sale_mondai ul li:not(:empty)::before {
	content: "";
	width: 25px;
	height: 25px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-size: contain;
	background-image: url("../img_cms/icon_check.png");
}
.sale_koudou {
	margin: 0px !important;
	padding: 50px;
}
.sale_koudou h3 {
	color: #d20107;
}
.sale_koudou {
	background: url("../sale_result/img/sale_mondai_bg2.gif");
}
.sale_kaiketsu h3 {
	padding-bottom: 10px;
	border-bottom: solid 1px #ccc;
}
.container_w {
	width: 1000px;
	margin-left: -110px;
}
.sale_de_tag>div {
	padding: 0 0 20px 0 !important;
	background: #fff !important;
	border-bottom: solid 1px;
	margin: 50px 0 20px;
}
label.cms_topic_tag a {
	border: solid 1px #ccc;
	padding: 5px 15px;
	margin-right: 10px;
}
/*----------form_kaiyaku----------*/
section.form_kaiyaku * {
	box-sizing: border-box;
}
section.form_kaiyaku {
	width: 800px;
	margin: 0px auto;
	padding: 0px;
}
section.form_kaiyaku>h2 {
	color: #fff;
	background: #d4010a !important;
}
section.form_kaiyaku .flow {
	display: flex;
	justify-content: space-between;
	margin: 10px auto;
}
section.form_kaiyaku .flow li {
	color: #000;
	font-weight: bold;
	width: calc(20% - 15px);
	padding: 7px 5px;
	border: solid 2px #d4010a;
	border-radius: 5px;
	text-align: center;
	position: relative;
	top: 0;
	left: 0;
}
section.form_kaiyaku .flow li::after {
	content: "";
	width: 5px;
	height: 5px;
	display: block;
	border-top: solid 2px #d4010a;
	border-right: solid 2px #d4010a;
	transform: rotate(45deg);
	top: 14px;
	right: -14px;
	position: absolute;
}
section.form_kaiyaku .flow li:last-child::after {
	content: none;
}
section.form_kaiyaku>ul li {
	line-height: 24px;
}
section.form_kaiyaku form>p {
	text-align: center;
}
section.form_kaiyaku form>p button {
	font-size: 16px;
	width: 200px;
	line-height: 50px;
	margin: 10px auto;
}
section.form_kaiyaku form {
	margin: 0px auto;
	padding: 0px;
}
section.form_kaiyaku form input {
	width: 100%;
	font-size: 16px;
	padding: 5px;
}
section.form_kaiyaku form label {
	margin-right: 20px;
}
section.form_kaiyaku form label input {
	width: 20px;
	height: 20px;
	position: relative;
	top: 5px;
}
section.form_kaiyaku form select {
	font-size: 16px;
	padding: 5px;
}
section.form_kaiyaku form textarea {
	width: 100%;
	height: 100px;
	font-size: 16px;
	padding: 5px;
}
section.form_kaiyaku form .jyusho br {
	display: none;
}
section.form_kaiyaku form .jyusho input {
	width: auto !important;
}
section.form_kaiyaku form .jyusho input:nth-child(2) {
	margin-bottom: 10px;
}
section.form_kaiyaku form .jyusho input:nth-child(3) {
	margin-left: 10px;
}
section.form_kaiyaku form dd div {
	margin-top: 10px;
}
section.form_kaiyaku h2 {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	background: #333;
	margin: 20px 0px 10px;
	padding: 15px 20px;
	border-bottom: solid 1px #ccc;
}
section.form_kaiyaku dl {
	display: flex;
	margin: 0px;
	padding: 15px 0px;
	border-bottom: solid 1px #ccc;
}
section.form_kaiyaku dt {
	width: 30%;
	font-size: 16px;
	line-height: 24px;
	padding-top: 3px;
}
section.form_kaiyaku dd {
	width: 65%;
	font-size: 16px;
	line-height: 24px;
	position: relative;
}
section.form_kaiyaku .tachiai {
	border-bottom: none;
	padding-bottom: 0px !important;
}
section.form_kaiyaku .policy_scroll {
	width: 100%;
	height: 100px;
	margin: 0px;
	padding: 10px;
	border: solid 1px #ccc;
	overflow: auto;
}
section.form_kaiyaku .policy_scroll p {
	margin: 0px;
	padding: 0px;
}
section.form_kaiyaku .mark {
	font-size: 14px;
	line-height: 18px;
	display: block;
	margin-top: 10px;
}
section.form_kaiyaku .mark a {
	color: #0061ff;
	text-decoration: underline;
}
section.form_kaiyaku .privacy {
	margin: 0px;
	padding-bottom: 10px;
	border-bottom: solid 1px #ccc;
	text-align: left;
}
section.form_kaiyaku .privacy a {
	color: #0061ff;
	text-decoration: underline;
}
.jcjs_sferr {
	font-size: 12px;
	line-height: 18px;
	color: #fff !important;
	display: inline-block;
	position: absolute;
	background: #d30007;
	top: -8px;
	right: 5px;
	border-radius: 5px;
}
.form_kaiyaku .thanks {
	text-align: center;
	margin-top: 20px;
	padding: 50px;
	border: solid 1px #ccc;
}
.form_kaiyaku .thanks p:nth-child(2) {
	font-size: 24px;
	font-weight: bold;
	line-height: 32px;
}
/* --------------20240611追記--------------- */
/*ラジオボタンを全て消す ★部分はチェックボックスのIDを入れてください。*/
input[name="SfItemVals[115]"] {
	display: none;
}
/*タブ切り替え全体のスタイル*/
.tabs {
	margin-top: 0px !important;
	margin: 0 auto;
}
/*タブのスタイル*/
.tab_item {
	width: 24%;
	background-color: #d9d9d9;
	line-height: 50px;
	font-size: 14px;
	text-align: center;
	color: #565656;
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
	transition: all 0.2s ease;
	margin-right: 5px !important;
	border-radius: 5px;
	margin-bottom: 40px;
}
.tab_item:hover {
	opacity: 0.75;
}
/*タブ切り替えの中身のスタイル*/
.tab_content {
	display: block;
	clear: both;
	overflow: hidden;
}
/*選択されているタブのコンテンツのみを表示*/
#tyusyajo:checked~#tyusyajo_content,
#tenant:checked~#jukyo_content,
#kashichi:checked~#jukyo_content,
#jukyo:checked~#jukyo_content {
	display: none;
}
/*選択されているタブのスタイルを変える*/
.tabs input:checked+.tab_item {
	background-color: #3c8bca;
	color: #fff;
}
.blog_ma_left p {
	font-size: 15px;
}
.blog_ma_left {
	font-size: 15px;
	line-height: 27px;
}
.bukkenjouhou {
	font-size: 15px;
	margin: 30px 0;
}
.bukkenjouhou span {
	float: none;
	display: inline-block;
	margin-left: 10px;
	padding: 2px 7px;
}
section.form_kaiyaku dl {
	clear: both;
}
/* ----------------------------------------
　sale
---------------------------------------- */
.sale_main {
	width: 1280px;
	margin: 0 auto;
	background: url(/sale/img/main_bg.jpg)center no-repeat;
}
.sale_main_in {
	position: relative;
	margin: 0 auto;
	width: 1100px;
	height: 350px;
}
.sale_main_name {
	position: absolute;
	text-align: center;
	top: 50px;
	left: 0;
	padding: 20px 0;
	border-top: #205EB2 solid 2px;
	border-bottom: #205EB2 solid 2px;
	width: 240px;
	font-weight: bold;
	letter-spacing: 2px;
}
.sale_main_name span {
	font-size: 16px;
	color: #205EB2;
}
.sale_main_tl {
	position: absolute;
	font-size: 35px;
	text-align: left;
	color: #205EB2;
	text-shadow: 0px 2px 6px #ffffff;
	line-height: 180%;
	top: 130px;
	left: 0;
	letter-spacing: 5px;
}
/*sale_inq
----------------*/
.sale_inq {
	background: #F5F5F5;
}
.sale_inq_in {
	width: 1000px;
	margin: 0 auto;
	height: 200px;
	overflow: hidden;
}
.sale_inq_l {
	width: 510px;
	float: left;
}
.sale_inq_l h2 {
	font-size: 30px;
	font-weight: bold;
	line-height: 140%;
	margin: 15px 0;
}
.sale_inq_l ul li {
	font-size: 16px;
	color: #205EB2;
	padding: 5px 10px;
	float: left;
	border: #205EB2 solid 1px;
	background: #fff;
	margin: 0 10px 10px 0;
}
.sale_inq_l ul li:nth-child(6) {
	margin-left: 56px;
}
.sale_inq_r {
	float: left;
	background: url(/sale/img/inq_r_bg.png) no-repeat left;
	height: 200px;
	padding: 20px 0 20px 52px;
	box-sizing: border-box;
}
.sale_inq_r p {
	font-size: 15px;
	color: #333333;
	text-align: center;
	line-height: 150%;
}
.sale_inq_bt {
	width: 300px;
	background: #225EB3;
	border-bottom: #123361 2px solid;
	text-align: center;
	margin: 10px auto;
}
.sale_inq_bt:hover {
	background: #123361;
}
.sale_inq_bt a {
	display: block;
	padding: 20px 0;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}
/*.sale_case
---------------------*/
.sale_case {
	margin-top: 50px;
}
.sale_case span {
	display: block;
	width: 120px;
	margin: 0 auto;
}
.sale_case p {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-top: 30px;
}
/*sale_data
-----------------*/
.sale_data {
	margin-top: 55px;
}
.sale_data_box {
	margin: 50px auto 0;
	width: 1000px;
	overflow: hidden;
}
.sale_data_img {
	float: left;
	margin-right: 55px;
}
.sale_data_txt {
	float: left;
	text-align: left;
}
.sale_data_txt span {
	font-size: 22px;
	display: block;
	margin-bottom: 15px;
	line-height: 140%;
	color: #333333;
}
.sale_data_txt p {
	line-height: 140%;
	font-size: 16px;
	color: #333333;
}
/*sale_point
----------------------*/
.sale_point {
	background: url(/sale/img/point_bg.jpg);
	border: solid 4px #225EB3;
	width: 1000px;
	margin: 50px auto 0;
	padding: 40px 0 20px;
}
.sale_point ul {
	margin: 20px auto 0;
	padding-left: 60px;
	box-sizing: border-box;
}
.sale_point ul li {
	padding-left: 60px;
	background: url(/sale/img/point_icon.png) no-repeat left;
	text-align: left;
	line-height: 140%;
	font-size: 16px;
	margin-bottom: 15px;
	height: 44px;
	box-sizing: border-box;
	padding-top: 18px;
}
.sale_point ul li.2lines {
	padding-top: 5px;
}
/*sale_action*/
.sale_action {
	margin: 115px 0 0 0;
}
.sale_action ul {
	margin: 30px auto 0;
	width: 1000px;
}
.sale_action ul li {
	margin: 0 0 20px 0;
	overflow: hidden;
}
.sale_action_txt {
	float: left;
	text-align: left;
}
.sale_action_txt p {
	font-size: 16px;
	margin-top: 23px;
	line-height: 140%;
}
.sale_action_tl {
	font-size: 22px;
	line-height: 140%;
	color: #333;
	padding-left: 70px;
	box-sizing: border-box;
	font-weight: bold;
	background-position: bottom 2px left 0;
}
.sale_action ul li:nth-child(1) .sale_action_tl {
	background: url(/sale/img/action1.jpg) no-repeat;
}
.sale_action ul li:nth-child(2) .sale_action_tl {
	background: url(/sale/img/action2.jpg) no-repeat;
}
.sale_action ul li:nth-child(3) .sale_action_tl {
	background: url(/sale/img/action3.jpg) no-repeat;
}
.sale_action ul li:nth-child(4) .sale_action_tl {
	background: url(/sale/img/action4.jpg) no-repeat;
}
.sale_action_img {
	float: right;
	width: 300px;
}
/*.sale_result*/
.sale_result {
	background: #F5F5F5;
	margin: 60px 0 20px;
	padding: 30px 0;
	box-sizing: border-box;
}
.sale_result_txt {
	line-height: 140%;
	font-size: 16px;
	color: #333333;
	margin: 10px auto 0;
	width: 819px;
	text-align: left;
}
#jc_btn_submit {
	border-radius: 30px;
	width: 400px;
	height: 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0 0 3px 0 #999;
	padding: 0 40px;
	font-weight: bold;
	margin: 30px auto 20px;
	font-size: 20px;
	display: block;
	font-family: "Yu Gothic", YuGothic, 'Noto Sans Japanese', Roboto, "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
	cursor: pointer;
	-webkit-appearance: none;
	border: 2px solid #2799fb;
	background: #2799fb;
	color: #fff;
}
/* -------川島ニュース------- */
.kawashima_news_wrap {
	display: block;
}
.kawashima_news_wrap span.about_t {
	color: #2693FF;
	font-size: 24px;
	font-weight: bold;
	line-height: 32px;
	margin: 0px;
	padding: 0px;
}
.kawashima_news_wrap p {
	margin: 0 0 20px 0;
}
.blog_ma_list .blog_l_day {
	font-size: 15px;
	line-height: 1;
	margin: 0 0 15px;
	color: #aaa;
}
.blog_ma_list .blog_l_day span {
	background: #eee;
	display: inline-block;
	text-indent: 0;
	padding: 5px 10px;
	border-radius: 5px;
	margin-left: 20px;
	color: cornflowerblue !important;
}
.blog_ma_list h3 {
	height: auto !important;
	line-height: 1.3;
	margin: 0 0 15px !important;
}
h3.blog_shosai_tl {
	font-size: 20px;
	margin: 0;
	padding: 20px 0;
	background-color: #eee;
	text-indent: 15px;
	box-sizing: border-box;
	margin: 0 0 10px;
}
.blog_ma .blog_tl_top {
	background-color: #8db038;
	color: #fff;
	padding: 15px;
}
h3.blog_shosai_tl span {
	background: #fff;
	font-size: 12px;
	display: inline-block;
	text-indent: 0;
	padding: 5px 10px;
	border-radius: 5px;
	margin-left: 20px;
	color: cornflowerblue;
}
.blog_shosai_box {
	font-size: 15px;
	line-height: 1.7;
}
.blog_shosai_box img {
	margin: 20px;
}
.blog_ma .page_next {
	margin: 50px 0 0;
}
.blog_ma .page_next ul li a {}
/* 単体フォームカレンダーアイコンをIEだけ隠す */
@media all and (-ms-high-contrast: none) {
	.ui-datepicker-trigger {
		display: none;
	}
}
/* form
---------------------------------------- */
/* ----------------------------------------
form customize
---------------------------------------- */
.stepBar {
	display: flex;
	max-width: 700px;
	position: relative;
	margin: 20px auto;
	text-align: center;
	padding: 0;
}
.stepBar li {
	font-size: 14px;
	list-style: none;
	position: relative;
	width: 33.333%;
}
.stepBar li:after {
	background: #D0E1F9;
	content: "";
	width: calc(100% - 24px);
	height: 4px;
	position: absolute;
	left: calc(-50% + 18px);
	top: 15px;
}
.stepBar li:first-child:after {
	display: none;
}
.stepBar li span {
	background: #D0E1F9;
	color: #ffffff;
	display: inline-block;
	height: 35px;
	margin-bottom: 5px;
	line-height: 35px;
	width: 35px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.stepBar .visited:after {
	background: #042455;
}
.stepBar .visited span {
	background: #042455;
}
table.form {
	table-layout: fixed;
}
.form_section {
	width: 99%;
	margin: 0 auto 40px;
}
.form_intro p {
	background: #eee;
	padding: 20px;
	font-size: 15px;
	line-height: 1.5rem;
	margin: 0;
}
.form_wrap {
	border-radius: 3px;
	box-shadow: 0 0 3px 0 #999;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 10px;
	overflow: hidden;
}
.form_subttl {
	margin-bottom: 10px;
}
.form_subttl p {
	border-bottom: 5px solid #eee;
	padding-bottom: 15px;
	font-weight: bold;
	font-size: 16px;
}
.form {
	width: 100%;
	margin: 0 auto;
	border-top: none;
	table-layout: fixed;
}
.form>tbody>tr {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-bottom: 3px;
}
.form>tbody>tr>th,
.form>tbody>tr>td {
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.form>tbody>tr>th {
	width: 25%;
	background: #FAFAF9;
}
.form tr th {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	font-size: 15px;
	line-height: 1.5rem;
	align-items: flex-start;
	vertical-align: baseline;
}
.form>tbody>tr>td {
	width: 75%;
	font-size: 14px;
	line-height: 1.5rem;
}
.form th p {}
.form th span.form_required,
.form th span.form_any {
	font-size: 12px;
	font-weight: bold;
	width: 50px;
	text-align: center;
	flex-shrink: 0;
	line-height: 22px;
	border-radius: 3px;
	box-sizing: border-box;
}
.form th span.form_required {
	border: 1px solid #ff4a32;
	color: #ff4a32;
	background: #FFE8E5;
}
.form th span.form_any {
	border: 1px solid #237dc0;
	color: #237dc0;
	background: #dfebf5;
}
.form td input[type="text"],
.form td input[type="tel"],
.form td input[type="password"],
.form td input[type="number"],
.form td textarea,
.form td select {
	font-size: 16px;
	line-height: 24px;
	padding: 8px 15px;
	border: 1px solid #ccdae4;
	background: #f5f9fc;
	font-family: 'Arial', YuGothic, 'Hiragino Kaku Gothic Pro', 'Meiryo', sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	margin-bottom: 4px;
	margin-right: 2px;
}
.form td input[type="file"] {
	cursor: pointer;
	font-family: 'Arial', YuGothic, 'Hiragino Kaku Gothic Pro', 'Meiryo', sans-serif;
}
.form td .jcjs_imgbox {
	margin-top: 10px;
}
.form td .ui-datepicker-trigger {
	vertical-align: middle;
	margin-right: 10px;
	cursor: pointer;
}
.form td .ui-datepicker-trigger:hover {
	opacity: 0.8;
}
.form td select {
	cursor: pointer;
	height: 42px;
}
.form td textarea {
	height: 150px;
	display: block;
	width: 100%;
}
.form td label {
	border: 1px solid #ccdae4;
	background: #f5f9fc;
	cursor: pointer;
	border-radius: 3px;
	padding: 9px 15px 9px 9px;
	display: inline-block;
	margin: 0 5px 5px 0;
	line-height: 1.3rem;
	font-size: 15px;
}
.form td label input {
	width: 20px;
	height: 20px;
	margin-right: 5px;
}
.form td label input[type="checkbox"],
.form td label input[type="radio"] {
	vertical-align: sub;
	margin: 0 5px 0 0;
	cursor: pointer;
}
.form td input[type="text"]:hover,
.form td input[type="tel"]:hover,
.form td input[type="password"]:hover,
.form td input[type="number"]:hover,
.form td textarea:hover,
.form td select:hover,
.form td label:hover {
	background: #f9fcf5;
	border: 1px solid #d6eaba;
}
.voice_point {
	font-size: 12px;
	color: #7d7d7d;
}
.form_privacy {
	font-size: 13px;
	text-align: center;
}
.form_privacy br {
	display: none;
}
.form_privacy a {
	color: #006DD9;
}
.form_privacy a:hover {
	text-decoration: underline;
}
.form_submit {
	position: relative;
	width: 500px;
	margin: 0 auto;
	padding: 20px 0;
}
#jc_btn_submit {
	-webkit-appearance: none;
	border: 2px solid #ccc;
	background: #eee;
	color: #777;
	border-radius: 30px;
	width: 400px;
	height: 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0 0 3px 0 #999;
	padding: 0 40px;
	font-weight: bold;
	margin: 30px auto 50px;
	font-size: 20px;
	display: block;
	font-family: "Yu Gothic", YuGothic, 'Noto Sans Japanese', Roboto, "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
}
#jc_btn_submit.jcjs_btn_ok {
	cursor: pointer;
	-webkit-appearance: none;
	border: 2px solid #2799fb;
	background: #2799fb;
	color: #fff;
}
#jc_btn_submit.jcjs_btn_ok:hover {
	color: #2799fb;
	background: #fff;
}
/* form_inner
---------------------------------------- */
.form_inner {
	padding: 10px;
	margin-left: 20px;
	background: #fcfcf5;
	border: 1px solid #f0f0ce;
	margin: 10px 0;
}
.form_inner table,
.form_inner_multi table {
	width: 100%;
}
.form_inner td,
.form_inner_multi td {
	width: 75%;
	vertical-align: baseline;
	font-size: 15px;
	line-height: 1.5rem;
}
.form_inner_multi input[type="text"] {
	width: 78%;
}
/* form_error
---------------------------------------- */
.jcjs_sferr {
	color: #ff4a32;
	font-weight: bold;
}
.form_error_cell {
	background: #FFE8E5;
}




.form_caution {
	color: #f00;
	width: 780px;
	margin: 15px auto;
	padding: 15px;
	background: #fff4f4;
	border: 1px solid #efc1c1;
	box-sizing: border-box;
	font-size: 14px;
	text-align: center;
}