@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: #e60012; */
	text-decoration: none;
}
a:hover {
	color: #e60012;
	text-decoration: underline;
}
a:visited {
	/* color: #e60012; */
	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;
}


/*------------------------------------------------* #header */
#header {
	position: relative;
	width: 100%;
	height: auto;
	background: #ffffff;
	z-index: 1;
}
#header .container {
	position: relative;
	width: 980px;
	height: 100px;
	margin: 0 auto;
}
#header a {
	color: #333333;
	text-decoration: none;
	cursor: pointer;
}
#header a:hover {
	color: #e60012;
}
#header .logo {
	position: absolute;
	bottom: 24px;
	left: 10px;
	width: 240px;
	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_wrap {
	 border-bottom: 4px solid #E6001B;
	 padding: 10px;
}

#pc_header {
	width: 100%;
	background-color: #fff;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
#pc_header .header_inner{
	position: relative;
	height: 80px;
	margin: auto;
	max-width: 1400px;
	min-width: 1010px;
	width: auto;
	margin: auto;
}
#pc_header .header_logo {
	padding: 15px 20px;
	text-align: left;
	width: 230px;
}
#pc_header .header_logo img{
	width: 230px;
}
#pc_header .header_logo a {
	display:block;
}

#globalnav{
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	position: absolute;
	width: auto;
	padding: 0;
	right: 15px;
	top: 20px;
	margin: auto;
	font-size: 0;
}
#globalnav ul{
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: -6px;
	border-top: none;
}
#globalnav li {
	display: inline-block;
	position: relative;
}

#globalnav li:nth-child(2)::before{
	content: " ";
	position: absolute;
	width: 10px;
	height: 16px;
	top: 0;
	bottom: 0;
	left: -5px;
	margin: auto;
	border-left: 1px solid #111111cf;
}
#globalnav li:nth-child(2)::after {
	content: " ";
	position: absolute;
	width: 10px;
	height: 16px;
	border-left: 1px solid #111111cf;
	top: 0;
	bottom: 0;
	right: -15px;
	margin: auto;
}

#globalnav li a{
	text-decoration: none;
	padding:0 5px 24px;
	margin: 0 15px;
	transition: all .4s;
	font-weight:500;
	color:#111111cf;
	font-size: 15px;
	font-family: "Noto Sans JP";
	letter-spacing: 0.15em;
}
#globalnav li a:hover{
	color: #6BBC6F;
	border-bottom: 5px solid #6BBC6F;
}

/*==================================================
	ヘッダーボタン
====================================================*/

.head_btn {
  display: inline-block;
  min-width: 110px;
  text-align: center;
  background-color: #fff;
  border: 2px solid #6BBC6F;
  font-size: 14px;
  top:5px;
  text-decoration: none;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 4px;
  position: relative;
  margin:5px;
}

.head_btn span {
  position: relative;
  z-index: 1;
  color: #fff;
}

.head_btn.logout_btn {
  color: #fff;
  border: 2px solid #6c757d;
}
.head_btn.account_btn {
  background-color: #fff;
  border: 2px solid #6BBC6F;
}
.head_btn.logout_btn span {
  color: #fff;
}
.head_btn.account_btn span {
  color: #fff;
}
.head_btn::before,
.head_btn::after {
  content: "";
  display: block;
  background-color: #6BBC6F;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: .2s;
}
.head_btn.logout_btn::before,
.head_btn.logout_btn::after {
  background-color: #6c757d;.
}
.head_btn.account_btn::before,
.head_btn.account_btn::after {
  background-color: #6BBC6F;.
}
.head_btn::before {
  left: 0;
}
.head_btn::after {
  right: 0;
}

.head_btn:hover:before,
.head_btn:hover:after {
  width: 0;
  background-color: #6BBC6F;
}
.head_btn.logout_btn:hover:before,
.head_btn.logout_btn:hover:after {
  width: 0;
  background-color: #6c757d;
}
.head_btn.account_btn:hover:before,
.head_btn.account_btn:hover:after {
  width: 0;
  background-color: #6BBC6F;
}
.head_btn.logout_btn:hover {
  border: 2px solid #6c757d;
  background-color: #fff;
}
.head_btn.account_btn:hover {
  border: 2px solid #F39800;
  background-color: #F39800;
}
.head_btn:hover span {
  color: #6BBC6F;
}
.head_btn.logout_btn:hover span {
  color: #6c757d;
}
.head_btn.account_btn:hover span {
  color: #fff;
}
/*==================================================*/

