@charset "UTF-8";

@import "reset.css";



/*------------------------------------------------
	common
-------------------------------------------------*/
html,body {
	height:100%; 
}
#main_img { 
	height:100%; 
}
html{
	font-size:15px;
}
body{
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	line-height:1.8;
	font-size:1rem;
	-webkit-text-size-adjust: 100%;
}
section{
	width:100%;
	margin:0 auto;
}
.flex{
	display: flex;
	flex-wrap:wrap;
}
.pc_only{
	display: none;
}
.tb_only{
	display: none;
}
.sp_only{
	display: inline;
}
img{
	width:100%;
}
a{
	text-decoration:underline;
}
.wrap{
	width:94%;
	max-width:960px;
	margin-left:3%;
}
.caption{
	font-size:0.8rem;
	vertical-align: top;
}
.btn a{
	width:100%;
	max-width:400px;
	margin:2rem auto;
	color:#00b4d2;
	border:1px solid #00b4d2;
	border-radius:10px;
	position:relative;
	justify-content:center;
	padding:1rem 2rem 1rem 2rem;
    text-align: center;
    align-items: center;
    font-weight:bold;
    box-sizing:border-box;
    text-decoration: none;
}
.after{
	color:#888;
	border:1px solid #888;
	padding:0.3rem 0.8rem;
	max-width:12rem;
	font-size:0.8rem;
	margin:1rem auto;
	text-align: center;
}
.red{
	color:red;
}
h3{
	margin:0 auto;
	padding-bottom: 2rem;
}
h4{
	background:#70c81f;
	text-align: center;
	color: #fff;
	padding: 0.5rem 1rem;
	font-size: 1.2rem;
	font-weight: bold;
	border-radius: 5px;
	margin-top: 4rem;
    margin-bottom: 2rem;
}
h5{
	position: relative;
	color: black;
	background: #FEF2E4;
	line-height: 1.4;
	padding: 0.4em 0.5em 0.25em ;
	margin: 0 0 1em;
	border-radius: 0 5px 5px 5px;
	font-size: 1.3rem;
	font-weight: bold;
	display: inline-block;
}
.inline-block {
	display: inline-block;
}
.font_s {
	font-family: 'Noto Sans Symbols', sans-serif;
	font-size: 110%;
	padding: 0 0.1rem;
	line-height: 1.6;
}
.mt_6 {
	margin-top: 6rem;
}
.text_red {
	color: #e95520;
}
@media screen and (min-width:481px) and (max-width:759px) {
	h5{
		font-size: 2.526315789vw;
	}
}
h5:after {
	/*タブ*/
	position: absolute;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	font-weight: 700;
	content: 'Point';
	background: #F7921E;
	color: #fff;
	left: 0px;
	bottom: 100%;
	border-radius: 5px 5px 0 0;
	padding: 3px 7px 1px;
	font-size: 0.7em;
	line-height: 1;
	letter-spacing: 0.05em
}
@media screen and (min-width:481px) {
	/*タブレット〜PC*/
	html{
		font-size:16px;
	}
	#main_img { 
		height:auto; 
	}
	.pc_only{
		display: inline;
	}
	.sp_only{
		display: none;
	}
	.wrap{
		margin-left:auto;
		margin-right:auto;
	}
	.heading{
		width:50%;
		margin-left:25%;
	}
	h5{
		margin: 0 0 1.5em;
	}
	
}
@media screen and (max-width:480px) {
	/*タブレット〜PC*/
	html{
		font-size:3.62vw;
	}	
}
@media screen and (max-width:375px) {
	#main_img { 
	}
}

/*------------------------------------------------
	main_img
-------------------------------------------------*/
#main_img{
	background-color:#70c81f;
	overflow: hidden;
    position: relative;
}
#main_img .main_wrap{
	/*position:relative;*/
}
#main_img header{
	width:20%;
	padding:1rem 0 0 1rem;
}
#main_img .main{

}
#main_img .title_year{
	color: #fff;
	font-size: 2.2rem;
	font-weight: 600;
	text-align: center;
	line-height: 1.25;
	margin-top: 30px;
}
#main_img h1{
	width:86%;
	max-width:600px;
	margin-left:8%;
	padding-top:7vh;
}
#main_img .point{
	justify-content: space-around;
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
	width:90%;
	margin-left: 5%;
	margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}
#main_img .point li{
	position: relative;
	width:30%;
	border-radius: 300px;
	background:#fff;
}
#main_img .point li::before{
	content:"";
    display: block;
    padding-top: 100%;
}
#main_img .point li p{
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
#main_img .read{
	width:90%;
	margin-left:5%;
	padding-top:2vh;
	padding-bottom:2vh;
	color:#fff;
	text-align: center;
	font-size:0.9rem;
}
#main_img .main_akahonkun01{
	width: 22%;
    max-width: 210px;
    position: absolute;
    bottom: 4%;
    left: 0;
}
#main_img .main_akahonkun02{
	width: 22%;
    max-width: 205px;
    position: absolute;
    bottom: 3.5%;
    right: 0.5%;
}

#main_img a.scroll {
	padding-top: 60px;
    position: absolute;
    margin: 0 auto;
    text-align: center;
    display: block;
    left: calc(50% - 12px );
    bottom: 1rem;
    font-weight:bold;
    color:#fff;
    text-decoration: none;
}
#main_img a.scroll span {
	position: absolute;
	bottom: 10px;
	width: 24px;
	height: 24px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb 2s infinite;
	animation: sdb 2s infinite;
	box-sizing: border-box;
}
@-webkit-keyframes sdb {
	0% {
	-webkit-transform: rotate(-45deg) translate(0, 0);
	}
	20% {
	-webkit-transform: rotate(-45deg) translate(-10px, 10px);
	}
	40% {
	-webkit-transform: rotate(-45deg) translate(0, 0);
	}
}
@keyframes sdb {
	0% {
	transform: rotate(-45deg) translate(0, 0);
	}
	20% {
	transform: rotate(-45deg) translate(-10px, 10px);
	}
	40% {
	transform: rotate(-45deg) translate(0, 0);
	}
}

@media screen and (min-width:481px) {
	/*タブレット〜PC*/
	#main_img .main_wrap{
		max-width:960px;
		margin:0 auto;
		position:relative;
		padding-bottom: 5.5rem;
	}
	#main_img header{
		width:120px;
		padding:2rem 0 0 2rem;
	}
	#main_img h1{
		margin:0 auto;
	    padding-top: 4rem;
    	padding-bottom: 2rem;
	}
	#main_img .point {
		width: 40%;
		margin-left: 30%;
	}
}
@media screen and (min-width:481px) and (max-width:960px){
	/*タブレット*/
	.tb_only{
		display: inline;
	}
	#main_img .title_year{
		margin-top: 10px;
	}
	#main_img .point {
		width: 50%;
		margin-left: 25%;
	}
	#main_img .main_akahonkun01{
		width: 21%;
		bottom: 1%;
		left: 2%;
	}
	#main_img .main_akahonkun02{
		width: 21%;
		bottom: 1%;
		right: 2%;
	}
}
@media screen and (max-width:480px) {
	#main_img .title_year{
		margin-top: 3vh;
		font-size: 1.75rem;
	}
	#main_img h1{
		width:76%;
		margin-left:12%;
		padding-top:4vh;
		padding-bottom:1vh;
	}
	#main_img .point {
		margin-top:1rem;
	}
	/*#main_img .main_akahonkun01{
		width: 34%;
		left: 7%;
		bottom: 6%;
	}
	#main_img .main_akahonkun02{
		width: 34%;
		right: 8%;
		bottom: 6%;
	}*/
	#main_img .main_akahonkun01{
		width: 34%;
		left: 2%;
		bottom: 2%;
	}
	#main_img .main_akahonkun02{
		width: 34%;
		right: 3%;
		bottom: 1.5%;
	}
}
@media screen and (max-width:375px) {
	#main_img h1{
		width:70%;
		margin-left:15%;
	}
	#main_img .point {
		font-size: 4vw;
		margin-top:0.5rem;
	}
	#main_img .read{
		font-size:0.8rem;
	}
	#main_img .main_akahonkun01{
		width: 29%;
		bottom: 1%;
	}
	#main_img .main_akahonkun02{
		width: 29%;
		bottom: 0.5%;
	}
}

/*------------------------------------------------
	about
-------------------------------------------------*/
#about{
	font-size: 0.7rem;
    border: 1px dotted #fff;
    padding: 0.5rem 0.8rem;
    box-sizing: border-box;
    margin-top: 5vh;
    color: #fff;
	text-align: center;
			width: 45%;
				font-size: 0.8rem;
}
@media screen and (min-height:801px) {
	/*iphone X*/
	#about {
		width:45%;
		font-size: 0.8rem;
	}
}
@media screen and (min-width:320px) and (max-width:480px) {
	#about {
		width:94%;
		font-size: 0.8rem;
		margin-top: 3vh;
	}
}
@media screen and (min-width:481px) and (max-width:960px){
	 #about {
		width:fit-content;
	}
}

