@charset "UTF-8";

/*--SP表示---------------------------------*/
@media only screen and (max-width :768px ){
.pc { display: none !important;}
.sp { display: block !important;}  

.bg-w{
background-color:  #FCFEFF;		
padding: 2rem 0rem 2rem 0rem;
}	
.bg-g{
background-color: rgba(226, 226, 232,0.3);
padding: 2rem 0rem 2rem 0rem;
}
.contents {
max-width: 96%;	
text-align: center;
margin: 0em auto 0rem auto;
}	
	
/*キャンペーン---------*/	
.campaign-one{
text-align:center;
margin: 2rem auto 0 auto;
width: 100%;
}
.campaign-one img{
width: 98.5%;
height: auto;
text-align:center;
margin: -1rem auto 1rem auto;
}	
	
.campaign-two{
text-align:center;
display: flex;	
margin: 2rem auto 0 auto;
width: 100%;
}	
.campaign-two img{
width: 93%;
height: auto;
text-align:center;
margin: -1rem auto 1rem auto;
}		
.contents .campaign{
    width: 96%;
    text-align:center;
    margin: 2rem auto;
}
.contents .campaign img{
    width: 96%;
    text-align:center;
    margin: 0.5rem auto;
}	
	
/*--理念　ドクターブログ----------*/		
.philosophy-bana{
width: 96%;
height: auto;
text-align:center;
margin: 1rem auto 1rem auto;
}   
.contents .philosophy-bana img{
width: 90%;
height: auto;
text-align:center;
margin: 1rem auto 1rem auto;
}       
    	
	
/*column*/
section#column {
    background: #f2f4fa;
    padding: 20px 0;
    margin: 40px 0 20px;
}
section#column h2 {
    text-align: center;
    font-size: 5.5vw;
    line-height: 7vw;
}
.column_box {
    width: 94vw;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 auto;
}
.new_article, .popular_article {
    max-width: 100%;
}
section#column h4 {
    position: relative;
    text-align: center;
    font-size: 4vw;
    margin: 40px 0 20px;
    color: #10589e;
}
section#column h4:before, section#column h4:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    border-top: 2px solid #10589e;
    margin: auto;
    width: 38%;
    height: 1px;
}
section#column h4:before {
    left: 0;
}
section#column h4:after {
    right: 0;
}
section#column .popular_article h4 {
    margin: 20px 0;
}

.article_cont {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px dotted #ccc;
}
.article_cont a,
.article_cont a img {
    width: 100%;
}
.article_info {
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.article_cont > img {
    width: 34vw;
}
.article_info p.date {
    font-size: 4vw;
}
.article_info p.title {
    font-size: 5vw;
    font-weight: bold;
    line-height: 1.4;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #ccc;
}
.article_info a.btn {
    margin: 6px auto;
    width: 100%;
    padding: 12px 0;
    font-size: 3.5vw;
}
.article_info a.btn:after {
    width: 8px;
    height: 8px;
    border: 8px solid transparent;
    border-left: 8px solid #fff;
}	
	
	
/*news*/	
	

}		
	
	
	
	
	
	
	
	
	
