@charset "UTF-8";


/*--------------------------------------------------------------
共通
--------------------------------------------------------------*/
body.home #lp-page {
	padding: 0;
}
body.home #lp-page .lp-page-inside {
	max-width: 100%;
	width: 100%;
	padding: 0;
}
body.home .wrapper {
	max-width: 1200px;
	padding: 80px 20px;
	margin: 0 auto;
}

body.home .title {
	text-align: center;
	margin-bottom: 30px;
}
body.home .title h2 {
	font-size: 40px;
	color: #3581c4;
	margin: 0 auto;
	font-weight: 500;
}
body.home .title h2,
#lp-boxes-2 h3.lp-section-title  {
	font-size: 40px;
	color: #3581c4;
	margin: 0 auto;
	font-weight: 500;
}
body.home .title h4 {
	font-size: 16px;
	font-weight: 400;
	margin: 0 auto 5px;
}
body.home #lp-page .cnt h3,
body.home .lp-text .cnt h3 {
	margin: 0 auto;
}
body.home #lp-page h3,
body.home .lp-text h3 {
	text-align: center;
	display: inline-block;
	position: relative;
	font-size: 24px;
	font-weight: 500;
	margin-top: 0;
}
body.home #lp-page h3:before,
body.home .lp-text h3:before {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 4px;
	background-color: #0060b4;
}

body.home #lp-page .morebtn,
body.home .lp-text .morebtn,
body.home .morebtn {
	text-align: center;
}
body.home #lp-page .morebtn .inner,
body.home .lp-text .morebtn .inner,
body.home .morebtn .inner {
	background-color: #65abe9;
	color: #fff;
	padding: 10px 40px;
	border-radius: 50px;
	line-height: 1.3;
	display: inline-block;
	font-size: 18px;
}
body.home #lp-boxes-2 {
	padding-bottom: 80px;
}

body.home .lp-text .pgtxt {
	max-width: 100%;
	width: 100%;
	padding: 0;
}
body.home .lp-text .lp-text-image,
body.home .lp-text .lp-text-title {
	display: none;
}

/*--------------------------------------------------------------
スライダー
--------------------------------------------------------------*/



/*--------------------------------------------------------------
あいさつ
--------------------------------------------------------------*/
#top01 {
	background-color: #e1edf7;
}
#top01 .wrapper {
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
}
#top01 .mvbox {
	width: 80%;
}
#top01 .mvbox iframe {
}

#top01 .txtbox {
	background-color: #fff;
	padding: 30px 50px 15px;
}
#top01 .txtbox .cnt {
	margin-bottom: 40px;
}
#top01 .txtbox .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	
	justify-content: space-around;
}
#top01 .txtbox .logo {
	text-align: center;
	width: 10%;
}
#top01 .txtbox .txt {
	width: 80%;
	text-align: justify;
}


#lp-text-one {
}

/*--------------------------------------------------------------
適応症
--------------------------------------------------------------*/

#top02 {
}
#top02 .subtxt {
	text-align: center;
}
#top02 .listbox {
	margin-bottom: 50px;
}
#top02 .listbox ul {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#top02 .listbox ul li {
	list-style-type: none;
	width: 20%;
	margin: 0;
	padding: 7px;
}
#lp-page #top02 .listbox li a,
#lp-text-two #top02 .listbox li a {
	text-decoration: none;
}
#lp-page #top02 .listbox li .inner,
#lp-text-two #top02 .listbox li .inner {
	border-radius: 20px;
	background-color: #0060b4;
	padding: 15px 5px;
	text-align: center;
	margin: 0;
	float: none;
}
#lp-page #top02 .lp-block:hover,
#lp-text-two #top02 .lp-block:hover {
	box-shadow: 0 0 20px rgba(0,0,0, 0.30);
}
#lp-page #top02 .listbox li .title,
#lp-text-two #top02 .listbox li .title {
	margin-bottom: 0;
	min-height: 70px;
	display: table;
	width: 100%;
}
#lp-page #top02 .listbox li h3,
#lp-text-two #top02 .listbox li h3 {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	margin: 0;
	text-align: center;
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.2;
}
#lp-page #top02 .listbox li h3 span,
#lp-text-two #top02 .listbox li h3 span {
	font-size: 70%;
}
#lp-page #top02 .listbox li h3:before,
#lp-text-two #top02 .listbox li h3:before {
	display: none;
}


/*--------------------------------------------------------------
お知らせ・カレンダー
--------------------------------------------------------------*/
#top03 {
	background: url(images/bg_topnews.jpg) no-repeat center;
	background-size: cover;
}
#top03 .titlebox {
	text-align: center;
	margin-bottom: 40px;
}
#top03 .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#topnews {
	width: 68%;
}
#topcal {
	width: 26%;
}
#topnews .newslist {
	margin-bottom: 30px;
}
#topnews .newslist ul {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #a7c6e2;
}
#topnews .newslist ul a {
	text-decoration: none;
	padding: 10px;
	display: flex;
	flex-wrap: wrap;
	color: #333;
}
#topnews .newslist ul li {
	list-style-type: none;
	border-top: 1px solid #a7c6e2;
}
#topnews .newslist li .date {
	width: 120px;
}
#topnews .newslist li .txt {
}


/*--------------------------------------------------------------
施術院情報
--------------------------------------------------------------*/
#top04 {
}
#top04 .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#top04 .flex .info {
	width: 45%;
}
#top04 .flex .gmap {
	width: 50%;
}
body.home #lp-page #top04 .flex .info h3,
body.home .lp-text #top04 .flex .info h3 {
	margin: 0 0 20px;
	font-size: 20px;
	color: #0060b4;
	letter-spacing: 0;
}
body.home #lp-page #top04 .flex .info h3:before,
body.home .lp-text #top04 .flex .info h3:before {
	display: none;
}

#top04 .info dl {
	margin: 0;
}
#top04 .info dt {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	line-height: 1;
	background: none;
	margin-bottom: 5px;
}
#top04 .info dt .icon {
	margin-right: 5px;
}
#top04 .info dt .icon img {
	width: 24px;
	height: auto;
}
#top04 .info dt .txt {
}
#top04 .info dd {
	line-height: 1.3;
	margin-bottom: 20px;
	padding: 0;
	border: none;
}
#top04 .info .telnum {
	font-size: 140%;
}

/*--------------------------------------------------------------
患者様の声
--------------------------------------------------------------*/
.lp-boxes.lp-boxes-rows-4 .lp-boxes-margins .lp-box {
	margin: 0;
	width: 25%;
	padding: 7px;
}
#lp-boxes-2 h3.lp-section-title {
}

/*--------------------------------------------------------------

--------------------------------------------------------------*/



/*--------------------------------------------------------------

--------------------------------------------------------------*/














