@charset "UTF-8";



/* FONT size
---------------------------------------------------------------------
[ px ]	[ % ]
10px 	72  %		19px 	136 %
11px 	79  %		20px 	143 %
12px 	86 %		21px 	150 %
13px 	93 %		22px 	158 %
14px 	100 %		23px 	165 %
15px 	108 %		24px 	172 %
16px 	115 %		25px 	179 %
17px 	122 %		26px 	186 %
18px 	129 %
---------------------------------------------------------------------*/




/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 共通項目 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
body{
	line-height:1.6!important;
	letter-spacing:0.8px!important;	
	font-size:14px;
	}


/* マージン */
.mt0 { margin-top: 0 !important;}
.mb2 {	margin-bottom: 2px; }
.mb5 {	margin-bottom: 5px; }
.mb6 {	margin-bottom: 6px; }
.mb8 {	margin-bottom: 8px; }
.mb10 {	margin-bottom: 10px; }
.mb15 {	margin-bottom: 15px; }
.mb20 {	margin-bottom: 20px; }
.mb30 {	margin-bottom: 30px; }
.mb40 {	margin-bottom: 40px; }

.mt5 {	margin-top: 5px; }
.mt10 {	margin-top: 10px; }
.mt15 {	margin-top: 15px; }
.mt20 {	margin-top: 20px; }
.mt30 {	margin-top: 30px; }
.mt40 {	margin-top: 40px; }
.mt90 {	margin-top: 90px; }

.mr5 {	margin-right: 5px; }

/* text-align */
.txt_al_c{text-align:center;}
.txt_al_r{text-align:right;}
.txt_al_l{text-align:left;}

/* width */
.w_100p{width:100%;}

/* 文字装飾 */
.font1{
	font-family: 'Ubuntu Condensed', sans-serif;
	}
.fw_bold{
	font-weight:bold;
	}
strong {font-weight: bold;}


ul {}
ul li {list-style:none;	}


/* float解除 */
.cbox { 
}
* html .cbox {
	zoom: 100%;
}
*:first-child+html .cbox {
	display: inline-block;
}
.cbox:after {
	content: ""; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
}
ul { 
}
* html ul {
	zoom: 100%;
}
*:first-child+html ul {
	display: inline-block;
}
ul:after {
	content: ""; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
}






/* リンク */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
a {
	color: #000;
	transition: 0.4s;
	-webkit−transition: 0.4s;
}
a:hover {
	color: #808080;
}
.link_blue{
	color: #00A0E9;
	font-weight: bold;
	}
.link_blue:hover{
	color: #88D8EA;
	}

.error a {
	color: blue;
	text-decoration: underline;
}

/* テキスト装飾 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 小文字 */
.cap {
	line-height: 1.5;
	font-size: 86%;
}
.red{
	color:#D71717;
	}
.yellow{
	color:#FF9800;
	}
.green{
	color:#83BC00;
	}
.orange{
	color:#FB5B00;
	}
.blue{
	color:#529DF0;
	}
.under_line{
	text-decoration:underline;
	}


/* インデント */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.indent {
	text-indent:-1em;
	margin-left:1em;
}



/* リスト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.ul_disc{
	}
	.ul_disc li:not(:first-child){
		margin-top:5px;
		}	
	.ul_disc li{
		position:relative;
		padding-left:8px;
		}
		.ul_disc li::before{
			content:"";
			position:absolute;
			left:0;
			top:0.7em;
			width:3px;
			height:3px;
			border-radius:100%;
			background-color:#000;
			}
			
.ol{
  list-style-type: none;
  counter-reset: item;
  }
  .ol li{
	  text-indent: -1.5em;
	  padding-left: 1.5em;	  }
  .ol li:not(:first-child) {
	  margin-top:8px;
	  }
  .ol li:before {
	  counter-increment: item;
	  content: counter(item)'.';
	  padding-right: .5em;
	  font-weight: bold;
	  }



/* 横幅 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
body {
	font-family: YuGothic, 'Yu Gothic', 游ゴシック体, '游ゴシック', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'MS ゴシック', 'MS Gothic', sans-serif;
	color: #212121;
	padding: 0;
	margin: 0;
	-webkit-font-smoothing: antialiased;
	letter-spacing: 1px;
	-webkit-text-size-adjust: 100%;
}

input::placeholder {
  color: #CCC;
}
/* IE */
input:-ms-input-placeholder {
  color: #CCC;
}
/* Edge */
input::-ms-input-placeholder {
  color: #CCC;
}

