@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
*/


body{
	font-feature-settings: "palt";
	letter-spacing: 0.03rem;
}


a:link{
	color: #143F78;
	text-decoration: underline;
}
.swell-block-button a:link{
	color: #FFF;
}
.page .post_content h1,
.single .post_content h1,
.page .c-pageTitle,
.single .c-pageTitle{
	font-size: 1.8rem;
}

.post_content h2{
	font-size: 1.6rem;
	position: relative;
}
.post_content h2 a{
	text-decoration: none;
	position: relative;
	display: block;
}
.post_content h2 a:after{
	width: 102%;
	content: "";
	display: block;
	position: absolute;
	bottom: -1rem;
	height: 3px;
	background-color: #FFF;
	z-index: 1;
}
/*
.post_content h2 a:before{
	display: inline-block;
	margin-right: .5rem;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content:'\f054';
}
*/

.post_content h2:before{
	content:"";
	position: absolute;
	display: block;
	height: 3px;
	width: 20%;
	left: 0;
	bottom: -1rem;
	background-color: #c7181e;
}
.post_content .c-tabBody h2:before{
	content: none;
}


.post_content h2:after{
	content:"";
	position: absolute;
	display: block;
	height: 3px;
	width: 80%;
	right: 0;
	bottom: -1rem;
	background-color: #18427a;
}
.post_content>h2{
	margin-right: auto;
	margin-left: auto;
}
.post_content .c-tabBody h2{
	margin-top: 0;
	font-size: .9rem;
	font-weight: normal;
}
.post_content .c-tabBody h2:after{
	content:none;
	position: static;
}
.is-style-column-h2{
	color: #143F78;
}
.is-style-column-h2:before,
.is-style-column-h2:after{
	content: none!important;
}

.post_content h3{
	border-left: 5px solid #c7181e;
	padding-left: .8rem;
	font-weight: bold;
	font-size: 1.4rem;
}
.post_content h4{
	font-size: 1.2rem;
	color: #143F78;
	font-weight: bold;
	border-bottom: 1px dotted #143F78;
	padding-bottom: .6rem;
}
h5{
	font-size: 1rem!important;
	border: 1px solid #C4C4C4;
	padding: .5rem;
	display: inline-block;
	
}
#mega-menu-wrap-header_menu{
	width: 100%;
}
#mega-menu-wrap-header_menu #mega-menu-header_menu{
	display: flex;
	justify-content: space-between;
}

/*
a[href*=".pdf"]{
	display: flex;
	align-items: center;
}
.wp-block-file a[href*=".pdf"]{
	display: inline-flex;
	align-items: center;
}
a[href*=".pdf"]:before{
	content:url(/_sys/wp-content/uploads/pdf-icon.png);
	display: inline-block;
	margin-right: .3rem;
}
a.p-postList__link[href*=".pdf"]:before,
.no-icon a[href*=".pdf"]:before{
	content: none;
}
*/
a.p-postList__link[target="_blank"] .post-title:after,
.target_blank:after{
	content:'\f35d';
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	margin-left: .3rem;
}
.c-tabBody a.p-postList__link[target="_blank"] .post-title:after{
	background: none;
	width: auto;
}

