html {
	letter-spacing: 1px;
}
::-webkit-scrollbar {
	width: 8px;
  height: 8px;
}
::-webkit-scrollbar-thumb {
  background: #ee8593;
  border-radius: 5px;
}
::-webkit-scrollbar-track {
  background: rgba(255,255,255,0.6);
}

header {
	position: fixed;
	width: 100%;
	height: 100px;
	top: 0;
	z-index: 9999;
	background: #fff;
	padding: 30px 0 0;
	margin: 0;
	box-sizing: border-box;
}
header .header_inner {
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
}
header h1 {
	font-size: 28px;
    font-weight: normal;
    color: #666;
    letter-spacing: 10px;
	float: left;
}
header h1 a:hover {
	text-decoration: none;
	opacity: 0.8;
}
header .menu01 {
}
header .menu01 ul {
	overflow: hidden;
	margin-top: 14px;
	float: left;
}
header .menu01 ul.head_sns_link {
	float: right;
	margin:0;
	margin-right: 110px;
}
header .menu01 ul li {
	float: left;
	margin-left: 30px;
}
header .menu01 ul.head_sns_link li {
	margin-left: 10px;
}
header .menu01 ul.head_sns_link li a img {
	width: 32px;
	height:auto;
}
header .header_btn {
	position: fixed;
	width: 100px;
	height: 100px;
	top: 0;
	right: 0;
	z-index: 9999;
	background: #ee8593;
}
header .header_btn .menu__line {
	background: #fff;
    display: block;
    height: 2px;
    position: absolute;
    transition: transform .3s;
    width: 40px;
    margin: auto;
	top: 30px;
    left: 0;
    right: 0;
}
header .header_btn .menu__line--center {
	top: 40px;
}
header .header_btn .menu__line--bottom {
	top: 50px;
}
header .header_btn .menu__line--top.active {
	top: 40px;
	transform: rotate(45deg);
}
header .header_btn .menu__line--center.active {
	transform: scaleX(0);
}
header .header_btn .menu__line--bottom.active {
	top: 40px;
	transform: rotate(135deg);
}
header .header_btn p {
	color: #fff;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    text-align: center;
}

nav {
	position: fixed;
	width: 100%;
	height: 100%;
	top: -100%;
	z-index: 999;
	background: #ee8593;
	text-align: center;
	box-sizing: border-box;
	padding-top: 100px;
	overflow-y: scroll;
}
nav .nav_inner {
	padding: 80px 0;
    width: 700px;
    margin: auto;
    max-width: 100%;
	text-align: left;
}
nav .nav_inner .nav01 ul {
	overflow: hidden;
	margin-bottom: 60px;
}
nav .nav_inner .nav01 ul li {
	width: 48%;
    float: left;
}
nav .nav_inner .nav01 ul li:nth-child(2n+1) {
	margin-right: 4%;
}
nav .nav_inner .nav01 ul li a {
	display: block;
    border-bottom: 1px solid #fff;
    color: #fff;
    padding: 15px;
    font-size: 18px;
}
nav .nav_inner .inner .title_big a {
	color: #fff;
	font-size: 18px;
}
nav .nav_inner .inner ul {
	margin: 16px;
    overflow: hidden;
}
nav .nav_inner .inner ul li {
	width: 32%;
    float: left;
	margin-left: 2%;
	margin-bottom: 10px;
    font-size: 16px;
}
nav .nav_inner .inner ul li:nth-child(3n+1) {
	clear: both;
	margin-left: 0;
}
nav .nav_inner .inner ul li:before {
	content: "- ";
	color: #fff;
}
nav .nav_inner .inner ul li a {
	color: #fff;
}
nav .nav_inner .inner .sns_link {
	text-align: center;
    border-top: 1px solid #fff;
    padding: 60px 0;
    margin-top: 60px;
	letter-spacing: 10px;
}
nav .nav_inner .inner .tel {
	display: block;
    margin: auto;
    width: 300px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: rgba(255,255,255,0.25);
    padding: 10px;
    box-sizing: border-box;
    line-height: 1.8;
}
nav .nav_inner .inner .tel a {
	font-size: 28px;
    color: #fff;
}
nav .nav_inner .inner .tel a img {
	vertical-align: middle;
	padding-bottom: 3px;
}

/* footer */
.pagetop {
	display: none;
}
.pagetop a {
	position: fixed;
    bottom: 20px;
    right: 20px;
    background: #ee8593;
    width: 70px;
    height: 70px;
    z-index: 99;
    border-radius: 35px;
	transform: rotate(90deg);
	text-align: center;
    box-sizing: border-box;
    font-size: 36px;
    color: #fff !important;
    padding-top: 0;
	text-decoration: none;
}
.pagetop a:hover {
	text-decoration: none;
}
footer .bg_gray {
	background: #eee;
    width: 100%;
	margin:0;
}
footer .bg_gray .footer_inner {
	width: 100%;
	max-width: 1100px;
	padding: 60px 0;
	margin: auto;
	text-align: left;
	overflow: hidden;
}
footer .bg_gray .footer_inner .footer_menu {
	width: 33%;
	float: left;
}
footer .bg_gray .footer_inner .footer_menu li {
	font-size: 16px;
	margin-top: 20px;
}
footer .bg_gray .footer_inner .footer_menu li.child {
	margin-top: 5px;
    padding-left: 1em;
	font-size: 14px;
}
footer .bg_gray .footer_inner .footer_menu li.margin {
	margin-bottom: 65px;
}
footer .bg_gray .footer_inner .footer_menu li a {
	color: #333;
	text-decoration: underline;
}
footer .bg_gray .footer_inner .footer_menu li.child a {
	color: #ee8593;
	text-decoration: none;
}
footer .bg_pink {
	margin-bottom: 25px;
}
footer .bg_pink .footer_inner {
	width: 100%;
	max-width: 1100px;
	margin: auto;
	text-align: left;
	overflow: hidden;
}
footer .bg_pink .footer_inner .left_address {
	width: 50%;
	float: left;
	line-height: 1.8;
}
footer .bg_pink .footer_inner .left_address .text_big {
	font-size: 22px;
    letter-spacing: 2px;
}
footer .bg_pink .footer_inner .right_banner {
	width: 50%;
	float: right;
	text-align: right;
}
footer .bg_pink .footer_inner .copyright {
	text-align: center;
	font-size: 12px;
    margin-top: 30px;
}

