@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;600;700&display=swap');

/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#gNavi li:first-child a {
	color: #35cc83;
}

#main {
	width: auto;
	margin: 0;
}

#main .mainVisual {
	margin-bottom: 57px;
	position: relative;
}

/*#main .mainVisual .link {
	margin-left: -390px;
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 100;
}

#main .mainVisual .link a {
	width: 155px;
	padding: 28px 0 23px;
	display: block;
	font-size: 15px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	background: url(../img/index/bg01.png) repeat left top;
	letter-spacing: 1px;
}

#main .mainVisual .link a span {
	display: block;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 2px;
	font-family: 'Condensed';
}

#main .mainVisual .link a:hover {
	background: url(../img/index/bg02.png) repeat left top;
}
*/
#main .mainVisual .slideUl li {
	position: relative;
}

#main .mainVisual .slideUl li>img {
	width: 100%;
	height: auto;
}

#main .mainVisual .slideUl li>span {
	margin-right: -446px;
	position: absolute;
	right: 50%;
	top: 33px;
}

#main .mainVisual .slick-dots,
#main .slideBannerUl .slick-dots {
	margin-top: 15px;
	width: 100%;
	height: 7px;
	text-align: center;
	cursor: pointer;
}

#main .mainVisual .slick-dots li,
#main .slideBannerUl .slick-dots li {
	width: 7px;
	height: 7px;
	margin: 0 4px 0 6px;
	display: inline-block;
	background-color: #DAD9DA;
	border-radius: 50%;
}

#main .mainVisual .slick-dots li button,
#main .slideBannerUl .slick-dots li button {
	margin: 0;
	padding: 0;
	visibility: hidden;
}

#main .mainVisual .slick-dots .slick-active,
#main .slideBannerUl .slick-dots .slick-active {
	background-color: #35cc83;
}

/****************191025 add***************/
#main .info {
	width: 1000px;
	margin: 0 auto 70px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#main .info {
		width: 90%;
		margin: 0 auto 40px;
		font-size: 15px;
		text-align: left;
	}
}

/****************191004 add***************/

#main .sec08 .textBox {
	width: 996px;
	margin: 0 auto;
	background: #fff;
	padding: 30px;
	text-align: center;
}

#main .sec08 .ttl {
	font-weight: bold;
	margin: 0 0 25px;
	font-size: 18px;
}

#main .sec08 .txt {
	margin: 0 auto;
}

/* #main .sec08 .container{
	text-align: center;
    margin: 0 auto;
}
#main .sec08 .photoBox{
    margin: 0 auto;
	padding: 0px 5px 15px;
	display: inline-block;
}
#main .sec08 .photoBox img{
	width: auto;
}
#main .sec08 .photoBox p{
	font-size: 20px;
	color: #fff;
	text-align: center;
	background-color: #53b55f;
	font-weight: bold;
} */

@media all and (min-width: 0) and (max-width: 767px) {
	#main .sec08 {
		background: #c7f1a3;
		margin-bottom: 70px;
		padding: 25px 0;
	}

	#main .sec08 .textBox {
		width: 100%;
		margin: 0 auto;
		background: #fff;
		padding: 30px 0;
	}

	#main .sec08 .ttl {
		width: 95%;
		margin: 0 auto 25px;
		font-size: 18px;
	}

	#main .sec08 .txt {
		width: 95%;
		margin: 0 auto;
		text-align: justify;
	}

	/* #main .sec08 .photoBox{
		width: 100%;
		padding: 0 10px 8px 10px;
	}
	#main .sec08 .photoBox img{
		width: 100%;
	} */
}

#main .sec08 .bgBox {
	background: #c7f1a3;
	margin-bottom: 70px;
	padding: 56px 0;
}

#main .sec08 .innerBox {
	width: 1000px;
	margin: 0 auto;
}

#main .sec08 .bannerUl {
	margin: 0 2px 14px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	cursor: pointer;
}



#main .sec08 .bannerUl li {
	width: 490px;
	transition: ease .3s;
	/* margin-top: 20px; */
}

#main .sec08 .bannerUl li img {
	width: 100%;
	cursor: pointer !important;
}

#main .sec08 .bannerUl li a:hover img {
	transition: ease .3s;
	opacity: 0.7;
}

#main .sec08 .bannerUl li:last-child a:hover img {
	opacity: 1;
	cursor: initial !important;
}

@media all and (min-width: 0) and (max-width: 767px) {

	#main .sec08 .bgBox {
		padding: 0;
		margin-bottom: 16px;
	}

	#main .sec08 .innerBox {
		width: auto;
		margin: 0 auto;
		padding: 24px 10px 13px;
	}

	#main .sec08 .bannerUl {
		display: block;
		margin: 0;
		margin-bottom: 14px;
	}

	#main .sec08 .bannerUl li {
		width: 100%;
		margin-bottom: 17px;
	}

	#main .sec08 .bannerUl li img {
		width: 100%;
	}

	#main .sec08 .bannerUl li:last-child {
		margin: 0;
	}
}

/****************190201 add***************/
.bnr__implant {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	background: #1D3964;
	border: 1px solid #CCCCCC;
	box-sizing: border-box;
}

.bnr__implant .textBox {
	width: 602px;
	padding: 30px 0;
	color: #fff;
	font-size: 23px;
}

.bnr__implant .textBox p {
	display: flex;
	justify-content: center;
	text-align: center;
	color: #FFEB00;
	margin: 0 auto 32px;
	letter-spacing: 1.5px;
	line-height: 1.75;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 22px;
}

.bnr__implant .textBox p span {
	margin-left: 1.0em;
}

.bnr__implant .textBox .link {
	width: 490px;
	margin: 0 auto;
	box-sizing: border-box;
	background: #fff;
	text-align: center;
	border-radius: 30px;
	font-family: 'Noto Serif JP', serif;
	/*	font-weight: bold;*/
}

.bnr__implant .photoBox {
	height: 220px;
	overflow: hidden;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.bnr__implant .photoBox {
		height: 145px;
		overflow: hidden;
	}
}

