@charset "UTF-8";
/*――――――――――――――――――
	under_mv
―――――――――――――――――――*/
header #g_nav:after {
	background: url(../img/ownedmedia/drop_white.svg) no-repeat center/cover !important;
}
header #g_nav.on:after {
	background: url(../img/common/drop.svg) no-repeat center/cover !important;
}
#under_mv {
	background: url(../img/ownedmedia/under_mv.jpg) no-repeat center/cover;
}
#under_mv .w1000 {
	height: 510px;
	padding-top: 165px;
}
#under_mv .ttl {
	position: relative;
	line-height: 1.2;
	color: #fff;
}
#under_mv .ttl:before {
	position: absolute;
	top: -20px;
	bottom: -20px;
	left: -38px;
	content: '';
	display: block;
	width: 1px;
	background: #fff;
}
#under_mv .ttl:after {
	position: absolute;
	right: 10%;
	bottom: -30px;
	content: '';
	display: block;
	width: 300px;
	background:url("../img/ownedmedia/mv_img.svg") no-repeat left top;
	background-size: contain;
	height: 284px;
}
#under_mv .ttl span {
	display: block;
}
#under_mv .ttl .ja {
	font-size: 37px;
	font-weight: bold;
	letter-spacing: 0.13em;
	margin-bottom: 20px;
}
#under_mv .ttl .en {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.2em;
	line-height: 1.9em;
	padding-bottom:1.5em;
}
#under_mv .ttl .mvbtn{
	width: 340px;
}
#under_mv .ttl .mvbtn a{
	background:#8CA5B4;
	color:#fff;
	display: block;
	text-align: center;
	font-weight: bold;
	padding:1.5em 0;
}
#under_mv .ttl .mvbtn a:hover{
	opacity:0.8;
	filter:alpha(opacity=80);	
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
}
#under_mv .ttl .mvbtn a span{
	display: inline-block;
	background: url("../img/ownedmedia/ico-mail.svg") no-repeat left center;
	background-size: 1.5em auto;
	padding-left: 2em;
}

@media only screen and (max-width: 768px) {
#under_mv .w1000 {
	height: 550px;
	padding-top: 90px;
}
#under_mv .ttl {
	padding-left: 20px;
}
#under_mv .ttl:before {
	top: -10px;
	bottom: -12px;
	left: 0;
}
#under_mv .ttl .ja {
	font-size: 22px;
	letter-spacing: 0.1em;
}
#under_mv .ttl .en {
	font-size: 14px;
}
#under_mv .ttl::after {
  position: absolute;
  right: calc(50% - 110px);
  bottom: -240px;
	top:auto;
  content: '';
  display: block;
  width: 220px;
  background: url("../img/ownedmedia/mv_img.svg") no-repeat left top;
	background-size: auto;
  background-size: contain;
  height: 220px;
}
}
@media only screen and (max-width: 420px) {
#under_mv .ttl .mvbtn{
	width: 90%;
	display: none;
}
}

/*――――――――――――――――――
section01
―――――――――――――――――――*/

#ownedmedia #section01 {
	position: relative;
	z-index: 3;
	padding: 70px 0 0;
}
#ownedmedia .ttl02 {
	font-size: 1.8em;
	font-weight: bold;
	letter-spacing: 0.13em;
	line-height: 1.5em;
	margin-bottom: 25px;
	position: relative;
}
#ownedmedia .ttl02::before{
	content: "";
	width: 100%;
	height: 1px;
	background: #181818;
	position: absolute;
	right:0;
	top:50%;
}
#ownedmedia .ttl02 span{
	display: inline-block;
	background: #fff;
	padding-right: 1em;
	position: relative;
	z-index: 2;
}
#ownedmedia #section01 p {
	color: #333;
	letter-spacing: 0.1em;
	margin-bottom: 35px;
}
#ownedmedia .flex{
	display: -webkit-flex;
  	display: flex;
 	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
