@charset "utf-8";

main {
	position: relative;
}

#topic {
	position: relative;
}

#topic .btn_fa {
	position: absolute;
	bottom: 12%;
	right: 15%;
	width: 35%;
}

#topic .btn_fa ul {
	display: flex;
	width: 100%;
}

#topic .btn_fa ul li {
	display: flex;
	width: 20%;
	margin: 0 2.5%;
}

#topic .btn_fa .topic_btn {
	display: block;
	width: 85%;
	margin: 6% auto;
}

#situation {
	position: relative;
	display: block;
	background-image: url("../images/situation_bg.jpg");
	background-size: 100%;
	background-repeat: repeat-y;
	z-index: 1;
	padding: 5% 0 45%;
}

#situation h1 {
	font-size: 3rem;
	font-weight: 600;
	letter-spacing: 2px;
	text-align: center;
	color: #fff;
	padding: 0 0 5% 0;
}

#situation .square {
	position: relative;
	width: 60%;
	margin: 0 auto;
	background: #f5f5f5;
	box-shadow: 20px -10px 20px #000;
	border-radius: 30px;
}

#situation .square ul {
	width: 85%;
	padding: 7.5% 7.5% 0;
}

#situation .square ul li {
	display: flex;
	align-items: center;
	margin: 0 0 5%;
}

#situation .square ul li img {
	width: 20%;
	margin: 0 3% 0 0;
}

#situation .square ul li .txt {
	display: block;
	color: #20273b;
}

#situation .square ul li .txt h3 {
	font-size: 1.5rem;
}

#situation .square ul li .txt h2 {
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.5;
}

#situation .square p.red {
	display: block;
	width: 85%;
	margin: 0 auto;
	font-size: 1.75rem;
	text-align: center;
	color: #d67677;
	line-height: 2;
	padding: 0 0 5%;
}

#situation .square .btn {
	padding: 0% 0% 7.5%;
}

#situation .square .btn .topic_btn {
	position: relative;
	display: block;
	font-size: 1.75rem;
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
	color: #fff;
	background: #d67677;
	padding: 1.5% 4%;
	width: 40%;
	border-radius: 60px;
	margin: 0 auto;
}

#what {
	position: relative;
	display: block;
	background-image: url("../images/what_bg_pc.png");
	background-size: 100%;
	background-repeat: no-repeat;
	z-index: 3;
	margin: -40% 0 0 0;
	padding: 0 0 2vw 0;
}

#what .note {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 25% 0 0 0;
	width: 70%;
	margin: 0 auto;
	z-index: 1;
}

#what .note .text {
	width: 58%;
	margin: 0 2% 0 0;
	color: #20263c;
}

#what .note .text h1 {
	font-size: 3rem;
	font-weight: 600;
	letter-spacing: 2px;
	text-align: center;
}

#what .note .text p {
	position: relative;
	font-size: 1.5rem;
	padding: 5% 0;
	line-height: 2;
	z-index: 1;
}

#what .note .text p span {
	position: relative;
}

#what .note .text p span::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	background: #f4ed93;
	width: 100%;
	height: 1rem;
	z-index: -1;
}

#what .note img {
	width: 40%;
}

#what img {
	position: relative;
	width: 80%;
	margin: -4vw auto 0;
	z-index: 3;
}

#what h2 {
	font-size: 2.25vw;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 2;
	text-align: center;
	color: #d67677;
	padding: 1% 0 3%;
}

#who {
	background: #f5f5f5;
}

#parts {
	position: relative;
	background: #babec7;
	padding: 5% 0 10%;
}

#parts h1 {
	font-size: 3.5rem;
	font-weight: 600;
	text-align: center;
	color: #20273b;
	padding: 0 0 5%;
}

#parts img {
	width: 80%;
	margin: 0 auto;
}

#parts ul {
	display: none;
}


#baba {
	position: relative;
	background: #fff;
}

#baba #process {
	position: relative;
	width: 80%;
	margin: 0 auto;
}


#baba .ba_slider {
	position: relative;
	padding: 8% 0;
}

#baba .ba_slider .slick-prev {
	top: 36%;
	left: -3%;
	z-index: 9;
}

#baba .ba_slider .slick-next {
	top: 36%;
	right: -3%;
	z-index: 9;
}