.bnr__implant .textBox .link a {
	display: block;
	padding: 12px 0;
	background: url(../img/index/icon05.png) no-repeat 95% 50%;
	font-size: 16px;
}

.bnr__implant .textBox .link a:hover {
	opacity: 0.7;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.bnr__implant {
		width: 100%;
		margin: 0 auto;
	}

	.bnr__implant .textBox {
		width: 100%;
		padding: 8px 0;
		font-size: 15px;
		display: flex;
		flex-wrap: wrap;
		align-content: space-around;
	}

	.bnr__implant .textBox p {
		width: 100%;
		text-align: center;
		margin: 0;
		letter-spacing: normal;
		line-height: 1.75;
		font-size: 15px;

	}

	.bnr__implant .textBox p span {
		margin-left: 0em;
	}

	.bnr__implant .textBox .link {
		width: 90%;
		text-align: center;
		text-indent: -1em;
		font-size: 13px;
	}

	.bnr__implant .textBox .link a {
		padding: 10px 0 10px 2%;
		background: url(../img/index/icon05.png) no-repeat 98% 50%;
		background-size: 3%;
		font-size: 12px;
	}

	.bnr__implant .textBox .link a:hover {
		opacity: 0.7;
	}

	#main .simpWrapec01 .banner .photoBox {
		width: 30%;
	}

	.bnr__implant .photoBox img {
		width: 100%;
	}

	#main .impWrap .plus {
		text-align: center;
		margin-bottom: 5px;
	}

	#main .impWrap .plus img {
		width: 10%;
	}


}

/*190201 end*/
#main .sec01 .textUl {
	width: 1000px;
	margin: 0 auto 51px;
	display: flex;
	justify-content: space-between;
}

#main .sec01 .textUl li {
	width: 250px;
	position: relative;
}

#main .sec01 .textUl li:before {
	position: absolute;
	background-color: #e9fadb;
	border-radius: 15px;
	top: 40px;
	left: 0;
	right: 0;
	bottom: 0;

	content: "";
	opacity: 0;
	transition: all .3s;
}

#main .sec01 .textUl li:hover:before {
	opacity: 1;
}

#main .sec01 .textUl li a {
	padding: 0 5px 24px;
	display: block;
	text-align: center;
	position: relative;
	z-index: 10;
}

#main .sec01 .textUl li .photo {
	margin-bottom: 34px;
	display: table;
	width: 100%;
}

#main .sec01 .textUl li .photo span {
	display: table-cell;
	vertical-align: bottom;
}

#main .sec01 .textUl li p {
	line-height: 1.625;
}

#main .sec01 .textUl li .title {
	margin-bottom: 20px;
	font-weight: bold;
}

#main .sec01 .textUl li .title .text {
	margin-top: 2px;
	display: table;
	width: 100%;
	font-size: 20px;
	color: #35cc83;
	line-height: 1.25;
}

#main .sec01 .textUl li .title .text span {
	display: table-cell;
	vertical-align: middle;
}

#main .sec01 .innerBox {
	padding: 56px 0;
	border-top: 1px solid #eeeeee;
}

#main .sec01 .photoUl {
	width: 1001px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

#main .sec01 .photoUl li {
	width: 447px;
	margin-right: 17px;
	/* float: left; */
	border: 1px solid #eeeeee;
	border-radius: 2px;
	box-sizing: border-box;
	position: relative;
}

#main .sec01 .photoUl li .text {
	margin-left: -144px;
	position: absolute;
	left: 50%;
	top: -22px;
}

#main .sec01 .photoUl li:last-child {
	margin-right: 0;
}

#main .sec01 .photoUl li a {
	display: block;
	height: 249px;
	transition: ease.3s;
}


@media all and (min-width: 0) and (max-width: 767px) {
	#main .sec01 .photoUl li a {
		height: 124px;
	}
}

#main .sec01 .photoUl li a>img {
	width: 100%;
	height: auto;
	display: block;
}

#main .sec01 .photoUl li a:hover {
	opacity: 0.7;
	transition: ease.3s;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#main .sec01 .photoUl li a:hover {
		opacity: 1;
	}

	#main .sec01 .photoUl li a:active {
		opacity: .7;
		transition: ease.3s;
	}
}

#main .sec01 .photoUl li p {
	padding: 15px 5px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	background-color: #67ce9c;
	font-weight: bold;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

#main .sec02 {
	padding: 56px 0;
	background-color: #c7f1a3;
}

#main .sec02 .bgBox {
	width: 1000px;
	margin: 0 auto;
	padding: 3px;
	background-color: #fff;
	box-sizing: border-box;
}

#main .sec02 .bgBox .innerBox {
	padding: 44px 20px 17px;
	border: 2px solid #c7f1a3;
}

#main .sec02 .heightLineParent {
	display: flex;
	flex-wrap: wrap;
}

#main .sec02 ul li {
	width: 50%;
	float: left;
	box-sizing: border-box;
	border-top: 1px solid #eeeeee;
}

#main .sec02 ul li:first-child,
#main .sec02 ul li:nth-child(2) {
	border-top: none;
}

#main .sec02 ul li:nth-child(2n) {
	float: right;
	border-left: 1px solid #eeeeee;
}

#main .sec02 ul li a {
	width: 100%;
	height: 100%;
	display: table;
	padding: 13px 0 12px;
	line-height: 1.55;
	color: #1E1E1E;
	font-size: 18px;
	font-weight: bold;
	box-sizing: border-box;
}

#main .sec02 ul li a:hover {
	opacity: 0.7;
}

#main .sec02 ul li .photo {
	width: 30.5%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#main .sec02 ul li .textBox {
	display: table-cell;
	vertical-align: middle;
}

#main .sec03 {
	width: 1000px;
	margin: 0 auto 56px;
}

#main .sec03 .infoBox {
	margin-bottom: 30px;
	padding: 43px 10px 28px;
	border: 1px solid #eeeeee;
}

#main .sec03 .infoBox .topText {
	margin-bottom: 44px;
	text-align: center;
	font-size: 30px;
	color: #000;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 3px;
}

