html {}
body {
	width: 100%;
	color: #4d4d4d;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ Pro W3, Meiryo, メイリオ, 游ゴシック Medium, Yu Gothic Medium, 游ゴシック体, Yu Gothic, YuGothic, MS PGothic, Osaka, arial, sans-serif;
	line-height: 1.8em;
	font-feature-settings: "palt";
	overflow-x: hidden;
	letter-spacing: 0.3;
font-size:16px;
}
.over {
	overflow: hidden;
}
@media screen and (max-width:767px) {
	body {
		font-weight: 300;
		background: #fff;
		font-size: 15px;
	}
.inner {
overflow:hidden;
}
}
.container {
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
}
.inner {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
img {
	width: 100%;
}
.position-relative {
	position: relative;
}
@media screen and (min-width:768px) {
.lp_absolute {
	position: absolute;
	width: 187px;
	bottom: -10px;
	right: 0;
}
}
@media screen and (max-width:767px) {
.lp_absolute {
	position: absolute;
max-width:187px;
	width: 25%;
	bottom: -5px;
	left: 12%;
}
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
/*-----------------------------------------------------
	レイアウト
-----------------------------------------------------*/
/* 4カラム */
*,
*:before,
*:after {
	box-sizing: border-box;
}
.col_4 {
	width: 100%;
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	text-align: center;
}
.col_4>div {
	width: 24.25%;
	padding: 10px;
	margin-right: 1%;
}
.col_4>div:last-child {
	margin-right: 0;
}
@media screen and (max-width:767px) {
	.col_4>div {
		width: 48%;
		margin: 1%;
	}
}
/* 2カラム */
.col_2 {
	width: 100%;
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	text-align: center;
}
.col_2>div {
	width: 48.5%;
	padding: 0;
	margin-right: 3%;
}
.col_2>div:last-child {
	margin-right: 0;
}
@media screen and (max-width:767px) {
	.col_2>div {
		width: 100%;
		margin: 8px 0;
	}
}
/* 3カラム */
.col_3 {
	width: 100%;
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	text-align: center;
}
.col_3>div {
	width: 32%;
	padding: 10px;
	margin-right: 1%;
}
.col_3>div:last-child {
	margin-right: 0;
}
@media screen and (max-width:767px) {
	.col_3>div {
		width: 98%;
		margin: 1%;
	}
}
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.sp {
	display: none;
}
.pc {
	display: inline-block;
}
@media screen and (max-width: 767px) {
	.sp {
		display: inline-block;
	}
	.pc {
		display: none;
	}
}

/*-----------------------------------------------------
	text
-----------------------------------------------------*/
.mincho {
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "MS Mincho", "HiraMinProN-W3", serif;
}
.yugo{font-family: -apple-system,游ゴシック体, Yu Gothic, YuGothic, MS PGothic, Osaka, arial, sans-serif;}

.image_txt {
	font-size: 9px;
	text-align: left;
	display: block;
	letter-spacing: 0.1em;
}
.white {
	color: #fff !important;
}
b,
strong,
.bold {
	font-weight: 600;
}
sup {
	vertical-align: text-top;
	font-size: 9px;
}
.center {
	text-align: center !important;
}
.right {
	text-align: right !important;
}
.attention {
	font-size: 11px;
	line-height: 1.4;
	text-align: right;
	padding: 0 10px;
}
@media screen and (max-width: 767px) {
	.attention {
		font-size: 9px;
	}
}
/*-----------------------------------------------------
	gradation
-----------------------------------------------------*/
.text-gradation {
	background: linear-gradient(89deg, #9fbcec 0%, #98aadd 50%, #ceb0e8 100%);
	background: -webkit-linear-gradient(60deg, #9fbcec 0%, #98aadd 50%, #ceb0e8 100%);
	background-clip: border-box;
	background-clip: border-box;
	background-clip: border-box;
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
	font-weight: 600;
}
.bg-gradation {
	background: linear-gradient(45deg, #cbdefd, #b0bde1 40%, #b0bde1 60%, #d4c3ed);
}
/*-----------------------------------------------------
	main
-----------------------------------------------------*/
@media screen and (min-width: 768px) {
	.main {
		margin: 0 auto;
		background: #fff;
	}
	.main .inner {
		width: 1080px;
		position: relative;
		padding: 50px 0 40px;
	}
	.main .inner .txt_area {
		width: 516px;
		margin: 25px 0 10px;
		letter-spacing: 0.15em;
		text-align: center;
		z-index:1;
		position: relative;
	}
	.main .inner .txt_area img {
		margin: 0 0 30px;
	}
	.main .inner .pic_area {
		position: absolute;
		top: 0;
	}
	.main .inner .txt_area span {
		padding: 30px 0 0;
		text-align: center;
		line-height: 1.4;
		color: #999;
		font-size: 9px;
	}
	.main .inner .pic_area .pic_bg {
		background: url("../images/main_bg01.jpg") no-repeat center/cover;
		position: absolute;
		top: 30px;
		left: 560px;
		width: 1000px;
		height: 600px;
	}
	.main .inner .pic_area .item {
		position: absolute;
		top: 30px;
		left: 470px;
		width: 620px;
		overflow-x: hidden;
	}
	.main_image {
		width: 581px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 10px 0 0;
	}
	.main_image .absolute {
		position: absolute;
		width: 168px;
		bottom: -10px;
		right: 0;
		z-index: 10;
		letter-spacing: -0.05em;
		left: 60%;
	}
	.main_image .img {
		position: relative;
		width: 100%;
		font-size: 0;
	}
}
@media screen and (max-width: 767px) {
	.main {
padding: 30px 0 20px;
		position: relative;
	}
	.main .inner {
		padding: 0;
	}
	.main .inner .txt_area {
		padding: 0 5% 10px 3%;
		text-align: center;
		line-height: 1.5;
	}
	.main .inner .txt_area img {
		padding: 0;
	}
	.main .inner .txt_area span {
		text-align: center;
		color: #999;
		font-size: 8px;
	}
	.main .inner .pic_area {
		width: 100%;
		margin: 20px 0 0;
		padding-top: 46%;
		position: relative;
		top: 0;
		left: 0;
	}
	.main .inner .pic_area .pic_bg {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: url("../images/main_bg01.jpg") no-repeat center/cover;
	}
	.main .inner .pic_area .item {
		position: absolute;
		top: -20px;
		right: -1%;
		width: 58%;
	}
	.main .inner .txt_area .txt03 {
		padding: 10px 0 10px 10px;
	}
	.image_txt {
		font-size: 9px;
		letter-spacing: 0em;
	}
	.main .inner .txt_area .txt03 {
		margin: 12px 0 0;
		line-height: 1.7;
	}
	.main_image {
		-webkit-box-pack: start;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 1rem 2%;
	}
	.main_image .absolute {
		position: absolute;
		width: 24%;
		bottom: 0;
		left: 15%;
		z-index: 10;
	}
	.main_image .img {
		position: relative;
		width: 100%;
		font-size: 0;
	}
}
/*----------------------------------------------------------
    feature
----------------------------------------------------------*/
.feature {
	margin-top: -10px;
	position: relative;
	z-index: 0;
	background: linear-gradient(45deg, #e9f5ff, #ded6fd 50%, #ffeef9);
	padding: 40px 0;
}
.feature .feature-img {
	max-width: 185px;
	margin: 0 auto;
}
.feature .col_4>div {
	background-color: #fff;
	padding: 12px 14px 22px;
	border-radius: 3px;
	box-shadow: 2px 2px 2px 0px rgba(132, 81, 201, 0.2);
}
.feature .col_4 div img.pin {
	width: 12px;
	margin: -13px auto 16px;
}
@media screen and (max-width: 767px) {
	.feature {
		padding: 40px 30px 35px;
	}
}
/*----------------------------------------------------------
    front
----------------------------------------------------------*/
@media screen and (min-width:768px) {
	.front {
		background: #e6f0fa url("../images/front_bg.jpg") no-repeat center top;
		padding: 0 0 10px;
	}
}
/*----------------------------------------------------------
    lineup
----------------------------------------------------------*/
.lineup {
	background: url("../images/section01_bg.jpg") no-repeat center/cover;
	padding: 100px 0 50px;
}
.lineup_title {
	max-width: 894px;
	margin: 10px auto;
}
.lineup p {
	text-align: justify;
	margin-top: 20px;
	line-height: 2.6;
	letter-spacing: 0.4;
}
.lineup span {
	padding-bottom: 9px;
	border-bottom: 2px dotted #ccc;
}
.youtube {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	margin: 0 0 26px;
}
.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
video {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
@media (min-width: 768px) {
	.lineup .container {
		position: relative;
		width: 650px;
		margin: 80px 0 80px 30%;
	}
	.lineup .img03 {
		position: absolute;
		width: 340px;
		top: -40px;
		left: -52%;
		z-index: -1;
		-webkit-transform: rotateY(180deg);
		transform: rotateY(180deg);
	}
}
@media screen and (max-width: 767px) {
	.lineup {
		padding: 50px 0 120px;
	}
	.lineup_title {
		margin: 10px auto 30px;
		padding: 0 10px;
	}
	.lineup .container {
		position: relative;
		z-index: 10;
		width: 84%;
		margin: 0 8%;
	}
	.lineup .img03 {
		display: none;
	}
	.youtube {
		position: relative;
		width: 100%;
		height: 0;
		padding-top: 56.25%;
		margin: 0;
	}
}
/*-----------------------------------------------------
	clinic
-----------------------------------------------------*/
.clinic {
	background: #fff url("../images/doctor_voice_bg.jpg") no-repeat center top;
}
/*-----------------------------------------------------
	よくある質問
-----------------------------------------------------*/
.faq {
	background: #e6f0fa;
	padding: 120px 0;
}
.faq .inner {
	padding: 60px;
	background: #fff;
}
.faq img {
	margin: 0 auto 70px;
	width: 110px;
}
.faq dl {
	width: 90%;
	margin: 0 auto;
}
.faq dl .Qa {
	padding: 20px 0;
	border-bottom: 1px solid #c8c8c8;
}
.faq dl .Qa dt,
.faq dl .Qa dd {
	display: flex;
	align-items: baseline;
	margin: 15px 0;
}
.faq dl .Qa dt p {
	margin: 0;
	padding-left: 15px;
	width: 100%;
	font-size: 22px;
}
.faq dl .Qa dd p {
	margin: 0;
	width: 100%;
}
.faq dl .Qa:last-of-type {
	border-bottom: none;
}
.faq dl .Qa dt::before {
	content: "Q";
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: #93a8dc;
	width: 2em;
	height: 2em;
}
@media screen and (max-width: 767px) {
	.faq {
		padding: 60px 20px;
	}
	.faq dl .Qa dt p {
		font-size: 16px;
	}
	.faq img {
		margin: 0 auto 40px;
		width: 100px;
	}
	.faq .inner {
		padding: 5px 15px;
	}
	.faq dl .Qa {
		padding: 12px 0;
	}
}
/*-----------------------------------------------------
	footer
-----------------------------------------------------*/
footer {
	text-align: center;
}
footer .copyright {
	color: #FFF;
	background: #000;
	font-size: 12px;
	padding: 20px 0;
}
/*----------------------------------------------------------
osusume
----------------------------------------------------------*/
.osusume_title {
	padding: 50px 0;
	background: #93aadc;
}
.osusume_title img {
	max-width: 513px;
	margin: 0 auto;
}
.osusume {
	padding: 0;
	background: #aac4e3 url(../images/osusume_bg.jpg) no-repeat center top;
	background-size: auto;
}
/*----------------------------------------------------------
nayamigoto
----------------------------------------------------------*/
.nayamigoto {
	background: url("../images/nayami_bg.jpg") #21263c no-repeat center top;
}
.nayamigoto img {
	max-width: 901px;
	margin: 0 auto;
}
/*----------------------------------------------------------
insta
----------------------------------------------------------*/
.insta {
	background: #e6f0fa url(../images/insta_media_bg.jpg) no-repeat center top / cover;
}
/*-----------------------------------------------------
	user
-----------------------------------------------------*/
.border_dot {
	border-bottom: 2px dotted #ccc;
	line-height: 2.6;
	padding-bottom: 6px;
}
.user2 {
	background: #fafafc;
}
.user_title {
	max-width: 281px;
	margin: 0 auto;
}
.user h2 {
	font-family: "Noto Serif JP", serif;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1;
	text-align: center;
}
.user h2 span:nth-of-type(1) {
	display: block;
	font-size: 19px;
	font-size: 1.1875rem;
	letter-spacing: 0.02em;
}
.user h2 span:nth-of-type(2) {
	font-size: 48px;
	font-size: 3rem;
	color: #c49845;
}
.user__items {
	margin-top: 45px;
	margin-top: 2.8125rem;
}
.user li {
	position: relative;
	background-color: #fff;
	border-radius: 0.3125rem;
	-webkit-box-shadow: 0 0.625rem 1.25rem rgba(0, 0, 0, .1);
	box-shadow: 0 0.625rem 1.25rem rgba(0, 0, 0, .1);
}
.user .number {
	position: absolute;
	z-index: 1;
	top: -30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 60px;
	width: 4.2rem;
	height: 60px;
	height: 4.2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-family: "Noto Serif JP", serif;
	font-size: 27.5px;
	font-size: 1.71875rem;
	line-height: 1;
	color: #fff;
	text-align: center;
	background-color: #94a8e0;
	border-radius: 50%;
}
.user .number span {
	display: block;
	font-size: 10px;
	font-size: 11px;
	font-weight: 700;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}
.user picture {
	position: relative;
	width: 100%;
	display: block;
}
.user picture::before {
	content: "";
	display: block;
	padding-top: 67.5%;
}
.user picture img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.user .text_area {
	padding: 30px 30px 20px;
	padding: 1.875rem 1.875rem 1.25rem;
}
.user h3 {
	font-size: 30px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0.02em;
	text-align: center;
	border-bottom: 3px dotted #ddd;
	padding-bottom: 14px;
}
.user h3 span {
	color: #c49845;
}
.user ul li p {
	margin-top: 22px;
	font-size: 16px;
	line-height: 1.9;
}
.user-list__item+.user-list__item {
	margin-top: 34px;
	margin-top: 2.125rem;
}
@media screen and (min-width: 768px) {
	.user {
		padding: 90px 0 90px;
		position: relative;
		z-index: 1;
	}
	.user h2 {
		font-size: 3rem;
	}
	.user h2 span:nth-of-type(1) {
		font-size: 1.75rem;
	}
	.user h2 span:nth-of-type(2) {
		font-size: 4.375rem;
	}
	.user ul {
		margin-top: 80px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.user li {
		border-radius: 0.625rem;
	}
	.user .number {
		width: 70px;
		height: 70px;
		font-size: 28px;
	}
	.user picture::before {
		padding-top: 62.6%;
	}
	.user .text_area {
		padding: 2.2rem 2.5rem 2.8rem;
	}
	.user-list__item {
		max-width: calc(50% - 1.5rem);
		width: 100%;
	}
	.user-list__item+.user-list__item {
		margin-top: 0;
		margin-left: 3rem;
	}
	.user-list__item:nth-of-type(2n+1) {
		margin-left: 0;
	}
	.user-list__item:nth-of-type(n+3) {
		margin-top: 4.0625rem;
	}
}
/*---------------------------------------------------------------
athlete
---------------------------------------------------------------*/
.athlete {
	background: #fff url("../images/athlete_bg.jpg") no-repeat top center;
	background-size: contain;
	padding: 0;
}
.hasta {
	max-width: 965px;
	padding: 40px 0 80px;
}
/*---------------------------------------------------------------
nad
---------------------------------------------------------------*/
.nad {
	background: #fff url("../images/nad_bg.jpg") no-repeat top center;
	background-size: cover;
	padding: 0;
	position: relative;
}
.nad::after {
	background: url(../images/section10_before.png) no-repeat left top;
	background-size: auto;
	background-size: 120px 120px;
	content: '';
	position: absolute;
	bottom: -60px;
	left: 0;
	right: 0;
	width: 120px;
	height: 120px;
	margin: 0 auto;
	z-index: 1;
}
/*---------------------------------------------------------------
food
---------------------------------------------------------------*/
.food {
	background: #494f55 url("../images/food_bg.jpg") no-repeat center top / cover;
}
/*---------------------------------------------------------------
amount
---------------------------------------------------------------*/
.amount {
	background: #494f55 url("../images/amount_bg.jpg") no-repeat center top;
}
/*---------------------------------------------------------------
liposome
---------------------------------------------------------------*/
.liposome {
	background: url("../images/section14_bg.jpg") no-repeat center top, url("../images/section14_bg2.jpg") no-repeat center bottom;
}
.liposome img{
max-width:1000px;margin:0 auto;
}
@media screen and (max-width: 767px) {
	.liposome {
		background-color: #f3f8f9;
		padding: 10px 0 40px;
	}
	.liposome .inner {
		padding: 0 20px;
	}
	.liposome .inner img {
		padding: 0 0 20px;
	}
}
/*---------------------------------------------------------------
hybrid
---------------------------------------------------------------*/
.hybrid_title {
	background: #fff url("../images/hybrid_title_bg.jpg") no-repeat center top;
}
.hybrid {
	background: #fff url("../images/hybrid_bg.jpg") no-repeat center top;
}
.hybrid .arrow {
	max-width: 278px;
	margin: 0 auto;
}
/*---------------------------------------------------------------
kodawari
---------------------------------------------------------------*/
.kodawari {
	background:url("../images/nmn_kodawari_bg.jpg") no-repeat center top,linear-gradient(180deg, #eaedf2, #e6f0fa);
}
.kodawari_feature img {
	max-width: 315px;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.kodawari_feature img {
		max-width: 180px;
		margin: 30px auto 0;
	}
	.kodawari {
		padding: 0 0 30px;
	}
}
/*---------------------------------------------------------------
howto
---------------------------------------------------------------*/
@media screen and (min-width: 768px) {
	.howto {
		background: #fff url("../images/howto_bg.jpg") no-repeat center bottom;
		padding: 100px 0 40px;
	}
}
/*---------------------------------------------------------------
howto2
---------------------------------------------------------------*/
@media screen and (min-width: 768px) {
	.howto2 {
		background: url("../images/section14_bg.jpg") no-repeat center top, url("../images/section14_bg2.jpg") no-repeat center bottom;
		padding: 80px 0 100px;
	}
}
/*---------------------------------------------------------------
reason
---------------------------------------------------------------*/
@media screen and (min-width: 768px) {
	.reason {
		background: #fff url("../images/reason_bg.jpg") no-repeat center top;
		padding: 100px 0 80px;
	}
}
@media screen and (max-width: 767px) {
	.reason {
		padding: 0;
	}
}
/*---------------------------------------------------------------
reason_title
---------------------------------------------------------------*/
.reason_title {
	background: #fff url("../images/reason_title_bg.jpg") no-repeat center top / cover;
}
.reason_title img {
	max-width: 591px;
	margin: 0 auto;
	padding: 40px 20px;
}
@media screen and (max-width: 767px) {
	.reason_title img {
		padding: 20px 40px;
	}
}
/*---------------------------------------------------------------
reason2
---------------------------------------------------------------*/
.reason2 {
	background: url("../images/section14_bg.jpg") no-repeat center top, url("../images/section14_bg2.jpg") no-repeat center bottom;
	padding: 80px;
}
.reason2 .col_2 div {
	margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
	.reason2 {
		padding: 30px 20px 40px;
	}
	.reason2 .col_2 div {
		margin-bottom: 20px;
	}
}
/*---------------------------------------------------------------
careful_title
---------------------------------------------------------------*/
.careful_title {
	background: #fff url("../images/careful_title_bg.jpg") no-repeat center top / cover;
}
.careful_title img {
	max-width: 800px;
	margin: 0 auto;
	padding: 40px 20px;
}
@media screen and (max-width: 767px) {
	.careful_title img {
		padding: 20px 30px;
	}
}
/*---------------------------------------------------------------
careful
---------------------------------------------------------------*/
.careful {
	background: #a3adba url("../images/careful_bg.jpg") no-repeat center bottom;
	padding: 80px 0 100px;
}
.careful p {
	color: #fff;
	line-height: 2.2;
	font-size: 18px;
	margin: 0 auto;
	padding-bottom: 60px;
	letter-spacing: 0.1em;
}
.careful .col_2 div {
	margin-bottom: 40px;
}
@media screen and (max-width:767px) {
	.careful {
		padding: 30px 0;
	}
	.careful .inner {
		padding: 3%
	}
	.careful p {
		color: #fff;
		line-height: 1.8;
		font-size: 16px;
		margin: 0 auto;
		padding: 0 15px 40px;
		letter-spacing: 0.05em;
	}
	.careful .col_2 div {
		margin-bottom: 20px;
	}
}
@media screen and (min-width:768px) {
	.last {
		background: #fff url(../images/section11_bg.png) no-repeat center top;
		padding: 80px 0 0px;
		border-top: 16px solid #93a8dc;
	}
}
.detail {
	background: #fff;
	padding: 80px 0;
}
/*===============================================================================
    doctor-voice
===============================================================================*/
.doctor-voice-title {
	max-width: 395px;
	margin: 80px auto 10px;
}
@media all and (max-width: 767px) {
	.doctor-voice-title {
		max-width: 280px;
		margin: 40px auto 30px;
	}
	.doctor-voice-box {
		padding: 0 20px 0px 20px;
	}
}
/*==============================================================================
clinic
============================================================================= */
.clinic_title {
	padding: 40px 10px;
	background: linear-gradient(45deg, #cbdefd, #b0bde1 40%, #b0bde1 60%, #d4c3ed);
	position: relative;
	z-index: 1;
	text-align: center;
line-height:1;
}
.clinic_title h2 {
	color: #fff;
	margin: 0;
	font-size: 62px;
	font-weight: 500;
padding: 12px 0 10px;
}
.clinic_title h2 span {
	font-size: 1.4em;
	vertical-align: -7px;
	letter-spacing: 0;
	padding: 0 6px;
}
.clinic_title p {
	color: #fff;
	font-size: 22px;
	letter-spacing: 0.16em;
}
.clinic_title::after {
	content: "";
	border: 60px solid transparent;
	border-top: 32px solid #b0bde1;
	margin-left: -60px;
	top: 96%;
	left: 50%;
	position: absolute;
	z-index: 1;
	text-align: center;
	border-radius: 6px;
}
@media all and (max-width: 767px) {
	.clinic_title {
		padding: 26px 10px;
		background: linear-gradient(45deg, #cbdefd, #b0bde1 40%, #b0bde1 60%, #d4c3ed);
		position: relative;
		z-index: 1;
		text-align: center;
	}
	.clinic_title p {
		color: #fff;
		font-size: 14px;
		padding-bottom: 10px;
		letter-spacing: 0.1em;
	}
	.clinic_title h2 {
		font-size: 32px;
	}
	.clinic_title h2 span {
		font-size: 1.7em;
		vertical-align: -7px;
		letter-spacing: 0;
		padding: 0 6px;
	}
}
/*----------------------------------------------------------
      cva
  ----------------------------------------------------------*/
.cva {
	background: #e6f0fa;
	padding: 80px 0 80px;
}
.cva .inner {
	background: #fff;
	max-width: 900px;
	padding: 0 0 26px;
}
.cva_header img {
	max-width: 745px;
	margin: 0 auto;
}
.cva_content, .cva_btn, .cva_txt {
	max-width: 728px;
	margin: 0 auto;
}
.cva_btn {
	padding: 28px 0 8px;
}
.cva_btn:hover {
	opacity: 0.8
}
.cva_txt {
	font-size: 12px;
	text-align: center;
	letter-spacing: 0.15em;
}
@media all and (min-width: 768px) {
	.cva_header {
		background: #fff url("../images/cvr_title_bg.png") no-repeat center top;
		padding: 40px 0 70px;
	}
}
@media all and (max-width: 767px) {
	.cva {
		background: #e6f0fa;
		padding: 30px 20px 50px;
	}
	.cva_btn, .cva_txt {
		padding: 0 5%;
	}
	.cva_content {
		padding: 30px 5% 20px;
		max-width: 600px;
	}
	.cva_btn {
		max-width: 610px;
		margin-bottom: 8px;
	}
	.cva_txt {
		font-size: 10.5px;
		letter-spacing: 0.05em;
	}
}
@media screen and (min-width: 768px) {
	.three_bg {
		margin-bottom: 80px;
	}
	.three_content {
		position: relative;
	}
	.three_content:after {
		content: "";
		width: 100vw;
		height: 209px;
		background: #e6f0fa;
		position: absolute;
		top: 68px;
		left: calc(50% - 50vw);
		z-index: 0;
	}
	.three_content ul {
		width: 1000px;
		position: relative;
		z-index: 1;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		margin: 0 auto;
	}
	.three_content ul li {
		width: 29%;
		margin: 20px 5% 0 0;
		padding: 15px 0;
	}
	.three_content ul li:last-child {
		margin: 20px 0 0 0;
	}
	.three_content .num {
		background: url("../images/reason_bg_01.png");
		width: 102px;
		height: 74px;
		margin: 0 auto 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.three_content .num p {
		font-size: 30px;
		color: #ffffff;
		font-family: "Times New Roman";
	}
	.three_content h3 {
		font-size: 18px;
		margin-bottom: 20px;
		text-align: center;
		line-height: 1.7;
		font-weight: 500;
		letter-spacing: 0.08em;
	}
	.three_content h3 span {
		font-weight: 600;
		color: #93a8dc;
		font-size: 33px;
	}
	.three_content .thumb {
		margin-bottom: 30px;
		position: relative;
	}
	.three_content .thumb img {
		position: relative;
		z-index: 1;
		box-shadow: 10px 10px #c2cce5;
	}
	.three_content .txt_three {
		font-size: 16px;
		line-height: 1.8;
		text-align: justify
	}
}
@media screen and (max-width: 767px) {
	.three_bg {
		margin-bottom: 1rem;
	}
	.three_content {
		position: relative;
		padding-bottom: 20px;
	}
	.three_content:after {
		content: "";
		background: #e6f0fa;
		position: absolute;
		top: 75px;
		left: calc(50% - 50vw);
		z-index: 0;
	}
	.three_content ul {
		margin: 10px 0 0;
	}
	.three_content ul li {
		margin: 0 0 20px;
	}
	.three_content .num {
		position: relative;
		background: url("../images/reason_bg_01.png") no-repeat 50% 0 /cover;
		width: 76px;
		height: 55px;
		margin: 0 auto -40px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.three_content .num p {
		font-size: 24px;
		color: #fff;
		font-family: "Times New Roman";
		line-height: 1.5;
	}
	.three_content h3 {
		margin: 10px 0 .20px;
		padding: 40px 0 20px;
		background-color: #dbe6f0;
		font-size: 18px;
		text-align: center;
		line-height: 1.5;
		letter-spacing: 0.08em;
		font-weight: 500;
	}
	.three_content h3 span {
		font-weight: 600;
		color: #93a8dc;
		font-size: 32px;
	}
	.three_content .sp-flex {
		display: flex;
		margin: 30px 30px 40px;
	}
	.three_content .thumb {
		position: relative;
		width: 45%;
	}
	.three_content .thumb img {
		position: relative;
		z-index: 1;
		box-shadow: 5px 5px #c2cce5;
	}
	.three_content .txt_three {
		width: 55%;
		margin: 0 0 0 30px;
		font-size: 16px;
		line-height: 1.8;
		text-align: justify
	}
}
@media screen and (max-width: 767px) {
	.osusume_title {
		padding: 30px;
	}
	.osusume_title img {
		max-width: 380px;
	}
	.user_title {
		max-width: 220px;
		margin: 40px auto 60px;
	}
	.user {
		padding-bottom: 60px;
	}
	.user li {
		margin: 0 30px 60px;
	}
	.user li.user-list__item_last {
		margin-bottom: 20px;
	}
	.user h3 {
		font-size: 26px;
	}
	.hasta {
		padding: 40px 30px 40px;
	}
	.user2 {
		padding: 10px 0 0;
	}
	.nad::after {
		background-size: 80px 80px;
		bottom: -40px;
		width: 80px;
		height: 80px;
	}
}
/*-----------------------------------------------------
	doctor
-----------------------------------------------------*/
.border_dot {
	border-bottom: 2px dotted #ccc;
	line-height: 2.6;
	padding-bottom: 6px;
}
.doctor-voice {
	background: #fafafc;
}
.doctor_title {
	max-width: 281px;
	margin: 0 auto;
}
.doctor li {
	position: relative;
	background-color: #fff;
	border-radius: 0.3125rem;
	-webkit-box-shadow: 0 0.625rem 1.25rem rgba(0, 0, 0, .1);
	box-shadow: 0 0.625rem 1.25rem rgba(0, 0, 0, .1);
}
.doctor .text_area {
	padding: 30px 30px 20px;
	padding: 1.875rem 1.875rem 1.25rem;
}
.doctor h3 {
	font-size: 32px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0.02em;
	text-align: center;
	border-bottom: 3px dotted #ddd;
	padding-bottom: 14px;
}
.doctor h3 span {
	color: #c49845;
}
.doctor ul li p {
	margin-top: 22px;
	font-size: 16px;
	line-height: 1.9;
}
.doctor-list__item+.doctor-list__item {
	margin-top: 34px;
	margin-top: 2.125rem;
}
.doctor-name {
	background: #93a8dc;
	color: #fff;
	text-align: center;
	letter-spacing: 0.1em;
	font-size: 18px;
	padding: 8px 0;
}
.doctor-voice {
	background: #fff url("../images/doctor_voice_bg2.jpg") no-repeat center bottom;
	padding: 20px 0 100px;
}
@media screen and (min-width: 768px) {
	.doctor {
		padding: 0 0 100px;
		position: relative;
		z-index: 1;
	}
	.doctor ul {
		margin-top: 80px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.doctor li {
		border-radius: 0.625rem;
	}
	.doctor picture::before {
		padding-top: 62.6%;
	}
	.doctor .text_area {
		padding: 2.5rem 2.5rem 3.5rem;
	}
	.doctor-list__item {
		max-width: calc(50% - 1.5rem);
		width: 100%;
	}
	.doctor-list__item+.doctor-list__item {
		margin-top: 0;
		margin-left: 3rem;
	}
	.doctor-list__item:nth-of-type(2n+1) {
		margin-left: 0;
	}
	.doctor-list__item:nth-of-type(n+3) {
		margin-top: 4.0625rem;
	}
}
@media screen and (max-width: 767px) {
	.doctor li {
		margin: 0 30px 20px;
	}
	.doctor .text_area {
		padding: 30px 30px 40px;
	}
	.doctor-voice {
		padding: 60px 0;
	}
	.doctor h3 {
		font-size: 28px;
	}
}
.detail table {
	border-collapse: collapse;
	margin: 0 auto;
	letter-spacing: 0.1em;
	line-height: 1.8;
	text-align: left;
}
.detail table tr {
	border-bottom: 1px solid #ccc;
}
.detail th,
.detail td {
	padding: 24px 0;
	border: none;
}
@media only screen and (min-width: 768px) {
	.detail table {
		max-width: 900px;
		margin: 0 auto;
	}
	.detail th {
		width: 180px;
		text-align: left;
		padding: 20px;
	}
}
@media only screen and (max-width: 767px) {
	.detail table {
		line-height: 1.6;
	}
	.detail {
		padding: 0px 30px 40px;
	}
	.detail th,
	.detail td {
		width: 100%;
		display: block;
	}
	.detail th {
		width: 100%;
	}
	.detail td {
		padding-top: 0;
	}
	.detail th {
		padding: 20px 0 10px;
	}
}


#chatform {
    position: fixed;
    right: 30px;
    bottom: 0px;
    display: flex;
    z-index: 2;
}
@media screen and (max-width: 767px) {
#chatform {
    right: 0px;
    z-index:100;
}
}
