@charset "UTF-8";


/******************** special-favor **********************/

.conclude h2,
h1 {
	text-align: center;
	font-size: 30px;
	color: #ff4980;
	padding: 0;
	padding-bottom: 10px;
	border-bottom: 2px dotted #bdbdbd;
	line-height: 1.2;
	display: block;
	margin-bottom: 20px
}

h1 {
	margin-bottom: 5px;
	font-size: 40px;
}

h1 span{
	display: block;
	font-size: 25px;
}


.special-favor_in_top{	display: block;}

.special-favor_block{
	margin: 0 auto 30px;
}

.special-favor_btn > img{
	padding-bottom: 20px;
	display: block;
	margin: auto;
}

.special-favor_btn ul{
	width: 545px;
	margin: auto;
}

.special-favor_btn li{
	display: inline-block;
	padding-bottom: 20px;
}

.special-favor_btn li a{
	display: block;
	padding: 10px;
	border: 1px solid #988b6a;
	background: #fff;
	width: 244px;
	border-radius: 3px;
	box-shadow: 1px 1px 3px #a5a5a5;
	text-align: center;
}

.special-favor_btn li:nth-of-type(odd){
	margin-right: 5px;
}

.special-favor_btn li a:hover{
	text-decoration: none;
	background: #ff1a5f;
	border-color: #ff1a5f;
	color: #fff;
}
.special-favor_btn li a:hover span{
	color: #fff;
}

.special-favor_cnt h2{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #6f6f6f;
}

.special-favor_cnt h2 img{
	display: block;
}

.passport {
    display: inline-block;
    float: right;
    width: 140px;
    margin-left: 5px;
}

.mypage_img {
    display: inline-block;
    float: right;
    margin-left: 5px;
}

.ttl_pink {
	color: #ff6b48;
}

.ttl_purple {
	color: #7843ff;
}

.ttl_blue {
	color: #21aebd;
}

.special-favor_cnt h2 img.float_l{
	margin-right: 20px;
	margin-left: -20px;
}

.special-favor_cnt h2 img.float_r{
	margin-left: 20px;
	margin-right: -20px;
}

.special-favor_cnt div p{
	margin-bottom: 10px;
}

.special-favor_cnt div:after{
	display: block;
	clear: both;
	margin-bottom: 20px;
}

.special-favor_cnt01 div:nth-of-type(odd):after,
.special-favor_cnt02 div:nth-of-type(even):after{
	content: url("../../images/pc/special-favor/arrow_l.png");
	text-align: right;
	margin-right: 150px;
}

.special-favor_cnt01 div:nth-of-type(even):after,
.special-favor_cnt02 div:nth-of-type(odd):after{
	content: url("../../images/pc/special-favor/arrow_r.png");
	text-align: left;
	margin-left: 130px;
}

.special-favor_cnt div:last-child:after{
	content: none;
}

.ptm50{
	padding-top: 50px;
	padding-bottom: 50px;
}

/* wf_support */

.wf_support{
	padding: 20px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 3px 0 rgba(50, 50, 50, 0.4);
	-moz-box-shadow: 0 0 3px 0 rgba(50, 50, 50, 0.4);
	box-shadow: 0 0 3px 0 rgba(50, 50, 50, 0.4);
}

.wf_ttl_01{	background: #f9fcfe;}
.wf_ttl_01 h2{	color: #67b7e4;}

.wf_ttl_02{	background: #fffcf6;}
.wf_ttl_02 h2{	color: #ffb645;}

.wf_ttl_03{	background: #fff4f5;}
.wf_ttl_03 h2{	color: #ff8f99;}

.wf_ttl_04{	background: #fbfffe;}
.wf_ttl_04 h2{	color: #32cc99;}

.wf_support h2{
	border-top: 3px double;
	border-bottom: 3px double;
	padding: 15px 0;
	margin-bottom: 20px;
	font-size: 17px;
	text-align: center;
}

.wf_support img{
	float: right;
	margin-left: -10px;
	/*margin-right: -10px;*/
}

.wf_support div p:not(:last-child){
	margin-bottom: 10px;
}

.wf_support div .float_l{
	width: 350px;
}

.wf_support div .float_l2{
	width: 240px;
}

.float_l2 {
    float: left;
}

.bk_blue{
	background-color: #e0e4ff;
}

.txt_g {
    color: #28a46d;
}