@charset "utf-8";

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
 SUPPORT
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

#support-index-inner {
	margin: 0 0 0 -50px;
	font-size:0;
}
#support-index-inner section {
	width: 300px;
	padding: 0 0 10%;
	margin: 0 0 0 50px;
	display: inline-block;
	text-decoration: none;
	vertical-align: top;

}
#support-index-inner section img {
	margin: 0 0 5px;
}
#support-index-inner section h2 a {
	color: #084056;
	font-size: 16px;
	line-height: 1.6;
	text-decoration: none;
}
#support-index-inner section h2 a:hover {
	text-decoration: underline;
}
#support-index-inner section p {
	font-size: 14px;
}

/*==========================================
 詳細ページのスタイル
===========================================*/
#support-con {
	margin: 0 0 10%;
}
#support-con-wrap {
	padding: 0 0 5em;
}
#support-con-wrap .columnBlock01 { width: 280px; }
#support-con-wrap .columnBlock02 { width: 700px; }

#support-con-wrap .columnBlock02 h2 {
	margin: 0 0 0.5em;
	color: #084056;
	font-size: 24px;
	line-height: 1.4;
}
#support-con-wrap .columnBlock02 h2 span {
	padding: 5px 0 0;
	font-size: 15px;
	font-weight: normal;
	display: block;
}
#support-con-wrap .columnBlock01 img {
	padding: 0 0 20px;
}
#support-con-wrap .columnBlock01 a:hover img {
	opacity: 0.7;
}
#support-con a.bkLink {
	width: 335px;
	margin: 0 auto;
	padding: 15px 0 13px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	display: block;
	border: 2px solid #28292D;
	background: #28292D;
	border-radius: 5px;
	font-size: 22px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#support-con a.bkLink:hover {
	background: #FFF;
	color: #28292D;
}
#support-link {
	margin: 0 0 10%;
	padding: 3% 0;
	text-align: center;
	border: solid 1px #CCC;
}
#support-link h3 {
	margin: 0 0 1em;
	font-size: 22px;
	color: #084056;
}
#support-link a {
	width: 335px;
	margin: 1em auto 0;
	padding: 15px 0 13px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	display: block;
	border: 2px solid #084056;
	background: #084056;
	border-radius: 5px;
	font-size: 22px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#support-link a:hover {
	background: #FFF;
	color: #084056;
}
/* PC向けレイアウトの指定：981px以上では固定レイアウト */
@media only screen and (max-width: 767px) {
	#support-index .wrap {
		width: 100%;
	}
	#support-index-inner {
		width: 94%;
		margin: 0 auto;
	}
	#support-index-inner section {
		width: 100%;
		padding: 0;
		margin: 0 0 10%;
		display: block;
		-webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	}
	#support-index-inner section a {
		text-align: center;
		display: block;
	}
	#support-index-inner section img {
		max-width: 100%;
	}
/*==========================================
 詳細ページのスタイル
===========================================*/
	#support-con {
		width: 100%;
		margin: 0 0 10%;
	}
	#support-con-wrap {
		padding: 0 0 1em;
	}
	#support-con-wrap .columnBlock01 {
		margin: 0 0 5%;
		width: 100%;
		float: none;
		text-align: center;
	}
	#support-con-wrap .columnBlock02 { width: 100%; float: none; }

	#support-con a.bkLink {
		width: 100%;
		font-size: 18px;
	}
	#support-link {
		margin: 0 0 10%;
		padding: 3%;
		text-align: center;
		border: solid 1px #CCC;
	}
	#support-link h3 {
		margin: 0 0 1em;
		font-size: 22px;
		color: #084056;
	}
	#support-link a {
		width: 100%;
		font-size: 18px;
	}
}

