@charset 'utf-8';

@media only screen and (min-width: 1025px) {

* {
	box-sizing: border-box;
}

html {
	width: 100%;
	height: auto;
}

body {
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	font-size: 85%;
}

.clear { overflow: hidden; }

.img_responsive {
	max-width: 100%;
	height: auto;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 0;
	background: #4D74B7;
	z-index: 9999;
	box-shadow: 0 2px #999;
}

.site_title {
	position: absolute;
	top: 10px;
	left: 32px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
}

.join_box {
	width: 1000px;
	margin: 12px auto 0;
	overflow: hidden;
}

.join, .login {
	float: right;
	text-align: center;
	color: #FFF;
	font-size: 1.2em;
	font-weight: bold;
	text-shadow:
		1px 1px #666,
		1px -1px #666,
		-1px 1px #666,
		-1px -1px #666;
	line-height: 50px;
	border: solid 2px rgba(255, 255, 255, .8);
	letter-spacing: 0.06em;
}

.join {
	margin: 0 4px 0 0;
	background: linear-gradient(to bottom, rgba(255,214,94,1) 0%,rgba(254,191,4,1) 100%);
}

.login {
	background: linear-gradient(to bottom, rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%);
}

.join a, .login a {
	display: block;
	width: 150px;
	height: 50px;
	color: #FFF;
	text-decoration: none;
}

.join a:hover, .login a:hover {
	background: linear-gradient(to bottom, rgba(254,187,187,1) 0%,rgba(254,144,144,1) 45%,rgba(255,92,92,1) 100%);
}

.pickup {
	color: #F23365;
	font-size: 1.2rem;
	font-weight: bold;
}
/* ===== global_nav ===== */
.global_nav {
	position: fixed;
	top: 80px;
	left: 0;
	width: 126px;
}

.global_nav li {
	background: #4D74B7;
	border-radius: 0 20px 20px 0;
}

.global_nav li a {
	display: block;
	margin: 0 0 12px;
	padding: 14px 0;
	text-align: center;
	color: #FFF872;
	text-shadow: 1px 1px #742519;
	letter-spacing: -0.04em;
}
#toggle { display: none; }

/* ===== contents ===== */
.container {
	width: 1000px;
	margin: 80px auto 0;
}

.section_wrap {
	width: 100%;
	margin: 0 0 40px;
	padding: 70px 0 0 ;
	overflow: hidden;
}

.section_header {
	width: 100%;
	height: 50px;
	margin: 0 0 10px;
	font-size: 1.6em;
	font-weight: bold;
	letter-spacing: 0.1em;
	box-shadow: 0 0 10px rgba(220, 220, 220, 1);
	line-height: 50px;
	text-indent: 6px;
	background: #4D74B7;
	color: #FFF;
}

.about {
	width: 100%;
	margin: 16px 0 0;
	text-align: center;
	overflow: hidden;
}

.about li {
	float: left;
	width: 33%;
	height: 100px;
	margin: 0 .5% 1% 0;
	padding: 6px 0;
	letter-spacing: -0.06em;
	border: solid 2px #FEAD4F;
	border-radius: 20px;
	box-shadow: 0 0 6px #CCC;
}

.about li:nth-of-type(3n) {
	margin:  0 0 1% 0;
}

.about_point {
	margin: 0;
	color: #000;
	font-size: 1.8em;
	font-weight: bold;
	letter-spacing: -0.06em;
	text-shadow: 1px 1px #FEAD4F;
}

.about li p {
	padding: 0 6px 0;
	text-align: left;
}

.about_fp_text {
	margin: 0 0 10px;
	padding: 12px 0 5px 12px;
	line-height: 2;
}

.about_fp_get {
	font-size: 2em;
	font-weight: bold;
	color: #F23365;
	letter-spacing: -0.14em;
}

.about_fp_get_pickup {
	color: #F23365;
	font-weight: bold;
}

.about_fp_header {
	display: block;
	margin: 0 0 4px;
	padding: 0 0 2px;
	font-size: 1.4em;
	font-weight: bold;
	border-bottom: solid 2px #4D74B7;
	line-height: 1;
}
/* ===== point rank ===== */
#rank .rank_tb {
	width: 100%;
	margin: 0 0 20px;
	border-collapse: collapse;
	border: solid 1px #CCC;
}
#rank .rank_tb th, #rank .rank_tb td {
	padding: 10px 0;
	border: solid 1px #CCC;
	text-align: center;
}
#rank .rank_tb th {
	font-weight: bold;
}
#rank .rank_tb .silver {
	background: #EFEFEF;
	font-weight: bold;
}
#rank .rank_tb .gold {
	background: rgba(255, 255, 0, .4);
	font-weight: bold;
}
#rank .rank_tb .black {
	background: rgba(0, 0, 0, .8);
	color: #FFF;
	font-weight: bold;
}
/*#rank .rank_tb .middle {
	font-size: 1.2rem;
}
#rank .rank_tb .big {
	font-size: 1.4rem;
}*/
#rank p {
	margin: 0 0 20px;
}

