@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:300,300i,400,400i,600,600i,700,700i');


.fadein.scrollin{
 opacity: 1;
 transform: translate(0, 0);
}

.fadein{
 opacity: 0.1;
 transform: translate(0, 60px);
 transition: all 600ms;
}

canvas{
	display: block;
	vertical-align: bottom;
}

#particles-js{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	z-index: 0;
}

.cf:after{
 content: "";
 clear: both;
 display: block;
}

.ta_c{ text-align: center; }
.ta_r{ text-align: right; }

.w-b{ word-break: break-all; }

@media screen and (min-width: 801px){
/*==========================================
 pc/tab
===========================================*/

	.pc_none{	display: none;	}

	.pc_mb10{ margin-bottom: 10px!important;}
	.pc_mb20{ margin-bottom: 20px!important;}
	.pc_mb40{ margin-bottom: 40px!important;}
	.pc_mb60{ margin-bottom: 60px!important;}
	
	.pc_pt60{ padding-top: 60px!important;}
	.pc_pb10{ padding-bottom: 10px!important;}
 .pc_pb20{ padding-bottom: 20px!important;}
 
 .pc_ptb10{ padding: 10px 0!important;}

		body{
			margin: 0px auto;
			padding: 0px;
			font-size: 16px;
			line-height: 1.7;
			font-weight: 500;
			font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
			color: #212121;
			background-color: #FFF;
		}

		a,a:hover{
		font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
		color: #212121;
		text-decoration: none;
		cursor: pointer;	
		}

		#wrap{
			width: 100%;
			min-width: 1000px;
		}

	/*-------------header-------------*/

	#header_box{
		margin: 0px auto;
		padding: 15px 0;
		width: 100%;
		min-width: 1000px;
		position: fixed;
		z-index: 10;
		background: rgba(255,255,255,0.9);
		-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
		box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
	}

	#header{
		margin: 0px auto;
		padding: 0px;
		width: 1000px;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-ms-align-items: center;
		align-items: center;
	}

	#header h1{
		width: 280px;
	}

	#header h1 img{
  width: 100%;
  height: auto;
	}
 
	#header .nav_wrap{
  width: 636px;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-ms-align-items: center;
		align-items: center;
 }

	#header .nav{
  margin: 0px 20px 0px 0px;
		padding: 0;
		width: 450px;
		font-family: "Josefin Sans", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
		color: #212121;
		font-size: 16px;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-ms-align-items: center;
		align-items: center;
	}

	#header .nav li a{
		font-family: "Josefin Sans", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
		text-decoration: none;
		font-weight:700;
		font-size: 18px;
  background: -webkit-linear-gradient(left, #ffcc09 50%, transparent 50%) 100% bottom / 200% 50% no-repeat;
  background: linear-gradient(to right, #ffcc09 50%, transparent 50%) 100% bottom / 200% 50% no-repeat;
  -webkit-transition: background-position .25s ease-out;
  transition: background-position .25s ease-out;
	}

	#header .nav li a:hover{
		background-position: 0% bottom;
	}
 
