@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap');

:root {
	/*使用しない場合も必ず設定*/
	--i_bg_color: #fff;
	--i_txt_color: #224874;
	--i_main_color: #224b7b;
	--i_sub_color: #224b7b;
	--i_sub2_color: #f0f3f7;
	--i_btn_color: #224b7b;
	--i_btn_hover_color: #3f6da2;
	--i_btn_txt_color: #fff;
	--i_btn_hover_txt_color: #fff;
	--i_shadow_color: rgba(0, 0, 0, 0.05);
	--i_border_color: rgba(102, 102, 102, 0.13);
	--i_noimg_bg_color: #f0f3f7;
}

/*------------------------------------------------------------------*/
/*-----------------------------base---------------------------------*/
/*------------------------------------------------------------------*/

html {
	font-size: 62.5%;
	scroll-padding-top: 150px;
}
body {
	font-size: 1.58rem;
	line-height: 1.9;
	letter-spacing: 0.02rem;
	-webkit-text-size-adjust: 100%;
	color: var(--i_txt_color);
	font-weight: normal;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'メイリオ', sans-serif !important;
}
body {
	background: var(--i_bg_color);
}
main {
	background: none !important;
}


@media all and (-ms-high-contrast: none) {
	*::-ms-backdrop,
	main {
		/* IE11 にのみ適用される */
		display: block;
	}
}
@media screen and (max-width: 850px) {
	html {
		font-size: 60.606%;
		scroll-padding-top: 80px;
	}
	body {
		letter-spacing: 0px;
	}
}
a {
	outline: 0;
	text-decoration: none;
	color: var(--i_txt_color);
}
section[style*=" color:"]:not([style*=" color: inherit"]) a,
div[style*=" color:"]:not([style*=" color: inherit"]) a {
	color: inherit;
}
/*composite_boxの最大高さとトリミングの起点*/
/*基本はjsにより各カラム中から最大の画角に設定*/
.composite_box01 .inner_item_img img {
	object-position: 50% 50%;
	font-family: 'object-position: 50% 50%;';
}

@media screen and (max-width: 850px) {
	#sidebar {
		border: 5px solid var(--i_noimg_bg_color);
	}
}

.no_img {
	background: var(--i_noimg_bg_color, rgba(200, 200, 200, 0.3));
}

/*----------------------------loader----------------------------*/

