@charset "UTF-8";
/*
	Template: swell
	Theme Name: SWELL CHILD
	Theme URI: https://swell-theme.com/
	Description: SWELLの子テーマ
	Version: 1.0.0
	Author: LOOS WEB STUDIO
	Author URI: https://loos-web-studio.com/

	License: GNU General Public License
	License URI: http://www.gnu.org/licenses/gpl.html
*/

.top-category {
	background-color: #e4f7e9;
	display: flex;
	justify-content: center;
	height: 40px;
	padding: 0 30px;
	width: 100%;
}

@media all and (min-width: 520px) {
	.top-category {
		height: 55px;
		padding: 0 48px;
	}
}

.top-category__wrapper {
	max-width: 1200px;
	overflow: hidden;
}

.top-category__wrapper--list {
	cursor: default;
	display: flex;
	overflow-x: scroll;
}

.top-category__wrapper--list:active {
	cursor: grabbing;
}

.top-category__wrapper--list_item {
	border-left: 1px solid #fff;
	display: inline-block;
	flex-shrink: 0;
	position: relative;
	transition: background-color .3s 0s ease;
}

.top-category__wrapper--list_item:last-child {
	border-right: 1px solid #fff;
}

.top-category__wrapper--list_item:hover {
	background-color: #c6f7d3;
}

.top-category__wrapper--list_item_style {
	color: #666;
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 100%;
	line-height: 40px;
	margin: 0 55px;
	user-select: none;
}

@media all and (min-width: 520px) {
	.top-category__wrapper--list_item_style {
		font-size: 14px;
		line-height: 55px;
	}
}

@media all and (max-width: 959px) {
	.l-fixHeader {
		display: block;
		margin-top: 64px;
	}

	.l-fixHeader::before {
		display: none;
	}

	.l-fixHeader__inner {
		display: none;
	}
}

.l-fixHeader::before {
	box-shadow: 0 3px 6px rgba(0,0,0,.16);
	height: 48px;
	z-index: 10;
}

.l-fixHeader__inner {
	z-index: 11;
}

.l-fixHeader__additional-info {
	height: 0;
	opacity: 0;
	overflow: hidden;
	transition: all .3s ease;
}

.l-fixHeader__additional-info.show {
	height: auto;
	opacity: 1;
}

@media all and (max-width: 519px) {
	.-type-list .p-postList__thumb,
	.-type-list2 .p-postList__thumb {
	    width: 100%;
	}

	.-type-list .p-postList__body,
	.-type-list2 .p-postList__body {
		padding-top: 1em;
    width: 100%;
	}
}

:root {
	--ps_space: 8px;
}

.c-gnav > li:last-child:hover > a::after {
	transform: scaleX(0)!important;
}

.c-gnav > .menu-item > .sub-menu {
	left: 0;
	-webkit-transform: trasnlateX(0);
	transform: translateX(0);
}

.c-gnav .sub-menu {
	width: 17em;
}

.c-gnav .sub-menu a::before {
	content: '・';
}

.p-postSlider {
	color: #ffffff;
	padding-bottom: 8vw;
	padding-top: 8vw;
}

#post_slider::before {
	background-image: url(../../../wp-content/uploads/2021/10/top_background_image.jpg);
	opacity: 1;
}

#post_slider .swiper-container {
	padding-bottom:24px;
}

@media screen and (min-width: 600px) {
	.p-postSlider {
		padding-bottom:64px;
		padding-top:64px;
	}
}

.p-postSlider {
	position: relative;
	overflow: hidden;
}

.p-postSlider .swiper-container {
	position: relative;
	z-index: 1;
}

.p-postSlider .swiper-pagination {
	bottom: 0;
	line-height: 1;
}

.p-postSlider .swiper-pagination-bullet {
	background: currentColor;
	color: inherit;
}

.p-postSlider .swiper-button-prev {
	left: var(--ps_space);
}

.p-postSlider .swiper-button-next {
	right: var(--ps_space);
}

.p-postSlider .swiper-button-next,
.p-postSlider .swiper-button-prev {
	background: 0 0;
	background: rgba(0,0,0,.6);
	height: 32px;
	margin-top: 0;
	padding: 8px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 24px;
}