#main .sec03 .infoBox .topText .text01 {
	margin-top: -9px;
	display: inline-block;
	vertical-align: middle;
	font-size: 50px;
}

#main .sec03 .infoBox .topText .text02 {
	display: block;
	font-size: 60px;
}

#main .sec03 .infoBox .innerBox {
	width: 852px;
	margin: 0 auto;
	padding: 30px 0;
	background: url(../img/index/line01.png) repeat-x left top, url(../img/index/line01.png) repeat-x left bottom;
}

#main .sec03 .infoBox .bgBox {
	padding: 51px 30px 50px 33px;
	background-color: #F0F1F5;
}

#main .sec03 .infoBox ul {
	margin-bottom: 46px;
}

#main .sec03 .infoBox li {
	margin-right: 144px;
	width: 166px;
	float: left;
}

#main .sec03 .infoBox li:last-child {
	margin-right: 0;
}

#main .sec03 .infoBox li {
	text-align: center;
	color: #1E1E1E;
	font-size: 18px;
	font-weight: bold;
}

#main .sec03 .infoBox li p {
	margin-top: 10px;
}

#main .sec03 .infoBox .link a {
	width: 469px;
	margin: 0 auto;
	padding: 19px 0 19px;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	background: #CE261B url(../img/index/icon01.png) no-repeat right 31px center;
	border-radius: 15px;
}

#main .sec03 .infoBox .link a:hover {
	opacity: 0.7;
}

#main .sec03 .imgBox {
	margin-bottom: 21px;
	padding: 18px 107px 23px 10px;
	border: 1px solid #eeeeee;
}

#main .sec03 .imgBox .photo {
	float: right;
}

#main .sec03 .imgBox .textBox {
	margin-top: 19px;
	width: 732px;
	float: left;
	text-align: center;
}

#main .sec03 .imgBox .textBox p {
	font-size: 20px;
	color: #1E1E1E;
}

#main .sec03 .imgBox .textBox p .text01 {
	display: inline-block;
	text-align: left;
	font-weight: bold;
}

#main .sec03 .imgBox .textBox .title {
	margin-bottom: 12px;
	font-size: 26px;
	color: #5434E2;
	font-weight: bold;
}

#main .sec03 .imgBox .textBox .txt {
	width: 654px;
	margin: 26px auto 0;
	padding: 10px 5px 10px;
	color: #fff;
	font-size: 13px;
	line-height: 1.7;
	background-color: #35cc83;
	border-radius: 10px;
	box-sizing: border-box;
}

#main .sec03 .imgBox .textBox .text02 {
	margin-bottom: -7px;
	display: block;
	font-size: 21px;
	letter-spacing: 1px;
}

#main .sec03 .imgBox .textBox .text02 span {
	display: inline-block;
	vertical-align: middle;
	font-size: 28px;
	font-weight: bold;
}

#main .sec03 .bannerUl {
	margin: 14px 2px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

#main .sec03 .bannerUl li a img {
	transition: ease .3s;
}

#main .sec03 .bannerUl li a:hover img {
	opacity: 0.7;
	transition: ease .3s;
}

#main .sec03 .bannerUl li img {
	width: 100%;
}

#main .sec04 .slideBox .arrow {
	width: 1046px;
	margin: 0 auto;
	position: relative;
	z-index: 20;
}

#main .sec04 .slideBox .arrow .prev {
	position: absolute;
	left: 0;
	top: 178px;
	cursor: pointer;
}

#main .sec04 .slideBox .arrow .next {
	position: absolute;
	right: 0;
	top: 178px;
	cursor: pointer;
}

#main .sec04 .slideBox .photoUl li {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

#main .sec04 .bgBox {
	padding: 83px 0 0;
	background-color: #fafafa;
}

#main .sec04 .whiteBox {
	width: 1000px;
	margin: 0 auto 20px;
	padding: 45px 51px 43px;
	background-color: #fff;
	box-sizing: border-box;
}

#main .sec04 .whiteBox p {
	margin-bottom: 7px;
	padding: 4px 0 1px 14px;
	font-size: 20px;
	font-weight: bold;
	border-left: 6px solid #35cc83;
}

#main .sec04 .whiteBox dt {
	padding: 20px 0 0 2px;
	float: left;
	font-size: 14px;
}

#main .sec04 .whiteBox dd {
	padding: 18px 0 23px 7.3em;
	background: url(../img/index/line02.png) repeat-x left bottom;
}

#main .sec04 .whiteBox dd span {
	color: #35cc83;
}


#main .sec04 .whiteBox dd a:hover {
	text-decoration: underline;
}

#main .sec04 .txtBox {
	width: 1000px;
	margin: 0 auto 57px;
}

#main .sec04 .txtBox .textBox {
	margin-top: 11px;
	width: 400px;
	float: left;
}

#main .sec04 .txtBox .textBox .address {
	margin-bottom: 22px;
}

#main .sec04 .txtBox .textBox .address span {
	margin-bottom: 6px;
	display: block;
	font-size: 18px;
	font-weight: bold;
}

#main .sec04 .txtBox .textBox .tel {
	font-family: 'Alternate';
	font-size: 18px;
}

#main .sec04 .txtBox .textBox .tel span {
	margin-top: -5px;
	display: inline-block;
	vertical-align: middle;
	font-size: 33px;
}

#main .sec04 .txtBox .tableBox {
	width: 530px;
	float: right;
}

#main .sec04 .txtBox .tableBox table {
	border-collapse: collapse;
	width: 100%;
	background-color: #fff;
}

#main .sec04 .txtBox .tableBox th,
#main .sec04 .txtBox .tableBox td {
	padding: 13px 10px 11px;
	font-size: 15px;
	text-align: center;
	font-weight: normal;
	vertical-align: middle;
	border-top: 3px solid #E9E9E9;
}

#main .sec04 .txtBox .tableBox th {
	width: 31%;
	text-align: left;
}

#main .sec04 .txtBox .tableBox table thead {
	color: #fff;
	background-color: #35cc83;
}