/* content */
main article {
	margin: 60px 0;
}
main article section .section_inner {
	max-width: 1100px;
	width: 100%;
	margin: 30px auto;
}
main #container {
	margin-top: 130px;
}

/* top */
main .mainimg .movie {
	position: relative;
    overflow: hidden;
    width: 100%;
    height: calc(100vh - 100px);
	margin-top: 100px;
}
main .mainimg .movie video {
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    object-fit: cover;
}
main .mainimg .movie #metaslider_11320 img,
main .mainimg .movie #metaslider_13012 img {
	width: 100%;
	height: auto;
	transform-origin: center center;
  	transform: scale(1.0);
  	transition: 5.5s ease-in-out;
}
main .mainimg .movie #metaslider_11320 .flex-active-slide img,
main .mainimg .movie #metaslider_13012 .flex-active-slide img {
	transform: scale(1.1);
}

main article section .section_inner .departments {
	overflow: hidden;
}
main article section .section_inner .departments li {
	width: 32%;
	float: left;
}
main article section .section_inner .departments li:nth-child(2) {
	margin-left: 2%;
	margin-right: 2%;
}
main article section .section_inner .banner {
	display: flex;
    flex-wrap: wrap;
	gap: 20px;
}
main article section .section_inner .banner:before {
	display: none;
}
main article section .section_inner .banner li {
	width: calc((100% - 20px) / 2);
}
main article section .section_inner .banner li .metaslider .flexslider {
	margin-bottom: 0;
}
main article section .section_inner .banner li .metaslider .flexslider .flex-control-nav {
	bottom: 10px;
}
main article section .section_inner .banner li .metaslider .flexslider .flex-control-nav li {
	width: auto;
    float: none;
	margin: 0;
}
main article section .section_inner .banner li img {
	max-width: 100%;
	height: auto;
}

.home main article section .section_inner h2 {
	font-size: 24px;
	font-weight: normal;
	border: none;
	text-align: center;
	margin-bottom: 30px;
}
.home main article section .section_inner h2 span {
	color: #f4bcc4;
	font-size: 12px;
}


main article section .section_inner .covid {
	position: relative;
    background: #ffdddd;
    padding: 30px;
	margin-bottom: 30px;
}
main article section .section_inner .covid a {
	padding-left: 20px;
	font-weight: bold;
}
main article section .section_inner .covid a:before {
	content: "";
	width:0;
	height:0;
	display: block;
	position:absolute;
	top: 33px;
	border-left: 10px solid #ee8593;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
}
main article section#news>dl dd ul {
    display: none;
}
main article section#news>dl dd ul.current {
	display: block;
}
main article section .information {
    border: 10px solid #eee;
    position: relative;
    padding: 60px 10px 10px;
}
main article section#news>dl dd ul li {
    font-size:15px;
    color:#f8ccd6;
    padding: 0;
	margin: 10px 1%;
    font-size: 90%;
	width:31%;
/*	width: 23% ;*/
	float:left;
	position: relative;
}
main article section#news>dl dd ul li>div {
	position: absolute;
    bottom: 0;
    width: 100%;
	padding:10px;
	box-sizing:border-box;
	background: rgba(0,0,0,0.6);
	line-height: normal;
}
main article section#news>dl dd ul li>div a {
	color:#fff;
}
main article section#news>dl dd ul li:nth-child(3n+1) {
	clear:both;
}
main article section#news>dl dd ul li>img {
	width:100%;
	height:auto;
}
main article section#news>dl dd ul li div span {
    display: inline-block;
*display:inline;
*zoom:1;
    margin: 0 15px;
    padding: 5px 0px;
    color: #4f4f4f;
    font-size: 85%;
    text-align: center;
    width: 90px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: #e8e2e0
}
main article section#news>dl dd ul li div span.news-common {
    background-color: #8957a1;
    color: #fff;
}
main article section#news>dl dd ul li div span.news-future {
    background-color: #6c9bd2;
    color: #fff;
}
main article section#news>dl dd ul li div span.news-health {
    background-color: #f08300;
    color: #fff;
}
main article section#news>dl dd ul li div span.news-children {
    background-color: #db6aa4;
    color: #fff;
}
main article section#news>dl dd ul li div a {
	display:block;
	padding-top: 5px;
}
main article section#news>ul {
    position: absolute;
    top: 26px;
    right: 143px;
    bottom: auto;
    left: auto
}
main article section#news>ul li {
    position: relative;
    display: inline-block;
*display:inline;
*zoom:1;
    z-index: 9
}
main article section#news>ul li.current {
    z-index: 10
}
main article section#news>ul li a {
    color:#333;
    display: block;
    margin: 0;
    padding: 5px 0 0;
    font-size: 80%;
    text-align: center;
    width: 100px;
    height: 18px;
    border:#333 1px solid;
}
main article section#news>ul li a:hover {
    text-decoration: none;
    color:#ff6d90;
    border:#ff6d90 1px dotted;
}
main article section#news>a {
    position: absolute;
    top: 26px;
    right: 35px;
    bottom: auto;
    left: auto;
    color:#fff;
	background: #333;
    display: block;
    margin: 0;
    padding: 5px 0 0;
    font-size: 80%;
    text-align: center;
    width: 100px;
    height: 18px;
    border:#333 1px solid;
}
main article section#news>a:hover {
    text-decoration: none
}

main article section .section_inner .link {
	overflow: hidden;
}
main article section .section_inner .link li {
	width: 24%;
	margin-right: 1%;
	margin-bottom: 10px;
	float: left;
}
main article section .section_inner .link li a {
	display: block;
	position: relative;
	padding: 15px 15px 15px 30px;
	background: #f4bcc4;
}
main article section .section_inner .link li:nth-child(2) a {
	background:#b5cde8;
}
main article section .section_inner .link li:nth-child(3) a {
	background:#fcdfac;
	padding: 7px 15px 6px 30px;
}
main article section .section_inner .link li.line2 a {
	padding: 1px 15px 1px 30px;
}
main article section .section_inner .link li:nth-child(4) a {
	background:#c6e2aa;
}
main article section .section_inner .link li:nth-child(5) a {
	background:#a7dcb2;
}
main article section .section_inner .link li:nth-child(6) a {
	background:#b5e8e2;
}
main article section .section_inner .link li:nth-child(7) a {
	background:#edb4d1;
}

