@charset "utf-8";
/*
Theme Name: senior-no-mirai
Description: シニアノミライ
Version: 0.0
*/

/*コンテンツ設定*/
#front-contents-area {
	max-width: 1220px;
	margin: 0 auto;
	padding: 0 10px;
}

#front-contents-area section h2 {
	width: 100%;
	margin: 15px 0;
}

#front-contents-area section h2 strong {
	display: block;
	background-image: url(img/gray-line.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
}

#front-contents-area section h2 strong span {
	padding: 0 20px;
	background-color: #FFF;
	color: #000;
	font-size: 32px;
	letter-spacing: 1px;
}

#front-contents-area section h2 small { 
	display: block;
	margin-top: 5px;
	text-align: center;
	color: #697393;
	font-size: 14px;
	letter-spacing: 1px;
}

/* SP */
@media screen and (max-width:767px) {
	#front-contents-area h2 strong span {
		font-size: 26px;
	}
}

/* Tablet */
@media only screen and (min-width: 767px) and (max-width:1024px) {
}

/*サポート*/
ul.support {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
	margin-top: 1.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);
}

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

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

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

ul.support a:hover {
	background-color: rgba(191,239,255,0.2);
	/*background-color: #BBDEFB;*/
	/*border: 2px #283764 solid;*/
}

/*起業ノウハウ*/
ul.know-how {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}

ul.know-how li a img {
	/*border: 1px #999 solid;*/
	box-shadow: 0 0 8px rgba(0,0,0,0.4);
}

ul.know-how li a:hover img {
	box-shadow: 0 0 6px rgba(0,0,0,1.0);
}

/*PR*/
ul.pr {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}

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

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

ul.pr li a .exp {
	padding: 10px 15px;
}

ul.pr li a small::before {
	content: "|";
	font-size: small;
	margin-right: 0.5em;
}

ul.pr li a small::after {
	content: "|";
	font-size: small;
	margin-left: 0.5em;
}

ul.pr li a strong {
	display: block;
	font-size: 1.2em;
	margin-top: 0.5em;
}

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

/*space-between時の位置調整*/
ul.pr::after {
    display: block;
    content: "";
    width:380px;
}

/*記事リンク無しリスト（スペーサーリスト） */
ul.pr li .link-blank img {
	/*width: 380px;*/
	box-shadow: 0 0 8px rgba(0,0,0,0.4);
}

/* PC*/
@media print,screen and (min-width: 768px) {
ul.pr {
	max-width: 1200px;
	flex-wrap: wrap;
}

ul.pr li a {
	margin-bottom: 1.5em;
}
ul.pr li a strong {
	/*height: 56px;*/
	 display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	overflow: hidden;
}
	
}

/* Tablet */
@media only screen and (min-width: 767px) and (max-width:1024px) {
ul.pr {
	flex-wrap: wrap;
}
}

/*news一覧*/
ul.news-list {
	padding-left: 0;
}

ul.news-list li {
	list-style-type: none;
	margin-bottom: 0.5em;
}

ul.news-list li a {
	display: flex;
	color: #000;
}

ul.news-list li .news-date::before {
	content: "|";
	margin-right: 0.5em;
}

ul.news-list li .news-date::after {
	content: "|";
	margin-left: 0.5em;
	margin-right: 1.0em;
}

ul.news-list li a:hover {
	background-color: #B2EBF2;
	text-decoration: none;
}


/*「もっとみる」リンク*/
section .more-link {
margin-top: 0.8em;
text-align: right;
}

section .more-link a:link,
section .more-link a:visited {
	color: #000;
}

section.last {
	margin-bottom: 30px;
}

/* 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.know-how {
	flex-direction: column;
	justify-content: center;
}

ul.know-how li {
	margin: 10px 0;
	text-align: center;
}

ul.pr {
	flex-direction: column;
}

ul.pr li a {
	width: 100%;
	margin-bottom: 1.0em;
}

/*記事リンク無し 2021.6.7 */
/*ul.pr li .link-blank img {
	width: 100%;
	height: auto;
	margin-bottom: 1.0em;
}*/

/*スペーサーリスト非表示*/
ul.pr li[class^="spacer-0"]{
	display: none;
}

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

}

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

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

ul.know-how {
	flex-wrap: wrap;
	justify-content: space-around;
}
ul.know-how li {
	margin: 10px 0;
}

/*スペーサーリスト非表示*/
ul.pr li[class^="spacer-0"]{
	display: none;
}

}