#main .sec04 .txtBox .tableBox table thead th,
#main .sec04 .txtBox .tableBox table thead td {
	padding: 7px 5px 4px;
	text-align: center;
	border-top: none;
}

#main .sec04 .txtBox .tableBox table thead th {
	padding-right: 29px;
}

#main .sec04 .txtBox .tableBox img {
	vertical-align: middle;
}

#main .sec04 .txtBox .tableBox p {
	margin-top: 14px;
	font-size: 15px;
	line-height: 1.67;
	font-weight: bold;
}

#main .sec04 .mapBox {
	height: 551px;
}

#main .sec04 .mapBox iframe {
	width: 100%;
	height: 551px;
}

/** 190228 instaウィジェット対応 **/

#main .sec04 .txtBox {
	display: flex;
	justify-content: space-between;
	width: 1000px;
	margin: 0 auto 80px;
}

#main .sec04 .tableBox {
	padding-top: 30px;
}


#main .sec04 .clinic_info {
	display: flex;
	flex-direction: column;
	margin-right: 70px;
}

@media all and (min-width: 0) and (max-width: 767px) {

	#main .sec04 .txtBox {
		display: block;
		width: 100%;
		margin: 0 auto 57px;
	}

	#main .sec04 .clinic_info {
		display: block;
		width: 100%;
		margin-bottom: 25px;
	}

	#main .sec04 .tableBox {
		padding-top: 0px;
	}

	#main .sec04 .insta iframe {
		width: 100% !important;
		height: auto;
	}

}

/** 190228 end **/


/*** add 191204 ***/

#main .insta02 {
	border: 1px solid #CCCCCC;
	background: #fff;
	border-radius: 5px;
	width: 400px;
	padding: 10px 15px 15px;
	text-align: center;
}

#main .insta02 .title {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 14px;
}

#main .insta02 .txt {
	margin-bottom: 16px;
	font-size: 14px
}

#main .insta02>img {
	margin-bottom: 20px;
}

#main .insta02>a {
	display: block;
	margin-bottom: 38px;
}


@media all and (min-width: 0) and (max-width: 767px) {
	#main .insta02 {
		width: 100%;
		padding: 8px 14px 14px;
	}

	#main .insta02 .title {
		font-weight: bold;
		font-size: 15px;
		margin-bottom: 12px;
	}

	#main .insta02 .txt {
		margin-bottom: 15px;
		font-size: 12px
	}

	#main .insta02>img {
		margin-bottom: 16px;
	}

	#main .insta02>a {
		margin-bottom: 26px;
	}
}

/** 190228 end **/

/** 201230 add **/
#main .sec04 .mapImg img {
	width: 100%;

}

@media all and (min-width: 0) and (max-width: 767px) {}

/** 201230 end **/