/*------------------------------------------------
	index
-------------------------------------------------*/
#index{
	margin-top:3rem;
	margin-bottom:3rem;
}
#index ul{
	border-top:1px solid #000;
}
#index li{
	border-bottom:1px solid #000;
	line-height:0;
}

@media screen and (min-width:481px) {
	/*タブレット〜PC*/
	#index ul{
		justify-content: space-between;
		border-top:none;
	}
	#index li{
		width:49%;
	}
	#index li:nth-child(1),
	#index li:nth-child(2){
		border-top:1px solid #000;
	}
}

/*------------------------------------------------
	Character
-------------------------------------------------*/
#character {
	background:url(../img/bg_character.png);
	background-size: 5%;
	padding: 4rem 0;
}
#character .flex{
	align-items: flex-start;
	justify-content: center;
}
#character .name{
	font-size:1.2rem;
	font-weight:bold;
	line-height: 2;
}
#character .chara_balloon {
	display: flex;
	justify-content: space-between;
	margin: 0 0 1em;
	padding: 10px;
	min-width: 120px;
	max-width: 100%;
	font-size: 16px;
	background: #FFF;
	border: solid 3px #e6dcc3;
	border-radius: 10px;
	box-sizing: border-box;
}
#character .chara_balloon .img {
	width: 26%;
}
#character .chara_balloon .text {
	width: 72%;
}
#character .chara_talk {
	margin: 2em auto 0;
	width: 94%;
}
/* #character .chara_teacher img{
	width:35%;
	margin-top:-15%;
}
#character .chara_teacher .chara_balloon_right {
	margin-top: 20%;
	margin-left: -5%;
} */
/* #character .chara_taisaku.flex img{
	order:2;
	margin-top: -5%;
}
#character .chara_taisaku.flex .chara_balloon_left{
	order:1;
}
#character .chara_balloon_right:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -24px;
	margin-top: -8px;
	border: 8px solid transparent;
	border-right: 16px solid #FFF;
	z-index: 2;
}
#character .chara_balloon_right:after {
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
	margin-top: -10px;
	border: 10px solid transparent;
	border-right: 20px solid #e6dcc3;
	z-index: 1;
} 
#character .chara_balloon_right p {
	margin: 0;
	padding: 0;
}
#character .chara_balloon_left {
	position: relative;
	display: inline-block;
	margin: 1.5em 15px 1.5em 0;
	padding: 7px 10px;
	min-width: 40%;
	max-width: 60%;
	color: #555;
	font-size: 16px;
	background: #FFF;
	border: solid 2px #e6dcc3;
	border-radius: 10px;
	box-sizing: border-box;
}
#character .chara_balloon_left:before {
	content: "";
	position: absolute;
	top: 50%;
	right: -24px;
	margin-top: -8px;
	border: 8px solid transparent;
	border-left: 16px solid #FFF;
	z-index: 2;
}
#character .chara_balloon_left:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -30px;
	margin-top: -10px;
	border: 10px solid transparent;
	border-left: 20px solid #e6dcc3;
	z-index: 1;
} 
#character .chara_balloon_left p {
	margin: 0;
	padding: 0;
}*/


@media screen and (min-width:481px) {
	/*タブレット〜PC*/
	#character {
		background-size: 2%;
		padding: 5rem 0 2rem;
	}
	#character .flex.wrap{
		justify-content: space-between;
	}
	#character .chara {
		width:31%;
	}
	#character .chara img {
		width: 46.5%;
		display: block;
		margin: 0 auto;
	}
	#character .name{
		text-align: center;
		line-height: 2.5;
	}
	#character .chara_balloon {
		display: block;
		margin: 1.5em 0;
		padding: 20px 25px 30px;
	}
	#character .chara_balloon.akahon p.intro {
		min-height: 86.39px;
	}
	#character .chara_balloon .img {
	width: 100%;
	}
	#character .chara_balloon .text {
		width: 100%;
	}
	#character .chara_talk {
		max-width: 750px;
		margin: 2em auto;
	}

	/* #character .chara_balloon_left:before,
	#character .chara_balloon_right:before {
		content: "";
		position: absolute;
		top: -20px;
		left: calc(50% - 2px);
		right: calc(50% + 2px);
		margin-left: -14px;
		border: 7px solid transparent !important;
		border-bottom: 14px solid #FFF !important;
		z-index: 2;
		margin-top: 0;
	}

	#character .chara_balloon_left:after,
	#character .chara_balloon_right:after {
		content: "";
		position: absolute;
		top: -17px;
		left: 50%;
		right: 50%;
		margin-left: -18px;
		border: 9px solid transparent !important;
		border-bottom: 18px solid #e6dcc3 !important;
		z-index: 1;
	} */

	#character .chara_balloon p {
		margin: 0;
		padding: 0;
	}
}


/*------------------------------------------------
	Outline
-------------------------------------------------*/
#outline{
	background-color:#F5FFEC;
	padding:5rem 0;
}
#outline #subject {
	width: 100%;
	margin: 3em auto;
	place-content: center;
	display: grid;
	grid-template-columns: 13.5% 7.2% 45.1% 34.2%;
	grid-template-areas:
    "l_t l_t r_t r_t"
    "l01 l01 r01 r01"
    "l02 l02 r02 r03"
    "l03 l03 r04 r03"
    "l04 l05 r05 r05"
    "l04 l06 r06 r06"
    "l07 l07 r07 r07"
    "l07 l07 r08 r08"
    "l08 l08 r09 r09"
    "l09 l09 r10 r10";
}
#outline #subject .item {
	background-color: #fff;
	padding: 0.5em;
	border-left: 2px solid #B3B3B3;
	border-top: 2px solid #B3B3B3;
}
#outline #subject .item_l {
	text-align: center;
	display: flex;
    justify-content: center;
    align-items: center;
	border-left: none;
	border-top: 2px solid #B3B3B3;

}
#outline #subject .l_t {
	grid-area: l_t;
	background-color: #000;
	color: #fff;
	border-top: none;
}
#outline #subject .r_t {
	grid-area: r_t;
	background-color: #000;
	color: #fff;
	text-align: center;
	border-top: none;
}
#outline #subject .l01 {
	grid-area: l01;
	border-top: none;
}
#outline #subject .l02 {
	grid-area: l02;
}
#outline #subject .l03 {
	grid-area: l03;
}
#outline #subject .l04 {
	grid-area: l04;
}
#outline #subject .l05 {
	grid-area: l05;
	border-left: 2px solid #B3B3B3;
}
#outline #subject .l06 {
	grid-area: l06;
	border-top: 2px dashed #B3B3B3;
	border-left: 2px solid #B3B3B3;
}
#outline #subject .l07 {
	grid-area: l07;
}
#outline #subject .l08 {
	grid-area: l08;
}
#outline #subject .l09 {
	grid-area: l09;
}
#outline #subject .r01 {
	grid-area: r01;
	border-top: none;
}
#outline #subject .r02 {
	grid-area: r02;
}
#outline #subject .r03 {
	grid-area: r03;
	display: flex;
    justify-content: center;
    align-items: center;
	border-left: 2px dashed #B3B3B3;
}
#outline #subject .r04 {
	grid-area: r04;
	border-top: 2px dashed #B3B3B3;
}
#outline #subject .r05 {
	grid-area: r05;
}
#outline #subject .r06 {
	grid-area: r06;
	border-top: 2px dashed #B3B3B3;
}
#outline #subject .r07 {
	grid-area: r07;
}
#outline #subject .r08 {
	grid-area: r08;
	border-top: 2px dashed #B3B3B3;
}
#outline #subject .r09 {
	grid-area: r09;
}
#outline #subject .r10 {
	grid-area: r10;
}
@media screen and (min-width:541px) {
	/*タブレット〜PC*/
	#outline #subject {
		max-width: 700px;
		margin: 3rem auto;
		grid-template-columns: 15.5% 8% 34% 42.5%;
	}
	#outline #subject .item {
		padding: 1.2rem;
	}
	
}


/*------------------------------------------------
	Reform
-------------------------------------------------*/
#reform{
	padding:5rem 0;
}
#reform{
}
#reform .comments{
	max-width: 600px;
	margin: 30px auto;
	font-size: 0.8rem;
}
#reform .comments_wrap{
	padding: 1rem;
	position: relative;
	border: solid 3px #70c81f;
	padding-left: 2rem;

}
#reform .comments_wrap li{
	padding: 1em 0;
	border-bottom: dashed 1px silver;
	letter-spacing: 0.02em;
}
#reform .comments_wrap li::before{
	content: "";
	position: absolute;
	left: 1em;
	width: 1rem;
	height: 1rem;
	background-color: #70c81f;
	border-radius: 50%;
	transform: translateY(25%);
}


