@charset "utf-8";
/*
	Theme Name: diver_child
	Template: diver
	Description:  Diverの子テーマです。
	Theme URI: http://tan-taka.com/diver/
	Author: Takato Takagi
 */



.content h2 {
  background: transparent;
}


/*立体バー*/
.content h2 {
  padding: 1.4em 2.5em;
  color: #555;/*文字色*/
  background: #f4f4f4;
  border-left: solid 15px #2397fc;/*左の線*/
  border-bottom: solid 3px #d7d7d7;
}


.content h3 {
  background: transparent;
}

/*バー*/
.content h3 {
  color: #000;/*文字色*/
  border-left: solid 10px #2397fc;/*左の線*/
  line-height: 30px;
  font-size: 1.2em;
}


.content h4 {
  background: transparent;
}

.content h4 {
     position: relative;
     padding-left: 1em;
     font-size: 1.1em;
     color: #000;/*文字色*/
}
 
.content h4:after {
     position: absolute;
     top: 50%;
     left:0;
     transform:translateY(-50%);
     content: '';
     width: 15px;
     height:15px;
     border: solid 4px #446689;
     border-radius:100%;
}



/*YouTubeレスポンシブサイズ*/
.youtube {
    position: relative;
    max-width: 100%;
    padding-top: 56.25%;
}
.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}