.p-postSlider .swiper-button-next svg,
.p-postSlider .swiper-button-prev svg {
	height: 100%;
	width: 100%;
}

.p-postSlider .swiper-button-next svg polyline,
.p-postSlider .swiper-button-prev svg polyline {
	stroke-width: 24;
}

.p-postSlider__title {
	font-weight: 700;
	font-size: 4.5vw;
	letter-spacing: 1px;
	margin-bottom: 1.75em;
	position: relative;
	text-align: center;
	z-index: 1;
}

.postSlider__postList {
	align-items: stretch;
	display: flex;
	flex-wrap: nowrap;
}

.p-postSlider .p-postList__item {
	height: auto;
	padding: 0 var(--ps_space);
	position: static;
}

.p-postSlider .p-postList__link {
	color: inherit;
	height: 100%;
	position: relative;
}

.p-postSlider .p-postList__body {
	color: inherit;
}

.p-postSlider .p-postList__title {
	font-size: 3.6vw;
	overflow: hidden;
}

.p-postSlider.-ps-style-normal .p-postList__title {
	line-height: 1.4;
	max-height: 4.2em;
}

.p-postSlider.-ps-style-normal .p-postList__body {
	margin-top: .75em;
}

.p-postSlider.-ps-style-img .p-postList__thumb {
	z-index: 0;
}

.p-postSlider.-ps-style-img .p-postList__body {
	bottom: 0;
	color: #fff;
	left: 0;
	margin-top: 0;
	padding: 2em .75em .5em;
	position: absolute;
	width: 100%;
	z-index: 2;
}

.p-postSlider.-ps-style-img .p-postList__body::before {
	background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.4));
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	bottom: 0;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	-webkit-transform: perspective(0);
	transform: perspective(0);
	transition: none;
	width: 100%;
	z-index: -1;
}

.p-postSlider.-ps-style-img .p-postList__title {
	line-height: 1.2;
	max-height: 3.6em;
}

@media (min-width: 600px) {
	.p-postSlider__title {
		font-size: 24px;
	}

	.p-postSlider .p-postList__title {
		font-size: 15px;
	}

	.p-postSlider.-fz-pc-l .p-postList__title {
		font-size: 18px;
	}
}

@media (min-width: 960px) {
	.p-postSlider.-num-pc-1.-ps-style-normal .p-postList__body {
		padding: .25em 1em 0;
	}
}

@media (max-width: 959px) {
	.p-postSlider__inner {
		padding-left: 0;
		padding-right: 0;
	}

	.p-postSlider.-num-sp-1.-ps-style-normal .p-postList__body {
		padding: .25em 1em 0;
	}
}

@media (max-width: 599px) {
	.p-postSlider .swiper-pagination-bullet {
		height: 6px;
		margin: 0 3px;
		width: 6px;
	}

	.p-postSlider .swiper-button-next,
	.p-postSlider .swiper-button-prev {
		height: 32px;
		padding: 6px;
		width: 24px;
	}

	.p-postSlider .swiper-button-next svg polyline,
	.p-postSlider .swiper-button-prev svg polyline {
		stroke-width: 24;
	}

	.p-postSlider.-fz-sp-s .p-postList__title {
		font-size: 3vw;
	}

	.p-postSlider.-ps-style-img.-fz-sp-s .p-postList__body {
		padding: 2em .5em .5em;
	}
}

.-series .l-header__logo,
.l-fixHeader__logo {
	padding: 8px 0;
}

.c-gnav>.menu-item>a .ttl {
	font-size: 12px;
	font-weight: bold;
}

@media all and (max-width: 959px) {
	.header__menu--cta {
		background: #ef7b2c;
		border-radius: 25px;
		color: #fff;
		margin-top: 30px;
		text-align: center;
	}

	.header__menu--cta a::before {
		content: ''!important;
	}
}

.header__menu--cta a > span {
	background: #ef7b2c;
	border-radius: 5px;
	color: #fff!important;
	display: flex!important;
	flex-direction: column;
	line-height: 1.3!important;
	overflow: hidden;
	position: relative;
	transform: translateY(0);
	transition: transform .2s 0s ease;
}