#load div:nth-of-type(1) {
	background: #fff;
}
#load .loader,
.popup .loader {
	border: 1px solid var(--i_main_color);
	/*★*/
}
#load .loader,
#load .loader::before,
.popup .loader,
.popup .loader::before {
	border-top-color: var(--i_main_color);
}
#load .loader::before,
#load .loader::after,
.popup .loader::before,
.popup .loader::after {
	/*★*-1*/
	left: -1px;
	top: -1px;
}
#load img {
	max-width: 220px;
}
@media screen and (max-width: 850px) {
	#load img {
		max-width: 180px;
	}
}
/*----------------------------header----------------------------*/
header#pattern2 .header_contents {
	padding-top: 25px !important;
}
header {
	background: none;
}
_:-ms-lang(x),
header#pattern2 nav {
	justify-content: flex-end;
}
/*ヘッダーロゴの位置　IE用*/
_:-ms-lang(x),
header#pattern2 .logo {
	margin-top: 15px;
}
/*ヘッダーロゴの位置　Edge用*/
@supports (-ms-ime-align: auto) {
	header#pattern2 .logo {
		margin-top: 0px;
	}
}
body.scrolled header .wraper > .inner {
	min-height: 45px !important;
	margin-top: 0;
}
header h1 {
	line-height: 1.5;
	font-size: 1.3rem;
	font-weight: 500;
	opacity: 0.85;
}
header .logo {
	padding: 5px 0;
}
header .logo,
header .logo a {
	max-width: 215px;
	position: relative;
}
header .logo a img {
	max-height: 99px;
	transition: 0.3s ease-in-out;
	transition-property: opacity;
	position: relative;
	z-index: 2;
}
body.scrolled header .logo a img {
	max-height: 70px;
}
body.scrolled header {
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.08);
}
header .header_contents .header_col1 {
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
}
header .header_contents .header_col1 .tel {
	position: relative;
	font-size: 25px;
	line-height: 1;
	padding-left: 26px;
	font-weight: normal;
}
header .burger {
	right: 20px;
}
header .header_contents .header_col1 .tel svg,
header .header_contents .header_col1 .btn .translate a svg,
header .burger li.sp_translate a svg,
header .header_contents .header_sns li svg,
header .header_col1 .tel svg {
	fill: var(--i_txt_color);
}
_:-ms-lang(x),
header .header_contents .header_col1 .btn .translate {
	right: -50px;
}
header .header_contents .header_sns li svg {
	fill: var(--i_main_color);
}
header .sp_menu a div span,
header .sp_menu a div:before,
header .sp_menu a div:after {
	background: var(--i_txt_color);
}
header .header_contents .header_col1 .tel svg,
header .header_col1 .tel svg {
	width: 22px;
	height: 22px;
	top: calc(50% - 11px);
	left: 0;
}
header .header_contents .header_col1 .btn > a,
header .header_col1 .btn > a {
	display: table-cell;
	text-align: center;
	width: 160px;
	background-color: var(--i_btn_color);
	color: #fff !important;
	padding: 6px 5px;
	position: relative;
	border-radius: 0px;
	transition: .5s ease-in-out;
	font-weight: normal;
	font-size: 1.45rem;
	letter-spacing: 0.1rem;
}
header .header_contents .header_col1 .btn > a:hover,
header .header_col1 .btn > a:hover {
	background-position: right;
	opacity: 1;
	background-color: var(--i_btn_hover_color);
}
header#pattern3.width_full nav ul.nav_1st {
	width: calc(100% - 50px);
}
@media screen and (max-width: 900px) {
	header .logo a img {
		max-height: 55px !important;
	}
	body.scrolled header .logo a img {
		max-height: 50px !important;
	}
	header .wraper {
		width: calc(100% - 20px);
	}
	header#pattern3 .logo,
	header#pattern4 .logo {
		margin: 0;
	}
	header .wraper > .inner {
		margin-top: 0;
	}
	header .header_contents .header_col1 .btn > a:hover {
		background-color: var(--i_sub_color);
		border: 1px solid var(--i_sub_color);
	}
}
header .header_contents .header_col1 .btn .translate a svg {
	max-width: 74%;
	max-height: 74%;
	margin: 13% auto 0;
}
header nav ul.nav_1st {
	width: 100%;
	max-width: 1200px !important;
}
header nav ul.nav_1st > li:after {
	content: "";
	display: block;
	width: 1px;
	height: 40%;
	position: absolute;
	top: 32%;
	left: 0;
	border-right: 1px solid rgba(0, 0, 0, 0.15);
	box-shadow: 1px 0 0 rgba(255, 255, 255, 0.18);
}
header nav ul.nav_1st > li:last-child:before {
	content: "";
	display: block;
	width: 1px;
	height: 40%;
	position: absolute;
	top: 32%;
	right: 0;
	left: auto;
	border-right: 1px solid rgba(0, 0, 0, 0.15);
	box-shadow: 1px 0 0 rgba(255, 255, 255, 0.18);
}
header nav ul.nav_1st > li > a {
	font-size: 1.5rem;
	font-weight: normal;
	position: relative;
	padding-left: 1vw;
	padding-right: 1vw;
	letter-spacing: 0.2rem;
}
header nav ul.nav_1st > li > a:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 25%;
	width: 50%;
	height: 1px;
	background: var(--i_main_color);
	transform-origin: center;
	transform: scale(0);
	transition: 0.5s cubic-bezier(0.43, 0.05, 0.17, 1);
}
header nav ul.nav_1st > li > a:hover:before {
	transform: scale(1);
}
header nav ul.nav_1st > li > a span {
	line-height: 3.5;
}
header nav ul.nav_1st > li > a:hover {
	color: var(--i_main_color);
}
header#pattern2 nav ul.nav_1st {
	width: 75%;
}
header#pattern2 nav ul.nav_1st > li > a span {
	line-height: 3;
}
body.margin header nav ul.nav_1st > li > a span {
	line-height: 4;
}
header nav ul.nav_1st > li.active a:before {
	width: 80%;
	height: 1px;
	background: var(--i_sub_color);
	bottom: 0;
	left: 10%;
}
header nav ul.nav_2nd {
	padding-top: 20px;
}
header nav ul.nav_1st > li:hover ul.nav_2nd {
	padding-top: 10px;
}
header nav ul.nav_2nd > li {
	background: rgba(255, 255, 255, 0.85);
	border-bottom: 1px solid rgba(0, 0, 0, 0.13);
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.13);
}
header nav ul.nav_2nd > li:nth-last-of-type(1) {
	border-bottom: none;
}
header nav ul.nav_2nd li a {
	padding: 10px 20px;
	font-weight: normal;
	font-size: 1.4rem;
}
header nav ul.nav_2nd > li > a {
	padding-right: 30px;
}
header nav ul.nav_2nd > li > a:after {
	height: 5px;
	width: 5px;
	transform: rotate(-45deg);
	border-right: 1px solid var(--i_sub_color);
	border-bottom: 1px solid var(--i_sub_color);
	top: calc(50% - 2.5px);
	right: 20px;
}
header nav ul.nav_3rd {
	padding-left: 20px;
}
header nav ul.nav_3nd li a {
	padding: 5px 20px;
}
header nav ul.nav_3rd > li > a:after {
	height: 1px;
	width: 4px;
	background: var(--i_sub_color);
	top: calc(50% - 0.5px);
	left: 5px;
}
@media screen and (max-width: 900px) {
	.sp_translate svg {
		transition: 0.3s ease-in-out;
	}
	body.scrolled header .logo {
		padding: 10px 0 !important;
	}
	.sp_menu a {
		padding: 7px 6px 5px;
	}
	header.open:after,
	header .header_contents {
		background: rgba(255, 255, 255, 0.95);
	}
	header .burger li.sp_translate a svg {
		height: 28px;
		width: 28px;
		margin: 10% auto;
	}
	header .header_sns,
	header .header_contents .header_col1,
	header .header_contents .header_col2 {
		border-top: 1px solid rgba(255, 255, 255, 0.08);
		border-bottom: 1px solid rgba(0, 0, 0, 0.13);
	}
	header .header_sns {
		border-bottom: none;
	}
	header .header_sns:empty,
	header .header_contents .header_col1:empty,
	header .header_contents .header_col2:empty {
		border: none;
	}
	header .header_contents .header_col1 .tel,
	header .header_contents .header_col1 .btn {
		float: none;
	}
	header .header_contents .header_col2 {
		display: block !important;
	}
	header nav {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}
	header nav ul.nav_1st {
		border-bottom: 1px solid rgba(255, 255, 255, 0.08);
		border-top: 1px solid rgba(0, 0, 0, 0.1);
	}
	header nav ul.nav_1st li {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		border-top: 1px solid rgba(255, 255, 255, 0.08);
	}
	header nav ul.nav_1st > li:before,
	header nav ul.nav_1st > li:after {
		display: none !important;
	}
	header nav ul.nav_1st > li i:before,
	header nav ul.nav_1st > li i:after {
		background: var(--i_main_color);
	}
	header nav ul.nav_2nd {
		border-top: 1px solid rgba(0, 0, 0, 0.1);
	}
	header nav ul.nav_2nd > li {
		box-shadow: none;
	}
	header nav ul.nav_2nd li a {
		color: #fff !important;
	}
	header nav ul.nav_3rd {
		border-top: 1px solid rgba(0, 0, 0, 0.1);
	}
	header nav ul.nav_3rd > li:nth-last-of-type(1) {
		border-bottom: none;
	}
	header nav ul.nav_3rd > li > a:after {
		background: #fff;
	}
	header .header_contents .header_col1 .tel svg {
		fill: var(--i_main_color);
	}
	header .logo,
	header .logo a {
		max-width: 120px;
	}
	header nav ul.nav_2nd > li > a span {
		color: var(--i_txt_color);
	}
}
/*----------------------------余白設定----------------------------*/
main > section:first-child:not([class*="pt"]),
main > div:first-child:not([class*="pt"]),
div[class*='pb'] + .contents_related,
section[class*='pb'] + .contents_related,
div[class*='pb'] + .contents_related_tags,
section[class*='pb'] + .contents_related_tags {
	padding-top: 60px;
}
main > section:not([class*="pt"]),
main > div:not([class*="pt"]),
aside > section:not([class*="pt"]),
aside > div:not([class*="pt"]) {
	padding-bottom: 60px;
}
@media screen and (max-width: 800px) {
	main > section:first-child:not([class*="pt"]),
	main > div:first-child:not([class*="pt"]),
	div[class*='pb'] + .contents_related,
	section[class*='pb'] + .contents_related,
	div[class*='pb'] + .contents_related_tags,
	section[class*='pb'] + .contents_related_tags {
		padding-top: 40px;
	}
	main > section:not([class*="pt"]),
	main > div:not([class*="pt"]),
	aside > section:not([class*="pt"]),
	aside > div:not([class*="pt"]) {
		padding-bottom: 40px;
	}
}
/*----------------------------見出し----------------------------*/
section .content_wrapper > .heading:first-child:last-child {
	margin-bottom: 0;
}
/*--*/
section:not([class*="pt"]) .content_wrapper > .heading:first-child:last-child {
	margin-bottom: 0;
}
.heading.block_header_1,
.heading.block_header_6 {
	margin-bottom: 30px;
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	justify-content: center;
}
.heading.block_header_1 p,
.heading.block_header_6 .h {
	font-size: 3.5rem;
	line-height: 1.4;
	letter-spacing: 0.3rem;
	padding-top: 0;
	font-weight: normal;
	margin-bottom: 10px;
	position: relative;
	padding-bottom: 14px;
	color: #224874;
	font-family: 'Lato', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'メイリオ', sans-serif !important;
}
.heading.block_header_1 .h,
.heading.block_header_6 p {
	font-size: 1.8rem;
	font-weight: normal;
	letter-spacing: 0.2rem;
}
.heading.block_header_1 p:before,
.heading.block_header_6 .h:before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
	content: '';
	background-image: -webkit-repeating-linear-gradient(135deg, #224874, #224874 1px, transparent 1px, transparent 4px);
	background-image: repeating-linear-gradient(-45deg, #224874, #224874 1px, transparent 1px, transparent 4px);
	background-size: 6px 6px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.heading.block_header_1.align-left p:before,
.heading.block_header_6.align-left .h:before {
	left: 0;
}
.heading.block_header_1.align-left p:after,
.heading.block_header_6.align-left .h:after {
	left: 30px;
}
.heading.block_header_1.align-right p:before,
.heading.block_header_6.align-right .h:before {
	left: auto;
	right: 0;
}
.heading.block_header_1.align-right p:after,
.heading.block_header_6.align-right .h:after {
	right: 0px;
	left: auto;
}
section[style*="color: #ffffff; "] .heading.block_header_1 p:before,
div[style*="color: #ffffff; "] .heading.block_header_1 p:before,
section[style*="color: rgb(255, 255, 255);"] .heading.block_header_1 p:before,
div[style*="color: rgb(255, 255, 255);"] .heading.block_header_1 p:before,
section[style*="color: #ffffff; "] .heading.block_header_6 .h:before,
div[style*="color: #ffffff; "] .heading.block_header_6 .h:before,
section[style*="color: rgb(255, 255, 255);"] .heading.block_header_6 .h:before,
div[style*="color: rgb(255, 255, 255);"] .heading.block_header_6 .h:before {
	background-image: -webkit-repeating-linear-gradient(135deg, #fff, #fff 1px, transparent 1px, transparent 4px);
	background-image: repeating-linear-gradient(-45deg, #fff, #fff 1px, transparent 1px, transparent 4px);
}
@media screen and (max-width: 800px) {
	.heading.block_header_1 p,
	.heading.block_header_6 .h {
		margin-bottom: 10px;
		padding-bottom: 12px;
	}
	.heading.block_header_1 p:after,
	.heading.block_header_6 .h:after {
		width: 20px;
	}
	.heading.block_header_1 {
		margin-bottom: 20px;
	}
	.heading.block_header_1 p,
	.heading.block_header_6 .h {
		font-size: 2.5rem;
	}
	.heading.block_header_1 .h,
	.heading.block_header_6 p {
		font-size: 1.55rem;
		letter-spacing: 0.2rem;
	}
	.index .heading.block_header_1 p,
	.index .heading.block_header_6 .h {
		font-size: 2.5rem;
	}
	.heading.block_header_1,
	.heading.block_header_6 {
		margin-bottom: 20px;
	}
}
/*--*/
.heading.block_header_2 {
	margin-bottom: 30px;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.heading.block_header_2 .h {
	display: inline-block;
	font-weight: normal;
	font-size: 2rem;
	line-height: 1.5;
	position: relative;
	border-bottom: 1px solid rgba(18, 49, 85, 0.15);
	/*margin-bottom: 10px;*/
	padding-bottom: 5px;
	padding-left: 21px;
	padding-right: 10px;
	font-family: 'Lato', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'メイリオ', sans-serif !important;
}
.heading.block_header_2 .h:before {
	position: absolute;
	left: 5px;
	top: 0.55em;
	content: "";
	display: inline-block;
	width: 0.4em;
	height: 0.4em;
	background: var(--i_sub_color);
}
.heading.block_header_2 p {
	font-size: 1.4rem;
}
@media screen and (max-width: 800px) {
	.heading.block_header_2 {
		margin-bottom: 20px;
	}
	.heading.block_header_2 .h {
		font-size: 1.9rem !important;
	}
	.heading.block_header_2 p {
		font-size: 1.3rem;
	}
}
/*--*/
.heading.block_header_3 {
	overflow: hidden;
	background: url(/common/upload_data/uta-orthocom2/image/pt.png) repeat var(--i_main_color);
	padding: 10px 20px 12px 20px;
	margin-bottom: 30px;
}
.heading.block_header_3:before {
	display: block;
	content: "";
	width: 100%;
	height: calc(100% - 8px);
	position: absolute;
	top: 4px;
	left: 0px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.heading.block_header_3 .h {
	font-weight: normal;
	font-size: 1.9rem;
	line-height: 1.5;
	color: #fff;
	font-family: 'Lato', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'メイリオ', sans-serif !important;
	letter-spacing: 0.2rem;
}
.heading.block_header_3 p {
	font-size: 1.4rem;
	color: #fff;
}
@media screen and (max-width: 800px) {
	.heading.block_header_3 {
		padding: 5px 15px 10px 15px;
		margin-bottom: 20px;
	}
	.heading.block_header_3 .h {
		font-size: 1.8rem;
	}
	.heading.block_header_3 p {
		font-size: 1.3rem;
	}
}
/*--*/
.heading.block_header_4 {
	margin-bottom: 15px;
}
.heading.block_header_4:before {
	display: none;
}
.heading.block_header_4 .h {
	font-size: 2.1rem;
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 3px;
	color: var(--i_main_color);
	font-family: 'Lato', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'メイリオ', sans-serif !important;
	letter-spacing: 0.2rem !important;
}
.heading.block_header_4 p {
	font-size: 1.5rem;
	letter-spacing: 0.2rem;
}
/*--*/
.heading.block_header_5 {
	margin-bottom: 15px;
}
.heading.block_header_5 .h {
	display: inline;
	font-weight: normal;
	font-size: 1.8rem;
	margin-bottom: 10px;
	color: var(--i_txt_color);
}
.heading.block_header_5 p {
	display: inline;
	font-size: 1.4rem;
	color: var(--i_main_color);
}
.heading.block_header_5 p:before {
	content: "　/　";
	color: var(--i_txt_color)
}
/*----------------------------背景パララックス----------------------------*/
.parallax {
	box-shadow: 0 0 5px var(--i_shadow_color) inset;
}
/*----------------------------ボタン----------------------------*/
.contents_btn01 a,
.glossary_archive .content_wrapper .heading.block_header_2 a:after {
	display: inline-block;
	text-align: center;
	position: relative;
	z-index: 2;
	background-color: transparent;
	border: 1px solid var(--i_btn_color);
	color: var(--i_btn_color);
	font-family: inherit;
	overflow: hidden;
	font-weight: normal;
}
.widget_form form .submit span input {
	background: transparent;
	font-weight: normal;
}
main form .submit span input {
	color: var(--i_btn_color);
	font-family: inherit;
}
main form .submit {
	background-color: #fff;
	border: 1px solid var(--i_btn_color);
	overflow: hidden;
	display: inline-block;
	text-align: center;
	position: relative;
	font-weight: normal;
	z-index: 2;
}
.contents_btn01 a::after,
main form .submit span::after {
	position: absolute;
	content: " ";
	width: 7px;
	height: 7px;
	top: calc(50% - 4px);
	right: 12px;
	border-top: 1px solid var(--i_main_color);
	border-right: 1px solid var(--i_main_color);
	transform: rotate(45deg);
	z-index: 10;
}
.contents_btn01 a[target="_blank"]::after {
	display: none;
}
#fixbtn .contents_btn01 a::after {
	display: none;
}
.contents_btn01 a:before,
main form .submit:before {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .2s;
	transition: all .3s;
}
.contents_btn01 a:hover::after,
main form .submit span:hover::after {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
.contents_btn01 a:hover:before,
main form .submit:hover:before {
	top: 0;
	left: 0;
	background: var(--i_btn_color);
}
.contents_btn01 a:hover,
.glossary_archive .content_wrapper .heading.block_header_2 a:hover:after {
	color: #fff;
}
.glossary_archive .content_wrapper .heading.block_header_2 a:hover:after {
	background: var(--i_btn_color);
}
main form .submit span input:hover {
	color: #fff;
}
.contents_btn01 a[target=_blank] span:before,
.contents_btn01 a[target=_blank] span:after {
	border: 1px solid var(--i_btn_color);
}
.contents_btn01 a:hover[target=_blank] span:before,
.contents_btn01 a:hover[target=_blank] span:after {
	border: 1px solid #fff;
}
.contents_btn01 a span {
	text-align: center;
	line-height: 1.8;
	font-size: 1.5rem;
	padding: 9px 32px 9px 20px;
	letter-spacing: 0.1rem;
}
input[type="button"],
input[type="text"],
input[type="submit"],
input[type="image"],
textarea {
	-webkit-appearance: none;
	border-radius: 0;
}
.contents_faq01.accordion .mymore a {
	padding: 0 0 3px;
}
section[style*="color: rgb(255, 255, 255);"] .contents_btn01 a,
div[style*="color: rgb(255, 255, 255);"] .contents_btn01 a {
	border: 1px solid #fff;
}
section[style*="color: rgb(255, 255, 255);"] .contents_btn01 a:hover,
div[style*="color: rgb(255, 255, 255);"] .contents_btn01 a:hover {
	border: 1px solid var(--i_main_color);
}
/*--------------------------------MV--------------------------------*/
#mv_outer {
	/*mvに背景とかはここを利用する*/
	position: relative;
	box-sizing: border-box;
	padding-top: 10px;
}
#mv_outer:before,
#mv_outer:after {
	position: absolute;
	display: block;
	content: "";
	pointer-events: none;
}
#mv {
	width: 97%;
	height: 78vh;
	min-height: 500px;
	margin-left: 3%;
}
#mv:before {
	position: absolute;
	display: block;
	content: "DENTISTRY";
	line-height: 1;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	font-size: 13rem;
	bottom: -17px;
	left: -12px;
	color: #fff;
	pointer-events: none;
	letter-spacing: 0.5rem;
	opacity: 0.3;
	z-index: 7;
}
#mv:after {
	/*スライドに重ねる色*/
	pointer-events: none;
	z-index: 6;
	background: rgba(18, 49, 85, 0.3);
	background: linear-gradient(-90deg, rgba(18, 49, 85.03) 0%, rgba(18, 49, 85, 0.4) 100%);
	background: -moz-linear-gradient(180deg, rgba(18, 49, 85, 0.03) 0%, rgba(18, 49, 85, 0.4) 100%);
	background: -webkit-linear-gradient(180deg, rgba(18, 49, 85, 0.03) 0%, rgba(18, 49, 85, 0.4) 100%);
}
#mv .mv_text {
	height: 100%;
	align-items: center;
	width: 100% !important;
	left: 0 !important;
	bottom: 0% !important;
}
#mv .mv_text > div {
	max-width: none !important;
	box-sizing: border-box;
	width: 95%;
	color: #fff;
	display: block;
	position: relative;
}
#mv .mv_text h2 {
	font-size: 60px;
	/* ←max-font-size的意味合いで使用する。動作はjs。*/
	line-height: 1.1;
	letter-spacing: 0.3rem;
	font-weight: normal;
	font-size: 3.8rem !important;
	display: inline-block;
	border-bottom: 1px solid #fff;
	padding-bottom: 15px;
}
#mv .mv_text p {
	padding-top: 15px;
	font-size: 1.85rem;
	font-weight: normal;
	letter-spacing: 0.2rem;
}
#mv .mv_scroll {
	width: 3px;
	height: auto;
	position: absolute;
	left: -2%;
	right: auto;
	bottom: 0;
}
#mv .mv_scroll a {
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
	font-family: 'Lato', sans-serif;
	letter-spacing: 0.45em;
	font-size: 10px;
	position: relative;
	padding-bottom: 100px;
	height: auto;
	width: auto;
	text-indent: 0;
	transition: all .3s ease-in-out;
	text-align: right;
	font-weight: 800;
	color: #224874 !important;
}
#mv .mv_scroll a::before {
	width: 1px;
	height: 70px;
	transform: none;
	position: absolute;
	bottom: 0;
	left: 1px;
	top: auto;
	background: #224874;
	transition: all .3s ease-in-out;
}
#mv .mv_scroll a:hover {
	padding-bottom: 80px;
}
#mv .mv_scroll a:hover::before {
	height: 50px;
}
#mv .mv_scroll a:hover::after {
	height: 25px;
}
#mv .mv_pointer {
	width: 5px;
	height: 100%;
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	right: 20px !important;
	left: auto;
	bottom: 0;
}
#mv .mv_pointer li {
	width: 10px !important;
	height: 30px;
	margin: 0;
}
#mv .mv_pointer li::before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border: 1px solid rgba(255, 255, 255, 0.9);
	margin-top: 10px;
}
#mv .mv_pointer li.current:before {
	background: #fff;
	border-color: #fff;
}
#mv .mv_arrow {
	display: none;
}
@media screen and (max-width: 100vh) {
	#mv {
		height: 65vh;
	}
}
@media screen and (max-width: 1200px) {
	#mv:before {
		font-size: 10rem;
		letter-spacing: 0.1rem;
	}
}
@media screen and (max-width: 900px) {
	#mv_outer {
		padding-top: 0px;
	}
	#mv .mv_text h2 {
		letter-spacing: 0.2rem;
	}
	#mv .mv_scroll {
		display: none;
	}
	#mv {
		width: 100%;
		margin-left: 0%;
	}
}
@media screen and (max-width: 800px) {
	#mv .mv_text {
		align-items: flex-end;
		bottom: 15% !important;
	}
	#mv .mv_text p {
		font-size: 1.5rem !important;
	}
	#mv .mv_text h2 {
		font-size: 2.4rem !important;
		padding-bottom: 10px;
	}
}
@media screen and (max-width: 600px) {
	#mv .mv_text h2 {
		line-height: 1.5;
	}
	#mv .mv_scroll {
		display: none;
	}
	#mv:after {
		background: rgba(18, 49, 85, 0.3);
		background: linear-gradient(-90deg, rgba(18, 49, 85, 0.15) 0%, rgba(18, 49, 85, 0.4) 100%);
		background: -moz-linear-gradient(180deg, rgba(18, 49, 85, 0.15) 0%, rgba(18, 49, 85, 0.4) 100%);
		background: -webkit-linear-gradient(180deg, rgba(18, 49, 85, 0.15) 0%, rgba(18, 49, 85, 0.4) 100%);
	}
	#mv:before {
		font-size: 6.5rem;
		bottom: -10px;
		left: -7px;
	}
}
@media screen and (max-width: 480px) {
	#mv .mv_text > div {
		width: 90%;
	}
}
/*--------------------------------IV--------------------------------*/
#lv_outer {
	padding-top: 10px;
}
#lv {
	background: #224b7b;
	height: 300px;
	padding-bottom: 0;
}
@media all and (-ms-high-contrast: none) {
	*::-ms-backdrop,
	.parallax .parallax_img {
		/* IE11 にのみ適用される */
		margin-top: -160px !important;
	}
	*::-ms-backdrop,
	#lv {
		padding-top: 150px !important;
	}
}
header.over + #lv_outer #lv {
	min-height: 300px;
}
#lv div {
	opacity: 0.3;
}
#lv p {
	left: 0;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	padding: 0 10px 0
}
#lv p span {
	display: inline-block;
	font-size: 3.6rem;
	color: #fff;
	font-weight: normal;
	text-align: center;
	position: relative;
	word-break: break-all;
	line-height: 1.5;
	text-shadow: 1px 1px 0 var(--i_shadow_color);
	letter-spacing: 0.2rem;
}
@media all and (-ms-high-contrast: none) {
	#lv p span {
		top: -70px;
	}
}
@media screen and (max-width: 800px) {
	#lv_outer {
		padding-top: 0px;
	}
}
@media screen and (max-width: 800px) {
	#lv {
		height: 180px;
	}
	#lv p span {
		font-size: 2.6rem;
		letter-spacing: 0.2rem;
	}
}
/*----------------------------パンくず----------------------------*/
#pan {
	padding: 0;
	border-bottom: 1px solid var(--i_border_color);
}
#pan li {
	font-size: 1.2rem;
	padding: 5px 0 3px 30px;
}
#pan li:before {
	border-top: 1px solid var(--i_border_color);
	border-right: 1px solid var(--i_border_color);
}
/*----------------------------other parts----------------------------*/
/*--リスト--*/
.default_ul li:before {
	border-top: 1px solid var(--i_sub_color);
	border-right: 1px solid var(--i_sub_color);
	height: 5px;
	width: 5px;
	transform: rotate(45deg);
	top: 8px;
	left: 0;
}
/*--アーカイブページ カテゴリー--*/
.category1 li a {
	border: 1px solid #ddd;
	border-radius: 50px;
	font-size: 1.4rem;
}
.category1 li a:hover,
.category1 li a.current {
	background: var(--i_main_color);
	color: #fff;
	border: 1px solid var(--i_main_color);
}
/*--sidebar--*/
#sidebar section,
#sidebar > div {
	border-bottom: 1px solid var(--i_border_color);
}
#sidebar h2 {
	text-align: left;
	font-size: 2.2rem;
}
#sidebar .sidebar_tag li {
	border: 1px solid var(--i_border_color);
	background: var(--i_sub2_color);
}
#sidebar .sidebar_list a {
	position: relative;
	padding-left: 15px;
}
#sidebar .sidebar_list a:before {
	content: "";
	display: block;
	position: absolute;
	border-top: 1px solid var(--i_main_color);
	border-right: 1px solid var(--i_main_color);
	height: 5px;
	width: 5px;
	transform: rotate(45deg);
	top: calc(50% - 3px);
	left: 0;
}
/*----------------------------pager----------------------------*/
/*アーカイブページページャー*/
.pager li a {
	height: 45px;
	width: 45px;
	border-radius: 999px;
	line-height: 45px;
	border: 1px solid #ddd;
	font-size: 1.4rem;
}
.pager li:not(.arrow) a:hover,
.pager li:not(.arrow).current a {
	background: var(--i_main_color);
	color: #fff;
	border: 1px solid var(--i_main_color);
}
.pager li.arrow a {
	background: none;
}
/*----------------------------pager2----------------------------*/
/*シングルページページャー*/
.pager2 li a {
	border: 1px solid var(--i_border_color);
	color: var(--i_txt_color);
	line-height: 45px;
	padding: 0 15px;
	font-size: 1.4rem;
}
.pager2 li a:hover {
	background: var(--i_main_color);
	color: #fff;
	border: 1px solid var(--i_main_color);
}
/*----------------------------popup----------------------------*/
/*画像ポップアップ拡大表示*/
.popup {
	background: rgba(255, 255, 255, 0.7);
}
.poptxt {
	font-size: 1.2rem;
}
/*----------------------------footer----------------------------*/
#fixbtn {
	margin-bottom: 30px;
	font-size: 1.5rem;
}
#fixbtn .fixbtnwrap {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	background: var(--i_noimg_bg_color);
}
#fixbtn.no .fixbtnwrap {
	background-color: transparent;
}
#fixbtn .fixbtntel,
#fixbtn .fixbtntel a,
#fixbtn .fixbtntel span {
	color: var(--i_txt_color);
}
#fixbtn .fixbtntel {
	border-right: 1px solid var(--i_border_color);
}
#fixbtn .fixbtntel:nth-last-of-type(2) {
	border-right: none;
}
#fixbtn .fixbtntel a,
#fixbtn .fixbtntel span {
	font-size: 2.7rem;
	line-height: 1;
	margin-right: 10px;
	color: var(--i_txt_color);
}
#fixbtn .fixbtntel a:last-child,
#fixbtn .fixbtntel span:last-child {
	margin-right: 0;
}
#fixbtn .fixbtntel svg {
	width: 22px;
	height: 22px;
	margin-right: 5px;
	fill: var(--i_main_color);
}
#fixbtn .contents_btn01 {
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}
#fixbtn .contents_btn01:nth-of-type(1) {
	border-left: none;
}
#fixbtn .contents_btn01:nth-of-type(1) {
	margin-left: auto;
	margin-right: auto;
}
#fixbtn .contents_btn01 span {
	text-align: center;
	padding: 8px 15px;
}
#fixbtn #scrolltop:nth-of-type(1) {
	margin-left: auto;
	margin-right: auto;
}
#fixbtn #scrolltop a {
	height: 40px;
	width: 40px;
}
#fixbtn #scrolltop a:before {
	top: 17px;
	left: 3px;
	transform: rotate(45deg);
	transition: 0.2s ease-in-out;
	border-left: 2px solid var(--i_main_color);
	border-top: 2px solid var(--i_main_color);
	width: 30px;
	height: 30px;
}
#fixbtn #scrolltop a:hover:before {
	opacity: 0.7;
}
#fixbtn.no #scrolltop a:before {
	border-color: rgba(120, 120, 120, 0.6);
}
#fixbtn.no #scrolltop a:hover:before {
	border-left: 2px solid rgba(120, 120, 120, 1);
	border-top: 2px solid rgba(120, 120, 120, 1);
}
@media screen and (max-width: 600px) {
	#fixbtn {
		margin-bottom: 0;
	}
	#fixbtn,
	#fixbtn .fixbtntel a,
	#fixbtn .fixbtntel span {
		font-size: 1.7rem;
	}
	#fixbtn .fixbtntel a,
	#fixbtn .fixbtntel span {
		font-size: 2rem;
		margin: 0;
		color: var(--i_txt_color);
	}
	#fixbtn .fixbtntel svg {
		width: 18px !important;
		height: 18px !important;
	}
	#fixbtn .contents_btn01 a {
		padding: 0 !important;
		letter-spacing: 0;
	}
}
footer {
	background: var(--i_main_color);
	padding: 0;
	color: #fff;
	text-align: center;
	font-size: 1.35rem;
}
footer a {
	color: #fff;
}
footer nav li {
	letter-spacing: 0.2rem;
	padding: 5px 0;
	font-weight: 600;
}
footer .logo {
	width: 190px;
}
footer .sns {
	margin: 0 auto 30px;
}
footer .sns svg {
	width: 40px;
	height: 40px;
	padding: 10px 10px;
	transition: 0.2s ease-in-out;
	fill: #fff;
}
footer .sns a:hover svg {
	opacity: 0.7;
}
footer nav li a {
	font-weight: normal;
}
#cp {
	padding: 10px 0;
	font-size: 1.1rem;
	letter-spacing: 0.1rem;
	background: #1a3d65;
	color: #fff;
}
@media screen and (max-width: 600px) {
	footer {
		padding: 0 0 20px;
	}
}
@media screen and (max-width: 600px) {
	footer nav ul {
		border-bottom: 1px solid rgba(0, 0, 0, 0.13);
	}
	footer nav ul li {
		border-top: 1px solid rgba(255, 255, 255, 0.1);
		border-bottom: 1px solid rgba(0, 0, 0, 0.13);
	}
	footer nav ul li:nth-last-of-type(2n) {
		border-right: 1px solid rgba(0, 0, 0, 0.13);
	}
	footer nav ul li:nth-last-of-type(2n+1) {
		border-left: 1px solid rgba(255, 255, 255, 0.1);
	}
	footer nav ul li:nth-of-type(1),
	footer nav ul li:nth-of-type(1),
	footer nav ul li:nth-of-type(2),
	footer nav ul li:nth-of-type(3):nth-last-of-type(2n-1) {
		border-top: 1px solid rgba(0, 0, 0, 0.13);
	}
	footer nav ul li:nth-last-of-type(1),
	footer nav ul li:nth-last-of-type(2) {
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}
	footer .logo {
		width: 160px;
	}
	#fixbtn .fixbtnwrap {
		border-bottom: none;
	}
	#fixbtn .inner {
		padding: 0;
	}
	#fixbtn .inner div {
		padding: 0 !important;
	}
}
footer .logo {
	margin: 0 auto 15px
}
/*------------------------------------------------------------------*/
/*----------------------------widget--------------------------------*/
/*------------------------------------------------------------------*/
/*----------------------------contents_faq01----------------------------*/
.contents_faq01 dt {
	padding-left: 5rem;
	margin-bottom: 25px;
	min-height: 35px;
	width: 100%;
	padding-right: 15px;
	box-sizing: border-box;
}
.contents_faq01 dd {
	padding-left: 7.3rem;
	margin-bottom: 15px;
	width: 100%;
	padding-right: 15px;
	box-sizing: border-box;
}
.contents_faq01 dt:before,
.contents_faq01 dd:before {
	width: 4rem;
	height: 4rem;
	font-size: 2.6rem;
	line-height: 1.4;
	box-sizing: border-box;
	font-weight: normal;
	color: #fff;
	background: var(--i_main_color);
	border: 1px solid var(--i_main_color);
	text-align: center;
}
.contents_faq01 dd:before {
	font-size: 2.5rem;
	line-height: 1.45;
	color: var(--i_main_color);
	background: none;
	text-align: center;
}
@media screen and (max-width: 480px) {
	.contents_faq01 dd:before {
		line-height: 1.2;
		padding-top: 0;
	}
}
/*----------------------------contents_related_tags----------------------------*/
.contents_related_tags .inner_item {
	border: 1px solid var(--i_border_color);
}
.contents_related_tags .inner_item:hover {
	background: var(--i_sub2_color);
}
.contents_related .inner_item a:hover {
	background: var(--i_sub2_color);
	opacity: 0.8;
}
/*----------------------------block_table_1----------------------------*/
.block_table_1 table thead {
	background: var(--i_sub2_color);
}
.block_table_1 table thead th,
.block_table_1 table thead td {
	background-color: var(--i_sub2_color);
}
.block_table_1 table th {
	background-color: var(--i_sub2_color);
	border: 1px solid var(--i_border_color);
	text-align: center;
	vertical-align: middle;
}
.block_table_1 table td {
	background-color: #fff;
	border: 1px solid var(--i_border_color);
	vertical-align: middle;
}
.block_table_1 table thead td {
	text-align: center;
	font-weight: bold;
}
/*----------------------------block_table_2,5,6----------------------------*/
.block_table_2 table thead,
.block_table_2 table thead th,
.block_table_2 table thead td,
.block_table_5 table thead,
.block_table_5 table thead th,
.block_table_5 table thead td,
.block_table_6 table thead,
.block_table_6 table thead th,
.block_table_6 table thead td {
	background-color: var(--i_sub2_color);
}
.block_table_2 table th,
.block_table_5 table th,
.block_table_6 table th {
	background-color: var(--i_sub2_color);
	border: 1px solid var(--i_border_color);
	text-align: center;
	vertical-align: middle;
}
.block_table_2 table td,
.block_table_5 table td,
.block_table_6 table td {
	background-color: var(--i_bg_color);
	border: 1px solid var(--i_border_color);
	vertical-align: middle;
}
.block_table_2 table thead td,
.block_table_5 table thead td,
.block_table_6 table thead td {
	text-align: center;
	font-weight: bold;
}
@media screen and (max-width: 500px) {
	.block_table_2 table {
		border-bottom: 1px solid var(--i_border_color);
	}
	.block_table_2 table th {
		border-top: 1px solid var(--i_border_color);
	}
	.block_table_2 table td {
		border-top: 1px dotted var(--i_border_color);
	}
}
/*----------------------------block_table_3----------------------------*/
.block_table_3 table thead,
.block_table_3 table thead th,
.block_table_3 table thead td,
.block_table_7 table thead,
.block_table_7 table thead th,
.block_table_7 table thead td {
	background-color: var(--i_sub2_color);
}
.block_table_3 table th,
.block_table_7 table th {
	background-color: var(--i_sub2_color);
	border: 1px solid var(--i_border_color);
	text-align: center;
	vertical-align: middle;
}
.block_table_3 table td,
.block_table_7 table td {
	background-color: var(--i_bg_color);
	border: 1px solid var(--i_border_color);
	vertical-align: middle;
}
@media screen and (max-width: 500px) {
	.block_table_3 table {
		border-bottom: 1px solid var(--i_border_color);
	}
	.block_table_3 table th {
		border-top: 1px solid var(--i_border_color);
	}
	.block_table_3 table td {
		border-top: 1px dotted var(--i_border_color);
	}
}
.block_table_3_item li {
	vertical-align: middle;
}
/*----------------------------gallery_archive / gallery_single----------------------------*/
.gallery_archive .inner_item a,
.gallery_single .inner_item a {
	transition: 0.2s ease-in-out;
	background-color: transparent;
}
.gallery_archive .inner_item a:hover,
.gallery_single .inner_item a:hover {
	background-color: #000;
}
.gallery_archive .inner_item a:hover img,
.gallery_single .inner_item a:hover img {
	opacity: 0.8;
}
.gallery_archive .inner_item a:after,
.gallery_single .inner_item a:after {
	color: #fff;
}
.gallery_archive .inner_item p span,
.gallery_single .inner_item p span {
	color: #fff;
}
.gallery_single_slider .slick-arrow::before {
	border-color: var(--i_btn_color);
}
/*----------------------------widget_gallery01----------------------------*/
.widget_gallery01 .slick-arrow {
	height: 40px;
	width: 30px;
	top: 37%;
	left: 0;
}
@media screen and (max-width: 500px) {
	.widget_gallery01 .slick-arrow {
		top: 25%;
	}
}
.widget_gallery01 .slick-next {
	left: auto;
	right: 0;
}
/*----------------------------gallery hover効果----------------------------*/

