@charset "utf-8";

/* common
-------------------------------------------------------*/
#wrapper {
	overflow: hidden;
}
.sp {
	display: none;
}
.area {
	padding: 70px 20px;
	box-sizing: border-box;
}
.inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
}
@media screen and (max-width:768px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.area {
		padding: 30px 20px;
	}
	.inner {
		max-width: 100%;
	}
}

/* header
-------------------------------------------------------*/
#header .inner {
	max-width: 100%;
}
#header .logo {
	margin: 10px 20px;
}
#header .logo img {
	max-width: 217px;
}
#header .nav_box .pc {
	background: #00b9ef;
	padding: 15px 20px 15px 0;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
}
#header #search_box {
	position:relative;
	max-width: 280px;	
	box-sizing: border-box;
}
#header #search_box #search {
	width: 100%;
	height: 35px;
	padding: 0 10px;  
	border-radius: 3px;
	outline: 0;
	background: #fff;	
	border: none;
}
#header #search_box #btn_search {
	height: 20px;
	width: 30px;
	position: absolute; 
	right: 5px;
	top: 5px;
	background: none;
	color:#666;
	border: none;
	cursor: pointer;
	transition: 0.3s;
}
#header #search_box #btn_search:hover {
	opacity: 0.7;
}
#header #search_box ::placeholder {
	color: #666666;
}
@media screen and (max-width:768px) {
	#header .logo {
		margin: 10px;
	}
	#header .logo img {
		max-width: 130px;
	}
	#header .nav_box .pc {
		display: none;
	}
	#header #search_box {
		max-width: 100%;	
	}
}

/* nav
-------------------------------------------------------*/
#nav_pc {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: flex-start;
}
#nav_pc li {
	padding: 0 20px;
}
#nav_pc li:not(:last-child) {
	border-right: 1px solid #fff;
}
#nav_pc a {
	color: #fff;
}
@media screen and (max-width:768px) {
	#btn_nav {
		position: fixed;
		top: 24px;
		right: 15px;
		z-index: 999;
		cursor: pointer;
		display: flex;
		flex-flow: column;
		justify-content: space-between;
		height: 18px;
	}
	#btn_nav span {
		display: inline-block;
		background: #00b9ef;
		width: 25px;
		height: 1px;
		transition: .5s;
		position: relative;
	}
	#btn_nav.active span {
		transform: translateY(9px) rotate(45deg);
		background: #fff;
	}
	#btn_nav.active span:nth-child(2) {
		transform: scaleX(0);
	}
	#btn_nav.active span:last-child {
		transform: translateY(-8px) rotate(-45deg);
	}
	#nav_sp .nav_cont,
	#nav_sp .nav_cont::after {
		position: fixed;
		top: 0;
		height: 100%;
		width: 100%;
		overflow: hidden;
	}
	#nav_sp .nav_cont {
		overflow: auto;
		background:#00b9ef;
		right: -100%;
		z-index: 998;
		transition: .5s;
		padding: 70px 20px 20px;
		box-sizing: border-box;
	}
	#nav_sp .nav_cont.active {
		right: 0;
	}
	#nav_sp .nav_cont ul a {
		color: #fff;
		padding: 0 10px 20px;
		margin: 0 0 20px;
		display: block;
		border-bottom: 1px solid #fff;
	}
}

/* footer
-------------------------------------------------------*/
#footer.area {
	padding: 0;
}
#footer .bg {
	background: #00b9ef;
}
#footer #nav_footer {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	padding: 15px 20px;
}
#footer #nav_footer li {
	margin: 0 35px;
}
#footer #nav_footer a {
	color: #fff;
	font-size: 1.4rem;
}
#footer .copy {
	background: #f0f0f0;
	padding: 50px 20px;
	text-align: center;
	font-size: 1.2rem;
}
@media screen and (max-width:768px) {
	#footer #nav_footer li {
		margin: 0 20px;
	}
	#footer #nav_footer a {
		font-size: 1.2rem;
	}
	#footer .copy {
		padding: 20px;
		font-size: 1rem;
	}
}


/* index
-------------------------------------------------------*/

@media screen and (max-width:768px) {

}


/* lower common
-------------------------------------------------------*/
/* visual */
.lower #visual {
	height: 400px;
}
.lower #visual.area {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.lower #visual .visual_ttl {
	color: #fff;
	font-size: 5rem;
	text-shadow: 1px 1px 2px black;
}
.lower #visual .visual_ttl span {
	border-bottom: 2px solid #fff;
	padding: 0 0 10px;
}
.lower #visual .visual_txt {
	color: #fff;
	font-size: 1.8rem;
	margin: 30px 0 0;
	text-shadow: 1px 1px 2px black;
}
@media screen and (max-width:768px) {
	.lower #visual.area {
		padding: 70px 20px;
	}
	.lower #visual .visual_ttl {
		font-size: 2.2rem;
		
	}
	.lower #visual .visual_txt {
		font-size: 1.2rem;
		margin: 25px 0 0;
	}
}

/* breadcrumb */
.breadcrumb {
	background: #f0f0f0;
	padding: 10px 20px;
}
.breadcrumb ul {
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-start;
	justify-content: flex-start;
	font-size: 1.4rem;
}
.breadcrumb ul li:not(:last-child) {
	position: relative;
	margin: 0 20px 0 0;
}
.breadcrumb ul li:not(:last-child)::after {
	position: absolute;
	display: block;
	content: ">";
	right: -15px;
	top: 0;
}
@media screen and (max-width:768px) {
	.breadcrumb ul {
		font-size: 1.2rem;
	}
}

/* column_box */
#column_box {
	margin: 40px 20px 90px;
}
#column_box .inner {
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-start;
	justify-content: space-between;
}
#column_box #contents {
	width: 72%;
}
#column_box #side {
	width: 25%;
}
@media screen and (max-width:768px) {
	#column_box {
		margin: 30px 20px 90px;
	}
	#column_box .inner {
		flex-flow: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
	#column_box #contents {
		width: 100%;
		margin-bottom: 70px;
	}
	#column_box #side {
		width: 100%;
	}
}