@media all and (min-width: 0) and (max-width: 767px) {
	#gFooter {
		border-top: none;
	}

	#main .mainVisual {
		margin-bottom: 45px;
	}

	#main .mainVisual .slideUl li {
		position: static;
	}

	#main .mainVisual .slideUl li>span {
		margin-right: 0;
		padding: 12px 20px 0;
		position: static;
		right: inherit;
		top: inherit;
		display: block;
		font-size: 15px;
		color: #1E1E1E;
		line-height: 1.67;
		font-weight: bold;
		letter-spacing: 1px;
	}

	#main .mainVisual .slick-dots {
		margin-top: 16px;
		height: 5px;
	}

	#main .mainVisual .slick-dots li {
		width: 5px;
		height: 5px;
		margin: 0 3px 0 5px;
	}


	#main .sec01 h2 img {
		width: 270px;
	}

	#main .sec01 .textUl {
		width: 95%;
		margin: 0 auto 21px;
		flex-direction: column;
	}

	#main .sec01 .textUl li {
		margin-top: 8px;
		width: auto;
		float: none;
		position: static;
		border: 1px solid #EEEEEE;
		border-radius: 8px;
	}

	#main .sec01 .textUl li:before {
		display: none;
	}

	#main .sec01 .textUl li a {
		width: 100%;
		padding: 17px 5px;
		display: table;
		text-align: left;
		box-sizing: border-box;
	}

	#main .sec01 .textUl li .photo {
		width: 32.3%;
		margin-bottom: 34px;
		display: table-cell;
		vertical-align: middle;
	}

	#main .sec01 .textUl li .photo span {
		display: block;
		vertical-align: inherit;
	}

	#main .sec01 .textUl li .photo img {
		width: 65px;
		margin: 0 auto;
	}

	#main .sec01 .textUl li .textBox {
		width: 67.7%;
		display: table-cell;
		vertical-align: middle;
	}

	#main .sec01 .textUl li p {
		line-height: 1.875;
	}

	#main .sec01 .textUl li .title {
		margin-bottom: 13px;
		font-size: 15px;
	}

	#main .sec01 .textUl li .title .text {
		margin-top: 2px;
		display: block;
		width: auto;
		font-size: 13px;
	}

	#main .sec01 .textUl li .title .text span {
		display: block;
		vertical-align: inherit;
	}

	#main .sec01 .innerBox {
		padding: 13px 22px 23px;
	}

	#main .sec01 .photoUl {
		width: auto;
		display: block;
	}

	#main .sec01 .photoUl li {
		width: auto;
		margin: 12px 0 0;
		float: none;
		border-radius: 2px;
	}

	#main .sec01 .photoUl li .text {
		width: 211px;
		margin-left: -105px;
		top: -22px;
	}

	#main .sec01 .photoUl li:last-child {
		margin: 12px 0 0;
	}

	#main .sec01 .photoUl li a img {
		width: 100%;
	}

	#main .sec01 .photoUl li p {
		padding: 6px 5px;
		font-size: 12px;
	}

	#main .sec02 {
		padding: 56px 22px;
	}


	#main .sec02 .bgBox {
		width: auto;
		padding: 1px;
	}

	#main .sec02 .bgBox .innerBox {
		padding: 24px 10px 13px;
		border: 1px solid #c7f1a3;
	}

	#main .sec02 ul {
		display: flex;
		flex-wrap: wrap;
	}

	#main .sec02 ul li {
		height: auto !important;
		float: none;
	}

	#main .sec02 ul li a {
		width: auto;
		height: auto;
		display: block;
		padding: 18px 2px 18px;
		line-height: 1.2;
		font-size: 12px;
		text-align: center;
	}

	#main .sec02 ul li .photo {
		margin-bottom: 6px;
		width: 100%;
		display: table;
		vertical-align: inherit;
	}

	#main .sec02 ul li .photo span {
		display: table-cell;
		vertical-align: middle;
	}

	#main .sec02 ul li .photo img {
		width: 53px;
	}

	#main .sec02 ul li .textBox {
		display: table;
		width: 100%;
		vertical-align: inherit;
	}

	#main .sec02 ul li .textBox p {
		display: table-cell;
		vertical-align: middle;
	}

	#main .sec03 {
		width: auto;
		margin: 0 22px 50px;
	}

	#main .sec03 .infoBox {
		margin-bottom: 15px;
		padding: 29px 20px 17px;
	}

	#main .sec03 .infoBox .topText {
		margin-bottom: 29px;
		font-size: 15px;
		letter-spacing: 2px;
	}

	#main .sec03 .infoBox .topText .text01 {
		margin-top: -5px;
		font-size: 25px;
	}

	#main .sec03 .infoBox .topText .text02 {
		font-size: 30px;
	}

	#main .sec03 .infoBox .innerBox {
		width: auto;
		padding: 15px 0 19px;
		background-size: auto 8px, auto 8px;
	}

	#main .sec03 .infoBox .bgBox {
		padding: 2px 8px 17px;
	}

	#main .sec03 .infoBox ul {
		margin-bottom: 12px;
	}

	#main .sec03 .infoBox li {
		margin: 11px 0 0;
		width: 50%;
		box-sizing: border-box;
	}

	#main .sec03 .infoBox li:nth-child(2n) {
		float: right;
	}

	#main .sec03 .infoBox li img {
		width: 66%;
	}

	#main .sec03 .infoBox li {
		padding: 0 5px;
		font-size: 12px;
	}

	#main .sec03 .infoBox li p {
		margin-top: 4px;
	}

	#main .sec03 .infoBox .link a {
		width: 235px;
		padding: 11px 0 9px;
		font-size: 14px;
		background: #CE261B url(../img/index/icon01.png) no-repeat right 15px center;
		background-size: 10px auto;
		border-radius: 8px;
	}

	#main .sec03 .imgBox {
		margin-bottom: 15px;
		padding: 24px 19px 18px;
	}

	#main .sec03 .imgBox .photo {
		margin-top: 18px;
		float: none;
	}

	#main .sec03 .imgBox .photo img {
		width: 13.7%;
	}

	#main .sec03 .imgBox .textBox {
		margin-top: 0;
		width: auto;
		float: none;
	}

	#main .sec03 .imgBox .textBox p {
		font-size: 13px;
	}

	#main .sec03 .imgBox .textBox p .text01 {
		display: block;
		text-align: center;
		line-height: 1.58;
	}

	#main .sec03 .imgBox .textBox .title {
		margin-bottom: 17px;
		font-size: 17px;
		line-height: 1.29;
	}

	#main .sec03 .imgBox .textBox .txt {
		width: auto;
		margin: 18px auto 0;
		padding: 11px 22px 8px;
		font-size: 11px;
		line-height: 1.4;
		border-radius: 5px;
	}

	#main .sec03 .imgBox .textBox .text02 {
		margin-bottom: 13px;
		font-size: 11px;
		letter-spacing: 0;
	}

	#main .sec03 .imgBox .textBox .text02 span {
		font-size: 15px;
	}

	#main .sec03 .imgBox .textBox .text02 .txt01 {
		display: block;
		line-height: 1;
	}

	#main .sec03 .bannerUl {
		margin: 0;
		grid-template-columns: 1fr;
	}

	#main .sec03 .bannerUl li img {
		width: 100%;
	}

	#main .sec04 .slideBox .arrow {
		width: auto;
	}

	#main .sec04 .slideBox .arrow img {
		width: 22px;
	}

	#main .sec04 .slideBox .arrow .prev {
		left: 10px;
	}

	#main .sec04 .slideBox .arrow .next {
		right: 10px;
	}

	#main .sec04 .slideBox .photoUl li {
		width: 100%;
	}

	#main .sec04 .slideBox .photoUl li img {
		width: 100%;
		height: auto;
		display: block;
	}

	#main .sec04 .bgBox {
		padding: 27px 0 0;
	}

	#main .sec04 .whiteBox {
		width: auto;
		margin: 0 22px 54px;
		padding: 22px 21px 42px;
	}

	#main .sec04 .whiteBox p {
		margin-bottom: 10px;
		font-size: 16px;
		border-left: 4px solid #35cc83;
	}

	#main .sec04 .whiteBox dt {
		padding: 14px 0 0;
		float: none;
		font-size: 12px;
	}

	#main .sec04 .whiteBox dd {
		padding: 6px 0 13px;
		font-size: 14px;
	}

	#main .sec04 .whiteBox dd a:hover {
		text-decoration: none;
	}

	#main .sec04 .txtBox {
		width: auto;
		margin: 0 22px 56px;
	}

	#main .sec04 .txtBox .textBox {
		margin: 0 0 32px;
		width: auto;
		float: none;
	}

	#main .sec04 .txtBox .textBox .address {
		margin-bottom: 22px;
		text-align: center;
	}

	#main .sec04 .txtBox .textBox .address span {
		margin-bottom: 5px;
		font-size: 13px;
		font-weight: bold;
	}

	#main .sec04 .txtBox .textBox .tel {
		font-size: 9px;
	}

	#main .sec04 .txtBox .textBox .tel a {
		width: 210px;
		margin: 0 auto;
		padding: 8px 0 6px;
		display: block;
		background-color: #fff;
		text-align: center;
		border-radius: 5px;
	}

	#main .sec04 .txtBox .textBox .tel span {
		margin-top: -3px;
		font-size: 17px;
	}

	#main .sec04 .txtBox .tableBox {
		width: auto;
		float: none;
	}

	#main .sec04 .txtBox .tableBox th,
	#main .sec04 .txtBox .tableBox td {
		padding: 7px 6px 6px;
		font-size: 11px;
		border-top: 1px solid #E9E9E9;
	}

	#main .sec04 .txtBox .tableBox table thead th,
	#main .sec04 .txtBox .tableBox table thead td {
		padding: 3px 3px 2px;
	}

	#main .sec04 .txtBox .tableBox table thead th {
		padding-right: 16px;
	}

	#main .sec04 .txtBox .tableBox img {
		width: 10px;
	}

	#main .sec04 .txtBox .tableBox p {
		margin-top: 12px;
		font-size: 12px;
		line-height: 1.5;
	}

	#main .sec04 .mapBox {
		height: 262px;
	}

	#main .sec04 .mapBox iframe {
		width: 100%;
		height: 262px;
	}

}

