@charset "utf-8";
/* CSS Document */

/**********************************************************************
*
*　　 ■キャンペーン
*
**********************************************************************/

#camapign_box section,
#int_box section,
#campaign02_box section {
	border-top: 10px solid #E6E6E6;
	border-bottom:1px solid #CCC;
}

#camapign_box section:first-child,
#int_box section:first-child,
#campaign02_box section:first-child {
	border-top: none !important;
}

#camapign_box section:last-child,
#int_box section:last-child,
#campaign02_box section:last-child {
	border-bottom: none !important;
	box-shadow: 0 1px 0 #CCC, 0 10px 0 #E6E6E6 !important;
	padding-bottom:11px;
	margin-bottom:11px;
}


#camapign_box section img,
#int_box section img,
#introduce_area ul li img,
#campaign02_box img {
	width: 100%;
	vertical-align:bottom;
}

#camapign_box section h2,
#int_box section h2,
#campaign02_box section h2 {
	width: 100%;
	background: #F0F0F0;
	color: #555;
	line-height: 32px;
	font-size: 14px;
	text-align: center;
}

#camapign_box section:first-child p {
	background: #FFEFD2;
	border: 3px solid #FFAD1E;
	color: #333;
	line-height: 18px;
	font-size: 14px;
	text-align: center;
	padding: 10px 20px;
}

#int_box section p,
#campaign02_box section p {
	color: #333;
	line-height: 18px;
	font-size: 14px;
    text-align: justify;
    text-justify: inter-ideograph;
	padding: 10px 20px;
}

#camp_top {
	width: 100%;
	padding: 0 !important;
}

#campaign_list h3 {
	width: 94%;
	padding: 30px 0 30px 40px;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	margin: 0 auto;
	background: url(/sp/common/img/cnt05_icon.png) no-repeat 40px center;
	background-size: 70px;
}

#other_list h3,
#introduce_area h3 {
	width: 94%;
	margin: 20px auto;
	line-height: 57px; 
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	background: #FFAD1E;
	border-bottom: 3px solid #FF8F1E;
	color: #FFF;
}
#introduce_area h3 {
	margin: 20px auto 0;
}

#campaign_list h3 span {
	display: block;
	font-size: 10px;
	font-weight: normal !important;
	padding-top: 6px;
	color: #FFAD1E;
	letter-spacing: 0.1em;
}

#campaign_list ul,
#other_list ul,
#introduce_area ul {
	width: 94%;
	margin: 0 auto;
}

#campaign_list ul li,
#other_list ul li,
#introduce_area ul li {
	padding-bottom: 20px;
}

#campaign_list ul li img,
#other_list ul li img {
	width: 100%;
}

#campaign_list ul li a,
#other_list ul li a {
	display: block;
	width: 100%;
}

#campaign_list ul li a p,
#other_list ul li a p {
	font-size: 14px;
	color: #333;
	line-height: 20px;
}

#campaign_list ul li a div,
#other_list ul li a div {
	margin-bottom: 10px;
}

#campaign_list ul li a p.s_tit {
	background: #FFE6E6 url(/sp/common/img/campaign_link_icon.png) no-repeat 10px center;
	background-size: 20px;
	line-height: 38px;
	border-bottom: 2px solid #F0182C;
	margin-bottom: 10px;
	padding-left: 40px;
	font-weight: bold;
}

#other_list ul li a p.s_tit {
	background: #E6E6E6;
	line-height: 40px;
	margin-bottom: 10px;
	padding-left: 20px;
	font-weight: bold;
}

p.int_tit {
	line-height: 40px !important;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	background: #FFAD1E;
	color: #FFF !important;
}

#introduce_area ul li:last-child {
	border-top: 1px dotted #AAA;
	padding: 20px 0;
}

/**********************************************************************
*
*　　 ■st-accordion
*
**********************************************************************/

.st-accordion {
    width:94%;
    min-width:270px;
    margin: 0 auto 10px;
}
.st-accordion ul li {
    height: 60px;
    overflow: hidden;
	background: #F2F2F2;
	margin-bottom: 15px;
}

.st-accordion ul li ul li {
	height: auto !important;
	background: none !important;
	margin-bottom: 0 !important;
}

.st-accordion ul li:first-child {
}
.st-accordion ul li > a {
	padding-left:20px;
    font-size: 16px !important;
	font-weight: bold;
	color: #333;
    display: block;
	position: relative;
	line-height: 60px;
	outline:none;
    -webkit-transition:  color 0.2s ease-in-out;
	-moz-transition:  color 0.2s ease-in-out;
	-o-transition:  color 0.2s ease-in-out;
	-ms-transition:  color 0.2s ease-in-out;
	transition:  color 0.2s ease-in-out;
    border-left: 4px solid #DD272D;
}

.st-accordion ul li > a span {
	background: transparent url(/sp/common/img/ured_arrow.png) no-repeat center center;
	background-size: 20px;
	text-indent:-9000px;
	width: 26px;
	height: 26px;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -13px;
	opacity:1;
	-webkit-transition:  all 0.2s ease-in-out;
	-moz-transition:  all 0.2s ease-in-out;
	-o-transition:  all 0.2s ease-in-out;
	-ms-transition:  all 0.2s ease-in-out;
	transition:  all 0.2s ease-in-out;
}
.st-accordion ul li > a:hover {
    color: #E52B46;
}

.st-accordion ul li > a:hover span {
	opacity:1;
	right: 15px;
}
.st-accordion ul li.st-open > a {
    color: #E52B46;
}
.st-accordion ul li.st-open > a span {
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
    transform:rotate(180deg);
	right:15px;
	opacity:1;
}
.st-content {
	display: block;
	padding: 15px 0; 
	background: #FFF;
}

.st-content p{
	width: 100%;
    font-size: 14px;
    line-height:  22px;
    text-align: justify;
    text-justify: inter-ideograph;
	margin-bottom: 20px;
	padding: 0 !important;
}

.st-content p.cam_tit {
	color: #DC262C !important;
	font-size: 18px !important;
	text-align: left !important;
	padding: 0 !important;
	font-weight: bold;
}

p.cam_tit span {
	margin-left: 4px;
	font-size: 12px !important;
}

.st-content a {
	width: auto !important;
	display: inline !important;
	height: auto !important;
    font-size: 16px !important;
	font-weight: normal !important;
	color: #333;
    border-left: none !important;
	margin: 0 !important;	
	padding: 0 !important;
	line-height: 24px !important;
}

ul.camp_txt {
	height: auto !important;
	margin: 10px 0 15px;
	background: #FFF !important;
	border: 15px solid #FFE7E7;
	padding: 20px;
}

ul.camp_txt li {
	background: url(/sp/common/img/check_icon.png) no-repeat left center !important;
	background-size: 20px !important;
	height: 24px !important;
	line-height: 24px !important;
	padding: 0 0 0 30px !important;
	margin: 0 !important;
	font-size: 14px !important;
}

/**********************************************************************
*
*　　 ■border-box
*
**********************************************************************/

#camapign_box section p,
#campaign_list h3,
p.s_tit,
.st-content p,
.camp_txt,
.camp_txt li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

/**********************************************************************
*
*　　 ■回り込み解除
*
**********************************************************************/

.st-content:after {
	content: "";
	display: block;
	clear: both;
}