a[href*=".pdf"]:after,
.p-postList__item a[href*=".pdf"] .post-title:after{
	content:'\f1c1';
	color: #EB1000;
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	margin-left: .3rem;
	font-size: 1.1rem;
}
a[href*=".doc"]:after
.p-postList__item a[href*=".doc"] .post-title:after{
	content:'\f1c2';
/* 	font-weight: 900; */
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	margin-left: .3rem;
}
a[href*=".xls"]:after,
.p-postList__item a[href*=".xls"] .post-title:after{
	content:'\f1c3';
/* 	font-weight: 900; */
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	margin-left: .3rem;
}
.p-postList__item a:after{
	content:none;
}
.swell-block-tab .p-postListWrap{
	background-color: #F4F0F0;
}
.p-postList.-type-simple{
	border: none;
}
.block-a-style{
	background-color: #F8FFFD;
	padding: 2rem 1rem;
}
.block-a-style h3{
	margin-bottom: 2rem;
}
.block-a-style h4{
	display: inline-block;
	font-size: 1.2rem;
	padding: .5rem;
	margin: 0 auto;
	border: 1px solid #C4C4C4;
}
.block-a-style h4:after{
	content: "";
	display: block;
}
.block-a-style h5{
	color: #143F78;
	font-weight: bold;
}
.block-b-style{
	background-color: #FFFFF8;
	padding: 1rem;
}
.l-footer__nav .sub-menu a{
	font-size: 12px;
}
.l-footer__nav li:first-child a,
.l-footer__nav a{
	border: none;
}
.l-footer__nav .menu-item-has-children > a{
	margin-bottom: 1rem;
}
.footer-sub{
	background-color: #143F78;
}
#footer .footer-sub *{
	color: #FFF;
}
.footer-sub .l-footer__nav{
	margin-bottom: 3rem;
}
.footer-sub .l-footer__nav li:not(:first-child){
	border-left: 1px solid #FFF;
}
.footer-sub .copyright{
	margin: 1rem 0;
	font-size: 10px;
}
#footer a{
	color: #17427A;
	text-decoration: none;
}
#footer .l-footer__inner{
	background-color: #DFE9F4;
}
#mega-menu-wrap-header_menu #mega-menu-header_menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after{
	content:none;
}
#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item{
	margin: 0;
}
#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item > a.mega-menu-link{
	position: relative;
	width: 10rem;
}
#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item > a.mega-menu-link:before{
	width: 100%;
	height: 2px;
	display: block;
	content:'';
	background-color: #143F78;
	position: absolute;
	bottom: 0;
	left:0;
	transform: scaleX(1);
}
#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item > a.mega-menu-link:after{
	width: 10px;
	height: 2px;
	display: block;
	content:'';
	background-color: #c7181e;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	transform: scaleX(1);
}
.external-links{
	margin-right: 0;
	margin-left: auto;
}
a.pass-link{
	color: #FFF;
	text-decoration: none;
	background-color: #143F78;
	display: inline-block;
	padding: .2rem 1.2rem;
	border-radius: 30px;
	white-space: nowrap;
	margin-left: 1rem;
	border: 2px solid #143F78;
}
a.pass-link i{
	opacity: .5;
}
a.pass-link.border{
	border: 2px solid #143F78;
	color: #143F78;
	background-color: #FFF;
}
.l-header__inner-sub .l-footer__nav{
	justify-content: flex-end;
}
.l-header__inner-sub .l-footer__nav a{
	color: #000;
	text-decoration: none;
}
.l-header__inner-sub .l-footer__nav li:not(:first-child){
	border-left: 1px solid #A3A3A3;
}
.header-flex{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
}
.-parallel .header-flex .l-header__logo{
	width: auto;
	order:inherit;
	margin-right: 3.5rem;
}
body .-parallel .l-header__inner{
	max-width: var(--container_size);
    padding-right: 48px;
    padding-left: 48px;
}
.l-header__inner-sub a i{
	color: #6F6E6E;
}
#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{
	display: flex;
	align-items: center;
}
#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:before, #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:before{
	margin-right: .5rem;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content:'\f054';
	transform: scaleX(1);
}
#mega-menu-header_menu > li > ul{
	background-image: url(./common/img/global-menu-image1.png)!important;
	background-position: left center!important;
	background-repeat: no-repeat!important;
	background-size: contain!important;
	min-height: 
}
#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-megamenu > ul.mega-sub-menu{
	min-height: 13rem;
}
#mega-menu-header_menu > li:nth-child(1) > ul{
	background-image: url(./common/img/global-menu-image1_re.png)!important;
}
#mega-menu-header_menu > li:nth-child(2) > ul{
	background-image: url(./common/img/global-menu-image2_re.png)!important;
}
#mega-menu-header_menu > li:nth-child(3) > ul{
	background-image: url(./common/img/global-menu-image3_re.png)!important;
}
#mega-menu-header_menu > li:nth-child(4) > ul{
	background-image: url(./common/img/global-menu-image4_re.png)!important;
}
#mega-menu-header_menu > li:nth-child(5) > ul{
	background-image: url(./common/img/global-menu-image5_re.png)!important;
}
#mega-menu-header_menu > li:nth-child(6) > ul{
	background-image: url(./common/img/global-menu-image6_re.png)!important;
}
#mega-menu-header_menu > li > ul .non-link{
/* 	width: 20%!important; */
}
#mega-menu-item-12979 > a{
	margin-bottom: 1rem!important;
}
#mega-menu-header_menu > li > ul .non-link a,
#mega-menu-header_menu > li > ul .mega-block-title{
	text-align: right!important;
	pointer-events: none!important;
	font-size: 1.2rem!important;
    justify-content: flex-end!important;
    margin-right: 1.5rem!important;
}
#mega-menu-header_menu > li > ul .non-link a:before{
	content:none!important;
}
body .l-header__inner-sub .l-footer__nav{
	padding: .5em 0 0;
}
.l-fixHeader__inner{
	align-items: center;
}
body .l-fixHeader__logo{
	padding: 5px 0;
}
.l-fixHeader__gnav #mega-menu-wrap-header_menu #mega-menu-header_menu{
	padding: 0 20px;
}
.l-fixHeader .c-headLogo{
	height: 100%;
}
.l-fixHeader__gnav #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item > a.mega-menu-link{
	height: auto;
}
body .l-article{
	max-width: 100%;
}
.is-style-default .c-tabBody{
	border: none;
	max-height: 200px;
	overflow-y: scroll;
}
body .c-tabList{
	justify-content: flex-start;
	align-items: flex-end;
}
.post_content .p-postList__title{
	color: #143F78;
	font-weight: normal;
	letter-spacing: normal!important;
	font-size: medium!important;
}
body #body_wrap{
	overflow-x: hidden;
}
body .top #content{
	padding-top: 0;
}
.home .swell-block-tab .p-postList__meta ::before{
	content: none;
}
.p-mainVisual{
	margin-bottom: 2rem;
}
.home .swell-block-tab{
	position: relative;
	border: 2px solid #F4F0F0;
}
.home .swell-block-tab + .news-link{
	position: absolute;
	right: 13rem;
	top:2.5%;
}
.home .news-link + .news-link2{
	position: absolute;
	right: 1rem;
	top:2.5%;
}
.home .swell-block-tab + .news-link a,
.home .news-link + .news-link2 a{
	color: #262525;
	text-decoration: none;
	font-size: .8rem;
}
.home .swell-block-tab + .news-link:before,
.home .news-link + .news-link2:before{
	content:'\f061';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #A7A7A7;
	margin-right: .4rem;
}
.home .swell-block-tab:before{
	content:"NEWS";
	display: block;
	color: #FFF;
	font-size: 1.4rem;
	line-height: 1;
	font-weight: bold;
	padding: 1rem;
	background-color: #73C4F9;
	position: absolute;
	left: 0;
	top:0;
}
.home .swell-block-tab:after{
	border-color: #73C4F9 transparent transparent transparent;
	border-style: solid;
	border-width: 55px 20px;
	display: block;
	position: absolute;
	left: 79px;
	top:0;
	content:"";
	
}
.bnrs-home-top img{
	border:8px solid #F4F0F0;
	
}
.home .swell-block-tab .-type-simple .p-postList__link{
	border: none;
    padding: .25em;
}
.home .swell-block-tab .c-tabList{
	margin-top: 4rem!important;
	margin-bottom: 0;
	width: 100%;
	justify-content: center;
}
.home .swell-block-tab .p-postList.-type-simple{
	border-width: : 2px;
	padding: 1rem;
}
.home .swell-block-tab .p-postList__body{
	display: flex;
}
.home .swell-block-tab .-type-simple .p-postList__meta{
	margin-right: 1rem;
}
/*
.p-postList.-type-simple .p-postList__body{
	display: flex;
}
*/
.message-for{
/* 	background:linear-gradient(60deg, #DFE9F4 50%, #F4F0F0 50%); */
	padding: 1.5rem 0;
}
.message-for .wp-block-column a{
	border:1px solid #143F78;
	background-color: #FFF;
	color: #143F78;
	padding: 1.5rem 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.2rem;
	text-decoration: none;
	position: relative;
}
.message-for .wp-block-column a.on{
	border:1px solid #143F78;
	background-color: #143F78;
	color: #FFF;
}
.message-for .wp-block-column a:before{
	content:"";
	display: block;
	position: absolute;
	border-width: 10px 8px;
	border-style: solid;
	border-color: #FFF transparent transparent transparent;
	bottom: -19px;
	left: calc(50% - 4px);
	z-index: 1;
}
.message-for .wp-block-column a.on:before{
	content:none;
}
.message-for .wp-block-column a:after{
	content:"";
	display: block;
	position: absolute;
	border-width: 10px 8px;
	border-style: solid;
	border-color: #143F78 transparent transparent transparent;
	bottom: -20px;
	left: calc(50% - 4px);
}
/*
.message-for .wp-block-column:first-child a{
	background-color: #73C4F9;
	padding: 1.5rem 1rem;
	color: #143F78;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.2rem;
	text-decoration: none;
}
.message-for .wp-block-column:last-child a{
	background-color: #143F78;
	padding: 1.5rem 1rem;
	color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.2rem;
	text-decoration: none;
}
.message-for .wp-block-column:first-child a:after,
.message-for .wp-block-column:last-child a:after{
	content:"\f054";
	display: block;
	margin-left: 1rem;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
*/
.p-postList.-type-simple .p-postList__body time{
	white-space: nowrap;
}
.p-postList.-type-simple .p-postList__link{
	text-decoration: none;
}
.p-postList.-type-simple .p-postList__title{
	text-decoration: underline;
}
.p-postList__cat{
	color: #FFF;
	padding:.2rem .3rem;
	font-size: 11px;
	text-decoration: none;
}
.p-postList__cat[data-cat-id="28"]{
	background-color: #006665;
}
.p-postList__cat[data-cat-id="29"]{
	background-color: #D04800;
}
.p-postList__cat[data-cat-id="30"]{
	background-color: #999A00;
}
.p-postList__cat[data-cat-id="31"]{
	background-color: #993367;
}
.p-postList__cat[data-cat-id="32"]{
	background-color: #35669A;
}
.p-postList.-type-simple .p-postList__body .p-postList__meta ::before{
	display: none;
}
.is-style-bb .c-tabList__item{
	margin: 0 .5rem;
}
.c-tabList .c-tabList__item .c-tabList__button::before{
	height: 2px;
	opacity: 1;
}
.c-tabList .c-tabList__item .c-tabList__button{
	color: #262525;
	opacity: 1;
	padding-bottom: .5rem;
	height: auto;
}
.is-style-bb .c-tabList__button:hover, .is-style-bb .c-tabList__button[aria-selected=true]{
	font-weight: normal;
}
.is-style-bb .c-tabList__button:hover::after, .is-style-bb .c-tabList__button[aria-selected=true]::after{
	content: none;
}
.c-tabList .c-tabList__item:nth-child(1) .c-tabList__button::before{
	background-color:#A5A5A5;
}
.c-tabList .c-tabList__item:nth-child(2) .c-tabList__button::before{
	background-color:#006665;
}
.c-tabList .c-tabList__item:nth-child(3) .c-tabList__button::before{
	background-color:#D04800;
}
.c-tabList .c-tabList__item:nth-child(4) .c-tabList__button::before{
	background-color:#999A00;
}
.c-tabList .c-tabList__item:nth-child(5) .c-tabList__button::before{
	background-color:#993367;
}
.c-tabList .c-tabList__item:nth-child(6) .c-tabList__button::before{
	background-color:#35669A;
}
.wp-block-eedee-block-gutenslider .wp-block-eedee-block-gutenslide.is-position-center-center .slide-content{
	justify-content: flex-start;
	align-items: flex-start;
}
.d-flex{
	display: flex;
}
.align-items-center{
	align-items: center;
}
.swell-block-tab .p-postListWrap{
/* 	max-height: 120px; */
	overflow-y: scroll;
}
#mega-menu-header_menu{
	white-space: nowrap!important;
}
.c-pageTitle{
	font-size: 1.6rem;
}
.c-filterLayer.-texture-dot::after{
	background-image: none;
	background-color: #143F78;
	opacity: 1;
	text-shadow: 0;
}

