@charset "UTF-8";
body{
	margin:0;
	padding:0;
	font-family: "Quicksand", "ヒラギノ角ゴ ProN W3", Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
	font-feature-settings: "palt";
	color:#333;
	letter-spacing: 1px;
}
*{
	box-sizing:border-box;
}

a {
	transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, box-shadow 0.4s ease;
}
a[id^=con] {
	display: inline-block;
	height: 1px;
	padding: 0;
	margin: 0;
	font-size: 0;
}
img{
	width:auto;
	max-width:100%;
	height:auto;
	max-height:100%;
}
header,main,nav{
	width:750px;
	margin:0 auto;
}

header {
	padding: 15px 0;
	margin-bottom: -70px;
	position: relative;
	z-index: 1;
}
.logo{
	font-weight: bold;
}
.logo a{
	color: #333333;
	font-size:50px;
	text-decoration:none;
}
.ib{
	display:inline-block;
}
main{
	padding:20px 0;
}
#mainVisial .tag{
	display:inline-block;
	padding: 5px 10px;
	font-size: 12px;
	color: #fff;
	border-radius: 15px;
	background-color: #333333;
	font-weight:300;
}
h1{
	font-size: 1.8rem;
	line-height: 2.3rem;
	font-weight:300;
	margin:10px 0 0 0;
	padding:0;
	color:#333333;
}
.entryData{
	text-align:right;
	margin-top:15px;
}
time,.datePublished{
	font-size: 0.8rem;
	color: #bbb;
	font-weight: 300;
	letter-spacing: 1px;
	display:inline-block;
	text-align:right;
	margin-left:5px;
}
#sns {
	display:flex;
	flex-wrap:nowrap;
	justify-content:space-between;
	align-items:center;
}
#sns > div {
	width:calc(100% / 5 - 4px);
	height:40px;
	border-radius:5px;
	padding:2px;
	text-align:center;
}
#sns img {
	max-height:calc(100% - 6px);
}
#sns .twitter {
	background-color:#000;
}
#sns .facebook {
	background-color:#3b5998;
}
#sns .hatena {
	background-color:#5d8ac1;
}
#sns .pocket {
	background-color:#f03e51;
}
#sns .line {
	background-color:#06c755;
}
#intro{
	margin-bottom:60px;
}
#intro h2{
	font-size:16px;
	font-weight:normal;
	margin-top:50px;
	margin-bottom:30px;
}
#intro .list{
	border: 1px solid #7badd8;
	border-radius:4px;
	padding:15px 30px;
	background-color: #f8fbfd;
	width:90%;
	margin:0 auto 30px auto;
}
#intro .list li{
	margin:5px 0;
}

#index .wrap{
	border:4px solid #e5e5e5;
	padding:30px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	width: 95%;
	margin: 0 auto;
}

#index{
	margin-bottom: 50px;
}
#index h2{
	width:50%;
	margin:0;
	padding:0;
	color:#cf2e2e;
	font-weight:400;
	}
#index h2 + div{
	width:70px;
}
#index h2 + div button{
	box-sizing: content-box;
	padding: 8px 12px;
	font-size: 10px;
	height: 15px;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	border: none;
	background-color: #f2f2f2;
	cursor: pointer;
	letter-spacing: 1px;
}
#index ol{
	width:90%;
	margin:30px auto 0 auto;;
	padding:0;
	list-style:none;
	display:block;
}
#index ul,
#index li{
	list-style:none;
}
#index ol > li{
	counter-increment: mycounter;
}
#index li{
	position:relative;
	width: calc(100% - 10px);
}
#index ol > li:before {
	display: inline-block;
	content: counter(mycounter, decimal-leading-zero);
	width: auto;
	height: auto;
	font-size: 1.05em;
	font-weight: normal;
	background-color: transparent !important;
	background: transparent;
	box-shadow: none;
	position:absolute;
	top:0;
	left:0;
}
#index a{
	text-decoration:none;
	color:#333;
	margin-bottom:20px;
	display:inline-block;
}

