@charset "utf-8";

/*　751px以上の対応
////////////////////////////////////////////////////*/
@media screen and (min-width:751px) {
	#video #wrap{
		width: 980px;
		margin: 0 auto;
		letter-spacing: 0.06em;
	}

	#video #wrap #contents p{
		line-height: 1.6;
	}

	/* 各セクション共通ヘッダーの対応（三角グレーと見出し） */
	.sections {
		position: relative;
		padding-top: 80px;
		margin-bottom: 80px;
	}
	.sections:before{
		position: absolute;
		top: 0;
		left: 0;
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 160px 190px 0 0;
		border-color: #fafafa transparent transparent transparent;
		z-index: -1;
	}
	.sections h2{
		font-size: 20px;
		margin-bottom: 30px;
		font-weight: bold;
		padding-left: 50px;
		line-height: 1.5;
	}
	.sections .sections-ttl-lead{
		margin-bottom: 30px;
		padding-left: 50px;
	}

	#video #wrap .btn02 {
		font-size: 13px;
		font-size: 1.3rem;
		box-sizing: border-box;
		position: relative;
		transition: all .5s;
		margin-right: 2px;
		display: block;
		margin-bottom: 15px;
		float: right;
		letter-spacing: 0;
		border-bottom: 1px solid;
	}

	/** ページタイトルの対応 **/
	#video .page_info{
		margin-top: 80px;
		margin-bottom: 70px;
	}
	#video .page_ttl p{
		margin-bottom: 15px;
		text-align: center;
		line-height: 1.0;
		width: 78px;
		margin: 0 auto 5px;
	}
	#video .page_info h1{
		font-size: 16px;
		font-size: 1.6rem;
		text-align: center;
		margin-bottom: 50px;
	}
	#video .page_info .page_lead{
		font-size: 15px;
		font-size: 1.5rem;
		text-align: center;
		line-height: 2;
		margin: 0 auto;
	}


	/** 動画レイアウト箇所 **/
	#howto-use ul,
	#service-pr ul,
	#service-connection ul{
		width: 880px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.movie-box{
		margin-bottom: 30px;
	}
	.movie-box.onwards{
		margin-left: 20px;
	}
	.w430-2column{
		width: 430px;
	}
	.w280-3column{
		width: 280px;
	}
	.youtube {
		width: 100%;
		position: relative;
		padding-top: 56.25%;
		margin-bottom: 20px;
	}
	.youtube iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.sections ul li div dl dt{
		font-size: 16px;
		font-weight: 500;
		margin-bottom: 10px;
	}
	.sections ul li div dl dd{
		font-size: 14px;
		line-height: 1.6;
	}
	a.textlink{
		text-decoration: underline !important;
	}
	a.textlink:hover{
		text-decoration: none !important;
	}

	/** サービスの詳しいご紹介の対応 **/
	#service_link p{
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.8;
		margin-bottom: 50px;
		padding-left: 50px;
	}
	#service_link .link-wrap{
		width: 880px;
		margin: 0 auto;
	}
	#service_link .link-wrap ul{
		display: flex;
		justify-content: space-between;
	}
	#service_link .link-wrap ul li{
		width: 280px;
	}
	#service_link .link-wrap ul li img{
		width: 100%;
	}
	#service_link .link-wrap ul li div a:hover{
		background: #fafafa;
	}
	#service_link ul li p{
		margin-bottom: 0;
		padding-left: 0;
		line-height: 1;
	}
	#service_link .link-wrap ul li dl{
		padding: 18px 0 10px;
	}
	#service_link .link-wrap ul li dt{
		font-size: 14px;
		font-weight: bold;
		margin-bottom: 15px;
	}
	#service_link .link-wrap ul li dd{
		font-size: 14px;
		line-height: 1.6;
	}
}





/*////////////////////////////////////////////////////////////////////////////

　750px以下の対応

////////////////////////////////////////////////////////////////////////////*/

@media screen and (max-width:750px) {
	#video #wrap{
		letter-spacing: 0.06em;
	}
	#video #wrap #contents p{
		line-height: 1.6;
	}

	/* 共通ボタン - 2 デザイン */
	#video #wrap .btn02{
		font-size: 13px;
		font-size: 1.3rem;
		box-sizing: border-box;
		position: relative;
		transition: all .5s;
		display: block;
		margin-bottom: 30px;
		letter-spacing: 0;
		border-bottom: 1px solid;
		float: right;
    	display: block;
	}

	/* 各セクション共通ヘッダーの対応（三角グレーと見出し） */
	.sections {
		position: relative;
		padding-top: 8%;
		margin-bottom: 80px;
	}
	.sections:before{
		position: absolute;
		top: 0;
		left: -2.5%;
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 80px 100px 0 0;
		border-color: #fafafa transparent transparent transparent;
		z-index: -1;
	}
	.sections h2{
		font-size: 16px;
		font-size: 1.6rem;
		margin-bottom: 20px;
		font-weight: bold;
		line-height: 1.6;
	}
	.sections .sections-ttl-lead{
		margin-bottom: 30px;
	}

	
	/** ページタイトルの対応 **/
	#video .page_info{
		margin-top: 50px;
   		margin-bottom: 30px;
	}
	#video .page_ttl p{
		margin-bottom: 15px;
		text-align: center;
		line-height: 1.0;
		width: 65px;
		margin: 0 auto;
	}
	#video .page_info h1{
		font-size: 16px;
		font-size: 1.6rem;
		text-align: center;
		margin-bottom: 20px;
	}
	#video .page_info .page_lead{
		font-size: 14px;
		font-size: 1.4rem;
		text-align: center;
		line-height: 1.8;
	}




	/** 動画レイアウト箇所 **/
	#howto-use ul,
	#service-pr ul,
	#service-connection ul{
		width: 100%;
		margin: 0 auto;
	}
	.movie-box{
		margin-bottom: 30px;
	}
	.w430-2column,
	.w280-3column{
		width: 100%;
	}
	.youtube {
		width: 100%;
		position: relative;
		padding-top: 56.25%;
		margin-bottom:5%;
	}
	.youtube iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.sections ul li div dl dt{
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 3%;
		line-height: 1.6;
	}
	.sections ul li div dl dd{
		font-size: 14px;
		line-height: 1.6;
	}
	a.textlink{
		text-decoration: underline !important;
		display: inline-block;
	}



	/** サービスの詳しいご紹介の対応 **/
	#service_link.sections{
		margin-bottom: 20px;
	}
	#service_link p{
		font-size: 14px;
		margin-bottom: 50px;
		padding-left: 50px;
	}
	#service_link .link-wrap ul li img{
		width: 100%;
	}
	#service_link .link-wrap ul li div a:hover{
		background: #fafafa;
	}
	#service_link ul li p{
		margin-bottom: 0;
		padding-left: 0;
		line-height: 1;
	}
	#service_link .link-wrap ul li dl{
		padding: 3% 0 3%;
	}
	#service_link .link-wrap ul li dt{
		font-size: 16px;
		font-weight: bold;
	}
	#service_link .link-wrap ul li dd{
		font-size: 14px;
		line-height: 1.6;
	}
	#difference #wrap .service_link-last .btn02{
		margin-bottom: 0;
	}

}

