@charset "UTF-8";

.contentpage #pagebody {
	background: #f8f9f8;
	padding-bottom: var(--gap-150);
}



/*ファーストビュー
---------------------------------------------------------*/
.p-fv__layout {
	padding-top: var(--gap-60);
	padding-bottom: var(--gap-60);
	display: flex;
    align-items: flex-end;
	column-gap: 3%;
}
.p-fv__layout-large {
	flex-shrink: 0;
}
.p-fv__layout-large .u-ft-en {
	font-size: 1.7rem;
	letter-spacing: .14em;
	line-height: 1.4em;
	margin-bottom: .2em;
}
.p-fv__layout-large .u-ft-min {
	font-size: min(6.4rem,5.0vw);
	letter-spacing: normal;
	line-height: 1.4em;
}
.p-fv__txt {
	font-size: min(1.6rem,1.4vw);
	line-height: 1.4em;
	padding-bottom: .5em;
}

.p-fv__img {
	width: 100%;
	height: min(37vw,560px);
}
.p-fv__img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.p-fv__layout {
	padding-top: var(--gap-120);
	padding-bottom: var(--gap-60);
	display: block;
}
.p-fv__layout-large .u-ft-en {
	font-size: 1.7rem;
	letter-spacing: .1em;
	margin-bottom: .6em;
}
.p-fv__layout-large .u-ft-min {
	font-size: 3.7rem;
}
.p-fv__txt {
	font-size: 1.5rem;
	padding: 0;
	margin-top: 1.5em;
}

.p-fv__img {
	height: 42vw;
}
}



/*パンクズ、目次
---------------------------------------------------------*/
.p-page__heading {
	background: #fff;
	position: relative;
	z-index: 2;
}

