
/* Reset *//* Reset *//* Reset *//* Reset *//* Reset *//* Reset *//* Reset *//* Reset */

	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
	}

	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block;
	}

	body {
		line-height: 1;
	}

	ol, ul {
		list-style: none;
	}

	blockquote, q {
		quotes: none;
	}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

	body {
		-webkit-text-size-adjust: none;
	}

	img{
		max-width: 100%;
		vertical-align: bottom;
	}

	button{
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
}



/* Basic Basic Basic Basic Basic Basic Basic Basic Basic Basic Basic Basic Basic Basic Basic Basic Basic Basic Basic Basic Basic Basic Basic Basic */

	@-ms-viewport {
		width: device-width;
	}



/* Box Model *//* Box Model *//* Box Model *//* Box Model *//* Box Model *//* Box Model *//* Box Model */

	*, *:before, *:after {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}


	body {
		color: #1b1b1b;
		background: #fff;
		font-size:max(16px,1.2vw);
		font-weight: 400;
		line-height: 1;
		font-family: 'Noto Sans JP', sans-serif;
	}

		body.is-loading *, body.is-loading *:before, body.is-loading *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}




	a {
		-moz-transition: color 0.2s ease, border-bottom-color 0.2s ease;
		-webkit-transition: color 0.2s ease, border-bottom-color 0.2s ease;
		-ms-transition: color 0.2s ease, border-bottom-color 0.2s ease;
		transition: color 0.2s ease, border-bottom-color 0.2s ease;
		text-decoration: none;
	}

		a:hover {
			border-bottom-color: transparent;
		}

	strong, b {
		font-weight: 700;
	}

	.align-left {
		text-align: left;
	}

	.align-center {
		text-align: center;
	}

	.align-right {
		text-align: right;
	}


		.clearfix::after {
  content: "";
  clear: both;
  display: table;
}



.r1-topservice-box p{
	font-size:max(13px,1vw);
	margin-bottom:3vw;
	font-family: 'Noto Serif JP', serif;
	font-weight:bold;
	letter-spacing:0.3vw;
	line-height:1.5;
}

	
/* Page Wrapper + Menu *//* Page Wrapper + Menu *//* Page Wrapper + Menu *//* Page Wrapper + Menu *//* Page Wrapper + Menu *//* Page Wrapper + Menu */

	#page-wrapper {
		-moz-transition: opacity 0.5s ease;
		-webkit-transition: opacity 0.5s ease;
		-ms-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
		opacity: 1;
		padding-top: 3em;
	}

		#page-wrapper:before {
			background: transparent;
			content: '';
			display: block;
			display: none;
			height: 100%;
			left: 0;
			position: fixed;
			top: 0;
			width: 100%;
			z-index: 10001;
		}

	#menu {
		-moz-transform: translateX(30em);
		-webkit-transform: translateX(30em);
		-ms-transform: translateX(30em);
		transform: translateX(30em);
		-moz-transition: -moz-transform 0.2s ease;
		-webkit-transition: -webkit-transform 0.2s ease;
		-ms-transition: -ms-transform 0.2s ease;
		transition: transform 0.2s ease-in-out;
		-webkit-overflow-scrolling: touch;
		background: #fff;
		color: #1b1b1b;
		height: 100%;
		max-width: 80%;
		overflow-y: auto;
		padding: 3em 0;
		position: fixed;
		right: 0;
		top: 0;
		width: 30em;
		box-shadow: 0px 0px 10px -5px #7a7a7a;
		z-index: 1000100;
	}

	#menu a{
		color:#1b1b1b;
	}

		#menu ul {
			list-style: none;
			padding: 0;
		}

			#menu ul > li {
				border-top: solid 1px rgba(255, 255, 255, 0.3);
				margin: 1.2em 0  0;
				padding: 1.2em 3em 0;
			}

				#menu ul > li:first-child {
					border-top: 0 !important;
					margin-top: 0 !important;
					padding-top: 0 !important;
				}

				#menu ul > li > a {
					border: 0;
					color: inherit;
					display: block;
					font-size: 18px;
					letter-spacing: 0.225em;
					outline: 0;
					text-decoration: none;
					font-weight: bold;
					color: #1b1b1b;

				}

					@media screen and (max-width: 736px) {

						#menu ul > li > a {
						
						}

					}

		#menu .close {
			background-image: url("images-fpl/close.svg");
			background-position: 4.85em 1em;
			background-repeat: no-repeat;
			border: 0;
			cursor: pointer;
			display: block;
			height: 3em;
			position: absolute;
			right: 0;
			top: 0;
			vertical-align: middle;
			width: 7em;
		}



	body.is-menu-visible #page-wrapper {
		opacity: 0.35;
	}

		body.is-menu-visible #page-wrapper:before {
			display: block;
		}

	body.is-menu-visible #menu {
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

/* Header *//* Header *//* Header *//* Header *//* Header *//* Header *//* Header *//* Header *//* Header */

	#header {
		-moz-transition: background-color 0.2s ease;
		-webkit-transition: background-color 0.2s ease;
		-ms-transition: background-color 0.2s ease;
		transition: background-color 0.2s ease;
		background: rgba(255,255,255,0.98);
		height: 100px;
		left: 0;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 10002;
		  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.05);
	}

	.banner header{
		width:100%;
		height: 14.0625vw;
		position: relative;
		background-color: #fff;
	}

			#header h1 a{
				border: 0;
				display: inline-block;
				background-image:url(images-fpl/fplLOGO.jpg);
				width: 82px;
				height: 75px;
				text-indent: -9999px;
				background-size: 82px 75px;
				position: absolute;
			left: 3vw;
			top: 50%;
			transform: translate(0,-50%);
			}

			.banner header h1 a{border: 0;
				display: inline-block;
				background-image:url(images-fpl/fplLOGO.jpg);
				width: 10.625vw;
				height: 9.6875vw;
				text-indent: -9999px;
				background-size: 10.625vw 9.6875vw;
				position: absolute;
			left: 50%;
			top: 50%;
			transform: translate(-50%,-50%);
			z-index: 10010;
			}

			.fpl-header-copy{
				position: absolute;
			left: 50%;
			font-size:1.25vw;
			bottom: 1vw;
			color:#0290CE;
			font-weight:bold;
			transform: translateX(-50%);
			z-index: 10010;
			}

			#header .fpl-header-copy{
				position: absolute;
			left:150px;
			top:50%;
			font-size:16px;
			bottom:inherit;
			color:#0290CE;
			font-weight:bold;
			transform: translate(0,-50%);
			z-index: 10010;
			}

			.dio-header-conversion{
			width:278px;
				height:auto;
				position: absolute;
			right:100px;
			top:50%;
			transform: translateY(-50%);

			}





		#header .headercopy {
			-moz-transition: opacity 0.2s ease;
			-webkit-transition: opacity 0.2s ease;
			-ms-transition: opacity 0.2s ease;
			transition: opacity 0.2s ease;
			height: inherit;
			left: 180px;
			line-height: 12px;
			position: absolute;
			top: 50%;
			font-size:12px;
			margin-top:-6px;
			color:#000;
			font-weight: bold;
		}

		#header nav {
			height: inherit;
			line-height: inherit;
			position: absolute;
			right: 0;
			top: 0;
			color:#000;
		}

		.banner a.menuToggle{
			height: inherit;
			line-height: inherit;
			position: absolute;
			right: 0;
			top: 0;
			color:#000;
		}

			#header nav > ul {
				list-style: none;
				margin: 0;
				padding: 0;
				white-space: nowrap;
			}

				#header nav > ul > li {
					display: inline-block;
					padding: 0;
				}

					#header nav > ul > li > a {
						border: 0;
						color: #000;
						display: block;
						font-size: 0.8em;
						letter-spacing: 0.225em;
						padding: 0 1.5em;
						text-transform: uppercase;
					}

						a.menuToggle {
							outline: 0;
							position: relative;
						}

						#header nav > ul > li > a.menuToggle{
							padding:0;
						}

							a.menuToggle:after {
								background-image: url("images-fpl/bars.svg");
								background-position: center center;
								background-repeat: no-repeat;
								content: '';
								display: inline-block;
								height: 100px;
								vertical-align: middle;
								width:100px;
								margin-right:0;
							}

							.banner a.menuToggle{
								display: none;
							}

							@media screen and (max-width: 736px) {

								.banner a.menuToggle{
								display: block;
								float:right;
							}



									a.menuToggle span {
										display: none;
									}

							}

						@media screen and (max-width: 736px) {

							#header nav > ul > li > a {
								padding: 0 0 0 1.5em;
							}

						}

					#header nav > ul > li:first-child {
						margin-left: 0;
					}

		#header.alt {
			display: none;
		}

			#header.alt h1 {
				-moz-pointer-events: none;
				-webkit-pointer-events: none;
				-ms-pointer-events: none;
				pointer-events: none;
				opacity: 0;
			}

						#header.alt div{
				-moz-pointer-events: none;
				-webkit-pointer-events: none;
				-ms-pointer-events: none;
				pointer-events: none;
				opacity: 0;
			}

