@charset "UTF-8";
/*
Theme Name: hearts
*/

/********************

 共通部分

 ********************/
.cfix:after {
	content: "";
	display: block;
	clear: both;
}
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	overflow-x: hidden;
	font-size: 62.5%; /* 10px */
}
body {
	color: #222;
	
	font-size: 1.5rem; /* 15px */
	letter-spacing: .02em;
	
	line-height: 1;
	font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
}

/**** Font Family ****/
.serif {
	font-family: 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGP明朝B', serif, Arial;
	font-feature-settings : "pkna";
}
.sans_serif {
	font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
}
.ubuntu {
	font-family: 'Ubuntu', sans-serif;
}
.oswald {
	font-family: 'Oswald', sans-serif;
}
/**** /Font Family ****/

#container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	min-height: 100vh;
	height: 100%;
}
#content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

#main {
	position:relative;
}

strong {
	color: #3DA5D9;
}

img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
div.img img,
div.thumb img {
	width: 100%;
	height: auto;
}
a {
	color: #222;
	text-decoration: none;
}

article.page a {
	color: #2F509F;
}

h2, h3, h4, h5, h6 {
	line-height: 1.3;
}
body p {
	line-height: 1.8;
}
p.link, p.back {
	margin-top: .5em;
	text-align: right;
}
p.link + p.link {
	margin-top: .5em;
}
p.link a::after {
	content: "\f105";
	display: inline-block;
	margin-left: .3em;
	color: inherit;
	font-weight: bold;
	font-family: "Font Awesome 6 Free";
	line-height: 1;
}
p.link.out a::after {
	content:"\f35d";
	font-weight: bold;
	font-family: "Font Awesome 6 Free";
}
p.link.center {
	margin-top:1.2em;
	text-align:center;
}

a.link.out::after {
	content: "\f35d";
	display: inline-block;
	margin-left: .3em;
	color: inherit;
	font-weight: bold;
	line-height: 1;
	font-family: "Font Awesome 6 Free";
}
p.back {
	text-align: left;
}
p.back a::before {
	content: "\f104";
	display: inline-block;
	margin-right:.3em;
	color: inherit;
	font-weight: bold;
	line-height: 1;
	font-family: "Font Awesome 6 Free";
}
p.link i {
	margin-left:.3em;
}
p.more_btn {
	margin: 1em 0 1.5em;
	line-height: 1;
	text-align: right;
}
p.more_btn a {
	display: inline-block;
	padding: 8px 12px 8px 17px;
	border-radius: 14px;
	background: #A1BBD0;
	box-shadow: 2px 2px 0 0 #FFF000;
	color:#fff;
	font-size: 1.2rem;
	text-decoration:none;
}
p.more_btn a:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 6px;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 6px solid #fff;
}
li {
	line-height:1.5;
}
ul.list li,
dl.list dd,
ul.check li {
	position:relative;
	margin-bottom: .5em;
	padding-left: 1.4em;
}
ul.list li::before,
dl.list dd::before {
	content:"・";
	position:absolute;
	top:0;
	left:0;
}
ul.check li {
	padding-left:1.4em;
}
ul.check li::before {
	content:"\f058";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	color: inherit;
	font-weight: bold;
	font-family: "Font Awesome 6 Free";
}

.num li {
	position:relative;
	margin-bottom:.5em;
	padding-left:1.4em;
	counter-increment: serial;
}
.num li::before {
	content: counter(serial) ".";
	position:absolute;
	top:0;
	left:0;
}
.num.bracket li {
	padding-left:1.6em;
	counter-increment: bracket;
}
.num.bracket li::before {
	content: "(" counter(bracket) ")";
}
.num.roman li {
	padding-left:1.4em;
	counter-increment: roman;
}
.num.roman li::before {
	content: counter(roman, lower-roman) ".";
}

dt {
	line-height: 1.5;
}
dd {
	line-height: 1.5;
}
.float_l {
	float: left;
}
.float_r {
	float: right;
}

.center {
	text-align: center;
}

.img_bg {
	overflow: hidden;
	height: 0;
	line-height: 2;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.flex_wrap {
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
.flex_column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.btn,
button {
	width: 168px;
	margin: 25px auto 0;
	line-height: 1;
	text-align: center;
}
.btn a,
button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 44px;
	padding: 0 1em;
	border: solid 1px rgba(47, 80, 159, .5);
	color: #2F509F;
	font-size: 1.3rem;
	text-decoration: none;
}
.btn.white a,
button.white {
	border: solid 1px rgba(255, 255, 255, .5);
	color: #fff;
}

.btn i {
	margin-right: .4em;
}

.btn2 {
	width: 170px;
	margin: 0 auto;
	border: solid 1px #222;
	line-height: 1;
	text-align: center;
}
.btn2 a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 45px;
	padding: 0 1em;
	color: #222;
	font-weight: bold;
	font-size: 1.2rem;
	text-decoration: none;
}

.dl_icon {
	display: inline-block;
	position: relative;
	width: 1.15em;
	height: 1.15em;
	color: #2F509F;
	line-height: 1;
	vertical-align: middle;
}

.dl_icon::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0.46em;
	border: 0.1em solid currentColor;
	border-top: 0;
	border-radius: 0 0 0.15em 0.15em;
	box-sizing: border-box;
}

.dl_icon > span {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0.353em;
	width: 0.1em;
	height: 0.625em;
	margin: auto;
	background: currentColor;
}

.dl_icon > span::before {
	content: '';
	width: 0.40625em;
	height: 0.40625em;
	border: 0.1em solid currentColor;
	border-top: 0;
	border-right: 0;
	transform: rotate(-45deg);
	transform-origin: bottom left;
	position: absolute;
	left: 50%;
	bottom: -0.05em;
	box-sizing: border-box;
}