/*------------------------------------------------
	Question
-------------------------------------------------*/
#question{
	background-color:#F5FFEC;
	padding:5rem 0;
}
#question .illust {
	max-width: 520px;
	margin: 3rem auto;
}


/*------------------------------------------------
	Study
-------------------------------------------------*/
#study{
	padding:5rem 0;
}
#study .study_cycle{
	width: 100%;
	margin: 0 auto;
}

#book.book2{
	margin: 3em auto 0;
}
#book h6{
	background: url(../img/bg_book_title.svg) repeat-x;
    background-position: center;
	text-align: center;
	padding: 0.5rem 1rem;
	font-size: 1.2rem;
	font-weight: bold;
	margin-top: 4rem;
    margin-bottom: 2rem;
}
#book h6 span{
	background:#fff;
	color:#000;
	padding: 1rem;
}
#book .title{
	border-radius: 5px 5px 0 0;
    padding: 0.5rem;
	/* align-items: center; */
	justify-content: center;
	position: relative;
	background: #F7921E;
}
	#book .cl_s .title{
		background: #fb4b12;
	}
#book .title  {
	font-size: 1.5rem;
	color:#fff;
	font-weight: bold;
}
#book .title .num1::before {
	content: "1";
}
#book .title .num2::before {
	content: "2";
}
#book .title .num3::before {
	content: "3";
}
#book .title .num::before {
	display: inline-block;
	color: #fff;
	border: solid #fff 2px;
	margin-right: 0.5rem;
	padding: 0 0.5rem;
	font-size: 1rem;
	vertical-align: middle;
	margin-bottom: 0.3rem;

}
#book .image_box {
	padding: 3rem 6% 2rem;
	background: #FEF3E4;
}
	#book .cl_s .image_box {
		background: #fff1ec;
	}
#book .left,
#book .center,
#book .right{
	width:48%;
}
#book img {
	margin-bottom:2rem;
}
#book .book_box img {
	border: 1px solid #ccc;
	width:100%;
}
#book .tips.two_books{
	justify-content: center!important;
}
#book .tips.two_books .right{
	margin-left: 5%!important;
}

/* book1 */
#book .book1 {
	margin-bottom: 3rem;
}
#book .book1 .no_bottom img {
	margin-bottom: 0;
}
#book .book1 .tips{
	justify-content: space-around;
}
	#book .book1 .tips.reverse{
		flex-wrap: wrap-reverse;
	}
	#book .book1 .tips.reverse .left{
		order: 1;
	}
#book .book1 .tips .left,#book .book1 .tips .right,
#book .book1 .tips .center{
	width: 46%;
}
	#book .book1 .tips.small .left,
	#book .book1 .tips.small .right{
		width: 40%;
	}
#book .book1 .tips .left{
	margin-left:0;
	margin-right:0;
}
#book .book1 .tips .left img{
	width:100%;
	margin-left:0;
}
#book .book1 .tips .right{
	margin-left: 0;
	margin-right: 0;
}
#book .book1 .tips .right img{
	width:100%;
	margin-left:0;
	margin-right:0;
}
#book .book1 .tips .center{
	margin-right: 0;
	margin-left: 8%;
}
	#book .book1 .tips.reverse .center{
		margin-right: 8%;
		margin-left: 0;
	}
#book .book1 .tips .note{
	margin-bottom: 2.5rem;
	margin-top: 0.6rem;
	background-color: #fb4b12;
	color: #fff;
	border-radius: 1rem;
	text-align: center;
	font-size: 0.9rem;
}
#book .book1 .tips .new{
	position: relative;
}
#book .book1 .tips .new::after{
	content: "New";
	background-color: #fb4b12;
	color: #fff;
	border-radius: 1rem;
	text-align: center;
	font-size: 0.8rem;
	display: inline-block;
	width: 3rem;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}


/* book2 */
#book .book2 {
	padding: 3rem 6% 0;
}
#book .book2 .book2_wrap {
	display: block;
}
#book .book2 .book2_left {
	width: 100%;
}
#book .book2 .tips {
	justify-content: space-between;
}
#book .book2 .book2_left .left, #book .book2 .book2_left .center, #book .book2 .book2_left .right {
	width: 30%;
}
#book .book2 .book2_right {
	width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
#book .book2 .book2_right .book2_right_img {
	width: 48%;
}
#book .book2 .book2_right img {
	margin-bottom: 0;
}
#book .book2 .book2_right p {
	color: #fff;
	background-color: #F7921E;
	border-radius: 0.5rem;
	padding: 0.4rem 1rem;
	text-align: center;
	line-height: 1.4;
	font-size: 0.9rem;
	height: fit-content;
}
#book .book2 .center_box{
	padding-bottom: 2rem;
	border-bottom: 3px solid #fff;
}

#book .center_box{
	width:100%;
}
#book .center_box p{
	text-align: center;
	margin-bottom: 1rem;
}
#book .series{
	font-weight: bold;
	font-size: 1.5rem;
	text-align: center;
	margin-bottom:1rem;
	margin-top:1rem;
	line-height: 1.5;
	color: #F7921E;
}
	#book .cl_s .series{
		color: #fb4b12;
	}
#book .series small{
	font-size: 1.2rem;
}
#book .series span{
	font-size: 1rem;
}
#book .series .round{
	color: #fff;
	background-color: #F7921E;
	border-radius: 1rem;
	padding: 0.3rem 1rem;
	margin-left: 0.5rem;
	vertical-align: text-bottom;
	line-height: 2.2rem;
}
	#book .cl_s .series .round{
		background-color: #fb4b12;
	}

#book .lead{
	text-align: center;
    margin-bottom: 2rem;
	font-weight: 600;
}
#book .btn{
	text-align: center;
	margin-top: 1rem;
	display: block;
	padding: 1rem 0;
	margin-bottom: 1rem;
}
#book .btn a{
	padding: 1rem 1.75rem 1rem 2rem;
	background: #fff;
	border: 2px solid #000;
	border-radius: 5px;
	color: #000;
	text-decoration: none;
	box-shadow: 0 4px 0 #000;
	position: relative;
	font-size: 0.9rem;
	display: inline-block;
	transition: 0.3s;
	margin-top: 0;
	margin-bottom: 0;
	width: auto;
}
#book .btn a:hover{
	box-shadow: none;
	transform:translateY(4px);
}



@media screen and (min-width:541px) {
	#study .study_cycle {
		width: 60%;
		margin: 0 auto;
	}
	/*タブレット〜PC*/
	#book {
		max-width: 720px;
		margin: 2em auto 3em;
	}
	#book .left, #book .center, #book .right{
		width:30%;
	}
	#book .series .round{
		line-height: 1.5rem;
	}

	/* book1 */
	#book .book1 .tips{
		justify-content: space-between;
	}
		#book .book1 .tips.reverse{
			flex-wrap: wrap;
		}
		#book .book1 .tips.reverse .left{
			order: unset;
		}	
	#book .book1 .tips .left,#book .book1 .tips .right,
	#book .book1 .tips .center{
		width: 30%;
		margin-right: 0;
		margin-left: 0;
	}
		#book .book1 .tips.tips.reverse .center{
			margin-right: 0;
			margin-left: 0;
		}
	#book .book1 .tips.small .left,
	#book .book1 .tips.small .right{
		width: 25%;
	}

	#book .book1 .tips .note{
		font-size: 1rem;
	}

	/* book2 */
	#book .book2 .book2_wrap {
		display: flex;
		justify-content: space-between;
	}
	#book .book2 .book2_left {
		width: 64%;
	}
	#book .book2 .book2_right {
		width: 30%;
		display: block;
	}
	#book .book2 .book2_right .book2_right_img {
		width: 100%;
	}
	#book .book2 .book2_right p {
		margin: 0.8rem auto 0;
	}
}