#sidebar .widget{
	background-color: rgba(21, 38, 171, 0.06);
	padding: 1rem;
}
#sidebar .widget a{
	color: #000;
	text-decoration: none;
	border-bottom-style: dashed;
}
.c-tabList .c-tabList__item .c-tabList__button{
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}
.c-tabList .c-tabList__item .c-tabList__button:after{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	display: inline-block;
	position: static;
	height: auto;
	width: auto;
	background: none;
	margin-right: 10px;
	font-size: .9em;
	opacity: 1;
}
.c-tabList .c-tabList__item:nth-child(1) .c-tabList__button:after{
	content:"\f271";
	color: #A5A5A5;
}
.c-tabList .c-tabList__item:nth-child(2) .c-tabList__button:after{
	content:"\f66f";
	color: #006665;
}
.c-tabList .c-tabList__item:nth-child(3) .c-tabList__button:after{
	content:"\f086";
	color: #D04800;
}
.c-tabList .c-tabList__item:nth-child(4) .c-tabList__button:after{
	content:"\f5ac";
	color: #999A00;
}
.c-tabList .c-tabList__item:nth-child(5) .c-tabList__button:after{
	content:"\f4be";
	color: #993367;
}
.c-tabList .c-tabList__item:nth-child(6) .c-tabList__button:after{
	content:"\f024";
	color: #35669A;
}
.archive .c-pageTitle__subTitle{
	display: none;
}
.archive .c-pageTitle__inner{
	font-size: 2rem;
}
.single .c-postTitle{
	flex-direction: column;
}
.single .p-articleMetas{
	justify-content: flex-start;
	flex-direction: row-reverse;
}
.single .c-categoryList__link{
	color: #FFF;
}
.cautionField {
    background-color: #FFE1E1;
    padding: 5px;
    margin: 1.5rem 0;
}
.cautionField *{
	border: none!important;
}
.cautionField td:first-child{
	white-space: nowrap;
}
.caution {
    color: #990000;
}
.hD {
    font-size: medium;
    color: #1820A1;
    margin-top: 16px;
    font-weight: bold;
    margin-bottom: 6px;
    clear: both;
    margin-top: 0!important;
}
h4.hD {
	margin-bottom: 0px;
}
.priceText {
    font-size: large;
    font-weight: bold;
}
.accordion .wp-block-table{
	height: 0;
	overflow: hidden;
	transition: height ease-in-out 500ms;
	-o-transition: height ease-in-out 500ms;
	-moz-transition: height ease-in-out 500ms;
	-webkit-transition: height ease-in-out 500ms;
}
.accordion:hover .wp-block-table{
	height: 550px;
}
.accordion .btn-table a{
    display: inline-block;
    height: auto;
    line-height: 20px;
    background: #4874B1;
    padding: 5px 10px 5px 2rem;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
    border-radius: 5px;
    background: url(/_sys/wp-content/uploads/btn_table_icon.png) 10px center no-repeat #30598E;
    background: -moz-linear-gradient(top, rgb(41,137,216) 0%, rgb(48,89,142) 100%);
    background: url(/_sys/wp-content/uploads/btn_table_icon.png) 10px center no-repeat -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(41,137,216)), color-stop(100%, rgb(48,89,142)));
    background: url(/_sys/wp-content/uploads/btn_table_icon.png) 10px center no-repeat -webkit-linear-gradient(top, rgb(41,137,216) 0%, rgb(48,89,142) 100%);
    background: url(/_sys/wp-content/uploads/btn_table_icon.png) 10px center no-repeat -o-linear-gradient(top, rgb(41,137,216) 0%, rgb(48,89,142) 100%);
    background: url(/_sys/wp-content/uploads/btn_table_icon.png) 10px center no-repeat -ms-linear-gradient(top, rgb(41,137,216) 0%, rgb(48,89,142) 100%);
    background: url(/_sys/wp-content/uploads/btn_table_icon.png) 10px center no-repeat linear-gradient(to bottom, rgb(41,137,216) 0%, rgb(48,89,142) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2989d8', endColorstr='#30598e', GradientType=0 );
}
.btn-db-a a{
	color: #FFF;
	background-color: #4084c3;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	text-align: center;
	padding: 1rem;
	font-size: 1.4rem;
	line-height: 2rem;
	height: 6rem;
	font-weight: bold;
	border: 5px outset #84b2d8;
}
.btn-db-a a:hover,
.btn-db-b a:hover{
	border-style: inset;
}
.btn-db-b a{
	color: #FFF;
	background-color: #65a5e1;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	text-align: center;
	padding: 1rem;
	font-size: 1.4rem;
	line-height: 2rem;
	height: 6rem;
	font-weight: bold;
	border: 5px outset #9cc5ed;
}
.box-gyoukai-db-type{
	margin-top: 2rem;
}
.post-comment{
	padding: .5rem;
	font-size: .8rem;
	margin: .2rem 0;
}
.post-source{
	font-size: 1rem;
	color: #707070;
}
.c-postTimes{
	font-size: .8rem;
}
.tableCondiTop td {
    color: #333333;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #7BABCD;
    background-color: #E0F2FF;
    text-align: center;
}
.tablePost, .tableCondiA td, .tableManaA td, .tableChiefA td {
    background-color: #EEEEEE;
    text-align: center;
}
.tableCondi td {
    padding: 3px 10px;
    font-family: Helvetica, sans-serif;
}
.tableCondiA td {
    text-align: right;
}
.tableCondiB td {
    text-align: right;
}
.tableCondi tr.tableCondiTop td {
    font-size: small;
}
.tableCondi td:first-child {
    border-left: 1px solid #CCC;
}
.tableCondi td {
    border-right: 1px solid #CCC;
}
.tableCondi td {
    padding: 3px 10px;
    font-family: Helvetica, sans-serif;
}
.text-caution {
    color: #F30;
}
.text-route-title {
    background: none repeat scroll 0 0 #FF6600;
    color: #FFFFFF!important;
    display: inline-block;
    display: inline\9;
    zooom: 1;
    position: relative;
    top: -5px;
    top: -3px\9;
    left: -5px;
    padding: 5px 5px;
}
.nend-list .active {
    font-weight: bold;
}
.nend-list .active, .nend-list li a:hover {
    background-image: url(/_sys/wp-content/themes/swell_child/common/img/navNextAon.gif);
    background-position: 5px center;
    background-repeat: no-repeat;
    color: #000099;
    padding-left: 20px;
}
.nend-list li {
    float: left;
    list-style: none;
    margin-right: 1em;
}
.navNextA a {
    background-image: url(/_sys/wp-content/themes/swell_child/common/img/navNextA.gif);
    background-repeat: no-repeat;
    background-position: 5px 0;
    padding-left: 20px;
    color: #000099;
}
.nend-list li a {
    background-position: 5px center;
}
.h-condition-ref {
    border-bottom: 1px dotted #CCCCCC;
    padding: 5px;
    font-size: 70%;
}
.text-route {
    padding: 5px;
    margin: 1em 0 1em;
    font-size: 70%;
    padding-bottom: 1em;
    border-bottom: 1px dotted #CCC;
}
[class*="cat_icon_"]:before{
	display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.cat_icon_28:before{
    content: "\f66f";
    color: #006665;
}
.cat_icon_29:before{
    content: "\f086";
    color: #D04800;
}
.cat_icon_30:before{
    content: "\f5ac";
    color: #999A00;
}
.cat_icon_31:before{
    content: "\f4be";
    color: #993367;
}
.cat_icon_32:before{
    content: "\f024";
    color: #35669A;
}
.cat_icon_75:before{
    content: "\f1ad";
    color: #993479;
}
.post_title_wrap{
	display: flex;
}
.box-yugi,
.box-torikumi,
.box-research{
	position: relative;
}
.box-yugi .wp-block-columns .wp-block-column:first-child,
.box-torikumi .wp-block-columns .wp-block-column:last-child,
.box-research .wp-block-columns .wp-block-column:last-child{
	color: #FFF;
	padding-left: 10%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.box-yugi .wp-block-columns .wp-block-column:first-child{
	padding: 0 3%;
}
.box-torikumi .wp-block-columns .wp-block-column:last-child,
.box-research .wp-block-columns .wp-block-column:last-child{
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
}
.box-yugi .wp-block-columns .wp-block-column:first-child p:first-child,
.box-torikumi .wp-block-columns .wp-block-column:last-child p:first-child,
.box-research .wp-block-columns .wp-block-column:last-child p:first-child{
	position: relative;
}
.box-yugi .wp-block-columns .wp-block-column:first-child p:first-child:after,
.box-torikumi .wp-block-columns .wp-block-column:last-child p:first-child:after,
.box-research .wp-block-columns .wp-block-column:last-child p:first-child:after{
	display: block;
	content:"";
	position: absolute;
	width: 200px;
	height: 1px;
	top:.75em;
	background-color: rgba(255, 255, 255, 0.25);
	left: -220px;
}
.box-yugi .wp-block-columns .wp-block-column:first-child a,
.box-torikumi .wp-block-columns .wp-block-column p a,
.box-research .wp-block-columns .wp-block-column p a{
	color: #143F78;
    border: 2px solid #143F78;
    background: #FFF;
    border-radius: 9999px;
    text-decoration: none;
    font-size: 1rem;
    padding: calc(0.167em + 2px) calc(1.333em + 2px);
}
.box-torikumi .wp-block-columns .wp-block-column li a:visited,
.box-torikumi .wp-block-columns .wp-block-column li a:link{
	color:#FFF;
	text-decoration: none;
}
.box-yugi .wp-block-columns .wp-block-column:first-child h2,
.box-torikumi .wp-block-columns .wp-block-column:last-child h2,
.box-research .wp-block-columns .wp-block-column:last-child h2{
	margin-top: 0;
	font-size: 2rem;
	margin-bottom: 1rem;
	font-weight: normal;
	line-height: 150%;
}
.box-yugi .wp-block-columns .wp-block-column:first-child h2:before,
.box-torikumi .wp-block-columns .wp-block-column:last-child h2:before,
.box-research .wp-block-columns .wp-block-column:last-child h2:before{
	content:none;
}
.box-yugi .wp-block-columns .wp-block-column:first-child h2:after,
.box-torikumi .wp-block-columns .wp-block-column:last-child h2:after,
.box-research .wp-block-columns .wp-block-column:last-child h2:after{
	content:none;
}
/* .box-yugi .wp-block-columns .wp-block-column:last-child figure, */
.box-torikumi .wp-block-columns .wp-block-column:first-child figure{
	padding: 5rem 0 3rem;
}
/* .box-yugi .wp-block-columns .wp-block-column:last-child figure img, */
.box-torikumi .wp-block-columns .wp-block-column:first-child figure img{
    width: 100%;
    object-fit: cover;
    object-position:top;
    min-height: 300px;
    max-height: 400px;
}
.box-yugi .wp-block-columns .wp-block-column{
	margin: 1rem 0;
	
}
.box-yugi:before{
	content:"";
	display: block;
	width: 53%;
	height: 100%;
	background-color: #143F78;
	transform: skewX(15deg);
	position: absolute;
	top:0;
	left: -7%;
	z-index: -2;
}
.box-torikumi:before,
.box-research:before{
	content:"";
	display: block;
	width: 58%;
	height: 100%;
	background-color: #143F78;
	transform: skewX(15deg);
	position: absolute;
	top:0;
	right: -7%;
	z-index: -1;
}
.box-research:before{
	width: 54%;
}
.box-yugi:after{
	content:"";
	display: block;
	width:63%;
	height: 100%;
	background-color: #DFE9F4;
	transform: skewX(15deg);
	position: absolute;
	bottom:0;
	right: -7%;
	z-index: -1;
}
.box-torikumi:after{
	content:"";
	display: block;
	width: 68%;
	height: 100%;
	background: url(/_sys/wp-content/uploads/2021/12/d22f1d93336f9d3285939aeb7f890993.jpg);
	background-size: cover;
	background-position: center center;
	position: absolute;
	bottom:0;
	left: -7%;
	z-index: -2;
}
.box-research:after{
	content:"";
	display: block;
	width: 68%;
	height: 100%;
	background: url(/_sys/wp-content/uploads/2022/04/research-bg-e1650246403968.png);
	background-color: rgb(223, 233, 244);
	background-size: cover;
	background-position: center bottom;
	position: absolute;
	bottom:0;
	left: -7%;
	z-index: -2;
}
.box-research .p-postListWrap{
	padding-left: 5rem;
	padding-right: 6rem;
}
.box-yugi h2:before,
.box-yugi h2:after{
	content:none!important;
}
.box-yugi .wp-block-column:first-child{
	background: url(./common/img/dots.png);
	background-position: 90% -20%;
	background-repeat: no-repeat;
	background-size: 30%;
}
.box-torikumi .wp-block-column:last-child,
.box-research .wp-block-column:last-child{
	background: url(./common/img/dots.png);
	background-position: 90% 135%;
	background-repeat: no-repeat;
	background-size: 30%;
}
.box-torikumi .wp-block-column:last-child ul,
.box-research .wp-block-column:last-child ul{
	list-style: none;
}
.box-torikumi .wp-block-column:last-child ul li:before,
.box-research .wp-block-column:last-child ul li:before{
	display: inline-block;
	margin-right: .5rem;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content:'\f054';
}
.block-note{
	padding: 2.5rem 4.5rem 2.5rem 6.5rem;
	min-width: 500px;
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.4);
}
.block-note a{
	font-size: 1.3rem;
	font-weight: bold;
	color: #535353;
	text-decoration: none;
}
.block-note a:after{
	display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #cccccc;
    content:'\f35d';
}
.wp-block-columns.box-note-wrap .wp-block-column:not(:first-child):nth-child(2){
	margin-left: 25%!important;
}
.box-note-wrap{
	position: relative;
}
.box-note-wrap .wp-block-column:first-child{
	position: absolute;
}
.box-note-wrap .wp-block-column:first-child figure{
	position: relative;
	top:6.5rem;
	left: 1.5rem;
}
.box-note-wrap .wp-block-column:first-child figure:after{
	content:"";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #a5c8ed;
	left: -1rem;
	top:-1rem;
	visibility: visible;
	z-index: -1;
}
.box-note-wrap .wp-block-column:last-child h3{
	color: #262525;
	text-align: center;
	font-size: 1rem;
	border-left: none;
	padding-left: 0;
}
.slider-bnrs{
	font-size: .8rem;
	line-height: 1.2;
}
.block-note h2:before,
.block-note h2:after{
	content:none!important;
}
.block-note h2{
	padding-bottom: 0!important;
	margin-bottom:  1rem!important;
	color: #535353;
}
.block-note ul{
	list-style: none;
	line-height: 1.2;
	padding-left: 0;
}
.block-note ul li:before{
	content:">";
	margin-right: .5rem;
	display: inline-block;
}
.box-stripe-bg .wp-block-column{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.box-stripe-bg .wp-block-column:last-child{
	background-color: #FFF;
	padding: 1.5rem;
}
.box-stripe-bg{
	padding: 3rem 0;
	position: relative;
	overflow-x: hidden;
}
.box-stripe-bg:before{
	content:"";
	display: block;
	position: absolute;
	height: 100%;
	width: 58%;
	left: -7%;
	top:0;
	z-index: -2;
	background-color: #DFE9F4;
	transform: skewX(-15deg);
}
.box-stripe-bg:after{
	content:"";
	display: block;
	position: absolute;
	height: 100%;
	width: 57%;
	right: -7%;
	top:0;
	z-index: -2;
	background-color: #ECEAEA;
	transform: skewX(-15deg);
}
.alignfull.box-stripe-bg>.wp-block-group__inner-container{
	max-width: 1200px;
}
.wp-block-eedee-block-gutenslider.slides-auto.slider-bnrs .wp-block-eedee-block-gutenslide{
	min-width: 15%;
}
.slider-bnrs .wp-block-group + .wp-block-group{
	margin-top: 2rem;
}
.slide-content a{
	text-decoration: none;
	font-weight: bold;
	color: #535353;
}
.slide-content p{
	line-height: 1.4;
}
.slider-bnrs .slide-content p{
	height: 1.5rem;
}
.slide-content p a[target="_blank"]:after{
	content:"";
	display: inline-block;
	content:'\f35d';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
.slide-content .wp-block-image,
.slide-content .wp-block-image a{
	width: 100%;
}
#fix_header .c-headLogo__img{
	width: 260px;
}
#fix_header .l-header__inner-sub{
	margin-right: 0;
}
#fix_header .l-header__inner-sub a{
	font-size: .7rem;
}
.post_content ul.views-ranking{
	list-style: none;
	padding-left: 0;
}
.views-ranking li:before{
	content:"";
	display: inline-block;
	content:'\f002';
	margin-right: .5rem;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link{
	color: #FFF;
}
.c-categoryList__link.hov-flash-up{
	border: none;
	color: var(--color_main);
	text-decoration: none;
	background: none;
}
.box-yugi + .wp-block-eedee-block-gutenslider img{
	border: 1px solid #e3e3e3;
}



.csr-index.wp-block-columns .wp-block-column:not(:first-child){
	margin-left: 36px;
}
.pc-none{
	display: none!important;
}
.link-common{
	margin-top: 1.5rem;
}
.link-common a{
	color: #000;
	text-decoration: none;
	display: inline-block;
	margin-right: 1rem;
}
.box-page-parent-title .post_content.p-blogParts {
    margin: 5px 0 0;
}

.modalArea {
  display: none;
  position: fixed;
  z-index: 10; /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30,30,30,0.9);
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 70%;
  max-width: 70%;
  padding: 2rem;
  background-color: #fff;
}

