
/* --------------------------------------------------- */
#sec01 {
	max-width: 1350px;
	width: 100%;
	margin: 0 auto;
}
#sec01 ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}
#sec01 li {
	width: 24%;
}
#sec01 li a {
	display: block;
	text-align: center;
	font-weight: 600;
	font-size: 1.1em;
	border: #41455A 1px solid;
	height: 100%;
	background-color: #fff;
	padding-bottom: 20px;
	position: relative;
}
#sec01 li a .ph {
	display: block;
	margin-bottom: 10px;
}
#sec01 li a .subject {
	display: block;
	text-align: center;
	font-size: 12px;
	font-weight: 500;
}
#sec01 li a::after {
	content: "";
	content: "keyboard_arrow_down";
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
	width: 30px;
	height: 30px;
    font-size: 16px;
    line-height: 1;
    position: absolute;
	bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
	margin-bottom: -15px;
    color: #fff;
	background-color: #41455A;
	border-radius: 50%;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	text-align: center;
	letter-spacing: 0;
	transition: .2s;
}
#sec01 li a:hover {
	border: #FFF148 1px solid;
}
#sec01 li a:hover::after {
	width: 36px;
	height: 36px;
	margin-bottom: -18px;
	color: #41455A;
	background-color: #FFF148;
}


@media print, screen and ( max-width : 1300px ) {
}
@media screen and (max-width: 910px) {
	#sec01 ul {
		flex-wrap: wrap;
        margin-bottom: 50px;
    }
    #sec01 li {
        width: 49%;
		margin-bottom: 25px;
    }
	#sec01 li a {
        font-size: 1em;
    }
}
@media screen and (max-width: 680px) {
	#sec01 ul {
		display: block;
        margin-bottom: 50px;
    }
    #sec01 li {
        width: 100%;
		margin-bottom: 2px;
    }
	#sec01 li a {
        font-weight: 600;
        font-size: 1em;
		padding:  10px 0px 10px 90px;
		position: relative;
    }
    #sec01 li a .ph {
        margin-bottom: 0px;
		position: absolute;
		width: 90px;
		top: 0;
		left: 0;
		bottom: 0;
		height: 100%;
    }
	#sec01 li a .ph img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        object-fit: cover;
    }
	#sec01 li a::after {
        width: 20px;
        height: 20px;
        font-size: 12px;
        bottom: auto;
        left: 0;
		top: 50%;
        transform: translate(0%, -50%);
        margin-bottom: 0;
		margin-left: -10px;
		padding-top: 3px;
    }
	#sec01 li a:hover::after {
        width: 20px;
        height: 20px;
        margin-bottom: 0px;
    }
	#sec01 li a .subject {
        font-size: 10px;
    }
}
/* --------------------------------------------------- */
#micratch-junior-course,
#micratch-course,
#roblock-junior-course,
#disney-course {
	max-width: 1300px;
	width: 100%;
	padding-top: 100px;
	margin: -100px auto 80px;
}
#disney-course {
	margin-bottom: 120px;
}
.section {
}
.section .title {
	max-width: 700px;
	width: 95%;
	padding: 15px 15px 15px 25px;
	position: relative;
	margin-left: -20px;
	margin-bottom: -50px;
	background-color: #41455A;
	color: #fff;
	font-family: "RocknRoll One", sans-serif;
	font-weight: 400;
	font-size: 1.7em;
	letter-spacing: 4px;
}
.section .title span {
	display: inline-block;
	font-size: .7em;
	margin-left: 5px;
}
.section .title::before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 10px transparent;
    border-right: solid 20px #ACA229;
}
.section .container {
	background-color: #F7F6EC;
	padding: 80px 30px 30px;
	border: rgba(65,69,90,.3) 1px solid;
	border-top: rgba(65,69,90,1) 2px solid;
}
.section .container .subject {
	background-color: #FFF148;
	display: flex;
	justify-content: space-between;
	padding: 10px 10px 10px 20px;
	margin-bottom: 0px;
}
.section .container .subject span {
	display: inline-block;
	font-weight: 500;
	padding: 6px 3px 5px;
	line-height: 1.3em;
}
.section .container .subject span:last-child {
	border: #41455A 1px solid;
	padding: 5px 10px;
}
.section .mv {
	margin-bottom: 30px;
}