/*------------------------------------------------
	qaa
-------------------------------------------------*/
#qaa{
    background-color: #f0f0f0;
    padding: 5rem 0;
}
#qaa h3{
    width: 36%;
    max-width: 202px;
	margin:0 auto;
    padding-bottom: 1rem;
}
#qaa h4{
    font-size: 1.3rem;
    font-weight: bold;
    color: #000000;
    border-top: 3px dotted;
    border-bottom: 3px dotted;
    text-align: center;
    padding: 0.5rem 0;
}
#qaa .balloon1 {
	position: relative;
	margin: 3em 0 1.5rem 0;
	padding: 0.5rem 1.5rem 0.5rem 0;
	min-width: 120px;
	max-width: 100%;
	color: #555;
	font-size: 16px;
	background: #ffff00;
	width:100%;
	border:2px solid #000;
    border-radius: 12px;
    align-items: center;
	box-sizing: border-box;
	flex-wrap:nowrap;
}
#qaa .balloon1 img{
    width: 7%;
	max-width:48px;
	margin:1rem;
}
#qaa .balloon1:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -7px;
	border: 7px solid transparent;
	border-top: 14px solid #ffff00;
    z-index: 2;
}
#qaa .balloon1:after {
    content: "";
    position: absolute;
	top: 100%;
	left: 50%;
    margin-left: -9px;
    border: 9px solid transparent;
    border-top: 18px solid #000;
    z-index: 1;
}
#qaa .balloon1 p {
	margin: 0;
	padding: 0;
	display: inline;
    font-weight: bold;
    color: #000;
    font-size: 1.2rem;
}
#qaa .answer {
    align-items: flex-start;
	flex-wrap:nowrap;
}
#qaa .answer img.a {
    width: 7%;
	max-width:33px;
	margin: 0.5rem 1rem;
}
#qaa .answer img.a1 {
    width: 11%;
	max-width:49px;
	margin: 0.5rem 1rem;
}
#qaa .answer img.a2 {
    width: 11%;
	max-width:49px;
	margin: 0.5rem 1rem;
}
#qaa .answer p{
}
#qaa .btn{
    width: 90%;
    margin: 0 auto;
}
#qaa .btn a {
    background-color: #fff;
    border: none;
    color: #000;
    font-weight: bold;
    margin-top: 2rem;
    margin-bottom: 4rem;
    line-height: 1.5;
}
#qaa .btn a:after {
    content: '▲';
}
#qaa .btn.outsite a:after {
    content: '▶︎';
}
#qaa .answer .tb_title {
	margin-top: 2%;
}
#qaa .answer .table {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	margin: 1% 0 3%;
	width: calc(100% + 1px);
	box-sizing: border-box;
}
#qaa .answer .table dt, #qaa .answer .table dd {
    padding: 1%;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	box-sizing: border-box;
	width: 100%;
}
#qaa .answer .table dt {
	background-color: #ffffd7;
}
#qaa .answer .table dd {
	background-color: #fff;
}

@media screen and (min-width:481px) {
	/*タブレット〜PC*/
	#qaa .balloon1 img{
		max-width:30px;
	}
	#qaa .answer .table {
		
	}
	#qaa .answer .table dt {
		width: 10%;
	}
	#qaa .answer .table dd {
		width: 90%;
		background-color: #fff;
	}

}



/*------------------------------------------------
	Dictionary
-------------------------------------------------*/
.dictionary{
	width: 97vw;
	height: 125.2vw;
	margin: 3em auto 2em;
	background: url(../img/bg_dictionary_sp.png)no-repeat;
	background-size: cover!important;
	position: relative;
}
.dictionary .dictionary_box{
	padding: 23% 13% 0 10%;
}
	.dictionary03 .dictionary_box {
		padding: 15% 13% 0 10%;
	}
	.dictionary07 .dictionary_box {
		padding: 14% 13% 0 10%;
	}
	.dictionary04 .dictionary_box {
		padding: 15% 13% 0 10%;
	}
	.dictionary06 .dictionary_box {
		padding: 17% 13% 0 10%;
	}
.dictionary::after{
	content: '';
	position: absolute;
	display: block;
	background-size: contain!important;
}
	.dictionary01::after{
		background: url(../img/img_dictionary01.png)no-repeat;
		width: 23.5%;
		height: 19.5%;
		right: 14%;
		bottom: 17%;
	}
	.dictionary02::after{
		background: url(../img/img_dictionary02.png)no-repeat;
		width: 23%;
		height: 18%;
		right: 14%;
		bottom: 18%;
	}
	.dictionary06::after{
		background: url(../img/img_dictionary06.png)no-repeat;
		width: 28%;
		height: 16%;
		right: 14%;
		bottom: 15%;
	}
.dictionary .text{
	line-height: 1.6;
}

/* dictionary02 */
.dictionary02 .text {
	margin-bottom: 1em;
}

	/* dictionary03 */
.dictionary03 .pattern dt {
	color: #fff;
	padding: 0 12px;
	border-radius: 5px;
	background-color: #666;
	display: inline-block;
	margin-right: 80%;
	margin-bottom: 0.5em;
}
.dictionary03 .pattern dd {
	display: inline;
}
	.dictionary03 .pattern dd::after {
		content: "・";
		margin-left: 0.25rem;
	}
	.dictionary03 .pattern dd:last-child:after {
		content: none;
	}
.dictionary03 .pattern {
	margin-top: 1em;
}
	@media screen and (min-width:481px) and (max-width:759px) {
		.dictionary03 .pattern {
			font-size: 2.105263157vw;
		}
	}
.dictionary03 .pattern .science {
	margin-top: 1em;
}

/* dictionary04 */
.dictionary04 dd {
	margin-top: 1em;
	text-indent: -1rem;
	padding-left: 1rem;
}
.dictionary04 dd::before {
	content: "・";
	margin-right: 0.5rem;
}
.dictionary04 dd.ex::before {
	content: "\2002";
}

/* dictionary05 */
.dictionary05 p {
	margin-bottom: 1em;
}

/* dictionary06 */
.dictionary06 li {
	line-height: 2.75;
}
.dictionary06 li::before {
	content: "▶︎";
	margin-right: 0.5rem;
}

/* dictionary07 */
.dictionary07.dictionary {
	background:none
}
.dictionary07.dictionary::before,
.dictionary07.dictionary::after {
	content: "";
	display: inline-block;
	position: relative;
}
.dictionary07.dictionary::before {
	background-image: url(../img/bg_dictionary_top.png);
	width: 100%;
	aspect-ratio: 1400 / 94;
	background-size: cover;
}
.dictionary07.dictionary::after {
	background-image: url(../img/bg_dictionary_btm.png);
	bottom: 0;
	width: 100%;
	aspect-ratio: 1400 / 126;
	background-size: cover !important;
}
.dictionary07.dictionary .dictionary_box {
	background-image: url(../img/bg_dictionary_mid.png);
	position: relative;
	background-size: contain !important;
	background-repeat: repeat-y;
	padding-top: 2%;
	padding-bottom: 2%;
}
.dictionary07 h5 {
	margin: 0 0 1em;
}
.dictionary07 .text {
	justify-content: space-between;
}
.dictionary07 dt {
	display: none;
}
.dictionary07 dd {
	margin-bottom: 0.45rem;
}
.dictionary07 dd::before {
	display: inline;
	color: #fff;
	background-color: #666;
	border-radius: 5px;
	padding: 0.2rem 0.5rem;
	margin-right: 0.25rem;
}
	.dictionary07 dd.en::before {
		content: "英語";
	}
	.dictionary07 dd.ma::before {
		content: "数学";
	}
	.dictionary07 dd.ja::before {
		content: "国語";
	}
	.dictionary07 dd.so::before {
		content: "地理歴史／公民";
	}
	.dictionary07 dd.sc::before {
		content: "理科";
	}
.dictionary07 dd.en {
	line-height: 1.6;
}
.dictionary07 dd.en .box {
	border: 1px solid #666;
	border-radius: 0.5rem;
	padding: 0.15rem 0.35rem;
	line-height: 1;
	margin-top: 0.3rem;
	display: inline-block;
}
@media screen and (max-width:480px) {
	.dictionary06 .text {
		margin-left: 1.5rem;
	}
	.dictionary06 li {
		line-height: 1.5;
		margin-top: 1.2rem;
	}
	.dictionary06 li::before {
		margin-right: 0;
		display: inline-block;
		text-indent: -1.5rem;
	}

	.dictionary07.dictionary {
			background: none
	}

	.dictionary07.dictionary::before,
	.dictionary07.dictionary::after {
		content: "";
		display: inline-block;
		position: relative;
	}

	.dictionary07.dictionary::before {
		background-image: url(../img/bg_dictionary_top_sp.png);
		width: 100%;
		aspect-ratio: 1010 / 112;
		background-size: cover;
	}

	.dictionary07.dictionary::after {
		background-image: url(../img/bg_dictionary_btm_sp.png);
		bottom: 0;
		width: 100%;
		aspect-ratio: 1010 / 186;
		background-size: cover !important;
	}

	.dictionary07.dictionary .dictionary_box {
		background-image: url(../img/bg_dictionary_mid_sp.png);
		position: relative;
		background-size: contain !important;
		background-repeat: repeat-y;
		padding-top: 2%;
		padding-bottom: 2%;
	}
}


