@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html {
	overflow-x: hidden;
	overflow-y: auto;
}
body {
	width: 100%;
	font-size: 16px;
	line-height: 1.5em;
	position: relative;
	color: #404040;
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
	overflow: hidden;
	overflow-y: auto;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	max-width:100%;
	 -webkit-backface-visibility: hidden;
    -ms-transform: translateZ(0); /* IE 9 */
    -webkit-transform: translateZ(0); /* Chrome, Safari, Opera */
    transform: translateZ(0);
}
.container {
	padding-right: 0;
	padding-left: 0;
}
body,
li,
address {
	line-height: 1.5em;
}
input,
button,
select,
textarea {
	font-size: 16px;
	/* -webkit-appearance: none;*/
}
p {
	font-size: 16px;
	margin: 0 0 10px;
}
a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: inherit;
	color: #404040;
}
a:hover {
	text-decoration: none;
	color: #FF5085;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 10px 0 10px 0;
	line-height: 1.5em;
	color: #404040;
}

a[href^="tel"] {
	color: inherit;
	text-decoration: none;
}
input[type=text],
input[type=email],
input[type=password],
textarea {
	-webkit-appearance: none;
}
.center {
	text-align: center;
}
.container {
	width: 900px;
	max-width: 900px;
}
.show-tb {
	display: none;
}
.show-sp {
	display: none;
}
.animate__animated {
	visibility: hidden;
}