main .widget_gallery01 a,
main .gallery_archive .inner_item a,
main .gallery_single .inner_item a {
	overflow: hidden;
}
main .widget_gallery01 a img,
main .gallery_archive .inner_item a img,
main .gallery_single .inner_item a img {
	object-fit: cover;
	object-position: 50% 50%;
	font-family: 'object-fit: cover; object-position: 50% 50%;';
	backface-visibility: visible;
	transition: 1s ease-out !important;
	transition-property: transform opacity !important;
	transform: scale(1.001, 1.001);
}
main .widget_gallery01 a:hover img,
main .gallery_archive .inner_item a:hover img,
main .gallery_single .inner_item a:hover img {
	transform: scale(1.1, 1.1);
	opacity: 0.8;
}
/*----------------------------news_archive----------------------------*/
.news_archive article .inner_item_img:hover {
	opacity: 0.8;
}
.news_archive article .entry_meta {
	font-size: 1.3rem;
}
.add_design5 #primary article .inner_item_img a i:nth-last-child(1) {
	background-size: 50% !important;
}
#sidebar .widget_news02 li a div span i {
	background-size: 50% !important;
}
/*----------------------------widget_coupon----------------------------*/
.widget_coupon .content_wrapper {
	max-width: 900px !important;
}
.widget_coupon .inner_item > div,
.widget_coupon .inner_item > dl {
	font-size: 1.4rem;
	line-height: 1.7;
}
/*----------------------------widget_form----------------------------*/
.widget_form .privacypolicy {
	border: 1px solid var(--i_border_color);
}
.widget_form form {
	border-top: 1px solid var(--i_border_color);
}
.widget_form form dl {
	border-bottom: 1px solid var(--i_border_color);
}
.widget_form form dt,
.widget_form form dd {
	vertical-align: middle;
}
.widget_form form dt span {
	color: #D43B3B !important;
	font-size: 1.2rem;
	font-weight: bold;
}
main form dl input:focus,
main form textarea:focus {
	background: #fff !important;
}
@media screen and (max-width: 770px) {
	.widget_form form dt {
		border-bottom: 1px dotted var(--i_border_color);
	}
}
main form dl input,
main form textarea {
	background: var(--i_sub2_color);
	border: 1px solid rgba(102, 102, 102, 0.13);
	letter-spacing: 1px;
}
main form dl input:focus,
main form textarea:focus {
	background: var(--i_bg_color);
	border: 1px solid var(--i_border_color);
}
main form .submit input {
	letter-spacing: 3px;
	border: none;
}
main form select {
	background: var(--i_bg_color);
	border: 1px solid var(--i_border_color);
	letter-spacing: 1px;
}
main form input[type=radio] + label,
main form input[type=checkbox] + label {
	padding: 0 15px 0 22px;
}
main form input[type=radio] + label::before,
main form input[type=checkbox] + label::before {
	top: 50%;
	left: 0;
	width: 17px;
	height: 17px;
	margin-top: -9px;
	background: var(--i_sub2_color);
}
main form input[type=radio] + label::before {
	border-radius: 30px;
}
main form input[type=radio]:checked + label::after,
main form input[type=checkbox]:checked + label::after {
	left: 4px;
	width: 9px;
	height: 9px;
	margin-top: -5px;
	background: var(--i_main_color);
}
main form input[type=radio]:checked + label::after {
	border-radius: 100%;
}
/*----------------------------widget_link----------------------------*/
.widget_link .inner_item_txt {
	font-size: 2rem;
}
/*----------------------------widget_lp01----------------------------*/
.widget_lp01 li a:hover {
	opacity: 0.8;
}
.widget_lp01 li a div span {
	background-size: 60% auto;
}
/*----------------------------widget_menu01----------------------------*/
.widget_menu01 h3 {
	vertical-align: central;
	font-size: 1.7rem;
	letter-spacing: 1px;
	margin-bottom: 15px;
}
.widget_menu01 li dd {
	font-size: 1.3rem;
	letter-spacing: 0;
}
/*----------------------------widget_menu02----------------------------*/
.widget_menu02 h3 {
	vertical-align: central;
	font-size: 1.7rem;
	letter-spacing: 1px;
}
.widget_menu02 li > p {
	font-size: 1.3rem;
	letter-spacing: 0;
}
/*----------------------------widget_news02----------------------------*/
.block_news_2 li {
	box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.08) !important;
}
.block_news_2 li a {
	padding: 30px;
}
.block_news_2 li a:hover:after {
	border-width: 15px;
}
.block_news_2 li a:hover:after {
	border-width: 10px !important;
}
/*----------------------------widget_shop01----------------------------*/
.widget_staff01 .inner_item a:hover * {
	opacity: 0.8;
}
.widget_staff01 .sub {
	font-size: 1.2rem;
	font-weight: bold;
}
/*----------------------------widget_tel----------------------------*/
.widget_tel .inner_item_tel a,
.widget_tel .inner_item_tel span {
	font-size: 3.6rem;
	letter-spacing: 0.1rem;
	line-height: 1.1;
	padding: 20px;
}
@media screen and (max-width: 450px) {
	.widget_tel .inner_item_tel a,
	.widget_tel .inner_item_tel span {
		font-size: 2.6rem;
		padding: 15px 10px;
	}
	.widget_tel .inner_item_tel img {
		margin: 0 5px -2px 0;
	}
	.widget_tel .inner_item_tel svg {
		height: 16px;
		width: 16px;
	}
}
/*------------------glossary_archive------------------------*/
.glossary_archive .content_wrapper article {
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.glossary_archive .content_wrapper .heading.block_header_2 {
	margin-bottom: 10px;
}
.glossary_archive .content_wrapper .heading.block_header_2 .h {
	font-size: 1.8rem;
}
.glossary_archive .content_wrapper .heading.block_header_2 a:after {
	content: "View More";
	position: absolute;
	width: 150px;
	bottom: 32px;
	right: 0;
	text-align: center;
	font-size: 1.5rem;
	font-weight: normal;
	padding: 3px 10px;
}
.glossary_archive .content_wrapper article .entry_body {
	padding-right: 180px;
}

@media screen and (max-width: 1224px) {
	.glossary_archive .content_wrapper .heading.block_header_2 a:after {
		bottom: calc(32px + 1.8rem);
	}
}
@media screen and (max-width: 650px) {
	.glossary_archive .content_wrapper article {
		padding-bottom: 60px;
	}
	.glossary_archive .content_wrapper .heading.block_header_2 a:after {
		bottom: 30px;
	}
	.glossary_archive .content_wrapper article .entry_body {
		padding-right: 0;
	}
}
/*------------------recruit------------------------*/
.recruit_archive.add_design1 .recruitment_list .inner_item {
	background: rgba(255, 255, 255, .8);
}
.index main > section:first-child + div.composite_box01 .heading.block_header_4 .h,
.index main > section:first-child + div + div.composite_box01 .heading.block_header_4 .h {
	font-size: 2.5rem;
	letter-spacing: 0.1rem;
}
@media screen and (min-width: 901px) {
	header#pattern2 .header_contents .inner {
		position: relative;
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}
	header .header_contents .header_sns.on {
		position: relative;
		display: inline-block;
		width: auto;
		padding: 0;
	}
	header .header_contents .header_sns ul {
		width: auto;
	}
}
@media screen and (min-width: 901px) and (max-width: 1000px) {
	header .header_contents .header_col1 .tel {
		font-size: 21px;
	}
	header .header_contents .header_col1 .btn > a {
		padding: 5px;
	}
}
@media screen and (max-width: 800px) {
	.index main > section:first-child + div.composite_box01 .heading.block_header_4 .h,
	.index main > section:first-child + div + div.composite_box01 .heading.block_header_4 .h {
		font-size: 2.1rem;
	}
}
/*------------------blog------------------------*/