@media screen and (min-width:481px) {
	/*タブレット〜PC*/
	.dictionary{
		max-width: 700px;
		max-height: 490px;
		margin: 2em auto 3em;
		background: url(../img/bg_dictionary.png)no-repeat;
	}
	.dictionary .dictionary_box{
		padding: 15% 8% 0;
	}
		.dictionary03 .dictionary_box {
			padding: 10% 8% 0;
		}
		.dictionary07 .dictionary_box {
			padding: 9% 8% 0;
			font-size: 0.95rem;
		}
		.dictionary04 .dictionary_box, 
		.dictionary06 .dictionary_box {
			padding: 12% 8% 0;
		}
	.dictionary::after{
		background-size: contain!important;
	}
		.dictionary01::after{
			width: 13.5%;
			height: 20%;
			right: 10%;
			bottom: 18%;
		}
		.dictionary02::after{
			width: 13.5%;
			height: 20%;
			right: 10%;
			bottom: 18%;
		}
		.dictionary06::after{
			width: 20.5%;
			height: 21%;	
			right: 8%;
			bottom: 18%;
		}

	/* dictionary03 */
	.dictionary03 .pattern .science {
		margin-left: 17%;
	}
	.dictionary03 .pattern dt {
		margin-bottom: 0.75rem;
		margin-right: 0;
	}
	.dictionary03 .pattern dd {
		line-height: 1.6;
		display: block;
	}
	.dictionary03 .pattern dd::before {
		content: "・";
		margin-right: 0.5rem;
	}
	.dictionary03 .pattern .science {
		margin-top: 0;
	}	
	.dictionary03 .pattern dd::after {
		content: none;
	}


	/* dictionary07 */
		
	.dictionary07 .text {
		justify-content: space-between;
	}
	.dictionary07 dt {
		width: 14%;
		color: #fff;
		background-color: #666;
		border-radius: 5px;
		text-align: center;
		margin-bottom: 1rem;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.dictionary07 dt.double {
		line-height: 1.1;
	}
	.dictionary07 dd {
		width: 84%;
		margin-bottom: 1rem;
	}
	.dictionary07 dd::before {
		content: none!important;
	}
	.dictionary07 dd.en {
		line-height: 2;
	}
	


}
@media screen and (min-width:481px) and (max-width:759px) {
	.dictionary{
		max-width: 92.23vw;
		max-height: 64.56vw;
	}
	.dictionary07 .dictionary_box {
		padding: 8% 8% 0;
	}
	.dictionary07 dt {
		margin-bottom: 3%;
	}
	.dictionary07 dd {
		margin-bottom: 3%;
	}
	.dictionary .dictionary_box .text, .dictionary .dictionary_box p{
		font-size: 2.105263157vw;
	}
}


/*------------------------------------------------
	fat-nav
-------------------------------------------------*/
nav a{
	text-decoration:none;
	padding:1rem;
	display: inline-block;
	color:#009dff;
	transition:0.3s;
}
nav a:hover{
	color:#fff;
	background-color:#009dff;
}
#articles-scroll{
	width:940px;
	margin:0 auto;
}
#articles-scroll ul.flex{
	justify-content:space-between;
}
#articles-scroll ul.flex li{
	text-align:center;
	border-bottom:1px solid #009dff;
}
#articles-scroll ul.flex li.qa{
	background-color:#e0f2ff;
}
.fat-nav__wrapper{
	width:100%;
	padding: 1rem 0;
    background-color: #fff;
}
.is-fixed {
    position: fixed;
    top: 0;
    /*left: 0;*/
    z-index: 1;
    width: 100%;
}
/*@media screen and (min-width:480px) and (max-width:833px) {
	#articles-scroll{
		width:90%;
	}
}*/
	#articles-scroll{
		width:100%;
	}
	#articles-scroll ul.flex li{
		width:100%;
	}
	#articles-scroll ul.flex li.qa{
		background-color:transparent;
	}
	#articles-scroll ul.flex li.qa a{
		/*border:1px solid #fff !important;*/
		padding: 0.5rem;
	}
	.hamburger {
		display: block;
		width: 50px;
		height: 50px;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 10000;
		padding: 12px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-tap-highlight-color: transparent;
		-webkit-tap-highlight-color: transparent;
		-ms-touch-action: manipulation;
		touch-action: manipulation;
		background:#ffff00;
	}
	.hamburger__icon {
		position: relative;
		margin-top: 12px;
		margin-bottom: 7px;
	}
	.hamburger__icon, .hamburger__icon:before, .hamburger__icon:after {
		display: block;
		width: 25px;
		height: 2px;
		background-color: #222;
		-moz-transition-property: background-color, -moz-transform;
		-o-transition-property: background-color, -o-transform;
		-webkit-transition-property: background-color, -webkit-transform;
		transition-property: background-color, transform;
		-moz-transition-duration: 0.4s;
		-o-transition-duration: 0.4s;
		-webkit-transition-duration: 0.4s;
		transition-duration: 0.4s;
	}
	.hamburger__icon:before, .hamburger__icon:after {
		position: absolute;
		content: "";
	}
	.hamburger__icon:before {
		top: -7px;
	}
	.hamburger__icon:after {
		top: 7px;
	}
	.hamburger.active .hamburger__icon {
		background-color: transparent;
	}
	.hamburger.active .hamburger__icon:before, .hamburger.active .hamburger__icon:after {
		background-color: #000;
	}
	.hamburger.active .hamburger__icon:before {
		-moz-transform: translateY(7px) rotate(45deg);
		-ms-transform: translateY(7px) rotate(45deg);
		-webkit-transform: translateY(7px) rotate(45deg);
		transform: translateY(7px) rotate(45deg);
	}
	.hamburger.active .hamburger__icon:after {
		-moz-transform: translateY(-7px) rotate(-45deg);
		-ms-transform: translateY(-7px) rotate(-45deg);
		-webkit-transform: translateY(-7px) rotate(-45deg);
		transform: translateY(-7px) rotate(-45deg);
	}

	.fat-nav {
		top: 0;
		left: 0;
		z-index: 9999;
		position: fixed;
		display: none;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.8);
		-moz-transform: scale(1.4);
		-ms-transform: scale(1.4);
		-webkit-transform: scale(1.4);
		transform: scale(1.4);
		-moz-transition-property: -moz-transform;
		-o-transition-property: -o-transform;
		-webkit-transition-property: -webkit-transform;
		transition-property: transform;
		-moz-transition-duration: 0.4s;
		-o-transition-duration: 0.4s;
		-webkit-transition-duration: 0.4s;
		transition-duration: 0.4s;
		overflow-y: auto;
		overflow-x: hidden;
		-webkit-overflow-scrolling: touch;
	}
	.fat-nav__wrapper {
		width: 100%;
		height: 100%;
		display: table;
		table-layout: fixed;
		background-color:transparent;
	}
	.fat-nav.active {
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	.fat-nav ul {
		display: table-cell;
		vertical-align: middle;
		margin: 0;
		padding: 0;
	}
	#articles-scroll.fat-nav ul.flex li {
		list-style-type: none;
		text-align: center;
		padding: 0 0;
		font-size: 1.3em;
		border:none;
	}
	.fat-nav li, .fat-nav li a {
		color: #fff;
	}
	.fat-nav li a {
		text-decoration: none;
	}


/*------------------------------------------------
	Balloon
------------------------------------------------*/

.balloon {
	width: 100%;
    margin: 1rem 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.balloon .faceicon {
	/*float: left;
	margin-right: -90px;
	width: 60px;*/
	width: 25%;
	max-width:130px;
	font-size: 0.7rem;
    text-align: center;
}
.balloon .faceicon img{
	width: 100%;
	height: auto;
}
.balloon .chatting {
	width: 72%;
}
.says {
	display: inline-block;
	position: relative; 
	padding: 13px 17px;
	border-radius: 12px;
	border: 2px solid #000;
}
.says:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 18px; 
	left: -24px;
	border: 12px solid transparent;
}
.mebae .says {
	background: #FEF6EB;
}
.nobiru .says {
	background: #F5F4FF;
}
.akahon .says {
	background: #FFFED5;
}
.double .says {
	background: #FFF;
}
.says:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -20px;
    margin-top: -7px;
    border: 7px solid transparent;
    z-index: 2;
}
.mebae .says:before {
    border-right: 14px solid #FEF6EB;
}
.nobiru .says:before {
    border-right: 14px solid #F5F4FF;
}
.akahon .says:before {
    border-right: 14px solid #FFFED5;
}
.double .says:before {
    border-right: 14px solid #FFF;
}
.says:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -24px;
    margin-top: -8px;
    border: 8px solid transparent;
    border-right: 15px solid #000;
    z-index: 1;
}
.says p {
	margin: 0;
	padding: 0;
}
.blank{
	margin-bottom:5rem !important;
}