/*** 190402 add ***/

#main .sec05 .innerBox {
	width: 1000px;
	margin: 0 auto;
}

#main .sec05 .bannerUl {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
}

#main .sec05 .bannerUl li {
	overflow: hidden;
	width: 100%;
}

#main .sec05 .bannerUl li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}


/* #main .sec05 .bannerUl li:last-child {
	margin-top: 15px;
} */


#main .sec05 .bannerUl li a:hover img {
	opacity: 0.7;
}

@media all and (min-width: 0) and (max-width: 767px) {

	#main .sec05 h2 img {
		width: 100px;
	}

	#main .sec05 .innerBox {
		width: auto;
		margin: 0 auto;
		padding: 0;
	}

	#main .sec05 .bannerUl {
		grid-template-columns: 1fr;
		margin: 0;
	}

	#main .sec05 .bannerUl li {
		width: 100%;
	}
}


/*** end 190402 ***/

/*** add 190710 ***/

#main .sec06 {
	background-color: #FAFAFA;
	margin: 144px 0 78px;
}

#main .sec06 .innerBox {
	width: 1000px;
	margin: 0 auto;
	padding-top: 218px;
	padding-bottom: 68px;
	position: relative;
}


#main .sec06 .photoBox {
	display: flex;
	margin-bottom: 55px;
	position: absolute;
	width: 100%;
	top: -180px;
}


#main .sec06 .photo {
	max-width: 322px;
}

#main .sec06 .photoBox img {
	width: 100%;
	height: auto;
	display: block;
}

#main .sec06 .photoBox .txtBox {
	width: 70%;
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#main .sec06 .photoBox .txtBox .txt {
	font-size: 30px;
	font-family: "SourceHanSansJP", "源ノ角ゴシック", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 2.3;
}

#main .sec06 .innerBox>.txt {
	line-height: 1.625;
	text-align: justify;
	word-break: break-all;
	line-break: strict;
}


@media all and (min-width: 0) and (max-width: 767px) {
	#main .sec06 {
		width: auto;
		margin: 80px 22px 55px;
	}

	#main .sec06 .innerBox {
		width: 100%;
		margin: 0;
		padding: 170px 24px 37px;
	}

	#main .sec06h2 img {
		width: 80px;
		margin-left: 10px;
	}

	#main .sec06 .photoBox {
		display: block;
		left: 0;
		text-align: center;
		top: -110px;
	}

	#main .sec06 .photoBox {
		margin-bottom: 35px;
	}

	#main .sec06 .photoBox .photo img {
		width: 165px;
		margin: auto;
	}

	#main .sec06 .photoBox .txtBox {
		width: 100%;
		margin-top: 20px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	#main .sec06 .photoBox .txtBox .txt {
		font-size: 18px;
		font-family: "SourceHanSansJP", "源ノ角ゴシック", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		line-height: 1.75;
	}

	#main .sec06 .innerBox>.txt {
		line-height: 1.625;
		font-size: 14px;
	}
}

/*** end 190710 ***/

/*** add 190802 ***/

#main .sec07 {
	margin-bottom: 56px;
	padding: 56px 0;
	background-color: #fafafa;
}

#main .sec07 .bgBox {
	width: 1000px;
	margin: 0 auto;
	padding: 3px;
	background-color: #fff;
	box-sizing: border-box;
}

#main .sec07 .bgBox .innerBox {
	padding: 44px 20px 17px;
	border: 2px solid #c7f1a3;
}

#main .sec07 ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#main .sec07 ul {
		grid-template-columns: 1fr;
	}

}

#main .sec07 ul li {
	box-sizing: border-box;
	border-top: 1px solid #c7f1a3;
	border-left: 1px solid #c7f1a3;
}

#main .sec07 ul li.icon_pickup {
	position: relative;
}

#main .sec07 ul li.icon_pickup:before {
	content: '';
	width: 120px;
	height: 120px;
	background: url(../img/index/icon_pickup.png) no-repeat left top;
	background-size: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

#main .sec07 ul li:nth-child(2n) {
	border-right: 1px solid #c7f1a3;
}

#main .sec07 ul li:nth-last-child(2) {
	border-bottom: 1px solid #c7f1a3;
}

#main .sec07 ul li:last-child {
	border-bottom: 1px solid #c7f1a3;
}

#main .sec07 ul li a {
	width: 100%;
	height: 100%;
	display: table;
	padding: 34px 18px 48px;
	line-height: 1.55;
	color: #1E1E1E;
	box-sizing: border-box;
	transition: ease .3s;
}

#main .sec07 ul li a:hover {
	opacity: 0.7;
	transition: ease .3s;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#main .sec07 ul li a:hover {
		opacity: 1;
	}

	#main .sec07 ul li a:active {
		opacity: 0.7;
		transition: ease .3s;
	}

	#main .sec07 ul li.icon_pickup:before {
		width: 21.33vw;
		height: 21.33vw;
	}
}

#main .sec07 ul li .photo {
	width: 100%;
	text-align: center;
	margin-bottom: 28px;
}

#main .sec07 ul li .textBox {
	text-align: justify;
	word-break: break-all;
	line-break: strict;
}

