@charset "utf-8";
/*--------------------------------------
	copyright :　webcal
--------------------------------------*/

@import url(normalize.css);
@import url(common_parts.css);
@import url(common.css);


/*　single　==============================*/
.contentsWrap01 .section01 {
	margin-top: 0;
}
.post_head {
	margin-top: 32px;
	display: flex;
	flex-wrap: wrap;
}
.post_head + h1 {
	margin-top: 24px;
}
.post_head > .text01 {
	margin-top: 8px;
	margin-right: 16px;
	font-size: 1.4rem;
	line-height: 1;
}
.categoryList01 {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 16px;
	width: calc(100% - 99px);
}
.categoryList01 li > a {
	text-decoration: none;
	background: #DAF2FD;
	color: inherit;
	border-radius: 30px;
	padding: 8px 12px;
	font-size: 1.4rem;
	line-height: 1;
	display: block;
}
@media screen and ( min-width: 1024px ) {
	.contentsWrap01 .section01 {
		margin-top: 32px;
	}
}

/* editorBlock01 */
.editorBlock01 {
	margin-bottom: 60px;
}
.editorBlock01 .scroll-guide {
	bottom: 0;
}
.editorBlock01 > *:first-child {
	margin-top: 32px;
}
.editorBlock01 > p:first-child {
	padding: 0;
}
.editorBlock01 > h2 {
	margin-top: 32px;
}
.editorBlock01 > h2 + * {
	margin-top: 20px;
}
.editorBlock01 > h3 {
	margin-top: 16px;
}
.editorBlock01 > h3 + * {
	margin-top: 16px;
}
.editorBlock01 > p,
.editorBlock01 > div {
	margin-top: 16px;
	padding: 0 32px;
}
.editorBlock01 > blockquote {
	position: relative;
	margin: 16px 0 0;
	padding: 25px 30px 25px 35px;
	background: #C0E2F8;
	box-shadow: 2px 4px 4px 0px rgb(0 0 0 / 20%);
}
.editorBlock01 > blockquote::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-left: 56px solid #fff; /* 白い三角形の左辺 */
	border-bottom: 52px solid transparent; /* 下辺の透明部分 */
}
.editorBlock01 > blockquote::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: url(../_img/common/icon06.svg)no-repeat;
	width: 27.86px;
	height: 23.57px;
}
.editorBlock01 > blockquote > p {
	font-size: 1.8rem;
	font-style: italic;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 1px;
}
.editorBlock01 > blockquote > cite {
	margin-top: 20px;
}
.editorBlock01 > blockquote > cite > a {
	font-size: 1.2rem;
	font-weight: 400;
	text-decoration: underline;
}
.editorBlock01 > blockquote > cite > a:hover {
	text-decoration: none;
}
.editorBlock01 > figure:not(:has(table)) {
	margin-top: 36px;
}
.editorBlock01 > figure > figcaption {
	margin-top: 8px;
	padding-left: 8px;
	font-size: 1.2rem;
	position: relative;
	line-height: 1;
}
.editorBlock01 > figure > figcaption::before {
	content: "";
	display: block;
	border-left: 2px solid #0B1F4A;
	width: 2px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1;
}