/****top****/
.body-content {
	display: flex;
	flex-wrap: wrap;
}
.left-bar {
	width: 230px;
	background: #fffbf0;
}
.content-wrapper {
	flex: 1;
	width: calc(100% - 230px);
}
.main-visual {
	height: 500px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mv-content {
	width: 1200px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.main-visual {
	background: url("../images/mv-bg.png") no-repeat center center;
	background-size: cover;
}
.mv-deco1 {
	padding-right: 80px;
}
.mv-box {
	width: 570px;
	border-radius: 20px;
	background: #fff;
	padding: 90px 50px 50px 50px;
	position: relative;
}
.mv-box:after {
	background: url("../images/mv-deco2.svg") no-repeat;
	width: 203px;
	height: 217px;
	position: absolute;
	top: -35px;
	right: -50px;
	content: '';
	display: inline-block;
}
.mv-box label {
	position: absolute;
	top: 20px;
	left: 0;
	height: 40px;
	line-height: 40px;
	padding: 0 25px;
	font-size: 17px;
	font-weight: bold;
	color: #0c0c0c;
	background: #FFBA82;
}
.mv-box h2 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4em;
	margin: 0 0 20px 0;
}
.mv-box p {
	line-height: 2em;
	margin-bottom: 0;
}
.search-sect {
	width: 1070px;
	margin: 70px auto 0 auto;
	padding: 0 0 150px 0
}
.title-head h2 {
	font-size: 28px;
	font-weight: bold;
	padding-right: 25px;
	border-right: solid 3px #FF8E32;
	display: inline-block;
	line-height: 1.8em;
	margin: 0 22px 0 0;
}
.title-head span {
	font-weight: bold;
	display: inline-block;
}
.s-note {
	font-size: 14px;
	display: inline-block;
	background: #f0f0f0;
	border-radius: 5px;
	padding: 5px 10px;
	margin-bottom: 15px;
}
.search-list {
	margin-top: 40px;
	width: 850px;
}
.toggle-button {
	cursor: pointer;
}
.collapsible-content {
	 display: none; /* Initially hidden */
     overflow: hidden; /* Prevents content overflow during collapse */
     transition: all 0.3s ease; /* Smooth transition for height */
}
.toggle-button span {
	display: inline-block;
	background: #FFDC72;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	border-radius: 5px;
	margin-right: 10px;
}
.toggle-button {
	padding: 20px 0 15px 0;
	position: relative;
}
.toggle-button:after {
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;
	background: url("../images/plus.svg") no-repeat center center ;
}
.toggle-button.active:after {
	background: url("../images/minus.svg") no-repeat center center ;
}
.search-blk {
	border-bottom: solid 1px #B7B7B7;
}
.tag-list {
	display: flex;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
}
.tag-list .item {
	width: 33.33333%;
	padding: 5px 5px;
}
.tag-list5 .item {
	width: 20%;
	padding: 5px 5px;
}
.tag-cat {
	cursor: pointer;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 46px;
	line-height: 1.2em;
	padding: 0 12px;
	border-radius: 10px;
	border: solid 1px #FF95B5;
	text-align: center;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.tag-cat:hover {
	background: #FFCCDC;
	color: #404040;
}
.collapsible-content .tag-list {
	padding: 15px 0;
	border-top: solid 1px #b7b7b7;
}
.search-btn-blk {
	width: 170px;
	height: 180px;
	margin-top: 100px;
	border-radius: 20px;
	background: #FFF2D5;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
}
.btn-search1 {
	width: 130px;
	height: 70px;
	margin-top: 15px;
	line-height: 70px;
	border-radius: 35px;
	display: inline-block;
	background: linear-gradient(135deg, #FF8E32 20%,  #FF5085);
	color: #fff !important;
	font-size: 22px;
	font-weight: bold;
	position: relative;
	text-align: center;
	padding-left: 40px;
}
.btn-search1:before {
	content: '';
	display: inline-block;
	background: url("../images/icon-search.svg") no-repeat;
	width: 31px;
	height: 31px;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -15px;
}
.btn-search1:hover {
	background: linear-gradient(#FF5085,#FF5085);
	color: #fff;
}
.flex-r {
	display: flex;
}
.search-r {
	justify-content: space-between
}
.btn-showmore {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	border-radius: 10px;
	border: solid 1px #b7b7b7;
	text-align: center;
	padding: 0 60px;
	color: #404040;
	margin-top: 30px;
	cursor: pointer;
}
.btn-showmore span {
	padding-left: 22px;
	display: inline-block;
	position: relative;
}
.btn-showmore span:before {
	display: inline-block;
	content :'';
	background: url("../images/plus.svg") no-repeat;
	width: 14px;
	height: 14px;
	left: 0;
	top: 50%;
	margin-top: -7px;
	position: absolute;
}
.btn-showmore:hover {
	background: #B7B7B7;
	color: #404040;
}
.btn-showmore.active span:before {
	background: url("../images/minus.svg") no-repeat;
}
.hide-ct {
	display: none;
}
.yellow-bg {
	background: #FFF2D5;
	padding: 50px 0 100px 0;
	position: relative;
}
.news-sect {
	display: flex;
	margin: 0 auto;
	width: 900px;
}
.news-left {
	width: 570px;
	padding-right: 50px;
}
.news-right {
	width: 330px;
}
.star-title {
	margin-bottom: 20px;
}
.star-title h2 {
	font-size: 25px;
	font-weight: bold;
	padding-left: 40px;
	position: relative;
	margin: 0;
}
.star-title h2:before {
	content: '';
	display: inline-block;
	background: url("../images/icon-star.svg") no-repeat;
	width: 33px;
	height: 31px;
	left: 0;
	position: absolute;
	top: 5px;
}
.star-title span {
	font-size: 15px;
	font-weight: 600;
}
.crown-title {
	margin-bottom: 20px;
}
.crown-title h2 {
	font-size: 25px;
	font-weight: bold;
	padding-left: 40px;
	position: relative;
	margin: 0;
}
.crown-title h2:before {
	content: '';
	display: inline-block;
	background: url("../images/icon-crown.svg") no-repeat;
	width: 30px;
	height: 27px;
	left: 0;
	position: absolute;
	top: 5px;
}
.crown-title span {
	font-size: 15px;
	font-weight: 600;
}
.fav-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.fav-list .item {
	width: 50%;
	padding: 10px 10px;
}
.fav-blk {
	border-radius: 10px;
	background: #fff;
	overflow: hidden;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
	border: solid 1px #fff;
}
.fav-blk:hover {
	box-shadow: 0 0 12px rgba(255,142,50, 0.4);
}
.new-carousel .item {
	padding: 10px 0;
}
.date-post {
	display: block;
	text-align: center;
	font-size: 13px;
	padding: 10px 0 15px 0;
}
.title-post {
	padding: 10px 10px;
	display: block;
	font-size: 15px;
	font-weight: 600;
	text-align: left;
	height: 60px;
	overflow: hidden;
}
.tag-list-post {
	padding: 0 10px;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -3px;
	justify-content: flex-start;
}
.tag-list-post .item {
	padding: 3px;
	width: auto;
}
.tag-list-post span {
	height: 25px;
	font-size: 11px;
	line-height: 25px;
	border-radius: 13px;
	background: #FFCCDC;
	padding: 0 6px;
	display: inline-block;
}
.top-list {
	padding-top: 10px;
}
.top-blk {
	background: #fff;
	border: solid 1px #fff;
	border-radius: 10px;
	position: relative;
	margin: 35px 0;
	display: flex;
	justify-content: space-between;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.top-blk:hover {
	box-shadow: 0 0 12px rgba(255,142,50, 0.4);
}
.top-list .top-blk:first-child {
	margin-top: 0;
}
.img-top-blk {
	width: 170px;
	border-radius: 10px;
	overflow: hidden;
}
.img-top-blk img {
	border-radius: 10px;
}
.top-blk a {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 5px;
	width: 150px;
}
.top-blk .top1 {
	background: url("../images/label1.png") no-repeat;
	width: 32px;
	height: 30px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	top: -13px;
	left: 20px;
	z-index: 5;
}
.top-blk .top2 {
	background: url("../images/label2.png") no-repeat;
	width: 32px;
	height: 30px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	top: -13px;
	left: 20px;
	z-index: 5;
}
.top-blk .top3 {
	background: url("../images/label3.png") no-repeat;
	width: 32px;
	height: 30px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	top: -13px;
	left: 20px;
	z-index: 5;
}
.top-blk .top4 {
	background: url("../images/label4.png") no-repeat;
	width: 32px;
	height: 30px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	top: -13px;
	left: 20px;
	z-index: 5;
}
.btn-more label {
	display: inline-block;
	background: #fff;
	border-radius: 29px;
	position: relative;
	width: 100%;
	line-height: 58px;
	height: 58px;
	cursor: pointer;
	-webkit-transition : all ease 0.3s;
	-o-transition : all ease 0.3s;
	-moz-transition : all ease 0.3s;
	-ms-transition : all ease 0.3s;
	transition : all ease 0.3s;
	top: -1px;
	text-align: center;
}
.btn-more span {
	display: inline-block;
	padding-right: 30px;
	position: relative;
}
.btn-more span:after {
	content: '';
	display: inline-block;
	background: url("../images/ar-right.png") no-repeat;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;
	-webkit-transition : all ease 0.3s;
	-o-transition : all ease 0.3s;
	-moz-transition : all ease 0.3s;
	-ms-transition : all ease 0.3s;
	transition : all ease 0.3s;
}
.btn-more {
	height: 60px;
	line-height: 60px;
	width: 315px;
	padding: 1px;
	background: linear-gradient(135deg, #FF8E32 20%,  #FF5085);
	border-radius: 30px;
	display: inline-block;
}
.btn-more:hover label {
	background: none;
	color: #fff !important;
}
.btn-more:hover span:after {
	background: url("../images/ar-right-w.png") no-repeat;
	right: -10px;
}
.btn-more-news {
	margin-top: 40px;
}
.mrt-20 {
	margin-top: 20px;
}
.mrt-30 {
	margin-top: 30px;
}
.mrt-40 {
	margin-top: 40px !important;
}
.link-sect {
	background: url("../images/bg1.png") no-repeat center center;
	background-size: cover;
	padding: 40px 40px;
}
.ov-bg {
	background: rgba(255,255,255,0.75);
	border-radius: 30px;
	padding: 65px 80px;
	position: relative;
	width: 860px;
	margin: 0 auto;
}
.ov-bg:before {
	background: url("../images/deco1.svg") no-repeat;
	width: 190px;
	height: 120px;
	content: '';
	display: inline-block;
	position: absolute;
	top: auto;
	bottom: -18px; 
	left: 30px;
}
.ov-bg:after {
	background: url("../images/deco2.svg") no-repeat;
	width: 174px;
	height: 138px;
	content: '';
	display: inline-block;
	position: absolute;
	 bottom: auto; 
	 top: -40px; 
	 right: 20px;
}
.ov-bg h2 {
	font-weight: bold;
	font-size: 28px;
	text-align: center;
	margin: 0 0 30px;
}
.footer {
	background: #fff;
	border-top: solid 1px #FF8E32;
	padding: 130px 0 100px 0;
	width: 100%;
	position: relative;
	z-index: 10000;
}
.totop {
	width: 100px;
	height: 35px;
	border-radius: 18px 18px 0 0;
	position: absolute;
	right: 30px;
	top: -35px;
	background: #fff;
	border: solid 1px #FF8E32;
	border-bottom: 0;
	-webkit-transition: all ease 0.2s;
	-ms-transition: all ease 0.2s;
	-o-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	transition: all ease 0.2s;
}
.totop a {
	display: inline-block;
	text-align: center;
	color: #FF8E32;
	width: 100%;
	line-height: 35px;
	text-indent: 30px;
	position: relative;
}
.totop a:before {
	background: url("../images/ar-top.png") no-repeat;
	width: 25px;
	height: 25px;
	content: '';
	display: inline-block;
	position: absolute;
	left: 14px;
	top: 50%;
	margin-top: -11px;
}
.totop:hover {
	height: 45px;
	top: -45px;
	border-radius: 23px 23px 0 0;
}
.totop:hover a {
	line-height: 45px;
}
.footer-container {
	width: 1080px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.menu-social ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.menu-social ul li {
	list-style: none;
	float: left;
	margin: 0 0 0 12px;
}
.menu-social ul li a:hover {
	opacity: 0.8;
}
.menu-social2 {
	text-align: center;
}
.menu-social2 ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
	display: inline-block;
}
.menu-social2 ul li {
	list-style: none;
	float: left;
	margin: 0 10px;
}
.menu-social2 ul li a:hover {
	opacity: 0.8;
}
.menu-footer ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.menu-footer ul li {
	list-style: none;
	float: left;
	margin: 0 20px 0 0;
	padding-right: 20px;
	border-right: solid 1px #A2A2A2;
}
.menu-footer ul li:last-child {
	border: 0;
}
.icon-w {
	display: inline-block;
	padding-right: 28px;
	position: relative;
}
.icon-w:after {
	background: url("../images/icon-w.png") no-repeat;
	width: 23px;
	height: 22px;
	content: '';
	display: inline-block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -11px;
}
.copy-right {
	color: #a2a2a2;
	width: 100%;
	text-align: left;
	font-size: 13px;
	padding: 30px 0 0 0;
}
.new-title {
	margin-bottom: 20px;
}
.new-title h2 {
	font-size: 25px;
	font-weight: bold;
	padding-left: 65px;
	position: relative;
	margin: 0;
}
.new-title span {
	font-size: 15px;
	font-weight: 600;
}
.new-title label {
	font-weight: bold;
	font-size: 15px;
	color: #fff;
	display: inline-block;
	background: #FF5085;
	border-radius: 5px;
	height: 30px;
	line-height: 30px;
	padding: 0 8px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px;
}
.news-carousel-sect {
	width: 900px;
	margin: 0 auto;
	padding-bottom: 80px;
}
.yellow-title h2 {
	font-size: 27px;
	font-weight: bold;
	margin: 0;
	padding-left: 35px;
	line-height: 78px;
}
.yellow-title {
	background: url("../images/deco0.png") no-repeat left center;
	height: 78px;
	position: absolute;
	left: 70px;
	top: -78px;
	width: 100%;
}
.new-carousel.owl-theme .owl-dots .owl-dot span {
	background: #fff;
	border: solid 1px #FF8E32;
}
.new-carousel.owl-theme .owl-dots .owl-dot.active span,
.new-carousel.owl-theme .owl-dots .owl-dot:hover span {
	background: #FF8E32;
}
.new-carousel.owl-carousel .owl-nav button.owl-next {
	width: 50px;
	height: 50px;
	background: #fff url("../images/ar-c-right.svg") no-repeat center center;
	border: solid 1px #FF8E32;
	border-radius: 100%;
	text-indent: -9999px;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
	right: -70px;
	position: absolute;
}
.new-carousel.owl-carousel .owl-nav button.owl-next:hover {
	background-color: #FFE5A8
}
.new-carousel.owl-carousel .owl-nav button.owl-prev {
	width: 50px;
	height: 50px;
	background: #fff url("../images/ar-c-left.svg") no-repeat center center;
	border: solid 1px #FF8E32;
	border-radius: 100%;
	text-indent: -9999px;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
	left: -70px;
	position: absolute;
}
.new-carousel.owl-carousel .owl-nav button.owl-prev:hover {
	background-color: #FFE5A8
}
.new-carousel.owl-theme .owl-nav {
	position: absolute;
	width: 100%;
	bottom: -5px;
	left: -130px;
	right: 130px;
	margin: 0 auto;
	height:  50px;
}
.new-carousel.owl-theme .owl-dots {
	display: inline-block;
	position: relative;
    margin: 40px auto 0 auto; /* Center the elements */
	left: -130px;
}
.new-carousel.owl-carousel {
	text-align: center;
	position: relative;
}
.new-carousel.owl-carousel {
	width: calc(900px + (100% - 230px)/2);
}
.logo {
	width: 100%;
	text-align: center;
	padding: 20px 10px;
}
.menu-sidebar ul {
	margin: 40px 0;
	padding: 0 25px 0 25px;
}
.menu-sidebar ul li {
	list-style: none;
	line-height: 54px;
	padding-left: 0px;
}
.menu-sidebar ul li a {
	display: inline-block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
}
.menu-sidebar ul li a.menu-s {
	padding-left: 40px;
	cursor: pointer;
}
.menu-sidebar ul li a:hover {
	background: #FFE5A8;
	border-radius: 10px;
	color: inherit;
}
.menu-sidebar ul li a.active {
	background: #FFE5A8;
	border-radius: 10px;
	color: inherit;
}
.menu-s {
	position: relative;
	padding-left: 24px;
}
.menu-s:before {
	background: url("../images/icon-search2.png") no-repeat;
	width: 16px;
	height: 18px;
	content: '';
	display: inline-block;
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -9px;
}
.menu-sidebar ul li.menu-ct-btn {
	padding-left: 0;
	margin-top: 20px;
}
.menu-sidebar ul li.menu-ct-btn a label {
	display: inline-block;
	background: #fff;
	border-radius: 29px;
	position: relative;
	width: 100%;
	line-height: 58px;
	height: 58px;
	cursor: pointer;
	-webkit-transition : all ease 0.3s;
	-o-transition : all ease 0.3s;
	-moz-transition : all ease 0.3s;
	-ms-transition : all ease 0.3s;
	transition : all ease 0.3s;
	top: -1px;
	text-align: center;
}
.menu-sidebar ul li.menu-ct-btn a span {
	display: inline-block;
	position: relative;
	text-align: center;
	padding-left: 26px;
}
.menu-sidebar ul li.menu-ct-btn a span:after {
	content: '';
	display: inline-block;
	background: url("../images/icon-envelope.svg") no-repeat;
	width: 20px;
	height: 16px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -8px;
	-webkit-transition : all ease 0.3s;
	-o-transition : all ease 0.3s;
	-moz-transition : all ease 0.3s;
	-ms-transition : all ease 0.3s;
	transition : all ease 0.3s;
}
.menu-sidebar ul li.menu-ct-btn a {
	height: 60px;
	line-height: 60px;
	width: 100%;
	padding: 1px;
	background: linear-gradient(135deg, #FF8E32 20%,  #FF5085);
	border-radius: 30px;
	display: inline-block;
}
.menu-sidebar ul li.menu-ct-btn a:hover label {
	background: none;
	color: #fff;
}
.menu-sidebar ul li.menu-ct-btn a:hover span:after {
	background: url("../images/icon-envelope-w.svg") no-repeat;
}
.menu-sidebar li.has-child > a {
	padding-right: 20px;
	position: relative;
	width: 100%;
	cursor: pointer;
}
.menu-sidebar li.has-child > a.active {
	position: relative;
}
.menu-sidebar li.has-child > a.active:before {
	background: #FFE5A8;
	height: 50px;
	width: 50px;
	content: '';
	display: inline-block;
	position: absolute;
	right: -26px;
	top: 0px;
}
.menu-sidebar li.has-child > a:hover {
	color: inherit;
}
.menu-sidebar li.has-child > a:after {
	background: url("../images/ar-right.png") no-repeat;
	width: 20px;
	height: 20px;
	content: '';
	display: inline-block;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -10px;
}
.menu-sidebar .sub-menu {
	margin: 0;
	position: absolute;
	width: 300px;
	top: 0;
	left: 230px;
	height: 100%;
	background: #FFE5A8;
	z-index: 99;
	box-shadow: 6px 0px 10px rgba(0,0,0,0.2);
}
.menu-sidebar .sub-menu ul {
	background: #FFE5A8;
}
.menu-sidebar li.has-child .sub-menu {
	padding-top: 60px;
	display: none;
}
.menu-sidebar li.has-child:hover .sub-menu {
}
.menu-sidebar .sub-menu li {
	line-height: 1.2em;
	padding: 5px;
}
.menu-sidebar .sub-menu li a {
	background: #fff;
	border-radius: 10px;
	font-size: 15px;
	height: 45px;
	line-height: 1.2em;
	text-align: center;
	border: solid 1px #FF95B5;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}
.menu-sidebar .sub-menu li a:hover {
	background: #FFCCDC;
	color: #404040;
}
.menu-sidebar .sub-menu .close {
	background: url("../images/icon-close.png") no-repeat;
	width: 20px;
	height: 20px;
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}
.sub-menu .st2 {
	display: flex;
	flex-wrap: wrap;
}
.sub-menu .st2 li {
	width: 50%;
	padding: 5px;
}
.header-tb {
	display: none;
}
.search-blk .toggle-button {
	display: flex;
	padding-right: 20px;
}
.search-blk .toggle-button span {
	white-space: nowrap;
	position: relative;
	top: -5px;
}
.modal-content .search-blk .toggle-button {
	padding-right: 0;
}


/***menu sp***/
.popup-mobile-manu {
	background: rgba(0,0,0,0.6);
}
.popup-mobile-manu .inner {
	background: #fffbf0;
	padding-top: 20px;
	width: 300px;
}
.popup-mobile-manu .inner .mobileheader {
	background: #fffbf0;
	height: 20px;
}
.popup-mobile-manu .inner .mobileheader a.mobile-close {
	position: absolute;
	right: 10px;
	top: 10px;
}
.menu-sidebar.menu-sp ul li {
	line-height: 40px;
}
.popup-mobile-manu .inner .mobileheader a.mobile-close::before, .popup-mobile-manu .inner .mobileheader a.mobile-close::after {
	height: 2px;
}
.menu-sidebar.menu-sp .sub-menu {
	left: 0;
}
.menu-sidebar.menu-sp .sub-menu li {
	line-height: 1.2em;
}
.menu-sidebar.menu-sp .sub-menu li a {
	font-size: 13px;
	height: 40px;
}
.sub-menu h4 {
	font-weight: normal;
	font-size: 14px;
	margin-left: 25px;
}
.back-to {
	cursor: pointer;
	margin-left: 25px;
}

/*** search-result ***/
.yl-bg {
	padding: 110px 0;
	background: #FFF2D5;
	position: relative;
}
.container-900 {
	width: 900px;
	margin: 0 auto;
}
.title-page {
	font-weight: bold;
	font-size: 28px;
	margin: 0 0 30px 0;
}
.breadcrumb-blk  {
	margin: 0 0 20px 0;
}
.breadcrumb-blk ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.breadcrumb-blk ul li {
	float: left;
	list-style: none;
	margin-right: 15px;
	padding-right: 15px;
	position: relative;
	font-size: 13px;
}
.breadcrumb-blk ul li:after {
	background: url("../images/ar-right.png") no-repeat;
	width: 14px;
	height: 14px;
	position: absolute;
	right: -7px;
	top: 50%;
	margin-top: -7px;
	background-size: 14px 14px;
	content: '';
	display: inline-block;
}
.breadcrumb-blk ul li:last-child:after {
	display: none;
}
.breadcrumb-blk ul li a {
	font-size: 13px;	
}

.search-r-list {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.search-r-list > .item {
	width: 33.33333%;
	padding: 10px 10px;
}
.img-post img {
	width: 100%;
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
	-o-transition: all ease 0.4s;
	-ms-transition: all ease 0.4s;
	transition: all ease 0.4s;
}
.img-post {
	overflow: hidden;
}
.img-top-blk {
	overflow: hidden;
}
.img-top-blk img {
	width: 100%;
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
	-o-transition: all ease 0.4s;
	-ms-transition: all ease 0.4s;
	transition: all ease 0.4s;
}
.fav-blk:hover .img-post img {
	transform: scale(1.2,1.2);
}
.top-blk:hover .img-top-blk img {
	transform: scale(1.2,1.2);
}
.pagination-blk {
	margin-top: 40px;
	text-align: center;
}
.pagination-blk ul {
	margin: 0;
	padding: 10px 0;
	overflow: hidden;
	display: inline-block;
}
.pagination-blk ul li {
	float: left;
	list-style: none;
	margin: 5px 5px;
}
.pagination-blk ul li a {
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 34px;
	display: inline-block;
	border-radius: 100%;
	background: #FFF2D5;
	border: solid 1px #FFF2D5;
}
.pagination-blk ul li a:hover,
.pagination-blk ul li a.active {
	background: #fff;
	border: solid 1px #FF8E32;
}
.pagination-blk .pag-next,
.pagination-blk .pag-prev {
	width: 50px;
	height: 50px;
	line-height: 46px;
	background: #fff;
	border: solid 1px #FF8E32;
	position: relative;
	top: -7px;
}
.pagination-blk .pag-next:hover,
.pagination-blk .pag-prev:hover {
	background: #FFE5A8;
}
.btn-search3 {
	width: 280px;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	display: inline-block;
	background: linear-gradient(135deg, #FF8E32 20%,  #FF5085);
	color: #fff !important;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	text-align: center;
}
.btn-search3 span {
	position: relative;
	padding-left: 40px;
	display: inline-block;
}
.btn-search3 span:before {
	content: '';
	display: inline-block;
	background: url("../images/icon-search.svg") no-repeat;
	width: 31px;
	height: 31px;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -15px;
}
.btn-search3:hover {
	background: linear-gradient(#FF5085,#FF5085);
	color: #fff;
}
.search-btn-blk2 {
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
}
.btn-search4 {
	width: 70px;
	height: 70px;
	line-height: 70px;
	border-radius: 70px;
	display: inline-block;
	background: linear-gradient(135deg, #FF8E32 20%,  #FF5085);
	color: #fff !important;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	text-align: center;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.btn-search4 span {
	display: inline-block;
	padding-top: 12px;
}
.btn-search4:before {
	content: '';
	display: inline-block;
	background: url("../images/icon-search.png") no-repeat;
	width: 31px;
	height: 31px;
	position: absolute;
	left: 50%;
	top: 7px;
	margin-left: -15px;
}
.btn-search4:hover {
	background: linear-gradient(#FF5085,#FF5085);
	color: #fff;
}
.btn-search-pop {
	display: none;
	position: fixed;
	top: 100px;
	right: 20px;
	z-index: 999;
}
body.modal-open {
	padding-right: 0 !important; /* Or adjust to a specific value if needed */
}
.modal {
	z-index: 100000;
}
.modal-dialog {
	width: 900px;
	margin-top: 0;
	margin-bottom: 0;
}
.modal-header {
	background: #FFF2D5;
	height: 70px;
	text-align: center;
	padding: 0 20px;
	position: relative;
}
.modal-title {
	font-size: 20px;
	line-height: 70px;
}
.modal-title span {
	display: inline-block;
	background: #fff;
	height: 30px;
	line-height: 30px;
	border-radius: 4px;
	padding: 0 10px;
	margin-left: 10px;
	font-size: 14px;
	font-weight: 500;
}
.modal-header .close {
	position: absolute;
	margin-top: 0;
	right: 10px;
	top: 22px;
}
.modal-body {
	overflow-y: scroll;
}
.modal-body .search-blk {
	border-bottom: 0;
}
.modal-body .search-blk .collapsible-content {
	display: block;
}
.modal-body  .toggle-button:after {
	display: none;
}
.modal-footer {
	height: 80px;
	background: #FFF2D5;
	text-align: center;
	position: relative;
}
.clear-btn {
	background: url("../images/refresh.png") no-repeat center left;
	padding-left: 25px;
	position: absolute;
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
}

/**** faq ****/
.faq-blk span {
	font-weight: bold;
	color: #fff;
	display: inline-block;
	height: 30px;
	width: 30px;
	font-size: 16px;
	background: #FF5085;
	border-radius: 100%;
	line-height: 28px;
	text-align: center;
	padding: 0;
	position: absolute;
	top: 18px;
	left: 0px;
}
.faq-blk .toggle-button {
	font-weight: bold;
	font-size: 18px;
	padding-left: 40px;
	padding-right: 20px;
	position: relative;
}
.faq-blk {
	padding: 10px 20px;
	border-radius: 10px;
	background: #fff;
	margin-bottom: 20px;
}
.answer-blk {
	padding-bottom: 10px;
}
.faq-list .faq-blk:last-child {
	margin-bottom: 0;
}
.pink-link {
	color: #FF5085;
	text-decoration: underline;
}
.pink-link:hover {
	color: #FF8E32
}
.yl-c {
	margin: 0;
	padding: 0;
}
.yl-c li {
	list-style: none;
	position: relative;
	padding-left: 20px;
	margin:  12px 0;
}
.yl-c li:before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #FF8E32;
	position: absolute;
	left: 0;
	top: 8px;
}

/**** link ****/
.white-bg-content {
	border-radius: 20px;
	padding: 50px;
	background: #fff;
}
.link-blk {
	margin-top: 50px;
}
.link-blk h3 {
	font-weight: bold;
	font-size: 17px;
	padding: 12px 0 12px 22px;
	border-left: solid 4px #FF8E32;
}
.link-blk ul {
	margin: 0;
	padding: 0;
}
.link-blk ul li {
	margin: 15px 0;
	list-style: none;
	padding-left: 25px;
	position: relative;
}
.link-blk ul li:before {
	content: '';
	display: inline-block;
	background: url("../images/ar-pink-r.png") no-repeat;
	width: 12px;
	height: 13px;
	position: absolute;
	left: 0;
	top: 7px;
}
.link-blk ul li a img {
	position: relative;
	top: -2px;
}

/**** term ****/

.term-blk {
	margin-top: 50px;
}
.term-blk h3 {
	font-weight: bold;
	font-size: 17px;
	padding: 12px 0 12px 22px;
	border-left: solid 4px #FF8E32;
}
.term-blk ul {
	margin: 0;
	padding: 0;
}
.term-blk ul li {
	margin: 15px 0;
	list-style: none;
	padding-left: 42px;
	position: relative;
}
.term-blk ul li label {
	font-weight: bold;
	color: #FF8E32;
	width: 32px;
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0;
}

/**** contact ****/
.contact-form .form-grp {
	margin-bottom: 20px;
	display: flex;
}
.contact-form .form-grp > label {
	width: 200px;
	font-weight: normal;
	margin-top: 13px;
	font-size: 15px;
}
.contact-form .form-grp > label span {
	font-size: 12px;
	color: #fff;
	background: #FF8E32;
	border-radius: 3px;
	padding: 0 3px;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	font-weight: normal;
	margin-right: 6px;
}
.contact-form .form-grp div {
	flex: 1;
}
.contact-form .form-grp input[type=text],
.contact-form .form-grp input[type=tel],
.contact-form .form-grp input[type=email] {
	height: 50px;
	border-radius: 5px;
	border: solid 1px #A2A2A2;
	background: #fff;
	padding: 0 12px;
	line-height: 50px;
	width: 100%;
	font-size: 15px;
}
.contact-form .form-grp textarea {
	border-radius: 5px;
	border: solid 1px #A2A2A2;
	background: #fff;
	min-height: 180px;
	resize: vertical;
	padding: 8px 12px;
	width: 100%;
	font-size: 15px;
}
.contact-form .form-grp input[type=text]:focus,
.contact-form .form-grp input[type=tel]:focus,
.contact-form .form-grp input[type=email]:focus,
.contact-form .form-grp textarea:focus {
	background: #FFF2D5;
	border: solid 1px #a2a2a2;
	outline: 0;
}
.contact-form .submit-btn {
	height: 60px;
	width: 310px;
	border-radius: 30px;
	display: inline-block;
	background: linear-gradient(135deg, #FF8E32 20%,  #FF5085);
	color: #fff;
	box-shadow: 0 0 0;
	border: 0;
	font-size: 16px;
	font-weight:  500;
	position: relative;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.contact-form .submit-btn:after {
	background: url("../images/icon-send.png") no-repeat;
	width: 18px;
	height: 20px;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 50%;
	margin-left: 30px;
	content: '';
	display: inline-block;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.contact-form .submit-btn input {
	box-shadow: 0 0 0;
	border: 0;
	background: none;
	height: 60px;
	width: 100%;
	padding-right: 30px;
}
.contact-form .submit-btn:hover {
	background: linear-gradient(#FF5085,  #FF5085);
}
.contact-form .submit-btn:hover:after {
	margin-left: 50px;
}
.contact-form .center div {
	font-size: 14px;
}

/*** news details ***/
.news-details-page {
	font-size: 15px;
}
.tag-list-dt {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -3px;
	justify-content: flex-start;
}
.tag-list-dt .item {
	padding: 3px;
	width: auto;
}
.tag-list-dt span {
	height: 25px;
	font-size: 11px;
	line-height: 25px;
	border-radius: 13px;
	background: #FFCCDC;
	padding: 0 6px;
	display: inline-block;
}
.news-dt-info {
	display: flex;
	justify-content: space-between;
	margin: 0 0 15px 0;
}
.date-dt {
	text-align: right;
	font-size: 13px;
}
.news-details-page .title-page {
	margin-bottom: 15px;
}
.feature-img {
	margin: 15px 0;
}
.feature-img img {
	width: 100%;
	border-radius: 10px;
}
.tb-content {
	display: flex;
	font-size: 13px;
	margin: 20px 0;
}
.tb-content .tb1,
.tb-content .tb2,
.tb-content .tb3 {
	width: 120px;
	margin-right: -1px;
}
.tb-content .tb4 {
	flex: 1;
}
.tb-content .cell-head {
	text-align: center;
	background: #f5f5f5;
	border: solid 1px #B7B7B7;
	min-height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tb-content .cell-body {
	background: #fff;
	padding: 0 12px;
	border: solid 1px #B7B7B7;
	display: flex;
	align-items: center;
	min-height: 70px;
	margin-top: -1px;
}
.pink-box {
	border: solid 1px #FF5085;
	border-radius: 10px;
	padding: 40px 30px 30px 30px;
	position: relative;
	font-size: 15px;
	overflow: hidden;
}
.pink-box label {
	position: absolute;
	top: 0;
	left: 0;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background: #FF5085;
	padding: 0 20px 0 50px;
}
.pink-box label:before {
	background: url("../images/icon-university.png") no-repeat;
	width: 22px;
	height: 22px;
	position: absolute;
	top: 4px;
	left: 15px;
	content: '';
	display: inline-block;
}
.pink-box ul {
	margin: 0 0 0 10px;
	padding: 0;
}
.news-details-page p {
	font-size: 15px;
	margin-bottom: 20px;
}
.yellow-box {
	border: solid 1px #FF8E32;
	border-radius: 10px;
	padding: 40px 30px 30px 30px;
	position: relative;
	font-size: 15px;
	overflow: hidden;
	margin-top: 20px;
}
.yellow-box label {
	position: absolute;
	top: 0;
	left: 0;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background: #FF8E32;
	padding: 0 20px 0 50px;
}
.yellow-box label:before {
	background: url("../images/icon-book.png") no-repeat;
	width: 22px;
	height: 22px;
	position: absolute;
	top: 4px;
	left: 15px;
	content: '';
	display: inline-block;
}
.yellow-box h4 {
	margin: 0 0 10px 0;
	font-weight: bold;
	font-size: 16px;
	color: #FF8E32;
}
.gray-box {
	border: solid 1px #565656;
	border-radius: 10px;
	padding: 40px 30px 30px 30px;
	position: relative;
	font-size: 15px;
	overflow: hidden;
	margin-top: 20px;
}
.gray-box label {
	position: absolute;
	top: 0;
	left: 0;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background: #565656;
	padding: 0 20px 0 50px;
}
.gray-box label:before {
	background: url("../images/icon-folder.png") no-repeat;
	width: 22px;
	height: 22px;
	position: absolute;
	top: 4px;
	left: 15px;
	content: '';
	display: inline-block;
}
.border-title {
    font-weight: bold;
    font-size: 17px;
    padding: 12px 0 12px 22px;
    border-left: solid 4px #FF8E32;
}
.yellow-txt {
	color: #FF8E32
}
.pd-txt {
	padding-left: 30px;
}
.gray-box .link-blk {
	margin-top: 0;
}
.gray-box .link-blk li:last-child {
	margin-bottom: 0;
}
.sticky {
	position: fixed;
}
.left-bar .sticky {
	width: 230px;
}
.sidebar-l {
	padding-bottom: 40px;
	width: 230px;
	z-index: 400;
}
.modal-body {
	padding: 15px 30px;
}