/* contents common layout */
.red {
	color: #ff0000;
	font-weight: 700;
}
#contents .box:not(:last-child) {
	margin-bottom: 70px;
}
.ttl01 {
	background: #00b9ef;
	border-bottom: 3px solid #fff100;
	color: #fff;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.3;
	padding: 15px 20px;
}
.ttl01 span {
	padding: 5px 0 5px 15px;
	border-left: 4px solid #fff100;
	border-image: linear-gradient(180deg, #fff100 0%, #fff100 50%, #23ac38 50%, #23ac38 100%);
  border-image-slice: 1;
	display: block;
}
.ttl02 {
	font-size: 2rem;
	font-weight: 700;
	padding: 15px 20px;
	border-left: 5px solid #00b9ef;
	margin: 50px 0 0;
}
.ttl03 {
	background: #ebebeb;
	border-left: 5px solid #00b9ef;
	font-size: 2rem;
	font-weight: 700;
	padding: 15px 20px;
	margin: 50px 0 0;
}
.ttl03.nb {
	border-left: none;
}
.cont_img {
	margin: 30px 0 0;
}
.cont_txt {
	margin: 30px 0 0;
}
.source a {
	color: #3c82db;
	font-size: 1.2rem;
	margin: 20px 0 0;
	text-align: right;
	display: block;
	text-decoration: underline;
	word-break: break-all;
}
.link_url {
	color: #3c82db;
	font-size: 1rem;
	margin: 15px 0 0;
	display: block;
	text-decoration: underline;
	word-break: break-all;
}
@media screen and (max-width:768px) {
	#contents .box:not(:last-child) {
		margin-bottom: 50px;
	}
	.ttl01 {
		border-bottom: 2px solid #fff100;
		font-size: 1.8rem;
		padding: 10px 15px;
	}
	.ttl01 span {
		padding: 5px 0 5px 10px;
		border-left: 3px solid #fff100;
	}
	.ttl02 {
		font-size: 1.6rem;
		padding: 10px 15px;
		border-left: 3px solid #00b9ef;
		margin: 30px 0 0;
	}
	.ttl03 {
		border-left: 3px solid #00b9ef;
		font-size: 1.6rem;
		padding: 10px 15px;
		margin: 30px 0 0;
	}
	.cont_img {
		margin: 20px 0 0;
	}
	.cont_txt {
		margin: 20px 0 0;
	}
	.source a {
		margin: 10px 0 0;
	}
	.link_url {
		margin: 10px 0 0;
	}
}

.list01 {
	margin: 30px 0 0;
}
.list01 li {
	padding: 30px 20px;
	border: 1px solid #bbd7df;
	border-radius: 10px;
	background: #f4fbfe;
	font-size: 1.2rem;
	line-height: 1.8;
}
.list01 li:nth-child(2n) {
	border: 1px solid #d6d6d6;
	background: #f6f6f6;
}
.list01 li:not(:last-child) {
	margin: 0 0 15px;
}
.list01 li .bd {
	border-bottom: 1px solid #bbd7df;
	padding: 0 0 20px;
	margin: 0 0 20px;
}
.list01 li:nth-child(2n) .bd {
	border-bottom: 1px solid #d6d6d6;
}
.list01 li span {
	font-weight: 700;
}
@media screen and (max-width:768px) {
	.list01 {
		margin: 20px 0 0;
	}
	.list01 li {
		padding: 20px;
		line-height: 1.6;
	}
	.list01 li .bd {
		padding: 0 0 15px;
		margin: 0 0 15px;
	}
}

