@charset "utf-8";

@font-face{
	font-family:'Noto Sans JP';
	font-style:normal;
	font-weight:400;
	font-display:swap;
	src:url('font/NotoSansJP-Regular.woff2') format('woff2'),url('font/NotoSansJP-Regular.woff') format('woff'); 
	}
@font-face{
	font-family:'Noto Sans JP';
	font-style:normal;
	font-weight:700;
	font-display:swap;
	src:url('font/NotoSansJP-Bold.woff2') format('woff2'),url('font/NotoSansJP-Bold.woff') format('woff'); 
	}
@font-face{
	font-family:'Poppins';
	font-style:normal;
	font-weight:500;
	font-display:swap;
	src:url('font/Poppins-Medium.woff2') format('woff2'),url('font/Poppins-Medium.woff') format('woff'); 
	}

body,div,
h1,h2,h3,h4,h5,h6,
p,blockquote,pre,address,
ul,ol,li,dl,dt,dd,
table,th,td,
form,fieldset,legend{
	margin:0;
	padding:0;
	color:#3C3228;
	line-height:1.4;
	font-family:"Noto Sans JP",Helvetica,Lucida Grande,Verdana,Arial,"メイリオ",Meiryo,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	font-size:17px;
	font-weight:400;
	}
body{
	font-family:"Noto Sans JP",Helvetica,Lucida Grande,Verdana,Arial,"メイリオ",Meiryo,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	font-size:17px;
	font-weight:400;
	line-height:1.4;
	-webkit-text-size-adjust:100%;
	}
table{
	border-collapse:collapse;
	border-spacing:0;
	}
img{
	border:0;
	display:block;
	font-size:0;
	line-height:0;
	max-width:100%;
	height:auto;
	}
a:hover img{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	}
li{
	list-style-type:none;
	}
p{
	line-height:2.4;
	font-size:17px;
	text-align:justify;
	text-justify:inter-ideograph;
	}
a{
	text-decoration:none;
	color:#22B573;
	}
a:hover{
	text-decoration:underline;
	color:#22D68E;
	}
/* RESET HTML5 */
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;font:inherit;vertical-align:baseline;}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}

header{
	margin-left:-680px;
	position:absolute;
	left:50%;
	top:0;
	padding:0 40px 0 280px;
	width:1360px;
	max-width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	text-align:right;
	}
header h1{
	width:200px;
	display:block;
	position:absolute;
	left:40px;
	top:50px;
	z-index:10;
	}
header nav{
	width:880px;
	max-width:100%;
	display:inline-block;
	text-align:left;
	position:relative;
	z-index:10;
	}
header nav ul{
	display:flex;
	justify-content:space-between;
	margin-top:75px;
	}
header nav ul li{
	font-size:16px;
	font-weight:700;
	position:relative;
	}
header nav ul li a{
	display:block;
	color:#3C3228;
	padding-bottom:30px;
	letter-spacing:0.1em;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	}
header nav ul li a img{
	display:inline-block;
	margin-left:8px;
	vertical-align:1px;
	}
