@charset "utf-8";
/* CX SP melo Program Color Style */


.mainbox {
    max-width: 500px;
    background: #fff;
    /* border-top: 5px solid #63B6D0; */
    padding: 5px 15px 15px 15px;
    margin: 8px auto 18px;
    color: #333;
    text-align: left;
    font-size: 14px;
    line-height: 1.7em;
}

.pinktitle {
    font-weight: bolder;
    color: #63B6D0;
    font-size: 18px;
    line-height: 1.5em;
    border-left: 4px solid #63B6D0;
    padding-left: 10px;
    margin: 32px 0px 8px;
}

.pink {
    font-weight: bolder;
    color: #63B6D0;
    font-size: 15px;
    line-height: 1.5em;
    margin: 5px 0px;
}

hr.pinkhr {
    height: 8px;
    background-image: repeating-linear-gradient(45deg, #63B6D0 0, #63B6D0 1px, transparent 0, transparent 50%);
    background-size: 8px 8px;
    border: none;
}

/*=========================================================================
	                                                        撮影時の注意事項
==========================================================================*/

.cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	color: #ffffff;
}
.cp_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp_actab label {
    font-weight: bold;
    line-height: 2.8;
    position: relative;
    display: block;
    padding: 0 2.6em 0 1.6em;
    cursor: pointer;
    margin: 3% 0%;
    background: #63B6D0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    width: 74%;
    margin: 10px auto 40px;
    text-align: center;
    color: #fff;
}
.cp_actab .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	color: #000;
	background: #fff;
}
.cp_actab .cp_actab-content p {
	/* margin: 1em; */
}
/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
	max-height: 100em;
}
/* Icon */
.cp_actab label::after {
	line-height: 2.8;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 3em;
	height: 2.8em;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: center;
}
.cp_actab input[type=checkbox] + label::after {
	content: '+';
}
.cp_actab input[type=checkbox]:checked + label::after {
	transform: rotate(315deg);
}



.cp_actab label::before{
	content: "\64AE\5F71\6642\306E\6CE8\610F\4E8B\9805"; /* ラベルの文字 撮影時の注意事項 */
	font-size: 110%;
}
.cp_actab input[type=checkbox]:checked + label:before {
    content: "\9589\3058\308B"; /* ラベルの文字 閉じる */
}



/*======================================================================*/
/*	FCS用Footer

/*======================================================================*/
footer {
	padding: 15px;
	background: #e6e6e6;
	width: auto;
	}
footer #copyright{
	font-size: 0.9em;
	padding: 8px 0;
	text-align: center;
	text-shadow: 1px 1px 0 #fff,-1px 1px 0 #fff,1px -1px 0 #fff,-1px -1px 0 #fff;
	}
footer .fcstopBtn a {
	position: relative;
	display: block;
	border-radius: 4px;
	background: #fff;
	text-align: center;
	padding: 10px 0;
	color: #000;
	}
footer .fcstopBtn a:before {
	content: "";
	display: inline-block;
	background: url(https://fujitvforsugotoku.jp/1images/sugotoku/common/icon_nav.png) 0 0 no-repeat;
	background-size: 175px 190px;
	background-position: 0 0;
	width: 25px;
	height: 25px;
	vertical-align: middle;
	margin: -3px 3px 0 0;
	}
footer .supportNav {
	font-size: 0;
/*	margin: 10px -0.5%;*/
	margin: 10px auto;
	}
footer .supportNav:after {	
	content: "";
	display: block;
	font-size: 0;
	height: 0;
	clear: both;
	visibility: hidden;
	}
footer .supportNav li {
	font-size: 12px;
	font-size: 1.2rem;
/*	display: inline-block;*/
	float: left;
	vertical-align: top;
	width: 49.5%;
	background: #fff;
/*	margin: 0.5%;*/
	margin: 0.5% 1% 0.5% 0; 
	}
footer .supportNav li:nth-child(even) {
	margin: 0.5% 0 0.5% 0; 
	}
footer .supportNav li a {
	position: relative;
	display: table;
	width: 100%;
	vertical-align: middle;
	color: #000;
	}
footer .supportNav li a span {
	display: table-cell;
	padding: 3px 20px 3px 5px;
	vertical-align: middle;
	}
footer .supportNav li a:after {
	position:absolute;
	top:0px;
	right:0px;
	bottom:0px;
	margin:auto 0;
	content: "";
	display: inline-block;
	background: url(https://fujitvforsugotoku.jp/1images/sugotoku/common/icon_nav.png) 0 0 no-repeat;
	background-size: 175px 190px;
	background-position: -50px -50px;
	width: 25px;
	height: 25px;
	}