.closeModal {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
}

.modalWrapper .d-flex .col-8{
	flex-basis: 75%;
	margin-right: 1rem;
	border-right: 1px solid #cacaca;
}
.modalWrapper .d-flex .col-8 input#s-box{
	width: 80%;
}
.modalWrapper .d-flex .col-8 #s-btn-area{
	width: 15%;
	background-color: #000;
	color: #FFF;
}
.modalWrapper .d-flex .col-8 #s-btn:before{
	display: inline-block;
	content:'\f002';
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
}
.modalWrapper .d-flex .col-4{
	flex-basis: 25%;
}
.modalWrapper .d-flex .col-4 a.btn{
	display: block;
	margin: .5rem 0;
	padding: .5rem 1.5rem;
	color: #FFF;
	background-color: #f84f4f;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	white-space: nowrap;
	font-size: 1.4rem;
}
/*
.slider-2{
	display: none;
}
*/
footer .l-footer__nav li{
	flex-basis:calc(100% / 6);
}
.post_content ul.is-style-list-arrow{
	list-style: none;
	padding-left: 0;
}
.post_content ul.is-style-list-arrow li{
	display: flex;
}
.post_content ul.is-style-list-arrow li:before{
	content:'\f054';
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	margin-right: .3rem;
	color:#c7181e;
}
.is-style-btn-arrow > a{
	color:#FFF;
	background-color: #143F78;
	border-radius: 30px;
	padding: .7rem 2rem;
	text-align: center;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	line-height: 1;
}
.is-style-btn-arrow > a:after{
	line-height: 1;
	content:'\f054';
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	margin-top:.1rem;
	margin-left:.5rem;
	margin-right:auto;
	font-size:.8rem;
}
.swell-block-fullWide.has-bg-img .swell-block-fullWide__inner{
	padding-left: 6rem;
}
@media screen and (max-width:768px){
	.swell-block-fullWide.has-bg-img .swell-block-fullWide__inner{
		padding-left: 4vw;
	}
}