/* Landing *//* Landing *//* Landing *//* Landing *//* Landing *//* Landing *//* Landing *//* Landing */

	body.landing #page-wrapper {

		padding-top: 0;
	}


	body.is-mobile.landing #page-wrapper {
		background: none;
	}

		body.is-mobile.landing #page-wrapper.page{
		padding-top:65px;
	}


/* Banner *//* Banner *//* Banner *//* Banner *//* Banner *//* Banner *//* Banner *//* Banner *//* Banner */

	#banner {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		cursor: default;
		width:100%;
		overflow: hidden;
		position: relative;
		text-align: center;
		z-index: 100000;
	}


	#banner .inner{
		background-color:#fff;
	}

	#banner  .inner img{
		
		width:100%;
		margin:0 auto;
		vertical-align: bottom;
	}

	.ylaw-banner-inner{
		padding: 6vw 0 3vw;
	}

	.ylaw-banner-inner h2{
		font-size: 56px;
		letter-spacing: 0.3em;
		font-family: 'Noto Serif JP', serif;
		margin-bottom: 35px;
	}

	#banner .inner.ylaw-banner-inner img.logo{
		width: 197px;
		margin-bottom: 50px;
	}

 .ylaw-banner-bar{
 	width: 100%;
 	padding: 20px 10px;
 	line-height: 1.3;
 	font-size: 16px;
 	text-align: center;
 	letter-spacing:0.4em;
 	color: #fff;
 	background-color: #B20084;
 }

 .ylaw-header-logo02{
 		position: absolute;
 		top: 50%;
 		left: 320px;
 		transform: translateY(-50%);
 		font-family: 'Noto Serif JP', serif;
	font-size:15px;
	display: block;
	letter-spacing: 0.3em;
 }



	body.is-loading #banner h2 {
		-moz-transform: scale(0.95);
		-webkit-transform: scale(0.95);
		-ms-transform: scale(0.95);
		transform: scale(0.95);
		opacity: 0;
	}

		body.is-loading #banner h2:before, body.is-loading #banner h2:after {
			width: 0;
		}

	body.is-loading #banner .more {
		-moz-transform: translateY(8.5em);
		-webkit-transform: translateY(8.5em);
		-ms-transform: translateY(8.5em);
		transform: translateY(8.5em);
		opacity: 0;
	}

	body.is-loading #banner:after {
		opacity: 1;
	}


/* Footer *//* Footer *//* Footer *//* Footer *//* Footer *//* Footer *//* Footer *//* Footer *//* Footer */


	#footer {
		background-color: #f0f0f0;
		text-align: center;
	}

		
		.copyright {
			padding:0 6vw 2vw;
			text-align:center;
			color: #000;
			font-size: 11px;
			letter-spacing: 0.5em;
		}

			

/* Landing *//* Landing *//* Landing *//* Landing *//* Landing *//* Landing *//* Landing *//* Landing */

	body.landing #page-wrapper {
		padding-top: 0;
	}



		body.landing #page-wrapper.page{
		padding-top:65px;
	}


.ylaw-header-nav{
	position:relative;
	xheight:130px;
	padding:1vw 0 2vw;
}

.ylaw-header-nav ul{
	 list-style: none;
	 	display:flex;
	justify-content:center;
    align-items: center;
    xheight:130px;
    width: 100%;

}

.ylaw-header-nav > ul > li{
		display: block;
     xheight:130px;

}

.ylaw-header-nav > ul > li > a{
	display: block;
	vertical-align: middle;
	line-height: 1.3;
	width:auto;
	color:#333;
	font-size:max(14px,1.3vw);
	transition: 0.5s ease border-bottom;
	letter-spacing: 0.1em;
	padding:1vw 0.8vw 0.5vw;
	font-weight:bold;
	border-bottom:1px solid rgba(0,0,0,0);
	transition:0.1s all ease-in-out;
}



.ylaw-header-nav > ul > li > a:hover,.ylaw-header-nav ul li a.active{
	border-bottom:1px solid rgba(0,0,0,0.3);
}

.ylaw-header-nav > ul > li > a.b-contact{
	background-color:#FF003F;
	color:#fff;
	transition:0.2s all ease;
}

.ylaw-header-nav > ul > li > a.b-contact:hover{
	background-color:#C90032;
}


.ylaw-header-nav > ul > li:hover {

}
.ylaw-header-nav > ul > li:hover > a {
}
.ylaw-header-nav > ul > li:hover .nav-menu {
  max-height: 9999px;
  opacity: 1;
}
.ylaw-header-nav > ul > li > a {

  transition: all .2s ease-in;
}
.ylaw-header-nav > ul .nav-menu {
  transition: all .2s ease-in;
  max-height: 0;
  height: auto;
  opacity: 0;
  overflow: hidden;
  width: 100vw;
  left:0;
	transform: translateY(0);
  text-align: left;
  position: absolute;
  background-color: #fff;
  box-shadow: 0 0 5px #aaa;
	z-index: 10000000000000000000;
}