.block_news_2 li {
	box-shadow: none;
	border: 1px solid var(--i_border_color);
}
/*------------------追加のcss------------------------*/
/*------------------指定のGナビのリンク削除------------------------*/
a[href="/gnaviplus/"],
a[href="/tooth/"]{
	pointer-events: none;
}
/*SP時ヘッダー電話番号、ボタン追加*/
.header_col1.sp {
	display: none;
}
@media screen and (max-width: 900px) {
	body.scrolled header:not(.nofixed) .header_col1 .tel {
		display: block !important;
	}
	.header_col1.sp {
		display: flex;
		flex-wrap: wrap;
	}
	header .header_col1.sp {
		flex-direction: row;
		align-items: center;
		justify-content: flex-end;
	}
	header .header_col1 .btn > a[target="_blank"]::before,
	header .header_col1 .btn > a[target="_blank"]::after {
		content: "";
		display: block;
		width: 6px;
		height: 4px;
		position: absolute;
		border: 1px solid var(--i_btn_txt_color);
		right: 12px;
		top: calc(50% - 1px);
		transition: 0.2s;
	}
	header .header_col1.sp .btn > a[target="_blank"]::after {
		right: 10px;
		top: calc(50% - 3px);
	}
	header .header_col1.sp .tel {
		position: relative;
		font-size: 21px;
		line-height: 1;
		padding-right: 10px;
		padding-left: 0px;
		font-weight: normal;
	}
	header .header_col1.sp .tel svg {
		width: 18px;
		height: 18px;
		padding-right: 5px;
	}
	header .burger {
		display: flex;
	}
	header .burger ul {
		width: 50px;
	}
}
@media screen and (max-width: 600px) {
	header.width_full .wraper {
		padding: 0px 0px 0px 10px;
		width: calc(100% - 10px);
	}
	header .burger {
		right: 0px;
	}
	header .header_col1.sp .btn > a {
		width: 100px;
		padding: 6px 10px 6px 0px;
		font-size: 1.35rem;
	}
	header .header_col1.sp .tel {
		font-size: 17px;
	}
	header .header_col1.sp .tel svg {
		width: 14px;
		height: 14px;
		padding-right: 2px;
	}
}
@media screen and (max-width: 450px) {
	.header_col1.sp {
		display: block;
	}
	header .header_col1.sp .btn > a {
		width: 130px;
		padding: 3px 10px 3px 0px;
		font-size: 1.3rem;
	}
	header .header_col1.sp .btn {
		margin-top: 7px;
	}
}
/*------------------footer修正------------------------*/
footer.width_fixed .content_wrapper {
	max-width: 1500px !important;
}
footer .flex-col {
	display: flex;
	flex-wrap: wrap;
	text-align: left;
}
footer .flex-item {
	width: 21%;
	padding-left: 4%;
}
footer article {
	padding-bottom: 0;
	margin-bottom: 30px;
}
footer .display-block {
	font-size: 1.6rem;
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	position: relative;
	padding-left: 21px;
}
footer .display-block::before {
	position: absolute;
	left: 5px;
	top: 0.65em;
	content: "";
	display: inline-block;
	width: 0.5em;
	height: 0.5em;
	background: rgba(255, 255, 255, 0.5);
}
footer .a-block {
	font-size: 1.5rem;
	margin-bottom: 3px;
}
@media screen and (max-width: 600px) {
	footer.width_fixed .content_wrapper {
		margin-top: 5% !important;
	}
}
@media screen and (max-width: 550px) {
	footer .flex-item {
		width: 40%;
		padding-left: 5%;
		padding-right: 5%;
	}
	footer .display-block {
		font-size: 1.5rem;
	}
	footer .a-block {
		font-size: 1.3rem;
	}
}
/*------------------パララックス背景(白)------------------------*/
#text + section .parallax_img,
#parallax + div .parallax_img {
	filter: brightness(100%) contrast(80%) blur(2px) grayscale(80%);
	opacity: 0.2;
}
/*------------------追記CSS画像にのせる色------------------------*/
.composite_box01.block_images_7 .inner_item_txt {
	background: rgba(34, 75, 123, 0.8) !important;
}
.composite_box01.block_images_7 .inner_item > a:hover + .inner_item_txt {
	background: rgba(34, 75, 123, 0.6) !important;
}
/*.block_images_11*/
.composite_box01.block_images_11 .inner_item_txt .heading {
	background: rgba(34, 75, 123, 0.8);
	outline: 1px rgba(255, 255, 255, 0.6) solid;
	outline-offset: -5px;
}
.composite_box01.block_images_11 .heading.block_header_4 .h {
	color: #fff;
}
@media screen and (max-width: 400px) {
	.composite_box01.block_images_11 .inner_item_img img,
	.composite_box01.block_images_11 .inner_item_txt .pwrap .iwrap {
		height: 200px !important;
	}
}
/*------------------MV上部にバナー------------------------*/
@media screen and (min-width: 900px) {
	.index main {
		overflow: visible;
		z-index: inherit;
	}
}
#bana + div {
	margin-top: -110px;
	z-index: 8;
}
#bana + div .content_wrapper {
	width: 65%;
	margin-left: auto;
	margin-right: 0;
}