/* フッターバナースライダー */
/*
.swiper-footer-banner{
overflow:hidden;
}
*/
.swiper-footer-banner{
	position: relative;
}
.swiper-footer-banner [role="button"]:before,
.swiper-footer-banner [role="button"]:after{
color: rgba(0, 0, 0, 0.33);
}
.swiper-footer-banner [role="button"]{
/* 	display: none; */
background: none;
}
.swiper-footer-banner [role="button"].swiper-button-prev{
	left: -10%;
}
.swiper-footer-banner [role="button"].swiper-button-next{
	right: -10%;
}
.swiper-footer-banner .swiper-wrapper .swiper-slide{
	margin: 1rem 15px;
}
.swiper-footer-banner .swiper-wrapper .wp-block-group__inner-container{
	min-height: 220px;
	margin-bottom: 0;
	font-size: .8rem;
}

.swiper-footer-banner .swiper-wrapper .wp-block-group__inner-container  .wp-block-image{
	margin-bottom: 0.5em;
}

.swiper-footer-banner .swiper-wrapper .wp-block-group__inner-container figure a{
	border: 1px solid #e3e3e3;
	height: 96px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 5px;
}
.swiper-footer-banner .swiper-wrapper .wp-block-group__inner-container a{
	text-decoration: none;
	font-weight: bold;
	color:#535353;
	font-size: .8rem;

}
.modalWrapper{
	width:60%;
	min-width: 60%;
}
#gutenslider-3gv502u3k figure img{
	width:255px;
	height: 144px;
}
.p-mainVisual__textLayer .p-mainVisual__slideTitle{
	font-size:3.5rem;
	font-weight: bold;
}
.p-mainVisual__textLayer .p-mainVisual__slideTitle,
.p-mainVisual__slideText{
	margin-left: 2.5rem;
}
.p-mainVisual__slideTitle,
.p-mainVisual__slideText{
	overflow-x: hidden;
}
.slidetext1 {
	overflow: hidden;
    display: inline-block;
    opacity: 0;/*事前に透過0にして消しておく*/
}

.slidetext2 {
	display: inline-block;
    opacity: 0;/*事前に透過0にして消しておく*/
}

.swiper-slide-active .slidetext1 {
	animation-name:slideTextX100;
	animation-delay: 2s;
	animation-duration:0.8s;
	animation-fill-mode:forwards;
    opacity: 0;
}

