@charset "utf-8";
/* Link */
.text_link a,
a.text_link{
	text-decoration:underline;
	transition: color 0.4s;
	text-decoration-thickness:1px;
}
.text_link a:hover,
a.text_link:hover{
	text-decoration:none;
	color:inherit;
}
.block_link a,
a.block_link{
	display:block;
	transition: background 0.4s, color 0.4s, border 0.4s;
}
.block_link a img{
	transition: opacity 0.4s;
}
.block_link a:hover,
a.block_link:hover{
	text-decoration:none;
}
.block_link a:hover img,
a:hover img.opacity{
	opacity: 0.7;
	text-decoration:none;
}
.common_btn{
	margin:2em auto 3em;
	width: fit-content;
}
.common_btn a{
	display:flex;
	width: fit-content;
	min-width: 328px;
	border: solid 2px #1a3a8f;
	color: var(--white);
	background: var(--keycolor);
	font-size: 1rem;
	font-weight: 500;
	padding: 0.5em 2em;
	min-height: 73px;
	align-items:center;
	justify-content:center;
	position:relative;
	z-index: 0;
	text-decoration:none;
	border-radius: 3px;
	transition: all 0.3s;
}
.common_btn a::after{
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	margin: auto;
	inset: 0 26px 0 auto;
	width: 10px;
	height: 10px;
	border-top: solid 2px var(--white);
	border-right: solid 2px var(--white);
	transform: rotate(45deg);
	transition: color 0.3s;
}
.common_btn.contact_btn a{
	--keycolor: var(--red);
	border: solid 2px #d2161b;
}
.common_btn.contact_btn a span{
	position: relative;
	z-index: 0;
	padding-left: 1em;
}
.common_btn.contact_btn a span:before{
	position: absolute;
	z-index: 0;
	display: block;
	content: "";
	width: 28px;
	height: 20px;
	mask-image: url(../img/common/icon_mail.svg);
	background: var(--white);
	background-size: contain;
	mask-size: contain;
	margin: auto;
	inset: 0 auto 0 -1.25em;
}
@media (any-hover: hover) {
	.common_btn a:hover{
		--keycolor: #fff;
		--white: #1a3a8f;
	}
	.common_btn.contact_btn a:hover{
		--white: #d2161b;
	}
}


@media screen and (max-width:767px) {
	.common_btn{
		margin:1em auto 1em;
	}
	.common_btn a{
		max-width: 250px;
		min-width: 250px;
		font-size: 1rem;
		padding: 0.5em 2em;
		min-height: 54px;
		margin-inline: auto;
	}
	.common_btn a span{
		padding-right: 0;
	}
}
a.arrow_link,
.arrow_link a{
	position: relative;
	padding-left:14px;
}
a.arrow_link:before,
.arrow_link a:before{
    content: "";
    position: absolute;
    left: -1px;
    margin-top:-3px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-top: 2px solid #666;
    border-right: 2px solid #666;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ico_blank{position:relative;padding-right: 20px;}
.ico_blank:before, .ico_blank:after{
	content: "";
	width: 11px;
	height: 11px;
	display: inline-block;
	position: absolute;
	border: 1px solid #333;
	background:#fff;
	right: 0;
	top: 2px;
	z-index:10;
}
.ico_blank:after{
	right: 3px;
	top: 5px;
	z-index:9;
}
img.icon{
	vertical-align:middle;
	margin-right:5px;
}
/* image */
.scale_m { 
	max-width:100%;
	width:auto;
	height:auto;
}
.scale_all{	
	width:100%;
	height:auto;
}
.img_fit{
	position:relative;
	width:100%;
	padding-bottom:63%;
	display:flex;
	align-items:center;
	justify-content:center;
	overflow:hidden;
}
.img_fit img{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	margin:auto;
	max-width:100%;
	max-height:100%;
	transition:transform .4s;
	display:block;
}
a.img_fit:hover img,
a:hover .img_fit img{
	transform:scale(1.05);
}
@media screen and (max-width: 768px) {
	.scale {
		width:100%;
		height:auto;
	}
}

/* table,list */

.table_style {
	border:#ddd solid 1px;
	border-bottom:none
}
.table_style dl{
	position:relative;
	border-bottom:#ddd solid 1px;
	width:100%;
}
.table_style dt{
	position:absolute;
	top:0;
	left:0;
	background:#EEEEEE;
	width:250px;
	padding:16px 20px;
	box-sizing:border-box;
}
.table_style dd{
	padding:16px 20px;
	padding-left:270px;
	box-sizing:border-box;
}
.list_style ul li{
	margin-left:1em;
	margin-bottom:5px;
	text-indent: -1em;
}
.list_style ul li:before{
	content:"\30FB";
	margin-right:5px;
	color:#005BAC;
	font-weight:bold;
	
}
.list_style ul li.inlist ul{
	margin-top:5px;
}
.list_style ul li.inlist li{
	margin-left:3em;
	padding-left:0;
	text-indent:-3em;
}
.ol_style ol li{
	margin-left:-1em;
	padding-left:1em;
	margin-bottom:5px;
	text-indent: -1em;
	list-style-position:inside;
}

.dl_style dl{
	margin:0;
	padding:15px;
	background:#f6f6f6;
}
.dl_style dl dt{
	font-weight:bold;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom: dotted 1px #999;
}
.table_wrap {
	margin:40px 0;
}
.table_wrap.overs {
	padding-bottom:10px;
	overflow-x:auto;
	overflow-y:hidden;
}
.table_wrap table{
	width:100%;
	box-sizing:border-box;
	font-size:16px;
}
.table_wrap table th,
.table_wrap table td{
	box-sizing:border-box;
	padding:20px;
	border:solid 1px #ddd;
}


.table_wrap::-webkit-scrollbar {
	height: 15px;
}

.table_wrap::-webkit-scrollbar-track {
	border-radius: 10px;
	background: #c1c1c1;
}

.table_wrap::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: #666;
}
@media only screen and (max-width: 768px) {
	.table_style dl,
	.table_style dt,
	.table_style dd{
		display:block;
	}
	.table_style dt{
		border-bottom:#ddd solid 1px;
		width:100%;
		padding:10px;
		position:static;
		top:auto;
		left:auto;
	}
	.table_style dd{
		padding:15px 10px;
	}
	.dl_style dl{
		font-size:14px;
		margin:0;
	}
	.table_wrap{
		overflow-x:auto;
	}
	.table_wrap table{
		font-size:12px;
	}
	.table_wrap table th,
	.table_wrap table td{
		padding:10px;
	}
}
.topics_list{ border-top:#DDDDDD solid 1px;}
.topics_list li{
	border-bottom:#DDDDDD solid 1px;
}
.topics_list li a,
.topics_list li > div{
	display:flex;
	flex-wrap:wrap;
	padding:20px;
}
.topics_list li a:hover{
	text-decoration:none;
}
.topics_list time,
.topics_list h2,
.topics_list p{ display:inline-block;}
.topics_list a:hover h2{ 
	color:#fff;
	background:#E60012;
	border-color:#ddd;
	transition: background-color 0.5s, color 0.5s;
}
.topics_list a:hover time,
.topics_list a:hover p{ text-decoration:underline;}

.topics_list time{ margin-right:20px;}
.topics_list h2{
	padding:5px 5px;
	width: 10em;
	text-align:center;
	border:solid 1px #666666;
	margin-right:20px;
	transition: background-color 1s, color 1s;
}


/*  GoogleMAP・動画埋め込み  */
.map_wrap iframe{
	width:100%;
}
#campus_map{
	height:390px;
	margin-bottom:20px;
}
.movie_wrap{
	position:relative;
	width:100%;
	padding-bottom:56.25%;
}
.movie_wrap iframe{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}
.movie_wrap2{
	width: 100%;
	height:  0;
	padding-bottom:  590px;
	overflow:hidden;
	position:  relative;
}
.movie_wrap2 iframe,
.movie_wrap2 video{
	min-width: 100%;
	min-height: 590px;
	height:  auto;
	position:  absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
	margin:  auto;
}
@media only screen and (max-width: 768px) {
	#campus_map {
	    margin: 0 15px;
	    box-sizing: border-box;
	    width: auto;
	    height: 320px;
	}
}