.arrow {
	display: block;
	position: relative;
	padding-right: 1.2em;
}
.arrow::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: .7em;
	height: .6em;
	margin-top: -.3em;
	background: currentColor;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.arrow.up::after {
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
.arrow.down::after {
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.arrow.left::after {
	clip-path: polygon(0 50%, 100% 0, 100% 100%);
}

.bold {
	font-weight: bold;
}
.fs_s {
	font-size: .8em;
}
.fs_m {
	font-size: 1.2em;
}
.fs_l {
	font-size: 1.5em;
}
.fs_xl {
	font-size: 2em;
}
.fs_n {
	font-size: 1em !important;
}

.wrap {
	padding: 60px 30px;
}
.no_wrap {
	margin-right: -20px;
	margin-left: -20px;
}

.page_tit {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 160px;
	background-position: center;
	background-size: cover;
	background-color: #2F509F;
	color: #fff;
	text-align: center;
	
}
.page_tit .ja {
	font-weight: 500;
	font-size: 2.5rem;
	letter-spacing: .15em;
}
.page_tit .ubuntu {
	display: inline-block;
	margin-top: 8px;
	font-weight: 500;
	font-size: 1.5rem;
	letter-spacing: .05em;
}

.tit {
	margin: 0 0 28px;
	color: #2F509F;
	line-height: 1.5;
}
.tit .ja,
.tit.ja .sub {
	font-size: 2.2rem;
	letter-spacing: .1em;
}
.tit .ubuntu {
	display: block;
	margin-bottom: 12px;
	font-size: 2.1rem;
	line-height: 1;
	letter-spacing: .1em;
}
.tit.white {
	color: #fff;
	
}
.tit.ja .ja {
	display: block;
	font-size: 1.8rem;
	line-height: 1.38;
}

.tit.mb_no {
	margin-bottom: 0;
}

.roman_tit {
	margin-bottom: 22px;
	color: #2F509F;
	font-family: 'Ubuntu', sans-serif;
	font-size: 2.3rem;
	font-weight: 500;
	text-align: center;
	letter-spacing: .1em;
}
.roman_tit.white {
	color: #fff;
}

.sub_tit {
	margin-top: 1.2em;
	margin-bottom: .6em;
	padding-bottom: .4em;
	border-bottom: solid 2px #3DA5D9;
	font-weight: 500;
	font-size: 1.6rem;
}

.belt_tit {
	margin-bottom: 1.5em;
	background: #001974;
}
.belt_tit > * {
	padding: .5em 4vw;
	color: #fff;
	font-size: 1.25em;
}
.belt_tit span.serif {
	display: inline-block;
	margin-right: .6em;
	font-style: italic;
}

.has_lines {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.has_lines:before,
.has_lines:after {
	content: '';
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	height: 1px;
	background: rgba(204, 204, 204, .5);
	min-width: 20px;
	display: inline-block;
	vertical-align: middle;
}
.has_lines:before {
	margin-right: 1em;
}
.has_lines:after {
	margin-left: 1em;
}

.google_map {
	position: relative;
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}
.google_map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.bg_gray {
	background: #F5F5F5;
}

.mb {
	margin-bottom: 2em !important;
}
.mb_s {
	margin-bottom: .5em !important;
}
.mb_none {
	margin-bottom: 0 !important;
}

hr {
	margin: 3em auto;
	border: none;
	border-top: solid 1px #00368C;
}

@media screen and (max-width: 767px) {
	.sp_none {
		display:none;
	}
	.sp_flex {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.sp_center {
		text-align: center;
	}
	.sp_wrap {
		padding: 30px 20px;
	}
	/*
	body.locked {
		height: 100vh;
		overflow-y: hidden;
	}
	*/
	.tit.mb_no_sp {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 768px) {
	body {
		font-size: 1.8rem;
		letter-spacing: .05em;
	}
	/*
	body p {
		line-height: 1.6;
	}
	*/
	p.more_btn a:hover {
		background: #FFF000;
		box-shadow: 2px 2px 0 0 #A1BBD0;
		color: #A1BBD0;
		text-decoration: none;
	}
	p.more_btn a:hover:after {
		border-left: 6px solid #A1BBD0;
	}
	a:hover {
		filter: alpha(opacity=70 finishopacity=70);
		-moz-opacity: 0.7;
		opacity: 0.7;
	}
	
	.tel a,
	a.tel {
		text-decoration: none;
		pointer-events: none;
	}
	
	.pc_center {
		text-align: center;
	}
	.pc_none {
		display: none !important;
	}
	.pc_flex {
		display:-webkit-box;
		display:-ms-flexbox;
		display:-webkit-flex;
		display:flex;
		-webkit-box-pack:justify;
		-ms-flex-pack:justify;
		justify-content:space-between;
	}
	
	.wrap {
		max-width: 1536px;
		margin: 0 auto;
		padding: 120px 60px;
	}
	.wrap.w1200 {
		max-width: 1200px;
	}
	.wrap.w1000 {
		max-width: 1000px;
	}
	.wrap.w720 {
		max-width: 720px;
	}
	.no_wrap {
		margin-right: 0;
		margin-left: 0;
	}
	
	.pc_wd {
		max-width: 1000px;
		margin: 0 auto;
	}
	
	.btn,
	button {
		width: 260px;
		margin: 50px auto 0;
	}
	.btn a,
	button {
		height: 60px;
		border: solid 1px rgba(47, 80, 159, 1);
		font-size: 1.8rem;
	}
	
	.btn a {
		color: #2F509F;
		overflow: hidden;
		position: relative;
		z-index: 1;
	}
	.btn a::after {
		background: #2F509F;
		position: absolute;
		top: 0;
		left: 0;
		content: '';
		width: 100%;
		height: 100%;
		transform: scale(0, 1);
		transform-origin: left top;
		transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
		z-index: -1;
	}
	.btn a:hover {
		filter: alpha(opacity=100 finishopacity=100);
		-moz-opacity: 1;
		opacity: 1;
		color: #fff;
	}
	.btn a:hover::after {
		filter: alpha(opacity=100 finishopacity=100);
		-moz-opacity: 1;
		opacity: 1;
		transform: scale(1, 1);
	}
	
	.btn2 {
		width: 130px;
	}
	.btn2 a {
		height: 40px;
		font-size: 1.4rem;
	}
	
	.page_tit {
		height: 360px;
	}
	.page_tit .ja {
		font-size: 5rem;
	}
	.page_tit .ubuntu {
		margin-top: 17px;
		font-size: 3rem;
	}
	
	.tit {
		margin-bottom: 60px;
	}
	.tit .ja, 
	.tit.ja .sub {
		display: inline-block;
		margin-bottom: 20px;
		font-size: 3rem;
	}
	.tit .ubuntu {
		display: inline-block;
		font-size: 2rem;
	}
	
	.roman_tit {
		margin-bottom: 64px;
		font-size: 3.6rem;
	}
	
	.sub_tit {
		margin-bottom: .8em;
		font-size: 1.87rem;
	}

	.deco_tit {
		padding-top: 42px;
		background-size: 160px auto;
		font-size: 3.4rem;
	}

	.belt_tit {
		margin-bottom: 2.5em;
	}
	.belt_tit > * {
		width: 1000px;
		margin: 0 auto;
		padding: .3em 0;
		font-size: 2.15em;
	}
	.belt_tit span.serif {
		margin-left: 30px;
	}
	
	.tel a {
		pointer-events: none;
	}
	
	.bg_box {
		margin-bottom: 2.5em;
		padding: 1.2em;
	}
	
	.pc_img_left_box {
		display: flex;
		padding: 100px 0;
	}
	.pc_img_right_box {
		display: flex;
		flex-direction: row-reverse;
		padding: 100px 0;
	}
	.pc_img_left_box .img,
	.pc_img_right_box .img {
		width: 50%;
		max-height: 768px;
		overflow: hidden;
	}
	.pc_img_left_box .img img,
	.pc_img_right_box .img img {
		object-fit: cover;
		height: 100%;
	}
	.pc_img_left_box .txt {
		flex: 1;
		width: 50%;
		max-width: 768px;
		margin-left: 5%;
		padding: 0 40px 0 0;
	}
	.pc_img_right_box .txt {
		flex: 1;
		width: 50%;
		max-width: 768px;
		margin-right: 5%;
		padding: 0 0 0 40px;
	}
}
@media screen and (min-width: 1536px) {
	.wrap {
		padding-right: 0;
		padding-left: 0;
	}
}
@media screen and (min-width: 768px) and (max-width: 960px) {
	.w_br_none {
		display: none;
	}
}

/************ ヘッダー,グロナビ ************/
#header {
	position: relative;
	background: #2F509F;
	background: linear-gradient(90deg,rgba(47, 80, 159, 1) 0%, rgba(49, 183, 160, 1) 100%);
}
body.home #header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1000;
	background: none;
}
#header.fixed,
body.home #header.fixed,
body.home #header.color {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1000;
	background: #2F509F;
	background: linear-gradient(90deg,rgba(47, 80, 159, .8) 0%, rgba(49, 183, 160, .8) 100%);
	transition: all .2s linear;
}

#header a,
#gnav a {
	text-decoration: none;
}
#header .site_tit {
	width: 107px;
}
#header .box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 64px;
	padding: 0 19px;
}
#header .menu_btn.top {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1000;
	width: 62px;
	height: 58px;
	transition: all 0.36s ease;
	text-align: center;
}
#header .menu_btn.top span {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 24px;
	height: 2px;
	margin-top: -1px;
	margin-left: -12px;
	border-radius: 1px;
	background: #fff;
	transition: all 0.3s ease;
}
#header .menu_btn.top span::before,
#header .menu_btn.top span::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 24px;
	height: 2px;
	border-radius: 1px;
	background: #fff;
	transition: all 0.3s ease;
}
#header .menu_btn.top span:before {
	top: -9px;
}
#header .menu_btn.top span:after {
	top: 9px;
}
#header .menu_btn.top.active span {
	background: none;
}
#header .menu_btn.top.active span::before {
	top: 0;
	transform: rotate(225deg);
}
#header .menu_btn.top.active span::after {
	top: 0;
	transform: rotate(-225deg);
}
#gnav {
	display: none;
	position: fixed;
	z-index: 999;
	top: 64px;
	right: 0;
	bottom: 0;
	left: 0;
	padding-bottom: 40px;
	background: #2F509F;
	background: linear-gradient(90deg,rgba(47, 80, 159, .8) 0%, rgba(49, 183, 160, .8) 100%);
	transition: all .2s linear;
}

