@charset "UTF-8";
/* CSS Document */

body,html {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	line-height: 1.7em;
	text-align: center;
	color: #000;
	padding: 0;
	margin: 0;
}
html {
	scroll-behavior: smooth;
}
img {
	border: none;
	height: auto;
}
picture {
	padding: 0;
	margin: 0;
	display: block;
}
picture img {
	width: 100%;
	line-height: 0.1em;
}

@media screen and (max-width:1024px) {
}
@media screen and (max-width:600px) {
}



h1 {
	padding: 0;
	margin: 0 auto 55px;
}
h1 img {
	width: 100%;
	height: auto;
}
#view h1 {
	margin: 0 auto;
}
h2 {
	padding: 0;
	margin: 0;
	text-align: left;
}
h2 img {
	width: auto;
	max-width: 100%;
	height: 50px;
}
h3 {
	padding: 0;
	margin: 0;
	text-align: left;
}
h4 {
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
	text-align: left;
	color: #da732a;
	font-weight: normal;
	font-size: 120%;
}

main {
	display: block;
	margin: 0;
	padding: 0;
}
article {
	width: 90%;
	max-width: 1250px;
	padding: 0 0 55px;
	margin: 0 auto 55px;
	border-bottom: 1px solid #00a0e9;
}
#outline06,
#view,
#entry {
	border-bottom: none;
}

section {
	padding: 0;
	padding-left: 75px;
	text-align: left;
}

@media screen and (max-width:768px) {
}
@media screen and (max-width:600px) {
	article#view {
		width: 100%;
		padding: 0;
	}
	section {
		padding-left: 0;
	}
	h2 img {
		height: auto;
	}
}



/* 改行 */
.wbr {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
.wbr.center {
  justify-content: center;
}
.wbr em {
	display: inline-block;
	font-style: normal;
	white-space: nowrap;
}




/* フッター */
footer {
	width: 100%;
	margin: 0;
	margin-top: 50px;
	padding: 30px 0;
	background-color: #001a43;
	color: #fff;
	position: relative;
}
footer .wrap {
	padding: 0;
	margin: 0 auto;
	width: 90%;
	max-width: 1250px;

	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
footer .wrap .contact {
	width: 465px;
	text-align: left;
}
footer .wrap h2 {
	font-weight: 500;
	background-color: #fff;
	color: #001a43;
	border-radius: 5px;
	display: inline-block;
	line-height: 1em;
	padding: 3px 10px;
	margin-bottom: 15px;
	font-size: 120%;
}
footer .wrap address {
	font-style: normal;
}
footer .wrap p {
	margin: 2px 0;
}
footer .wrap a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dashed #fff;
}

footer .wrap .caution {
	width: calc(100% - 500px);
	text-align: left;
}
footer .wrap .caution ul {
	padding: 0;
	margin: 0;
	margin-left: 25px;
	text-align: left;
}

@media screen and (max-width:1024px) {
	footer .wrap .contact {
		width: 100%;
		text-align: center;
		margin-bottom: 25px;
	}
	footer .wrap .contact h3 {
		text-align: center;
	}
	footer .wrap .caution {
		width: 100%;
		text-align: center;
	}
}
@media screen and (max-width:768px) {
}
@media screen and (max-width:600px) {
	footer .wrap h3 {
		font-size: 110%;
	}
}



.pc {}
.sp { display: none; }
@media screen and (max-width:600px) {
	.pc { display: none; }
	.sp { display: block; } 
}



/* ******************************************
	pagetop
****************************************** */
.pagetop {
    display: none;
    position: fixed;
    bottom: 0px;
    right: 0px;
		padding: 0;
		margin: 0;
}
.pagetop a {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #222;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.6;
    opacity: 0.6;
}
.pagetop a:hover {
    display: block;
    background-color: #b2d1fb;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 600px){
}





ul.circle {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.circle li {
	padding: 0;
	padding-left: 25px;
	margin: 0;
	position: relative;
}
ul.circle li::before {
	content: '●';
	color: #00a0e9;
	font-size: 100%;
	margin-right: 4px;
	position: absolute;
	left: 0;
}

ul.circle2 {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.circle2 li {
	padding: 0;
	padding-left: 25px;
	margin: 0;
	position: relative;
}
ul.circle2 li::before {
	content: '';
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #00a0e9;
	outline:   1px solid #00a0e9;
  outline-offset: 2px;
	position: absolute;
	left: 0;
	top: 9px;
}
ul.circle2 li span {
	background: linear-gradient(transparent 50%, #fff033 50%);
}

ul.check {
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	list-style: none;
}
ul.check li {
	padding: 0;
	padding-left: 25px;
	margin: 0;
	position: relative;
}
ul.check li::before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	background-image: url(../images/ico_check.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 7px;
}

@media screen and (max-width:768px) {
}
@media screen and (max-width:600px) {
}



a.entry  {
	display: block;
	margin: 0 auto;
	max-width: 768px;
}
a.entry img {
	width: 100%;
	height: auto;
}
a.entry img:hover {
	opacity: 0.75;
}
#outline06 a.entry {
	margin-top: 30px;
}





.outline h2 {
	font-size: 200%;
	font-weight: bold;
	color: #003567;
	line-height: 1.1em;
	display: flex;
	align-items: flex-start;
	margin-bottom: 15px;
}
.outline h2 i {
	font-style: normal;
	display: inline-block;
	aspect-ratio: 49/30;
	width: auto;
	height: 40px;
	background-image: url(../images/titile_num.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	text-align: center;
	margin-right: 8px;
	color: #fff;
	font-size: 80%;
	line-height: 36px;
}

#outline02 ul li span {
	font-size: 120%;
	color: #da732a;
	font-weight: bold;
}
@media screen and (max-width:600px) {
	.outline h2 {
		font-size: 160%;
	}
	.outline h2 i {
		height: 32px;
		font-size: 80%;
		line-height: 28px;
	}
}
@media screen and (max-width:450px) {
	.outline h2 {
		font-size: 140%;
	}
	.outline h2 i {
		height: 28px;
		font-size: 70%;
		line-height: 24px;
	}
}




#outline04 dl {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}
#outline04 dl dt {
	width: 200px;
	margin: 0;
	padding: 20px;
	background-color: #e3f1f8;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	/* align-items: center; */
	border-bottom: 1px dashed #00a0e9;
}
#outline04 dl dt h3 {
	color: #008ac5;
	width: 100%;
	font-weight: normal;
	font-size: 125%;
}
#outline04 dl dt p {
	display: block;
	width: 100%;
	margin: 10px 0 0 0;
	color: #001a43;
}
#outline04 dl dt p b {
	font-size: 130%;
}
#outline04 dl dt p small {
	display: block;
	line-height: 1em;
}
#outline04 dl dd {
	width: calc(100% - 280px);
	margin: 0;
	padding: 20px;
	border-bottom: 1px dashed #00a0e9;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#outline04 dl dd p {
	margin: 0;
	margin-bottom: 7px;
}