header nav ul li a:hover{
	text-decoration:none;
	color:#3C3228;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	}
header nav ul li:hover:after{
	content:"";
	display:block;
	width:10px;
	height:10px;
	position:absolute;
	background-color:#FFE01A;
	left:50%;
	bottom:0;
	border-radius:400px;
	-webkit-border-radius:400px;
	-moz-border-radius:400px;
	-o-border-radius:400px;
	-ms-border-radius:400px;
	margin-left:-5px;
	z-index:-1;
	}
header.fix{
	position:fixed;
	top:0 !important;
	height:66px;
	padding:0 50px 0 220px;
	z-index:100;
	}
header.fix:before{
	content:"";
	display:block;
	width:500%;
	height:66px;
	position:absolute;
	left:-200%;	
	top:0;
	background-color:#FFF;
	filter:alpha(opacity=97);
	-moz-opacity:0.97;
	opacity:0.97;
	z-index:5;
	}
header.fix:after{
	content:"";
	display:block;
	height:1px;
	position:absolute;
	z-index:8;
	bottom:0;
	background-color:#E4E4E4;	
	width:500%;
	left:-200%;
	margin-left:0;
	}
header.fix h1{
	width:140px;
	top:10px;
	}
header.fix nav{
	width:940px;
	}
header.fix nav ul{
	margin-top:0;
	}
header.fix nav ul li a{
	height:66px;
	padding:22px 0 0 0;
	}
header.fix nav ul li:hover:after{
	width:8px;
	height:8px;
	bottom:9px;
	margin-left:-4px;
	}
#sidenavi{
	background-color:#F0F0F0;
	display:inline-block;
	border-radius: 12px 0px 0px 12px / 12px 0px 0px 12px;
	-moz-border-radius: 12px 0px 0px 12px / 12px 0px 0px 12px;
	-webkit-border-radius: 12px 0px 0px 12px / 12px 0px 0px 12px;
	-o-border-radius: 12px 0px 0px 12px / 12px 0px 0px 12px;
	-ms-border-radius: 12px 0px 0px 12px / 12px 0px 0px 12px;
	position:fixed;
	z-index:10;
	right:0;
	top:210px;
	padding:20px 13px 20px 13px;
	text-align:center;
	border-left:1px solid #E6E6E6;
	border-top:1px solid #E6E6E6;
	border-bottom:1px solid #E6E6E6;
	}
#sidenavi:after{
	content:"";
	display:block;
	width:31px;
	height:2px;
	background-color:#3C3228;
	position:absolute;
	left:-4px;
	top:164px;
	z-index:1;
	-moz-transform:rotate(75deg);
	-webkit-transform:rotate(75deg);
	-o-transform:rotate(75deg);
	-ms-transform:rotate(75deg);
	transform:rotate(75deg);
	}
#sidenavi:before{
	content:"";
	display:block;
	width:31px;
	height:2px;
	background-color:#3C3228;
	position:absolute;
	right:-4px;
	top:164px;
	z-index:1;
	-moz-transform:rotate(285deg);
	-webkit-transform:rotate(285deg);
	-o-transform:rotate(285deg);
	-ms-transform:rotate(285deg);
	transform:rotate(285deg);
	}
#sidenavi h4{
	font-size:17px;
	font-weight:700;
	-webkit-writing-mode:vertical-rl;
	-ms-writing-mode:tb-rl;
	writing-mode:vertical-rl;
	text-align:center;
	line-height:1;
	display:inline-block;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	}
#sidenavi ul{
	padding-top:15px;
	}
#sidenavi ul li{
	margin-top:6px;
	}
a#undernavi{
	position:fixed;
	right:-500px;
	bottom:30px;
	background-color:#22B573;
	display:inline-block;
	z-index:5;
	padding:10px 70px 14px 20px;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	transition:0.7s;
	}
a#undernavi.fix{
	right:0;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	}
a#undernavi:hover{
	transition:0s;
	text-decoration:none;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	}
a#undernavi:after{
	content:"";
	display:block;
	width:12px;
	height:2px;
	background-color:#FFF;
	position:absolute;
	right:30px;
	top:50%;
	margin-top:0px;
	z-index:1;
	}
a#undernavi:before{
	content:"";
	display:block;
	width:6px;
	height:6px;
	position:absolute;
	right:30px;
	top:50%;
	margin-top:-3px;
	z-index:1;
	border-top:2px solid #FFF;
	border-right:2px solid #FFF;
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	}
a#undernavi h4{
	font-size:24px;
	color:#FFF;
	font-weight:700;
	letter-spacing:0.05em;
	margin-bottom:3px;
	}
