@charset "UTF-8";
/* CSS Document */
/* ----------------------------------------------------------------------
 Home
---------------------------------------------------------------------- */
/*HomeManifest*/
section#HomeManifest {
	background: #005bab;
	color: #fff;
}
section#HomeManifest header {
	text-align: center;
}
section#HomeManifest header h1 {
	font-size: 1.75em;
	font-weight: 700;
}
section#HomeManifest header h1 span {
	color: #fff362;
}
section#HomeManifest ul {
	margin-top: 1.75em;
	margin-bottom: 1.75em;
	padding: 1.75em 0 0;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
section#HomeManifest ul li {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 1.5em;
	font-weight: 600;
	background: #fff;
	color: #005bab;
	box-sizing: border-box;
	padding: 0.5em 0;
	border-radius: 6px;
	width: 100%;
	margin: 0 0 1em 0;
}
section#HomeManifest p.btn a {
	background-image: url("../images/arrow_white.png");
	border-color: #fff;
	color: #fff;
}
section#HomeManifest p.btn a:hover {
	background-color: rgba(255,255,255,0.35);
}

/*Profile*/
section#HomeProfile {
	background: #ffe100;
	color: #000;
}
section#HomeProfile header {
	text-align: center;
}
section#HomeProfile header h1 {
	font-size: 2em;
	border-bottom: solid 5px #000;
	display: inline-block;
	padding-bottom: 0.5em;
	margin-bottom: 1em;
}
section#HomeProfile dl {
	margin-bottom: 2em;
}
section#HomeProfile dl dt {
	width: 5em;
	padding: 0.25em 0.5em;
	float: left;
	border: solid 1px #000;
	text-align: center;
}
section#HomeProfile dl dd {
	padding-top: calc(0.25em + 1px);
	padding-bottom: calc(0.25em + 1px);
	padding-left: 7em;
	margin-bottom: 0.5em;
}
section#HomeProfile p.btn {
	text-align: center;
	margin-top: 2em;
}
section#HomeProfile p.btn a {
	padding: 1em 0.75em 1em 3.5em;
	background-image: url("../images/arrow_black.png");
	border-color: #000;
	color: #000;
}
section#HomeProfile p.btn a:hover {
	background-color: rgba(0,0,0,0.5);
	color: #fff;
}
section#HomeProfile figure {

}
section#HomeProfile figure img {
	width: 436px;
	height: auto;
	margin-bottom: 1em;
}

/*Manifest*/
header.Manifest {
	text-align: center;
	font-weight: 900;
	color: #fff;
	background: url("../images/manifesto_title.jpg") no-repeat bottom center;
	background-size: cover;
	text-shadow: 0 0 5px #000;
	padding: 1.5em 0;
}
header.Manifest h1 span {
	color: #fff362;
}
section#Manifest {
	background: #fffac6;
	padding-top: 0;
}
section#Manifest header {
	background: #fff;
	padding: 1em 0;
}
section#Manifest header h1 {
	width: 94%;
	max-width: 1024px;
	margin: auto;
}
section#Manifest header h1 span {
	color: #005bab;
	font-size: 1.1em;
}
section#Manifest > ul {
	width: 94%;
	max-width: 1024px;
	margin: auto;
	margin-top: 2em;
}
section#Manifest > ul > li {
	margin-bottom: 2em;
	display: flex;
	align-items:flex-start;
}
section#Manifest > ul > li dl {
	width: calc(100% - 2em);
	margin-left: 1em;
	margin-top: 0.5em;
}
section#Manifest > ul > li span.number {
	display: block;
	font-size: 2em;
	font-weight: 600;
	background: #8dc21f;
	color: #fff;
	line-height: 2em;
	height: 2em;
	width: 2em;
	text-align: center;
	border-radius: 1em;
}
section#Manifest > ul > li dt {
	font-size: 1.15em;
	font-weight: 900;
	color: #8dc21f;
	margin-bottom: 0.5em;
}
section#Manifest > ul > li > dl > dd > ul {
	margin-left: 1.5em;
}
section#Manifest > ul > li > dl > dd > ul > li {
	list-style: circle;
	font-weight: 600;
	margin-bottom: 0.5em;
}
section#Manifest > ul > li > dl > dd > ul > li span {
	font-weight: 500;
}
section#Manifest div.picture ul li {
	margin-bottom: 1em;
	text-align: center;
}