/*  パンくずリスト  */
#pan {
	padding-top: 2em;
	padding-bottom: 2em;
	font-size: 0.875rem;
	/* padding-inline: 0; */
}
#pan ul {
	padding: 0;
}
#pan ol {
	padding: 0;
	margin: 0;
	font-size: 0.75rem;
	display: flex;
	align-items: center;
	overflow-y: hidden;
	overflow-x: auto;
}
#pan li,
#pan li * {
	display: inline-block;
	vertical-align: middle;
}
#pan li * {
	display: inline;
	vertical-align: middle;
}
#pan li {
	margin: 0 0.75em 0 0;
	white-space: nowrap;
}
#pan li a {
	text-decoration: underline;
	color: unset;
	font-weight: 500;
}
#pan li a:hover {
	text-decoration: none;
}
#pan li:before {
	content: "\003E";
	display: inline-block;
	margin-right: 0.75em;
	vertical-align: middle;
	font-size: 1lh;
}
#pan li:first-child:before {
	content: "";
	display: none;
	margin-right: 0;
}
@media only screen and (max-width: 767px) {
	#pan {
		padding: 0;
		margin: 1em 15px 3em;
		overflow: hidden;
		position: relative;
		z-index: 2;
		white-space: nowrap;
	}
	#pan:after,
	#pan li:last-child:after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		width: 10px;
		z-index: 1;
		background: rgb(0, 0, 0);
		background: linear-gradient(-90deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 50%);
	}
	#pan a {
		text-decoration: underline;
	}
	#pan ul {
		padding: 0;
		margin: 0;
		overflow-x: scroll;
		overflow-y: hidden;
	}
	#pan ol {
		position: relative;
		z-index: 4;
	}
	#pan li a {
		text-decoration: underline;
	}
	#pan li:last-child {
		position: relative;
		padding-right: 10px;
		margin-right: 0;
		flex-grow: 1;
	}
	#pan li:last-child:after {
		top: -1em;
		bottom: -1em;
		background: rgb(255, 255, 255);
		background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%);
	}
	#pan li:before {
		transform: translateY(4px);
	}
}
/*  ページャー  */
.pager_style{
	text-align:center;
	padding:30px 0 0 0;
}
.pager_style li{
	width:40px;
	border:1px solid #BBBBBB;
	background:#fff;
	display:inline-block;
	margin:0 0 10px 0;
}
.pager_style li:hover{
	background:#024384;
}
.pager_style li.on{
	background:#024384;
}
.pager_style li a{
	font-size:16px;
	text-decoration:none;
	display:block;
	padding:8px 0;
}
.pager_style li.on a{
	color:#fff;
}
.pager_style li a:hover{
	color:#fff;
}
.pager_style li.prev{
	margin:0 10px 0 0;
}
.pager_style li.next{
	margin:0 0 0 10px;
}
@media screen and (max-width: 768px) {
	.pager_style li{
		width: 30px;
	}
	.pager_style li a{
		font-size:12px;
		padding:6px 0;
	}
	.pager_style li.prev,
	.pager_style li.next{
		margin:0;
	}
}

.pc_center { }
.pc_right { }
.sp_center { }
.sp_right { }


