.contents_body .block-mv .sp{
	width: 100vw;
}

.contents_body h2 {
	margin-top: 3em;
}

.contents_body h4 {
	margin-top: 3em;
}
.contents_body .block-wrap .tyosei{
	margin-top: -5em;
}

@media screen and (max-width: 768px) {
	.contents_body .block-wrap .sp{
		display: block;
		margin-bottom: 2em;
	}
	.contents_body .block-wrap .tyosei{
		margin-top: -2em;
	}
}

.block-wrap h3 {
    font-weight: bold;
    margin: 2.5em 0 1.5em 0;
    font-size: 1.8rem;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.block-wrap-inner{
	padding: 0 1em;
}
.common-dl dl dt{
	margin-bottom: 15px;
}
.common-dl dl dd{
	margin-bottom: 2em;
	padding: 1em 1.5em;
}

.block-wrap-inner a{
	color: #0099D9;
}
.text-center{
 text-align: center !important;}

 .contents-list{
	margin-bottom: 2em;
 }
  .contents-list li{
  margin-bottom: 0.5em;
  padding-left: 0em;
  margin-left: 1.5em;
  list-style: disc;
 }

 .red{
	color: #f00;
 }

 .flex-box{
	 display: flex;
	 align-items: center;
  	justify-content: center;
 }
 .flex-text{
	padding: 0em 2em;
 }
 @media screen and (max-width: 768px) {
	.flex-box{
		display: block;
	}
	.flex-text{
		padding: 0em;
		margin-bottom: 1em;
	}
	.flex-img{
		width: 100%;
		text-align: center;
		margin-bottom: 2em;
	}
}

.video-container {
  position: relative;
    max-width: 780px;

  width: 100%;
  padding-top: 56.25%; /* 16:9 = 9 / 16 = 0.5625 = 56.25% */
  height: 0;
  overflow: hidden;
    margin: 1em auto 0 auto;

}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.g-metha_img{
	max-width: 780px;
	margin: 0 auto 1em auto;
	text-align: center;
}

i{
	font-style: italic !important;
}