/* ボタン */
.btn-common:hover {
	opacity: 0.6;
    transition: 500ms;
}

.btn-danger {
    background-color: #D71717;
}
.btn-outline-danger {
	border: solid 2px #D71717 !important;
	color: #D71717 !important;
}

.btn-gray {
	background-color: #D3D3D3;
}
.btn-outline-gray {
	border: solid 2px #D3D3D3 !important;
	color: #D3D3D3 !important;
}

.btn-ja {
    background-color: #ED8076;
}

/* 801px ~ */
@media all and (min-width: 801px){

.sp {
	display: none !important;
}

body {
	padding-left:150px!important;
	min-width:1070px;
	position:relative;
}

header{
	position:absolute;
	text-align:center;
	left:0;
	top:0;
	width:150px;
	height:100%;
	border-right:1px solid #E9E9E9;
	box-sizing:border-box;
	}
	.header_wrap{
		position:absolute;
		width:100%;
		top:0;
		left:0;
		}
	header #logo,
	header h1{
		padding: 50px 0 15px;
		line-height: 0;
		}
	header nav{
		border-top:1px solid #E9E9E9;
		}
		header nav ul li a{
			display:table;
			height:100px;
			width:100%;
			border-bottom:1px solid #E9E9E9;
			font-size:14px;
			font-weight:bold;
			line-height:1.2em;
			}
		header nav ul li a.login {
			height:60px;
			border-bottom: 1px solid #E9E9E9;
		}
		header nav ul li a span{
			display:table-cell;
			vertical-align:middle;
			font-size:13px;
			}
		header nav ul li a span img{
			margin-bottom:6px;
			}
	
	
	header .lang_fix{
		margin-top:40px;
		z-index:1;
		padding:0 10px;
		}
	header .select_wrap{
		display: inline-block;
		width:100%;
		vertical-align: top;
		position: relative;
		overflow: hidden;
		border: 1px solid #C8C8C8;
		border-radius:5px;
		font-size:11px;
		}
	header .select_wrap::before{
		content: "";
		position: absolute;
		box-sizing: border-box;
		width: 4px;
		height: 4px;
		border: 4px solid transparent;
		border-top: 4px solid #000;
		z-index: 1;
		right: 5px;
		top: 50%;
		margin-top: -2px;
		}
	header select{
		-moz-appearance: none;
		-webkit-appearance: none;
		appearance: none;
		border-radius: 0;
		margin: 0;
		padding: 0;
		border: none;
		background-color: #F7F7F7;
		vertical-align: top;
		font-size: inherit;
		box-sizing: box-sizing;
		height: 22px;
		padding: 1px 15px 0px 10px;
		display: inline-block;
		position: relative;
		width: 130% !important;
		}

footer{
	margin-top:90px;
	border-top:1px solid #D1D1D1;
	}
	.footer_icon{
		text-align:center;
		}
	.footer_icon a{
		text-align:center;
		margin:0  40px;
		}
	.footer_gray{
		background-color:#F8F8F8;
		}
	.footer_gray > .footer-attention{
		width: 100%;
		text-align: center;
		padding-top: 10px;
	}
	.footer_gray > div{
		width:1070px;
		margin:0 auto;
		padding-top:27px;
		padding-bottom:25px;
		}
		.footer_content{
			float:left;
			width:680px;
			margin-top:40px;
			}
		.footer_meaning {
			margin: 20px 0px 0px 10px;
		}
		.footer_link{
			margin-top:20px;
			clear:both;
			}
			.footer_link li{
				float:left;
				font-size:14px;
				margin-left:18px;
				padding-left:10px;
				background:url(../../img/common/pc/footer_arrow.png) no-repeat left 6px;
				margin-top:6px;
				}
		.footer_sns {
			}
			.footer_sns li{
				float:left;
				margin-left:18px;
				}
			.footer_sns li img{
				width:50px;
				}
		.footer_pr{
			float:right;
			width:300px;
			text-align: right;
			font-size:13px;
			}
	.footer_bottom{
		text-align:center;
		background-color:#D71717;
		color:#fff;
		padding:10px 0;
		font-size:12px;
		}
	
	
	#footer .lang_fix{
		position:fixed;
		right:0;
		bottom:30px;
		background-color:#F7F8FA;
		border:2px solid #DEE5EC;
		border-right:none;
		padding:8px 8px 6px;
		z-index:1;
		border-radius:5px 0 0 5px;
		}
	#footer .select_wrap{
		display: inline-block;
		width:100px;
		vertical-align: top;
		position: relative;
		overflow: hidden;
		border: 1px solid #C8C8C8;
		border-radius:5px;
		font-size:11px;
		}
	#footer .select_wrap::before{
		content: "";
		position: absolute;
		box-sizing: border-box;
		width: 4px;
		height: 4px;
		border: 4px solid transparent;
		border-top: 4px solid #000;
		z-index: 1;
		right: 5px;
		top: 50%;
		margin-top: -2px;
		}
	#footer select{
		-moz-appearance: none;
		-webkit-appearance: none;
		appearance: none;
		border-radius: 0;
		margin: 0;
		padding: 0;
		border: none;
		background-color: #F7F7F7;
		vertical-align: top;
		font-size: inherit;
		box-sizing: box-sizing;
		height: 22px;
		padding: 1px 15px 0px 10px;
		display: inline-block;
		position: relative;
		width: 130% !important;
		}