@keyframes slideTextX100 {
  from {
	transform: translateX(-100%); /*要素を左の枠外に移動*/
        opacity: 0;
  }

  to {
	transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}

.swiper-slide-active .slidetext2 {
	animation-name:slideTextX-100;
	animation-delay: 2s;
	animation-duration:0.8s;
	animation-fill-mode:forwards;
    opacity: 0;
}


@keyframes slideTextX-100 {
  from {
	transform: translateX(100%);/*要素を右の枠外に移動*/
    opacity: 0;
  }

  to {
	transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}

/*
.p-mainVisual__slideTitle{
	transition: .5s;
	transition-delay: 1s;
}
.p-mainVisual__slideText{
	transition: .5s;
	transition-delay: 2s;
}
.swiper-slide-active .p-mainVisual__slideTitle{
	opacity: 1;
}
.swiper-slide-active .p-mainVisual__slideText{
	opacity: 1;
}
*/
.hB-condition{
	border-bottom: none;
}
.wpcf7-form .tableCondi td{
	padding: 20px;
}
.wpcf7-form .tableCondi td:first-child{
	background-color: #f6f6f6;
}
.wpcf7-form .tableCondi td:first-child h4{
	border-bottom: none;
}
.wpcf7-form .tableCondi td:last-child{
	vertical-align: middle;
}
.wpcf7-form .table-form-a{
	border-collapse: collapse;
}
.wpcf7-form .table-form-a td{
	display: block;
	border: 1px solid #ededed;
	border-bottom: none;
	width: auto;
}
.wpcf7-form .table-form-a td:first-child{
	background-color: #f6f6f6;
}
.wpcf7-form .table-form-a:nth-of-type(2) tr:last-child td:first-child{
	background: none;
}
.wpcf7-form .table-form-a td:last-child{
	padding: 1.3em .75em;
}
.wpcf7-form .table-form-a tr:last-child td{
	border-bottom: 1px solid #ededed;
}
.u-obf-cover{
	opacity: 1;
	object-position:center center;
}
.swiper-slide-active .u-obf-cover {
	animation-name:bgFade;
	animation-duration:2s;
	animation-fill-mode:forwards;
}
.box-yugi .u-obf-cover,
.p-postList__item .u-obf-cover{
	opacity: 1;
}
.pick-up .p-postList__item figure,
.pick-up .p-postList__item .u-obf-cover{
/* 	aspect-ratio:4/3; */
}
.box-yugi .p-postList__thumb{
	max-width: 220px;
	margin-right: 1rem;
}
.box-yugi .-type-list .p-postList__link{
	justify-content: flex-start;
}
@keyframes bgFade {
  0% {
	opacity: 0;
	transform: scale(1.1);
  }
  100% {
	opacity: 1;
	transform: scale(1);
  }
}

/*
.page-id-11750 .p-postList li:first-child{
	display: none;
}
*/

/* 広報誌バックナンバーの１件目を非表示 */
.magazines-index-wrap .p-postList li:first-child{
		display: none;
}


.home .swell-block-tab .c-tabList li{
	flex-basis: calc(100% / 3 - 26px);
	margin-top: 5px;
	display: flex;
	justify-content: center;
}
.home .swell-block-tab .c-tabList li button{
	justify-content: center;
	padding-top: 7px;
	border-radius: 3px;
}

.home .swell-block-tab .c-tabList li button[aria-selected="true"]{
	background-color: #f6f6f6;
	font-weight: bold;
}

.form-accept,
.form-submit{
	margin: 1rem auto;
	text-align: center;
}
fieldset{
	border-color: #ececec;
	border-style: solid;
	border-width: 2px;
}
fieldset legend .caution{
	color: #FFF;
	background-color: #ff4242;
	padding: .2rem .5rem;
	height: 1;
	margin-left: 0.4rem;
	border-radius: 20px;
	font-size: .8rem;
}
.position-relative{
	position: relative;
}
#gutenslider-1nhpuz6sb.wp-block-eedee-block-gutenslider .wp-block-eedee-block-gutenslide.is-position-center-center .slide-content{
	align-items: flex-start;
}
.swiper-wrapper.wp-block-columns .wp-block-column{
	flex-basis: auto;
}
.swiper-footer-banner .swiper-wrapper .swiper-slide{
	margin-top: 1rem!important;
}
.home #tab-changer.swell-block-tab:before{
	content:"CONTENTS";
}
.home #tab-changer.swell-block-tab:after{
	left: 135px;
}
.home #tab-changer.swell-block-tab{
	background-color: #FFF;
}
.home #tab-changer .c-tabList:before{
	content:"タブをクリックすると表示が変わります。";
	font-size: small;
	color: #143F78;
	display: block;
	text-align: center;
	width: 100%;
}
.home #tab-changer .c-tabList .c-tabList__item .c-tabList__button::before{
	content:none;
}
.home #tab-changer .c-tabList .c-tabList__item .c-tabList__button:after{
	content: '\f078';
	margin-right: auto;
	margin-left: 1rem;
}
.home #tab-changer .c-tabList .c-tabList__item:nth-child(2) .c-tabList__button:after{
	color: inherit;
}
.home #tab-changer .c-tabList .c-tabList__item .c-tabList__button:after{
	color: #c3c3c3;
}
.home #tab-changer .c-tabList .c-tabList__item .c-tabList__button[aria-selected=true]:after{
	color: #143F78;
}
.home #tab-changer .c-tabList .c-tabList__item .c-tabList__button{
	flex-direction: row;
}
.home #tab-changer.is-style-balloon .c-tabList__button{
	color: #c3c3c3;
	border-bottom: 2px solid #c3c3c3;
	box-shadow: none;
	background: none;
}
.home #tab-changer.is-style-balloon .c-tabList__button:hover,
.home #tab-changer.is-style-balloon .c-tabList__button[aria-selected=true]{
	background: none;
	box-shadow: none;
	color: #143F78;
	border-bottom: 2px solid #143F78;
}
.home #tab-changer.swell-block-tab .c-tabList{
	 margin-top: 1rem!important;
	 transform: translateX(3rem);
}
.pick-up{
	position: relative;
}
.home .pick-up:before {
    content: "PICK UP";
    display: block;
    color: #FFF;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: bold;
    padding: 1rem;
    background-color: #73C4F9;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.home .pick-up:after {
    border-color: #73C4F9 transparent transparent transparent;
    border-style: solid;
    border-width: 55px 20px;
    display: block;
    position: absolute;
    left: 104px;
    top: 0;
    content: "";
}
.home .pick-up + .wp-block-buttons .wp-block-button__link{
	color: #FFF;
	background: #143F78;
	text-decoration: none;
	font-size: 1rem;
	padding: calc(.167em + 2px) calc(1.333em + 2px);
}
.pick-up .-type-card.-pc-col1 .p-postList__item{
	margin-bottom: 0;
}
#mega-menu-item-12978 > a{
	margin-bottom: 1rem!important;
}
#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover{
	color: #DBDBDB;
}
.post-source br{
	display: none;
}
.p-mainVisual__slide .u-obf-cover{
	width: auto!important;
	margin: auto;
}


/* トップページ：CONTENTS */

.c-tabBody .swiper-container,
.c-tabBody .eedee-swiper-outer{
	height: 275px !important;
}



.c-tabBody .swiper-slide{
	min-width:inherit !important;
	width: 250px !important;
	height: auto !important;
	
}

.c-tabBody .swiper-slide .slide-content{
	bottom: auto !important;
}

.c-tabBody .swiper-slide .wp-block-image img{
	width: 255px;
	height: 144px;
	object-fit:contain;

}

.swiper-slide-group-name{
	display: flex;
	align-items: center;
}



.new{
	display: inline-block;
	font-size: .8rem;
	padding: .2rem;
	border-radius: 6px;
	color: #FFF;
	line-height: 1;
	margin-left: .2rem;
	background-color: #eb3232;
}
.pick-up .-type-card .p-postList__thumb{
	margin-top: 10%;
}
.pick-up .p-postList__link{
	height: auto;
}







/* スマホ対応 */
@media screen and (min-width:768px){
	.error404 .c-searchForm{
		max-width: 50%;
		margin-right: auto;
		margin-left: auto;
	}
}
@media screen and (max-width:768px){
	#tab-changer{
		margin-bottom: 50px!important;
	}
	body .wp-block-eedee-block-gutenslider.dot-position-bottom .eedee-gutenslider-pagination{
		bottom:-30px;
	}
	.pick-up .-type-card .p-postList__thumb{
		margin-top: 0;
	}
	
	.wp-block-eedee-block-gutenslider.slides-auto .eedee-background-div, .wp-block-eedee-block-gutenslider.slides-auto .eedee-background-div .simpleParallax, .wp-block-eedee-block-gutenslider.slides-auto .eedee-background-div img, .wp-block-eedee-block-gutenslider.slides-auto .eedee-background-div video, .wp-block-eedee-block-gutenslider.slides-auto .eedee-swiper-outer, .wp-block-eedee-block-gutenslider.slides-auto .eedee.background-div.no-media-background .slide-content, .wp-block-eedee-block-gutenslider.slides-auto .swiper-container, .wp-block-eedee-block-gutenslider.slides-auto .swiper-wrapper, .wp-block-eedee-block-gutenslider.slides-auto .swiper-wrapper>.swiper-slide, .wp-block-eedee-block-gutenslider.slides-auto .swiper-zoom-container .swiper-slide .swiper-zoom-container>div, .wp-block-eedee-block-gutenslider.slides-auto .wp-block-eedee-block-gutenslide{
		height: 100%!important;
		min-height: 280px!important;
	}
	.p-mainVisual__textLayer .p-mainVisual__slideTitle,
	.p-mainVisual__slideText{
		margin-left: 0;
	}
	.message-for .wp-block-column a{
		padding-left: .5rem;
		padding-right: .5rem;
	}
	.p-mainVisual__textLayer .p-mainVisual__slideTitle{
		font-size: 2.2rem;
	}
	.post_content .box-yugi .p-postList__title {
		color: #FFF;
	}
	 .box-yugi .p-postListWrap{
		 padding: 0 15px;
	 }
	 .box-yugi .-type-list .p-postList__link{
		 flex-wrap: nowrap;
	 }
	  .box-yugi time{
		  color: #FFF;
	  }
	.wpcf7-form .tableCondi td{
		display: block;
		width: auto;
	}
	.d-sm-block{
		display: block;
	}
	.modalWrapper .d-flex .col-8 input#s-box{
		width: 72%;
	}
	.modalWrapper .d-flex .col-8 #s-btn-area{
		width: 25%;
		white-space: nowrap;
	}
	.modalWrapper{
		padding: 2rem 1rem;
		width: 90%;
		min-width: 90%;
	}
	.modalWrapper .d-flex .col-8{
		margin-right: 0;
		margin-bottom: 1rem;
		padding-bottom: 1rem;
		border-right: none;
		border-bottom: 1px solid #cacaca;
	}
	#wpcf7-f14227-p12222-o1 td{
		display: block;
	}
	.csr-index.wp-block-columns .wp-block-column:not(:first-child){
		margin-left: 0;
	}
	.wp-block-eedee-block-gutenslider.alignfull {
	    left: 0;
	    width: 100%;
	}
	.box-yugi + .wp-block-eedee-block-gutenslider .wp-block-group{
		width: 100%;
	}
	a.virus-link,a.pass-link{
		display: none;
	}
	#sp_menu .external-links a.pass-link{
		display: block;
		border-color: #FFF;
		margin-bottom: .8rem;
		text-align: center;
	}
	body .-parallel .l-header__inner{
		padding-left: 10px;
		padding-right: 10px;
	}
	.d-xs-none{
		display: none!important;
	}
	.l-header__inner-sub{
		background-color: #F0F0F0;
	}
	.l-header__menuBtn .c-iconBtn__icon{
		padding: .5rem;
		background-color: #143F78;
		color:#FFF;
	}
	#footer .l-footer__nav{
		display: block;
	}
	.swiper-slide{
		--slide-min-width:100%!important;
	}
	.wp-block-image,
	.wp-block-image a,
	.wp-block-image img{
		width: 100%;
	}
	.scroll-wrap{
/* 		overflow-x: scroll; */
	}
	.scroll-wrap > *{
/* 		width: 200%; */
	}
	.btn-slide a{
		display: flex;
		justify-content: center;
		align-items: center;
		line-height: 1;
	}
	.home .swell-block-tab{
/* 		width:130%; */
	}
	.home .swell-block-tab .c-tabList{
		margin-top: 3.7rem!important;
	}
	.home .swell-block-tab .c-tabList li{
		flex-basis: calc(100% / 3 - 26px);
		margin-top: 5px;
	}
	.home .swell-block-tab .c-tabList li button{
		font-size: .7rem;
	}