@media screen and (min-width:481px) {
	.balloon {
		margin: 1em 0;
	}
	.balloon .faceicon {
		width: 10%;
	}
	.balloon .chatting {
		width: 87%;
	}
}


/*------------------------------------------------
	Schedule
-------------------------------------------------*/
#schedule .new_flow {
	margin: 3rem 0;
	position: relative;
}
#schedule .new_flow .flow_title {
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 1.2rem;
}
#schedule .new_flow .box{
	background-color: #F7931E;
    padding: 0.3rem;
    box-sizing: border-box;
	border-radius: 10px;
	margin-bottom: 0.25rem;
}
#schedule .new_flow .triangle{
	text-align:center;
}
#schedule .new_flow .triangle::after{
	content:"▼";
	text-align:center;
	color:#999;
}
#schedule .new_flow .triangle.last::after{
	content:none;
}
#schedule .new_flow .limit{
	background: #fff;
    padding: 0.5rem;
    width: 30%;
	border-radius: 5px;
	display: flex;
    justify-content: center;
	align-items: center;
	font-weight:bold;
	flex-wrap: wrap;
	box-sizing: border-box;
}
#schedule .new_flow .text{
	width: 62%;
    margin-left: 3%;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
}
#schedule .new_flow .limit p,
#schedule .new_flow .text p{
	text-align: left;
	line-height: 1.5;
}
#schedule .new_flow .text p{
	width:100%;
	font-weight: bold;
}

@media screen and (min-width:481px) {
	/*タブレット〜PC*/
	#schedule .new_flow {
		width: 60%;
		margin: 3rem 20%;
	}
}


/*------------------------------------------------------------------------
	online_schedule
/*-----------------------------------------------------------------------*/

#online_schedule p{
	font-size: 0.9em;
}
#online_schedule{
	max-width: 500px;
	margin: 3rem auto;
}
#online_schedule table{
	width: 100%;
	border-collapse: collapse;
}
#online_schedule th, td{
	border: 2px solid #B3B3B3;
	padding: 10px;
	text-align: left;
}
#online_schedule th{
	background-color: #000;
	border-left: none;
	border-top: none;
	border-bottom: none;
}
#online_schedule th:last-child{
	border-right: none;
}
#online_schedule td{
	border-left: none;
	border-top: none;
}
#online_schedule td:last-child{
	border-right: none;
}
#online_schedule .border_none--b td{
	border-bottom: none;
}
#online_schedule td{
	background-color: #fff;
}
#online_schedule .year{
	background-color: #000;
	color: #fff;
	text-align: center;
}
#online_schedule span{
	color: #e95520;
}
.online_link {
	/* width:700px; */
	margin: 0 auto;
	margin-top: 2rem;
	text-align: center;
}
.online_link_wrap{
	padding: 2rem;
	border: 5px solid;
	border: 5px solid #B3B3B3;
	background-color: #FFF;
	text-align: left;
	display: inline-block;
}
.online_link a{
	display: inline-block;
	color: #000;
}
.online_link--1{
font-size: 1.1rem;
margin-bottom: 0.5rem;
}
.small{
	font-size: 0.8rem;
}


/*------------------------------------------------------------------------
	pagetop
/*-----------------------------------------------------------------------*/

#pageTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
#pageTop i {
	padding-top: 6px
}
#pageTop a {
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 999;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	background-color: #F7931E;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	line-height:1;
}
#pageTop a span.small{
	font-size:0.7rem;
}
#pageTop a:hover {
	text-decoration: none;
	opacity: 0.7;
}


/*------------------------------------------------------------------------
	Footer
/*-----------------------------------------------------------------------*/
#footer {
    color:#fff;
    width: 100%;
    background:#f21b00;
    padding:40px 0 90px;
}
#footer .wrap{
	max-width: 940px;
	margin:0 auto;
}
#footer .wrap .logomark img{
	width: 115px;
	margin:0 0 20px 0;
}
#footer .wrap ul {
	display: flex;
	margin-bottom:1rem;
}
#footer .wrap ul li{
	margin:0 30px 0 0;
}
#footer .wrap ul a{
	color:#fff;
}    
.copylight{
}

@media screen and (max-width: 839px) {
    #footer {
		/* TOPボタン非表示 */
        /*padding:3rem 0 6rem;*/
        padding:3rem 0 3rem;
        text-align: center;
    }
	#footer .wrap{
		width: 100%;
	}
	#footer .wrap .logomark img{
		width:20%;
		margin-bottom:10%;
	}
	#footer .wrap ul {
		width:90%;
		margin:0 5% 5%;
		float:none;
		justify-content: space-around;
	}
	#footer .wrap ul:after {
		content:none;
	}
	#footer .wrap ul li{
		margin:0;
	}
	.copylight{
		text-align: center;
	}
}


/*------------------------------------------------
	Kokugo_old_new
-------------------------------------------------*/
#reform .kokugo_t {
	margin: 3rem auto 0;
}
	#reform .kokugo_t.new {
		margin: 1.5rem auto 0;
	}
#reform .kokugo_t .bold, #reform #kokugo_old .bold, #reform #kokugo_new .bold {
	font-weight: bold;
	color: #e95520;
}
#reform .kokugo_t p .box {
	font-size: 1.3rem;
	font-weight: bold;
	color: #fff;
	border-radius: 5px;
	padding: 0.5rem 1rem;
}
#reform .kokugo_t.old p .box {
	background-color: #666;
}
#reform .kokugo_t.new p .box {
	background-color: #e95520;
}
#reform #kokugo_old {
	width: 100%;
	margin: 1rem auto 1.5rem;
	border: #000;
	place-content: center;
	display: grid;
	grid-template-columns: 19.5% 61% 19.5%;
	grid-template-areas:
    "l01 c01 r01"
    "l02 c02 r02"
    "l03 c03 r03"
    "l04 c04 r04";
}
#reform #kokugo_old .item {
	background-color: #fff;
	padding: 0.5em;
	border-left: 2px solid #B3B3B3;
	border-top: 2px solid #B3B3B3;
}
#reform #kokugo_old .item_l {
	text-align: center;
}
#reform #kokugo_old .item_r {
	text-align: center;
	border-right: 2px solid #B3B3B3;
}
#reform #kokugo_old .item_b {
	border-bottom: 2px solid #B3B3B3;
}
#reform #kokugo_old .l01 {grid-area: l01;}
#reform #kokugo_old .l02 {grid-area: l02;}
#reform #kokugo_old .l03 {grid-area: l03;}
#reform #kokugo_old .l04 {grid-area: l04;}
#reform #kokugo_old .c01 {grid-area: c01;}
#reform #kokugo_old .c02 {grid-area: c02;}
#reform #kokugo_old .c03 {grid-area: c03;}
#reform #kokugo_old .c04 {grid-area: c04;}
#reform #kokugo_old .r01 {grid-area: r01;}
#reform #kokugo_old .r02 {grid-area: r02;}
#reform #kokugo_old .r03 {grid-area: r03;}
#reform #kokugo_old .r04 {grid-area: r04;}
#reform #kokugo_new {
	width: 100%;
	margin: 1rem auto 0;
	border: #000;
	place-content: center;
	display: grid;
	grid-template-columns: 19.5% 61% 19.5%;
	grid-template-areas:
    "l01 c01 r01"
    "l02 c02 r02"
    "l03 c03 r03"
    "l04 c04 r04"
    "l05 c05 r05";
}
#reform #kokugo_new .item {
	background-color: #fff;
	padding: 0.5em;
	border-left: 2px solid #B3B3B3;
	border-top: 2px solid #B3B3B3;
}
#reform #kokugo_new .item_l {
	text-align: center;
}
#reform #kokugo_new .item_r {
	text-align: center;
	border-right: 2px solid #B3B3B3;
}
#reform #kokugo_new .item_b {
	border-bottom: 2px solid #B3B3B3;
}
#reform #kokugo_new .l01 {grid-area: l01;}
#reform #kokugo_new .l02 {grid-area: l02;}
#reform #kokugo_new .l03 {
	grid-area: l03;
	background-color: #FFFB9B;
	align-items: center;
    display: flex;
    justify-content: center;
}
#reform #kokugo_new .l04 {grid-area: l04;}
#reform #kokugo_new .l05 {grid-area: l05;}
#reform #kokugo_new .c01 {grid-area: c01;}
#reform #kokugo_new .c02 {grid-area: c02;}
#reform #kokugo_new .c03 {
	grid-area: c03;
	background-color: #FFFB9B;
}
#reform #kokugo_new .c04 {grid-area: c04;}
#reform #kokugo_new .c05 {grid-area: c05;}
#reform #kokugo_new .r01 {grid-area: r01;}
#reform #kokugo_new .r02 {grid-area: r02;}
#reform #kokugo_new .r03 {
	grid-area: r03;
	background-color: #FFFB9B;
	align-items: center;
    display: flex;
    justify-content: center;
}
#reform #kokugo_new .r04 {grid-area: r04;}
#reform #kokugo_new .r05 {grid-area: r05;}
#reform .kokugo_t.note {
	margin: 1rem auto 4rem;
	text-align: left;
}