#baba .ba_slider .slick-prev:before,
#baba .ba_slider .slick-next:before {
	content: '';
}

#baba .ba_slider .fa {
	font-size: 28px;
	color: #20273b;
}

#baba .ba_slider div.ba_month img {
	width: 85%;
	margin: 0 auto;
}

#baba .ba_slider .slick-dots {
	bottom: 0%;
}

#baba .ba_slider .slick-dots li button:before {
	font-size: 10px;
	color: #20273b;
}

#baba .ba_slider .slick-dotted .slick-slider {
	margin: 0 0 0;
}

#baba h2 {
	font-size: 2.5rem;
	font-weight: 600;
	text-align: center;
	line-height: 2;
	color: #20273b;
	padding: 0 0 8%;
}



#reply {
	position: relative;
	display: block;
	background-image: url("../images/reply_bg.png");
	background-size: 100%;
	background-repeat: no-repeat;
	z-index: 3;
}

#reply h1 {
	font-size: 2.5rem;
	text-align: center;
	line-height: 2;
	color: #fff;
	padding: 10% 0 2%;
}



/* --- 機器本體 --- */
#reply .machine-container {
	width: 60%;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 auto;
}

/* --- 票口 (Slot) - 蓋在最上面 --- */
#reply .machine-container .slot-top {
	width: 100%;
	height: 70px;
	background: #9FA1C5;
	/* 淡紫色 */
	border-radius: 30px;
	position: relative;
	z-index: 10;
	/* 最上層，遮住票券 */
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.4), inset 0 2px 3px rgba(255, 255, 255, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
}

/* 票口縫隙 */
#reply .machine-container .slot-top .slot-gap {
	width: 90%;
	height: 30px;
	background: #3a465e;
	border-radius: 25px;
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.8);
}

/* --- 票券視窗區域 --- */
#reply .machine-container .ticket-window {
	width: 88%;
	height: 400px;
	border-radius: 10px;
	/* 可見高度 */
	position: relative;
	top: -2.5vw;
	/* 往上推入票口 */
	z-index: 12;
	/* 在票口下方 */
	overflow: hidden;
	/* 超出隱藏 */
	mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
	-webkit-mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
}

/* --- 捲動軌道 --- */
#reply .machine-container .ticket-window .scroll-track {
	display: flex;
	flex-direction: column;
	animation: scrollUp 14s linear infinite;
	will-change: transform;
}

/* 滑鼠移上去暫停 */
#reply .machine-container .ticket-window:hover .scroll-track {
	animation-play-state: paused;
}

/* --- 票券卡片 --- */
#reply .machine-container .ticket-window .scroll-track .ticket {
	background: white;
	padding: 20px;
	display: flex;
	align-items: center;
	gap: 15px;
	position: relative;
	box-sizing: border-box;
}

/* 虛線撕裂處 */
#reply .machine-container .ticket-window .scroll-track .ticket::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 10px;
	right: 10px;
	border-bottom: 2px dashed #ccc;
}

#reply .machine-container .ticket-window .scroll-track .ticket .avatar {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: #eee;
	object-fit: cover;
	flex-shrink: 0;
}

#reply .machine-container .ticket-window .scroll-track .ticket .content {
	font-size: 1.25rem;
	line-height: 1.6;
	color: #333;
	font-weight: 500;
}

/* --- 動畫設定 --- */
@keyframes scrollUp {
	from {
		transform: translateY(0);
	}

	to {
		transform: translateY(var(--scroll-distance));
	}
}

#reply .topic_btn {
	position: relative;
	display: block;
	width: 20%;
	margin: 0 auto;
}


#timeline {
	position: relative;
	background-image: url("../images/timeline_bg.png");
	background-repeat: repeat-y;
	background-position: 0% 0%;
	background-size: cover;
	padding: 5% 0;
}

#timeline h1 {
	font-size: 3rem;
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
	color: #fff;
}

#timeline h1 span {
	color: #fff67f;
}

#timeline h2 {
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
	color: #fff;
	padding: 2% 0 5% 0;
}

#timeline p.refer {
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
	color: #fff;
	padding: 2% 0;
}


#timeline .table {
	position: relative;
	display: block;
	width: 75%;
	margin: 0 auto;
	border-radius: 30px;
	text-align: center;
}

