@charset "UTF-8";
/* CSS Document */


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

PC設定 1200px以上の場合に適用 

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

/* 共通部分 */
.h2 {
	font-size: 28px;
	margin-bottom: 20px;
	color: #444;
}

.h3 {
	font-size: 32px;
	text-align: center;
	color: #009681;
	position: relative;
	margin-bottom: 80px;
}

.h3::before {
	content: "";
	display: inline-block;
	width: 1px;
	height: 95px;
	background-color: #009681;
	position: absolute;
	top: -190px;
	left: 0;
	right: 0;
	margin: auto;
}

.h4 {
	font-size: 26px;
	color: #009580;
	margin-bottom: 20px;
}




/* overview */
.overview {
	width: 100%;
	display: flex;
	height: 430px;
	background-image: url("/img/treatment/implant/bg_overview.jpg");
	background-size: cover;
	background-position: center center;
}
	
.overview__left {
	width: 50%;
}

.overview__right {
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.overview__inner {
	width: 95%;
	max-width: 512px;
	margin: 0 auto 0 0;
}

.overview__txt {
	color: #444;
}



/* about */
.about {
	padding: 280px 0 100px 0;
}

.about__wrapper {
	width: 100%;
	display: flex;
}

.about__left {
	width: 48%;
	margin-right: 4%;
}

.about__right {
	width: 48%;
}

.about__img {
	display: block;
	width: 100%;
	height: auto;
}

.about__txt {
	font-size: 16px;
	line-height: 2;
}



/* attempt */
.attempt {
	padding: 280px 0 100px 0;
	background-color: #f0f0f0;
}

.attempt__box {
	width: 100%;
}

.attempt__item {
	width: 100%;
	display: flex;
}

.attempt__item:first-child {
	border-bottom: 1px solid #c8c8c8;
	padding-bottom: 100px;
	margin-bottom: 100px;
}

.attempt__left {
	width: 48%;
	margin-right: 4%;
}

.attempt__right {
	width: 48%;
}

.attempt__img {
	display: block;
	width: 100%;
	height: auto;
}

.attempt__item:nth-of-type(even) {
	flex-direction: row-reverse;
}



/* difference */
.difference {
	padding: 280px 0 100px 0;
}

.difference__wrapper {
	width: 90%;
	margin: 0 auto;
}

.difference__tbl {
	width: 100%;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

.difference__tbl tr th:nth-of-type(1) {
	width: 16%;
}

.difference__tbl tr th:nth-of-type(2) {
	width: 28%;
}

.difference__tbl tr th:nth-of-type(3) {
	width: 28%;
}

.difference__tbl tr th:nth-of-type(4) {
	width: 28%;
}

.difference__tbl tr th {
	padding: 20px 5px;
	text-align: center;
	font-size: 18px;
}

.difference__tbl tr th:not(:first-child) {
	background-color: #d7f2ec;
	border-bottom: 1px solid #009580;
	border-left: 1px solid #009580;
}

.difference__icon {
	display: block;
	width: auto;
	height: 61px;
	margin: 20px auto 0 auto;
}

.difference__tbl tr:not(:first-child) td:first-child {
	background-color: #d7f2ec;
	border-top: 1px solid #50beaa;
	border-right: 1px solid #50beaa;
	padding: 25px 5px 5px 5px;
	vertical-align: top;
	font-size: 16px;
	text-align: center;
}

.difference__tbl tr:not(:first-child) td:not(:first-child) {
	font-size: 16px;
	padding: 25px 20px 20px 20px;
	border-left: 1px solid #50beaa;
	border-top: 1px solid #50beaa;
}

.difference__item {
	margin-bottom: 7px;
	line-height: 1.8;
	text-indent: -1.15em;
	padding-left: 1.15em;
}

.differenceItem__icon {
	margin-right: 3px;
	color: #009580;
}



/* treatment */
.treatment {
	padding: 280px 0 100px 0;
	background-color: #f0f0f0;
}

.treatment__item {
	width: 100%;
	display: flex;
}

.treatment__item:first-child {
	border-bottom: 1px solid #C8C8C8;
	margin-bottom: 100px;
	padding-bottom: 100px;
}

.treatment__left {
	width: 48%;
	margin-right: 4%;
}

.treatment__right {
	width: 48%;
}

.treatment__item:first-child {
	flex-direction: row-reverse;
}

.treatment__img {
	display: block;
	width: 100%;
	height: auto;
}

.treatment__txt {
	margin-bottom: 45px;
}

.treatment__btn {
	display: block;
	margin: 0 0 0 auto;
	width: 70%;
	max-width: 330px;
	height: 35px;
	line-height: 33px;
	border: 1px solid #50beaa;
	text-align: center;
	background-color: #50beaa;
	color: #FFF;
	position: relative;
	transition: .2s;
}

.treatment__btn::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 2px;
	background-color: #FFF;
	transform: rotate(45deg);
	position: absolute;
	top: 12px;
	right: 50px;
	transition: .2s;
}

.treatment__btn::after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 2px;
	background-color: #FFF;
	transform: rotate(-45deg);
	position: absolute;
	bottom: 13px;
	right: 50px;
	transition: .2s;
}