.list02 {
	margin: 30px 0 0;
}
.list02 li:not(:last-child) {
	margin: 0 0 5px;
}
.list02 li a {
	color: #3c82db;
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.list02 li a span {
	text-decoration: underline;
	margin: 0 0 0 10px;
	display: inline-block;
}
@media screen and (max-width:768px) {
	.list02 {
		margin: 20px 0 0;
	}
	.list02 li a {
		font-size: 1.3rem;
	}
}

.list03 {
	margin: 30px 0 0;
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.list03 li {
	width: 48%;
	background: #f4fbfe;
	border: 1px solid #bbd7df;
	box-sizing: border-box;
	border-radius: 10px;
	padding: 20px;
}
.list03 li:nth-child(odd) {
	margin: 0 4% 0 0;
}
.list03 li .ttl {
	text-align: center;
	font-weight: 700;
	border-bottom: 1px solid #bbd7df;
	padding: 0 0 20px;
	margin: 0 0 10px;
}
.list03 li .img {
	text-align: center;
}
.list03 li .img img {
	max-width: 250px;
}
.list03 li .txt {
	font-size: 1rem;
	color: #3c82db;
	text-decoration: underline;
	line-height: 2;
	word-break: break-all;
}
@media screen and (max-width:768px) {
	.list03 {
		margin: 20px 0 0;
		flex-flow: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.list03 li {
		width: 100%;
	}
	.list03 li:nth-child(odd) {
		margin: 0 0 20px;
	}
	.list03 li:not(:last-child) {
		margin: 0 0 20px;
	}
	.list03 li .img {
		text-align: center;
	}
	.list03 li .img img {
		max-width: 70%;
	}
}

.list04 {
	margin: 30px 0 0;
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.list04 li {
	width: 18%;
}
.list04 li:not(:nth-child(5n)) {
	margin: 0 2.5% 30px 0;
}
.list04 li .img {
	margin: 0 0 10px;
}
.list04 li .txt {
	text-align: center;
	font-size: 1.3rem;
	color: #0ba1c1;
	line-height: 1.4;
}
@media screen and (max-width:768px) {
	.list04 {
		margin: 20px 0 0;
	}
	.list04 li {
		width: 31%;
	}
	.list04 li:not(:nth-child(5n)) {
		margin: 0 0 20px;
	}
	.list04 li:not(:nth-child(3n)) {
		margin: 0 3.5% 20px 0;
	}
	.list04 li .img {
		margin: 0 0 5px;
	}
	.list04 li .txt {
		font-size: 1.2rem;
		line-height: 1.2;
	}
}

.list05 {
	margin: 30px 0 0;
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.list05 li {
	width: 30%;
	border-bottom: 1px solid #0ba1c1;
	padding: 0 0 15px;
}
.list05 li:not(:nth-child(3n)) {
	margin: 0 5% 15px 0;
}
.list05 li a {
	color: #0ba1c1;
	font-size: 1.4rem;
	display: block;
	line-height: 1.4;
	position: relative;
	padding: 0 0 0 15px;
}
.list05 li a::before {
	position: absolute;
	display: block;
	content: "";
	background: url(../img/common/arrow02.png)no-repeat left top/9px 10px;
	width: 9px;
	height: 10px;
	top: 5px;
	left: 0;
}
@media screen and (max-width:768px) {
	.list05 {
		margin: 20px 0 0;
	}
	.list05 li {
		width: 48%;
		padding: 0 0 15px;
	}
	.list05 li:not(:nth-child(3n)) {
		margin: 0 0 15px;
	}
	.list05 li:not(:nth-child(2n)) {
		margin: 0 4% 15px 0;
	}
	.list05 li a {
		font-size: 1.2rem;
		line-height: 1.2;
	}
}
@media screen and (max-width:768px) {

}

.list06 {
	margin: 30px 0 0;
}
.list06 li {
	position: relative;
	padding-left: 30px;
}
.list06 li:not(:last-child) {
	margin: 0 0 20px;
}
.list06 li::before {
	position: absolute;
	display: block;
	content: "";
	background: url(../img/common/icon_circle.png)no-repeat left top/19px 19px;
	width: 19px;
	height: 19px;
	left: 0;
	top: 3px;
}
@media screen and (max-width:768px) {
	.list06 {
		margin: 20px 0 0;
	}
	.list06 li {
		padding-left: 25px;
	}
	.list06 li::before {
		background: url(../img/common/icon_circle.png)no-repeat left top/15px 15px;
		width: 15px;
		height: 15px;
		top: 4px;
	}
}

.list07 {
	margin: 30px 0 0;
}
.list07 li {
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.list07 li:not(:last-child) {
	margin: 0 0 40px;
}
.list07 li>a {
	width: 30%;
	margin: 0 30px 0 0;
}
.list07 li .txt_box {
	width: 70%;
}
.list07 li .txt_box dl {
	border-bottom: 1px solid #bbd7df;
	padding: 0 0 20px;
	margin: 0 0 20px;
}
.list07 li .txt_box dl dt {
	font-weight: 700;
	font-size: 2rem;
}
.list07 li .txt_box .txt {
	font-size: 1.4rem;
	line-height: 1.8;
}
@media screen and (max-width:768px) {
	.list07 {
		margin: 20px 0 0;
	}
	.list07 li:not(:last-child) {
		margin: 0 0 30px;
	}
	.list07 li>a {
		width: 30%;
		margin: 0 20px 0 0;
	}
	.list07 li .txt_box {
		width: 70%;
	}
	.list07 li .txt_box dl {
		padding: 0 0 15px;
		margin: 0 0 15px;
	}
	.list07 li .txt_box dl dt {
		font-size: 1.6rem;
	}
	.list07 li .txt_box .txt {
		font-size: 1.2rem;
	}
}

.list08 {
	margin: 30px 0 0;
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.list08 li {
	width: 18%;
}
.list08 li:not(:nth-child(5n)) {
	margin: 0 2.5% 30px 0;
}
.list08 li .txt {
	background: #ebebeb;
	padding: 10px 0;
	text-align: center;
	color: #3c82db;
	font-size: 1.4rem;
	line-height: 1.4;
}
@media screen and (max-width:768px) {
	.list08 {
		margin: 20px 0 0;
	}
	.list08 li {
		width: 31%;
	}
	.list08 li:not(:nth-child(5n)) {
		margin: 0 0 20px;
	}
	.list08 li:not(:nth-child(3n)) {
		margin: 0 3.5% 20px 0;
	}
	.list08 li .txt {
		font-size: 1.2rem;
	}
}

.excel_ttl {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: flex-start;
	margin: 30px 0 20px;
	padding: 0 0 20px;
	border-bottom: 1px solid #d2d1d1;
}
.excel_ttl dt {
	width: 26px;
	min-width: 26px;
	margin: 0 10px 0 0;
}
.list_download {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: flex-start;
}
.list_download li {
	margin: 0 15px 10px 0;
}
.list_download a {
	color: #199bc6;
}
@media screen and (max-width:768px) {
	.excel_ttl {
		margin: 20px 0 15px;
		padding: 0 0 15px;
	}
	.excel_ttl dt {
		width: 20px;
		min-width: 20px;
		margin: 0 10px 0 0;
	}
	.list_download {
		font-size: 1.2rem;
	}
}

.txt_box01 {
	font-family: 'Noto Serif JP', serif;
	background: #f4fbfe;
	border: 1px solid #b4c7e7;
	padding: 20px;
	margin: 30px 0 0;
}
.row_box {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.row_box .box_in {
	width: 48%;
}
.row_box .box_in:nth-child(odd) {
	margin: 0 2% 30px 0;
}
.row_box .box_in .list04 li {
	width: 38%;
}
@media screen and (max-width:768px) {
	.txt_box01 {
		margin: 20px 0 0;
		font-size: 1.3rem;
	}
	.row_box {
		flex-flow: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.row_box .box_in {
		width: 100%;
	}
	.row_box .box_in:nth-child(odd) {
		margin: 0 0 20px;
	}
	.row_box .box_in:not(:last-child) {
		margin: 0 0 20px;
	}
	.row_box .box_in .list04 li {
		width: 31%;
	}
	.row_box .box_in .list04 li:not(:nth-child(3n)) {
		margin: 0 3.5% 20px 0;
	}
}

.quote_box {
	background: #f6f6f6;
	border: 1px solid #d6d6d6;
	border-radius: 10px;
	padding: 20px;
	line-height: 1.8;
	margin: 30px 0 0;
}
.quote_box .bold {
	font-weight: 700;
}
.bg_yel {
	background: #fff100;
}
@media screen and (max-width:768px) {

}

.curri_box {
	margin: 30px 0 0;
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.curri_box .img {
	width: 20%;
	margin: 0 30px 0 0;
}
.curri_box .curri_table {
	width: 80%;
}
.scroll_txt {
	font-size: 1.2rem;
	margin: 0 0 10px;
	text-align: right;
	width: 100%;
}
.img_graph {
	margin: 30px 0 0;
}
@media screen and (max-width:768px) {
	.curri_box {
		margin: 20px 0 0;
		flex-flow: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.curri_box .img {
		width: 40%;
		margin: 0 0 20px;
	}
	.curri_box .curri_table {
		width: 100%;
	}
	.img_graph {
		margin: 20px 0 0;
	}
}


/* side common layout */
.side_box {
	margin: 0 0 30px;
}
.side_box a {
	color: #03789a;
	font-size: 1.3rem;
}
.side_box .ttl {
	background: #00b9ef;
	padding: 20px;
	font-size: 1.8rem;
	font-weight: 700;
	color: #fff;
	border-bottom: 3px solid #fff100;
	border-radius: 10px 10px 0 0;
}
.side_box .ttl span {
	margin: 0 5px 0 0;
}
.side_box .ttl .icon01 img {
	max-width: 32px;
}
.side_box .ttl .icon02 img {
	max-width: 26px;
}
.side_box .in {
	background: #f6f6f6;
	border: 1px solid #d6d6d6;
	border-radius: 0 0 10px 10px;
	padding: 20px;
}
.side_box .more {
	text-align: right;
	display: block;
}
.side_link li {
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: 1px solid #d6d6d6;
}
.side_link a {
	line-height: 1.5;
	position: relative;
	padding: 0 0 0 20px;
	display: block;
}
.side_link a::before {
	position: absolute;
	display: block;
	content: "";
	background: url(../img/common/arrow01.png)no-repeat left top/15px 15px;
	width: 15px;
	height: 15px;
	top: 3px;
	left: 0;
}
.side_link .date {
	font-size: 1rem;
	text-align: right;
	margin: 5px 0 0;
}
.banner_list li:not(:last-child) {
	margin: 0 0 20px;
}
@media screen and (max-width:768px) {
	.side_box a {
		font-size: 1.2rem;
	}
	.side_box .ttl {
		padding: 15px;
		font-size: 1.6rem;
		border-bottom: 2px solid #fff100;
	}
	.side_box .ttl .icon01 img {
		max-width: 28px;
	}
	.side_box .ttl .icon02 img {
		max-width: 23px;
	}
	.side_box .in {
		padding: 15px;
	}
	.side_box .more {
		text-align: right;
		display: block;
	}
	.side_link li {
		margin: 0 0 10px;
		padding: 0 0 10px;
	}
	.side_link a::before {
		background: url(../img/common/arrow01.png)no-repeat left top/13px 13px;
		width: 13px;
		height: 13px;
	}
}


/* table
-------------------------------------------------------*/
/* table_temp01 */
.table_temp01 {
	width: 100%;
	border: 1px solid #cac7c7;
	font-size: 1.2rem;
	line-height: 1.4;
}
.table_temp01 .bold {
	font-weight: 700;
}
.table_temp01 tr:not(:last-child) {
	border-bottom: 1px solid #cac7c7;
}
.table_temp01 th {
	background: #00b9ef;
	color: #fff;
	font-weight: 700;
	text-align: center;
	border-right: 1px solid #cac7c7;
	padding: 5px 10px;
	vertical-align: middle;
}
.table_temp01 td {
	padding: 5px 10px;
	border-right: 1px solid #cac7c7;
	text-align: right;
	vertical-align: middle;
}
.table_temp01 td.bold {
	text-align: left;
}
@media screen and (max-width:768px) {
	.table_temp01 th {
		padding: 5px;
	}
	.table_temp01 td {
		padding: 5px;
	}
}

/* table_scroll */
.table_scroll {
	overflow: hidden;
	overflow-x: auto;
}
.table_scroll #table_specialized {
	width: 1400px;
}
@media screen and (max-width:768px) {
	.table_scroll #table_primary {
		width: 650px;
	}
	.table_scroll #table_junior {
		width: 450px;
	}
}

/* world
-------------------------------------------------------*/
/* visual */
#world #visual {
	background: url(../img/world/visual_bg.png)no-repeat center/cover;
}

@media screen and (max-width:768px) {
	#world #visual {
		background: url(../img/world/visual_bg_sp.png)no-repeat center/cover;
		align-items: flex-end;
		padding: 70px 20px 30px 20px;
	}
}

/* japan
-------------------------------------------------------*/
/* visual */
#japan #visual {
	background: url(../img/japan/visual_bg.png)no-repeat center/cover;
}

@media screen and (max-width:768px) {
	#japan #visual {
		background: url(../img/japan/visual_bg_sp.png)no-repeat center/cover;
		align-items: flex-end;
		padding: 70px 20px 30px 20px;
	}
}


#japan .cont_img.size_s {
	text-align: center;
}
#japan .cont_img.size_s img {
	max-width: 406px;
}
/* 高校生のカリキュラム */
#table_high_box {
	display: flex;
	flex-flow: row nowrap;
	align-items: stretch;
	justify-content: flex-start;
	border: 1px solid #cac7c7;
}
#table_high_box #table_high {
	width: 50%;
	border: none;
}
#table_high_box #table_high th {
	width: 33.3%;
	height: 25px;
}
#table_high_box #table_high:last-child th:last-child {
	border-right: none;
}
#table_high_box #table_high:last-child td:last-child {
	border-right: none;
}
.table_high_total {
	text-align: center;
	padding: 5px 10px;
	font-size: 1.8rem;
	font-weight: 700;
	border: 1px solid #cac7c7;
	margin: -1px 0 0;
}
.table_high_caution {
	text-align: right;
	font-size: 1rem;
	margin: 10px 0 0;
}
@media screen and (max-width:768px) {
	#table_high_box {
		flex-flow: column;
		align-items: center;
		justify-content: center;
	}
	#table_high_box #table_high {
		width: 100%;
		border: none;
	}
	#table_high_box #table_high th {
		height: inherit;
	}
	#table_high_box #table_high td {
		width: 33.3%;
	}
	#table_high_box #table_high:first-child th:last-child {
		border-right: none;
	}	
	#table_high_box #table_high:first-child td:last-child {
		border-right: none;
	}
	#table_high_box #table_high:last-child {
		border-top: 1px solid #cac7c7;
	}
	.table_high_total {
		font-size: 1.4rem;
	}
}