@media all and (min-width: 960px) {
	.header__menu--cta a > span {
		box-shadow: 0 3px 6px rgba(0,0,0,.2);
		padding: 5px 16px;
	}
}

.header__menu--cta a > span:hover {
	transform: translateY(2px);
}

.header__menu--cta a > span::before {
	background-image: linear-gradient(90deg, rgba(255,255,255,0) 0,rgba(255,255,255,.6) 80%,rgba(255,255,255,0) 100%);
	content: "";
	height: 200px;
	left: -120px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(25deg);
	width: 80px;
}

.header__menu--cta a > span:hover::before {
	animation: .2s ease-in both ctaHoverAnimation;
}

@keyframes ctaHoverAnimation {
	0% {
		left: -120px;
	}
	100% {
		left: 120px;
	}
}

.header__menu--cta_btn_main {
	font-size: 14px;
}

.header__menu--cta_btn_sub {
	font-size: 10px;
}

.c-infoBar__text {
	padding: 10px 0;
}

#sitetop .c-infoBar__text,
#page .c-infoBar__text {
	padding: 15px 0 10px!important;
}

.c-infoBar__btn {
  margin-left: 20px;
  padding: 4px 15px;
  font-size: 10px;
}

@media all and (min-width: 520px) {
	.c-infoBar__btn {
		margin-left: 40px;
		padding: 4px 30px;
	}
}

.c-infoBar__text {
	font-size: 12px!important;
}

.p-postSlider__title {
	text-shadow: 0 3px 5px rgb(0 0 0 / 20%);
}

.p-postSlider .swiper-pagination-bullet {
	opacity: .4;
}

.p-postSlider .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1;
}

.l-header {
	box-shadow: 0 3px 6px rgba(0,0,0,.16);
}

#body_wrap.blog,
#body_wrap.post-template-default {
	background: #f7f7f7;
}

.l-mainContent__inner {
	background: #fff;
	padding: 30px 15px 60px;
}

@media all and (min-width: 520px) {
	.l-mainContent__inner {
		padding: 30px 35px 60px;
	}
}

.-type-list .p-postList__item {
	margin-bottom: 60px;
}

.c-tabBody .p-postList__body::after,
.p-searchContent .p-postList__body::after {
	box-shadow: 0 0 0 2px rgb(250 121 33 / 100%);
	color: #fa7921;
	content: "READ MORE »";
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .5px;
	line-height: 30px;
	margin-top: 1.5em;
	max-width: 100%;
	opacity: .75;
	padding: 0 3em;
	text-align: center;
	transition: color .25s,background-color .25s;
	width: auto;
}

@media all and (max-width: 519px) {
	.c-tabBody .p-postList__body::after,
	.p-searchContent .p-postList__body::after {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 200px;
	}
}

.c-tabBody .p-postList__link:hover .p-postList__body::after,
.p-searchContent .p-postList__link:hover .p-postList__body::after {
	background: #fa7921;
	box-shadow: none;
	color: #fff;
	opacity: 1;
}

.l-mainContent {
	box-shadow: 0 3px 5px rgba(0,0,0,.2);
}

[class*="page-numbers"] {
	border: solid 1px #96dfaa!important;
	border-radius: 50%;
	color: #96dfaa;
	margin: 4px;
}

[class*=page-numbers].current,
[class*=page-numbers]:hover {
	background-color: #96dfaa;
	color: #fff;
}

#add-p-postListTab .c-tabList {
	justify-content: flex-start;
}

#add-p-postListTab [aria-controls] {
	cursor: default;
}

.post_content p,
.post_content a,
.post_content li,
.post_content th,
.post_content td{
	font-size: 16px;
}

.c-postTitle__date {
	border-right-color: #f7f7f7;
}

.p-articleMetas {
	display: block;
}

.c-postTimes__modified,
.c-postTimes__posted {
	margin-right: 2.5em;  
}

.c-categoryList__link {
	background-color: #10522c;
}

.p-articleMetas__termList.c-categoryList::before {
	color: #10522c;
}

