@charset "shift_jis";
/* link */
a:link    { color: inherit; text-decoration: none; }
a:visited { color: inherit; text-decoration: none; }
/* sup */
sup { top: -1.0em;}
@font-face {
	font-family: 'Noto Sans CJK JP';
	font-style: normal;
	font-weight: 400;
	src:url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'),
			url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'),
			url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
}
/*content wrap*/
body{
	font-family: 'Heebo', 'Noto Sans CJK JP', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#pageContainer{
	overflow-x: hidden;
	color: #333;
}

.w28{
	width: 28px;
}

@media print, screen and (min-width: 751px){
	.sp{
		display: none;
	}
	/*--------------------------------
	 * header
	--------------------------------*/
	#header{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		padding: 15px 0;
		background-color: #ffffff;
		border-bottom: 1px solid #e7e7e7;
		z-index: 100;
	}
	#header + *{
		margin-top: 81px !important;
	}
	.dental_cre-header--wrap{

	}
	.dental_cre-header--wrap > .dental_cre-header--left{
		float: left;
	}
	.dental_cre-header--wrap > .dental_cre-header--right{
		float: right;
	}
	.dental_cre-header--wrap > .dental_cre-header--right > *{
		float: left;
	}
	.dental_cre-header--wrap > .dental_cre-header--right > *:nth-child(n+2){
		margin-left: 12px;
	}
	.dental_cre-header--button a{
		display: block;
		width: 190px;
		height: 48px;
		padding: 13px 10px 10px 10px;
		background-color: #008191;
		color: #fff;
		text-align: center;
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.4;
		box-shadow: 0 0 0 2px #008191 inset, 0 0 0 3px #fff inset;
	}
	.dental_cre-header--button a:link{
		text-decoration: none;
	}
	.dental_cre-header--button a:hover{
		background: #b4b4b4;
		box-shadow: 0 0 0 2px #b4b4b4 inset, 0 0 0 3px #fff inset;
	}
	.dental_cre-hamburger--wrap a{
		position: relative;
		display: block;
		width: 50px;
		height: 50px;
		border: 2px solid #000000;
	}
	.dental_cre-hamburger--wrap a:hover{
		background: #b4b4b4;
	}
	.dental_cre-hamburger--wrap a:link{
		text-decoration: none;
	}
	.dental_cre-hamburger--wrap a .dental_cre-hamburger__bar--wrap{
		display: block;
		transform: rotateY(0);
		transition: all .3s ease 0s
	}
	.dental_cre-hamburger--wrap a .dental_cre-hamburger__bar--top,
	.dental_cre-hamburger--wrap a .dental_cre-hamburger__bar--middle,
	.dental_cre-hamburger--wrap a .dental_cre-hamburger__bar--bottom{
		display: inline-block;
		width: 27px;
		height: 3px;
		background: #000;
		transform: rotate(0) ;
		opacity: 1;
		transition: all .3s ease 0s
	}
	.dental_cre-hamburger--wrap a .dental_cre-hamburger__bar--top{
		position: absolute;
		top: 7px;
		left: 10px;
	}
	.dental_cre-hamburger--wrap a .dental_cre-hamburger__bar--middle{
		position: absolute;
		top: 16px;
		left: 10px;
	}
	.dental_cre-hamburger--wrap a .dental_cre-hamburger__bar--bottom{
		position: absolute;
		top: 24px;
		left: 10px;
	}
	.dental_cre-hamburger--wrap a .dental_cre-hamburger__bar--text{
		position: absolute;
		top: 34px;
		left: 0;
		width: 100%;
		text-align: center;
		font-weight: bold;
		font-size: 10px;
		line-height: 1;
	}
	.dental_cre-hamburger--wrap a.open{
		background: #4a4a4a;
		color: #fff;
	}
	.dental_cre-hamburger--wrap a.open:hover{
		background: #b4b4b4;
	}
	.dental_cre-hamburger--wrap a.open .dental_cre-hamburger__bar--wrap{
		transform: rotateY(-360deg);
	}
	.dental_cre-hamburger--wrap a.open .dental_cre-hamburger__bar--top,
	.dental_cre-hamburger--wrap a.open .dental_cre-hamburger__bar--middle,
	.dental_cre-hamburger--wrap a.open .dental_cre-hamburger__bar--bottom{
		background: #ffffff;
	}
	.dental_cre-hamburger--wrap a.open .dental_cre-hamburger__bar--top{
		position: absolute;
		top: 16px;
		left: 10px;
		transform: rotateZ(45deg);
	}
	.dental_cre-hamburger--wrap a.open .dental_cre-hamburger__bar--middle{
		opacity: 0;
		transform: rotateZ(0);
	}
	.dental_cre-hamburger--wrap a.open .dental_cre-hamburger__bar--bottom{
		position: absolute;
		top: 16px;
		left: 10px;
		transform: rotateZ(-45deg);
	}
	.dental_cre-headerNavigation01{
		position: absolute;
		top: 100%;
		left: 0;
		display: none;
		width: 100%;
		background-color: #fff;
		text-align: center;
		height: calc(100vh - 81px);
		overflow-y: auto;
	}
	ul.dental_cre-headerNavigation01--list > li a{
		display: block;
		border-top: 1px solid #cccccc;
		padding: 15px;
		text-decoration: none;
		font-size: 20px;
		font-size: 2.0rem;
	}
	ul.dental_cre-headerNavigation01--list > li a:hover{
		background-color: #4a4a4a;
		color: #fff;
	}
	ul.dental_cre-headerNavigation01--list > li:last-child a{
		display: block;
		border-bottom: 1px solid #cccccc;
	}
	/*--------------------------------
	 * footer
	--------------------------------*/
	#footer {
		margin-top: 0;
		border-top: none;
		padding: 20px 0;
		text-align: center;
		font-size: 14px;
		font-size: 1.4rem;
	}
	
	/*--------------------------------
	 * contents
	--------------------------------*/
	#mainContainer{
		width: 1200px;
		margin: 0 auto;
		font-size: 18px;
		font-size: 1.8rem;
		color: #333;
	}
	
	/* ---- mainVisual ---- */
	.dental_cre-mainVisual{
		margin: 0 calc(((100vw - 100%) / 2) * -1);
		padding-top: 25px;
		background: url("/dental_cre/img/index_bg01.png") 0 0 repeat-x;
		height: 410px;
	}
	.dental_cre-mainVisual__text {
		color: #008191;
		font-size: 4.2rem;
		font-weight: bold;
		text-align: center;
	}
	.dental_cre-mainVisual__text--large {
		font-size: 6rem;
	}
	.dental_cre-mainVisual__text--small {
		font-size: 4rem;
	}
	.dental_cre-mainVisual__img {
		margin-top: 30px;
		text-align: center;
	}
	
	/* ---- ancNav ---- */
	.dental_cre-ancNav-wrap {
		margin:30px 0 0;
	}
	.dental_cre-ancNav {
		display: flex;
		flex-flow: row wrap;
		padding: 0 10px;
		box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
		border-radius: 30px;
	}
	.dental_cre-ancNav li {
		position: relative;
		width: calc(100% / 4);
		min-height: 85px;
		border-bottom: 1px solid #a2d0d7;
	}
	.dental_cre-ancNav li::after {
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		width: 1px;
		height: 60px;
		background-color: #a2d0d7;
		content: "";
	}
	.dental_cre-ancNav li:nth-of-type(4n)::after {
		display: none;
	}
	.dental_cre-ancNav li:nth-of-type(n+5) {
		border-bottom: none;
	}
	.dental_cre-ancNav__link {
		position: relative;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		height: 100%;
		padding: 20px 40px 20px 10px;
	}
	.dental_cre-ancNav__link::after {
		position: absolute;
		top: 50%;
		right: 20px;
		transform: rotate(135deg);
		width: 8px;
		height: 8px;
		margin-top: -5px;
		border-top: 2px solid #45a2b0;
		border-right: 2px solid #45a2b0;
		content: "";
	}
	.dental_cre-ancNav__link.noAnc::after {
		transform: rotate(45deg);
	}
	.dental_cre-ancNav__link__img {
		min-width: 40px;
		text-align: center;
	}
	.dental_cre-ancNav__link__text {
		margin: 5px 0 0 10px;
		line-height: 1;
		letter-spacing:-1px;
	}
	.dental_cre-ancNav__link:hover {
		text-decoration: underline!important;
	}
	.dental_cre-ancNav__link:hover img {
		opacity: 0.7;
	}
	
	/* ---- button ---- */
	.dental_cre-buttonLink01-wrap {
		display: flex;
		justify-content: center;
		margin-top: 22px;
	}
	.dental_cre-buttonLink01 {
		display: flex;
		position: relative;
		align-items: center;
		width: 290px;
		min-height: 80px;
		padding: 20px 40px 20px 20px;
		border-radius: 20px;
		box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
	}
	.dental_cre-buttonLink01::after {
		position: absolute;
		top: 50%;
		right: 20px;
		transform: rotate(45deg);
		width: 8px;
		height: 8px;
		margin-top: -5px;
		border-top: 2px solid #dc322c;
		border-right: 2px solid #dc322c;
		content: "";
	}
	.dental_cre-buttonLink01 + .dental_cre-buttonLink01 {
		margin-left: 20px;
	}
	.dental_cre-buttonLink01:hover {
		text-decoration: underline!important;
	}
	.dental_cre-buttonLink01:hover img {
		opacity: 0.7;
	}
	.dental_cre-buttonLink01__text {
		margin-left: 18px;
	}
	.dental_cre-buttonLink02-wrap,
	.dental_cre-buttonLink02--center-wrap {
		margin-top: 58px;
		text-align: center;
	}
	.dental_cre-buttonLink02,
	.dental_cre-buttonLink02--center {
		display: inline-block;
		position: relative;
		min-width: 710px;
		padding: 25px 70px;
		border: 2px solid  #d0372c;
		border-radius: 10px;
		background-color: #d0372c;
		color: #fff!important;
		font-size: 2.8rem;
		font-weight: bold;
		transition: box-shadow 0.4s ease-out, background 0.4s ease-out, color 0.4s ease-out, background 0.4s ease-out;
	}
	.dental_cre-buttonLink02.cardapply {
		background-color: #fff;
		color: #333!important;
	}
	.dental_cre-buttonLink02::before,
	.dental_cre-buttonLink02--center::before {
		position: absolute;
		top: 50%;
		right: 25px;
		width: 34px;
		height: 34px;
		margin-top: -18px;
		border: 2px solid  #d0372c;
		border-radius: 50%;
		background-color: #fff;
		content: "";
	}
	.dental_cre-buttonLink02::after,
	.dental_cre-buttonLink02--center::after {
		position: absolute;
		top: 50%;
		right: 40px;
		transform: rotate(45deg);
		width: 10px;
		height: 10px;
		margin-top: -5px;
		border-top: 1px solid #dc322c;
		border-right: 1px solid #dc322c;
		content: "";
	}
	.dental_cre-buttonLink02:hover,
	.dental_cre-buttonLink02--center:hover {
		box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgba(0,0,0,0.2);
		background: #fff;
		color: #333!important;
	}
	.dental_cre-buttonLink02.cardapply:hover {
		background: #d0372c;
		color: #fff!important;
	}
	.dental_cre-buttonLink03-wrap{
		width: 1200px;
		text-align: right;
		margin: -23px auto 0;
	}
	.dental_cre-buttonLink03-wrap a:hover{
		opacity: 0.7;
	}
	.dental_cre-buttonLink03-wrap .dental_cre-buttonLink03{
		position: relative;
		text-align: center;
		background-color: #45a2b0;
		color: #fff;
		border-radius: 20px;
		padding: 17px 52px 16px;
		box-shadow: 0px 0px 10px -5px #777777;
	}
	.dental_cre-buttonLink03-wrap .dental_cre-buttonLink03::before{
		position: absolute;
		background: url("/dental_cre/img/index_ic08.png") no-repeat 0 0 / contain;
		top: 38%;
		right: 19px;
		width: 8px;
		height: 14px;
		content: '';
	}
	.dental_cre-buttonLink04-wrap {
		display: flex;
		justify-content: center;
		margin-top: 25px;
		gap: 15px calc(100% - (580px * 2));
	}
	.dental_cre-buttonLink04-wrap .dental_cre-buttonLink04 {
		width: 580px;
	}
	.dental_cre-buttonLink04-wrap .dental_cre-buttonLink04 a {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		width: 100%;
		min-height: 70px;
		padding: 5px 50px;
		border: 2px solid #45a2b0;
		border-radius: 20px;
		background-color: #45a2b0;
		box-shadow: 0 0 10px 5px rgba(40, 40, 40, 0.1);
		text-align: center;
		font-size: 2.4rem;
		color: #fff;
	}
	.dental_cre-buttonLink04-wrap .dental_cre-buttonLink04 a:hover {
		opacity: 0.7;
	}
	.dental_cre-buttonLink04-wrap .dental_cre-buttonLink04 a::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 16px;
		width: 8px;
		height: 8px;
		margin-top: -7px;
		border-bottom: 2px solid #fff;
		border-right: 2px solid #fff;
		transform: rotate(45deg);
	}
	.dental_cre-buttonLink04-wrap .dental_cre-buttonLink04 a.type02 {
		border: 2px solid #008191;
		background-color: #fff;
		color: #008191;
	}
	.dental_cre-buttonLink04-wrap .dental_cre-buttonLink04 a.type02::before {
		border-bottom: 2px solid #008191;
		border-right: 2px solid #008191;
	}
	.dental_cre-buttonLink04-wrap .dental_cre-buttonLink04 a.type02.noIcon::before {
		content: none;
	}
	.dental_cre-buttonLink04-wrap .dental_cre-buttonLink04 a.pdf::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 17px;
		width: 24px;
		height: 24px;
		margin-top: -12px;
		border: none;
		background: url("/dental_cre/img/index_ic10.png") no-repeat 0 0 / contain;
		transform: none;
	}
	/* ---- heading ---- */
	.dental_cre-heading02-wrap {
		margin-top: 50px;
	}
	.dental_cre-heading02 {
		padding: 18px 25px 12px;
		border-radius: 10px;
		background-color: #45a2b0;
		color: #fff;
		font-size: 2.6rem;
		font-weight: bold;
	}
	.dental_cre-heading03-wrap {
		margin-top: 70px;
	}
	.dental_cre-heading03 {
		padding-bottom: 15px;
		border-bottom: 1px solid #bfbfbf;
		color: #444;
		font-size: 2.6rem;
		font-weight: bold;
		line-height: 1;
	}
	
	/* ---- margin-top ---- */
	.pcMt5 {
		margin-top: 5px!important;
	}
	.pcMt10 {
		margin-top: 10px!important;
	}
	.pcMt15 {
		margin-top: 15px!important;
	}
	.pcMt20 {
		margin-top: 20px!important;
	}
	.pcMt25 {
		margin-top: 25px!important;
	}
	.pcMt35 {
		margin-top: 35px!important;
	}
	.pcMt40 {
		margin-top: 40px!important;
	}
	.pcMt50 {
		margin-top: 50px!important;
	}
	.pcMt80 {
		margin-top: 80px!important;
	}
	
	/* ---- list ---- */
	.dental_cre-unorder-list-wrap {
		margin-top: 20px;
	}
	.dental_cre-unorder-list > li{
		position: relative;
		padding-left: 15px;
		color: #4f4f4f;
		line-height: 1.4;
		letter-spacing: -0.5px;
	}
	.dental_cre-unorder-list > li + li{
		margin-top: 5px;
	}
	.dental_cre-unorder-list__mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.dental_cre-note-list01 > li{
		position: relative;
		padding-left: 20px;
		color: #4f4f4f;
	}
	.dental_cre-note-list01--small {
		text-align: center;
	}
	.dental_cre-note-list01--small > li {
		display: inline-block;
		position: relative;
		padding-left: 15px;
		color: #4f4f4f;
		font-size: 14px;
		font-size: 1.4rem;
	}
	.dental_cre-note-list01__mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.dental_cre-note-list02-wrap {
		margin-top: 15px;
		text-align: center;
	}
	.dental_cre-note-list02 > li {
		display: inline-block;
		position: relative;
		padding-left: 20px;
		color: #4f4f4f;
	}
	.dental_cre-note-list02__mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.dental_cre-note-list03-wrap {
		text-align: center;
	}
	.dental_cre-note-list03 > li {
		display: inline-block;
		position: relative;
		padding-left: 20px;
		color: #333;
		font-size: 2rem;
	}
	.dental_cre-note-list03__mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	
	/* ---- link ---- */
	.dental_cre-util-link {
		display: inline;
		color: #008191!important;
		text-decoration: underline!important;
	}
	.dental_cre-util-link:hover {
		text-decoration: none!important;
	}
	
	/* ---- text ---- */
	.dental_cre-text--center {
		text-align: center;
	}
	.dental_cre-text--L {
		font-size: 2.0rem;
	}
	
	/* ---- dental_cre-content01 ---- */
	.dental_cre-content01 {
		margin: 25px 0 80px 0;
	}
	.dental_cre-content01__img {
		text-align: center;
	}
	.dental_cre-content01__read {
		margin-top: 30px;
		font-size: 3rem;
		font-weight: bold;
		text-align: center;
	}
	.dental_cre-read--accent {
		color: #008191;
		font-size: 4.5rem;
	}
	.dental_cre-content01__text {
		margin-top: 10px;
		text-align: center;
	}
	.dental_cre-content01__column {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		width: 100%;
		margin-top: 50px
	}
	.dental_cre-content01__column__item {
		width: calc(((100% - (60px)) / 3) - 0.1px);
	}
	.dental_cre-content01__box {
		height: 100%;
		padding: 30px 36px 24px;
		border-radius: 25px;
		box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
	}
	.dental_cre-content01__box__title {
		display: inline-block;
		position: relative;
		padding-left: 60px;
		color: #4f4f4f;
		font-size: 2.6rem;
		font-weight: bold;
	}
	.dental_cre-content01__box__title__mark {
		display: inline-block;
		position: absolute;
		top: 0;
		left: 0;
		width: 38px;
		height: 38px;
		border-radius: 50%;
		background-color: #44a1b1;
		color: #fff;
		font-size: 2.8rem;
		text-align: center;
	}
	.dental_cre-content01__box__body {
		padding-top: 30px;
		text-align: center;
	}
	.dental_cre-content01__box__img {
		height: 112px;
	}
	.dental_cre-content01__box__detail {
		margin-top: 5px;
	}
	.dental_cre-content01__box__text {
		color: #4f4f4f;
		font-size: 2.2rem;
		line-height: 1.4;
	}
	.dental_cre-content01__box__read {
		margin-top: 10px;
		color: #008191;
		font-size: 3.5rem;
		font-weight: bold;
		line-height: 1;
	}
	.dental_cre-content01__box__read--large {
		font-size: 4.5rem;
	}
	.dental_cre-content01__button-wrap {
		display: flex;
		justify-content: center;
		margin-top: 50px;
	}
	.dental_cre-content01__button {
		position: relative;
		width: 710px;
		padding: 15px 60px 10px;
		border-radius: 10px;
		background-color: #e8e8e8;
		font-size: 2.4rem;
		font-weight: bold;
		text-align: center;
	}
	.dental_cre-content01__button::before {
		position: absolute;
		top: 50%;
		right: 27px;
		width: 34px;
		height: 34px;
		margin-top: -17px;
		border-radius: 50%;
		background-color: #fff;
		content: "";
	}
	.dental_cre-content01__button::after {
		position: absolute;
		top: 50%;
		right: 40px;
		transform: rotate(45deg);
		width: 10px;
		height: 10px;
		margin-top: -5px;
		border-top: 1px solid #dc322c;
		border-right: 1px solid #dc322c;
		content: "";
	}
	.dental_cre-content01__button:hover {
		opacity: 0.7;
	}
	
	/* ---- dental_cre-content02 ---- */
	.dental_cre-content02 {
		margin: 26px 0 110px 0;
	}
	.dental_cre-content02__box01 {
		display: flex;
		justify-content: space-between;
		padding: 50px 70px 40px 70px;
		border-radius: 30px;
		box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
	}
	.dental_cre-content02__box01__head {
		width: 354px;
		margin-right: 120px;
	}
	.dental_cre-content02__box01__body {
		width: calc((100% - 474px) - 0.1px);
		padding-top: 20px;
		border-radius: 20px;
		background-color: #e8e8e8;
	}
	.dental_cre-content02__box01__read {
		color: #4f4f4f;
		font-size: 2.2rem;
	}
	.dental_cre-content02__box01__text {
		padding: 7px 10px 4px;
		border-radius: 22px;
		font-size: 2.2rem;
	}
	.dental_cre-content02__box01__description-list-wrap {
		display: flex;
	}
	.dental_cre-content02__box01__description-list {
		text-align: center;
		margin-top: 20px;
		width: 100%;
	}
	.dental_cre-content02__box01__description-list + .dental_cre-content02__box01__description-list {
		position: relative;
		margin-left: 30px;
	}
	.dental_cre-content02__box01__description-list + .dental_cre-content02__box01__description-list::after {
		position: absolute;
		content: '';
		top: calc(50% - 15px);
		left: -65px;
		width: 35px;
		height: 35px;
		border-top: 6px solid #4f4f4f;
		border-right: 6px solid #4f4f4f;
		transform: rotate(45deg) translateY(-50%);
	}
	.dental_cre-content02__box01__description-list > dt {
		color: #444444;
		font-size: 2.2rem;
	}
	.dental_cre-content02__box01__description-list > dd {
		color: #444444;
		font-weight: bold;
	}
	.dental_cre-content02__box01__description-list > dd.dental_cre-text--green {
		color: #008191;
	}
	.dental_cre-content02__box01__description-text__L {
		font-size: 3.0rem;
	}
	.dental_cre-content02__box01__description-text__LL {
		font-size: 3.6rem;
	}
	.dental_cre-content02__box01__description-text__L > span {
		font-size: 5.0rem;
	}
	.dental_cre-content02__box01__description-text__LL > span {
		font-size: 6.0rem;
	}
	.dental_cre-content02__column {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		margin-top: 30px;
	}
	.dental_cre-content02__column__item {
		width: calc(((100% - (40px)) / 2) - 0.1px);
	}
	.dental_cre-content02__box02,
	.dental_cre-content02__box03 {
		display: flex;
		align-items: center;
		height: 100%;
		border-radius: 30px;
		box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
	}
	.dental_cre-content02__box02 {
		padding: 15px 20px;
	}
	.dental_cre-content02__box03 {
		padding: 6px 10px 15px;
	}
	.dental_cre-content02__box02__head,
	.dental_cre-content02__box03__head {
		min-width: 132px;
		margin-right: 30px;
	}
	.dental_cre-content02__box02__text,
	.dental_cre-content02__box03__text{
		color: #4f4f4f;
		font-size: 2.2rem;
	}
	
	/* ---- dental_cre-content03 ---- */
	.dental_cre-content03 {
		margin: 45px 0 100px 0;
	}
	.dental_cre-content03__step {
		display: flex;
		justify-content: center;
		text-align: center;
	}
	.dental_cre-content03__step > li{
		width: 270px;
		position: relative;
	}
	.dental_cre-content03__step > li:nth-child(n+2) {
		margin-left: 40px;
	}
	.dental_cre-content03__step > li:nth-child(n+2)::before {
		position: absolute;
		top: 0;
		left: -33px;
		width: 33px;
		height: 266px;
		background: url("/dental_cre/img/index_ic01.png") 0 0 no-repeat;
		content: '';
	}
	.dental_cre-content03__step__title {
		width: 200px;
		margin: 0 auto;
		border-radius: 50px;
		padding: 3px 25px 0px;
		text-align: center;
		font-weight: bold;
		font-size: 2.6rem;
		background-color: #e8d2c4;
	}
	.dental_cre-content03__step__img {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 75px;
		margin-top: 25px;
	}
	.dental_cre-content03__step__text {
		margin-top: 20px;
		text-align: center;
		font-size: 2.0rem;
	}
	.dental_cre-content03__note-list01-wrap {
		margin-top: -5px;
	}
	.dental_cre-content03__note-list01 > li {
		display: inline-block;
		position: relative;
		margin-top: 5px;
		padding-left: 15px;
	}
	.dental_cre-content03__note-list01__mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.dental_cre-content03__media {
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		margin-top: 40px;
		padding: 0 15px;
	}
	.dental_cre-content03__media__head {
		margin-right: 40px;
		min-width: 152px;
	}
	.dental_cre-content03__media__text {
		color: #4f4f4f;
	}
	
	/* ---- dental_cre-content04 ---- */
	.dental_cre-content04 {
		margin: 40px 0 65px 0;
	}
	.dental_cre-content04__read-wrap {
		text-align: center;
	}
	.dental_cre-content04__read {
		display: inline-block;
		position: relative;
		width: 538px;
		padding: 18px;
		border-radius: 40px;
		background-color: #e8d2c4;
		color: #4f4f4f;
		font-size: 2.6rem;
		font-weight: bold;
		line-height: 1;
	}
	.dental_cre-content04__read::after {
		position: absolute;
		bottom: -9px;
		left: 50%;
		transform: translateX(-50%);
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 10px 10px 0 10px;
		border-color: #e8d2c4 transparent transparent transparent;
		content: "";
	}
	.dental_cre-content04__read--large {
		font-size: 3.6rem;
		margin: 0 3px;
	}
	.dental_cre-content04__column {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		margin-top: 40px;
	}
	.dental_cre-content04__column__item {
		width: calc(((100% - (40px)) / 2) - 0.1px);
	}
	.dental_cre-content04__box {
		position: relative;
		height: 100%;
		border-radius: 30px;
		box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
	}
	.dental_cre-content04__box__head {
		position: absolute;
		top: -18px;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		text-align: center;
		content: "";
	}
	.dental_cre-content04__box__title {
		display: inline-flex;
		flex-flow: row nowrap;
		align-items: center;
		padding: 0 5px;
		background-color: #fff;
		color: #008191;
		font-size: 2.4rem;
		font-weight: bold;
	}
	.dental_cre-content04__box__title__icon {
		margin-right: 5px;
	}
	.dental_cre-content04__box__body {
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		justify-content: center;
		height: 100%;
		padding: 25px 20px;
		text-align: center;
	}
	.dental_cre-content04__box__text {
		color: #4f4f4f;
		font-size: 2.6rem;
		line-height: 1.2;
	}
	.dental_cre-content04__box__text--large {
		color: #4f4f4f;
		font-size: 3rem;
		font-weight: bold;
		line-height: 1.2;
	}
	.dental_cre-content04__box__text--accent01 {
		color: #d0372c;
		font-size: 5rem;
		font-weight: bold;
	}
	.dental_cre-content04__box__text--accent02 {
		color: #d0372c;
		font-size: 3rem;
		font-weight: bold;
	}
	.dental_cre-content04__box__text--accent03 {
		color: #d0372c;
		font-size: 3.6rem;
	}
	.dental_cre-content04__box__text--accent04 {
		color: #d0372c;
		font-size: 2.6rem;
	}
	.dental_cre-content04__text-wrap {
		margin-top: 40px;
		text-align: center;
	}
	.dental_cre-content04__text--accent {
		display: inline-block;
		position: relative;
		color: #dc322c;
		font-weight: bold;
	}
	.dental_cre-content04__text--accent::before,
	.dental_cre-content04__text--accent::after {
		position: absolute;
		top: 0;
		width: 11px;
		height: 22px;
		content: "";
	}
	.dental_cre-content04__text--accent::before {
		left: -20px;
		background: url("/dental_cre/img/index_ic02.png") 0 0 no-repeat;
	}
	.dental_cre-content04__text--accent::after {
		right: -20px;
		background: url("/dental_cre/img/index_ic03.png") 0 0 no-repeat;
	}
	
	/* ---- dental_cre-content05 ---- */
	.dental_cre-content05 {
		margin: 40px 0 70px 0;
	}
	/* ---- dental_cre-content08 ---- */
	.dental_cre-content08 {
		margin-top: 30px;
	}
	.dental_cre-content08 >:first-child {
		margin-top: 0 !important;
	}
	.dental_cre-content08 .dental_cre-content08__box01 {
		padding: 20px 30px 30px;
		border-radius: 30px;
		box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
	}
	.dental_cre-content08 .dental_cre-content08__box01 >:first-child {
		margin-top: 0!important;
	}
	.dental_cre-content08 .dental_cre-content08__box01 .dental_cre-content08__box01__head {
		display: flex;
		margin-top: 20px;
	}
	.dental_cre-content08 .dental_cre-content08__box01 .dental_cre-content08__box01__head .dental_cre-content08__box01__head__item {
		width: calc(100% / 3);
		padding: 5px 20px 15px;
	}
	.dental_cre-content08 .dental_cre-content08__box01 .dental_cre-content08__box01__head .dental_cre-content08__box01__head__item + .dental_cre-content08__box01__head__item {
		border-left: 2px solid #e6e6e6;
	}
	.dental_cre-content08 .dental_cre-content08__box01 .dental_cre-content08__box01__head .dental_cre-content08__box01__head__item:first-child {
		width: calc(100% / 3 - 2px);
		padding-left: 0;
	}
	.dental_cre-content08 .dental_cre-content08__box01 .dental_cre-content08__box01__head .dental_cre-content08__box01__head__item:last-child {
		padding-right: 0;
	}
	.dental_cre-content08 .dental_cre-content08__box01 .dental_cre-content08__box01__head .dental_cre-content08__box01__head__item >:first-child {
		margin-top: 0 !important;
	}
	.dental_cre-content08 .dental_cre-content08__box01 .dental_cre-content08__box01__image {
		margin-top: 20px;
		text-align: center;
	}
	.dental_cre-content08 .dental_cre-content08__box01 .dental_cre-content08__box01__image img {
		width: 185px;
	}
	.dental_cre-content08 .dental_cre-content08__box01 .dental_cre-content08__box01__head .dental_cre-content08__box01__head__item .dental_cre-content08__box01__head__text {
		margin-top: 20px;
		font-size: 2rem;
	}
	.dental_cre-content08 .dental_cre-content08__box01 .dental_cre-content08__box01__body {
		margin-top: 35px;
	}
	.dental_cre-content08 .dental_cre-content08__box01 .dental_cre-content08__box01__body >:first-child {
		margin-top: 0!important;
	}
	.dental_cre-content08 .dental_cre-content08__box01 .dental_cre-content08__box01__body .dental_cre-content08__box01__body__item--wrap {
		display: flex;
		margin-top: 40px!important;
	}
	.dental_cre-content08 .dental_cre-content08__box01 .dental_cre-content08__box01__body .dental_cre-content08__box01__body__item {
		width: calc(100% / 3);
		padding: 0 3px;
	}
	.dental_cre-content08 .dental_cre-content08__box01 .dental_cre-content08__box01__body .dental_cre-content08__box01__body__item:first-child {
		padding-left: 0;
	}
	.dental_cre-content08 .dental_cre-content08__box01 .dental_cre-content08__box01__body .dental_cre-content08__box01__body__item:last-child {
		padding-right: 0;
	}
	.dental_cre-content08 .dental_cre-content08__box01 .dental_cre-content08__box01__body .dental_cre-content08__box01__body__item >:first-child {
		margin-top: 0 !important;
	}
	.dental_cre-content08 .dental_cre-content08__box01 .dental_cre-content08__box01__acc__button {
		margin-top: 25px;
		text-align: center;
	}
	.dental_cre-content08 .dental_cre-content08__box01 .dental_cre-content08__box01__acc__button > a {
		display: inline-flex;
		justify-content: center;
		align-items: center;
		position: relative;
		min-height: 41px;
		padding: 5px 28px 5px 56px;
		border-radius: 20.5px;
		border: 2px solid #45a2b0;
		text-align: center;
		font-size: 1.6rem;
		color: #4f4f4f;
	}
	.dental_cre-content08 .dental_cre-content08__box01 .dental_cre-content08__box01__acc__button > a::before {
		content: '';
		position: absolute;
		top: 50%;
		left: 23px;
		width: 16px;
		height: 14px;
		margin-top: -7px;
		background: url("/dental_cre/img/index_ic11.png") no-repeat 0 0 / contain;
	}
	.dental_cre-content08 .dental_cre-content08__box01 .dental_cre-content08__box01__acc__button > a.open::before {
		transform: rotate(180deg);
	}
	.dental_cre-content08 .dental_cre-content08__box01 .dental_cre-content08__box01__title {
		margin-top: 20px;
		font-size: 2rem;
		color: #45a2b0;
		font-weight: bold;
	}
	.dental_cre-content08 .dental_cre-content08__box01 .dental_cre-content08__box01__list {
		margin-top: 20px;
	}
	.dental_cre-content08 .dental_cre-content08__box01 .dental_cre-content08__box01__list > li {
		position: relative;
		padding-left: 16px;
		font-size: 1.6rem;
	}
	.dental_cre-content08 .dental_cre-content08__box01 .dental_cre-content08__box01__list > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.dental_cre-content08 .dental_cre-content08__box01 .dental_cre-content08__box01__list > li > .small {
		font-size: 1.4rem;
	}
	/* ---- dental_cre-qaLayout ---- */
	.dental_cre-qaBox {
		margin: 30px auto 0;
		border-radius: 20px;
		padding: 20px 30px;
		background-color: #fff;
		box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
	}
	.dental_cre-qaBox__question {
		padding-left: 42px;
		background: url("/dental_cre/img/index_ic04.png") no-repeat 0 0;
		-webkit-background-size: 28px auto;
		background-size: 28px auto;
		color: #444;
		font-weight: 700;
		font-size: 20px;
		font-size: 2.0rem;
	}
	.dental_cre-qaBox__question.toggleTrigger {
		position: relative;
		padding-right: 40px;
	}
	.dental_cre-qaBox__question.toggleTrigger::after {
		display: block;
		position: absolute;
		top: 50%;
		right: 0;
		width: 31px;
		height: 31px;
		margin-top: -16px;
		background: url("/dental_cre/img/index_ic06.png") no-repeat 0 0;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
		content: '';
	}
	.dental_cre-qaBox__question.toggleTrigger.open::after {
		transform: rotateZ(180deg);
	}
	.dental_cre-qaBox__answer {
		margin: 16px 0 0;
		padding: 2px 0 2px 42px;
		background: url("/dental_cre/img/index_ic05.png") no-repeat 0 0;
		-webkit-background-size: 28px auto;
		background-size: 28px auto;
	}
	
	/* ---- dental_cre-inquiry ---- */
	.dental_cre-inquiry {
		display: flex;
		flex-flow: row nowrap;
		justify-content: center;
		margin-top: 120px;
	}
	.dental_cre-inquiry__box {
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		width: 865px;
		padding: 35px 50px;
		border: 1px solid #c1875f;
		border-radius: 20px;
	}
	.dental_cre-inquiry__title {
		width: 340px;
		color: #a56641;
		font-size: 4rem;
		font-weight: bold;
	}
	.dental_cre-inquiry__description {
		width: calc((100% - 340px) - 0.1px);
	}
	.dental_cre-inquiry__description__text {
		color: #4f4f4f;
		font-size: 2.2rem;
		letter-spacing:-1px;
	}
	.dental_cre-inquiry__description__tel {
		color: #4f4f4f;
		font-size: 4rem;
		line-height: 1;
		cursor: default;
		pointer-events: none;
	}
	
	/* ---- dental_cre-modal ---- */
	.dental_cre-modal__read {
		font-size: 1.6rem;
		font-weight: bold;
	}
	.dental_cre-modal__img {
		margin-top: 20px;
		text-align: center;
	}
	.dental_cre-modal__img img {
		max-width: 500px;
	}
	.dental_cre-modal__text {
		margin-top: 20px;
		font-size: 1.6rem;
	}
	
	/* ---- pagetop ---- */
	#pageTopBtn {
		display: none;
		position: fixed;
		bottom: 150px;
		right: 0%;
	}
	#pageTopBtn a {
		display: block;
		text-indent: -9999px;
		width: 60px;
		height: 60px;
		background: url("/dental_cre/img/index_ic07.png") 0 0/95% no-repeat;
		outline: 0;
	}
	#pageTopBtn a:hover {
		background: url("/dental_cre/img/index_ic07.png") 0 0/100% no-repeat;
	}
	
	/* ---- floating ---- */
	.dental_cre-floating_button {
		position: fixed;
		bottom: 225px;
		right: 0;
		width: 50px;
		height: 160px;
	}
	.dental_cre-floating_button a {
		writing-mode: tb-rl;
		color: #fff;
		font-size: 2.0rem;
		display: inline-block;
		padding: 28px 10px 28px 6px;
		background-color: #d0372c;
		border-top: 2px solid #d0372c;
		border-bottom: 2px solid #d0372c;
		border-left: 2px solid #d0372c;
		border-radius: 10px 0 0 10px;
		box-shadow: 0px 0px 10px rgb(40,40,40,0.5);
		transition: box-shadow 0.4s ease-out, background 0.4s ease-out, color 0.4s ease-out, background 0.4s ease-out;
	}
	.dental_cre-floating_button a:hover {
		color: #333;
		background-color: #ffffff;
	}
	.dental_cre-footer-button-area {
		position: fixed;
		bottom: 0;
		left: 50%;
		z-index: 10;
		width: 1920px;
		padding: 20px 0;
		background: #fff;
		box-shadow: 0 0 10px 0 rgba(40,40,40,0.2);
		transform: translateX(-50%);
	}
	.dental_cre-footer-button-area-inner {
		width: 1200px;
		margin: 0 auto;
	}
	.dental_cre-footer-button-wrap {
		display: flex;
		justify-content: center;
	}
	.dental_cre-footer-button-wrap.justify-between {
		justify-content: space-between;
	}
	.dental_cre-footer-button {
		position: relative;
		width: 49%;
		max-width: 710px;
		padding: 12px 60px 6px 34px;
		border-radius: 10px;
		background-color: #d0372c;
		font-size: 2.8rem;
		font-weight: bold;
		color: #fff !important;
		text-align: center;
	}
	.dental_cre-footer-button::before {
		position: absolute;
		top: 50%;
		right: 27px;
		width: 34px;
		height: 34px;
		margin-top: -17px;
		border-radius: 50%;
		background-color: #fff;
		content: "";
	}
	.dental_cre-footer-button::after {
		position: absolute;
		top: 50%;
		right: 40px;
		transform: rotate(45deg);
		width: 10px;
		height: 10px;
		margin-top: -5px;
		border-top: 1px solid #d0372c;
		border-right: 1px solid #d0372c;
		content: "";
	}
	.dental_cre-footer-button:hover {
		opacity: .7;
	}

	.dental_cre-footer-button-simulation {
		position: relative;
		width: 49%;
		max-width: 710px;
		padding: 12px 60px 6px 34px;
		border-radius: 10px;
		background-color: #008191;
		font-size: 2.8rem;
		font-weight: bold;
		color: #fff !important;
		text-align: center;
	}
	.dental_cre-footer-button-simulation::before {
		position: absolute;
		top: 50%;
		right: 27px;
		width: 34px;
		height: 34px;
		background: url(/dental_cre/img/icn_simulation.png) no-repeat 0 0 !important;
		background-size: 34px;
		content: "";
		transform: translateY(-50%);
	}
	.dental_cre-footer-button-simulation:hover {
		opacity: .7;
	}

	#dental_cre #pageContainer {
		padding-bottom: 130px;
	}
	#dental_cre #pageContainer.no_float {
		padding-bottom: 0;
	}
	#cboxClose {
		display: block;
		position: absolute;
		top: -20px !important;
		bottom: auto !important;
		right: -20px !important;
		background: url(/common-files/img/com_close_ic04.png) no-repeat 0 0 !important;
		width: 48px !important;
		height: 48px !important;
		text-indent: -9999px;
	}
	
	/* Clearfix
	------------------------------------------------------ */
	.dental_cre-header--wrap > .dental_cre-header--right:after ,
	.dental_cre-header--wrap:after {
		content: "";
		display: block;
		clear: both;
	}
	.dental_cre-header--wrap > .dental_cre-header--right ,
	.dental_cre-header--wrap {
		zoom: 1;
	}


	/* payment_example-table
	------------------------------------------------------ */
	.w12per{width: 12.5%;}
	.w15per{width: 15%;}
	.payment_example-table {
		width: 100%;
		margin-top: 25px;
		margin-bottom: 22px;
	}
	
	/*tr*/
	.payment_example-table tbody tr:first-child {
		border-top: 7px solid #fff;
	}
	
	/*th?td*/
	.payment_example-table th {
		padding: 1px 0;
		border-right: 10px solid #fff;
		border-left: 10px solid #fff;
		border-bottom: 2px solid #fff;
	}
	.payment_example-table td {
		padding: 10px 8px 7px;
		border-right: 10px solid #fff;
		border-left: 10px solid #fff;
		border-bottom: 2px solid #fff;
	}
	.payment_example-table th.small,
	.payment_example-table td.small {
		border-right: 7px solid #fff!important;
		border-left: 7px solid #fff!important;
	}
	.payment_example-table th:first-child,
	.payment_example-table td:nth-child(1) {
		border-left: none;
	}
	.payment_example-table th:nth-last-child(1),
	.payment_example-table td:nth-last-child(1) {
		border-right: none;
	}
	.payment_example-table td::after {
		display: block;
		position: absolute;
		bottom: -2px;
		left: 0;
		right: -10px;
		height: 2px;
		background: #ccc;
		content: '';
	}
	.payment_example-table td:nth-last-child(1)::after {
		right: 0;
	}
	.payment_example-table tr:nth-last-child(1) td::after {
		display: none;
	}
	
	/*table__cell--lv1*/
	.payment_example-table tr .table__cell--lv1--style1,
	.payment_example-table tr .table__cell--lv1--style2,
	.payment_example-table tr .table__cell--lv1--style3 {
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		justify-content: center;
		padding: 6px;
		border-radius: 10px;
	}
	.payment_example-table tr .table__cell--lv1--style1 {
		background-color: #ececed;
		font-weight: bold;
		line-height: 1;
	}
	.payment_example-table tr .table__cell--lv1--style2 {
		background-color: #e8836e;
		color: #fff;
		font-weight: bold;
	}
	.payment_example-table tr .table__cell--lv1--style3 {
		background-color: #7c266e;
		color: #fff;
		font-weight: bold;
	}
	
	/*table__cell--lv2*/
	.payment_example-table tr .table__cell--lv2--style1,
	.payment_example-table tr .table__cell--lv2--style2,
	.payment_example-table tr .table__cell--lv2--style3,
	.payment_example-table tr .table__cell--lv2--style4 {
		display: flex;
		position: relative;
		flex-flow: row nowrap;
		align-items: center;
		justify-content: center;
		margin: 0 -1px;
		padding: 6px;
		border-radius: 10px;
		color: #fff;
		font-size: 2rem;
		font-weight: bold;
	}
	.payment_example-table tr .table__cell--lv2--style1 {
		background-color: #45a2b0;
	}
	.payment_example-table tr .table__cell--lv2--style2 {
		background-color: #e97158;
	}
	.payment_example-table tr .table__cell--lv2--style3 {
		background-color: #c1875f;
	}
	.payment_example-table tr .table__cell--lv2--style4 {
		background-color: #83a334;
	}
	.payment_example-table tr .table__cell--lv2--style1::after,
	.payment_example-table tr .table__cell--lv2--style2::after,
	.payment_example-table tr .table__cell--lv2--style3::after {
		display: block;
		position: absolute;
		bottom: -5px;
		left: 0;
		right: -10px;
		height: 2px;
		background: #ccc;
		content: '';
	}
	
	/*table__cell*/
	.payment_example-table tr .table__cell--style1,
	.payment_example-table tr .table__cell--style2,
	.payment_example-table tr .table__cell--style3 {
		position: relative;
		font-size: 2rem;
		vertical-align: middle;
		text-align: right;
	}
	.payment_example-table tr .table__cell--style1 {
		background-color: #f2f2f2;
	}
	.payment_example-table tr .table__cell--style2 {
		background-color: #fef6f4;
	}
	.payment_example-table tr .table__cell--style3 {
		background-color: #f2e9f0;
	}
	
	/*vM*/
	.payment_example-table tr .vM {
		position: relative;
		height: 1em;
	}
	.payment_example-table tr td.vM::after {
		display: none;
	}
	.payment_example-table tr .vM .table__cell--lv1--style1,
	.payment_example-table tr .vM .table__cell--lv1--style2,
	.payment_example-table tr .vM .table__cell--lv1--style3 {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		height: 100%;
	}
	.payment_example-table tr .vM .table__cell--lv2--style1 {
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		height: calc(100% - 3px);
	}
	.payment_example-table tr .vM .table__cell--lv2--style2,
	.payment_example-table tr .vM .table__cell--lv2--style3,
	.payment_example-table tr .vM .table__cell--lv2--style4 {
		position: absolute;
		top: 3px;
		right: 0;
		left: 0;
		height: calc(100% - 6px);
	}
	
	/*table__cell__text*/
	.table__cell__text--large {
		font-size: 2rem;
	}
	
	.em_number {
		font-size: 3rem;
		line-height: 1;
	}

	.payment_example-note-list-wrap{
		line-height: 2;
	}

}