#ownedmedia #section01 .flex{
	justify-content: space-between;
	padding-bottom:25px;
}
#ownedmedia #section01 .flex .box{
	width: 47%;
	background: #F0F2F5;
	padding:2em 1.5em;
	text-align: center;
}
#ownedmedia #section01 .flex .box:nth-child(2){
	background:rgba(60,120,240,0.13);
}
#ownedmedia #section01 .flex .box h3{
	font-weight: bold;
	font-size: 1.5em;
	letter-spacing: 0.1em;
	color:#8CA5B4;
	padding-bottom:1em;
}
#ownedmedia #section01 .flex .box:nth-child(2) h3{
	color:#3C78F0;
}
#ownedmedia #section01 .flex .box h4{
	padding:1em 0;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	line-height: 1.7em;
	font-weight: bold;
}
#ownedmedia #section01 .flex .box ul li{
	text-align: left;
	padding:0.2em 0 0.2em 2.5em;
	letter-spacing: 0.15em;
	line-height: 1.6em;
}
#ownedmedia #section01 .flex .box ul.check{
	border-bottom:solid 1px #ccc;
	padding-bottom:1em;
	margin-bottom:1em;
}
#ownedmedia #section01 .flex .box:nth-child(2) ul.check{
	border-bottom:solid 1px rgba(60,120,240,0.70);
}
#ownedmedia #section01 .flex .box ul.check li{
	background: url("../img/ownedmedia/check_green.svg") no-repeat left 0.1em;
	background-size: 1.8em;
}
#ownedmedia #section01 .flex .box:nth-child(2) ul.check li{
	background: url("../img/ownedmedia/check_blue.svg") no-repeat left 0.1em;
	background-size: 1.8em;
}
#ownedmedia #section01 .flex .box ul.batu li{
	background: url("../img/ownedmedia/ico-batu.svg") no-repeat left 0.1em;
	background-size: 1.8em;
}
@media only screen and (max-width: 767px) {

	#ownedmedia #section01 {
		position: relative;
		z-index: 3;
		padding: 50px 0 0;
	}
	#ownedmedia .ttl02 {
		font-size: 1.45em;
	}
	
	
	#ownedmedia #section01 .flex .box{
		width: 100%;
		margin-bottom:1.5em;
	}
	
	#ownedmedia #section01 .flex .box h3{
		font-size: 1.3em;
	}
	#ownedmedia #section01 .flex .box h4{
		font-size: 1.1em;
	}
	
	#ownedmedia #section02 {
		padding-bottom: 50px;
	}
}


/*――――――――――――――――――
section02
―――――――――――――――――――*/
#ownedmedia #section02 {
	padding-bottom: 50px;
}
.nfaq{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: space-between;	
	-webkit-align-items: flex-start; /* 縦方向中央揃え（Safari用） */
	align-items: flex-start; /* 縦方向中央揃え */		
	padding-bottom:50px;
}
.nfaq dt{
	background: url("../img/ownedmedia/nayami.svg") no-repeat center top;
	background-size: 100px auto;
	padding-top:100px;
	text-align: left;
	color:#8CA5B4;
	line-height: 1em;
	width: 160px;
	letter-spacing: 0.135em;
}
.nfaq.bad dt{
	background: url("../img/ownedmedia/nayami_bad.svg") no-repeat center top;
	background-size: 100px auto;
	padding-top:100px;
}
.nfaq dt span{
	width: 1.15em;
	height: 1.15em;
	font-size: 0.85em;
	background: #8CA5B4;
	color:#fff;
	border-radius: 2em;
	display: inline-block;
	text-align: center;
	position: relative;
	top:-1px;
	letter-spacing: 0;
	left:0.3em;
}
.nfaq dd{
	width: calc(100% - 210px);
	position: relative;
	font-size: 1.1em;
	background:rgba(60,120,240,0.13);
	border-radius: 0 10px 10px 10px;
	padding:1.3em 2em;
	color:#6B6B6B;
	letter-spacing: 0.1em;
}
.nfaq dd::before{
	content: "";
	background: url("../img/ownedmedia/fukidasi.svg") no-repeat left top;
	background-size: contain;
	width: 1em;
	height: 1em;
	position: absolute;
	left:-1em;
	top:0;
}
.subttl01{
	background: #8CA5B4;
	font-family: 'Noto Sans JP', sans-serif;
	color:#fff;
	letter-spacing: 0.15em;
	text-align: center;
	margin:0 auto 50px;
	width: 70%;
	border-radius: 100px;
	font-size: 1.2em;
	padding:0.1em;
	font-weight: 600;
}
.subttl01.__blue{
	background: rgba(60,120,240,0.70) !important;
}
.subttl02{
	text-align: center;
	font-weight: 700;
	color:rgba(60,120,240,0.70);
	font-size: 1.4em;
	line-height: 1.8em;
	letter-spacing: 0.1em;
	padding:40px 0;
}
@media only screen and (max-width: 767px) {
	.nfaq{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: space-between;	
		-webkit-align-items: flex-start; /* 縦方向中央揃え（Safari用） */
		align-items: flex-start; /* 縦方向中央揃え */		
		padding-bottom:50px;
	}
	.nfaq dt{
		background: url("../img/ownedmedia/nayami.svg") no-repeat center top;
		background-size: 50px auto;
		padding-top:50px;
		line-height: 1em;
		width: 100px;
		font-size: 0.8em;
		letter-spacing: 0.1em;
	}
	.nfaq.bad dt{
		background: url("../img/ownedmedia/nayami_bad.svg") no-repeat center top;
		background-size: 50px auto;
		padding-top:50px;
	}
	.nfaq dd{
		width: calc(100% - 120px);
		font-size: 1em;
		border-radius: 0 10px 10px 10px;
		padding:1em 1.5em;
		letter-spacing: 0.1em;
	}
	.subttl01{
		margin:0 auto 40px;
		width: 100%;
		line-height: 1.4em;
		padding:0.3em;
	}
	.subttl02{
		font-size: 1.2em;
	}

}