#gnav .main_nav {
	border-bottom: solid 1px rgba(255, 255, 255, .8);
}
#gnav .main_nav li {
	border-top: solid 1px rgba(255, 255, 255, .8);
}
#gnav .main_nav a {
	display: block;
	position: relative;
	padding: 20px;
	color: #fff;
	font-size: 1.6rem;
}
#gnav ul a::after {
	content:"\f105";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 24px;
	margin-top: -.5em;
	color: #fff;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1;
	font-family: "Font Awesome 6 Free";
}
#header .menu_btn.bottom {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding-bottom: 12px;
	color: #fff;
	font-weight: 900;
	font-size: 0.9rem;
	text-align: center;
}
#header .menu_btn.bottom i {
	display: block;
	font-size: 1.5rem;
}

@media screen and (max-height: 580px) {
}

@media screen and (max-width: 768px) {
	#gnav {
		overflow-y: scroll;
	}
}

@media screen and (min-width: 768px) {
	#container {
		overflow-x: hidden;
		padding-top: 89px;
	}
	body.home #container {
		padding-top: 0;
	}
	#header {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 1000;
	}
	#header .site_tit {
		width: 160px;
	}
	#header .box {
		align-items: center;
		height: 90px;
		padding: 0 46px;
		transition: all .3s ease;
	}
	/*
	#header.fixed .site_tit {
		width: 200px;
	}
	#header.fixed .box {
		height: 90px;
	}
	*/
	#gnav {
		display: flex;
		flex: 1;
		justify-content: flex-end;
		position: relative;
		top: auto;
		bottom: auto;
		height: 120px;
		background: none;
		padding: 0;
	}
	#gnav .main_nav {
		align-items: center;
		border: none;
	}
	#gnav .main_nav li {
		border: none;
	}
	#gnav .main_nav a {
		margin: 0 20px;
		padding: 0;
		font-size: 1.7rem;
		text-align: center;
	}
	#gnav .main_nav a::after {
		content: none;
	}
	/*
	#header.fixed .main_nav a {
		font-size: 1.7rem;
	}
	*/
}
@media screen and (min-width: 920px) {
}
@media screen and (min-width: 1280px) {
}