.arrow {
	width: 54px;
	margin: 0 auto;
}

@media screen and (min-width:541px) {
	/*タブレット〜PC*/
	#reform .kokugo_t {
		max-width: 700px;
		margin: 1.5rem auto 1rem;
	}
		#reform .kokugo_t.new {
		margin: 1.5rem auto 1rem;
	}

	#reform .kokugo_t.old {
		margin: 4rem auto 1rem;
	}
	#reform #kokugo_old, #reform #kokugo_new {
		max-width: 700px;
		margin: 0 auto 2rem;
		grid-template-columns: 24% 52% 24%;
	}
	#reform #kokugo_new {
		margin: 0 auto;
	}
	#reform #kokugo_old .item, #reform #kokugo_new .item {
		padding: 0.8rem 1rem;
	}
	#reform .kokugo_t.note {
		text-align: right;
	}
}

/*------------------------------------------------
	math_old_new
-------------------------------------------------*/
#reform .math_t {
	margin: 3rem auto 0;
	text-align: center;
}
	#reform .math_t.new {
		margin: 1.5rem auto 0;
	}
#reform .math_t .bold, #reform #math_old .bold, #reform #math_new .bold {
	font-weight: bold;
	color: #e95520;
}
#reform .math_t p .box {
	font-size: 1.3rem;
	font-weight: bold;
	color: #fff;
	border-radius: 5px;
	padding: 0.5rem 1rem;
}
#reform .math_t.old p .box {
	background-color: #666;
}
#reform .math_t.new p .box {
	background-color: #e95520;
}
#reform .math_t p strong {
	font-size: 1.6rem;
	line-height: 2;
}
#reform #math_old {
	width: 100%;
	margin: 1.5rem auto 1.5rem;
	border: #000;
	place-content: center;
	display: grid;
	grid-template-columns: 20% 13% 20% 47%;
	grid-template-areas:
    "ttl01	ttl02	ttl03	ttl04"
    "ll01	lc01	rc01	rr01"
    "ll02	lc02	rc02	rr02"
    "ll03	lc03	rc03	rr03"
    "ll04	lc04	rc03	rr04"
    "ll05	lc05	rc03	rr05";
}
#reform #math_old .item {
	background-color: #fff;
	padding: 0.5em;
	border-left: 2px solid #B3B3B3;
	border-top: 2px solid #B3B3B3;
	text-align: center;
	align-items: center;
    display: flex;
    justify-content: center;
}
#reform #math_old .item_t {
	background-color: #666;
	color: #fff;
	border: none;
}
#reform #math_old .item_rr {
	text-align: left;
	border-right: 2px solid #B3B3B3;
	justify-content: left;
}
#reform #math_old .item_b {
	border-bottom: 2px solid #B3B3B3;
}
#reform #math_old .ttl01 {grid-area: ttl01;}
#reform #math_old .ttl02 {
	grid-area: ttl02;
	border-left: 2px solid #fff;
}
#reform #math_old .ttl03 {
	grid-area: ttl03;
	border-left: 2px solid #fff;
}
#reform #math_old .ttl04 {
	grid-area: ttl04;
	border-left: 2px solid #fff;
}
#reform #math_old .ll01 {
	grid-area: ll01;
	border-top: none;
}
#reform #math_old .ll02 {grid-area: ll02;}
#reform #math_old .ll03 {grid-area: ll03;}
#reform #math_old .ll04 {grid-area: ll04;}
#reform #math_old .ll05 {grid-area: ll05;}
#reform #math_old .ll06 {grid-area: ll06;}
#reform #math_old .lc01 {
	grid-area: lc01;
	border-top: none;
}
#reform #math_old .lc02 {grid-area: lc02;}
#reform #math_old .lc03 {grid-area: lc03;}
#reform #math_old .lc04 {grid-area: lc04;}
#reform #math_old .lc05 {grid-area: lc05;}
#reform #math_old .rc01 {
	grid-area: rc01;
	border-top: none;
}
#reform #math_old .rc02 {grid-area: rc02;}
#reform #math_old .rc03 {grid-area: rc03;}
#reform #math_old .rr01 {
	grid-area: rr01;
	border-top: none;
}
#reform #math_old .rr02 {grid-area: rr02;}
#reform #math_old .rr03 {grid-area: rr03;}
#reform #math_old .rr04 {grid-area: rr04;}
#reform #math_old .rr05 {grid-area: rr05;}
#reform #math_old .rr06 {grid-area: rr06;}
#reform #math_new {
	width: 100%;
	margin: 1.5rem auto 1.5rem;
	border: #000;
	place-content: center;
	display: grid;
	grid-template-columns: 20% 13% 20% 47%;
	grid-template-areas:
    "ttl01	ttl02	ttl03	ttl04"
    "ll01	lc01	rc01	rr01"
    "ll02	lc02	rc02	rr02"
    "ll03	lc03	rc03	rr03"
    "ll04	lc04	rc04	rr04"
    "ll05	lc05	rc04	rr05"
    "ll06	lc06	rc04	rr06"
    "ll07	lc07	rc04	rr07";
}
#reform #math_new .item {
	background-color: #fff;
	padding: 0.5em;
	border-left: 2px solid #B3B3B3;
	border-top: 2px solid #B3B3B3;
	text-align: center;
	align-items: center;
    display: flex;
    justify-content: center;
}
#reform #math_new .item_t {
	background-color: #666;
	color: #fff;
	border: none;
}
#reform #math_new .item_rr {
	text-align: left;
	border-right: 2px solid #B3B3B3;
	justify-content: left;
}
#reform #math_new .item_b {
	border-bottom: 2px solid #B3B3B3;
}
#reform #math_new .ttl01 {grid-area: ttl01;}
#reform #math_new .ttl02 {
	grid-area: ttl02;
	border-left: 2px solid #fff;
}
#reform #math_new .ttl03 {
	grid-area: ttl03;
	border-left: 2px solid #fff;
}
#reform #math_new .ttl04 {
	grid-area: ttl04;
	border-left: 2px solid #fff;
}
#reform #math_new .ll01 {
	grid-area: ll01;
	border-top: none;
}
#reform #math_new .ll02 {grid-area: ll02;}
#reform #math_new .ll03 {grid-area: ll03;}
#reform #math_new .ll04 {grid-area: ll04;}
#reform #math_new .ll05 {grid-area: ll05;}
#reform #math_new .ll06 {grid-area: ll06;}
#reform #math_new .ll07 {grid-area: ll07;}
#reform #math_new .lc01 {
	grid-area: lc01;
	border-top: none;
}
#reform #math_new .lc02 {grid-area: lc02;}
#reform #math_new .lc03 {grid-area: lc03;}
#reform #math_new .lc04 {grid-area: lc04;}
#reform #math_new .lc05 {grid-area: lc05;}
#reform #math_new .lc06 {grid-area: lc06;}
#reform #math_new .lc07 {grid-area: lc07;}
#reform #math_new .rc01 {
	grid-area: rc01;
	border-top: none;
}
#reform #math_new .rc02 {grid-area: rc02;}
#reform #math_new .rc03 {grid-area: rc03;}
#reform #math_new .rc04 {
	grid-area: rc04;
	grid-row: 5 / span 4;
	grid-column: 3;
}
#reform #math_new .rr01 {
	grid-area: rr01;
	border-top: none;
}
#reform #math_new .rr02 {grid-area: rr02;}
#reform #math_new .rr03 {grid-area: rr03;}
#reform #math_new .rr04 {grid-area: rr04;}
#reform #math_new .rr05 {grid-area: rr05;}
#reform #math_new .rr06 {grid-area: rr06;}
#reform #math_new .rr07 {
	grid-area: rr07;
}
#reform #math_new .point {
    display: inline-block;
	font-size: 0.9rem;
	color: #fff;
	background-color: #e95520;
	border-radius: 8px;
	padding: 0.4rem 1rem;
    margin: 0.2rem 0;
}
#reform .math_t.note {
	margin: 1rem auto 2rem;
	text-align: left;
}
#reform .math_t.square {
	margin: 1rem auto 2rem;
	text-align: center;
}
#reform .math_t.square.square_second {
	margin: 1rem auto 4rem;
}
#reform .math_t.square p {
	font-size: 1.3rem;
	padding: 0 3rem 1rem;
	border: 2px dashed #666;
	display: inline-block;
	line-height: 0.8rem;
}
#reform .math_t.square p strong {
	font-size: 1.6rem;
}