/*――――――――――――――――――
section03
―――――――――――――――――――*/
#ownedmedia #section03{
	padding:100px 0 50px;
	position: relative;
}
#ownedmedia #section03 .w1000 {
	position: relative;
	z-index: 1;
}
#ownedmedia #section03:before {
	position: absolute;
	top: 0;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/marketing_support/bg01.svg) no-repeat left top/100% auto;
}

#ownedmedia #section03 h2 {
	font-weight: bold;
	font-size: 2em;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}

.check-flex{
	display: -webkit-flex;
  	display: flex;
 	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: space-between;
}
.check-flex ul{
	width: 54%;
}
.check-flex ul li{
	border-bottom: solid 1px #ccc;
	background: url("../img/ownedmedia/ico-check.svg") no-repeat left 0.9em;
	background-size: 1.4em auto;
	padding:0.8em 0 0.8em 2.5em;
	line-height: 1.7em;
	letter-spacing: 0.1em;
}
.check-flex.__blue ul li{
	background: url("../img/ownedmedia/ico-check-blue.svg") no-repeat left 0.9em;
	background-size: 1.4em auto;
}
.check-flex ul li:last-of-type{
	border: none;	
}
.check-flex ul li em{
	font-weight: bold;
}
.check-flex .check-box{
	position: relative;
	background: #fff;
	width: 38%;
	border: solid 1px #8CA5B4;
	padding:2.5em 2em 2em;
	letter-spacing: 0.1em;
}
.check-flex.__blue .check-box{
	border: solid 1px rgba(60,120,240,0.70);
}
.check-flex .check-box::before{
	content: "";
	width: 68%;
	height: 2px;
	background: #fff;
	position: absolute;
	left:16%;
	top:-1px;
}
.check-flex .check-box::after{
	content: "";
	width: 80%;
	height: 80px;
	background: url("../img/ownedmedia/check.svg") no-repeat center top;
	background-size: contain;
	position: absolute;
	left:10%;
	top:-40px;
}
.check-flex.__blue .check-box::after{
	background: url("../img/ownedmedia/check-blue.svg") no-repeat center top;
	background-size: contain;
}
.check-flex .check-box em{font-weight: bold;}

@media only screen and (max-width: 767px) {
	.check-flex ul{
		width: 100%;
		padding-bottom:40px;
	}
	
	.check-flex .check-box{
		width: 100%;
		padding:2.5em 2em 2em;
		letter-spacing: 0.1em;
	}
	#ownedmedia #section03{
		padding:20px 0 50px;
		position: relative;
		background-color: #F5F6F8;
	}
	#ownedmedia #section03:before {
		position: absolute;
		top: -40px;
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		background: url(../img/marketing_support/bg01.svg) no-repeat left top;
		background-size:100% auto;
	}

	#ownedmedia #section03 h2 {
		font-weight: bold;
		font-size: 1.5em;
		letter-spacing: 0.1em;
		margin-bottom: 20px;
	}
	
}

