@charset "utf-8";
/* CSS Document */

.entry img{
	height:auto;
}

@media screen and (min-width: 768px) {

.article_content h1 {
    font-size: 3rem;
    border-bottom: 1px solid #b4b4b4;
	font-weight:normal;
  }
.article_content h1 sup {
    font-size: 1.5rem;
  }

.entry h2 {
    margin-bottom: 20px;
    font-size: 2.4rem!important;
    font-weight: bold;
  }

.entry h3 {
    margin: 45px 0 7px;
    font-size: 2rem!important;
    font-weight: bold;
    border-bottom: 1px solid #D9D9D9;
  }


.j-hgrid{
}
.j-hgrid:after{content: ""; display: block; clear: both;height: 0;}


.j-hgrid .cc-m-hgrid-column{
	float:left;
}
.j-hgrid .cc-m-hgrid-column:first-child{
	padding-right:3%;
}

.j-hgrid .cc-m-hgrid-separator{
	display:none;
}
.cc-m-hgrid-column h3{
	margin-top:0;
}


}

.entry h6{
	font-size:80%;
	font-weight:normal;
	margin:0 0 1em 0;
	padding:0;
}
.entry th{
	font-weight:normal;
}

.entry ol{
	margin-bottom:1em;
	margin-left:1em;
}
.entry ol li{
	list-style:decimal outside;
}

.entry ul{
	margin-bottom:1em;
	margin-left:1em;
}
.entry ul li{
	list-style: disc outside;
}

.entry img{
	max-width:100%;
}


@media screen and (max-width: 767px) {

.article_content h1 {
    margin-bottom: 3vw;
    padding-bottom: 2vw;
    border-bottom: 1px solid #5077AA;
    font-size: 2.2rem;
    font-weight: bold;
  }
.article_content h1 sup {
    font-size: 1.4rem;
  }

.entry h2 {
    font-size: 1.8rem!important;
    font-weight: bold;
  }
  
.entry h3 {
    margin: 7vw 0 3vw;
    font-size: 1.8rem!important;
    font-weight: bold;
    border-bottom: 1px solid #D9D9D9;
  }
 

.j-hgrid .cc-m-hgrid-column{
	width:100%!important;
}
.j-hgrid .cc-m-hgrid-separator{
	display:none;
}

.cc-m-hgrid-column h3{
	margin-top:0;
}



}