@charset "utf-8";

/* article
========================================================================== */


/* list（contact）
-------------------------------------------------------------------------- */
#main div.list_contact {
	display: flex;
	justify-content: space-around;
	text-align: center;
}

#main div.list_contact div {
	width: 330px;
	height: 250px;
	background: #f5f9ff;
	border: 2px solid #005ac8;
}

#main div.list_contact div img {
	width: 60px;
	margin-top: 30px;
}

#main div.list_contact div p {
}
#main div.list_contact div p span {
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: 700;
	color: #005ac8;
	display: block;
}



/* overview
========================================================================== */
#overview {
	padding: 70px 0;
}

/* benefit
========================================================================== */
#benefit {
	padding: 70px 0;
	background: #f5f9ff;
	border-top: 2px solid #005ac8;
	border-bottom: 2px solid #005ac8;
}

/* suggestion
========================================================================== */
#suggestion {
	padding: 70px 0;
}




/* list (suggestion)
-------------------------------------------------------------------------- */
#suggestion ul.list_suggestion {
}
#suggestion ul.list_suggestion li {
	padding: .5em .5em .5em 0;
	margin: 0 0 1em 0;
	list-style: none;
	line-height: 1.5;
	background: #f5f9ff;
	font-size: 25px;
	font-weight: 700;
}
#suggestion ul.list_suggestion li span {
	padding: .6em .9em;
	margin-right: 1em;
	background: #005ac8;
	color: #fff;
}



/* list (link)
-------------------------------------------------------------------------- */
#suggestion ul.list_pastlink {
	display: flex;
	justify-content: space-around;
}

#suggestion ul.list_pastlink li {
	margin: 0 0 0 1.25em;
	list-style: none;
	position: relative;
}

#suggestion ul.list_pastlink li:before {
	width: 1.25em;
	content: "\f138";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 100%; /* 14px */
	color: #005ac8;
	display: inline-block;
	position: absolute;
	top: 0;
	left: -1.25em;
}





/* judge
========================================================================== */
#judge {
	padding: 70px 0;
	background: #f5f9ff;
	border-top: 2px solid #005ac8;
	border-bottom: 2px solid #005ac8;
}

/* application
========================================================================== */
#application {
	padding: 70px 0;
}


#application div.list_contact_application {
	justify-content: center;
}
#application div.list_contact_application div:first-child {
	margin-right: 50px;
}

/* note
========================================================================== */
#note {
	padding: 70px 0;
	background: #f5f9ff;
	border-top: 2px solid #005ac8;
	border-bottom: 2px solid #005ac8;
}





/* guidance
========================================================================== */
#guidance {
	padding: 70px 0;
}

/* entry
========================================================================== */
#entry {
	padding: 70px 0;
	background: #f5f9ff;
	border-top: 2px solid #005ac8;
	border-bottom: 2px solid #005ac8;
}



/* goodsuggestion
========================================================================== */
#goodsuggestion {
	padding: 70px 0;
}

/* suggest1
========================================================================== */
#suggest1 {
	padding: 70px 0;
	background: #f5f9ff;
	border-top: 2px solid #005ac8;
	border-bottom: 2px solid #005ac8;
}

#suggest1 h3 {
	/*text-decoration: underline;
	text-underline-offset: 0.5em;
	text-decoration-color: #005ac8 ;
	text-decoration-thickness: 2px;*/
	width:  500px;
	margin:  10px auto;
	border:  none;
	border-bottom: 2px solid #005ac8;
	
	color: #005ac8;
}

#suggest1 h4 {
	color:  #000;
}
#suggest1 h4.teiansha {
	color:  #005ac8;
}