/* 専門学科のカリキュラム */
#table_specialized td {
	text-align: left;
	font-size: 1.2rem;
}
@media screen and (max-width:768px) {

}

.youryou_sub_txt {
	text-align: center;
	font-size: 80%;
	display: block;
	margin-top: 8px;
}



/* shizuoka
-------------------------------------------------------*/
/* visual */
#shizuoka #visual {
	background: url(../img/shizuoka/visual.png)no-repeat center/cover;
}


@media screen and (max-width:768px) {
	#shizuoka #visual {
		background: url(../img/shizuoka/visual_bg_sp.png)no-repeat center/cover;
		align-items: flex-end;
		padding: 70px 20px 30px 20px;
	}
}

.shizuoka_top_txt {
	background: url(../img/shizuoka/img02_bg.png)no-repeat top/cover;
	background-color: #6e93d2;
	padding:30px;
	box-sizing: border-box;
	min-height: 584px;
	margin-top: 30px;
}

.shizuoka_top_txt p.txt {
	color: #fff;
}

.shizuoka_sec_tb {
	background: url(../img/shizuoka/img03.png)no-repeat top right;
	margin-top: 30px;
	min-height: 441px;
}

.shizuoka_sec_tb_in {
	width: 60%;
}

.shizuoka_sec_tb_in table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #d6d6d6;
}

