@charset "UTF-8";

body {
	font-size:22px;
	margin: 0;
	padding: 0;
	line-height:2;
	color: #434343;
	font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
	background-color: #e8f8ff;
	-webkit-text-size-adjust: 100%;
}
.mincho {
 	font-family: "游明朝", "Yu Mincho", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
a, a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #fff;
}
h1, h2, h3 {
 	margin: 0;
	padding: 0;
	font-weight: normal;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.red {
	color: #e60012;
}
.blue {
	color: #1877f2;
}
.black {
	color: #000;
}
.bold {
	font-weight: bold;
}
.normal {
	font-weight: normal !important;
}
.bgy {
	background-color: #fff100;
}
.ul {
	text-decoration: underline;
}

.p0 { padding: 0 !important;}
.p5 {padding: 5% 0 !important;}
.p7 {padding: 7% 0 !important;}
.p10 {padding: 10% 0 !important;}

.pb0 { padding-bottom: 0 !important;}
.pb3 { padding-bottom: 3% !important;}
.pb10 { padding-bottom: 10% !important;}
.pb5 { padding-bottom: 5% !important;}

.pt0 { padding-top: 0 !important;}
.pt3 { padding-top: 3% !important;}
.pt5 { padding-top: 5% !important;}
.pt10 { padding-top: 10% !important;}

.mb0 { margin-bottom: 0 !important;}
.mb3 { margin-bottom: 3% !important;}
.mb5 { margin-bottom: 5% !important;}
.mb10 { margin-bottom: 10% !important;}
.mb15 { margin-bottom: 15% !important;}

.mt5 { margin-top: 5% !important;}

/* font */
.f10 { font-size: 50% !important;}
.f12 { font-size: 60% !important;}
.f14 { font-size: 70% !important;}
.f16 { font-size: 80% !important;}
.f18 { font-size: 90% !important;}
.f20 { font-size: 100% !important;}
.f22 { font-size: 110% !important;}
.f24 { font-size: 120% !important;}
.f26 { font-size: 130% !important;}
.f28 { font-size: 140% !important;}
.f30 { font-size: 150% !important;}
.f32 { font-size: 160% !important;}
.f34 { font-size: 170% !important;}
.f36 { font-size: 180% !important;}
.f38 { font-size: 190% !important;}
.f40 { font-size: 200% !important;}
.f42 { font-size: 210% !important;}
.f44 { font-size: 220% !important;}
.f45 { font-size: 225% !important;}
.f48 { font-size: 240% !important;}
.f50 { font-size: 250% !important;}
.f54 { font-size: 270% !important;}
.f58 { font-size: 290% !important;}
.f60 { font-size: 300% !important;}
.f64 { font-size: 320% !important;}
.f68 { font-size: 340% !important;}
.f70 { font-size: 350% !important;}
.f72 { font-size: 360% !important;}

/* text-align */
.txt_l { text-align: left;}
.txt_c { text-align: center;}
.txt_r { text-align: right;}

.image_fr {
	float: right;
	width: 200px;
}
.w_50 {
	width: 50%;
	margin: 0 auto;
}
.w_60 {
	width: 60%;
	margin: 0 auto;
}
.w_70 {
	width: 70%;
	margin: 0 auto;
}
.w_80 {
	width: 80%;
	margin: 0 auto;
}



/*--------------------------------------
背景用*/
.drawer-nav {
	background-color: rgb(2,115,158,0.9);
}

/*--------------------------------------
本文用*/
main {
	width: 100%;
}
.inner {
	padding: 5%;
	background-color: #3d486b;
}
.txtwrapper {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 5%;
	padding: 5%;
	background-color: #fff;
	border:3px solid #0a0e49;
	border-radius: 10px;
}
.txtwrapper:last-child {
	margin-bottom: 0;
}
h1 {
	padding: 10px 0;
	text-align: center;
	background: url("../images/bg_title.png")no-repeat center center/cover;
}
.title {
	width: 35%;
	margin: 0 auto;
}
h2 {
	padding-bottom: 3%;
	text-align: center;
}
.image {
	padding-bottom: 5%;
	text-align: center;
}
.image:last-child {
	padding-bottom: 0;
}
.txt {
	line-height: 1.5;
	font-size: 90%;
}
.txt:last-child {
	padding-bottom: 0;
}
/*--------------------------------------
login*/
.txtwrapper_index {
	padding: 10% 5% 60%;
}
.btn {
	width: 60% !important;
	margin: 0 auto;
}
.login {
	width: 60% !important;
	margin: 10% auto 40%;
	text-align: center;
}
.login_box {
	height: 45px;
	margin: 0 auto 10%;
	text-align: center;
	border-radius: 50px;
	border:2px solid #a0a0a0;
	background-color: #3d486b;
	color: #a0a0a0;
	font-size: 90%;
}
.login_btn {
	width: 100%;
}

/*--------------------------------------
bit*/
.txtwrapper_title {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}
.bit_area {
	padding: 2% 5%;
	color: #fff;
	background-color: #1b1b1b;
	text-align: center;
}
.bit {
	display: block;
	width: 100%;
}
.bit_list {
	display: inline-block;
	width: 35%;
	margin-right: 5%;
	vertical-align: middle;
}
.bit_list:last-child {
	margin-right: 0;
}
.bit_in {
	margin-bottom: 5px;
	font-size: 138%;
	line-height: 1;
	text-align: left;
}
.bit_in:last-child {
	margin-bottom: 0;
}
.bit_icon {
	width: 7%;
	line-height: 1;
}
.bit_area .w50 {
	width: 55% !important;
}
.right {
	text-align: right;
}
.trade_area {
	padding-bottom: 3%;
	text-align: center;
	color: #434343;
}
.trade_in {
	display: inline-block;
	width: 47%;
	margin-right: 1%;
}
.trade_in:last-child {
	margin-right: 0;
}
.bg_h {
	padding: 20% 5%;
	color: #fff;
	background: url("../images/bg_h.png")no-repeat center center/90% auto;
}
.bg_l {
	padding: 20% 5%;
	color: #fff;
	background: url("../images/bg_l.png")no-repeat center center/90% auto;
}
.stxt {
	padding-bottom: 3%;
	line-height: 1;
}
.ltxt {
	font-size: 200%;
	font-weight: bold;
	line-height: 1;
}
.bit_box {
	padding: 2% 5%;
	margin-bottom: 3%;
	border-radius: 10px;
	color: #000;
	border:2px solid #0a0e49;
	line-height: 2;
}
.bit_box:last-child {
	margin-bottom: 0;
}

.blue_box {
	background-color: #0a0e49;
	color: #fff;
}
.bw {
	border-bottom:1px solid #fff;
}
.bg {
	border-bottom:1px solid #bbb;
}
ul.buy {
	margin-bottom: 5%;
}
ul.buy:last-child {
	margin-bottom: 0;
}
ul.buy li {
	display: inline-block;
	width: 48%;
}
.left {
	text-align: left !important;
}
.right {
	text-align: right !important;
}

/*--------------------------------------
notice*/
.txt {
	padding-bottom: 5%;
	color: #434343;
}
.notice_area {
	padding: 5%;
}
.notice_box {
	padding: 5%;
	margin-bottom: 5%;
	background-color: #fff;
	border-radius: 5px;
}
.notice_box:last-child {
	margin-bottom: 0;
}

/*--------------------------------------
video*/
.video_area {
	padding: 5%;
}
.movie {
	width: 100%;
	max-width: 900px;
	padding: 3%;
	margin: 0 auto 8%;
	background-color: #fff;
	border-radius: 10px;
}
.movie:last-child {
	margin-bottom: 0;
}
.moviewrapper {
	width: 100%;
	padding-bottom: 56.25%;
	height: 0px;
	position: relative;
	text-align: center;
}
.moviewrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
h2 {
	font-size: 138%;
	font-weight: bold;
	color: #fff;
}
.movie_txt {
	padding-bottom: 5%;
	text-align: center;
	line-height: 1.5;
	color: #fff;
}

/*--------------------------------------
user*/
.detail {
	padding: 5px;
	margin-bottom: 2%;
	background-color: #0a0e49;
}
.input_entry {
	width: 100%;
	height: 30px;
	margin-bottom: 5%;
	border:none;
	border-bottom: 1px solid #0a0e49;
	font-size: 100%;
}
.entry_btn {
	text-align: center;
}
.entry_btn input:hover {
	opacity: 0.7;
}
input {
	width: 100%;
}


textarea{
width:100%;
padding:5px;
box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Chrome, Safari */
}
input[type="email"]{
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="password"]{
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="text"]{
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}



/*--------------------------------------
フッター用*/
footer {
	text-align: center;
	font-size: 60%;
	padding:0.5% 0;
	color: #949494;
	line-height: 1.5;
	background-color: #000;
}
footer a,footer a:link,footer a:visited,footer a:hover,footer a:active {
	text-decoration: none;
	color: #434343;
}


/*--------------------------------------
レスポンシブ*/

@media screen and (min-width: 800px){
	.sp{display:none;}
	br.sp {display: none;}
}
@media print, screen and (max-width: 800px) {
	body {
		font-size: 100%;
		line-height: 1.4;
		font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
		background: url("../images/bg_body.png")no-repeat center bottom/cover;
	}
	.pc {
		display: none;
	}
	br.sp {
		display: block;
	}
	#menu2{
		width: 100%;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 9999;
	}
	#menu2 img {
		width: 100%;
	}
	.ltxt {
		font-size: 140%;
	}
	.txtwrapper_title {
		width: 100%;
	}
	.bit_area .ws {
		width: 15%;
	}
	.bit_in {
		font-size: 125%;
	}
	footer {
		padding: 2% 0;
	}
	.w_45 {width: 60% !important; margin: 0 auto}
	.w_50 {width: 60% !important; margin: 0 auto;}
	.w_60 {width: 80% !important; margin: 0 auto;}
	.w_70 {width: 100% !important; margin: 0 auto;}
	.w_80 {width: 100% !important; margin: 0 auto;}
	.w_40_sp {width: 40% !important; margin: 0 auto;}
	.w_45_sp {width: 45% !important; margin: 0 auto;}
	.w_50_sp {width: 50% !important; margin: 0 auto;}
	.w_60_sp {width: 60% !important; margin: 0 auto;}
	.w_70_sp {width: 70% !important; margin: 0 auto;}
	.w_80_sp {width: 80% !important; margin: 0 auto;}

}
@media print, screen and (max-width: 800px) and (min-width: 640px) {
	body {
		font-size: 118%;
	}
	br {
		display: block;
		content: none;
	}
}