section#support-price {
	margin: 0 0 8%;
}
section#support-price p {
	margin: 0 0 15px;
}
section#support-price p.tax {
	padding: 0;
	margin: 0 0 3px;
	text-align: right;
	font-size: 12px;
	line-height: 1.2;
}
#support-price h2 {
	color: #084056;
	font-size: 32px;
	font-weight: normal;
	line-height: 1.6;
	margin: 0 0 0.7em;
	text-align: center;
}
#support-price h3 {
	margin: 20px 0 10px;
	color: #084056;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
}
#support-price table {
	width: 100%;
	margin: 0 0 20px;
	border-top: solid 1px #CCC;
	border-left: solid 1px #CCC;
}
#support-price table th,
#support-price table td {
	padding: 1em;
	border-bottom: solid 1px #CCC;
	border-right: solid 1px #CCC;
	text-align: center;
	line-height: 1.6;
}
#support-price table th span,
#support-price table td span {
	font-size: 12px;
	font-weight: normal;
}
#support-price table tr:nth-child(odd) { background-color:#EFEFEF; }

#support-price table th {
	background-color:#e2e2e2;
	font-weight: bold;
	vertical-align: middle;
}
#support-price table th.typ01 {
	position: relative;
	background-color:#084056;
	color: #FFF;
}
#support-price table th.typ01::before {
	position: absolute;
	left: 50%;
	top: -20px;
	width: 150px;
	height: 30px;
	margin: 0 0 0 -75px;
	box-sizing: border-box;
	background-color: #FFF;
	border: 2px solid #084056;
	border-radius: 15px;
	content: "おすすめ";
	font-size: 17px;
	color: #084056;
	text-align: center;
}
#support-price table td {
	vertical-align: middle;
}
#support-price table td.typ01 {
	font-size: 18px;
	font-weight: bold;
	color: #084056;
}
#support-price table th.left-01 {
	width: 200px;
	text-align: left;
}
#support-price table th.left {
	text-align: left;
}
#support-price .supportWaku {
	width: 96%;
	margin: 0 0 20px;
	padding: 15px 2% 5px;
	border: solid 1px #CCC;
	background: rgb(252, 255, 232);
}
#support-price .supportWaku span {
	color: #084056;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
}
@media only screen and (max-width: 767px) {
	#support-price h2 {
		font-size: 22px;
		margin: 0 0 0.4em;
	}
	#support-price section p {
		padding: 0.5em 0 0;
		font-size: 12px;
	}
	#support-price table th,
	#support-price table td {
		padding: 0.5em;
		font-size: 12px;
	}
	#support-price table th.left-01 {
		width: 100px;
	}
	#support-price table th.typ01::before {
		display: none;
	}
	#support-price table td.typ01 {
		font-size: 14px;
	}
}


/*==========================================
 廃業支援サービスのスタイル
===========================================*/
#supportClose {
	padding: 50px 0 150px;
}
#supportClose .supportLayout01 {
	width: 100%;
	height: 800px;
	padding: 50px 0 0;
	box-sizing: border-box;
	background-color: #084056;
	text-align: center;
}
#supportClose .supportLayout01 img {
	width: 882px;
	height: auto;
}
#supportClose .supportLayout02 {
	width: 100%;
	padding: 150px 0 50px;
	box-sizing: border-box;
	background-color: #F9F9F9;
}
#supportClose .supportLayout02 .supportLayout02Area {
	width: 1000px;
	margin: 0 auto;
}
#supportClose .supportLayout02 .column_L {
	float: left;
	width: 400px;
}
#supportClose .supportLayout02 .column_L img {
	width: 100%;
	height: auto;
}
#supportClose .supportLayout02 .column_R {
	float: right;
	width: 560px;
}
#supportClose .supportLayout02 .column_R h2 {
	font-size: 25px;
  line-height: 1.4;
  color: #084056;
}
#supportClose .supportLayout02 .column_R p {
	padding: 15px 0 0;
	font-size: 16px;
  line-height: 1.8;
}
#supportClose .supportLayout03 {
	width: 100%;
	padding: 50px 0;
	box-sizing: border-box;
	background-color: #084056;
	text-align: center;
}
#supportClose .supportLayout03 img {
	width: 923px;
	height: auto;
}