/*Profile*/
section#Profile {
	background: #ffe100;
	color: #000;
}
section#Profile header {
	text-align: center;
}
section#Profile header h1 {
	font-size: 2em;
	border-bottom: solid 5px #000;
	display: inline-block;
	padding-bottom: 0.5em;
	margin-bottom: 1em;
}
section#Profile h2 {
	font-size: 1.1em;
	background: #000;
	color: #fff;
	text-align: center;
	margin-top: 2em;
	margin-bottom: 0.75em;
}
section#Profile dl {
	margin-bottom: 1em;
}
section#Profile dl dt {
	width: 5em;
	padding: 0.25em 0.5em;
	float: left;
	border: solid 1px #000;
	text-align: center;
}
section#Profile dl dd {
	padding-top: calc(0.25em + 1px);
	padding-bottom: calc(0.25em + 1px);
	padding-left: 7em;
	margin-bottom: 0.5em;
}
section#Profile dl.history dt {
	width: 5em;
	padding: 0;
	float: left;
	border: none;
	text-align: left;
}
section#Profile dl.history dd {
	padding-top: 0;
	padding-bottom: 0;
}
section#Profile figure {

}
section#Profile figure img {
	width: 436px;
	height: auto;
	margin-bottom: 1em;
}


/*Message*/
section#Message header {
	text-align: center;
}
section#Message header h1 {
	font-size: 2em;
	border-bottom: solid 5px #ed1c24;
	display: inline-block;
	padding-bottom: 0.5em;
	margin-bottom: 1em;
}
section#Message p{
	line-height: 2em;}

section#Message h2{
	font-size: 1.2em;
	margin: 1em;
	text-align: right;
}



/*Asaibusiness*/

.contents{
	background: #fffac6;
}
section#Asaibusiness header {
	text-align: center;
}
section#Asaibusiness header h1 {
	font-size: 2em;
	border-bottom: solid 5px #ed1c24;
	display: inline-block;
	padding-bottom: 0.5em;
	margin-bottom: 1em;
}
section#Asaibusiness dd{
	margin-bottom: 1em;
}


/* Topics */
section#Topics {
	background: #fffac6;
	color: #000;
}
section#Topics header {
	text-align: center;
}
section#Topics header h1 {
	font-size: 2em;
	border-bottom: solid 5px #000;
	display: inline-block;
	padding-bottom: 0.5em;
	margin-bottom: 1em;
}
section#Topics h2 {
	font-size: 1.1em;
	background: #000;
	color: #fff;
	text-align: center;
	margin-top: 2em;
	margin-bottom: 0.75em;
}
section#Topics dl {
	margin-bottom: 1em;
}
section#Topics dl dt {
	margin: 1em;
	padding: 0.25em 0.5em;/*上下 左右の余白*/
	color: #000;/*文字色*/
	background: transparent;/*背景透明に*/
	border-left: solid 8px #8dc21f;/*左線*/
	font-size: 1.2em;
	
}

section#Topics dl dd {
	margin: 0 1.5em 2.7em 1.5em;
	padding-bottom: 2em;
	border-bottom: dotted 1px #333;
}

section#Topics dl figure {
	margin: 1em;
}
/* 
section#Topics dl.history dt {
	width: 5em;
	padding: 0;
	float: left;
	border: none;
	text-align: left;
}
section#Topics dl.history dd {
	padding-top: 0;
	padding-bottom: 0;
}
section#Topics figure {

}
section#Topics figure img {
	width: 436px;
	height: auto;
	margin-bottom: 1em;
} */


