@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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, font, 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 {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
    scroll-behavior: smooth;
}
body, table, input, textarea, select, option {
	font-family: 'Noto Sans JP', sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
a,
a:link {
	color: #16254B;
	text-decoration: none;
	transition: .3s;
}
a:visited {
	color: #16254B;
}
a:hover {
	color: #16254B;
}
a:active {
	color: #16254B;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color : #16254B;
	font-size: 1.5rem;
	line-height: 2;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body.fixed {
	width: 100%;
	position: fixed;
	left: 0;
}
#container {
	position: relative;
	text-align: left;
}
#main {
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 768px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 767px) {
	body {
		min-width: inherit;
		font-size: 1.2rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
}
#gHeader .hBox {
	display: flex;
}
#gHeader a {
	display: block;
}
#gHeader .logo {
	width: 185px;
}
#gHeader .catch {
	display: block;
	margin: 14px 0 0 10px;
	font-size: 1.2rem;
	letter-spacing: 0.086em;
}
#gHeader .hLinkList {
	position: fixed;
	right: 92px;
	top: 16px;
	display: flex;
	z-index: 999;
}

#gHeader .hLinkList li:first-child{
	width: 185px;
}

#gHeader .hLinkList li {
	margin-right: 15px;
	width: 220px;
}
#gHeader .hLinkList li:last-of-type {
	margin-right: 0;
}
#gHeader .hLinkList li a {
	padding: 12px 5px 13px;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 0.1em;
	background-color: #FFF2A9;
	border-radius: 3px;
}
#gHeader .hLinkList .list01 {
	width: 200px;
}
#gHeader .hLinkList .list01 a {
	letter-spacing: 0.051em;
	background-color: #8FD3F5;	
}
#gHeader .hLinkList li a .icon {
	margin-right: 8px;
	width: 32px;
}
#gHeader .hLinkList li a .txt {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
}
#gHeader .hLinkList li a .txt small {
	margin-top: 2px;
	padding-right: 15px;
	display: block;
	font-size: 1.1rem;
	font-weight: 400;
	letter-spacing: 0;
	background: url(https://www.senga-implant.com/wp-content/themes/senga/images/common/webp/icon03.webp) no-repeat right center / 12px auto;
}
.no-webp #gHeader .hLinkList li a .txt small {
	background-image: url(https://www.senga-implant.com/wp-content/themes/senga/images/common/icon03.png);
}
.menu {
	width: 65px;
	height: 65px;
	position: fixed;
	right: 15px;
	top: 16px;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	letter-spacing: 0.13em;
	text-align: center;
	border-radius: 3px;
	background-color: #16254B;
	font-family: century-gothic, sans-serif;
	z-index: 99999;
	cursor: pointer;
}
.menu .line {
	width: 38px;
	height: 1px;
	position: absolute;
	left: calc(50% - 19px);
	top: 16px;
	background-color: #FFF;
}
.menu.on .line {
	transform: translateY(8px) rotate(45deg);
}
.menu .line:nth-of-type(2) {
	top: 25px;
}
.menu.on .line:nth-of-type(2) {
	display: none;
}
.menu .line:nth-of-type(3) {
	top: 33px;
}
.menu.on .line:nth-of-type(3) {
	transform: translateY(-8px) rotate(-45deg);
}
.menu .txt {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 8px;
}
.menuBox {
	width: 400px;
	height: 100%;
	padding: 136px 30px 90px 115px;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
	box-sizing: border-box;
	border-radius: 10px 0 0 10px;
	background-color: #04014d;
	display: none;
	overflow-y: auto;
}
.menuBox .linkList li:not(:last-of-type) {
	margin-bottom: 21px;
}
.menuBox .linkList li a {
	display: inline-block;
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.05em;
	vertical-align: top;
}
@media all and (min-width: 768px) {
	#gHeader .hLinkList li a:hover {
		opacity: 0.5;
	}
	.menuBox .linkList li a:hover {
		opacity: 0.5;
	}
}
@media all and (max-width: 767px) {
	#gHeader {
		width: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 999;
	}
	#gHeader .hBox {
		display: flex;
	}
	#gHeader a {
		display: block;
	}
	#gHeader .logo {
		width: 111px;
	}
	#gHeader .catch {
		margin: 4px 0 0 9px;
		max-width: calc(100% - 180px);
		line-height: 1.59;
		letter-spacing: 0.086em;
	}
	#gHeader .hLinkList {
		display: none;
	}
	.menu {
		width: 50px;
		height: 50px;
		right: 7px;
		top: 8px;
		font-size: 0.9rem;
		letter-spacing: 0.09em;
		border-radius: 3px;
	}
	.menu .line {
		width: 27px;
		left: calc(50% - 13px);
		top: 13px;
	}
	.menu.on .line {
		transform: translateY(6px) rotate(45deg);
	}
	.menu .line:nth-of-type(2) {
		top: 19px;
	}
	.menu .line:nth-of-type(3) {
		top: 25px;
	}
	.menu.on .line:nth-of-type(3) {
		transform: translateY(-6px) rotate(-45deg);
	}
	.menu .txt {
		bottom: 8px;
	}
	.menuBox {
		width: 100%;
/*		padding: 90px 30px 90px 110px;*/
		padding: 90px 20px 90px 20px;
		border-radius: 0;
	}
	.menuBox .linkList li:not(:last-of-type) {
		margin-bottom: 10px;
	}
	.menuBox .linkList li a {
		font-size: 3.33vw;
	}
}
@media all and (max-width: 374px) {
	#gHeader .catch {
		font-size: 1rem;
		letter-spacing: 0.02em;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 1px 20px 30px;
	position: relative;
	background-color: #03004C;
}
#gFooter::before {
	width: 100%;
	height: 185px;
	position: absolute;
	left: 0;
	top: -180px;
	background: url(https://www.senga-implant.com/wp-content/themes/senga/images/common/webp/f_bg01.webp) no-repeat center center / 100% 100%;
	content: ''
}
.no-webp #gFooter::before {
	background-image: url(https://www.senga-implant.com/wp-content/themes/senga/images/common/f_bg01.png);
}
#gFooter .fBox {
	margin: -139px auto 0;
	max-width: 1000px;
	position: relative;
}
#gFooter .fLogo {
	margin-bottom: 52px;
	text-align: center;
}
#gFooter .fLogo a {
	width: 287px;
	display: inline-block;
}
#gFooter .fNavi a {
	color: #fff;
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	display: inline-block;
	vertical-align: top;
}
#gFooter .fNavi {
	margin-bottom: 49px;
	display: flex;
}
#gFooter .fNavi > li {
	margin-right: 65px;
}
#gFooter .fNavi > li:nth-of-type(5n) {
	margin-right: 0;
}
#gFooter .fNavi .fLinkList > li:not(:last-of-type) {
	margin-bottom: 13px;
}
#gFooter .fNavi .fLinkUl li:not(:last-of-type) {
	margin-bottom: 1px;
}
#gFooter .fNavi .fLinkUl li.list01 {
	margin-bottom: 4px !important;
}
#gFooter .fNavi .fLinkUl li a {
	padding-left: 15px;
	position: relative;
	font-size: 1.2rem;
	font-weight: 300;
	line-height: 2.33;
}
#gFooter .fNavi .fLinkUl li.list01 a {
	line-height: 1.75;
}
#gFooter .fNavi .fLinkUl li a::before {
	width: 9px;
	height: 1px;
	position: absolute;
	left: 0;
	top: 14px;
	background-color: #fff;
	content: '';
}
#gFooter .fNavi .fLinkUl li.list01 a::before {
	top: 12px;
}
#gFooter .copyright a{
	padding-top: 25px;
	display: block;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.67;
	letter-spacing: 0.1em;
	text-align: center;
	border-top: 1px solid rgba(255,255,255,0.5);
}
@media all and (min-width: 768px) {
	#gFooter .fNavi a:hover {
		opacity: 0.5;
	}
}
@media (min-width: 768px) and (max-width: 900px) {
	#gFooter .fNavi a {
		font-size: 1.1rem;
	}
	#gFooter .fNavi > li {
		margin-right: 30px;
	}
	#gFooter .fNavi .fLinkUl li a {
		font-size: 1rem;
	}
}
@media all and (max-width: 767px) {
	#gFooter {
		padding: 1px 0 22.7vw;
	}
	#gFooter::before {
		height: 50px;
		top: -50px;
		background-image: url(https://www.senga-implant.com/wp-content/themes/senga/images/common/webp/sp_f_bg01.webp);
	}
	.no-webp #gFooter::before {
		background-image: url(https://www.senga-implant.com/wp-content/themes/senga/images/common/sp_f_bg01.png);
	}
	#gFooter .fBox {
		margin: -38px 25px 0;
		max-width: inherit;
		position: relative;
	}
	#gFooter .fLogo {
		margin-bottom: 11px;
	}
	#gFooter .fLogo a {
		width: 190px;
	}
	#gFooter .fNavi a {
		color: #fff;
		font-size: 1.3rem;
		font-weight: 500;
		letter-spacing: 0.05em;
		display: inline-block;
		vertical-align: top;
	}
	#gFooter .fNavi {
		margin: -12px 0 33px;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#gFooter .fNavi > li:first-of-type {
		width: 100% !important;
	}
	#gFooter .fNavi > li {
		margin: 12px 0 0;
		width: 100%;
	}
	#gFooter .fNavi > li.list01 {
		margin-top: 40px;
	}
	#gFooter .fNavi > li:nth-of-type(2n - 1) {
		width: 45%;
	}
	#gFooter .fNavi .fLinkList > li:not(:last-of-type) {
		margin-bottom: 10px;
	}
	#gFooter .fNavi .fLinkUl li:not(:last-of-type) {
		margin-bottom: 0;
	}
	#gFooter .fNavi .fLinkUl li.list01 {
		margin-bottom: 4px !important;
	}
	#gFooter .fNavi .fLinkUl li a {
		padding-left: 15px;
		position: relative;
		font-size: 1.2rem;
		font-weight: 300;
		line-height: 2.08;
	}
	#gFooter .fNavi .fLinkUl li.list01 a {
		line-height: 1.75;
	}
	#gFooter .fNavi .fLinkUl li.list01 a::before {
		top: 12px;
	}
	#gFooter .copyright {
		padding-top: 13px;
		font-size: 1.1rem;
		line-height: 2.05;
	}
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.comBox {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 900px;
}
@media all and (max-width: 767px) {
	.comBox {
		margin: 0 25px;
		padding: 0;
		max-width: inherit;
	}
}
/*------------------------------------------------------------
	comBox01
------------------------------------------------------------*/
.comBox01 {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1040px;
}
.comBox01 p{ line-height: 1.8; margin-bottom: 10px;}
@media all and (max-width: 767px) {
	.comBox01 {
		margin: 0 25px;
		padding: 0;
		max-width: inherit;
	}
}
/*------------------------------------------------------------
	comTel
------------------------------------------------------------*/
.comTel {
	width: 45px;
	position: fixed;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 999;
	display: none;
}
@media all and (max-width: 767px) {
	.comTel {
		display: none;
	}
}
/*------------------------------------------------------------
	comTextBox
------------------------------------------------------------*/
.comTextBox {
	padding: 60px 0 87px;
	position: relative;
	background-color: #04014d;
}
.comTextBox::after {
	width: 100%;
	height: 296px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(https://www.senga-implant.com/wp-content/themes/senga/images/common/webp/bg01.webp) repeat left top / 7px auto;
	content: '';
}
.no-webp .comTextBox::after {
	background-image: url(https://www.senga-implant.com/wp-content/themes/senga/images/common/bg01.jpg);
}
.comTextBox .title {
	margin-bottom: 18px;
	color : #04014d;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
}
.comTextBox .title span {
	padding: 5px 17px 4px;
	display: inline-block;
	vertical-align: top;
	border-radius: 3px;
	background-color: #fff;
}
.comTextBox h2 {
	margin-bottom: 37px;
	color: #fff;
	font-size: 3.5rem;
	line-height: 1.11;
	letter-spacing: 0.075em;
	text-align: center;
}
.comTextBox h2 span {
	margin-bottom: 10px;
	display: block;
	font-size: 2.5rem;
	line-height:1.5;
}
.comTextBox .textBox {
	padding: 47px 60px 45px;
	border-radius: 5px;
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
	background-color: #fff;
	position: relative;
	z-index: 2;
}
.comTextBox .textBox + .textBox{ margin-top: 50px;}
.comTextBox .textBox h3 {
	margin-bottom: 23px;
	color : #04014d;
	font-size: 2rem;
	line-height: 1.9;
}
.comTextBox .textBox p{line-height: 2;}
.comTextBox .textBox .txtBox {
	display: flex;
	justify-content: space-between;
}
.comTextBox .textBox .txtBox .lBox {
	width: 50%;
}
.comTextBox .textBox .txtBox .lBox p {
	line-height: 2;
	letter-spacing: -0.02em;
	text-align: justify;
	text-justify: inter-ideograph;
}
.comTextBox .textBox .txtBox .linkList {
	margin: 7px 7px 0 0;
	width: 44.85%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.comTextBox .textBox .txtBox .linkList li {
	width: calc((100% - 17px) / 2);
}
.comTextBox .textBox .txtBox .linkList li a {
	display: block;
}
.comTextBox .textBox .txtBox .linkList .pho {
	margin: 0 auto;
	max-width: 120px;
}
.comTextBox .textBox .txtBox .linkList p {
	text-align: center;
	line-height: 1.45;
	letter-spacing: 0.075em;
}
.comTextBox .textBox .txtBox .linkList p span {
	display: inline-block;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: left;
	vertical-align: top;
}
.comTextBox .textBox .txtBox .linkList p small {
	padding-right: 20px;
	display: inline-block;
	font-size: 1.1rem;
	font-weight: 400;
	letter-spacing: 0;
	background: url(https://www.senga-implant.com/wp-content/themes/senga/images/common/webp/icon03.webp) no-repeat right center / 12px auto;
	vertical-align: top;
}
.no-webp .comTextBox .textBox .txtBox .linkList p small {
	background-image: url(https://www.senga-implant.com/wp-content/themes/senga/images/common/icon03.png);
}
.comTextBox .textBox .txtBox .linkList li:nth-of-type(2n) p small {
	padding-right: 32px;
}
@media all and (min-width: 768px) {
	.comTextBox .textBox .txtBox .linkList li a:hover {
		opacity: 0.5;
	}
}
@media (min-width: 768px) and (max-width: 900px) {
	.comTextBox .textBox .txtBox .linkList p span {
		font-size: 1.6rem;
	}
}
@media all and (max-width: 767px) {
	.comTextBox {
		padding: 40px 0 25px;
	}
	.comTextBox::after {
		height: 151px;
	}
	.comTextBox .title {
		margin-bottom: 12px;
		font-size: 1.2rem;
		letter-spacing: 0.025em;
		position: relative;
		z-index: 5;
	}
	.comTextBox .title span {
		padding: 6px 2px 6px;
		display: block;
	}
	.comTextBox h2 {
		margin-bottom: 19px;
		font-size: 2.8rem;
		letter-spacing: 0;
	}
	.comTextBox h2 span {
		margin-bottom: 9px;
		font-size: 4.333vw;
	}
	.comTextBox .textBox {
		padding: 21px 20px 25px;
	}
	.comTextBox .textBox h3 {
		margin-bottom: 8px;
		font-size: 4.5vw;
		line-height: 1.86;
	}
	.comTextBox .textBox .txtBox {
		display:  block;
	}
	.comTextBox .textBox .txtBox .lBox {
		margin-bottom: 14px;
		width: auto;
	}
	.comTextBox .textBox .txtBox .lBox p {
		font-size: 1.4rem;
	}
	.comTextBox .textBox .txtBox .linkList {
		margin: 7px 7px 0 0;
		width: auto;
	}
	.comTextBox .textBox .txtBox .linkList .pho {
		max-width: 100px;
	}
	.comTextBox .textBox .txtBox .linkList p {
		line-height: 1.45;
	}
	.comTextBox .textBox .txtBox .linkList p span {
		margin: 0 -5px;
		display: inline-block;
		font-size: 4.2vw;
		font-weight: 700;
		text-align: left;
		vertical-align: top;
	}
	.comTextBox .textBox .txtBox .linkList p small {
		padding-right: 15px;
		font-size: 1.1rem;
		letter-spacing: -.1vw;
	}
	.comTextBox .textBox .txtBox .linkList li:nth-of-type(2n) p small {
		padding-right: 16px;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 45px;
	position: relative;
	color : #04014d;
	font-size: 3.5rem;
	line-height: 1.4;
	letter-spacing: 0.075em;
	z-index: 3;
}
.headLine01.head01 {
	margin-bottom: 34px;
}
.headLine01 small {
	display: block;
	font-size: 1.8rem;
}
.headLine01 span {
	display: block;
	position: absolute;
	left: -60px;
	top: -30px;
	color : #F6F8FA;
	font-size: 14rem;
	line-height: 1;
	letter-spacing: 0.075em;
	font-family: century-gothic, sans-serif;
	z-index: -1;
}
.headLine01.head01 span {
	color : #EDF0F3;
}



@media (min-width: 768px) and (max-width: 1130px) {
	.headLine01 span {
		left: 0;
	}
}
@media all and (max-width: 767px) {
	.headLine01 {
		margin: 0 0 20px 25px;
		font-size: 2.8rem;
		line-height: 1.4;
		letter-spacing: 0.05em;
	}
	.headLine01.head01 {
		margin-bottom: 34px;
	}
	.headLine01 small {
		font-size: 1.3rem;
		letter-spacing: 0.02em;
	}
	.headLine01 span {
		display: block;
		position: absolute;
		left: -30px;
		top: -24px;
		font-size: 7rem;
	}
	.headLine01.head01 span {
		color : #EDF0F3;
	}
}
@media all and (max-width: 374px) {
	.headLine01 {
		font-size: 2.5rem;
	}
	.headLine01 span {
		font-size: 6rem;
	}
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
	margin: 0 auto;
	width: 320px;
	visibility:hidden;
}

#main .voice .comBtn{
	visibility:inherit;
}

.comBtn a {
	padding: 17px 50px;
	display: block;
	color : #16254B;
	line-height: 2;
	letter-spacing: 0.01em;
	text-align: center;
	border-radius: 32px;
	background: url(https://www.senga-implant.com/wp-content/themes/senga/images/common/webp/icon04.webp) no-repeat right 25px center / 25px auto;
	background-color: #FFF2A9;
}
.no-webp .comBtn a {
	background-image: url(https://www.senga-implant.com/wp-content/themes/senga/images/common/icon04.png);
}


.comBtn{
	visibility: inherit;
	margin-top: 40px;
}

@media all and (min-width: 768px) {
	.comBtn a:hover {
		opacity: 0.5;
	}
}
@media (min-width: 768px) and (max-width: 900px)  {
	.comBtn a {
		padding: 17px 45px;
		background-position: right 20px center;
	}
}
@media all and (max-width: 767px) {
	.comBtn {
		width: auto;
		max-width: 275px;
	}
	.comBtn a {
		padding: 11px 35px;
		font-size: 1.4rem;
		background-size: 16px auto;
		background-position:  right 16px center;
	}
	
	.comBtn{
	margin-bottom: 30px;
}
	
}
@media all and (max-width: 374px) {
	.comBtn a {
		padding: 11px 30px;
		background-position:  right 10px center;
	}
}
/*------------------------------------------------------------
	comBannerList
------------------------------------------------------------*/
.comBannerList {
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 1px;
	display: flex;
	justify-content: center;
	box-sizing: border-box;
	z-index: 99;
}
.comBannerList li {
	margin: 0 3px 0 2px;
	width: 47%;
}
@media all and (max-width: 767px) {
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/


.menuBox .linkList .menu-LinkList > li:not(:last-of-type) {
	margin-bottom: 13px;
}
.menuBox .linkList .menu-LinkUl li:not(:last-of-type) {
	margin-bottom: 1px;
}
.menuBox .linkList .menu-LinkUl li.list01 {
	margin-bottom: 4px !important;
}
.menuBox .linkList .menu-LinkUl li a {
	padding-left: 15px;
	position: relative;
	font-size: 1.2rem;
	font-weight: 300;
	line-height: 2.33;
}
.menuBox .linkList .menu-LinkUl li.list01 a {
	line-height: 1.75;
}
.menuBox .linkList .menu-LinkUl li a::before {
    width: 5px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 8px;
    background-color: #fff;
    content: '';
}
.menuBox .linkList .menu-LinkUl li.list01 a::before {
	top: 12px;
}
@media all and (max-width: 768px) {
    .menuBox .linkList{display: flex;}
	.menuBox .linkList  a {
		color: #fff;
		font-size: 1.3rem;
		font-weight: 500;
		letter-spacing: 0.05em;
		display: inline-block;
		vertical-align: top;
	}
	.menuBox .linkList  {
		margin: -12px 0 33px;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.menuBox .linkList> li:first-of-type {
		width: 100% !important;
	}
	.menuBox .linkList> li {
		margin: 12px 0 0;
		width: 50%!important;
	}
/*
	.menuBox .linkList> li.list01 {
		margin-top: 40px;
	}
*/
    
	.menuBox .linkList li.border {
        border-bottom: 1px solid #fff;
        padding-bottom: 1rem;
	}
	.menuBox .linkList> li:nth-of-type(2n - 1) {
		width: 100%!important;
	}
	.menuBox .linkList  .menu-LinkList>li:not(:last-of-type) {
		margin-bottom: 25px;
	}
	.menuBox .linkList  .menu-LinkUl li:not(:last-of-type) {
		margin-bottom: 10px;
	}
	.menuBox .linkList  .menu-LinkUl li.list01 {
		margin-bottom: 4px !important;
	}
	.menuBox .linkList  .menu-LinkUl li a {
		padding-left: 10px;
		position: relative;
		font-size: 3vw;
		font-weight: 300;
		line-height: 1.5;
	}
	.menuBox .linkList  .menu-LinkUl li.list01 a {
		line-height: 1.75;
	}
	.menuBox .linkList  .menu-LinkUl li.list01 a::before {
		top: 12px;
	}
	
	.footer_nav{
		position: absolute;
    top: -9vw;
    background: #ff8434;
    width: 95.5%;
    text-align: center;
    font-weight: 600;
    padding: 0.2rem;
    font-size: 4vw;
    color: #fff;
	}
}


.custom-category-field{
    margin-bottom: 4rem;
}
.custom-tag-field{
    margin-bottom: 4rem;
}