

.fv{
	position: relative;
}

@media(max-width:599px) {
	.fv{
		height: 65vh;
	}
}

.fv_img img{
	width: 100%;
}

@media(max-width:599px) {
	.fv_img{
		height: 100%;
	}
	
	.fv_img img{
		width: auto;
		height: 100%;
	}
}

@media(max-width:599px) {
	.fv_img .swiper{
		height: 100%;
	}
}

.fv_img .swiper-wrapper {
	-webkit-transition-timing-function: linear !important;
	transition-timing-function: linear !important;
}

@media(max-width:599px) {
	.fv_img .swiper-slide{
		width: auto;
	}
}

.fv_copy{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-52%, -50%);
/*    width: min(702px, 85%);*/
    width: min(900px, 85%);
	z-index: 100;
}

.mssg {
	background-color: #fff;
	padding-bottom: 110px!important;
	padding-right: 10px;
	padding-left: 10px;
}

@media(max-width:599px) {
	.mssg {
		padding-bottom: 20px;
	}
}

.mssg h3{
	font-size: 2.2rem;
	color: #004e8e;
	letter-spacing: 0.2em;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 3em;
	font-family: 'Notosans_mb';
	font-weight: normal;
}

@media(max-width:820px) {
	.mssg h3{
		font-size: 1.6rem;
	}
}

.mssg p{
	text-align: center;
}

.yutai{
/*	background-color: #F3F3F3;*/
	background: linear-gradient(180deg, #fff 0%, #fff 40%, #F3F3F3 40%, #F3F3F3 100%);
	padding: 0 15px 50px;
}

.yutai_wrap{
	width: min(583px, 100%);
	margin: 0 auto;
/*	background-color: #004D85;*/
	border: 15px solid #004D85;
	position: relative;
	margin-bottom: 30px;
}

.yutai_wrap::before,
.yutai_wrap::after{
	content: '';
	display: inline-block;
	width: 50px;
	height: 50px;
	background-image: url("../img/yutai_frame.png");
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	z-index: 5;
}

.yutai_wrap::before{
	top: -15px;
	left: -15px;
}

.yutai_wrap::after{
	transform: rotate(-90deg);
	bottom: -15px;
	left: -15px;
}

.yutai_wrap > div{
	background-color: #fff;
	outline: 2px solid rgb(209 141 2 / 100%);
	outline-offset: -15px;
	position: relative;
	padding: 35px 35px 50px;
}

@media(max-width:599px) {
	.yutai_wrap > div{
		padding: 35px 25px 50px;
	}
}

.yutai_wrap > div::before,
.yutai_wrap > div::after{
	content: '';
	display: inline-block;
	width: 50px;
	height: 50px;
	background-image: url("../img/yutai_frame.png");
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	z-index: 5;
}

.yutai_wrap > div::before{
	top: -15px;
	right: -15px;
	transform: rotate(90deg);
}

.yutai_wrap > div::after{
	bottom: -15px;
	right: -15px;
	transform: rotate(180deg);
}

.yutai_read{
	font-family: 'ZenOldMinchoM';
	font-weight: normal;
	color: #BA7A04;
	position: relative;
	z-index: 10;
	text-align: center;
	font-size: 1.5rem;
}

@media(max-width:820px) {
	.yutai_read{
		font-size: 1.2rem;
	}
}

.yutai_read span{
	background-color: #fff;
	display: inline-block;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

.yutai_read::before{
	content: '';
/*	border: 2px dotted #BA7A04;*/
	background-image: radial-gradient(circle, #ba7a04 1px, transparent 1px);
	background-position: left top;
	background-repeat: repeat-x;
	background-size: 12px 2px;

	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 75%;
	height: 2px;
	z-index: -1;
}

.yutai_title{
	font-family: 'ZenOldMinchoSB';
	font-weight: normal;
	font-size: 3rem;
	text-align: center;
	line-height: 1.2;
	margin-bottom: 20px;
}

@media(max-width:820px) {
	.yutai_title{
		font-size: 2.4rem;
	}
}

.yutai_content{
	background-color: #FFF5EC;
	border-radius: 10px;
	font-family: 'Notosans_b';
	font-weight: normal;
	text-align: center;
	padding: 1em;
	font-size: 1.7rem;
	margin-bottom: 10px;
	line-height: 1.5;
}

@media(max-width:820px) {
	.yutai_content{
		font-size: 1.5rem;
	}
}

.yutai_limit_title{
	font-size: 1rem;
	text-align: center;
	color: #00529C;
}

.yutai_limit_title span{
	border-bottom: 1px solid #333;
}

.yutai_limit{
	font-family: 'Notosans_b';
	font-weight: normal;
	font-size: 1.7rem;
	text-align: center;
}

@media(max-width:820px) {
	.yutai_limit{
		font-size: 1.5rem;
	}
}

.yutai_teiji{
	font-family: 'Notosans_mb';
	font-weight: normal;
	color: #fff;
	background-color: #BA7A04;
	border-radius: 50px;
	width: min(100%, 290px);
	text-align: center;
	position: absolute;
	right: 0;
	left: 0;
	bottom: -6px;
	margin: 0 auto;
	line-height: 1.2;
	padding: 1em;
	z-index: 15;
}

@media(max-width:820px) {
	.yutai_teiji{
		font-size: 1.2rem;
	}
}








