@charset "utf-8";

/*sideのPICK UP表示設定*/
@import url(side-pickup_support.css);

/*カラー設定*/
/*ビギナーズサポート*/
.beginner h1 strong,
ul.support li:nth-child(1) a strong {
	color: #6094CE;
}

/*最短起業サポート*/
.speed h1 strong,
ul.support li:nth-child(2) a strong {
	color: #DC6998;
}

/*効率サポート*/
.efficient h1 strong,
ul.support li:nth-child(3) a strong {
	color: #3AAFA2;
}

/*サポート一覧*/

#support-home h1 {
	color: #283764;
}

ul.support {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
	margin-top: 2.0em;
}

ul.support li a {
	display: block;
	width: 380px;
	color: #000;
}

ul.support li a img {
	width: 100%;
	height: auto;
}

ul.support li a .exp {
	padding: 10px 15px;
	text-align: center;
}

ul.support li a .exp small {
	font-size: 1.0em;
	font-weight: bold;
}

ul.support li a .exp strong {
	font-size: 1.5em;
	margin-top: 0.5em;
}

ul.support li a {
	box-shadow: 0 0 8px rgba(0,0,0,0.4);
}

/* SP */
@media screen and (max-width:767px) {
ul.support {
	flex-direction: column;
}

ul.support li {
margin-bottom: 1.5em;
}

ul.support li a {
	display: block;
	width: 100%;
	background-size: contain;
}

ul.support li a img {
	width: 100%;
}
}

/* Tablet */
@media only screen and (min-width: 767px) and (max-width:1024px) {
ul.support {
	flex-direction: column;
	align-items: center;
}

ul.support li {
margin-bottom: 1.5em;
}
}

/*ページ*/
#support h1 {
	text-align: center;
}

#support h1 small {
	font-weight: normal;
	font-size: 0.8em;
}

#support h1 strong {
	font-size: 1.2em;
}

h3,h4 {
	color: #283764;
}

.image-pict img {
	width: 100%;
	height: auto;
}

#introduction {
	padding: 1.5em;
	background-color: #E7E7E7;
}

#support .main-area {
	width: 830px;
	margin-top: 1.5em;
}

.point-box {
	border: 1px #000 solid;
	padding: 10px;
	margin: 1.0em 0;
}

.point-box ol {
	margin: 0;
	/*padding: 0;*/
}

.efficient .fig {
	text-align: center;
	margin-bottom: 2.0em;
}

/* SP */
@media screen and (max-width:767px) {
	#support h1 small {
	font-size: 0.6em;
}

#support h1 strong {
	font-size: 1.0em;
}
#support .main-area {
	width: 100%;
}

.efficient .fig img {
	width: 100%;
	height: auto;
}

.efficient .fig {
	margin-bottom: 1.0em;
}
}

/* Tablet */
@media only screen and (min-width: 767px) and (max-width:1024px) {
#support .main-area {
	width: 100%;
}
}

/*起業に関して必要な知識*/
#knowledge [class^="box-0"] {
	display: flex;
	justify-content: space-between;
	background-color: #DFEBF9;
	margin: 1.0em 0;
}

#knowledge [class^="box-0"] h3 {
	width: 240px;
	margin: 0;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#knowledge [class^="box-0"] .exp {
	width: 540px;
	padding: 1.0em 10px;
}

/* SP */
@media screen and (max-width:767px) {
	#knowledge [class^="box-0"] {
		flex-direction: column;
	}

#knowledge [class^="box-0"] h3,
#knowledge [class^="box-0"] .exp {	
	width: 100%;
	box-sizing: border-box;
}

#knowledge [class^="box-0"] h3 {
	padding-top: 1.0em;
}
}

/*マーケティングの知識*/
#knowledge .box-01 h3 {}

/*会計の知識*/
#knowledge .box-02 h3 {}

/*税金の知識*/
#knowledge .box-03 h3 {}

/*法律の知識*/
#knowledge .box-04 h3 {}

/*融資*/
#knowledge .box-05 h3 {}

/*補助金・助成金*/
#knowledge .box-06 h3 {}

/*クラウドファンディング*/
#knowledge .box-07 h3 {}


/*最短起業サポート*/

/*#contents-area .speed #contents-inner .main-area #introduction {
	text-align: justify;
}*/

#contents-area .speed #knowledge h3 {
	text-align: center;
	padding: 16px 10px;
}

#contents-area .speed h2 {
	margin-top: 2.0em;
}

/*■付加取り消し*/
#contents-area .speed h2::before {
	content: none;
}

/*オールインワンセット価格*/
#contents-area #all-in-one {
	text-align: center;
	color: #283764;
	font-weight: 700;
	border: 3px #283764 solid;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}

#contents-area #all-in-one .heading {
	background-color: #283764;
	color: #FFF;
	/*border: 1px #283764 solid;*/
	padding: 0.8em;
}

#contents-area #all-in-one .heading h3 {
	font-size: 1.5em;
	letter-spacing: 2px;
	color: #FFF;
	margin: 0;
}

#contents-area #all-in-one .box-type01 .inner-box,
#contents-area #all-in-one .box-type02 {
	border: 3px #283764 solid;
	padding: 1em;
}

#contents-area #all-in-one .box-type02 .upper-box {
	/*background: url(/wp/wp-content/uploads/2021/11/icon-all-in-03-0.png) no-repeat 50% 70%;*/
	background: url(/wp/wp-content/uploads/2021/11/icon-all-in-03-0.svg) no-repeat 50% 70%;
	background-size: 57px; 
}

/* PC*/
@media print,screen and (min-width: 768px) {
	#contents-area #all-in-one .box-type01 {
		display: flex;
	}

	#contents-area #all-in-one .box-type01 .inner-box {
		width: 50%;
	}

	#contents-area #all-in-one .box-type02 .upper-box {
	display: flex;
	align-items: center;
}

	#contents-area #all-in-one .box-type02 .upper-box .inner-box {
		width: 50%;
	}
}

/* SP */
@media screen and (max-width:767px) {
	#contents-area #all-in-one .heading h3 {
	font-size: 1.4em;
	letter-spacing: normal;
	}

	#contents-area #all-in-one .box-type02 .upper-box {
		background-position: 50% 50%;
	}

	#contents-area #all-in-one .box-type02 .upper-box .box-02 {
		padding-top: 110px;
	}

	#contents-area #all-in-one .box-type02 .upper-box .box-02 img,
	#contents-area #all-in-one .box-type01 .box-05 img
	{
		width: 100%;
		height: auto;
	}
}

/*#contents-area .speed img {
	width: 6vw;
	height: auto;
}*/


/*ボタン*/
/*「最短起業サポート」に使用*/
.btn {
	text-align: center;
	margin-top: 1.0em;
}

.btn a {
	display: inline-block;
	padding: 5px 10px;
	background-color: #283764;
	color: #FFF;
	font-weight: normal;
}

.btn a span::before {
	font-family: "Font Awesome 5 Free";
	content: "\f054";
	font-weight:600;
	margin-right: 2px;
}

/* PC*/
@media print,screen and (min-width: 768px) {
	#contents-area .speed #knowledge .btn {
		text-align: right;
		padding-right: 5px;
	}
}