#title{
	text-align:center;
	padding-top:30px;
	}
	#title div,
	#title h2{
		display:inline-block;
		font-size:40px;
		background-image:url(../../img/common/pc/h2_bdr.jpg);
		background-repeat:no-repeat;
		background-position:bottom center;
		background-size:auto 2px;
		padding-bottom:10px;
		font-weight: bold;
		}
		#title .sub_title{
			margin-top:15px;
			font-size:20px;
			font-weight:bold;
			}


	.content_wrap{
		width:1040px;
		margin:auto;
		}


.Breadcrumb {
	text-align: center;
	padding: 20px 0px 30px 0px;
}
	.Breadcrumb li {
		display: inline;
		text-align: center;
	}
	.Breadcrumb li a {
		text-decoration: underline;
	}
	

	.table{
		width:100%;
		border-collapse:collapse
		}
		.table th{
			text-align:center;
			background-color:#F9F9F9;
			}
		.table th,
		.table td{
			border-left:1px solid #ccc;
			border-bottom:1px solid #ccc;
			padding:10px;
			}
		.table tr th:first-child,
		.table tr td:first-child{
			border-left:none;
			}
		.table tr:last-child th,
		.table tr:last-child td,
		.table tr .border_b_none{
			border-bottom:none;
			}
		.table tr:last-child th,
		.table tr:last-child td{
			border-bottom:none;
			}
			
			
		.h3{
			text-align:left;
			border-top:1px solid #000;
			border-bottom:1px solid #000;
			padding:15px 0;
			font-size:18px;
			margin-bottom:30px;
			}
		.h4{
			font-size:18px;
			border-bottom:solid 1px #D4D4D4;
			padding-bottom:10px;
			background:url(../../img/top_pc/h3_img.jpg) no-repeat left 8px;
			padding-left:25px;
			margin-bottom:20px;
			}
		.h4 span{
			color:#D71717;
			}
			
		form .error{
			color:#D71717;
			margin-top:10px;
			font-weight:bold;
			background-image:url(../../img/common/icon_coution_y.png);
			background-repeat:no-repeat;
			background-size:20px;
			padding-left:25px;
			}