#bana + div .wrapper_item {
	justify-content: flex-end;
	flex-wrap: nowrap;
	gap: 0 1%;
}
/*バナーデザイン*/
#bana + div .inner_item {
	width: 25%;
}
#bana + div .heading.block_header_4 .h {
	font-size: 1.8rem;
	letter-spacing: 0.3rem !important;
}
#bana + div .inner_item_txt {
	padding: 30px 10px;
	min-height: 150px;
	border: 4px solid rgba(255, 255, 255, 0.25);
}
/*横線*/
#bana + div .inner_item::before,
#bana + div .inner_item::after {
	content: "";
	position: absolute;
	z-index: 999;
	background: #fff;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
#bana + div .inner_item::before {
	left: 3%;
	top: 5%;
	width: 0;
	height: 1px;
}
#bana + div .inner_item::after {
	left: 95%;
	right: 5%;
	bottom: 5%;
	width: 0;
	height: 1px;
	-webkit-transition-property: all;
	transition-property: all;
}

#bana + div .inner_item:hover::before {
	width: 94%;
}
#bana + div .inner_item:hover::after {
	left: 3%;
	width: 94%;
}
/*縦線*/
#bana + div .inner_item a::before,
#bana + div .inner_item a::after {
	content: "";
	position: absolute;
	z-index: 999;
	background: #fff;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