@media screen and (min-width:769px) {
	.pc_center { text-align:center !important;}
	.sp_center { text-align:left;}
	.pc_right { text-align:right !important;}
	.mb50_h{ margin-bottom:50px !important;}
	.mb60_h{ margin-bottom:60px !important;}
	.mb80_h{ margin-bottom:80px !important;}
}
@media screen and (max-width:767px) {
	.pc_center,
	.pc_righ { text-align:left;}
	.sp_center { text-align:center !important;}
	.sp_right { text-align:right !important;}
	.mb50_h{ margin-bottom:25px !important;}
	.mb60_h{ margin-bottom:30px !important;}
	.mb80_h{ margin-bottom:40px !important;}
}

.modal-content { 
	width: 80%;
	max-width: 1240px;
	margin: 0px;
	padding: 10px 20px;
	background: none;
	position: fixed;
	display: none;
	z-index:1020;
}
#modal-overlay { 
	z-index: 1000;
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 120%;
	background-color: rgba(0, 0, 0, 0.66);

}
.modal_tit { 
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	max-width: 250px;
	text-align: center;
	line-height: normal;
	font-size: 20px;
	z-index: 1025;
	overflow: hidden;
	padding: 0px 30px;color:#fff;
}
.modal_tit span {
	display: block;
	position: relative;
	padding: 10px 0px;
	background: rgb(0, 0, 0);
	z-index: 2;
	border-bottom: 1px solid rgb(255, 255, 255);
}
.modal-content .close_btn {
	position: absolute;
	top: -10%;
	right: 0px;
	color: rgb(255, 255, 255);
	font-size: 40px;
	line-height: 1;
	display: block;
	cursor: pointer;
}

@media screen and (max-width: 768px) {
	modal-content { width: 100%;
	padding: 15px;
	box-sizing: border-box;
}
}

.tab_change{
}
.tab_change > input[type="radio"]{
	display:none;
}
.tab_change > input[type="radio"] ~ .tab_table .tab_content{
	overflow:hidden;
	opacity:0;
	max-height:0;
	z-index:-10;
	visibility:hidden;
	transition:opacity .4s;
}
.tab_change > input[id$="01"]:checked ~ .tab_table div[class$="01"],
.tab_change > input[id$="02"]:checked ~ .tab_table div[class$="02"],
.tab_change > input[id$="03"]:checked ~ .tab_table div[class$="03"],
.tab_change > input[id$="04"]:checked ~ .tab_table div[class$="04"],
.tab_change > input[id$="05"]:checked ~ .tab_table div[class$="05"],
.tab_change > input[id$="06"]:checked ~ .tab_table div[class$="06"],
.tab_change > input[id$="07"]:checked ~ .tab_table div[class$="07"],
.tab_change > input[id$="08"]:checked ~ .tab_table div[class$="08"]{
	opacity:1;
	z-index:10;
	visibility:visible;
	max-height: 200vh;
	overflow:visible;
	width:100%;
}
.tab_controller{
	display:flex;
	justify-content:flex-start;
	margin:0.5em 0;
	flex-wrap:wrap;
}
.tab_controller label,
.tab_controller a{
	display:flex;
	align-items:center;
	justify-content:center;
	border:solid 1px #b7b7b7;
	background:#fff;
	width:calc(25% - 3px);
	min-height: 30px;
	border-radius:50px;
	font-weight:500;
	margin-right:4px;
	font-size:0.875rem;
	line-height:1.1;
	text-align:center;
	padding:0px 6px;
	letter-spacing:-0.03em;
}
.tab_controller label:nth-child(4n),
.tab_controller a:nth-child(4n){
	margin-right:0;
}
.tab_controller label:nth-child(n+5),
.tab_controller a:nth-child(n+5){
	margin-top:4px;
}
.tab_controller a:hover,
.tab_controller a.on,
.tab_change > input[id$="01"]:checked ~ .tab_controller label[for$="01"],
.tab_change > input[id$="02"]:checked ~ .tab_controller label[for$="02"],
.tab_change > input[id$="03"]:checked ~ .tab_controller label[for$="03"],
.tab_change > input[id$="04"]:checked ~ .tab_controller label[for$="04"],
.tab_change > input[id$="05"]:checked ~ .tab_controller label[for$="05"],
.tab_change > input[id$="06"]:checked ~ .tab_controller label[for$="06"],
.tab_change > input[id$="07"]:checked ~ .tab_controller label[for$="07"],
.tab_change > input[id$="08"]:checked ~ .tab_controller label[for$="08"]{
	background:#f6f6f6;
}
.tab_controller a{
	transition:background .4s;
	text-decoration:none;
}
.tab_change_style .tab_controller{
	justify-content:space-between;
}
.tab_change_style .tab_controller a{
	width:23%;
	text-decoration: none;
	transition:background .4s,color .4s;
}
.tab_change_style .tab_controller a.active,
.tab_change_style .tab_controller a:hover{
	background:#f2f2f2;
	border-color:#f2f2f2;
}
.tab_change_style .tab_table{
	box-shadow:none;
}

