/* カスタム CSS をここに入力してください */
.entry-content h2 {
  padding: .5em .75em;
  background-color: #f6f6f6;
  border-left: 6px solid #09476b;
margin-top: 50px;
margin-bottom: 20px;
} 
.entry-content h3  {
     padding: 0 0 8px;
     border-bottom: solid 1px #000000;
	margin-top: 40px;
margin-bottom: 20px;
}
.marker5{
background:linear-gradient(transparent 75%, #9eceff 75%);
font-weight:bold; 
}

.box27 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #62c1ce;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #62c1ce;
    color: #ffffff;
    font-weight: bold;
}
.box27 p {
    margin: 0; 
    padding: 0;
}
.normal-box4{
  margin: 1em 0;
  padding: 1em;
  background-color: #ebebeb;
}

.normal-box p{
  margin: 0;
  padding: 0;
}
/*ヘッダー*/
	
.header {
  position: fixed;/*ヘッダーを固定*/
  z-index: 9999;/*一番前に表示されるように設定*/
  top: 0;/*画面一番上で固定*/
  width: 100%;/*ヘッダーが横幅いっぱいになるように指定*/
}
#breadcrumb {
	margin-top: 134px;/*ヘッダーと同じ高さのマージンを追加*/
}
.home #content{
margin-top:8.3em;
}
.mean-bar{
	  position: fixed;/*ヘッダーを固定*/
  z-index: 9999;/*一番前に表示されるように設定*/
  top: 0;/*画面一番上で固定*/
  width: 100%;/*ヘッダーが横幅いっぱいになるように指定*/
}

/*監修情報*/

#author_profile {
  border: 1px solid #09476b;
  width: 100%;
  margin: 40px auto;
  overflow: hidden;
}
#author_profile p {
  line-height: 1.8;
}

#author_profile p.label {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: #09476b;
  padding: 10px 15px;
}
#author_profile .author_name {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  position: relative;
	margin: -17px 0 3px 36px;
}
#author_profile .Job_title {
	font-size: 10px;
	margin: 11px 10px 2px 3px;
}
#author_profile .author_name::after {
  content: "";
  border-bottom: solid 3px #09476b;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
}
#author_profile .left {
  width: 20%;
  float: left;
  margin: 0 0 0 34px;
}
#author_profile .left img {
  width: 96%;
}
#author_profile .right {
  width: 74%;
  float: left;
  font-size: 12px;
  line-height: 1.6;
	padding: 4px 37px 9px 30px;
}

@media (max-width: 480px) {
  #author_profile .author_name {
    text-align: center;
		margin: 2px 0 21px 0;
		width: 80%;
  }
  #author_profile .left {
    text-align: center;
   margin-left: 0;
    margin-bottom: 0;
    width: 100%;
    float: none;

  }
  #author_profile .left img {
    width: 43%;
		margin: 10px auto;
 }
  #author_profile .right {
    width: 100%;
    float: none;
  }
  #author_profile .right ul.author_sns li {
    margin-bottom: 20px;
  }
	#author_profile .Job_title {
	font-size: 11px;
	margin: -5px 3px 2px 0;
}
}