/********** フッター **********/
#footer {
	position: relative;
	background: #F5F5F5;
}
#footer a {
	text-decoration: none;
}
#footer .box {
	display: flex;
	flex-direction: column-reverse;
	position: relative;
	padding: 42px 36px 20px;
}
#footer ul.nav {
	margin-bottom: 12.5px;
}
#footer ul.nav li {
	margin-bottom: 5px;
}
#footer ul.nav a {
	font-size: 1.5rem;
	letter-spacing: .05em;
}
#footer ul.nav > li ul {
	margin: 10px 0 25px;
}
#footer ul.nav > li li a {
	display: inline-block;
	position: relative;
	padding-left: 12px;
	font-size: 1.4rem;
}
#footer ul.nav > li li a::before {
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
	width: 8px;
	height: 1px;
	background: #2f509f;
}
#footer .logo_parts {
	display: flex;
	justify-content: center;
	margin: 0 -36px;
	padding-top: 20px;
	border-top: solid 1px rgba(170, 170, 170, .5);
}
#footer .site_tit {
	width: 107px;
	padding-top: 1px;
}
#footer .iso {
	width: 28px;
	margin-left: 15px;
}
#footer .copyright {
	padding: 10px;
	background: #2F509F;
	background: linear-gradient(90deg,rgba(47, 80, 159, .8) 0%, rgba(49, 183, 160, .8) 100%);
	color: #fff;
	font-size: 1rem;
	text-align: center;
}

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

@media screen and (min-width: 768px) {
	#footer .box {
		flex-direction: row;
		max-width: 1536px;
		margin: 0 auto;
		padding: 60px 60px 40px;
	}
	#footer ul.nav {
		overflow: hidden;
		max-width: 830px;
		margin: 0;
	}
	#footer ul.nav > li {
		float: left;
		margin-right: 30px;
	}
	#footer ul.nav li {
		margin-bottom: 10px;
	}
	#footer ul.nav a {
		font-size: 1.8rem;
	}
	#footer ul.nav > li ul {
		margin: 10px 40px 0 0;
		padding-left: 1.5em;
	}
	#footer ul.nav > li li a {
		font-size: 1.6rem;
	}
	#footer ul.nav > li li a::before {
		top: 10px;
		left: 0;
		width: 8px;
		background: #2f509f;
	}
	#footer .logo_parts {
		margin: 0 10% 0 0;
		padding: 0;
		border: none;
	}
	#footer .site_tit {
		width: 160px;
		padding-top: 2px;
	}
	#footer .iso {
		width: 42px;
		margin-left: 22px;
	}
	#footer .copyright {
		padding: 15px;
		font-size: 1.4rem;
	}
}
@media screen and (min-width: 1536px) {
	#footer .box {
		padding: 60px 0 40px;
	}
}

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

.slider {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
.slider_01, .slider_02, .slider_03 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.slider_01{
	background-image: url(img/home_catch_01.jpg?);
	animation: slide-animation-01 15s infinite;
}
.slider_02{
	background-image: url(img/home_catch_02.jpg?20250825);
	animation: slide-animation-02 15s infinite;
}
.slider_03{
	background-image: url(img/home_catch_03.jpg?);
	animation: slide-animation-03 15s infinite;
}
@media screen and (min-width: 768px) {
	.slider_01{
		background-image: url(img/home_catch_01_pc.jpg);
	}
	.slider_02{
		background-image: url(img/home_catch_02_pc.jpg?20250825);
	}
	.slider_03{
		background-image: url(img/home_catch_03_pc.jpg);
	}
}
@keyframes slide-animation-01 {
	0% {opacity: 1;}
	30% {opacity: 1;}
	40% {opacity: 0;}
	90% {opacity: 0}
	100% {opacity: 1;}
}
@keyframes slide-animation-02 {
	0% {opacity: 0;}
	30% {opacity: 0;}
	40% {opacity: 1;}
	60% {opacity: 1;}
	70% {opacity: 0;}
	100% {opacity: 0;}
}
@keyframes slide-animation-03 {
	0% {opacity: 0;}
	60% {opacity: 0;}
	70% {opacity: 1;}
	90% {opacity: 1;}
	100% {opacity: 0;}
}

.post_list {
	margin-bottom: 30px;
	border-top: solid 2px #E1E1E1;
}
.post_list .item a {
	display: flex;
	padding: 15px 0;
	border-bottom: solid 2px #E1E1E1;
	color: #222;
	font-size: 1.2rem;
	text-decoration: none;
}
.post_list .item .post_tit {
	flex: 1;
	font-weight: 400;
}
.post_list .item .date {
	margin-right: 15px;
	font-weight: bold;
}

#home .about {
	position: relative;
}
#home .about::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 60%;
	left: 0;
	z-index: 1;
	background: #2F509F;
	background: linear-gradient(145deg,rgba(47, 80, 159, .8) 0%, rgba(49, 183, 160, .8) 100%);
}
#home .about .wrap {
	position: relative;
	z-index: 2;
	padding: 46px 30px 30px;
}
#home .about .box {
	background: #fff;
}
#home .about .img {
	width: 100%;
	height: 210px;
	background: url(img/home_about.jpg?20250825) no-repeat center / cover;
}
#home .about .txt {
	padding: 25px 24px 30px;
}
#home .about .desc {
}
#home .service .box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#home .service .item {
	position: relative;
	overflow: hidden;
	width: 49%;
	margin-bottom: 10px;
}
#home .service .item::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: no-repeat center / cover;
	transition: all .3s ease-out;
}
#home .service .item:hover::after {
	opacity: .8;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