/*  フォーム  */
.smf-form .smf-item.required-box .smf-item__description {
	display: inline-block;
	font-size: 0.75rem;
	font-weight: bold;
	line-height: 1;
	color: #e52331 !important;
	background: #fff !important;
	border: 1px solid #e52331;
	border-radius: 4px;
	padding: 0.35em 0.75em;
	margin: 0;
}
.smf-form .smf-item input[type="text"],
.smf-form .smf-item input[type="search"],
.smf-form .smf-item input[type="email"],
.smf-form .smf-item input[type="tel"],
.smf-form .smf-item input[type="number"],
.smf-form .smf-item input[type="password"],
.smf-form .smf-item input[type="date"],
.smf-form .smf-item textarea,
.smf-form .smf-item select {
	appearance: none;
	-webkit-appearance: none;
	display: inline-block;
	vertical-align: middle;
	border: solid 1px #fff;
	border-radius: 0;
	font-size: 0.875rem;
	padding: 0 0.5em;
	height: 2.5em;
	line-height: 2.5em;
	background: #fff;
	margin: 0;
}
.smf-form .smf-item input::placeholder,
.smf-form .smf-item textarea::placeholder {
	color: #919191;
}
.smf-form .smf-item input[type="text"],
.smf-form .smf-item input[type="search"],
.smf-form .smf-item input[type="email"],
.smf-form .smf-item input[type="tel"],
.smf-form .smf-item input[type="number"],
.smf-form .smf-item input[type="password"],
.smf-form .smf-item input[type="date"],
.smf-form .smf-item textarea,
.smf-form .smf-item select{
	border: #e5e5e5 solid 1px;
	display: block;
	width: 100%;
	height: 3.5em;
	line-height: 3.5em;
	padding: 0 1em;
	font-size: 1rem;
	font-weight: 500;
	margin-bottom: 0 !important;
	border-radius: 0;
	position: relative;
	z-index: 1;
	background: #00000000;
}
.smf-form .smf-item .smf-select-control:has(select){
	width: auto;
}
.smf-form .smf-item input[name$="zip"] {
	width: 244px;
	display: inline-block;
}
.smf-form .smf-item textarea {
	height: auto;
	line-height: 1.5em;
	padding: 1em;
}
.smf-form .smf-item label {
	cursor: pointer;
}
.smf-form .smf-item input[type="radio"],
.smf-form .smf-item input[type="checkbox"] {
	position: absolute;
	z-index: -10;
	font-size: 0;
	line-height: 0;
	border: none;
	background: transparent;
	outline: none;
	box-shadow: none;
	width: 0;
	height: 0;
	margin: 0
}
.smf-form .smf-item input[type="radio"]::before,
.smf-form .smf-item input[type="checkbox"]::before {
	display: none !important;
}
.smf-form .smf-item input[type="radio"]+span,
.smf-form .smf-item input[type="checkbox"]+span {
	display: inline-block;
	padding: 0.25em 0.25em 0.25em 1.25em;
	position: relative;
}
.smf-form .smf-item input[type="checkbox"]+span {
	padding-left: 1.75em;
}
.smf-form .smf-item label input[type="radio"]+span:before,
.smf-form .smf-item label input[type="checkbox"]+span:before,
.smf-form .smf-item label input[type="radio"]+span:after,
.smf-form .smf-item label input[type="checkbox"]+span:after {
	content: "";
	display: inline-block;
	width: 1.25rem;
	height: 1.25rem;
	border: solid 1px #919191;
	border-radius: 2px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: opacity .2s;
}
.smf-form .smf-item label input[type="checkbox"]+span:after {
	border: none;
	width: 0.875rem;
	height: 0.5rem;
	background: none;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	transform: rotate(135deg);
	top: -4px;
	left: 3px;
	opacity: 0;
}
.smf-form .smf-item label input[type="radio"]+span:before {
	border-radius: 50%;
	width: 14px;
	height: 14px;
}
.smf-form .smf-item label input[type="radio"]+span:after {
	border-radius: 50%;
	width: 6px;
	height: 6px;
	border: none;
	background: #626262;
	top: 0;
	left: 4px;
	opacity: 0;
}
.smf-form .smf-item label input[type="checkbox"]:checked+span:before {
	border-color: #108551;
	background: #108551;
}
.smf-form .smf-item label input[type="radio"]:checked+span:after,
.smf-form .smf-item label input[type="checkbox"]:checked+span:after {
	opacity: 1;
}
.smf-form .smf-item input[type="radio"]:focus+span::before,
.smf-form .smf-item input[type="checkbox"]:focus+span::before {
	outline: 1px solid;
}
.smf-form .smf-item input[type="radio"]+label {
	padding: 0.25em 0 0.25em 2em;
}
.smf-form .smf-item input[type="radio"]+label:before {
	border: #b0b0b0 solid 1px;
	width: 1.5em;
	height: 1.5em;
}
.smf-form .smf-item input[type="radio"]+label:after {
	width: 0.5625em;
	height: 0.5625em;
	top: 0.975em;
	left: 0.5em;
}
.smf-form .smf-item input[type="checkbox"]+label {
	padding: 0.5em 0 0.5em 2em;
}
.smf-form .smf-item input[type="checkbox"]+label:before {
	border: #b0b0b0 solid 1px;
	width: 1.5em;
	height: 1.5em;
}
.smf-form .smf-item input[type="checkbox"]+label:after {
	top: 0.75em;
	left: 0.5em;
}
.smf-form .smf-item .smf-select-control{
	width:100%;
}
.smf-action {
	display: flex;
	justify-content: center;
	margin: 0 !important;
	gap: 0 1em;
}
.smf-action .smf-button-control__control {
	margin: 1em 0 2em;
	display:flex;
	width: fit-content;
	min-width: 328px;
	border: solid 2px #1a3a8f;
	--keycolor: #1a3a8f;
	--white: #ffffff;
	color: var(--white) !Important;
	background: var(--keycolor) !Important;
	font-size: 1rem;
	font-weight: 500;
	padding: 0.5em 2em;
	min-height: 73px;
	align-items:center;
	justify-content:center;
	position:relative;
	z-index: 0;
	text-decoration:none;
	border-radius: 3px;
	transition: all 0.3s;
}
.smf-action .smf-button-control__control::after{
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	margin: auto;
	inset: 0 20px 0 auto;
	width: 10px;
	height: 10px;
	border-top: solid 2px var(--white) !Important;
	border-right: solid 2px var(--white) !Important;
	transform: rotate(45deg);
	transition: color 0.3s;
}
.smf-action .smf-button-control__control[data-action="back"] {
	--keycolor: #fff !Important;
	--white: #1a3a8f !Important;
}
.smf-action .smf-button-control__control[data-action="back"]::after {
	transform: rotate(-135deg);
	inset: 0 auto 0 20px;
}
@media (any-hover: hover) {
	.smf-action .smf-button-control__control:hover {
		--keycolor: #fff !Important;
		--white: #1a3a8f !Important;
	}
	.smf-action .smf-button-control__control[data-action="back"]:hover {
		--keycolor: #1a3a8f !Important;
		--white: #fff !Important;
	}
}
.snow-monkey-form[data-screen="input"] .form-confirm,
.snow-monkey-form[data-screen="invalid"] .form-confirm,
.snow-monkey-form[data-screen="confirm"] .form-input,
.snow-monkey-form[data-screen="invalid"] .form-input {
	display: none;
}
.smf-form{
	margin-bottom: 2em;
}
.smf-form .smf-item {
	border-bottom: 1px solid #eeeeee;
	padding: 1.5rem 0;
}
.smf-form .smf-item:last-child,
.smf-form .smf-item:nth-last-child(2){
	border-bottom: none;
}
.smf-form .smf-item .smf-item__col--label {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 100%;
	max-height: 3.5em;
	flex: 300px;
	width: 300px;
	padding-right: 4em;
	box-sizing: border-box;
}
.smf-form .smf-item:not(.required-box) .smf-item__col--label {
	flex-direction:column;
	justify-content: space-around;
	align-items: flex-start;
}
.smf-form .smf-item .smf-item__label__text {
	font-size: 1.125rem;
	font-weight: bold;
}
.smf-form .smf-item .smf-item__col--label + .smf-item__col--controls {
	flex: calc(100% - 300px);
	max-width: calc(100% - 300px);
}
.smf-form .smf-item .adrees-flex+.adrees-flex {
	margin-top: 0.75em;
}
.smf-form .smf-item .adrees-flex .smf-placeholder {
	width: calc(100% - 89px);
}
.smf-form .smf-item [data-name^="file"] {
	border: 1px solid #e5e5e5;
	padding: 0.5em;
	margin-bottom: 0.5em;
}
.smf-form .smf-item.privacy-box {
	justify-content: center;
	text-align: center;
}
.smf-form .smf-item.privacy-box label{
	font-size:1.125rem;
	font-weight:bold;
}
.snow-monkey-form[data-screen="input"] .form-confirm,
.snow-monkey-form[data-screen="invalid"] .form-confirm,
.snow-monkey-form[data-screen="confirm"] .form-input,
.snow-monkey-form[data-screen="invalid"] .form-input {
	display: none;
}
@media screen and (max-width: 767px) {

	.smf-form .smf-item input[type="text"],
	.smf-form .smf-item input[type="search"],
	.smf-form .smf-item input[type="email"],
	.smf-form .smf-item input[type="tel"],
	.smf-form .smf-item input[type="number"],
	.smf-form .smf-item input[type="password"],
	.smf-form .smf-item input[type="date"],
	.smf-form .smf-item textarea,
	.smf-form .smf-item select {
		font-size: 1rem;
	}
	.smf-form .smf-item input[name$="zip"] {
		width: 120px;
	}
	.smf-form .smf-item label input[type="radio"]+span,
	.smf-form .smf-item label input[type="checkbox"]+span {
		font-size: 1rem;
		padding-left: 1.25em;
	}
	.smf-form .smf-item label input[type="checkbox"]+span::before {
		width: 1.125rem;
		height: 1.125rem;
	}
	.smf-form .smf-item label input[type="checkbox"]+span::after {
		width: 1rem;
		height: 0.5rem;
		border-width: 3px;
		left: 1px;
		top: 0;
	}
	.smf-form .smf-item label input[type="radio"]+span::before {
		width: 14px;
		height: 14px;
	}
	.smf-form .smf-item label input[type="radio"]+span::after {
		width: 8px;
		height: 8px;
		left: 3px;
	}
	.snow-monkey-form[data-screen="confirm"] .smf-action {
		flex-direction: column-reverse;
		gap: 0.75em;
	}
	.smf-action .smf-button-control+.smf-button-control {
		margin: 0;
	}
	.smf-form{
		margin-bottom: 0;
	}
	.smf-form .smf-item {
		padding: 1rem 0;
	}
	.smf-form .smf-item .smf-item__col--label {
		flex: 100%;
		max-width: 100%;
		padding-right: 0;
		width: auto;
		max-height: unset;
	}
	.smf-form .smf-item.required-box .smf-item__col--label {
		justify-content: flex-start;
		gap: 0 0.5em;
		max-height: 3.5em;
	}
	.smf-form .smf-item .smf-radio-buttons-control__control .smf-label {
		display: block !important;
		margin: 0 !important;
	}
	.snow-monkey-form .smf-button-control__control {
		margin: 0 auto 1em;
	    max-width: 90%;
	    min-width: 250px;
	    width: fit-content;
	    min-height: 3.5em;
	    margin-inline: auto;
	    box-shadow: none;
	}
	.smf-form .smf-item .smf-item__col--controls,
	.smf-form .smf-item .smf-item__col--label + .smf-item__col--controls {
		flex: 100%;
		max-width: 100%;
	}
	.smf-form .smf-item .adrees-flex+.adrees-flex {
		margin-top: 0.5em;
	}
	.smf-form .smf-item [data-name^="file"] * {
		font-size: 0.875rem;
	}
}