/* ===== point use ===== */
.fp_use_description {
	margin: 0 0 10px;
	line-height: 1.5;
}
.fp_use_description span {
	color: #F23365;
	font-size: 1.2rem;
	font-weight: bold;
}
.fp_use_pc {
	display:  block;
}
.fp_use_sp {
	display:  none;
}
.fp_use_pc img {
	margin: 0 0 10px;
}
.about_use {
	width:  100%;
}
.about_use dt {
	margin: 0 0 10px;
	padding: 0 0 4px;
	font-size: 1.2rem;
	font-weight: bold;
	border-bottom: solid 2px #4D74B7;
}
.about_use dd {
	margin: 0 0 20px;
}
.about_use dd .check {
	color: #F23365;
	font-size: 1.2rem;
	font-weight: bold;
	letter-spacing: -.04em;
}

/* ===== 登録関連 ===== */
.fp_join_text {
	margin: 0 0 10px;
	text-indent: 10px;
}

.fp_join_step {
	float: left;
	width: 28.6%;
	height: 160px;
	margin: 0 0 50px;
	padding: 6px 0;
	border: solid 1px #999;
	text-align: center;
}

.fp_join_step i { color: rgba(255, 96, 145, 1); }

.fp_join_step_arrow {
	float: left;
	margin: 48px 0.5% 0;
}

.fp_join_step h3 {
	font-size: 1.8em;
	font-weight: bold;
}

.fp_join_button {
	width: 100%;
	text-align: center;
}

.fp_join_button button {
	width: 400px;
	height: 50px;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFF;
	text-shadow: 1px 1px #000;
	background: linear-gradient(to bottom, rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%);
}

/* ===== faq ===== */
.faq_title {
	width: 250px;
	margin: 16px 0 10px;
	padding: 0 0 0 6px;
	font-size: 1.5em;
	font-weight: bold;
	border-left: solid 6px #FEAD4F;
	border-bottom: solid 2px #FEAD4F;
	line-height: 1;
}

.faq_ac_menu {
	width: 94%;
	margin: 0 auto;
}

label {
	width: 100%;
	color: #000;
	padding: 10px;
	display: block;
	margin: 0 0 10px;
	border: solid 1px #999;
}

.faq_menu label span {
	display: inline-block;
	float: right;
}

input[type="checkbox"].on-off {
	display: none;
	clear: both;
}

.faq_menu ul {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	margin: 0;
	padding: 0;
	list-style: none;
}

.faq_menu li {
	padding: 5px;
}

input[type="checkbox"].on-off + ul {
	height: 0;
	overflow: hidden;
}

input[type="checkbox"].on-off:checked + ul {
	height: 140px;
}

/* ===== page top ===== */
.page_top_btn {
	position: fixed;
	right: 0;
	bottom: 60px;
	width: 70px;
	height: 40px;
	background: #4D74B7;
	border-radius: 50px;
	line-height: 3;
}

.page_top_btn a {
	display: block;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

/* ===== contact ===== */
.contact_box {
	float: left;
	width: 50%;
	margin: 0 1%;
}
.contact_box table {
	width: 100%;
}
.contact_box table th {
	padding: 5px 0;
}
.contact_box table td {
	padding: 5px 0 10px 20px;
}
.required {
	font-size: 0.8em;
	font-weight: bold;
	color: #F00;
}
.contact_box table td div { overflow: hidden; }
.contact_box table td div label {
	display: block;
	float: left;
	width: 40% !important;
	margin: 0 1% 0 0;
}
.contact_box table td div label input[type="radio"] {
	display: inline-block;
	margin: 0 2% 0 0;
}
.contact_box input[type="text"], .contact_box input[type="email"] {
	width: 80%;
	height: 30px;
}

.contact_box select {
	width: 80%;
	height: 25px;
}

.contact_box textarea {
	width: 100%;
	height: 100px;
	resize: none;
}

.contact_box input[type="text"]:focus, .contact_box input[type="email"]:focus,
.contact_box select:focus, .contact_box textarea:focus {
	background: #FFFBB1;
}

.contact_box button[type="button"],
.contact_box td input[type="submit"] {
	width: 60%;
	height: 40px;
	margin: 0 50px 0 0;
	background: #FFC313;
}

.contact_box button[type="reset"] {
	width: 20%;
	height: 30px;
}

.contact_box .join_text {
	color: #F00;
	font-weight: bold;
}

/* ===== footer ===== */

.footer {
	width: 100%;
	padding: 14px 0;
	text-align: center;
	background: #4D74B7;
}

.footer a {
	color: #FFF;
}


.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

.visible-desktop {
  display: inherit !important;
}


.fu_news{
	border: 2px solid #ff0000;
	padding: 10px 20px;
}
.fu_news h4{
	color: #ff0000;
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 10px;
}
.fu_news .bold{
  font-weight: bold;
}


}




/* end media query */
