body {
 color: #1d1d1d;
font-size: 0.93rem;
}

.fnt-medium{
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue",'NotoSansCJKjp-Medium', "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.fs-l {
	font-size: 1rem;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
img {
	width: 100%;
	height: auto;
}
.image {
	margin-bottom: 10px;
}
.point {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue",'NotoSansCJKjp-Black', "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	background: linear-gradient(transparent 60%, #ffff66 60%);
	display: inline-block;
}
h1 {
	font-size: 1.8rem;
	line-height: 1.8rem;
}
h2 {
	font-size: 1.4rem;
	line-height: 1.4rem;
}
h3 {
	font-size: 1.2rem;
	line-height: 1.2rem;	
}
h4 {
	font-size: 1.1rem;
	line-height: 1.1rem;
}
#contents{
	margin-bottom: 6rem;
}
.section {
	margin-bottom: 2rem;
}
.inner {
	width: 1300px;
	margin:  0 auto;
}
.inner-narrow {
	width: 980px;
	margin:  0 auto;
}
@media (max-width: 767px) {
	h1 {
		font-size: 1.2rem;
		line-height: 1.2rem;
	}
	h2 {
		font-size: 1rem;
		line-height: 1.2rem;
	}
	h3 {
		font-size: 1rem;
		line-height: 1.2rem;	
	}
	h4 {
		font-size: 1.1rem;
		line-height: 1.1rem;
	}
	#contents{
		margin-bottom: 6rem;
	}
	.section {
		margin-bottom: 2rem;
	}
	.inner {
		width: 100%;
		margin:  0 auto;
	}
	.inner-narrow {
		width: 100%;
		margin:  0 auto;
	}
}
.flex-wrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex-nowrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.heading01 {
	position: relative;
	width: 980px;
	text-align: center;
	margin: 0 auto 50px;
}
.heading01:before {
	position: absolute;
	height: 1px;
	content: '';
	background-color: #1d1d1d;
	width: 30%;
	top:53%;
	left: 0;
	z-index: 1;
}
.heading01:after {
	position: absolute;
	height: 1px;
	content: '';
	background-color: #1d1d1d;
	width: 30%;
	top:53%;
	right: 0;
	z-index: 1;
}

.heading01 span {
	display: block;
	font-size: 0.8rem;
	line-height: 2rem;
	color: #00aede;
}
.heading02 {
	font-size: 1.8rem;
	color: #00aede;
	margin-bottom: 20px;
	line-height: 3rem;
}
.heading03 {
	
}
.heading03 {
  position: relative;
  padding: 0.6em;
margin-bottom: 20px;
  background: #e0edff;
}

.heading03:after {
	position: absolute;
	content: '';
	top: 100%;
	left: 30px;
	border: 15px solid transparent;
	border-top: 15px solid #e0edff;
	width: 0;
	height: 0;
}
a.btn01 {
	width: 150px;
	border: 1px solid #1d1d1d;
	padding: 4px 20px;
	color: #1d1d1d;
	text-align: center;
	background-image: url(../images/btn-arrow.png);
	background-repeat: no-repeat;
	background-position: 4% 50%;
	background-size: 4px auto;
}
a.link01 {
	display: block;
	background-image: url(../images/link-arrow.png);
	background-repeat: no-repeat;
	background-position: left 50%;
	background-size: 4px auto;
	padding-left: 10px;
}
@media (max-width: 767px) {
	.heading01 {
		width: 98%;
		margin: 0 auto 30px;
	}
	.heading01:before {
		width: 20%;
		top:53%;
	
	}
	.heading01:after {
		position: absolute;
		height: 1px;
		content: '';
		background-color: #1d1d1d;
		width: 20%;
		top:53%;
	}

	.heading01 span {
		display: block;
		font-size: 0.8rem;
		line-height: 2rem;
		color: #00aede;
	}
	.heading02 {
		font-size: 1.3rem;
		margin-bottom: 15px;
		line-height: 1.6rem;
	}
	.heading03 {

	}
	.heading03 {
	  position: relative;
	  padding: 0.6em;
	margin-bottom: 20px;
	  background: #e0edff;
	}

	.heading03:after {
		position: absolute;
		content: '';
		top: 100%;
		left: 30px;
		border: 15px solid transparent;
		border-top: 15px solid #e0edff;
		width: 0;
		height: 0;
	}
	a.btn01 {
		width: 150px;
		border: 1px solid #1d1d1d;
		padding: 4px 20px;
		color: #1d1d1d;
		text-align: center;
		background-image: url(../images/btn-arrow.png);
		background-repeat: no-repeat;
		background-position: 4% 50%;
		background-size: 4px auto;
	}
	a.link01 {
		display: block;
		background-image: url(../images/link-arrow.png);
		background-repeat: no-repeat;
		background-position: left 50%;
		background-size: 4px auto;
		padding-left: 10px;
	}
}
#contens {
	min-height: 700px;
	padding-top: 50px;
}
.section ol li {
	list-style-type: decimal ;
}
.section ul li {
	list-style-type: disc;
}
@media (max-width: 767px) {
	#contents {
		min-height:auto;
		padding-top: 0px;
	}
	.section {
		width: 95%;
		margin: 0 auto;
	}
}
.box {
	position: relative;
}
.box:before{
	position:absolute;
	content: '';
	height: 30px;
	width: 30px;
	border-left: 1px solid #00aede;
	border-top: 1px solid #00aede;
	top: 0;
	left: 0;
}
.box:after{
	position:absolute;
	content: '';
	height: 30px;
	width: 30px;
	border-right: 1px solid #00aede;
	border-bottom: 1px solid #00aede;
	bottom: 0;
	right: 0;
}
.box2{
	border: 1px solid #1d1d1d;
	padding: 15px;
	margin: 10px 20px 30px;
}
.box2 h3 {
	margin-bottom: 30px;
	line-height: 1.8rem;
}
.box2 h3 span {
	font-size: 0.9rem;
}
.box3 {
	background-color: #F0F7FC;
}
@media (max-width: 767px) {
	.box:before{
		height: 15px;
		width: 15px;
	}
	.box:after{
		height: 15px;
		width: 15px;
	}
	.box2{
		padding: 15px 2% ;
		width: 100%;
		margin: 10px 0px 15px;
	}
	.box2 h3 {
		margin-bottom: 30px;
	}
	.box3 {
		background-color: #F0F7FC;
	}
}
.header {
	height: 110px;
}
.header .inner{
	padding-top: 40px;
	display: flex;
	justify-content: space-between;
}
.header .logo {
	width: 300px;
}
.header ul {
	padding-top: 6px;
	width: 280px;
	display: flex;
	justify-content: space-between;
}
.header ul li a {
	font-size: 1rem;
	
	color: #1d1d1d;
}
#pan	{
	background-color: #f5f4f1;
	padding: 10px 0;
	margin-bottom: 50px;
}
#pan ul {
	padding: 0
}
#pan ul li {
	margin-right: 20px;
	color: #838383;
}
#pan ul li a {
	color: #838383;
	background-image: url(../images/list-arrow.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 30px;
	background-size: 12px auto;
}
.footer {
	padding: 50px 0;
	background-color: #fffaf3;
}
.footer ul {
	padding: 30px 0;
	justify-content: center;
}
.footer a {
	color: #1d1d1d;
}
.footer li {
	margin: 0 15px
}
.copyright {
	text-align: center;
	font-size:  0.7rem;
}
#page-top{
	position: fixed;
	right: 10px;
	bottom: 10px;
}
#page-top a {
    display: block;
    width: 60px;
    height: 60px;
    background: url(../images/page-top.png) no-repeat 0 0;
    background-size: 60px auto;
    outline: none;
}
#page-top a span {
	display: none;
}
@media (max-width: 767px) {
	.header {
		height: 70px;
	}
	.header .inner{
		padding-top: 20px;
		justify-content: space-between;
	}
	.header .logo {
		width: 160px;
		margin-left: 2%;
		max-width: 50%;
	}
	.header nav {
		width: 40%;
		margin:3px  1% 0 0;
	}
	.header ul {
		padding:  0 ;
		width: 100%;
	}
	.header ul li {
		margin-right: 2%;
	}
	.header ul li a {
		font-size: 0.8rem;
	}
	#pan	{
		padding: 10px 0;
		margin-bottom: 15px;
		font-size: 0.7rem;
	}
	#pan ul li {
		margin-left: 10px;
		margin-right: 10px;
	}
	#pan ul li a {
		padding-right: 30px;
		font-size: 0.7rem;
		background-size: 12px auto;
	}
	.footer {
		padding: 20px 0;
	}
	.footer ul {
		padding: 10px 0;
		font-size: 0.7rem;
	}
	.footer li {
		margin: 0 8px
	}
	.copyright {
		font-size:  0.5rem;
	}
	#page-top{
		right: 10px;
		bottom: 10px;
	}
	#page-top a {
		width: 30px;
		height: 30px;
		background-size: 30px auto;
	}
}