/*――――――――――――――――――
section04-07
―――――――――――――――――――*/
#ownedmedia #section04{
	padding:70px 0;
}
#ownedmedia #section05{
	padding:30px 0 50px;
	position: relative;
}
#ownedmedia #section05 .w1000 {
	position: relative;
	z-index: 1;
}
#ownedmedia #section05:before {
	position: absolute;
	top: 0;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: url("../img/ownedmedia/bg02.svg") no-repeat left top/100% auto;
}
#ownedmedia #section05 h2 {
	font-weight: bold;
	font-size: 2em;
	letter-spacing: 0.1em;
	margin-bottom: 50px;
}

#ownedmedia #section06{
	padding:70px 0;
}
#ownedmedia #section06 h2{
	color:rgba(60,120,240,0.70);
	font-weight: bold;
	font-size: 2em;
	text-align: center;
	padding-bottom:0.3em;
	letter-spacing: 0.12em;
}
#ownedmedia #section06 p{
	letter-spacing: 0.135em;
	padding-bottom:2em;
}
#ownedmedia #section06 p.ftxt{
	width: 86%;
	margin:0 auto;
	padding-top:40px;
}
.pointttl{
	text-align: center;
	padding-bottom:3em;
	width: 100%;
	  display: -webkit-flex;
  display: flex;
 	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: center;
}
.pointttl h3{
	text-align: center;
	display: inline-block;
	position: relative;
	border-bottom: solid 1px #ccc;
	font-weight: bold;
	font-size: 1.7em;
	letter-spacing: 0.1em;
	margin-left: 130px;
}
.pointttl h3::before{
	content: "";
	background: url("../img/ownedmedia/point1.svg") no-repeat left top;
	background-size: contain;
	width: 105px;
	height: 43px;
	position: absolute;
	left: -130px;
	top:10px;
}
#ownedmedia #section07{
	padding:0 0 70px;
	position: relative;
	background: #F4F6F8;
}
#ownedmedia #section07::before{
	position: absolute;
	left: 0;
	top: -73px;
	content: '';
	display: block;
	width: 100%;
	height: 74px;
	background: url(../img/top/wave.svg) repeat-x center;
}
#ownedmedia #section07 .ttl02 span{
	background: #F4F6F8;
}
#ownedmedia #section07 .check-flex .check-box{
	top:20px;
}
#ownedmedia #section07 blockquote{
	display: block;
	padding:2em 4em;
	background: #fff;
	margin-top:60px;
	text-align: center;
}
#ownedmedia #section07 blockquote h3{
	display: inline-block;
	background: url("../img/ownedmedia/google.svg") no-repeat left center;
	background-size: 6.2em;
	font-size: 1.2em;
	font-weight: bold;
	padding-left: 6.8em;
	margin-bottom:1em;
}
#ownedmedia #section07 blockquote p{
	text-align: left;
	font-size: 0.9em;
	line-height: 1.6em;
	padding-bottom:1em;
	letter-spacing: 0;
}
#ownedmedia #section07 blockquote p:first-of-type{
	color:#666;
	font-size: 0.85em;
}
#ownedmedia #section07 blockquote p em{
	color:rgba(60,120,240,0.70);
}
#ownedmedia #section07 blockquote p u{
	text-decoration: none;
	border-bottom:solid 1px #ccc;
}
#ownedmedia #section07 blockquote .link{
	text-align: right;
}
#ownedmedia #section07 blockquote .link a{
	background: url("../img/ownedmedia/ico-link.svg") no-repeat right center;
	background-size: 1em auto;
	text-decoration: underline;
	padding-right: 1.2em;
	font-size: 0.7em;
}