.nav-menu header{
	width:100%;
	height: auto;
	padding:60px 50px 45px;

}

.nav-menu header h3{
	font-size:14px;
	
	letter-spacing: 3px;
	font-weight: bold;
	display: inline;
	line-height: 14px;
}

.nav-menu header h3:after{
	content:'';
	width:40px;
	height: 1px;
	background: #1b1b1b;
	display: inline-block;
	transform: translateY(-4px);
	margin:0 25px;
}

.nav-menu header span{
	font-size:13px;
	line-height: 14px;
	letter-spacing: 1px;
	font-weight: bold;
}


.zen-header #menu{
		display: none;
	}



.ylaw-nav-box-wrap{
	width:100%;
	height:200px;
	background-color: #0087D7;
	display: flex;
	justify-content: center;
}


.ylaw-nav-box{
	width:100%;
	height: auto;
	position: relative;
}

.ylaw-nav-box img{
	width:100%;
	height:100%;
	object-fit:cover; 
	font-family: 'object-fit: cover;'; /*IE対策*/
}

.ylaw-nav-box h4{
	position: absolute;
	top:50%;
	left:50%;
	display: block;
	transform: translate(-50%,-50%);
	font-size:16px;
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 0.5em;
}


.ylaw-nav-box .info{
	position: absolute;
	text-align: center;
	width:100%;
	top:50%;
	left:50%;
	display: block;
	transform: translate(-50%,-50%);
}

.ylaw-nav-box .info p{
	font-size:12px;
	display: block;
	margin-bottom:12px;
	line-height: 1;
}

.ylaw-nav-box .info h5{
	display: inline;
	font-size:16px;
	line-height: 2;
	border-bottom: 1px solid #fff;
	font-weight: bold;

}


.ylaw-nav-box span{
	position: absolute;
	bottom:10%;
	left:50%;
	display: block;
	transform: translate(-50%,0);
	font-size:8px;
	font-weight: bold;
	letter-spacing: 5px;
	color:#999999;
	
}



.ylaw-nav-box a{
	color:#fff;
}

.ylaw-nav-box img{
	filter: brightness(30%);
	transition: 0.5s all ease;
}

.ylaw-nav-box:hover img{
	filter: brightness(75%);
}


.ddd{
	display: block;
	font-size:16px;
}

.sm-menu-wrap{
	font-family: 'Noto Serif JP', serif;
		width:100%;
		height: auto;
		padding:30px 0 30px;
	}

	.sm-menu-box{
		width:100%;
		height: auto;
		padding:18px 30px 18px;
		display: flex;
		align-content: center;
		position: relative;
		border-bottom:1px solid #f0f0f0;
	}

	.sm-menu-box.box-opener:after{
		position: absolute;
		top:50%;
		right:30px;
		width:12px;
		height: 7px;
		background-image: url(../../images/zen-tri-bottom.png);
		background-repeat: no-repeat;
		background-size:12px 7px;
		transform:translateY(-50%);
		content:'';
		display: block;
	}

	.sm-menu-box h4{
		
		font-size:max(20px, 1.4vw);
		font-weight:100;
		letter-spacing: 4px;
		display: inline;
		line-height: 20px;
	}

	.sm-menu-box span{
		display: inline;
		font-size:10px;
		
		color:#999999;
		margin-right:15px;
		font-weight: bold;
	}



.jsh-menu-box{
	width:100%;
	height: 120px;
	position: relative;
}

#menu .jsh-menu-box a{
	color:#fff !important;
}

.jsh-menu-box img{
	width:100%;
	height:100%;
	object-fit:cover; 
	font-family: 'object-fit: cover;'; /*IE対策*/
}

.jsh-menu-box h4{
	position: absolute;
	top:50%;
	left:50%;
	display: block;
	transform: translate(-50%,-50%);
	font-size:18px;
	font-weight: bold;
	white-space: nowrap;
	line-height: 1.5;
	text-align: center;
}


.jsh-menu-box .info{
	position: absolute;
	text-align: center;
	width:100%;
	top:50%;
	left:50%;
	display: block;
	transform: translate(-50%,-50%);
}

.jsh-menu-box .info p{
	font-size:12px;
	display: block;
	margin-bottom:15px;
}

.jsh-menu-box .info h5{
	display: inline;
	font-size:16px;
	line-height: 2;
	border-bottom: 1px solid #fff;
	font-weight: bold;
}


.jsh-menu-box span{
	position: absolute;
	bottom:10%;
	left:50%;
	display: block;
	transform: translate(-50%,0);
	font-size:8px;
	font-weight: bold;
	letter-spacing: 5px;
	color:#999999;
	
}



.jsh-menu-box a{
	color:#fff;
}

.jsh-menu-box img{
	filter: brightness(30%);
	transition: 0.5s all ease;
}

.jsh-menu-box:hover img{
	filter: brightness(75%);
}



#menu a.menu-contact{
	background-color: #313131;
	display: block;
	width:100%;
	height: auto;
	color:#fff;
	text-align: center;
	font-size:15px;
	font-weight: bold;
	letter-spacing: 4px;
	transition: 0.5s ease all;
}
a.menu-contact:hover{
	background-color:#024578;
}

a.menu-contact span{
	display: block;
	width:100%;
	height: auto;
	position: relative;
	padding:22px 0;
}

a.menu-contact span:after{
	position: absolute;
	content:'';
	width:64px;
	height: 1px;
	background-color:#fff;
	right:0;
	top:50%;
	transform: translateY(-50%);
}

#menu a.menu-contact.soudan{
	background-color: #0068b7;

}




/*dio-contact*//*dio-contact*//*dio-contact*//*dio-contact*//*dio-contact*//*dio-contact*//*dio-contact*//*dio-contact*/



.dio-contact table{
	width:100%;
	height: auto;
	margin-bottom: 50px;
}

.dio-contact table:last-child{
	margin-bottom: 30px;
}

.dio-contact th,.dio-contact td{
	padding:30px 20px;
	background-color:#f0f0f0;
	border:3px solid #fff;
	vertical-align: middle;
	font-size:20px;
}


.dio-contact th span{
	font-size:80%;
	display: block;
	margin-top:8px;
	color:#FE9E00;
}

.dio-contact th{
	color:#fff;
	font-weight: bold;
	background-color:#00A0FF;
	letter-spacing: 2px;
	width:30%;
}


.dio-contact td{
	line-height: 1.6;
	font-weight: bold;
	text-align: left;
}


	.dio-contact input[type="text"],.dio-contact input[type="email"]{
		width:100%;
		padding:20px;
		border-radius: 15px;
		background-color:#fff;
		border:none;
		font-size:24px;
	}

	.dio-contact input[type="tel"]{
		padding:20px;
		border-radius: 15px;
		background-color:#fff;
		border:none;
		font-size:24px;
	}

	.dio-contact input[type="number"]{
		padding:20px 0 20px 20px;
		font-size:24px;
		border-radius: 15px;
		background-color:#fff;
		border:none;
	}



	.dio-contact select{
		padding:20px;
		border-radius: 15px;
		background-color:#fff;
		border:none;
		font-size:20px;
	}
	.dio-contact textarea{
		width:100%;
		padding:20px;
		border-radius: 15px;
		background-color:#fff;
		border:none;
		font-size:20px;
	}

	.dio-contact-submit{
		text-align: center;
	}