.-capbox.p-toc {
	border-color: #10522c;
}

.-capbox .p-toc__ttl {
  background-color: #10522c;
	font-size: 1em;
}

ol.is-style-index>li::before {
	border: none;
	content: counter(li) ".";
	padding: 0;
}

ol.is-style-index ol>li::before {
	border: none;
	content: counter(li) "-" counter(li2) ".";
	padding: 0;
}

.-capbox .p-toc__list {
	padding: 15px 10px;
}

.p-toc__list li {
	font-weight: bold;
}

.p-toc__list li li {
	font-weight: normal;
}

.post_content thead td,
.post_content thead th {
	background-color: #96dfaa;
	color: #333;
	padding: 1em 1em .8em;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background-color: #f7f7f7;
}

.is-style-onborder_ttl2>.cap_box_ttl,
.is-style-onborder_ttl>.cap_box_ttl {
	left: 30px;
	padding: 10px 36px;
}

.p-blogCard__caption {
	font-size: 16px;    
}

.p-blogCard__caption::before {
	display: none;
	margin-right: 3px;
	font-family: icomoon;
	content: "\e923";
}

@media all and (max-width: 735px) {
	.p-blogCard__inner {
		flex-wrap: wrap;
		justify-content: center;
	}
}

[data-type=type1] .p-blogCard__inner::before {
	border-color: #34a853;
}

.p-blogCard__thumb {
	width: 220px;
}

@media all and (max-width: 735px) {
	.p-blogCard__thumb {
		margin-bottom: 1em;
		margin-right: 0; 
	}
}

.p-blogCard__title {
	font-weight: bold;
}

.p-blogCard__excerpt {
	font-size: 14px;
}

.p-postList__excerpt {
	text-align: justify;
}

@media all and (max-width: 735px) {
	.p-postList__excerpt {
		display: none;
	}
}

.p-pnLinks.-style-normal .-prev .p-pnLinks__link {
	border-left-color: #10522c;
}

.p-pnLinks.-style-normal .-prev .p-pnLinks__link::after {
	color: #10522c;
	content: '前の記事';
	font-size: 10px;
	font-weight: bold;
	left: 10px;
	position: absolute;
	top: 0;
}

.p-pnLinks.-style-normal .-next .p-pnLinks__link {
	border-right-color: #10522c;
}

.p-pnLinks.-style-normal .-next .p-pnLinks__link::after {
	color: #10522c;
	content: '次の記事';
	font-size: 10px;
	font-weight: bold;
	position: absolute;
	right: 10px;
	top: 0;
}

.p-pnLinks__link {
	padding: 1.05em 10px 0;
}

.c-secTitle {
	border-left: 3px solid #10522c!important;
	color: #10522c;
}

.p-authorBox {
	align-items: flex-start;
	border: none;
	box-shadow: 0 3px 6px rgba(0,0,0,.16);
	display: flex;
	justify-content: space-between;
	padding: 3vw;
	text-align: justify;
}

@media all and (min-width: 600px) {
	.p-authorBox {
		padding: 1.5em;
	}
}

@media all and (max-width: 599px) {
	.p-authorBox__l {
		margin: 0 1em 0 0;
	}
}

.p-authorBox .avatar {
	border: none;
	height: 70px;
}

@media all and (min-width: 600px) {
	.p-authorBox .avatar {
		height: 100px;
	}
}

.p-authorBox__name {
	font-size: 12px!important;
	margin-top: 0;
}

.p-authorBox__position {
	font-size: 10px!important;
}

.has-medium-font-size,
.u-fz-m {
	font-size: 1em;
}

.p-authorBox__r {
	border-left: solid 3px #f7f7f7;
}

@media all and (max-width: 599px) {
	.p-authorBox__r {
		padding-left: 1em;
	}
}

.p-authorBox__desc {
	font-size: 12.5px;
}

@media all and (min-width: 600px) {
	.p-authorBox__desc {
		font-size: 14px;
	}
}



.p-advisorBox {
	box-shadow: 0 3px 6px rgba(0,0,0,.16);
	padding: 4.5vw;
	text-align: justify;
}