@media only screen and (max-width: 767px) {
	#ownedmedia #section04{
		padding:50px 0;
	}
	#ownedmedia #section05{
		padding:20px 0 50px;
		position: relative;
		background-color: #F5F6F8;
	}
	#ownedmedia #section05 .w1000 {
		position: relative;
		z-index: 1;
	}
	#ownedmedia #section05:before {
		position: absolute;
		top: -40px;
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		background: url("../img/ownedmedia/bg02.svg") no-repeat right top;
		background-size:100% auto;
	}
	#ownedmedia #section05 h2 {
		font-weight: bold;
		font-size: 1.5em;
		letter-spacing: 0.1em;
		margin-bottom: 10px;
	}

	#ownedmedia #section06{
		padding:50px 0 80px;
	}
	#ownedmedia #section06 h2{
		font-size: 1.5em;
	}
	#ownedmedia #section06 p.ftxt{
		width: 100%;
		margin:0 auto;
		padding-top:30px;
	}
	.pointttl{
		text-align: center;
		padding-bottom:3em;
		width: 100%;
	}
	.pointttl h3{
		text-align: center;
		font-size: 1.4em;
		letter-spacing: 0.1em;
		margin-left: 0;
		padding-top:50px;
	}
	.pointttl h3::before{
		content: "";
		background: url("../img/ownedmedia/point1.svg") no-repeat left top;
		background-size: contain;
		width: 90px;
		height: 43px;
		position: absolute;
		left: calc(50% - 45px);
		top:0;
	}
	#ownedmedia #section07{
		padding:0 0 70px;
	}
	#ownedmedia #section07::before{
		top: -43px;
	}
	
	#ownedmedia #section07 .check-flex .check-box{
		top:0;
	}
	#ownedmedia #section07 blockquote{
		display: block;
		padding:1em 2em;
		background: #fff;
		margin-top:30px;
		text-align: center;
	}
	#ownedmedia #section07 blockquote h3{
		display: inline-block;
		background: url("../img/ownedmedia/google.svg") no-repeat left top;
		background-size: 6.2em;
		font-size: 1.2em;
		font-weight: bold;
		padding-left: 0;
		text-indent: 6.5em;
		margin-bottom:1em;
	}
}


/*――――――――――――――――――
section08-10
―――――――――――――――――――*/
#ownedmedia #section08{
	padding:70px 0;
}
#ownedmedia #section08 .pointttl h3::before{
	content: "";
	background: url("../img/ownedmedia/point2.svg") no-repeat left top;
	background-size: contain;
	width: 105px;
	height: 43px;
	position: absolute;
	left: -130px;
	top:10px;
}
#ownedmedia #section08 p{
	letter-spacing: 0.135em;
	padding-bottom:2em;
}
#ownedmedia #section08 p.ftxt{
	width: 86%;
	margin:0 auto;
	padding-top:40px;
}

#ownedmedia #section09{
	padding:0 0 70px;
	position: relative;
	background: #F4F6F8;
	margin-top:30px;
}
#ownedmedia #section09::before{
	position: absolute;
	left: 0;
	top: -73px;
	content: '';
	display: block;
	width: 100%;
	height: 74px;
	background: url(../img/top/wave.svg) repeat-x center;
}
#ownedmedia #section09 .ttl02 span{
	background: #F4F6F8;
}
#ownedmedia #section09 .check-flex .check-box{
	top:20px;
}
#ownedmedia #section10{
	padding:70px 0;
}
#ownedmedia #section10 p {
	letter-spacing: 0.1em;
	margin-bottom: 35px;
}
#ownedmedia #section10 .jisseki{
	padding:20px 0 0;
}
#ownedmedia #section10 .jisseki h3{
	background: url("../img/ownedmedia/jisseki_ttl.svg") no-repeat left top;
	padding:0.5em 0 0.5em 1.5em;
	font-size: 1.4em;
	font-weight: bold;
	color:rgba(60,120,240,0.70);
	letter-spacing: 0.1em;
	line-height: 1.5em;
	margin-bottom:1em;
}
#ownedmedia #section10 .jisseki h3 span{
	font-size: 0.8em;
	color:#4D4D4D;
	font-weight: normal;
}
#ownedmedia #section10 .jisseki .flex{
	display: -webkit-flex;
  	display: flex;
 	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: space-between;
}
#ownedmedia #section10 .jisseki .flex .txt{
	width: calc(100% - 440px);
}
#ownedmedia #section10 .jisseki .flex .txt p{
	font-size: 0.9em;
	letter-spacing: 0;
	line-height: 1.6em;
	margin-bottom:25px;
}
#ownedmedia #section10 .jisseki .flex .pic{
	width:440px;
	position: relative;
	top:-20px;
	right: -40px;
}

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

	#ownedmedia #section08{
		padding:50px 0;
	}
	#ownedmedia #section08 .pointttl h3::before{
		content: "";
		background: url("../img/ownedmedia/point2.svg") no-repeat left top;
		background-size: contain;
		width: 90px;
		height: 43px;
		position: absolute;
		left: calc(50% - 45px);
		top:0;
	}
	#ownedmedia #section08 p.ftxt{
		width: 100%;
		margin:0 auto;
		padding-top:30px;
	}

	#ownedmedia #section09{
		padding:0 0 50px;
		margin-top:30px;
	}
	#ownedmedia #section09::before{
		position: absolute;
		left: 0;
		top: -43px;
		content: '';
		display: block;
		width: 100%;
		height: 74px;
		background: url(../img/top/wave.svg) repeat-x center;
	}

	#ownedmedia #section09 .check-flex .check-box{
		top:0;
	}
	#ownedmedia #section10{
		padding:50px 0 80px;
	}
	#ownedmedia #section10 p {
		letter-spacing: 0.1em;
		margin-bottom: 35px;
	}
	#ownedmedia #section10 .jisseki{
		padding:20px 0 0;
	}
	#ownedmedia #section10 .jisseki h3{
		background: url("../img/ownedmedia/jisseki_ttl.svg") no-repeat left top;
		background-size: 4px 100%;
		padding:0.5em 0 0.5em 1.5em;
		font-size: 1.2em;
	}
	#ownedmedia #section10 .jisseki .flex .txt{
		width: 100%;
		order: 2;
	}
	#ownedmedia #section10 .jisseki .flex .txt p{
		font-size: 0.9em;
		letter-spacing: 0;
		line-height: 1.6em;
		margin-bottom:25px;
	}
	#ownedmedia #section10 .jisseki .flex .pic{
		order: 1;
		width:100%;
		position: relative;
		top:0;
		right:0;
	}
}