/* ----------------------------------------------------------------------
 Common
---------------------------------------------------------------------- */
/*Recommendation*/
section#Recommendation header {
	text-align: center;
}
section#Recommendation header h1 {
	font-size: 2em;
	border-bottom: solid 5px #ed1c24;
	display: inline-block;
	padding-bottom: 0.5em;
	margin-bottom: 1em;
}
section#Recommendation ul li {
	margin-bottom: 2em;
}
section#Recommendation ul li figure {
	text-align: center;
}
section#Recommendation ul li figure:after {
	clear: both;
	display: block;
	content: '';
}
section#Recommendation ul li figure img {
	width: 80%;
}
section#Recommendation ul li figure figcaption {

}
section#Recommendation ul li figure figcaption h2 {
	margin-bottom: 0.5em;
}
section#Recommendation ul li figure figcaption p {
	text-align: left;
}
section#Recommendation ul li figure figcaption p.position {
	text-align: center;
}


/* ----------------------------------------------------------------------
 Smartphone
---------------------------------------------------------------------- */
@media screen and (max-width: 480px)  {

}

@media screen and (min-width: 481px) and (max-width: 767px) {

}

/* ----------------------------------------------------------------------
 Tablet
---------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
	section#HomeManifest header h1 {
		font-size: 2em;
		font-weight: 700;
	}
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
}
@media screen and (min-width: 768px) {
	/*HomeManifest*/
	section#HomeManifest ul li {
		width: 31%;
		margin: 0 3.5% 1em 0;
	}
	section#HomeManifest ul li:nth-of-type(3n) {
		margin-right: 0;
	}
	/*Recommendation*/
	section#Recommendation ul li figure {
		text-align: left;
	}
	section#Recommendation ul li figure img {
		float: left;
		width: 20%;
		height: auto;
	}
	section#Recommendation ul li figure figcaption {
		float: right;
		width: 75%;
	}
	section#Recommendation ul li figure figcaption p.position {
		text-align: left;
	}
	/*Profile*/
	section#HomeProfile  {
		padding-bottom: 0;
	}
	section#HomeProfile dl {
		float: left;
		margin-bottom: 2em;
	}
	section#HomeProfile figure {
		width: 40%;
		float: right;
	}
	section#HomeProfile figure img {
		margin-bottom: 0;
	}
	
	/*Manifest*/
	header.Manifest {
		font-size: 1.5em;
	}
	section#Manifest div.picture ul {
		display: flex;
		flex-wrap: wrap;
	}
	section#Manifest div.picture ul li {
		width: calc(100% / 3);
		margin-bottom: 0;
	}
	
	/*Profile*/
	section#Profile {
		background: url("../images/toshihiko_azai.jpg") no-repeat bottom right -200% #ffe100;
		background-size: auto 80%;
		background-attachment: fixed;
	}
	section#Profile figure {
		display: none;
	}
	section#Profile figure img {
		width: 200px;
		height: auto;
		margin-bottom: 1em;
	}
	section#Profile dl,
	section#Profile h2,
	section#Profile p {
		margin-right: 40%;
	}

}

/* ----------------------------------------------------------------------
 Desktop
---------------------------------------------------------------------- */
@media screen and (min-width: 1024px) {
	section#HomeManifest header h1 {
		font-size: 2.75em;
		font-weight: 700;
	}
	/*Profile*/
	section#HomeProfile dl {
		margin-left: 20%;
	}
	/*Profile*/
	section#Profile {
		background: url("../images/toshihiko_azai.jpg") no-repeat bottom right 0% #ffe100;
		background-size: auto 70%;
		background-attachment: fixed;
	}
	section#Profile dl,
	section#Profile h2,
	section#Profile p {
		margin-right: 40%;
	}

}