#bana + div .inner_item a::before {
	left: 3%;
	bottom: 5%;
	width: 1px;
	height: 0;
	-webkit-transition-property: height;
	transition-property: height;
}
#bana + div .inner_item a::after {
	right: 3%;
	top: 5%;
	bottom: 95%;
	height: 0;
	width: 1px;
	-webkit-transition-property: height;
	transition-property: height;
}
#bana + div .inner_item a:hover::before {
	height: 90%;
}
#bana + div .inner_item a:hover::after {
	bottom: 5%;
	height: 90%;
}
@media screen and (max-width: 1200px) {
	#bana + div .content_wrapper {
		width: 65%;
		margin-left: 33%;
		margin-right: 2%;
	}
}
@media screen and (max-width: 900px) {
	#bana + div .content_wrapper {
		width: 95%;
		margin-left: 2.5%;
		margin-right: 2.5%;
	}
	#bana + div {
		margin-top: 30px;
	}
	#bana + div .inner_item_txt {
		min-height: 110px;
	}
	#bana + div .inner_item_txt {
		padding: 20px 10px;
	}
}
@media screen and (max-width: 500px) {
	#bana + div .inner_item {
		width: 49% !important;
	}
	#bana + div .wrapper_item {
		flex-wrap: wrap;
	}
	#bana + div {
		margin-top: 20px;
	}
	#bana + div .heading.block_header_4 .h {
		letter-spacing: 0.2rem !important;
		font-size: 1.6rem !important;
	}
	#bana + div .heading.block_header_4 p {
		font-size: 1.2rem;
		letter-spacing: 0rem;
	}
	#bana + div .inner_item_txt {
		padding: 10px 5px;
	}
	#bana + div .inner_item_txt {
		min-height: 100px;
	}
}
/*------------------ABOUT US------------------------*/
#text + section .content_wrapper {
	padding-top: 50px;
	padding-bottom: 50px;
	border: 1px solid rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 1200px) {
	#text + section .content_wrapper {
		margin-left: 5%;
		margin-right: 5%;
		width: 90%;
	}
}
/*------------------FEATURE------------------------*/
.feature_all {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 100%;
}
.feature_all .inner_item {
	width: 31%;
	margin-left: 3.5%;
	position: relative;
}
.feature_all .btn {
	position: absolute;
	bottom: 0;
}
.feature_all .inner_item_txt {
	margin-bottom: 55px;
}
.feature_all .inner_item:nth-of-type(1),
.feature_all .inner_item:nth-of-type(4) {
	margin-left: 0%;
}
.feature_all .inner_item:nth-of-type(4),
.feature_all .inner_item:nth-of-type(5),
.feature_all .inner_item:nth-of-type(6) {
	margin-top: 60px;
}

.feature_all .inner_item > a * {
	transition: 0.3s ease-in-out;
}
.feature_all .inner_item > a:hover * {
	opacity: 0.8;
}
.feature_all .inner_item > a img {
	aspect-ratio: 360/216;
}
.feature_all .heading.block_header_4 .h {
	font-size: 1.9rem !important;
	letter-spacing: 0.1rem !important;
}
.feature_all .heading.block_header_4 {
	border-bottom: 1px solid rgba(18, 49, 85, 0.2);
	padding-bottom: 7px;
}
.feature_all .heading.block_header_4 p {
	font-size: 1.3rem;
	letter-spacing: 0.1rem;
	margin-top: 12px;
}
.feature_all .btn a {
	display: block;
	margin: 0 auto;
	padding: 5px 10px;
	width: 130px;
	color: #fff;
	background: #224b7b;
	font-size: 1.4rem;
	margin-top: 18px;
	transition: 0.3s ease-in-out;
}
.feature_all .btn a:hover {
	opacity: 0.8;
}
@media screen and (max-width: 1010px) {
	.feature_all .heading.block_header_4 .h {
		font-size: 1.7rem !important;
		letter-spacing: 0rem !important;
	}
}
@media screen and (max-width: 900px) {
	.feature_all .inner_item,
	.feature_all .inner_item:nth-of-type(4) {
		width: 48%;
		margin-left: 4%;
	}
	.feature_all .inner_item:nth-of-type(1),
	.feature_all .inner_item:nth-of-type(3),
	.feature_all .inner_item:nth-of-type(5) {
		margin-left: 0%;
	}
	.feature_all .inner_item:nth-of-type(3),
	.feature_all .inner_item:nth-of-type(4),
	.feature_all .inner_item:nth-of-type(5),
	.feature_all .inner_item:nth-of-type(6) {
		margin-top: 50px;
	}
}
@media screen and (max-width: 554px) {
	.feature_all .inner_item:nth-of-type(4) .heading.block_header_4 {
		padding-bottom: 32px;
	}
	.feature_all .btn a {
		width: 100px;
		font-size: 1.35rem;
	}
}
/*------------------MENU------------------------*/
#menu + section {
	position: relative;
	background: url(/common/upload_data/uta-orthocom2/image/img2_1.png) no-repeat !important;
	background-size: cover !important;
	background-position: bottom center !important;
}
#menu + section::before {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 38%;
	background: rgba(18, 49, 85, 0.7);
	pointer-events: none;
}
#menu + section::after {
	position: absolute;
	display: block;
	content: "ORTHODONTICS";
	line-height: 1;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	font-size: 14rem;
	top: 10%;
	left: 0;
	right: 0;
	color: #fff;
	pointer-events: none;
	letter-spacing: 0.3rem;
	opacity: 0.08;
	z-index: 1;
	text-align: center;
}
#menu + section .menu_item {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 100%;
}
#menu + section .menu_item .inner_item {
	width: 31%;
	margin-left: 3.5%;
}
#menu + section .menu_item .inner_item:nth-of-type(1),
#menu + section .menu_item .inner_item:nth-of-type(4) {
	margin-left: 0%;
}
#menu + section .menu_item .inner_item:nth-of-type(4),
#menu + section .menu_item .inner_item:nth-of-type(5),
#menu + section .menu_item .inner_item:nth-of-type(6) {
	margin-top: 50px;
}
#menu + section .inner_item {
	position: relative;
	display: block;
}
#menu + section .inner_item p.title {
	position: absolute;
	bottom: 0;
	right: 0;
	margin-bottom: 0;
	padding: 15px 32px 8px 15px;
	font-size: 15px;
	line-height: 1.3;
	background: #fff;
	letter-spacing: 0.1em;
	z-index: 10;
}
#menu + section .inner_item a {
	transition: 0.3s ease-in-out;
}
#menu + section .inner_item a:hover {
	opacity: 0.8;
}
#menu + section .inner_item_txt {
	margin-top: 50px;
}
#menu + section .contents_btn01 {
	margin-top: 30px;
}
#menu + section .contents_btn01 a {
	text-decoration: none;
}
#menu + section .inner_item p.title::before {
	position: absolute;
	top: 2px;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 17px;
	height: 17px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #224b7b;
	right: 5px;
}
#menu + section .inner_item p.title::after {
	position: absolute;
	top: 2px;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	right: 12px;
	width: 4px;
	height: 4px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#menu + section .heading.block_header_1 p,