main article section .section_inner .link li a:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: #666 10px solid;
	border-top: transparent 6px solid;
	border-bottom: transparent 6px solid;
	position: absolute;
	top:17px;
	left: 10px;
}


/* --------------------------------
 * page
 * -------------------------------- */
/* 後にpage共通へ */
body.single-teacher #contents h2,
body.tax-teacher-category #container #contents h2,
.page section h2 {
	font-size: 24px;
	font-weight: normal;
	border: none;
	text-align: center;
	margin-bottom: 30px;
}
.page section h2 span {
	color: #f4bcc4;
	font-size: 12px;
}
.page section h2:before,
.page section h2:after {
	display: none !important;
}
.page section h3 {
	border: none;
    border-left: 5px solid #ee8593;
    padding: 15px 20px !important;
    color: #333333 !important;
}


/* for */
#container #contents section .for_link {
	border-bottom: 1px solid #f4bcc4;
    padding: 0 0 60px;
    margin: 0 0 60px;
}
#container #contents section .for_link p a {
	display: inline-block;
	position: relative;
    padding: 10px 20px 10px 40px;
    background: #f4bcc4;
}
#container #contents section .for_link p a:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	top:15px;
	left:15px;
	border-left: 6px solid #ee8593;
	border-bottom: 4px solid transparent;
	border-top: 4px solid transparent;
	transition: all 0.3s ease;
}
#container #contents section .for_link p a:hover:before {
	left: 20px;
}
#container #contents section .for_link dl.qr {
	position: relative;
	padding: 30px 80px 30px 30px;
    border: none;
    background-color: #eee;
}
#container #contents section .for_link dl.qr:before {
	position: absolute;
	content: "";
	width: 60px;
	height: 60px;
    background: url("img/student-qr.png") center center no-repeat;
	top: 10px;
	right: 10px;
}
#container #contents section .for_link dl.qr dt {
	margin: 0 0 10px;
    font-size: 110%
}
#container #contents section .for_link dl.qr dd {
	line-height: 1.5;
}
#container #contents section .for_link ul {
	overflow: hidden;
}
#container #contents section .for_link ul li {
	width: 49%;
    float: left;
    margin-right: 1%;
	margin-bottom: 10px;
}
#container #contents section .for_link ul li:nth-child(2n+1) {
	clear: both;
}
#container #contents section .for_link ul li a {
	display: block;
	position: relative;
    padding: 15px 20px 15px 40px;
    background: #f4bcc4;
}
#container #contents section .for_link ul li a:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	top:20px;
	left:15px;
	border-left: 6px solid #ee8593;
	border-bottom: 4px solid transparent;
	border-top: 4px solid transparent;
	transition: all 0.3s ease;
}
#container #contents section .for_link ul li a:hover:before {
	left: 20px;
}
#container #contents section .for_link ul li.emphasis a {
	background: #ce387d;
}


/* voice */
.voice section .future h3 {
	border-color: #187fc4;
}
.voice section .child h3 {
	border-color: #cf3986;
}
.voice section .health h3 {
	border-color: #ed6c00;
}
.voice section .future,
.voice section .child,
.voice section .health {
	overflow: hidden;
}
.voice section div .movie {
	width: 48%;
	float: left;
	margin-bottom: 60px;
}
.voice section div .movie:nth-of-type(2n+1) {
	margin-right: 4%;
	clear: both;
}
.voice section div .movie iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 1.77 / 1;
	margin-bottom: 10px;
}

/*** department ***/
/** future **//* business */

