@charset "euc-jp";
/*ヘッダー*/
#head {
    width:100%;
    border-bottom:2px solid #1d2087;
}
#head .head_box {
    width:950px;
    margin:0 auto;
    padding:8px 0;
    overflow:hidden;
    line-height:0.8;
}
#head .head_box a {
    display:inline-block;
    width:130px;
    float:left;
}
#head .head_box h1 {
    font-size: 16px;
    font-weight: bold;
    float: left;
    padding-top: 6px;
}
/*フッター*/
#foot {
    width:100%;
    border-top:2px solid #1d2087;
}
#foot .foot_box {
    width:950px;
    padding:0 0 10px 0;
    margin:0 auto;
    position:relative;
}
#foot .foot_box a.logo {
    display:inline-block;
    margin:15px 0 10px 0;
    width:117px;
    height:21px;
}
#foot .foot_box p.copyright { font-size:12px;}
#foot .foot_box ul {
    position:absolute;
    top:5px;
    right:0;
    display: -webkit-flex;
    display: flex;
}
#foot .foot_box ul li { margin-left:10px;}
/*フロー*/
ul.flow {
    overflow:hidden;
    margin-bottom:15px;
}
ul.flow li {
    float:left;
    width:222px;
    margin-right:20px;
    background-color:#d5ebff;
    text-align:center;
    padding:7px 0;
}
ul.flow li:last-child {
    width:224px;
    margin-right:0;
}
ul.flow li p span {
    display:inline-block;
    margin-right:10px;
}
ul.flow li.on {
    background-color:#2879c4;
    color:#ffffff;
}
/*コンテンツ*/
/*フォーム*/
.regist_box { 
    padding:10px 29px;
    border:1px solid #bebebe;
    margin-bottom: 20px;
}
.regist_box dl {
    border-bottom:1px solid #e9e9e9;
    display:table;
    width:890px;
}
.regist_box dl dt { 
    display:table-cell;
    vertical-align: middle;
    padding:8px 40px;
    width:350px;
}
.regist_box dl dt .category { display:table;}
.regist_box dl dt p {
    display:table-cell;
    vertical-align: middle;
}
.regist_box dl dt p span.rule {
    display:block;
    font-size:11px;
    color:#8f8f8f;
    line-height:1.2;
}
.regist_box dl dt p.item { width:308px;}
.regist_box dl dt p.item2 { width:233px;}
.regist_box dl dt p span.no_change { 
    display:inline-block;
    padding:3px 8px 2px 8px;
    border-radius:5px;
    color:#ffffff;
    background-color:#ff9c00;
    width:54px;
    font-size:12px;
    text-align:center;
}
.regist_box dl dt p span.required {
    display:inline-block;
    padding:3px 8px 2px 8px;
    border-radius:5px;
    color:#ffffff;
    background-color:#f23d52;
    width:26px;
    font-size:12px;
    margin-left:5px;
    text-align:center;
}
.regist_box dl dd {
    display:table-cell;
    vertical-align: middle;
    padding:8px 40px 8px 0;
}
.regist_box dl dd p.confirmation {
    font-size: 11px;
    color: #8f8f8f;
}
/* エラー */
.regist_box .p_error{
    background: #f23d52 url(../../img/15/icon/ico_error.png)8px 3px no-repeat;
    border-radius:2px;
    color: #fff;
    padding:3px 0 0 30px;
    font-size:12px;
    margin: 5px 0 0;    
}
/*-- エラー(バルーン)
-------------------------------------------------------- */
.baloon {
   position: absolute;
   z-index: 1;
}
.baloon .box {
	position: relative;
	background: #f23d52;
    padding: 3px 6px 3px 5px;
    color: #FFFFFF;
    border-radius:5px;
}
.baloon .box:after {
	top: 100%;
	left: 15px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(242, 61, 82, 0);
	border-top-color: #f23d52;
	border-width: 7px;
	margin-left: -7px;
}
.baloon .box a {
    margin: 0 5px 0 2px;
}
.baloon .box a img {
    vertical-align:middle;
    margin-bottom:1px
}
.baloon .box span {
    font-size: 12px;
}
.baloon .box a:hover {
    opacity:0.8;
}
/*フォームデザイン変更*/
.regist_box input[type=text],
.regist_box input[type=password],
.regist_box input[type=email],
.regist_box select {
    font-size:14px;
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    border: 1px solid #B9C9CE;
    border-radius:5px;
    padding: 3px 10px;
    width:398px;
}
.regist_box input[type=text].username {
    width:80px;
    margin:0 10px 0 5px;
}
.regist_box select.prefectures {width:171px;}
.regist_box select.year {width:190px;}
.regist_box select.month {width:70px;}
.regist_box select.day {width:70px;}
.regist_box select {
    background-image:url(../../img/15/regist/ico_arrow.png);
    background-repeat:no-repeat;
    background-position:right 9px;
}
/*ラジオボタン*/
.sex input[type=radio] {
    display: inline-block;
    margin-bottom: 3px;
    vertical-align: middle;
}
.sex input[type=radio] + label,
.sex input[type=checkbox] + label {padding: 0 30px 0 10px;}