/*
	.home .swell-block-tab .c-tabList li:nth-child(4),
	.home .swell-block-tab .c-tabList li:nth-child(5),
	.home .swell-block-tab .c-tabList li:nth-child(6){
		flex-basis: calc(100% / 3 - 20px);
	}
*/
	.home .swell-block-tab .c-tabList li button{
		padding-right: 0;
		padding-left: 0;
	}
	.home .swell-block-tab .c-tabList li{
		white-space: nowrap;
	}
	.home .swell-block-tab .c-tabList li button{
		justify-content: center;
	}
	.home .swell-block-tab .p-postList__body{
		display: block;
	}
	.home .swell-block-tab + .news-link{
		margin-left: 4rem;
	}
	.home .swell-block-tab + .news-link,
	.home .news-link + .news-link2{
		position: static;
		display: inline-block;
	}
	.message-for .wp-block-column:first-child a{
		margin-left: 1.5rem;
	}
	.message-for .wp-block-column:last-child a{
		margin-right: 1.5rem;
	}
	.box-note-wrap .wp-block-column:first-child,
	.box-note-wrap .wp-block-column:first-child figure{
		position: static;
	}
	.block-note{
		padding: 2.5rem 1.5rem 2.5rem;
	}
	.wp-block-columns.box-note-wrap .wp-block-column:not(:first-child):nth-child(2){
		margin-left: 0!important;
	}
	.box-yugi:before{
		width: 100%;
		transform: skew(0);
		height: 100%;
		left: 0;
	}
	.box-yugi:after{
		content:none;
	}
	.box-yugi .wp-block-columns .wp-block-column:last-child figure{
		padding: 1rem;
	}
	.box-yugi .wp-block-columns .wp-block-column:last-child figure img{
		min-height: inherit;
	}
	.box-yugi .wp-block-columns .wp-block-column:first-child{
		padding: 1rem;
	}
	.box-yugi .wp-block-columns .wp-block-column:first-child h2{
		font-size: 1.5rem;
	}
	.box-yugi .wp-block-column+.wp-block-column{
		margin-top: 0;
	}
	.wp-block-eedee-block-gutenslider.slides-auto.slider-bnrs .wp-block-eedee-block-gutenslide{
		min-width: var(--slide-min-width);
	}
	#mega-menu-wrap-header_menu .mega-menu-toggle + #mega-menu-header_menu{
		background-color: #143F78;
	}
	#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item > a.mega-menu-link:before,
	#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item > a.mega-menu-link:after{
		content:none;
	}
	.box-torikumi{
		margin-bottom: 0!important;
	}
	.box-torikumi:before,
	.box-research:before{
		content:none;
	}
	.box-torikumi:after{
		width: 100%;
		left: 0;
		height: 300px;
		bottom:auto;
		top:0;
	}
	.box-torikumi .wp-block-columns .wp-block-column:last-child{
		margin-top: 300px;
		padding:2rem 1rem;
		background-color: #DFE9F4;
	}
	.box-yugi{
		padding:2rem 1rem;
	}
	.box-torikumi .wp-block-columns .wp-block-column:last-child,
	.box-research .wp-block-columns .wp-block-column:last-child{
		color: #000;
	}
	.box-torikumi .wp-block-columns .wp-block-column:last-child p.has-white-color,
	.box-research .wp-block-columns .wp-block-column:last-child p.has-white-color{
		color: #000!important;
	}
	.box-yugi .wp-block-columns .wp-block-column:first-child a,
	.box-torikumi .wp-block-columns .wp-block-column p a,
	.box-research .wp-block-columns .wp-block-column p a{
		margin: auto;
	    display: block;
	    width: 9rem;
	    text-align: center;
	}
	.box-yugi .wp-block-columns .wp-block-column:first-child a{
		width: 75%;
	}
	#nav_menu-3,
	#nav_menu-7,
	#nav_menu-8,
	#custom-post-type-archives-2,
	#sidebar-gyoukaidb-yearly,
	#sidebar-gdb-theme,
	#sidebar-gdb-publisher,
	#sidebar-gdb-book{
		position: relative;
	}
	#nav_menu-3 ul,
	#nav_menu-7 ul,
	#nav_menu-8 ul,
	#custom-post-type-archives-2 ul,
	#sidebar-gyoukaidb-yearly ul,
	#sidebar-gdb-theme ul,
	#sidebar-gdb-publisher ul,
	#sidebar-gdb-book ul{
		display: none;
	}
	#nav_menu-3 .c-widget__title,
	#nav_menu-7 .c-widget__title,
	#nav_menu-8 .c-widget__title,
	#custom-post-type-archives-2 .c-widget__title,
	#sidebar-gyoukaidb-yearly .c-widget__title{
		margin-bottom: .5rem;
	}
	#nav_menu-3:before,
	#nav_menu-7:before,
	#nav_menu-8:before,
	#custom-post-type-archives-2:before,
	#sidebar-gyoukaidb-yearly:before,
	#sidebar-gdb-theme:before,
	#sidebar-gdb-publisher:before,
	#sidebar-gdb-book:before{
		content:'\f078';
		font-weight: 900;
		font-family: "Font Awesome 5 Free";
		display: inline-block;
		margin-left: .3rem;
		right: 1rem;
		top:1.5rem;
		position: absolute;
	}
	#nav_menu-7,
	#nav_menu-8,
	#custom-post-type-archives-2{
		margin-top: 0;
	}
	#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item > a.mega-menu-link{
		width: 100%;
	}
	#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,
	#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link{
		background: inherit;
	}
	.p-spMenu__inner::before{
		background: #143F78!important;
	}
	.c-widget__title.-spmenu{
		display: none;
	}
	.p-spMenu__closeBtn .c-iconBtn__icon::before{
		color: #FFF;
	}
	#mega-menu-wrap-header_menu #mega-menu-header_menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after{
	    content: '\f543';
	}
	#mega-menu-wrap-header_menu #mega-menu-header_menu li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after{
	    content: '\f460';
	}
	#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-megamenu.mega-menu-item:not(:last-child){
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}
	#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item > a.mega-menu-link{
		line-height: 55px;
	}
	#mega-menu-header_menu > li:nth-child(1) > ul,
	#mega-menu-header_menu > li:nth-child(2) > ul,
	#mega-menu-header_menu > li:nth-child(3) > ul,
	#mega-menu-header_menu > li:nth-child(4) > ul,
	#mega-menu-header_menu > li:nth-child(5) > ul,
	#mega-menu-header_menu > li:nth-child(6) > ul{
		background-image: none!important;
	}
	#mega-menu-header_menu > li > ul .non-link a, #mega-menu-header_menu > li > ul .mega-block-title{
		text-align: left!important;
	}
	.pc-none{
		display: block!important;
	}
	.swiper-wrapper.pc-none{
		display: flex!important;
	}
	.post_content .swiper-wrapper.pc-none div>:last-child{
		margin-bottom: 1rem!important;
	}
	.wp-block-eedee-block-gutenslider.arrow-position-sides .eedee-gutenslider-prev,
	.wp-block-eedee-block-gutenslider.arrow-position-sides .eedee-gutenslider-next{
		background-color: rgba(0, 0, 0, 0.4)!important;
	}
	#mega-menu-item-text-9,
	#mega-menu-item-text-10,
	#mega-menu-item-text-11{
		display: none!important;
	}
	.wp-block-eedee-block-gutenslider.arrow-position-sides .eedee-gutenslider-prev{
		left: -15px;
	}
	.wp-block-eedee-block-gutenslider.arrow-position-sides .eedee-gutenslider-next{
		right: -15px;
	}
	#gutenslider-3gv502u3k.wp-block-eedee-block-gutenslider.arrow-position-sides .eedee-gutenslider-prev{
		transform: translateY(-170%);
	}
	#gutenslider-3gv502u3k.wp-block-eedee-block-gutenslider.arrow-position-sides .eedee-gutenslider-next{
		transform: translateY(-170%);
	}
	.p-breadcrumb__list{
		flex-wrap: wrap;
	}
	.box-torikumi .wp-block-columns .wp-block-column li a:visited,
	.box-torikumi .wp-block-columns .wp-block-column li a:link,
	.box-research .wp-block-columns .wp-block-column li a:visited,
	.box-research .wp-block-columns .wp-block-column li a:link{
		color:#000;
	}
	.swiper-wrapper.alignfull{
	    left: 0;
		width: 100%;
	}
	.swiper-footer-banner .swiper-wrapper .swiper-slide{
		margin: 1rem 0;
	}
	.swiper-footer-banner .swiper-wrapper .wp-block-group__inner-container > .wp-block-group{
		min-height: 200px;
		font-size: .7rem;
	}
	.swiper-footer-banner .swiper-wrapper .wp-block-group__inner-container a{
		font-size: .7rem;
	}
	.swiper-footer-banner [role="button"]{
		display: flex;
	}
	.swiper-footer-banner .swiper-button-prev{
		left: -15px;
	}
	.swiper-footer-banner .swiper-button-next{
		right: -15px;
	}
	.swiper-footer-banner .swiper-button-prev,
	.swiper-footer-banner .swiper-button-next{
		background: none;
	}
	.swiper-footer-banner .swiper-button-prev:after,
	.swiper-footer-banner .swiper-button-next:after{
		color:#FFF;
		font-size: 1rem;
		background-color: rgba(0, 0, 0, 0.3);
		line-height: 1;
		padding: .5rem;
	}
	.wpcf7-form fieldset input[type="text"]:not([name="text-zip1"]):not([name="text-zip2"]),
	.wpcf7-form fieldset input[type="tel"],
	.wpcf7-form fieldset input[type="email"],
	.wpcf7-form fieldset textarea{
		max-width: 100%;
		width: 100%;
	}
	.wpcf7-form .table-form-a tr:last-child td{
		border: none;
		border-top: 1px solid #ededed;
	}
	.message-for .wp-block-column a{
		font-size: .8rem;
	}
	.message-for.u-mb-60{
		margin-bottom: 1rem!important;
	}
	.c-shareBtns__list{
		width: 100%;
	}
	.home #tab-changer.swell-block-tab .c-tabList{
		 margin-top: 3.5rem!important;
		 transform: translateX(0);
	}
	.swiper-footer-banner [role="button"].swiper-button-prev{
		left: -10px;
	}
	.swiper-footer-banner [role="button"].swiper-button-next{
		right: -10px;
	}
	.swiper-footer-banner .wp-block-columns{
		flex-wrap: nowrap;
	}
	.home #tab-changer .c-tabList .c-tabList__item .c-tabList__button{
		font-size: .9rem;
	}
	.home #tab-changer .c-tabList .c-tabList__item .c-tabList__button:after{
		font-size: 1rem;
	}
	body .swiper-footer-banner .wp-block-column.swiper-slide{
		flex-basis: auto!important;
	}
	.c-widget+.c-widget#sidebar-gdb-publisher,
	.c-widget+.c-widget#sidebar-gdb-book,
	.c-widget+.c-widget#sidebar-gyoukaidb-yearly{
		margin-top: 0;
	}
	.home .swell-block-tab:after{
		left: 79px;
	}
	.nend-list{
		display: flex;
		flex-wrap: wrap;
	}
	.nend-list li{
		float: none;
		width: calc(50% - 1rem);
	}
	.box-research .p-postListWrap{
		padding-left: 0;
		padding-right: 0;
	}
	.box-research .wp-block-columns .wp-block-column:first-child,
	.box-research .wp-block-columns .wp-block-column:last-child{
		padding: 0 1rem;
	}
	.box-research .wp-block-columns{
		flex-direction: column-reverse;
	}
	.box-research:after{
		width: 100%;
		left: 0;
	}
	.box-research .p-postListWrap{
		padding-bottom: 1rem;
	}
	.box-yugi.u-mb-60{
		margin-bottom: 0!important;
	}
	body .wp-block-eedee-block-gutenslider.slides-auto .swiper{
		height: auto;
	}
	body .p-mainVisual__inner {
	    height: 55vh;
	}
}