#supportClose .supportLayout04 {
	width: 1000px;
	margin: 0 auto;
	padding: 80px 0 0;
	box-sizing: border-box;
}
#supportClose .supportLayout04 h3 {
	font-size: 24px;
	color: #084056;
	text-align: center;
}
#supportClose .supportLayout04 p {
	padding: 15px 0 0;
	font-size: 16px;
  line-height: 1.8;
	text-align: center;
}
#supportClose .supportLayout04 .column_L {
	float: left;
	width: 460px;
	margin: 30px 0;
}
#supportClose .supportLayout04 .column_R {
	float: right;
	width: 460px;
	margin: 30px 0;
}
#supportClose .supportLayout04 .column_L img,
#supportClose .supportLayout04 .column_R img {
	width: 100%;
	height: auto;
}
#supportClose .supportLayout04 .column_L h4,
#supportClose .supportLayout04 .column_R h4 {
	padding: 10px 0 0;
	font-size: 20px;
}
#supportClose .supportLayout04 .column_L p.title,
#supportClose .supportLayout04 .column_R p.title {
	padding: 10px 0 0;
	font-size: 16px;
	text-align: left;
}
#supportClose .supportLayout04 .column_L p,
#supportClose .supportLayout04 .column_R p {
	padding: 10px 0 0;
	font-size: 14px;
	text-align: left;
	line-height: 1.8;
}

#supportClose .supportLayout05 {
	width: 100%;
	margin: 50px 0 0;
	padding: 50px 0;
	box-sizing: border-box;
	background-color: #F9F9F9;
}
#supportClose .supportLayout05 h3 {
	font-size: 24px;
	color: #084056;
	text-align: center;
}
#supportClose .supportLayout05 p {
	padding: 20px 0 0;
	font-size: 18px;
  line-height: 1.8;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	#supportClose {
		padding: 0 0 50px;
	}
	#supportClose .supportLayout01 {
		width: 100%;
		height: auto;
		padding: 20px 0 0;
	}
	#supportClose .supportLayout01 img {
		width: 96%;
		height: auto;
	}
	#supportClose .supportLayout02 {
		padding: 50px 0 50px;
	}
	#supportClose .supportLayout02 .supportLayout02Area {
		width: 90%;
		margin: 0 5%;
	}
	#supportClose .supportLayout02 .column_L {
		float: none;
		width: 100%;
		margin: 0 0 10px;
	}
	#supportClose .supportLayout02 .column_R {
		float: none;
		width: 100%;
	}
	#supportClose .supportLayout02 .column_R h2 {
		font-size: 18px;
	}
	#supportClose .supportLayout02 .column_R p {
		padding: 10px 0 0;
		font-size: 14px;
	}
	#supportClose .supportLayout03 {
		padding: 30px 0;
	}
	#supportClose .supportLayout03 img {
		width: 90%;
		height: auto;
	}

	#supportClose .supportLayout04 {
		width: 90%;
		margin: 0 5%;
		padding: 40px 0 0;
	}
	#supportClose .supportLayout04 h3 {
		font-size: 20px;
	}
	#supportClose .supportLayout04 p {
		padding: 10px 0 0;
		font-size: 14px;
	}
	#supportClose .supportLayout04 .column_L {
		float: none;
		width: 100%;
		margin: 20px 0 40px;
	}
	#supportClose .supportLayout04 .column_R {
		float: none;
		width: 100%;
		margin: 0 0 40px;
	}
	#supportClose .supportLayout04 .column_L h4,
	#supportClose .supportLayout04 .column_R h4 {
		font-size: 20px;
	}
	#supportClose .supportLayout04 .column_L p.title,
	#supportClose .supportLayout04 .column_R p.title {
		padding: 5px 0 0;
		font-size: 15px;
	}
	#supportClose .supportLayout04 .column_L p,
	#supportClose .supportLayout04 .column_R p {
		padding: 5px 0 0;
		font-size: 13px;
	}

	#supportClose .supportLayout05 h3 {
		font-size: 20px;
	}
	#supportClose .supportLayout05 p {
		padding: 20px 0 0;
		font-size: 14px;
	}
}