.page section#future02 h2 {
	line-height: 1.2;
}
.page section#future02 h2 span {
	color: #187fc4;
	font-size: 14px;
}
.page section#future02 div h3 {
	border: none;
    background: #eef2fa;
	padding: 25px !important;
    margin-bottom: 0 !important;
}
.page section#future02 div p.name {
	text-align: right;
}
.page section#future02 div.kamoku ul {
	overflow: hidden;
}
.page section#future02 .certification {
}
.page section#future02 .certification dl:nth-child(2) {
	margin-bottom: 30px;
}
.page section#future02 .certification dl {
	overflow: hidden;
	background: #eef2fa;
	margin-bottom: 10px;
}
.page section#future02 .certification dl dt {
	width: 130px;
    float: left;
    background: #187fc4;
    color: #fff;
    text-align: center;
    padding: 15px 10px;
}
.page section#future02 .certification dl dd {
	padding: 15px  20px 15px 170px;
}
.page section#future02 .certification dl dd:after {
	display: none;
}
.page section#future02 .certification h4 {
	margin-top: 30px;
	color: #333;
}
.page section#future02 .certification h4 span {
	color: #187fc4;
}
.page section#future02 .certification h5 {
	margin-bottom: 15px;
}
.page section#future02 .certification h5 span {
	color: #187fc4;
}
.page section#future02 .certification ul {
	border: none;
	padding: 0;
}
.page section#future02 .certification ul li {
	text-align: center;
    background: #187fc4;
    padding: 10px 0;
    margin-bottom: 15px;
    border-radius: 6px;
    color: #fff;
    font-weight: bold;
}
.page section#future02 .dream_ex {
	clear: both;
}
.page section#future02 .dream_ex h4 {
	position: relative;
	background: #187fc4;
    color: #FFEB27;
    padding: 10px 20px;
	font-size: 18px;
	border-radius: 5px;
	margin-bottom: 35px;
}
.page section#future02 .dream_ex h4 span {
	color: #fff;
	font-weight: normal;
	font-size: 14px;
}
.page section#future02 .dream_ex h4::before {
  content: '';
  position: absolute;
  bottom: -28px;
  left: 50%;
  margin-left: -14px;
  border: 14px solid transparent;
  border-top-color: #187fc4;
}
.page section#future02 .dream_ex div {
	background: #FFFCDB;
	padding: 30px 20px 0 !important;
	border-radius: 5px;
    border: 1px solid;
    margin-bottom: 30px;
	position: relative;
}
.page section#future02 .dream_ex div > span {
	background: #FFEB27;
	padding: 5px 10px;
    display: inline-block;
    margin-bottom: 10px;
	position: absolute;
    transform: rotate(-20deg);
    left: -10px;
	top: 0;
}
.page section#future02 .dream_ex div p.dream01,
.page section#future02 .dream_ex div p.dream02 {
	width: 45%;
    float: left;
}
.page section#future02 .dream_ex div p.plus {
	width: 10%;
    float: left;
    text-align: center;
	margin-top: 20px;
}
.page section#future02 .dream_ex div p b {
	color: #187fc4;
	font-weight: bold;
	font-size: 16px;
}
.page section#future02 .dream_ex div p.dream00 {
	clear: both;
	background: #fff;
	padding: 10px;
}
.page section#future02 .dream_ex div p.dream00 span {
	color: #187fc4;
	font-weight: bold;
}
.page section#future02 .real_talk {
	background: url(./img/department-future-business/bg_realtalk.jpg) top left no-repeat;
    background-size: cover;
	padding: 20px;
}
.page section#future02 .real_talk h2 {
	color: #000;
	font-size: 22px;
    font-family: 游明朝, YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    border: none;
	background: none;
	padding: 0 0 20px 30px;
}
.page section#future02 .real_talk .student {
	background: #fff;
	padding: 40px 20px 20px !important;
    position: relative;
    margin: 20px;
}
.page section#future02 .real_talk .student img {
	float: right;
    padding: 0 0 0 10px;
}
.page section#future02 .real_talk .student h4 {
	position: absolute;
    display: inline-block;
    padding: 7px 10px;
	margin: 0;
    top: 0;
    left: 20px;
    background: #187fc4;
    font-size: 14px;
    font-weight: bold;
    font-family: inherit;
    color: #fff;
    text-align: center;
}
.page section#future02 .real_talk .student h4 + p {
	margin-top: 30px;
	margin-bottom: 15px;
	font-size: 16px;
}
.page section#future02 .real_talk .student h4 + p span {
	font-size: 14px;
	margin-right: 1em;
}
.page section#future02 .real_talk .student h4 + p span:before {
	content: "◆ ";
	color: #187fc4;
}
.page section#future02 .real_talk .student h4 + p:after {
	clear: none;
}
.page section#future02 .real_talk .student h5 {
	color: #187fc4;
	margin-bottom: 15px;
}
.page section#future02 .real_talk .student p.student_name {
	text-align: right;
}
.page section#future02 .real_talk .student p.student_name span {
	font-size: 12px;
}
.page section#future02 .real_talk .teachers {
	background: #187fc4;
	padding: 20px !important;
    margin: 20px;
	padding-right: 200px;
	position: relative;
}
.page section#future02 .real_talk .teachers img {
	float: right;
    padding: 0 0 0 10px;
}
.page section#future02 .real_talk .teachers h4 {
	font-family: inherit;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.page section#future02 .real_talk .teachers p {
	color: #fff;
}
.page section#future02 .real_talk .teachers p.teacher_name {
	text-align: right;
	margin-bottom: 0 !important;
	background: #fff;
    color: #000;
    padding: 5px;
}
.page section#future02 .real_talk .teachers p.teacher_name span {
	font-size: 11px;
}