/* 投稿一覧のタイトルの改行削除 */

.p-postList__item .post-title br{
	display: none;
}



/* 投稿アーカイブでのサイドバーのウィジェット表示調整 */

/* 一旦すべて非表示 */
#body_wrap.archive.date .widget{
	display: none;
}

/* 投稿のお知らせ一覧 */
/* 一旦すべて非表示 */
.post-type-archive-post .widget{
	display: none;
}
.post-type-archive-post #sidebar-post-yearly,
.post-type-archive-post #sidebar-post-category{
	display: block;
}

/* 投稿の日付アーカイブ */
#body_wrap.archive.date #sidebar-post-yearly.widget,
#body_wrap.archive.date #sidebar-post-category.widget{
	display: block;
}


/* 業界DBの日付アーカイブ */
#body_wrap.archive.date.post-type-archive-gyoukaidb #sidebar-post-yearly.widget,
#body_wrap.archive.date.post-type-archive-gyoukaidb #sidebar-post-category.widget{
	display: none;
}
#body_wrap.archive.post-type-archive-gyoukaidb #sidebar-gyoukaidb-yearly,
#body_wrap.archive.post-type-archive-gyoukaidb #sidebar-gdb-theme,
#body_wrap.archive.post-type-archive-gyoukaidb #sidebar-gdb-publisher,
#body_wrap.archive.post-type-archive-gyoukaidb #sidebar-gdb-book
{
	display: block;
}

/* 広報誌の日付アーカイブ */
#body_wrap.archive.date.post-type-archive-magazine #sidebar-post-yearly.widget,
#body_wrap.archive.date.post-type-archive-magazine #sidebar-post-category.widget{
	display: none;
}

#body_wrap.archive.post-type-archive-magazine #sidebar-magazine-yearly{
	display: block;
}

/* 広報誌の投稿アーカイブ */
/* archive post-type-archive post-type-archive-magazine mega-menu-header-menu -body-solid -index-off -sidebar-on -frame-off */

#body_wrap.post-type-archive-magazine .widget{
	display: none;
}


/* 検索アーカイブ */
/* 一旦すべて非表示 */
#body_wrap.archive.search-results .widget{
	display: none;
}



/*
#body_wrap.post-type-archive.post-type-archive-gyoukaidb #sidebar-gyoukaidb-yearly{
	display: block;
}
*/

/*
#body_wrap.post-type-archive-gyoukaidb #sidebar-post-yearly,
#body_wrap.post-type-archive-gyoukaidb #sidebar-post-category,
#body_wrap.post-type-archive-magazine #sidebar-post-yearly,
#body_wrap.post-type-archive-magazine #sidebar-post-category,
#body_wrap.post-type-archive-post #sidebar-magazine-yearly,
#body_wrap.post-type-archive-gyoukaidb #sidebar-magazine-yearly,
#body_wrap.archive #sidebar-gyoukaidb-yearly,
#body_wrap.archive  #sidebar-gdb-theme,
#body_wrap.archive  #sidebar-gdb-publisher,
#body_wrap.archive  #sidebar-gdb-book
{
	display: none;
}
*/


.p-termHead{
	display: none;
}


.pick-up-wrapper{
	border:2px solid #F4F0F0;
}
.pick-up .-type-card .p-postList__thumb{
	padding: 30px 30px 0;
	box-shadow: none;
}
.pick-up .-type-card h2{
	padding:0 30px;
}
.home .swell-block-tab{
	margin-bottom: 0!important;
}
@media screen and (max-width: 768px){
	.pick-up .-type-card .p-postList__thumb{
		padding-top: 70px;
	}
	.pick-up-wrapper{
		padding-bottom: 30px;
	}
}
#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-megamenu > ul.mega-sub-menu{
	padding: 20px;
}
[class*="is-style-icon"]{
	margin-bottom: 2rem;
}