.content_wrap form > .sec:not(:nth-of-type(1)){
		margin-top:50px;
		}
.content_wrap > .sec:not(:nth-of-type(1)){
		margin-top:50px;
		}


/* GDPR */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#gdpr_area {
	position: fixed;
	z-index: 999999;
	bottom: 50px;
	right:20px;
	width: 70%;
	box-sizing: border-box;
	background-color: rgba(0, 0, 0, 0.85);
	color: #fff;
	line-height: 1.5;
}
#gdpr_area a {
	border-bottom:1px solid #fff;
	transition: 300ms;
}
#gdpr_area a:hover {
	opacity: 0.5;
}
#gdpr_area .gdpr_area_inner {
  position: relative;
  margin: 0 auto;
  padding: 15px;
}
#gdpr_area .gdpr_area_inner a {
  color: #fff;
}
#gdpr_area .gdpr_area_inner span.break {
  display: block;
}
#gdpr_area .gdpr_link_sp {
  display: none;
}
#gdpr_area .gdpr_btn_agree {
  cursor: pointer;
  font-weight: bold;
  margin-left: 10px;
  color: #00A0E9;
  transition: 300ms;
}
#gdpr_area .gdpr_btn_agree:hover {
	opacity: 0.5;
}

input[type="text"].long {
	width:300px;
}
.btn-common {
    text-align: center;
    display: inline-block;
    /* color: #fff!important; */
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    padding: 10px 60px 8px;
    max-width: 350px;
    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: 0px 3px 0px 0px rgba(185, 185, 185, 0.6);
    -webkit-box-shadow: 0px 3px 0px 0px rgb(185, 185, 185);
    border: none;
    transition: 500ms;
    position: relative;
}
.activate_btn {
	display: inline-block;
}
.btn-wide {
	padding: 16px 40px 14px;
    font-size: 17px;
    width: 335px;
}
.btn-mini {
	padding: 10px 20px 8px;
}
.btn-fit {
	padding: 10px;
	display: inline-table;
	width: 100%;
	max-width:134px;
	margin-bottom:12px;
	line-height:1;
	border:solid 2px #D71717;
	color:#D71717 !important;
	background:#fff !important;
}
	.caution_input{
		margin-top:20px;
		padding:15px 15px 15px 70px;
		background-color:#FFE9DF;
		position:relative;
		}
	.caution_input p{
		margin:15px 0 5px;
		font-weight: bold;
		}
	.caution_input:before{
		width:32px;
		height:32px;
		background-image:url(/img/search/icon_coution.png);
		background-size:cover;
		content:"";
		position:absolute;
		left:20px;
		top:20px;
		}

	.caution_yellow{
		margin-top:20px;
		padding:15px 15px 15px 70px;
		background-color:#FFFDEA;
		position:relative;
		margin-bottom:30px;
		}
	.caution_yellow p{
		margin:15px 0 5px;
		}
		.caution_yellow:before{
			width:32px;
			height:32px;
			background-image:url(../../img/common/icon_coution_y.png);
			background-size:cover;
			content:"";
			position:absolute;
			left:20px;
			top:50%;
			margin-top:-16px;
			}

.btn-fit-ja{
	padding: 10px 8px;
	display: inline-table;
	width: 100%;
	max-width:134px;
	margin-bottom:12px;
	line-height:1;
	border:solid 2px #ED8076;
	color:#fff !important;
	background:#ED8076 !important;
}

.hamburgerArea {
	display: none;
}

}



/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* sp */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* ~ 800px */
@media all and (max-width: 800px){

.pc {
	display: none !important;
}




#header{
	text-align:center;
	padding:15px 20px;
	}
	#header #logo_sp,
	#header h1{
		line-height:0;
		}
	#header img{
		max-width:100%;
		width:154px;
		}