.arrow {
	width: 54px;
	margin: 0 auto;
}

@media screen and (min-width:541px) {
	/*タブレット〜PC*/
	#reform .math_t {
		max-width: 700px;
		margin: 1.5rem auto 1rem;
	}
		#reform .math_t.new {
		margin: 2rem auto 0.5rem;
	}

	#reform .math_t.old {
		margin: 4rem auto 0.5rem;
	}
	#reform #math_old, #reform #math_new {
		max-width: 700px;
		margin: 0 auto 1.5rem;
		grid-template-columns: 20.5% 15.7% 20.5% 43.3%;
	}
	#reform #math_new {
		margin: 0 auto 0.5rem;
	}
	#reform #math_old .item, #reform #math_new .item {
		padding: 0.8rem 1rem;
	}
	#reform #math_old .item_t, #reform #math_new .item_t {
		padding: 0.4rem 1rem;
	}
	#reform .math_t.note {
		text-align: right;
		margin: 0 auto 2rem;
	}
	#reform .math_t.square p {
		padding: 0 3rem;
	}
}


/*------------------------------------------------
	Chireki_old_new
-------------------------------------------------*/
#reform .chireki_t {
	margin: 3rem auto 0;
}
	#reform .chireki_t.new {
		margin: 0.5rem auto 0;
	}
#reform .chireki_t .bold, #reform #chireki_old .bold, #reform #chireki_new .bold {
	font-weight: bold;
	color: #e95520;
}
#reform .chireki_t p .box {
	font-size: 1.3rem;
	font-weight: bold;
	color: #fff;
	border-radius: 5px;
	padding: 0.5rem 1rem;
}
#reform .chireki_t.old p .box {
	background-color: #666;
}
#reform .chireki_t.new p .box {
	background-color: #e95520;
}
#reform #chireki_old {
	width: 100%;
	margin: 1.5rem auto 1.5rem;
	border: #000;
	place-content: center;
	display: grid;
	grid-template-columns: 20% 80%;
	grid-template-areas:
    "l01 r01"
    "l02 r02";
}
#reform #chireki_old .item {
	background-color: #fff;
	padding: 0.5em;
	border-left: 2px solid #B3B3B3;
	border-top: 2px solid #B3B3B3;
	align-items: center;
    display: flex;
    justify-content: center;
}
#reform #chireki_old .item_l {
	text-align: left;
}
#reform #chireki_old .item_r {
	text-align: left;
    justify-content: left;
	border-right: 2px solid #B3B3B3;
}
#reform #chireki_old .item_b {
	border-top: 2px dashed #B3B3B3;
	border-bottom: 2px solid #B3B3B3;
}
#reform #chireki_old .l01 {grid-area: l01;}
#reform #chireki_old .l02 {grid-area: l02;}
#reform #chireki_old .r01 {grid-area: r01;}
#reform #chireki_old .r02 {grid-area: r02;}
#reform #chireki_new {
	width: 100%;
	margin: 1rem auto 4rem;
	border: #000;
	place-content: center;
	display: grid;
	grid-template-columns: 20% 55% 25%;
	grid-template-areas:
    "l01 c01 r01"
    "l02 c02 r01";
}
#reform #chireki_new .item {
	background-color: #fff;
	padding: 0.5em;
	border-left: 2px solid #B3B3B3;
	border-top: 2px solid #B3B3B3;
	align-items: center;
    display: flex;
    justify-content: center;
}
#reform #chireki_new .item_l {
	text-align: left;
}
#reform #chireki_new .item_c {
	text-align: left;
    display: block;
}
#reform #chireki_new .item_r {
	text-align: left;
    justify-content: left;
	border-right: 2px solid #B3B3B3;
	border-left: 2px dashed #B3B3B3;
}
#reform #chireki_new .item_b {
	border-bottom: 2px solid #B3B3B3;
}
#reform #chireki_new .l01 {grid-area: l01;}
#reform #chireki_new .l02 {
	grid-area: l02;
	border-top: 2px dashed #B3B3B3;
}
#reform #chireki_new .c01 {grid-area: c01;}
#reform #chireki_new .c02 {
	grid-area: c02;
	border-top: 2px dashed #B3B3B3;
}
#reform #chireki_new .r01 {
	grid-area: r01;
	grid-row: 1 / span 2;
	grid-column: 3;
}
#reform #chireki_new .chireki_point {
	font-size: 0.9rem;
	color: #fff;
	background-color: #f7921e;
	border-radius: 8px;
	padding: 0.4rem 0.5rem 0.4rem 3.8rem;
    margin: 0.5rem 0 0;
	position: relative;
}
#reform #chireki_new .chireki_point::before {
	content: '';
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	background-image: url(../img/icn_akahon.svg);
	top: 10px;
	left: 10px;
}
#reform .chireki_t.note {
	margin: 1rem auto 4rem;
	text-align: left;
}


.arrow {
	width: 54px;
	margin: 0 auto;
}

@media screen and (max-width:360px) {
	/*スマホ小*/
	#reform #chireki_new .chireki_point {
		padding: 0.4rem 0.5rem 0.4rem 4.8rem;
	}
}
@media screen and (min-width:361px) and (max-width:414px) {
	/*スマホ小*/
	#reform #chireki_new .chireki_point {
		padding: 0.4rem 0.5rem 0.4rem 4.2rem;
	}
}
@media screen and (min-width:541px) {
	/*タブレット〜PC*/
	#reform .chireki_t {
		max-width: 700px;
		margin: 1.5rem auto 1rem;
	}
		#reform .chireki_t.new {
		margin: 0.5rem auto 1rem;
	}

	#reform .chireki_t.old {
		margin: 4rem auto 1rem;
	}
	#reform #chireki_old {
		max-width: 700px;
		margin: 0 auto 2rem;
		grid-template-columns: 14% 86%;
	}
	#reform #chireki_new {
		max-width: 700px;
		margin: 0 auto 6rem;
		grid-template-columns: 14% 58% 28%;
	}
	#reform #chireki_old .item, #reform #chireki_new .item {
		padding: 0.8rem 1rem;
	}
	#reform #chireki_new .point {
		margin: 0.2rem 0;
		line-height: 1.4;
	}
	#reform .chireki_t.note {
		text-align: right;
	}
}

/*------------------------------------------------
	Timetable_old_new
-------------------------------------------------*/
#reform .timetable_t {
	margin: 3rem auto 0;
}
#reform .timetable_t .bold, #reform #timetable .bold {
	font-weight: bold;
	color: #e95520;
}
#reform .timetable_t p .box {
	font-size: 1.3rem;
	font-weight: bold;
	color: #fff;
	border-radius: 5px;
	padding: 0.5rem 1rem;
}
#reform .timetable_t p .box {
	background-color: #666;
}
#reform #timetable {
	width: 100%;
	margin: 1.5rem auto 1.5rem;
	border: #000;
	place-content: center;
	display: grid;
	grid-template-columns: 44% 56%;
	grid-template-areas:
    "l01 r01"
    "l01 r02"
    "l02 r03"
    "l03 r04"
    "l04 r05";
}
#reform #timetable .item {
	background-color: #fff;
	padding: 0.5em;
	border-left: 2px solid #B3B3B3;
	border-top: 2px solid #B3B3B3;
	align-items: center;
    display: flex;
    justify-content: center;
}
#reform #timetable .item_l {
	text-align: center;
}
#reform #timetable .item_r {
	text-align: left;
    justify-content: left;
	border-right: 2px solid #B3B3B3;
}
#reform #timetable .item_b {
	border-bottom: 2px solid #B3B3B3;
}
#reform #timetable .l01 {
	grid-area: l01;
	grid-row: 1 / span 2;
	grid-column: 1;
}
#reform #timetable .l02 {
	grid-area: l02;
	display: block;
}
#reform #timetable .l03 {
	grid-area: l03;
	display: block;
}
#reform #timetable .l04 {grid-area: l04;}
#reform #timetable .r01 {grid-area: r01;}
#reform #timetable .r02 {
	grid-area: r02;
	border-top: 2px dashed #B3B3B3;
}
#reform #timetable .r03 {grid-area: r03;}
#reform #timetable .r04 {grid-area: r04;}
#reform #timetable .r05 {grid-area: r05;}

@media screen and (min-width:541px) {
	/*タブレット〜PC*/
	#reform .timetable_t {
		max-width: 700px;
		margin: 4rem auto 1rem;
	}
	#reform #timetable {
		max-width: 700px;
		margin: 0 auto 2rem;
		grid-template-columns: 30% 70%;
	}
	#reform #timetable:last-of-type {
		margin: 0 auto 5rem;
	}
	#reform #timetable .item {
		padding: 0.8rem 1rem;
	}
}