.page section#children02 h2 {
	line-height: 1.2;
}
.page section#children02 h2 span {
	color: #d95097;
	font-size: 14px;
}
.page section#children02 div h3 {
	border: none;
    background: #fbe6e9;
	padding: 25px !important;
    margin-bottom: 0 !important;
}
.page section#children02 div p.name {
	text-align: right;
}
.page section#children02 .certification {
}
.page section#children02 .certification dl:nth-child(2) {
	margin-bottom: 30px;
}
.page section#children02 .certification dl {
	overflow: hidden;
	background: #fbe6e9;
	margin-bottom: 10px;
}
.page section#children02 .certification dl dt {
	width: 130px;
    float: left;
    background: #d95097;
    color: #fff;
    text-align: center;
    padding: 15px 10px;
}
.page section#children02 .certification dl dd {
	padding: 15px  20px 15px 170px;
}
.page section#children02 .certification dl dd:after {
	display: none;
}
.page section#children02 .certification h4 {
	margin-top: 30px;
	color: #333;
}
.page section#children02 .certification h4 span {
	color: #d95097;
}
.page section#children02 .certification h5 {
	margin-bottom: 15px;
}
.page section#children02 .certification h5 span {
	color: #d95097;
}
.page section#children02 .certification ul {
	border: none;
	padding: 0;
}
.page section#children02 .certification ul li {
	text-align: center;
    background: #d95097;
    padding: 10px 0;
    margin-bottom: 15px;
    border-radius: 6px;
    color: #fff;
    font-weight: bold;
}
.page section#children02 .dream_ex {
	clear: both;
}
.page section#children02 .dream_ex h4 {
	position: relative;
	background: #d95097;
    color: #FFEB27;
    padding: 10px 20px;
	font-size: 18px;
	border-radius: 5px;
	margin-bottom: 35px;
}
.page section#children02 .dream_ex h4 span {
	color: #fff;
	font-weight: normal;
	font-size: 14px;
}
.page section#children02 .dream_ex h4::before {
  content: '';
  position: absolute;
  bottom: -28px;
  left: 50%;
  margin-left: -14px;
  border: 14px solid transparent;
  border-top-color: #d95097;
}
.page section#children02 .dream_ex div {
	background: #FFFCDB;
	padding: 30px 20px 0 !important;
	border-radius: 5px;
    border: 1px solid;
    margin-bottom: 30px;
	position: relative;
}
.page section#children02 .dream_ex div > span {
	background: #FFEB27;
	padding: 5px 10px;
    display: inline-block;
    margin-bottom: 10px;
	position: absolute;
    transform: rotate(-20deg);
    left: -10px;
	top: 0;
}
.page section#children02 .dream_ex div p.dream01,
.page section#children02 .dream_ex div p.dream02 {
	width: 45%;
    float: left;
}
.page section#children02 .dream_ex div p.plus {
	width: 10%;
    float: left;
    text-align: center;
	margin-top: 20px;
}
.page section#children02 .dream_ex div p b {
	color: #d95097;
	font-weight: bold;
	font-size: 16px;
}
.page section#children02 .dream_ex div p.dream00 {
	clear: both;
	background: #fff;
	padding: 10px;
}
.page section#children02 .dream_ex div p.dream00 span {
	color: #d95097;
	font-weight: bold;
}
.page section#children02 .real_talk {
	background: url(./img/department-children/bg_realtalk.jpg) top left no-repeat;
    background-size: cover;
	padding: 20px;
}
.page section#children02 .real_talk h2 {
	color: #000;
	font-size: 22px;
    font-family: 游明朝, YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    border: none;
	background: none;
	padding: 0 0 20px 30px;
}
.page section#children02 .real_talk .student {
	background: #fff;
	padding: 40px 20px 20px !important;
    position: relative;
    margin: 20px;
}
.page section#children02 .real_talk .student img {
	float: right;
    padding: 0 0 0 10px;
}
.page section#children02 .real_talk .student h4 {
	position: absolute;
    display: inline-block;
    padding: 7px 10px;
	margin: 0;
    top: 0;
    left: 20px;
    background: #d95097;
    font-size: 14px;
    font-weight: bold;
    font-family: inherit;
    color: #fff;
    text-align: center;
}
.page section#children02 .real_talk .student h4 + p {
	margin-top: 30px;
	margin-bottom: 15px;
	font-size: 16px;
}
.page section#children02 .real_talk .student h4 + p span {
	font-size: 14px;
	margin-right: 1em;
}
.page section#children02 .real_talk .student h4 + p span:before {
	content: "◆ ";
	color: #d95097;
}
.page section#children02 .real_talk .student h4 + p:after {
	clear: none;
}
.page section#children02 .real_talk .student h5 {
	color: #d95097;
	margin-bottom: 15px;
}
.page section#children02 .real_talk .student p.student_name {
	text-align: right;
}
.page section#children02 .real_talk .student p.student_name span {
	font-size: 12px;
}
.page section#children02 .real_talk .teachers {
	background: #d95097;
	padding: 20px !important;
    margin: 20px;
	padding-right: 200px;
	position: relative;
}
.page section#children02 .real_talk .teachers img {
	float: right;
    padding: 0 0 0 10px;
}
.page section#children02 .real_talk .teachers h4 {
	font-family: inherit;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.page section#children02 .real_talk .teachers p {
	color: #fff;
}
.page section#children02 .real_talk .teachers p.teacher_name {
	text-align: right;
	margin-bottom: 0 !important;
	background: #fff;
    color: #000;
    padding: 5px;
}
.page section#children02 .real_talk .teachers p.teacher_name span {
	font-size: 11px;
}