#footer{
	margin-top:80px;
	}
		
	#footer .footer_gray{
		border-top:1px solid #D1D1D1;
		background-color:#F8F8F8;
		padding:20px 10px 30px;
		}
		.footer_gray > .footer-attention{
			width: 100%;
			text-align: center;
			padding-top: 10px;
			padding-bottom: 10px;
		}
		#footer .footer_gray .footer_sns{
			margin-left:-5%;
			font-size:0;
			letter-spacing:0;
			padding:0 5%;
			}
		#footer .footer_gray .footer_sns li{
			display:inline-block;
			width:15%;
			margin-left:5%;
			}
		#footer .footer_gray .footer_sns li img{
			width:100%;
			}
			
		#footer .footer_gray .footer_meaning,
		#footer .footer_gray .footer_link{
			margin-top:15px;
			}
		#footer .footer_gray .footer_link li{
			width:48%;
			background:url(../../img/common/sp/dotted.png) repeat-x;
			padding-top:10px;
			padding-bottom:10px;
			position:relative;
			padding-left:10px;
			font-size:85%;
			box-sizing:border-box;
			}
			#footer .footer_gray .footer_link li::before{
				content:"";
				position:absolute;
				background-image:url(../../img/common/sp/arrow.png);
				left:0;
				top:1.3em;
				width:4px;
				height:6px;
				background-size:cover;
				}
		#footer .footer_gray .footer_link li:nth-of-type(1),
		#footer .footer_gray .footer_link li:nth-of-type(2){
			background:none;
			}
		#footer .footer_gray .footer_link li:nth-of-type(odd){
			float:left;
			clear:both;
			}
		#footer .footer_gray .footer_link li:nth-of-type(even){
			float:right;
			}
		
	#footer .footer_bottom{
		background-color:#D71717;
		text-align:center;
		color:#fff;
		padding:5px;
		}
		
	.footer_pr{
		margin: 0 auto;
		margin-bottom: 8%;
		width: 300px;
		text-align: right;
		}
		
	
	
	#footer .lang_fix{
		position:fixed;
		right:0;
		bottom:30px;
		background-color:#F7F8FA;
		border:2px solid #DEE5EC;
		border-right:none;
		padding:8px 8px 6px;
		z-index:1;
		border-radius:5px 0 0 5px;
		}
	#footer .select_wrap{
		display: inline-block;
		width:100px;
		vertical-align: top;
		position: relative;
		overflow: hidden;
		border: 1px solid #C8C8C8;
		border-radius:5px;
		font-size:11px;
		}
	#footer .select_wrap::before{
		content: "";
		position: absolute;
		box-sizing: border-box;
		width: 4px;
		height: 4px;
		border: 4px solid transparent;
		border-top: 4px solid #000;
		z-index: 1;
		right: 5px;
		top: 50%;
		margin-top: -2px;
		}
	#footer select{
		-moz-appearance: none;
		-webkit-appearance: none;
		appearance: none;
		border-radius: 0;
		margin: 0;
		padding: 0;
		border: none;
		background-color: #F7F7F7;
		vertical-align: top;
		font-size: inherit;
		box-sizing: box-sizing;
		height: 22px;
		padding: 1px 15px 0px 10px;
		display: inline-block;
		position: relative;
		width: 130% !important;
		}

#title div,
#title h2{
	background-color:#FEF8F8;
	text-align:center;
	padding:5px 0;
	}
	#contents #title div span,
	#contents h2 .sp{
		display:inline-block;
		background-image: url(../../img/common/sp/h2_bdr.jpg);
		background-repeat: no-repeat;
		background-position: bottom center;
		background-size: auto 2px;
		padding-bottom: 5px;
		margin-bottom:5px;
		margin-top:0px;
		font-size: 20px;
		font-weight: bold;
		}
		
	
	.content_wrap{
		position:relative;
		padding:0 10px;
		}
		
		