a#undernavi h4:after{
	content:"";
	display:block;
	width:28px;
	height:28px;
	border:2px solid #FFF;
	position:absolute;
	right:20px;
	top:50%;
	margin-top:-15px;
	z-index:1;
	border-radius:400px;
	-webkit-border-radius:400px;
	-moz-border-radius:400px;
	-o-border-radius:400px;
	-ms-border-radius:400px;
	}
a#undernavi h5 strong{
	font-size:20px;
	color:#22B573;
	background-color:#FFF;
	display:inline-block;
	padding:1px 5px 1px 5px;
	margin-right:10px;
	font-weight:700;
	letter-spacing:0.05em;
	}
a#undernavi h5 span{
	font-size:26px;
	color:#FFF;
	display:inline-block;
	font-weight:500;
	font-family:'Poppins';
	letter-spacing:0.05em;
	vertical-align:-1px;
	padding-left:30px;
	background:url(img/common/tel.webp) no-repeat left 6px;
	-webkit-background-size:25px 25px;
	background-size:25px 25px;
	}
.titleb{
	font-size:40px;
	font-weight:700;
	letter-spacing:0.1em;
	}
.titleb span{
	font-size:18px;
	font-weight:500;
	font-family:'Poppins';
	letter-spacing:0.05em;
	display:block;
	margin-bottom:5px;
	position:relative;
	padding-left:20px;
	}
.titleb span:after{
	content:"";
	display:block;
	width:12px;
	height:12px;
	position:absolute;
	left:0;
	top:7px;
	background-color:#FFE01A;
	border-radius:400px;
	-webkit-border-radius:400px;
	-moz-border-radius:400px;
	-o-border-radius:400px;
	-ms-border-radius:400px;
	}
#footbaner{
	background-color:#F0F0F0;
	margin-top:140px;
	}
#footbaner div{
	max-width:1200px;
	padding:130px 60px 120px 60px;
	margin:0 auto;
	overflow:hidden;
	zoom:1;
	}
#footbaner div p{
	float:left;
	width:24%;
	font-size:18px;
	line-height:2.2;
	padding-top:40px;
	}
#footbaner div ul{
	float:right;
	width:70%;
	overflow:hidden;
	zoom:1;
	margin-top:-130px;
	}
#footbaner div ul li{
	float:left;
	width:47.5%;
	margin-top:50px;
	font-size:16px;
	color:#646464;
	text-align:center;
	}
#footbaner div ul li:nth-of-type(2n){
	float:right;
	}
#footbaner div ul li a{
	background-color:#FFF;
	margin-bottom:16px;
	display:block;
	height:150px;
	border-radius:18px;
	-webkit-border-radius:18px;
	-moz-border-radius:18px;
	-o-border-radius:18px;
	-ms-border-radius:18px;
	position:relative;
	}
#footbaner div ul li a:after{
	content:"";
	display:block;
	background:url(img/common/outlink2.webp) no-repeat left top;
	width:12px;
	height:12px;
	position:absolute;
	right:20px;
	bottom:20px;
	z-index:1;
	-webkit-background-size:12px 12px;
	background-size:12px 12px;
	}
#footbaner div ul li a img{
	max-width:90%;
	position:absolute;
	top:50%;
	left:50%;
	transform:translateY(-50%) translateX(-50%);
	-webkit-transform:translateY(-50%) translateX(-50%);
	margin-top:5px;
	}
#footbaner div ul li a:hover{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	}
footer{
	background-color:#322D28;
	}
footer .box{
	max-width:1120px;
	padding:30px 60px 100px 60px;
	margin:0 auto;
	overflow:hidden;
	zoom:1;
	}
footer .box .lb{
	float:left;
	width:30%;
	margin-top:60px;
	}
footer .box .lb h3 a{
	margin-top:50px;
	display:inline-block;
	font-size:16px;
	font-weight:400;
	color:#BEBEBE;
	}
footer .box .lb h3 a:after{
	content:"";
	display:inline-block;
	background:url(img/common/outlink2.webp) no-repeat left top;
	-webkit-background-size:12px 12px;
	background-size:12px 12px;
	margin-left:8px;
	width:12px;
	height:12px;
	}
