@charset "UTF-8";

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

	lt_laser

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

.head_subcopy{
	font-size: 22px;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
	letter-spacing: 0.04em;
	margin: 0 0 40px !important;
}

.section_cacht{
	font-size: 20px;
	font-weight: 600;
	line-height: 1.6;
	color: #399b4d;
	text-align: center;
	letter-spacing: 0.04em;
	margin: -10px 0 30px !important;
}

.num_list li {
    font-size: 22px;
    color: #399b4d;
    letter-spacing: 0.04em;
    margin: 0 0 1em;
}

.num_list li p{
    font-size: 16px;
    font-weight: normal;
    color: #000;
	letter-spacing: 0.04em;
}

.tag{
	width: 440px;
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto 40px;
}

.tag li{
	height: 34px;
	line-height: 34px;
	border-radius: 34px;
	border: 1px solid #399b4d;
	background: #399b4d;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	padding: 0 16px 0 40px;
	margin: 0 10px 10px;
	position: relative;
}

.tag li.off{
	height: auto;
	line-height: unset;
	border: none;
	font-size: 16px;
	font-weight: 400;
	color: #399b4d;
	background: transparent;
	padding: 0;
}

.tag li::before{
	content: '';
	display: inline-block;
	width: 19px;
	height: 20px;
	background: url('./images/icon_teeth.png') no-repeat 0 0 / contain;
	position: absolute;
    top: 0;
    bottom: 0;
    left: 12px;
    margin: auto;
}

.tag li.off::before{
	content: none;
}




#contents.clm-style02 .clm_wrap .sec .innerDef .list01 {
    margin-bottom: 0;
}

#contents.clm-style02 .clm_wrap .sec .innerDef .list01 .item {
    margin-bottom: 0.5em;
}

.faq_dl{
	margin: 0 20px;
}

.faq_dl dt{
	font-size: 16px;
	font-weight: 600;
	color: #399b4d;
	line-height: 1.6;
	letter-spacing: 0.04em;
	margin-bottom: 1em;
	padding-left: 2em;
	position: relative;
}

.faq_dl dt::before{
	content: 'Q';
	display: inline-block;
    font-size: 1.6em;
    position: absolute;
    top: -12px;
    left: 0;
}

.faq_dl dd{
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.04em;
	margin-bottom: 3em;
	padding-left: 2em;
	position: relative;
}

.faq_dl dd:last-of-type{
	margin-bottom: 0;
}

.faq_dl dd::before{
	content: 'A';
	display: inline-block;
    font-size: 1.6em;
    position: absolute;
    top: -10px;
    left: 0;
}

.faq_dl dd::after{
	content: '';
	display: inline-block;
    width: 40%;
    border-bottom: 1px solid rgba(57, 155, 77,0.6);
    position: absolute;
    bottom: -24px;
    left: 0;
    right: 0;
    margin: auto;
}

.faq_dl dd:last-of-type::after{
	content: none;
}


.photo_w60{
	width: 60%;
	margin: 0 auto 40px;
}




/********************************************************************************
	max-width: 1280px CSS
********************************************************************************/
@media (max-width: 1280px) {

}

/********************************************************************************
	max-width: 1024px CSS
********************************************************************************/
@media (max-width: 1024px) {

}

/********************************************************************************
	スマートフォン用 CSS
********************************************************************************/
@media (max-width: 768px) {


.head_subcopy{
	font-size: 4.8vw;
	margin: 0 0 8vw !important;
}

.section_cacht{
	font-size: 4.266667vw;
	margin: 0 0 6.933333vw !important;
}

.num_list li {
    font-size: 4.266667vw;
}

.num_list li p{
    font-size: 3.733333vw;
}

.tag{
	width: auto;
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto 6.933333vw;
}

.tag li{
	height: 6.666667vw;
	line-height: 6.666667vw;
	font-size: 3.733333vw;
	padding: 0 3.733333vw 0 9.333333vw;
	margin: 0 2.666667vw 2.666667vw;
}

.tag li.off{
	height: auto;
	line-height: unset;
	font-size: 3.2vw;
	padding: 0;
}

.tag li::before{
	width: 4.533333vw;
	height: 4.8vw;
    left: 2.666667vw;
}

.faq_dl{
	margin: 0;
}

.faq_dl dt{
	font-size: 3.733333vw;
}

.faq_dl dt::before{
    top: -2.4vw;
}

.faq_dl dd{
	font-size: 4.266667vw;
}

.faq_dl dd::before{
    top: -2.666667vw;
}

.faq_dl dd::after{
    bottom: -6.4vw;
}

.faq_dl dd:last-of-type::after{
	content: none;
}

#contents.clm-style02 .clm_wrap .sec .innerDef .list01 {
	margin: 0;
}

#contents.clm-style02 .clm_wrap .sec .innerDef .list01 .item {
    font-size: 3.733333vw;
}


.photo_w60{
	width: 70%;
	margin: 0 auto 8vw;
}




}
