@charset "utf-8";
/*============
共通設定
==============*/
.fc-wrapper .bgpink{
background-color: #eee3e9;
padding: 2rem 0 1.5rem 0;
margin-bottom: 2rem;
}


.fc-wrapper div {
	font-size: 1rem;
}

.fc-wrapper .section_wrap {
	margin: 0 auto 2rem auto;
    width: 92%;
    background: white;
    border-radius: 6%;
    padding: 2%;
}

.fc-wrapper .section_top img {
	padding: 3%;
}


/*モーダルウィンドウ設定============*/

.fc-wrapper * {
	box-sizing: border-box;
}

.fc-wrapper .content {
	z-index: 0;
}

.fc-wrapper .sg_modal {
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}

.fc-wrapper .box {
	background: #eee;
	height: 200px;
	margin-bottom: 100px;
}

.fc-wrapper .sg_modal_bg {
	background: rgba(0, 0, 0, 0.8);
	height: 100vh;
	left: 0;
	position: fixed;
	width: 100%;
}

.fc-wrapper .sg_modal_content {
	background: #fff;
	left: 50%;
	padding: 10px;
	position: fixed;
	top: 53%;
	transform: translate(-50%, -50%);
	max-width: 500px;
	width: 90%;
	max-height: 90%;
	overflow: scroll;
	z-index: 3;
}

.fc-wrapper .sg_modal_design_sel {
	font-size: 150%;
	font-weight: 200;
	padding: 0%;
	text-align: center;
}

.fc-wrapper .sg_modal_design_sel img {
	cursor: pointer;
}

.fc-wrapper .sg_modal_content_outer {
	color: #2791DA;
	left: 50%;
	position: fixed;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 500px;
	width: 90%;
	height: 676.172px;
	max-height: 100%;
	z-index: 2;
	text-align: right;
}

.fc-wrapper .sg_modal_content_outer img {
	width: 30px;
}

.fc-wrapper .js-sg_modal-close span {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	background: url(../images/item/lightbox/close.png) top right no-repeat;
	text-align: right;
	outline: none;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

/*チェックボックス&アコーディオンデザイン============*/

.fc-wrapper .ac_btn_wrap-js input {
	display: none;
}

.fc-wrapper .ac_cnt-js {
	display: none;
	text-align: center;
}

.fc-wrapper .ac_cnt-js img{
	width: 96%;
}

.fc-wrapper .ac_btn_wrap-js.addbtn-js label {
	height: 100%;
	display: block;
	position: relative;
	text-align: center;
}

/*YOUTUBEデザイン============*/

.fc-wrapper .youtube_wrap {
	width: 96%;
	margin: 0 auto;
}

.fc-wrapper .youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.fc-wrapper .youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

/*一番上のタイトルボタン集============*/

.fc-wrapper .title_sc_btn {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.fc-wrapper .title_sc_btn img {
	width: 100%;
}

.fc-wrapper .title_sc_btn li {
	width: 30%;
	margin-bottom: 0.5rem;
}

/*各コンテンツの上部============*/

.fc-wrapper .section_top {
	display: table;
	width: 100%;
}

.fc-wrapper .section_top li {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
	padding: 0.2rem;
}

/*使用例============*/

.fc-wrapper .example {
	margin: 1rem 0 0 0;
}

.fc-wrapper .example_cnt {
	margin: 0 auto;
	width: 100%;
}

.fc-wrapper .addbtn-js img{
	width: 96%;
}



/*各コンテンツのタイトル============*/

.fc-wrapper .title {
	
	font-size: 1.5rem;	
    margin: 1.5rem auto 0.5rem auto;
	text-align: center;
	font-size: 1rem;
    font-weight: bolder;
    text-align: center;
    width: 96%;
    display: block;
    background-color: #E092BE;
    padding: 0.8rem;
	letter-spacing: 0.4rem;
}

/*商品ページリンク============*/

.fc-wrapper .prduct_link {		
    margin: 1rem auto 2rem auto;
    width: 96%;
}



.fc-wrapper .prduct_link a {		
    margin: 0 auto 1rem auto;
    display: block;
}




/*貼れる素材一覧============*/

.fc-wrapper .sticky_table {
	width: 130%;
	border-collapse: collapse;
	border-spacing: 0;
	height: 80vh;
}



.fc-wrapper .sticky_table tbody img {
	margin-top: -0.3rem;
	
}
.fc-wrapper .sticky_table .row img {
	margin-left: 0.1rem;
	
}


.fc-wrapper .sticky_table thead th {
	/* 縦スクロール時に固定する */
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	/* tbody内のセルより手前に表示する */
	z-index: 1;
	background: #f7d5d4;
}

.fc-wrapper .sticky_table thead td {
	/* 縦スクロール時に固定する */
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	/* tbody内のセルより手前に表示する */
	z-index: 1;
}

.fc-wrapper .sticky_table th:first-child {
	/* 横スクロール時に固定する */
	position: -webkit-sticky;
	position: sticky;
	left: 0;
	
}

.fc-wrapper .sticky_table thead th:first-child {
	/* ヘッダー行内の他のセルより手前に表示する */
	z-index: 2;
}

.fc-wrapper .sticky_table_wrapper {
	overflow: scroll;
	width: 100%;
	height: 80vh;
    margin: 0 auto;
}

.fc-wrapper .sozailist_atte {
	margin: 0.5rem auto;
	font-size: 0.9rem;
}

.fc-wrapper .sozailist_atte li {
	list-style: disc;
	margin: 0.5rem  1.5rem;
	line-height: 1.5;
}

.fc-wrapper .sozailist_title span{
	font-size: 1rem;
    font-weight: bolder;
    margin: 1rem auto 0 auto;
    text-align: center;
    width: 100%;
    display: block;
    background-color: #E092BE;
    padding: 0.4rem;
	letter-spacing: 0.4rem;


}

.fc-wrapper .sozailist_title aside {
	text-align: center;
	font-size: 0.7rem;
	margin: 0.5rem auto 0.7rem auto;
}

.fc-wrapper .scroll-hint-icon {
	height: auto;
	padding: 20px 10px 10px 10px;
}

.fc-wrapper .scroll-hint-text {
	font-size: 10px;
}