#timeline .table li {
	display: flex;
	align-items: center;
	width: 100%;
}

#timeline .table li:first-child div {
	width: 25%;
	height: auto;
	min-height: 100px;
	justify-content: center;
	align-content: space-around;
	color: #fff;
	background-color: #21273d;
}

#timeline .table li:first-child div:first-child {
	width: 20%;
}

#timeline .table li.first_line div p {
	font-size: 1.5rem;
}

#timeline .table li div {
	width: 25%;
	border: 2px solid transparent;
	background-color: #f7f7f7;
	text-align: center;
	padding: 1%;
	margin: 2px;
	min-height: 90px;
	align-content: space-around;
}


#timeline .table li div.purple {
	width: 20%;
	background-color: #21273d;
}

#timeline .table li div.purple p {
	color: #fff;
	font-size: 1.5rem;
}


#timeline .table li div.gray {
	/* background-color: #eceaeb; */
}

#timeline .table li div p {
	font-size: 1.25rem;
}

#steps {
	position: relative;
	background-image: url("../images/step_bg_pc.jpg");
	background-repeat: no-repeat;
	background-position: 0% 0%;
	background-size: cover;
	padding: 5% 0;
}

#steps h1 {
	position: relative;
	display: block;
	font-size: 3rem;
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
	color: #22273c;
	background: #fff;
	padding: 0% 4%;
	border-radius: 60px;
	width: 30%;
	margin: 0 auto;
	z-index: 3;
}

#steps #steps_process .steps_slider {
	position: relative;
	padding: 5% 0;
	z-index: 5;
	border-radius: 60px;
	background: rgb(68, 70, 83, 0.9);
	width: 75%;
	margin: -2% auto 0;
	z-index: 2;
}

#steps #steps_process .steps_slider .slick-prev {
	left: -10%;
	z-index: 9;
}

#steps #steps_process .steps_slider .slick-next {
	right: -10%;
	z-index: 9;
}

#steps #steps_process .steps_slider .slick-prev:before,
#steps #steps_process .steps_slider .slick-next:before {
	content: '';
}

#steps #steps_process .steps_slider .fa {
	font-size: 28px;
	color: #454756;
}

#steps #steps_process .steps_slider div.steps_ways {
	text-align: center;
	margin: 0 1%;
}

#steps #steps_process .steps_slider div.steps_ways img {
	width: 90%;
	margin: 0 auto;
}

#steps #steps_process .steps_slider .slick-dots {
	bottom: 0%;
}

#steps #steps_process .steps_slider .slick-dots li button:before {
	font-size: 10px;
	color: #454756;
}

#steps #steps_process .steps_slider .slick-dotted .slick-slider {
	margin: 0 0 0;
}

#nono {
	position: relative;
	background: #f4f8fb;
	padding: 2% 0 0;
}

#nono .cont {
	width: 80%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

#nono .cont img {
	width: 30%;
	margin: 0 5% 0 0;
}

#nono .cont .no_two {
	display: block;
}

#nono .cont .no_two h1 {
	position: relative;
	display: block;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
	color: #fff;
	background: #d0362a;
	padding: 1% 4% 2%;
	width: 60%;
	border-radius: 60px;
	margin: 0 auto;
}

#nono .cont .no_two ul {
	display: flex;
	margin: 4% 0 0;
}

#nono .cont .no_two ul li {
	width: 45%;
	margin: 0 2.5%;
}

#nono .cont .no_two ul li img {
	width: 100%;
	height: auto;
}

#nono .cont .no_two ul li p {
	font-size: 1.5rem;
	font-weight: 600;
	color: #d0362a;
	text-align: center;
	line-height: 1.5;
	margin: 2% 0 0;
}

#doctors {
	position: relative;
}

#doctors .ttl {
	background: #252b41;
	padding: 4% 0;
}

#doctors .ttl h1 img {
	width: 60%;
	margin: 0 auto;
}

#doctors .cont {
	background: #97a4b4;
	padding: 4% 0;
}

#doctors .cont ul {
	position: relative;
	width: 75%;
	margin: 2% auto;
	background: #3a465e;
	border-radius: 60px;
	padding: 2% 0;
}

#doctors .cont ul li {
	display: flex;
	align-items: center;
	width: 80%;
	margin: 3% auto;
}