.editorBlock01 > figure:has(table) + * {
	margin-top: 35px;
}
.editorBlock01 .wp-block-table {
	margin-top: 16px;
	position: relative;
}
.editorBlock01 .wp-block-table thead {
	border: none;
}
.editorBlock01 table {
	width: 100%;
	overflow-x: auto;
	min-width: 740px;
}
.editorBlock01 table tr,
.editorBlock01 table th,
.editorBlock01 table td {
	border: 2px solid #fff;
}
.editorBlock01 table tr,
.editorBlock01 table th,
.editorBlock01 table td {
	border: 2px solid #fff;
}
.editorBlock01 table th {
/*	display: block;*/
	width: 100%;
	background: #61B8E7;
	color: #fff;
	font-weight: 700;
	line-height: 1.8;
}
.editorBlock01 table td {
/*	display: block;*/
	width: 100%;
	text-align: center;
	background: #EBF9FF;
	font-weight: 400;
	line-height: 1.8;
}
.editorBlock01 table td a {
	color: #0000CC;
	text-decoration: underline;
}
.editorBlock01 table td a:hover {
	text-decoration: none;
}
.editorBlock01 > ol,
.editorBlock01 > ul {
	margin: 16px 0;
	padding: 16px;
	border: 1px solid #61B8E7;
}
.editorBlock01 > ol > li,
.editorBlock01 > ul > li {
	position: relative;
	padding: 2px 0 11px 34px;
	color: #000;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 1px;
}
.editorBlock01 > ol > li:not(:first-child),
.editorBlock01 > ul > li:not(:first-child) {
	margin-top: 10px;
}
.editorBlock01 > ol {
	counter-reset: listnum;
}
.editorBlock01 > ol > li::before {
	position: absolute;
	top: -2px;
	left: 0;
	counter-increment: listnum;
	content: counter(listnum);
	background: #61B8E7;
	padding: 2px 6px 0;
	color: #fff;
	width: 25px;
	height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.editorBlock01 > ol > li::after {
	content: "";
	display: block;
	position: absolute;
	top: calc(-50% + 13px);
	left: 25px;
	transform: translateY(calc(-50% + 13px));
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-left: 7.83px solid #61b8e7;
	border-right: 0;
}
.editorBlock01 > ul > li::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 21px;
	height: 9.5px;
	border-left: 5px solid #61B8E7;
	border-bottom: 5px solid #61B8E7;
	transform: rotate(-45deg);
	border-radius: 1px;
}
.editorBlock01 > .outer-frame:has(.is-layout-constrained) {
	border: 1px solid #61B8E7;
}
.editorBlock01 > .outer-frame {
	padding: 16px;
}
.editorBlock01 > .outer-frame p {
	color: #000;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 1px;
}
.editorBlock01 >  .outer-frame p:not(:first-child) {
	margin-top: 10px;
}
.editorBlock01 + .text01:has(a) {
	margin-top: 60px;
	margin-bottom: 72px;
}
.editorBlock01 + .text01:has(a) a {
	position: relative;
	padding-left: 24px;
}
.editorBlock01 + .text01:has(a) a::before {
	content: '';
	width: 7px;
	height: 7px;
	border-top: solid 1px #0B1F4A;
	border-right: solid 1px #0B1F4A;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%) rotate(-135deg); /* translateYで中央に調整 */
}
.editorBlock01 > .btnBlock01 {
	padding: 32px 10px;
	background: #FFF1E9;
}
.editorBlock01 > .btnBlock01 > .title01 {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
}
.editorBlock01 > .btnBlock01 > .btn02 {
	margin: 24px auto 0;
	width: 100%;
	max-width: 370px;
}
.editorBlock01 > .btnBlock01 > .btn02 > a {
	padding: 22px 30px;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.1px;
	width: 100%;
}
.editorBlock01 h4.wp-block-heading {
	position: relative;
	margin: 16px 0;
	padding-left: calc(1em + 8px);
	font-size: 1.8rem;
	line-height: 1;
	letter-spacing: 0.1px;
}
.editorBlock01 h4.wp-block-heading::before {
	content: "";
	display: block;
	margin-right: 8px;
	width: 18px;
	height: 18px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #61B8E7;
	border-radius: 50%;
}
.editorBlock01 h4.wp-block-heading::after {
    content: "";
    display: block;
    margin-right: 8px;
    width: 5px;
    height: 5px;
    position: absolute;
    left: 5px;
    top: 7px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(45deg);
}
.editorBlock01 .pointBlock01 {
	position: relative;
	margin: 16px 0 0;
	padding: 28px 0 60px 18px;
	border: 6px solid #e6e6e6;
	border-radius: 1px;
}
.editorBlock01 .pointBlock01 p:first-child::before {
	content: "";
	display: block;
	background: url(../_img/common/icon08.png)no-repeat;
	position: absolute;
	bottom: -58px;
	right: 3px;
	width: 150px;
	height: 49px;
}
.editorBlock01 .pointBlock01::before {
	border-top: 6px solid #4D4D4D;
	border-left: 6px solid #4D4D4D;
	content: '';
	display: block;
	position: absolute;
	top: -6px;
	left: -6px;
	width: 32px;
	height: 32px;
	z-index: 1;
	border-radius: 4px;
}
.editorBlock01 .pointBlock01::after {
	border-top: 6px solid #4D4D4D;
	border-right: 6px solid #4D4D4D;
	content: '';
	display: block;
	position: absolute;
	top: -6px;
	right: -6px;
	width: 32px;
	height: 32px;
	z-index: 1;
	border-radius: 4px;
}
.editorBlock01 .pointBlock01 > .inner01 {
	position: relative;
}
.editorBlock01 .pointBlock01 > .inner01::before {
	border-bottom: 6px solid #4D4D4D;
	border-left: 6px solid #4D4D4D;
	content: '';
	display: block;
	position: absolute;
	bottom: -66px;
	left: -24px;
	width: 32px;
	height: 32px;
	z-index: 1;
	border-radius: 4px;
}
.editorBlock01 .pointBlock01 > .inner01::after {
	border-bottom: 6px solid #4D4D4D;
	border-right: 6px solid #4D4D4D;
	content: '';
	display: block;
	position: absolute;
	bottom: -66px;
	right: -6px;
	width: 32px;
	height: 32px;
	z-index: 1;
	border-radius: 4px;
}
.editorBlock01 .pointBlock01 > .inner01 *:first-child {
	font-family: "Courgette";
	font-size: 3.2rem;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 3px;
	color: #EA4335;
}
.editorBlock01 .pointBlock01 > .inner01 > p:not(:first-child) {
	margin-top: 18px;
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 1px;
}
.editorBlock01 .relatedBlock01 {
	margin: 16px 0 0;
	padding: 0;
	border: 8px solid #DAF2FD;
}
.editorBlock01 .relatedBlock01 .inner01 {
	padding: 20px 24px;
}
.editorBlock01 .relatedBlock01 .inner01 > *:first-child {
	position: relative;
	padding-left: calc(1em + 4px);
	color: #61B8E7;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.8;
}
.editorBlock01 .relatedBlock01 .inner01 > *:first-child::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../_img/common/icon07.svg) no-repeat;
	width: 18.32px;
	height: 24px;
}
.editorBlock01 .relatedBlock01 .inner01 ul li {
	margin-top: 12px;
}
.editorBlock01 .relatedBlock01 .inner01 ul li a {
	text-decoration: underline;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.1px;
	text-underline-offset: 3px;
}
.editorBlock01 .relatedBlock01 .inner01 ul li a:hover {
	text-decoration: none;
}
/* 目次 */
.editorBlock01 .tocBlock01,
.editorBlock01 .lwptoc {
	position: relative;
	padding: 0;
	border-top: 2px solid #0B1F4A;
	border-bottom: 2px solid #0B1F4A;
}
.editorBlock01 .lwptoc .lwptoc_toggle_label {
	opacity: 0;
	width: 100%;
	position: absolute;
}
.editorBlock01 .lwptoc .lwptoc_toggle {
	position: absolute;
	width: 100%;
	left: 0;
}
.editorBlock01 .tocBlock01::before,
.editorBlock01 .lwptoc::before {
	border-left: 2px solid #0B1F4A;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 28px;
	z-index: 1;
}
.editorBlock01 .tocBlock01::after,
.editorBlock01 .lwptoc::after {
	border-right: 2px solid #0B1F4A;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 2px;
	height: 28px;
	z-index: 1;
}
.editorBlock01 .tocBlock01 > .inner01,
.editorBlock01 .lwptoc > .lwptoc_i {
	width: 100%;
	color: inherit;
	background: none;
	position: relative;
	padding: 26px 11px 20px;
}
.editorBlock01 .lwptoc > .lwptoc_i > .lwptoc_header {
	margin-bottom: 0;
}
.editorBlock01 .tocBlock01 > .inner01::before,
.editorBlock01 .lwptoc > .lwptoc_i::before {
	border-left: 2px solid #0B1F4A;
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 2px;
	height: 28px;
	z-index: 1;
}
.editorBlock01 .tocBlock01 > .inner01::after,
.editorBlock01 .lwptoc > .lwptoc_i::after {
	border-right: 2px solid #0B1F4A;
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 2px;
	height: 28px;
	z-index: 1;
}
.editorBlock01 .tocBlock01 > .inner01 > .title01,
.editorBlock01 .lwptoc > .lwptoc_i .lwptoc_title {
	cursor: pointer;
	padding-top: 8px;
	position: relative;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.1px;
}
.editorBlock01 .lwptoc > .lwptoc_i .lwptoc_title {
	padding-left: 30px;
}
.editorBlock01 .tocBlock01 > .inner01 > ul {
    opacity: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    transition: opacity 0.3s ease;
}