.Breadcrumb {
	text-align: center;
	padding: 15px 3% 0% 3%;
}
	.Breadcrumb li {
		display: inline;
		text-align: center;
		font-size:13px;
	}
	.Breadcrumb li a {
		text-decoration: underline;
	}
	
	
	.table{
		width:100%;
		border-collapse:collapse
		}
		.table th{
			text-align:center;
			background-color:#ECECEC;
			}
		.table th,
		.table td{
			border-left:1px solid #ccc;
			border-bottom:1px solid #ccc;
			padding:10px;
			}
		.table tr th:first-child,
		.table tr td:first-child{
			border-left:none;
			}
		.table tr:last-child th,
		.table tr:last-child td,
		.table tr .border_b_none{
			border-bottom:none;
			}
		.table tr:last-child th,
		.table tr:last-child td{
			border-bottom:none;
			}
		.h3{
			text-align:left;
			border-top:1px solid #000;
			border-bottom:1px solid #000;
			padding:15px 0;
			font-size:18px;
			margin:30px 0 20px;
			}
		.h4{
			font-size:18px;
			border-bottom:solid 1px #D4D4D4;
			padding-bottom:10px;
			background:url(../../img/top_pc/h3_img.jpg) no-repeat left 8px;
			padding-left:25px;
			margin-bottom:27px;
			}
		.h4 span{
			color:#D71717;
			}
			
		form .error{
			color:#D71717;
			margin-top:10px;
			font-weight:bold;
			background-image:url(../../img/common/icon_coution_y.png);
			background-repeat:no-repeat;
			background-size:20px;
			padding-left:25px;
			}

.content_wrap form > .sec:not(:nth-of-type(1)){
		margin-top:50px;
		}
.content_wrap > .sec:not(:nth-of-type(1)){
		margin-top:50px;
		}

.search_btn a button{
	margin-top:10px;
	}	
.search_btn button{
	max-width:100%;
	}

/* GDPR */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#gdpr_area {
  width: 100%;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.85);
  color: #fff;
  line-height: 1.5;
}
.is-fixed {
	position: fixed;
	z-index: 99;
	top: 0;
	left:0;
	bottom:auto !important;
	}
#gdpr_area a {
	border-bottom:1px solid #fff;
}
#gdpr_area .gdpr_area_inner {
  position: relative;
  margin: 0 auto;
  padding: 13px 15px 13px;
  word-break:break-all;
  letter-spacing:0;
  font-size:12px;
}
#gdpr_area .gdpr_area_inner a {
  color: #fff;
}
#gdpr_area .gdpr_area_inner span.break {
  display: block;
}
#gdpr_area .gdpr_link_sp {
  display: none;
}
#gdpr_area .gdpr_btn_agree {
  cursor: pointer;
  font-weight: bold;
  margin-left: 10px;
  color: #00A0E9;
}

input[type="text"].long {
	max-width:300px;
}
.btn-common {
	text-align: center;
    display: inline-block;
    /* color: #fff!important; */
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    padding: 10px 60px 8px;
	max-width: 350px;
    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.6);
	border: none;
    transition: 500ms;
	position: relative;
}
.login_btn {
	box-shadow: 0px 3px 0px 0px rgba(185, 185, 185, 0.6);
	-webkit-box-shadow: 0px 3px 0px 0px rgb(185, 185, 185);
	margin-top:18px;
	background: #fff;
	border: solid 2px #D71717;
	color: #D71717 !important;
	width:66%;
	font-size:18px;
}
.activate_btn {
	margin: 20px 0px 10px;
	display: block;
	text-align: center;
}
.activate_btn button {
    padding: 10px 28px 8px;
	max-width: 310px;
}
.btn-wide {
	padding: 16px 40px 14px;
    font-size: 17px;
}
	.caution_input {
		margin-top:20px;
		padding:65px 15px 15px 15px;
		background-color:#FFE9DF;
		position:relative;
		}
	.caution_input p{
		/* margin:15px 0 5px; */
		font-weight: bold;
		text-align: center;
		}
	.caution_input:before{
		width:32px;
		height:32px;
		background-image:url(/img/search/icon_coution.png);
		background-size:cover;
		content:"";
		position:absolute;
		left:50%;
		margin-left:-16px;
		top:15px;
		}

	.caution_yellow{
		padding:65px 15px 15px 15px;
		background-color:#FFFDEA;
		position:relative;
		margin-bottom:30px;
		}
	.caution_yellow p{
		margin:15px 0 5px;
		}
		.caution_yellow:before{
			width:32px;
			height:32px;
			background-image:url(../../img/common/icon_coution_y.png);
			background-size:cover;
			content:"";
			position:absolute;
			left:50%;
			margin-left:-16px;
			top:15px;
			}

	.btn-fit-ja{
		padding: 10px 8px;
		margin-top: 20px !important;
		font-size: 18px;
		line-height:1;
		border:solid 2px #ED8076;
		color:#fff !important;
		background:#ED8076 !important;
	}