.treatment__btn:hover {
	background-color: transparent;
	color: #000
}

.treatment__btn:hover::before {
	background-color: #50beaa;
}

.treatment__btn:hover::after {
	background-color: #50beaa;
}



/* sleeping */
.sleeping {
	padding: 280px 0 100px 0;
}

.sleeping__wrapper {
	width: 100%;
	display: flex;
}

.sleeping__left {
	width: 48%;
	margin-right: 4%;
}

.sleeping__right {
	width: 48%;
}

.sleeping__img {
	display: block;
	width: 100%;
	height: auto;
}



/* flow */
.flow {
	padding: 280px 0 100px 0;
	background-color: #F0F0F0;
}

.accordion__box {
	width: 100%;
}

.accordion__item {
	width: 100%;
	overflow: hidden;
	border: 1px solid #009a85;
	padding: 0 25px;
	position: relative;
	margin-bottom: 15px;
	transition: .5s;
	-webkit-transition: .5s;
	background-color: #FFF;
}

.accordion__item:first-child .accordion__content {
	display: block;
}

.accordion__ttl {
	font-size: 22px;
	color: #009a85;
	height: 60px;
	line-height: 60px;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

.accordion__ttl:hover {
	cursor: pointer;
}

.accordion__content {
	width: 100%;
	padding-bottom: 25px;
	display: none;
}

.accordion__wrapper {
	width: 100%;
	background-color: #f1f4ec;
	padding: 30px;
	display: flex;
}

.accordion__left {
	width: 25%;
}

.accordion__img {
	display: block;
	width: 100%;
	height: auto;
}

.accordion__right {
	width: 72%;
	margin-left: 3%;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

.accordion__box .accordion__item:nth-of-type(8) .accordion__wrapper:not(:last-child) {
	padding-bottom: 0;
}

.accordionItem__ttl {
	display: block;
	color: #009580;
}

.accordion__btn {
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	right: 0;
	transition: .2s;
}

.accordion__btn::before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 3px;
	background-color: #009a85;
	position: absolute;
	top: 28px;
	left: 18px;
}

.accordion__btn::after {
	content: "";
	display: inline-block;
	width: 3px;
	height: 24px;
	background-color: #009a85;
	position: absolute;
	top: 18px;
	left: 28px;
}

.open__btn,
.accordion__item:first-child .accordion__btn {
	transform: rotate(45deg);
}

.accordion__item:first-child .open__btn {
	transform: rotate(0);
}

.accordion__btn:hover {
	cursor: pointer;
}

.accordion__item:nth-of-type(8) .accordion__wrapper .accordion__txt:not(:last-child) {
	margin-bottom: 20px;
}

.accordionItem__annotation {
	font-size: 14px;
	margin-top: 5px;
}

.accordion__item:nth-of-type(8) .accordion__wrapper .accordion__img:nth-of-type(2) {
	margin-top: 15px;
}

.accordion__item .pc {
	display: block!important;
}

.accordion__item .sp {
	display: none!important;
}

.accordion__inner {
	width: 90%;
	margin: 20px auto 10px auto;
}

.accordionInner__ttl {
	font-size: 22px;
	color: #009a85;
	margin-bottom: 10px;
}



/* guarantee */
.guarantee {
	padding: 280px 0 100px 0;
}

.guarantee__box {
	display: flex;
	flex-wrap: wrap;
}

.guarantee__item {
	width: 48%;
	margin-right: 4%;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

.guarantee__item:nth-of-type(even) {
	margin-right: 0;
}



/* history */
.history {
	padding: 280px 0 100px 0;
	background-color: #F0F0F0;
}

.history__txt {
	font-size: 16px;
	line-height: 2;
	margin-bottom: 35px;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

.history__box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.history__item {
	width: 22%;
	margin-right: 4%;
	margin-bottom: 70px;
}

.history__item:nth-of-type(4n){
	margin-right: 0;
}

.history__img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}



/* book */
.book {
	margin: 0 auto 120px auto;
}

.book__img {
	display: block;
	width: 133px;
	height: auto;
	margin-bottom: 20px;
}

.book__ttl {
	font-size: 22px;
	margin-bottom: 10px;
}

.book__h4 {
	font-size: 18px;
	margin-bottom: 10px;
}



/* link */
.link {
	padding: 120px 0 100px 0;
	display: flex;
}

.link__item {
	width: 48%;
	margin-right: 4%;
	display: block;
	border: 2px solid #50beaa;
	transition: .2s;
}

.link__item:last-child {
	margin-right: 0;
}

.link__ttl {
	background-color: #50beaa;
	height: 70px;
	line-height: 70px;
	font-size: 24px;
	color: #FFF;
	text-align: center;
	border-bottom: 1px solid #50beaa;
	position: relative;
	transition: .2s;
}

.link__ttl::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 2px;
	background-color: #FFF;
	transform: rotate(45deg);
	position: absolute;
	top: 30px;
	right: 30px;
	transition: .2s;
}

.link__ttl::after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 2px;
	background-color: #FFF;
	transform: rotate(-45deg);
	position: absolute;
	bottom: 30px;
	right: 30px;
	transition: .2s;
}