.dio-contact-submit input[type="submit"],
	.dio-contact-submit input[type="reset"],
	.dio-contact-submit input[type="button"]{
		appearance: none;
		transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		background-color: transparent;
		border-radius: 15px;
		border: 0;
		color: #fff;
		background-color:#00A0FF;
		cursor: pointer;
		display: inline-block;
		font-size: 24px;
		font-weight: 800;
		letter-spacing: 3px;
		padding: 15px 80px;
		text-align: center;
		text-decoration: none;
		white-space: nowrap;
		margin:0 auto;
	}

	.dio-contact-submit input[type="submit"].dio-contact-back{
		background-color:#ccc;
		color:#000;
		margin-bottom: 30px;
	}

		.dio-contact-submit input[type="submit"]:hover
		{
			background-color: #50BEFF;
		}

			.dio-contact-submit input[type="submit"].dio-contact-back:hover{
		background-color:#888;
	}

	.dio-thanks{
		width:100%;
		text-align: center;
		
	}

	.dio-thanks span{
		display: block;
		margin-bottom: 20px;
		font-size:30px;
		font-weight:bold;
	}

	.dio-contact02 h5,.dio-error{
		font-size:20px;
		text-align: center;
		margin-bottom: 15px;
		padding:20px;
		display: block;
		background-color:#DBFF00;
		font-weight:bold;
		border-radius: 30px;
	}



.ylaw-container{
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}



.ylaw-access{
	max-width: 1000px;
	margin: 30px auto 50px;
	display: flex;
	justify-content: space-between;
	padding: 0 10px;
}

.ylaw-access-01{
	width: 23%;
	color: #Fff;
	padding: 25px;
	border-radius: 10px;
	background-color: #00121F;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	letter-spacing: 0.3em;
}

.ylaw-access-02{
	width: 76%;
	font-weight: 500;
	padding: 25px 40px;
	border-radius: 10px;
	line-height: 2;
	background-color: #EFEFEF;
	letter-spacing: 0.3em;
}

.ylaw-access-02 h4{
	font-size: 20px;
	margin-bottom: 10px;
	letter-spacing: 0.4em;
}

.ylaw-access-02 h4 span{
	font-size: 11px;
	margin-left: 10px;
	letter-spacing: 0.4em;
}

.ylaw-top01 header{
	padding: 90px 10px 70px;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	background-size: 342px 194px;
	background-position: top right 25%;
	background-repeat: no-repeat;
	background-image: url(../images/ylaw-bg01.png);
}


.ylaw-top01 h3{
	font-size: 35px;
	letter-spacing: 0.3em;
	padding: 90px 10px 70px;
	text-align: center;
	display: inline;
	font-family: 'Noto Serif JP', serif;
}


.ylaw-top01-wrap{
	max-width: 1000px;
	margin: 30px auto 50px;
	display: flex;
	justify-content: space-between;
	padding: 0 10px;
}


.ylaw-top01-01{
	width: 40%;
	display: flex;
	justify-content: center;
}

.ylaw-top01-02{
	width: 60%;
	padding: 0 40px;
	border-radius: 10px;
	line-height: 2.3;
	letter-spacing: 0.2em;
}

.ylaw-top01-02 h4{
	margin-bottom: 25px;
	font-weight: 700;
	font-size: 20px;
}

.ylaw-top01-02 p{
	text-align: justify;
	margin-bottom: 20px;
}

.ylaw-top01-03{
	width: 100%;
	background-color: #F1FCE5;
	padding: 45px;
	border-radius: 15px;
}

.ylaw-top01-03 li{
	padding: 16px 0 16px 45px;
	font-size: 20px;
	background-image: url(../images/ylaw-check.jpg);
	background-size: 30px 30px;
	background-position: top 50% left;
	background-repeat: no-repeat;
}

.ylaw-top02{
	margin-top: 80px;
	
}

.ylaw-top02 header{
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}


.ylaw-top02-01{
	position: absolute;
	top: -25px;
	right: 0;
	color: #fff;
	padding:55px 55px;
	width: 550px;
	border-radius: 15px;
	background-color: rgba(189, 5, 141, 0.9);
}


.ylaw-top02-01 h3{
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 0.3em;
	font-size: 40px;
	margin-bottom: 40px;
}


.ylaw-top02-01 p{
	line-height: 2.2;
}

.ylaw-top03 header{
	text-align: center;
	padding: 100px 0 60px;
}

.ylaw-top03 header img{
	width: 197px;
	margin-bottom: 50px;
}

.ylaw-top03 header h3{
	font-size: 26px;
	margin-bottom: 40px;
	font-weight: bold;
	letter-spacing: 0.3em;
}

.ylaw-top03 header p{
	text-align: left;
	line-height: 2.3;
}

.ylaw-serbox-wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 70px;
}

.ylaw-serbox{
	flex-basis: 48%;
	text-align: center;
	margin-bottom: 5%;
}

.ylaw-serbox img{
	margin-bottom: 25px;
}

.ylaw-serbox h4{
	font-size: 36px;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 0.3em;
	margin-bottom: 25px;
}

.ylaw-serbox li{
	font-size: 15px;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 15px;
	letter-spacing: 0.2em;
}

.ylaw-serbox ul{
	margin-bottom: 25px;
}

.ylaw-serbox a{
	background-color: #00121F;
	padding: 15px;
	display: block;
	border-radius: 3px;
	color: #fff;
	letter-spacing: 0.3em;
	width: 95%;
	margin: 0 auto;
	transition: 0.2s all ease;
	border: 1px solid #00121F;
}

.ylaw-serbox a:hover{
	background-color: #FFF;
	color: #00121F;
}

.aaa,.bbb,.ccc{
	display: none;

}

.ylaw-lawyer-01 .i00{
	float: right;
	width: 40%;
	padding: 0 0 5% 5%;
}

.ylaw-lawyer-01 .i01{
	width: 20%;
	padding-top: 15px;
	margin-bottom:50px;
}


.ylaw-lawyer-01 .i02{
	width: 40%;
	margin-bottom: 80px;
}

.ylaw-lawyer-01 p{
	margin-bottom: 20px;
	line-height: 2.3;
}

.ylaw-lawyer-01 h4{
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin:80px 0 50px;
}


.ylaw-lawyer-02 h3{
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin:80px 0 50px;


}

.ylaw-page-content dl,.ylaw-lawyer-02 dl{
	display: flex;
	flex-wrap: wrap;

}