#menu + section .heading.block_header_1 .h {
	color: #fff;
}
#menu + section .heading.block_header_1 p::before {
	background-image: -webkit-repeating-linear-gradient(135deg, #fff, #fff 1px, transparent 1px, transparent 4px);
	background-image: repeating-linear-gradient(-45deg, #fff, #fff 1px, transparent 1px, transparent 4px);
}
#menu + section .menu_all {
	margin-top: 40px;
	background: #fff;
	padding: 80px 65px 60px 65px;
}
@media screen and (max-width: 1200px) {
	#menu + section::after {
		font-size: 11rem;
		top: 12%;
	}
	#menu + section .inner_item p.title {
		font-size: 13px;
	}
}
@media screen and (max-width: 900px) {
	#menu + section .menu_item .inner_item:nth-of-type(4),
	#menu + section .menu_item .inner_item:nth-of-type(5),
	#menu + section .menu_item .inner_item:nth-of-type(6) {
		margin-top: 30px;
	}
	#menu + section::after {
		font-size: 8rem;
		top: 15%;
	}
	#menu + section .menu_all {
		padding: 55px 30px 35px 30px;
	}
	#menu + section .inner_item p.title {
		padding: 12px 30px 5px 10px;
	}
	#menu + section .inner_item:nth-of-type(4) p.title {
		font-size: 11px;
	}
}
@media screen and (max-width: 680px) {
	#menu + section .inner_item_txt {
		margin-top: 30px;
	}
	#menu + section .menu_all {
		padding: 45px 20px 30px 20px;
	}
	#menu + section::after {
		font-size: 6rem;
		top: 18%;
	}
}
@media screen and (max-width: 635px) {
	#menu + section .menu_item .inner_item {
		width: 100%;
		margin-left: 0%;
	}
	#menu + section .menu_item .inner_item:nth-of-type(2),
	#menu + section .menu_item .inner_item:nth-of-type(3),
	#menu + section .menu_item .inner_item:nth-of-type(4),
	#menu + section .menu_item .inner_item:nth-of-type(5),
	#menu + section .menu_item .inner_item:nth-of-type(6) {
		margin-top: 30px;
	}
	#menu + section .menu_all {
		padding: 40px 50px 30px 50px;
	}
	#menu + section .menu_all img {
		object-position: 50% 50%;
		object-fit: cover;
		height: 200px;
		width: 100%;
	}
	#menu + section .inner_item p.title {
		font-size: 14px !important;
	}
	#menu + section::before {
		height: 20%;
	}
	#menu + section::after {
		top: 160px;
		font-size: 5rem;
	}
}
@media screen and (max-width: 600px) {
	#menu + section::after {
		top: 150px;
		font-size: 4.5rem;
	}
}
@media screen and (max-width: 500px) {
	#menu + section .menu_all img {
		height: 150px;
	}
}
@media screen and (max-width: 400px) {
	#menu + section .menu_all img {
		height: 120px;
	}
	#menu + section .menu_item .inner_item:nth-of-type(2),
	#menu + section .menu_item .inner_item:nth-of-type(3),
	#menu + section .menu_item .inner_item:nth-of-type(4),
	#menu + section .menu_item .inner_item:nth-of-type(5),
	#menu + section .menu_item .inner_item:nth-of-type(6) {
		margin-top: 15px;
	}
	#menu + section .menu_all {
		margin-top: 30px;
		padding: 40px 40px 30px 40px;
	}
}
/*CONCEPT*/
#con1 + section .heading.block_header_2 .h,
#con2 + section .heading.block_header_2 .h,
#con3 + section .heading.block_header_2 .h,
#con4 + section .heading.block_header_2 .h {
	padding-bottom: 8px;
	padding-left: 50px;
	padding-right: 0px;
	font-size: 2.2rem;
	letter-spacing: 0.2rem;
	margin-bottom: 0px;
	border-bottom: 1px solid rgba(18, 49, 85, 0.8);
}
#con1 + section .heading.block_header_2 p,
#con2 + section .heading.block_header_2 p,
#con3 + section .heading.block_header_2 p,
#con4 + section .heading.block_header_2 p {
	font-size: 1.7rem;
}
#con1 + section .heading.block_header_2 .h::before,
#con2 + section .heading.block_header_2 .h::before,
#con3 + section .heading.block_header_2 .h::before,
#con4 + section .heading.block_header_2 .h::before {
	display: none;
}
#con1 + section .heading.block_header_2 .h::after {
	position: absolute;
	display: block;
	content: "01";
	line-height: 1;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	font-size: 3.4rem;
	top: -5px;
	left: 0px;
	pointer-events: none;
	letter-spacing: 0.1rem;
}
#con2 + section .heading.block_header_2 .h::after {
	position: absolute;
	display: block;
	content: "02";
	line-height: 1;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	font-size: 3.4rem;
	top: -5px;
	left: 0px;
	pointer-events: none;
	letter-spacing: 0.1rem;
}
#con3 + section .heading.block_header_2 .h::after {
	position: absolute;
	display: block;
	content: "03";
	line-height: 1;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	font-size: 3.4rem;
	top: -5px;
	left: 0px;
	pointer-events: none;
	letter-spacing: 0.1rem;
}
#con4 + section .heading.block_header_2 .h::after {
	position: absolute;
	display: block;
	content: "04";
	line-height: 1;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	font-size: 3.4rem;
	top: -5px;
	left: 0px;
	pointer-events: none;
	letter-spacing: 0.1rem;
}
#con1 + section .inner_item_img,
#con2 + section .inner_item_img,
#con3 + section .inner_item_img,
#con4 + section .inner_item_img {
	position: relative;
}
#con1 + section .inner_item_img::before,
#con3 + section .inner_item_img::before {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background: #f0f3f7;
	opacity: 1;
	pointer-events: none;
	z-index: -1;
	bottom: -20px;
	left: -30px;
}
#con2 + section .inner_item_img::before,
#con4 + section .inner_item_img::before {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background: #f0f3f7;
	opacity: 1;
	pointer-events: none;
	z-index: -1;
	bottom: -20px;
	right: -30px;
}
@media screen and (max-width: 900px) {
	#con1 + section .heading.block_header_2,
	#con2 + section .heading.block_header_2,
	#con3 + section .heading.block_header_2,
	#con4 + section .heading.block_header_2 {
		text-align: center !important;
		margin-top: 30px;
	}
}
@media screen and (max-width: 500px) {
	#con1 + section .heading.block_header_2 .h,
	#con2 + section .heading.block_header_2 .h,
	#con3 + section .heading.block_header_2 .h,
	#con4 + section .heading.block_header_2 .h {
		font-size: 1.85rem !important;
		padding-left: 45px;
	}
	#con1 + section .heading.block_header_2 .h::after,
	#con2 + section .heading.block_header_2 .h::after,
	#con3 + section .heading.block_header_2 .h::after,
	#con4 + section .heading.block_header_2 .h::after {
		font-size: 3rem;
		top: -4px;
	}
}
/*写真4並び*/
#photo + div .content_wrapper {
	padding: 0 !important;
}
#photo + div .inner_item {
	width: 25% !important;
	margin-left: 0% !important;
	margin-bottom: 0px !important;
}
#photo + div .inner_item_txt {
	margin-top: 0px;
}
@media screen and (max-width: 900px) {
	#photo + div .inner_item {
		width: 50% !important;
	}
}
/*------------------GREETING------------------------*/
#greeting + section .inner_item_txt {
	padding-left: 50px;
}
#greeting + section .inner_item_img {
	padding-bottom: 45px;
	position: relative;
}
#greeting + section .inner_item_img::before {
	position: absolute;
	display: block;
	content: "院長 市川雄大";
	line-height: 1;
	font-weight: normal;
	font-size: 2.1rem;
	bottom: 10px;
	left: 0px;
	right: 0px;
	pointer-events: none;
	letter-spacing: 0.3rem;
}
#greeting + section .inner_item_img::after {
	position: absolute;
	display: block;
	content: "宮崎台おとなこども矯正歯科院長\A";
	line-height: 1.3;
	font-weight: normal;
	font-size: 1.3rem;
	bottom: -35px;
	left: 0px;
	right: 0px;
	pointer-events: none;
	letter-spacing: 0.1rem;
	white-space: pre;
}
@media screen and (max-width: 900px) {
	#greeting + section {
		padding-bottom: 80px;
	}
	#greeting + section .inner_item_txt {
		padding-left: 0px;
	}
	#greeting + section .inner_item_img {
		padding-bottom: 85px;
	}
	#greeting + section .inner_item_img::after {
		bottom: 0px;
	}
	#greeting + section .inner_item_img::before {
		bottom: 45px;
	}
}
@media screen and (max-width: 600px) {
	#greeting + section {
		padding-bottom: 65px;
	}
}
/*------------------ACCESS------------------------*/
.access_all iframe {
	width: 100% !important;
	height: 100% !important;
	max-width: 100%;
	max-height: 100%;
}
.access_all {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 100%;
}
.access_all .canvas {
	width: 45%;
}
.access_all .info_sche {
	width: 46%;
	margin-left: 7%;
}
.access_all .schedule table {
	width: 100%;
}
.access_all .tb01 {
	margin-bottom: 15px;
	border-spacing: 0;
	border-collapse: collapse;
	white-space: nowrap;
	letter-spacing: 0.2rem;
}
.access_all .tb01 thead th,
.access_all .tb01 thead td {
	height: 50px;
	font-weight: normal;
}
.access_all .tb01 td,
.access_all .tb01 th {
	border-bottom: 1px solid rgba(18, 49, 85, 0.5);
	vertical-align: middle;
}
.access_all .tb01 th {
	width: 33%;
	line-height: 1;
	white-space: nowrap;
	text-align: center;
	font-weight: normal;
}
.access_all .tb01 tbody th,
.access_all .tb01 tbody td {
	padding-top: 12px;
	padding-bottom: 12px;
}
.access_all .tb01 td {
	padding: 0 4px;
	text-align: center;
}
.access_all .schedule .circle {
	display: block;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	margin: auto;
	background: #224874;
}
.access_all li,
.access_all ul {
	list-style: none !important;
	margin: 0;
	padding: 0 !important;
	letter-spacing: 0.2rem;
}
.access_all .schedule_note {
	font-size: 1.5rem;
	line-height: 1.8;
}
.access_all .text {
	margin-top: 25px;
	padding: 15px 25px;
	background: #f0f3f7;
}
@media screen and (max-width: 850px) {
	.access_all .canvas {
		width: 80%;
		margin-left: 10%;
		order: 2;
	}
	.access_all .info_sche {
		width: 80%;
		margin-left: 10%;
		order: 1;
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 600px) {
	.access_all {
		margin-top: -20px;
	}
	.access_all .canvas {
		width: 90%;
		margin-left: 5%;
	}
	.access_all .info_sche {
		width: 90%;
		margin-left: 5%;
	}
}
@media screen and (max-width: 450px) {
	.access_all iframe[src*="calendar.google.com"] {
		transform: inherit;
		transform-origin: inherit;
		margin-bottom: 0;
	}
}
/*-----------------開閉js箇所修正------------------------*/
#item01 + section .wrapper_item,
#item02 + section .wrapper_item,
#item03 + section .wrapper_item {
	margin-top: 0px;
}
#item01 + section .heading.block_header_2 .h,
#item02 + section .heading.block_header_2 .h,
#item03 + section .heading.block_header_2 .h {
	padding-bottom: 10px;
}
#item01 + section .heading.block_header_2 .h,
#item02 + section .heading.block_header_2 .h,
#item03 + section .heading.block_header_2 .h {
	padding-right: 25px;
	padding-left: 12px;
	position: relative;
	border: none;
	padding-bottom: 5px;
	font-size: 1.9rem !important;
}
#item01 + section .heading.block_header_2 .h::after,
#item02 + section .heading.block_header_2 .h::after,
#item03 + section .heading.block_header_2 .h::after {
	position: absolute;
	content: '';
	display: inline-block;
	width: 10px;
	height: 15px;
	background-image: url(/common/upload_data/uta-orthocom2/image/arrow_1_1.png);
	background-repeat: no-repeat;
	background-size: contain;
	right: 0;
	top: 5px;
}
#item01 + section .heading.block_header_2 .h::before,
#item02 + section .heading.block_header_2 .h::before,
#item03 + section .heading.block_header_2 .h::before {
	display: none;
}
@media screen and (max-width: 900px) {
	#item01 + section .heading.block_header_2 .h,
	#item02 + section .heading.block_header_2 .h,
	#item03 + section .heading.block_header_2 .h {
		font-size: 1.7rem !important;
	}
}
@media screen and (max-width: 480px) {
	#item01 + section .heading.block_header_2 .h,
	#item02 + section .heading.block_header_2 .h,
	#item03 + section .heading.block_header_2 .h {
		font-size: 1.6rem !important;
		padding-right: 20px;
		padding-left: 10px;
	}
	#item01 + section.block_text_4 .heading,
	#item02 + section.block_text_4 .heading,
	#item03 + section.block_text_4 .heading {
		width: calc(100% - 15px);
	}
	#item01 + section .heading.block_header_2 .h::after,
	#item02 + section .heading.block_header_2 .h::after,
	#item03 + section .heading.block_header_2 .h::after {
		top: 3px;
	}
}
#fixbtn.no .fixbtnwrap {
	display: none;
}
header .wraper > .inner > .header_col1 {
	display: none;
}
@media screen and (min-width: 901px) {
	header {
		position: fixed;
		top: 0 !important;
		background: rgba(255, 255, 255, 0.95) !important;
		opacity: 1 !important;
	}
	header .logo a img {
		max-height: 99px !important;
	}
	header h1 {
		display: block !important;
	}
	header nav ul.nav_1st > li > a span {
		line-height: 3.5 !important;
	}
	body.scrolled header:not(.nofixed)#pattern2 .header_contents {
		padding-bottom: 5px !important;
	}
}
@media screen and (max-width: 900px) {
	header {
		background: rgba(255, 255, 255, 0.95) !important;
		box-shadow: 0px 3px 5px rgb(0 0 0 / 8%) !important;
	}
	body.scrolled header .logo a img {
		max-height: 55px !important;
	}
	header .wraper > .inner > .header_col1 {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
		align-items: center;
		width: calc(100% - 170px);
	}
	header .wraper > .inner > .header_col1 .btn2 {
		width: auto;
		margin: 5px;
		z-index: 2;
	}
	header .wraper > .inner > .header_col1 .btn2 > a {
		background-color: var(--i_btn_color);
		border-radius: 50%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		padding: 19px;
		transition: .5s ease-in-out;
	}
	header .wraper > .inner > .header_col1 .btn2 > a:hover {
		opacity: 0.6;
	}
	header .wraper > .inner > .header_col1 .btn2 > a span {
		color: #ffffff;
		display: inline-block;
		bottom: 7px;
	}
}
#btn_ft_sp1 + *,
#btn_ft_sp2 + *,
#btn_ft_sp3 + * {
	display: none;
}
@media screen and (max-width: 900px) {
	#btn_ft1 + *,
	#btn_ft2 + * {
		display: none;
	}
	#btn_ft_sp1 + *,
	#btn_ft_sp2 + *,
	#btn_ft_sp3 + * {
		display: block;
	}
	#btn_ft_sp1 + * .content_wrapper > a,
	#btn_ft_sp2 + * .content_wrapper > a,
	#btn_ft_sp3 + * .content_wrapper > a {
		min-width: auto;
		width: calc(100% / 2 - 18px);
	}
	#btn_ft_sp1 + * .content_wrapper > a span,
	#btn_ft_sp2 + * .content_wrapper > a span,
	#btn_ft_sp3 + * .content_wrapper > a span {
		font-size: 1.4rem;
		padding: 9px 22px 9px 10px;
	}
}
/*SPバーガーメニュー内のGナビにテキスト追加*/
@media screen and (max-width: 900px) {
	header nav ul.nav_1st li:nth-child(2) a span,
	header nav ul.nav_1st li:nth-child(6) a span,
	header nav ul.nav_1st li:nth-child(7) a span {
		position: relative;
	}
	header nav ul.nav_1st li:nth-child(2) a span::before {
		position: absolute;
		display: block;
		content: "(特徴・治療の流れ)";
		font-size: 1.5rem;
		letter-spacing: 0.2rem;
		color: var(--i_txt_color);
		top: -3px;
		left: 90px;
		pointer-events: none;
	}
	header nav ul.nav_2nd > li > a span::before {
		display: none !important;
	}
	header nav ul.nav_1st li:nth-child(6) a span::before {
		position: absolute;
		display: block;
		content: "(出っ歯、抜歯・非抜歯など)";
		font-size: 1.5rem;
		letter-spacing: 0.2rem;
		color: var(--i_txt_color);
		top: -3px;
		left: 75px;
		pointer-events: none;
	}
	header nav ul.nav_1st li:nth-child(7) a span::before {
		position: absolute;
		display: block;
		content: "・支払方法・医療費控除など";
		font-size: 1.5rem;
		letter-spacing: 0.2rem;
		color: var(--i_txt_color);
		top: -3px;
		left: 50px;
		pointer-events: none;
	}
}
/*SPヘッダーアイコンにテキスト追加*/
@media screen and (min-width: 901px) {
	#top_calendar {
		padding-top: 170px;
		margin-top: -170px;
	}
}
@media screen and (max-width: 900px) {
	.btn2 .material-icons-outlined {
		font-size: 23px;
	}
	.header_col1 .tel_link span,
	.header_col1 .reservation_link span {
		position: relative;
	}
	.header_col1 .tel_link span::before {
		position: absolute;
		display: block;
		content: "TEL";
		font-size: 1.2rem;
		letter-spacing: 0.1rem;
		color: #fff;
		top: 26px;
		left: 0;
		right: 0;
		pointer-events: none;
	}
	.header_col1 .reservation_link span::before {
		position: absolute;
		display: block;
		content: "予約";
		font-size: 1.2rem;
		letter-spacing: 0.1rem;
		color: #fff;
		top: 26px;
		left: 0;
		right: 0;
		pointer-events: none;
	}
	.header_col1 .calendar_link {
		position: relative;
	}
	.header_col1 .calendar_link .text {
		line-height: 1.4;
		font-size: 12px;
	}
	header .wraper > .inner > .header_col1 .btn2 > a {
		aspect-ratio: 1/1;
	}
	header .wraper > .inner > .header_col1 .calendar_link a {
		padding: 12px;
		width: 38px;
	}
	header .wraper > .inner > .header_col1 {
		width: auto;
		flex-wrap: nowrap;
		margin-right: 50px;
		gap: 8px;
		padding: 10px 0;
	}
	header .wraper > .inner {
		justify-content: space-between;
		gap: 10px;
	}
	header .wraper > .inner > .header_col1 .btn2 {
		margin: 0;
	}
}
/*ヘッダーテキスト追加*/
.header_text3 {
	display: none;
	font-size: 1.3rem;
	line-height: 1.45;
}
.header_text2 {
	text-align: right;
	font-size: 1.4rem;
	line-height: 1.5;
}
@media screen and (max-width: 900px) {
	.header_text3 {
		display: block;
	}
	.header_text2 {
		display: none;
	}
}
/*-----------流れレイアウト調整-------------*/
#flow + div.composite_box01 .content_wrapper .inner_item .heading .h {
	background: #50adec;
	display: inline-block;
	padding: 1px 20px;
	font-size: 16px;
	font-weight: 600;
}
#flow2 + div.composite_box01 .content_wrapper .inner_item .heading .h {
	background: #50adec;
	display: inline-block;
	padding: 1px 20px;
	font-size: 16px;
	font-weight: 600;
}
@media(max-width: 900px) {
	#flow2 + div.composite_box01 .content_wrapper .inner_item .heading .h,
	#flow + div.composite_box01 .content_wrapper .inner_item .heading .h {
		font-size: 15px !important;
	}
}
.footer_name {
	margin-bottom: 10px;
	font-size: 1.5rem;
}
/*---パンくず表示
------------------------------------*/
@media screen and (max-width: 400px) {
	#pan {
		display: block;
	}
}
/*----------追従フッター追加--------------*/
#fixed-right {
	position: fixed;
	top: 60%;
	right: 0;
	z-index: 1000;
}
.fixed-right {
	background-color: #242852;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-rl;
	text-orientation: upright;
}
.fixed-right a {
	color: #FFFFFF;
	padding: 25px 10px;
	display: inline-block;
	width: 100%;
	letter-spacing: 3px;
	transition: all .3s ease-out;
}
.fixed-right a:hover {
	opacity: 0.8;
}
@media screen and (max-width: 900px) {
	#fixed-right {
		display: none;
	}
}
/* 修正 */
.pt30 {
	padding-top: 30px;
}
.pb30 {
	padding-bottom: 30px;
}
.no_top {
	text-align: center;
}
/*---ボタン調整---*/
.button-container {
	display: flex;
	align-items: center;
	justify-content: center;
}
.button-container:nth-child(2) {
	margin-top: 30px;
}
.custom-button {
	background-color: var(--i_btn_color);
	color: white;
	padding: 15px 60px;
	text-align: center;
	text-decoration: none;
	position: relative;
	display: inline-block;
	width: 270px;
	transition: .5s ease-in-out;
}
.custom-button:hover {
	background-color: var(--i_btn_hover_color);
}
.custom-button .top_text {
	font-size: 12px;
}
.custom-button .top_text span {
	font-size: 14px;
	color: #E7E736;
}
.custom-button .text {
	font-size: 18px;
}
.button-container:nth-child(1) .custom-button::after {
	content: "ご予約へ";
	position: absolute;
	bottom: 0px;
	right: 0px;
	font-size: 12px;
	color: #fff;
}
.triangle-container {
	position: absolute;
	bottom: -10px;
	right: -10px;
	width: 0;
	height: 0;
	border-bottom: 60px solid #00bfff;
	border-left: 120px solid transparent;
}
/* 特定ナビにテキスト追加 */
@media (width <=900px) {
	header nav ul.nav_1st > li > a[href*='/20240403114156/'] span::before {
		content: '矯正歯科治療に伴う一般的な';
	}
}
@media screen and (max-width: 900px) {
	#greeting + section {
		padding-bottom: 30px;
	}
	#greeting_bottom + section.contents_box01 .content_wrapper .inner_item_img {
		display: none;
	}
}
@media screen and (max-width: 600px) {
	#greeting + section {
		padding-bottom: 30px;
	}
}
/* ------著者情報追記-2026/04/28------- */
.article-signature .inner_item {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}
.article-signature .inner_item > a {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-basis: 50%;
    max-width: 50%;
}
.article-signature .inner_item_txt {
    flex-basis: 45%;
    max-width: 45%;
    padding-left: 5%;
}
.article-signature .inner_item_txt .contents_btn01 {
    margin-top: 30px;
    text-align: right;
}
.article-signature .contents_btn01 a {
    text-decoration: none;
}
@media screen and (max-width: 768px) {
    .article-signature .inner_item {
        display: block;
    }
    .article-signature .inner_item_img {
        text-align: center;
        margin: 0 auto 10px;
        width: 100%;
        max-width: 100%;
    }
    .article-signature .inner_item > a {
        flex-basis: 100%;
        max-width: 100%;
    }
    .article-signature .inner_item_txt {
        flex-basis: 100%;
        max-width: 100%;
    }
    .article-signature .inner_item_txt .contents_btn01 {
        text-align: center;
    }
}