#main .sec07 ul li .textBox .ttl {
	margin-bottom: 28px;
	font-size: 18px;
	font-family: "SourceHanSansJP", "源ノ角ゴシック", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	color: #29b572;
	text-align: center;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#main .sec07 {
		margin-bottom: 27px;
		padding: 56px 22px;
	}

	#main .sec07 .bgBox {
		width: auto;
		padding: 1px;
	}

	#main .sec07 .bgBox .innerBox {
		padding: 24px 24px 0px;
	}

	#main .sec07 ul {}

	#main .sec07 ul li {
		width: 100%;
		box-sizing: border-box;
		border: 1px solid #c7f1a3;
		margin-bottom: 31px;
	}

	#main .sec07 ul li:nth-child(2n) {}

	#main .sec07 ul li:nth-last-child(2) {}

	#main .sec07 ul li:last-child {
		display: none;
	}

	#main .sec07 ul li a {
		width: 100%;
		height: 100%;
		font-size: 12px;
		display: table;
		padding: 34px 18px 28px;
		line-height: 1.55;
		color: #1E1E1E;
		box-sizing: border-box;
	}

	#main .sec07 ul li a:hover {
		opacity: 0.7;
	}

	#main .sec07 ul li .photo {
		width: 100%;
		text-align: center;
		margin-bottom: 22px;
	}

	#main .sec07 ul li .photo img {
		width: 38%;
	}

	#main .sec07 ul li .textBox {}

	#main .sec07 ul li .textBox .ttl {
		margin-bottom: 20px;
		font-size: 15px;
	}
}

/*** end 190802 ***/

@media all and (min-width: 320px) and (max-width: 360px) {
	#main .sec03 .infoBox .link a {
		width: 200px;
	}
}

@media all and (-ms-high-contrast:none) {
	#main .sec01 .photoUl li p {
		padding: 18px 5px 12px;
	}

	#main .sec03 .infoBox .link a {
		padding: 24px 0 14px;
	}

}

@media all and (min-width: 768px) and (max-width: 1260px) {
	#main .mainVisual .slideUl li>span {
		top: 10px;
	}

	#main .mainVisual .slideUl li>span>img {
		width: 102px;
	}
}

@media all and (min-width: 1261px) and (max-width: 1495px) {
	#main .mainVisual .slideUl li>span {
		top: 10px;
	}

	#main .mainVisual .slideUl li>span>img {
		width: 120px;
	}
}

/** add 200221 **/

#main .sec09 {
	background-color: #fafafa;
	padding: 50px 0 65px;
	margin-bottom: 38px;
}

#main .sec09 .bgBox {
	width: 1000px;
	margin: 0 auto;
}

#main .sec09 .blogUl {
	display: flex;
	justify-content: space-between;
}

#main .sec09 .blogUl li {
	width: 32%;
}

#main .sec09 .blogUl li .photoBox {
	text-align: center;
	position: relative;
}

#main .sec09 .blogUl li .photoBox>img {
	position: absolute;
	left: 0;
	top: 0;
}

#main .sec09 .blogUl li a img {
	-o-object-fit: cover;
	object-fit: cover;
	height: 230px;
	width: 100%;
}

#main .sec09 .blogUl li .time {
	line-height: 1;
	text-align: center;
	font-size: 14px;
	color: #666;
	margin-bottom: 1em;
}

#main .sec09 .blogUl li .txtBox {
	padding: 21px 15px 0;
	margin-bottom: 60px;
}

#main .sec09 .blogUl li .ttl {
	text-align: center;
	margin-bottom: 14px;
}

#main .sec09 .blogUl li .ttl a {
	line-height: 1.4;
	font-size: 19px;
	color: #35cc83;
	font-family: "SourceHanSansJP", "源ノ角ゴシック", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-decoration: underline;
}

#main .sec09 .blogUl li .txt {
	line-height: 1.625;
	font-size: 16px;
}

#main .sec09 .blogUl li .txt a {
	text-decoration: underline;
	color: #35cc83;
}

#main .sec09 .blogUl li a:hover {
	opacity: 0.7;
	text-decoration: none;
}

#main .sec09 .bgBox>a {
	display: block;
	width: 33%;
	font-family: "SourceHanSansJP", "源ノ角ゴシック", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 19.7px;
	line-height: 56px;
	text-align: center;
	margin: 0 auto;
	background: #35cc83 url(../img/index/icon07.png) no-repeat 95% 50%;
	border-radius: 5px;
	color: #fff;
}

#main .sec09 .bgBox>a:hover {
	opacity: 0.7;
}

@media all and (min-width: 0) and (max-width: 767px) {

	#main .sec09 {
		padding: 25px 36px 55px;
		margin-bottom: 35px;
	}

	#main .sec09 .bgBox {
		width: 100%;
	}

	#main .sec09 .blogUl {
		display: block;
		padding: 0;
		margin-bottom: 40px;
	}

	#main .sec09 .blogUl #photoBox>img {
		width: 55px;
	}

	#main .sec09 .blogUl li {
		width: 100%;
		margin-bottom: 31px;
	}

	#main .sec09 .blogUl li:last-child {
		margin-bottom: 0;
	}

	#main .sec09 .blogUl li .time {
		font-size: 13px;
	}

	#main .sec09 .blogUl li .txtBox {
		padding: 27px 0 0;
	}

	#main .sec09 .blogUl li .ttl {
		font-size: 15px;
		margin-bottom: 1em;
	}

	#main .sec09 .blogUl li .ttl a {}

	#main .sec09 .blogUl li .txt {
		line-height: 1.875;
		font-size: 12px;
	}

	#main .sec09 .blogUl li .txt a {
		text-decoration: underline;
	}

	#main .sec09 .bgBox>a {
		width: 90%;
		font-size: 13px;
		line-height: 45px;
		margin: 0 auto;
		background: #35cc83 url(../img/index/icon07.png) no-repeat 95% 50%;
	}
}

/** end 200221 **/

/****************200422 add***************/
#main .topNews {
	background: #E5AFE1;
	padding: 30px 0;
	margin-bottom: 36px;
}