.shizuoka_sec_tb_in table th {
	width: 30%;
	background: #f0f0f0;
	padding: 10px;
	border: 1px solid #d6d6d6;
	text-align: left;
}

.shizuoka_sec_tb_in table td {
	width: 70%;
	background: rgba(255,255,255,0.5);
	padding: 10px;
	border: 1px solid #d6d6d6;
	text-align: left;
}


@media screen and (max-width:768px) {

	.shizuoka_top_txt {
		background: url(../img/shizuoka/img02_bg.png)no-repeat bottom;
		background-color: #6e93d2;
		background-size: 100%;
		padding:20px;
		padding-bottom: 200px;
		min-height: auto;
		margin-top: 20px;
	}

	.shizuoka_sec_tb {
		background: url(../img/shizuoka/img03.png)no-repeat bottom right;
		background-size: 100%;
		margin-top: 20px;
		min-height: auto;
	}
	
	.shizuoka_sec_tb_in {
		width: 100%;
	}

}

.juken_th {
	margin-bottom: 50px;
}


.juken_th ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.juken_th ul li {
	width: 31%;
	max-width: 220px;
	margin-bottom: 30px;
}

.juken_th ul::after {
	 content:"";
  display: block;
	width: 31%;
}

.juken_th ul li .img {
	margin-bottom: 10px;
}

.juken_name {
	font-weight: bolder;
}

.juken_name_sub {
	font-size: 80%;
	margin-bottom: 5px;
}

.juken_name_sub02 {
	display: inline-block;
	padding: 3px 10px;
	color: #fff;
	font-size: 80%;
	border-radius: 3px;
	margin-bottom: 10px;
}

.kyougaku {
	background: #24ac39;
}

.joshikou {
	background: #f84b83;
}

.danshikou {
	background: #2fb0ef;
}


.juken_name_sub00 {
	font-size: 70%;
}

.juken_tb {
	width: 100%;
	font-size: 70%;
	margin-bottom: 5px;
}

.juken_tb th {
	width: 50%;
	background: #f0f0f0;
	padding: 5px;
	border-bottom: 1px solid #d6d6d6;
	word-break: break-all;
}

.juken_tb td {
	width: 50%;
	padding: 5px;
	border-bottom: 1px solid #d6d6d6;
	word-break: break-all;
}

@media screen and (max-width:768px) {
	.juken_th {
	margin-top: 30px;
}


.juken_th ul {
	display: block;
}

.juken_th ul li {
	width: 100%;
	margin-bottom: 30px;
}

.juken_th ul::after {
	display: none;

}
	
	
	.juken_tb th {
	width: 30%;
}

.juken_tb td {
	width: 70%;
}

.juken_th ul li {
	width: 100%;
	max-width: 100%;
	margin-bottom: 30px;
}

.juken_th ul li .img {
	max-width: 220px;
	margin: 0 auto;
	margin-bottom: 10px;
}


}

.juken_th .ttl03 {
	margin-bottom: 20px;
}


.hc_juken_name {
	margin-bottom: 10px;
}


/* とある室長のブログ
-------------------------------------------------------*/
/* visual */
#blog #visual {
	background: url(../img/blog/visual.png)no-repeat center/cover;
}

@media screen and (max-width:768px) {
	#blog  #visual {
		background: url(../img/blog/visual_bg_sp.png)no-repeat center/cover;
		align-items: flex-end;
		padding: 70px 20px 30px 20px;
	}
}



.five_columns_cont {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}

.five_columns_cont li {
	width: 30%;
	margin-right: 3.33%;
	margin-bottom: 40px;
	
}

.five_columns_cont li:nth-child(3n) {
	margin-right: 0;
}

