@charset "UTF-8";
/*
	* Bootstrap 複数ページに掛かるカスタムCSS

	@media screen and (max-width: 1499.98px) {}
	@media (max-width: 991.98px) {}
	@media print {}
	@media screen and (max-width: 767px) {}
 
	xxl-1500over(min-1500)
	xl-1500(max-1499) 左右余白15pxを含む（1470）
	lg-992(max-991)
	md-768(max-767)
	sm-576(max-575)
 
	-------------------

	リンクボタン
	モーダルウインドウに関わるCSS
	テキストアニメーション（一文字ずつ表示）に関わるCSS
	画像ホバー時アクション
	テーブル装飾
	お問い合わせページ
	お問い合わせページバリデーション
	GoogleMap埋め込み
	YouTube埋め込み
	EZGATE タグコレボタン設定

*/

/* 見出しテキスト　回転要素 */

/* =========================================
   共通：文字回転アニメーションのベース設定
========================================= */
	.char-anim{
		display: inline-block;
		opacity: 0;
		transform: rotateY(90deg);
		transform-origin: center;
	}
	.char-anim.char-first{ padding-left: 20px;}
	.char-anim.char-last{ padding-right: 20px;}

	.js-text-anime.is-active .char-anim{
		animation: spinHorizontal 0.6s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
	}
	@keyframes spinHorizontal{
		0% { opacity: 0; transform: rotateY(90deg); }
		100% { opacity: 1; transform: rotateY(0deg); }
	}

/* .home-promo用の装飾 */
	.home-promo .promo-text .main01,
	.home-promo .promo-text .main02{
		background-color: transparent !important;
		padding: 0!important;
		font-size: 64px;
		font-weight: 500;
		color: #014099;
		perspective: 1000px;
	}
	.home-promo .char-anim{
		background-color: white;
		padding: 8px 2px 18px 2px; 
	}
	.home-promo .char-anim:first-child{
		padding: 8px 2px 18px 20px;
	}
	.home-promo .char-anim:last-child{
		padding: 8px 20px 18px 2px;
	}
	@media screen and (max-width: 1499.98px) {
		.home-promo .promo-text .main01,
		.home-promo .promo-text .main02{
			font-size: 52px;
		}
		.home-promo .char-anim{
			padding: 7px 2px 16px 2px; 
		}
		.home-promo .char-anim:first-child{
			padding: 7px 2px 16px 18px;
		}
		.home-promo .char-anim:last-child{
			padding: 7px 18px 16px 2px;
		}
	}
	@media (max-width: 991.98px) {
		.home-promo .promo-text .main01,
		.home-promo .promo-text .main02{
			font-size: 42px;
		}
		.home-promo .char-anim{
			padding: 6px 1px 14px 1px; 
		}
		.home-promo .char-anim:first-child{
			padding: 6px 1px 14px 16px;
		}
		.home-promo .char-anim:last-child{
			padding: 6px 16px 14px 1px;
		}
	}
	@media print {
		.home-promo .promo-text .main01,
		.home-promo .promo-text .main02{
			font-size: 32px;
		}
		.home-promo .char-anim{
			padding: 4px 1px 12px 1px; 
		}
		.home-promo .char-anim:first-child{
			padding: 4px 1px 12px 14px;
		}
		.home-promo .char-anim:last-child{
			padding: 4px 14px 12px 1px;
		}
	}
	@media screen and (max-width: 767px) {
		.home-promo .promo-text .main01,
		.home-promo .promo-text .main02{
			font-size: 7.2vw;
		}
		.home-promo .char-anim{
			padding: 6px 0px 10px 0px; 
		}
		.home-promo .char-anim:first-child{
			padding: 6px 0px 10px 12px;
		}
		.home-promo .char-anim:last-child{
			padding: 6px 12px 10px 0px;
		}
	}