.page section#health02 h2 {
	line-height: 1.2;
}
.page section#health02 h2 span {
	color: #ed6c00;
	font-size: 14px;
}
.page section#health02 div h3 {
	border: none;
    background: #fdefd5;
	padding: 25px !important;
    margin-bottom: 0 !important;
}
.page section#health02 div p.name {
	text-align: right;
}
.page section#health02 div.kamoku ul {
	overflow: hidden;
}
.page section#health02 div.kamoku ul li {
	width: 32%;
	float: left;
	text-align: center;
}
.page section#health02 div.kamoku ul li:nth-child(3n+2) {
	margin: 0 2%;
}
.page section#health02 div.kamoku ul li img {
	max-width: 100%;
	height: auto;
}
.page section#health02 div.kamoku ul li h5{
	font-size: 16px;
	margin: 15px 0;
}
.page section#health02 div.kamoku ul li p {
	text-align: left;
}
.page section#health02 div.kamoku .class_ex {
	background:#faf5ee;
	padding: 30px !important;
	margin-bottom: 60px;
	text-align: center;
}
.page section#health02 .kamoku .class_ex ul {
	margin-bottom: 20px;
	border: none;
}
.page section#health02 .kamoku .class_ex ul li {
	color: #ed6c00;
	font-size: 14px;
	padding-bottom: 5px;
	text-align: left;
}
.page section#health02 .kamoku .class_ex ul li:before {
	content: "● ";
}
.page section#health02 .kamoku .class_ex table {
	width:100%;
	border-collapse: collapse;
	margin: 10px 0 ;
}
.page section#health02 .kamoku .class_ex table th {
	background: #ed6c00;
	color: #fff;
	padding: 5px;
	border: 1px solid;
}
.page section#health02 .kamoku .class_ex table td {
	background: #fff;
	padding: 10px;
	text-align: center;
	border: 1px solid;
	vertical-align: middle;
}
.page section#health02 .kamoku .class_ex table td:first-child {
	background: #B5B5B6;
	color: #fff;
}
.page section#health02 .kamoku .class_ex table td.pink {
	background: #f6c1c9;
}
.page section#health02 .kamoku .class_ex table td.blue {
	background: #c4d6ec;
}
.page section#health02 .kamoku .class_ex table td.green {
	background: #dae9c0;
}
.page section#health02 .kamoku .class_ex table + p span {
	display: inline-block;
	width:2em;
	margin-right: 1em;
	background:#c4d6ec;
}
.page section#health02 .kamoku .class_ex table + p span.pink {
	background:#f6c1c9;
}
.page section#health02 .kamoku .class_ex table + p span.green {
	background:#dae9c0;
}
.page section#health02 .kamoku .class_ex h5 {
	text-align: center;
    margin: 40px 0 15px;
}
.page section#health02 .certification {
}
.page section#health02 .certification dl:nth-child(2) {
	margin-bottom: 30px;
}
.page section#health02 .certification dl {
	overflow: hidden;
	background: #fdefd5;
	margin-bottom: 10px;
}
.page section#health02 .certification dl dt {
	width: 130px;
    float: left;
    background: #ed6c00;
    color: #fff;
    text-align: center;
    padding: 15px 10px;
}
.page section#health02 .certification dl dd {
	padding: 15px  20px 15px 170px;
}
.page section#health02 .certification dl dd:after {
	display: none;
}
.page section#health02 .certification h4 {
	margin-top: 30px;
	color: #333;
}
.page section#health02 .certification h4 span {
	color: #ed6c00;
}
.page section#health02 .certification h5 {
	margin-bottom: 15px;
}
.page section#health02 .certification h5 span {
	color: #ed6c00;
}
.page section#health02 .certification ul {
	border: none;
	padding: 0;
}
.page section#health02 .certification ul li {
	text-align: center;
    background: #ed6c00;
    padding: 10px 0;
    margin-bottom: 15px;
    border-radius: 6px;
    color: #fff;
    font-weight: bold;
}
.page section#health02 .dream_ex {
	clear: both;
}
.page section#health02 .dream_ex h4 {
	position: relative;
	background: #ed6c00;
    color: #FFEB27;
    padding: 10px 20px;
	font-size: 18px;
	border-radius: 5px;
	margin-bottom: 35px;
}
.page section#health02 .dream_ex h4 span {
	color: #fff;
	font-weight: normal;
	font-size: 14px;
}
.page section#health02 .dream_ex h4::before {
  content: '';
  position: absolute;
  bottom: -28px;
  left: 50%;
  margin-left: -14px;
  border: 14px solid transparent;
  border-top-color: #ed6c00;
}
.page section#health02 .dream_ex div {
	background: #FFFCDB;
	padding: 30px 20px 0 !important;
	border-radius: 5px;
    border: 1px solid;
    margin-bottom: 30px;
	position: relative;
}
.page section#health02 .dream_ex div > span {
	background: #FFEB27;
	padding: 5px 10px;
    display: inline-block;
    margin-bottom: 10px;
	position: absolute;
    transform: rotate(-20deg);
    left: -10px;
	top: 0;
}
.page section#health02 .dream_ex div p.dream01,
.page section#health02 .dream_ex div p.dream02 {
	width: 45%;
    float: left;
}
.page section#health02 .dream_ex div p.plus {
	width: 10%;
    float: left;
    text-align: center;
	margin-top: 20px;
}
.page section#health02 .dream_ex div p b {
	color: #ed6c00;
	font-weight: bold;
	font-size: 16px;
}
.page section#health02 .dream_ex div p.dream00 {
	clear: both;
	background: #fff;
	padding: 10px;
}
.page section#health02 .dream_ex div p.dream00 span {
	color: #ed6c00;
	font-weight: bold;
}
.page section#health02 .real_talk {
	background: url(./img/department-health/bg_realtalk.jpg) top left no-repeat;
    background-size: cover;
	padding: 20px;
}
.page section#health02 .real_talk h2 {
	color: #000;
	font-size: 22px;
    font-family: 游明朝, YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    border: none;
	background: none;
	padding: 0 0 20px 30px;
}
.page section#health02 .real_talk .student {
	background: #fff;
	padding: 40px 20px 20px !important;
    position: relative;
    margin: 20px;
}
.page section#health02 .real_talk .student img {
	float: right;
    padding: 0 0 0 10px;
}
.page section#health02 .real_talk .student h4 {
	position: absolute;
    display: inline-block;
    padding: 7px 10px;
	margin: 0;
    top: 0;
    left: 20px;
    background: #ed6c00;
    font-size: 14px;
    font-weight: bold;
    font-family: inherit;
    color: #fff;
    text-align: center;
}
.page section#health02 .real_talk .student h4 + p {
	margin-top: 30px;
	margin-bottom: 15px;
	font-size: 16px;
}
.page section#health02 .real_talk .student h4 + p span {
	font-size: 14px;
	margin-right: 1em;
}
.page section#health02 .real_talk .student h4 + p span:before {
	content: "◆ ";
	color: #ed6c00;
}
.page section#health02 .real_talk .student h4 + p:after {
	clear: none;
}
.page section#health02 .real_talk .student h5 {
	color: #ed6c00;
	margin-bottom: 15px;
}
.page section#health02 .real_talk .student p.student_name {
	text-align: right;
}
.page section#health02 .real_talk .student p.student_name span {
	font-size: 12px;
}
.page section#health02 .real_talk .teachers {
	background: #ed6c00;
	padding: 20px !important;
    margin: 20px;
	padding-right: 200px;
	position: relative;
}
.page section#health02 .real_talk .teachers img {
	float: right;
    padding: 0 0 0 10px;
}
.page section#health02 .real_talk .teachers h4 {
	font-family: inherit;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.page section#health02 .real_talk .teachers p {
	color: #fff;
}
.page section#health02 .real_talk .teachers p.teacher_name {
	text-align: right;
	margin-bottom: 0 !important;
	background: #fff;
    color: #000;
    padding: 5px;
}
.page section#health02 .real_talk .teachers p.teacher_name span {
	font-size: 11px;
}

.page-id-190 #container #contents section .for_link h4 {
	color: #ee8593;
    margin: 25px 0;
    font-size: 18px;
}
.page-id-190 #container #contents section .for_link ol {
	list-style-type: decimal;
    padding-left: 25px;
	margin-bottom: 30px;
}

/* oc2024 */
.page-id-13321 main {
	background: linear-gradient(90deg, #fffef3, #ffe6f7);
}
.page-id-13321 #container #contents {
	width: 100%;
	max-width: 100%;
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.page-id-13321 #container #contents .bold {
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: 700;
}