#home .service .item a {
	position: relative;
	z-index: 2;
	display: block;
	width: 100%;
	height: 230px;
	padding-top: 45px;
	color: #fff;
	text-align: center;
}
#home .service .sale::after {
	background-image: url(img/home_service_01.jpg);
}
#home .service .maintenance::after {
	background-image: url(img/home_service_02.jpg);
}
#home .service .rental::after {
	background-image: url(img/home_service_03.jpg);
}
#home .service .construction::after {
	background-image: url(img/home_service_04.jpg);
}
#home .service .item .num {
	display: block;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, "sans-serif";
	font-style: italic;
	font-size: 3.1rem;
}
#home .service .item .txt {
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.8;
}
#home .company {
	padding: 60px 40px;
	background: url(img/home_company.jpg) no-repeat center / cover;
}
#home .company .desc {
	color: #fff;
}
#home .contact .wrap {
	padding: 60px 0 0;
}
#home .contact .desc {
	margin: 0 30px 40px;
}
#home .contact .data {
	padding: 40px 20px;
	background: #F1F7FD;
	text-align: center;
}
#home .contact .data h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 8px;
	color: #2F509F;
	font-weight: 500;
}
#home .contact .data h3::before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 1.2em;
	margin-right: .8em;
	background: url(img/icon_map.png) no-repeat center / contain;
}

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

@media screen and (min-width: 768px) {
	#home .about .tit {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 90px;
	}
	#home .about .tit .ja {
		display: inline-block;
		margin: 0;
		padding: 0 0 0 30px;
		font-size: 3.5rem;
	}
	#home .about .tit .ubuntu {
		display: inline-block;
		margin: 0;
		padding: 0 60px;
		font-size: 3.6rem;
	}
	#home .about::before {
		bottom: 30%;
	}
	#home .about .wrap {
		padding: 120px 60px 40px;
	}
	#home .about .box {
		display: flex;
		background: #fff;
	}
	#home .about .img {
		width: 50%;
		height: auto;
		background: url(img/home_about_pc.jpg?20250825) no-repeat center / cover;
	}
	#home .about .txt {
		width: 50%;
		padding: 75px 40px;
	}
	#home .about .desc {
		max-width: 592px;
		margin: 0 auto;
	}
	#home .service .item {
		width: 25%;
		margin-bottom: 0;
	}
	#home .service .item a {
		display: flex;
		align-items: center;
		height: 600px;
		padding: 0 12px 30px 26px;
		color: #fff;
		text-align: left;
	}
	#home .service .sale::after {
		background-image: url(img/home_service_01_pc.jpg);
	}
	#home .service .maintenance::after {
		background-image: url(img/home_service_02_pc.jpg);
	}
	#home .service .rental::after {
		background-image: url(img/home_service_03_pc.jpg);
	}
	#home .service .construction::after {
		background-image: url(img/home_service_04_pc.jpg);
	}
	#home .service .item .num {
		margin: auto  20px 0 0;
		font-size: 5.8rem;
		line-height: 1;
	}
	#home .service .item .txt {
		display: inline-block;
		min-height: 2em;
		margin-top: auto;
		font-size: 2.2rem;
		line-height: 1.45;
	}
	#home .company {
		padding: 120px 80px;
		background: url(img/home_company_pc.jpg) no-repeat center / cover;
	}
	#home .company .desc {
		max-width: 1000px;
		margin: 0 auto;
	}
	#home .contact .wrap {
		display: flex;
		flex-direction: row-reverse;
		padding: 120px 60px;
	}
	#home .contact .google_map {
		width: 58%;
		margin-right: 72px;
		padding-top: 28%;
	}
	#home .contact .txt {
		flex: 1;
	}
	#home .contact h2 {
		margin-bottom: 20px;
		text-align: left;
	}
	#home .contact .desc {
		margin: 0 0 60px;
	}
	#home .contact .data {
		padding: 0;
		background: none;
		text-align: left;
	}
	#home .contact .data h3 {
		justify-content: flex-start;
		margin-bottom: 8px;
		color: #00368C;
		font-weight: 500;
	}
	#home .contact .data h3::before {
		width: 20px;
	}
}
@media screen and (min-width: 1536px) {
	#home .about .wrap {
		padding: 120px 0 40px;
	}
	#home .contact .wrap {
		padding: 120px 0;
	}
}


/********** 事業案内 /service/ **********/
#service .page_tit {
	background-image: url(img/service_catch.jpg);
}
#service .about {
	padding: 30px;
}
#service .item .img {
	margin: 0 -30px 30px;
}
#service .item .wrap {
	padding: 0 30px 40px;
}
#service .item h2 {
	margin-bottom: 20px;
	color: #2F509F;
	font-size: 2.2rem;
}
#service .item .num {
	display: block;
	margin-bottom: 2px;
	font-weight: bold;
	font-size: 3.7rem;
	font-style: italic;
}
#service .item .ja {
	font-weight: 500;
}

