/*-------------------------------------------------------------

 共通CSS

-------------------------------------------------------------*/
/*-------------------------------------------------------------
  カバー
-------------------------------------------------------------*/
.lp_cover{
	width: 100%;
	height: auto;
}

/*-------------------------------------------------------------
  section01
-------------------------------------------------------------*/
.section01{
	width: 100%;
	background-image:url(../img/lp/background_img01.png);
	background-repeat: no-repeat;
	background-position:top center;
	background-size:contain;
	padding: 100px 0;
}
.section01 .teeth_img{
	width: 100%;
	text-align: center;
}
.section01 .teeth_img img{
	width: 100%;
	max-width: 200px;
}
.section01 .sec01_h1{
	width: auto;
	margin: 20px auto 0 auto;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
}
.section01 .sec01_h1 span.under_yellow{
	padding-bottom: 5px;
	border-bottom: 4px solid #fffa78;
}
.section01 .sec01_h2{
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 45px;
	margin-top: 10px;
}
@media screen and (max-width: 768px) {
	.section01{
		background-size:contain;
		padding: 50px 0;
	}
	.section01 .teeth_img img{
		max-width: 150px;
	}
	.section01 .sec01_h1{
		margin: 10px auto 0 auto;
		font-size: 18px;
	}
	.section01 .sec01_h2{
		font-size: 24px;
	}
}