@media all and (min-width: 600px) {
	.p-advisorBox {
		align-content: stretch;
		display: flex;
		justify-content: space-between;
		padding: 1.5em;
	}
}

.p-advisorBox__l {
	margin: 0 0 1em;
	text-align: center;
}

@media all and (min-width: 600px) {
	.p-advisorBox__l {
		margin-bottom: 0;
		width: 160px;
	}
}

.p-advisorBox .avatar {
	border-radius: 50%;
	height: 100px;
	object-fit: cover;
	width: 100px;
}

.p-advisorBox__r {
	width: 100%;
}

@media all and (min-width: 600px) {
	.p-advisorBox__r {
		border-left: solid 3px #f7f7f7;
		display: flex;
		flex-direction: column;
		padding-left: 1.5em;
		width: calc(100% - 160px - 1.5em);
	}
}



.post_content h2 {
	font-size: 20px;
}

.post_content h3 {
	font-size: 18px;
}

.post_content h4 {
	border-left-width: 3px!important;
	font-size: 16px;
	padding: 3px 0 2px 16px!important;
}

.swell-block-accordion__title {
	background: #96dfaa;
}

.swell-block-accordion__label {
	color: #333;
	font-size: 16px;
	font-weight: bold;
}

.swell-block-accordion__body {
	background: #f7f7f7;
}

.supervisor__wrapper {
	margin-top: 3em;
}

#sidebar .c-widget:nth-child(n + 3) {
	background: #fff;
}

#sidebar .c-widget+.c-widget p {
	padding: 0 15px 20px;
}

.excelcamp__sidebar--banner {
	background: #ccc;
	display: block;
	height: 250px;
	margin: 0 auto;
	max-width: 305px;
	width: 100%;
}

.excelcamp__mobile-menu--banner {
	display: block;
	font-size: 0;
	margin: 0 auto;
	width: 100%;
}

.widget_categories>ul>.cat-item>a,
.wp-block-categories-list>li>a {
	padding-left: calc(1.5em + 10px);
}

.widget_categories>ul>.cat-item>a::before,
.wp-block-categories-list>li>a::before {
	transform: scale(.8) translateX(16px) translateY(-50%);
}

.l-footer__foot {
	padding-top: 2.5em;
}

@media all and (max-width: 1279px) {
	#with-fixed-footer .l-footer__foot {
		padding-bottom: 7em;
	}
}

.l-footer__nav {
	padding: 0 0 .8em;
}

@media all and (max-width: 709px) {
	.l-footer__nav {
		display: block;
		margin-bottom: 1em;
		text-align: center;
	}

	.l-footer__nav li:first-child a,
	.l-footer__nav a {
		border:  none;
		display: inline-block;
		margin-bottom: .8em;
	}
}

.l-footer__nav a {
	font-size: 12px;
	font-weight: bold;
	padding: 0 1.2em;
}

.l-footer .copyright {
	font-size: 10px;
	margin-top: 30px;
}

@media all and (min-width: 736px) {
	.l-footer .copyright {
		font-size: 12px;
		margin-top: 15px;
	}
}

.footer__company-name {
	font-size: 12px;
	margin: 2.3em 0 1em;
	text-align: center;
}

#sitetop #content.l-container {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}

#sitetop .top-category {
	display: none;
}

#sitetop .l-content {
	margin-bottom: 0;
}

.-left .p-spMenu__closeBtn {
	left: auto;
	right: 0;
}

.c-spnav a {
  font-weight: bold;
}

.widget_categories .children a {
	padding-left: 4em!important;
}

.widget_categories .children a::before {
	content: url(images/media/child_category.png);
	left: 2em!important;
	top: calc(50% - 4px);
}

@media all and (min-width: 520px) and (max-width: 599px) {
	.widget_categories .children a::before {
		top: calc(50% - 6px);
	}
}

@media all and (min-width: 600px) {
	.widget_categories .children a::before {
		top: calc(50% - 5px);
	}
}

.p-fixBtnWrap_add {
	bottom: 0;
	left: 0;
	right: 0;
}