.sns-wrap{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
	
.icon-twitter-anc{
	font-size: 1.6em!important;
	color: #1B95E0;
 line-height: 1.0;
}

.sns__btn-wrap{
	padding: 0 5px;
}
 
.fb_iframe_widget {
 line-height: 0.7;
}
 
	
	
/*-------------text-------------*/

	.contents .mi_01{
		margin: 0px auto 50px;
		padding: 5px 0 0 0;
		font-size: 3.0em;
		line-height: 1.0;
		font-weight: 600;
		font-family: "Josefin Sans", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
		color: #ffcc09;
		text-align: center;
	}
 
	.contents .mi_01 span{
		margin: 0px auto;
		padding: 8px 0 0 0;
		font-size: 0.5em;
		line-height: 1.0;
		font-weight: bold;
		color: #323232;
		text-align: center;
		vertical-align: middle;
	}
 
	.contents .mi_01 span:before,
	.contents .mi_01 span:after{
		content: "";
		margin: 0px 20px 7px;
		width: 14px;
		display: inline-block;
		border-bottom: 3px solid #323232;
	}
 
	.contents_box .contents .mi_01{
		color: #FFF;
	}
 
	.mi_02{
		margin: 0px auto 30px;
		padding: 5px 0 0 0;
		font-size: 1.5em;
		font-weight: 600;
		color: #ffcc09;
		text-align: center;
		line-height: 40px;
		border-top: 6px double #ffcc09;
		border-bottom: 6px double #ffcc09;
	}
 
	.sub_mi_01{
  margin: -25px auto 0;
  width: 843px;
  text-align: center;
  position: relative;
 }
 
	.sub_mi_01 h3{
		margin: auto;
		padding: 5px 0;
		width: 800px;
		font-size: 1.5em;
		font-weight: bold;
		color: #FFF;
		text-align: center;
		position: relative;
		z-index: 1;
 }
 
	.sub_mi_01:before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0;
  background-color: #ffa200;
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
 }
	
	.sub_mi_02{
		margin: 0 auto 20px;
		padding: 5px 0;
		width: 400px;
		font-size: 1.5em;
		color: #ffa200;
		border-bottom: 2px solid #ffa200;
		text-align: center;
		font-weight: bold;
	}

	.sub_mi_03{
		margin: 20px 0;
		font-size: 1.0em;
		font-weight: bold;
		color: #212121;
		text-align: left;
		border-bottom: 1px solid #212121;
	}	

	.sub_mi_04{
		margin: 0 auto 20px;
		padding: 5px 0;
		font-size: 1.8em;
		color: #ffa200;
		text-align: center;
		font-weight: bold;
	}
 
	.sub_mi_05{
		margin: 0 auto 20px;
		padding: 5px 0;
		font-size: 1.5em;
		color: #ffa200;
		border-bottom: 2px solid #ffa200;
		text-align: center;
		font-weight: bold;
	}
 
	.ko_mi_01{
		margin: 20px 0;
		font-size: 1.25em;
		font-weight: bold;
		color: #ffa200;
		text-align: center;
		position: relative;
	}

	.ko_mi_01:after{
		content: "";
		width: 100px;
		border-bottom: 2px solid #ffa200;
		display: block;
		position: absolute;
		left: 50%;
		bottom: 0;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.ko_mi_02{
		margin: 20px 0;
		font-size: 1.25em;
		font-weight: bold;
		color: #ffa200;
		text-align: center;
	}

	.ko_mi_02:before,
 .ko_mi_02:after{
		content: "";
  margin: 0 16px;
		width: 50px;
		border-bottom: 2px solid #ffa200;
		display: inline-block;
  vertical-align: middle;
	}

	.txt_01{
		font-size: 1.25em;
		font-weight: 500;
		text-align: center;
	}
	
	.txt_01_b{
		font-size: 1.25em;
		font-weight: 600;
		text-align: center;
	}
	
	.txt_01_l{
		font-size: 1.25em;
		font-weight: 500;
		text-align: left;
	}

	.txt_02{
		font-size: 1.0em;
		font-weight: 500;
		text-align: center;
	}

	.txt_02_b{
		font-size: 1.0em;
		font-weight: 600;
		text-align: center;
	}

	.txt_02_l{
		font-size: 1.0em;
		font-weight: 500;
		text-align: left;
	}

	.txt_02_r{
		font-size: 1.0em;
		font-weight: 500;
		text-align: right;
	}

	.txt_03{
		font-size: 1.125em;
		font-weight: 500;
		text-align: center;
	}

	.txt_03_l{
		font-size: 1.125em;
		font-weight: 500;
		text-align: left;
	}
 
	.txt_04{
		font-size: 1.5em;
		font-weight: bold;
		text-align: center;
	}
	
	.txt_04_l{
		font-size: 1.5em;
		font-weight: bold;
		text-align: left;
	}
 
 .txt_c_or{
  color: #ff4200;
 }
 

	/*-------------button-------------*/

 .bt_01 a,
	.bt_01 a:after{
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}

	.bt_01 a{
		margin: 0 auto;
		padding: 10px 60px;
		font-size: 1.0em;
	 line-height: 1.8;
		color: #212121;
		font-weight: bold;
		background: #fff;
		border: 1px solid #212121;
		display: inline-block;
		position: relative;
		z-index: 5
	}

	.bt_01 a:before,
	.bt_01 a:after{
		content: '';
		background: #212121;
		position: absolute;
		z-index: -1;
	}

	.bt_01 a:hover{
		color: #fff;
	}	

.bt_01 a{
		overflow: hidden;
	}

.bt_01 a:after{
		width: 0;
		height: 100%;
		left: -35%;
		top: 0;
		-webkit-transform: skew(-50deg);
		transform: skew(-50deg);
		-webkit-transition-duration: 0.6s;
		transition-duration: 0.5s;
		-webkit-transform-origin: bottom left;
		transform-origin: bottom left; 
	}

.bt_01 a:hover:after{
		height: 100%;
		width: 135%;
	}	

 
/*-------------contents-------------*/
	
.contents_box{
 padding: 0;
 width: 100%;
 background-image: url("../images/contents_bg_top.png"), url("../images/contents_bg_bottom.png");
 background-color: #ffcc09;
 background-repeat: no-repeat;
 background-position: right top, left bottom;
}
	
.contents{
 margin: 0px auto;
 padding: 70px 0 50px;
 width: 1000px;
	position: relative;
	z-index: 1;
}
 
.box01{
 margin: -25px auto 75px;
 padding: 50px 20px 30px;
 background: rgba(255,255,255,0.8);
 border: 1px solid #ffa200;
}
 
.box02{
 margin: 0 auto 60px;
 padding: 50px;
 background-image: url("../images/box02_bg_top.png"), url("../images/box02_bg_bottom.png");
 background-color: rgba(255,204,9,0.2);
 background-repeat: no-repeat;
 background-position: right top, left bottom;
}

.box03{
 margin: -60px auto 0px;
 padding: 40px 0;
 border-top: 2px solid #ffcc09;
}
 

/*-------------footer-------------*/
 
#footer_box{
	margin: 50px auto 0;
 background: #212121;
 position: relative;
 z-index: 5;
}
 