.grad_btn{
	position: relative;
	display: inline-block;
	left: auto;
	top: 5px;
	margin: 0 5px 0 5px;
	min-width: 110px;
	background: linear-gradient(to left, #F39800, #FABD00);
	border: none;
	border-radius: 25px;
}
/*
#globalnav .grad_btn:nth-child(2){
	margin: 0;
}
*/
.grad_btn p {
	padding: 0 16px;
	margin: 6px 0;
	color: #fff;
	text-align: center;
	font-size: 12px;
	letter-spacing: 0.15em;
	font-family: "Noto Sans JP";
}
.btn-mover:hover p {
	z-index: 100;
	position: relative;
	display: block;
	color: #004995;
}

.btn-mover a::before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 80%;
	height: 13px;
	margin: auto;
	padding: 3% 6% 3% 6%;
	display: block;
	background: #fff;
	opacity: 0;
	border: 1px solid #fff;
	border-radius: 25px;
	transition: .4s ease;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.btn-mover:nth-child(3) a::before{
	/* width: 77px; */
}
.btn-mover:nth-child(2).logined a::before{
	width: 91px;
}
.btn-mover:nth-child(3).logined a::before{
	width: 120px;
}
@media all and (-ms-high-contrast: none) {
  .btn-mover:nth-child(2).logined a::before{
  	width: 86px;
  }
  .btn-mover:nth-child(3).logined a::before{
  	width: 108px;
  }
}
.btn-mover a:hover::before{
	opacity: 1;
	transform: scale(1, 1);
}
#sp_header {
	display: none;
}

@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: #e60012;
		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: #e60012;
		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) {
	#pc_header {
		display: none;
	}
	#header .container {
		height: 50px;
	}
	#header .logo {
		bottom: 15px;
		left: 15px;
		width: 104.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;
	}

	#sp_header{
		display: block;
		overflow: auto;
		height: 100%;
		width: 100%;
		background-color: rgba(255,255,255,0.7);
	}
	#sp_header_block {
		background-color: #fff;
		height: 60px;
	}
	#sp_header .header_logo{
		position:relative;
		left:0;
		top:0;
		height: 60px;/*高さいれないとAndroidブラウザ崩れる*/
		width: 150px;
		text-align: left;
	}
	#sp_header .header_logo img{
		width: 85%;
		max-width:320px;
		padding: 17px 0 10px 3%;
	}
	#sp_header .header_logo a {
		display:block;
	}
	#sp_header .header_nav_area{
		position: absolute;
		right: 15px;
		top: 0;
		padding:20px 0 0;
		margin: 0;
	}
	/*toggle_button*/
	#sp_header .toggle_button,
	#sp_header .toggle_button span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	#sp_header .toggle_button {
		position: relative;
		width: 26px;
		height: 38px;
	}
	#sp_header .toggle_button span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 3.2px;
		background-color: #6BBC6F;
	}
	#sp_header .toggle_button span:nth-of-type(1) {
		top: 0;
	}
	#sp_header .toggle_button span:nth-of-type(2) {
		top: 9px;
	}
	#sp_header .toggle_button span:nth-of-type(3) {
		bottom: 15px;
	}
	#sp_header .toggle_button.active span:nth-of-type(1) {
		-webkit-transform: translateY(10px) rotate(-45deg);
		transform: translateY(10px) rotate(-45deg);
		background-color: #6BBC6F;
	}
	#sp_header .toggle_button.active span:nth-of-type(2) {
		opacity: 0;
	}
	#sp_header .toggle_button.active span:nth-of-type(3) {
		-webkit-transform: translateY(-10px) rotate(45deg);
		transform: translateY(-10px) rotate(45deg);
		background-color: #6BBC6F;
	}

	/*toggle_menu*/
	#sp_header .toggle_menu {
		text-align: center;
		display:none;
		position: relative;
		left: 0;
	}
	#sp_header .toggle_menu .tit {
		cursor: pointer;
		border: 0.5px solid #ffffff;
		background-color: #6BBC6F;
		color:#ffffff;
		padding: 0;
		text-align:left;
		font-size: 14px;
		margin: 0;
	}
	#sp_header .toggle_menu .tit.account_btn {
		border: 0.5px solid #F39800;
		background-color: #F39800;
	}
	#sp_header .toggle_menu .tit:hover {
		background-color: #fff;
		border: 1px solid #6BBC6F;
	}
	#sp_header .toggle_menu .tit a:hover {
		color:#6BBC6F;
	}

	#sp_header .toggle_menu .tit.account_btn:hover {
		border: 1px solid #F39800;
	}
	#sp_header .toggle_menu .tit.account_btn a:hover {
		color:#F39800;
	}
	#sp_header .toggle_menu .tit.logout_btn:hover {
		border: 1px solid #6c757d;
	}
	#sp_header .toggle_menu .tit.logout_btn a:hover {
		color:#6c757d;
	}
	#sp_header .toggle_menu  {
		color:#fff;
	}
	#sp_header .toggle_menu .tit a {
		font-family: "Noto Sans JP";
	}
	#sp_header .toggle_menu .tit a {
		display:block;
		color:#fff;
		text-decoration: none;
		padding: 12px 0 12px 7%;
	}
	#sp_header .toggle_menu p {
		text-align:left;
		border-bottom: 1px solid #0a51a1;
		padding: 5% 0 5% 10%;
		color: #0570da;
	}
	#sp_header_block{
		background-color: #fff;
	}
}

@media screen and (max-width:479px) {
	#header .navi .member {
		right: 60px;
	}
}


/*------------------------------------------------* #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;
}

@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;
	}
}

@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;
	}
}
/*==================================================

    フッター下部固定用

====================================================*/
body {
  height: 100%;
}
#lf_wrapper {
  min-height: 100%;
}

@media screen and (max-width: 1200px) {
    #lf_wrapper {
        min-height: 100%;
    }
}
@media screen and (max-width: 767px){
    #lf_wrapper {
        min-height: 100%;
    }
}