.link__item:hover .link__ttl {
	background-color: transparent;
	color: #000;
}

.link__item:hover .link__ttl::before {
	background-color: #50beaa;
}

.link__item:hover .link__ttl::after {
	background-color: #50beaa;
}

.link__txt {
	width: 100%;
	padding: 20px 25px;
}



/* btn__box */
.btn__box {
	margin-bottom: 100px;
}

.btn {
	display: block;
	margin: 0 auto;
	border: 1px solid #50beaa;
	width: 600px;
	height: 70px;
	line-height: 68px;
	background-color: #50beaa;
	color: #FFF;
	text-align: center;
	font-size: 28px;
	position: relative;
	transition: .2s;
}

.btn::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 2px;
	background-color: #FFF;
	transform: rotate(45deg);
	position: absolute;
	top: 30px;
	right: 30px;
	transition: .2s;
}

.btn::after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 2px;
	background-color: #FFF;
	transform: rotate(-45deg);
	position: absolute;
	bottom: 30px;
	right: 30px;
	transition: .2s;
}

.btn:hover {
	background-color: transparent;
	color: #000;
}

.btn:hover::before {
	background-color: #50beaa;
}

.btn:hover::after {
	background-color: #50beaa;
}

.btn__item:first-child {
	margin-bottom: 70px;
}



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

タブレットの設定 1024px〜1199pxの場合に適用 

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

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



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

タブレットの設定 768px〜1023pxの場合に適用 

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