.section .block1 {
	overflow: hidden;
	margin-bottom: 30px;
}
.section .block1 .img {
	float: right;
	width: 48%;
	margin-left: 20px;
	margin-bottom: 10px;
}
.section .block1 p {
}
.section .block2 {
	background-color: #fff;
	padding: 20px;
	overflow: hidden;
	margin-bottom: 20px;
}
.section .block2 .ttl {
	font-size: 1.1em;
	font-weight: 600;
	margin-bottom: 15px;
}
.section .block2 .img {
	float: right;
	width: 260px;
	margin-left: 20px;
	margin-bottom: 10px;
}
.section .block2 p {
}
.section .block2 p strong {
	display: block;
	margin-bottom: 10px;
}
.section .block3 {
	width: 100%;
	display: table;
	background-color: #FFFEF4;
	padding: 10px;
	margin-bottom: 30px;
}
.section .block3 dt,
.section .block3 dd {
	display: table-cell;
	text-align: center;
}
.section .block3 dt {
	width: 200px;
	font-weight: 600;
	position: relative;
	padding-right: 10px;
}
.section .block3 dt::after {
	content: "";
	width: 1px;
	height: auto;
	background-color: #41455A;
	position: absolute;
	top: 5px;
	right: 0;
	bottom: 5px;
}
.section .block3 dd {
	display: flex;
	justify-content: center;
}
.section .block3 dd p {
	margin: 0 10px;
	text-align: center;
}
.section .block3 dd p strong {
	font-size: 1.2em;
	font-weight: 500;
}
.section .block3 dd p .cap {
	font-size: 10px;
}
.section .block4 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.section .block4 .left {
	width: 50%;
}
.section .block4 dl {
	width: 46%;
}
.section .block4 dt {
	font-size: 1.2em;
	font-weight: 600;
	margin-bottom: 10px;
}
.section .block4 dd {
}
.section .block4 dd p {
	margin-bottom: 10px;
}
.section .block4 dd .img {
}
.section .block5 {
	background-color: #fff;
	padding: 30px;
	margin-bottom: 30px;
}
.section .block5 .inner {
	display: flex;
	justify-content: space-between;
}
.section .block5 .box {
	width: 48%;
}
.section .block5 .box .ttl {
	font-size: 1.1em;
	font-weight: 600;
	margin-bottom: 20px;
}
.section .block5 .box .ttl span {
	display: block;
	font-size: 12px;
}
.section .block5 .box p {
}
.section .block5 .box img {
	display: block;
	margin-bottom: 10px;
}
@media print, screen and ( max-width : 1300px ) {
}
@media screen and (max-width: 910px) {
	.section .block3 {
        padding: 10px 0;
        margin-bottom: 20px;
    }
	.section .block3 dt {
        width: 130px;
        padding-right: 0px;
		font-size: 12px;
    }
}
@media screen and (max-width: 680px) {
	#micratch-junior-course,
    #micratch-course,
    #roblock-junior-course,
    #disney-course {
        padding-top: 80px;
        margin: -80px auto 20px;
    }
	.section .title {
		width: 90%;
        padding: 10px 10px 12px 20px;
        margin-left: -10px;
        margin-bottom: -30px;
        font-size: 1.2em;
        letter-spacing: 3px;
    }
    .section .title span {
        display: inline-block;
        font-size: .7em;
        margin-left: 5px;
    }
    .section .title::before {
        position: absolute;
        content: '';
        top: 100%;
        left: 0;
        border: none;
        border-bottom: solid 10px transparent;
        border-right: solid 10px #ACA229;
    }
	.section .container {
        padding: 40px 10px 10px;
    }
	.section .container .subject {
		display: block;
		font-size: .9em;
		padding: 10px 5px 10px 15px;
	}
	.section .container .subject span {
        padding: 0px 0px 5px;
    }
    .section .container .subject span:last-child {
        border: #41455A 1px solid;
        padding: 4px 10px 5px;
		font-size: 10px;
    }
	.section .mv {
        margin-bottom: 10px;
    }
	.section .block1 {
        margin-bottom: 20px;
    }
    .section .block1 .img {
        float: none;
		max-width: 550px;
        width: 100%;
        margin: 0 auto 10px;
    }
    .section .block2 {
        padding: 15px;
        margin-bottom: 10px;
    }
    .section .block2 .ttl {
        font-size: 1em;
        font-weight: 700;
        margin-bottom: 15px;
    }
    .section .block2 .img {
        float: none;
        max-width: 260px;
		width: 100%;
		margin: 0 auto 10px;
    }
	.section .block3,
	.section .block3 dt,
	.section .block3 dd {
		display: block;
		padding: 0;
	}
	.section .block3 dt {
        width: 100%;
		padding: 10px;
    }
	.section .block3 dt::after {
        width: auto;
        height: 1px;
        top: auto;
        right: 10px;
		left: 10px;
        bottom: 0;
    }
	.section .block3 dd {
        display: block;
		padding: 10px 20px;
    }
    .section .block3 dd p {
		margin: 0;
		text-align: left;
    }
	.section .block4 {
          display: block;
          margin-bottom: 30px;
      }
      .section .block4 .left {
          width: 100%;
		  margin-bottom: 20px;
      }
      .section .block4 dl {
          width: 100%;
      }
	.section .block4 dt {
		margin-bottom: 5px;
      }
	.section .block4 dd p {
		margin-bottom: 15px;
	}
    .section .block4 dd .img {
        display: block;
        max-width: 450px;
        width: 100%;
        margin: 0 auto;
    }
	.section .block5 {
        padding: 15px;
        margin-bottom: 20px;
    }
	.section .block5 .inner {
		display: block;
    }
    .section .block5 .box {
        width: 100%;
    }
	.section .block5 .box:first-child {
		margin-bottom: 30px;
    }
    .section .block5 .box .ttl {
        font-size: 1.1em;
        font-weight: 600;
        margin-bottom: 20px;
    }
    .section .block5 .box .ttl span {
        display: block;
        font-size: 12px;
    }
}
/* --------------------------------------------------- */

/* --------------------------------------------------- */