.editorBlock01 .tocBlock01.open > .inner01 > ul {
    opacity: 1;
    visibility: visible;
    height: auto;
}
.editorBlock01 .tocBlock01 > .inner01 > .title01 .icon01,
.editorBlock01 .lwptoc .lwptoc_toggle {
    position: relative;
    margin-right: 8px;
    width: 21.9px;
    height: 21.9px;
    display: inline-block;
    vertical-align: bottom;
    transition: transform 0.3s ease;
}
.lwptoc_toggle::before,
.lwptoc_toggle::after {
	content: ""!important;
}
.editorBlock01 .lwptoc .lwptoc_toggle {
	position: absolute;
	top: 23px;
	left: 5px;
	width: 100%;
}
.editorBlock01 .tocBlock01 > .inner01 > .title01 .icon01::before,
.editorBlock01 .tocBlock01 > .inner01 > .title01 .icon01::after,
.editorBlock01 .lwptoc .lwptoc_toggle::before,
.editorBlock01 .lwptoc .lwptoc_toggle::after {
	content:"";
	background-color: #0B1F4A;
	position: absolute;
	width: 20px;
	height: 2px;
	top: 48%;
	left: 0;
}
.editorBlock01 .tocBlock01 > .inner01 > .title01 .icon01::before,
.editorBlock01 .lwptoc .lwptoc_toggle::before {
	transform: rotate(-180deg);
	transition: .2s
}
.editorBlock01 .tocBlock01 > .inner01 > .title01 .icon01::after,
.editorBlock01 .lwptoc .lwptoc_toggle::after {
	transform: translateY(-50%) rotate(90deg);
	transition: .2s;
	top: 50%;
}
.editorBlock01 .tocBlock01.open > .inner01 > .title01 .icon01::before,
.editorBlock01 .lwptoc .open .lwptoc_toggle::before {
	transform: rotate(180deg);
	transition: .2s
}
.editorBlock01 .tocBlock01.open > .inner01 > .title01 .icon01::after,
.editorBlock01 .lwptoc .open .lwptoc_toggle::after {
	transform: rotate(-180deg);
	transition: .2s
}
.editorBlock01 .lwptoc > .lwptoc_i .lwptoc_itemWrap {
	margin: 0!important;
}
.editorBlock01 .tocBlock01 > .inner01 > ul > li,
.editorBlock01 .lwptoc > .lwptoc_i .lwptoc_item a {
	position: relative;
	display: block;
	margin-top: 14.5px;
	padding-left: calc(1em + 4px);
	font-size: 1.6rem;
	color: inherit;
}
.editorBlock01 .lwptoc > .lwptoc_i .lwptoc_item a:hover {
	border: none!important;
}
.editorBlock01 .tocBlock01 > .inner01 > ul > li::before,
.lwptoc_itemWrap > .lwptoc_item > a::before {
	content: "■";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.editorBlock01 .tocBlock01 > .inner01 > ul > li.type01::before,
.lwptoc_itemWrap > .lwptoc_item > .lwptoc_itemWrap > .lwptoc_item > a::before {
	content: "－";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
main.type01 + .text01 {
	margin: 60px 0 80px;
}
@media screen and ( min-width: 769px ) {
	.editorBlock01 {
		margin-bottom: 0;
	}
	.editorBlock01 h4.wp-block-heading {
		margin: 16px 32px;
	}
	.editorBlock01 > blockquote {
		margin: 16px 32px 0;
		padding: 25px 80px 25px 52px;
	}
	.editorBlock01 > figure:not(:has(table)) {
		margin-top: 36px;
	}
	.editorBlock01 > figure:has(table) {
		margin-top: 32px;
		padding: 0 32px;
	}
	.editorBlock01 table th {
		display: table-cell;
		width: auto;
	}
	.editorBlock01 table td {
		display: table-cell;
		width: auto;
	}
	.editorBlock01 > .btnBlock01 {
		padding: 32px;
		background: none;
	}
	.editorBlock01 > ol,
	.editorBlock01 > ul {
		margin: 16px 32px;
	}
	.editorBlock01 > .outer-frame:has(.is-layout-constrained) {
		margin: 0 32px;
	}
	.editorBlock01 .pointBlock01 {
		margin: 16px 32px 0;
		padding: 28px 32px 60px;
	}
	.editorBlock01 .pointBlock01 > .inner01::before {
		left: -38px;
	}
	.editorBlock01 .pointBlock01 > .inner01::after {
		right: -38px;
	}
	.editorBlock01 .pointBlock01 p:first-child::before {
	bottom: -58px;
	right: 9px;
}
	.editorBlock01 .relatedBlock01 {
		margin: 16px 32px 0;
	}
	.editorBlock01 > .btnBlock01 > .title01 {
		margin-top: 32px;
    font-size: 2rem;
    line-height: 1;
	}
	.editorBlock01 > .btnBlock01 > .btn02 > a {
		font-size: 2.8rem;
	}
}

/* single_school */
.post_head.type01 {
	align-items: center;
	justify-content: space-between;
}

/* クラシックエディタ投稿用
----------------------------------------------*/
.editorBlock01 .old_editor p:not(.lwptoc):not(:has(.lwptoc)):not(.lwptoc *):not(.article-header-banner_kobetsu):not(:has(.article-header-banner_kobetsu)):not(.article-header-banner_kobetsu *), .editorBlock01 .old_editor div:not(.lwptoc):not(:has(.lwptoc)):not(.lwptoc *):not(.article-header-banner_kobetsu):not(:has(.article-header-banner_kobetsu)):not(.article-header-banner_kobetsu *) {
  margin-top: 16px;
  padding: 0 32px;
}
.editorBlock01 .old_editor .article-header-banner_kobetsu {
  border: 1px solid #ddd;
  padding: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  margin: 20px auto;
}
.editorBlock01 .old_editor .article-header-banner_kobetsu .header-text_kobetsu {
  color: #1a237e;
  font-size: 18px;
  margin-bottom: 10px;
  border-bottom: 2px solid red;
  display: inline-block;
  font-weight: bold;
}
.editorBlock01 .old_editor .article-header-banner_kobetsu .main-heading_kobetsu {
  color: #1a237e;
  font-size: 24px;
  margin-bottom: 15px;
  line-height: 1.4;
}
.editorBlock01 .old_editor .article-header-banner_kobetsu .btn_kobetsu {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 1.2em;
  background: -webkit-gradient(linear, left bottom, left top, from(#168746), to(rgb(5, 174, 38)));
  background: linear-gradient(to top, #168746, rgb(5, 174, 38));
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  text-align: center;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.editorBlock01 .old_editor .article-header-banner_kobetsu .btn_kobetsu:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#43a047), to(#388e3c));
  background: linear-gradient(to bottom, #43a047, #388e3c);
}
.editorBlock01 .old_editor h2 {
  position: relative;
  color: #FFF;
  font-size: 2.8rem;
  line-height: 1.3;
  width: 100%;
  background-color: #61B8E7;
  padding: 1.1rem 2rem 1rem 3.2rem;
  margin-top: 40px;
}
.editorBlock01 .old_editor h2:first-of-type {
  margin-top: 0;
}
.editorBlock01 .old_editor h2::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  margin-left: 0;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 26px 20px 0;
  border-color: transparent #C0E2F8 transparent transparent;
  z-index: 1;
}
.editorBlock01 .old_editor h3 {
  font-size: 2rem;
  line-height: 1.3;
  background-color: rgba(97, 184, 231, 0.1);
  border-left: 4px solid #61B8E7;
  padding: 1.2rem 3.2rem;
  margin-top: 20px;
}
.editorBlock01 .old_editor table {
  font-size: 1.4rem;
}
.editorBlock01 .old_editor .editorBlock01 > figure:has(table) + * {
  margin-top: 35px;
}
.editorBlock01 .old_editor .editorBlock01 .wp-block-table {
  margin-top: 16px;
  position: relative;
}
.editorBlock01 .old_editor .editorBlock01 .wp-block-table thead {
  border: none;
}
.editorBlock01 .old_editor .editorBlock01 table {
  width: 100%;
  overflow-x: auto;
  min-width: 740px;
}
.editorBlock01 .old_editor .editorBlock01 table tr,
.editorBlock01 .old_editor .editorBlock01 table th,
.editorBlock01 .old_editor .editorBlock01 table td {
  border: 2px solid #fff;
}
.editorBlock01 .old_editor .editorBlock01 table th {
  width: 100%;
  background: #61B8E7;
  color: #fff;
  font-weight: 700;
  line-height: 1.8;
}
.editorBlock01 .old_editor .editorBlock01 table td {
  width: 100%;
  text-align: center;
  background: #EBF9FF;
  font-weight: 400;
  line-height: 1.8;
}
.editorBlock01 .old_editor .editorBlock01 table td a {
  color: #0000CC;
  text-decoration: underline;
}
.editorBlock01 .old_editor .editorBlock01 table td a:hover {
  text-decoration: none;
}