/*Useful Common CSS　Ver.1.0.0 */

.faq-category-title {
	margin-bottom: 40px;
	font-size: 24px;
}
.faq-category-title::before {
	font-family: 'Material Icons';
	content: '\f02f';
	margin-right: 4px;
	color: rgb(75, 75, 75);
	vertical-align: bottom;
}
.accordion-001:not([open]) {
	margin-bottom: 15px;
}
.accordion-001 summary {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding: 1em 2em;
	border-radius: 5px;
	background-color: rgba(255, 217, 0, 0.85);
	font-weight: 600;
	cursor: pointer;
}
.accordion-001[open] summary {
	background-color: rgba(255, 217, 0, 0.5);
}
.accordion-001 summary::-webkit-details-marker {
	display: none;
}
.accordion-001 summary::after {
	transform: translateY(-25%) rotate(45deg);
	width: 7px;
	height: 7px;
	margin-left: 10px;
	border-bottom: 3px solid rgba(255, 255, 255, 1.0);
	border-right: 3px solid rgba(255, 255, 255, 1.0);
	content: '';
	transition: transform .3s;
}
.accordion-001[open] summary::after {
	transform: rotate(225deg);
}
.accordion-001 .faq-anser {
	transform: translateY(-10px);
	opacity: 0;
	margin: 0;
	padding: 1em 2em 2em 2em;
	transition: transform .5s, opacity .5s;
}
.accordion-001[open] .faq-anser {
	transform: none;
	opacity: 1;
}

.anser-box a {
	text-decoration: underline;
}
.anser-box:not(:first-child) {
	margin-top: 40px;
}
table {
	margin: 8px 0;
}
table th, table td {
	padding: 12px 10px;
	font-size: 13px;
	text-align: center;
	vertical-align: middle;
}

/*----お支払い方法・送料（payment.html）ページの独自設定----*/
.payment-table-1 tr:not(:first-child) {
	border-top: 1px solid rgb(210, 210, 210);
}
.payment-table-1 th {
	width: 40%;
	font-weight: normal;
	background-color: rgba(40, 188, 125, 0.1);
}
.sub-head {
	margin-bottom: 15px;
	padding: 3px 5px;
	border-left:5px solid rgba(40, 188, 125, 1.0)
}
.mark-large {
	font-size: 2.4em;
	font-weight: 200;
	line-height: 1.0;
}
#square-flow > p {
	margin-bottom: 10px;
}
#square-flow dl:not(:last-child) {
	margin-bottom: 40px;
}
#square-flow dl dd img {
	max-width: 500px;
}

/*----入稿方法（data_guide.html）ページの独自設定----*/
.to-pdf-btn {
	margin-bottom: 40px;
}

/*----ステッカーの貼り方（howto.html）ページの独自設定----*/
.movie-box {
	width: 48.5%;
	margin-bottom: 20px;
}
.movie-box iframe {
	height: 300px;
}

/*----Aiデータ作成ガイド（ai.html）ページの独自設定----*/
.ai-guide-box {
	margin-top: 30px;
}
.ai-guide-img img {
	padding: 20px;
}
.max-w500 {
	max-width: 500px;
}
.icon-o::before {
	font-family: Material Icons;
	content: '\e836';
	font-size: 1.5em;
	color: rgb(75, 75, 75);
	vertical-align: middle;
	position: relative;
	top: -3px;
}
.icon-x::before {
	font-family: Material Icons;
	content: '\e5cd';
	font-size: 1.5em;
	color: rgb(75, 75, 75);
	vertical-align: middle;
	position: relative;
	top: -3px;
}




/*=================================
タブレット設定（768px〜1024px）
=================================*/
@media only screen and (max-width: 1025px) {

	/*----ステッカーの貼り方（howto.html）ページの独自設定----*/
	.movie-box iframe {
		height: 240px;
	}

	/*----Aiデータ作成ガイド（ai.html）ページの独自設定----*/
	.ai-guide-img img {
		padding: 10px;
	}

}



/*=================================
スマホ設定（〜767px）
=================================*/
@media only screen and (max-width: 768px) {

	/*----ステッカーの貼り方（howto.html）ページの独自設定----*/
	.movie-box {
		width: 100%;
	}
	.movie-box iframe {
		height: 200px;
	}

	/*----Aiデータ作成ガイド（ai.html）ページの独自設定----*/
	.ai-guide-img img {
		padding: 5px 5px 10px;
	}

}
