@charset "utf-8";

/*------------------------------------------------* reset */
*,*:before,*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
body,div,pre,p,blockquote,form,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,object {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
img {
	max-width: 100%;
	vertical-align: bottom;
	border: none;
	width: auto\9; /* ie8 */
}
em,strong {
	font-weight: bold;
}
ul,ol {
	list-style: none;
}
input, button, textarea, select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type="text"], input[type="password"], textarea, select {
	outline:none;
}


/*------------------------------------------------* html, body */
html {
	position: relative;
	min-width: 320px;
	min-height: 100%;
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
}
body {
	background: #fff;
	color: #333;
	font-size: 1.0rem;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	line-height: 1;
}


/*------------------------------------------------* a */
a:link {
	color: #ff5611;
	text-decoration: none;
}
a:hover {
	color: #ff5611;
	text-decoration: underline;
}
a:visited {
	color: #ff5611;
	text-decoration: underline;
}
a:active {
	color: #ff0000;
	text-decoration: none;
}


/*------------------------------------------------* .main */
.main {
	width: 100%;
	height: 500px;
	background: #fff;
}
.main:after {
	content: "1024PX以上";
	display: block;
	width: 100%;
	padding-top: 50px;
	font-size: 2.0rem;
	text-align: center;
}

@media screen and (max-width:1023px) {
	.main {
		background: #ff0;
	}
	.main:after {
		content: "800PX〜1023PX";
	}
}

@media screen and (max-width:799px) {
	.main {
		background: #0ff;
	}
	.main:after {
		content: "480PX〜799PX";
	}
}

@media screen and (max-width:479px) {
	.main {
		background: #f0f;
	}
	.main:after {
		content: "479PX以下";
	}
}


/*------------------------------------------------* 汎用クラス */
.clearfix {
	zoom: 1;
	position: relative;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.dsp_sp {
	display: none;
}

@media screen and (min-width:1024px) {
    .pc {
        display: block;
    }
    .sp {
        display: none!important;
    }
}

@media screen and (max-width:1023px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}

/*------------------------------------------------* #header */
#header {
	position: relative;
	width: 100%;
	height: auto;
	background: #ffffff;
	z-index: 2;
}
#header .container {
	position: relative;
	width: 980px;
	height: 100px;
	margin: 0 auto;
}
#header a {
	color: #333333;
	text-decoration: none;
	cursor: pointer;
}
#header a:hover {
	color: #ff5611;
}
#header .logo {
	position: absolute;
	bottom: 24px;
	left: 10px;
	width: 330px;
	height: 36px;
}
#header .logo a,
#header .logo img {
	display: block;
	width: 100%;
}
#header .navi .icon {
	display: none;
}
#header .navi .menu {
	position: absolute;
	bottom: 24px;
	right: 10px;
	font-size: 0;
}
#header .navi .menu li {
	display: inline;
}
#header .navi .menu li a {
	display: inline-block;
	padding-bottom: 5px;
	margin-left: 28px;
	font-size: 1.4rem;
}
#header .navi .menu li a.current {
	padding-bottom: 3px;
	border-bottom: 2px solid #0085e6;
}
#header .navi .member {
	position: absolute;
	top: 15px;
	right: 10px;
	padding: 5px 10px 5px 25px;
	border: 1px solid #002be6;
	border-radius: 12px;
	color: #002be6;
	font-size: 1.2rem;
}
#header .navi .member:hover {
	background-color: #fce5e7;
}
#header .navi .member:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 15px;
	display: block;
	margin-top: -3px;
	border-width: 3px 5px;
	border-style: solid;
	border-color: transparent;
	border-left-color: #002be6;
}
#header .browser_err_msg {
	position: relative;
	width: 980px;
	margin: 0 auto;
	padding-left: 15px;
	z-index: -2;
}
#header .err_msg_lnk {
	color: #0000FF;
	text-decoration:underline
}

@media screen and (min-width:1024px) {
	#header .navi .menu {
		height: auto!important;
	}
}