.page-id-13321 #container #contents .oc_date {
	position: relative;
	background: linear-gradient(90deg, #faf2ab, #ddaacd);
    padding: 30px;
	margin-bottom: 90px;
}
.page-id-13321 #container #contents .oc_date img:first-child {
	max-width:65%;
}
.page-id-13321 #container #contents .oc_date img:nth-child(2) {
	position: absolute;
	max-width: 35%;
    top: 0;
    right: 0;
}
.page-id-13321 #container #contents h2 {
	text-align: center;
	margin-bottom: 30px;
	font-size: 18px;
}
.page-id-13321 #container #contents h2 span {
	display: inline-block;
	padding: 10px 5%;
    display: inline-block;
    font-size: 24px;
}
.page-id-13321 #container #contents h2 span:after {
	content: "";
	display: block;
	width: 100px;
	height: 3px;
	background: linear-gradient(90deg, #ffe500, #e373c0);
}
.page-id-13321 #container #contents .bx-wrapper {
	box-shadow: none;
    border: none;
    background: none;
}
.page-id-13321 #container #contents ol {
	margin-bottom: 30px;
}
.page-id-13321 #container #contents .oc_reserve a {
	display: block;
    text-align: center;
    background: #bdd871;
    padding: 15px 30px;
    margin-bottom: 60px;
    font-size: 36px;
}
.page-id-13321 #container #contents .oc_tab {
	display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.page-id-13321 #container #contents .oc_tab li {
	display: flex;
	align-items: center;
	width: 23%;
	height: 80px;
    margin: 0 1%;
	text-align: center;
	background: linear-gradient(90deg, #faf2ab, #ddaacd);
	border-radius: 30px 30px 0 0;
}
.page-id-13321 #container #contents .oc_tab li a {
	width: 100%;
	display: block;
	padding: 30px;
	font-size: 20px;
    line-height: 1.2;
}
.page-id-13321 #container #contents .oc_department,
.page-id-13321 #container #contents .oc_calender,
.page-id-13321 #container #contents .oc_schedule,
.page-id-13321 #container #contents .oc_voice {
	padding: 30px;
	margin-bottom: 60px;
	background: linear-gradient(90deg, #faf2ab, #ddaacd);
}
.page-id-13321 #container #contents .oc_future,
.page-id-13321 #container #contents .oc_child,
.page-id-13321 #container #contents .oc_health,
.page-id-13321 #container #contents .oc_calender div,
.page-id-13321 #container #contents .oc_schedule div {
	background: #fff;
	padding: 30px;
	text-align: center;
	margin-bottom: 30px;
}
.page-id-13321 #container #contents .oc_future {
	color: #56b5b3;
}
.page-id-13321 #container #contents .oc_child {
	color: #ff4b78;
}
.page-id-13321 #container #contents .oc_health {
	color: #cfa51c;	
}
.page-id-13321 #container #contents .oc_future .example ,
.page-id-13321 #container #contents .oc_child .example ,
.page-id-13321 #container #contents .oc_health .example {
	border: 2px solid;
    border-radius: 20px;
    padding: 30px;
    margin-top: 30px;
}
.page-id-13321 #container #contents .oc_future .example h3,
.page-id-13321 #container #contents .oc_child .example h3,
.page-id-13321 #container #contents .oc_health .example h3{
	font-size: 16px;
    border-bottom: 1px dotted;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.page-id-13321 #container #contents .oc_future .example h4,
.page-id-13321 #container #contents .oc_child .example h4,
.page-id-13321 #container #contents .oc_health .example h4,
.page-id-13321 #container #contents .oc_future .example p,
.page-id-13321 #container #contents .oc_child .example p,
.page-id-13321 #container #contents .oc_health .example p{
	text-align: left;
}
.page-id-13321 #container #contents .oc_voice .oc_voice_box {
	display: flex;
    flex-wrap: wrap;
}
.page-id-13321 #container #contents .oc_voice .oc_voice_box_inner {
	width: 48%;
    margin: 0 1% 20px;
    background: #fdfdfd;
    padding: 30px;
    box-sizing: border-box;
    text-align: center;
}
.page-id-13321 #container #contents .oc_voice .oc_voice_box_inner h3,
.page-id-13321 #container #contents .oc_voice .oc_voice_box_inner p {
	text-align: left;
}
.page-id-13321 #container #contents .oc_voice .oc_voice_box_inner h3 span {
	float: right;
    font-size: 14px;
}
/* honban */
.page-id-23 main {
	background: linear-gradient(90deg, #fffef3, #ffe6f7);
}
.page-id-23 #container #contents {
	width: 100%;
	max-width: 100%;
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.page-id-23 #container #contents .bold {
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: 700;
}

.page-id-23 #container #contents .oc_date {
	position: relative;
	background: linear-gradient(90deg, #faf2ab, #ddaacd);
    padding: 30px;
	margin-bottom: 90px;
	text-align: left;
}
.page-id-23 #container #contents .oc_date img:first-child {
	max-width:65%;
}
.page-id-23 #container #contents .oc_date img:nth-child(2) {
	position: absolute;
	max-width: 35%;
    top: 0;
    right: 0;
}
.page-id-23 #container #contents h2 {
	text-align: center;
	margin-bottom: 30px;
	font-size: 18px;
}
.page-id-23 #container #contents h2 span {
	display: inline-block;
	padding: 10px 5%;
    display: inline-block;
    font-size: 24px;
}
.page-id-23 #container #contents h2 span:after {
	content: "";
	display: block;
	width: 100px;
	height: 3px;
	background: linear-gradient(90deg, #ffe500, #e373c0);
}
.page-id-23 #container #contents .bx-wrapper {
	box-shadow: none;
    border: none;
    background: none;
}
.page-id-23 #container #contents ol {
	margin-bottom: 30px;
}
.page-id-23 #container #contents .oc_reserve a {
	display: block;
    text-align: center;
    background: #bdd871;
    padding: 15px 30px;
    margin-bottom: 60px;
    font-size: 36px;
}
.page-id-23 #container #contents .oc_tab {
	display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.page-id-23 #container #contents .oc_tab li {
	display: flex;
	align-items: center;
	width: 23%;
	height: 80px;
    margin: 0 1%;
	padding: 0;
	text-align: center;
	background: linear-gradient(90deg, #faf2ab, #ddaacd);
	border-radius: 30px 30px 0 0;
}
.page-id-23 #container #contents .oc_tab li a {
	width: 100%;
	display: block;
	padding: 30px;
	font-size: 20px;
    line-height: 1.2;
}
.page-id-23 #container #contents .oc_department,
.page-id-23 #container #contents .oc_calender,
.page-id-23 #container #contents .oc_schedule,
.page-id-23 #container #contents .oc_voice {
	padding: 30px;
	margin-bottom: 60px;
	background: linear-gradient(90deg, #faf2ab, #ddaacd);
}
.page-id-23 #container #contents .oc_future,
.page-id-23 #container #contents .oc_child,
.page-id-23 #container #contents .oc_health,
.page-id-23 #container #contents .oc_calender div,
.page-id-23 #container #contents .oc_schedule div {
	background: #fff;
	padding: 30px;
	text-align: center;
	margin-bottom: 30px;
}
.page-id-23 #container #contents .oc_calender ul:before {
	display: none;
}
.page-id-23 #container #contents .oc_calender ul {
	display: flex;
    flex-wrap: wrap;
	gap: 10px 20px;
}
.page-id-23 #container #contents .oc_calender ul li {
	display: flex;
	width: 100%;
	min-width: 150px;
    box-sizing: border-box;
    margin: 0;
    height: auto;
    padding: 10px;
    background: #efefef;
    color: #333;
    border-bottom: 2px solid #ee8593;
	text-align: left;
}
.page-id-23 #container #contents .oc_calender ul li span:first-child {
	width: 100px;
}
.page-id-23 #container #contents .oc_calender ul li span:nth-child(2) {
	width: calc(100% - 100px);
}
.page-id-23 #container #contents .oc_future {
	color: #56b5b3;
}
.page-id-23 #container #contents .oc_child {
	color: #ff4b78;
}
.page-id-23 #container #contents .oc_health {
	color: #cfa51c;	
}
.page-id-23 #container #contents .oc_future .example ,
.page-id-23 #container #contents .oc_child .example ,
.page-id-23 #container #contents .oc_health .example {
	border: 2px solid;
    border-radius: 20px;
    padding: 30px;
    margin-top: 30px;
}
.page-id-23 #container #contents .oc_future .example h3,
.page-id-23 #container #contents .oc_child .example h3,
.page-id-23 #container #contents .oc_health .example h3{
	font-size: 16px;
    border-bottom: 1px dotted;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.page-id-23 #container #contents .oc_future .example h4,