footer .box .lb h3 a:hover{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	color:#BEBEBE;
	}
footer .box .lb ul{
	padding-top:25px;
	overflow:hidden;
	zoom:1;
	}
footer .box .lb ul li{
	float:left;
	margin-right:14px;
	}
footer .box .rb{
	float:right;
	width:65%;
	}
footer .box .rb ul li{
	float:left;
	width:21%;
	margin:60px 2.666666% 0 0;
	font-size:16px;
	font-weight:700;
	}
footer .box .rb ul li:nth-of-type(4n){
	margin-right:0;
	}
footer .box .rb ul li:nth-of-type(1),
footer .box .rb ul li:nth-of-type(5){
	width:29%;
	clear:both;
	}
footer .box .rb ul li a{
	color:#FAFAFA;
	}
footer .box .rb ul li a:hover{
	color:#FAFAFA;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	}
footer .box .rb ul li a img{
	width:16px;
	display:inline-block;
	margin-left:12px;
	}
footer .box .rb ul li ul{
	float:none;
	width:auto;
	padding-top:6px;
	}
footer .box .rb ul li ul li{
	float:none;
	width:auto;
	margin:7px 0 0 0;
	font-size:15px;
	font-weight:400;
	}
footer .box .rb ul li ul li:nth-of-type(1){
	width:auto;
	}
footer .box .rb ul li ul li a{
	color:#BEBEBE;
	}
footer small{
	display:block;
	font-size:16px;
	color:#C8C8C8;
	font-weight:500;
	padding:38px 440px 36px 4%;
	background-color:#140F0A;
	font-family:'Poppins';
	letter-spacing:0.15em;
	}
footer small a{
	color:#C8C8C8;
	}
footer small a:hover{
	color:#C8C8C8;
	}
#header2{
	display:none;
	}
#main{
	padding-top:240px;
	}
.navi{
	color:#3C3228;
	margin:0 auto;
	text-align:center;
	padding-top:100px;
	clear:both;
	font-size:0;
	}
.navi a.page-numbers,.navi .current{
	font-size:17px;
	margin:5px 3px;
	color:#3C3228;
	padding:6px 14px 8px 14px;
	border:solid 1px #3C3228;
	text-decoration:none;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
	display:inline-block;
	background-color:#FFF;
	}
.navi a.page-numbers:hover{
	text-decoration:underline;
	}
.navi a.next:hover,.navi a.prev:hover{
	text-decoration:underline;
	}
.navi .current{
	color:white;
	background:#3C3228;
	border-color:#3C3228;
	}
.navi a.next,.navi a.prev{
	border:0 none;
	color:#3C3228;
	font-size:17px;
	background:none;
	}
.post-box{
	overflow:hidden;
	zoom:1;
	}
.post-box hr{
	height:1px;
	background-color:#DCDCDC;
	border:none;
	color:#DCDCDC;
	}
.post-box ul li{
	list-style-type:disc;
	margin:6px 0 6px 25px;
	line-height:1.7;
	}
.post-box ol li{
	margin:6px 0 6px 25px;
	line-height:1.7;
	list-style-type:decimal;
	}
img.alignleft{
	display:inline-block;
	float:left;
	margin:5px 20px 15px 0px;
	}
img.alignright{
	display:inline-block;
	float:right;
	margin:5px 0px 15px 20px;
	}
.wp-caption.alignleft{
	display:inline-block;
	float:left;
	margin:5px 20px 15px 0px;
	}
.wp-caption.alignright{
	display:inline-block;
	float:right;
	margin:5px 0px 15px 20px;
	}
.aligncenter,img.aligncenter{
	clear:both;
	display:block;
	margin:5px auto;
	}
.wp-caption{
	font-size:15px;
	line-height:1.4;
	text-align:center;
	max-width:100%;
	}