.p-pankuzu {
	padding: 20px 5%;
	color: #bdbab8;
	font-size: 1.3rem;
	letter-spacing: .14em;
	line-height: 1.4em;
	display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.p-pankuzu li::after {
	content: "≫";
	margin: 0 .2em;
}
.p-pankuzu li:last-child::after {
	display: none;
}
.p-pankuzu a {
	text-decoration: underline;
}
.p-pankuzu a:hover {
	text-decoration: none;
}

.p-toc__list {
	padding-top: var(--gap-50);
	padding-bottom: var(--gap-60);
	border-bottom: solid 1px var(--color-border);
	font: var(--font-min);
	color: var(--color-brown);
	font-size: var(--fs-16);
	letter-spacing: .1em;
	line-height: 1.2em;
	display: flex;
    flex-wrap: wrap;
	row-gap: 1.0rem;
	margin-left: -1.5em;
}
.p-toc__list li {
	padding-left: 1.5em;
	padding-right: 1.5em;
	border-right: solid 1px var(--color-border);
}
.p-toc__list li:last-child {
	border-right: none;
}
.p-toc__list a {
	display: block;
	padding-right: 1.5em;
	position: relative;
}
.p-toc__list a::before {
	transition: all 0.4s;
	font-family: 'fontello';
	content: '\e800';
	font-size: 80%;
	position: absolute;
	right: 0;
	top: 55%;
	transform: translateY(-50%) rotate(90deg);
}
.p-toc__list a:hover {
	color: var(--color-gold);
}
.p-toc__list a:hover::before {
	top: 70%;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.p-pankuzu {
	padding: 2% 3%;
	font-size: 1.1rem;
	letter-spacing: .05em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.p-pankuzu {
	padding: 3vw 3%;
	font-size: 1.2rem;
	letter-spacing: normal;
}

.p-toc__list {
	padding-top: var(--gap-100);
	padding-bottom: var(--gap-60);
	letter-spacing: .05em;
	line-height: 1.4em;
    justify-content: space-between;
	row-gap: 1.5rem;
	margin-left: 0;
}
.p-toc__list li {
	width: 48%;
	padding: 0 .5em .5em;
	border-right: none;
	border-bottom: solid 1px var(--color-border);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.p-toc__list li:last-child {
	border-right: none;
}
}



/*導入
---------------------------------------------------------*/
.p-lead__bg {
	position: relative;
}
.p-lead__bg::before {
	content: "";
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 50%;
	left: 0;
	top: -1px;
	background: linear-gradient(0deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 95%);
}
.p-lead__bg > div {
	position: relative;
	z-index: 1;
}

.p-lead__catch {
	text-align: center;
	font: var(--font-min);
	font-size: var(--fs-40);
	letter-spacing: normal;
	line-height: 1.5em;
	margin-bottom: 1.0em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
}



/*タイトルバー（WP共通）
---------------------------------------------------------*/
.c-ttl__l,
.wp-free__area h2 {
	margin-bottom: var(--gap-70);
}
.c-ttl__m,
.c-ttl__s,
.c-ttl__xs,
.wp-free__area h3,
.wp-free__area h4,
.wp-free__area h5 {
	margin-bottom: var(--gap-60);
}
.c-ttl__m:has(+p),
.c-ttl__s:has(+p),
.c-ttl__xs:has(+p),
.wp-free__area h3:has(+p),
.wp-free__area h4:has(+p),
.wp-free__area h5:has(+p) {
	margin-bottom: var(--gap-50);
}

.c-ttl__l,
.c-ttl__m,
.c-ttl__s,
.c-ttl__xs,
.wp-free__area h2,
.wp-free__area h3,
.wp-free__area h4,
.wp-free__area h5 {
	font: var(--font-min);
	font-weight: 400 !important;
	font-style: normal;
	letter-spacing: normal;
	line-height: 1.4em;
}
.wp-free__area h2 *,
.wp-free__area h3 *,
.wp-free__area h4 *,
.wp-free__area h5 * {
	font-style: normal !important;
	font-weight: 400 !important;
	font-size: 100% !important;
}
.c-ttl__l,
.wp-free__area h2 {
	background: #2A3D57;
	background: linear-gradient(90deg,rgba(42, 61, 87, 1) 0%, rgba(42, 92, 136, 1) 100%) !important;
	text-align: center !important;
	color: #fff !important;
	font-size: var(--fs-40) !important;
	padding: 1.0em 3%;
	position: relative;
}
.wp-free__area h2 * {
	color: #fff !important;
}
.c-ttl__l::before,
.wp-free__area h2::before,
.c-ttl__l::after,
.wp-free__area h2::after {
	content: "";
	position: absolute;
	width: 1.5em;
	height: 100%;
	top: 0;
}
.c-ttl__l::before,
.wp-free__area h2::before {
	left: 0;
	background: url("../images/deco_index1.png") no-repeat left top;
	background-size: 100% auto;
}
.c-ttl__l::after,
.wp-free__area h2::after {
	right: 0;
	background: url("../images/deco_index2.png") no-repeat right bottom;
	background-size: 100% auto;
}
.wp-free__area h2 * {
	color: #fff !important;
}
.c-ttl__m,
.wp-free__area h3 {
	background: rgba(79, 219, 231, 0.2);
	background: linear-gradient(90deg,rgba(79, 219, 231, 0.2) 0%, rgba(103, 208, 183, 0.2) 100%) !important;
	text-align: left !important;
	color: var(--color-navy) !important;
	font-size: var(--fs-32) !important;
	padding: .8em 3%;
}
.wp-free__area h3 * {
	color: var(--color-navy) !important;
}
.c-ttl__s,
.wp-free__area h4 {
	text-align: left !important;
	color: var(--color-navy) !important;
	font-size: var(--fs-24) !important;
	padding: 1.0em 3%;
	position: relative;
}
.c-ttl__s::before,
.c-ttl__s::after,
.wp-free__area h4::before,
.wp-free__area h4::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
}
.c-ttl__s::before,
.wp-free__area h4::before {
	top: 0;
	background: #4FDBE7;
	background: linear-gradient(90deg,rgba(79, 219, 231, 1) 0%, rgba(103, 208, 183, 1) 100%) !important;
}
.c-ttl__s::after,
.wp-free__area h4::after {
	bottom: 0;
	background: #4FDBE7;
	background: linear-gradient(90deg,rgba(79, 219, 231, 1) 0%, rgba(103, 208, 183, 1) 100%) !important;
}
.wp-free__area h4 * {
	color: var(--color-navy) !important;
}
.c-ttl__xs,
.wp-free__area h5 {
	background: var(--color-border);
	text-align: left !important;
	color: var(--color-navy) !important;
	font-size: var(--fs-24) !important;
	padding: .8em 3%;
}
.wp-free__area h5 * {
	color: var(--color-navy) !important;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.c-ttl__l,
.wp-free__area h2 {
	padding: .8em 3%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.c-ttl__l,
.wp-free__area h2 {
	line-height: 1.2em;
	padding: .8em 2%;
}
.c-ttl__m,
.wp-free__area h3 {
	padding: .6em 5%;
}
.c-ttl__s,
.wp-free__area h4 {
	padding: .6em 3%;
}
.c-ttl__xs,
.wp-free__area h5 {
	padding: .6em 5%;
}
}



/*目次（WP共通）
---------------------------------------------------------*/
#toc_container,
.c-toc {
	width: min(100%,1030px) !important;
	margin-inline: auto;
	display: block !important;
}
#toc_container {
	margin-bottom: var(--gap-80);
}
#toc_container p,
#toc_container ul {
	margin-bottom: 0 !important;
}
#toc_container li {
	padding: 0 !important;
	margin: 0 !important;
}
#toc_container:not(:has(li)) {
	display: none !important;
}
#toc_container li::before {
	display: none;
}
#toc_container a {
	text-decoration: none;
}