@media all and (max-width: 599px) {
	.c-balloon__body {
		padding: 4px 12px;
	}
}

.c-postTitle__ttl {
	text-align: justify;
}

.customBtn__header-cta {
	position: relative;
}

.customBtn__header-cta--btn {
	align-items: center;
	background: #ef7b2c;
	border-radius: 5px;
	box-shadow: 0 3px 6px rgba(0,0,0,.2);
	display: flex;
	flex-direction: column;
	height: 40px;
	justify-content: center;
	position: absolute;
	right: 12px;
	top: calc(50% - 20px);
	width: 115px;
}

@media all and (max-width: 359px) {
	.customBtn__header-cta--btn {
		width: 105px;
	}
}

.customBtn__header-cta--btn_text_main {
	color: #fff;
	font-size: 14px;
}

@media all and (max-width: 359px) {
	.customBtn__header-cta--btn_text_main {
		font-size: 12px;
	}
}

.customBtn__header-cta--btn_text_sub {
	color: #fff;
	font-size: 10px;
}

.customBtn__header-cta--btn_text_5777 {
	color: #fff;
	font-size: 12px;	
}

@media all and (max-width: 359px) {
	.customBtn__header-cta--btn_text_5777 {
		font-size: 11.5px;
	}
}

.c-fixBtn {
	bottom: 95px;
	opacity: .85;
	position: relative;
	right: 10px;
}

@media all and (min-width: 736px) and (max-width: 1279px) {
	.c-fixBtn {
		bottom: 100px;
	}
}

@media all and (min-width: 1280px) {
	.c-fixBtn {
		bottom: 110px;
	}
}

.additional-spMenu-btn {
	align-items: center;
	background: #ef7b2c;
	border-radius: 25px;
	box-shadow: 0 3px 6px rgba(0,0,0,.16);
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 50px;
	line-height: 1.2;
	margin-top: 1.5em;
	width: 100%;
}

.additional-spMenu-btn__main,
.additional-spMenu-btn__sub {
	color: #fff;
	font-weight: bold;
}

.additional-spMenu-btn__main {
	font-size: 15px;	
}

.additional-spMenu-btn__sub {
	font-size: 12px;
}

.p-spMenu__bottom {
	margin-top: 1em;
}

#footer .l-footer__foot {
	padding-top: 0;
}

#footer .l-container {
	max-width: 100%;
	padding: 0;
}

.footer__flex-container {
	background: #10522c;
	padding: 2.5em 10px;
}

@media all and (min-width: 736px) {
	.footer__flex-container {
		padding-left: 48px;
		padding-right: 48px;
	}
}

.footer__flex-container--inner {
	align-items: flex-start;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	max-width: 1920px;
	width: 100%;
}

@media all and (max-width: 959px) {
	.footer__flex-container--inner {
		align-items: center;
		flex-direction: column;
	}
}

.footer__excelcamp--logo {
	width: 100px;
}