.wp-caption .wp-caption-text{
	font-size:15px;
	line-height:1.4;
	padding:10px 0 0 0;
	color:#787878;
	text-align:left;
	display:inline-block;
	}
.iconset{
	display:inline-block;
	padding:0 5px 0px 5px;
	vertical-align:-1px;
	}
.post-box table{
	border-top:1px solid #DCDCDC;
	}
.post-box table th{
	line-height:1.8;
	font-size:18px;
	font-weight:700;
	background-color:#F5F5F5;
	padding:18px 25px 18px 25px;
	vertical-align:top;
	border-bottom:1px solid #DCDCDC;
	text-align:left;
	white-space:nowrap;
	word-break:break-all;
	}
.post-box table td{
	line-height:1.8;
	font-size:17px;
	padding:18px 20px 18px 25px;
	vertical-align:top;
	border-bottom:1px solid #DCDCDC;
	word-break:break-all;
	}
.post-box table td ul li{
	list-style-type:disc;
	margin:6px 0 0 20px;
	line-height:1.7;
	}
.post-box table td ul li:first-of-type{
	margin-top:0;
	}
.post-box table td ol li{
	list-style-type:decimal;
	margin:6px 0 0 20px;
	line-height:1.7;
	}
.post-box table td ol li:first-of-type{
	margin-top:0;
	}
@media screen and (max-width:1380px){
header{
	margin-left:0;
	left:0;
	}
}
@media screen and (max-width:900px){
p{
	line-height:2.1;
	}
header{
	padding:0;
	}
header h1{
	width:150px;
	left:5%;
	top:20px;
	}
header nav{
	display:none;
	}
header.fix{
	position:relative;
	height:auto;
	padding:0;
	top:auto !important;
	z-index:auto;
	}
header.fix:before{
	display:none;
	}
header.fix:after{
	display:none;
	}
.menu{
	right:3%;
	top:12px;
	width:52px;
	height:52px;
	position:fixed;
	display:block;
	cursor:pointer;
	z-index:600;
	background-color:#FFF;
	border-radius:400px;
	-webkit-border-radius:400px;
	-moz-border-radius:400px;
	-o-border-radius:400px;
	-ms-border-radius:400px;
	transition:0.6s;
	}
.menu:hover{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	}
.menu1{
	width:22px;
	top:13px;
	left:15px;
	height:2px;
	background-color:#3C3228;
	position:absolute;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
	} 
.menu2{
	width:22px;
	top:19px;
	left:15px;
	height:2px;
	background-color:#3C3228;
	position:absolute;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
	} 
.menu3{
	width:22px;
	top:25px;
	left:15px;
	height:2px;
	background-color:#3C3228;
	position:absolute;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
	} 
.menu:after{
	content:"MENU";
	font-family:'Poppins';
	font-weight:500;
	position:absolute;
	top:31px;
	left:0;
	letter-spacing:0.05em;
	width:100%;
	text-align:center;
	font-size:9px;
	color:#3C3228;
	}
.menuclick:after{
	content:"CLOSE";
	}
.menu1,.menu2,.menu3{
	transition:all 0.5s ease-out;
	-o-transition:all 0.5s ease-out;
	-moz-transition:all 0.5s ease-out;
	-webkit-transition:all 0.5s ease-out;
	-ms-transition:all 0.5s ease-out;
	}
.menuclick1{
	top:19px;
	-moz-transform:rotate(405deg);
	-webkit-transform:rotate(405deg);
	-o-transform:rotate(405deg);
	-ms-transform:rotate(405deg);
	transform:rotate(405deg);
	-webkit-box-shadow:0px 0px 0 0 rgba(0,0,0,0);
	-moz-box-shadow:0px 0px 0 0 rgba(0,0,0,0);
	box-shadow:0px 0px 0 0 rgba(0,0,0,0);
	}
.menuclick2{
	opacity:0;
	}
.menuclick3{
	top:19px;
	-moz-transform:rotate(-405deg);
	-webkit-transform:rotate(-405deg);
	-o-transform:rotate(-405deg);
	-ms-transform:rotate(-405deg);
	transform:rotate(-405deg);
	-webkit-box-shadow:0px 0px 0 0 rgba(0,0,0,0);
	-moz-box-shadow:0px 0px 0 0 rgba(0,0,0,0);
	box-shadow:0px 0px 0 0 rgba(0,0,0,0);
	}
#spbg{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background-color:#000;
	z-index:500;
	filter:alpha(opacity=65);
	-moz-opacity:0.65;
	opacity:0.65;
	display:none;
	}