.five_columns_cont li .img {
	position: relative;
	margin-bottom: 10px;
	background: #fff;
	height: 140px;
	overflow: hidden;
	background: #f6f6f6;
	border-radius: 5px;
}


.blog_day {
	background: #24ad39;
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	border-radius: 100px;
	display: inline-block;
	padding: 2px 10px;
	margin-bottom: 5px;
}

.blog_ttl {
	font-weight: 700;
}

.five_columns_cont .txt {
	font-size: 1.4rem;
}



@media screen and (max-width:920px) {
	.five_columns_cont li .img {
		height: 180px;
	}
}

@media screen and (max-width:820px) {
	


	.ranking_shopname {
		font-size: 1.3rem;
	}

	.ranking_area span {
		padding: 5px 7px;
		font-size: 0.8rem;
	}
}


@media screen and (max-width:768px) {
	.five_columns_cont li .img {
		height: 100px;
	}

	
	.five_columns_cont li {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 30px;
	}

	.five_columns_cont li:nth-child(2n) {
		margin-right: 0;
	}
	
	.five_columns_cont li:nth-child(3n) {
		margin-right: auto;
	}
	
	
	.ranking_num {
		width:30px ;
	}
	
	.ranking_shopname {
		margin-bottom: 5px;
		font-size: 1.3rem;
	}
	
	.ranking_area span {
		padding: 5px 7px;
		font-size: 0.8rem;
	}
}


.pager {
	margin-top: 100px;
}


.pager ul {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
}
.pager ul li {
    margin: 0 5px;
}
.pager ul li.pn {
    margin: 0 20px;
}
.pager ul li a {
    color: #fff;
    font-size: 90%;
    display: block;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00b9ef;
	border-radius: 5px;
}
.pager ul li a.on {
    color: #00b9ef;
    background: #fff;
    border: 1px solid #00b9ef;
}

@media screen and (max-width:768px) {
	.pager {
        margin: 50px 0 40px;
    }
}

.blog_day.blog_day_page{
	font-size: 1.5rem;
	margin-top: 30px;
	margin-bottom: 20px;
}

.blog_inner {
	margin-bottom: 50px;
}

.blog_inner p, .blog_inner img {
	margin-bottom: 20px;
}

.blog_inner .img {
	margin-bottom: 20px;
}

.blog_inner .txt {
	margin-bottom: 20px;
}

.blog_inner .ttl02 {
	margin-bottom: 20px;
}

.back_btn {
	text-align: center;
}

.back_btn a {
	background: #00b9ef;
	color: #fff;
	font-weight: 700;
	border-radius: 100px;
	display: inline-block;
	padding: 10px 40px;
}



/* 長泉進学速報
-------------------------------------------------------*/
/* visual */
#news #visual {
	background: url(../img/news/visual.png)no-repeat center/cover;
}

@media screen and (max-width:768px) {
	#news #visual {
		background: url(../img/news/visual_bg_sp.png)no-repeat center/cover;
		align-items: flex-end;
		padding: 70px 20px 30px 20px;
	}
}


.news_box {
	margin-top: 30px;
}

.news_list li {
	border: 1px solid #00b9ef;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 20px;
	margin-bottom: 20px;
	box-shadow: 0px 5px 0px 0px rgba(50, 168, 221, 0.2);
}

.news_list_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.news_list_inner .img {
	width: 25%;
	
}

.news_list_inner .img img {
	border-radius: 5px;
}

.news_list_inner .news_list_txt {
	width: 70%;
}

.news_list_inner .news_list_txt .txt {
	font-size: 1.5rem;
}

.news_list_ttl {
	font-weight: 700;
	margin-bottom: 10px;
	border-bottom: 1px solid #00b9ef;
	padding-bottom: 10px;
	font-size: 1.8rem;
}



@media screen and (max-width:768px) {
	.news_list li {
		padding: 20px;
	}
	
	.news_list_inner {
		display: block;
	}
	
	.news_list_inner .img {
		width: 100%;
		margin-bottom: 20px;
		
	}
	
	
	.news_list_inner .news_list_txt {
		width: 100%;
	}
	
	.news_list_inner .news_list_txt .txt {
		font-size: 1.2rem;
	}
	
	.news_list_ttl {
		font-size: 1.5rem;
	}
}


/*アコーディオン*/

#shizuoka .cont_img {
	margin-bottom: 50px;
}

.juken_th .ttl03 {
	position: relative;
	cursor: pointer;
	margin-top: 0px;
	font-size: 1.7rem;
	background: #00b9ef;
	border-radius: 5px;
	border-left: none;
	color: #fff;
}
.juken_th .ttl03 .btn {
    position: absolute;
    top:5px;
    bottom:-10px;
    right: 10px;
    margin: auto;
    display: block;
    width: 20px;
    height: 20px;
}
.juken_th .ttl03 .btn span {
    background: #fff;
    width: 20px;
    height: 2px;
    display: block;
}
.juken_th .ttl03 .btn span:first-child {
    transform: rotate(90deg) translateX(2px) scale(1);
    transition: .5s;
}
.juken_th .ttl03.open .btn span:first-child {
    transform: rotate(90deg) translateX(2px) scale(0);
}
.juken_th .ttl03:hover {
    opacity: .7;
}
.juken_th .ttl03 span {
    margin-right: 20px;
}

@media screen and (max-width:768px) {

	.juken_th .ttl03 {
		font-size: 1.4rem;
		margin-bottom: 10px;
	}
	

   
    .juken_th .ttl03 .btn {
        right: 10px;
        width: 16px;
        height: 16px;
        top: 2px;
    }
    .juken_th .ttl03 .btn span {
        width: 16px;
        height: 2px;
    }
    .juken_th .ttl03 .btn span:first-child {
        transform: rotate(90deg) translateX(2px) scale(1);
        transition: .5s;
    }
    .juken_th .ttl03.open .btn span:first-child {
        transform: rotate(90deg) translateX(2px) scale(0);
    }
}