/*――――――――――――――――――
section11-12
―――――――――――――――――――*/
#ownedmedia #section11{
	padding:0 0 70px;
	position: relative;
	background: #F4F6F8;
	margin-top:30px;
}
#ownedmedia #section11::before{
	position: absolute;
	left: 0;
	top: -73px;
	content: '';
	display: block;
	width: 100%;
	height: 74px;
	background: url(../img/top/wave.svg) repeat-x center;
}
#ownedmedia #section11 .ttl02 span{
	background: #F4F6F8;
}
#ownedmedia #section12{
	padding:70px 0 30px;
}
#ownedmedia .faq dt{
	color:var(--mc);
	border-bottom:solid 1px #ccc;
	padding:0.8em 0 0.2em 80px;
	position: relative;
	font-weight: bold;
	font-size: 1.3em;
	letter-spacing: 0.1em;
}
#ownedmedia .faq dt span{
	position: absolute;
	left:0;
	top:0;
	font-family: Century Gothic,CenturyGothic,sans-serif;
	font-size: 37px;
	font-weight: normal;
	letter-spacing: 0;
}
#ownedmedia .faq dd{
	padding:1em 0 1em 80px;
	letter-spacing: 0.1em;
}
#ownedmedia .faq dd p{
	margin-bottom: 25px;
}

.SP{
	display: none;
}
@media only screen and (max-width: 767px) {
	.SP{display: block;}

	#ownedmedia #section11{
		padding:0 0 50px;
		position: relative;
	}
	#ownedmedia #section11::before{
		position: absolute;
		left: 0;
		top: -43px;
		content: '';
		display: block;
		width: 100%;
		height: 74px;
		background: url(../img/top/wave.svg) repeat-x center;
	}
	#ownedmedia #section11 .ttl02 span{
		background: #F4F6F8;
	}
	#ownedmedia #section12{
		padding:50px 0 30px;
	}
	#ownedmedia .faq dt{
		padding:0.5em 0 0.2em 60px;
		position: relative;
		font-weight: bold;
		font-size: 1.3em;
		letter-spacing: 0.1em;
	}
	#ownedmedia .faq dt span{
		font-size: 27px;
	}
	#ownedmedia .faq dd{
		padding:1em 0 1em;
		letter-spacing: 0.1em;
	}	
	#ownedmedia .faq dd p{
		margin-bottom: 20px;
	}
	
	
	
}