#footer_box .footerlogo_wrap{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
 
#footer_box .footerlogo_item{
	margin: 0px 20px 40px;
	text-align:center
}
 
#footer_box .footerlogo_wrap_archive{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
 
#footer_box .footerlogo_wrap_archive .footerlogo_item_head{
	margin: 0px 20px 20px;
 width: 200px;
	text-align:center
}
 
#footer_box .footerlogo_wrap_archive .footerlogo_item{
	margin: 0px 20px 40px;
 width: 100px;
	text-align:center
}
 
#footer_box .footerlogo_wrap_archive img{
 width: 100%;
 height: auto;
 vertical-align: bottom;
}
 
#footer_box .footerlogo_item a:hover{
 opacity: 0.8;
}
 
#footer_box .contact_bt{
	margin-bottom: 30px;
}

#footer_box .contact_bt_link{
	margin: 0 auto;
	padding: 10px 0;
	width: 150px;
	font-size: 0.875em;
	line-height: 1.0;
	color: #fff;
	text-align: center;
	letter-spacing: 0.05em;
	border: 1px solid #fff;
	display: block;
	-webkit-transition: all .3s;
	transition: all .3s;
}
 
#footer_box .contact_bt_link:hover{
	color: #212121;
	background: #fff;
}

#footer_box .copyright{
	margin-bottom: 30px;
	font-size: 1.0em;
	line-height: 1.0;
	text-align: center;
	color: #fff
}
 
#footer_box .copyright a{
	margin-bottom: 30px;
	text-align: center;
	color: #fff;
}
 
#footer_box .copyright_link{
	display: inline-block;
}
	
#footer_box .footer_body{	
	margin: 0px auto 15px;
	padding: 0 20px;
	font-size: 0.875em;
	line-height: 1.0;
	color: #fff;
	text-align: center;	
}	
	
