@charset "utf-8";

/* --------------------------------------------------------------------------------------
	▼ style-top
--------------------------------------------------------------------------------------- */
body {
    font: 16px/1.6 Meiryo, 'メイリオ', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    color: #0F0F0F;
	background-color: #FFF;
}
h1 {
    display: none;
}
h2 img {
    padding-top: 10px;
}
h3 {
	background: none;
	
     -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: none;
    background: -webkit-gradient(none);
    background: -webkit-linear-gradient(none);
    width: 100%;
    color: #FFF;
    font-size: 1em;
    text-align: center;
    padding: 0;
    text-shadow: none;
    line-height: 100%;
	margin-bottom: 0px;
}
img {
    vertical-align: top;
	max-width: 100%;
	height: auto;
}
ul {
    list-style: none;
}
table {
    font-size: inherit;
    font: 100%;
}
th {
    font-weight: bold;
}
a:link
{
	color           : #178bd4;
	text-decoration : none;
}
a:visited
{
	color           : #0142a2;
	text-decoration : none;
}
a:hover,
a:active
{
	color           : #0095ff;
	text-decoration : underline;

}
a.linkit
{
	color           : #0142a2;
	text-decoration : underline;
}
#wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
    max-width: 100%;
}
p {
	margin-bottom: 1.5em;
}

.cf {
    zoom: 1;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.center { text-align: center!important;}
.t_right  { text-align: right!important;}
.left   { text-align: left!important;}

.r_img {
    float: right;
    padding-left: 1.2em;
}
.l_img {
    float: left;
    padding-right: 1.2em;
}
@media screen and (max-width: 768px) {
	.r_img {
		float: none;
		padding-left: 0;
		padding-bottom: 0.5em;
		text-align: center;
	}
	.l_img {
		float: none;
		padding-right: 0;
		padding-bottom: 0.5em;
		text-align: center;
	}
}

.mgb_05em{ margin-bottom: 0.5em!important; }
.mgb_10em{ margin-bottom: 1.0em!important; }
.mgb_20em{ margin-bottom: 2.0em!important; }
.mgb_25em{ margin-bottom: 2.5em!important; }
.mgb_30em{ margin-bottom: 3.0em!important; }
.mgb_40em{ margin-bottom: 4.0em!important; }
.mgb_50em{ margin-bottom: 5.0em!important; }
.mgb_55em{ margin-bottom: 5.5em!important; }

.f_07em{ font-size: 0.7em!important; }
.f_08em{ font-size: 0.8em!important; }
.f_09em{ font-size: 0.9em!important; }
.f_11em{ font-size: 1.1em!important; }
.f_12em{ font-size: 1.2em!important; }
.f_14em{ font-size: 1.4em!important; }
.f_17em{ font-size: 1.7em!important; }
.f_18em{ font-size: 1.8em!important; }
.f_20em{ font-size: 2.0em!important; }
.f_23em{ font-size: 2.3em!important; }

.f_bold    { font-weight: bold;}

.f_gray{ color: #555!important;}
.f_blue{ color: #1b56b2!important;}
.f_red { color: #c52e26!important;}
.f_red_grad	{
  color: #c52e26;
  background: -webkit-linear-gradient(270deg,#dc2c00, #8b0d00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


/* pc/sp */
.sp_only{
	display: none;
}
.pcc_spl{
	text-align: center;
}
@media screen and (max-width: 768px) {
	.pc_only{
		display: none;
	}
	.sp_only{
		display: inline;
	}
	.pcc_spl{
		text-align: left;
	}
}


/* ヘッダ */
#header {
    text-align: left;
    font-size: 12px;
    padding-top: 10px;
    border-top: solid 5px #002c6b;
	max-width: 100%!important;
}
#header_in_toppage {
	max-width: 100%;
    margin: 0 auto;
	padding: 0 5px 10px 5px;
}
.utility_left {
    float: left;
}
.utility_left h1 {
    padding-bottom: 5px;
}
.utility_right {
    float: right;
    font-size: 14px;
}
.head_link{
	margin: 7px 0 0 62px;
}
#header_sp{
	display: none;
}
@media screen and (min-width: 1080px){
	#header_in_toppage {
		width: 1070px;
	}
}
@media screen and (max-width: 768px) {
	#header{
		display: none;
	}
	#header_sp{
		display: block;
		background-color: rgba( 255, 255, 255, 0.8 );
	}
	#header_sp .header_inner {
		width: 100%;
		height: 55px;
		margin: 0 auto;
		position: relative;
	}
	#header_sp .header_inner .h_logo {
		position: absolute;

		left: 8px;
		top: 11px;
	}
	#header_sp .header_inner .h_logo img {
		width: 250px;
		height: auto;
		border: 0;
		vertical-align: top;
	}
	body {
    	margin-top: 55px;
	}
}


/* フッタ */
#ftr {
    background: #EEEEEE;
    font-size: 13px;
    margin: 0 auto;
	padding: 1.5em 0 1em 0;
    text-align: center;
}
#ftr a{
	color: #0F0F0F;
}
.ftcontact{
	display: none;
}
@media (max-width: 768px){
	#ftr {
    	font-size: 10px;
		padding-bottom: 55px;
	}
	.ftcontact{
		display: block;
		width: 100%;
		position: fixed;
		bottom: 2px;
		z-index: 10000;
		height: 50px;
		padding: 0 2.5%;
	}
	.ftcontact .inq_l, .ftcontact .inq_d, .ftcontact .inq_r {
		height: 50px;
		text-align: center;
		vertical-align: middle;
		border-radius: 8px;
		display: flex;
		float: left;
		justify-content: center;
		align-items: center;
	}
	.ftcontact .inq_l {
		width: 74%;
		background: #ffc926;
	}
	.ftcontact .inq_d {
		width: 4.5%;
	}
	.ftcontact .inq_r {
		width: 21.5%;
		background: #ffc926;
	}
	.ftcontact a {
		margin: 0 auto;
		display: block;
	}
	.ftcontact .inq_l img, .ftcontact .inq_r img {
		width: auto;
		max-width: 100%;
		max-height: 35px;
	}
}

/*  エリア */
.topbox_fv {
    text-align: center;
    padding: 0;
}
.topbox_service, .topbox_schedule, .topbox_cost, .topbox_about, .topbox_financing {
    text-align: center;
    padding: 5em 0 2.5em 0;
}
.topbox_service {
    background-color: #FAFFF0;
}
.topbox_schedule {
    background-color: #f5f5f6;
}
.topbox_cost {
    background-color: #fffaef;
}
.topbox_about {
    background-color: #EEFBFF;
}
.topbox_financing {
    background-color: #fff;
}

.topbox_in01{
    margin: 0 auto;
    padding: 30px 0;
    text-align: center;
    width: 1100px;
	max-width: 98%;
    background-color: #fff;
}

.area_sent, .area_cost{
    text-align: left;
    margin: 0 auto;
}
.area_sent {
    width: 900px;
	max-width: 95%;
}
.area_cost {
    width: 715px;
	max-width: 98%;
}
.mainbg{
    display: block;
    position: relative;
	z-index: -1;
}
@media screen and (max-width: 768px) {
	.topbox_fv {
		padding: 0;
	}
	.topbox_service, .topbox_schedule, .topbox_cost, .topbox_about, .topbox_financing {
		padding: 2em 0 1em 0;
	}
	.topbox_in01{
		padding: 1em 0 0.1em 0;
	}
	.mainbg_und{
		background-size: 100% 30px;
		padding-top: 28px;
		margin-top: -28px;
		min-height: 28px;
	}
}


/* ボックス */
.box_waku, .box_check {
	padding: 2em 1.5em;
	margin: 0.5em auto;
}
.box_waku {
    border: solid 2px #ddd;
	background: #FFF;
}
.box_waku_s{
    border: 2px solid #ccc;
	width: 600px;
	max-width: 98%;
	margin: 0.5em auto;
	padding: 1.5em 0;
}
.box_waku_s li {
	margin: 0 1.5em;
}
@media screen and (max-width: 768px) {
	.box_waku, .box_waku_s {
		padding: 1em 0.8em;
	}
}


.features_list .tit{
	font-weight: bold;
	font-size: 1.2em;
	border-bottom: solid 2px;
	padding: 0 0.5em;
}
.features_list p{
	margin-top: 0.8em;
}
.kijilist_dotted_s li, .kijilist_dotted_m li, .kijilist_dotted_l li{
    padding-left: 10px;
    margin-bottom: 0.5em;
	line-height: 1.5;
    border-bottom: dotted 2px #cacaca;
}
.kijilist_dotted_s li:before, .kijilist_dotted_m li:before, .kijilist_dotted_l li:before{
	display:inline-block; 
	vertical-align: middle;
	content:'';
	background: #000;
	border-radius: 50%;
	margin-right: 10px;
}
.kijilist_dotted_s li:before {
	width: 0.25em;
	height: 0.25em;
	margin-top: -0.25em;
}
.kijilist_dotted_m li:before {
	width: 0.5em;
	height: 0.5em;
	margin-top: -0.4em;
}
.kijilist_dotted_l li:before {
	width: 1em;
	height: 1em;
	margin-top: -0.2em;
}
@media screen and (max-width: 768px) {
	.kijilist_dotted_s li, .kijilist_dotted_m li, .kijilist_dotted_l li{
		padding-left: 0;
	}
}

/* ボックス型のリスト */
.box_list_bb {
    border-bottom: #04336a 1px solid;
}
.box_list_tit {
    margin-top: -0.5em;
    margin-bottom: 0.8em;
    font-size: 1.8em;
    color: #04336a;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
	.box_list01, .box_list02, .box_list03, .box_list04, .box_list05, .box_list06 {
		padding: 1.8em 0 0 0;
    	margin-bottom: 0;
	}
	.box_list_tit {
   	 	font-size: 1.6em;
		padding-left: 2em;
	}
}

/* タイトル */
.sec_tit{
	border-top: 2px solid #002060;
	border-bottom: 2px solid #002060;
	padding: 1.5em 0;
	margin: 0 auto 2em auto;
    width: 1100px;
	max-width: 99%;
}
.sec_tit img{
	padding-top: 0;
}
@media screen and (max-width: 768px) {
	.sec_tit{
		border-top: 1px solid #002060;
		border-bottom: 1px solid #002060;
		padding: 1em 0;
		margin: 0 auto 1em auto;
	}
	.sec_tit img{
		max-width: 90%;
	}
}



/*  FV */
.top_txt {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto 1em auto;
}
.top_txt p {
    margin-bottom: 1em;
    font-size: 1.2em;
    text-align: left;
	padding: 0 5em;
}
@media screen and (max-width: 768px) {
	.catch_top {
		background: none;
    	height: 0;
	}
	.top_txt p {
		padding: 0 0.5em;
	}
}


/* すべての疑問は無料相談で解決 */
.sodan{
	margin: 6em auto 1em auto;
}
.sodan_sec01 {
    width: 750px;
    max-width: 100%;
    margin: 0 auto 10px auto;
}
.sodan_l {
    float: left;
    margin-top: 1em;
    text-align: left;
    font-size: 1.2em;
}
.sodan_l li {
    margin-bottom: 1em;
    border-bottom: dotted 2px #cbcbcb;
}
.sodan_r {
    float: right;
}
.sodan_txt{
	font-size: 1.7em;
	font-weight: bold;
	margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
	.sodan{
		margin: 3em auto 1em auto;
	}
	.sodan_l {
		float: none;
		padding: 0 0.5em;
	}
	.sodan_l li {
		margin-bottom: 1em;
		border-bottom: dotted 2px #cbcbcb;
	}
	.sodan_r {
		float: none;
	}
	.sodan_txt{
		font-size: 1.7em;
		text-align: left;
	}
	.sodan span{
		font-size: 0.7em;
	}
}