@media screen and (max-width:768px) {
	#outline04 dl dt {
		width: calc(100% - 40px);
		border-bottom: unset;
	}
	#outline04 dl dd {
		width: calc(100% - 40px);
		border-bottom: unset;
	}
}
@media screen and (max-width:600px) {
	#outline04 dl dd {
		width: 100%;
		padding: 12px 0;
	}
}



#outline05 p {
	margin-top: 0;
}
#outline05 h3 {
	font-weight: normal;
	display: inline-block;
	border-bottom: 1px dashed #008ac5;
	margin-bottom: 15px;
}
#outline05 h3 p {
	margin-left: 25px;
	margin-bottom: 25px;
}
#outline05 .member {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 30px;
}
#outline05 .member picture {
	width: 200px;
	margin-right: 20px;
}
#outline05 .member picture img {
	width: 100%;
	height: auto;
}
#outline05 .member picture p {
	padding: 0;
	margin: 0;
	text-align: center;
	line-height: 1.1em;
}
#outline05 small {
	display: block;
}
#outline05 dl {
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
	width: 408px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	line-height: 1.2em;
}
#outline05 dl dt {
	padding: 5px 0;
	margin: 0 2px 2px 0;
	background-color: #e3f1f8;
	width: 100px;
	text-align: center;
}
#outline05 dl dd {
	padding: 5px 3px;
	margin: 0 0 2px 0;
	background-color: #eee;
	width: 300px;
}
@media screen and (max-width:450px) {
	#outline05 dl {
		font-size: 90%;
		width: 100%;
		margin: 0 auto 15px;
	}
	#outline05 dl dd {
		width: calc(100% - 108px);
	}
}


#outline06 ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}
#outline06 ul li {
	width: calc(31% - 30px);
	padding: 15px;
	margin: 0;
	background-color: #faecc2;
	border-radius: 15px;
}
#outline06 ul li img {
	object-fit: contain;
	width: 100%;
	height: 100%;
}

@media screen and (max-width:500px) {
	#outline06 ul li {
		width: 100%;
		padding: 15px 0;
		margin-bottom: 10px;
		text-align: center;
	}
	#outline06 ul li img {
		object-fit: contain;
		width: 90%;
		max-width: 300px;
		height: auto;
	}
}



#outline08 p span {
	color: #008ac5;
}