#footer_box .footer_foot{
	text-align:center;
}
 
#footer_box .footer_privacypolicy_link{
	font-size: 0.875em;
	color: #fff;
	border-bottom: 1px solid #fff;
	}
 
#footer_box .footer_privacypolicy_link:hover{
	border-bottom: none;
	}
 
}

@media screen and (max-width: 800px){
/*==========================================
 smp
===========================================*/

.sp_none{
 display: none;
}
	
.sp_mb5{ margin-bottom: 5px!important;}
.sp_mb10{ margin-bottom: 10px!important;}
.sp_mb20{ margin-bottom: 20px!important;}
.sp_mb50{ margin-bottom: 50px!important;}

.sp_pt20{ padding-top: 20px!important;}
.sp_pb5{ padding-bottom: 5px!important;}
.sp_pb10{ padding-bottom: 10px!important;}
 
.sp_ptb5{ padding: 5px 0!important;}
	
body{
 margin: 0px auto;
 padding: 0px;
 font-size: 14px;
	line-height: 1.7;
	font-weight: 500;
 font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
 color: #212121;
 background-color: #FFF;
}

a,a:hover{
font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
color: #212121;
text-decoration: none;
cursor: pointer;	
}
	
img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
	
#wrap{
 width: 100%;
 min-width: 92%;
}
	

/*-------------header-------------*/

.menu-trigger,
.menu-trigger span{
	display: inline-block;
	transition: all .3s;
	box-sizing: border-box;
}
.menu-trigger{
	position: fixed;
	width: 28px;
	height: 18px;
 top : 18px;
	right: 2%;
 z-index: 10002;
}
.menu-trigger span{
	position: absolute;
	right: 0;
	width: 100%;
	height: 2px;
	background-color: #ffcc09;
}
.menu-trigger span:nth-of-type(1){
	top: 0;
}
.menu-trigger span:nth-of-type(2){
	top: 8px;
}
.menu-trigger span:nth-of-type(3){
	bottom: 0;
}

.menu-trigger.active span:nth-of-type(1){
	-webkit-transform: translateY(9px) rotate(-45deg);
	transform: translateY(9px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2){
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3){
	-webkit-transform: translateY(-7px) rotate(45deg);
	transform: translateY(-7px) rotate(45deg);
}	

#header_box{
 margin: 0px auto;
	padding: 0;
 width: 100%;
	height: 80px;
	min-width: 320px;
 position: fixed;
 z-index: 20;
 background: rgba(255,255,255,0.9);
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
}

#header{
 margin: 0px auto;
 padding: 0px;
 width: 100%;
}
	
#header h1 img{
	padding: 15px 0 0 2%;
	width: 180px;
	height: auto;
}

#header .nav{
	width: 100%;
 font-family: "Josefin Sans", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
 color: #212121;
	font-size: 16px;
	text-align: center;
	background: rgba(255,255,255,0.9);
	position: fixed;
	top: 80px;
	line-height: 26px;
	display: none;
}
	
#header .nav li{
	border-bottom: 1px dotted #ffa700;
}

#header .nav li a{
	width: 100%;
	padding: 15px 0;
 font-family: "Josefin Sans", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
 text-decoration: none;
	font-weight:700;
	font-size: 18px;
	display: block;
}
 