/* .sec01_item ------------------ */
.section01 .sec01_item{
	width: 94%;
	max-width: 1200px;
	margin: 30px auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.section01 .sec01_item .item_box{
	width: 23%;
	border-radius: 100%;
	padding: 16px;
	color: #fff;
	font-weight: bold;
	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; 
	text-align: center;
}
.section01 .sec01_item .item_box::before {
	display: block;
	content: '';
	padding-top: 100%;
}
.section01 .sec01_item .item_box img.item_icon {
	width: 75%;
}
.section01 .sec01_item .item_box.bg_green{ background: #05c500; }
.section01 .sec01_item .item_box.bg_blue{ background: #3295e2; }
.section01 .sec01_item .item_box.bg_red{ background: #e54d38; }
.section01 .sec01_item .item_box.bg_orange{ background: #f6ae01; }

@media screen and (max-width: 768px) {
	.section01 .sec01_item .item_box{
		width: 48%;
		margin-bottom: 15px;
		font-size: 16px;
	}
}
/* sec01_txtbox ---------------------- */
.section01 .sec01_txtbox {
	width: 94%;
	max-width: 1200px;
	margin: 30px auto;
	background-color: #fffef9;
	padding: 30px 20px;
	border: 3px dashed #05c500;
	border-radius: 20px;
	text-align: center;
}
.section01 .sec01_txtbox h3.sec01_h3 {
	color: #e54d38;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 20px;
}
.section01 .sec01_txtbox h4.sec01_h4 {
	color: #3295e2;
	font-weight: bold;
	margin-top: 20px;
}
.section01 .sec01_txtbox h4.sec01_h4 span {
    background:linear-gradient(transparent 60%, #ff6 60%);
}
@media screen and (max-width: 768px) {
	.section01 .sec01_txtbox {
		padding: 15px 15px;
		border-radius: 10px;
	}
	.section01 .sec01_txtbox h3.sec01_h3 {
		font-size: 18px;
		margin-bottom: 15px;
	}
}

/*-------------------------------------------------------------
  section02
-------------------------------------------------------------*/
.section02{
	width: 100%;
	background-image:url(../img/lp/background_pat_pink.jpg);
	background-repeat: repeat;
	background-size: 75%;
	padding: 100px 0;
}
@media screen and (max-width: 768px) {
	.section02{
		background-size: 50%;
		padding: 50px 0;
	}
}
/* .sec02_area ------------------ */
.section02 .sec02_area{
	width: 94%;
	max-width: 1200px;
	background-color: #fff;
	padding: 30px;
	margin: 0 auto;
	border: 3px dashed #e54d38;
	border-radius: 20px;
	position: relative;
}
.section02 .sec02_area .icon_teeth{
	width: 160px;
	position: absolute;
	top: -60px;
	left: 50%;
	transform: translateX(-50%);
}
.section02 .sec02_area .icon_teeth img.sec02_teeth{
	width: 100%;
}
.section02 .sec02_area h3.sec02_h3 {
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	margin: 50px 0 15px 0;
}
.section02 .sec02_area .stripe_pink {
	width: 100%;
	height: 15px;
	margin: 15px 0 20px 0;
	background: repeating-linear-gradient(-45deg, #ff89ae, #ff89ae 5px, #fff 5px, #fff 10px);
}
.section02 .sec02_area span.pink{
	background-color: #ff89ae;
	font-weight: bold;
	padding: 1px 5px;
	display: inline-block;
	margin: 0 5px;
}
.section02 .sec02_area span.yellow{
	background-color: #ffc321;
	font-weight: bold;
	padding: 1px 5px;
	display: inline-block;
	margin: 0 5px;
}
.section02 .sec02_area .sec02_box01{
	width: 100%;
	margin: 30px 0;
	padding: 30px;
	background-color: #fffef9;
	border: 1px solid #ff89ae;
}
.section02 .sec02_area .sec02_box01 h4.sec02_box01_h4{
	width: 100%;
	margin-bottom: 20px;
	padding: 10px 15px;
	background-color: #3295e2;
	color: #fff;
	border-radius: 10px;
	position: relative;
}
.section02 .sec02_area .sec02_box01 h4.sec02_box01_h4::after{
	content: "";
	position: absolute;
	top: 100%;
	left: 70px;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #3295e2;
}

.section02 .sec02_area .sec02_item_box{
	width: 100%;
	margin: 20px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.section02 .sec02_area .sec02_item_box .sec02_item{
	width: 30%;
}
.section02 .sec02_area ul.sec02_list {
	list-style: none;
	list-style-position: inside;
	padding-top: 15px;
	padding-left: 30px;
	padding-bottom: 15px;
}
.section02 .sec02_area ul.sec02_list li {
   position: relative;
}
.section02 .sec02_area ul.sec02_list li::after {
   display: block;
   content: '';
   position: absolute;
   top: .5em;
   left: -1em;
   width: 6px;
   height: 6px;
   background-color: #ff89ae;
   border-radius: 100%;
}

.section02 .sec02_area .sec02_point_box{
	width: 100%;
	margin: 20px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.section02 .sec02_area .sec02_point_box .sec02_point{
	width: 22%;
	margin: 10px 0;
	border-radius: 100%;
	padding: 16px;
	color: #fff;
	background-color: #05c500;
	font-weight: bold;
	font-size: 24px;
	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; 
	text-align: center;
	position: relative;
}
.section02 .sec02_area .sec02_point_box .point_bg_blue{ background-color: #5388ff; }
.section02 .sec02_area .sec02_point_box .point_bg_purple{ background-color: #ca37db; }
.section02 .sec02_area .sec02_point_box .point_bg_yellow{ background-color: #fcb730; }
.section02 .sec02_area .sec02_point_box .point_bg_red{ background-color: #ff5858; }
.section02 .sec02_area .sec02_point_box .point_bg_mosgreen{ background-color: #69a5a9; }
.section02 .sec02_area .sec02_point_box .point_bg_green{ background-color: #41c534; }
.section02 .sec02_area .sec02_point_box .point_bg_pink{ background-color: #ee4d91; }
.section02 .sec02_area .sec02_point_box .point_bg_orange{ background-color: #ff804e; }

.section02 .sec02_area .sec02_point_box .sec02_point::before {
	display: block;
	content: '';
	padding-top: 100%;
}
.section02 .sec02_area .sec02_point_box .sec02_point::after {
    position: absolute;
    top:0;
    right: 0;
    content: '';
    display: inline-block;
    width:70px;
    height: 70px;
    background-image: url(../img/lp/sec02_icon_flower.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}

@media screen and (max-width: 768px) {
	.section02 .sec02_area{
		padding: 15px;
		border-radius: 10px;
	}
	.section02 .sec02_area .icon_teeth{
		width: 80px;
		top: -30px;
	}
	.section02 .sec02_area h3.sec02_h3 {
		font-size: 24px;
		margin: 25px 0 10px 0;
	}
	.section02 .sec02_area .sec02_box01{
		margin: 20px 0;
		padding: 15px;
	}
	.section02 .sec02_area .sec02_item_box .sec02_item{
		width: 100%;
		margin-bottom: 15px;
	}
	.section02 .sec02_area .sec02_point_box .sec02_point{
		width: 48%;
		font-size: 18px;
	}
	.section02 .sec02_area .sec02_point_box .sec02_point::after {
		width:50px;
		height: 50px;
	}
}

/*-------------------------------------------------------------
  section03
-------------------------------------------------------------*/
.section03{
	width: 100%;
	padding: 100px 0;
}
@media screen and (max-width: 768px) {
	.section03{
		padding: 50px 0;
	}
}
.section03 h3.sec03_h3 {
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	margin: 50px 0 15px 0;
}
.section03 h3.sec03_h3 span.col_yellow{ color:#ffc63d; }
.section03 h3.sec03_h3 span.col_green{ color:#3bc07c; }
.section03 .stripe_green {
	width: 94%;
	max-width: 1200px;
	height: 15px;
	margin: 15px auto 20px auto;
	background: repeating-linear-gradient(-45deg, #05c500, #05c500 5px, #fff 5px, #fff 10px);
}
@media screen and (max-width: 768px) {
	.section03 h3.sec03_h3 {
		font-size: 24px;
		margin: 25px 0 10px 0;
	}
}
/* sec03_box -------------- */
.section03 .sec03_box{
	width: 94%;
	max-width: 1200px;
	margin: 40px auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	flex-direction: row-reverse;
}
.section03 .sec03_box .sec03_box_photo{
	width: 47%;
	margin-right: 3%;
}
.section03 .sec03_box .sec03_box_txt{
	width: 50%;
}
.section03 .sec03_box h4.sec03_h4{
	width: auto;
	padding: 2px 15px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
}
.section03 .sec03_box .bg_col_yellow{ background-color: #ffc63d; }
.section03 .sec03_box .bg_col_green{ background-color: #05c500; }
/* sec03_h5_merit */
.section03 .sec03_box h5.sec03_h5_merit{
	width: 100%;
	font-size:18px;
	margin: 10px 0 10px 0;
	font-weight:bold;
	position: relative;
	display: inline-block;
	padding: 0 0 0 1.3em;
	color: #ffc63d;
	vertical-align: middle;
	text-decoration: none;
}
.section03 .sec03_box h5.sec03_h5_merit::before {
	position: absolute;
	top: .4em;
	left: .2em;
	z-index: 2;
	content: '';
	width: 12px;
	height: 12px;
	background-color: #ffc63d;
	border-radius:50%
}
/* sec03_h5_demerit */
.section03 .sec03_box h5.sec03_h5_demerit{
	width: 100%;
	font-size:18px;
	margin: 10px 0 10px 0;
	font-weight:bold;
	position: relative;
	display: inline-block;
	padding: 0 0 0 1.3em;
	color: #323dc3;
	vertical-align: middle;
	text-decoration: none;
}
.section03 .sec03_box h5.sec03_h5_demerit::before {
	position: absolute;
	top: .4em;
	left: .2em;
	z-index: 2;
	content: '';
	width: 12px;
	height: 12px;
	background-color: #323dc3;
	border-radius:50%
}
.section03 .sec03_box ul.sec03_list{
	padding-left: 30px;
}
@media screen and (max-width: 768px) {
	.section03 .sec03_box .sec03_box_photo{
		width: 100%;
		margin-right: 0%;
		margin-bottom: 20px;
	}
	.section03 .sec03_box .sec03_box_txt{
		width: 100%;
		margin-bottom: 20px;
	}
}

/*-------------------------------------------------------------
  section04
-------------------------------------------------------------*/
.section04{
	width: 100%;
	padding: 0 0 100px 0;
}
@media screen and (max-width: 768px) {
	.section04{
		padding: 0 0 50px 0;
	}
}
.section04 h3.sec04_h3 {
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	margin: 50px 0 15px 0;
}
.section04 .stripe_pink {
	width: 94%;
	max-width: 1200px;
	height: 15px;
	margin: 15px auto 20px auto;
	background: repeating-linear-gradient(-45deg, #ff89ae, #ff89ae 5px, #fff 5px, #fff 10px);
}
@media screen and (max-width: 768px) {
	.section04 h3.sec04_h3 {
		font-size: 24px;
		margin: 25px 0 10px 0;
	}
}
/* sec04_price_box ---------- */
.section04 .sec04_price_box{
	width: 94%;
	max-width: 1200px;
	padding: 10px;
	margin: 10px auto;
	background-color: #05c500;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.section04 .price_bg_green{ background-color: #05c500; }
.section04 .price_bg_yellow{ background-color: #f6ae01; }
.section04 .price_bg_red{ background-color: #e54d38; }
.section04 .price_bg_blue{ background-color: #3295e2; }
.section04 .sec04_price_box .pirce_item{
	width: 50%;
	padding: 10px;
	text-align: center;
	color: #fff;
	font-weight: bold;
}
.section04 .sec04_price_box .pirce_money{
	width: 50%;
	padding: 10px;
	text-align: center;
	background-color: #fff;
	font-weight: bold;
}
/* sec04_more_link ---------- */
.section04 .sec04_more_link{
	width: 94%;
	margin: 30px auto 0 auto ;
	text-align: center;
}
.section04 .sec04_more_link img{
	width: 100%;
	max-width: 800px;
}

/*-------------------------------------------------------------
  sec_contact
-------------------------------------------------------------*/
.sec_contact{
	width: 100%;
	padding: 0 0 50px 0;
}
/* contact_head */
.sec_contact .contact_head{
	width: 100%;
	padding: 30px 0;
	text-align: center;
	background-image: url(../img/lp/contact_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center center;
}
.sec_contact .contact_head img.contact_cmt{
	width: 100%;
	max-width: 400px;
}
/* contact_head */
.sec_contact .contact_box{
	width: 100%;
	margin: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.sec_contact .contact_box .contact_info{
	width: 50%;
	padding: 30px;
	color: #fff;
	text-align: center;
}
.sec_contact .contact_box .contact_bg_red{ background-color: #e54d38; }
.sec_contact .contact_box .contact_bg_orange{ background-color: #f6ae01; }

.sec_contact .contact_box .contact_h3{
	font-size: 24px;
}
.sec_contact .contact_box .contact_btn{
	width: 80%;
	padding: 10px;
	display: inline-block;
	background-color: #fff;
	border-radius: 10px;
	font-weight: bold;
	margin: 15px auto;
}
.sec_contact .contact_box .contact_btn:hover{
	background-color: #ffffe0;
}
.sec_contact .contact_box .btn_col_red{ color: #e54d38; }
.sec_contact .contact_box .btn_col_orange{ color: #f6ae01; }

.sec_contact .contact_box .contact_btn span.icon_tel::before{
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../img/lp/icon_contact_tel.svg);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}
.sec_contact .contact_box .contact_btn span.icon_mail::before{
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../img/lp/icon_contact_mail.svg);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}

@media screen and (max-width: 768px) {
	.sec_contact{
		padding: 0 0 50px 0;
	}
	.sec_contact .contact_head{
		padding: 20px 15px;
	}
	.sec_contact .contact_head img.contact_cmt{
		max-width: 240px;
	}
	.sec_contact .contact_box .contact_info{
		width: 100%;
		padding: 15px;
	}
}