#header2{
	display:block;
	}
#header2 nav{
	position:fixed;
	right:-85%;
	background-color:#FFF;
	width:85%;
	height:100%;
	z-index:500;
	top:0;
	overflow-y:scroll;
	-ms-overflow-style:none;
	scrollbar-width:none;
	padding:75px 8% 70px 8%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	}
#header2 nav::-webkit-scrollbar{
	display:none;
	-webkit-appearance:none;
	}
#header2 nav ul{
	overflow:hidden;
	zoom:1;
	}
#header2 nav ul li{
	font-size:17px;
	font-weight:400;
	}
#header2 nav ul li a{
	display:block;
	position:relative;
	color:#3C3228;
	padding:17px 40px 17px 7%;
	border-bottom:1px solid #DCDCDC;
	}
#header2 nav ul li.m1 a{
	border-bottom:0;
	}
#header2 nav ul li a:after{
	content:"";
	display:block;
	position:absolute;
	right:24px;
	top:50%;
	margin-top:-3px;
	width:5px;
	height:5px;
	border-top:2px solid #3C3228;
	border-right:2px solid #3C3228;
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	}
#header2 nav ul li a img{
	width:14px;
	display:inline-block;
	margin-left:12px;
	}
#header2 nav ul li ul{
	padding:0 0 0 30px;
	border-bottom:1px solid #DCDCDC;
	}
#header2 nav ul li ul li{
	font-size:16px;
	}
#header2 nav ul li.m1 ul li a{
	padding:15px 40px 15px 20px;
	border-bottom:1px solid #DCDCDC;
	}
#header2 nav ul li.m1 ul li:last-of-type a{
	border-bottom:0;
	}
#header2 nav ul li.m1 ul li.current_page_item a{
	background-color:#F0F0F0;
	}
#sidenavi{
	display:none;
	}
a#undernavi{
	right:4%;
	bottom:-100px;
	display:block;
	width:92%;
	padding:8px 50px 10px 5%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	border-radius: 16px 16px 0px 0px / 16px 16px 0px 0px;
	-moz-border-radius: 16px 16px 0px 0px / 16px 16px 0px 0px;
	-webkit-border-radius: 16px 16px 0px 0px / 16px 16px 0px 0px;
	-o-border-radius: 16px 16px 0px 0px / 16px 16px 0px 0px;
	-ms-border-radius: 16px 16px 0px 0px / 16px 16px 0px 0px;
	}
a#undernavi.fix{
	right:5%;
	bottom:0;
	}
a#undernavi:after{
	width:11px;
	right:26px;
	}
a#undernavi:before{
	right:26px;
	}
a#undernavi h4{
	font-size:18px;
	margin-bottom:2px;
	}
a#undernavi h4:after{
	width:26px;
	height:26px;
	margin-top:-14px;
	right:16px;
	}
a#undernavi h5 strong{
	padding:1px 3px 1px 4px;
	letter-spacing:0;
	font-size:18px;
	margin-right:8px;
	}
a#undernavi h5 span{
	font-size:22px;
	vertical-align:0px;
	padding-left:26px;
	background-position:left 5px;
	-webkit-background-size:20px 20px;
	background-size:20px 20px;
	}
.titleb{
	font-size:30px;
	letter-spacing:0.05em;
	}