.footer__excelcamp--menu {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.footer__excelcamp--menu li {
	font-size: 13px;
	line-height: 1.2;
	margin: 12px 0 8px;
	text-align: center;
	width: 50%;
}

@media all and (max-width: 959px) {
	.footer__excelcamp--menu {
		margin-top: 10px;
		max-width: 400px;
	}
}

@media all and (min-width: 960px) and (max-width: 1279px) {
	.footer__excelcamp--logo {
		width: 120px;
	}

	.footer__excelcamp--menu {
		margin-left: 20px;
		width: calc(4 * 160px);
	}

	.footer__excelcamp--menu li {
		width: 160px;
	}
}

@media all and (min-width: 1280px) {
	.footer__excelcamp--logo {
		width: 150px;
	}

	.footer__excelcamp--menu {
		margin-left: 30px;
		width: calc(4 * 200px);
	}

	.footer__excelcamp--menu li {
		width: 200px;
	}
}

.li-1 {
	order: 1;
}

.li-2 {
	order: 3;
}

.li-3 {
	order: 5;
}

.li-4 {
	order: 7;
}

.li-5 {
	order: 9;
}

.li-6 {
	order: 11;
}

.li-7 {
	order: 13;
}

.li-8 {
	order: 15;
}

.li-9 {
	order: 17;
}

.li-10 {
	order: 19;
}

.li-11 {
	order: 21;
}

.li-12 {
	order: 23;
}

.li-13 {
	order: 2;
}

.li-14 {
	order: 4;
}

.li-15 {
	order: 6;
}

.li-16 {
	order: 14;
}

.li-17 {
	order: 16;
}

.li-18 {
	order: 18;
}

.li-19 {
	order: 20;
}

.li-20 {
	order: 8;
}

.li-21 {
	order: 10;
}

.li-22 {
	order: 12;
}

.li-23 {
	order: 22;
}

.li-24 {
	order: 24;
}

@media all and (min-width: 960px) {
	.li-1 {
		order: 1;
	}

	.li-2 {
		order: 5;
	}

	.li-3 {
		order: 9;
	}

	.li-4 {
		order: 13;
	}

	.li-5 {
		order: 17;
	}

	.li-6 {
		order: 21;
	}

	.li-7 {
		order: 2;
	}

	.li-8 {
		order: 6;
	}

	.li-9 {
		order: 10;
	}

	.li-10 {
		order: 14;
	}

	.li-11 {
		order: 18;
	}

	.li-12 {
		order: 22;
	}

	.li-13 {
		order: 3;
	}

	.li-14 {
		order: 7;
	}

	.li-15 {
		order: 11;
	}

	.li-16 {
		order: 4;
	}

	.li-17 {
		order: 8;
	}

	.li-18 {
		order: 12;
	}

	.li-19 {
		order: 16;
	}

	.li-20 {
		order: 15;
	}

	.li-21 {
		order: 19;
	}

	.li-22 {
		order: 23;
	}

	.li-23 {
		order: 20;
	}

	.li-24 {
		order: 24;
	}
}

.li-not-available {
	visibility: hidden;
}

.li-letterspacing {
	letter-spacing: -1px;
}

.footer__excelcamp--menu a {
	display: inline-block;
	line-height: 1;
	position: relative;
}

.footer__excelcamp--menu a::after {
	background: #fff;
	bottom: -2px;
	content: '';
	height: 1px;
	left: 0;
	position: absolute;
	transform: scaleX(0);
	transition: transform .3s 0s ease;
	width: 100%;
}

.footer__excelcamp--menu a:hover::after {
	transform: scaleX(1);
}

.footer__info {
	line-height: 1.6;
	padding-top: 20px;
	text-align: center;
}

.footer__info--name {
	font-size: 13px;
}

.footer__info--address {
	font-size: 12px;
}

@media all and (min-width: 736px) {
	.footer__info--name {
		font-size: 16px;
	}

	.footer__info--address {
		font-size: 14px;
	}

	.footer__info--break {
		display: none;
	}

	.footer__info--indent {
		display: inline-block;
		text-indent: .5em;
	}
}

#search-results .c-pageTitle[data-style=b_bottom] {
	background: var(--color_htag);
	border-bottom: none;
	color: #fff;
	font-size: 20px;
	padding: .75em 1em;
	position: relative;
}

#search-results .c-pageTitle[data-style=b_bottom]::before {
	border-left: .75em solid transparent;
	border-right: .75em solid transparent;
	border-top: .75em solid var(--color_htag);
	bottom: -.75em;
	content: '';
	left: 1.5em;
	position: absolute;
}

#search-results .c-pageTitle[data-style=b_bottom] .c-pageTitle__inner {
	border-bottom: none;
	padding: 0;
}

#search-results .searchbox__top {
	border: 1px solid rgba(0,0,0,.16);
	box-shadow: 0 3px 6px rgba(0,0,0,.16);
	margin: -20px auto 15px;
	max-width: 944px;
}

@media all and (min-width: 735px) {
	#search-results .searchbox__top {
		margin-top: -40px;
	}
}

#search-results .searchbox__top input {
	border: none;
}

#search-results .searchbox__top button {
	background: transparent;
	border: none;
}

#search-results .searchbox__top button::before {
	color: #4b4b4b;
	font-weight: 600;
}