.sns-wrap{
 margin: 16px auto 0px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
	
.icon-twitter-anc{
	font-size: 1.5em!important;
	color: #1B95E0;
}

.sns__btn-wrap{
	padding: 0 3%;
 line-height: 0.7;
}
	
/*-------------text-------------*/

	.contents .mi_01{
		margin: 0px auto 30px;
		padding: 5px 0 0 0;
		font-size: 2.0em;
		line-height: 1.0;
		font-weight: 600;
		font-family: "Josefin Sans", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
		color: #ffcc09;
		text-align: center;
	}
 
	.contents .mi_01 span{
		margin: 0px auto;
		padding: 8px 0 0 0;
		font-size: 0.5em;
		line-height: 1.0;
		font-weight: bold;
		color: #323232;
		text-align: center;
		vertical-align: middle;
	}
 
	.contents .mi_01 span:before,
	.contents .mi_01 span:after{
		content: "";
		margin: 0px 20px 7px;
		width: 3%;
		display: inline-block;
		border-bottom: 3px solid #323232;
	}
 
	.contents_box .contents .mi_01{
		color: #FFF;
	}
 
	.mi_02{
		margin: 0px auto 20px;
		padding: 5px 0 0 0;
		font-size: 1.25em;
		font-weight: 600;
		color: #ffcc09;
		text-align: center;
		line-height: 40px;
		border-top: 6px double #ffcc09;
		border-bottom: 6px double #ffcc09;
	}
 
	.sub_mi_01{
  margin: -25px auto 0;
  width: 85%;
  text-align: center;
  position: relative;
 }
 
	.sub_mi_01 h3{
		margin: auto;
		padding: 5px 0;
		width: 80%;
		font-size: 1.286em;
		font-weight: bold;
		color: #FFF;
		text-align: center;
		position: relative;
		z-index: 1;
 }
 
	.sub_mi_01:before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0;
  background-color: #ffa200;
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
 }
	
	.sub_mi_02{
		margin: 0 auto 16px;
		padding: 5px 0;
		width: 80%;
		font-size: 1.423em;
		color: #ffa200;
		border-bottom: 2px solid #ffa200;
		text-align: center;
		font-weight: bold;
	}

	.sub_mi_03{
		margin: 20px 0;
		font-size: 1.0em;
		font-weight: bold;
		color: #212121;
		text-align: left;
		border-bottom: 1px solid #212121;
	}	

	.sub_mi_04{
		margin: 0 auto 20px;
		padding: 5px 0;
		font-size: 1.723em;
		color: #ffa200;
		text-align: center;
		font-weight: bold;
	}
 
	.sub_mi_05{
		margin: 0 auto 20px;
		padding: 5px 0;
		font-size: 1.423em;
		color: #ffa200;
		border-bottom: 2px solid #ffa200;
		text-align: center;
		font-weight: bold;
	}
 
 
	.ko_mi_01{
		margin: 20px auto;
		width: 30%;
		font-size: 1.25em;
		font-weight: bold;
		color: #ffa200;
		text-align: center;
		border-bottom: 2px solid #ffa200;
		position: relative;
	}
 
 .ko_mi_02{
		margin: 20px 0;
		font-size: 1.25em;
		font-weight: bold;
		color: #ffa200;
		text-align: center;
	}

	.ko_mi_02:before,
 .ko_mi_02:after{
		content: "";
  margin: 0 3%;
		width: 20px;
		border-bottom: 2px solid #ffa200;
		display: inline-block;
  vertical-align: middle;
	}

	.txt_01{
		font-size: 1.143em;
		font-weight: 500;
		text-align: center;
	}

	.txt_01_b{
		font-size: 1.143em;
		font-weight: 600;
		text-align: center;
	}

	.txt_01_l{
		font-size: 1.143em;
		font-weight: 500;
		text-align: left;
	}

	.txt_02{
  padding: 0px 0px 10px;
		font-size: 1.0em;
		font-weight: 500;
		text-align: center;
	}

	.txt_02_b{
  padding: 0px 0px 10px;
		font-size: 1.0em;
		font-weight: 600;
		text-align: center;
	}

	.txt_02_l{
  padding: 0px 0px 10px;
		font-size: 1.0em;
		font-weight: 500;
		text-align: left;
	}
	
	.txt_02_r{
  padding: 0px 0px 10px;
		font-size: 1.0em;
		font-weight: 500;
		text-align: right;
	}
	
	.txt_03{
		font-size: 1.071em;
		font-weight: 500;
		text-align: center;
	}

	.txt_03_l{
		font-size: 1.071em;
		font-weight: 500;
		text-align: left;
	}

	.txt_04{
		font-size: 1.2em;
		font-weight: bold;
		text-align: center;
	}
	
	.txt_04_l{
		font-size: 1.2em;
		font-weight: bold;
		text-align: left;
	}
 
 .txt_c_or{
  color: #ff4200;
 }
 
	/*-------------button-------------*/
	
	.bt_01 a{
		margin: 0 auto;
  min-width: 40%;
		padding: 6px 3%;
		font-size: 1.0em;
		color: #fff;
		font-weight: bold;
		background: #212121;
		display: inline-block;
		position: relative;
		z-index: 5
	}