#main .topNews .bgBox {
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
	width: 1000px;
	margin: 0 auto;
}

#main .topNews .ttl {
	text-align: center;
	margin-bottom: 26px;
	font-size: 22px;
	color: #35cc83;
	font-weight: bold;
}

#main .topNews ul {
	margin-bottom: 36px;
}

#main .topNews ul li {
	line-height: 1.75;
	text-indent: -1em;
	margin-left: 1em;
}

#main .topNews ul li span {
	font-weight: bold;
	color: red;
}

#main .topNews .movie {
	text-align: center;
}

#main .topNews .movie a {
	display: block;
	font-size: 14px;
}


@media all and (min-width: 0) and (max-width: 767px) {
	#main .topNews {
		margin-bottom: 24px;
		padding: 20px;
	}

	#main .topNews .bgBox {
		width: 100%;
	}

	#main .topNews .ttl {
		font-size: 18px;
		margin-bottom: 13px;
	}

	#main .topNews ul {
		margin-bottom: 20px;
	}

	#main .topNews ul li {
		line-height: 1.67;
	}

	#main .topNews .movie iframe {
		width: 100%;
		height: 200px;
	}

	#main .topNews .movie a {
		display: block;
		font-size: 12px;
	}


}

/****************200422 end***************/

/* 220704追加 */

#main .bannerUl02 {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
	margin: 0 auto 16px;
}

#main .bannerUl02 li a:hover img {
	opacity: 0.7;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#main .bannerUl02 {
		margin: 0 0 16px;
	}
}

#main .topBannerBtn img {
	width: 100%;
	height: auto;
}

/* 221122追加 */

#main .headLineIndex {
	font-size: 30px;
	padding: 33px 0 53px;
	line-height: 1.4;
	margin: auto;
	text-align: center;
	display: flex;
	justify-content: center;
	font-weight: 400;
	letter-spacing: 1px;
	position: relative;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#main .headLineIndex {
		font-size: 22px;
	}
}

#main .headLineTxt {
	position: absolute;
	left: 50%;
	top: 0px;
	transform: translateX(-50%);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto;
	width: 100px;
	height: 24px;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#main .headLineTxt {
		top: 8px;
		background-size: auto 17px;
		height: 17px;
	}
}

#main .headLinePickup {
	background-image: url("../img/index/headLine-pickup.svg");
}

#main .headLineTrouble {
	background-image: url("../img/index/headLine-trouble.svg");
}

#main .headLineTreatment {
	background-image: url("../img/index/headLine-treatment.svg");
}

#main .headLineBlog {
	background-image: url("../img/index/headLine-blog.svg");
}

#main .headLineDoctor {
	background-image: url("../img/index/headLine-doctor.svg");
}

#main .headLineGallery {
	background-image: url("../img/index/headLine-gallery.svg");
}

#main .slideUl>li:not(:first-child),
#main .slideBox .photoUl>li:not(:first-child) {
	display: none;
}

#main .picBannerBox {
	margin: 82px auto 112px;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#main .picBannerBox {
		margin: 22px auto 10.67vw;
	}
}

#main .picBannerBox__ul {
	max-width: 1000px;
	margin: auto;
	display: grid;
	grid-template-columns: 480px 480px;
	gap: 50px;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#main .picBannerBox__ul {
		padding: 0 10px;
		grid-template-columns: 1fr;
		gap: 15px;
	}
}

#main .picBannerBox__ul>li {
	transition: ease .3s;
}

#main .picBannerBox__ul>li:hover {
	opacity: .7;
	transition: ease .3s;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#main .picBannerBox__ul>li:hover {
		opacity: 1;
	}

	#main .picBannerBox__ul>li:active {
		opacity: .7;
		transition: ease .3s;
	}
}

#main .picBannerImg img {
	width: 100%;
	height: auto;
	display: block;
}

#main .impWrap {
	width: 100%;
	background-color: #c7f1a3;
	padding: 80px 0;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#main .impWrap {
		padding: 22.5px 0;
	}
}

#main .pickUpWrap {
	background-color: #FAFAFA;
	padding: 80px 0;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#main .pickUpWrap {
		background-color: #FAFAFA;
		padding: 53px 0 50px;
	}
}

#main .slideBannerBtn {
	display: block;
	margin: 0 10px;
}

#main .slideBannerBtn>img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}

#main .info_box {
	width: 600px;
	margin: 0 auto 70px;
}

#main .info_txt01 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #35cc83;
	margin-bottom: 8px;
	border: 1px solid #35cc83;
	padding: 25px;
}

#main .info_txt02 {
	font-size: 14px;
	width: 600px;
	margin: 0 auto;
}

#main .info_txt02 span {
	font-weight: bold;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#main .info_box {
		width: 90%;
		margin: 0 auto 70px;
	}

	#main .info_txt01 {
		font-size: 14px;
		border: 1px solid #35cc83;
		padding: 15px;
	}

	#main .info_txt02 {
		font-size: 12px;
		width: 100%;
		margin: 0 auto;
	}
}


#top-aside { display:flex; flex-flow:row wrap; width:1000px; margin:0 auto 70px; }
#top-aside .info_box { width:490px; margin:0 0 30px 20px; }
#top-aside .info_txt01 { padding:32px; border:2px solid #35cc83; }
#top-aside .info_txt02 { width:490px; }
#top-aside p { width:490px; }
#top-aside p img { width:100%; height:auto; }
#top-aside p a:hover { opacity:0.7; }

@media (min-width: 0) and (max-width: 767px) {
#top-aside { display:block; width:auto; margin:0 auto 50px; padding:0 10px; }
#top-aside .info_box { width:100%; margin:0 0 30px; }
#top-aside .info_txt01 {
	padding: 0;
	aspect-ratio: 355 / 89;
    display: flex;
    justify-content: center;
    align-items: center;
}
#top-aside .info_txt02 { width:100%; }
#top-aside p { width:100%; margin:0 auto 20px; }
}

#main .sec04 .whiteBox dl {
	height: 320px;
    overflow-y: scroll;
}