/* .cus-midashi01用の装飾 */
	.cus-midashi01{
		display: flex;
		flex-direction: column-reverse;
	}

	.cus-midashi01 .en{
		font-family: "Zalando Sans Expanded", sans-serif;
		font-optical-sizing: auto;
		font-weight: 500;
		font-style: normal;
		font-size: 120px;
		color: #014099;
		line-height: 1.4;
	}
	.cus-midashi01.small .en{font-size: 80px;}

	.cus-midashi01 .main .inner{
		display: inline-block;
		background-color: transparent !important;
		padding: 0;
		margin-bottom: 0px;
		font-size: 36px;
		font-weight: 500;
		color: #014099;
		line-height: 1;
		perspective: 1000px;
	}
	.cus-midashi01.small .main .inner{font-size: 24px;}
	.cus-midashi01 .main .char-anim{
		background-color: #d9e9ff; /* 見出しは薄い青背景 */
		padding: 6px 2px 12px 2px; 
	}
	.cus-midashi01 .main .char-anim:first-child{
		padding: 6px 2px 12px 12px;
	}
	.cus-midashi01 .main .char-anim:last-child{
		padding: 6px 12px 12px 2px;
	}
	@media screen and (max-width: 1499.98px) {
		.cus-midashi01 .en{
			font-size: 8vw;
		}
		.cus-midashi01.small .en{font-size: 5.4vw;}
	
		.cus-midashi01 .main .inner{
			font-size: 32px;
		}
		.cus-midashi01.small .main .inner{font-size: 22px;}
		.cus-midashi01 .main .char-anim{
			background-color: #d9e9ff; /* 見出しは薄い青背景 */
			padding: 6px 2px 12px 2px; 
		}
		.cus-midashi01 .main .char-anim:first-child{
			padding: 6px 2px 12px 12px;
		}
		.cus-midashi01 .main .char-anim:last-child{
			padding: 6px 12px 12px 2px;
		}
	}
	@media (max-width: 991.98px) {
		.cus-midashi01 .en{
			font-size: 8vw;
		}
		.cus-midashi01.small .en{font-size: 5.4vw;}
	
		.cus-midashi01 .main .inner{
			font-size: 26px;
		}
		.cus-midashi01.small .main .inner{font-size: 20px;}
		.cus-midashi01 .main .char-anim{
			background-color: #d9e9ff; /* 見出しは薄い青背景 */
			padding: 6px 2px 10px 2px; 
		}
		.cus-midashi01 .main .char-anim:first-child{
			padding: 6px 2px 10px 12px;
		}
		.cus-midashi01 .main .char-anim:last-child{
			padding: 6px 12px 10px 2px;
		}
	}
	@media print {
		.cus-midashi01 .en{
			font-size: 8vw;
		}
		.cus-midashi01.small .en{font-size: 5.4vw;}
	
		.cus-midashi01 .main .inner{
			font-size: 22px;
		}
		.cus-midashi01.small .main .inner{font-size: 18px;}
		.cus-midashi01 .main .char-anim{
			background-color: #d9e9ff; /* 見出しは薄い青背景 */
			padding: 6px 2px 8px 2px; 
		}
		.cus-midashi01 .main .char-anim:first-child{
			padding: 6px 2px 8px 12px;
		}
		.cus-midashi01 .main .char-anim:last-child{
			padding: 6px 12px 8px 2px;
		}

		.js-text-anime .char-anim{
			opacity: 1 !important;
			transform: none !important;
			animation: none !important;
			visibility: visible !important;
		}
		.cus-midashi01 .main .char-anim{
			background-color: #d9e9ff !important;
			-webkit-print-color-adjust: exact;
			print-color-adjust: exact;
		}
		.cus-midashi01 .main .inner{
			perspective: none !important;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-midashi01 .en{
			font-size: 34px;
		}
		.cus-midashi01.small .en{font-size: 34px;}
	
		.cus-midashi01 .main .inner{
			font-size: 19px;
		}
		.cus-midashi01.small .main .inner{font-size: 19px;}
		.cus-midashi01 .main .char-anim{
			background-color: #d9e9ff; /* 見出しは薄い青背景 */
			padding: 6px 1px 8px 1px; 
		}
		.cus-midashi01 .main .char-anim:first-child{
			padding: 6px 1px 8px 12px;
		}
		.cus-midashi01 .main .char-anim:last-child{
			padding: 6px 12px 8px 1px;
		}
	}

	.cus-midashi02{
		position: relative;
		padding-left: 42px;
		font-size: 34px;
	}
	.cus-midashi02::before{
		content: '';
		position: absolute;
		top: 6px;
		left: 0px;
		background-color: #014099;
		border-radius: 4px;
		width: 32px;
		aspect-ratio: 1 / 1;
		transform: rotate(-180deg) scale(0.5);
		transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.6s ease;
		opacity: 0;
	}
	.cus-midashi02 span{
		display: inline-block;
		opacity: 0;
		transform: translateY(10px);
		transition: opacity 0.4s ease, transform 0.4s ease;
	}
	.cus-midashi02.is-active::before{
		opacity: 1;
		transform: rotate(0deg) scale(1);
	}
	.cus-midashi02.is-active span{
		opacity: 1;
		transform: translateY(0);
	}
	@media print {
		.cus-midashi02::before,
		.cus-midashi02 span{
			opacity: 1 !important;
			transform: none !important;
			transition: none !important;
		}
	}
	@media screen and (max-width: 1499.98px) {
		.cus-midashi02{
			padding-left: 38px;
			font-size: 28px;
		}
		.cus-midashi02::before{
			top: 4px;
			width: 28px;
		}
	}
	@media (max-width: 991.98px) {
		.cus-midashi02{
			padding-left: 32px;
			font-size: 24px;
		}
		.cus-midashi02::before{
			top: 5px;
			width: 22px;
		}
	}
	@media print {
		.cus-midashi02{
			padding-left: 28px;
			font-size: 20px;
		}
		.cus-midashi02::before{
			top: 4px;
			width: 18px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-midashi02{
			padding-left: 28px;
			font-size: 20px;
		}
		.cus-midashi02::before{
			top: 4px;
			width: 18px;
		}
	}

	.cus-midashi03{
		position: relative;
		display: inline-block;
		padding: 16px 50px;
		font-size: 25px;
		line-height: 1.6;
		text-align: center;
	}
	.cus-midashi03::before,
	.cus-midashi03::after{
		content: '';
		position: absolute;
		top: 0;
		width: 30px;
		height: 100%;
		border: 3px solid #014099;
		border-radius: 8px;
	}
	.cus-midashi03::before{
		left: 0;
		border-right: none;
		border-radius: 8px 0 0 8px; 
	}
	.cus-midashi03::after{
		right: 0;
		border-left: none;
		border-radius: 0 8px 8px 0; 
	}
	@media screen and (max-width: 1499.98px) {
		.cus-midashi03{
			padding: 14px 40px;
			font-size: 22px;
		}
		.cus-midashi03::before,
		.cus-midashi03::after{
			width: 25px;
		}
	}
	@media (max-width: 991.98px) {
		.cus-midashi03{
			padding: 12px 30px;
			font-size: 19px;
			text-align: left;
		}
		.cus-midashi03::before,
		.cus-midashi03::after{
			width: 20px;
		}
	}
	@media print {
		.cus-midashi03{
			padding: 10px 20px;
			font-size: 16px;
			text-align: left;
		}
		.cus-midashi03::before,
		.cus-midashi03::after{
			width: 16px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-midashi03{
			padding: 10px 20px;
			font-size: 17px;
			text-align: left;
		}
		.cus-midashi03::before,
		.cus-midashi03::after{
			width: 16px;
		}
	}

	.cus-midashi04{
		position: relative;
		display: inline-block;
		font-size: 38px;
		font-weight: 700;
		letter-spacing: 0.08em;
		z-index: 1;
	}
	.cus-midashi04::before{
		content: '';
		position: absolute;
		bottom: 0px;
		right: 0px;
		background-color: #d9e9ff;
		border-radius: 8px;
		width: 90%;
		height: 80%;
		z-index: -1;
		opacity: 0;
		transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s ease;
	}
	.cus-midashi04.is-active::before{
		opacity: 1;
		transform: translate(20px, 20px);
	}
	@media screen and (max-width: 1499.98px) {
		.cus-midashi04{
			font-size: 34px;
		}
	}
	@media (max-width: 991.98px) {
		.cus-midashi04{
			font-size: 28px;
		}
		.cus-midashi04.is-active::before{
			transform: translate(17px, 17px);
		}
	}
	@media print {
		.cus-midashi04{
			font-size: 20px;
		}
		.cus-midashi04::before{
			opacity: 1 !important;
			transform: translate(14px, 14px) !important;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-midashi04{
			font-size: 23px;
		}
		.cus-midashi04.is-active::before{
			transform: translate(14px, 14px);
		}
	}

	.cus-midashi05{
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	.cus-midashi05 .main{
		display: inline-block;
		background: rgba(255, 255, 255, 0.8);
		border-radius: 8px;
		padding: 20px;
	}
	.cus-midashi05 .main .en{
		position: relative;
		padding: 0 80px 0 0;
		margin: 0;
		font-family: "Zalando Sans Expanded", sans-serif;
		font-optical-sizing: auto;
		font-weight: 500;
		font-style: normal;
		font-size: 42px;
		line-height: 1;
	}
	.cus-midashi05 .main .jp{
		position: relative;
		top: -4px;
		margin: 0;
		font-size: 24px;
		font-weight: 700;
	}
	.cus-midashi05 .main .en::before{
		content: '';
		position: absolute;
		top: -10%;
		right: 35px;
		background-color: #014099;
		width: 1px;
		height: 120%;
		transform: rotate(45deg);
	}
	@media screen and (max-width: 1499.98px) {
		.cus-midashi05 .main .en{
			padding: 0 60px 0 0;
			font-size: 36px;
		}
		.cus-midashi05 .main .jp{
			top: -4px;
			font-size: 22px;
		}
		.cus-midashi05 .main .en::before{
			right: 30px;
		}
	}
	@media (max-width: 991.98px) {
		.cus-midashi05 .main{
			padding: 16px;
		}
		.cus-midashi05 .main .en{
			padding: 0 60px 0 0;
			font-size: 32px;
		}
		.cus-midashi05 .main .jp{
			top: -4px;
			font-size: 20px;
		}
		.cus-midashi05 .main .en::before{
			right: 30px;
		}
	}
	@media print {
		.cus-midashi05 .main{
			padding: 16px;
		}
		.cus-midashi05 .main .en{
			padding: 0 50px 0 0;
			font-size: 26px;
		}
		.cus-midashi05 .main .jp{
			top: -2px;
			font-size: 18px;
		}
		.cus-midashi05 .main .en::before{
			right: 25px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-midashi05{
			display: block;
		}
		.cus-midashi05 .main{
			width: 100%;
			padding: 14px;
		}
		.cus-midashi05 .main .en{
			display: block;
			padding: 0 0 14px 0;
			margin-bottom: 14px;
			font-size: 26px;
		}
		.cus-midashi05 .main .jp{
			display: block;
			top: 0px;
			font-size: 18px;
		}
		.cus-midashi05 .main .en::before{
			top: auto;
			right: auto;
			bottom: 0px;
			left: 50%;
			margin-left: -30px;
			width: 60px;
			height: 1px;
			transform: rotate(0deg);
		}
	}


/* --- inview 横回転アニメーション --- */
	.cus-inview{
		display: inline-block;
		perspective: 1000px;
	}
	.cus-inview span{
		display: inline-block;
		opacity: 0;
		transform: rotateY(90deg);
		transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s ease;
	}
	.cus-inview.is-active span{
		opacity: 1;
		transform: rotateY(0deg);
	}
	@media print {
		.cus-inview span {
			opacity: 1 !important;
			transform: rotateY(0deg) !important;
			transition: none !important;
		}
	}

/* 下層ページ先頭promo */
	.cus-promo{
		overflow: hidden;
		position: relative;
		background-color: #014099;
		border-radius: 14px;
		margin: 10px 1.4%;
	}
	.cus-promo .promo-title{
		position: absolute;
		top: 50%;
		left: 2%;
		display: inline-block;
		background: rgba(255, 255, 255, 0.8);
		border-radius: 14px;
		padding: 26px 30px 26px 200px;
		width: auto;
		min-width: 900px;
		z-index: 3;
		transform: translateY(-50%);
	}
	.cus-promo .promo-title .title-inner{
		position: relative;
		font-family: "Zalando Sans Expanded", sans-serif;
		font-optical-sizing: auto;
		font-weight: 500;
		font-style: normal;
		font-size: 80px;
		color: #99b5dc;
		text-align: right;
		line-height: 1.2;
		white-space: nowrap;
	}
	.cus-promo .promo-title .title-inner .main{
		position: absolute;
		top: 50%;
		left: -180px;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 48px;
		font-weight: 500;
		color: initial;
		transform: translateY(-50%);
	}
	.cus-promo .promo-title .title-inner .en{
		position: relative;
		top: 25px;
		z-index: -1;
	}

	.cus-promo .promo-img{
		margin: 0 0 0 auto;
		width: 65%;
		height: 360px;
	}
	.cus-promo .promo-img img{
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: left;
		font-family: 'object-fit: cover;';
		opacity: 0.8;
	}
	@media screen and (max-width: 1499.98px) {
		.cus-promo{
			border-radius: 14px;
		}
		.cus-promo .promo-title{
			border-radius: 14px;
			padding: 22px 26px 22px 160px;
			min-width: 600px;
		}
		.cus-promo .promo-title .title-inner{
			font-size: 5vw;
		}
		.cus-promo .promo-title .title-inner .main{
			left: -140px;
			font-size: 42px;
		}
		.cus-promo .promo-title .title-inner .en{
			top: 20px;
		}
	
		.cus-promo .promo-img{
			width: 75%;
			height: 320px;
		}
	}
	@media (max-width: 991.98px) {
		.cus-promo{
			margin-top: 75px;
			border-radius: 12px;
		}
		.cus-promo .promo-title{
			border-radius: 12px;
			padding: 20px 24px 20px 140px;
			min-width: 500px;
		}
		.cus-promo .promo-title .title-inner{
			font-size: 5vw;
		}
		.cus-promo .promo-title .title-inner .main{
			left: -120px;
			font-size: 34px;
		}
		.cus-promo .promo-title .title-inner .en{
			top: 20px;
		}
	
		.cus-promo .promo-img{
			width: 80%;
			height: 240px;
		}
	}
	@media print {
		.cus-promo{
			margin-top: 75px;
			border-radius: 12px;
		}
		.cus-promo .promo-title{
			border-radius: 12px;
			padding: 20px 24px 20px 140px;
			min-width: 500px;
		}
		.cus-promo .promo-title .title-inner{
			font-size: 5vw;
		}
		.cus-promo .promo-title .title-inner .main{
			left: -120px;
			font-size: 28px;
		}
		.cus-promo .promo-title .title-inner .en{
			top: 20px;
		}
	
		.cus-promo .promo-img{
			width: 80%;
			height: 200px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-promo{
			margin-top: 75px;
			border-radius: 12px;
		}
		.cus-promo .promo-title{
			border-radius: 12px;
			padding: 18px 15px 18px 60px;
			min-width: 320px;
		}
		.cus-promo .promo-title .title-inner{
			font-size: 5vw;
		}
		.cus-promo .promo-title .title-inner .main{
			left: -50px;
			font-size: 22px;
		}
		.cus-promo .promo-title .title-inner .en{
			top: 20px;
		}
	
		.cus-promo .promo-img{
			width: 100%;
			height: 180px;
		}
	}

/* ページ下層お問い合わせ */
	.cus-footer-contact{
		background-image: url("../img/site/contact-bg.jpg");
		background-size: cover;
		background-position: center center;
		background-attachment: fixed;
		padding: 250px 0;
	}
	@supports (-webkit-touch-callout: none) {
		.cus-footer-contact {
			background-attachment: scroll;
		}
	}

	.cus-footer-contact-con{
		display: flex;
		background: rgba(255, 255, 255, 0.8);
		border-radius: 12px;
		padding: 60px 80px;
		margin: 0 auto;
		width: 1000px;
	}
	.cus-footer-contact-con .con-left{
		flex-shrink: 0;
		width: 60%;
	}
	.cus-footer-contact-con .con-right{
		position: relative;
		flex: 1;
		align-self: flex-end;
		padding-left: 40px;
		width: 40%;
	}
	.cus-footer-contact-con .con-right::before{
		content: '';
		position: absolute;
		bottom: 0px;
		left: 0px;
		background-color: #014099;
		width: 1px;
		height: 100%;
	}

	.cus-contact-phone{
		text-align: center;
	}
	.cus-contact-phone .phone-dial{
		font-family: "Zalando Sans Expanded", sans-serif;
		font-optical-sizing: auto;
		font-weight: 500;
		font-style: normal;
		font-size: 28px;
		line-height: 1.2;
	}
	.cus-contact-phone .phone-text{
		font-size: 14px;
	}

	.cus-contact-bt{
		margin: 0 auto !important;
	}
	@media screen and (max-width: 1499.98px) {
		.cus-footer-contact{
			padding: 220px 0;
		}
	
		.cus-footer-contact-con{
			padding: 50px 70px;
			width: 960px;
		}
		.cus-footer-contact-con .con-right{
			padding-left: 30px;
		}

		.cus-contact-phone .phone-dial{
			font-size: 24px;
		}
	}
	@media (max-width: 991.98px) {
		.cus-footer-contact{
			padding: 190px 0;
		}
	
		.cus-footer-contact-con{
			padding: 40px 50px;
			width: 94%;
		}
		.cus-footer-contact-con .con-right{
			padding-left: 20px;
		}

		.cus-contact-phone .phone-dial{
			font-size: 22px;
		}
	}
	@media print {
		.cus-footer-contact{
			padding: 160px 0;
		}
	
		.cus-footer-contact-con{
			padding: 20px 30px;
			width: 94%;
		}
		.cus-footer-contact-con .con-right{
			padding-left: 20px;
		}

		.cus-contact-phone .phone-dial{
			font-size: 19px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-footer-contact{
			padding: 130px 0;
		}
	
		.cus-footer-contact-con{
			display: block;
			border-radius: 10px;
			padding: 20px;
			width: 94%;
		}
		.cus-footer-contact-con .con-left{
			margin-bottom: 20px;
			width: auto;
		}
		.cus-footer-contact-con .con-right{
			padding-left: 0px;
			width: auto;
		}
		.cus-footer-contact-con .con-right::before{
			display: none;
		}
	
		.cus-contact-phone{
			text-align: center;
		}
		.cus-contact-phone .phone-dial{
			font-size: 24px;
		}
	}

/* ページ下部フッター */
	.cus-footer-site{
		position: relative;
		background-color: #808080;
		padding: 80px 0 40px 0;
		z-index: 3;
	}

	.cus-footer-site-col{
		display: flex;
		border-bottom: white solid 1px;
		padding-bottom: 40px;
		margin-bottom: 0;
		color: white;
	}
	.cus-footer-site-col .col-left{
		flex-shrink: 0;
		width: 60%;
	}
	.cus-footer-site-col .col-right{
		display: flex;
		flex: 1;
		padding-left: 40px;
		width: 40%;
	}
	
	.cus-footer-site-text01{
		border-left: white solid 3px;
		padding-left: 16px;
	}
	.cus-footer-site-text01 a{
		display: inline-block;
		padding-left: 6px;
		color: white;
	}

	.cus-footer-site-bn{
		background-color: white;
		border-radius: 14px;
		padding: 15px 20px;
		color: #222222;
	}
	.cus-footer-site-bn .bn-img{
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 40px;
	}
	.cus-footer-site-bn .bn-img a img{
		transition: 0.4s all;
	}
	.cus-footer-site-bn .bn-img a:hover img{
		transform: scale(1.1,1.1);
		transition: 0.5s all;
	}

	.cus-footer-site-link{
		padding-top: 20px;
		margin-left: auto;
	}
	.cus-footer-site-link li{
		margin-bottom: 15px;
	}
	.cus-footer-site-link li:last-child{
		margin-bottom: 0px;
	}
	.cus-footer-site-link li a{
		color: white;
		text-decoration: none;
	}
	.cus-footer-site-link li a:hover{
		text-decoration: underline;
	}

	.cus-footer-copy{
		position: relative;
		background-color: #808080;
		padding: 0 0 40px 0;
		font-size: 15px;
		color: white;
		text-align: center;
		z-index: 3;
	}
	@media screen and (max-width: 1499.98px) {
		.cus-footer-site{
			padding: 70px 0 30px 0;
		}
	
		.cus-footer-site-col{
			padding-bottom: 30px;
		}
		.cus-footer-site-col .col-left{
			width: 50%;
		}
		.cus-footer-site-col .col-right{
			padding-left: 30px;
			width: 50%;
		}
		
		.cus-footer-site-text01{
			border-left: white solid 2px;
			padding-left: 15px;
		}
	
		.cus-footer-site-bn{
			border-radius: 14px;
			padding: 15px;
			width: 76%;
		}
		.cus-footer-site-bn .bn-img{
			gap: 30px;
		}
	
		.cus-footer-site-link{
			padding-top: 20px;
		}
		.cus-footer-site-link li{
			margin-bottom: 15px;
		}
	
		.cus-footer-copy{
			padding: 0 0 30px 0;
			font-size: 15px;
		}
	}
	@media (max-width: 991.98px) {
		.cus-footer-site{
			padding: 60px 0 30px 0;
		}
	
		.cus-footer-site-col{
			padding-bottom: 30px;
		}
		.cus-footer-site-col .col-left{
			width: 40%;
		}
		.cus-footer-site-col .col-right{
			padding-left: 20px;
			width: 60%;
		}
		
		.cus-footer-site-text01{
			border-left: white solid 2px;
			padding-left: 15px;
		}
	
		.cus-footer-site-bn{
			border-radius: 14px;
			padding: 15px;
			width: 76%;
		}
		.cus-footer-site-bn .bn-img{
			gap: 30px;
		}
	
		.cus-footer-site-link{
			padding-top: 20px;
		}
		.cus-footer-site-link li{
			margin-bottom: 15px;
		}
	
		.cus-footer-copy{
			padding: 0 0 30px 0;
			font-size: 15px;
		}
	}
	@media print {
		.cus-footer-site{
			padding: 50px 0 20px 0;
		}
	
		.cus-footer-site-col{
			padding-bottom: 20px;
		}
		.cus-footer-site-col .col-left{
			width: 40%;
		}
		.cus-footer-site-col .col-right{
			padding-left: 20px;
			width: 60%;
		}
		
		.cus-footer-site-text01{
			border-left: white solid 2px;
			padding-left: 15px;
		}
	
		.cus-footer-site-bn{
			border-radius: 14px;
			padding: 15px;
			width: 76%;
		}
		.cus-footer-site-bn .bn-img{
			gap: 30px;
		}
	
		.cus-footer-site-link{
			padding-top: 20px;
		}
		.cus-footer-site-link li{
			margin-bottom: 15px;
		}
	
		.cus-footer-copy{
			padding: 0 0 20px 0;
			font-size: 13px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-footer-site{
			padding: 50px 0 20px 0;
		}
	
		.cus-footer-site-col{
			display: block;
			border-bottom: white solid 0px;
			padding-bottom: 0px;
		}
		.cus-footer-site-col .col-left{
			margin-bottom: 20px;
			width: auto;
		}
		.cus-footer-site-col .col-right{
			display: block;
			padding-left: 0px;
			width: auto;
		}
		
		.cus-footer-site-text01{
			border-left: white solid 2px;
			padding-left: 12px;
		}
	
		.cus-footer-site-bn{
			border-radius: 10px;
			padding: 15px;
			margin-bottom: 20px;
			width: auto;
		}
		.cus-footer-site-bn .bn-img{
			gap: 20px;
		}
	
		.cus-footer-site-link{
			overflow: hidden;
			border-top: white solid 1px;
			padding-top: 0px;
			width: auto;
		}
		.cus-footer-site-link li{
			float: left;
			margin-bottom: 0px;
			width: 50%;
		}
		.cus-footer-site-link li:first-child{
			width: 100%;
		}
		.cus-footer-site-link li a{
			display: block;
			border-bottom: white solid 1px;
			padding: 8px 0;
			text-align: center;
		}
		.cus-footer-site-link li:nth-child(2n) a{
			border-right: white solid 1px;
		}
	
		.cus-footer-copy{
			padding: 0 0 20px 0;
			font-size: 15px;
		}
	}

/* リンクボタン */
	.cus-button{margin: 0;}
	.cus-button.button-240{width: 240px;}
	.cus-button.button-300{width: 300px;}
	.cus-button a{
		position: relative;
		overflow: hidden;
		display: flex;
		align-items: center;
		background-color: #ed8224;
		padding: 5px 20px 5px 40px;
		border-radius: 100px;
		color: white;
		text-align: left;
		text-decoration: none;
		z-index: 1;
	}
	.cus-button a .text{
		position: relative;
		flex-shrink: 0;
		padding: 10px 0;
		width: 80%;
	}
	.cus-button a .arrow{
		flex: 1;
		padding: 10px 0;
		text-align: center;
	}
	.cus-button a .text::before{
		content: '';
		position: absolute;
		top: 0px;
		right: 0px;
		background-color: white;
		width: 1px;
		height: 100%;
	}
	.cus-button a::after{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #d66f13;
		z-index: -1;
		transform: translateX(-100%);
		transition: transform 0.4s ease;
	}
	.cus-button a:hover::after{
		transform: translateX(0);
	}
	.cus-button a .text{
		position: relative;
		flex-shrink: 0;
		padding: 10px 0;
		width: 80%;
	}
	.cus-button a .text::before{
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		background-color: rgba(255, 255, 255, 0.5);
		width: 1px;
		height: 100%;
	}
	.cus-button a .arrow{
		flex: 1;
		padding: 10px 0;
		text-align: center;
	}
	.cus-button a:hover .arrow i{
		animation: bt-arrowMove 0.5s forwards;
	}
	@keyframes bt-arrowMove {
		49% {
			transform: translateX(20px);
			opacity: 0;
		}
		50% {
			transform: translateX(-20px);
			opacity: 0;
		}
		100% {
			transform: translateX(0);
			opacity: 1;
		}
	}
	@media screen and (max-width: 1499.98px) {
		.cus-button.button-240{width: 200px;}
		.cus-button.button-300{width: 260px;}
		.cus-button a{
			position: relative;
			overflow: hidden;
			display: flex;
			align-items: center;
			background-color: #ed8224;
			padding: 5px 10px 5px 20px;
			border-radius: 100px;
			color: white;
			text-align: left;
			text-decoration: none;
			z-index: 1;
		}
	}
	@media (max-width: 991.98px) {
		.cus-button.button-240{width: 180px;}
		.cus-button.button-300{width: 230px;}
		.cus-button a{
			position: relative;
			overflow: hidden;
			display: flex;
			align-items: center;
			background-color: #ed8224;
			padding: 5px 10px 5px 20px;
			border-radius: 100px;
			color: white;
			text-align: left;
			text-decoration: none;
			z-index: 1;
		}
	}
	@media print {
		.cus-button.button-240{width: 160px;}
		.cus-button.button-300{width: 200px;}
		.cus-button a{
			position: relative;
			overflow: hidden;
			display: flex;
			align-items: center;
			background-color: #ed8224;
			padding: 5px 10px 5px 20px;
			border-radius: 100px;
			color: white;
			text-align: left;
			text-decoration: none;
			z-index: 1;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-button.button-240{width: 180px;}
		.cus-button.button-300{width: 180px;}
		.cus-button a{
			position: relative;
			overflow: hidden;
			display: flex;
			align-items: center;
			background-color: #ed8224;
			padding: 5px 10px 5px 20px;
			border-radius: 100px;
			color: white;
			text-align: left;
			text-decoration: none;
			z-index: 1;
		}
	}

/* アンカーリンク */
	.cus-anker-button{
		margin: 0;
	}
	.cus-anker-button a{
		position: relative;
		overflow: hidden;
		display: flex;
		justify-content: center;
		align-items: center;
		background-color:  #457c0e;
		padding: 12px 10px;
		border-radius: 100px;
		font-size: 18px;
		color: white;
		text-align: center;
		text-decoration: none;
		z-index: 1;
		transition: color 0.3s ease;
	}
	.cus-anker-button a::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 0;
		height: 100%;
		background-color: #31590a;
		z-index: -1;
		transition: width 0.4s ease;
	}
	.cus-anker-button a:hover::before {
		width: 100%;
	}
	@media (max-width: 991.98px) {
		.cus-anker-button a{
			font-size: 17px;
		}
	}
	@media print {
		.cus-anker-button a{
			font-size: 15px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-anker-button a{
			padding: 10px 6px;
			font-size: 16px;
		}
	}


/* モーダルウインドウに関わるCSS */
	.modal-btn{/* モーダルボタンの設定 */
		/* 上書き設定を入力 */
	}
	.modal-content{/* モーダルウインドウベースの設定 */
		border: #bcbcbc solid 2px;
		background-color: white;
		padding: 10px;
	}


/* テキストアニメーション（一文字ずつ表示）に関わるCSS */
	.cus-movetext01{opacity:0;}
	.cus-movetext01 span{opacity:0;}


/* 画像ホバー時アクション */
	.cus-image-zoom{/* 画像ホバー時に少し拡大 */
		overflow: hidden;
		width: 100%;
	}
	.cus-image-zoom img{
		transition: 0.5s all;
	}
	.cus-image-zoom img:hover{
		transform: scale(1.2,1.2);
		transition: 0.7s all;
	}

	.cus-image-slide-text01{/* 画像ホバー時にテキスト表示 */
		position: relative;
		display: block;
		background-color: black;
		text-decoration: none;
	}
	.cus-image-slide-text01 .text{
		position: absolute;
		bottom: 0%;
		left: 0px;
		width: 100%;
		color: white;
		text-align: center;
		opacity: 0;
		z-index: 3;
		transition: 0.7s all;
	}
	.cus-image-slide-text01 .text .main{
		margin: 0;
		font-size: 32px;
		font-weight: 700;
	}
	.cus-image-slide-text01 .text .sub{
		margin: 0;
		font-size: 16px;
		font-weight: 700;
	}
	.cus-image-slide-text01 .image{
		margin: 0;
		transition: 0.7s all;
	}
	.cus-image-slide-text01:hover .text{
		bottom: 35%;
		opacity: 1;
		transition: 0.7s all;
	}
	.cus-image-slide-text01:hover .image{
		opacity: 0.4;
		transition: 0.7s all;
	}
	@media screen and (max-width: 1499.98px) {
		.cus-image-slide-text01 .text .main{
			font-size: 32px;
		}
		.cus-image-slide-text01 .text .sub{
			font-size: 16px;
		}
	}
	@media (max-width: 991.98px) {
		.cus-image-slide-text01 .text .main{
			font-size: 26px;
		}
		.cus-image-slide-text01 .text .sub{
			font-size: 15px;
		}
	}
	@media print {
		.cus-image-slide-text01 .text{
			bottom: 35%;
			opacity: 1;
		}
		.cus-image-slide-text01 .image{
			opacity: 0.4;
		}
		.cus-image-slide-text01 .text .main{
			font-size: 20px;
		}
		.cus-image-slide-text01 .text .sub{
			font-size: 15px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-image-slide-text01 .text .main{
			font-size: 20px;
		}
		.cus-image-slide-text01 .text .sub{
			font-size: 15px;
		}
	}


	.cus-image-slide-text02{/* 画像ホバー時にテキスト非表示 */
		position: relative;
		display: block;
		background-color: black;
		text-decoration: none;
	}
	.cus-image-slide-text02 .text{
		position: absolute;
		bottom: 35%;
		left: 0px;
		width: 100%;
		color: white;
		text-align: center;
		opacity: 1;
		z-index: 3;
		transition: 0.7s all;
	}
	.cus-image-slide-text02 .text .main{
		margin: 0;
		font-size: 32px;
		font-weight: 700;
	}
	.cus-image-slide-text02 .text .sub{
		margin: 0;
		font-size: 16px;
		font-weight: 700;
	}
	.cus-image-slide-text02 .image{
		margin: 0;
		opacity: 0.5;
		transition: 0.7s all;
	}
	.cus-image-slide-text02:hover .text{
		bottom: 0%;
		opacity: 0;
		transition: 0.7s all;
	}
	.cus-image-slide-text02:hover .image{
		opacity: 1;
		transition: 0.7s all;
	}
	@media screen and (max-width: 1499.98px) {
		.cus-image-slide-text02 .text .main{
			font-size: 32px;
		}
		.cus-image-slide-text02 .text .sub{
			font-size: 16px;
		}
	}
	@media (max-width: 991.98px) {
		.cus-image-slide-text02 .text .main{
			font-size: 26px;
		}
		.cus-image-slide-text02 .text .sub{
			font-size: 15px;
		}
	}
	@media print {
		.cus-image-slide-text02 .text{
			bottom: 35%;
			opacity: 1;
		}
		.cus-image-slide-text02 .image{
			opacity: 0.4;
		}
		.cus-image-slide-text02 .text .main{
			font-size: 20px;
		}
		.cus-image-slide-text02 .text .sub{
			font-size: 15px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-image-slide-text02 .text .main{
			font-size: 20px;
		}
		.cus-image-slide-text02 .text .sub{
			font-size: 15px;
		}
	}


	.cus-image-rotate{/* 画像ホバー時に少し拡大 */
		position: relative;
		width: 100%;
	}
	.cus-image-rotate::before{
		content: '';
		position: absolute;
		top: 2%;
		left: 2%;
		display: block;
		background-color: #bbbbbb;
		width: 96%;
		height: 96%;
		-ms-filter: blur(6px);
		filter: blur(6px);
		z-index: 1;
	}
	.cus-image-rotate img{
		position: relative;
		transition: 0.5s all;
		z-index: 3;
	}
	.cus-image-rotate img:hover{
		transform: rotate(8deg);
		transition: 0.3s all;
	}


/* テーブル装飾 */
	.cus-table-responsive thead .table-dark th{
		background-color: #014099 !important;
		border-right: white solid 1px;
		padding: 12px 15px;
	}
	.cus-table-responsive thead .table-dark th:last-child{
		border-right: #014099 solid 1px;
	}
	.cus-table-responsive tbody tr th{
		background-color: #014099 !important;
		padding: 12px 15px;
		color: white;
	}
	.cus-table-responsive tbody tr td{
		padding: 12px 15px;
	}
	.cus-table-responsive tbody .title{
		display: none;
	}
	@media screen and (max-width: 767px) {
		.cus-table-responsive thead tr{
			display: none;
		}

		.cus-table-responsive tbody tr {
			display: block;
			margin-bottom: 10px;
		}
		.cus-table-responsive tbody tr th,
		.cus-table-responsive tbody tr td{
			display: block;
			padding: 0;
			width: 100%;
		}

		.cus-table-responsive tbody tr th,
		.cus-table-responsive tbody tr td .title{
			display: block;
			background-color: #014099;
			padding: 10px;
			color: white;
		}
		.cus-table-responsive tbody tr td .text{
			display: block;
			background-color: #eaeff6;
			padding: 10px;
		}
		.cus-table-responsive tbody tr:nth-child(2n) td .title{
			display: block;
			background-color: #9f1717;
			padding: 10px;
			color: white;
		}
		.cus-table-responsive tbody tr:nth-child(2n) td .text{
			display: block;
			background-color: #f3e7e7;
			padding: 10px;
		}
	}

	.table-scroll-wrapper{/* レスポンシブスクロール */
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		margin-bottom: 2rem;
	}

	.table-scroll-wrapper .scroll-text{
		display: none;
	}
	@media screen and (max-width: 767px) {
    .table-scroll-wrapper .cus-table-responsive{
    	display: table !important;
    	min-width: 800px;
    }
    .table-scroll-wrapper .cus-table-responsive thead{
    	display: table-header-group !important;
    }
    .table-scroll-wrapper .cus-table-responsive thead tr{
    	display: table-row !important;
		}
    .table-scroll-wrapper .cus-table-responsive tbody tr{
    	display: table-row !important;
    }
    .table-scroll-wrapper .cus-table-responsive tbody tr th,
    .table-scroll-wrapper .cus-table-responsive tbody tr td{
    	display: table-cell !important;
    	width: auto !important;
    	white-space: nowrap;
    	background-color: #fff !important;
    	padding: 12px 15px !important;
    }
    .table-scroll-wrapper .cus-table-responsive .title{
    	display: none !important;
    }
    .table-scroll-wrapper .cus-table-responsive tbody tr td .text{
    	display: inline !important;
    	padding: 0 !important;
    	background-color: transparent !important;
    }

    .table-scroll-wrapper .scroll-text{
			display: block;
		}
	}

	.cus-table-border{
		overflow: hidden;
		table-layout: fixed;
		border-collapse: separate;
	  border-spacing: 0;
	  border: none;
		width: 100%;
	}
	.cus-table-border thead tr th,
	.cus-table-border tbody tr th,
	.cus-table-border tbody tr td{
		padding: 4px;
	}
	.cus-table-border thead tr th .text,
	.cus-table-border tbody tr th .text,
	.cus-table-border tbody tr td .text{
		display: block;
		border: #333333 solid 1px;
		border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		padding: 10px;
	}
	.cus-table-border thead tr th .text,
	.cus-table-border tbody tr th .text{
		background-color: #eaeaea;
	}
	@media screen and (max-width: 767px) {
		.cus-table-border thead{
			display: none;
		}
		.cus-table-border thead tr th,
		.cus-table-border tbody tr th,
		.cus-table-border tbody tr td{
			display: block;
			width: 100%;
		}
		.cus-table-border tbody tr th,
		.cus-table-border tbody tr td{
			padding: 4px 0;
		}
	}

	.cus-table-bgcover{
		overflow: hidden;
		table-layout: fixed;
		border-collapse: separate;
	  border-spacing: 0;
	  border: none;
		width: 100%;
	}
	.cus-table-bgcover thead tr th,
	.cus-table-bgcover tbody tr th,
	.cus-table-bgcover tbody tr td{
		padding: 4px;
	}
	.cus-table-bgcover thead tr th .text,
	.cus-table-bgcover tbody tr th .text,
	.cus-table-bgcover tbody tr td .text{
		display: block;
		border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		padding: 12px;
	}
	.cus-table-bgcover thead tr th .text,
	.cus-table-bgcover tbody tr th .text{
		background-color: #eaeaea;
	}
	.cus-table-bgcover tbody tr td .text{
		background-color: #f7f7f7;
	}
	@media screen and (max-width: 767px) {
		.cus-table-bgcover thead{
			display: none;
		}
		.cus-table-bgcover thead tr th,
		.cus-table-bgcover tbody tr th,
		.cus-table-bgcover tbody tr td{
			display: block;
			width: 100%;
		}
		.cus-table-bgcover tbody tr th,
		.cus-table-bgcover tbody tr td{
			padding: 4px 0;
		}
	}
	
	.cus-table-tit-respon tbody tr th .text .misadhi,
	.cus-table-tit-respon tbody tr td .text .misadhi{/* 縦並び時に見出しを追加 */
		display: none;
	}
	@media screen and (max-width: 767px) {
		.cus-table-tit-respon tbody tr th .text,
		.cus-table-tit-respon tbody tr td .text{
			position: relative;
			padding-left: 100px;
		}
		.cus-table-tit-respon tbody tr th .text .misadhi,
		.cus-table-tit-respon tbody tr td .text .misadhi{
			display: block;
			position: absolute;
			top: 0x;
			left: 10px;
			width: 84px;
		}
		.cus-table-tit-respon tbody tr th .text .misadhi .dot,
		.cus-table-tit-respon tbody tr td .text .misadhi .dot{
			display: block;
			float: right;
		}
	}


/* お問い合わせページ */
	.cus-form-required{
		background-color: #a90505;
		padding: 1px 6px 0 6px;
		margin: 0;
		height: 20px;
		font-size: 14px;
		font-weight: 400;
		color: white;
		line-height: 20px;
	}

	.cus-form-contact{
		overflow: hidden;
	}
	.cus-form-contact .text{
		overflow: hidden;
		position: relative;
	}

	.cus-form-contact .required{/* 必須 */
		float: right;
		background-color: #a90505;
		padding: 1px 6px 0 6px;
		margin: 0;
		height: 20px;
		font-size: 14px;
		font-weight: 400;
		color: white;
		line-height: 20px;
		z-index: 3;
	}

	label{/* チェックボックス類微調整 */
	  display:block;
	  position:relative;
	  padding-left:1em;
	}
	label input{
	  position:absolute;
	  top:0;
	  bottom:0;
	  left:0;
	  margin:auto;
	}

	.cus-form-contact .text .area-min{/* フォーム幅調整 */
		width: 60%;
	}
	.cus-form-contact .text .area-full{
		width: 100%;
	}
	@media screen and (max-width: 767px) {
		.cus-form-contact .text .area-min{
			width: 100%;
		}
	}

	.cus-form-contact .text .area-address{/* 住所欄レイアウト */
		display: table;
		border-bottom: #a7a7a7 solid 1px;
		padding-bottom: 10px;
		margin-bottom: 10px;
		width: 100%;
	}
	.cus-form-contact .text .area-address:last-child{
		border-bottom: #a7a7a7 solid 0px;
		margin-bottom: 0px;
	}
	.cus-form-contact .text .area-address .txt{
		position: relative;
		display: table-cell;
		padding-bottom: 10px !important;
		width: 160px;
		vertical-align: middle;
	}
	.cus-form-contact .text .area-address .txt::before{
		content: ':';
		position: absolute;
		top: 3px;
		right: 10px;
	}
	.cus-form-contact .text .area-address .form{
		display: table-cell;
		padding-bottom: 10px !important;
		vertical-align: middle;
	}
	.cus-form-contact .text .area-address:last-child .txt,
	.cus-form-contact .text .area-address:last-child .form{
		padding-bottom: 0px !important;
	}
	@media print {
		.cus-form-contact .text .area-address{/* 住所欄レイアウト */
			display: block;
			padding-bottom: 8px;
			margin-bottom: 8px;
			width: auto;
		}
		.cus-form-contact .text .area-address:last-child{
			border-bottom: #a7a7a7 solid 0px;
			margin-bottom: 0px;
		}
		.cus-form-contact .text .area-address .txt{
			display: inline-block;
			margin-bottom: 5px;
			width: auto;
		}
		.cus-form-contact .text .area-address .txt::before{
			content: ':';
			position: absolute;
			top: -2px;
			right: -10px;
		}
		.cus-form-contact .text .area-address .form{
			display: block;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-form-contact .text .area-address{/* 住所欄レイアウト */
			display: block;
			padding-bottom: 8px;
			margin-bottom: 8px;
			width: auto;
		}
		.cus-form-contact .text .area-address:last-child{
			border-bottom: #a7a7a7 solid 0px;
			margin-bottom: 0px;
		}
		.cus-form-contact .text .area-address .txt{
			display: inline-block;
			padding-bottom: 0px !important;
			margin-bottom: 5px;
			width: auto;
		}
		.cus-form-contact .text .area-address .txt::before{
			content: ':';
			position: absolute;
			top: -2px;
			right: -10px;
		}
		.cus-form-contact .text .area-address .form{
			display: block;
			padding-bottom: 0px !important;
		}
	}

	.cus-cp-ipselect{/* 住所セレクトボックス */
	  overflow: hidden;
	  display: inline-block;
	  width: 200px !important;
	  text-align: center;
	}
	.cus-cp-ipselect select{
	  width: 100%;
	  padding-right: 1em;
	  cursor: pointer;
	  text-indent: 0.01px;
	  text-overflow: ellipsis;
	  border: none;
	  outline: none;
	  background: transparent;
	  background-image: none;
	  box-shadow: none;
	  -webkit-appearance: none;
	  appearance: none;
	}
	.cus-cp-ipselect select::-ms-expand{
	  display: none;
	}
	.cus-cp-ipselect{
	  position: relative;
	  border: 1px solid #949494;
	  border-radius: 0px;
	  background: #ffffff;
	}
	.cus-cp-ipselect::before{
	  position: absolute;
	  top: 1.1em;
	  right: 0.8em;
	  width: 0;
	  height: 0;
	  padding: 0;
	  content: '';
	  border-left: 6px solid transparent;
	  border-right: 6px solid transparent;
	  border-top: 6px solid #0a293a;/* arrow */
	  pointer-events: none;
	}
	.cus-cp-ipselect select{
	  padding: 3px 20px 3px 5px;
	  color: #333333;
	  font-size: 16px;
	}
	@media (max-width: 991.98px) {
		.cus-cp-ipselect{/* セレクトボックス */
	 	 width: 150px !important;
		}
		.cus-cp-ipselect.cp_sl04::before{
		  top: 0.8em;
		  right: 0.4em;
		  border-left: 5px solid transparent;
		  border-right: 5px solid transparent;
		}
		.cus-cp-ipselect.cp_sl04 select{
		  padding: 3px 15px 3px 4px;
		  font-size: 14px;
		}
	}
	@media print{
		.cus-cp-ipselect{/* セレクトボックス */
	 	 width: 130px !important;
		}
		.cus-cp-ipselect.cp_sl04::before{
		  top: 0.8em;
		  right: 0.4em;
		  border-left: 5px solid transparent;
		  border-right: 5px solid transparent;
		}
		.cus-cp-ipselect.cp_sl04 select{
		  padding: 3px 15px 3px 4px;
		  font-size: 12px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-cp-ipselect{/* セレクトボックス */
	 	 width: 150px !important;
		}
		.cus-cp-ipselect.cp_sl04::before{
		  top: 0.8em;
		  right: 0.4em;
		  border-left: 5px solid transparent;
		  border-right: 5px solid transparent;
		}
		.cus-cp-ipselect.cp_sl04 select{
		  padding: 3px 15px 3px 4px;
		  font-size: 14px;
		}
	}

	.cus-form-policy-tit{/* プライバシーポリシー */
		position: relative;
		display: inline-block;
		font-size: 20px;
		font-weight: 700;
		text-align: center;
	}
	.cus-form-policy-tit::before{
		content: '';
		position: absolute;
		top: 50%;
		left: -40px;
		display: block;
		background-color: #333333;
		width: 20px;
		height: 2px;
	}
	.cus-form-policy-tit::after{
		content: '';
		position: absolute;
		top: 50%;
		right: -40px;
		display: block;
		background-color: #333333;
		width: 20px;
		height: 2px;
	}
	
	.cus-form-policy{
		overflow: hidden;
		overflow-y: scroll;
		border: #333333 solid 1px;
		background-color: #f8f8f8;
		padding: 20px;
		height: 360px;
	}
	.cus-form-policy .policy-tit{
		display: inline-block;
		background-color: #888888;
		padding: 6px 10px 8px 10px;
		margin-bottom: 10px;
		color: white;
		line-height: 1;
	}
	@media screen and (max-width: 1499.98px) {
		.cus-form-policy-tit{/* プライバシーポリシー */
			font-size: 19px;
		}
	}
	@media (max-width: 991.98px) {
		.cus-form-policy-tit{/* プライバシーポリシー */
			font-size: 18px;
		}
	}
	@media print {
		.cus-form-policy-tit{/* プライバシーポリシー */
			font-size: 18px;
		}
		.cus-form-policy-tit::before{
			left: -24px;
			width: 14px;
		}
		.cus-form-policy-tit::after{
			right: -24px;
			width: 14px;
		}
		
		.cus-form-policy{
			padding: 10px;
			height: 200px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-form-policy-tit{/* プライバシーポリシー */
			font-size: 18px;
		}
		.cus-form-policy-tit::before{
			left: -24px;
			width: 14px;
		}
		.cus-form-policy-tit::after{
			right: -24px;
			width: 14px;
		}
		
		.cus-form-policy{
			padding: 10px;
			height: 200px;
		}
	}

	.cus-form-submit{/* ボタン */
		text-align: center;
	}
	.cus-form-submit-daburu{
		display: -webkit-flex;
		display: flex;
		justify-content: center;
	}
	.cus-form-submit-daburu .cus-form-button{
		margin-right: 20px;
	}
	.cus-form-submit-daburu .cus-form-button:last-child{
		margin-right: 0px;
	}
	
	.cus-form-button button{
		overflow: hidden;
		display: inline-block;
		position: relative;
		border: none;
		border: #ed8224 solid 1px;
		background: transparent;
		background: linear-gradient(90deg, #ed8224, #ed8224);
		border-radius: 100px;
		padding: 12px 0;
		margin: 0;
		width: 240px;/* ボタン幅調整 */
		font-size: 20px;
		color: white;
		text-align: center;
	}
	.cus-form-button.long button{
		width: 600px;/* ボタン幅調整 */
	}
	.cus-form-button.white button{
		border: #646464 solid 1px;
		background: linear-gradient(90deg, white, white);
		color: #646464;
	}
	.cus-form-button button span{
		position: relative;
		z-index: 6;
	}
	.cus-form-button button::before{
		content: "";
		top: 0;
		left: 0;
		overflow: hidden;
		position: absolute;
		background: white;
		border-radius: 0px;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		width: 100%;
		height: 100%;
		z-index: 3;
		transform-origin: 100% 50%;
		transform: scaleX(0);
		transition: transform ease .3s;
	}
	.cus-form-button.white button::before{
		background: #ed8224;
	}
	.cus-form-button button:hover{
		color: #ed8224;
		text-decoration: none;
	}
	.cus-form-button.white button:hover{
		border: #ed8224 solid 1px;
		color: white;
		text-decoration: none;
	}
	.cus-form-button button:hover::before{
		transform-origin: 0% 50%;
		transform: scaleX(1);
	}

	.cus-form-doui{
		display: table;
		margin: 0 auto;
	}
	.cus-form-doui .doui-check{
		position: relative;
		top: -1px;
		display: table-cell;
		padding: 0;
		margin: 0;
		width: auto;
		vertical-align: middle;
	}
	.cus-form-doui .doui-text{
		display: table-cell;
		padding: 0;
		margin: 0;
		width: auto;
		vertical-align: middle;
	}
	@media print {
		.cus-form-button button{
			width: 220px;/* ボタン幅調整 */
			font-size: 18px;
		}
		.cus-form-button.long button{
			width: 100%;/* ボタン幅調整 */
		}
	}
	@media screen and (max-width: 767px) {
		.cus-form-submit-daburu{
			display: block;
		}
		.cus-form-submit-daburu .cus-form-button{
			margin-right: 0px;
			margin-bottom: 20px;
			text-align: center;
		}
		.cus-form-submit-daburu .cus-form-button:last-child{
			margin-bottom: 0px;
		}
		
		.cus-form-button button{
			width: 220px;/* ボタン幅調整 */
			font-size: 18px;
		}
		.cus-form-button.long button{
			width: 100%;/* ボタン幅調整 */
		}

		.cus-form-doui .doui-text{
			text-align: left;
		}
	}

	.file-upload{/* ファイルアップロード */
	  display: flex;
	  align-items: center;
	  gap: 12px;
		min-width: 0;
	}
	.file-label{
	  display: inline-block;
	  padding: 5px 12px;
	  background: #014099;
	  color: #fff;
	  border-radius: 6px;
	  cursor: pointer;
	  font-size: 14px;
		flex-shrink: 0; 
		transition: all 0.5s 0s ease;
	}
	.file-label:hover{
	  background: #002964;
		transition: all 0.5s 0s ease;
	}
	.system-msg-area input[type="file"]{
		display: none;
	}
	.system-msg-area{
		font-size: 14px;
		color: #555;
		display: flex;
		align-items: center;
		gap: 8px;
	}
	.system-msg-area input[type="checkbox"]{
		cursor: pointer;
	}
	.file-name{
	  font-size: 14px;
	  color: #555;
	  white-space: nowrap;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  flex-grow: 1;            
	  min-width: 0;
	}

/* お問い合わせページバリデーション */
	.error-bubble{
	  position: absolute;
	  left: 0;
	  top: 95%;
	  margin-top: 2px;
	  background: rgba(255, 0, 0, 0.75);
	  color: white;
	  padding: 8px 12px;
	  border-radius: 6px;
	  font-size: 14px;
	  z-index: 50;
	  width: max-content;
	  max-width: 260px;
	  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
	}
	.error-bubble::after{
	  content: "";
	  position: absolute;
	  top: -6px;
	  left: 10px;
	  border-width: 0 6px 6px 6px;
	  border-style: solid;
	  border-color: transparent transparent rgba(255,0,0,0.75) transparent;
	}
	.cus-form-text{position: relative;}/* textフォームのバリデーション用 */

/* GoogleMap埋め込み */
	.cus-gmap{
		overflow: hidden;
		position: relative;
		margin: 0;
		width: 100%;
		height: 460px;
	}
	.cus-gmap iframe,
	.cus-gmap object,
	.cus-gmap embed{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	@media (max-width: 991.98px) {
		.cus-gmap{
			height: 400px;
		}
	}
	@media print {
		.cus-gmap{
			height: 300px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-gmap{
			height: 30vh;
		}
	}

/* YouTube埋め込み */
	.cus-youtube{
	  position: relative;
	  width: 100%;
	  padding-top: 56.25%;
	}
	.cus-youtube iframe{
	  position: absolute;
	  top: 0;
	  right: 0;
	  width: 100% !important;
	  height: 100% !important;
	}

/* EZGATE タグコレボタン設定 */
	.tagcolle-btn-default{
		box-shadow: none !important;
		background-color: #01203b !important;
		border: none !important;
	}
	.tagcolle-btn{
		font-weight: 400 !important;
		font-size: 18px !important;
		color: white !important;
	}
	@media (max-width: 991.98px) {
		.tagcolle-btn{
			font-size: 17px !important;
		}
	}
