@charset "utf-8";

@font-face{
	font-family:'Zen Kaku Gothic New';
	font-style:normal;
	font-weight:500;
	font-display:swap;
	src:url('font/ZenKakuGothicNew-Medium.woff2') format('woff2'),url('font/ZenKakuGothicNew-Medium.woff') format('woff'); 
	}
@font-face{
	font-family:'Zen Kaku Gothic New';
	font-style:normal;
	font-weight:700;
	font-display:swap;
	src:url('font/ZenKakuGothicNew-Bold.woff2') format('woff2'),url('font/ZenKakuGothicNew-Bold.woff') format('woff'); 
	}
@font-face{
	font-family:'Noto Serif JP';
	font-style:normal;
	font-weight:400;
	font-display:swap;
	src:url('font/NotoSerifJP-Regular.woff2') format('woff2'),url('font/NotoSerifJP-Regular.woff') format('woff'); 
	}
@font-face{
	font-family:'EB Garamond';
	font-style:normal;
	font-weight:400;
	font-display:swap;
	src:url('font/EBGaramond-Regular.woff2') format('woff2'),url('font/EBGaramond-Regular.woff') format('woff'); 
	}

div,span{
	line-height:1.4;
	font-family:"Zen Kaku Gothic New",Helvetica,Lucida Grande,Verdana,Arial,"メイリオ",Meiryo,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	font-weight:500;
	}
body,
h1,h2,h3,h4,h5,h6,
p,blockquote,pre,address,
ul,ol,li,dl,dt,dd,
table,th,td,
form,fieldset,legend,strong{
	margin:0;
	padding:0;
	color:#1E1E1E;
	line-height:1.4;
	font-family:"Zen Kaku Gothic New",Helvetica,Lucida Grande,Verdana,Arial,"メイリオ",Meiryo,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	font-size:17px;
	font-weight:500;
	letter-spacing:0.05em;
	}
body{
	font-family:"Zen Kaku Gothic New",Helvetica,Lucida Grande,Verdana,Arial,"メイリオ",Meiryo,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	font-size:17px;
	font-weight:500;
	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.8;
	font-size:17px;
	font-weight:500;
	text-align:justify;
	text-justify:inter-ideograph;
	}
a{
	text-decoration:none;
	color:#353E41;
	}
a:hover{
	text-decoration:underline;
	color:#72787A;
	}