#toc_container .toc_title {
	display: block;
	width: 8em;
	font: var(--font-min);
	font-size: var(--fs-20);
	line-height: 1.0em;
	margin-left: 0;
	margin-right: auto;
	margin-bottom: 0 !important;
}
#toc_container .toc_title a {
	display: block;
	position: relative;
	padding-right: 1.2em;
}
#toc_container .toc_title a::before {
	font-family: 'fontello';
	content: '\e800';
	color: #e3e1d1;
	font-size: 70%;
	line-height: 1.0em;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%) rotate(90deg) rotateY(180deg);
	transition: all 0.4s;
}
#toc_container.contracted .toc_title a::before {
	transform: translateY(-50%) rotate(90deg) rotateY(0deg);
}
#toc_container .toc_title .toc_brackets {
	display: none;
}

#toc_container .toc_list,
.c-toc .toc_list {
	margin-top: 1.0em;
	width: 100% !important;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#toc_container .toc_list > li,
.c-toc .toc_list > li {
	width: min(49%,500px);	
	font-size: var(--fs-17) !important;
	font-weight: bold;
	letter-spacing: .1em !important;
	line-height: 1.6em !important;
	border-bottom: solid 1px var(--color-border);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#toc_container .toc_list > li > a,
.c-toc .toc_list > li > a {
	display: block;
	padding: .8em 0;
	padding-left: 2.5em;
	position: relative;
}
#toc_container .toc_list > li > a:hover,
.c-toc .toc_list > li > a:hover {
	color: var(--color-d_general);
}
#toc_container .toc_list > li > a::before,
.c-toc .toc_list > li > a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1.5em;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background: currentcolor url("../images/icon_arrow1-w.png") no-repeat center center;
	background-size: contain;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#toc_container .toc_list > li,
.c-toc .toc_list > li {
	letter-spacing: .05em !important;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#toc_container .toc_title {
	font-size: var(--fs-17);
}
#toc_container .toc_list:not(.--sp-col2),
.c-toc .toc_list:not(.--sp-col2) {
	display: block;
}
#toc_container .toc_list:not(.--sp-col2) > li,
.c-toc .toc_list:not(.--sp-col2) > li {
	width: 100%;
}
#toc_container .toc_list > li,
.c-toc .toc_list > li {
	font-size: var(--fs-14) !important;
	letter-spacing: normal!important;
	line-height: 1.4em !important;
}
#toc_container .toc_list > li > a,
.c-toc .toc_list > li > a {
	padding-left: 2.0em;
}
#toc_container .toc_list > li > a::before,
.c-toc .toc_list > li > a::before {
	width: 1.2em;
}
}



/*レイアウト
---------------------------------------------------------*/
.p-layout__list {
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
	text-align: center;
}
.p-layout__list > li {
	height: 6.5em;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.p-layout__list.--w224 {
	gap: 10px 10px;
}
.p-layout__list.--w224 > li {
	width: calc(25% - 10px);
	max-width: 224px;
}
.p-layout__list.--w280 {
	gap: 20px 20px;
}
.p-layout__list.--w280 > li {
	width: calc(25% - 20px);
	max-width: 280px;
}

.p-layout__list.--gradation > li {
	background: #666;
	color: #fff;
}
.p-layout__list.--check > li {
	background: #fff;
	border-radius: 1.0rem;
	position: relative;
}
.p-layout__list.--check > li::before {
	content: "";
	position: absolute;
	z-index: 0;
	width: 3.5rem;
	aspect-ratio: 1 / 1;
	left: 8%;
	top: 0;
	transform: translateY(-40%);
	background: url("../images/icon_check.png") no-repeat center center;
	background-size: contain;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.p-layout__list.--w280 {
	gap: 10px 10px;
}
.p-layout__list.--w280 > li {
	width: calc(25% - 10px);
}

.p-layout__list.--check > li::before {
	width: 3.0rem;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.p-layout__list {
    justify-content: space-between;
	gap: 4vw 0 !important;
}
.p-layout__list > li {
	width: 48% !important;
	max-width: 100% !important;
}

.p-layout__list.--check > li::before {
	width: 3.0rem;
}
}



/*ドメイン設定
---------------------------------------------------------*/
.p-mobile-attention {
	background: #fff;
	border: solid 1px var(--color-base);
	font-size: var(--fs-16);
	border-radius: 1.4em;
	line-height: 1.4em;
}
.p-mobile-attention__open {
	text-align: center;
	font: var(--font-min);
	color: var(--color-base);
	letter-spacing: .1em;
	padding: .5em 1.0em;
	cursor: pointer;
}
.p-mobile-attention .js-open-box {
	display: none;
}
.p-mobile-attention__box {
	font-size: var(--fs-14);
	letter-spacing: .04em;
	line-height: 1.8em;
	padding: 1.0em 5% 2.0em;
}
.p-mobile-attention ul {
	margin-top: 1.0em;
	font-weight: bold;
}
.p-mobile-attention li {
	margin-top: 5px;
	padding-left: 15px;
	float: left;
	margin-right: 20px;
	position: relative;
	line-height: 1.2em;
}
.p-mobile-attention li::before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 50%;
    transform: translateY(-40%);
    border-left: 5px solid #666;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}
.p-mobile-attention a:hover {
	text-decoration: underline;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.p-mobile-attention__open {
	letter-spacing: .05em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.p-mobile-attention__open {
	letter-spacing: .05em;
	line-height: 1.2em;
	padding: .8em 1.0em;
}
}



/*診療メニュー
---------------------------------------------------------*/
.p-medical__nav {
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {	
}



/*フッター：バナー
---------------------------------------------------------*/
.l-footer-bnr {
	background: #eceee8;
	padding: var(--gap-90) 0;
}
.l-footer-bnr__layout {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.l-footer-bnr__layout .l-footer-bnr__wp {
	width: 39%;
}
.l-footer-bnr__layout .l-footer-bnr__sns {
	width: 23%;
}
.l-footer-bnr__layout .l-footer-bnr__recruit {
	width: 38%;
}

.l-footer-bnr__wp {
	text-align: center;
	font: var(--font-min);
	font-size: min(1.6rem,1.4vw);
	letter-spacing: .1em;
	line-height: 1.4em;
	display: flex;
    justify-content: space-between;
}
.l-footer-bnr__wp li {
	width: 32%;
	border-left: solid 1px rgba(62,53,46,0.2);
}
.l-footer-bnr__wp li.--press {
	width: 36%;
	border-right: solid 1px rgba(62,53,46,0.2);
}
.l-footer-bnr__wp a {
	display: block;
	padding-top: 4.5em;
	padding-bottom: 2.0em;
	position: relative;
}
.l-footer-bnr__wp a:hover {
	color: var(--color-gold);
}
.l-footer-bnr__wp a::before {
	content: "";	/*アイコン*/
	position: absolute;
	width: 100%;
	height: 2.8em;
	left: 0;
	top: .5em;
	background: url("../images/icon_news.png") no-repeat center center;
	background-size: contain;
}
.l-footer-bnr__wp a::after {
	font-family: 'fontello';
	content: '\e800';
	font-size: 80%;
	color: var(--color-base);
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0;
}
.l-footer-bnr__wp .u-ft-en {
	display: block;
	font-size: 94%;
	letter-spacing: .14em;
	line-height: 1.0em;
	margin-top: .5em;
}
.l-footer-bnr__wp li.--blog a::before {
	background-image: url("../images/icon_blog.png");
}
.l-footer-bnr__wp li.--press a::before {
	background-image: url("../images/icon_press.png");
}

.l-footer-bnr__sns {
	text-align: left;
	font: var(--font-en);
	font-size: min(1.6rem,1.5vw);
	letter-spacing: .1em;
	line-height: 1.0em;
}
.l-footer-bnr__sns li {
	width: min(75%,175px);
	margin-inline: auto;
	margin-bottom: 2.0em;
}
.l-footer-bnr__sns li:last-child {
	margin-bottom: 0;
}
.l-footer-bnr__sns a {
	display: block;
	padding: 1.0em 0;
	padding-left: 3.2em;
	position: relative;
}
.l-footer-bnr__sns a::before {
	content: "";
	position: absolute;
	width: 2.3em;
	aspect-ratio: 1 / 1;
	margin: auto;
	left: 0;
	top: 0;
	bottom: 0;
	background: url("../images/icon_inst.png") no-repeat center center;
	background-size: contain;
}
.l-footer-bnr__sns a::after {
	font-family: 'fontello';
	content: '\e801';
	font-size: 90%;
	font-weight: normal;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.l-footer-bnr__sns a:hover {
	color: var(--color-insta);
}
.l-footer-bnr__sns li.--fb a:hover {
	color: var(--color-fb);
}
.l-footer-bnr__sns li.--fb a::before {
	background-image: url("../images/icon_fb.png");
}

.l-footer-bnr__recruit a {
	display: block;
	position: relative;
}
.l-footer-bnr__recruit a div {
	position: relative;
	z-index: 0;
}
.l-footer-bnr__recruit a p {
	position: absolute;
	z-index: 1;
	margin: auto;
	bottom: 8%;
	left: 0;
	right: 0;
	display: block;
	text-align: center;
	font: var(--font-min);
	font-size: min(1.7rem,1.5vw);
}
.l-footer-bnr__recruit .u-ft-en {
	display: block;
	color: #fff;
	opacity: 0.55;
	font-size: 280%;
	letter-spacing: .1em;
	line-height: 1.0em;
	margin-bottom: -.2em;
	transition: all 0.8s;
}
.l-footer-bnr__recruit .u-ft-min {
	display: inline-block;
	background: rgba(255,255,255,0.9);
	letter-spacing: .05em;
	line-height: 1.6em;
	padding: 0 1.2em;
	border-radius: 100vmax;
	transition: all 0.8s;
}
.l-footer-bnr__recruit .u-ft-min i {
	font-size: 65%;
	margin-left: .5em;
	display: inline-block;
	vertical-align: middle;
	transform: translateY(-.2em);
}
.l-footer-bnr__recruit a:hover .u-ft-min {
	transition: all 0.4s;
	color: #fff;
	background: rgba(173,145,96,0.9);
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.l-footer-bnr {
	padding: var(--gap-70) 0;
}

.l-footer-bnr__wp {
	font-size: min(1.6rem,1.7vw);
	letter-spacing: normal;
}
.l-footer-bnr__wp .u-ft-en {
	font-size: 80%;
	letter-spacing: .05em;
}

.l-footer-bnr__sns {
	font-size: min(1.6rem,1.6vw);
	letter-spacing: .05em;
}

.l-footer-bnr__recruit a p {
	font-size: min(1.6rem,1.6vw);
}
.l-footer-bnr__recruit .u-ft-en {
	letter-spacing: .1em;
}
.l-footer-bnr__recruit .u-ft-min {
	letter-spacing: normal;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.l-footer-bnr {
	background: #eceee8;
	padding: var(--gap-90) 0;
}
.l-footer-bnr__layout {
	display: block;
}
.l-footer-bnr__layout .l-footer-bnr__wp {
	width: 100%;
	margin-bottom: var(--gap-40);
}
.l-footer-bnr__layout .l-footer-bnr__sns {
	width: 100%;
	margin-bottom: var(--gap-60);
}
.l-footer-bnr__layout .l-footer-bnr__recruit {
	width: 100%;
}

.l-footer-bnr__wp {
	font-size: 1.5rem;
}
.l-footer-bnr__wp a {
	padding-top: 3.5em;
}
.l-footer-bnr__wp a::before {
	height: 2.4em;	/*アイコン*/
}
.l-footer-bnr__wp .u-ft-en {
	letter-spacing: .1em;
}

.l-footer-bnr__sns {
	font-size: 1.6rem;
	letter-spacing: .05em;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.l-footer-bnr__sns li {
	width: auto;
	margin-inline: auto;
	margin: 0;
}
.l-footer-bnr__sns a {
	display: block;
	padding: 1.0em 0;
	padding-left: 3.0em;
	padding-right: 1.5em;
}

.l-footer-bnr__recruit a p {
	font-size: 1.6rem;
}
.l-footer-bnr__recruit .u-ft-min {
	letter-spacing: normal;
}
}



/*
---------------------------------------------------------*/

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
}