@media screen and (min-width: 768px) {
	#service .page_tit {
		background-image: url(img/service_catch_pc.jpg);
	}
	#service .about {
		max-width: 1000px;
		padding: 100px 60px;
		text-align: center;
	}
	#service .item .img {
		margin: 0;
	}
	#service .item .wrap {
		padding: 100px 0;
	}
	#service .item h2 {
		margin-bottom: 30px;
		font-size: 3.5rem;
	}
	#service .item .num {
		margin-bottom: 0;
		font-size: 6.5rem;
	}
}
@media screen and (min-width: 1536px) {
}

/********** 会社概要 /company/ **********/
#company .page_tit {
	background-image: url(img/company_catch_pc.jpg?20250820);
}
.big_tit {
	margin-bottom: 30px;
	color: #2F509F;
	font-weight: 500;
	font-size: 2.3rem;
	text-align: center;
}
.big_tit .ja {
	letter-spacing: .15em;
}
.big_tit .roman {
	display: block;
	margin-top: 3px;
	font-weight: 500;
	font-size: 1.5rem;
	letter-spacing: .05em;
}
#company #message {
	background: #F5F5F5;
}

#company #message .box {
	padding: 1.5em;
	background: #fff;
}
#company #message h3 {
	margin: 2.2em 0 .8em;
	color: #00368C;
	font-weight: 500;
	font-size: 1.3em;
	text-align: center;
}
#company #message h3:first-of-type {
	margin-top: 0;
}
#company #message p {
	margin-bottom: 1.4em;
}
#company #message .signature {
	margin-top: 2em;
	font-size: 1.2rem;
	text-align: center;
}
#company #message .signature p {
	margin-bottom: 0;
}
#company #message .signature .name {
	margin-bottom: .5em;
	font-size: 1.7rem;
}
#company #philosophy {
	background-image: url(img/company_philosophy.png);
}
#company #philosophy p.main_txt {
	margin-bottom: 1.5em;
	color: #2F509F;
	font-size: 1.6rem;
}

@media screen and (min-width: 768px) {
	#company .page_tit {
		background-image: url(img/company_catch_pc.jpg?20250820);
	}
	.big_tit {
		margin-bottom: 55px;
		font-size: 4.5rem;
	}
	.big_tit .roman {
		margin-top: 6px;
		font-size: 2.6rem;
	}
	#company .wrap {
		max-width: 1000px;
	}
	#company #message .box {
		padding: 100px 110px;
	}
	#company #message h3 {
		font-size: 1.5em;
	}
	#company #message p,
	#company #philosophy p {
		text-align: center;
	}
	#company #message .signature {
		margin-top: 2em;
		font-size: 1.7rem;
	}
	#company #message .signature .name {
		font-size: 2.4rem;
	}
	#company #philosophy p.main_txt {
		max-width: 900px;
		margin: 0 auto 1.5em;
		font-size: 2.2rem;
	}
	#company #philosophy p.txt {
		max-width: 1200px;
		margin: 0 auto;
	}
	#company dl.table dt {
		justify-content: flex-end;
		padding: 1.2em 1em 1.2em 0;
		font-size: 2rem;
	}
	#company dl.table dd {
		padding: 1.4em 2em 1.2em 3em;
		font-size: 1.8rem;
	}
}
@media screen and (min-width: 1536px) {
}

/********** 許認可一覧 /licenses/ **********/
#licenses .page_tit {
	background-image: url(img/licenses_catch_pc.jpg);
}

#licenses .pdf_list .wrap {
	padding-top: 30px;
	padding-bottom: 30px;
}
#licenses .pdf_list ul {
	padding: 15px 20px;
	background: #fff;
}
#licenses .pdf_list li {
	padding: .7em 0;
	border-bottom: solid 1px rgba(210, 208, 208, .5);
}
#licenses .pdf_list li:last-of-type {
	border: none;
}
#licenses .pdf_list a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #2F509F;
}
.chevron_down::after {
	content: "";
	display: inline-block;
	width: .4em;
	height: .4em;
	border: 0.1em solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateY(-25%) rotate(135deg);
	color: #2F509F;
	vertical-align: middle;
	line-height: 1;
}
#licenses .pdf_list a::after {
	margin: 0 .6em 0 1em;
}
#licenses .item h2 {
	margin-bottom: .8em;
	padding-bottom: .6em;
	color: #2F509F;
	font-weight: bold;
	font-size: 1.7rem;
	border-bottom: solid 1px rgba(112, 112, 112, .5);
}
#licenses .item.wrap {
	padding-bottom: 0;
}
#licenses .item.wrap:last-of-type {
	padding-bottom: 60px;
}
#licenses .btn {
	position: relative;
	width: 200px;
}
#licenses .btn a {
	font-size: 1.2rem;
}
#licenses .btn .dl_icon {
	margin-right: .5em;
}

@media screen and (min-width: 768px) {
	#licenses .page_tit {
		background-image: url(img/licenses_catch_pc.jpg);
	}
	#licenses .pdf_list ul {
		display: flex;
		flex-wrap: wrap;
		max-width: 1536px;
		margin: 0 auto;
		padding: 50px 60px 60px;
	}
	#licenses .pdf_list li {
		width: 31%;
		margin-right: 3.5%;
		padding: .7em 0;
		border-bottom: solid 1px rgba(210, 208, 208, 1);
	}
	#licenses .pdf_list li:nth-of-type(3n) {
		margin-right: 0;
	}
	#licenses .pdf_list li:last-of-type {
		border-bottom: solid 1px rgba(210, 208, 208, 1);
	}
	#licenses .pdf_list a {
		height: 100%;
	}
	#licenses .pdf_list a > span {
		flex: 1;
	}
	#licenses .item.wrap:last-of-type {
		padding-bottom: 120px;
	}
	#licenses .item h2 {
		font-size: 3.4rem;
		text-align: center;
	}
	#licenses .btn {
		width: 280px;
	}
	#licenses .btn a {
		font-size: 1.8rem;
	}
	#licenses .btn:hover .dl_icon {
		color: #fff;
	}
}
@media screen and (min-width: 1536px) {
}