.ylaw-page-content dt,.ylaw-page-content dd,.ylaw-lawyer-02 dt,.ylaw-lawyer-02 dd{
	padding:20px 20px;
	display: block;
}

.ylaw-page-content dt,.ylaw-lawyer-02 dt{
	flex-basis: 23%;
	border-bottom:2px solid #00121F;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 1.6;
}

.ylaw-page-content dd,.ylaw-lawyer-02 dd{
	flex-basis: 77%;
	border-bottom:1px solid #ccc;
	letter-spacing: 0.1em;
	line-height: 2;
}

.ylaw-page-content h3{
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin:70px 0 45px;
		line-height: 1.6;
	text-align: center;
}


.ylaw-page-content p{
	font-size: 16px;
	margin:0 0 30px;
	line-height: 2.3;
}


.ylaw-page-content table{
	width: 100%;
	margin-bottom: 45px;
}

.ylaw-page-content th,
.ylaw-page-content td{
	padding: 20px;
	border: 1px solid #ccc;
	vertical-align: middle;
	text-align: center;
	line-height: 1.6;
}

.ylaw-page-content thead th,.ylaw-page-content tbody th{
	background-color: #00121F;
	color: #fff;
}

.ylaw-page-content tbody th{
			width: 30%;
	}



.ylaw-flow-02{
	padding:35px;
	text-align: center;
}

.ylaw-flow-02 a{
	color: #000;
}

.ylaw-flow-span01{
	font-family: 'Noto Serif JP', serif;
	font-size:38px;
	display: block;
	margin-bottom: 0.5vw;
	letter-spacing: 0.3em;
}

.ylaw-flow-02 h4{
	font-size:110px;
	line-height:1;
	white-space: nowrap;
	margin-bottom: 1vw;
	display: block;
	letter-spacing: 0.1em;
	font-weight: 800;
}

.ylaw-flow-span02{
	font-size:30px;
	padding: 7px 30px;
	text-align: center;
	display: block;
	letter-spacing: 0.3em;
	border: 1px solid #ccc;
	border-radius: 5px;
	width: 100%;
	margin: 0 auto 1vw;
}

.ylaw-flow-span03{
	font-size:32px;
	padding: 20px 30px;
	text-align: center;
	display: block;
	letter-spacing: 0.3em;
	border-radius: 5px;
	width: 100%;
	color: #fff;
	background-color: #00121F;
	margin: 0 auto;
	border: 1px solid #00121F;
	transition: 0.2s ease all;
}


.ylaw-flow-span03:hover{
	color: #00121F;
	background-color: #fff;
	border: 1px solid #00121F;
}

.ylaw-flow-box{
	padding: 1vw 0 0;
}

.ylaw-flow-no{
	display: flex;
	justify-content: center;
	align-items: center;
}

.ylaw-flow-no span{
	font-size: max(20px, 2vw);
	font-weight: bold;
	color: #fff;
	background-color: #00121F;
	padding: 2vw 2.4vw;
	margin-bottom: 3vw;

}


.ylaw-flow-box h4{
	font-family: 'Noto Serif JP', serif;
	font-size: max(30px, 2.8vw);
	margin-bottom: 0.5vw;
	text-align: center;
	margin-bottom: 3vw;
	letter-spacing: 0.1em;
}

.ylaw-flow-sub{
	text-align: center;
	letter-spacing: 0.1em;
	font-weight: bold;
}

.ylaw-flow-box.box-typeA{
	flex-basis: 100%;
}



.ylaw-flow-box.box-typeC{
	border:1px solid #ccc;
}

.ylaw-page-content .ylaw-flow-box p:last-child{
	margin-bottom: 0;
}

.ylaw-flowbox-wrap{
	display: flex;
	justify-content: space-between;
	margin-bottom: 3vw;
}

.ylaw-flow-box.box-typeB{
	flex-basis: 50%;
	position: relative;
}
.ylaw-flow-box.box-typeC:before{
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
	content:'';
	display: block;
	width: 0;
height: 0;
border-style: solid;
border-width: 30px 30px 0 30px;
border-color: #bd048c transparent transparent transparent;
}


.ylaw-flow-box.box-typeC{
	flex-basis: 45%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}


.ylaw-page-content dt span{
	background-color: #E20070;
	color: #fff;
	display: inline-block;
	border-radius:4px;
	padding: 3px 8px;
	font-size: 11px;
	margin-left: 10px;
}


.ylaw-page-content dd input[type="text"],.ylaw-page-content dd textarea{
	padding: 10px;
	width: 100%;
	border-radius: 10px;
	font-size: 18px;
	border: none;
	background-color: #f0f0f0;

}


.ylaw-submit{
	padding: 30px 0 90px;
	text-align: center;
}

.ylaw-submit input[type="submit"]{
	padding: 15px 35px;
	font-size: 16px;
	letter-spacing: 0.1em;
	color: #fff;
	border: none;
	border-radius:12px;
	background-color: #00121F;
	border: 1px solid #00121F;
	transition: 0.2s all ease;
}

.ylaw-submit input[type="submit"]:hover{
	color: #00121F;
	background-color: #fff;
}

.ylaw-submit input[type="submit"].back{
	padding: 15px 35px;
	font-size: 16px;
	letter-spacing: 0.1em;
	color: #fff;
	border: none;
	background-color: #CCC;
	margin-right: 15px;
}


.mw_wp_form_confirm dd{
	font-size: 18px;
	font-weight: bold;
}

.mw_wp_form_confirm .confirm{
	display: none;
}


.ylaw-submit input[type="submit"].back:hover{
	background-color: #aaa;
}


.ylaw-single-link{
	text-align: center;
	padding: 30px 10px 0;
}

.ylaw-single-link a{
	display: inline-block;
	padding: 10px 40px;
	color: #00121F;
	font-size: 16px;
	text-align: center;
	font-weight:bold;
	border: 1px solid #00121F;
}

.ylaw-single-link a:first-child{
	margin-right: 20px;
}

.ylaw-news.top{
	padding: 60px 20px;
	display: flex;
	justify-content: space-between;
}

.ylaw-news.page{
	padding: 60px 20px;
}

.ylaw-newsbox-01{
	flex-basis: 68%;
}

.ylaw-newsbox-02{
	flex-basis: 30%;
}


.ylaw-news h4{
	font-size:20px;
	margin-bottom: 20px;
	letter-spacing: 0.3em;
	color: #fff;
	padding: 15px 20px;
	background-color: #00121F;
}


.ylaw-news dl{
	display: flex;
	padding: 10px 0 10px;
	border-bottom: 1px dotted #ccc;
}
.ylaw-news dt{
	flex-basis: 23%;
	letter-spacing: 0.1em;
}

.ylaw-news dd{
	flex-basis: 77%;
}


