/* CSS Document */
* {
	margin:0;
	padding:0;
}

/*font-size*/
.f10 {
	font-size:10px !important;
}
.f12 {
	font-size:12px !important;
}
.f13 {
	font-size:13px;
}
.f15 {
	font-size:15px;
}
.f18 {
	font-size:18px;
}
.f20 {
	font-size:20px;
}
.cpn_bold {
	font-weight:bold;
}
.cpn_center {
	text-align:center;
}

/*font-color*/
.cpn_red {
	color:#FF3300 !important;
}
#new_wrapper {
	width:830px;
}

.new_h2 {
	margin:40px 0px 20px 30px ;
	padding:5px 0px ;
	border-bottom: 4px solid #FEF3FA;
    position: relative;
    font-size: 20px;
}

.hd {
    background: #D9D9D9;
    margin: 30px 0px 10px 20px;
    font-weight: bold;
    padding: 3px 15px 3px 15px;
    font-size: 18px;
    color: #222222;
}

#cpn_line::after {
	content: '';
    width: 150px;
    height: 4px;
    background-color: #d3566b;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0px;
}

.text {
	padding: 5px 0px 5px 40px;
	line-height: 1.6;
}

.img {
	margin: 15px 0px;
	text-align: center;
}

.ffgs-expo {
	position: relative;
	margin: 10px 0px 30px 30px;
    border: 2px solid #F2F2F2;
    background-color: #F2F2F2;
    border-radius: 20px 20px 20px 20px;
    padding: 15px 20px;
    width: 786px;
}
.ffgs-expo a {
	text-decoration:none;
}
.ffgs-expo a:hover {
	text-decoration:underline;
}

.header_title {
	font-size: 20px;
	font-weight: bold;
	margin: 20px 0px 20px;
	padding: 10px 0px 0px;
	border-bottom: 7px solid #fee6f4;
	position: relative;
}
.header_title::after {
	content: '';
	width: 110px;
	height: 7px;
	background-color: #d40061;
	display: block;
	position: absolute;
	left: 0;
	bottom: -7px;
}
/*ピンク背景*/
.msg-waku {
    padding: 1em 1em;
    margin: 2em 0;
    background-color:#FEF3FA;
}
/*スラッシュ*/
.copy_slash {
	font-size: 16px;
	font-weight:bold;
	text-align:center;
	margin: 40px 0 10px;
}
.copy_slash::before,
.copy_slash::after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 20px;
    background-color: #FF3300;
    vertical-align: middle;
    margin: 0 10px;
}
.copy_slash::before {
	transform: rotate(-30deg);
    margin-right: 10px;
}
.copy_slash::after {
	transform: rotate(30deg);
    margin-left: 10px;
}