.index-main	{
	background-image: url(../images/index_bg.png);
	background-size: cover;
	height: 750px;
}
.index-copy {
	text-align: center;
	color: #ffffff;
	padding-top: 150px;
}
.index-copy .main {
	font-size: 3rem;
	margin-bottom: 10px;
}
.index-copy .sub {
	font-size: 1.3rem;
}
.topics {
	padding: 30px 0;
}
.topics ul {
	justify-content: center;
}
.topics ul li {
	margin: 0 40px ;
}
.school .item {
	width: 42%;
	margin: 2%;
	background-color: #ffffff;
}
.mita {
	background-image: url(../images/img-mita.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	background-size: 180px auto;
}
.koto {
	background-image: url(../images/img-koto.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	background-size: 180px auto;
}
.school .point {
	color: #00aede;
	margin-bottom: 10px;
}
.school table th{
	padding: 10px 20px 10px 0;
	vertical-align: top;
}
.school table td{
	padding: 10px;
	vertical-align: top;
}
.school td {
	display: flex;
}
.school ul {
	padding: 0;
	margin-right: 20px;
}
.school ul li {
	list-style-type: none;
	line-height: 1.6rem;
}
.school .links ul {
	display: flex;
}
.school .links ul li {
	margin-right: 10px
}
.message .item:first-child {
	width: 66%;
	margin-right: 5%;
}
@media (max-width: 767px) {
	
	.index-main	{
		background-image: url(../images/index_bg.png);
		background-size: cover;
		background-position: center center;
		height: 300px;
	}
	.index-copy {
		padding-top: 30px;
	}
	.index-copy .main {
		font-size: 1.2rem;
		margin-bottom: 5px;
	}
	.index-copy .sub {
		font-size: 0.7rem;
	}
	.topics {
		padding: 15px 0;
	}
	.topics ul {
		padding: 0;
		margin-bottom: 0;
	}
	.topics ul li {
		margin: 0 10px 5px ;
	}
	.mita {
		background-image: url(../images/img-mita.jpg);
		background-position: bottom right;
		background-repeat: no-repeat;
		background-size: 100px auto;
	}
	.koto {
		background-image: url(../images/img-koto.jpg);
		background-position: bottom right;
		background-repeat: no-repeat;
		background-size: 100px auto;
	}
	.school .item {
		width: 100%;
		padding-bottom: 50px;
	}
	.school .point {
		font-size: 0.7rem;
		margin-bottom: 10px;
	}
	.school table {
		width: 100%;
	}
	.school table th{
		padding: 5px;
		width: 25%;
		font-size: 0.8rem;
	}
	.school table td{
		padding: 5px;
		font-size: 0.9rem;
		vertical-align: top;
	}
	.school td {
		display: flex;
	}
	.school ul {
		padding: 0;
		margin-right: 10px;
	}
	.school ul li {
		list-style-type: none;
		font-size: 0.7rem;
		line-height: 1.3rem;
	}
	.school .links ul {
		display: flex;
	}
	.school .links ul li {
		margin-right: 10px
	}
	.message .item:first-child {
		width: 100%;
		margin-right: 0%;
	}
	
}


.gakuin .flex-wrap {
	justify-content: space-between;
}
.gakuin .item:first-child{
	width:670px;
	padding-top: 50px;
	padding-left: 30px;
	position: relative;
}
.gakuin .item p {
	line-height: 1.8rem;
	font-size: 1rem;
}

.gakuin .item:last-child{
	width: 500px;
}
.gakuin .section {
	padding: 40px 0;
}
.flow .box3 {
	margin: 20px;
}
.flow h3{
	background-color: #00aede;
	color: #ffffff;padding: 10px;
	line-height: 2rem;
	font-size: 1.1rem;
}
.flow p {
	padding: 10px;
}
.flow h4 {
	padding: 10px;
	border-bottom: 1px solid #1d1d1d;
	font-size: 1rem;
	margin: 10px;
}
.flow table {
	margin: 20px;
}
.flow table td,.flow table th {
	padding: 10px;
	border: 1px solid #cfcfcf;
}
.flow  .flex-wrap{
	justify-content: center;
}

.flow .item {
	width: 42%;
	margin: 2%;
	background-color: #ffffff;
}
@media (max-width: 767px) {

	.gakuin .item:first-child{
		width:100%;
		padding-top: 15px;
		padding-left: 10px;
		position: relative;
	}
	.gakuin .item p {
		line-height: 1.4rem;
		font-size: 0.9rem;
	}

	.gakuin .item:last-child{
		width:100%;
	}
	.gakuin .section {
		padding: 10px 0;
	}
	.flow .box3 {
		margin: 10px 0 15px;
	}
	.flow h3{
		padding: 10px;
		line-height: 2rem;
		font-size: 1rem;
	}
	.flow .item h3 {
		font-size: 0.8rem;
		line-height: 1.3rem;
		padding: 5px;
	}
	.flow p {
		padding: 5px;
		font-size: 0.8rem;
	}
	.flow h4 {
		padding: 10px;
		border-bottom: 1px solid #1d1d1d;
		font-size: 1rem;
		margin: 10px;
	}
	.flow table {
		margin: 20px;
	}
	.flow table td,.flow table th {
		padding: 10px;
		border: 1px solid #cfcfcf;
	}
	.flow  .flex-wrap{
		justify-content: center;
	}

	.flow .item {
		width: 98%;
		margin: 2%;
		background-color: #ffffff;
	}
}