/********** お問合せ /contact/ **********/
#contact .page_tit {
	background-image: url(img/contact_tit_bg.jpg);
}
@media screen and (min-width: 768px) {
	#contact .page_tit {
		background-image: url(img/contact_tit_bg_pc.jpg);
	}
}
@media screen and (min-width: 1536px) {
}

/********** お知らせ /news/ **********/
#news .page_tit {
	background-image: url(img/news_tit_bg.jpg);
}
@media screen and (min-width: 768px) {
	#news .page_tit {
		background-image: url(img/news_tit_bg_pc.jpg);
	}
}
@media screen and (min-width: 1536px) {
}


/********** プライバシーポリシー /privacy-policy/ **********/
#privacy-policy .page_tit {
	background-image: url(img/privacypolicy_catch_pc.jpg);
}
#privacy-policy .wrap {
	max-width: 1000px;
}
#privacy-policy h2 {
	margin: 1.8em 0 .4em;
	font-weight: 500;
	font-size: 1.28em;
}
#privacy-policy h3 {
	margin: 2em 0 .4em;
	font-weight: 500;
}
#privacy-policy p {
	margin-bottom: 1em;
	font-weight: normal;
}
@media screen and (min-width: 768px) {
	#privacy-policy .page_tit {
		background-image: url(img/privacypolicy_catch_pc.jpg);
	}
}
@media screen and (min-width: 1536px) {
}

/********** フォーム *********/
dl.form input,
dl.form select,
dl.form textarea {
	display: block;
	width: 100%;
	padding: .5em .8em;
	border: solid 1px #ccc;
	font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
}
dl.form dt {
	margin-bottom: .8em;
	font-size: 1.4rem;
}
dl.form dt.required::after {
	content: "※必須";
	display: inline-block;
	margin-left: .5em;
	color: #3DA5D9;
}
dl.form dd {
	margin-bottom: 1em;
	padding-bottom: 1.2em;
	border-bottom: solid 1px #E4E4E4;
}
dl.form dd:last-of-type {
	padding-bottom: 0;
	border-bottom: none;
}
dl.form input[type="checkbox"],
dl.form input[type="radio"] {
	display: inline-block;
	width: auto;
}
input[type="checkbox"] {
	-webkit-appearance: auto;
	appearance: auto;
}
dl.form dd.file input {
	padding: 0;
	border: none;
}
.form_box .note {
	font-size: .9em;
	line-height: 1.5;
}
.form_box em {
	color: #3DA5D9;
	font-style: normal;
}
::placeholder {
	color: #bbb;
}
.form_box .privacy_policy_check {
	margin: 2.5em 0 1.5em;
}
.form_box .privacy_policy_desc {
	margin-bottom: 2.5em;
}
.form_box .privacy_policy_desc a {
	display: inline-block;
	border-bottom: solid 1px #222;
	line-height: 1.5;
}

@media screen and (min-width: 768px) {
	dl.form input,
	dl.form select,
	dl.form textarea {
		font-size: 1.8rem;
	}
	dl.form {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 2.5em;
	}
	dl.form dt {
		display: flex;
		align-items: center;
		width: 30%;
		margin-bottom: 0;
		padding-left: 1em;
		border-bottom: solid 1px #E4E4E4;
		font-size: 1.5rem;
	}
	dl.form dd {
		width: 70%;
		margin-bottom: 0;
		padding: 1.2em 1em;
	}
	dl.form dt:last-of-type {
		border-bottom: none;
	}
	.form_box .privacy_policy_check {
		margin: 3.5em 0 1.5em;
	}
	.form_box .privacy_policy_desc {
		margin-bottom: 3.5em;
	}
}
@media screen and (min-width: 1536px) {
}

/********** 404エラー **********/
body.error404 #content {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#error_404 .txt {
	margin: 1em 0;
	font-size: 1.8em;
	line-height: 1.4;
}

@media screen and (min-width: 768px) {
	#error_404 {
		width:640px;
		margin:0 auto;
	}
}

/************ ページャー ************/
div.pager {
	margin: 1.5em 0;
	text-align: center;
}
div.pager li {
	display: inline-block;
	overflow: hidden;
	width: 30px;
	height: 30px;
	margin: 0 10px 5px 0;
	font-size: 1.6rem;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
}
div.pager li span.current {
	display: block;
	padding: 7px 0;
	background: #fff;
	color: #00368C;
}
div.pager li span.dots {
	display: block;
	padding: 7px 0;
}
div.pager li a {
	display:block;
	padding:7px 0;
	background: #00368C;
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
	text-decoration: none;
}
div.pager li a.next,
div.pager li a.prev {
	border: none;
	background: none !important;
	color: #00368C;
}

@media screen and (min-width: 768px) {
	div.pager {
		margin:2.5em 0;
	}
	div.pager ul {
		text-align:center;
	}
	div.pager li {
		margin:0 10px 10px 0;
	}
	div.pager li a.next:hover,
	div.pager li a.prev:hover {
		background:none;
		filter: alpha(opacity=70 finishopacity=70);
		-moz-opacity: 0.7;
		opacity: 0.7;
	}
}