/* 長泉の習い事・塾事情
-------------------------------------------------------*/
/* visual */
#nagaizumi #visual {
	background: url(../img/nagaizumi/visual.png)no-repeat center/cover;
}

@media screen and (max-width:768px) {
	#nagaizumi #visual {
		background: url(../img/nagaizumi/visual_bg_sp.png)no-repeat center/cover;
		align-items: flex-end;
		padding: 70px 20px 30px 20px;
	}
}



/* トップページ
-------------------------------------------------------*/

.index_wrap {
	margin-bottom: 50px;
}
.index_visual {
	width: 100%;
	background: url(../img/index/visual_bg.png)no-repeat center/cover;
	box-sizing: border-box;
}

.index_visual_img {
	max-width: 1000px;
	margin: 0 auto;
	display:flex;
	justify-content: flex-end;
}

@media screen and (max-width:768px) {
	
	

}



.index_inner {
	max-width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 50px 20px;
}

.index_cont01_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.index_cont01_list li {
	width: 48%;
	margin-bottom: 50px;
	
}

.index_cont01_list li img {
	box-shadow: 0px 0px 15px -5px #777777;
	border-radius: 10px;
}


@media screen and (max-width:768px) {
	.index_inner {
		padding: 20px 20px;
	}
	
	.index_cont01_list {
		display: block;
	}
	
	.index_cont01_list li {
		width: 100%;
		margin-bottom: 20px;
		
	}

}


.index_cont02 {
	background: #f8f7f7;
}

.index_cont02_list {
	margin-top: 30px;
}

.index_cont02_list dl {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #d6d6d6;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.index_cont02_list dl dt {
	width: 10%;
	padding-right: 2%;
}

.index_cont02_list dl dd {
	width: 88%;
}

.index_cont02_list dl dt span {
	background: #23ac38;
	border-radius: 100px;
	display: inline-block;
	padding: 5px 20px;
	color: #fff;
	text-align: center;
	font-size: 1.2rem;
}

.index_btn {
	text-align: center;
	margin-top: 50px;
}

.index_btn a {
	display: inline-block;
	background: #00b9ef;
	border-radius: 100px;
	padding: 15px 90px;
	color: #fff;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 700;
	box-shadow: 0px 0px 15px -5px #777777;
}

.index_btn a span {
	display: block;
	position: relative;
}

.index_btn a span:after {
	display: block;
	position:absolute;
	content: "";
	background: url(../img/index/btn_arrow.png) no-repeat;
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
	top: 50%;
	margin-top: -10px;
	right: -25px;
}



@media screen and (max-width:768px) {
	.index_cont02_list {
		margin-top: 20px;
	}
	
	.index_cont02_list dl {
		margin-bottom: 20px;
		padding-bottom: 20px;
		display: block;
	}
	
	.index_cont02_list dl dt {
		width: 100%;
		padding-right: 0%;
		margin-bottom: 5px;
	}
	
	.index_cont02_list dl dd {
		width:100%;
	}
	
	.index_cont02_list dl dt span {
		font-size: 1rem;
	}
	
	.index_btn {
		margin-top: 30px;
	}
	
	.index_btn a {
		padding: 10px 70px;
		font-size: 1.4rem;
	}
	


}


.five_columns_cont.cont_four {
	justify-content: space-between;
}

.five_columns_cont.cont_four li {
	width: 23%;
	margin-right: 0;
	margin-bottom: 40px;
  }
  @media screen and (max-width:768px) {
	.five_columns_cont.cont_four li {
		width: 48%;
		margin-bottom: 30px;
	  }
  }

  /*20230831*/

  .dl_caution {
	font-size: 1.2rem;
	box-sizing: border-box;
	padding: 20px;
	background: #f0f0f0;
  }

  @media screen and (max-width:768px) {
	.dl_caution {
		font-size: 0.8rem;
		padding: 15px;
	  }
  }



  /* 20230914ヘッダーログイン、会員専用ページ用パーツ追加
-------------------------------------------------------*/

.header_top {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.header_top_R {
	padding-right: 20px;
	padding-bottom: 10px;
}



.header_login a {
	display: inline-block;
	padding: 5px 20px 5px 40px;
	border: 1px solid #00b9ef;
	color: #00b9ef;
	text-align: center;
	border-radius: 5px;
	background: #f6f6f6;
	font-size: 1.2rem;
}

.header_login a span {
	display: block;
	position: relative;
}

.header_login a span::after {
	content: "";
	position: absolute;
	background: url(../img/common/login_i.png) no-repeat;
	background-size: 100%;
	width: 17px;
	height: 17px;
	top: 50%;
	margin-top: -8px;
	left: -20px;
}

@media screen and (max-width:768px) {

	.header_top_R {
		display: none;
	}

	.header_login {
		margin-top: 20px;
	}
}


/*ブログページ用見出し*/
#blog h4 {
	font-size: 2rem;
	font-weight: 700;
	padding: 15px 20px;
	border-left: 5px solid #00b9ef;
	margin: 50px 0 15px;
}

@media screen and (max-width:768px) {

	#blog h4 {
		font-size: 1.6rem;
		padding: 10px 15px;
		border-left: 3px solid #00b9ef;
		margin: 30px 0 10px;
	}
}

.page_login_box {
	/*border: 2px solid #00b9ef;*/
	background: #f6f6f6;
	border-radius: 5px;
	padding: 20px;
	margin-bottom: 40px;
	box-shadow: 0px 0px 15px -5px #c6c6c6;
}

.page_login_box_ttl {
	font-size: 2.4rem;
	text-align: center;
	margin-bottom: 20px;
}

.page_login_box_btn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 80%;
	margin: 0 auto;
	margin-bottom: 20px;
}

.page_login_box_btn li {
	width: 46%;
}

.page_login_box_btn li a {
	display: block;
	border-radius: 5px;
	color: #fff;
	background: #00b9ef;
	line-height: 1.2;
	font-size: 2.2rem;
	font-weight: 700;
	text-align: center;
	padding: 20px 10px;
}