.page-id-23 #container #contents .oc_child .example h4,
.page-id-23 #container #contents .oc_health .example h4,
.page-id-23 #container #contents .oc_future .example p,
.page-id-23 #container #contents .oc_child .example p,
.page-id-23 #container #contents .oc_health .example p{
	text-align: left;
}
.page-id-23 #container #contents .oc_voice .oc_voice_box {
	display: flex;
    flex-wrap: wrap;
}
.page-id-23 #container #contents .oc_voice .oc_voice_box_inner {
	width: 48%;
    margin: 0 1% 20px;
    background: #fdfdfd;
    padding: 30px;
    box-sizing: border-box;
    text-align: center;
}
.page-id-23 #container #contents .oc_voice .oc_voice_box_inner h3,
.page-id-23 #container #contents .oc_voice .oc_voice_box_inner p {
	text-align: left;
}
.page-id-23 #container #contents .oc_voice .oc_voice_box_inner h3 span {
	float: right;
    font-size: 14px;
}

.oc_entry #container #contents section>div.topics {
	padding: 30px;
	background: #eee;
}
.oc_entry #container #contents section>div.topics p:last-child {
	margin-bottom: 0;
}
.oc_entry #container #contents section .entry_btn {
	overflow: hidden;
}
.oc_entry #container #contents section .entry_btn li {
	width: 48%;
    float: left;
    margin: 0 1% 30px;
}
.oc_entry #container #contents section .entry_btn li a {
	display: block;
    background: #06c755;
	color: #fff;
    text-align: center;
    font-size: 24px;
    padding: 20px;
    border-radius: 6px;
	transition: all ease 0.3s;
}
.oc_entry #container #contents section .entry_btn li:nth-child(2) a {
	background: #ee8593;
}
.oc_entry #container #contents section .entry_btn li a:hover {
	background: #1ae16c;
	text-decoration: none;
}
.oc_entry #container #contents section .entry_btn li:nth-child(2) a:hover {
	background: #ff98a5;
}
.oc_entry #container #contents section .center {
	text-align: center;
}
.oc_entry section h3 {
	border-color: #06c755;
}
.oc_entry #container #contents section .entry_flow {
	display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    border-top: 1px solid #06c755;
    border-bottom: 1px solid #06c755;
    padding: 20px;
}
.oc_entry #container #contents section .entry_flow .entry_flow_num {
	width: 60px;
    text-align: center;
    border: 2px solid;
    border-radius: 50%;
    padding: 13px 0;
    font-size: 18px;
    font-weight: bold;
    margin-right: 30px;
    color: #06c755;
}
.oc_entry #container #contents section .entry_flow .entry_flow_txt {
	width: calc(50% - 45px);
    margin-right: 30px;
	line-height: 2.4;
}
.oc_entry #container #contents section .entry_flow .entry_flow_img {
	text-align: center;
	width: calc(50% - 45px);
}

.request #container #contents section .entry_btn {
}
.request #container #contents section .entry_btn li {
	width: 48%;
    float: left;
    margin: 0 1% 30px;
}
.request #container #contents section .entry_btn li a {
	display: block;
    background: #06c755;
	color: #fff;
    text-align: center;
    font-size: 24px;
    padding: 20px;
    border-radius: 6px;
	transition: all ease 0.3s;
}
.request #container #contents section .entry_btn li:nth-child(2) a {
	background: #ee8593;
}
.request #container #contents section .entry_btn li a:hover {
	background: #1ae16c;
	text-decoration: none;
}
.request #container #contents section .entry_btn li:nth-child(2) a:hover {
	background: #ff98a5;
}
.request section h3 {
	border-color: #06c755;
}
.request #container #contents section .entry_flow {
	display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    border-top: 1px solid #06c755;
    border-bottom: 1px solid #06c755;
    padding: 20px;
}
.request #container #contents section .entry_flow .entry_flow_num {
	width: 60px;
    text-align: center;
    border: 2px solid;
    border-radius: 50%;
    padding: 13px 0;
    font-size: 18px;
    font-weight: bold;
    margin-right: 30px;
    color: #06c755;
}
.request #container #contents section .entry_flow .entry_flow_txt {
	width: calc(50% - 45px);
    margin-right: 30px;
	line-height: 2.4;
}
.request #container #contents section .entry_flow .entry_flow_img {
	text-align: center;
	width: calc(50% - 45px);
}

.single #container #contents article>div a,
.page #container #contents section a{
	color: #316ecb;
	text-decoration: underline;
}