@media print, screen and (max-width: 1200px) and (min-width: 751px){
	.dental_cre-mainVisual {
		margin-right: 0;
		margin-left: 0;
		padding-right: 0;
		padding-left: 0;
	}
}


@media print, screen and (max-width: 750px){
	.pc{
		display: none;
	}
	.of-hidden {
		overflow: hidden;
	}
	.of-hidden #pageContainer {
		overflow: hidden;
	}
	sup { top: -0.5em;}
	
/*--------------------------------
	 * header
	--------------------------------*/
	#header{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		padding: 10px;
		background-color: #ffffff;
		border-bottom: 1px solid #bfbfbf;
		z-index: 20000;
	}
	#header + *{
		margin-top: 56px !important;
	}
	#header #headerContents #headerLogo{
		width: 65px;
	}
	.dental_cre-header--wrap{
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-flow: row nowrap;
	}
	.dental_cre-header--wrap > .dental_cre-header--left{
	}
	.dental_cre-header--wrap > .dental_cre-header--right{
	}
	.dental_cre-header--wrap > .dental_cre-header--right > *{
		float: left;
	}
	.dental_cre-header--wrap > .dental_cre-header--right > *:nth-child(n+2){
		margin-left: 5px;
	}
	.dental_cre-header--button a{
		display: block;
		width: 95px;
		height: 35px;
		border: 2px solid #008191;
		padding: 7px;
		background-color: #008191;
		color: #fff;
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 1.4;
		text-align: center;
		outline: 1px solid rgb(255, 255, 255);
		outline-offset: -3px;
	}
	.dental_cre-header--button a:link{
		text-decoration: none;
	}
	.dental_cre-hamburger--wrap a{
		position: relative;
		display: block;
		width: 35px;
		height: 35px;
		border: 2px solid #000000;
	}
	.dental_cre-hamburger--wrap a:hover{
		background: #b4b4b4;
	}
	.dental_cre-hamburger--wrap a:link{
		text-decoration: none;
	}
	.dental_cre-hamburger--wrap a .dental_cre-hamburger__bar--wrap{
		display: block;
		transform: rotateY(0);
		transition: all .3s ease 0s
	}
	.dental_cre-hamburger--wrap a .dental_cre-hamburger__bar--top,
	.dental_cre-hamburger--wrap a .dental_cre-hamburger__bar--middle,
	.dental_cre-hamburger--wrap a .dental_cre-hamburger__bar--bottom{
		display: inline-block;
		width: 20px;
		height: 2px;
		background: #000;
		transform: rotate(0) ;
		opacity: 1;
		transition: all .3s ease 0s
	}
	.dental_cre-hamburger--wrap a .dental_cre-hamburger__bar--top{
		position: absolute;
		top: 5px;
		left: 6px;
	}
	.dental_cre-hamburger--wrap a .dental_cre-hamburger__bar--middle{
		position: absolute;
		top: 10px;
		left: 6px;
	}
	.dental_cre-hamburger--wrap a .dental_cre-hamburger__bar--bottom{
		position: absolute;
		top: 15px;
		left: 6px;
	}
	.dental_cre-hamburger--wrap a .dental_cre-hamburger__bar--text{
		position: absolute;
		top: 23px;
		left: 0;
		width: 100%;
		text-align: center;
		font-weight: bold;
		font-size: 6px;
		line-height: 1;
		word-break: break-all;
	}
	.dental_cre-hamburger--wrap a.open{
		background: #4a4a4a;
		color: #fff;
	}
	.dental_cre-hamburger--wrap a.open:hover{
		background: #b4b4b4;
	}
	.dental_cre-hamburger--wrap a.open .dental_cre-hamburger__bar--wrap{
		transform: rotateY(-360deg);
	}
	.dental_cre-hamburger--wrap a.open .dental_cre-hamburger__bar--top,
	.dental_cre-hamburger--wrap a.open .dental_cre-hamburger__bar--middle,
	.dental_cre-hamburger--wrap a.open .dental_cre-hamburger__bar--bottom{
		background: #ffffff;
	}
	.dental_cre-hamburger--wrap a.open .dental_cre-hamburger__bar--top{
		position: absolute;
		top: 10px;
		left: 6px;
		transform: rotateZ(45deg);
	}
	.dental_cre-hamburger--wrap a.open .dental_cre-hamburger__bar--middle{
		opacity: 0;
		transform: rotateZ(0);
	}
	.dental_cre-hamburger--wrap a.open .dental_cre-hamburger__bar--bottom{
		position: absolute;
		top: 10px;
		left: 6px;
		transform: rotateZ(-45deg);
	}
	.dental_cre-headerNavigation01{
		position: fixed;
		top: 56px;
		left: 0;
		display: none;
		width: 100%;
		height: calc(100vh - 56px);
		padding-bottom: 80px;
		background-color: #fff;
		text-align: center;
		overflow-y: auto;
	}
	ul.dental_cre-headerNavigation01--list > li a{
		display: block;
		border-top: 1px solid #cccccc;
		padding: 15px;
		text-decoration: none;
		font-size: 16px;
		font-size: 1.6rem;
	}
	ul.dental_cre-headerNavigation01--list > li a:hover{
		background-color: #4a4a4a;
		color: #fff;
	}
	ul.dental_cre-headerNavigation01--list > li:last-child a{
		display: block;
		border-bottom: 1px solid #cccccc;
	}
	/*--------------------------------
	 * footer
	--------------------------------*/
	#footer {
		margin-top: 0;
		border-top: none;
		padding: 20px 0;
		text-align: center;
		font-size: 14px;
		font-size: 1.4rem;
	}
	
	/*--------------------------------
	 * contents
	--------------------------------*/
	#mainContainer{
		width: 100%;
		margin: 0 auto;
		padding: 0 10px;
		font-size: 13px;
		font-size: 1.3rem;
		color: #333;
	}
	
	/* ---- mainVisual ---- */
	.dental_cre-mainVisual{
		margin: 0 calc(((100vw - 100%) / 2) * -1);
		padding-top: 20px;
		background: url("/dental_cre/img/index_bg01.png") 0 0 repeat-x;
		text-align: center;
		background-size: cover;
		height: 290px;
	}
	.dental_cre-mainVisual__text {
		color: #008191;
		font-size: 2.5rem;
		font-weight: bold;
		line-height: 1.2;
		text-align: center;
	}
	.dental_cre-mainVisual__text--large {
		font-size: 3.5rem;
	}
	.dental_cre-mainVisual__text--small {
		font-size: 1.8rem;
	}
	.dental_cre-mainVisual__img {
		display: inline-block;
		margin-top: 5px;
		width: 60px;
	}
	
	/* ---- ancNav ---- */
	.dental_cre-ancNav-wrap {
		margin-top: 15px;
	}
	.dental_cre-ancNav {
		padding: 0 10px;
		box-shadow: 0 0 8px 0 rgba(0,0,0,0.2);
		border-radius: 15px;
	}
	.dental_cre-ancNav li {
		position: relative;
		width: 100%;
		border-bottom: 1px solid #a2d0d7;
	}
	.dental_cre-ancNav li:nth-last-of-type(1){
		border-bottom: none;
	}
	.dental_cre-ancNav__link {
		position: relative;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		min-height: 45px;
		padding: 5px 20px 5px 0;
	}
	.dental_cre-ancNav__link::after {
		position: absolute;
		top: 50%;
		right: 5px;
		transform: rotate(135deg);
		width: 6px;
		height: 6px;
		margin-top: -5px;
		border-top: 2px solid #45a2b0;
		border-right: 2px solid #45a2b0;
		content: "";
	}
	.dental_cre-ancNav__link.noAnc::after {
		transform: rotate(45deg);
	}
	.dental_cre-ancNav__link__img {
		min-width: 30px;
		text-align: center;
	}
	.dental_cre-ancNav__link__img > img {
		max-height: 34px;
	}
	.dental_cre-ancNav__link__text {
		margin: 5px 0 0 15px;
		font-size: 1.4rem;
		line-height: 1;
	}
	
	/* ---- button ---- */
	.dental_cre-buttonLink01-wrap {
		display: flex;
		justify-content: center;
		margin-top: 12px;
	}
	.dental_cre-buttonLink01 {
		display: flex;
		position: relative;
		align-items: center;
		width: calc(((100% - (12px)) / 2) - 0.1px);
		padding: 10px 25px 10px 10px;
		border-radius: 10px;
		box-shadow: 0 0 8px 0 rgba(0,0,0,0.2);
	}
	.dental_cre-buttonLink01:nth-child(2n) {
		margin-left: 12px;
	}
	.dental_cre-buttonLink01::after {
		position: absolute;
		top: 50%;
		right: 10px;
		transform: rotate(45deg);
		width: 6px;
		height: 6px;
		margin-top: -5px;
		border-top: 2px solid #dc322c;
		border-right: 2px solid #dc322c;
		content: "";
	}
	.dental_cre-buttonLink01__img {
		max-width: 18px;
		min-width: 18px;
	}
	.dental_cre-buttonLink01__text {
		margin-left: 10px;
		font-size: 1.4rem;
	}
	.dental_cre-buttonLink02-wrap,
	.dental_cre-buttonLink02--center-wrap {
		margin-top: 20px;
		text-align: center;
	}
	.dental_cre-buttonLink02,
	.dental_cre-buttonLink02--center {
		display: block;
		position: relative;
		border: 2px solid  #d0372c;
		border-radius: 5px;
		background-color: #d0372c;
		color: #fff!important;
		font-size: 1.9rem;
		font-weight: bold;
		line-height: 1.2;
	}
	.dental_cre-buttonLink02.cardapply {
		background-color: #fff;
		color: #333!important;
	}
	.dental_cre-buttonLink02 {
		padding: 10px 50px 8px 20px;
	}
	.dental_cre-buttonLink02--center {
		padding: 10px 50px 8px;
	}
	.dental_cre-buttonLink02::before,
	.dental_cre-buttonLink02--center::before {
		position: absolute;
		top: 50%;
		right: 5px;
		width: 25px;
		height: 25px;
		margin-top: -15px;
		border: 2px solid  #d0372c;
		border-radius: 50%;
		background-color: #fff;
		content: "";
	}
	.dental_cre-buttonLink02::after,
	.dental_cre-buttonLink02--center::after {
		position: absolute;
		top: 50%;
		right: 18px;
		transform: rotate(45deg);
		width: 6px;
		height: 6px;
		margin-top: -4px;
		border-top: 1px solid #dc322c;
		border-right: 1px solid #dc322c;
		content: "";
	}
	.dental_cre-buttonLink03-wrap{
		display: flex;
		margin-top: 17px;
		padding: 0 10px;
	}
	.dental_cre-buttonLink03-wrap .dental_cre-buttonLink03{
		position: relative;
		width: 100%;
		font-size: 1.4rem;
		text-align: center;
		border: 2px solid #45a2b0;
		background-color: #fff;
		color: #45a2b0;
		border-radius: 10px;
		padding: 13px 30px 12px;
		box-shadow: 0px 0px 10px -5px #777777;
	}
	.dental_cre-buttonLink03-wrap .dental_cre-buttonLink03::before{
		position: absolute;
		background: url("/dental_cre/img/index_ic09.png") no-repeat 0 0 / contain;
		top: 37%;
		right: 9px;
		width: 7px;
		height: 12px;
		content: '';
	}
	.dental_cre-buttonLink04-wrap {
		display: block;
		margin-top: 17px;
	}
	.dental_cre-buttonLink04-wrap .dental_cre-buttonLink04 {
		width: 100%;
	}
	.dental_cre-buttonLink04-wrap .dental_cre-buttonLink04 + .dental_cre-buttonLink04 {
		margin-top: 10px;
	}
	.dental_cre-buttonLink04-wrap .dental_cre-buttonLink04 a {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		width: 100%;
		min-height: 45px;
		padding: 4px 30px;
		border: 2px solid #45a2b0;
		border-radius: 10px;
		background-color: #45a2b0;
		box-shadow: 0 0 10px 5px rgba(40, 40, 40, 0.1);
		text-align: center;
		font-size: 1.4rem;
		color: #fff;
	}
	.dental_cre-buttonLink04-wrap .dental_cre-buttonLink04 a:hover {
		opacity: 0.7;
	}
	.dental_cre-buttonLink04-wrap .dental_cre-buttonLink04 a::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 8px;
		width: 6px;
		height: 6px;
		margin-top: -7px;
		border-bottom: 2px solid #fff;
		border-right: 2px solid #fff;
		transform: rotate(45deg);
	}
	.dental_cre-buttonLink04-wrap .dental_cre-buttonLink04 a.type02 {
		border: 2px solid #008191;
		background-color: #fff;
		color: #008191;
	}
	.dental_cre-buttonLink04-wrap .dental_cre-buttonLink04 a.type02::before {
		border-bottom: 2px solid #008191;
		border-right: 2px solid #008191;
	}
	.dental_cre-buttonLink04-wrap .dental_cre-buttonLink04 a.type02.noIcon::before {
		content: none;
	}
	.dental_cre-buttonLink04-wrap .dental_cre-buttonLink04 a.pdf::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 9px;
		width: 15px;
		height: 15px;
		margin-top: -7.5px;
		border: none;
		background: url("/dental_cre/img/index_ic10.png") no-repeat 0 0 / contain;
		transform: none;
	}
	/* ---- heading ---- */
	.dental_cre-heading02-wrap {
		margin: 28px calc(((100vw - 100%) / 2) * -1) 0;
	}
	.dental_cre-heading02 {
		padding: 10px 10px 8px;
		background-color: #45a2b0;
		color: #fff;
		font-size: 1.8rem;
		font-weight: bold;
	}
	.dental_cre-heading03-wrap {
		margin-top: 25px;
	}
	.dental_cre-heading03 {
		padding-bottom: 8px;
		border-bottom: 1px solid #bfbfbf;
		color: #444;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1;
	}
	
	/* ---- margin-top ---- */
	.spMt5 {
		margin-top: 5px!important;
	}
	.spMt10 {
		margin-top: 10px!important;
	}
	.spMt15 {
		margin-top: 15px!important;
	}
	.spMt20 {
		margin-top: 20px!important;
	}
	.spMt30 {
		margin-top: 30px!important;
	}
	
	/* ---- list ---- */
	.dental_cre-unorder-list-wrap {
		margin-top: 10px;
	}
	.dental_cre-unorder-list > li{
		position: relative;
		padding-left: 12px;
		color: #4f4f4f;
		line-height: 1.2;
		letter-spacing: -0.5px;
	}
	.dental_cre-unorder-list > li + li{
		margin-top: 5px;
	}
	.dental_cre-unorder-list__mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.dental_cre-note-list01 > li{
		position: relative;
		padding-left: 15px;
		color: #4f4f4f;
		line-height: 1.2;
	}
	.dental_cre-note-list01--small {
		text-align: center;
	}
	.dental_cre-note-list01--small > li {
		display: inline-block;
		position: relative;
		padding-left: 15px;
		color: #4f4f4f;
		font-size: 12px;
		font-size: 1.2rem;
	}
	.dental_cre-note-list01__mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.dental_cre-note-list02-wrap {
		margin-top: 8px;
		text-align: center;
	}
	.dental_cre-note-list02 > li {
		display: inline-block;
		position: relative;
		padding-left: 15px;
		color: #4f4f4f;
	}
	.dental_cre-note-list02__mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.dental_cre-note-list03-wrap {
		text-align: center;
	}
	.dental_cre-note-list03 > li {
		display: inline-block;
		position: relative;
		padding-left: 15px;
		color: #333;
	}
	.dental_cre-note-list03__mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	
	/* ---- link ---- */
	.dental_cre-util-link {
		display: inline;
		color: #008191!important;
		text-decoration: underline!important;
	}
	.dental_cre-util-link:hover {
		text-decoration: none!important;
	}
	
	/* ---- text ---- */
	.dental_cre-text {
		line-height: 1.4;
	}
	.dental_cre-text--center {
		text-align: center;
	}
	.dental_cre-text--L {
		font-size: 1.8rem;
	}
	
	/* ---- dental_cre-content01 ---- */
	.dental_cre-content01 {
		margin: 15px 0 50px 0;
	}
	.dental_cre-content01__img {
		text-align: center;
	}
	.dental_cre-content01__read {
		margin-top: 15px;
		font-size: 1.8rem;
		font-weight: bold;
		text-align: center;
	}
	.dental_cre-read--accent {
		color: #008191;
		font-size: 2.3rem;
	}
	.dental_cre-content01__text {
		margin-top: 8px;
		text-align: center;
		line-height: 1.4;
	}
	.dental_cre-content01__column {
		margin-top: 30px
	}
	.dental_cre-content01__column__item + .dental_cre-content01__column__item {
		margin-top: 15px;
	}
	.dental_cre-content01__box {
		position: relative;
		padding: 17px 15px 25px;
		border-radius: 15px;
		height: 150px;
		box-shadow: 0 0 8px 0 rgba(0,0,0,0.3);
	}
	.dental_cre-content01__box__title {
		display: inline-block;
		position: relative;
		padding-left: 40px;
		color: #4f4f4f;
		font-size: 1.6rem;
		font-weight: bold;
	}
	.dental_cre-content01__box__title__mark {
		display: inline-block;
		position: absolute;
		top: -3px;
		left: 0;
		width: 28px;
		height: 28px;
		border-radius: 50%;
		background-color: #44a1b1;
		color: #fff;
		font-size: 2rem;
		text-align: center;
	}
	.dental_cre-content01__box__body {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		width: calc(100% - 30px);
		padding-top: 30px;
	}
	.dental_cre-content01__box__img {
		margin-left: 30px;
		max-width: 70px;
		min-width: 70px
	}
	.dental_cre-content01__box__detail {
		margin-left: 15px;
		width: 100%;
		text-align: center;
	}
	.dental_cre-content01__box__text {
		color: #4f4f4f;
		font-size: 1.6rem;
		line-height: 1.4;
	}
	.dental_cre-content01__box__read {
		color: #008191;
		font-size: 2.5rem;
		font-weight: bold;
		line-height: 1;
	}
	.dental_cre-content01__box__read--large {
		font-size: 3.5rem;
	}
	.dental_cre-content01__button-wrap {
		display: flex;
		justify-content: center;
		margin-top: 20px;
	}
	.dental_cre-content01__button {
		position: relative;
		width: 100%;
		padding: 10px 35px 10px 15px;
		border-radius: 5px;
		background-color: #e8e8e8;
		font-size: 1.5rem;
		font-weight: bold;
		text-align: center;
	}
	.dental_cre-content01__button::before {
		position: absolute;
		top: 50%;
		right: 10px;
		width: 17px;
		height: 17px;
		margin-top: -9px;
		border-radius: 50%;
		background-color: #fff;
		content: "";
	}
	.dental_cre-content01__button::after {
		position: absolute;
		top: 50%;
		right: 17px;
		transform: rotate(45deg);
		width: 4px;
		height: 4px;
		margin-top: -3px;
		border-top: 1px solid #dc322c;
		border-right: 1px solid #dc322c;
		content: "";
	}
	
	/* ---- dental_cre-content02 ---- */
	.dental_cre-content02 {
		margin: 25px 0 60px 0;
	}
	.dental_cre-content02__box01 {
		padding: 20px 15px 15px 15px;
		border-radius: 15px;
		box-shadow: 0 0 8px 0 rgba(0,0,0,0.3);
	}
	.dental_cre-content02__box01__head {
		text-align: center;
	}
	.dental_cre-content02__box01__body {
		margin-top: 5px;
		padding-top: 5px;
		border-radius: 10px;
		background-color: #e8e8e8;
	}
	.dental_cre-content02__box01__img {
		display: inline-block;
		max-width: 250px;
	}
	.dental_cre-content02__box01__read {
		color: #4f4f4f;
		font-size: 1.6rem;
	}
	.dental_cre-content02__box01__text {
		padding: 6px 10px 4px;
		border-radius: 15px;
		font-size: 1.3rem;
	}
	.dental_cre-content02__box01__description-list-wrap {
		display: flex;
	}
	.dental_cre-content02__box01__description-list {
		text-align: center;
		margin-top: 15px;
		width: 100%;
	}
	.dental_cre-content02__box01__description-list + .dental_cre-content02__box01__description-list {
		position: relative;
		margin-left: 15px;
	}
	.dental_cre-content02__box01__description-list + .dental_cre-content02__box01__description-list::after {
		position: absolute;
		content: '';
		top: calc(50% - 5px);
		left: -35px;
		width: 18px;
		height: 18px;
		border-top: 3px solid #4f4f4f;
		border-right: 3px solid #4f4f4f;
		transform: rotate(45deg) translateY(-50%);
	}
	.dental_cre-content02__box01__description-list > dt {
		color: #444444;
		font-size: 1.1rem;
	}
	.dental_cre-content02__box01__description-list > dd {
		color: #444444;
		font-weight: bold;
	}
	.dental_cre-content02__box01__description-list > dd.dental_cre-text--green {
		color: #008191;
	}
	.dental_cre-content02__box01__description-text__L {
		font-size: 1.5rem;
	}
	.dental_cre-content02__box01__description-text__LL {
		font-size: 1.9rem;
	}
	.dental_cre-content02__box01__description-text__L > span {
		font-size: 2.5rem;
	}
	.dental_cre-content02__box01__description-text__LL > span {
		font-size: 3.0rem;
	}
	.dental_cre-content02__column {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		margin-top: 15px;
	}
	.dental_cre-content02__column__item {
		width: calc(((100% - (20px)) / 2) - 0.1px);
	}
	.dental_cre-content02__box02,
	.dental_cre-content02__box03 {
		height: 100%;
		border-radius: 15px;
		box-shadow: 0 0 8px 0 rgba(0,0,0,0.3);
	}
	.dental_cre-content02__box02,
	.dental_cre-content02__box03 {
		padding: 22px 18px;
	}
	.dental_cre-content02__box02__body,
	.dental_cre-content02__box03__body{
		padding-top: 10px;
	}
	.dental_cre-content02__box02__img,
	.dental_cre-content02__box03__img {
		text-align: center;
	}
	.dental_cre-content02__box02__img > img,
	.dental_cre-content02__box03__img > img {
		max-height: 100px;
	}
	.dental_cre-content02__box02__text,
	.dental_cre-content02__box03__text{
		color: #4f4f4f;
		font-size: 1.6rem;
		text-align: center;
		line-height: 1.4;
		letter-spacing: -0.5px;
	}
	
	/* ---- dental_cre-content03 ---- */
	.dental_cre-content03 {
		margin: 33px 0 50px 0;
	}
	.dental_cre-content03__step {
	}
	.dental_cre-content03__step > li {
		position: relative;
		width: 100%;
	}
	.dental_cre-content03__step > li:nth-child(n+2) {
		margin-top: 15px;
		padding-top: 35px;
	}
	.dental_cre-content03__step > li:nth-child(n+2)::before {
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 320px;
		height: 17px;
		background: url("/dental_cre/img/index_ic01_sp.png") 0 0 no-repeat;
		background-size: cover;
		content: '';
	}
	.dental_cre-content03__step__title {
		width: 120px;
		margin: 0 auto;
		border-radius: 50px;
		padding: 3px 10px 0px;
		text-align: center;
		font-weight: bold;
		font-size: 1.6rem;
		background-color: #e8d2c4;
	}
	.dental_cre-content03__step__detail {
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		min-height: 55px;
	}
	.dental_cre-content03__step__img {
		min-width: 110px;
		padding-left: 20px;
	}
	.dental_cre-content03__step__img > img {
		width: 55px;
	}
	.dental_cre-content03__step__text {
		margin-top: 5px;
		font-size: 1.6rem;
		line-height: 1.2;
	}
	.dental_cre-content03__note-list01-wrap {
		margin-top: -3px;
	}
	.dental_cre-content03__note-list01 > li {
		display: inline-block;
		position: relative;
		padding-left: 12px;
		margin-top: 5px;
		font-size: 1.5rem;
	}
	.dental_cre-content03__note-list01__mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.dental_cre-content03__media {
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		margin-top: 15px;
	}
	.dental_cre-content03__media__head {
		width: 76px;
		margin-right: 25px;
	}
	.dental_cre-content03__media__text {
		color: #4f4f4f;
		line-height: 1.4;
	}
	
	/* ---- dental_cre-content04 ---- */
	.dental_cre-content04 {
		margin: 25px 0 45px 0;
	}
	.dental_cre-content04__read-wrap {
		text-align: center;
		padding: 0 10px;
	}
	.dental_cre-content04__read {
		display: inline-block;
		position: relative;
		width: 100%;
		padding: 10px 15px;
		border-radius: 40px;
		background-color: #e8d2c4;
		color: #4f4f4f;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1;
		letter-spacing: 1px;
	}
	.dental_cre-content04__read::after {
		position: absolute;
		bottom: -7px;
		left: 50%;
		transform: translateX(-50%);
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 7px 7px 0 7px;
		border-color: #e8d2c4 transparent transparent transparent;
		content: "";
	}
	.dental_cre-content04__read--large {
		font-size: 2.1rem;
	}
	.dental_cre-content04__column {
		margin-top: 35px;
	}
	.dental_cre-content04__column__item {
		width: 100%;
	}
	.dental_cre-content04__column__item + .dental_cre-content04__column__item {
		margin-top: 30px;
	}
	.dental_cre-content04__box {
		position: relative;
		height: 100%;
		border-radius: 15px;
		box-shadow: 0 0 8px 0 rgba(0,0,0,0.3);
	}
	.dental_cre-content04__box__head {
		position: absolute;
		top: -10px;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		text-align: center;
		content: "";
	}
	.dental_cre-content04__box__title {
		display: inline-flex;
		flex-flow: row nowrap;
		align-items: center;
		padding: 0 5px;
		background-color: #fff;
		color: #008191;
		font-size: 1.6rem;
		font-weight: bold;
	}
	.dental_cre-content04__box__title__icon {
		margin-right: 5px;
	}
	.dental_cre-content04__box__title__icon img {
		width: 18px;
	}
	.dental_cre-content04__box__body {
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		justify-content: center;
		height: 100%;
		padding: 25px 10px 20px;
		text-align: center;
	}
	.dental_cre-content04__box__text {
		color: #4f4f4f;
		font-size: 1.5rem;
		line-height: 1.2;
	}
	.dental_cre-content04__box__text--large {
		color: #4f4f4f;
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1.2;
	}
	.dental_cre-content04__box__text--accent01 {
		color: #d0372c;
		font-size: 2.8rem;
		font-weight: bold;
	}
	.dental_cre-content04__box__text--accent02 {
		color: #d0372c;
		font-size: 1.8rem;
		font-weight: bold;
	}
	.dental_cre-content04__box__text--accent03 {
		color: #d0372c;
		font-size: 2rem;
	}
	.dental_cre-content04__box__text--accent04 {
		color: #d0372c;
		font-size: 1.5rem;
	}
	.dental_cre-content04__text-wrap {
		margin-top: 15px;
		text-align: center;
	}
	.dental_cre-content04__text--accent {
		display: inline-block;
		position: relative;
		color: #dc322c;
		font-size: 1.6rem;
		font-weight: bold;
	}
	.dental_cre-content04__text--accent::before,
	.dental_cre-content04__text--accent::after {
		position: absolute;
		top: 0;
		width: 11px;
		height: 22px;
		content: "";
	}
	.dental_cre-content04__text--accent::before {
		left: -20px;
		background: url("/dental_cre/img/index_ic02.png") 0 0 no-repeat;
	}
	.dental_cre-content04__text--accent::after {
		right: -20px;
		background: url("/dental_cre/img/index_ic03.png") 0 0 no-repeat;
	}
	
	/* ---- dental_cre-content05 ---- */
	.dental_cre-content05 {
		margin: 25px 0 55px 0;
		font-size: 1.5rem;
	}
	/* ---- dental_cre-content08 ---- */
	.dental_cre-content08 {
		margin-top: 15px;
	}
	.dental_cre-content08 >:first-child {
		margin-top: 0 !important;
	}
	.dental_cre-content08 .dental_cre-content08__box01 {
		padding: 20px 10px;
		border-radius: 15px;
		box-shadow: 0 0 8px 0 rgba(0,0,0,0.3);
	}
	.dental_cre-content08 .dental_cre-content08__box01 >:first-child {
		margin-top: 0!important;
	}
	.dental_cre-content08 .dental_cre-content08__box01 .dental_cre-content08__box01__head {
		display: block;
		margin-top: 20px;
	}
	.dental_cre-content08 .dental_cre-content08__box01 .dental_cre-content08__box01__head .dental_cre-content08__box01__head__item {
		width: 100%;
		padding: 0;
	}
	.dental_cre-content08 .dental_cre-content08__box01 .dental_cre-content08__box01__head .dental_cre-content08__box01__head__item + .dental_cre-content08__box01__head__item {
		margin-top: 20px;
		padding-top: 25px;
		border-top: 2px solid #e6e6e6;
	}
	.dental_cre-content08 .dental_cre-content08__box01 .dental_cre-content08__box01__head .dental_cre-content08__box01__head__item:first-child {
		width: 100%;
	}
	.dental_cre-content08 .dental_cre-content08__box01 .dental_cre-content08__box01__head .dental_cre-content08__box01__head__item >:first-child {
		margin-top: 0 !important;
	}
	.dental_cre-content08 .dental_cre-content08__box01 .dental_cre-content08__box01__image {
		margin: 20px 28% 0;
		text-align: center;
	}
	.dental_cre-content08 .dental_cre-content08__box01 .dental_cre-content08__box01__image img {
		width: 185px;
	}
	.dental_cre-content08 .dental_cre-content08__box01 .dental_cre-content08__box01__head .dental_cre-content08__box01__head__item .dental_cre-content08__box01__head__text {
		margin-top: 20px;
		font-size: 1.6rem;
	}
	.dental_cre-content08 .dental_cre-content08__box01 .dental_cre-content08__box01__body {
		margin-top: 30px;
	}
	.dental_cre-content08 .dental_cre-content08__box01 .dental_cre-content08__box01__body >:first-child {
		margin-top: 0!important;
	}
	.dental_cre-content08 .dental_cre-content08__box01 .dental_cre-content08__box01__body .dental_cre-content08__box01__body__item--wrap {
		display: block;
		margin-top: 20px!important;
	}
	.dental_cre-content08 .dental_cre-content08__box01 .dental_cre-content08__box01__body .dental_cre-content08__box01__body__item {
		width: 100%;
		padding: 0;
	}
	.dental_cre-content08 .dental_cre-content08__box01 .dental_cre-content08__box01__body .dental_cre-content08__box01__body__item + .dental_cre-content08__box01__body__item {
		width: 100%;
		margin-top: 20px;
		padding: 0;
	}
	.dental_cre-content08 .dental_cre-content08__box01 .dental_cre-content08__box01__body .dental_cre-content08__box01__body__item >:first-child {
		margin-top: 0 !important;
	}
	.dental_cre-content08 .dental_cre-content08__box01 .dental_cre-content08__box01__acc__button {
		margin-top: 25px;
		text-align: center;
	}
	.dental_cre-content08 .dental_cre-content08__box01 .dental_cre-content08__box01__acc__button > a {
		display: inline-flex;
		justify-content: center;
		align-items: center;
		position: relative;
		min-height: 40px;
		padding: 5px 36px 5px 55px;
		border-radius: 20px;
		border: 1px solid #45a2b0;
		text-align: center;
		font-size: 1.5rem;
		color: #4f4f4f;
	}
	.dental_cre-content08 .dental_cre-content08__box01 .dental_cre-content08__box01__acc__button > a::before {
		content: '';
		position: absolute;
		top: 50%;
		left: 23px;
		width: 18px;
		height: 15px;
		margin-top: -7.5px;
		background: url("/dental_cre/img/index_ic11.png") no-repeat 0 0 / contain;
	}
	.dental_cre-content08 .dental_cre-content08__box01 .dental_cre-content08__box01__acc__button > a.open::before {
		transform: rotate(180deg);
	}
	.dental_cre-content08 .dental_cre-content08__box01 .dental_cre-content08__box01__title {
		margin-top: 20px;
		font-size: 1.5rem;
		color: #45a2b0;
		font-weight: bold;
	}
	.dental_cre-content08 .dental_cre-content08__box01 .dental_cre-content08__box01__list {
		margin-top: 10px;
	}
	.dental_cre-content08 .dental_cre-content08__box01 .dental_cre-content08__box01__list > li {
		position: relative;
		padding-left: 13px;
		font-size: 1.3rem;
	}
	.dental_cre-content08 .dental_cre-content08__box01 .dental_cre-content08__box01__list > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.dental_cre-content08 .dental_cre-content08__box01 .dental_cre-content08__box01__list > li > .small {
		font-size: 1.4rem;
	}
	/* ---- dental_cre-qaLayout ---- */
	.dental_cre-qaBox {
		max-width: 900px;
		margin: 15px auto 0;
		padding: 12px 10px;
		border-radius: 10px;
		background-color: #fff;
		box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	}
	.dental_cre-qaBox__question {
		padding-left: 30px;
		font-weight: 700;
		font-size: 15px;
		font-size: 1.5rem;
		background: url("/dental_cre/img/index_ic04.png") no-repeat 0 0;
		-webkit-background-size: 20px auto;
		background-size: 20px auto;
		color: #444;
	}
	.dental_cre-qaBox__question.toggleTrigger {
		position: relative;
		padding-right: 25px;
	}
	.dental_cre-qaBox__question.toggleTrigger::after {
		display: block;
		position: absolute;
		top: 50%;
		right: 0;
		width: 20px;
		height: 20px;
		margin-top: -10px;
		background: url("/dental_cre/img/index_ic06.png") no-repeat 0 0;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
		content: '';
	}
	.dental_cre-qaBox__question.toggleTrigger.open::after {
		transform: rotateZ(180deg);
	}
	.dental_cre-qaBox__answer {
		margin: 10px 0 0;
		padding: 2px 0 2px 30px;
		background: url("/dental_cre/img/index_ic05.png") no-repeat 0 0;
		-webkit-background-size: 20px auto;
		background-size: 20px auto;
	}
	
	/* ---- dental_cre-inquiry ---- */
	.dental_cre-inquiry {
		display: flex;
		flex-flow: row nowrap;
		justify-content: center;
		margin-top: 50px;
	}
	.dental_cre-inquiry__box {
		width: 100%;
		padding: 15px 20px 20px;
		border: 1px solid #c1875f;
		border-radius: 10px;
	}
	.dental_cre-inquiry__title {
		color: #a56641;
		font-size: 2rem;
		font-weight: bold;
		text-align: center;
	}
	.dental_cre-inquiry__description {
		text-align: center;
	}
	.dental_cre-inquiry__description__text {
		color: #4f4f4f;
		font-size: 1.4rem;
		letter-spacing:-1px;
	}
	.dental_cre-inquiry__description__tel {
		color: #4f4f4f;
		font-size: 2.5rem;
		font-weight: bold;
		line-height: 1;
	}
	
	/* ---- dental_cre-modal ---- */
	.dental_cre-modal__read {
		font-size: 1.3rem;
		font-weight: bold;
	}
	.dental_cre-modal__img {
		margin-top: 20px;
		text-align: center;
	}
	.dental_cre-modal__img img {
		max-width: 100%;
	}
	.dental_cre-modal__text {
		margin-top: 20px;
		font-size: 1.3rem;
	}
	
	/* ---- pagetop ---- */
	#pageTopBtn, body[class$="-en"] #pageTopBtn {
		bottom: 90px;
		right: 10px;
		z-index: 10000;
	}
	#pageTopBtn a {
		margin-right: -10px;
		width: 49px;
		height: 49px;
		background: url("/dental_cre/img/index_ic07.png") 0 0 no-repeat;
		-webkit-background-size: 49px 49px;
		background-size: 49px 49px;
	}
	#pageTopBtn a:hover, body[class$="-en"] #pageTopBtn a:hover {
		background: url("/dental_cre/img/index_ic07.png") 0 0 no-repeat;
		-webkit-background-size: 49px 49px;
		background-size: 49px 49px;
	}
	
	/* ---- floating ---- */
	.dental_cre-floating_button {
		position: fixed;
		bottom: 155px;
		right: 0;
		width: 35px;
		height: 120px;
	}
	.dental_cre-floating_button a {
		writing-mode: tb-rl;
		color: #fff;
		font-size: 1.5rem;
		display: inline-block;
		padding: 20px 6px 21px 4px;
		background-color: #d0372c;
		border-top: 2px solid #d0372c;
		border-bottom: 2px solid #d0372c;
		border-left: 2px solid #d0372c;
		border-radius: 5px 0 0 5px;
		box-shadow: 0px 0px 5px rgb(40 40 40 / 50%);
	}
	.dental_cre-footer-button-area {
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 10;
		width: 100vw;
		background: #fff;
		box-shadow: 0 0 10px 0 rgba(40,40,40,0.2);
		transform: none;
	}
	.dental_cre-footer-button-area-inner {
		width: 100%;
		padding: 10px;
	}
	.dental_cre-footer-button-wrap {
		display: flex;
		justify-content: center;
	}
	.dental_cre-footer-button-wrap.justify-between {
		justify-content: space-between;
	}
	.dental_cre-footer-button {
		box-sizing: border-box;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		width: 49%;
		min-height: 64px;
		line-height: 1.1;
		padding: 5px 35px 5px 9px;
		border-radius: 10px;
		background-color: #d0372c;
		font-size: 1.6rem;
		font-weight: bold;
		color: #fff !important;
		text-align: left;
	}
	.dental_cre-footer-button::before {
		position: absolute;
		top: 50%;
		right: 10px;
		width: 20px;
		height: 20px;
		margin-top: -12px;
		border-radius: 50%;
		background-color: #fff;
		content: "";
	}
	.dental_cre-footer-button::after {
		position: absolute;
		top: 50%;
		right: 18px;
		transform: rotate(45deg);
		width: 5px;
		height: 5px;
		margin-top: -4px;
		border-top: 1px solid #d0372c;
		border-right: 1px solid #d0372c;
		content: "";
	}
	.dental_cre-footer-button-simulation {
		box-sizing: border-box;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		width: 49%;
		min-height: 64px;
		line-height: 1.1;
		padding: 5px 35px 5px 9px;
		border-radius: 10px;
		background-color: #008191;
		font-size: 1.6rem;
		font-weight: bold;
		color: #fff !important;
		text-align: left;
	}
	.dental_cre-footer-button-simulation::before {
		position: absolute;
		top: 50%;
		right: 9px;
		width: 18px;
		height: 18px;
		background: url(/dental_cre/img/icn_simulation.png) no-repeat 0 0;
		background-size: 18px;
		content: "";
		transform: translateY(-50%);
	}

	#dental_cre #pageContainer {
		padding-bottom: 95px;
	}
	#dental_cre #pageContainer.no_float {
		padding-bottom: 0;
	}
	#cboxContent {
		overflow: visible !important;
	}
	#cboxClose {
		display: block;
		position: absolute;
		top: -15px !important;
		bottom: auto !important;
		right: -15px !important;
		background: url(/common-files/img/com_close_ic04.png) no-repeat 0 0/40px !important;
		background-size: 40px auto;
		width: 40px !important;
		height: 40px !important;
		text-indent: -9999px;
	}
	
	/* Clearfix
	------------------------------------------------------ */
	.dental_cre-header--wrap > .dental_cre-header--right:after  {
		content: "";
		display: block;
		clear: both;
	}
	.dental_cre-header--wrap > .dental_cre-header--right{
		zoom: 1;
	}


	/* payment_example-table
	------------------------------------------------------ */
	/*payment_example-content01*/
	.payment_example-content01 {
		margin-top: 18px;
	}
	/*payment_example-scrollText*/
	.payment_example-scrollText {
		padding: 0 10px;
		text-align: center;
	}
	
	/*payment_example-scrollWrap*/
	.payment_example-scrollWrap {
		overflow: auto;
	}
	
	/*payment_example-table*/
	.w12per{width: 12%;}
	.w16per{width: 16%;}
	.payment_example-table {
		width: 650px!important;
		margin-top: 15px;
	}
	
	/*tr*/
	.payment_example-table tbody tr:first-child {
		border-top: 5px solid #fff;
	}
	
	/*th?td*/
	.payment_example-table th {
		padding: 1px 0;
		border-right: 6px solid #fff;
		border-left: 6px solid #fff;
		border-bottom: 1px solid #fff;
	}
	.payment_example-table td {
		padding: 7px 7px 5px;
		border-right: 6px solid #fff;
		border-left: 6px solid #fff;
		border-bottom: 1px solid #fff;
	}
	.payment_example-table th.small,
	.payment_example-table td.small {
		border-right: 5px solid #fff!important;
		border-left: 5px solid #fff!important;
	}
	.payment_example-table th:first-child,
	.payment_example-table td:nth-child(1) {
		border-left: none;
	}
	.payment_example-table th:nth-last-child(1),
	.payment_example-table td:nth-last-child(1) {
		border-right: none;
	}
	.payment_example-table td::after {
		display: block;
		position: absolute;
		bottom: -1px;
		left: 0;
		right: -10px;
		height: 1px;
		background: #ccc;
		content: '';
	}
	.payment_example-table td:nth-last-child(1)::after {
		right: 0;
	}
	.payment_example-table tr:nth-last-child(1) td::after {
		display: none;
	}
	
	/*table__cell--lv1*/
	.payment_example-table tr .table__cell--lv1--style1,
	.payment_example-table tr .table__cell--lv1--style2,
	.payment_example-table tr .table__cell--lv1--style3 {
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		justify-content: center;
		padding: 3px;
		border-radius: 5px;
	}
	.payment_example-table tr .table__cell--lv1--style1 {
		background-color: #ececed;
		font-weight: bold;
		line-height: 1;
	}
	.payment_example-table tr .table__cell--lv1--style2 {
		background-color: #e8836e;
		color: #fff;
		font-weight: bold;
	}
	.payment_example-table tr .table__cell--lv1--style3 {
		background-color: #7c266e;
		color: #fff;
		font-weight: bold;
	}
	
	/*table__cell--lv2*/
	.payment_example-table tr .table__cell--lv2--style1,
	.payment_example-table tr .table__cell--lv2--style2,
	.payment_example-table tr .table__cell--lv2--style3,
	.payment_example-table tr .table__cell--lv2--style4 {
		display: flex;
		position: relative;
		flex-flow: row nowrap;
		align-items: center;
		justify-content: center;
		margin: 0 -1px;
		padding: 6px;
		border-radius: 10px;
		color: #fff;
		font-size: 1.4rem;
		font-weight: bold;
	}
	.payment_example-table tr .table__cell--lv2--style1 {
		background-color: #45a2b0;
	}
	.payment_example-table tr .table__cell--lv2--style2 {
		background-color: #e97158;
	}
	.payment_example-table tr .table__cell--lv2--style3 {
		background-color: #c1875f;
	}
	.payment_example-table tr .table__cell--lv2--style4 {
		background-color: #83a334;
	}
	.payment_example-table tr .table__cell--lv2--style1::after,
	.payment_example-table tr .table__cell--lv2--style2::after,
	.payment_example-table tr .table__cell--lv2--style3::after {
		display: block;
		position: absolute;
		bottom: -4px;
		left: 0;
		right: -10px;
		height: 1px;
		background: #ccc;
		content: '';
	}
	
	/*table__cell*/
	.payment_example-table tr .table__cell--style1,
	.payment_example-table tr .table__cell--style2,
	.payment_example-table tr .table__cell--style3 {
		position: relative;
		font-size: 1.4rem;
		text-align: right;
		vertical-align: middle;
	}
	.payment_example-table tr .table__cell--style1 {
		background-color: #f2f2f2;
	}
	.payment_example-table tr .table__cell--style2 {
		background-color: #fef6f4;
	}
	.payment_example-table tr .table__cell--style3 {
		background-color: #f2e9f0;
	}
	
	/*vM*/
	.payment_example-table tr .vM {
		position: relative;
		height: 1em;
	}
	.payment_example-table tr td.vM::after {
		display: none;
	}
	.payment_example-table tr .vM .table__cell--lv1--style1,
	.payment_example-table tr .vM .table__cell--lv1--style2,
	.payment_example-table tr .vM .table__cell--lv1--style3 {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		height: 100%;
	}
	.payment_example-table tr .vM .table__cell--lv2--style1 {
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		height: calc(100% - 3px);
	}
	.payment_example-table tr .vM .table__cell--lv2--style2,
	.payment_example-table tr .vM .table__cell--lv2--style3,
	.payment_example-table tr .vM .table__cell--lv2--style4 {
		position: absolute;
		top: 3px;
		right: 0;
		left: 0;
		height: calc(100% - 6px);
	}
	/*fixed*/
	.fixed {
		position: sticky!important;
		left: 0;
		background-color: #fff;
		z-index: 1;
	}
	.fixed + .fixed,
	.table__cell--style1.fixed {
		left: 77px;
	}
	/* safari */
	@media screen and (-webkit-min-device-pixel-ratio: 0) {
		_::-webkit-full-page-media, _:future, :root .fixed + .fixed,
		_::-webkit-full-page-media, _:future, :root .table__cell--style1.fixed {
			left: 70px;
		}
	}
	.fixed::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border-right: 6px solid #fff;
	}
	
	
	/*table__cell__text*/
	.em_number {
		font-size: 2rem;
		line-height: 1;
	}
	
}