#doctors .cont ul li img {
	width: 15%;
	height: auto;
}

#doctors .cont ul li .text {
	text-align: left;
	margin: 0 0 0 5%;
}

#doctors .cont ul li .text h2 {
	font-size: 2rem;
	color: #f8e1b4;
	line-height: 2;
}

#doctors .cont ul li .text p {
	font-size: 1.25rem;
	color: #fff;
	line-height: 2;
}

#doctors .doctors_say {
	font-size: 1.5rem;
	color: #fff;
	line-height: 2;
	text-align: center;
}

#qa_list {
	position: relative;
	background: #eef1f6;
}

#qa_list .qa_block {
	display: flex;
	flex-wrap: wrap;
	width: 75%;
	margin: 0 auto;
	padding: 5% 0%;
}

#qa_list .qa_block_sp {
	display: none;
}


#qa_list .qa_block ul {
	width: 46%;
	margin: 0 2%;
}

#qa_list .qa_block ul li,
#qa_list .qa_block_sp ul li {
	margin: 0 auto 2.5%;
	padding: 2% 3%;
	width: 94%;
	margin: 0 0 3%;
	background: #3a465e;
	transition: all 0.5s;
	border-radius: 30px;
}

#qa_list .qa_block ul li:nth-child(even),
#qa_list .qa_block ul:last-child li:nth-child(odd) {
	background: #21273d;
}

#qa_list .qa_block ul:last-child li:nth-child(even) {
	background: #3a465e;
}

#qa_list .qa_block ul li .qu,
#qa_list .qa_block_sp ul li .qu {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #17121c;
}


#qa_list .qa_block ul li .qu p,
#qa_list .qa_block_sp ul li .qu p {
	color: #fff;
	line-height: 1.5;
	font-size: 1.15rem;
	letter-spacing: 3px;
}

#qa_list .qa_block ul li .qu p.arrow,
#qa_list .qa_block_sp ul li .qu p.arrow {
	color: #fff;
	cursor: pointer;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1;
	transform: rotate(0deg);
	transition: all 0.5s;
}

#qa_list .qa_block ul li .ans,
#qa_list .qa_block_sp ul li .ans {
	padding: 2% 0;
	font-size: 1rem;
	display: none;
	opacity: .8;
}

#qa_list .qa_block ul li .ans p,
#qa_list .qa_block_sp ul li .ans p {
	color: #fff;
	line-height: 1.5;
	font-size: 1.05rem;
	padding: 0;
}

#qa_list .qa_block ul li.bg-brown,
#qa_list .qa_block ul:last-child li.bg-brown,
#qa_list .qa_block_sp ul li.bg-brown,
#qa_list .qa_block_sp ul:last-child li.bg-brown {
	background: #12172e;
}

#qa_list .qa_block ul li.bg-brown .qu p,
#qa_list .qa_block_sp ul li.bg-brown .qu p {
	color: #fff;
}

#qa_list .qa_block ul li.bg-brown .qu p.arrow,
#qa_list .qa_block_sp ul li.bg-brown .qu p.arrow {
	transform: rotate(90deg);
	transition: all 0.5s;
}

#qa_list .qa_btn {
	position: relative;
	display: block;
	width: 35%;
	margin: 0% auto;
}


#plan {
	position: relative;
	background: #eef1f6;
	padding: 0 0 7.5%;
}

#plan img {
	width: 75%;
	height: auto;
	margin: 0 auto;
}






