body {
font-family: 'Arial','Yu Gothic','Helvetica Neue','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ','Meiryo','ＭＳ ゴシック',sans-serif;
}

p {
	   text-align: justify;
     font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','MS PGothic' ;
}

h1,h2,h3,h4,h5,h6 { margin-bottom : 20px
}
 
h1 {
    font-size : 38px; 
    line-height : 1.4;    
}
 
h2 {
    font-size : 28px;
    line-height : 1.4; 
}

h2.lead {
	font-size : 22px;
  line-height : 1.6; 
  color: #4f4f4f;
  border: solid 3px #7285a3;
  padding: 0.5em;
  border-radius: 0.5em;
	font-weight: bold;
	font-family: 'Arial','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ＭＳ ゴシック',sans-serif;
}


hgroup h2,h4,h5,h6 {
	  font-size : 20px; 
    line-height : 1;   
    color: #3a3a3c;
	font-weight: bold;
	border-bottom: dashed 1.5px #b8cdf0;
  	font-family: 'Arial',YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'ＭＳ ゴシック',sans-serif;
}

.point {
	position: relative;
  border-top: solid 2px #80c8d1;
  border-bottom: solid 2px #80c8d1;
  background: #f4f4f4;
  line-height: 1.4;
  padding: 0.4em 0.5em;
  margin: 3.5em 0 0.5em;
}

.point:after {
  position: absolute;
  font-family:sans-serif;
content:'Voice';
  background: #80c8d1;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
}

h3 {
    position: relative;
    color: #333;
    display: inline-block;
    margin: 47px 0;
    text-shadow: 0 0 2px white;
	  font-size : 26px;
    line-height : 1;
	  font-weight: bold;
    border-bottom: dotted 1px #6594e0;
	  font-family: 'Arial','YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ','Meiryo','ＭＳ ゴシック',sans-serif;
}

h3:before {
  content: "";
  position: absolute;
  background: #ffd69a;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  top: 50%;
  left: 5%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: -1;
}