/* works(施工事例)
-------------------------------------------------------------------*/
.post-type-works .site-body-container {
	display: flex;
	flex-direction: row-reverse;
	gap: 2em 7%;
	justify-content: space-between;
	width: 100%;
}
.post-type-works .site-body-container::after{
	content: none;
}
.post-type-works .site-body-container .main-section{
	width: 72%;
}
.post-type-works .site-body-container .sub-section{
	width: 21%;
	height: fit-content;
	border-radius: 0.25em;
}
.case_list {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
	gap: 2em 3.5%;
	padding: 0;
	margin-bottom: 50px;
}
.case_list .case_item {
	width: calc((100% - 7%) / 3);
	margin: 0;
}
.case_list .case_item a {
	display: block;
	text-decoration: none;
	border: 1px solid #e4e2e2;
	background: #fff;
	color: unset;
	height: 100%;
	border-radius: 0.35em;
	overflow: hidden;
	background: #fff;
	filter: drop-shadow(3px 5px 5px rgba(0, 0, 0, 0.05));
	position: relative;
	z-index: 0;
}
.case_list .case_product{
	position: absolute;
	z-index: 1;
	background: #5f5a4f;
	inset: 0 auto auto 0;
	border-radius: 0 0 0.5em 0;
	color: #fff;
	font-size: 0.875rem;
	font-weight: 500;
	padding: 0.25em 1.5em;
}
.case_list .case_item a .case_img {
	position: relative;
	aspect-ratio: auto;
	background: #fff;
	overflow: hidden;
	aspect-ratio: 370/240;
}
.case_list .case_item a .case_img img {
	object-fit: contain;
	max-width: inherit;
	width: 100%;
	height: 100%;
	transition: transform 0.3s;
	object-fit: cover;
}
.case_list .case_item a .case_text {
	padding: 1em 0.75em 1em;
}
.case_list .case_item a .case_name {
	font-size: 1.125rem;
	font-weight: 500;
	margin-bottom: 1em;
}
.case_list .case_item a .case_category {
	display: inline-block;
	line-height: 1.4;
	margin: 0;
}
.case_list .case_item a .case_category span {
	display: inline-block;
	width: fit-content;
	background: #eef0f3;
	border: 1px solid #dadada;
	border-radius: 0.2em;
	color: #0c2f83;
	font-size: 0.875rem;
	font-weight: 500;
	padding: 0.15em .5em;
	text-align: center;
	margin-bottom: 0.25em;
}
@media (any-hover: hover) {
	.case_list .case_item a:hover .case_img img {
		transform: scale(1.05);
	}
}
@media screen and (max-width: 900px) {
	.post-type-works .site-body-container {
		gap: 2em 7%;
		flex-direction: column;
	}
	.post-type-works .site-body-container .main-section{
		width: 100%;
	}
	.post-type-works .site-body-container .sub-section{
		width: 100%;
	}
}
@media screen and (max-width:767px) {
	.case_list {
		gap: 4%;
		margin-bottom: 20px;
	}
	.case_list .case_item{
		width: 48%;
		margin-bottom: 1em;
	}
	.case_list .case_item a .case_text {
		padding: 1em 0.5em 1em;
	}
	.case_list .case_item a .case_name {
		font-size: 1rem;
	}
	.post-type-works .site-body-container .sub-section .widget_categories{
		margin-bottom: 1em;
	}
}