/*------------------------------------------
 *             tablet 、 Mobile
 *------------------------------------------*/


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

	main {
		max-width: none;
		width: 100%;
	}

	#situation {
		padding: 10% 0 45%;
	}

	#situation h1 {
		font-size: 4vw;
	}

	#situation .square {
		position: relative;
		width: 80%;
		margin: 0 auto;
	}

	#situation .square ul {
		width: 90%;
		padding: 5%;
	}

	#situation .square ul li {
		margin: 0 0 5%;
	}

	#situation .square ul li .txt h3 {
		font-size: 2.25vw;
		padding: 0 0 1% 0;
	}

	#situation .square ul li .txt h2 {
		font-size: 2.75vw;
	}

	#situation .square p.red {
		font-size: 2.5vw;
		padding: 0 0 5%;
	}

	#situation .square .btn .topic_btn {
		font-size: 2.75vw;
	}

	#what {
		background-image: url(../images/what_bg_sp.png);
		padding: 0 0 6vw 0;
	}

	#what .note {
		align-items: flex-end;
	}

	#what .note .text p {
		font-size: 1.25rem;
	}

	#baba h2 {
		font-size: 2rem;
	}

	#reply h1 {
		font-size: 2rem;
	}

	#reply .machine-container {
		width: 80%;
	}

	#reply .machine-container .slot-top {
		width: 100%;
		height: 7vw;
	}

	#reply .machine-container .slot-top .slot-gap {
		width: 90%;
		height: 3vw;
	}

	#reply .machine-container .ticket-window .scroll-track .ticket .content {
		font-size: 1.5rem;
		line-height: 1.5;
	}

	#reply .topic_btn {
		width: 30%;
	}

	#timeline h1 {
		font-size: 2.5rem;
	}

	#timeline h2 {
		font-size: 1.5rem;
	}

	#timeline .table li:first-child div {
		min-height: 75px;
	}

	#timeline .table li.first_line div p,
	#timeline .table li div.purple p {
		font-size: 1.25rem;
	}

	#steps h1 {
		font-size: 2.5rem;
	}

	#nono .cont .no_two h1 {
		font-size: 1.5rem;
		padding: 2% 4%;
		width: 52%;
	}

	#nono .cont .no_two ul li p {
		font-size: 1.25rem;
	}

	#doctors .cont ul{
		width: 85%;
		padding: 2.5% 0;
		border-radius: 30px;
	}

	#doctors .cont ul li {
		width: 90%;
		margin: 3% auto;
	}

	#doctors .cont ul li img {
		width: 20%;
	}

	#doctors .cont ul li .text p {
		font-size: 1.5rem;
	}

	#doctors .doctors_say {
		width: 85%;
		margin: 0 auto;
		font-size: 1.5rem;
	}
}



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

	#topic .btn_fa {
		position: absolute;
		bottom: 5%;
		right: 50%;
		transform: translateX(50%);
		width: 60%;
	}

	#topic .btn_fa .topic_btn {
		display: block;
		width: 90%;
		margin: 8% auto;
	}

	#situation {
		padding: 10% 0 45%;
	}

	#situation .square ul {
        padding: 5% 5% 0;
    }

	#situation .square ul li .txt h3 {
        font-size: 2.5vw;
        padding: 0 0 1% 0;
    }

	#situation .square p.red {
		font-size: 2.75vw;
		padding: 0 0 5%;
	}

	#situation .square .btn .topic_btn {
        font-size: 2.75vw;
		width: 50%;
		padding: 2% 4%;
    }


	#what {
		background-image: url(../images/what_bg_sp.png);
		margin: -40% 0 0 0;
		padding: 0 0 10vw 0;
	}

	#what .note {
		position: relative;
		display: block;
		width: 80%;
		margin: 0 auto 2.5%;
	}

	#what .note .text {
		width: 100%;
		margin: 0;
	}

	#what .note .text h1 {
		font-size: 5vw;
	}

	#what .note .text p {
		font-size: 2.75vw;
	}

	#what .note .text p span::after {
		height: 2vw;
	}

	#what img {
		width: 85%;
	}

	#what h2 {
		font-size: 2.75vw;
		padding: 6% 0 1.5%;
	}

	#parts h1 {
		font-size: 5vw;
	}

	#parts ul {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 80%;
		margin: 5% auto 0;
	}

	#parts ul li {
		width: 30%;
	}

	#baba h2 {
		font-size: 3vw;
		padding: 0 0 7.5% 0;
	}

	#baba .ba_slider {
		position: relative;
		padding: 8% 0 13%;
		margin: 0 0 6% 0;
	}

	#reply {
		background-image: url(../images/reply_bg_sp.png);
	}

	#reply h1 {
		font-size: 3.25vw;
		padding: 10% 0 5%;
	}

	#reply .machine-container .ticket-window {
		top: -3.5vw;
	}

	#reply .machine-container .ticket-window .scroll-track .ticket .content {
		font-size: 2.5vw;
		line-height: 1.5;
	}


	#timeline h1 {
		font-size: 5vw;
	}

	#timeline h2 {
		font-size: 3vw;
	}

	#timeline p.refer {
		font-size: 2.5vw;
	}

	#timeline .table {
		width: 80%;
	}

	#timeline .table li.first_line div p {
		font-size: 2.25vw;
	}

	#timeline .table li:first-child div {
		width: 25%;
		height: auto;
		min-height: 75px;
	}

	#timeline .table li div {
		width: 25%;
		padding: 1%;
		margin: 2px;
		min-height: 90px;
		align-content: space-around;
	}

	#timeline .table li div.purple p{
		font-size: 2.25vw;
	}

	#timeline .table li div p {
		font-size: 2vw;
	}
	
	#steps h1 {
		font-size: 4.5vw;
		padding: 0% 4%;
		width: 40%;
	}

	#steps #steps_process .steps_slider {
		position: relative;
		padding: 8% 0;
		width: 80%;
		margin: -2% auto 0;
		z-index: 2;
	}

	#nono {
		padding: 8% 0;
	}

	#nono .cont .no_two h1 {
		font-size: 3.5vw;
		padding: 2%;
		width: 60%;
		margin: 0 auto;
	}

	#nono .cont .no_two ul {
		margin: 6% 0 0;
	}

	#nono .cont .no_two ul li p {
		font-size: 2.5vw;
		margin: 4% 0 0;
	}

	#doctors .cont {
		padding: 7% 0;
	}

	#doctors .cont ul li {
		width: 85%;
		margin: 3% auto;
	}

	#doctors .cont ul li .text h2 {
		font-size: 3.5vw;
	}

	#doctors .cont ul li .text p {
		font-size: 2.5vw;
	}

	#doctors .doctors_say {
		font-size: 2.75vw;
	}


	#qa_list .qa_block {
		display: none;
	}

	#qa_list .qa_block_sp {
		display: block;
	}

	#qa_list .qa_block_sp ul {
		width: 90%;
		margin: 0 auto;
		padding: 5% 0;
	}

	#qa_list .qa_block_sp ul li {
		border-radius: 20px;
	}

	#qa_list .qa_block_sp ul li:nth-child(even) {
		background: #21273d;
	}

	#qa_list .qa_block_sp ul li .qu p,
	#qa_list .qa_block_sp ul li .ans p,
	#qa_list .qa_block_sp ul li .qu p.arrow {
		font-size: 2.5vw;
	}

	#qa_list .qa_btn {
		width: 50%;
	}
	
	#plan img {
		width: 90%;
	}

}