/* 設立費用について */
.topbox_cost .corptit{
	font-size: 2em;
	font-weight: bold;
	color: #1b56b2;
	margin-bottom: 0.5em;
	text-align: center;
}
.cost_tbl01, .cost_tbl02, .cost_tbl03 {
    border: 1px solid #cacaca;
    border-collapse: collapse;
    float: left;
}
.cost_tbl01 {
    width: 270px;
}
.cost_tbl02 {
    width: 140px;
}
.cost_tbl03 {
    width: 140px;
}
.th_01, .th_03, .th_04 {
    height: 60px;
    padding: 0 10px;
    color: #FFF;
    vertical-align: middle;
}
.th_01 {
    background: #083d88;
}
.th_03 {
    background: #1556b1;
}
.th_04{
	background:#b42a04;
}
.cost_tbl01 .th_02 {
    padding: 0 10px;
    background: #e5e5e5;
    border: 1px solid #cacaca;
}
.cost_tbl01 td, .cost_tbl02 td, .cost_tbl03 td {
    padding: 10px;
    border: 1px solid #cacaca;
    text-align: right;
}
.cost_tbl01 .cost_sum, .cost_tbl02 .cost_sum, .cost_tbl03 .cost_sum {
    background: #ffffe2;
}
.cost_tbl01 .cost_sum_kin, .cost_tbl02 .cost_sum_kin, .cost_tbl03 .cost_sum_kin {
    color: #c52e26;
    font-size: 1.125em;
    font-weight: bold;
}
.sarani{
	margin: 1em auto;
	text-align: center;
}
.cost_shosai_tit{
	width: 840px;
	max-width: 99%;
	font-size: 1.6em;
	color: #FFF;
	letter-spacing: 1px;
	background: linear-gradient(#2967cb, #093e8a);
	margin: 0 auto 1em auto;
	padding: 0.2em 0;
}
.cost_shosai{
	margin-bottom: 2em;
}
.cost_shosai .numtit{
    color: #1b56b2;
    font-size: 24px;
    font-weight: bold;
	margin-bottom: 1em;
}
.cost_shosai dl {
	margin-bottom: 0.7em;
}
.cost_shosai dt {
	float: left;
	width: 150px;
}
.cost_shosai dd {
	float: left;
	width: 510px;
}
.cost_sec01_arw {
    margin-top: 135px;
    padding: 0 20px;
    float: left;
}
.cost_hanko{
	font-size: 1.8em;
	font-weight: bold;
	border-bottom: 1px solid;
}
.cost_kabuotoku{
	text-align: center;
}
.cost_toptxt{
	color: #c52e26;
	font-size: 2em;
	font-weight: bold;
}
.cost_otokutxt{
	font-size: 2.0em;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
}
.cost_otokutxt .otoku{
	font-size: 0.8em;
}
@media screen and (max-width: 768px) {
	.cost_tbl01, .cost_tbl02 , .cost_tbl03 {
		font-size: 0.8em;
	}
	.cost_tbl01 {
		width: 40%;
	}
	.cost_tbl02 {
		width: 30%;
	}
	.cost_tbl03 {
		width: 30%;
	}
	.th_01, .th_03, .th_04 {
		padding: 0 5px;
	}
	.cost_tbl01 .th_02 {
		padding: 0 2px;
		vertical-align: middle;
		font-size: 0.7em;
	}
	.cost_tbl01 td, .cost_tbl02 td, .cost_tbl03 td {
		padding: 10px 1px 10px 0;
	}
	.cost_shosai dl {
		margin-bottom: 0.9em;
	}
	.cost_shosai dt {
		float: none;
		width: 100%;
		font-weight: bold;
	}
	.cost_shosai dd {
		float: none;
		width: 100%;
	}
	.cost_kabuotoku{
		text-align: right;
		margin-right: 5%;
	}
	.cost_kabuotoku img{
		width: 70%;
	}
	.cost_toptxt{
		text-align: left;
	}
	.cost_otokutxt{
		font-size: 1.8em;
		line-height: 1.2;
	}
	.cost_otokutxt .otoku{
		font-size: 0.7em;
	}
}


/* 会社設立サービス */


/* 会社設立の流れ */
.oneday_nagare .arr{
	text-align: center;
	margin: 1em 0;
}
.oneday_nagare .hanko{
	line-height: 1.5;
	margin: 1em 0;
}
.oneday_nagare .hanko li{
	line-height: 1.1;
	padding-left: 0em;
	list-style-type: disc;
	margin-left: 1.5em;
}

.v4_naiyo {
    padding: 0.5em 2em 1em 2em;
    margin: 2em auto 5em auto;
    border: solid 2px #eeeeee;
}
.v4_naiyo .v4_tit {
    margin: 0.5em 0;
    padding: 1em 0em;
    background: #c2dbf1;
    border-radius: 5px;
    text-align: center;
    color: #10253f;
}
.v4_naiyo img {
    margin: 0 auto;
}
.v4_naiyo ul {
    margin-left: 1.5em;
}
.v4_naiyo ul li {
    margin: 0.8em 0;
    list-style-type: disc;
}
@media screen and (max-width: 768px) {
	.v4_naiyo {
		padding: 0.5em;
		margin: 2em auto 2em auto;
		border: solid 2px #eeeeee;
	}
	.sche_sp dl {
		border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		background: white;
		box-shadow: rgba(0, 0, 0, 0.0470588) 0px 0px 1px 3px;
		-webkit-box-shadow: rgba(0, 0, 0, 0.0470588) 0px 0px 1px 3px;
		-moz-box-shadow: rgba(0, 0, 0, 0.0470588) 0px 0px 1px 3px;
		position: relative;
		top: 0;
		left: 0;
		counter-increment: number;
		width: 90%;
		margin: 0 auto 40px auto;;
	}
	.sche_sp dl:before {
		line-height: 2em;
		content: counter(number);
		color: #fff;
		font-weight: bold;
		font-size: 1.5em;
		position: absolute;
		height: 100%;
		background: #22ddbe;
		display: block;
		text-align: center;
		padding: 0 2.5%;
		border-radius: 6px 0px 0px 6px;
		-webkit-border-radius: 6px 0px 0px 6px;
		-moz-border-radius: 6px 0px 0px 6px;
	}
	.sche_sp dt {
		padding-left: 12%;
		color: #024eae;
		font-weight: bold;
		padding-top: 0.5em;
		text-align: left;
	}
	.sche_sp dd {
		margin: 0;
		padding-left: 12%;
		padding-bottom: 0.5em;
		text-align: left;
	}
	.sche_sp dl:after {
		content: '';
		display: inline-block;
		position: absolute;
		top: 110%;
		left: 0;
		right: 0;
		z-index: 0;
		width: 0;
		height: 0;
		margin-top: -5px;
		border-top: 20px solid #0a50a9;
		border-right: 50px solid transparent;
		border-left: 50px solid transparent;
		right: 0;
		margin: auto;
	}
	.sche_sp dl:last-child:after{
	  content: none;
	}
}


/* 税理士顧問サービス */
.service_sec_tit{
	border-top: 1px solid #04336a;
	border-bottom: 1px solid #04336a;
	padding: 1em 0 1em 1em;
	margin-bottom: 1em;
}
.service_tbl, .service_tbl th, .service_tbl td {
    border: 1px solid #cacaca;
    border-collapse: collapse;
}
.service_tbl .titrow {
    background: #083d88;
    color: #FFF;
    height: 50px;
    vertical-align: middle;
}
.service_tbl .kinrow {
    height: 100px;
}
.service_tbl .kin_w {
    width: 250px;
}
.service_tbl td {
    text-align: left;
    vertical-align: top;
    padding: 7px;
}
.service_tbl th, .top_tbl_td01 {
    text-align: center !important;
    vertical-align: middle !important;
}
.service_tbl, .service_tbl th, .service_tbl td {
    border: 1px solid #cacaca;
    border-collapse: collapse;
}
.service_tbl .titcol {
    background: #e0f2ff;
}
.top_tbl_td01, .top_tbl_td02 {
    background: #FFF;
}
.service_contents dt{
	float: left;
	width: 370px;
}
.service_contents dd{
	float: right;
	width: 500px;
}
.jikeika_plan{
	margin-top: 4em;
	text-align: center;
}
.service_tit_m{
	font-weight: bold;
	font-size: 2em;
	text-align: center;
	line-height: 1.2;
}
@media screen and (max-width: 768px) {
	.service_tbl td {
		padding: 5px;
		font-size: 0.9em;
	}
	.service_contents dt{
		float: none;
		width: 100%;
		text-align: center;
		margin-bottom: 0.5em;
	}
	.service_contents dd{
		float: none;
		width: 95%;
	}
	.jikeika_plan{
		margin-top: 0.5em;
		text-align: left;
	}
	.jikeika_plan span{
		font-size: 0.6em;
	}
}


/* 会社案内 */
.about_tit{	
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.7em;
	color: #FFF;
	letter-spacing: 0.1em;
	background: #005bac;
	border-top: 6px solid #85b1f4;
	text-align: center;
	margin: 0 auto 1em auto;
	padding: 0.5em 0;
	width: 1100px;
	max-width: 99%;
}
.about_table {
    width: 100%;
    margin: 0 auto 2em auto;
}
.about_table th {
    width: 180px;
    font-weight: bold;
    color: #2150bf;
    border-bottom: #7cabf3 2px solid;
    text-align: left;
    padding-left: 1.1em;
}
.about_table td {
    border-bottom: #083d88 2px solid;
    padding: 1.2em 0;
}
.about_map {
	width: 850px;
	max-width: 100%;
	margin: 0 auto;
}
.about_map li {
	width: 300px;
	text-align: left;
	margin: 0 auto 2.5em auto;
	float: none;
}
.about_fea_tit{
	border-top: 2px solid #083d88;
	text-align: center;
	padding: 1.2em 0 1em 0;
	width: 1100px;
	max-width: 99%;
	margin: 0 auto;
}
.staff_box01 {
    box-shadow: 0 0 0 1px #7cabf3, 0px 0px 0 3px #fff, 0px 0px 0px 6px #7cabf3;
    padding: 30px 30px 5px 30px;
    margin-bottom: 40px;
	background: #FFF;
}
.staff_box01 dt {
/*    border-bottom: 2px dotted #1b56b2;*/
    width: 410px;
    float: left;
	font-weight: bold;
}
.staff_box01 dd {
	color: #555;
	font-size: 0.8em;
}
.daihyo_aisatu{
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background-color: rgba(255,255,255,0.5);
	padding: 0.5em 2em;
}
.daihyo_aisatu .tit{
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
}
.daihyo_aisatu .name{
	font-size: 1.5em;
	font-weight: bold;
	text-align: right;
	padding-right: 3em;
	font-family:"HG行書体","HGP行書体",cursive;
}
@media screen and (max-width: 768px) {
	.about_tit{	
		color: #FFF!important;
	margin: 0 auto 0.5em auto;
	}
	.about_table th {
		width: 100px;
	}
	.about_map {
		width: 290px;
	}
	.about_map li {
		float: none;
		width: 100%;
		margin-bottom: 1.5em;
	}
	.daihyo_aisatu{
		padding: 0.5em 0.2em;
	}
	.daihyo_aisatu .tit{
		font-size: 1.2em;
	}
	.daihyo_aisatu .name{
		font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		padding-right: 0em;
		font-size: 1.2em;
	}
	.staff_box01 {
		padding: 0.5em 0.5em 0.1em 0.5em;
	}
	.staff_box01 dt {
		margin-bottom: 1em;
		width: 100%;
		float: none;
	}
}


/* レスポンスデバイス */
.contactbtn a, .contactbtn a:visited {
    width: 941px;
    max-width: 100%;
	display: block;
	margin: 0 auto;
}
.contactbtn a:hover{
	top: 3px;
	left: 3px;
	position: relative; 
}
.contactbtn a:hover img.rollover {
    background: none;
}
@media screen and (max-width: 768px) {
	.contactbtn{
		text-align: center;
	}
	.contactbtn img{
		max-width: 95%;
	}
}


/* 記事 */
.kijicontents{
	margin-bottom: 1em;
    line-height: 1.5;
}
.kijicontents_titarea{
	background: #003182;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
	padding: 3em 0;
}
.kijicontents_titarea_tri{
	margin: 0 auto;
	width: 0;
	height: 0;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	border-top: 40px solid #003182;
}
.kijicontents_tit01{
	font-size: 3.5em;
	color: #FFF;
	line-height: 1;
}
.kijicontents_tit02{
	font-size: 2em;
	color: #ceeab0;
	padding-top: 0.7em;
	line-height: 1.2;
}
.kijicontents h2 {
    color: #282828;
    font-size: 2em;
    font-weight: bold;
    background-color: #ebf5fc;
    border-bottom: solid 4px #1d257d;
    padding: 0.5em;
    margin: 3.5em 0 0.5em 0 ;
    text-align: left;
    line-height: 1;
	width: 100%;
}
.kijicontents h2.a1 {
    margin: 1.5em 0 0.5em 0 ;
}
.kijicontents h3{
    color: #1b56b2;
    font-size: 1.9em;
    font-weight: bold;
	margin-bottom: 0.8em;
}
h3.manual_index_h3 {
    border-bottom: none;
    text-align: center;
    font-size: 1.9em;
    margin-top: 1em;
    padding: 0;
    color: #282828;
	font-weight: bold;
	margin-bottom: 0.5em;
    line-height: 1.1;
}
@media screen and (max-width: 768px) {
	.kijicontents h3{
		font-size: 1.5em;
		text-align: left;
	}
	.kijicontents_tit01{
		font-size: 2.1em;
		line-height: 1.2;
	}
	.kijicontents_tit02{
		font-size: 1.2em;
		padding-top: 1em;
	}
	.kijicontents h2 {
		padding: 0.5em 0.1em;
    	margin: 2.9em 0 1em 0;
	}
	.kijicontents h2.aetc {
		margin: 1em 0 0 0 ;
	}
	.kijicontents_titarea_tri{
		border-left: 30px solid transparent;
		border-right: 30px solid transparent;
		border-top: 30px solid #003182;
	}
}


/* 個人事業と法人設立、どちらが有利？ */
.simutbl {
    width: 100%;
	margin-bottom: 0.5em;
}
.simutbl th {
	background: #595959;
	color: #FFF;
}
.simutbl td {
    width: 25%;
}
.kentomore{
	border-bottom: 3px solid #165ea6;
	margin: 0 auto 1em auto;
	padding: 0 0.5em 0.5em 0.5em;
	text-align: center;
	width: 700px;
	max-width: 100%;
}


/* 絶対得する会社設立の助成金 */
@media screen and (max-width: 768px) {
	.jos_tit{
		background: #c5ddff;
		color: #595959;
		font-size: 1.5em;
		padding: 0.2em 0;
		text-align: center;
	}	.joseikintbl{
		width: 100%;
		margin-bottom: 1.5em;
	}
	.joseikintbl th{
		background: #808080;
		color: #FFF;
		padding: 0.5em 0;
	}
	.joseikintbl td{
		width: 50%;
		font-size: 0.9em;
		text-align: left;
		padding: 0.5em 0;
	}
}


/* 合同会社のメリットデメリット  */
.diftbl{
    width: 900px;
	margin-bottom: 5em;
}
.diftbl th {
	background: #595959;
	color: #FFF;
}
.diftbl td{
    padding: 10px;
    height: 60px;
}
@media screen and (max-width: 768px) {
	.diftbl{
		width: 100%;
		font-size: 0.9em;
	}
}


/* 失敗しない会社設立のための確認４８項目 */
.box_48{
	background: #ededed;
	text-align: center;
	padding: 0.1em 1em 1em 1em;
	margin-bottom: 1em;
}
.box_48 .tit{
	margin: 0.5em auto;
	font-weight: bold;
	font-size: 1.2em;
}
.box_48 ul{
	background: #FFF;
	padding: 1em;
	text-align: left;
}
.box_48 li{
	border-bottom: dotted 1px #000;
	line-height: 2.5em;
}
.box_48 .no{
	background: #ededed;
	padding: 0.2em 0.4em;
	margin-right: 0.5em;
	font-weight: bold;
	font-size: 0.9em;
}
@media screen and (max-width: 768px) {
	.box_48{
		padding: 0.1em 0.5em 0.5em 0.5em;
	}
	.box_48 li{
		line-height: 1.5em;
		padding: 0.3em 0;
	}
}



/* 他ページへのリンク */
.area-list-top * {
    box-sizing: border-box;
}
.area-list-top ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style-type: none;
    width: 840px;
    margin: 0 auto;
    background: #fff;
    padding: 9px 5px;
    margin-bottom: 23px;
}
.area-list-top li {
    width: 33.3333%;
    padding: 4px 4px 4px;
}
.area-list-top li a {
    display: block;
    padding: 15px 20px;
    font-size: 15px;
    text-decoration: none;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0);
    border: #a0a0a0 1px solid;
    border-radius: 2px;
    color: #014892;
    font-weight: bold;
    letter-spacing: 0.2em;
}
.area-list-top li a:hover{
    background : #ffb76b;
    background : -moz-linear-gradient(top, #ffb76b 0%, #ffa73d 50%, #ff7c00 51%, #ff7f04 100%);
    background : -webkit-linear-gradient(top, #ffb76b 0%, #ffa73d 50%, #ff7c00 51%, #ff7f04 100%);
    background : linear-gradient(to bottom, #ffb76b 0%, #ffa73d 50%, #ff7c00 51%, #ff7f04 100%);
    filter     : progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb76b', endColorstr='#ff7f04', GradientType=0);

    color      : #fff;
}
.select-linknavi-top{
	text-align: center;
}
.select-linknavi-top a{
     color: #0F0F0F;
}
@media screen and (max-width: 768px) {
	.area-list-top ul {
		width: 100%;
	}
	.area-list-top li {
		width: 50%;
	}
	.area-list-top li a {
   		padding: 15px 2px;
		letter-spacing: 0.1em;
	}
	.select-linknavi-top{
		text-align: left;
		width: 16em;
		margin: 0 0 3em auto;
	}
}


/* お問合せフォーム */
h2#form{
	background: #ddd;
	font-size: 2em;
	font-weight: bold;
	color: #555;
	padding: 0.2em 0;
	margin: 0;
	text-align: center;
	width: 100%;
	float: none;
}
.form_area{
	background: #eee;
	width: 100%;
	padding: 0.5em;
}
.form_body{
	background: #eee;
	padding: 0;
}
.v4_form_layout {
    width: 100%;
}
.v4_item_line {
    border-bottom: solid 1px #cccccc;
    padding: 5px 0;
    overflow: hidden;
}
.v4_item_line_no {
    padding: 5px 0;
    overflow: hidden;
}
.v4_item_name {
    padding: 3px 0 0 0;
    width: 30%;
    float: left;
    font-weight: bold;
    font-size: 17px;
}
.v4_item_name span {
    font-weight: normal;
    font-size: 16px;
}
.item_contents {
    width: 70%;
    float: right;
}
.v4_item_contents_inner {
    padding: 0 0 0 15px;
    overflow: hidden;
    color: #333;
}
.v4_form_body p {
    margin-bottom: 0;
}
.form_btns {
    overflow: hidden;
    width: 500px;
	max-width: 100%;
    margin: 15px auto 0 auto;
}
.form_btns .confirm { background: url(https://vs-group.jp/startup/wp/wp-content/themes/vs-media/src-nagoya/images/top/btn_confirm_off.png); margin: 0 auto; }
.form_btns .confirm:hover { background: url(https://vs-group.jp/startup/wp/wp-content/themes/vs-media/src-nagoya/images/top/btn_confirm_on.png); }

.form_btns .send { background: url(https://vs-group.jp/startup/wp/wp-content/themes/vs-media/src-nagoya/images/top/btn_send_off.png); }
.form_btns .send:hover { background: url(https://vs-group.jp/startup/wp/wp-content/themes/vs-media/src-nagoya/images/top/btn_send_on.png); }

.form_btns .edit { background: url(https://vs-group.jp/startup/wp/wp-content/themes/vs-media/src-nagoya/images/top/btn_edit_off.png); float: left; }
.form_btns .edit:hover { background: url(https://vs-group.jp/startup/wp/wp-content/themes/vs-media/src-nagoya/images/top/btn_edit_on.png); }

.form_btns .top { background: url(https://vs-group.jp/startup/wp/wp-content/themes/vs-media/src-nagoya/images/top/btn_top_off.png); margin: 0 auto; }
.form_btns .top:hover { background: url(https://vs-group.jp/startup/wp/wp-content/themes/vs-media/src-nagoya/images/top/btn_top_on.png); }

/* フォームのエラーメッセージ */
.wpcf7-not-valid-tip:after {
  content: "。";
}

.wpcf7 input[type=text], .wpcf7 input[type="email"] {
  height: 25px;
  border-radius: 3px;
  border-color: #919191;
  border-width: 1px;
}



@media screen and (max-width: 768px) {
	.form_body{
		max-width: 95%;
		margin: 0 auto;
		line-height: 1.5!important;
	}
	.form_body_inner h5 {
		font-size: 17px!important;
		font-weight: bold;
		padding: 5px 0 3px 0;
		margin: 0px 0px 7px 0px;
		line-height: 1.3em;
     	border-bottom: 1px dotted #000;
	}
	.form_body_inner hr {
		margin: 0.1em 0;
		border: 0;
	}
	.form_body_inner span {
		font-size: 16px!important;
		margin: 0.1em 0.3em 0.1em auto!important;
	}
	.form_body_inner select {
		font-size: 16px!important;
		width: 100%;
	}
	.form_body_inner option {
		font-size: 16px!important;
		line-height: 1.1;
	}
	.form_body_inner p {
		margin-bottom: 0;
	}
	.form_body_inner input {
		max-width: 100%;
	}
	.form_body_inner .wpcf7-list-item {
		width: 100%;
		margin: 0;
	}
	.form_body_inner.wpcf7c-force-hide {
		display: none !important;
	}
	.form_btns{
		margin-top: 1em;
	}
	.form_btns .send {
		background: url(https://vs-group.jp/startup/wp/wp-content/themes/vs-media/src-nagoya/images/top/btn_send_off.png);
		display: block;
		width: 240px;
		height: 50px;
		cursor: pointer;
		border: none;
		text-indent: -9999px;
		margin: 0 auto;
	}
  
  /* フォームのエラーメッセージ */
  .wpcf7-not-valid-tip {
    font-weight: bold!important;
  }
  .wpcf7-not-valid-tip:before, .wpcf7-not-valid-tip:after {
    content: "※";
  }
}


/* ページトップへ */
.pagetop {
    position: fixed;
    right: 10px;
    bottom: 200px;
}
@media screen and (max-width: 768px) {
	.pagetop {
		bottom: 75px;
	}
	.pagetop img {
		height: 50px;
		width: 50px;
	}
}

/* コロナ対策　*/
.top_response {
  background: #fffaef;
  padding: 50px 0 50px;
  margin-bottom: 50px;
  text-align: center;
}
.top_response ul.corona {
  counter-reset: number;
  list-style-type: none!important;
  text-align: left;
  width: 710px;
  margin: 0 auto;
  max-width: 100%;
}
.top_response ul.corona li {
  position: relative;
  padding-left: 35px!important;
  padding: 0.2em 0.5em 0.2em 30px;
  background: none;
  border-bottom: none;
  margin-bottom: 15px;
}
.top_response ul.corona li span {
  border-bottom: dotted 2px #dadada;
  font-size: 1.6em;
	font-weight: bold;
}
.top_response ul.corona li span:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background: #13aef5;
  color: white;
  font-weight:bold;
  font-size: 20px;
  border-radius: 50%;
  left: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 22px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.top_response p.li-txt {
    font-size: 20px;
    font-weight: normal;
    border-bottom: none;
    margin-bottom: 0;
	margin-top: 8px;
}
.top_response p.li-txt a {
    color: #178bd4;
    text-decoration: underline;
}
.top_response p.li-txt a:hover {
    color: #0142a2;
    text-decoration: none;
}
.top_response img.coro_fukidashi {
  padding-right: 50px;
}
.m_s {
    margin-bottom: 30px!important;
}
.box-link {
    position: relative;
    padding: 0.5em 1em;
    border: solid 1px #545454;
    border-radius: 5px;
    width: 700px;
    margin: auto;
	margin-top: 2em;
}
.box-link .box-title {
    position: absolute;
    display: inline-block;
    top: -10px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 16px;
    background: #fffaef;
    color: #0e0e0e;
}
.box-link p {
    margin: 0;
    padding: 20px 50px;
    font-size: 16px;
    text-align: left;
}
.box-link p a {
    color: #0079b1;
}
.box-link p a:hover {
    color: #FF9800;
}
.top_response ul.corona0408 {
        width: 790px;
}
.top_response ul.corona0408 li span {
    font-size: 1.5em;
}
@media screen and (max-width: 768px) {
  .top_response {
    padding-left: 2.5%;
    padding-right: 2.5%;
    padding-bottom: 25px;
  }
  .top_response ul.corona {
    padding: 0 0.3em 0.5em;
    font-size: 20px;
  }
  .top_response ul.corona li {
      line-height: 1.5em;
      padding: 0.2em 0 0.2em 28px;
      list-style: none;
      font-weight: bold;
      display: table;
      margin-bottom: 15px;
  }
  .top_response ul.corona li span {
      font-size: 1em;
  }
  .top_response ul.corona li span:before {
      font-size: 18px;
      width: 24px;
      height: 24px;
      line-height: 24px;
      top: 20px;
  }
  .top_response p.li-txt {
      font-size: 17px;
      line-height: 1.3;
  }
  .top_response img.coro_fukidashi {
    padding-right: 0;
  }
  .m_s {
    margin-bottom: 10px!important;
  }
.box-link {
    margin: 0 auto 20px;
	margin-top: 0;
	width: auto;
}

.box-link p {
    padding: 20px 10px;
}
}

/*********************************

2022.10 スマホ固定メニュー修正

*********************************/
.v2022-sp-fixedmenu {
  display:none;
}
@media (max-width: 768px){
	/*SP Footer Fixed MENU*/
  .v2022-sp-fixedmenu{
        width: 100%;
        background: rgba(242, 242, 242, 0.9);
        position:fixed;
        display: block;
        z-index: 25000;
        bottom: 0;
        padding: 1px 0;
    }
  .v2022-sp-fixedmenu p{
line-height: 1;
    margin: 0;
    text-align: center;
  }
  .sp-fixedmenu_inner{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3px;
  }
  .sp-fixedmenu_txt01{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 5px 0;
  }
  .sp-fixedmenu_txt01::before {
    margin-right: 8px;
    transform: rotate(-35deg);
}
  .sp-fixedmenu_txt01::after {
    margin-left: 8px;
    transform: rotate(35deg);
}

  .sp-fixedmenu_txt01::before,
  .sp-fixedmenu_txt01::after {
    content: '';
    width: 1px;
    height: 16px;
    background-color: #333;
}
  .sp-fixedmenu_txt02{
    color: #045eac;
    font-weight: 700;
    font-size: 16px;
  }
  .sp-fixedmenu_txt03{
    border-bottom: 2px solid #045eac;
    padding-left: 3px;
    letter-spacing: -0.5px;
    font-size: 12px;
}

    
    
    
    .sp-fixedmenu_btn{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    text-align: center;
  }
    a.v2022-sp-telbt{
    background: #6eb235;
    display: flex;
    align-items: center;
    width: 50%;
    color: #ffffff;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 700;
      justify-content: center;
} 
    a.v2022-sp-mailbt{
    background: #47badc;
    width: 50%;
    padding: 10px 0;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
      justify-content: center;
}   


}

@media screen and (max-width: 500px){
    a.v2022-sp-telbt{
    max-height: 42px;
} 
    a.v2022-sp-mailbt{
    max-height: 42px;

}    
  
}
/**ラインありバージョン **/

.v2022-sp-fixedmenu02 {
  display:none;
}
@media (max-width: 768px){
	/*SP Footer Fixed MENU*/
  .v2022-sp-fixedmenu02{
    width: 100%;
    background: rgba(242, 242, 242, 0.9);
    position:fixed;
    display: block;
    z-index: 25000;
    bottom: 0;
    padding: 5px 0 0 0;
  }
  .v2022-sp-fixedmenu02 p{
    line-height: 1;
    margin: 0 5px 5px 5px;
    text-align: center;
  }
  .sp-fixedmenu_inner_02{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
  }
  .sp-fixedmenu_txt01_02{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 5px 0;
  }
  .sp-fixedmenu_txt01_02::before {
    margin-right: 8px;
    transform: rotate(-35deg);
}
  .sp-fixedmenu_txt01_02::after {
    margin-left: 8px;
    transform: rotate(35deg);
}

  .sp-fixedmenu_txt01_02::before,
  .sp-fixedmenu_txt01_02::after {
    content: '';
    width: 1px;
    height: 16px;
    background-color: #333;
}
  .sp-fixedmenu_txt02_02{
    color: #045eac;
    font-weight: 700;
    font-size: 16px;
  }
  .sp-fixedmenu_txt03_02{
    border-bottom: 2px solid #045eac;
    padding-left: 3px;
    letter-spacing: -0.5px;
    font-size: 12px;
}

    .sp-fixedmenu_btn_02{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    text-align: center;
  }
  a.v2022-sp-telbt_02,
  a.v2022-sp-mailbt_02,
  a.v2022-sp-linebt {
    max-height: 48px;
    border-right: 1px solid #ffffff;
	 box-sizing: border-box; 
} 

    a.v2022-sp-telbt_02{
    background: #045eac;
    display: flex;
    align-items: center;
    width: 54%;
    color: #ffffff;
    padding: 15px 0;
    font-size: 13px;
    font-weight: 700;
    justify-content: center;
} 
    a.v2022-sp-mailbt_02{
    background: #47badc;
    width: 23%;
    padding: 0 0 5px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    color: #fff;
    justify-content: center;
}   
    a.v2022-sp-linebt{
    background: #06C755;
    width: 23%;
    padding: 15px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    color: #fff;
    justify-content: center;
}   
  a.v2022-sp-linebt img{
    margin-bottom: 0;
    padding-top: 8px;
  }
    /*footer2023*/
    .fl-box .fl-item{ margin: 0;}
    .fl-box .fl-item:nth-child(1),
    .fl-box .fl-item:nth-child(2),
    .fl-box .fl-item:nth-child(3),
    .fl-box .fl-item:nth-child(4){
    flex-basis: 93%;
    }
    .fl-box .fl-item ul{
        margin-bottom: 25px;
    }
    .fl-box .fl-item h3{
    font-size: 17px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 15px;
    }
    .fl-box .fl-item a{
    font-size: 16px;
    display: block;
    padding: 12px 5px;
    color: #fff;
    border-bottom: 1px solid #fff;
    }
	p.sp-fixedmenu_btn_02_txt {
    width: 18%;
    font-size: 12px;
    line-height: 1.25;
    background: #fff;
    color: #045eac;
    padding: 1px;
    border-radius: 4px;
}

span.sp-fixedmenu_btn_02_txt02 {
    font-weight: normal;
    font-size: 10px;
}
.v2022-sp-fixedmenu02 p{
  margin: 0 5px 0 0;
}
.v2022-sp-fixedmenu02 {
    padding: 0;
}
.v2022-sp-telbt_02 lottie-player {
    width: 12% !important;
    height: 12% !important;
}
}
/* --------------------------------------------------------------------------------------
	▲ style-top
--------------------------------------------------------------------------------------- */









/* --------------------------------------------------------------------------------------
	▼ style-inquiry
--------------------------------------------------------------------------------------- */
body {
    margin-top: 0;
}

.v4_toTop{
	margin: 1em 0 0 1em;
}
.v4_toTop a:hover{
	color: #1B95E0;
	text-decoration: underline;
}

.v4_f_bold{
	font-weight: bold;
}
.v4_f_blue{
	color: #336d9d;
}
.v4_f_blue02{
	color: #1c4678;
}
.v4_f_red{
	color: #e4480a;
}
.v4_f_red02{
	color: #b40000;
}
.v4_f_blue02{
	color: #1c4678;
}
.v4_f_black{
	color: #000!important;
}
.v4_f_bt {
    color: #386093!important;
    text-align: center;
    font-weight: bold;
    font-size: 1.5em;
    margin-bottom: 0.8em!important;
}
.v4_f_ss{
	font-size: 16px!important;
}
.v4_f_s{
	font-size: 18px!important;
}
.v4_f_m{
	font-size: 19px!important;
}
.v4_f_l{
	font-size: 22px!important;
}


.v4_l_red{
	background-color:#d11b1b;
}

.v4_line{
/*	border-bottom: solid 1px #000;*/
	text-decoration: underline;
/*	background: linear-gradient(transparent 95%, #000 95%);*/
}
.v4_line_white{
	border-bottom: solid 1px #FFF;
/*	text-decoration: underline;*/
/*	background: linear-gradient(transparent 95%, #FFF 95%);*/ 
}

.v4_mb0{
	margin-bottom: 0px !important;
}
.v4_mb30{
	margin-bottom: 30px !important;
}
.v4_mb50{
	margin-bottom: 50px !important;
}
.v4_mb80{
	margin-bottom: 80px !important;
}
.v4_mb100{
	margin-bottom: 100px !important;
}
.v4_mb120{
	margin-bottom: 120px !important;
}

.v4_ls05{
	margin-bottom: 0.75em!important;
}
.v4_ls2{
	margin-bottom: 3em!important;
}
.v4_ls3{
	margin-bottom: 4.5em!important;
}

.v4_ls4{
	margin-top: 2.4em!important;
    margin-bottom: 1.2em!important;
}
.v4_mt1{
	margin-top: 1.8em!important;
}
.v4_mt2{
	margin-top: 4em!important;
}
.v4_mt3{
	margin-top: 3em!important;
}

.v4_ff_noto {
    font-family: 'Noto Sans', 'Noto Sans CJK JP', 'Noto Sans CJK JP Subset', sans-serif;
    font-weight: bold;
}

.v4_clearfix:after {
  clear: both;
  content: '';
  display: block;
}

.v4_all{
    margin-top: 33px;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif!important;
	line-height: 1.6!important;
}
.v4_all p{
	line-height: 1.6!important;
	margin-bottom: 1.5em;
}
.v4_all img{
	max-width: 100%;
    margin: 0;
}
.v4_all input{
	max-width: 100%;
}
.v4_all a:hover{
     text-decoration: underline;
}
.v4_center{
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
.v4_area01{
	width: 1000px;
	max-width: 98%;
	margin: 0 auto;
}
.v4_area02{
	width: 940px;
	max-width: 98%;
	margin: 0 auto;
}
.v4_area03{
	width: 780px;
	max-width: 98%;
	margin: 0 auto;
}
.v4_area04{
	width: 905px;
	max-width: 100%;
	margin: 0 auto;
}
.v4_area05{
	width: 905px;
	max-width: 92.5%;
	margin: 0 auto;
}
.v4_area_trans_sent {
    width: 719px;
    max-width: 95%;
    margin: 0 auto;
}
.v4_area_topimg {
    width: 875px;
    max-width: 99%;
    margin: 0 auto;
}

.v4_topbox{
	font-size: 46px;
	font-weight: bold;
	margin-bottom: 1.2em;
	text-align: center;
}
.v4_topbox .v4_toptit{
	margin-bottom: 0.1em;
}
.v4_topbox .v4_topsent{
	text-align: center;
	margin-left: -0.7em;
}
.v4_topbox .v4_topsent .topwaku{
	background: #336d9d;
	border-radius: 10px;
	font-size: 28px;
	text-align: center;
	color: #FFF;
	padding: 0.2em 0.8em;
	margin: 0 0.2em;
}
.v4_topbox img{
	max-width: 95%;
	margin-bottom: 1em;
}

.v4_tsuyomi{
	width: 790px;
	max-width: 100%;
	border: solid 1px #000;
	margin: 0 auto;
	padding: 8px 30px;
}
.v4_tsuyomi img{
	margin: 0;
	max-width: 100%;
}

.v4_kaiketsu{
	background: #d6e4f5;
	text-align: center;
	padding: 0.2em 0;
	cursor: default;
}
.v4_kaiketsu img{
	height: 357px;
	width: auto;
}
.v4_kaiketsu a{
	cursor: default;
}

.v4_tit_gwaku{
	color: #FFF;
	background: #404040;
	padding: 2px 0.6em;
	margin: 0.1em 0.5em 0 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	font-size: 0.85em;
}
.v4_tit_gwaku_address{
	color: #FFF;
	background: #111;
	padding: 1px 0.6em;
	margin: 0.1em 1em 0 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.v4_titbox01, .v4_titbox02{
	width: 1100px;
	max-width: 97%;
	margin: 4.5em auto 4em auto;
	padding: 1.6em 0em;
	text-align: center;
	position: relative;
}
.v4_titbox01_02{
	margin: 3em auto 4em auto;
}
.v4_titbox01_03{
	margin: 2em auto 4em auto;
}
.v4_titbox01{
	background: #17375d;
    border-top: solid 3px #17375d;
    border-bottom: solid 3px #17375d;
}
.v4_titbox01.bgstripe{
	background: url(https://vs-group.jp/startup/wp/wp-content/themes/vs-media/src-nagoya/images/inquiry/tit_stripe.png) center top no-repeat;
    border: 0;
    padding: 1.9em 0 0 0;
    height: 176px;
	margin-bottom: 1.5em;
}
.v4_titbox02{
	background: #e4480a;
    border-top: solid 3px #e4480a;
    border-bottom: solid 3px #e4480a;
}
.v4_titbox01:after, .v4_titbox02:after {
    content: '';
    width: 100%;
    height: 48px;
    display: block;
    top: 99%;
    position: absolute;
}
.v4_titbox01:after {
    background: url(https://vs-group.jp/startup/wp/wp-content/themes/vs-media/src-nagoya/images/inquiry/titbox01_btm.png) no-repeat 50% 100%;
}
.v4_titbox02:after {
    background: url(https://vs-group.jp/startup/wp/wp-content/themes/vs-media/src-nagoya/images/inquiry/titbox02_btm.png) no-repeat 50% 100%;
}
.v4_titbox01.bgstripe:after, .v4_titbox02.bgstripe_form:after {
    content: none;
}
.v4_titbox01_trans{
	width: 940px;
}

.v4_sentbox01 .v4_tit{
	font-size: 22px;
	font-weight: bold;
	margin: 50px auto 10px auto;
}
.v4_sentbox01 .v4_tit_gray{
	background: #2d8f78;
	color: #FFF;
	margin: 20px auto 27px auto;
	padding: 0.5em 1.8em;
	display: inline-block;
	line-height: 1.2!important;
	box-shadow: 2px 2px 2px #aaa;
}
.v4_riyu_text{
	text-align: center;
}

.kuchikomitit{
  font-size: 45.8px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0.8em;
	text-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
}

.v4_gbox01 {
	padding: 2em 0em;
    margin: 1em auto;
    background: #eeeeee;
    border-radius: 8px;
    border: 1px solid #808080;
}
.v4_gbox01 .v4_tit02{
	background: #1c4678;
	background: url(https://vs-group.jp/startup/wp/wp-content/themes/vs-media/src-nagoya/images/inquiry/bg_venture.jpg) repeat 0px 0px;
	color: #FFF;
	font-size: 26px;
	font-weight: bold;
    border-radius: 4px;
	padding: 0.4em 0.7em;
/*	margin-bottom: 0.9em;*/
	line-height: 1.2!important;
}
.v4_gbox01 .v4_tit02_aft {
  position: relative;
  background: url(https://vs-group.jp/startup/wp/wp-content/themes/vs-media/src-nagoya/images/inquiry/bg_venture.jpg) repeat 0px 0px;
  width: 30px;
  height: 16px;
  left: 1.5em;
  margin-bottom: .9em;
  margin-top: -1px;
}
.v4_gbox01 .v4_tit02_aft:before, .v4_gbox01 .v4_tit02_aft:after {
  content: "";
  display: block;
  width: 23px;
  height: 11px;
  position: absolute;
  top: 1px;
  background: #eeeeee;
}
.v4_gbox01 .v4_tit02_aft:before {
    transform: rotate(45deg);
    transform-origin: left top;
    left: 0;
}
.v4_gbox01 .v4_tit02_aft:after {
    transform: rotate(-45deg);
    transform-origin: right top;
    right: 0;
}

.v4_gbox02 {
    padding: 2em 0em 1em;
    margin: 1em auto;
    background: #d5e5f5;
    border-radius: 8px;
}

.v4_cost_tit{
	margin-bottom: 2em;
	padding-bottom: 0.5em;
    border-bottom: solid 3px #17375d;
}
.v4_cost_tit img{
	width: 420px;
}

.v4_contactbnr{
	margin: 0 auto 60px;
	text-align: center;
}
.v4_contactbnr img{
	max-width: 95%;
}
.v4_contactbnr a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}


.v4_bln01 ,.v4_bln02 {
    position: relative;
    padding: 59px 0.7em;
    margin: 2em 0 3.5em 0;
    font-weight: bold;
	text-align: center;
}
.v4_bln01 img, .v4_bln02 img {
	width: 787px;
}
.v4_bln01 {
	background: #005452;
}
.v4_bln02{
	background: #960102;
}

.v4_naiyo {
    padding: 0.5em 0 1em 0;
    margin: 2em auto;
    border: solid 2px #eeeeee;
}
.v4_naiyo .v4_tit {
	margin: 0.5em auto;
	padding: 0.4em 0em;
    background: #c2dbf1;
    border-radius: 5px;
	font-size: 42px;
	text-align: center;
	color: #10253f;
}
.v4_naiyo img{
	margin: 0 auto;
}
.naiyolistarea{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
	margin: 0 auto!important;
}
.v4_naiyo .v4_img_r{
	float: left;
    width: 33.9%;
    margin-right: 1.5em;
}
.v4_naiyo .v4_img_r img{
	width: 319px;
	max-width: 100%;
}
.v4_naiyo ul {
	position: relative;
	width: 63%;
	float: right;
}
.v4_naiyo ul li {
	line-height: 1.5;
	padding: 0.5em 1em 0.5em 1.8em;
	list-style-type: none!important;
}
.v4_naiyo ul li:before {
	font-family: FontAwesome;
	content: "\f00c";
	position: absolute;
	left : 0;
	color: #319b82;
	font-size: 1.6em;
	line-height: 1;
}

.v4_ebooks_sent{
	display: table-cell;
	vertical-align: middle;
	height: 195px;
}
.v4_ebooks img{
	float: left;
	height: 195px;
	margin-right: 1.5em; 
}

.v4_venture {
    background: #1c4678;
	background: url(https://vs-group.jp/startup/wp/wp-content/themes/vs-media/src-nagoya/images/inquiry/bg_venture.jpg) repeat 0px 0px;
	color: #FFF;
	padding: 3em 0;
}

.v4_venture .v4_titbf {
	font-size: 18px;
	margin-bottom: 0;
}
.v4_venture .v4_tit {
	font-size: 44px;
	font-weight: bold;
	display: flex;
	align-items: center;
	margin-bottom: 1em;
	font-family: 'Noto Sans', 'Noto Sans CJK JP', 'Noto Sans CJK JP Subset', sans-serif;
	line-height: 1.0!important;
}
.v4_venture .v4_tit:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #FFF;
	display: block;
}
.v4_venture .v4_tit:after {
	margin-left: 0.5em;
}

.v4_venture .v4_box01 {
    background: #eeeeee;
	color: #333;
	padding: 3em 0 2em 0;
	margin-bottom: 3.5em;
}

.v4_venture .v4_box02 {
    background: #ffd657;
	padding: 1.0em 0 0.6em 0;
	color: #111;
    border-radius: 8px;
}
.v4_venture .v4_box02 p {
    margin-bottom:0.6em;
}

.v4_venture .v4_box03 ul {
    background: #eeeeee;
	color: #111;
}
.v4_venture .v4_box03 ul li {
	width: 49.6%;
    display: inline-block;
    list-style:none;
	vertical-align: top;
	padding: 0 1em 1em 1em;
}
.v4_venture .v4_box03 .v4_titarea{
	font-weight: bold;
	text-align: left;
	margin: 1.7em auto 0.8em auto;
}
.v4_venture .v4_box03 a{
	color: #336c9d;
}
.v4_venture .v4_box03 p{
	margin-bottom: 0.75em;
}

.v4_soudan {
	text-align: center;
	margin-bottom: 1em;
    border: solid 2px #eeeeee;
}
.v4_soudan_trans {
	text-align: center;
	margin-bottom: 1em;
}

.v4_img01 {
	width: 699px;
	margin: 1.5em auto;
}
.v4_img01 img {
	width: 324.5px;
	max-width: 50%;
}
.v4_img01 .img_l{
	float: left;
}
.v4_img01 .img_r{
	float: right;
}

.v4_img03 {
	width: 780px;
	margin: 1.5em auto;
}
.v4_img03 img {
	width: 370px;
	max-width: 50%;
	margin-right: 15px;
}
.v4_img03 .img_l{
	float: left;
	margin-right: 2em;
}
.v4_img03 .img_r{
	float: right;
}

.sentimg img.img_l, .sentimg img.img_r {
    margin-bottom: 1em;
    width: 324.5px;
    max-width: 100%;
    height: auto;
}
.sentimg img.img_l {
    float: left;
    margin-right: 1.5em;
}
.sentimg img.img_r {
    float: right;
    margin-left: 1.5em;
}
@media (max-width: 600px) {	
	.sentimg {
		text-align: center;
	}
	.sentimg.mt30 {
    	margin-top: 30px;
	}
	.sentimg img.img_l, .sentimg img.img_r{
	 	float: none;
		width: 90%;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 2em;
	}
}

.sentimg_l img, .sentimg_r img {
    margin-bottom: 1em;
    width: 41.5%;
    max-width: 100%;
    height: auto;
}
.sentimg_l img{
    float: left;
    margin-right: 4%;
}
.sentimg_r img{
    float: right;
    margin-left: 4%;
}
.sentimg_l div, .sentimg_r div{
	width: 54.5%;
}
.sentimg_l div{
	float: right;
}
.sentimg_r div{
	float: left;
}
@media (max-width: 600px) {	
	.sentimg_l, .sentimg_r {
		text-align: center;
	}
	.sentimg_l.mt30, .sentimg_r.mt30 {
    	margin-top: 30px;
	}
	.sentimg_l img, .sentimg_r img{
	 	float: none;
		width: 90%;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 2em;
	}
	.sentimg_l div, .sentimg_r div{
		float: none;
		width: 100%;
		text-align: left;
	}
}


.v4_img_entrance{
	width: 699px;
}

.v4_img_shain{
	width: 699px;
	max-width: 100%;
	margin: 0 auto 2em;
}
.v4_img_books_all {
	width: 610px;
	    margin: 0 auto;
} 

.v4_img_books{
	/*width: 504px;*/
	max-width: 100%;
	margin: 3em auto;
	text-align: left;
}
.v4_img_books ul li{
	float: left;
	margin-left: 40px;
}
.v4_img_books ul li+ li {
	margin-left: 1.8em;
}
.v4_img_books img{
	height: 147px;
}
.v4_img_books00 {
	float: left;
	margin: 0 10px 0 0;
} 
p.v4_img_books_text {
	line-height: 1.4!important;
    margin-bottom: 1.4em;
    font-size: .9em;
    padding-top: 2em;
}

.v4_img_ohtori {
	float: right;
	margin-left: .5em!important;
	margin-right: 1em;
}
.pb_01 {
	padding-bottom: 22px!important;
}

.v4_form_tit{
    background: #dddddd;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	padding: 0.5em 0;
	color: #555555;
}
.v4_form_area{
    background: #eeeeee;
}

ul.v4_li_kuchi{
	position: relative;
}
ul.v4_li_kuchi li{
	list-style-type: none!important;
	margin-left: 1.5em;
	color: #376092;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1.7em;
	padding-left: 0.8em;
	margin-bottom: 0.5em;
}
ul.v4_li_kuchi .mb01{
	margin-bottom: 1.5em;
}
ul.v4_li_kuchi li:before {
	font-family: FontAwesome;
	content: "\f00c";
	position: absolute;
	left : 0.2em;
	color: #e26b0a;
	font-size: 1.6em;
	line-height: 1;
}

.v4_qa{
	border: 1px solid #d0d0d0;
	padding: 1.2em 0;
	margin-bottom: 70px;
}
.v4_qa .v4_qa_tit{
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}
.v4_qa dt{
	color: #376092;
	margin: 2em 0 0.9em 0;
}
.v4_qa dd{
	font-size: 0.8em;
}

ul.v4_list_fusen {
  padding: 0;
  position: relative;
}

ul.v4_list_fusen li {
	border-left: solid 9px #386093;
	background: #d5e5f5;
	margin-bottom: 15px;
	line-height: 1.5;
	padding: 0.5em;
	list-style-type: none!important;
}
ul.v4_list_fusen li .v4_suisen {
	padding-top: 8px;
}

.v4_suisen p.v4_f_01 {
	font-weight: bold;
    line-height: 0.3em!important;
    margin-bottom: 0px;
    padding-top: 15px;
}

h2.midashi {
	border-bottom: solid 1px #254061;
	padding-bottom: 3px;
	text-align: center;
	color: #254061;
	margin: 2em auto 1.3em auto;
	font-size: 55px;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
	font-family: 'Noto Sans', 'Noto Sans CJK JP', 'Noto Sans CJK JP Subset', sans-serif;
	font-feature-settings: "pkna";
	font-weight: bold;
  float: none;
}
@media (max-width: 768px) {
	h2.midashi {
		margin: 1.8em auto 1.2em auto;
		font-size: 8.5vw;
	}
}


p.nagare_txt {
    font-size: 0.82em;
    line-height: 1.45em!important;
}



/* プライバシーポリシーのモーダル Start */
.myModal_popUp,
input[name="myModal_switch"],
#myModal_open + label ~ label {
  display: none;
}
#myModal_open + label,
#myModal_close-button + label {
  cursor: pointer;
}

.myModal_popUp {
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
}
#myModal_open:checked ~ #myModal_close-button + label{
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
@-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

#myModal_open:checked + label ~ .myModal_popUp {
  background: #fff;
  display: block;
  width: 90%;
  height: 80%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  z-index: 998;
}

#myModal_open:checked + label ~ .myModal_popUp > .myModal_popUp-content {
  width: calc(100% - 40px);
  height: calc(100% - 20px - 44px );
  padding: 10px 0 10px 10px;
  overflow-y: auto;
  -webkit-overflow-scrolling:touch;
}

#myModal_open:checked + label + #myModal_close-overlay + label {
  background: rgba(0, 0, 0, 0.70);
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  z-index: 997;
}

#myModal_open:checked ~ #myModal_close-button + label {
  display: block;
  background: #fff;
  text-align: center;
  font-size: 25px;
  line-height: 44px;
  width: 90%;
  height: 44px;
  position: fixed;
  bottom: 10%;
  left: 5%;
  z-index: 999;
}
#myModal_open:checked ~ #myModal_close-button + label::before {
  content: '×';
}
#myModal_open:checked ~ #myModal_close-button + label::after {
  content: 'CLOSE';
  margin-left: 5px;
  font-size: 80%;
}

@media (min-width: 768px) {
  #myModal_open:checked + label ~ .myModal_popUp {
    width: 600px;
    height: 600px;
  }
  #myModal_open:checked + label ~ .myModal_popUp > .myModal_popUp-content {
    height: calc(100% - 20px);
  }
  #myModal_open:checked ~ #myModal_close-button + label {
    width: 44px;
    height: 44px;
    left: 50%;
    top: 50%;
    margin-left: 240px;
    margin-top: -285px;
    overflow: hidden;
  }
  #myModal_open:checked ~ #myModal_close-button + label::after {
    display: none;
  }
}

.v4_form_pri{
	text-align: right;
	padding: 0 0.5em 0.2em 0;
}
.v4_form_pri span{
    color: #333;
    font-size: 12px;
	font-weight: normal;
}
/* プライバシーポリシーのモーダル End */


.v4_ftr01{
	color: #336c9d;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
}
.v4_ftr01 p{
	text-align: center;
	margin-bottom: 0;
	font-size: 1.2em;
}
.v4_ftr02{
	color: #666666;
	text-align: center;
	margin: 20px auto 30px auto;
	font-size: 14px;
}
.v4_ftr02 a{
	color: #666666;
}
.v4_ftr03{
	color: #333;
	font-size: 14px;
	margin-top: 10px;
}

/* コンタクトフォーム用 Start */
.v4_f_normal span{
	font-size: 17px!important;
	font-weight: normal!important;
}
.v4_f_sample{
	margin-top: 0.5em;
	font-size: 16px;
}
.v4_form_body {
    -webkit-text-size-adjust: none;
    color: #333;
    text-align: left;
    width: 100%;
    margin: 0 auto;
	padding: 0;
}
.v4_form_body p{
    margin-bottom: 0;
}
.v4_form_body .text_center {
    text-align: center;
}
.v4_item_name{
	padding: 3px 0 0 0;
    width: 30%;
    float: left;
	font-weight: bold;
	font-size: 17px;
}
.v4_item_name span{
	font-weight: normal;
	font-size: 16px;
}
.v4_must {
    color: #fff;
    padding: 0.2em 0.5em;
    font-size: 13px!important;
    margin: 0.5em 0.2em 0 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
	background: #545454;
}
.v4_item_contents_inner {
    padding: 0 0 0 15px;
    overflow: hidden;
	color: #333;
}
.v4_form_layout {
    width: 100%;
}
.v4_item_line{
    border-bottom: solid 1px #cccccc;
    padding: 5px 0;
    overflow: hidden;
}
.v4_item_line_no{
    padding: 5px 0;
    overflow: hidden;
}
.v4_sec_item_line {
    padding: 5px 0;
    overflow: hidden;
}
.v4_form_size01{
	width: 100%!important;
}
.v4_form_size02{
	width: 50%!important;
}
.wpcf7-list-item{
  display: block!important;
}

/* コンタクトフォーム用 End */

@media screen and (max-width:768px){.spDisplayOff{display:none;}
}
@media screen and (min-width:769px){.spDisplayOn{display:none;}
}

/* スマホ用CSS */
@media (max-width: 768px){
	body {
    	margin-top: 55px;
	}
	.v4_f_xs{
	font-size: 0.8em!important;
	}
	.v4_f_ss{
		font-size: 14px!important;
	}
	.v4_f_s{
		font-size: 15px!important;
	}
	.v4_f_m{
		font-size: 16px!important;
	}
	.v4_f_l{
		font-size: 18px!important;
	}
	
	.v4_mb30{
		margin-bottom: 10px !important;
	}
	.v4_mb50{
		margin-bottom: 30px !important;
	}
	.v4_mb80{
		margin-bottom: 50px !important;
	}
	.v4_suisen_btm{
		padding: 0.5em;
	}
	
	.v4_all{
    	margin-top: 18px;
		font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",Helvetica,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif!important;
	}
	.v4_area01{
		max-width: 95%;
	}
	.v4_area02, .v4_area03{
		max-width: 95%;
	}
	.v4_area04 {
    margin: 0 auto;
    max-width: 95%;
}
	

	.v4_topbox{
		font-size: 24px;
	}
	.v4_topbox .v4_toptit{
		margin-bottom: 0.5em;
	}
	.v4_topbox .v4_topsent{
	}
	.v4_topbox .v4_topsent .topwaku{
		border-radius: 5px;
		font-size: 22px;
		margin: 0.5em 0.2em 0 0.2em;
	}
	
	.v4_tsuyomi{
		border: none;
		padding: 0;
	}

	.v4_kaiketsu img{
		height: auto;
		width: 100%;
	}
  
	.v4_titbox02.bgstripe_form{
		background: url(https://vs-group.jp/startup/wp/wp-content/themes/vs-media/src-nagoya/images/inquiry/tit_stripe_sp_form.png) center bottom no-repeat;
		padding: 15px 0 45px 0;
		margin-bottom: 1.75em;
		height: auto;
	}
	.v4_titbox01:after {
		height: 33px;
		background: url(https://vs-group.jp/startup/wp/wp-content/themes/vs-media/src-nagoya/images/inquiry/titbox01_btm_sp.png) no-repeat 50% 100%;
	}
	.v4_titbox02:after {
		height: 33px;
		background: url(https://vs-group.jp/startup/wp/wp-content/themes/vs-media/src-nagoya/images/inquiry/titbox02_btm_sp.png) no-repeat 50% 100%;
	}
	.v4_titbox01_03{
		margin-top: 2em;
	}

	.v4_sentbox01 .v4_tit{
		font-size: 20px;
	}
	.v4_sentbox01 .v4_tit_gray{
		padding: 0.5em;
		margin: 20px auto 10px auto;
	}
	.v4_riyu_text {
		text-align: left;
	}
	
	.kuchikomitit{
    font-size: 5.45vw;
		font-family: 'Noto Sans', 'Noto Sans CJK JP', 'Noto Sans CJK JP Subset', sans-serif;		
	}
	
	.v4_tit_gwaku{
		margin: 0.1em 0.3em 0 0;
	}

	.v4_gbox01 {
		max-width: 92.5%!important;
		margin: 0 auto;
	}
	.v4_gbox01 .v4_tit02{
		font-size: 22px;
		padding: 0.4em;
	}
	.v4_gbox02 {
    border-radius: 0px;
    width: 100%!important;
    /* margin: 0; */
    background: #d5e5f5;
    padding: 2em 0;
}

	.v4_cost_tit{
		margin-bottom: 2em;
	}
	.v4_cost_tit img{
		width: 100%;
	}
	
	.v4_bln01, .v4_bln02 {
   		margin: 2em 0 2em 0;
    	padding: 2.5em 0;
	}

	
	.v4_naiyo .v4_tit {
		padding: 0.5em 0.1em;
		border-radius: 10px;
		font-size: 20px;
	}
	.v4_naiyo .v4_tit img{
		margin: 0.3em 0!important;
	}
	.naiyolistarea {
		display: block;
	}
	.v4_naiyo .v4_img_r{
	   	float: none;
		width: 100%;
		margin-right: 0;
		text-align: center;
	}
	.v4_naiyo ul {
	   	float: none;
		width: 100%;
		margin-left: 0;
	}
	.v4_naiyo ul li {
		padding-left: 2.2em;
	}
	.v4_naiyo ul li:before {
		left : 0.2em;
	}
	
	.v4_naiyo img{
		margin-bottom: 1em;
	}

	.v4_venture .v4_tit {
		font-size: 22px;
	}
	.v4_venture .v4_titbf {
		font-size: 14px;
	}
	
	
	.v4_venture .v4_box01 {
		padding: 2em 0 1.5em 0;
		margin: 0 auto 3em auto;
		max-width: 92.5%;
	}
	.v4_venture .v4_box01 .v4_titno{
		font-size: 20px;
		background-size: auto 24px;
		padding-left: 1.6em;
	}
	.v4_venture .v4_box01 .v4_titno.no01, .v4_venture .v4_box01 .v4_titno.no02, .v4_venture .v4_box01 .v4_titno.no03, .v4_venture .v4_box01 .v4_titno.no04, .v4_venture .v4_box01 .v4_titno.no05 {
		background-position: left 0px top 3px;
		background-size: auto 31px;
	}
	
	.v4_venture .v4_box03 ul li {
		width: 100%;
		display: block;
		list-style:none;
		vertical-align: top;
		padding: 1em;
		border-right: 0px;
	}
	.v4_venture .v4_box03 .v4_box03_li01 {
		padding-bottom: 0em;
	}
	.v4_venture .v4_box03 .v4_box03_li02 {
		padding-top: 0em;
	}
	.v4_venture .v4_box03 .v4_tit{
		font-size: 18px;
	}
	
	.v4_soudan {
		border: solid 0px #eeeeee;
	}
	
	.v4_img01 {
		width: 100%;
	}
	.v4_img01 img {
		width: 50%;
	}
	.v4_img03 {
	width: 100%;
	margin: 1.5em auto;
}
.v4_img03 img {
	width: 100%;
	max-width: 100%;
}
	
	.v4_ebooks_sent{
		vertical-align: top;
		height: auto;
		text-align: left;
	}
	.v4_ebooks {
		text-align: center;
	}
	.v4_ebooks img{
		float: none;
		height: 155px;
		margin-left: 0; 
		margin-right: 0; 
		margin-top: 0.2em;
	}
	.v4_img_books_all{
		max-width: 100%
	}
	.v4_img_books {
    max-width: 98%;
    text-align: center;
    margin: 2em auto 2em auto;
}
	.v4_img_books ul li{
		width: 33.333%;
		margin-left: 0px;
	}
	.v4_img_books ul li+ li {
		margin-left: 0;
	}
	.v4_img_books img{
		width: 85%;
		height: auto;
	}
	p.v4_img_books_text{
		font-size: 1em;
		padding-top: 18%;
	}
	.v4_img_books00 {
		float: none;
		margin: 3em auto 2em auto;
		max-width: 93%;
	}
	.v4_img_books00 img {
		float: left;
	}
	.v4_img_ohtori {
	width: 30%;
	margin-left: 0.5em!important;
}
	.pb_50 {
	padding-bottom: 10px!important;
}
	.v4_form_tit{
		font-size: 24px;
	}
	
	.v4_form_pri_sent {
		font-size: 10px;
	}
	
	.v4_ftr01{
		font-size: 11px;
	}
	.v4_ftr02{
		font-size: 11px;
		margin: 20px auto 60px auto;
	}
	
	.v4_ftcontact {
		display: block;
		width: 100%;
		position: fixed;
		bottom: 0;
		z-index: 10000;
		border-top: 1px solid #bfbfbf;
	}
	.v4_ftcontact .v4_ft-con a {
		width: 100%;
		background: #ffc926;
		padding: 1px 0;
		margin: 0 auto;
		display: block;
		text-align: center;
	}
	.v4_ftcontact .v4_ft-con img {
		max-width: 72%;
		max-height: 50px;
		height: auto;
	}
	
	.inq_ft {
		display: block;
		width: 100%;
		position: fixed;
		bottom: 2px;
		z-index: 10000;
		height: 50px;
		padding: 0 2.5%;
	}
	.inq_ft .inq_l, .inq_ft .inq_d, .inq_ft .inq_r{
		height: 50px;
		text-align: center;
		vertical-align: middle;
		border-radius: 8px;
		display: flex;
		float: left;
		justify-content: center;
		align-items: center;
	}
	.inq_ft .inq_l{
		width: 74%;
		background: #ffc926;
	}
	.inq_ft .inq_d{
		width: 4.5%;
	}
	.inq_ft .inq_r{
		width: 21.5%;
		background: #ffc926;
	}
	.inq_ft a {
		margin: 0 auto;
		display: block;
	}
	.inq_ft .inq_l img, .inq_ft .inq_r img {
		width: auto;
		max-width: 100%;
		max-height: 35px;
	}
	
	ul.v4_list_fusen li {
		border-left: none;
	}
	
	ul.v4_li_kuchi li{
		font-size: 1.1em;
	}
	.v4_suisen p.v4_f_01{
    line-height: 1.3em!important;
    margin-bottom: -10px;
    padding-top: 0px;
}
	
	/* 会社設立の流れ */
	.sche_sp dl {
		border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		background: white;
		box-shadow: rgba(0, 0, 0, 0.0470588) 0px 0px 1px 3px;
		-webkit-box-shadow: rgba(0, 0, 0, 0.0470588) 0px 0px 1px 3px;
		-moz-box-shadow: rgba(0, 0, 0, 0.0470588) 0px 0px 1px 3px;
		position: relative;
		top: 0;
		left: 0;
		counter-increment: number;
		width: 90%;
		margin: 0 auto 40px auto;
	}
	.sche_sp dl:before {
		line-height: 2em;
		content: counter(number);
		color: #fff;
		font-weight: bold;
		font-size: 1.5em;
		position: absolute;
		height: 100%;
		background: #22ddbe;
		display: block;
		text-align: center;
		padding: 0 2.5%;
		border-radius: 6px 0px 0px 6px;
		-webkit-border-radius: 6px 0px 0px 6px;
		-moz-border-radius: 6px 0px 0px 6px;
	}
	.sche_sp dl:after {
		content: '';
		display: inline-block;
		position: absolute;
		top: 110%;
		left: 0;
		right: 0;
		z-index: 0;
		width: 0;
		height: 0;
		margin-top: -5px;
		border-top: 20px solid #0a50a9;
		border-right: 50px solid transparent;
		border-left: 50px solid transparent;
		right: 0;
		margin: auto;
	}	
	.sche_sp dl:last-child:after{
	  content: none;
	}
	.sche_sp dt {
		padding-left: 12%;
		color: #024eae;
		font-weight: bold;
		padding-top: 0.5em;
		text-align: left;
	}
	.sche_sp dd {
		margin: 0;
		padding-left: 12%;
		padding-bottom: 0.5em;
		text-align: left;
	}
	p.nagare_txt {
    font-size: 0.85em;
    line-height: 1.3em!important;
}

	/* コンタクトフォーム用 Start */
	.v4_form_body{
	    padding: 1em 0 0 0;
	}
	.v4_form_body p{
	    margin-bottom: 0;
	}
	.v4_form_body hr {
		margin: 0.1em 0;
		border: 0;
	}
	.v4_form_body input[type='text'] {
    	width: 100%;
	}
	.v4_form_body option{
		font-size: 16px!important;
	}
	.v4_form_body select {
    	width: 100%;
	}
	.v4_form_body h5 {
		font-size: 17px!important;
		font-weight: bold;
		padding: 5px 0 3px 0;
		margin: 0px 0px 7px 0px;
		line-height: 1.3em;
	}
	.v4_form_body span {
		font-size: 16px!important;
		margin: 0.1em 0.3em 0.1em auto;
	}
	/* Contact Form 7のラジオボタンを横並びに */
	.wpcf7-radio .wpcf7-list-item {
		margin-right: 1em;
		display: inline;
	}
	
	/* コンタクトフォーム用 End */
	
	
}



/* ヘッダ Start */
#header {
    text-align: left;
    font-size: 12px;
    padding-top: 10px;
    max-width: 100%!important;
}
#header_in_toppage {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 5px 10px 5px;
	position: relative;
}
.utility_left {
    float: left;
}
.utility_left h1 {
    padding-bottom: 5px;
	display: none;
}
.utility_right {
    float: right;
    font-size: 14px;
	position: absolute;
	right: 0;
	bottom: 10px;
}
#header h2 {
    margin: 0;
}
#header img {
    margin: 0;
}
#header_sp {
    display: none;
}
@media screen and (min-width: 1080px){
	#header_in_toppage {
		width: 1070px;
	}
}
@media screen and (max-width: 768px){
	#header {
		display: none;
	}
	#header_sp {
		display: block;
/*		background-color: rgba( 255, 255, 255, 0.8 );*/
    background: #FFF;
		border-bottom: 1px solid #ccc;
    transition: .5s;
    position: absolute;
    width: 100%;
    z-index: 10;
    top: 0;
	}
	#header_sp .header_inner {
		width: 100%;
		height: 55px;
		margin: 0 auto;
		position: relative;
	}
	#header_sp .header_inner .h_logo {
		position: absolute;
		left: 8px;
		top: 11px;
	}
	#header_sp .header_inner .h_logo img {
		width: 300px;
		height: auto;
		border: 0;
		vertical-align: top;
		margin: 0;
	}
  #header_sp.hidehead {
      transform: translateY(-100%);
  }
  #header_sp.hidehead_fixed {
      position: fixed;
  }
}
/* ヘッダ End */

/* FV Start */
.topbox_fv {
    text-align: center;
    padding: 0;
}
.mainbg {
    display: block;
    position: relative;
    z-index: -1;
}
.mainbg img {
	margin: 0;
}

@media screen and (max-width: 768px){
	.topbox_fv {
		padding: 0;
	}
	.catch_top {
		background: none;
		height: 0;
	}
	.page-template {
		margin-top: 55px;
	}
}
/* FV End */

.toventure-link {
  display: inline-block;
  margin-bottom: .5em;
  padding: 0.5em 1em;
  background: linear-gradient(#FFF, #d2d2d3);
  border: 1px solid #d2ccc4;
  border-radius: 5px;
  color: #111 !important;
  font-size: 1.2em;
}
.toventure-link .svg-inline--fa  {
  color: #336c9d;
  font-size: .8em;
  margin-left: 10px;
}
.toventure-link:active {
  transform: translateY(3px);
}
.hp_btn {
		text-align: center;
	}
@media screen and (max-width: 768px){
  .toventure-link {
    font-size: 1.05em;
    padding: 0.5em;
  }
	
}
@media screen and (max-width: 435px){
.v4_img_books00 img {
    width: 40%;
}
  p.v4_img_books_text {
    font-size: .85em;
    padding-top: 18%;
	line-height: 1.7em!important;
}
	p.v4_img_books_text span {
    font-size: 1.2em;
	font-weight: bold;
	line-height: 1.4em!important;
}
	.text_pro {
		margin-bottom: 0.2em;
		
	}
}
@media screen and (max-width: 385px){
.v4_img_books00 img {
    width: 38%;
}
	p.v4_img_books_text span {
    font-size: 1.17em;
}
}
@media screen and (max-width: 355px){
p.v4_img_books_text {
    font-size: .75em;
}
}

@media screen and (max-width: 320px){
p.v4_img_books_text {
    font-size: .7em;
}
}


.fvund_txt {
  text-align: center;
  padding-top: 53px;
}
@media screen and (max-width: 768px){
  .fvund_txt {
    text-align: left;
    padding-top: 43px;
  }
}



/* 本 */
.books_d {
	width: 505px;
	max-width: 93%;
	margin: 3em auto 3em auto;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
}
.books_d .books_d_01 {
	width: 37%;
}
.books_d .books_d_02 {
	width: 62%;
	max-width: 62%;
	text-align: right;
}
.books_d .books_d_02 .books_d_txt {
	width: 100%;
	font-size: .8em;
	line-height: 1.4!important;
	margin-bottom: 1em;
	text-align: left;
}
.books_d .books_d_02 .books_d_txt .txt_l {
	font-weight: bold;
}
.books_d .books_d_02 .books_d_txt .txt_s {
	font-size: .9em;
}
.books_d .books_d_02 .books_d_mihiraki {
	width: 90%;
	margin-right: 1em;
}
.books_d .books_d_03 {
	width: 100%;
	margin-top: 1.4em;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-right: 1em;
}
.books_d .books_d_03 img {
	max-width: 30%;
}
@media screen and (max-width: 768px){
	.books_d {
		margin: 3em auto 2em auto;
	}	.books_d .books_d_02 {
		width: 14em;
		text-align: left;
	}
	.books_d .books_d_02 .books_d_txt {
		font-size: .85em;
		line-height: 1.5!important;
	}
	.books_d .books_d_02 .books_d_txt .txt_l {
		font-size: 1.17em;
	}
	.books_d .books_d_02 .books_d_txt .txt_s {
		font-size: 1em;
	}
	.books_d .books_d_02 .books_d_mihiraki {
		width: 85%;
		margin-right: 0;
		margin-left: 1em;
	}
	.books_d .books_d_03 {
		margin-right: 0;
	}
}




/* 運営者情報 */
.gaiyou_title {
  font-size: 2em;
  margin-bottom: 1em;
  font-weight: 700;
  text-align: center;
}
.gaiyou_lists {
  margin-bottom: 3em;
}
.gaiyou_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
  border-top: 1px solid #1c4678;
  border-bottom: 1px solid #1c4678;
  padding: .75em 0;
}
.gaiyou_list + .gaiyou_list {
    border-top: none;
}
.gaiyou_list .ttl {
  display: inline-block;
  font-weight: bold;
  color: #1c4678;
  min-width: 9em;
  padding-left: 1em;
}
.gaiyou_list p{
  margin: 0;
}
@media screen and (max-width: 768px){
  .gaiyou_list .ttl {
    min-width: 6em;
    padding-left: .5em;
  }
}

/* FV---------------------------------- */
.fv {
    background-image: url(https://vs-group.jp/tax/startup/new/wp/wp-content/themes/estventure/images/top/fv_bg.png);
    background-position: center top;
    background-size: cover;
    text-align: center;
    /* padding-top: 45px; */
}
.fv img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
}
	
/* FV下 ---------------------------------- */
.sodan {
    margin: 6em auto 1em auto;
    max-width: 900px;
}
.sodan p {
    margin: 0 auto;
}
.sodan_sec01 {
    width: 700px;
    max-width: 100%;
    margin: 0 auto 10px auto;
}
.sodan_l {
    float: left;
    margin-top: 1em;
    text-align: left;
    font-size: 1.2em;
}
.sodan_l li {
    margin-bottom: 1em;
    border-bottom: dotted 2px #cbcbcb;
}
.sodan_r {
    float: right;
}
.sodan_r img {
    height: 180px;
}
.sodan_sec02 {
    width: 750px;
    margin: 0 auto;
    font-size: 1.5em;
}
.v4_area04 {
    width: 800px;
    text-align: left;
}
@media screen and (max-width: 768px) {
    .sodan {
        margin: 3em auto 1em auto;
    }
	.sodan_sec01 {
        font-size: 0.9em;
    }
	.sodan_l {
        float: none;
        padding: 0 0.5em;
    }
	.sodan_l li {
        margin-bottom: 1em;
        border-bottom: dotted 2px #cbcbcb;
    }
	.sodan_r {
        display: none;
    }
	.sodan_sec02 {
        margin: 0 auto;
        max-width: 100%;
        width: 90%;
        font-size: 1.2em;
    }
}

/* レスポンシブバナー ---------------------------------- */
.message_area {
  background-color: #fffbf1;
  padding: 30px 0 40px;
  margin: 0 auto 30px;
  width: 780px;
  max-width: 98%;
  text-align: center;
}
.message_area_in {
  width: 94%;
  margin: 0 auto;
}
.message_area img.message_msg {
  width: 60%;
  margin: 0 auto;
}
.message_area img.lien, .message_area img.mail {
  width: 46% !important;
  padding: 0 5px;
}
@media (max-width: 768px) {
  .message_area img.message_msg {
    width: 100%;
  }
}

	.top_access {
	text-align: center;	
	}

/* 目次 ---------------------------------- */
.topmokuji {
  font-size: 95%;
  width: 500px;
  max-width: 98%;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(37, 64, 97);
  border-image: initial;
  padding: 10px;
  margin: 5em auto;
}
.topmokuji p.topmokuji_title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 1em;
  padding: 0px;
}
.topmokuji ul.topmokuji_list {
  display: inline-block;
}
.topmokuji ul.topmokuji_list li {
  text-align: left;
  margin-bottom: 3px;
}
	
/* フローチャート ---------------------------------- */
.flowchart-container {
            max-width: 620px;
            margin: 0 auto 2em;
            position: relative;
            padding: 20px 30px;
            border: 1px solid #aaa;
            background-image: url(https://vs-group.jp/startup/wp/wp-content/themes/vs-media/src-nagoya/images/inquiry/koushi_bg.gif);
        }

        .box {
            border-radius: 8px;
            padding: 15px 20px;
            margin: 10px;
            text-align: center;
            font-weight: bold;
            color: white;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
            position: relative;
        }

        .question-box {
            background: linear-gradient(135deg, #1976D2, #1b56b2);
            font-size: 18px;
            margin: 10px auto;
        }

        .answer-box {
            background: linear-gradient(135deg, #42A5F5, #1E88E5);
            font-size: 14px;
            padding: 12px 18px;
            max-width: 200px;
            margin: 10px;
            display: inline-block;
        }

        .result-box {
            background: linear-gradient(135deg, #4CAF50, #388E3C);
            font-size: 18px;
            padding: 10px;
            max-width: 300px;
            margin: 0 auto;
        }

        .flow-section {
            text-align: center;
        }

        .answer-group {
            display: flex;
            justify-content: center;
            gap: 20px;
            margin: 20px 0;
            flex-wrap: wrap;
        }

        .q-arrow {
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-top: 15px solid #2196F3;
            margin: 10px auto;
        }

        .arrow-horizontal {
            width: 15px;
            height: 0;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            border-left: 20px solid #2196F3;
            margin: 15px auto;
        }

        .connection-line {
            height: 2px;
            background-color: #2196F3;
            margin: 0 auto;
        }

        .vertical-line {
            width: 2px;
            background-color: #2196F3;
            margin: 0 auto;
			height: 100px;
        }

        .branch-container {
            position: relative;
            margin: 10px 0 10px;
			display: flex;
        }


        .path-yes, .path-no {
            display: inline-block;
            width: 45%;
            vertical-align: top;
            margin: 0 2.5%;
        }

        .label {
            font-size: 14px;
            color: #1976D2;
            font-weight: bold;
            margin: 10px auto;
			border: 1px solid;
			width: 70%;
			padding: 10px;
			background: #fff;
        }

        @media (max-width: 768px) {
            .answer-group {
                flex-direction: column;
                align-items: center;
            }
            
            .path-yes, .path-no {
                width: 90%;
                margin: 5px 5%;
            }
            
            .question-box {
                font-size: 14px;
                max-width: 100%;
            }
			.result-box {
            font-size: 1em;
            padding: 5px;
        }
			.vertical-line {
            height: 70px;
        }
        }

        .highlight {
            background: linear-gradient(135deg, #FF9800, #F57C00);
        }

        @keyframes pulse {
            0% { transform: scale(1); }
            50% { transform: scale(1.05); }
            100% { transform: scale(1); }
        }
/* 料金表 ---------------------------------- */
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
}
.tab-label {
  width: 10em;
  color: #333333;
  background: #fff;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  border: 2px solid #0042ad;
  border-radius: 4px 4px 0 0;
  margin: 5px auto -2px;
  padding: 10px 0.5em 10px;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  float: left;
  font-size: 1.1em;
	box-sizing: border-box;
	transition: all 0.5s 0s ease;
}
.tab-switch:checked+.tab-label { /* アクティブなタブ */
  color: #0042ad;
  background: #eef4fe;
  border-bottom-color: #eef4fe;
}
.tab-switch:checked+.tab-label+.tab-content {
  width: 100%;
  padding: 25px 4% 0;
  border-top: 2px solid #0042ad;
  display: block;
  background: #eef4fe;
}
.tab-switch { /* ラジオボタン非表示 */
  display: none;
}
.cost_tbl01 {
  border-collapse: collapse;
  margin: 0 auto 10px;
  font-size: 12px;
	width: 100%;
}
.cost_tbl01 .th00 {
  width: 15%;
  border: 1px solid #cacaca;
  background: #e5e5e5;
}
.cost_tbl01 .th01, .cost_tbl01 .th02, .cost_tbl01 .th03 {
  width: 20%;
  padding: 0;
  vertical-align: middle;
  border: 1px solid #cacaca;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: normal;
}
.cost_tbl01 .th01 {
	width: 18%;
  background: #e5e5e5;
}
.cost_tbl01 .th03 {
	color: #fff;
  letter-spacing: -0.1em;
  background: #0042ad;
}
.cost_tbl01 th {
  padding: 0;
  background: #e5e5e5;
  border: 1px solid #cacaca;
  font-weight: normal;
	line-height: 1.2em;
  vertical-align: middle;
  text-align: center;
}
.cost_tbl01 .th_col_tit02 {
  padding: 0;
  background: #e5e5e5;
  border: 1px solid #cacaca;
  font-weight: bold;
	color: #024eae;
	font-size: 1.3em;
  vertical-align: middle;
}
.cost_tbl01 td {
  padding: 0;
  border: 1px solid #cacaca;
  text-align: center;
  background: #FFF;
  height: 40px;
  font-size: 1.3em;
  vertical-align: middle;
}
.cost_tbl01 tr.tr_gokei td {
  border-top-width: 2px;
  font-weight: bold;
}
.cost_tbl01 tr.tr_gokei td:first-child {
  background: #e5e5e5;
}
.cost_tbl01 tr.tr_none td {
  height: 7px;
  border: none;
  background: none;
}
.cost_tbl01 .titin_t {
  border-bottom: none;
}
.cost_tbl01 .titin_l {
  border-top: none;
  border-bottom: none;
  width: 5%;
  height: 25px;
}
.cost_tbl01 .titin_r {
  font-size: 1em;
  padding-left: .5em;
  width: 30%;
  height: 25px;
  line-height: 1.2;
}
.cost_tbl01 .th_col_tit02.titin_r {
  width: 25%;
}
.cost_tbl01 .txt_sml {
  font-size: 11px;
}
.cost_tbl01 .col_blue {
  border: solid 3px #0042ad;
}
.cost_tbl01 .txt_0 {
	color: #024eae;
	line-height: 1.1em;
  font-weight: bold;
}
.tab-wrap .kome {
  font-size: .80em;
  margin-bottom: 30px;
}
.tab-wrap .js-marker {
  display: inline;
  position: relative;
  background-image: linear-gradient(90deg, #ffe763, #ffe763);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 40%;
  transition: all 1s ease-in-out;
  font-weight: bold;
  background-size: 100% 40%;
}

/* テーブル ---------------------------------- */
.tbldef {
  border-collapse: collapse;
  margin: 0 auto 20px;
  width: 100%;
}
.tbldef th {
  padding: 10px;
  border: 1px solid #cacaca;
  font-weight: normal;
  line-height: 1.2em;
  vertical-align: middle;
  text-align: center;
  letter-spacing: -0.1em;
  background: #d5e5f5;
  min-width: 4em;
}
.tbldef th.bg_blue {
  color: #FFF;
  background: #083d88;
}
.tbldef td {
  padding: 10px;
  border: 1px solid #cacaca;
  text-align: left;
  background: #FFF;
  vertical-align: middle;
  min-width: 8em;
}

/* 見出し ---------------------------------- */
h3.midashi {
  padding-bottom: 3px;
  text-align: center;
  color: #254061;
  margin: 3em auto 1.3em auto;
  font-size: 30px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  font-family: 'Noto Sans', 'Noto Sans CJK JP', 'Noto Sans CJK JP Subset', sans-serif;
  font-feature-settings: "pkna";
  font-weight: bold;
  float: none;
}

/* 代表者住所 ---------------------------------- */
.daihyosha_wrapper {
  margin-bottom: 50px;
  text-align: center;
}
.daihyosha_wrapper>p>img {
  margin-bottom: 30px;
}
.daihyosha_wrapper .red_s {
  color: #c52e26;
}

/* 顧問料金 ---------------------------------- */
.komonryokin .komonryokin_title {
  color: #1b56b2;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
}
.komonryokin_jikeika {
    color: #1b56b2;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0;
    padding: 3px 0;
    margin: 2em auto 1em;
    border-top: 1px solid #1b56b2;
    border-bottom: 1px solid #1b56b2;
}
.top_tbl th, .top_tbl_td01 {
    text-align: center !important;
    vertical-align: middle !important;
}

.top_tbl, .top_tbl th, .top_tbl td {
    border: 1px solid #cacaca;
    border-collapse: collapse;
}

.top_tbl_th01 {
    background: #083d88;
    color: #FFF;
    height: 50px;
    vertical-align: middle;
}

.top_tbl_th02 {
    background: #e0f2ff;
}

.top_tbl td {
    text-align: left;
    vertical-align: top;
    padding: 7px;
}
@media (max-width: 768px) {
  .komonryokin .komonryokin_title {
      font-size: 26px;
  }
}

/* リスト ---------------------------------- */
ul.lstdef {
  margin-bottom: 30px;
  line-height: 2;
  text-align: left;
  border: solid 2px #7cabf3;
  padding: 20px 10px;
}
ul.lstdef li {
  background: url(https://vs-group.jp/startup/wp/wp-content/themes/vs-media/src-nagoya/images/inquiry/check_02.png) left 8px no-repeat;
  padding: 0 0 0 30px;
  border-bottom: dotted 2px #cacaca;
  margin-bottom: 10px;
}

/* ボックス ---------------------------------- */
div.lstbox {
  border: solid 1px #254061;
  line-height: 1.5;
  text-align: center;
  width: 75%;
  max-width: 100%;
  margin: 0 auto 1.5em;
  font-size: .9em;
}
div.lstbox .lstbox_title {
  background: #d5e5f5;
  padding: .75em 0;
  border-bottom: solid 1px #254061;
  font-weight: bold;
}
div.lstbox ul {
  padding: 5px;
  text-align: left;
  margin: 1.5em auto;
}
div.lstbox ul li {
  list-style: disc;
  margin-left: 30px;
  margin-bottom: .5em;
}
div.lstbox ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  div.lstbox {
    width: 100%;
  }
}

/* フローボックス ---------------------------------- */
.flowBox01{
	background: #D1DDED;
	padding: 0px 0 5px 0;
}
.flowBox01 h3{
	background: #5177A8;
	font-size: 19px;
	font-weight: normal;
	color: #fff;
	text-align: center;
	border-bottom: 0px;
	padding-top: 12px;
	padding-bottom: 10px;
}
.flowBox01 p{
	background: #5177A8;
	font-size: 19px;
	font-weight: normal;
	color: #fff;
	text-align: center;
	border-bottom: 0px;
  margin: 40px 0 10px 0;
  line-height: 1.2em;
	padding-top: 12px;
	padding-bottom: 10px;
}
.flowBox01 h3::before,.flowBox01 h3::after{display: none;}
.flowBox01 ul{
    margin: 15px;
    border-bottom: none !important;
}
.flowBox01 ul li{
	background: #fff;
	color: #5177A8;
	font-size: 18px;
	padding: 13px 10px 10px 10px  ;
	margin: 0;
	border-radius: 5px;
	position: relative;
	list-style: none;
	margin-bottom: 50px !important;
}
.flowBox01 ul li::after{
	position: absolute;
	content: '';
	display: block;
	width: 36px;
	height: 36px;
	background-image: url(https://vs-group.jp/startup/wp/wp-content/themes/vs-media/src-nagoya/images/inquiry/ar_icon_2.png);
	background-size: contain;
	bottom: -45px;
	left:45%;
}
.flowBox01 ul li:last-child{
    margin-bottom: 0.8em !important;
}
.flowBox01 ul li.last::after{ display: none; }
.flowBox01 ul li.num::after{left:calc( 45% - 41px );}
.flowBox01 ul li.num{ border-left: 75px solid #5177A8; }
.flowBox01 ul li span.step{
	display: block;
	color: #fff;
	font-size: 16px;
	position:absolute;
	top: 50%;
	left: -65px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.flowBox01 ul li span.txt{
	font-size: 16px;
}

.flowBox01.flowBox01org {
	background: #fffbf1;
}
.flowBox01.flowBox01org h3
, .flowBox01.flowBox01org p{
	background: #ffa500;
}
.flowBox01.flowBox01org ul li{
	color: #a0522d;
}
.flowBox01.flowBox01org ul li.num{
  border-left: 75px solid #ffa500;
}
.flowBox01.flowBox01org ul li::after{
	filter: invert(100%) brightness(150%);
}
	
/* faq ---------------------------------- */
.faq-container {
            width: 100%;
            max-width: 800px;
            background-color: #fff;
            border-radius: 12px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            overflow: hidden;
        }

.faq-container .header {
            background-color: #f19236;
            color: #fff;
            text-align: center;
            padding: 25px 0;
            font-size: 1.5rem;
            font-weight: bold;
        }

.faq-container .faq-list {
            padding: 20px;
        }

.faq-container .faq-item {
            border: 1px solid #ccc;
            border-radius: 8px;
            margin-bottom: 20px;
            overflow: hidden;
        }

.faq-container .faq-item:last-child {
            margin-bottom: 0;
        }

.faq-container .question {
            background-color: #ffe6c7;
            padding: 20px;
            font-weight: 600;
            font-size: 1rem;
            color: #333;
        }
.faq-container .answer {
            background-color: #fff;
            padding: 20px;
            color: #555;
            font-size: 0.95rem;
            line-height: 1.6;
            border-top: 1px solid #eee;
        }
@media screen and (max-width: 768px) {
.faq-container .header {
    font-size: 1em;
}
	.faq-container .question {
    font-size: 0.9em;
}
	.faq-container .answer {
    font-size: 0.9em;
}
}
/* スタッフ ---------------------------------- */
  .staff_box01 {
    box-shadow: 0 0 0 1px #7cabf3, 0px 0px 0 3px #fff, 0px 0px 0px 6px #7cabf3;
    padding: 30px 30px 5px 30px;
    margin-bottom: 40px;
	background: #FFF;
}
.staff_box01 dt {
/*    border-bottom: 2px dotted #1b56b2;*/
    width: 500px;
    float: left;
	font-weight: bold;
}
.staff_box01 dd {
	color: #555;
	font-size: 0.8em;
}
.staff_box01 table {
    color: #555;
    font-size: 0.8em;
    margin: 2em 0;
	border-collapse: collapse;
	display: inline-table;
    width: 100%;
}
.staff_box01 table th, .staff_box01 table td{
	padding: 10px;
	border: 1px solid #cacaca;
    border-collapse: collapse;
}
.staff_box01 table th {
    background: #eee;
	    width: 20%;
}
@media screen and (max-width: 768px) {
	.staff_box01 {
		padding: 0.5em 0.5em 0.1em 0.5em;
	}
	.staff_box01 dt {
		margin-bottom: 1em;
		width: 100%;
		/*float: none;*/
	}
	.staff_box01 dd {
		margin: 0;
	}
	.staff_box01 table {
		margin: 0 0 2em;
	}
}

   
/* 会社案内 ---------------------------------- */   
h2.midashi_w {
    color: #FFF;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.9);
    border-color: #FFF;
    margin-top: 0;
}
.company_tbl {
  margin : 0 auto 3em;
}
.company_tbl th {
  width: 7em;
  vertical-align: top;
}
.v4_venture .v4_box01 {
    background: #EEFBFF;
	color: #333;
	padding: 3em 3em 2em 3em;
	margin-bottom: 3.5em;
}
.v4_area04 {
    width: 900px;
    text-align: left;
}
.daihyo_aisatu {
    padding: 2em 3em;
    font-size: 1.2em;
    max-width: 800px;
		  }
@media screen and (max-width: 768px){
.daihyo_aisatu {
    padding: 2%;
    max-width: 90%;
	font-size: 1em;
		  }
.v4_venture .v4_box01 {
    padding: 5% 0;
}
	}
		  
/* -- CM ------------------- */
.cmarea {
  margin: 0 auto;
  padding: 50px 10px;
  text-align: center;
}
.cmarea .cmarea_txt {
  text-align: left;
  margin: 30px 0 0;
  display: inline-block;
}
.cmarea .cmarea_txt p {
  margin-bottom: 15px;
}
.cmarea h3 {
  margin: 20px 0;
  text-align: left;
  font-size: 22px;
  border-bottom: #083d88 2px solid;
  color: #2150bf;
}
.cmarea .cmarea_cm {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}
.cmarea .cmarea_cm iframe {
  width: 420px;
  height: 246px;
  max-width: 49.5%;
  margin-bottom: 20px;
}
.cmarea .cmarea_book {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  column-gap: 20px;
  padding: 0 10px;
}
@media screen and (max-width: 768px){
.cmarea .cmarea_cm iframe {
  /*width: 100%;*/
  /*height: 200px;*/
  max-width: 100%;
  margin-bottom: 20px;
}
}
/*会社MAP--------------------------------------------------------------*/
.company_map {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1em 0;
}
.map_box .map_img {
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}
.map_box {
  width: 46%;

  background: #FFF;
  color: #333;
  margin-right: 0;
  padding: 10px;
  border: 1px #CCC solid;
  vertical-align: top;
  margin-bottom: 15px;
}
.map_box .office_name {
    background: #1f5ddb;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 0px 0px;
    text-align: center;
    color: #FFC;
    font-weight: bold;
    margin-bottom: 10px;
}
.map_box .office_add {
    border-left: 3px #1f5ddb solid;
    padding: 5px 0px 5px 10px;
    width: 90%;
    margin: 0 auto;
    text-align: left;
}

.map_box .office_add a {
  text-decoration: none;
  font-size: 0.9em;
}
.map_box .office_add a:hover {
  text-decoration: underline;
}
.box_office {
  width: 30%;
}
@media only screen and (max-width: 768px) {
  .map_box {
    width: 100%;
  }
  .map_box .office_name {
    background: #224bb3;
    padding: 0.3em 10px;
    margin-bottom: 20px;
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }  
  .map_box .map_img {
    text-align: center;
    margin-bottom: 10px;
  }
	.map_box .office_add {
		font-size: 1.35em;
	}
}


/* 印刷用 */
@media print{
	.spDisplayOn{
		display: none;
	}
}
/* --------------------------------------------------------------------------------------
	▲ style-inquiry
--------------------------------------------------------------------------------------- */











/* スマホの下部固定バナー Start */
.v2022-sp-fixedmenu02 {
  display:none;
}
@media (max-width: 768px){
	/*SP Footer Fixed MENU*/
  .v2022-sp-fixedmenu02 {
    width: 100%;
    background: rgba(242, 242, 242, 0.9);
    position:fixed;
    display: block;
    z-index: 25000;
    bottom: 0;
    padding: 5px 0 0 0;
  }
  .v2022-sp-fixedmenu02 p {
    line-height: 1;
    margin: 0 5px 0 0;
    text-align: center;
  }
  .v2022-sp-fixedmenu02 p.sp-fixedmenu_btn_02_txt {
    width: 18%;
    font-size: 12px;
    line-height: 1.25;
    background: #fff;
    color: #045eac;
    padding: 1px;
    border-radius: 4px;
  }
  .v2022-sp-fixedmenu02 span.sp-fixedmenu_btn_02_txt02 {
    font-weight: normal;
    font-size: 10px;
  }
  .v2022-sp-fixedmenu02 .sp-fixedmenu_btn_02 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    text-align: center;
  }
  .v2022-sp-fixedmenu02 .v2022-sp-telbt_02 lottie-player {
    width: 12% !important;
    height: 12% !important;
  }
  .v2022-sp-fixedmenu02 a.v2022-sp-telbt_02
  , .v2022-sp-fixedmenu02 a.v2022-sp-mailbt_02
  , .v2022-sp-fixedmenu02 a.v2022-sp-linebt {
      max-height: 48px;
      border-right: 1px solid #ffffff;
     box-sizing: border-box; 
  } 
  .v2022-sp-fixedmenu02 a.v2022-sp-telbt_02{
    background: #045eac;
    display: flex;
    align-items: center;
    width: 54%;
    color: #ffffff;
    padding: 15px 0;
    font-size: 13px;
    font-weight: 700;
    justify-content: center;
  } 
  .v2022-sp-fixedmenu02 a.v2022-sp-mailbt_02{
    background: #47badc;
    width: 23%;
    padding: 0 0 5px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    color: #fff;
    justify-content: center;
  }   
  .v2022-sp-fixedmenu02 a.v2022-sp-linebt{
    background: #06C755;
    width: 23%;
    padding: 15px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    color: #fff;
    justify-content: center;
  }   
  .v2022-sp-fixedmenu02 a.v2022-sp-linebt img{
    margin-bottom: 0;
    padding-top: 8px;
  }
}
/* スマホの下部固定バナー End */

/* トップのアクセス Start */
.top_access {
  background: #fffaef;
  padding: 50px 0 30px;
}
.top_access .v4_img03 {
    margin-bottom: 15px;
}

@media (max-width: 768px) {
  .top_access .v4_img03 img {
    width: 175px;
    max-width: 48%;
    height: auto;
    margin-right: 1%
  }
  .top_access .v4_img03 iframe {
    width: 175px;
    max-width: 48%;
    height: 175px;
  }
}
/* トップのアクセス End */


/* トップの管轄税務署 Start */
.zeimusho .top_tbl tr td {
    vertical-align: middle;
}
.zeimusho .top_tbl tr td:nth-of-type(1)
,.zeimusho .top_tbl tr td:nth-of-type(3)
,.zeimusho .top_tbl tr td:nth-of-type(5) {
  text-align: center;
}
/* トップの管轄税務署 End */



/* トップの会社概要 Start */
.company_tbl th {
  width: 9em!important;
  vertical-align: middle!important;
  padding: 10px 0 10px 10px;
  border-bottom: 1px solid #fff;
  text-align: left;
}
.company_tbl td {
  padding: 10px 0 10px 10px;
  border-bottom: 1px solid #fff;
  text-align: left;
}
/* トップの管轄税務署 End */


/* スタッフ紹介一覧 Start */
/* https://vs-group.jp/tax/startup/nagoya-establish/staff/ */
#stafflst {
  width: 1100px;
  max-width: 92%;
  margin: 30px auto;
}
#stafflst ul.staff_list
{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
	list-style		: none;
	margin-bottom : 50px;
}
#stafflst ul.staff_list li
{
  vertical-align 	: top;
	text-align		:center;
	padding: 2%;
  box-sizing: border-box;
  
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
#stafflst ul.staff_list img {
  border-radius: 80px;
  border: 5px #3fbade solid;
  display: block;
  margin: 10px auto;
  max-width: 100%;
  height: auto;
}
#stafflst ul.staff_list img:hover
{
  opacity:0.7;
}
#stafflst ul.staff_list li a {
  color: #999;
}
@media (min-width: 576px) {
  #stafflst ul.staff_list li {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media (min-width: 768px) {
  #stafflst ul.staff_list li {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
/* スタッフ紹介一覧 End */


/* スタッフ紹介 個別ページ Start */
#staff {
  width: 1100px;
  max-width: 92%;
  margin: 30px auto;
}
#staff table.profile-table {
	width: 100%;
	margin: 30px 0 0;
	border-collapse: collapse;
}
#staff table.profile-table th
, #staff table.profile-table td {
	padding: 10px;
	border: solid 1px #a0a0a0;
	font-size: 14px;
}
#staff table.profile-table th {
	width: 120px;
	background: #e0e0e0;
  font-weight: bold;
}
#staff .tostafflist {
  text-align: center;
}
#staff .tostafflist a {
  margin: 50px auto;
  padding: 5px 20px;
  display: inline-block;
  border: solid 1px #a0a0a0;
  background: #e0e0e0;
  color: #000;
}
@media (max-width: 768px) {
  #staff table {
      width: 100%;
  }
  #staff table td
  , #staff table.profile-table th {
    display: block;
    width: 100%;
  }
  #staff table img {
    display: block;
    margin: 0 auto 20px;
  }
}
/* スタッフ紹介 個別ページ End */



/* パンくずリスト Start */
.breadcrumbs{
  font-size: 12px;
  width: 1100px;
  max-width: 100%;
  margin: 30px auto 0;
}
.breadcrumbs ul{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.breadcrumbs ul li{
    margin-right: 10px;
}
.breadcrumbs ul li a{
  color: #000;
    text-decoration: none;
}
.breadcrumbs ul li a:hover{
  text-decoration: underline;
}
@media (max-width: 768px) {
    .breadcrumbs{
        padding:5px;
        font-size: 10px;
    }
    .breadcrumbs ul li{
      margin-right: 5px; 
    }
}
/* パンくずリスト End */