@charset "UTF-8";
/* CSS Document クロセチン*/

	
/****************************** BREAK POINT *******************************
PC Layout
******************************* BREAK POINT ******************************/

.section_vi_bg {
	margin-bottom: 90px;
}

.cnt_vi01 {
    height: 194px;
}
.section_faq .txt-02 p{
	margin-bottom:1em;
}
.section_faq .txt-02 p:last-child{
	margin-bottom:0;
}
.section_faq a.slide-btn-02:hover,
.section_faq a.slide-btn-02 span:hover{
	opacity: 1;
	color: #5a4882;
	cursor: default;
}
.section_faq .faq-cnt-01{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.section_faq .faq-cnt-01.nf{
	display: block;
}
.section_faq .faq-cnt-01.nf .txt-02{
	margin-left: 0;
}
.section_faq .faq-cnt-02{
}
.section_faq .faq-cnt-01 .img-01{
	width: 33%;
	overflow: hidden;
}
.section_faq .faq-cnt-01 .img-01 img{
	width: 120%;
    max-width: inherit;
	margin-left: -10%;
}
.section_faq .faq-cnt-01 .img-01 img.pc-mode-02{
	width: 130%;
}
.section_faq .faq-cnt-01 .txt-02{
	width: 64%;
	line-height: 1.75em;
	margin-left: 3%;
}
.section_faq .faq-cnt-01.nf .txt-02{
	width: 100%;
}
.section_faq .faq-cnt-01 .txt-02 .lst{
	margin-bottom: 1em;
	list-style: disc;
	margin-left: 2em;
}
.section_faq .faq-cnt-01 .txt-02 .lst li:not(:last-of-type){
	margin-bottom: 0.5em;
}
.faq-cnt-01-2{
	text-align: center;
	margin-top: 50px;
}
.section_faq .btn-02{
	display: block;
	margin: 30px auto 0;
	width: 421px;
}
.section_faq .btn-02 a{
	text-align: center;
	font-size: 1.286em;
	padding: 0.7em 1.5em;
}


/**/

@media screen and (max-width: 940px) {
	.cnt_vi01 {
		overflow: hidden;
	}
}


@media screen and (min-width: 769px) {
/*受診(PCのみ)*/
.section_clinic {
    border-top: 1px solid #dbdced;
	padding: 81px 0;
}
.clinic_ttl {
	text-align: center;
	margin-bottom: 58px;
}
.section_clinic > .inner-03 {
	background: url("/-/Media/com/learn-more/eyecare2020/myopia/top/img-clinic01-pc.png") no-repeat left 100px top 160px;
}
.clinic_copy {
	line-height: 1.9444em;
	margin-bottom: 1.5em;
	margin-left: 480px;
	font-size: 1.286em;
	padding-right: 9px;
}
.supervision_clm {
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #cccccc;
	font-size: 1.143em;
	padding: 17px 53px 17px 28px;
	width: 408px;
	margin-left: 480px;
	box-sizing: border-box;
}
.supervision_clm .ttl {
	display: flex;
	align-items: center;
	border-right: 1px solid #cccccc;
	padding-right: 28px;
}
.supervision_clm .cont {
	display: block;
	padding-left: 28px;
}
.supervision_clm .cont .name {
	font-size: 1.375em;
}
}