/* 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{
	width:100%;
	height:140px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	padding-left:8%;
	padding-right:-webkit-calc(120px + 5%);
	padding-right:calc(120px + 5%);
	overflow:hidden;
	zoom:1;
	}
header h1{
	width:270px;
	display:block;
	float:left;
	padding-top:50px;
	}
header nav{
	width:460px;
	max-width:-webkit-calc(95% - 300px);
	max-width:calc(95% - 300px);
	padding-top:55px;
	float:right;
	}
header nav ul{
	display:flex;
	justify-content:space-between;
	}
header nav ul li{
	font-size:16px;
	font-weight:700;
	letter-spacing:0.12em;
	}
header nav ul li a{
	color:#353E41;
	display:block;
	padding-top:5px;
	position:relative;
	height:80px;
	}
header nav ul li a:hover{
	text-decoration:none;
	color:#353E41;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	}
header nav ul li a:before{
	background:#353E41;
	content:"";
	width:100%;
	height:3px;
	position:absolute;
	left:0;
	bottom:0;
	display:none;
	}
header nav ul li a:hover:before{
	display:block;
	}
#headbg{
	height:520px;
	overflow:hidden;
	zoom:1;
	position:relative;
	}
#headbg h1{
	position:absolute;
	left:8%;
	top:50%;
	margin-top:-60px;
	}
#headbg h1 strong{
	position:relative;
	display:inline-block;
	padding:45px 75px 45px 75px;
	}
#headbg h1 strong:after{
	content:"";
	display:block;
	width:50px;
	height:1px;
	background-color:#FAFAFA;
	position:absolute;
	left:0;
	top:15px;
	}
#headbg h1 strong:before{
	content:"";
	display:block;
	width:1px;
	height:40px;
	background-color:#FAFAFA;
	position:absolute;
	left:15px;
	top:0;
	}
#headbg h1 strong span{
	display:block;
	font-size:20px;
	font-family:'EB Garamond';
	font-weight:400;
	letter-spacing:0.09em;
	color:#FAFAFA;
	}
#headbg h1 strong span:after{
	content:"";
	display:block;
	width:50px;
	height:1px;
	background-color:#FAFAFA;
	position:absolute;
	right:0;
	bottom:15px;
	}
#headbg h1 strong span:before{
	content:"";
	display:block;
	width:1px;
	height:40px;
	background-color:#FAFAFA;
	position:absolute;
	right:15px;
	bottom:0;
	}
#noheadbg{
	margin:0 auto;
	max-width:90%;
	border-top:1px solid #D7D7D7;
	}
#sideul{
	position:fixed;
	right:0;
	bottom:50px;
	z-index:200;
	}
#sideul li a{
	margin-top:20px;
	font-size:16px;
	font-weight:700;
	color:#FAFAFA;
	background-color:#353E41;
	display:block;
	-webkit-writing-mode:vertical-rl;
	-ms-writing-mode:tb-rl;
	writing-mode:vertical-rl;
	width:54px;
	height:145px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	padding:24px 16px 0 0;
	letter-spacing:0.16em;
	position:relative;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	}
#sideul li:nth-of-type(2) a{
	height:180px;
	}
#sideul li a:after{
	content:"";
	display:block;
	position:absolute;
	left:23px;
	bottom:24px;
	width:6px;
	height:6px;
	border-top:2px solid #FAFAFA;
	border-right:2px solid #FAFAFA;
	-moz-transform:rotate(135deg);
	-webkit-transform:rotate(135deg);
	-o-transform:rotate(135deg);
	-ms-transform:rotate(135deg);
	transform:rotate(135deg);
	transition:0.3s;
	}
#sideul li a:hover{
	text-decoration:none;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	}
#sideul li a:hover:after{
	margin-bottom:-4px;
	}
.menu{
	position:fixed;
	top:40px;
	right:5%;
	width:60px;
	height:60px;
	border-radius:400px;
	-webkit-border-radius:400px;
	-moz-border-radius:400px;
	-o-border-radius:400px;
	-ms-border-radius:400px;
	display:block;
	cursor:pointer;
	z-index:2000;
	transition:0.6s;
	background-color:#353E41;
	}
.menu:hover{
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
	}
.menu1{
	width:13px;
	height:2px;
	border-radius:40px;
	-webkit-border-radius:40px;
	-moz-border-radius:40px;
	-o-border-radius:40px;
	-ms-border-radius:40px;
	background-color:#FAFAFA;
	position:absolute;
	top:23px;
	left:27px;
	transition:0.6s;
	}
.menu2{
	width:20px;
	height:2px;
	border-radius:40px;
	-webkit-border-radius:40px;
	-moz-border-radius:40px;
	-o-border-radius:40px;
	-ms-border-radius:40px;
	background-color:#FAFAFA;
	position:absolute;
	top:29px;
	left:20px;
	transition:0.6s;
	}
.menu3{
	width:13px;
	height:2px;
	border-radius:40px;
	-webkit-border-radius:40px;
	-moz-border-radius:40px;
	-o-border-radius:40px;
	-ms-border-radius:40px;
	background-color:#FAFAFA;
	position:absolute;
	top:35px;
	left:20px;
	transition:0.6s;
	}
.menu1,.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{
	width:20px;
	top:29px;
	left:21px;
	-moz-transform:rotate(405deg);
	-webkit-transform:rotate(405deg);
	-o-transform:rotate(405deg);
	-ms-transform:rotate(405deg);
	transform:rotate(405deg);
	}
.menuclick2{
	display:none;
	}
.menuclick3{
	width:20px;
	top:29px;
	left:21px;
	-moz-transform:rotate(-405deg);
	-webkit-transform:rotate(-405deg);
	-o-transform:rotate(-405deg);
	-ms-transform:rotate(-405deg);
	transform:rotate(-405deg);
	}
.linkto{
	text-align:left;
	line-height:1.3;
	font-weight:500;
	font-size:17px;
	letter-spacing:0.05em;
	}
.linkto a{
	background-color:#353E41;
	color:#FAFAFA;
	display:inline-block;
	padding:20px 70px 20px 26px;
	position:relative;
	}
.linkto a:hover{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	text-decoration:none;
	}
.linkto a:after{
	content:"";
	display:block;
	position:absolute;
	right:30px;
	top:50%;
	margin-top:-3px;
	width:6px;
	height:6px;
	border-top:2px solid #FAFAFA;
	border-right:2px solid #FAFAFA;
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	}
#kulink{
	font-size:15px;
	color:#969696;
	max-width:90%;
	margin:0 auto;
	padding:40px 0 150px 0;
	overflow:hidden;
	zoom:1;
	text-align:right;
	font-weight:500;
	}
#kulink a{
	margin:0 10px;
	}
#kulink strong{
	margin-left:10px;
	font-weight:500;
	font-size:15px;
	color:#969696;
	}
.titleb strong{
	position:relative;
	display:inline-block;
	padding:45px 75px 45px 75px;
	}
.titleb strong:after{
	content:"";
	display:block;
	width:50px;
	height:1px;
	background-color:#1E1E1E;
	position:absolute;
	left:0;
	top:15px;
	}
.titleb strong:before{
	content:"";
	display:block;
	width:1px;
	height:40px;
	background-color:#1E1E1E;
	position:absolute;
	left:15px;
	top:0;
	}
.titleb strong span{
	display:block;
	font-size:20px;
	font-family:'EB Garamond';
	font-weight:400;
	letter-spacing:0.09em;
	}
.titleb strong span:after{
	content:"";
	display:block;
	width:50px;
	height:1px;
	background-color:#1E1E1E;
	position:absolute;
	right:0;
	bottom:15px;
	}
.titleb strong span:before{
	content:"";
	display:block;
	width:1px;
	height:40px;
	background-color:#1E1E1E;
	position:absolute;
	right:15px;
	bottom:0;
	}
#totop{
	font-size:12px;
	color:#FFF;
	text-align:center;
	padding-top:40px;
	display:block;
	position:fixed;
	left:3%;
	bottom:50px;
	width:70px;
	height:70px;
	background-color:#28323C;
	font-family:'EB Garamond';
	font-weight:500;
	border-radius:400px;
	-webkit-border-radius:400px;
	-moz-border-radius:400px;
	-o-border-radius:400px;
	-ms-border-radius:400px;
	z-index:300;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	letter-spacing:0.1em;
	}
#totop:before{
	content:"";
	width:14px;
	height:2px;
	background-color:#FFF;
	position:absolute;
	left:50%;
	top:0;
	margin:23px 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:28px 0 0 -5px;
	}
#totop:hover{
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
	text-decoration:none;
	}
#reccon{
	margin-top:200px;
	overflow:hidden;
	zoom:1;
	}
#reccon #recb,
#reccon #conb{
	float:left;
	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;
	border-right:1px solid #FAFAFA;
	overflow:hidden;
	zoom:1;
	height:540px;
	position:relative;
	display:block;
	}
#reccon #conb{
	float:right;
	border-right:0;
	}
#reccon #recb:after,
#reccon #conb:after{
	content:"";
	display:block;
	position:absolute;
	z-index:1;
	left:0;
	top:0;
	background:url(img/common/rec1.webp) no-repeat center center;
	width:100%;
	height:100%;
	-webkit-background-size:cover;
	background-size:cover;
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	-moz-transition:-moz-transform 0.6s linear;
	-webkit-transition:-webkit-transform 0.6s linear;
	-o-transition:-o-transform 0.6s linear;
	-ms-transition:-ms-transform 0.6s linear;
	transition:transform 0.6s linear;
	transition:0.6s;
	}
#reccon #conb:after{
	background:url(img/common/con1.webp) no-repeat center center;
	-webkit-background-size:cover;
	background-size:cover;
	}
#reccon #recb:hover:after,
#reccon #conb:hover:after{
	background:url(img/common/rec1-2.webp) no-repeat center center;
	-webkit-background-size:cover;
	background-size:cover;
	-webkit-transform:scale(1.04);
	-moz-transform:scale(1.04);
	-o-transform:scale(1.04);
	-ms-transform:scale(1.04);
	transform:scale(1.04);
	}
#reccon #conb:hover:after{
	background:url(img/common/con1-2.webp) no-repeat center center;
	-webkit-background-size:cover;
	background-size:cover;
	}
#reccon #recb:before,
#reccon #conb:before{
	content:"";
	display:block;
	position:absolute;
	z-index:2;
	left:0;
	top:0;
	background-color:#001428;
	width:100%;
	height:100%;
	-moz-transition:-moz-transform 0.6s linear;
	-webkit-transition:-webkit-transform 0.6s linear;
	-o-transition:-o-transform 0.6s linear;
	-ms-transition:-ms-transform 0.6s linear;
	transition:transform 0.6s linear;
	transition:0.6s;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
	}
#reccon #recb:hover:before,
#reccon #conb:hover:before{
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	opacity:0.3;
	}
#reccon h2{
	position:absolute;
	right:120px;
	top:110px;
	z-index:5;
	font-size:39px;
	font-weight:700;
	color:#FAFAFA;
	text-align:center;
	display:inline-block;
	letter-spacing:0.1em;
	}
#reccon #conb h2{
	left:90px;
	right:auto;
	}
#reccon h2 span{
	font-size:17px;
	font-weight:400;
	display:block;
	font-family:'EB Garamond';
	margin-top:15px;
	letter-spacing:0.15em;
	}
#reccon h3{
	position:absolute;
	left:90px;
	top:245px;
	z-index:5;
	padding-left:45px;
	}
#reccon h3:after{
	content:"";
	display:block;
	width:32px;
	height:32px;
	position:absolute;
	left:0;
	top:15px;
	background:url(img/common/tel.webp) no-repeat left top;
	-webkit-background-size:32px 32px;
	background-size:32px 32px;
	}
#reccon h3 strong{
	font-size:40px;
	font-weight:400;
	display:block;
	font-family:'EB Garamond';
	color:#FAFAFA;
	}
#reccon h3 span{
	font-size:15px;
	font-weight:500;
	display:block;
	margin-top:5px;
	color:#FAFAFA;
	}
#reccon h4{
	position:absolute;
	right:90px;
	bottom:105px;
	z-index:5;
	display:inline-block;
	line-height:1.3;
	font-weight:500;
	font-size:17px;
	letter-spacing:0.05em;
	background-color:#FAFAFA;
	color:#353E41;
	padding:20px 70px 20px 26px;
	}
#reccon #conb h4{
	left:90px;
	right:auto;
	}
#reccon h4:after{
	content:"";
	display:block;
	position:absolute;
	right:30px;
	top:50%;
	margin-top:-3px;
	width:6px;
	height:6px;
	border-top:2px solid #353E41;
	border-right:2px solid #353E41;
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	}
#reccon a:hover h2,
#reccon a:hover h3,
#reccon a:hover h4{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	text-decoration:none;
	}
footer{
	padding-top:120px;
	text-align:center;
	font-size:0;
	}
footer h2 a{
	width:270px;
	margin:0 auto;
	display:block;
	}
footer h3{
	font-size:17px;
	padding-top:30px;
	line-height:1.8;
	display:inline-block;
	text-align:left;
	}
footer ul{
	max-width:1180px;
	border-top:1px solid #D7D7D7;
	padding-top:40px;
	margin:80px auto 0 auto;
	}
footer ul li{
	display:inline-block;
	margin:50px 35px 0 35px;
	font-size:16px;
	font-weight:700;
	}
footer small{
	display:block;
	background-color:#001428;
	margin-top:90px;
	padding:30px 40px 30px 40px;
	font-size:18px;
	font-weight:400;
	color:#C8CCD0;
	font-family:'EB Garamond';
	line-height:1.9;
	letter-spacing:0.15em;
	}
footer small a{
	color:#C8CCD0;
	}
#spbg{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background-color:#1E1E1E;
	z-index:1000;
	filter: alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
	display:none;
	}
#header2{
	position:fixed;
	right:-540px;
	background-color:#F0F0F0;
	width:540px;
	height:100%;
	z-index:1500;
	top:0;
	overflow-y:scroll;
	-ms-overflow-style:none;
	scrollbar-width:none;
	padding:80px 110px 110px 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 a{
	display:block;
	width:260px;
	}
#header2 nav ul{
	overflow:hidden;
	zoom:1;
	margin-top:20px;
	}
#header2 nav ul li{
	font-size:18px;
	font-weight:700;
	margin-top:10px;
	background-color:#FFF;
	}
#header2 nav ul li a{
	display:block;
	background-color:#FFF;
	color:#28323C;
	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 #28323C;
	border-right:2px solid #28323C;
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	}
.navi{
	color:#28323C;
	margin:2em auto;
	text-align:center;
	padding-top:80px;
	clear:both;
	font-size:0;
	}
.navi a.page-numbers,.navi .current{
	color:#28323C;
	width:40px;
	height:40px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	padding:6px 0 0 0;
	border:solid 1px #28323C;
	display:inline-block;
	text-align:center;
	font-size:18px;
	border-radius:400px;
	-webkit-border-radius:400px;
	-moz-border-radius:400px;
	-o-border-radius:400px;
	-ms-border-radius:400px;
	margin:0 4px;
	}
.navi a.page-numbers:hover{
	text-decoration:underline;
	color:#28323C;
	border:1px solid #28323C;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	}
.navi a.next:hover,.navi a.prev:hover{
	color:#28323C;
	text-decoration:underline;
	border:0 none;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	}
.navi .current{
	color:white;
	background:#28323C;
	border-color:#28323C;
	}
.navi a.next,.navi a.prev{
	border:0 none;
	color:#28323C;
	font-size:16px;
	width:auto;
	height:auto;
	margin:0 6px;
	}
.post-box{
	overflow:hidden;
	zoom:1;
	}
.post-box a{
	display:inline-block;
	}
.iconset{
	display:inline-block;
	padding:0 5px 0px 5px;
	vertical-align:-1px;
	}
.post-box p mark{
	font-weight:700;
	font-size:18px;
	position:relative;
	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%);
	}
.post-box strong{
	font-weight:700;
	}
.post-box hr{
	height:1px;
	background-color:#C8C8C8;
	border:none;
	color:#C8C8C8;
	}
.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:15px 30px 15px 0px;
	}
img.alignright{
	display:inline-block;
	float:right;
	margin:15px 0px 15px 30px;
	}
.wp-caption.alignleft{
	display:inline-block;
	float:left;
	margin:15px 30px 15px 0px;
	}
.wp-caption.alignright{
	display:inline-block;
	float:right;
	margin:15px 0px 15px 30px;
	}
.aligncenter,img.aligncenter{
	clear:both;
	display:block;
	margin:15px auto;
	}
.wp-caption{
	font-size:15px;
	color:#8C8C8C;
	font-weight:500;
	line-height:1.4;
	text-align:center;
	max-width:100%;
	}
.wp-caption .wp-caption-text{
	font-size:15px;
	line-height:1.4;
	font-weight:500;
	padding:15px 0 0 0;
	color:#8C8C8C;
	text-align:left;
	display:inline-block;
	}
.post-box table{
	border-top:1px solid #C8C8C8;
	}
.post-box table th{
	font-size:17px;
	font-weight:700;
	border-bottom:1px solid #C8C8C8;
	text-align:left;
	vertical-align:top;
	line-height:1.8;
	padding:30px 30px 30px 20px;
	white-space:nowrap;
	word-break:break-all;
	}
.post-box table td{
	font-size:17px;
	font-weight:500;
	line-height:1.8;
	padding:30px 20px 30px 20px;
	vertical-align:top;
	border-bottom:1px solid #C8C8C8;
	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:1340px){
footer ul{
	margin:80px 70px 0 70px;
	}
}
@media screen and (max-width:900px){
body,
h1,h2,h3,h4,h5,h6,
p,blockquote,pre,address,
ul,ol,li,dl,dt,dd,
table,th,td,
form,fieldset,legend,strong{
	letter-spacing:0.03em;
	}
p{
	font-size:16px;
	line-height:2.5;
	}
header{
	padding-left:6%;
	height:90px;
	}
header h1{
	width:240px;
	padding-top:27px;
	}
header nav{
	display:none;
	}
#headbg{
	height:220px;
	}
#headbg h1{
	left:6%;
	margin-top:-45px;
	}
#headbg h1 strong{
	padding:30px 50px 30px 50px;
	}
#headbg h1 strong:after{
	width:40px;
	top:10px;
	}
#headbg h1 strong:before{
	height:30px;
	left:10px;
	}
#headbg h1 strong span{
	font-size:19px;
	}
#headbg h1 strong span:after{
	width:40px;
	bottom:10px;
	}
#headbg h1 strong span:before{
	height:30px;
	right:10px;
	}
#noheadbg{
	max-width:92%;
	}
.menu{
	right:4%;
	top:22px;
	width:46px;
	height:46px;
	}
.menu:hover{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	}
.menu1{
	top:16px;
	left:20px;
	}
.menu2{
	top:22px;
	left:13px;
	}
.menu3{
	top:28px;
	left:13px;
	}
.menuclick1{
	top:22px;
	left:14px;
	}
.menuclick3{
	top:22px;
	left:14px;
	}
#sideul{
	display:none;
	}
#kulink{
	font-size:14px;
	max-width:92%;
	padding:25px 0 80px 0;
	}
#kulink strong{
	font-size:14px;
	}
.titleb strong{
	padding:30px 50px 30px 50px;
	}
.titleb strong:after{
	width:40px;
	top:10px;
	}
.titleb strong:before{
	height:30px;
	left:10px;
	}
.titleb strong span{
	font-size:19px;
	}
.titleb strong span:after{
	width:40px;
	bottom:10px;
	}
.titleb strong span:before{
	height:30px;
	right:10px;
	}
#totop{
	right:4%;
	left:auto;
	bottom:25px;
	font-size:11px;
	padding-top:28px;
	width:52px;
	height:52px;
	}
#totop:before{
	width:12px;
	margin:14px 0 0 -6px;
	}
#totop:after{
	width:6px;
	height:6px;
	margin:19px 0 0 -4px;
	}
#reccon{
	margin-top:160px;
	}
#reccon #recb,
#reccon #conb{
	float:none;
	width:auto;
	border-right:0;
	border-bottom:1px solid #FAFAFA;
	height:auto;
	text-align:center;
	padding:80px 7% 70px 7%;
	}
#reccon #conb{
	float:none;
	border-bottom:0;
	}
#reccon h2{
	position:relative;
	right:auto;
	top:auto;
	font-size:29px;
	display:block;
	}
#reccon #conb h2{
	left:auto;
	}
#reccon h2 span{
	font-size:15px;
	margin-top:12px;
	}
#reccon h3{
	position:relative;
	left:auto;
	top:auto;
	text-align:left;
	margin-top:40px;
	display:inline-block;
	border:1px solid #DDD;
	padding:10px 10px 15px 60px;
	}
#reccon h3:after{
	width:24px;
	height:24px;
	top:21px;
	left:25px;
	-webkit-background-size:24px 24px;
	background-size:24px 24px;
	}
#reccon h3 strong{
	font-size:32px;
	}
#reccon h3 span{
	font-size:14px;
	margin-top:2px;
	}
#reccon h4{
	position:relative;
	right:auto;
	bottom:auto;
	margin-top:60px;
	font-size:16px;
	padding:18px 60px 18px 24px;
	}
#reccon #conb h4{
	left:auto;
	}
#reccon h4:after{
	right:25px;
	}
footer{
	padding-top:90px;
	}
footer h2 a{
	width:260px;
	}
footer h3{
	font-size:16px;
	padding-top:25px;
	}
footer ul{
	padding-top:0;
	margin:60px 7% 0 7%;
	}
footer ul li{
	border-bottom:1px solid #D7D7D7;
	display:block;
	margin:0;
	font-size:17px;
	font-weight:500;
	text-align:left;
	}
footer ul li a{
	display:block;
	padding:18px 40px 18px 16px;
	position:relative;
	}
footer ul li a:after{
	content:"";
	display:block;
	position:absolute;
	right:20px;
	margin-top:-2px;
	width:4px;
	height:4px;
	top:50%;
	border-top:2px solid #353E41;
	border-right:2px solid #353E41;
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	}
footer small{
	margin-top:70px;
	padding:30px 80px 30px 7%;
	text-align:left;
	font-size:17px;
	letter-spacing:0.1em;
	}
#header2{
	right:-90%;
	width:90%;
	padding:60px 9% 60px 8%;
	}
#header2 h2 a{
	width:230px;
	}
#header2 nav ul{
	margin-top:20px;
	}
#header2 nav ul li{
	font-size:17px;
	}
#header2 nav ul li a{
	padding:18px 30px 18px 22px;
	}
#header2 nav ul li a:after{
	right:26px;
	top:27px;
	}
.navi{
	padding-top:70px;
	}
.post-box p mark{
	font-size:17px;
	}
.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;
	}
.wp-caption{
	font-size:14px;
	}
.wp-caption .wp-caption-text{
	font-size:14px;
	padding:12px 0 0 0;
	}
.post-box table th{
	line-height:1.6;
	padding:15px 18px 15px 18px;
	white-space:normal;
	}
.post-box table td{
	line-height:1.6;
	padding:15px 18px 15px 20px;
	}
}