/*プルダウン変更*/
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /*Firefox用*/
    text-indent: .01px;
    text-overflow: “”;
}
select::-ms-expand {/*IE対応*/
    display: none;
}
/*ボタン_共通*/
.regist_box button[type=submit] {
    display:block;
    font-size:20px;
    font-weight:bold;
    color:#ffffff;
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    border-radius:5px;
    padding: 15px 40px 14px 40px;
    border: 1px solid #2879c4;
    background-color:#5a9fdf;
    cursor:pointer;
}
/*ボタン_確認*/
.regist_box button[type=submit].confirm { margin:15px auto 25px auto;}
.regist_box button[type=submit].confirm:hover { background-color:#2879c4;}
/*ボタン_登録*/
.regist_box button[type=submit].regist { margin:20px 0 10px 30px;}
.regist_box button[type=submit].regist:hover { background-color:#2879c4;}
/*ボタン_修正*/
.regist_box button[type=submit].correct {
    margin:20px 0 10px 0;
    color:#313131;
    font-weight:normal;
    border: 1px solid #b9b9b9;
    background-color:#d6d6d6;
}
.regist_box .confirm ul {
    display:table;
    margin: 0 auto;
}
.regist_box .confirm ul li { display:table-cell;}
.regist_box .confirm ul li:nth-child(n+2) { margin-left:30px;}
.regist_box button[type=submit].correct:hover { background-color:#b9b9b9;}

p.comment {
    text-align: center;
    margin: 25px 0px 0px 0;;
}

/*reCAPTCHA セキュリティ認証*/
.authentication {
    padding: 15px 40px;
    margin: 15px 0 -5px;
    background: #FFFAF3;
}
.authentication p {
    text-align: center;
    font-weight: bold;
}
.authentication .g-recaptcha {
    width: 304px;
    margin: 10px auto;
}
.authentication .g-caution {
    width: 400px;
    margin: 0 auto;
    font-size: 11px;
}

/*利用規約*/
.terms {
    border: 1px solid #e0e0e0;
    width:890px;
    margin:0 auto 15px auto;
}
.terms h2 {
    padding-left:15px;
    background: #e7e7e7;
    border:none;
    border-bottom: 2px solid #c4c4c4;
    color: #333;
}
.terms .terms_box {
    padding:15px;
    height:130px;
    overflow:auto;
    font-size:13px;
    line-height:1.6;
    color:#474747;
}
.terms .terms_box ul li { margin-bottom:15px;}
/*注意事項*/
.notes {
    border: 1px solid #e0e0e0;
    width:890px;
    margin:0 auto 15px auto;
}
.notes h2 {
    padding-left:15px;
    background: #e7e7e7;
    border:none;
    border-bottom: 2px solid #c4c4c4;
    color: #333;
}
.notes .notes_box {
    padding:15px;
    font-size:13px;
    line-height:1.6;
    color:#474747;
}
.notes .notes_box ul li {
    margin-bottom:10px;
    text-indent: -1em;
    padding-left: 1em;
}
.notes .notes_box ul li:last-child { margin-bottom:0;}
/*仮登録*/
.confirmation p {
    width:560px;
    margin:0 auto;
    margin-bottom:20px;
    line-height:1.6;
}
.confirmation p span {
    display:block;
    font-size:18px;
    color:#f23d52;
    font-weight:bold;
    margin: 15px 0 10px 0;
}
.confirmation img {
    display:block;
    margin:0 auto;
}
.confirmation .not_mail {
    font-size:13px;
    width:520px;
    padding:15px 20px;
    margin:20px auto;
    background-color:#f2f2f2;
}
.confirmation .not_mail ul li { margin-top:5px;}
.confirmation .not_mail ul li:first-child { margin-top:0;}

/*サンクスページ*/
p.thanks {
    margin-bottom:10px;
    text-align:center;
}
p.thanks span {
    display:block;
    font-size:18px;
    color:#f23d52;
    font-weight:bold;
    margin: 12px 0 10px 0;
}
.campaign h2 {
    background:none;
    border:0;
    text-align:center;
    color:#313131;
    padding: 30px 0 15px 0;
}
.campaign ul {
    overflow: hidden;
    padding: 15px 35px 30px 35px;
}
.campaign ul li {
    width:410px;
    float:left;
    padding:0 10px 13px 20px;
    background: url(../../img/15/regist/ico_list.png) no-repeat 6px 5px;
}
.campaign a:hover { opacity:0.7; }
.campaign a.highpoint {
  display: block;
  padding: 15px 0 0;
}

/*JavaScriptとcookieのチェック*/
.js_cookie { line-height: 1.6;}
.js_cookie p span {
    display:block;
    font-size:18px;
    color:#f23d52;
    font-weight:bold;
    margin: 12px 0 10px 0;
}
.js_cookie .box { margin-bottom:40px;}
.js_cookie .box h2 {
    border: 0;
    background-color: #d5ebff;
    color: #474747;
    border-radius: 5px;
    padding: 10px 19px;
    margin:15px 0;
    line-height: 1.3;
}
.js_cookie .box p.check {
    border: double #f23d52;
    width: 300px;
    color: #f23d52;
    font-weight:bold;
    margin: 30px auto;
    padding: 15px 15px 11px 145px;
    background: url(../../img/15/regist/tet_environment.png) no-repeat 12px 11px;
    height: 25px;
}
.js_cookie .box p.txt { margin:10px 20px;}
.js_cookie .box ul {
    font-size:13px;
    line-height:1.8;
    margin:0 20px;
}
.js_cookie .box ul li {
    padding:10px;
    background-color:#f2f2f2;
    margin-bottom:10px;}
.js_cookie .box ul li h3 {
    border:0;
    background:none;
    padding:0;
    font-size: 13px;
}


/*-- thanks サンクスページ
-------------------------------------------------------- */
.l_content h2.heading {
    color: #3b3b3b;
    background: none;
    border: none;
    margin-bottom: 40px;
}
.contents .l_content h3 {
    color: #3b3b3b;
    background: none;
    border: none;
    padding: 0;
}

/*  cp_bnr キャンペーンバナー */
.cp_bnr {
    margin-bottom: 20px;
    display: block;
}

/*  recommend 登録したばかりのあなたにオススメ */
.recommend .block {
    background: #f2f2f2;
    margin: 0 auto 30px;
    text-align: center;
    width: 950px;
}
.recommend ul {
    display: inline-block;
    overflow: hidden;
    padding: 20px 25px;
}
.recommend li {
    background: #fff;
    border-radius: 3px;
    box-shadow: 1px 1px 2px #d5d5d5;
    box-sizing: border-box;
    color: #3d3d3d;
    display: block;
    float: left;
    height: 390px;
    width: 210px;
    margin: 0 20px 0 0;
    padding: 15px 10px 0;
    text-align: center;
}
.recommend li:last-child {
    margin: 0 0;
}
.recommend li .box {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}
.recommend li .box h3 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.recommend li .box a {
    display: block;
    margin-bottom: 10px;
}
.recommend li .box a:hover {
    opacity: 0.8;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    transition: .2s linear;
}
.recommend li .box .point {
    background: url(../../img/15/icon/ico_coin1.png) no-repeat 4px center;
    font-size: 24px;
    margin-bottom: 8px;
}
.recommend li .box .category {
    margin-bottom: 10px;
}
.recommend li .review {
    margin-bottom: 15px;
    text-align: left;
}
.recommend li .review span {
    color: #4e9eeb;
    font-weight: bold;
}
.recommend li .btn_detail {
    background: #fbc600;
    border-radius: 2px;
    box-shadow: 1px 1px 2px #a8a8a8;
    box-sizing: border-box;
    color: #010101;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    padding: 16px 0 15px;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 0 #fcdf72;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    transition: .2s linear;
    vertical-align: middle;
    width: 100%;
}
.recommend li .btn_detail:hover {
    background: #fbdb00;
    color: #010101;
}

/* category_list 人気のカテゴリから探す */
.category_list ul {
    background: #f2f2f2;
    margin-bottom: 45px;
    overflow: hidden;
    padding: 20px 60px 25px;
}
.category_list li {
    float: left;
    margin-right: 55px;
    text-align: center;
}
.category_list li:last-child {
    margin-right: 0;
}
.category_list li p {
    font-size: 13px;
    margin-bottom: 5px;
}
.category_list li a {
    background: #fff;
    border: #428fca 1px solid;
    border-radius: 2px;
    box-sizing: border-box;
    color: #428fca;
    clear: both;
    display: block;
    font-size: 15px;
    font-weight: bold;
    margin: 0 auto;
    width: 240px;
    padding: 17px 0 15px;
    position: relative;
    text-align: center;
    text-decoration: none;
}
.category_list li a:hover {
    background-color: #c6def5;
    border: #5a9fdf 1px solid;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    transition: .2s linear;
}
.category_list li a:before,
.category_list li a:after {
    background: #2882d6;
    border-radius: 4px;
    content: '';
    display: block;
    height: 2px;
    width: 12px;
    position: absolute;
    top: 50%;
    right: 10px;
}
.category_list li a:before {
    margin-top: -6px;
    -webkit-transform: rotate(58deg);
    transform: rotate(58deg);
}
.category_list li a:after {
    margin-top: 3px;
    -webkit-transform: rotate(-58deg);
    transform: rotate(-58deg);
}