.home-dr-area {
    padding:0;
}

.home-dr-area .container{
	background: url(../images/dr-assets/dr-main.jpg) no-repeat left bottom;
    background-size: contain;
    padding-top: 80px;
}

@media screen and (max-width: 676px){
 .home-dr-area {

    padding:0;
}

.home-dr-area .container{
	background: none;
	padding-top: 0px;
}

}


.home_feature_box {
	margin-bottom: 50px;
}

.home_feature_box .img_bg_box,
.home_feature_box_txt{
	min-height: 450px;
	height: auto;
}

.home_feature_box_txt {
	background: #fff;
	padding: 50px;
}


@media screen and (max-width: 576px){
.home_feature_box .img_bg_box{
	min-height: 200px;
	height: 200px;
}
.home_feature_box_txt {
	min-height: auto;
	height: auto;
	padding: 30px 40px;
}
}


.commit_area {
	margin-bottom: 60px;
}

.commit_area .img_bg_box,
.commit_area_txt{
	min-height: 550px;
	height: 550px;
}

.commit_area_txt {
	background: #fff;
	padding: 50px;
}


@media screen and (max-width: 576px){
	.commit_area {
	margin-bottom: 30px;
}


.commit_area .img_bg_box{
	min-height: 200px;
	height: 200px;
}
.commit_area_txt {
	min-height: auto;
	height: auto;
	padding: 30px 40px;
}
}




/*med_box
---------------------------------------------------------*/

.top-title {
	text-align: center;
	margin-bottom: 50px;
}
.top-title h2 {
	font-family: 'Lato', sans-serif;
	font-weight: 100;
	font-style: normal;
	font-size: 320%;
	letter-spacing: .1em;
	line-height: 1.2em;
}
.top-title p {
	margin-top: .4em;
	font-size: 120%;
	font-weight: normal;
	letter-spacing: .25em;
	line-height: 1.2em;
}


.top-title h2 span {
	color: #ecba89;
}


/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.top-title {
	text-align: center;
	margin-bottom: 30px;
}

.top-title h2 {
	font-size: 240%;
}
.top-title p {
	font-size: 90%;
}

}








/* corona
---------------------------------------------------------*/
.home-covid-link {
	display: block;
	width: 50%;
  max-width: 950px;
  padding: 22px 0 20px;
  margin: 0 auto 0 auto;
  border: 1px solid #cec3b5;
  background: #FFF;
  position: relative;
  border-radius: 16px;
  position: relative;
}

.home-covid-link:after{
    color: #bbb;
    box-sizing: border-box;
    content: '\f138';
    display: block;
    font-family: 'dental';
    height: auto;
    padding: 10px 20px;
    position: absolute;
    right: 16px;
    top: 16px;
}



.home-covid-wrap {
	background: #fdf8f1;
	width: 100%;
	padding:5% 3%;
	text-align: center;
}

.home-covid-area {
  width: 90%;
  max-width: 950px;
  padding: 22px 0 20px;
  margin: 0 auto 0 auto;
  border: 1px solid #cec3b5;
  background: #FFF;
  position: relative;
  border-radius: 16px;
}

.corona-title {
  color: #90734a;
  font-family: 'Noto Serif JP', serif;
  font-size: 18px;
  letter-spacing: .1em;
  font-weight: normal;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.corona{
  padding: 20px 0 20px;
  margin: 0 auto 50px auto;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

	.home-covid-link {
	display: block;
	width: 100%;
  max-width: 950px;
  padding: 16px 16px 16px 16px;
  margin: 0 auto 0 auto;
  border: 1px solid #cec3b5;
  background: #FFF;
  position: relative;
  border-radius: 16px;
  position: relative;
}

.home-covid-link:after{
    color: #bbb;
    box-sizing: border-box;
    content: '\f138';
    display: block;
    font-family: 'dental';
    height: auto;
    padding: 10px 10px;
    position: absolute;
    right: 12px;
    top: 7px;
}


.corona{
  width: 90%;
  padding: 3.7% 0 2.5%;
  margin: 0 auto 9% auto;
}
}




.acd-check{
    display: none;
}
.acd-label{
   
   
    display: block;
    margin-bottom: 1px;
    padding: 10px;
    position: relative;
    background: #f5f3f2;
}
.acd-label:after{
    color: #bbb;
    box-sizing: border-box;
    content: '\f13a';
    display: block;
    font-family: 'dental';
    height: auto;
    padding: 10px 20px;
    position: absolute;
    right: 16px;
    top: 0px;
}
.acd-content{
	font-style: 16px;
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    overflow: hidden;
}
.acd-check:checked + .acd-label:after{
    content: '\f139';
}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}