#index ol li > a{
	position:absolute;
	left:20px;
}
#index ol li a{
	position:relative;
	margin-left:15px;
}
#index ol > li > a:before {
	display:block;
	position:absolute;
	content:'';
	height:85%;
	width:1px;
	margin:auto;
	background-color:#333;
	top:0;
	bottom:0;
	left:-8px;
}
#index ul {
	padding-left:20px;
}
#index ul li a{
	font-size:14px;
	position:relative;
}
#index ul li a:before{
	content:'';
	display:block;
	position:absolute;
	width:3px;
	height:3px;
	border:1px solid #666;
	border-radius:10px;
	left:-15px;
	top:7px;
}
[id^=con] {
	padding-top:1px;
	/*padding-bottom:50px;*/
}
[id^=con] > section{
	padding-bottom:30px;
	padding-top:1px;
}
[id^=con] > section:last-child{
	padding-bottom:0;
}
[id^=con] h2{
	font-size: 1.65rem;
	line-height: 2rem;
	padding: 15px;
	padding-left: 8px;
	padding-bottom: 6px;
	margin-top: 2.6rem;
	margin-bottom: 1.7rem;
	font-weight: 400;
	border-bottom: 3px double #333;
}
[id^=con] .text{
	margin-top:30px;
	margin-bottom:30px;
}
[id^=con] .pickup{
	border:3px solid #EEE;
	width:90%;
	margin:0 auto 100px auto;
	padding:10px;
}
[id^=con] .pickup li{
	margin-bottom:5px;
}
[id^=con] h3{
	border-bottom: 3px solid #2b2b2b;
	font-size: 1.5rem;
	line-height: 2rem;
	padding: 4px 8px;
	padding-top: 15px;
	margin-bottom: 1.6rem;
	font-weight:300;
}
.h3Text table{
	margin-top:15px;
	margin-bottom:25px;
}
table{
	width: 100%;
	border: 1px solid #ccc;
	border-collapse: collapse;
	max-width: 100% !important;
	word-break: break-all;
}
table td{
	padding: 8px !important;
	border: 1px solid #ccc;
	vertical-align: middle;
}
mark{
	color:#cf2e2e;
	background-color:transparent;
}
a {
	color: #008db7;
	text-decoration: underline;
	transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
}
#pagetop {
	position: fixed;
	right: 0px;
	bottom: 0px;
	margin: 0;
}
#pagetop a{
	position: relative;
	display: flex;
	width: 65px;
	height: 65px;
	justify-content: center;
	background:#333333;/*背景の色を変える*/
	transition: opacity .6s ease;
	color: #FFFFFF;/*アイコンの色を変える*/
	align-items: center;
	text-decoration: none;
	font-size: 32px;
}
#pagetop a:hover {
	opacity: .3;
}
.svg-inline--fa.fa-w-14 {
	width: 0.875em;
}
footer {
	padding: 15px 0px;
	background-color: #333333;
	color:#FFF;
}
footer > div{
	width:750px;
	margin:0 auto;
	text-align:center;
	font-size:12px;
}
.text > div {
	margin-bottom:30px;
	line-height:1.8em;
}
.text > div.space2 {
	margin-bottom:60px;
	line-height:1.8em;
}
.h3Text > div {
	margin-bottom:30px;
	line-height:1.8em;
}
.h3Text > div.space2 {
	margin-bottom:60px;
	line-height:1.8em;
}
table + a{
	margin-bottom:20px;
	display:inline-block;
}
div.scroll_div {
	margin-top: 50px;
	margin-bottom: 20px;
	width: 100%;
	height:100%;
	font-size: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	background:
		linear-gradient(to left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1)) 0 0/10px 100%,
		linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1)) right/10px 100%;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