.page_login_box_btn li a.regist_btn {
	background: rgb(36,173,57);
	background: linear-gradient(180deg, rgba(36,173,57,1) 0%, rgba(22,152,42,1) 100%); 
	box-shadow: 0px 0px 10px -5px #666;
}

.page_login_box_btn li a.page_login_btn {
	background: rgb(0,185,239);
	background: linear-gradient(180deg, rgba(0,185,239,1) 0%, rgba(2,169,218,1) 100%); 
	box-shadow: 0px 0px 10px -5px #666;
}


@media screen and (max-width:768px) {

	.page_login_box {
		padding: 20px;
		margin-bottom: 40px;
	}
	
	.page_login_box_ttl {
		font-size: 1.8rem;
		text-align: center;
		margin-bottom: 20px;
	}
	
	.page_login_box_btn {
		display: block;
	}
	
	.page_login_box_btn li {
		width: 100%;
		margin-bottom: 15px;
	}
	
	.page_login_box_btn li a {
		display: block;
		border-radius: 5px;
		color: #fff;
		background: #00b9ef;
		line-height: 1.2;
		font-size: 2rem;
		font-weight: 700;
		text-align: center;
		padding: 15px 10px;
	}
}


/* 会員登録ページ
-------------------------------------------------------*/

label.text {
	display: block !important;
	margin-bottom: 10px;
	margin-top: 20px;
	font-weight: 700;
	font-size: 1.5rem;
}

.radio {
	display: block !important;
	margin-bottom: 10px;
	margin-top: 20px;
	font-weight: 700;
	font-size: 1.5rem;
}

.div_radio .radio {
	display: inline !important;
	font-weight: 400;
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 1.5rem;
	margin-right: 20px;
}

.div_radio br {
	display: none;
}

.div_text {
	margin-top: 50px !important;
	text-align: center;
}

label.text + .div_text {
	margin-top: 0px !important;
}

.div_text input.textbox {
	background: #f6f6f6 !important;
}

#contents #wpmem_reg {
	width: 100%;
}


.button_div {
	text-align: center !important;
	margin-top: 40px;
	margin-bottom: 50px;
}
.buttons {
	width: 200px !important;
	display: block;
	margin: 0 auto !important;
	background: #00b9ef;
	border-radius: 100px;
	padding: 10px;
	color: #fff;
	border: none;
}

.req-text {
	font-size: 1.2rem;
	/*background:#f6f6f6;*/
	text-align: right;
	padding: 10px;
	padding-bottom: 0;
}

@media screen and (max-width:768px) {
#wpmem_reg fieldset {
	margin: 0px 0 !important;
	font-size: 1.4rem;
  }

  .div_radio br {
	display: block;
}

.buttons {
	border-radius: 100px !important;
}
}



/* ログインページ
-------------------------------------------------------*/

#contents #wpmem_login {
	width: 100%;
}

#wpmem_login fieldset > legend {
	font-size: 2rem !important;
	border-bottom: 1px solid #00b9ef;
	padding-bottom: 20px;
	margin-bottom: 30px !important;
}

#wpmem_login .div_text {
	margin-top: 10px !important;
}

.div_text input.username {
	background: #f6f6f6 !important;
}

.div_text input.password {
	background: #f6f6f6 !important;
}

#contents #wpmem_login .buttons {
	margin-top: 30px !important;
}

.link-text {
	font-size: 1.4rem;
}

.link-text a {
	color: #00b9ef;
	text-decoration: underline;
}

#wpmem_login, #wpmem_msg, #wpmem_reg, .wpmem_msg {
	width: 100% !important;
}

#contents section.box ul {
	margin-top: 20px;
}
#contents section.box ul li {
	margin-bottom: 20px;
}
.wpmem_logout_block {
	text-align: right;
}
.wpmem_logout_block a {
	width: 200px !important;
	/*display: block;*/
	margin: 0 auto !important;
	background: #00b9ef;
	border-radius: 100px;
	padding: 10px;
	color: #fff;
	border: none;
}

#contents label[for="username"] span.req:after {
	content: "8～50文字の半角英数字でご入力ください";
	color: #696969;
	font-size: 12px;
	padding-left: 8px;
}
#contents label[for="password"] span.req:after, #contents label[for="pass1"]:after {
	content: "大文字の英字・小文字の英字・数字をいずれも含む8～50文字の半角英数記号でご入力ください";
	color: #696969;
	font-size: 12px;
	padding-left: 8px;
}

#contents div.div_text a {
	text-decoration: underline;
}

.hidden_tag {
	display: none;
}
.explanation_box {
	margin-bottom: 20px;
}


#blog blockquote{
	position:relative;
	border-left:3px solid #ccc;
	padding-left:10px;
	margin-bottom:20px;
}
#blog blockquote:before{
	position:absolute;
	content:"";
	display: block;
	background: url("../img/common/quote.png")no-repeat left center/18px 16px;
	width: 18px;
	height: 16px;
	left: 10px;
	top: 0;
}
#blog blockquote p{
	position:relative;
	padding-left:30px;
}
#blog blockquote cite{
	display: block;
	font-size:1.0rem;
	color:#F8C8B2;
	text-align:right;
}  
#blog table {
	margin-bottom:20px;
}


.five_columns_cont.cont_four {
	justify-content: space-between;
}

.five_columns_cont.cont_four::after {
	content: "";
    display: block;
    width: 23%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
}

.five_columns_cont.cont_four::before {
    content: "";
    display: block;
    width: 23%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
    order: 1;  /* 疑似要素beforeの順番を必ず指定する*/
}

.blog_day {
	background: #f6f6f6;
	color: #333;
	border-radius: 0;
}

.blog_page_ttl {
	background: none;
	color: #333;
	border-bottom: 2px solid #00b9ef;
	padding-left: 10px;
}

.blog_page_ttl span {
	border: none;
	padding-left: 0;
}

.wp-block-image.aligncenter {
	margin-right: auto;
	margin-left: auto;
}