@charset "Shift_JIS";


#pageTopPc {
	display: none !important;
}

.section_mypage{
	width: 950px;
	margin: 0 auto;
}
#container #contents {
    margin: 0 auto !important;
}

#container #contents h1 {
    padding: 40px 0 30px;
}

.mainimg{
	background: #f4f4f4 url(../images/bg_page_top.png) 0 0 repeat-x;
}

.section_mypage h2{
	margin-bottom: 50px;
	text-align: center;
	
}

/*-- possible -- */
.possible{
	padding: 50px 0 62px;
	background-color: #fff;
	background-image: url(../images/bg_mainline.png), url(../images/bg_mainline.png);
	background-position: top, bottom;
	background-repeat: repeat-x, repeat-x;
}
.possible .section_inner{
	padding-top: 13px;
	background-image: url(../images/bg_circle01.png), url(../images/bg_circle02.png);
	background-position: right top, right bottom;
	background-repeat: no-repeat, no-repeat;
}
.possible_box{
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding-top: 50px;
}
.possible_box:first-of-type{
	padding-top: 0;
}
.possible_box dl{
	display: inline-block;
	width: 451px;
}
.possible_box dl dt{
	margin-bottom: 20px;
}
.possible_box dl dd{
	line-height: 1.5;
}
.possible_box .img_possible{
	display: table-cell;
	padding-right: 40px;
	text-align: right;
}
.possible_box .notes{
	margin-top: 10px;
	font-size: 75%;
}
.possible_box .notes.color_01{
	color: #f16d6d;
}
.possible_box .notes.color_02{
	color: #333333;
}

/*-- way -- */
.way{
	padding: 45px 0 50px;
	background-color: #f4f4f4;
}
.way .section_inner{
	padding-top: 5px;
	background-image: url(../images/bg_circle03.png), url(../images/bg_circle04.png);
	background-position: left top, right bottom;
	background-repeat: no-repeat, no-repeat;
}
.way_step {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	margin-bottom: 50px;
}
.way_step li{
	width: 300px;
	height: 300px;
	background: url(../images/bg_way_step.png) center top no-repeat;
	text-align: center;
}
.way_step li dl{
	width: 100%;
	height: 100%;
}
.way_step li dl dt{
	margin-bottom: 10px;
	padding-top: 35px;
}
.way_step li dl dd{
	line-height: 1.5;
	margin-bottom: 10px;
}
.way_step .notes{
	color: #f16d6d;
	line-height: 1.5;
}
.way_step .notes a{
	display: inline-block;
	padding-right: 17px;
	background: url(../images/ico_arrow.png) right no-repeat;
	font-size: 88%;
	color: inherit;
}
.way_step .notes a:hover{
	text-decoration: underline !important;
}
.way_step li:nth-of-type(2) .notes{
	padding: 0 60px;
	font-size: 75%;
}

/*-- btn -- */
.btn_mypage a,
.btn_rakuten_point a,
.btn_mypage_fix a{
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.btn_mypage a{
	width: 498px;
	height: 132px;
	background-image: url(../images/btn_mypage.png);
}
.btn_mypage a:hover{ background-image: url(../images/btn_mypage_on.png);}

.btn_rakuten_point a{
	width: 498px;
	height: 132px;
	background-image: url(../images/btn_rakuten_point.png);
}
.btn_rakuten_point a:hover{ background-image: url(../images/btn_rakuten_point_on.png);}

.btn_mypage_fix a{
    position: fixed;
    right: 20px;
    bottom: 20px;
	width: 145px;
	height: 145px;
	border: medium none;
	z-index: 9999;
	background-image: url(../images/btn_mypage_fix.png);
}
.btn_mypage_fix a:hover{ background-image: url(../images/btn_mypage_fix_on.png);}