/************ 記事の見た目 ************/
body.single-post #header {
	border-bottom: solid 1px #E1E1E1;
}
.single_tit {
	margin-bottom: 1em;
	padding-bottom: .8em;
	border-bottom: solid 1px #3DA5D9;
	line-height: 1.3;
}
.single_tit .date {
	margin-bottom: .3em;
	color: #ACB1B9;
	font-weight: bold;
}
.single_tit h1 {
	font-weight: bold;
	font-size: 1.6rem;
}
.column_content {
	margin-bottom: 2em;
}
.single_content img {
	display: block;
	max-width: 720px;
	margin-bottom: 1.5em;
}

.single_content p {
	margin-bottom: 1.5em;
	line-height: 1.8;
}

.single_content h1 {
	margin-top: 2.2em;
	margin-bottom: 1em;
	padding: 0 0 .4em;
	border-bottom: double 3px #3DA5D9;
	color: #3DA5D9;
	font-weight: bold;
	font-size: 1.25em;
}
.single_content h2 {
	margin-top: 1.8em;
	margin-bottom: 1em;
	padding: 0 0 .4em;
	border-bottom: solid 2px #3DA5D9;
	font-weight: bold;
	font-size: 1.2em;
}
.single_content h3 {
	margin: 2em 0 .8em;
	padding: 0 0 .4em;
	border-bottom: solid 1px #3DA5D9;
	font-weight: bold;
	font-size: 1.15em;
}
.single_content h2 + h3 {
	margin-top: 0;
}
.single_content h4 {
	margin: 0 0 .5em;
	color: #3DA5D9;
	font-weight: bold;
	font-size: 1.1em;
}
.single_content h5,
.single_content h6 {
	font-weight: bold;
}
.single_content a {
	color: #3DA5D9;
	text-decoration: underline;
}
.single_content strong {
	color: #222;
	font-weight: bold;
}

.youtube_wrap {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 0;
	margin: 0 auto 1.5em;
	padding-top: 56.25%;
}
.youtube_wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.column_content .google_map {
	margin-bottom: 1.5em;
}
.column_content .twitter-tweet {
	margin: 0 auto;
}

blockquote {
	position: relative;
	max-width: 640px;
	margin: 1.5em auto;
	padding: 2em;
	background: #eee;
}
blockquote *:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
blockquote::before {
	content: "\f10d";
	position: absolute;
	top: .5em;
	left: .5em;
	display: inline-block;
	color: inherit;
	font-weight: bold;
	line-height: 1;
	font-family: "Font Awesome 6 Free";
	font-size: 1.2em;
}
blockquote::after {
	content: "\f10e";
	position: absolute;
	bottom: .5em;
	right: .5em;
	display: inline-block;
	color: inherit;
	font-weight: bold;
	line-height: 1;
	font-family: "Font Awesome 6 Free";
	font-size: 1.2em;
}

.prev_next_box .prev {
	float: left;
	width: 50%;
}
.prev_next_box .next {
	float: right;
	width: 50%;
	text-align: right;
}
.prev_next_box i {
	color: #00368C;
}
.prev_next_box .prev i {
	margin-right: .5em;
}
.prev_next_box .next i {
	margin-left: .5em;
}
.prev_next_box a {
	color: #222;
	font-weight: bold;
	font-size: .9em;
	text-decoration: none;
}

.page_back a {
	display: inline-block;
	margin-top: 1.5em;
	color: #00368C;
	text-decoration: none;
}
.page_back a::before {
	content: "\f104";
	display: inline-block;
	margin-right: .5em;
	color: #00368C;
	font-weight: bold;
	font-family: "Font Awesome 6 Free";
	line-height: 1
}
.page_back:hover {
	cursor: pointer;
}

dl.table > dt {
	margin: 1em 0 .5em;
	color: #2F509F;
	letter-spacing: normal;
}
dl.table > dt:first-of-type {
	border-top-color: #D2D0D0;
}
dl.table > dd {
	padding: 0 0 1em;
	border-bottom: solid 1px #D2D0D0;
	line-height: 1.5;
	letter-spacing: normal;
}
dl.table h3 {
	margin-bottom: .1em;
	font-weight: 500;
}
dl.table dd p {
	margin-bottom: 1em;
}
dl.table dd p:last-of-type {
	margin-bottom: 0;
}
/*
dl.table  ul {
	display: flex;
	flex-wrap: wrap;
}
dl.table li {
	position: relative;
	margin-right: 5%;
	padding-left: 1em;
	line-height: 1.5;
}
dl.table li::before,
table.point_tit th::before {
	content: "";
	display: block;
	position: absolute;
	top: 8px;
	left: 2px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #222;
}
*/
dl.table li.note {
	padding-left: 0;
}
dl.table li.note::before {
	content: none;
}

dl.table table th {
}
dl.table table td {
}
dl.table table td.number {
	padding-left: 2em;
}
table.point_tit th {
	position: relative;
	padding-left: 1em;
}
table.point_tit td:not(.number) {
	padding-left: 1em;
}
table td.p_left {
	padding-left: 1em;
}

@media screen and (min-width: 768px) {
	.single_tit {
	}
	.single_tit .date {
		font-size: 1.6rem;
	}
	.single_tit h1 {
		font-size: 2.4rem;
	}
	
	dl.table {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		
		max-width: 800px;
		
		margin: 0 auto;
		border-top: solid 1px #D2D0D0;
	}
	dl.table > dt {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 22%;
		margin: 0;
		padding: 1.2em 0;
		border-top: none;
		border-bottom: solid 1px #D2D0D0;
		background: none;
		font-size: 1.4rem;
		text-align: center;
	}
	dl.table > dd {
		width: 78%;
		margin: 0;
		padding: 1.2em 90px;
		border-bottom: solid 1px #D2D0D0;
		font-size: 1.4rem;
	}
	/*
	dl.table li::before, table.point_tit th::before {
		top: 50%;
		left: 2px;
		width: 8px;
		height: 8px;
		margin-top: -4px;
	}
	*/
}
@media screen and (min-width: 1536px) {
}