@media screen and (max-width: 1023px){
	
/* link */
.link {
	display: block;
}

.link__item {
	width: 600px;
	margin: 0 auto 70px auto;
}

.link__item:last-child {
	margin-right: auto;
	margin-bottom: 0;
}

	
	
}


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

SPの設定 767px以下の場合に適用 

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

@media screen and (max-width: 767px){
	
/* 共通部分 */
.h2 {
	font-size: 18px;
	margin-bottom: 10px;
}
	
.h3 {
	font-size: 16px;
	margin-bottom: 30px;
}

.h3::before {
	height: 65px;
	top: -100px;
}
	
.h4 {
	font-size: 20px;
	margin-bottom: 10px;
}




/* overview */
.overview {
	display: block;
	height: auto;
	background-image: none;
	background-color: #E4E4E4;
}
	
.overview__left {
	width: 100%;
}
	
.overview__img {
	display: block;
	width: 100%;
	height: auto;
}

.overview__right {
	width: 100%;
	padding: 35px 0;
}

.overview__inner {
	width: calc(100% - 50px);
	max-width: 512px;
	margin: 0 auto;
}
	
.overview__txt {
	font-size: 12px;
}



/* about */
.about {
	padding: 140px 0 60px 0;
}
.about__wrapper {
	display: block;
}

.about__left {
	width: 100%;
	margin: 0 auto 25px auto;
}

.about__right {
	width: 100%;
}

.about__txt {
	font-size: 12px;
}



/* attempt */
.attempt {
	padding: 140px 0 60px 0;
}

.attempt__item {
	display: block;
}
	
.attempt__item:first-child {
	margin-bottom: 40px;
	padding-bottom: 40px;
}

.attempt__left {
	width: 100%;
	margin-right: 0;
}

.attempt__right {
	width: 100%;
}

.attempt__img {
	margin-top: 25px;
}
	
.attempt__txt {
	font-size: 12px;
}



/* difference */
.difference {
	padding: 140px 0 60px 0;
}

.difference__annotation {
	font-size: 12px;
	margin-bottom: 15px;
}
	
.difference__wrapper {
	width: 100%;
	overflow: auto;
}
	
.difference__wrapper::-webkit-scrollbar {
 height: 5px;
}
	
.difference__wrapper::-webkit-scrollbar-track {
 background: #F1F1F1;
}
	
.difference__wrapper::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}

.difference__tbl {
	width: 800px;
}
	
.difference__tbl tr th {
	padding: 15px 5px;
	font-size: 14px;
}

.difference__icon {
	height: 45px;
	margin: 10px auto 0 auto;
}

.difference__tbl tr:not(:first-child) td:first-child {
	padding: 15px 5px 5px 5px;
	font-size: 14px;
}

.difference__tbl tr:not(:first-child) td:not(:first-child) {
	font-size: 14px;
	padding: 15px;
}

.difference__item {
	text-indent: -1.2em;
	padding-left: 1.2em;
}
	
.difference__tbl tr th:nth-of-type(1) {
	width: 10%;
}

.difference__tbl tr th:nth-of-type(2) {
	width: 30%;
}

.difference__tbl tr th:nth-of-type(3) {
	width: 30%;
}

.difference__tbl tr th:nth-of-type(4) {
	width: 30%;
}



/* treatment */
.treatment {
	padding: 140px 0 60px 0;
}

.treatment__item {
	display: block;
}

.treatment__left {
	width: 100%;
	margin-right: 0;
	margin-bottom: 25px;
}

.treatment__right {
	width: 100%;
	margin-bottom: 25px;
}

.treatment__txt {
	margin-bottom: 20px;
	font-size: 16px;
}

.treatment__btn {
	font-size: 12px;
	margin: 0 auto;
}
	
.treatment__item:first-child {
	margin-bottom: 40px;
	padding-bottom: 40px;
}



/* sleeping */
.sleeping {
	padding: 140px 0 60px 0;
}

.sleeping__wrapper {
	display: block;
}

