@charset "UTF-8";



.l-container {
	min-width: 360px;
}

.l-inner {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 58px;
	padding-bottom: 100px;
	position: relative;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.g_container {
	width: 100%;
}



.c-bread {
	font-size: 11px;
	font-weight: bold;
	z-index: 10;
	position: absolute;
	width: 100%;
}

.c-bread__list {
	word-break: break-all;
}

.c-bread__list > li {
	display: inline;
	margin-right: 0.2em;
}

.c-bread__list > li span {
	color: #777777;
}

.c-bread__list > li + li:before {
	content: "\FF1E";
	color: #777777; /*	content: ">";*/
}

.c-bread .l-inner {
	width: calc(100% - 40px);
	margin-top: 100px;
	padding-top: 10px;
	padding-bottom: 0;
	padding-left: 0;
	position: relative;
	text-align: left;
	letter-spacing: 0.1em;
}

.c-bread .bread_icon {
	width: 16px;
	height: 15px;
	position: relative;
	top: 2px;
}

.g_bg {
	width: 100%;
	height: auto;
	position: relative;
	padding-top: 167px;
	background: url(../img/cmn/bg_top01.png), url(../img/cmn/bg_top02.png), url(../img/cmn/bg_bottom01.png), url(../img/cmn/bg_bottom02.png);
	background-position: left top,right top,left bottom,right bottom;
	background-size: 450px 450px;
	background-repeat: no-repeat;
}

.bottom_decoration {
	position: relative;
	z-index: 1;
}

.bottom_decoration::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 450px;
	z-index: -1;
	pointer-events: none;
	background: url(../img/cmn/bg_bottom01.png), url(../img/cmn/bg_bottom02.png);
	background-position: left bottom,right bottom;
	background-repeat: no-repeat;
	background-size: 450px 450px;
}

.section_title {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	height: auto;
	text-align: center;
	line-height: 1;
	margin: 0 auto 40px;
	font-size: 46px;
	font-weight: bold;
	letter-spacing: 0.06em;
	position: relative;
}

.section_title span {
	font-size: 30px;
}

.section_title .sub {
	color: #65C4F2;
	position: relative;
	font-size: 24px;
	line-height: 1.9;
	letter-spacing: 0.06em;
}

