@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:'Noto Sans JP';
	font-style:normal;
	font-weight:900;
	font-display:swap;
	src:url('font/NotoSansJP-Black.woff2') format('woff2'),url('font/NotoSansJP-Black.woff') format('woff'); 
	}
@font-face{
	font-family:'Oswald';
	font-style:normal;
	font-weight:300;
	font-display:swap;
	src:url('font/Oswald-Light.woff2') format('woff2'),url('font/Oswald-Light.woff') format('woff'); 
	}
@font-face{
	font-family:'Oswald';
	font-style:normal;
	font-weight:500;
	font-display:swap;
	src:url('font/Oswald-Medium.woff2') format('woff2'),url('font/Oswald-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:#323232;
	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:#C6001A;
	}
a:hover{
	text-decoration:underline;
	color:#C64014;
	}
/* 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{
	position:relative;
	height:153px;
	}
header:after{
	content:"";
	display:block;
	width:100%;
	background-color:#FFF;
	position:fixed;
	left:0;
	top:0;
	z-index: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;
	opacity:1;
	height:153px;
	}
header.fix:after{
	opacity:0.97;
	height:65px;
	border-bottom:1px solid #E4E4E4;
	}
header h1{
	width:255px;
	display:block;
	position:fixed;
	left:6%;
	top:50px;
	z-index:200;
	transition:0.5s;
	}
header.fix h1{
	top:11px;
	width:210px;
	}
header nav{
	position:fixed;
	right:160px;
	width:660px;
	max-width:50%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	top:10px;
	z-index:200;
	transition:0.5s;
	}
header.fix nav{
	top:0px;
	}
header nav ul{
	display:flex;
	justify-content:space-between;
	}
header nav ul li{
	font-size:16px;
	font-weight:700;
	position:relative;
	}
header nav ul li a{
	display:block;
	color:#323232;
	padding:60px 0;
	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.fix nav ul li a{
	height:65px;
	padding:21px 0;
	}
header nav ul li.m2 a{
	padding-right:20px;
	position:relative;
	}
header nav ul li.m2 a:after{
	content:"";
	display:block;
	position:absolute;
	width:5px;
	height:5px;
	border-top:2px solid #323232;
	border-right:2px solid #323232;
	-moz-transform:rotate(135deg);
	-webkit-transform:rotate(135deg);
	-o-transform:rotate(135deg);
	-ms-transform:rotate(135deg);
	transform:rotate(135deg);
	right:0;
	top:50%;
	z-index:6;
	margin-top:-4px;
	}
header nav ul li a:hover{
	text-decoration:none;
	color:#323232;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	}
header nav ul li:hover:before{
	content:"";
	display:block;
	width:100%;
	height:3px;
	position:absolute;
	left:0%;
	top:140px;
	background-color:#C6001A;
	}
header.fix nav ul li:hover:before{
	top:62px;
	}
header nav ul li.m2 ul{
	display:none;
	justify-content:normal;
	position:absolute;
	top:143px;
	z-index:2;
	}
header.fix nav ul li.m2 ul{
	top:65px;
	}
header nav ul li.m2 ul li{
	min-width:290px;
	font-weight:400;
	overflow:hidden;
	zoom:1;
	}
header nav ul li.m2 ul li a:after{
	content:"";
	width:5px;
	height:5px;
	border-top:2px solid #323232;
	border-right:2px solid #323232;
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	display:block;
	position:absolute;
	right:25px;
	top:50%;
	z-index:7;
	margin-top:-3px;
	}
header nav ul li.m2 ul li a:before{
	content:"";
	width:86%;
	height:1px;
	display:block;
	position:absolute;
	left:7%;
	bottom:0;
	z-index:6;
	background-color:#DCDCDC;
	}
header nav ul li.m2 ul li:last-of-type a:before{
	display:none;
	}
header nav ul li.m2 ul li a{
	padding:18px 45px 19px 8%;
	letter-spacing:0.05em;
	background-color:#F7F7F7;
	}
header.fix nav ul li.m2 ul li a{
	height:auto;
	padding:18px 45px 19px 8%;
	}
header nav ul li.m2 ul li a span{
	font-size:20px;
	vertical-align:-2px;
	font-family:'Oswald';
	display:inline-block;
	margin-right:15px;
	color:#059991;
	font-weight:500;
	}
header nav ul li.m2 ul li a:hover{
	background-color:#E8E8E8;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	}
header nav ul li.m2 ul li.current_page_item a,
header nav ul li.m2 ul li.current-cat a{
	background-color:#E8E8E8;
	}
.headb .titleb span{
	font-size:70px;
	}
.headb .titleb strong{
	font-size:20px;
	}
.linkto{
	text-align:left;
	line-height:1.3;
	font-weight:400;
	font-size:17px;
	}
.linkto a{
	background-color:#C6001A;
	color:#FFF;
	display:inline-block;
	padding:19px 65px 19px 22px;
	position:relative;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	-o-border-radius:8px;
	-ms-border-radius:8px;
	}
.linkto a:hover{
	text-decoration:none;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	}
.linkto a:after{
	content:"";
	display:block;
	position:absolute;
	right:20px;
	top:50%;
	margin-top:-4px;
	width:6px;
	height:6px;
	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);
	}
.menu{
	position:fixed;
	top:0;
	right:0;
	width:90px;
	height:90px;
	display:block;
	cursor:pointer;
	z-index:2000;
	transition:0.6s;
	background-color:#C6001A;
	}
.menu:hover{
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
	}
.menu1{
	width:32px;
	height:1px;
	background-color:#F0F0F0;
	position:absolute;
	top:25px;
	left:29px;
	transition:0.6s;
	}
.menu2{
	width:22px;
	height:1px;
	background-color:#F0F0F0;
	position:absolute;
	top:33px;
	left:29px;
	transition:0.6s;
	}
.menu3{
	width:32px;
	height:1px;
	background-color:#F0F0F0;
	position:absolute;
	top:41px;
	left:29px;
	transition:0.6s;
	}
.menu:after{
	content:"MENU";
	position:absolute;
	top:52px;
	left:0;
	width:90px;
	text-align:center;
	font-size:12px;
	color:#F0F0F0;
	font-family:'Oswald';
	font-weight:300;
	letter-spacing:0.18em;
	transition:0.6s;
	}
.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:34px;
	-moz-transform:rotate(405deg);
	-webkit-transform:rotate(405deg);
	-o-transform:rotate(405deg);
	-ms-transform:rotate(405deg);
	transform:rotate(405deg);
	transition:0.6s;
	}
.menuclick2{
	opacity:0;
	}
.menuclick3{
	top:34px;
	-moz-transform:rotate(-405deg);
	-webkit-transform:rotate(-405deg);
	-o-transform:rotate(-405deg);
	-ms-transform:rotate(-405deg);
	transform:rotate(-405deg);
	transition:0.6s;
	}
.titleb span{
	font-size:50px;
	font-family:'Oswald';
	display:block;
	letter-spacing:0.05em;
	font-weight:300;
	}
.titleb strong{
	font-size:16px;
	display:block;
	letter-spacing:0.05em;
	font-weight:400;
	color:#059991;
	margin-top:5px;
	}
#contactb{
	background:url(img/common/contactbg.webp) no-repeat center center;
	-webkit-background-size:cover;
	background-size:cover;
	overflow:hidden;
	zoom:1;
	text-align:center;
	padding:150px 60px 300px 60px;
	position:relative;
	z-index:2;
	margin-top:190px;
	}
#contactb .titleb{
	color:#FFF;
	}
#contactb .titleb strong{
	color:#FFF;
	}
#contactb ul{
	overflow:hidden;
	zoom:1;
	max-width:1120px;
	margin:0 auto;
	}
#contactb ul li{
	float:left;
	width:48%;
	margin-top:70px;
	text-align:center;
	background-color:#FFF;
	border-radius:16px;
	-webkit-border-radius:16px;
	-moz-border-radius:16px;
	-o-border-radius:16px;
	-ms-border-radius:16px;
	min-height:190px;
	}
#contactb ul li:nth-of-type(2){
	float:right;
	}
#contactb ul li:nth-of-type(1) a{
	color:#323232;
	}
#contactb ul li:nth-of-type(2) a{
	display:block;
	position:relative;
	min-height:190px;
	}
#contactb ul li:nth-of-type(2) a:hover{
	text-decoration:none;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	}
#contactb ul li:nth-of-type(2) a:after{
	content:"";
	display:block;
	width:30px;
	height:30px;
	right:15px;
	bottom:15px;
	position:absolute;
	background-color:#C6001A;
	border-radius:100px;
	-webkit-border-radius:100px;
	-moz-border-radius:100px;
	-o-border-radius:100px;
	-ms-border-radius:100px;
	z-index:1;
	}
#contactb ul li:nth-of-type(2) a:before{
	content:"";
	display:block;
	position:absolute;
	right:28px;
	bottom:27px;
	width:5px;
	height:5px;
	border-top:2px solid #FFF;
	border-right:2px solid #FFF;
	z-index:2;
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	}
#contactb ul li h3{
	font-size:22px;
	color:#059991;
	font-weight:700;
	padding:35px 20px 0 20px;
	}
#contactb ul li h4{
	font-size:34px;
	font-family:'Oswald';
	letter-spacing:0.05em;
	font-weight:300;
	display:inline-block;
	padding-left:48px;
	margin-top:15px;
	position:relative;
	}
#contactb ul li h4:after{
	content:"";
	display:block;
	width:36px;
	height:36px;
	background:url(img/common/tel.webp) no-repeat left top;
	-webkit-background-size:36px auto;
	background-size:36px auto;
	position:absolute;
	left:0;
	top:6px;
	}
#contactb ul li:nth-of-type(2) h4{
	font-size:28px;
	letter-spacing:0.08em;
	}
#contactb ul li:nth-of-type(2) h4:after{
	background:url(img/common/mail.webp) no-repeat left top;
	-webkit-background-size:36px auto;
	background-size:36px auto;
	top:5px;
	}
#contactb ul li h5{
	font-size:17px;
	font-weight:400;
	color:#A0A0A0;
	padding:10px 0 30px 0;
	}
#totop{
	font-size:12px;
	letter-spacing:0.05em;
	color:#FFF;
	text-align:center;
	padding-top:33px;
	display:block;
	position:fixed;
	right:35px;
	bottom:45px;
	font-family:'Oswald';
	font-weight:300;
	width:60px;
	height:60px;
	background-color:#C6001A;
	z-index:30;
	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:400px;
	-webkit-border-radius:400px;
	-moz-border-radius:400px;
	-o-border-radius:400px;
	-ms-border-radius:400px;
	}
#totop:before{
	content:"";
	width:14px;
	height:2px;
	background-color:#FFF;
	position:absolute;
	left:50%;
	top:0;
	margin:18px 0 0 -7px;
	z-index:10;
	}
#totop:after{
	content:"";
	width:8px;
	height:8px;
	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);
	display:block;
	position:absolute;
	left:50%;
	top:0;
	z-index:10;
	margin:23px 0 0 -5px;
	}
#totop:hover{
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
	text-decoration:none;
	}
footer{
	padding:100px 60px 110px 60px;
	background-color:#FFF;
	position:relative;
	z-index:2;
	text-align:center;
	}
footer h2{
	width:280px;
	margin:0 auto;
	max-width:100%;
	}
footer h3{
	font-size:17px;
	font-weight:400;
	margin-top:25px;
	line-height:1.7;
	display:inline-block;
	text-align:left;
	}
footer ul{
	text-align:left;
	max-width:1100px;
	margin:65px auto 0 auto;
	display:flex;
	padding:75px 60px 0 60px;
	justify-content:space-between;
	border-top:1px solid #E4E4E4;
	}
footer ul li{
	font-size:17px;
	font-weight:700;
	}
footer ul li a{
	color:#323232;
	}
footer ul li a:hover{
	color:#323232;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	}
footer ul li ul{
	display:block;
	justify-content:normal;
	margin:22px 0 0 0;
	border-top:0;
	padding:0;
	}
footer ul li ul li{
	font-size:16px;
	margin-top:8px;
	font-weight:400;
	}
footer ul li ul li a{
	color:#A0A0A0;
	}
footer ul li ul li a:hover{
	color:#A0A0A0;
	}
small#copyright{
	display:block;
	font-family:'Oswald';
	letter-spacing:0.2em;
	font-weight:300;
	color:#FFF;
	background-color:#323232;
	padding:32px 20px 32px 20px;
	text-align:center;
	font-size:18px;
	}
small#copyright a{
	color:#FFF;
	}
#spbg{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background-color:#000;
	z-index:1000;
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	display:none;
	}
#header2{
	position:fixed;
	right:-580px;
	background-color:#F0F0F0;
	width:580px;
	height:100%;
	z-index:1500;
	top:0;
	overflow-y:scroll;
	-ms-overflow-style:none;
	scrollbar-width:none;
	padding:70px 110px 90px 80px;
	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::-webkit-scrollbar{
	display:none;
	-webkit-appearance:none;
	}
#header2 h2{
	width:260px;
	}
#header2 h2 img{
	width:100%;
	}
#header2 nav ul{
	overflow:hidden;
	zoom:1;
	padding-top:15px;
	}
#header2 nav ul li{
	font-size:18px;
	font-weight:400;
	margin-top:10px;
	background-color:#FFF;
	}
#header2 nav ul li a{
	display:block;
	background-color:#FFF;
	color:#323232;
	padding:21px 30px 21px 30px;
	position:relative;
	}
#header2 nav ul li a:after{
	content:"";
	display:block;
	position:absolute;
	right:32px;
	top:30px;
	width:5px;
	height:5px;
	border-top:2px solid #C6001A;
	border-right:2px solid #C6001A;
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	}
#header2 nav ul li ul{
	padding:0 0 0 10px;
	margin:0 0 0 25px;
	border-top:1px solid #E6E6E6;
	}
#header2 nav ul li ul li{
	font-size:17px;
	margin:0;
	border-bottom:1px solid #E6E6E6;
	}
#header2 nav ul li ul li:last-of-type{
	border-bottom:0;
	}
#header2 nav ul li ul li a{
	padding:18px 30px 17px 43px;
	}
#header2 nav ul li ul li a:after{
	right:auto;
	left:20px;
	top:27px;
	}
#header2 nav ul li ul li.current_page_item a{
	background-color:#E8E8E8 !important;
	}
#header2 nav ul li ul li ul{
	margin:0 0 0 25px;
	}
#header2 nav ul li ul li ul li{
	font-size:16px;
	}
#header2 nav ul li ul li ul li a{
	padding:16px 30px 15px 43px;
	}
#header2 nav ul li ul li ul li a:after{
	top:25px;
	}
#kulink{
	font-size:15px;
	color:#A0A0A0;
	overflow:hidden;
	zoom:1;
	text-align:right;
	max-width:1160px;
	margin:0 auto;
	padding:50px 50px 0 50px;
	}
#kulink a{
	margin:0 10px;
	}
#kulink strong{
	margin-left:10px;
	font-weight:normal;
	}
.post-box{
	overflow:hidden;
	zoom:1;
	}
.post-box a{
	display:inline-block;
	}
.post-box h2,.h2{
	font-size:22px;
	font-weight:700;
	background-color:#F0F0F0;
	padding:18px 20px 18px 22px;
	position:relative;
	margin:14px 0;
	line-height:1.4;
	}
.post-box h2:after,.h2:after{
	content:"";
	display:block;
	width:2px;
	height:50%;
	background-color:#059991;
	position:absolute;
	left:0;
	top:25%;
	}
.post-box h3,.h3{
	font-size:22px;
	font-weight:700;
	line-height:1.5;
	padding-bottom:13px;
	position:relative;
	margin:10px 0;
	}
.post-box h3:after,.h3:after{
	content:"";
	display:block;
	width:100%;
	height:2px;
	position:absolute;
	bottom:0;
	left:0;
	z-index:0;
	background-color:#E6E6E6;
	}
.post-box h3:before,.h3:before{
	content:"";
	display:block;
	width:25%;
	height:2px;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	background-color:#059991;
	}
.post-box h4,.h4{
	font-size:22px;
	font-weight:700;
	line-height:1.5;
	padding:5px 0 5px 25px;
	position:relative;
	margin:10px 0;
	_zoom: 1;
	overflow: hidden;
	}
.post-box h4:after,.h4:after{
	content:"";
	display:block;
	width:16px;
	height:16px;
	position:absolute;
	top:15px;
	left:0;
	z-index:0;
	background-color:#059991;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	}
.post-box h4:before,.h4:before{
	content:"";
	display:block;
	position:absolute;
	left:4px;
	top:20px;
	width:4px;
	height:4px;
	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);
	z-index:1;
	}
.post-box hr{
	height:1px;
	background-color:#E4E4E4;
	border:none;
	color:#E4E4E4;
	}
.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,
.table{
	border-top:1px solid #E4E4E4;
	}
.post-box table th,
.table th{
	line-height:1.8;
	background-color:#F5F5F5;
	padding:15px 25px 14px 20px;
	vertical-align:top;
	border-bottom:1px solid #E4E4E4;
	text-align:left;
	white-space:nowrap;
	word-break:break-all;
	}
.post-box table td,
table td{
	line-height:1.8;
	padding:15px 20px 14px 25px;
	vertical-align:top;
	border-bottom:1px solid #E4E4E4;
	word-break:break-all;
	}
.post-box table td ul li,
.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,
.table td ul li:first-of-type{
	margin-top:0;
	}
.post-box table td ol li,
.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,
.table td ol li:first-of-type{
	margin-top:0;
	}
.post-box mark{
	position:relative;
	font-size:18px;
	font-weight:700;
	padding:0 5px;
	background-color:#FFF073;
	background:-moz-linear-gradient(top,#FFFFFF,#FFFFFF 60%,#FFF073 40%, #FFF073);
	background:-webkit-gradient(linear, left top, left bottom, from(#FFFFFF), color-stop(0.6, #FFFFFF), color-stop(0.6, #FFF073), to(#FFF073));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFFFFF', endColorstr='#FFF073');
	background: linear-gradient(to bottom, #FFFFFF 0%,#FFFFFF 60%, #FFF073 60%,#FFF073 100%);
	}
.navi{
	color:#C6001A;
	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:#C6001A;
	padding:6px 14px 8px 14px;
	border:solid 1px #C6001A;
	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:#FAFAFA;
	}
.navi a.page-numbers:hover{
	text-decoration:underline;
	}
.navi a.next:hover,.navi a.prev:hover{
	text-decoration:underline;
	}
.navi .current{
	color:white;
	background:#C6001A;
	border-color:#C6001A;
	}
.navi a.next,.navi a.prev{
	border:0 none;
	color:#C6001A;
	font-size:17px;
	background:none;
	}
@media screen and (max-width:1100px){
header h1{
	left:3%;
	}
header nav{
	right:130px;
	width:540px;
	}
}
@media screen and (max-width:900px){
p{
	line-height:2.1;
	}
header{
	height:80px;
	}
header:after{
	display:none;
	}
header h1{
	width:220px;
	position:absolute;
	left:5%;
	top:35px;
	}
header.fix h1{
	top:35px;
	width:220px;
	}
header.fix h1 img{
	width:100%;
	}
header nav{
	display:none;
	}
.headb .titleb span{
	font-size:44px;
	}
.headb .titleb strong{
	font-size:16px;
	}
.menu{
	width:66px;
	height:66px;
	}
.menu:hover{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	}
.menu1{
	width:28px;
	top:17px;
	left:19px;
	}
.menu2{
	width:22px;
	top:24px;
	left:19px;
	}
.menu3{
	width:28px;
	top:31px;
	left:19px;
	}
.menu:after{
	top:37px;
	width:66px;
	font-size:11px;
	letter-spacing:0.15em;
	}
.menuclick1{
	top:23px;
	}
.menuclick3{
	top:23px;
	}
.titleb span{
	font-size:38px;
	}
.titleb strong{
	font-size:15px;
	}
.linkto a{
	padding:17px 64px 17px 21px;
	}
#contactb{
	padding:120px 7% 140px 7%;
	margin-top:140px;
	}
#contactb ul{
	padding-top:20px;
	}
#contactb ul li{
	float:none;
	width:100%;
	margin-top:25px;
	min-height:auto;
	}
#contactb ul li:nth-of-type(2){
	float:none;
	}
#contactb ul li:nth-of-type(2) a{
	min-height:auto;
	}
#contactb ul li h3{
	font-size:21px;
	padding:35px 6% 0 6%;
	}
#contactb ul li h4{
	font-size:30px;
	letter-spacing:0.02em;
	padding-left:38px;
	margin-top:10px;
	}
#contactb ul li h4:after{
	width:30px;
	height:30px;
	-webkit-background-size:30px auto;
	background-size:30px auto;
	}
#contactb ul li:nth-of-type(2) h4{
	font-size:23px;
	letter-spacing:0.01em;
	}
#contactb ul li:nth-of-type(2) h4:after{
	-webkit-background-size:30px auto;
	background-size:30px auto;
	top:3px;
	}
#contactb ul li h5{
	font-size:16px;
	padding:8px 0 30px 0;
	}
#totop{
	right:4%;
	bottom:30px;
	padding-top:26px;
	width:52px;
	height:52px;
	}
#totop:before{
	height:1px;
	margin-top:15px;
	}
#totop:after{
	border-width:1px;
	margin-top:19px;
	}
footer{
	padding:80px 7% 80px 7%;
	}
footer h2{
	width:240px;
	}
footer h3{
	font-size:16px;
	line-height:1.5;
	}
footer ul{
	margin:50px auto 0 auto;
	display:block;
	justify-content:normal;
	padding:0;
	}
footer ul li{
	border-bottom:1px solid #E4E4E4;
	position:relative;
	font-size:16px;
	}
footer ul li:after{
	content:"";
	display:block;
	position:absolute;
	right:20px;
	top:27px;
	width:5px;
	height:5px;
	border-top:2px solid #323232;
	border-right:2px solid #323232;
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	}
footer ul li a{
	display:block;
	padding:18px 40px 19px 15px;
	}
footer ul li ul{
	border-top:1px solid #DCDCDC;
	margin:0 0 0 35px;
	}
footer ul li ul li{
	margin-top:0;
	}
footer ul li ul li:after{
	top:23px;
	}
footer ul li ul li a{
	padding:14px 40px 15px 13px;
	}
footer ul li ul li:last-of-type{
	border-bottom:0;
	}
small#copyright{
	letter-spacing:0.1em;
	padding:20px 100px 20px 6%;
	text-align:left;
	font-size:17px;
	}
#header2{
	right:-90%;
	width:90%;
	padding:70px 9% 80px 8%;
	}
#header2 h2{
	width:220px;
	}
#header2 nav ul{
	padding-top:10px;
	}
#header2 nav ul li{
	font-size:17px;
	margin-top:15px;
	}
#header2 nav ul li a{
	padding:18px 30px 18px 22px;
	}
#header2 nav ul li a:after{
	right:26px;
	top:27px;
	}
#header2 nav ul li ul{
	margin:0 0 0 20px;
	padding:0;
	}
#header2 nav ul li ul li{
	font-size:16px;
	}
#header2 nav ul li ul li a{
	padding:16px 0px 16px 35px;
	}
#header2 nav ul li ul li a:after{
	left:18px;
	top:25px;
	}
#header2 nav ul li ul li ul{
	margin:0 0 0 15px;
	}
#header2 nav ul li ul li ul li{
	font-size:15px;
	}
#header2 nav ul li ul li ul li a{
	padding:16px 0px 16px 35px;
	}
#header2 nav ul li ul li ul li a:after{
	top:23px;
	}
#kulink{
	max-width:90%;
	font-size:14px;
	padding:30px 5% 0 5%;
	}
.post-box table th,
.table th{
	white-space:normal;
	min-width:50px;
	padding:13px 15px 12px 15px;
	}
.post-box table td,
.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;
	}
.post-box h2,.h2{
	font-size:21px;
	padding:13px 20px 13px 22px;
	}
.navi{
	padding-top:70px;
	}
}