/* works_detail_info(施工事例詳細)
-------------------------------------------------------------------*/
.works_detail_info .detail_area {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 4em;
	margin-bottom: 60px;
}
.works_detail_info  .case_category {
	display: inline-block;
	line-height: 1.4;
	margin-bottom: 2em;
}
.works_detail_info  .case_category span {
	display: inline-block;
	width: fit-content;
	background: #eef0f3;
	border: 1px solid #dadada;
	border-radius: 0.2em;
	color: #0c2f83;
	font-size: 0.875rem;
	font-weight: 500;
	padding: 0.15em .5em;
	text-align: center;
	margin-bottom: 0.25em;
}
.works_detail_info .detail_area .img_area {
	width: 100%;
}
.works_detail_info .detail_area .slick-slide {
	overflow: hidden;
	aspect-ratio: 85/55;
	position: relative;
	z-index: 0;
}
.works_detail_info .detail_area .slick-slide img{
	object-fit: cover;
	height: 100%;
	object-position: center;
}
.works_detail_info .detail_area .thumbnail .slick-track {
	transform: unset !important;
	margin-top: 10px;
	margin-left: 0;
	width: 100% !important;
}
.works_detail_info .detail_area .thumbnail .slick-track img {
	cursor: pointer;
}
.works_detail_info .detail_area .thumbnail .slick-slide{
	width: calc(100% / 6) !important;
}
.works_detail_info .detail_area .thumbnail .slick-slide.slick-current img{
	border: 3px solid #1a3a8f;
}
.works_detail_info .detail_area .slick-slide img {
	border: 1px solid #ededed;
	width: calc(100% - 8px);
	position: absolute;
	z-index: 1;
	margin: auto;
	transform: translate(-50%, -50%);
	inset: 50% auto auto 50%;
}
.works_detail_info .detail_area .text_area {
	width: 100%;
}
.works_detail_info .text_area table {
	width: 100%;
	border: none;
}
.works_detail_info .text_area table tr:first-child{
	border-top: 1px solid #b6b4b4;
}
.works_detail_info .text_area table tr {
	border: none;
	border-bottom: 1px solid #b6b4b4;
	vertical-align: top;
	position: relative;
	z-index: 0;
}
.works_detail_info .text_area table tr>* {
	font-size: 1rem;
	border: none;
}
.works_detail_info .text_area table tr th {
	width: 225px;
	font-weight: 600;
	padding: 1em;
	display: block;
	text-align: center;
	background: #f2f2f2;
}
.works_detail_info .text_area table tr td {
   width: 100%;
   padding: 1em;
   text-align: left;
}
.works_detail_info .products_area .single-article-subtitle{
	margin-top: 2em;
}
.works_detail_info .products_area .products_list{
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 2.5em 3.5%;
	margin-bottom: 6em;
}
.works_detail_info .products_area .products_list .products_item{
	width: calc((100% - 7%) /3 );
	margin: 0;
}
.works_detail_info .products_area .products_list .products_item a{
	height: 100%;
	text-decoration: none;
	display: block;
	border-radius: .5em;
	overflow: hidden;
	position: relative;
	z-index: 0;
}
.works_detail_info .products_area .products_list .products_item a .img_area{
	aspect-ratio: 370 / 240;
}
.works_detail_info .products_area .products_list .products_item a .img_area img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s;
}
.works_detail_info .products_area .products_list .products_item a .text_area{
	position: absolute;
	z-index: 1;
	margin: auto;
	inset: auto 0 0.75em 1em;
}
.works_detail_info .products_area .products_list .products_item a .text_area .products_cat{
	display: flex;
	gap: 0.5em;
	flex-wrap: wrap;
	margin-bottom: 0.25em; 
}
.works_detail_info .products_area .products_list .products_item a .text_area .products_cat span{
	display: inline-block;
	width: fit-content;
	background: var(--white);
	border-radius: 0.2em;
	color: var(--keycolor);
	font-size: 0.875rem;
	font-weight: 500;
	padding: 0.15em .5em;
	text-align: center;
	line-height: 1.4;
}
.works_detail_info .products_area .products_list .products_item a .text_area .products_title{
	color: var(--white);
	font-weight: 500;
	margin: 0;
}
@media (any-hover: hover) {
	.works_detail_info .products_area .products_list .products_item a:hover .img_area img{
		transform: scale(1.05);
	}
}
@media screen and (max-width:767px) {
	.works_detail_info .detail_area {
		margin-bottom: 20px;
		flex-direction: column;
		gap: 1em;
	}
	.works_detail_info .detail_area .img_area {
		width: 100%;
		margin-bottom: 2em;
	}
	.works_detail_info .detail_area .slick-slide {
		padding-inline: 2px;
	}
	.works_detail_info .detail_area .slick-slide img {
		width: calc(100% - 4px);
	}
	.works_detail_info .detail_area .slick-list {
		padding-inline: 0% !important;
	}
	.works_detail_info .detail_area .text_area {
		width: 100%;
		margin-bottom: 1em;
	}
	.works_detail_info .text_area table tr th {
		width: 90px;
		font-size: 1rem;
		line-height: 1.6;
	}
	.works_detail_info .products_area .products_list{
		gap: 1em 4%;
		margin-bottom: 4em;
	}
	.works_detail_info .products_area .products_list .products_item{
		width: 48%;
	}
	.works_detail_info .products_area .products_list .products_item a .text_area{
		inset: auto 0 0.25em 0.5em;
	}
	.works_detail_info .products_area .products_list .products_item a .text_area .products_cat span{
		font-size: 0.75rem;
	}
}
/* service(商品紹介）
-------------------------------------------------------------------*/
.post-type-service .site-body-container {
	display: flex;
	flex-direction: row-reverse;
	gap: 2em 7%;
	justify-content: space-between;
	width: 100%;
}
.post-type-service .site-body-container::after{
	content: none;
}
.post-type-service .site-body-container .main-section{
	width: 72%;
}
.post-type-service .site-body-container .sub-section{
	width: 21%;
	height: fit-content;
	border-radius: 0.25em;
}
.post-type-service .products_list{
	display: flex;
	flex-wrap: wrap;
	gap: 1em 3.5%;
	margin-bottom: 3em;
	padding: 0;
}
.post-type-service .products_item{
	width: calc((100% - 7%) /3 );
}
.post-type-service .products_item a{
	height: 100%;
	text-decoration: none;
	display: block;
	border-radius: .5em;
	overflow: hidden;
	position: relative;
	z-index: 0;
}
.post-type-service .products_item a .img_area .products_img{
	aspect-ratio: 370 / 240;
}
.post-type-service .products_item a .img_area img{
	width: 100%;
	object-fit: cover;
	transition: transform 0.3s;  
	height: 100%;
}
.post-type-service .products_item a .text_area{
	position: absolute;
	z-index: 1;
	margin: auto;
	inset: auto 0 0.75em 1em;
}
.post-type-service .products_item a .text_area .products_cat{
	display: flex;
	gap: 0.5em;
	flex-wrap: wrap;
	margin-bottom: 0.25em;
	line-height: 1.4;
	margin: 0;
}
.post-type-service .products_item a .text_area .products_cat span{
	display: inline-block;
	width: fit-content;
	background: var(--white);
	border-radius: 0.2em;
	color: var(--keycolor);
	font-size: 0.875rem;
	font-weight: 500;
	padding: 0.15em .5em;
	text-align: center;
	line-height: 1.4;
}
.post-type-service .products_item a .text_area .products_title{
	color: var(--white);
	font-weight: 500;
	font-size: 1.125rem;
	margin: 0;
}
@media (any-hover: hover) {
	.post-type-service .products_item a:hover .img_area img{
		transform: scale(1.05);
	}
}
@media screen and (max-width: 900px) {
	.post-type-service .site-body-container {
		gap: 2em 7%;
		flex-direction: column;
	}
	.post-type-service .site-body-container .main-section{
		width: 100%;
	}
	.post-type-service .site-body-container .sub-section{
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.post-type-service .products_list{
		gap: 1em 4%;
	}
	.post-type-service .products_item{
		width: 48%;
	}
	.post-type-service .products_item a .text_area{
		inset: auto 0 0.5em 0.5em;
	}
	.post-type-service .products_item a .text_area .products_cat span{
		font-size: 0.75rem;
	}
	.post-type-service .products_item a .text_area .products_title{
		font-size: 1rem;
	}
}
/* single-service(商品詳細）
-------------------------------------------------------------------*/
.single-service .site-body-container .main-section{
	width: 100%;
}
.single-service .site-body{
	margin-bottom: 4em;
}
.single-service .single-service_area{
	margin-bottom: 6em;
}
@media screen and (max-width:767px){
	.single-service .site-body{
		margin-bottom: 2em;
	}
	.single-service .single-service_area{
		margin-bottom: 4em;
	}
}






/* サイドバー見出し
-------------------------------------------------------------------*/
.sub-section{
	background: #f2f2f2;
	padding: 1.5em;
	float: unset;
}
.sub-section .widget_text:has(.side_category_title){
	margin-bottom: 0em;
}
.sub-section .side_category_title{
	font-size: 1.125rem;
	padding: 0.5em 0.25em;
	color: #183685;
	font-weight: 500;
	margin-bottom: 0;
	border-bottom: 1px solid #f0f0f0;
	position: relative;
	z-index: 0;
}
.sub-section .cat-item a{
	padding: 0.5em 0.25em;	
	color: unset;
}
@media screen and (max-width:767px) {
	.sub-section{
		padding: 1em 1em;
	}
	.sub-section .cat-item{
		font-size: 1rem;
		padding: 0.5em;
	}
}












/* column
-------------------------------------------------------------------*/
.post-type-column .column_wrap{
	padding-top: 0;
}
.post-type-column .site-body{
	margin-bottom: 4em;
}
.single-column .column_time{
	color: #d2d2d2;
	font-weight: 600;
	letter-spacing: 1px;
	margin-right: 0.5em;
	margin-bottom: 1em;
}
.single-column .single-column_area{
	margin-bottom: 6em;
}
.single-column .single-column-thumb{
	margin: 2em auto;
	text-align: center;
	max-width: 800px;
	max-height: 530px;
}
@media screen and (max-width:767px){
	.post-type-column .site-body{
		margin-bottom: 2em;
	}
	.single-column .single-column_area{
		margin-bottom: 4em;
	}
}

/* pagination(ページネーション)
-------------------------------------------------------------------*/
.pagination {
	margin-top: 4em;
	margin-bottom: 3em;
	text-align: center;
	content-visibility: auto
}
.pagination .nav-links{
	flex-wrap: wrap;
}
.pagination .nav-links a.page-numbers,
.pagination .nav-links span.page-numbers.current{
	display: block;
	font-size: .875rem;
	padding: 0.5em;
	font-weight: 600;
}
.pagination .nav-links .page-numbers.dots{
	line-height: 2;
}
.pagination .nav-links span.page-numbers.current{
	color: var(--keycolor);
	text-decoration: underline;
}
@media (any-hover: hover) {
	.pagination .nav-links a.page-numbers:hover {
		color: var(--keycolor);
	}
}

/* faq
-------------------------------------------------------------------*/
.post-type-faq .faq_category_block {
	margin-bottom: 6em;
}
.post-type-faq .faq_category_link{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 4em;
	gap: 2em 4%;
}
.post-type-faq .faq_category_link .common_btn{
	margin: 0;
}
.post-type-faq .faq_category_link .common_btn a::after{
	inset: 0 15px 0 auto;
	transform: rotate(135deg);
}
.post-type-faq .faq_category_block dl+dl {
	margin-top: 1em;
}
.post-type-faq .faq_category_block dl {
	position: relative;
	z-index: 1;
	border-bottom: 1px solid #d2d2d2;
	margin-block: 2em;
}
.post-type-faq .faq_category_block dt {
	cursor: pointer;
	position: relative;
}
.post-type-faq .faq_category_block dt .faq_title{
	margin: 0;
	padding: 0;
	border: none;
}
.post-type-faq .faq_category_block dt .dt_col i{
	width: 1.5em;
	margin: 0;
}
.post-type-faq .faq_category_block dt:before,
.post-type-faq .faq_category_block dt:after {
	content: "";
	width: 20px;
	height: 3px;
	background: #ffffff;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 6;
	transition: .5s transform;
}
.post-type-faq .faq_category_block dt .dt_col {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 0;
	padding: 1em 5em 1em 0;
	position: relative;
	
}
.post-type-faq .faq_category_block dt .dt_col:before {
	content: "";
	background: #d2161b;
	width: 40px;
	height: 40px;
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: .5s transform;
	z-index: 5;
}
.post-type-faq .faq_category_block dt:after {
	transform: rotate(90deg);
}
.post-type-faq .faq_category_block  i,
.post-type-faq .faq_category_block dd i {
	font-size: 1.5rem;
	color: #004ea2;
	width: 20px;
	margin-right: 0.15em;
}
.post-type-faq .faq_category_block dt.opened:before {
	transform: rotate(-180deg);
}
.post-type-faq .faq_category_block dt.opened:after {
	transform: rotate(-180deg);
}
.post-type-faq .faq_category_block dd {
	margin-top: 1em;
}
@media screen and (max-width:767px){
	.post-type-faq .faq_category_block {
		margin-bottom: 3em;
	}
	.post-type-faq .faq_category_link{
		margin-bottom: 3em;
		gap: 1em 2%;
	}
	.post-type-faq .faq_category_link .common_btn{
		margin: 0;
		width: 49%;
	}
	.post-type-faq .faq_category_link .common_btn a{
		min-width: unset;
		text-align: center;
		padding: 0.5em 1.5em 1.5em;
	}
	.post-type-faq .faq_category_link .common_btn a::after{
		inset: auto 0 0.75em;
		transform: rotate(135deg);
	}	
	.post-type-faq .faq_category_block dl+dl {
		margin-top: 1em;
	}
	.post-type-faq .faq_category_block dl {
		border-bottom: 1px solid #d2d2d2;
		margin-block: 1em;
	}
	.post-type-faq .faq_category_block dt .dt_col i,
	.post-type-faq .faq_category_block dt .faq_title{
		font-size: 1.25rem;
	}
	.post-type-faq .faq_category_block dt:before,
	.post-type-faq .faq_category_block dt:after {
		width: 16px;
		height: 2px;
		right: 8px;
	}
	.post-type-faq .faq_category_block dt .dt_col {
		padding: 1em 4em 1em 0;
	}
	.post-type-faq .faq_category_block dt .dt_col:before {
		width: 30px;
		height: 30px;
		right: 0;
	}
}

/* print
-------------------------------------------------------------------*/
*html body {
	zoom:60%;
}