.sleeping__left {
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
}

.sleeping__right {
	width: 100%;
}

	
	
/* flow */
.flow {
	padding: 140px 0 60px 0;
}
	
.accordion__item {
	padding: 0 15px;
	margin-bottom: 10px;
}

.accordion__ttl {
	font-size: 18px;
	height: 45px;
	line-height: 45px;
}
	
.accordion__txt {
	font-size: 14px;
}

.accordion__content {
	padding-bottom: 15px;
}

.accordion__wrapper {
	padding: 15px;
	display: block;
}

.accordion__left {
	width: 75%;
	margin: 0 auto 15px auto;
}

.accordion__right {
	width: 100%;
	margin-left: 0;
}

.flow .accordion__box .accordion__item:nth-of-type(2) .accordion__wrapper:not(:last-child) {
	padding-bottom: 0;
}
	

	
.accordionItem__ttl {
	font-size: 14px;
}

.accordion__btn {
	width: 45px;
	height: 45px;
}

.accordion__btn::before {
	width: 23px;
	height: 3px;
	top: 21px;
	left: 11px;
}

.accordion__btn::after {
	width: 3px;
	height: 23px;
	top: 11px;
	left: 21px;
}
	
.accordion__item .pc {
	display: none!important;
}

.accordion__item .sp {
	display: block!important;
}
	
.accordion__sp {
	width: 75%;
	margin: 0 auto;
}

.accordion__sp:nth-of-type(1) {
	margin-bottom: 30px;
}

.accordion__inner {
	width: 90%;
	margin: 20px auto 10px auto;
}

.accordionInner__ttl {
	font-size: 18px;
	text-align: center;
}
	
	
	
/* guarantee */
.guarantee {
	padding: 140px 0 40px 0;
}
	
.guarantee__box {
	display: block;
}

.guarantee__item {
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
}

.guaranteeItem__ttl {
	font-size: 14px;
	margin-bottom: 5px;
}
	
.guarantee__txt {
	font-size: 12px;
}



/* history */
.history {
	padding: 140px 0 60px 0;
}

.history__txt {
	font-size: 14px;
	margin-bottom: 25px;
}

.history__box {
	flex-wrap: wrap;
}

.history__item {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 15px;
}

.history__item:nth-of-type(even) {
	margin-right: 0;
}

.history__img {
	margin-bottom: 5px;
}

.historyItem__txt {
	font-size: 12px;
}
	
	
	
/* book */
.book {
	margin: 0 auto 40px auto;
}

.book__img {
	margin-bottom: 15px;
}

.book__ttl {
	font-size: 18px;
	margin-bottom: 5px;
}

.book__h4 {
	font-size: 14px;
	margin-bottom: 5px;
}
	
.book__txt {
	font-size: 12px;
}
	


/* link */
.link {
	padding: 40px 0 10px 0;
}

.link__item {
	width: 100%;
	max-width: 600px;
	margin: 0 auto 35px auto;
}

.link__item:last-child {
	margin-right: auto;
}
	
.link__ttl {
	font-size: 14px;
	height: 40px;
	line-height: 40px;
}

.link__txt {
	font-size: 12px;
	padding: 10px 15px;
}
	
.link__ttl::before {
	width: 7px;
	height: 1px;
	top: 17px;
	right: 20px;
}
	
.link__ttl::after {
	width: 7px;
	height: 1px;
	bottom: 17px;
	right: 20px;
}
	
	
	
/* btn__box */
.btn__box {
	margin-bottom: 80px;
}
	
.btn {
	margin: 35px auto 0 auto;
	width: 100%;
	height: 40px;
	line-height: 38px;
	font-size: 14px;
}

.btn::before {
	width: 7px;
	height: 1px;
	top: 16px;
	right: 20px;
}

.btn::after {
	width: 7px;
	height: 1px;
	bottom: 16px;
	right: 20px;
}

.btn__item:first-child {
	margin-bottom: 35px;
}
	
	
}