@media screen and (max-width:1023px) {
	#header .container {
		width: 100%;
	}
	#header .logo {
		bottom: 30px;
		left: 30px;
		width: 209px;
		height: 40px;
	}
	#header .navi .icon {
		position: absolute;
		top: 0;
		right: 0;
		display: table;
		width: 100px;
		height: 100%;
		border-left: 1px solid #e6e6e6;
		font-size: 1.4rem;
	}
	#header .navi .icon a {
		display: table-cell;
		width: 100%;
		height: 100%;
		color: #ff5611;
		text-align: center;
		vertical-align: middle;
	}
	#header .navi .icon a span {
		display: block;
	}
	#header .navi .icon a>span>span:before {
		margin-bottom: 10px;
	}
	#header .navi .icon *:before {
		content: "";
		position: relative;
		top: 0;
		display: block;
		width: 40px;
		height: 6px;
		margin: 6px auto;
		background: #ff5611;
		border-radius: 3px;
		opacity: 1;
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
		-webkit-transition: opacity 0.0s 0.3s linear, top 0.2s 0.3s linear, -webkit-transform 0.3s 0.0s linear;
		-moz-transition: opacity 0.0s 0.3s linear, top 0.2s 0.3s linear, -moz-transform 0.3s 0.0s linear;
		-ms-transition: opacity 0.0s 0.3s linear, top 0.2s 0.3s linear, -ms-transform 0.3s 0.0s linear;
		-o-transition: opacity 0.0s 0.3s linear, top 0.2s 0.3s linear, -o-transform 0.3s 0.0s linear;
		transition: opacity 0.0s 0.3s linear, top 0.2s 0.3s linear, transform 0.3s 0.0s linear;
	}
	#header .navi.open .icon *:before {
		-webkit-transition: opacity 0.0s 0.2s linear, top 0.2s 0.0s linear, -webkit-transform 0.3s 0.2s linear;
		-moz-transition: opacity 0.0s 0.2s linear, top 0.2s 0.0s linear, -moz-transform 0.3s 0.2s linear;
		-ms-transition: opacity 0.0s 0.2s linear, top 0.2s 0.0s linear, -ms-transform 0.3s 0.2s linear;
		-o-transition: opacity 0.0s 0.2s linear, top 0.2s 0.0s linear, -o-transform 0.3s 0.2s linear;
		transition: opacity 0.0s 0.2s linear, top 0.2s 0.0s linear, transform 0.3s 0.2s linear;
	}
	#header .navi.open .icon a:before {
		top: 12px;
		-webkit-transform: rotate(225deg);
		-moz-transform: rotate(225deg);
		-ms-transform: rotate(225deg);
		-o-transform: rotate(225deg);
		transform: rotate(225deg);
	}
	#header .navi.open .icon a>span:before {
		opacity: 0;
	}
	#header .navi.open .icon a>span>span:before {
		top: -12px;
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		-o-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	#header .navi .menu {
		top: 100%;
		left: 0;
		right: 0;
		bottom: auto;
		height: 0;
		overflow: hidden;
	}
	#header .navi .menu li a,
	#header .navi .menu li a.current {
		position: relative;
		display: block;
		margin: 0;
		padding: 17px 30px;
		border-top: 1px solid #cccccc;
		border-bottom: none!important;
		background: #ffffff;
		font-size: 1.5rem;
	}
	#header .navi .menu li a:after {
		content: ">";
		position: absolute;
		top: 50%;
		right: 30px;
		margin-top: -7px;
		display: block;
		font-size: 1.4rem;
	}
	#header .navi .member {
		top: 30px;
		right: 120px;
		padding: 11px 15px 11px 30px;
		border-radius: 20px;
		font-size: 1.6rem;
	}
	#header .navi .member:after {
		margin-top: -4px;
		border-width: 4px 7px;
	}
	#header-menu-overlay {
		position: absolute;
		top: 0;
		left: 0;
		display: none;
		width: 100%;
		height: 100%;
		background: #000000;
		opacity: 0;
		z-index: 1;
	}
}

