@charset "utf-8";

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

	プロモーション動画

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


/*------------------------------------------------------------------------------

	メインイメージ

------------------------------------------------------------------------------*/

body.contents main {
	padding-bottom: 5em;
}

body.contents main .promotion {
	padding: 60px 0;
}

body.contents main .detail .site_column {
	max-width: 1040px;
}


/*------------------------------------------------------------------------------

	プランと費用の目安

------------------------------------------------------------------------------*/

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

main #cost_days h2 {
	margin-top: 0;
}
	
main #cost_days table th,
main #cost_days table td {
	padding: .8em;
	font-size: 2.1vw;
}

main #cost_days table tbody th {
	font-size: 1;
}
	
main #cost_days table tbody th span {
	display: block;
}
	
}


/*------------------------------------------------------------------------------

	制作サンプル

------------------------------------------------------------------------------*/

main #sample .detail {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 4%;
}

main #sample .detail .iframe_content.youtube {
	width: 51%;
	margin: 0;
}

main #sample .detail table {
	margin: 0 0 0 4%;
	flex: 1;
}

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

main #sample .detail .iframe_content.youtube {
	width: 100%;
	margin: 0 auto 3vw;
}

main #sample .detail table {
	margin: 0;
}
	
	
}


/*------------------------------------------------------------------------------

	活用例

------------------------------------------------------------------------------*/

main #usecase .pmax {
	margin-bottom: 2.5em;
}

main #usecase .pmax h4 {
	margin-top: 0;
}

main #usecase .pmax .wrap {
	display: flex;
	flex-direction: row-reverse;
}

main #usecase .pmax .iframe_content.youtube {
	position: relative;
	width: 35%;
	margin: 0 0 0 4%;
	aspect-ratio: 9 / 16;
}

main #usecase .signage .group,
main #usecase .other .group {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

main #usecase .signage .group dl {
	margin: 0;
}

main #usecase .signage .group dl,
main #usecase .other .group section {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	width: 48%;
	margin-top: 3%;
}

main #usecase .signage .group dl:nth-child(-n+2),
main #usecase .other .group section:nth-child(-n+2) {
	margin-top: 0;
}

main #usecase .signage .group dl dt,
main #usecase .other .group section .text {
	flex: 1;
}

main #usecase .other .group section .thumbnail {
	margin: 0;
}

main #usecase .signage .group dl .thumbnail,
main #usecase .other .group section .thumbnail {
	width: 20%;
	margin-right: 4%;
}

main #usecase .signage .group dl .thumbnail img {
	border-radius: 50%;
}

main #usecase .other .group section .text h4 {
	margin: 0 0 1em;
}

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


main #usecase .pmax .wrap {
	align-items: center;
	flex-direction: column-reverse;
}	
	
main #usecase .pmax .iframe_content.youtube {
	width: 80%;
	margin: 5vw 0 0;
}
	
main #usecase .signage .group dl,
main #usecase .other .group section {
	width: 100%;
}

main #usecase .signage .group dl:nth-child(2),
main #usecase .other .group section:nth-child(2) {
	margin-top: 3%;
}	
	
}