.ec-additional-searchbox {
	border-bottom: 1px solid rgba(200,200,200,.5);
	padding: .75em .25em;
}

@media all and (min-width: 960px) {
	.ec-additional-searchbox {
		padding: 0;
	}
}

.c-searchForm__s {
	box-shadow: 0 3px 6px rgba(0,0,0,.16);
	padding: 8px 44px 8px 12px;
}

.ec-additional-searchbox .c-searchForm__s,
.page-searchbox .c-searchForm__s {
	background: #e4f7e9;
	border: none;
}

.c-searchForm__submit {
	background: transparent;
	border: none;
}

.c-searchForm__submit::before {
	color: #4b4b4b;
	font-weight: 600;
}

.ec-sidebar-movie {
	align-items: center;
	background: rgba(0,0,0,.0);
	bottom: 0;
	display: flex;
	justify-content: center;
	left: 0;
	position: relative;
	right: 0;
	top: 0;
	transition: background-color .2s 0s ease;
	z-index: 1000;
}

.ec-sidebar-movie.js-fullscreen {
	background: rgba(0,0,0,.9);
	position: fixed;
}

.ec-sidebar-movie-wrapper {
	font-size: 0;
	max-width: 800px;
	position: relative;
	transition: max-width .2s 0s ease;
	width: 100%;
}

@media all and (min-width: 960px) {
	.js-fullscreen .ec-sidebar-movie-wrapper {
		max-width: 1200px;
	}
}

.ec-sidebar-movie-wrapper video {
	width: 100%;
}

.ec-sidebar-movie-mask {
	bottom: 0;
	cursor: pointer;
	display: none;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	visibility: hidden;
	z-index: 10000;
}

@media all and (min-width: 960px) {
	.ec-sidebar-movie-mask {
		display: block;
		visibility: visible;
	}
}

.ec-sidebar-movie-mask.hidden {
	visibility: hidden;
}

.ec-sidebar-movie-close {
	cursor: pointer;
	display: none;
	position: absolute;
	right: 10px;
	top: -40px;
	width: 30px;
}

@media all and (min-width: 1231px) {
	.ec-sidebar-movie-close {
		right: 0;
	}
}

.widget_swell_popular_posts .p-postList {
	padding: 0 15px;
}

.widget_swell_popular_posts .p-postList__item {
	width: 100%;
}

.widget_swell_popular_posts .p-postList__item:first-child::before {
	background-color: #ef7b2c;
}

.widget_swell_popular_posts .p-postList__item:not(:first-child)::before {
	background-color: #96dfaa;
	background-image: none!important;
	left: 6px;
	top: 0;
}

.widget_swell_popular_posts .p-postList__item:not(:first-child) .c-postThumb {
	display: none;
}

.widget_swell_popular_posts .p-postList__item:not(:first-child) .p-postList__body {
	padding-left: 40px;
	padding-top: 0;
}

.widget_swell_popular_posts .p-postList__item:not(:first-child) .p-postList__title {
	line-height: 1.4;
}

.media__top-text {
	font-weight: bold;
	line-height: 1;
}

@media all and (min-width: 960px) {
	.media__top-text {
		color: #34a853;
	}
}

.media__top-text_main {
	font-size: 1.5em;
}

.media__top-text_sub {
	font-size: .8em;
}

@media (min-width: 960px) {
	.w-fixSide {
		max-height: calc(90vh - 16px);
	}
}

#fix_sidebar .widget_swell_index {
	background: #fff;
}

#fix_sidebar li {
	font-weight: normal;
}

#fix_sidebar li ol {
	padding-bottom: 0;
}

#fix_sidebar li ol li {
	margin-left: 0;
}

#fix_sidebar li ol li::before {
	display: none;
}

#fix_sidebar li a {
	display: inline-block;
	margin-bottom: .5em;
}

#fix_sidebar li a:hover,
#fix_sidebar li:has(> a:hover)::before {
	color: #34a853;
	opacity: 1;
}

#fix_sidebar li a.is_current,
#fix_sidebar li:has(> a.is_current)::before {
	color: #34a853;
	font-weight: bold;
}