@media screen and (max-width:799px) {
	#header .container {
		height: 50px;
	}
	#header .logo {
		bottom: 15px;
		left: 15px;
		width: 250.5px;
		height: 20px;
	}
	#header .navi .icon {
		width: 50px;
		font-size: 0.7rem;
	}
	#header .navi .icon *:before {
		width: 20px;
		height: 3px;
		margin: 3px auto;
		border-radius: 1.5px;
	}
	#header .navi .icon a>span>span:before {
		margin-bottom: 5px;
	}
	#header .navi.open .icon a:before {
		top: 6px;
	}
	#header .navi.open .icon a>span:before {
		opacity: 0;
	}
	#header .navi.open .icon a>span>span:before {
		top: -6px;
	}
	#header .navi .menu li a,
	#header .navi .menu li a.current {
		padding: 12px 15px;
	}
	#header .navi .menu li a:after {
		right: 15px;
	}
	#header .navi .member {
		top: 15px;
		right: 70px;
		padding: 3.5px 11px 3.5px 21px;
		border-radius: 10px;
		font-size: 1.1rem;
	}
	#header .navi .member:after {
		left: 10px;
		margin-top: -3px;
		border-width: 3px 5px;
	}
}

@media screen and (max-width:479px) {
	#header .navi .member {
		right: 60px;
	}
}

.no_disp_br_phone {
	  display: block;
  }

.disp_br_phone {
	display: none;
  }
@media screen and (max-width: 799px) {
	.disp_br_phone {
	  display: block;
	}

.no_disp_br_phone {
	display: none;
  }
}

/*------------------------------------------------* #footer */
#footer {
	width: 100%;
	padding: 30px 10px;
	border-top: 1px solid #cccccc;
}
#footer .container {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}
#footer .container:after {
	content: "";
	display: block;
	clear: both;
}
#footer .navi {
	float: left;
}
#footer .navi .menu {
	font-size: 0;
}
#footer .navi .menu li {
	display: inline-block;
	padding: 0px 30px;
	border-left: 1px solid #333333;
}
#footer .navi .menu li:first-child {
	padding-left: 0;
	border-left: none;
}
#footer .navi .menu li a {
	color: #333333;
	font-size: 1.2rem;
}
#footer .copy {
	float: right;
}
#footer .copy small {
	font-size: 1.1rem;
}
#footer img.toTop {
	right: 1%;
	bottom: 95px;
	position: fixed;
	display: none;
}

@media screen and (max-width:1023px) {
	#footer {
		padding: 20px 30px;
	}
	#footer .navi .menu li {
		padding: 0px 15px;
	}
	#footer .navi .menu li a {
		font-size: 1.1rem;
	}
	#footer .copy small {
		font-size: 1.0rem;
	}
	#footer .navi ul li {
		padding: 0px 15px;
	}
	#footer img.toTop {
		right: 1%;
		bottom: 80px;
		position: fixed;
		display: none;
	}
}

@media screen and (max-width:799px) {
	#footer {
		padding: 20px 0px;
	}
	#footer .navi {
		float: none;
		text-align: center;
	}
	#footer .navi .menu li:first-child {
		padding-left: 15px;
	}
	#footer .copy {
		float: none;
		margin-top: 20px;
		text-align: center;
	}
}

@media screen and (max-width:479px) {
	#footer .navi {
		float: none;
		text-align: center;
	}
	#footer .navi ul li:last-child {
		margin-top: 10px;
		display: block;
		border-left: none;
	}
	#footer img.toTop {
		right: 1%;
		position: fixed;
		bottom: 10px!important;
		display: none;
	}
}

.disp_br_phone {
  display: none; /*799px以上では改行タグを無効に。*/
}

@media screen and (max-width: 799px) {
  .disp_br_phone {
    display: block; /*799px未満で改行タグを有効に。*/
  }
}

.disp_contents_phone {
  display: none; /*799px以上で非表示*/
}
@media screen and (max-width: 799px) {
  .disp_contents_phone {
    display: contents; /*799px未満で表示*/
  }
}

.nodisp_contents_phone {
  display: contents; /*799px以上では表示*/
}
@media screen and (max-width: 799px) {
  .nodisp_contents_phone {
    display: none; /*799px未満で非表示*/
  }
}