.wp-pagenavi{
	padding: 40px 20px;
	text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span{
	text-decoration: none;
    border: 1px solid #00121F !important;
    background-color: #00121F;
    color: #fff;
    padding: 7px 10px !important;
    margin: 5px !important;
    border-radius: 5px;
}


.wp-pagenavi a:hover, .wp-pagenavi span.current{
	border: 1px solid #00121F !important;
	background-color: #fff !important;
	color:#00121F !important;
}

.ylaw-sozokuwrap img{
	float:left;
	width:25vw;
	margin:40px;
}

.ylaw-hosoku{
	padding:30px;
	background-color:#FFFAD7;
	border-radius:20px;
	clear: both;
}

.ylaw-hosoku p:last-child{
	margin-bottom:0;
}

.mb30{
	margin-bottom:30px;
}


.ylaw-page-souzoku{
	width:100%;
	background-image:url(../images/ylaw-sozoku03.jpg);
	background-repeat:no-repeat;
	background-size:604px 851px;
	background-position:top right;
	padding:10vw 40vw 23vw 9vw;
}

.ylaw-page-souzoku h3{
	font-size: 44px;
	font-weight: 400;
	letter-spacing: 0.1em;
	margin-bottom:45px;
		line-height: 1.6;
		font-family: 'Noto Serif JP', serif;
}


.ylaw-page-souzoku p{
	font-size: 16px;
	line-height: 2.3;
}


.ylaw-sozokuwrap2{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}


.ylaw-sozokubox{
	flex-basis:44%;
}



.ylaw-sozokubox h4{
	text-align:center;
	margin-bottom:20px;
	font-size:20px;
	font-weight:bold;

}
.ylaw-sozokubox p{
	font-size:16PX;
	line-height:1.6;
}


.ylaw-pagetwo{
	width:100%;
	display:flex;
	flex-wrap: nowrap;
}

.ylaw-pagetwo-image{
	flex-basis:50%;
	width:50vw;
}

.ylaw-pagetwo-image img{
	object-fit:cover;
	max-width:inherit;
	width:130%;

}

.ylaw-pagetwo-info{
	flex-basis:50%;
	padding:30px;
	color:#fff;
	background-color:#00121F;
	display:flex;
	align-content: center;
	flex-wrap:wrap;

}

.ylaw-pagetwo-info h3{
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 0.1em;
	margin-bottom:35px;
		line-height: 1.6;
		font-family: 'Noto Serif JP', serif;

}

.ylaw-pagetwo-info p{
	display:block;
	font-size:16PX;
	line-height:2;
	margin-bottom:15px;
	
}

.ylaw-sozokulist{
	margin-bottom:30px;
}

.ylaw-sozokulist{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}

.ylaw-sozokulist-img{
	width:60vw;
	display:block;
	margin:0 auto;
}

.ylaw-sozokulist li{
	font-size:18px;
	display:inline-block;
	padding:15px 15px 15px 48px;
	border:1px solid #ccc;
	border-radius:15px;
	margin:15px;
	line-height:1.6;
	background-image:url(../images/ylaw-check2.jpg);
	background-repeat:no-repeat;
	background-size:25px 25px;
	background-position:top 16px left 12px;
}	



.r1-top01{
	position:relative;
	font-family: 'Noto Serif JP', serif;
	font-weight:bold;
}


.r1-top01-img{
	padding-top:3vw;
}

@media screen and (max-width: 1124px) {

.r1-top01-img{
	xpadding-top:6vw;
}

}

@media screen and (max-width: 1024px) {

.r1-top01-img{
	xpadding-top:18vw;
}

}

.r1-top01-text{
	xposition:absolute;
		padding:6vw 12vw 0;
		z-index:10;
	text-align:center;
	margin-top:-33vw;
	transform:translateY(33vw);
}

.r1-stitle{
	display:inline-block;
	font-size:max(28px,2.4vw);
	margin-bottom:3vw;
	font-weight:100;
	letter-spacing:0.8vw;
}

.r1-top01-text h3{
	font-size:max(33px,3vw);
	margin-bottom:3vw;
		letter-spacing:0.8vw;
		line-height:1.4;
}

.r1-top01-text p{
	text-align:justify;
	letter-spacing:0.2vw;
	font-size:max(18px,1.3vw);
	line-height:2;
	margin-bottom:3vw;
}

.r1-linkbutton{
	text-align:center;
}

.r1-linkbutton a{
	font-family: 'Noto Serif JP', serif;
	padding:2vw 6vw;
	color:#00121F;
	border:1px solid #00121F;
	text-align:center;
	display:inline-block;
	letter-spacing:0.2vw;
	font-size:max(13px,1vw);
	transition:0.1s all ease;
}

.r1-linkbutton a:hover{
	color:#fff;
	background-color:#00121F;
}



/*r1-cta*//*r1-cta*//*r1-cta*//*r1-cta*//*r1-cta*//*r1-cta*//*r1-cta*//*r1-cta*/


.r1-cta{
	width:100%;
	height:auto;
	background-color: #fff;
}

.r1-cta.r1-con{
	box-shadow: 0px 6px 19px -10px rgba(0,0,0,0.6);
}

.r1-cta-wrap{
	display: flex;
	flex-shrink:0;

}

.r1-cta-box a{
	color:#000;
	xborder-bottom: 1px solid #000;
	xtransition:0.3s all ease;
}

.r1-cta-box a:hover{
	xcolor:#F2631D;
	xborder-bottom: 1px solid #F2631D;
}

.r1-cta-01{
	width:43%;
	background-color:#fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.r1-cta-01 div{
	width:100%;
	text-align: center;
}

.r1-cta-01 img{
	width: 100%;
}

.r1-cta-01 span{
	font-family: 'Noto Serif JP', serif;
	font-size:16px;
	letter-spacing: 0.5em;
}

.r1-cta-02{
	font-family: 'Noto Serif JP', serif;
	width:57%;
	padding:3vw 6vw 0;
	text-align: left;
}


.r1-cta-02 h4{
	font-size:max(20px,1.6vw);
	margin-bottom:3vw;
	font-family: 'Noto Serif JP', serif;
	font-weight:bold;
	letter-spacing:0.3vw;
}




.r1-cta-span01{
	font-family: 'Noto Serif JP', serif;
	font-size:1.5vw;
	display: block;
	margin-bottom: 0.5vw;
	letter-spacing: 0.3em;
}


.r1-cta-span02{
	font-size:1.3vw;
	padding: 7px 30px;
	text-align: center;
	display: block;
	letter-spacing: 0.3em;
	border: 1px solid #ccc;
	border-radius: 5px;
	width: 85%;
	margin: 0 auto 0.5vw;
}

.r1-cta-span03{
	font-size:1.3vw;
	padding: 20px 30px;
	text-align: center;
	display: block;
	letter-spacing: 0.3em;
	border-radius: 5px;
	width: 85%;
	color: #fff;
	background-color: #00121F;
	margin: 0 auto;
	border: 1px solid #00121F;
	transition: 0.2s ease all;
}


.r1-cta-span03:hover{
	color: #00121F;
	background-color: #fff;
	border: 1px solid #00121F;
}


.r1-topservice,.r1-sec{
	padding:6vw 12vw;
}

.r1-sec.r1-value{
	xbackground-color:#00121F;
	xcolor:#fff;
	background-image:url(images-fpl/r1-value.jpg);
}

.r1-topservice03{
	padding:6vw 0;
}

.r1-topservice header,.r1-sec header{
	text-align:center;
	margin-bottom:0;
}

.r1-topservice03 header{
	text-align:center;
}

.r1-topservice03 p{
	padding:3vw 12vw 0;
	font-size:max(16px,1.3vw);
	line-height:1.6;
}

.r1-topservice-box{
	display:flex;
	justify-content:space-between;
	flex-wrap:nowrap;
	flex-direction:row-reverse;
}

.r1-topservice-box.full{
	padding-top:6vw;
}

.r1-topservice-box.left{
flex-direction:row;
}

.r1-topservicebox-image{
	flex-basis:50%;
	display:flex;
	align-items:center;
	justify-content:center;
}

.r1-topservicebox-image img{
	display:block;
	width:80%;
}


.r1-topservicebox-text{
	flex-basis:50%;
	display:flex;
		align-items:center;
	justify-content:center;
	text-align:center;


}


.r1-topservicebox-text.full{
	padding-top:3vw;
flex-basis:100%;
}

.r1-topservicebox-text span{
	display:inline-block;
	font-weight:bold;
	font-size:max(20px,1.6vw);
	margin-bottom:1vw;
	font-family: 'Noto Serif JP', serif;
	font-weight:bold;
	letter-spacing:0.3vw;
}

.r1-topservicebox-text h3{
	font-size:max(40px,3.3vw);
	margin-bottom:2vw;
	font-family: 'Noto Serif JP', serif;
	font-weight:bold;
	letter-spacing:0.3vw;

	}


a.r1-linkb{
	font-family: 'Noto Serif JP', serif;
	background-color: #00121F;
	padding: 15px;
	display: block;
	border-radius: 3px;
	color: #fff;
	letter-spacing: 0.3em;
	width: 95%;
	margin: 0 auto;
	transition: 0.2s all ease;
	border: 1px solid #00121F;
}

a.r1-linkb:hover{
	background-color: #FFF;
	color: #00121F;
}



.r1-topservice02{
	padding:3vw 6vw;
	background-color:#f0f0f0;
}


.r1-topservice02-wrap{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

.r1-topservicebox02{
	padding:2vw;
	flex-basis:33%;
}

.r1-topservicebox-image02{
	width:100%;
}

.r1-topservicebox-text02{
	text-align:center;
	padding:3vw 0;
}

.r1-topservicebox-text02 h3{
	font-size:max(20px,1.6vw);
	margin-bottom:2vw;
	font-family: 'Noto Serif JP', serif;
	font-weight:bold;
	letter-spacing:0.3vw;

	}


.r1-footer-wrap{
	padding:6vw 6vw;
	display:flex;
	justify-content:space-between;
}

.r1-footer-logo{
	flex-basis:30%;
}


.r1-footer-logo img{
	width:10vw;
}


.r1-hosoku{
	padding:1vw 2vw;
	border:1px solid #ccc;
	display:block;
	margin-bottom:3vw;
	line-height:1.6;
	font-size:max(13px,1vw);

}


.r1-topservice-info{
		padding:3vw 3vw 6vw;
		
}

.r1-topservice-info p{
	font-size:max(16px,1.3vw);
}

.r1-company{
	background-image:url(images-fpl/r1-value.jpg);
}

.r1-companylist{
	padding:0 8vw;
	font-family: 'Noto Serif JP', serif;
}

.r1-companylist dl{
	padding:1.5vw 0;
	display:flex;
	font-size:max(16px,1.3vw);
	line-height:1.6;
	letter-spacing: 0.2em;

}


.r1-companylist dt{
	flex-basis:23%;
	padding:2vw;
	border-bottom:2px solid #00121F;
}


.r1-companylist dd{
	flex-basis:77%;
		padding:2vw;
		border-bottom:1px solid #ccc;
}


.r1-sus{
	background-image:url(images-fpl/r1-bgblue.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-size:cover;

}

.r1-sus-wrap{
	display:flex;
	flex-wrap:wrap;
	align-items: center;
	justify-content:center;
		padding:3vw 9vw;
}



.r1-sus-box{
	padding:3vw;
	flex-basis:100%;
}

.r1-sus-box h4{
	font-size:max(22px,1.8vw);
	margin-bottom:2vw;
	font-family: 'Noto Serif JP', serif;
	font-weight:bold;
	letter-spacing:0.3vw;
}

.r1-sus-box li{
	padding-bottom:1vw;
	font-family: 'Noto Serif JP', serif;
	font-size:max(16px,1.2vw);
	line-height:1.5;
}



.r1-topservice04{
	padding:3vw 6vw;
}


.r1-topservice04-wrap{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

.r1-topservicebox04{
	padding:2vw;
	flex-basis:50%;
}

.r1-topservicebox-image04{
	width:100%;
}

.r1-topservicebox-text04{
	text-align:center;
	padding:3vw 0 0;
}

.r1-topservicebox-text04 h3{
	font-size:max(20px,1.6vw);
	margin-bottom:2vw;
	font-family: 'Noto Serif JP', serif;
	font-weight:bold;
	letter-spacing:0.3vw;

	}

.r1-topservicebox-text04 p{

}

.r1-merit{
	display:flex;
	justify-content:center;
	align-items: center;
}

.r1-merit ul{
	display:inline-block;
}


.r1-merit li{
	padding-bottom:1vw;
	font-family: 'Noto Serif JP', serif;
	font-size:max(20px,1.7vw);
	line-height:1.5;
	white-space:nowrap;
}




.r1-newswrap{

	border-radius:15px 0 0 15px;
	background-size:cover;
	background-position:bottom;
	background-repeat:no-repeat;
	font-family: 'Noto Serif JP', serif;
}


.r1-newswrap a{
	color:#000;
}


.r1-newsbox{
	display:flex;
	text-align:left;
	justify-content:space-between;
	margin-bottom:2vw;
	font-size:max(16px, 1vw);
	letter-spacing:0.1em;
	padding-bottom:2vw;
	border-bottom:1px solid #ccc;
}
.r1-news a{
	color:#000;
	padding-bottom:3px;
	border-bottom:1px solid rgba(0,0,0,0);
}

.r1-news a:hover{
	border-bottom:1px solid rgba(0,0,0,100%);
}


.r1-newsbox-time{
	flex-basis:15%;
}

.r1-newsbox-title{
flex-basis:85%;
}


.r1-cta-text span,.mado{
	font-size:13px;
	display:inline-block;
	margin:1vw 0;
	line-height:1.5;
}


.ylaw-contact dd a{
	color:#000;
	padding-bottom:3px;
	border-bottom:1px solid #000;
}



.fpl-plan{
	padding:6vw;
}

.fpl-planbox{
	display:flex;
	justify-content:center;
	margin-bottom:6vw;
}

.fpl-planbox.right{
	flex-direction:row-reverse;
}

.fpl-planbox div{
	flex-basis:50%;
}

.fpl-planbox-img{
	padding-right:2vw;
}

.fpl-planbox-img img{
	border-radius:15px;
}

.fpl-planbox-txt{
	margin-bottom:6vw;
}

.fpl-planbox .fpl-planbox-txt{
	padding:2vw;
}

.fpl-planbox-txt h3{
	font-size:max(28px, 3vw);
	margin:0 0 3vw;
	font-weight:100;
	line-height:1.4;
}

.fpl-planbox-txt h4{
	font-size:max(23px, 1.8vw);
	margin-bottom:2vw;
	font-weight:700;
	line-height:1.4;
	padding-top:3vw;
}


.fpl-planbox-txt p{
	font-size:max(16px, 1.2vw);
	line-height:2;
	padding-right:3vw;
	margin-bottom:3vw;
}

.fpl-planbox-txt a{
	padding:1.8vw 5vw;
	color:#000;
	letter-spacing:0.2vw;
	font-size:max(14px, 1vw);;
	font-weight:400;
	display:inline-block;
	border-radius:12px;
	border:1px solid #EAEAEA;
	background-color:#fff;
	transition:0.3s all ease;
}

.fpl-planbox-txt a:hover{
	background-color:#f0f0f0;
}

.fpl-planbox-txt table{
	width:100%;
	margin-bottom:3vw;
	border:1px solid #ccc;
	border-collapse:collapse;
}

.fpl-planbox-txt th,.fpl-planbox-txt td{
	padding:3vw;
	font-size:max(18px, 1.2vw);
	line-height:1.6;
	font-weight:400;
	letter-spacing:0.2em;
	border:1px solid #ccc;
}

.fpl-planbox-txt th{
vertical-align: middle;
}

.fpl-planbox-txt li{
	margin-bottom:1vw;
	font-size:max(16px, 1.2vw);
	line-height:1.8;
	list-style:disc;
}

.fpl-planbox-txt li:last-child{
	margin-bottom:0;
}


.fpl-planbox-txt ul{
	margin-bottom:3vw;
}

.fpl-planbox-txt blockquote{
	padding:2vw;
	border-radius:15px;
	background-color:#f0f0f0;
	line-height:1.6;
	font-size:max(16px, 1.2vw);
	line-height:1.8;
	margin-bottom:6vw;
}


.fpl-planbox-txt blockquote p{
	margin-bottom:0;
}

.fpl-profile{
	position:relative;
	padding-bottom:6vw;
}

.fpl-profile-img{
	position:absolute;
	left:0;
	top:6vw;
	width:45vw;
}

.fpl-profile-img img{
	border-radius:0 15px 15px 0;
}

.fpl-profile-txt{
	width:80%;
	margin-left:20%;
	padding:6vw 6vw 6vw 30vw;
	background-color:#f0f0f0;
	border-radius:15px 0 0 15px;
}

.fpl-profile-txt h3{
	font-size:max(26px, 2.5vw);
		line-height:1.6;
		margin-bottom:3vw;
		font-weight:100;
		letter-spacing:0.2em;
}

.fpl-profile-txt h4{
	font-size:max(16px, 1.2vw);
		line-height:1.6;
		margin-bottom:3vw;
		font-weight:100;
		letter-spacing:0.3em;
}


.fpl-profile-txt p{
	font-size:max(16px, 1.2vw);
		line-height:2.2;
margin-bottom:3vw;
}


.fpl-profile-pro{
	font-size:max(13px, 1vw);
	position:relative;
	border:1px solid #ccc;
	border-collapse:collapse;
	padding:2vw;
	line-height:2;
	border-radius:15px;
}

.fpl-profile-pro span{
	position:absolute;
	border-collapse:collapse;
	top:0;
	right:0;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-radius:0 15px 0 15px;
	padding:5px 25px;
	font-size:max(12px, 0.8vw);
	letter-spacing:0.2em;
}


.fpl-gallery{
	display:flex;
	flex-wrap:wrap;
}

.fpl-gallerybox{
	flex-basis:33.333%;
}



.fpl-footer{
	padding:6vw 6vw;
}


.fpl-cta-img{
	text-align:center
}

.fpl-cta-img img{
		width:130px;
}

.fpl-cta-txt{
	padding:3vw;
	text-align:center;
	color:#0290CE;
}


.fpl-footer-link{
	color:#fff;
	flex-basis:70%;
	display:flex;
	align-items:center;
	justify-content:center;
	padding:3vw;
}

.fpl-footer-link ul{
	display:flex;
	flex-wrap:wrap;

}
.fpl-footer-link li{
	padding:0.5vw 2vw;
	border-right:1px solid #ccc;
}

.fpl-footer-link li:last-child{
	padding:0.5vw 0 0.5vw 2vw;
	border-right:none;
}

.fpl-footer-link a{
	color:#000;
	transition:0.2s all ease;
}

.fpl-footer-link a:hover{
	color:#000;
}


.fpl-event{
	padding:6vw;
}




.fpl-sec header{
	text-align:left;
}

.fpl-sec.pagetop header{
	padding-top:calc(100px);
}

.fpl-sec header h3{
	font-size:max(33px, 5vw);
		line-height:1.6;
		margin-bottom:2vw;
		font-weight:100;
		letter-spacing:0.1em;
}

.fpl-sec header span{
	font-size:max(12px, 1vw);
		line-height:1.6;
		display:block;
		margin-bottom:5vw;
		font-weight:400;
		letter-spacing:0.3em;
}

.fpl-eventbox{
	display:flex;
	border-radius:15px;
	border:1px solid #ccc;
	padding:3vw;
	margin-bottom:3vw;
}


.fpl-eventbox-img{
	flex-basis:30vw;
}

.fpl-eventbox-img img{
	border-radius:15px;
}
.fpl-eventbox-txt{
	flex-basis:70vw;
	padding:0 3vw 0 3vw;
}

.fpl-eventbox-txt{
	flex-basis:60vw;
}

.fpl-eventbox-txt h3{
	font-size:max(24px, 2.2vw);
		line-height:1.6;
		margin-bottom:3vw;
		font-weight:100;
		letter-spacing:0.1em;
	
}

.fpl-eventbox-txt p{
	font-size:max(16px, 1.2vw);
		line-height:1.6;
margin-bottom:3vw;
	
}


.fpl-eventbox-txt a{
	padding:1.8vw 5vw;
	color:#000;
	letter-spacing:0.2vw;
	font-size:max(14px, 1vw);;
	font-weight:400;
	display:inline-block;
	border-radius:12px;
	border:1px solid #EAEAEA;
	background-color:#fff;
	transition:0.3s all ease;
}

.fpl-eventbox-txt a:hover{
	background-color:#f0f0f0;
}

.fpl-time{
	font-size:max(16px, 1.2vw);
		line-height:1.6;
margin-bottom:2vw;
display:block;
font-weight:bold;
letter-spacing:0.2em;
}