div.scroll_div > table {
	width:750px;
	min-width: 100%;
	line-height: 1.5;
	background:
		linear-gradient(to left, hsla(0,0%,100%,0), white 15px) 0 0 / 50px 100%,
		linear-gradient(to right, hsla(0,0%,100%,0), white 15px) right / 50px 100%;
	background-repeat: no-repeat;
	background-attachment: local;
	table-layout: fixed;
}
div.scroll_div > table td:nth-child(1) {
	width:300px;
}
div.scroll_div > table td:nth-child(2) {
	width:150px;
}
div.scroll_div > table td:nth-child(3) {
	width:150px;
}
div.scroll_div > table td:nth-child(4) {
	width:calc((100% - 600px) / 2);
}
div.scroll_div > table td:nth-child(5) {
	width:calc((100% - 600px) / 2);
}
table[class^=schoolTable] td:first-child {
	width:120px;
}
table[class^=schoolTable] td:last-child {
	width:calc(100% - 120px);
}
div.scroll_div > table td.urlTd{
	text-align:center;
}
div.scroll_div > table td.snsTd{
	text-align:center;
}
i.fa-brands.fa-square-instagram {
	background: radial-gradient(at left bottom, rgba(244,186,7,1) 0%,rgba(247,27,72,1) 33%,rgba(247,0,197,1) 66%,rgba(175,0,231,1) 100%);
	background: -webkit-radial-gradient(at left bottom, rgba(244,186,7,1) 0%,rgba(247,27,72,1) 33%,rgba(247,0,197,1) 66%,rgba(175,0,231,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 120%;
	line-height:1.2;
}
@media screen and (max-width:750px){
	header,main,nav{
		width:95%;
		margin:0 auto;
	}
	header{
		margin-bottom:-70px;
	}
	h1{
		font-size: 1.45rem;
		line-height: 1.9rem;
		font-weight: 300;
	}
	#intro .list{
		padding:0;
	}
	#index .wrap{
		padding: 10px;
	}
	#index h2{
		padding-bottom: 10px;
	}
	#index ol {
		width: 98%;
	}
	#index a{
		margin-bottom: 5px;
	}
	[id^=con] .pickup{
		padding:0;
	}
	footer > div{
		width:100%;
	}

	div.scroll_div > table td:nth-child(1) {
		width:260px !important;
	}
	div.scroll_div > table td:nth-child(2) {
		width:120px;
	}
	div.scroll_div > table td:nth-child(3) {
		width:120px;
	}
	div.scroll_div > table td:nth-child(4) {
		width:calc((100% - 500px) / 2);
	}
	div.scroll_div > table td:nth-child(5) {
		width:calc((100% - 500px) / 2);
	}
}

@media screen and (max-width:640px){
	div.scroll_div{
		font-size:14px;
	}
	div.scroll_div > table td:nth-child(1) {
		width:230px !important;
	}
	div.scroll_div > table td:nth-child(2) {
		width:110px;
	}
	div.scroll_div > table tr:nth-child(n + 2) td:nth-child(2) {
		letter-spacing:-.5px;
	}
	div.scroll_div > table td:nth-child(3) {
		width:100px;
	}
	div.scroll_div > table tr:nth-child(n + 2) td:nth-child(3) {
		letter-spacing:-.5px;
	}
	div.scroll_div > table td:nth-child(4) {
		width:calc((100% - 440px) / 2);
	}
	div.scroll_div > table td:nth-child(5) {
		width:calc((100% - 440px) / 2);
	}
}
@media screen and (max-width:580px){
	div.scroll_div table{
		width:480px;
	}
	div.scroll_div > table td:nth-child(1) {
		width:160px !important;
	}
	div.scroll_div > table td:nth-child(2) {
		width:100px;
	}
	div.scroll_div > table td:nth-child(3) {
		width:95px;
	}
	div.scroll_div > table td:nth-child(4) {
		width:calc(100px / 2);
	}
	div.scroll_div > table td:nth-child(5) {
		width:calc(100px / 2);
	}
}
@media screen and (max-width:420px){
	div.scroll_div table{
		width:450px;
		font-size:13px;
	}
	div.scroll_div > table td:nth-child(1) {
		width:140px !important;
	}
	div.scroll_div > table td:nth-child(2) {
		width:95px;
	}
	div.scroll_div > table td:nth-child(3) {
		width:90px;
	}
	div.scroll_div > table td:nth-child(4) {
		width:calc(100px / 2);
	}
	div.scroll_div > table td:nth-child(5) {
		width:calc(100px / 2);
	}
}
@media screen and (max-width:400px){
	div.scroll_div table{
		width:410px;
		font-size:13px;
	}
	div.scroll_div > table td:nth-child(1) {
		width:105px !important;
	}
	div.scroll_div > table td:nth-child(2) {
		width:95px;
	}
	div.scroll_div > table td:nth-child(3) {
		width:90px;
	}
	div.scroll_div > table td:nth-child(4) {
		width:calc(100px / 2);
	}
	div.scroll_div > table td:nth-child(5) {
		width:calc(100px / 2);
	}
}
menu {
	background-color:#3ba9ca;
	margin-top: 35px;
	box-sizing: border-box;
	padding-left:calc((100% - 750px) / 2);
	padding-right:calc((100% - 750px) / 2);
	position: sticky;
	top: 0;
	z-index:10;
}
menu ul{
	list-style:none;
	display:flex;
	justify-content:center;
	flex-direction: row;
	margin:0px;
	padding:0;
}
menu li{
	flex-grow: 1;
}
menu a{
	color:#FFF;
	text-decoration:none;
	background-color:#dff0f6;
	color:#008db7;
	padding:10px;
	display: block;
	height: 100%;
	box-sizing: border-box;
	position:relative;
}
menu li:not(.active) a{
	overflow:hidden;
}
menu li:not(.active) a > span{
	position:relative;
	z-index:2;
}
menu li:not(.active) a:before,
menu li:not(.active) a:after{
	position:absolute;
	display:block;
	content:'';
	width:100px;
	height:100px;
	border-top:3px solid #FFFFFF;
	border-right:3px solid #FFFFFF;
	transform:rotate(45deg);
	margin:auto;
	top:0;
	bottom:0;
}
menu li:not(.active) a:before{
	right:30px;
}
menu li:not(.active) a:after{
	right:50px;
}
menu li.active a{
	color:#FFF;
	background-color:#008db7;
	pointer-events:none;
}
menu li.active a:before{
	position:absolute;
	display:block;
	content:'';
	margin:auto;
	bottom:-10px;
	left:0;
	right:0;
	width:0;
	height:0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #008db7 transparent transparent transparent;
}
@media screen and (max-width:760px){
	menu {
		padding-left:5px;
		padding-right:5px;
	}
}
@media screen and (max-width:390px){
	menu a{
		font-size:14px;
	}
}
.star {
	display:inline-block;
	margin-left:5px;
}