.titleb span{
	font-size:15px;
	margin-bottom:2px;
	padding-left:16px;
	}
.titleb span:after{
	width:9px;
	height:9px;
	top:6px;
	}
#footbaner{
	margin-top:130px;
	}
#footbaner div{
	text-align:center;
	padding:120px 7% 90px 7%;
	}
#footbaner div h2.titleb{
	display:inline-block;
	text-align:left;
	}
#footbaner div p{
	float:none;
	width:auto;
	font-size:17px;
	line-height:2.1;
	padding-top:30px;
	text-align:left;
	}
#footbaner div ul{
	float:none;
	width:600px;
	max-width:100%;
	margin:0 auto;
	}
#footbaner div ul li{
	float:none;
	width:100%;
	margin-top:30px;
	font-size:15px;
	}
#footbaner div ul li:nth-of-type(2n){
	float:none;
	}
#footbaner div ul li a{
	margin-bottom:12px;
	height:130px;
	}
#footbaner div ul li a:after{
	right:15px;
	bottom:15px;
	}
#footbaner div ul li a img{
	max-width:80%;
	}
footer .box{
	padding:100px 7% 60px 7%;
	}
footer .box .lb{
	float:none;
	width:auto;
	margin-top:0;
	}
footer .box .lb h2{
	text-align:center;
	}
footer .box .lb h2 a{
	display:inline-block;
	}
footer .box .lb h3{
	text-align:center;
	}
footer .box .lb h3 a{
	margin-top:20px;
	font-size:15px;
	}
footer .box .lb ul{
	padding-top:25px;
	text-align:center;
	}
footer .box .lb ul li{
	float:none;
	display:inline-block;
	margin:0 10px;
	}
footer .box .rb{
	float:none;
	width:auto;
	margin-top:50px;
	border-bottom:1px solid #504B46;
	}
footer .box .rb ul li{
	float:none;
	width:auto;
	margin:0;
	border-top:1px solid #504B46;
	}
footer .box .rb ul li:nth-of-type(1),
footer .box .rb ul li:nth-of-type(5){
	width:auto;
	}
footer .box .rb ul li a{
	padding:20px 25px 20px 18px;
	position:relative;
	display:block;
	}
footer .box .rb ul li a:after{
	content:"";
	display:block;
	position:absolute;
	right:18px;
	top:50%;
	margin-top:-3px;
	width:5px;
	height:5px;
	border-top:2px solid #FFF;
	border-right:2px solid #FFF;
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	}
footer .box .rb ul li a img{
	width:14px;
	margin-left:15px;
	}
footer .box .rb ul li ul{
	padding:0 0 0 40px;
	}
footer .box .rb ul li ul li{
	margin:0;
	font-size:16px;
	}
footer .box .rb ul li ul li a{
	padding:18px 25px 18px 18px;
	}
footer small{
	font-size:15px;
	padding:25px 5% 100px 5%;
	letter-spacing:0.1em;
	}
#main{
	padding-top:160px;
	}
.navi{
	padding-top:70px;
	}
.post-box table th{
	font-size:17px;
	white-space:normal;
	min-width:50px;
	padding:13px 15px 12px 15px;
	}
.post-box table td{
	padding:13px 0 12px 15px;
	}
.post-box .youtube{
	position:relative;
	width:100%;
	padding-top:56.25%;
	}
.post-box .youtube iframe{
	position:absolute;
	top:0;
	right:0;
	width:100% !important;
	height:100% !important;
	}
img.alignleft{
	display:block;
	float:none;
	margin:10px auto 10px auto;
	}
img.alignright{
	display:block;
	float:none;
	margin:10px auto 10px auto;
	}
.wp-caption.alignleft{
	display:block;
	float:none;
	margin:10px auto 10px auto;
	}
.wp-caption.alignright{
	display:block;
	float:none;
	margin:10px auto 10px auto;
	}
}