/* top info
---------------------------------------------------------*/
.home-info-area {
	display: block;
	width: 60%;
  max-width: 950px;
  padding: 22px 0 20px;
  margin: 0 auto 30px auto;
  border: 1px solid #cec3b5;
  background: #FFF;
  position: relative;
  border-radius: 16px;
  position: relative;
}
.home-info-area h3 {
	background: #a19a8a;
    padding: 12px;
    text-align: center;
    color: #fff;
    font-size: 160%;
    font-weight: 400;
    letter-spacing: .2em;
    line-height: 1.4em;
    margin: 8px 20px 16px;
    border-radius: 3px;
}
.home-info-area .inner {
	width: 84%;
	margin: 20px auto;
	text-align: left;
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

	.home-info-area {
	display: block;
	width: 100%;
  max-width: 950px;
  padding: 16px 16px 16px 16px;
  margin: 0 auto 20px auto;
  border: 1px solid #cec3b5;
  background: #FFF;
  position: relative;
  border-radius: 16px;
  position: relative;
}
.home-info-area h3 {
    padding: 8px;
    font-size: 140%;
}
.home-info-area .inner {
	width: 100%;
	margin: 20px auto;
	text-align: left;
}

}





/**/


.home-medical-item {
	display: block;
	background: rgba(255,255,255,0.9);
	min-height: 360px;
	text-align: center;
	padding:30px 40px;
	border-radius: 30px;
	margin:10px;
}

.home-medical-item-title {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: .2em;
	margin-bottom: 16px;
	color: #f6ad48;
}

.home-medical-item-text {
	font-size: 15px;
	line-height: 1.8;
	color: rgba(0,0,0,0.4);
	margin-bottom: 0;
	letter-spacing: 0.1em;
}

.home-medical-image {
	width: 50%;
	margin-bottom: 10px;
}



@media screen and (max-width: 576px){


.home-medical-item {
	display: block;
	background: rgba(255,255,255,0);
	min-height: auto;
	text-align: center;
	padding:0px;
	border-radius: 20px;
	margin:0px;
	margin-bottom: 12px;
}

.home-medical-item-title {
	font-size: 15px;
	font-weight: 700;
	letter-spacing: .1em;
	margin-bottom: 0px;
	color: #f6ad48;
}

.home-medical-item-text {
	display: none;
}
.home-medical-image {
	width: 60%;
}



	}


/*ブログ一覧*/


.blog-link-index {}


.blog-link-index ul li{
    list-style: none;
}


/*お知らせ
---------------------------------------------------------*/
.blog-link-index {
	
	padding: 0;
}

.blog-link-index li {
	padding: 1.0em 0;
	border-bottom: solid 1px rgba(0,0,0,0.2);
	list-style: none;
}
.blog-link-index dl {
	margin-bottom: 0;
}
.blog-link-index li dt {
	font-family: sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #999;
	letter-spacing: 0em;
	line-height: 1.2em;
	margin-bottom: .3em;
	font-size: 13px;
}
.blog-link-index li dd {
	color: #4c3d40;
	font-size: 100%;
	font-weight: bold;
	letter-spacing: 0em;
	line-height: 1.8em;
	margin-bottom: 0em;
	position: relative;
	padding-left: 1.0em;
}
.blog-link-index li dd::before {
	font-family: 'dental';
	content: '\f105';
	font-weight: normal;
	position: absolute;
	left: 0;
	top: 0;
}
.blog-link-index li p {
	color: #666666;
	font-size: 90%;
	letter-spacing: .15em;
	line-height: 1.8em;
	margin-bottom: 0;
	color: rgba(0,0,0,0.5);
}

.blog-link-index .more {
	margin-top: 1.5em;
	text-align: right;
	font-size: 90%;
	letter-spacing: .3em;
	line-height: 1.2em;
}
.blog-link-index .more a {
	color: #1e1200;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.blog-link-index {
	
}

.blog-link-index h2 {
	font-size: 160%;
	letter-spacing: .1em;
	margin-bottom: 0;
}

.blog-link-index li {
	font-size: 90%;
	padding: 1.5em 0;
}

.blog-link-index .more {
	letter-spacing: .1em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.blog-link-index {
	
}
.blog-link-index .w1240 {
	display: block;
}
.blog-link-index .w1240 > div {
	width: 100%;
	max-width: 100%;
}
.blog-link-index .w1240 .box_l {
	margin-bottom: 10%;
}

.blog-link-index h2 {
	font-size: 140%;
	margin-bottom: 0;
}

.blog-link-index li {
	padding: 1.0em 0;
}

.blog-link-index li dt {
	margin-bottom: .2em;
}
.blog-link-index li dd {
	letter-spacing: .05em;
	line-height: 1.6em;
	margin-bottom: .2em;
	font-size: 16px;
}
.blog-link-index li p {
	letter-spacing: .05em;
	line-height: 1.6em;
	font-size: 15px;
	color: rgba(0,0,0,0.5);
}

.blog-link-index .more {
	margin-top: 1.0em;
	letter-spacing: .1em;
}
}