.section_title .sub::before,
.section_title .sub::after {
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: inline-block;
	width: 97px;
	height: 4px;
	background-image: -webkit-linear-gradient(left, #65C4F2, #65C4F2 4px, transparent 4px, transparent 9px);
	background-image: linear-gradient(to right, #65C4F2, #65C4F2 4px, transparent 4px, transparent 9px);
	background-size: 9px 4px;
	background-position: left bottom;
	background-repeat: repeat-x;
}

.section_title .sub::before {
	left: -115px;
}

.section_title .sub::after {
	right: -115px;
}

[data-js-tel] a {
	color: inherit;
	text-decoration: underline;
}

.mw_wp_form.mw_wp_form_confirm .mw_confirm-hidden {
	display: none;
}

.mw_wp_form:not(.mw_wp_form_confirm) .mw_confirm-show {
	display: none;
}



/* pagenavi */

.wp-pagenavi {
	clear: both;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
	display: inline-block;
	font-size: 19px;
	font-weight: 700;
	color: #0057AA;
	margin: 0 8px;
	padding: 0;
	background: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	position: relative;
	z-index: 5;
	overflow: hidden;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	border-radius: 50%;
}

.wp-pagenavi span.current {
	color: #fff;
	background: #0057AA;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	position: relative;
	text-indent: -9999px;
}

.wp-pagenavi .previouspostslink::after,
.wp-pagenavi .nextpostslink::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(../img/cmn/pagenavi_arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 10px 16px;
}

.wp-pagenavi .previouspostslink {
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
	margin-left: 0;
	-webkit-box-ordinal-group: -9998;
	-webkit-order: -9999;
	-ms-flex-order: -9999;
	order: -9999;
}

.wp-pagenavi .nextpostslink {
	margin-right: 0;
	-webkit-box-ordinal-group: 10000;
	-webkit-order: 9999;
	-ms-flex-order: 9999;
	order: 9999;
}



/*single markup style*/

.post_text {
	overflow: hidden;
	text-align: left;
}

.post_text p {
	margin-bottom: 25px;
	line-height: 1.8;
	font-size: 16px;
	letter-spacing: 0.1em;
}

.post_text img {
	max-width: 100%;
	height: auto;
}

.post_text img.alignright {
	float: right;
	margin: 0 0 15px 15px;
	display: block;
}

.post_text img.alignleft {
	float: left;
	margin: 0 15px 15px 0;
	display: block;
}

.post_text img.aligncenter {
	display: block;
	margin: 0 auto 15px;
}

.post_text h1 {
	font-size: 36px;
	border-bottom: 6px solid;
	margin: 0 0 35px;
}

.post_text h2 {
	font-size: 14px;
	margin: 0 0 17px;
	color: #16AAB4;
	letter-spacing: 0.1em;
	font-weight: bold;
}

.post_text h3 {
	font-size: 28px;
	border-bottom: 4px solid;
	margin: 0 0 35px;
}

.post_text h4 {
	font-size: 24px;
	border-bottom: 3px solid;
	margin: 0 0 35px;
}

.post_text h5 {
	font-size: 20px;
	border-bottom: 2px solid;
	margin: 0 0 35px;
}

.post_text h6 {
	font-size: 16px;
	border-bottom: 1px solid;
	margin: 0 0 35px;
}

.post_text td {
	padding: 10px;
	border: 1px solid;
}

.post_text table {
	margin-bottom: 25px;
}

.post_text ul,
.post_text ol {
	padding-left: 1.3em;
	margin-bottom: 25px;
}

.post_text li {
	list-style-type: inherit;
}

.post_text ul li {
	margin-bottom: 10px;
	line-height: 1.4;
}

.post_text ol li {
	margin-bottom: 10px;
	line-height: 1.4;
}

.post_text a {
	color: #000;
	position: relative;
	padding-right: 31px;
	margin-bottom: 48px;
	font-size: 16px;
	display: inline-block;
}

.post_text a::after {
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	right: 0;
	width: 20px;
	height: 17px;
	background: url(../img/cmn/ico_link.png) no-repeat center center;
	background-size: 100%;
}

.post_text a:hover {
	color: #16AAB4;
	opacity: 1;
}

a,
button {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	outline: none;
}

a:hover,
button:hover {
	text-decoration: none;
	opacity: 0.6;
}

a:hover img,
button:hover img {
	opacity: 1;
}

a:focus,
button:focus {
	outline: none;
}

/*全画面*/

.g-wrapper {
	overflow: hidden;
}

.anchor_link {
	display: block;
	padding-top: 100px;
	margin-top: -100px;
}

button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.button {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 7px;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #0057AA;
	border: #2F85D8 solid 3px;
	border-radius: 10px;
	position: relative;
}

.button.orange_button {
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	border: #FAB668 solid 4px;
	background: #FC9824 url(../img/cmn/next_arrow.png) no-repeat right 28px center;
	border-radius: 68px;
	background-size: 18px;
	max-width: 530px;
	height: 90px;
	font-size: 32px;
	margin: 0 auto;
	padding-top: 12px;
	letter-spacing: 0.06em;
}

.button.orange_button:hover {
	border: #FC9824 solid 4px;
	background: #fff url(../img/cmn/next_arrow_hov.png) no-repeat right 28px center;
	opacity: 1;
	color: #FC9824;
}

.button._teacher {
	min-width: 139px;
	height: 60px;
	font-size: 22px;
}

/*ヘッダー*/

.g-header {
	width: calc(100% - 40px);
	max-width: 1000px;
	min-height: 100px;
	height: auto;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 100;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px; /* button */
}

.g-header .l-inner {
	width: 100%;
	height: 100%;
	max-width: none;
	padding: 19px 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.g-header .logo {
	width: 195px;
	position: relative;
	margin-left: 10px;
}

.g-header .logo img {
	display: inline-block;
	vertical-align: middle;
}

.g-header .menu_btn {
	display: none;
	width: 50px;
	height: 50px;
	z-index: 110;
	text-align: center;
	cursor: pointer;
	position: absolute;
	top: 25px;
	right: 25px;
	background: #0057AA;
	border: #2F85D8 solid 3px;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.g-header .menu_btn::before {
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	position: absolute;
	bottom: 2px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "メニュー";
	white-space: nowrap;
}

.g-header.active .menu_btn::before {
	content: "閉じる";
}

.g-header .menu_trigger,
.g-header .menu_trigger span {
	display: inline-block;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.g-header .menu_trigger {
	position: relative;
	width: 25px;
	height: 19px;
	top: -3px;
}

.g-header .menu_trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	border-radius: 5px;
	background-color: #fff;
}

.g-header .menu_trigger span:nth-of-type(1) {
	top: 0;
}

.g-header .menu_trigger span:nth-of-type(2) {
	top: 48%;
}

.g-header .menu_trigger span:nth-of-type(3) {
	bottom: 0;
}

.g-header.active .menu_btn .menu_trigger span:nth-of-type(1) {
	-webkit-transform: translateY(5px) rotate(-45deg);
	-ms-transform: translateY(5px) rotate(-45deg);
	transform: translateY(5px) rotate(-45deg);
}

.g-header.active .menu_btn .menu_trigger span:nth-of-type(2) {
	opacity: 0;
}

.g-header.active .menu_btn .menu_trigger span:nth-of-type(3) {
	-webkit-transform: translateY(-12px) rotate(45deg);
	-ms-transform: translateY(-12px) rotate(45deg);
	transform: translateY(-12px) rotate(45deg);
}

/*global_navi*/

.global_navi {
	z-index: 100;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.global_navi li {
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	z-index: 0;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-right: 10px;
	text-align: left;
}

.global_navi li:last-child {
	margin-right: 0;
}

.global_navi .g_lookup {
	height: 60px;
	min-width: 320px;
}

.global_navi .g_lookup form {
	height: 100%;
	position: relative;
}

.global_navi .g_lookup .lookup_button {
	position: absolute;
	top: 8px;
	right: 9px;
	width: 44px;
	height: 44px;
}

.global_navi .g_lookup input {
	height: 100%;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0;
	color: #65C4F2;
	background: #E6F7FF;
	border: #65C4F2 solid 3px;
	border-radius: 15px;
	padding: 5px;
	padding-left: 16px;
}

.global_navi .g_lookup input:-moz-placeholder-shown {
	color: #65C4F2;
	opacity: 1;
}

.global_navi .g_lookup input:-ms-input-placeholder {
	color: #65C4F2;
	opacity: 1;
}

.global_navi .g_lookup input:placeholder-shown {
	color: #65C4F2;
	opacity: 1;
}

.global_navi .g_lookup input::-webkit-input-placeholder {
	color: #65C4F2;
	opacity: 1;
}

.global_navi .g_lookup input:-moz-placeholder {
	color: #65C4F2;
	opacity: 1;
}

.global_navi .g_lookup input::-moz-placeholder {
	color: #65C4F2;
	opacity: 1;
}

.global_navi .g_lookup input:-ms-input-placeholder {
	color: #65C4F2;
	opacity: 1;
}

.global_navi .g_lookup input:focus {
	outline: none;
}

.global_navi .button_flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.global_navi .button .image {
	margin-left: 3px;
	margin-right: 8px;
}

.global_navi .button .image.search_icon {
	width: 30px;
}

.global_navi .button .image.works_icon {
	width: 29px;
}

/*ヘッダーSP*/

/*フッター*/

.g-footer {
	background: #00802F;
	position: relative;
	z-index: 1;
	height: 50px;
}

.g-footer .l-inner {
	padding-top: 16px;
	padding-bottom: 16px;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.g-footer .copy {
	font-size: 12px;
	color: #fff;
	letter-spacing: 0.1em;
	line-height: 1.2;
	font-weight: 700;
	font-family: "M PLUS 1p", sans-serif;
}

.pagetop_inner {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.pagetop {
	position: relative;
	padding-bottom: 20px;
}

.pagetop a {
	margin: 0 auto;
	display: block;
	width: 96px;
}

.pagetop img {
	width: 100%;
}

/*メイン*/

.g-main {
	display: block;
	position: relative;
	z-index: 1;
	background: #F8F5F2;
}

.g-main:after {
	content: " ";
	display: block;
	clear: both;
}

/*----------------------------------------

index

-----------------------------------------*/

.top_entrance {
	position: relative;
}

.top_entrance .g_bg {
	padding-top: 70px;
}

.top_entrance .contents_bg {
	max-width: 1420px;
	background: url(../img/login/bg_pc.png) center center no-repeat;
	background-size: 100% 100%;
	margin: 0 auto;
}

.top_entrance .l-inner {
	padding-top: 140px;
	padding-bottom: 196px;
}

.top_entrance .top_logo {
	width: 490px;
	margin: 0 auto 37px;
}

.top_entrance .top_text {
	margin-bottom: 37px;
	text-align: center;
}

.top_entrance .top_text p {
	font-size: 20px;
	font-weight: bold;
	margin: 0 auto;
	line-height: 2.1;
	letter-spacing: -0.05em;
}

.top_entrance .top_text span {
	font-size: 26px;
	line-height: 1.6;
}

.top_entrance .top_text .orange {
	color: #FC9824;
}

.top_entrance .top_text .green {
	color: #6DAD23;
}

.top_entrance .login_button,
.top_entrance .teacher_button {
	margin: 0 auto;
}

.top_entrance .login_button a,
.top_entrance .teacher_button a {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
}

.top_entrance .login_button {
	width: 400px;
	margin-bottom: 37px;
}

.top_entrance .teacher_button {
	width: 350px;
}

/*----------------------------------------

lookup

-----------------------------------------*/

.lookup_area .l-inner {
	padding-top: 0;
	padding-bottom: 200px;
}

.lookup_area .word_box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: auto;
	min-height: 100px;
	background: #fff;
	border-radius: 12px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	margin-bottom: 50px;
	font-weight: 700;
}

.lookup_area .word_box .keyword {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.lookup_area .word_box .keyword .caption {
	word-break: keep-all;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	background: #E6F7FE;
	border-radius: 13px;
	color: #3B4043;
	display: inline-block;
	max-width: 100%;
	text-align: center;
	font-size: 26px;
	letter-spacing: 0.06em;
	line-height: 1.3;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 7px 12px;
	margin-right: 24px;
}

.lookup_area .word_box .keyword .word_list {
	text-align: left;
}

.lookup_area .word_box .keyword .word_list .search_word {
	font-size: 26px;
	color: #0057AA;
}

.lookup_area .word_box .result {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 2px 10px 2px 13px;
	border-left: #65C4F2 solid 2px;
}

.lookup_area .word_box .result .hit {
	word-break: keep-all;
	font-size: 22px;
	color: #3B4043;
	letter-spacing: 0.06em;
	line-height: 1.5;
}

.lookup_area .word_box .result .total {
	font-size: 26px;
	color: #0057AA;
}

.lookup_area .news_list {
	margin-bottom: 64px;
}

.lookup_area .news_list .list_item {
	margin-bottom: 34px;
}

.lookup_area .news_list .list_item:last-child {
	margin-bottom: 0;
}

.lookup_area .news_box {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	text-align: left;
	width: 100%;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 29px 65px 27px 29px;
	margin-bottom: 4px;
	background: #fff;
	border: #65C4F2 solid 3px;
	border-radius: 20px;
	-webkit-box-shadow: 0px 4px 0px #65C4F2;
	box-shadow: 0px 4px 0px #65C4F2;
}

.lookup_area .news_box:hover {
	border: #2F85D8 solid 3px;
	-webkit-box-shadow: 0px 4px 0px #2F85D8;
	box-shadow: 0px 4px 0px #2F85D8;
	opacity: 1;
}

.lookup_area .news_box:hover .arrow {
	background: #2F85D8;
}

.lookup_area .news_box .image {
	width: 216px;
	height: 216px;
	border-radius: 10px;
	border: #DDDDDD solid 2px;
	overflow: hidden;
	margin-right: 30px;
}

.lookup_area .news_box .image img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.lookup_area .news_box .contents {
	font-weight: 700;
	width: 68%;
}

.lookup_area .news_box .contents .title {
	font-size: 24px;
	line-height: 1.58;
	letter-spacing: 0.06em;
	margin-bottom: 12px;
}

.lookup_area .news_box .contents .date {
	background: #65C4F2;
	border-radius: 17px;
	color: #fff;
	display: inline-block;
	max-width: 100%;
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.06em;
	line-height: 1.3;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 4px 15px;
	margin-bottom: 20px;
}

.lookup_area .news_box .contents .category_container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.lookup_area .news_box .contents .category {
	background: #0057AA;
	border-radius: 10px;
	color: #fff;
	display: inline-block;
	max-width: 100%;
	text-align: center;
	font-size: 22px;
	letter-spacing: 0.1em;
	line-height: 1.3;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 18px 10px 4px;
	margin-right: 10px;
	margin-bottom: 8px;
}

.lookup_area .news_box .arrow {
	position: absolute;
	top: 0;
	right: -3px;
	width: 50px;
	height: calc(100% + 6px);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: #65C4F2;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.lookup_area .news_box .arrow .icon {
	width: 18px;
	height: 30px;
}

.lookup_area .news_box .arrow .icon img {
	display: block;
}

/*----------------------------------------

not_found

-----------------------------------------*/

.notfound_area .l-inner {
	padding-top: 0;
	padding-bottom: 200px;
}

.notfound_area .contents {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 30px 70px;
	background: #fff;
	border-radius: 12px;
}

.notfound_area .image {
	max-width: 484px;
	display: block;
	margin: 0 auto 35px;
}

.notfound_area .found_text {
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.3;
	margin-bottom: 45px;
}

.notfound_area .button_flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.notfound_area .orange_button {
	width: 310px;
	height: 50px;
	font-size: 25px;
	padding: 5px;
	padding-left: 18px;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	background: #FC9824 url(../img/cmn/next_arrow.png) no-repeat right 15px center;
	background-size: 12px;
	margin: 0;
	margin-right: 24px;
}

.notfound_area .orange_button:last-child {
	margin-right: 0;
}

.notfound_area .orange_button:hover {
	background: #fff url(../img/cmn/next_arrow_hov.png) no-repeat right 15px center;
}

/*----------------------------------------

search

-----------------------------------------*/

.tokushima_bg {
	background: url(../img/search/search_bg.png) space center top;
	background-size: auto;
	width: 100%;
	height: 100%;
}

.search_area .l-inner {
	padding-top: 0;
	padding-bottom: 200px;
}

.search_area .search_box {
	margin-bottom: 60px;
	position: relative;
}

.search_area .search_box:last-child {
	margin-bottom: 40px;
}

.search_area .search_box .category_container {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 31px 36px 0;
	border: #6DAD23 solid 4px;
	border-top: none;
}

.search_area .search_box._words .category_container {
	padding-bottom: 36px;
}

.search_area .orange_button {
	letter-spacing: 0.02em;
	width: 100%;
	padding-left: 35px;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.search_area .orange_button.center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.search_area .heading {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	padding: 7px 20px 12px;
	background: #6DAD23;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	text-align: left;
}

.search_area .heading::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 6px;
	left: 0;
	width: 100%;
	height: 2px;
	background-size: 14px 2px;
	background-image: -webkit-linear-gradient(left, #fff, #fff 10px, transparent 10px, transparent 4px);
	background-image: linear-gradient(to right, #fff, #fff 10px, transparent 10px, transparent 4px);
	background-repeat: repeat-x;
}

.search_area .heading_title {
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.3;
	color: #fff;
}

.search_area .variable_category {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.search_area .category_top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.search_area .category {
	cursor: pointer;
	background: #fff;
	border: #65C4F2 solid 3px;
	color: #0057AA;
	border-radius: 10px;
	display: inline-block;
	max-width: 100%;
	min-width: 100px;
	text-align: center;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.3;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 22px 10px 4px;
}

.search_area .category_label {
	margin-right: 20px;
	margin-bottom: 20px;
}

.search_area .category_label input {
	display: none;
}

.search_area .category_label input:checked + .category {
	background: #0057AA;
	border: #2F85D8 solid 3px;
	color: #fff;
}

.search_area .category_bottom {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.search_area .category_bottom .box {
	margin-right: 40px;
	margin-bottom: 20px;
}

.search_area .category_bottom .box:last-child {
	margin-right: 0;
}

.search_area .category_bottom .category_label:last-child {
	margin-right: 0;
}

.search_area .category_bottom .caption {
	position: relative;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.3;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 19px;
	padding-top: 21px;
	padding-left: 21px;
	text-align: left;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.search_area .category_bottom .caption::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 11px;
	height: 58px;
	border-radius: 7px;
	background: #6DAD23;
}

.search_area .category_bottom .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.search_area .words_item {
	margin-bottom: 20px;
}

.search_area .words_item:last-child {
	margin-bottom: 0;
}

.search_area .words_item .accordion_title {
	cursor: pointer;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 14px 18px 2px;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.5;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	text-align: left;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: #65C4F2 url(../img/cmn/bottom_icon2.png) no-repeat right 11px center;
	background-size: 26px;
}

.search_area .words_item .accordion_title.close {
	background: #65C4F2 url(../img/cmn/top_icon2.png) no-repeat right 11px center;
	background-size: 26px;
}

.search_area .words_item .box {
	display: none;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 20px;
}

.search_area .words_item .box .flex_container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.search_area .result_container {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 36px;
	position: relative;
}

.search_area .result_container .result_box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: auto;
	min-height: 155px;
	background: #fff;
	border-radius: 12px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	margin-bottom: 50px;
	font-weight: 700;
}

.search_area .result_container .result_box .keyword {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	margin-bottom: 11px;
}

.search_area .result_container .result_box .keyword:last-child {
	margin-bottom: 0;
}

.search_area .result_container .result_box .keyword .caption {
	word-break: keep-all;
	background: #E6F7FE;
	border-radius: 13px;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	color: #3B4043;
	display: inline-block;
	max-width: 100%;
	text-align: center;
	font-size: 26px;
	letter-spacing: 0.06em;
	line-height: 1.3;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 11px 14px;
	margin-right: 14px;
}

.search_area .result_container .result_box .keyword .search_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.search_area .result_container .result_box .keyword .search_list .search_area,
.search_area .result_container .result_box .keyword .search_list .search_word {
	font-size: 26px;
	letter-spacing: 0.06em;
	margin-right: 20px;
	color: #0057AA;
}

.search_area .result_container .result_box .keyword .search_list .search_area:last-child,
.search_area .result_container .result_box .keyword .search_list .search_word:last-child {
	margin-right: 0;
}

.search_area .result_container .result_box .result {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 2px 10px 2px 13px;
	border-left: #65C4F2 solid 2px;
}

.search_area .result_container .result_box .result .hit {
	word-break: keep-all;
	font-size: 22px;
	color: #3B4043;
	letter-spacing: 0.06em;
	line-height: 1.5;
}

.search_area .result_container .result_box .result .total {
	font-size: 26px;
	color: #0057AA;
}

.search_area .result_container .button {
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	font-size: 28px;
	max-width: 450px;
	height: auto;
	border-radius: 36px;
	border: #99DDFD solid 3px;
	background: #65C4F2 url(../img/cmn/bottom_icon2.png) no-repeat right 11px center;
	background-size: 26px;
	padding: 6px 8px 4px;
	margin: 0 auto;
}

.search_area .result_container .button:hover {
	border: #2F85D8 solid 3px;
	opacity: 1;
}

.search_area .news_container {
	margin-bottom: 100px;
}

.search_area .news_list {
	margin-bottom: 64px;
}

.search_area .news_list .list_item {
	margin-bottom: 34px;
}

.search_area .news_list .list_item:last-child {
	margin-bottom: 0;
}

.search_area .news_box {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	text-align: left;
	width: 100%;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 29px 65px 27px 29px;
	margin-bottom: 4px;
	background: #fff;
	border: #65C4F2 solid 3px;
	border-radius: 20px;
	-webkit-box-shadow: 0px 4px 0px #65C4F2;
	box-shadow: 0px 4px 0px #65C4F2;
}

.search_area .news_box:hover {
	border: #2F85D8 solid 3px;
	-webkit-box-shadow: 0px 4px 0px #2F85D8;
	box-shadow: 0px 4px 0px #2F85D8;
	opacity: 1;
}

.search_area .news_box:hover .arrow {
	background: #2F85D8;
}

.search_area .news_box .image {
	width: 216px;
	height: 216px;
	border-radius: 10px;
	border: #DDDDDD solid 2px;
	overflow: hidden;
	margin-right: 25px;
}

.search_area .news_box .image img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.search_area .news_box .contents {
	font-weight: 700;
	width: 68%;
}

.search_area .news_box .contents .title {
	font-size: 24px;
	line-height: 1.58;
	letter-spacing: 0.06em;
	margin-bottom: 22px;
}

.search_area .news_box .contents .date {
	background: #65C4F2;
	border-radius: 17px;
	color: #fff;
	display: inline-block;
	max-width: 100%;
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.06em;
	line-height: 1.3;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 4px 15px;
	margin-bottom: 20px;
}

.search_area .news_box .contents .category_container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.search_area .news_box .contents .category {
	background: #0057AA;
	border: none;
	color: #fff;
	min-width: 70px;
	font-size: 22px;
	padding: 18px 10px 5px;
	margin-right: 10px;
	margin-bottom: 8px;
}

.search_area .news_box .arrow {
	position: absolute;
	top: 0;
	right: -3px;
	width: 50px;
	height: calc(100% + 6px);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: #65C4F2;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.search_area .news_box .arrow .icon {
	width: 18px;
	height: 30px;
}

.search_area .news_box .arrow .icon img {
	display: block;
}

/*----------------------------------------

search_detail

-----------------------------------------*/

.search_detail_area .l-inner {
	padding-top: 0;
	padding-bottom: 200px;
}

.search_detail_area .article_area {
	background: #fff;
	border-radius: 12px;
	padding: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 60px;
}

.search_detail_area .article_area.ruby_on .on_text {
	display: block;
}

.search_detail_area .article_area.ruby_on .off_text {
	display: none;
}

.search_detail_area .on_text {
	display: none;
}

.search_detail_area .article_top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 23px;
}

.search_detail_area .article_top .date {
	color: #65C4F2;
	font-weight: 700;
	font-size: 22px;
	letter-spacing: 0.06em;
}

.search_detail_area .ruby_container {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: #F8F5F2;
	border-radius: 10px;
	padding: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 0.1em;
}

.search_detail_area .ruby_container.single {
	margin-left: auto;
	margin-bottom: 30px;
}

.search_detail_area .ruby_container p {
	color: #313131;
}

.search_detail_area .ruby_container .ruby_switch {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: 4px;
}

.search_detail_area .ruby_container .on_button,
.search_detail_area .ruby_container .off_button {
	width: 69px;
	height: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: #D0D0D0;
	color: #7C7C7C;
	font-weight: 700;
}

.search_detail_area .ruby_container .on_button.active,
.search_detail_area .ruby_container .off_button.active {
	background: #2F85D8;
	color: #fff;
}

.search_detail_area .ruby_container .on_button {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	margin-right: 2px;
}

.search_detail_area .ruby_container .off_button {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.search_detail_area .article_title {
	font-size: 32px;
	font-weight: 700;
	text-align: left;
	letter-spacing: 0.06em;
	line-height: 1.75;
	position: relative;
	padding-bottom: 21px;
	margin-bottom: 21px;
}

.search_detail_area .article_title::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 4px;
	background-image: -webkit-linear-gradient(left, #65C4F2, #65C4F2 4px, transparent 4px, transparent 9px);
	background-image: linear-gradient(to right, #65C4F2, #65C4F2 4px, transparent 4px, transparent 9px);
	background-size: 9px 4px;
	background-position: left bottom;
	background-repeat: repeat-x;
}

.search_detail_area .orange_button {
	max-width: 400px;
	height: 74px;
	padding: 10px;
	font-size: 26px;
}

.search_detail_area .category_container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 22px;
}

.search_detail_area .category {
	background: #0057AA;
	border-radius: 10px;
	color: #fff;
	display: inline-block;
	max-width: 100%;
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.3;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 18px 10px 5px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.search_detail_area .link_flex {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 60px;
}

.search_detail_area .link_flex .link_button {
	width: 100%;
	max-width: 450px;
	font-size: 28px;
	letter-spacing: 0.1em;
	border: #99DDFD solid 3px;
	border-radius: 28px;
	background: #65C4F2 url(../img/cmn/bottom_icon2.png) no-repeat right 11px center;
	background-size: 26px;
	margin-right: 20px;
}

.search_detail_area .link_flex .link_button:hover {
	border: #2F85D8 solid 3px;
	opacity: 1;
}

.search_detail_area .link_flex .link_button:last-child {
	margin-right: 0;
}

.search_detail_area .article_box {
	margin-bottom: 60px;
}

.search_detail_area .article_box:last-child {
	margin-bottom: 0;
}

.search_detail_area .article_box .heading {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	padding: 7px 20px 12px;
	background: #6DAD23;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	margin-bottom: 30px;
	text-align: left;
}

.search_detail_area .article_box .heading::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 6px;
	left: 0;
	width: 100%;
	height: 2px;
	background-size: 14px 2px;
	background-image: -webkit-linear-gradient(left, #fff, #fff 10px, transparent 10px, transparent 4px);
	background-image: linear-gradient(to right, #fff, #fff 10px, transparent 10px, transparent 4px);
	background-repeat: repeat-x;
}

.search_detail_area .article_box .heading_title {
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.3;
	color: #fff;
}

.search_detail_area .article_box._look .orange_button {
	background: #FC9824 url(../img/cmn/icon_window.png) no-repeat right 28px center;
	background-size: 30px;
}

.search_detail_area .article_box._look .orange_button:hover {
	background: #fff url(../img/cmn/icon_window_hov.png) no-repeat right 28px center;
	background-size: 30px;
}

.search_detail_area .clip {
	margin: 0 auto 30px;
}

.search_detail_area .download_flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 20px;
}

.search_detail_area .download_flex .button {
	background: #0057AA url(../img/cmn/icon_download.png) no-repeat right 17px center;
	background-size: 27px;
	border-radius: 28px;
	height: 56px;
	width: 100%;
	max-width: 360px;
	font-size: 26px;
	margin-right: 20px;
}

.search_detail_area .download_flex .button:hover {
	background: #fff url(../img/cmn/icon_download_hov.png) no-repeat right 17px center;
	background-size: 27px;
	color: #0057AA;
	opacity: 1;
}

.search_detail_area .download_flex .button:hover .jpg_icon:nth-last-of-type(1),
.search_detail_area .download_flex .button:hover .pdf_icon:nth-last-of-type(1) {
	opacity: 0;
}

.search_detail_area .download_flex .button:last-child {
	margin-right: 0;
}

.search_detail_area .download_flex .jpg_icon,
.search_detail_area .download_flex .pdf_icon {
	position: absolute;
	top: 50%;
	left: 25px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	width: 26px;
	height: 36px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.search_detail_area .text_container {
	text-align: left;
}

.search_detail_area .article_text {
	font-weight: 500;
	font-size: 20px;
	line-height: 2.5;
}

/*----------------------------------------

teacher

-----------------------------------------*/

.teacher_area .l-inner {
	padding-top: 0;
	padding-bottom: 200px;
}

.teacher_area .orange_button {
	max-width: 250px;
	height: 50px;
	font-size: 25px;
	padding: 5px;
	background: #FC9824 url(../img/cmn/next_arrow.png) no-repeat right 15px center;
	background-size: 12px;
}

.teacher_area .orange_button:hover {
	background: #fff url(../img/cmn/next_arrow_hov.png) no-repeat right 15px center;
	background-size: 12px;
}

.teacher_area .subject_container {
	width: 100%;
	display: -ms-grid;
	display: grid;
	grid-auto-rows: minmax(auto, auto);
	-ms-grid-rows: auto auto;
	grid-template-rows: auto auto;
	grid-template-columns: repeat(auto-fit, minmax(215px, 1fr));
	gap: 20px;
}

.teacher_area .subject_container .subject {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.1em;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	background: #0057AA url(../img/cmn/next_arrow.png) no-repeat right 20px center;
	background-size: 10px;
	border: #2F85D8 solid 3px;
	border-radius: 10px;
	position: relative;
	padding: 13px;
	height: 68px;
}

.teacher_area .teacher_box {
	background: #fff;
	border-radius: 12px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 20px 29px;
	margin-bottom: 60px;
}

.teacher_area .teacher_box:last-child {
	margin-bottom: 0;
}

.teacher_area .teacher_box._top p {
	font-size: 20px;
	font-weight: 500;
	line-height: 2.1;
	text-align: center;
}

.teacher_area .teacher_box._subject {
	padding-bottom: 45px;
}

.teacher_area .teacher_box._subject .subject_container .subject {
	font-size: 28px;
	height: 70px;
}

.teacher_area .teacher_box._use {
	padding-bottom: 37px;
}

.teacher_area .teacher_box._use .use_flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.teacher_area .teacher_box._use .use_box {
	width: 48%;
	text-align: center;
	font-size: 28px;
	font-weight: 500;
}

.teacher_area .teacher_box._use .use_box .movie {
	margin-bottom: 15px;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.teacher_area .teacher_box._use .use_box .movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.teacher_area .teacher_box._select_list {
	background: transparent;
}

.teacher_area .teacher_box._select_list .mini_title {
	background: #fff;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 9px 22px;
	margin-bottom: 30px;
}

.teacher_area .teacher_box._select_list .subject_container {
	grid-template-columns: repeat(auto-fit, minmax(449px, 1fr));
	gap: 20px;
}

.teacher_area .teacher_box._select_list .subject_container .subject {
	color: #313131;
	background: #fff url(../img/cmn/next_arrow_b.png) no-repeat right 20px center;
	background-size: 10px;
	border: #65C4F2 solid 3px;
	padding: 16px 22px;
}

.teacher_area .teacher_box._select_list .subject_container .subject.selected,
.teacher_area .teacher_box._select_list .subject_container .subject:hover {
	color: #fff;
	background: #0057AA url(../img/cmn/next_arrow.png) no-repeat right 20px center;
	background-size: 10px;
	border: #2F85D8 solid 3px;
	opacity: 1;
}

.teacher_area .teacher_box._select_list .subject_container .subject.selected .sub,
.teacher_area .teacher_box._select_list .subject_container .subject:hover .sub {
	color: #fff;
}

.teacher_area .teacher_box._select_list .subject_container .sub {
	color: #0057AA;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	margin-right: 21px;
}

.teacher_area .teacher_box._sheet_detail {
	margin-bottom: 60px;
	padding-bottom: 38px;
}

.teacher_area .teacher_box._sheet_detail .category_flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 16px;
}

.teacher_area .teacher_box._sheet_detail .category_flex .category {
	width: auto;
	height: 37px;
	background: #0057AA;
	border: #2F85D8 solid 3px;
	border-radius: 6px;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 18px;
	line-height: 1.3;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 3px 5px;
	margin-left: 5px;
}

.teacher_area .teacher_box._sheet_detail .top_text {
	text-align: left;
	font-size: 20px;
	margin-bottom: 38px;
}

.teacher_area .teacher_box._sheet_detail .sheet_box {
	text-align: left;
	background: #E6F7FE;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 21px 20px 22px;
	margin-bottom: 30px;
}

.teacher_area .teacher_box._sheet_detail .sheet_box:last-child {
	margin-bottom: 0;
}

.teacher_area .teacher_box._sheet_detail .heading {
	color: #313131;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
}

.teacher_area .teacher_box._sheet_detail .contents_box {
	background: #fff;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 25px 21px;
}

.teacher_area .teacher_box._sheet_detail .list {
	width: 100%;
}

.teacher_area .teacher_box._sheet_detail .list_item {
	width: 100%;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: #65C4F2 solid 2px;
	padding-bottom: 13px;
	margin-bottom: 16px;
}

.teacher_area .teacher_box._sheet_detail .list_item:last-child {
	margin-bottom: 0;
}

.teacher_area .teacher_box._sheet_detail .list_item .button {
	min-width: 163px;
	height: 46px;
	border-radius: 23px;
	font-size: 18px;
	letter-spacing: 0;
	line-height: 1;
}

.teacher_area .teacher_box._sheet_detail .list_item .button .icon {
	width: 18px;
	margin-left: 5px;
}

.teacher_area .teacher_box._sheet_detail .sheet_title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.7;
	color: #313131;
}

.teacher_area .teacher_box._sheet_detail .sheet_title .icon {
	width: 26px;
	min-width: 26px;
	margin-right: 12px;
}

.teacher_area .teacher_box .title {
	font-size: 40px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.06em;
	line-height: 1.2;
	position: relative;
	padding-bottom: 18px;
	margin-bottom: 30px;
}

.teacher_area .teacher_box .title::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 4px;
	background-image: -webkit-linear-gradient(left, #65C4F2, #65C4F2 4px, transparent 4px, transparent 9px);
	background-image: linear-gradient(to right, #65C4F2, #65C4F2 4px, transparent 4px, transparent 9px);
	background-size: 9px 4px;
	background-position: left bottom;
	background-repeat: repeat-x;
}

.teacher_area .teacher_box .mini_title {
	font-size: 25px;
	font-weight: 700;
	text-align: left;
	letter-spacing: 0.06em;
	line-height: 1.2;
	position: relative;
	margin-bottom: 15px;
}

/*----------------------------------------

index

-----------------------------------------*/

.top_bnr .l-inner {
	padding-top: 0;
	padding-bottom: 27px;
}

.top_bnr .bnr {
	width: 100%;
	margin-bottom: 40px;
}

.top_bnr .bnr:last-child {
	margin-bottom: 0;
}

.top_bnr .bnr a {
	display: block;
	width: 100%;
}

.top_bnr .bnr a:hover {
	opacity: 1;
}

.top_bnr .bnr img {
	width: 100%;
	opacity: 0;
}

.top_bnr .bnr.search_bnr a {
	background: url(../img/top/search_bnr_pc.png) no-repeat center center;
	background-size: 100% 100%;
}

.top_bnr .bnr.search_bnr a:hover {
	background-image: url(../img/top/search_bnr_pc_hover.png);
}

.top_bnr .bnr.works_bnr a {
	background: url(../img/top/works_bnr_pc.png) no-repeat center center;
	background-size: 100% 100%;
}

.top_bnr .bnr.works_bnr a:hover {
	background-image: url(../img/top/works_bnr_pc_hover.png);
}

.center_separator {
	position: relative;
	z-index: 0;
	margin-bottom: -18px;
}

.center_separator img {
	width: 100%;
}

.top_news {
	background: #fff;
}

.top_news .l-inner {
	padding-top: 0;
	padding-bottom: 200px;
}

.top_news .section_title {
	margin-bottom: 32px;
}

.top_news .news_box {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	text-align: left;
	width: 100%;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 29px 65px 27px 27px;
	margin-bottom: 4px;
	background: #fff;
	border: #65C4F2 solid 3px;
	border-radius: 20px;
	-webkit-box-shadow: 0px 4px 0px #65C4F2;
	box-shadow: 0px 4px 0px #65C4F2;
}

.top_news .news_box:hover {
	border: #2F85D8 solid 3px;
	-webkit-box-shadow: 0px 4px 0px #2F85D8;
	box-shadow: 0px 4px 0px #2F85D8;
	opacity: 1;
}

.top_news .news_box:hover .arrow {
	background: #2F85D8;
}

.top_news .news_box .image {
	max-width: 216px;
	width: 29%;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	border-radius: 10px;
	border: #DDDDDD solid 2px;
	overflow: hidden;
	margin-right: 25px;
}

.top_news .news_box .image img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.top_news .news_box .contents {
	font-weight: 700;
	width: 68%;
}

.top_news .news_box .contents .title {
	font-size: 24px;
	line-height: 1.58;
	letter-spacing: 0.06em;
	margin-bottom: 22px;
}

.top_news .news_box .contents .date {
	background: #65C4F2;
	border-radius: 17px;
	color: #fff;
	display: inline-block;
	max-width: 100%;
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.06em;
	line-height: 1.3;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 4px 15px;
	margin-bottom: 20px;
}

.top_news .news_box .contents .category_container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.top_news .news_box .contents .category {
	background: #0057AA;
	border-radius: 10px;
	color: #fff;
	display: inline-block;
	max-width: 100%;
	text-align: center;
	font-size: 22px;
	letter-spacing: 0.1em;
	line-height: 1.3;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 18px 10px 5px;
	margin-right: 10px;
	margin-bottom: 8px;
}

.top_news .news_box .arrow {
	position: absolute;
	top: 0;
	right: -3px;
	width: 50px;
	height: calc(100% + 6px);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: #65C4F2;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.top_news .news_box .arrow .icon {
	width: 18px;
	height: 30px;
}

.top_news .news_box .arrow .icon img {
	display: block;
}

.top_news .news_slider {
	width: 100%;
}

.top_news .slick-slide {
	margin: 0 10px;
}

.top_news .slide_nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 20;
	margin: 0 auto 27px;
}

.top_news .slider_dot {
	height: auto;
	z-index: 2;
}

.top_news .slick-dots {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.top_news .slick-dots li {
	display: block;
	margin-right: 15px;
}

.top_news .slick-dots li:last-child {
	margin-right: 0;
}

.top_news .slick-dots button {
	color: transparent;
	outline: none;
	border: none;
	padding: 0;
	width: 61px; /*ドットボタンのサイズ*/
	height: 10px; /*ドットボタンのサイズ*/
	display: block;
	border-radius: 5px;
	background: #BCBCBC;
}

.top_news .slick-dots .slick-active button {
	background: #FC9824;
}

.top_news .prev-arrow,
.top_news .next-arrow {
	opacity: 1;
	display: block;
	position: relative;
	width: 60px;
	height: 60px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	cursor: pointer;
	z-index: 10;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: transparent;
	background-size: 100% 100%;
}

.top_news .prev-arrow::before,
.top_news .next-arrow::before {
	content: "";
}

.top_news .prev-arrow::after,
.top_news .next-arrow::after {
	display: none;
}

.top_news .prev-arrow {
	background-image: url(../img/cmn/slide_prev.png);
	margin-right: 25px;
}

.top_news .next-arrow {
	background-image: url(../img/cmn/slide_next.png);
	margin-left: 25px;
}

/*----------------------------------------

works

-----------------------------------------*/

.works_area .l-inner {
	padding-top: 0;
	padding-bottom: 155px;
}

.works_area .works_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.works_area .works_list .list_item {
	width: 48%;
	max-width: 460px;
	margin-bottom: 34px;
}

.works_area .works_box {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 12px;
	margin-bottom: 3px;
	background: #fff;
	border: #65C4F2 solid 3px;
	border-radius: 20px;
	-webkit-box-shadow: 0px 4px 0px #65C4F2;
	box-shadow: 0px 4px 0px #65C4F2;
}

.works_area .works_box:hover {
	border: #2F85D8 solid 3px;
	-webkit-box-shadow: 0px 4px 0px #2F85D8;
	box-shadow: 0px 4px 0px #2F85D8;
	opacity: 1;
}

.works_area .works_box:hover .arrow {
	background: #2F85D8;
}

.works_area .works_box .image {
	max-width: 150px;
	max-height: 165px;
	width: 35%;
	border-radius: 14px;
	overflow: hidden;
	margin-right: 24px;
}

.works_area .works_box .image img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.works_area .works_box .contents {
	width: 45%;
}

.works_area .works_box .position {
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.2;
	color: #333333;
}

.works_area .works_box .arrow {
	position: absolute;
	top: 0;
	right: -3px;
	width: 50px;
	height: calc(100% + 6px);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: #65C4F2;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.works_area .works_box .arrow .icon {
	width: 18px;
	height: 30px;
}

.works_area .works_box .arrow .icon img {
	display: block;
}

/*----------------------------------------

works__detail

-----------------------------------------*/

.works_detail_area .l-inner {
	padding-top: 0;
	padding-bottom: 200px;
}

.works_detail_area .article_area {
	background: #fff;
	border-radius: 12px;
	padding: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 60px;
}

.works_detail_area .article_area.ruby_on .on_text {
	display: block;
}

.works_detail_area .article_area.ruby_on .off_text {
	display: none;
}

.works_detail_area .on_text {
	display: none;
	line-height: 2;
}

.works_detail_area .article_top {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-left: auto;
	margin-bottom: 23px;
}

.works_detail_area .ruby_container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: #F8F5F2;
	border-radius: 10px;
	padding: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 0.1em;
}

.works_detail_area .ruby_container p {
	color: #313131;
}

.works_detail_area .ruby_container .ruby_switch {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: 4px;
}

.works_detail_area .ruby_container .on_button,
.works_detail_area .ruby_container .off_button {
	width: 69px;
	height: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: #D0D0D0;
	color: #7C7C7C;
	font-weight: 700;
}

.works_detail_area .ruby_container .on_button.active,
.works_detail_area .ruby_container .off_button.active {
	background: #2F85D8;
	color: #fff;
}

.works_detail_area .ruby_container .on_button {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	margin-right: 2px;
}

.works_detail_area .ruby_container .off_button {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.works_detail_area .article_title {
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.06em;
	line-height: 1.75;
	position: relative;
	padding-bottom: 21px;
	margin-bottom: 21px;
}

.works_detail_area .article_title::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 4px;
	background-image: -webkit-linear-gradient(left, #65C4F2, #65C4F2 4px, transparent 4px, transparent 9px);
	background-image: linear-gradient(to right, #65C4F2, #65C4F2 4px, transparent 4px, transparent 9px);
	background-size: 9px 4px;
	background-position: left bottom;
	background-repeat: repeat-x;
}

.works_detail_area .orange_button {
	max-width: 400px;
	height: 74px;
	padding: 10px;
	font-size: 26px;
}

.works_detail_area .orange_button.other_works {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.works_detail_area .main_pic {
	margin: 0 auto 60px;
}

.works_detail_area .article_box {
	margin-bottom: 60px;
	text-align: left;
}

.works_detail_area .article_box:last-child {
	margin-bottom: 0;
}

.works_detail_area .article_box .heading {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	padding: 7px 20px 12px;
	background: #6DAD23;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	margin-bottom: 30px;
	text-align: left;
}

.works_detail_area .article_box .heading::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 6px;
	left: 0;
	width: 100%;
	height: 2px;
	background-size: 14px 2px;
	background-image: -webkit-linear-gradient(left, #fff, #fff 10px, transparent 10px, transparent 4px);
	background-image: linear-gradient(to right, #fff, #fff 10px, transparent 10px, transparent 4px);
	background-repeat: repeat-x;
}

.works_detail_area .article_box .heading_title {
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.3;
	color: #fff;
}

.works_detail_area .article_box .detail_flex .detail_box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 40px;
}

.works_detail_area .article_box .detail_flex .detail_box:nth-child(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.works_detail_area .article_box .detail_flex .contents {
	width: 49%;
}

.works_detail_area .article_box .detail_flex .caption {
	position: relative;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.3;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 19px;
	padding-top: 11px;
	padding-left: 21px;
	text-align: left;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.works_detail_area .article_box .detail_flex .caption::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 11px;
	height: 58px;
	border-radius: 7px;
	background: #6DAD23;
}

.works_detail_area .article_box .detail_flex .image {
	width: 45%;
	max-width: 420px;
	max-height: 270px;
}

.works_detail_area .article_box .detail_flex .image img {
	width: 100%;
}

.works_detail_area .article_box._detail p {
	font-size: 20px;
	font-weight: 500;
	line-height: 2.1;
}

.works_detail_area .article_box._detail .top_text {
	margin-bottom: 40px;
}

.works_detail_area .article_box._detail .orange_button {
	background: #FC9824 url(../img/cmn/icon_window.png) no-repeat right 28px center;
	background-size: 30px;
}

.works_detail_area .article_box._detail .orange_button:hover {
	background: #fff url(../img/cmn/icon_window_hov.png) no-repeat right 28px center;
	background-size: 30px;
}

.works_detail_area .article_box .bottom_flex {
	margin-bottom: 24px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.works_detail_area .article_box .bottom_flex .bottom_box {
	width: 48%;
}

.works_detail_area .article_box .bottom_flex .bottom_box p {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.6;
}

.works_detail_area .article_box .bottom_flex .bottom_box .on_text {
	line-height: 2;
}

.works_detail_area .article_box .bottom_flex .bottom_box ul {
	width: 100%;
}

.works_detail_area .article_box .bottom_flex .bottom_box ul li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	margin-bottom: 12px;
}

.works_detail_area .article_box .bottom_flex .bottom_box ul li:last-child {
	margin-bottom: 0;
}

.works_detail_area .article_box .bottom_flex .bottom_box ul li.qa {
	margin-bottom: 17px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.works_detail_area .article_box .bottom_flex .bottom_box ul li.qa:last-child {
	margin-bottom: 0;
}

.works_detail_area .article_box .bottom_flex .bottom_box ul .time {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 8px;
}

.works_detail_area .article_box .bottom_flex .bottom_box ul .time .image {
	width: 36px;
	margin-right: 9px;
}

.works_detail_area .article_box .bottom_flex .bottom_box ul .time .text {
	color: #0057AA;
}

.works_detail_area .article_box .bottom_flex .bottom_box ul .question,
.works_detail_area .article_box .bottom_flex .bottom_box ul .answer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}

.works_detail_area .article_box .bottom_flex .bottom_box ul .question .icon,
.works_detail_area .article_box .bottom_flex .bottom_box ul .answer .icon {
	min-width: 36px;
	height: 36px;
	font-size: 26px;
	font-weight: 700;
	color: #fff;
	border-radius: 7px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 12px;
}

.works_detail_area .article_box .bottom_flex .bottom_box ul .question {
	margin-bottom: 10px;
}

.works_detail_area .article_box .bottom_flex .bottom_box ul .question .icon {
	background: #0057AA;
}

.works_detail_area .article_box .bottom_flex .bottom_box ul .question p {
	color: #0057AA;
}

.works_detail_area .article_box .bottom_flex .bottom_box ul .answer .icon {
	background: #65C4F2;
}

.works_detail_area .column {
	width: 100%;
	border-radius: 10px;
	border: #65C4F2 solid 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 17px 21px 15px;
}

.works_detail_area .column .column_top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 17px;
}

.works_detail_area .column .icon {
	width: 64px;
	height: 64px;
	background: #65C4F2;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	margin-right: 14px;
	margin-top: -27px;
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
}

.works_detail_area .column .column_title {
	color: #0057AA;
	font-weight: 500;
	font-size: 26px;
	line-height: 1.2;
}

.works_detail_area .column p {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.75;
}

.works_detail_area .column .on_text {
	line-height: 2;
}

@media screen and (min-width: 931px) {

.g_navibox {
	display: block !important;
}

}

@media (max-width: 1000px) {

.post_text img.alignright,
.post_text img,
.post_text img.alignleft {
	float: none;
	margin: 0 auto;
	display: block;
}

.post_text img.emoji {
	display: inline !important;
}

.post_text table {
	width: 100% !important;
}

}

@media (max-width: 930px) {

.g_bg {
	background-size: 300px 300px;
}

.bottom_decoration::after {
	height: 300px;
	background-size: 300px 300px;
}

.g-header .menu_btn {
	display: block;
}

.g_navibox {
	width: 100%;
	display: none;
}

.global_navi {
	width: 100%;
	height: auto;
	padding: 28px 15px 0;
	overflow: hidden;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.global_navi li {
	margin-right: 0;
	margin-bottom: 15px;
	width: 100%;
}

.global_navi .g_lookup {
	height: 45px;
	min-width: auto;
}

.global_navi .g_lookup .lookup_button {
	top: 7px;
	right: 7px;
	width: 32px;
	height: 32px;
}

.global_navi .g_lookup input {
	border-radius: 7px;
}

.global_navi .button_flex {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.global_navi .button_flex li {
	margin-right: 15px;
	margin-bottom: 0;
}

.global_navi .button_flex li:last-child {
	margin-right: 0;
}

.global_navi .button {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
}

.global_navi .button .image {
	height: 40px;
}

.global_navi .button .image.search_icon {
	width: 29px;
}

.global_navi .button .image.works_icon {
	width: 25px;
}

.g-header .l-inner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

}

@media (max-width: 768px) {

.l-inner {
	padding: 36px 20px 60px;
	text-align: left;
}

.c-bread {
	font-size: 10px;
}

.c-bread .l-inner {
	margin-top: 70px;
	padding-top: 12px;
}

.g_bg {
	padding-top: 120px;
	background-size: 150px 150px;
}

.bottom_decoration::after {
	height: 150px;
	background-size: 150px 150px;
}

.section_title {
	margin-bottom: 25px;
	font-size: 35px;
	line-height: 1.3;
}

.section_title span {
	font-size: 20px;
}

.section_title .sub {
	font-size: 18px;
}

.section_title .sub::before,
.section_title .sub::after {
	width: 48px;
}

.section_title .sub::before {
	left: -60px;
}

.section_title .sub::after {
	right: -60px;
}

.wp-pagenavi a,
.wp-pagenavi span {
	font-size: 14px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin: 0 4px;
}

.wp-pagenavi .previouspostslink::after,
.wp-pagenavi .nextpostslink::after {
	background-size: 7px 12px;
}

.post_text a {
	margin-bottom: 20px;
}

.button.orange_button {
	font-size: 16px;
	max-width: 265px;
	border-radius: 34px;
	height: 45px;
	background-position: right 14px center;
	background-size: 9px;
	border: #FAB668 solid 2px;
	padding-top: 8px;
}

.button.orange_button:hover {
	border: #FAB668 solid 2px;
	background: #FC9824 url(../img/cmn/next_arrow.png) no-repeat right 14px center;
	background-size: 9px;
	color: #fff;
}

.button._teacher {
	min-width: auto;
	font-size: 16px;
}

.g-header .menu_btn {
	top: 10px;
	right: 10px;
}

.global_navi {
	padding: 28px 5px 0;
}

.g-header {
	position: fixed;
	min-height: 70px;
	margin-left: 20px;
	min-width: 320px;
	top: auto;
	left: auto;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.g-header .l-inner {
	padding: 15px 15px 13.5px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.g-header .l-inner .logo {
	width: 130px;
	margin-right: 20px;
}

.g-header .l-inner .logo a {
	display: block;
}

.g-header .menu_btn .menu_txt {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	text-align: center;
	font-size: 14px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	color: #FC9824;
}

.pagetop a {
	width: 72px;
}

.top_entrance .g_bg {
	padding-top: 90px;
}

.top_entrance .contents_bg {
	background: url(../img/login/bg_sp.png) center top no-repeat;
	background-size: 100% 83%;
}

.top_entrance .l-inner {
	padding-top: 95px;
	padding-bottom: 150px;
}

.top_entrance .top_logo {
	width: 70%;
}

.top_entrance .top_text {
	margin-bottom: 40px;
}

.top_entrance .top_text span {
	font-size: 25px;
}

.top_entrance .login_button {
	width: 100%;
	margin-bottom: 34px;
}

.top_entrance .teacher_button {
	width: 100%;
}

.lookup_area .l-inner {
	padding-bottom: 150px;
}

.lookup_area .word_box {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 140px;
	border-radius: 6px;
	padding: 5px;
	margin-bottom: 30px;
}

.lookup_area .word_box .keyword {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
}

.lookup_area .word_box .keyword .caption {
	width: 100%;
	padding: 6px 12px;
	border-radius: 6px;
	font-size: 20px;
	margin-right: 0;
	margin-bottom: 10px;
}

.lookup_area .word_box .keyword .word_list {
	text-align: center;
}

.lookup_area .word_box .keyword .word_list .search_word {
	font-size: 20px;
}

.lookup_area .word_box .result {
	width: 100%;
	text-align: center;
	padding: 10px 10px 4px;
	border-left: none;
	border-top: #65C4F2 solid 2px;
}

.lookup_area .word_box .result .hit {
	font-size: 18px;
}

.lookup_area .word_box .result .total {
	font-size: 20px;
	margin-left: 3px;
}

.lookup_area .news_list {
	margin-bottom: 30px;
}

.lookup_area .news_list .list_item {
	margin-bottom: 30px;
}

.lookup_area .news_box {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 21px 18px 40px;
	margin-bottom: 0;
	border-radius: 10px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.lookup_area .news_box:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.lookup_area .news_box .image {
	width: 200px;
	height: 200px;
	margin-right: 0;
	margin-bottom: 9px;
}

.lookup_area .news_box .contents {
	width: 100%;
}

.lookup_area .news_box .contents .title {
	font-size: 18px;
	margin-bottom: 10px;
}

.lookup_area .news_box .contents .date {
	font-size: 15px;
	margin-bottom: 10px;
	padding: 5px 8px;
}

.lookup_area .news_box .contents .category {
	border-radius: 5px;
	font-size: 16px;
	margin-right: 8px;
	padding-top: 17px;
}

.lookup_area .news_box .arrow {
	top: auto;
	right: auto;
	left: -3px;
	bottom: 0;
	width: calc(100% + 6px);
	height: 25px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.lookup_area .news_box .arrow .icon {
	width: 9px;
	height: 15px;
}

.notfound_area .l-inner {
	padding-bottom: 150px;
}

.notfound_area .contents {
	padding: 19px 20px 46px;
	border-radius: 6px;
}

.notfound_area .image {
	max-width: 242px;
	margin-bottom: 12px;
}

.notfound_area .found_text {
	margin-bottom: 22px;
}

.notfound_area .button_flex {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.notfound_area .orange_button {
	width: 220px;
	height: 34px;
	font-size: 17px;
	padding: 4px;
	padding-left: 18px;
	background: #FC9824 url(../img/cmn/next_arrow.png) no-repeat right 10px center;
	background-size: 8px;
	margin-right: 0;
	margin-bottom: 14px;
}

.notfound_area .orange_button:last-child {
	margin-bottom: 0;
}

.notfound_area .orange_button:hover {
	background: #FC9824 url(../img/cmn/next_arrow.png) no-repeat right 10px center;
	background-size: 8px;
}

.tokushima_bg {
	background-size: 100%;
}

.search_area .l-inner {
	padding-bottom: 150px;
}

.search_area .search_box {
	margin-bottom: 30px;
}

.search_area .search_box:last-child {
	margin-bottom: 20px;
}

.search_area .search_box .category_container {
	padding: 15px 13px 0;
	border: #6DAD23 solid 3px;
	border-top: none;
}

.search_area .search_box._words .category_container {
	padding-bottom: 22px;
}

.search_area .orange_button {
	padding-left: 16px;
	max-width: 295px;
}

.search_area .heading_title {
	font-size: 29px;
}

.search_area .category_top {
	margin-bottom: 22px;
}

.search_area .category {
	border: #65C4F2 solid 2px;
	font-size: 16px;
	min-width: 55px;
	padding: 17px 5px 3px;
	border-radius: 5px;
}

.search_area .category_label {
	margin-right: 5px;
	margin-bottom: 8px;
}

.search_area .category_label input:checked + .category {
	border: none;
}

.search_area .category_bottom .box {
	margin-right: 22px;
	margin-bottom: 22px;
}

.search_area .category_bottom .caption {
	font-size: 17px;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
	padding-top: 18px;
	padding-left: 12px;
}

.search_area .category_bottom .caption::before {
	width: 6px;
	height: 40px;
	border-radius: 3px;
}

.search_area .words_item {
	margin-bottom: 15px;
}

.search_area .words_item .accordion_title {
	height: 41px;
	padding: 11px 10px 4px;
	font-size: 16px;
	letter-spacing: 0.05em;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background: #65C4F2 url(../img/cmn/bottom_icon2.png) no-repeat right 8px center;
	background-size: 17px;
}

.search_area .words_item .accordion_title.close {
	background: #65C4F2 url(../img/cmn/top_icon2.png) no-repeat right 8px center;
	background-size: 17px;
}

.search_area .words_item .box {
	padding-top: 15px;
}

.search_area .result_container {
	margin-bottom: 30px;
}

.search_area .result_container .result_box {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 230px;
	border-radius: 6px;
	padding: 5px;
	margin-bottom: 30px;
}

.search_area .result_container .result_box .keyword {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	margin-bottom: 15px;
}

.search_area .result_container .result_box .keyword .caption {
	width: 100%;
	padding: 6px 12px;
	border-radius: 6px;
	font-size: 20px;
	margin-right: 0;
	margin-bottom: 10px;
}

.search_area .result_container .result_box .keyword .search_list {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.search_area .result_container .result_box .keyword .search_list .search_area,
.search_area .result_container .result_box .keyword .search_list .search_word {
	font-size: 20px;
	margin-right: 9px;
	line-height: 1.2;
}

.search_area .result_container .result_box .result {
	width: 100%;
	text-align: center;
	padding: 10px 10px 4px;
	border-left: none;
	border-top: #65C4F2 solid 2px;
}

.search_area .result_container .result_box .result .hit {
	font-size: 18px;
}

.search_area .result_container .result_box .result .total {
	font-size: 20px;
	margin-left: 3px;
}

.search_area .result_container .button {
	font-size: 17px;
	max-width: 295px;
	border-radius: 23px;
	background: #65C4F2 url(../img/cmn/bottom_icon2.png) no-repeat right 8px center;
	background-size: 17px;
	padding: 4px 6px;
}

.search_area .news_container {
	margin-bottom: 72px;
}

.search_area .news_list {
	margin-bottom: 30px;
}

.search_area .news_list .list_item {
	margin-bottom: 30px;
}

.search_area .news_box {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 21px 18px 40px;
	margin-bottom: 0;
	border-radius: 10px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.search_area .news_box:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.search_area .news_box .image {
	width: 200px;
	height: 200px;
	margin-right: 0;
	margin-bottom: 9px;
}

.search_area .news_box .contents {
	width: 100%;
}

.search_area .news_box .contents .title {
	font-size: 18px;
	margin-bottom: 10px;
}

.search_area .news_box .contents .date {
	font-size: 15px;
	margin-bottom: 10px;
	padding: 5px 8px;
}

.search_area .news_box .contents .category {
	border-radius: 5px;
	font-size: 16px;
	margin-right: 8px;
	padding-top: 17px;
}

.search_area .news_box .arrow {
	top: auto;
	right: auto;
	left: -3px;
	bottom: 0;
	width: calc(100% + 6px);
	height: 25px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.search_area .news_box .arrow .icon {
	width: 9px;
	height: 15px;
}

.search_detail_area .l-inner {
	padding-bottom: 150px;
}

.search_detail_area .article_area {
	border-radius: 6px;
	padding: 11px 20px 15px;
	margin-bottom: 30px;
}

.search_detail_area .article_top {
	margin-bottom: 12px;
}

.search_detail_area .article_top .date {
	font-size: 15px;
	letter-spacing: 0.03em;
}

.search_detail_area .ruby_container {
	border-radius: 5px;
	padding: 3px;
	font-size: 12px;
	letter-spacing: 0.05em;
}

.search_detail_area .ruby_container .ruby_switch {
	margin-left: 5px;
}

.search_detail_area .ruby_container .on_button,
.search_detail_area .ruby_container .off_button {
	width: 43px;
	height: 25px;
}

.search_detail_area .ruby_container .on_button {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.search_detail_area .ruby_container .off_button {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.search_detail_area .article_title {
	font-size: 20px;
	padding-bottom: 18px;
	margin-bottom: 18px;
}

.search_detail_area .orange_button {
	max-width: 280px;
	height: 55px;
	font-size: 18px;
}

.search_detail_area .category_container {
	margin-bottom: 20px;
}

.search_detail_area .category {
	border-radius: 5px;
	font-size: 16px;
	margin-right: 8px;
	padding-top: 17px;
}

.search_detail_area .link_flex {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 50px;
}

.search_detail_area .link_flex .link_button {
	max-width: 295px;
	font-size: 20px;
	border-radius: 18px;
	background-size: 17px;
	margin: 0;
	margin-bottom: 10px;
}

.search_detail_area .link_flex .link_button:last-child {
	margin-bottom: 0;
}

.search_detail_area .article_box {
	margin-bottom: 50px;
}

.search_detail_area .article_box .heading {
	margin-bottom: 22px;
}

.search_detail_area .article_box .heading_title {
	font-size: 29px;
}

.search_detail_area .article_box._look .orange_button {
	background: #FC9824 url(../img/cmn/icon_window.png) no-repeat right 16px center;
	background-size: 21px;
}

.search_detail_area .article_box._look .orange_button:hover {
	background: #FC9824 url(../img/cmn/icon_window.png) no-repeat right 16px center;
	background-size: 21px;
}

.search_detail_area .clip {
	margin-bottom: 20px;
}

.search_detail_area .download_flex {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 24px;
}

.search_detail_area .download_flex .button {
	background: #0057AA url(../img/cmn/icon_download.png) no-repeat right 13px center;
	background-size: 21px;
	border-radius: 20px;
	height: 40px;
	max-width: 280px;
	font-size: 18px;
	margin-right: 0;
	margin-bottom: 10px;
}

.search_detail_area .download_flex .button:hover {
	background: #0057AA url(../img/cmn/icon_download.png) no-repeat right 13px center;
	background-size: 21px;
	color: #fff;
}

.search_detail_area .download_flex .button:hover .jpg_icon:nth-last-of-type(1),
.search_detail_area .download_flex .button:hover .pdf_icon:nth-last-of-type(1) {
	opacity: 1;
}

.search_detail_area .download_flex .button:last-child {
	margin-bottom: 0;
}

.search_detail_area .download_flex .jpg_icon,
.search_detail_area .download_flex .pdf_icon {
	left: 18px;
	width: 20px;
	height: 25px;
}

.search_detail_area .article_text {
	font-size: 16px;
	line-height: 2.1;
}

.teacher_area .l-inner {
	padding-bottom: 150px;
}

.teacher_area .orange_button {
	max-width: 170px;
	height: 34px;
	font-size: 17px;
	padding: 4px;
	background: #FC9824 url(../img/cmn/next_arrow.png) no-repeat right 10px center;
	background-size: 8px;
}

.teacher_area .orange_button:hover {
	background: #FC9824 url(../img/cmn/next_arrow.png) no-repeat right 10px center;
	background-size: 8px;
}

.teacher_area .subject_container {
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
}

.teacher_area .subject_container .subject {
	font-size: 18px;
	letter-spacing: 0.05em;
	border-radius: 5px;
	background: #0057AA url(../img/cmn/next_arrow.png) no-repeat right 13px center;
	background-size: 7px;
	border: #2F85D8 solid 2px;
	padding: 8px 10px;
	height: 45px;
}

.teacher_area .teacher_box {
	border-radius: 6px;
	padding: 25px 20px;
	margin-bottom: 40px;
}

.teacher_area .teacher_box._top {
	padding-bottom: 13px;
}

.teacher_area .teacher_box._top p {
	text-align: left;
}

.teacher_area .teacher_box._subject {
	padding-bottom: 18px;
}

.teacher_area .teacher_box._subject .subject_container .subject {
	font-size: 18px;
	height: 45px;
}

.teacher_area .teacher_box._use {
	padding-bottom: 26px;
}

.teacher_area .teacher_box._use .use_flex {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.teacher_area .teacher_box._use .use_box {
	width: 100%;
	font-size: 18px;
	margin-bottom: 30px;
}

.teacher_area .teacher_box._use .use_box:last-child {
	margin-bottom: 0;
}

.teacher_area .teacher_box._select_list .mini_title {
	border-radius: 5px;
	padding: 10px 18px;
	margin-bottom: 17px;
}

.teacher_area .teacher_box._select_list .subject_container {
	-ms-grid-columns: (1fr)[1];
	grid-template-columns: repeat(1, 1fr);
	gap: 20px 0;
}

.teacher_area .teacher_box._select_list .subject_container .subject {
	background: #fff url(../img/cmn/next_arrow_b.png) no-repeat right 13px center;
	background-size: 7px;
	border: #2F85D8 solid 2px;
	font-size: 14px;
	padding: 10px 15px;
}

.teacher_area .teacher_box._select_list .subject_container .subject.selected,
.teacher_area .teacher_box._select_list .subject_container .subject:hover {
	background: #0057AA url(../img/cmn/next_arrow.png) no-repeat right 13px center;
	background-size: 7px;
	border: #2F85D8 solid 2px;
}

.teacher_area .teacher_box._select_list .subject_container .sub {
	margin-right: 14px;
}

.teacher_area .teacher_box._sheet_detail {
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.teacher_area .teacher_box._sheet_detail .category_flex {
	font-size: 20px;
	letter-spacing: 0.05em;
	margin-bottom: 14px;
}

.teacher_area .teacher_box._sheet_detail .category_flex .category {
	width: auto;
	height: 38px;
	border: #2F85D8 solid 2px;
	border-radius: 3px;
	margin-left: 3px;
}

.teacher_area .teacher_box._sheet_detail .top_text {
	margin-bottom: 11px;
	line-height: 1.5;
}

.teacher_area .teacher_box._sheet_detail .sheet_box {
	border-radius: 5px;
	padding: 12px 10px 16px;
}

.teacher_area .teacher_box._sheet_detail .heading {
	font-size: 20px;
	margin-bottom: 13px;
}

.teacher_area .teacher_box._sheet_detail .contents_box {
	border-radius: 5px;
	padding: 15px 12px 18px;
}

.teacher_area .teacher_box._sheet_detail .list_item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-bottom: 8px;
	margin-bottom: 15px;
}

.teacher_area .teacher_box._sheet_detail .list_item .button {
	min-width: 140px;
	height: 32px;
	border-radius: 20px;
	font-size: 14px;
	margin-left: auto;
	margin-right: 0;
}

.teacher_area .teacher_box._sheet_detail .list_item .button .icon {
	width: 16px;
}

.teacher_area .teacher_box._sheet_detail .sheet_title {
	font-size: 18px;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-bottom: 6px;
}

.teacher_area .teacher_box._sheet_detail .sheet_title .icon {
	width: 20px;
	min-width: 20px;
	margin-right: 5px;
}

.teacher_area .teacher_box .title {
	font-size: 20px;
	padding-bottom: 18px;
	margin-bottom: 18px;
}

.teacher_area .teacher_box .mini_title {
	font-size: 15px;
	margin-bottom: 15px;
}

.top_bnr .l-inner {
	padding-bottom: 10px;
}

.top_bnr .bnr {
	margin-bottom: 30px;
}

.top_bnr .bnr.search_bnr a {
	background: url(../img/top/search_bnr_sp.png) no-repeat center center;
	background-size: 100% 100%;
}

.top_bnr .bnr.search_bnr a:hover {
	background-image: url(../img/top/search_bnr_sp.png);
}

.top_bnr .bnr.works_bnr a {
	background: url(../img/top/works_bnr_sp.png) no-repeat center center;
	background-size: 100% 100%;
}

.top_bnr .bnr.works_bnr a:hover {
	background-image: url(../img/top/works_bnr_sp.png);
}

.center_separator {
	margin-bottom: -25px;
}

.top_news .l-inner {
	padding-bottom: 150px;
}

.top_news .section_title {
	margin-bottom: 25px;
}

.top_news .news_box {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 21px 18px 40px;
	margin-bottom: 0;
	border-radius: 10px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.top_news .news_box:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.top_news .news_box .image {
	width: 196px;
	height: 196px;
	margin-right: 0;
	margin-bottom: 9px;
}

.top_news .news_box .contents {
	width: 100%;
}

.top_news .news_box .contents .title {
	font-size: 18px;
	margin-bottom: 10px;
}

.top_news .news_box .contents .date {
	font-size: 15px;
	margin-bottom: 10px;
	padding: 5px 8px;
}

.top_news .news_box .contents .category {
	font-size: 16px;
	margin-right: 8px;
	padding-top: 17px;
	border-radius: 5px;
}

.top_news .news_box .arrow {
	top: auto;
	right: auto;
	left: -3px;
	bottom: 0;
	width: calc(100% + 6px);
	height: 25px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.top_news .news_box .arrow .icon {
	width: 9px;
	height: 15px;
}

.top_news .news_slider {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
}

.top_news .slide_nav {
	margin: 0 auto 20px;
}

.top_news .slick-dots li {
	margin-right: 5px;
}

.top_news .slick-dots button {
	max-width: 44px;
	width: 10vw;
	height: 7px;
}

.top_news .prev-arrow,
.top_news .next-arrow {
	width: 40px;
	height: 40px;
}

.top_news .prev-arrow {
	margin-right: 8px;
}

.top_news .next-arrow {
	margin-left: 8px;
}

.works_area .section_title {
	line-height: 1.1;
}

.works_area .l-inner {
	padding-bottom: 150px;
}

.works_area .works_list .list_item {
	width: 100%;
	max-width: none;
	margin-bottom: 20px;
}

.works_area .works_list .list_item:last-child {
	margin-bottom: 0;
}

.works_area .works_box {
	padding: 10px;
	margin-bottom: 0;
	border-radius: 10px;
	-webkit-box-shadow: 0px 3px 0px #65C4F2;
	box-shadow: 0px 3px 0px #65C4F2;
}

.works_area .works_box .image {
	width: 109px;
	height: 120px;
	margin-right: 18px;
	border-radius: 7px;
}

.works_area .works_box .contents {
	width: 48%;
}

.works_area .works_box .position {
	font-size: 23px;
}

.works_area .works_box .arrow {
	width: 36px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.works_area .works_box .arrow .icon {
	width: 9px;
	height: 15px;
}

.works_detail_area .l-inner {
	padding-bottom: 150px;
}

.works_detail_area .article_area {
	border-radius: 6px;
	padding: 11px 20px 23px;
	margin-bottom: 30px;
}

.works_detail_area .article_top {
	margin-bottom: 12px;
}

.works_detail_area .ruby_container {
	border-radius: 5px;
	padding: 3px;
	font-size: 12px;
	letter-spacing: 0.05em;
}

.works_detail_area .ruby_container .ruby_switch {
	margin-left: 5px;
}

.works_detail_area .ruby_container .on_button,
.works_detail_area .ruby_container .off_button {
	width: 43px;
	height: 25px;
}

.works_detail_area .ruby_container .on_button {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.works_detail_area .ruby_container .off_button {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.works_detail_area .article_title {
	font-size: 20px;
	padding-bottom: 18px;
	margin-bottom: 18px;
}

.works_detail_area .orange_button {
	max-width: 280px;
	height: 55px;
	font-size: 18px;
}

.works_detail_area .main_pic {
	margin-bottom: 50px;
}

.works_detail_area .article_box {
	margin-bottom: 50px;
}

.works_detail_area .article_box .heading {
	margin-bottom: 22px;
}

.works_detail_area .article_box .heading_title {
	font-size: 29px;
}

.works_detail_area .article_box .detail_flex .detail_box {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 30px;
}

.works_detail_area .article_box .detail_flex .detail_box:nth-child(even) {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.works_detail_area .article_box .detail_flex .contents {
	width: 100%;
}

.works_detail_area .article_box .detail_flex .caption {
	font-size: 17px;
	letter-spacing: 0.05em;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-left: 12px;
}

.works_detail_area .article_box .detail_flex .caption::before {
	width: 6px;
	height: 40px;
	border-radius: 3px;
}

.works_detail_area .article_box .detail_flex .image {
	width: 100%;
	max-width: none;
	max-height: none;
}

.works_detail_area .article_box._detail p {
	font-size: 16px;
	line-height: 1.8;
}

.works_detail_area .article_box._detail .top_text {
	margin-bottom: 30px;
}

.works_detail_area .article_box._detail .text {
	margin-bottom: 20px;
}

.works_detail_area .article_box._detail .orange_button {
	background: #FC9824 url(../img/cmn/icon_window.png) no-repeat right 16px center;
	background-size: 21px;
}

.works_detail_area .article_box._detail .orange_button:hover {
	background: #FC9824 url(../img/cmn/icon_window.png) no-repeat right 16px center;
	background-size: 21px;
}

.works_detail_area .article_box .bottom_flex {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.works_detail_area .article_box .bottom_flex .bottom_box {
	width: 100%;
}

.works_detail_area .article_box .bottom_flex .bottom_box p {
	font-size: 16px;
}

.works_detail_area .article_box .bottom_flex .bottom_box._teach ul {
	margin-bottom: 0;
}

.works_detail_area .article_box .bottom_flex .bottom_box ul {
	margin-bottom: 50px;
}

.works_detail_area .article_box .bottom_flex .bottom_box ul li {
	margin-bottom: 10px;
}

.works_detail_area .article_box .bottom_flex .bottom_box ul li.qa {
	margin-bottom: 25px;
}

.works_detail_area .article_box .bottom_flex .bottom_box ul .time {
	margin-right: 3px;
}

.works_detail_area .article_box .bottom_flex .bottom_box ul .time .image {
	width: 30px;
	margin-right: 5px;
	position: relative;
	top: -5px;
}

.works_detail_area .article_box .bottom_flex .bottom_box ul .question .icon,
.works_detail_area .article_box .bottom_flex .bottom_box ul .answer .icon {
	min-width: 30px;
	height: 30px;
	font-size: 21px;
	border-radius: 3px;
	margin-right: 10px;
}

.works_detail_area .column {
	border-radius: 5px;
	border: #65C4F2 solid 2px;
	padding: 13px 13px 16px;
}

.works_detail_area .column .column_top {
	margin-bottom: 6px;
}

.works_detail_area .column .icon {
	width: 50px;
	height: 50px;
	margin-right: 11px;
	margin-left: -5px;
	font-size: 31px;
}

.works_detail_area .column .column_title {
	font-size: 18px;
}

.works_detail_area .column p {
	font-size: 16px;
}

}