/* hamburger */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.nav-open {
	overflow: hidden;
}
.hamburgerArea {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 40px;
	height: 40px;
	box-shadow: 0 2px 6px rgba(0,0,0,.1);
	z-index: 998;
}
.global-nav {
	position: fixed;
	bottom: -100%;
	height: 100%;
	width: 100%;
	padding: 40px 40px 80px;
	box-sizing: border-box;
	background-color: #fff;
	transition: all .6s;
	z-index: 200;
	overflow-y: auto;
}
	.global-nav .login_btn ,
	.global-nav .btn-ja {
		display: block;
	}
	.global-nav .login_btn ,
	.global-nav .btn-ja ,
	.global-nav .gsc-control-cse {
		width: 85%;
		max-width: 350px;
		margin: 0 auto;
	}
	.global-nav .gsc-control-cse {
		margin: 30px auto 0;
		padding: 0;
	}
		.gsc-input-box {
			padding-top: 3px !important;
		}
.hamburger {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50px;
	height: 50px;
	cursor: pointer;
	z-index: 300;
	background-color: #212121;
}
.global-nav__list {
	margin-top: 20px;
}
.global-nav__item {
  text-align: center;
}
.global-nav__item a {
	display: block;
	padding: 10px 0;
	font-weight: bold;
	border-bottom: 1px solid #eee;
}
.global-nav__item a span {
	display: block;
}
	.global-nav__item a span img {
		width: 33px !important;
		margin-bottom: 5px;
	}
.global-nav__item a:hover {
  background-color: #eee;
}
.hamburger__line {
  position: absolute;
  left: 11px;
  width: 28px;
  height: 1px;
  background-color: #fff;
  transition: all .6s;
}
.hamburger__line--1 {
  top: 17px;
}
.hamburger__line--2 {
  top: 25px;
}
.hamburger__line--3 {
  top: 33px;
}
.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all .6s;
  cursor: pointer;
}
/* 表示された時用のCSS */
.nav-open .global-nav {
	bottom: 0%;
}
.nav-open .black-bg {
	opacity: .8;
	visibility: visible;
}
.nav-open .hamburger__line--1 {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 25px;
}
.nav-open .hamburger__line--2 {
	width: 0;
	left: 50%;
}
.nav-open .hamburger__line--3 {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 25px;
}
	
	
	
}
/* //sp */

.cart {
	color:#D71717;
	margin-bottom: 2px;
	width:33px !important;
}

.pt10 {
	padding-top: 10px;
}

/* event notice */
.event-notice {
    text-align: center;
    padding: 10px 0px;
}
.event-notice span {
	border: 4px double #565656b0;
    padding: 10px;
    display: inline-block;
}
.event-notice span a {
    color: #FF0000;
    font-weight: bold;
    text-decoration: underline;
}
/** sp **/
@media all and (max-width: 800px){
.event-notice span {
    margin: 0px 5px;
    width: auto;
}
.br_sp {
	display: block !important;
	font-size: 0 !important;
}
}
/** pc **/
@media screen and (min-width: 801px){
.event-notice span {
    min-width: 700px;
}
.br_sp {
	display: none !important;
}
}

.text-danger {
    color: #FF0000 !important;
}
.text-bold {
	font-weight: bold !important;
}