h3 {
	display: inline;
	background: linear-gradient(transparent 50%, gainsboro 50%);
	margin-bottom: 0;

}

h4 {
    font-size: 19px;
    font-weight: bold;
    color: var(--blue-color);
    padding-left: 0.5em;
    border-left: 0.3em solid var(--blue-color);
    margin-top: 5vw;
}

h5 {
	display: block;
	color: var(--blue-color);
	padding-bottom: 0.25em;
	border-bottom: 2px solid var(--blue-color);
}

.inner {
    width: 100vw;
    max-width: 1080px;
    margin: 0px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 2vw;
}

.block {
	margin-top: 6vw;
}

.lead {
	margin-top: 1.5vw;
}

iframe {
	display: block;
	width: 560px;
	height: 315px;
	margin: 3vw auto 0;
}

.h3{
    text-align: center;
}

.h3 h3{
    background: none;
}


.threeBox_Line{
    background-color: #f3f3f3;
    padding: 6vw 0px 6vw;
    margin-bottom: 3vw;
}
.three_wap{
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: top;
    -ms-flex-align: top;
    align-items: top;
}

.threeBox {
    width: calc( 100%/4 );
    margin-bottom: 2vw;
    padding: 20px;
    border: 1px solid var(--blue-color);
}

.flexBox{
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
}

.leftItem{
	padding-right: 20px;
}

.kumiaiTxt{
  display: block;
  padding-bottom: 30px;
}

.kumiaiTxt p.fontSize_m3{
  margin-bottom: 30px;
}



.kumiaiInfo{
  display: block;
  float: right;
}

.kumiai_voice .l_img_line,.kumiai_voice .r_img_line{
  padding:0 0 150px 0 ;
  border-bottom: 1px solid #000;
}

.kumiai_voice .img {
  height: 350px;
  width: 350px;
  display: block;
  background: #cccccc;
  border: 1px solid red;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
}

@media handheld, only screen and (max-width: 767px) {

  #container {
    padding-bottom: 18vw;
  }

	h5 {
		margin-top: 6vw;
	}

  .kumiaiTxt p.fontSize_m3{
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
  }


  .kumiai_voice .l_img_line,.kumiai_voice .r_img_line{
    width: 100%;
  }

  .kumiai_voice .img {
    box-sizing: border-box;
    height: 300px;
    width: 300px;
    display: block;
    background: #cccccc;
    border: 1px solid red;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}