#con7 h3{
	padding-left: 0px;
	border-bottom-width:0px;
	padding-top:0px;
	padding-bottom:0px;
	margin-bottom: 0px;
	font-size:16px;
	font-weight:bold;
}
.discernWrap .discern{
	counter-increment: number 1;
}
.discernWrap h3{
	position:relative;
	content: counter(number) " ";
	font-family:'メイリオ', 'Meiryo', sans-serif;
}
.discernWrap h3:before{
	position:absolute;
	content: counter(number, decimal-leading-zero) " ";
	/*bottom:100%;*/
	left:0;
}
@media screen and (min-width:751px){
	.discernWrap {
		display:flex;
		flex-wrap:wrap;
		gap:40px 20px;
		flex-direction:row;
		counter-reset: number 0; 
	}
	.discernWrap .discern{
		display:flex;
		flex-direction:column;
		width:calc(50% - 10px);
	}
	.discernWrap .discern div{
		line-height:2em;
	}
	#con7 .discernWrap h3{
		font-size:22px;
		margin-top:40px;
		font-size: 19px;
		margin-top: 0;
		padding-left: 37px;
		margin-bottom: 15px;
		color: #34788f;
		margin-top: -6px;
	}
	#con7 .discernWrap h3:before{
		font-size:38px;
		font-size: 24px;
		/* color: #3fa7ca; */
		letter-spacing: -1px;
		margin-top: 1px;
	}
	.discernWrap .discern:nth-child(1){order:1;}
	.discernWrap .discern:nth-child(2){order:3;}
	.discernWrap .discern:nth-child(3){order:4;}
	.discernWrap .discern:nth-child(4){order:6;}
	.discernWrap .discern:nth-child(5){order:8;}
	.discernWrap .discern:nth-child(6){order:7;}
	.discernWrap .discern:nth-child(7){order:9;}
	.discernWrap .discern:nth-child(8){
		/*background-image: url(/img/discern01.jpg);*/
		background-size: cover;
		background-position: center center;
		order:2;
	}
	.discernWrap .discern:nth-child(9){
		/*background-image: url(/img/discern02.jpg);*/
		background-size: cover;
		background-position: center center;
		order:5;
	}
	.discernWrap .discern:nth-child(10){
		background-image: url(/img/discern03b.jpg);
		background-size: cover;
		background-position: center center;
		order:10;
	}
	.pcNone{
		display:none;
	}
}
@media screen and (max-width:750px){
	.discernWrap .discern{
		margin-bottom: 10px;
	}
	.discernWrap .discern:nth-child(1){
		margin-top: 30px;
	}
	.discernWrap .discern:nth-child(7){
		margin-bottom:0px;
	}
	#con7 .discernWrap h3{
		font-size:17.9px;
		padding-left: 35px;
		color: #34788f;
	}
	#con7 .discernWrap h3:before{
		font-size: 24px;
		left: 0;
		letter-spacing: -1.5px;
	}
	.discernWrap .discern:nth-child(8),
	.discernWrap .discern:nth-child(9),
	.discernWrap .discern:nth-child(10){
		display:none;
	}
	.spNone{
		display:none;
	}
}