/*-------------contents-------------*/
	
.contents_box{
 padding: 0;
 width: 100%;
 background-image: url("../images/contents_bg_top.png"), url("../images/contents_bg_bottom.png");
 background-color: #ffcc09;
 background-repeat: no-repeat;
 background-position: right top, left bottom;
	-webkit-background-size: 90% auto;
	background-size: 90% auto;
}
	
.contents{
 margin: 0px auto;
 padding: 30px 0px 15px;
 width: 92%;
	position: relative;
	z-index: 1;
}
 
.box01{
 margin: -25px auto 50px;
 padding: 40px 4% 20px;
 background: rgba(255,255,255,0.8);
 border: 1px solid #ffa200;
}
 
.box02{
 margin: 0px auto 30px;
 padding: 20px 4% 20px;
 background-image: url("../images/box02_bg_top.png"), url("../images/box02_bg_bottom.png");
 background-color: rgba(255,204,9,0.2);
 background-repeat: no-repeat;
 background-position: right top, left bottom;
	-webkit-background-size: 40% auto;
	background-size: 40% auto;
}
 
.box03{
 margin: -30px auto 0;
 padding: 20px 0;
 border-top: 2px solid #ffcc09;
}
 

/*-------------footer-------------*/
 
#footer_box{
	margin: 30px auto 0;
 background: #212121;
 position: relative;
 z-index: 5;
}

#footer_box .footerlogo_wrap_archive{
 margin: 0px auto;
 width: 80%;
 display: -webkit-flex;
 display: flex;
 -webkit-flex-wrap: wrap;
 flex-wrap: wrap;
 -webkit-justify-content: center;
 justify-content: center;
 -webkit-align-items: center;
 align-items: center;
}
 
#footer_box .footerlogo_item,
#footer_box .footerlogo_item_head {
	margin: 0px 3% 20px;
	text-align:center
}
 
#footer_box .footerlogo_wrap_archive .footerlogo_item{
 width: 40%;
}
 
#footer_box .footerlogo_item img{
	width: auto;
 max-width: 280px;
}
 
#footer_box .footerlogo_wrap_archive .footerlogo_item img{
	width: 80%;
 max-width: 180px;
}
 
#footer_box .footerlogo_wrap_archive .footerlogo_item_head img{
	width: 100%;
 max-width: 200px;
}
 
#footer_box .contact_bt{
	margin-bottom: 30px;
} 
 
#footer_box .contact_bt_link{
	margin: 0 auto;
	padding: 10px 0;
	width: 30%;
	font-size: 0.875em;
	line-height: 1.0;
	color: #fff;
	text-align: center;
	letter-spacing: 0.05em;
	border: 1px solid #fff;
	display: block;
	-webkit-transition: all .3s;
	transition: all .3s;
}
 
#footer_box .copyright{
	margin-bottom: 30px;
	font-size: 1.0em;
	line-height: 1.0;
	text-align: center;
	color: #fff
}
 
#footer_box .copyright a{
	margin-bottom: 30px;
	text-align: center;
	color: #fff;
}
 
#footer_box .copyright_link{
	display: inline-block;
}
	
#footer_box .footer_body{	
	margin: 0px auto 15px;
	padding: 0 3%;
	font-size: 0.875em;
	line-height: 1.0;
	color: #fff;
	text-align: center;	
}	
	
.footer_foot{
	text-align:center;
}
 
.footer_privacypolicy_link{
	font-size: 0.875em;
	color: #fff;
	border-bottom: 1px solid #fff;
	}

}