@media screen and (max-width:500px) {
	#topic .btn_fa {
        position: absolute;
        bottom: 0%;
        width: 70%;
    }

	#situation .square p.red{
		margin: 8% auto 2%;
		line-height: 1.75;
	}

	#what {
        background-image: url(../images/what_bg_sp_1.png);
        margin: -40% 0 0 0;
        padding: 0 0 13vw 0;
    }

	#what .note .text h1 {
        font-size: 6vw;
    }

	#what .note .text p{
		font-size: 3.5vw;
    }

	#what h2 {
		font-size: 3vw;
    }

	#baba h2 {
        font-size: 3.25vw;
    }

	#baba .ba_slider {
        padding: 10% 0 13%;
    }

	#reply .machine-container .ticket-window .scroll-track .ticket .avatar {
		width: 60px;
		height: 60px;
	}

	#reply .machine-container .ticket-window .scroll-track .ticket .content{
		font-size: 2.75vw;
	}

	#reply .topic_btn {
        width: 40%;
    }

	#timeline{
		margin: -2vw 0 0 0;
	}

	#timeline h1 {
        padding: 4% 0 0;
    }

	#timeline .table {
        width: 90%;
    }

	#timeline .table li:first-child div {
        min-height: 50px;
    }

	#timeline .table li.first_line div p,
	#timeline .table li div.purple p {
        font-size: 3vw;
    }

	#timeline .table li div {
        min-height: 70px;
    }

	#timeline .table li div p {
        font-size: 2.5vw;
    }

	#steps #steps_process .steps_slider {
        border-radius: 30px;
        margin: -3% auto 0;
    }

	#nono .cont {
		width: 85%;
	}

	#nono .cont .no_two h1 {
        font-size: 4vw;
    }

	#nono .cont .no_two ul li p {
        font-size: 3vw;
    }

	#doctors .cont ul li {
        margin: 3% auto 6%;
    }
}