@charset "utf-8";

@font-face{
	font-family:'Zen Kaku Gothic New';
	font-style:normal;
	font-weight:400;
	font-display:swap;
	src:url('font/ZenKakuGothicNew-Regular.woff2') format('woff2'),url('font/ZenKakuGothicNew-Regular.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:600;
	font-display:swap;
	src:url('font/NotoSerifJP-SemiBold.woff2') format('woff2'),url('font/NotoSerifJP-SemiBold.woff') format('woff'); 
	}
@font-face{
	font-family:'Montserrat';
	font-style:normal;
	font-weight:500;
	font-display:swap;
	src:url('font/Montserrat-Medium.woff2') format('woff2'),url('font/Montserrat-Medium.woff') format('woff'); 
	}
@font-face{
	font-family:'Montserrat';
	font-style:normal;
	font-weight:800;
	font-display:swap;
	src:url('font/Montserrat-ExtraBold.woff2') format('woff2'),url('font/Montserrat-ExtraBold.woff') format('woff'); 
	}

div,span{
	color:#28323C;
	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:400;
	}
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:#28323C;
	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:400;
	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: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.3;
	font-size:17px;
	font-weight:400;
	text-align:justify;
	text-justify:inter-ideograph;
	}
a{
	text-decoration:none;
	color:#1FA87D;
	}
a:hover{
	text-decoration:underline;
	color:#1FD774;
	}
/* 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:absolute;
	left:0;
	top:0;
	z-index:100;
	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;
	padding-left:8%;
	padding-right:-webkit-calc(100px + 5%);
	padding-right:calc(100px + 5%);
	overflow:hidden;
	zoom:1;
	}
header h1{
	width:140px;
	display:block;
	float:left;
	padding-top:50px;
	}
header nav{
	width:630px;
	max-width:-webkit-calc(95% - 180px);
	max-width:calc(95% - 180px);
	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:#FAFAFA;
	display:block;
	padding:5px 0px 24px 0px;
	position:relative;
	}
header nav ul li a:hover{
	text-decoration:none;
	color:#FAFAFA;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	}
header nav ul li a:before{
	background:#FAFAFA;
	content:"";
	width:100%;
	height:1px;
	position:absolute;
	left:0;
	top:49px;
	transform-origin:center top;
	transform:scale(0,1);
	transition:transform .3s;
	}
header nav ul li a:hover:before{
	transform-origin:center top;
	transform:scale(1,1);
	}
.menu{
	position:fixed;
	top:0;
	right:0;
	width:100px;
	height:100px;
	display:block;
	cursor:pointer;
	z-index:2000;
	transition:0.6s;
	background-color:#1FA87D;
	}
.menu:after{
	content:"MENU";
	display:block;
	font-family:'Montserrat';
	font-size:11px;
	font-weight:500;
	color:#FAFAFA;
	position:absolute;
	left:0;
	top:59px;
	width:100%;
	text-align:center;
	z-index:10;
	transition:0.6s;
	}
.menu:hover{
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
	}
.menu1{
	width:40px;
	height:1px;
	background-color:#FAFAFA;
	position:absolute;
	top:32px;
	left:30px;
	transition:0.6s;
	}
.menu2{
	width:30px;
	height:1px;
	background-color:#FAFAFA;
	position:absolute;
	top:40px;
	left:30px;
	transition:0.6s;
	}
.menu3{
	width:20px;
	height:1px;
	background-color:#FAFAFA;
	position:absolute;
	top:48px;
	left:30px;
	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;
	}
.menuclick:after{
	content:"CLOSE";
	}
.menuclick1{
	width:34px;
	top:36px;
	left:32px;
	-moz-transform:rotate(405deg);
	-webkit-transform:rotate(405deg);
	-o-transform:rotate(405deg);
	-ms-transform:rotate(405deg);
	transform:rotate(405deg);
	}
.menuclick2{
	display:none;
	}
.menuclick3{
	width:34px;
	top:36px;
	left:32px;
	-moz-transform:rotate(-405deg);
	-webkit-transform:rotate(-405deg);
	-o-transform:rotate(-405deg);
	-ms-transform:rotate(-405deg);
	transform:rotate(-405deg);
	}
.linkto a{
	padding:26px 0 0px 105px;
	min-height:54px;
	display:inline-block;
	position:relative;
	}
.linkto a:after{
	content:"";
	display:block;
	width:80px;
	height:80px;
	background-color:#1FA87D;
	border-radius:400px;
	-webkit-border-radius:400px;
	-moz-border-radius:400px;
	-o-border-radius:400px;
	-ms-border-radius:400px;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	}
.linkto a strong{
	font-size:20px;
	font-weight:700;
	color:#1FA87D;
	}
.linkto a strong:after{
	content:"";
	display:block;
	position:absolute;
	left:39px;
	top:50%;
	margin-top:-4px;
	z-index:2;
	width:8px;
	height:8px;
	border-top:1px solid #FFF;
	border-right:1px solid #FFF;
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	transition:0.3s;
	margin-left:0;
	}
.linkto a strong:before{
	content:"";
	width:16px;
	height:1px;
	position:absolute;
	z-index:2;
	left:33px;
	top:50%;
	background-color:#FFF;
	transition:0.3s;
	margin-left:0;
	}
.linkto a:hover{
	text-decoration:none;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	}
.linkto a:hover strong:after{
	margin-left:3px;
	}
.linkto a:hover strong:before{
	margin-left:3px;
	}
.titleb span{
	font-size:19px;
	font-family:'Montserrat';
	font-weight:800;
	display:block;
	position:relative;
	padding-left:17px;
	letter-spacing:0.1em;
	}
.titleb span:after{
	content:"";
	display:block;
	width:8px;
	height:8px;
	background-color:#FFE109;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-4px;
	border-radius:400px;
	-webkit-border-radius:400px;
	-moz-border-radius:400px;
	-o-border-radius:400px;
	-ms-border-radius:400px;
	}
.titleb strong{
	display:block;
	font-size:44px;
	font-weight:700;
	margin-top:8px;
	}
#totop{
	font-size:12px;
	color:#FFF;
	text-align:center;
	padding-top:40px;
	display:block;
	position:fixed;
	right:3%;
	bottom:50px;
	width:70px;
	height:70px;
	background-color:#28323C;
	font-family:'Montserrat';
	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;
	}
footer{
	background:url(img/common/foot.webp) no-repeat center center;
	-webkit-background-size:cover;
	background-size:cover;
	background-attachment:fixed;
	padding:130px 70px 220px 60%;
	position:relative;
	z-index:2;
	margin-top:180px;
	}
footer h2 a{
	width:150px;
	display:block;
	}
footer h3{
	color:#FAFAFA;
	font-size:17px;
	line-height:1.7;
	margin-top:35px;
	}
footer ul{
	overflow:hidden;
	zoom:1;
	width:420px;
	max-width:100%;
	padding-top:55px;
	}
footer ul li{
	float:left;
	width:45%;
	margin-right:10%;
	font-size:16px;
	font-weight:700;
	border-bottom:1px solid #FAFAFA;
	}
footer ul li:nth-of-type(2n){
	margin-right:0;
	}
footer ul li:nth-of-type(1),
footer ul li:nth-of-type(2){
	border-top:1px solid #FAFAFA;
	}
footer ul li a{
	display:block;
	color:#FAFAFA;
	padding:20px 40px 19px 15px;
	position:relative;
	}
footer ul li a:after{
	content:"";
	display:block;
	position:absolute;
	right:18px;
	top:50%;
	margin-top:-2.5px;
	width:5px;
	height:5px;
	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);
	}
footer ul li a:hover{
	text-decoration:none;
	color:#FAFAFA;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	}
footer small{
	display:block;
	font-size:17px;
	letter-spacing:0.15em;
	color:#F5F5F5;
	font-family:'Montserrat';
	font-weight:500;
	position:absolute;
	width:100%;
	text-align:center;
	left:0;
	bottom:65px;
	line-height:1.9;
	}
footer small a{
	color:#F5F5F5;
	}
footer small a:hover{
	color:#F5F5F5;
	
	}
#spbg{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background-color:#28323C;
	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:70px 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:130px;
	}
#header2 nav ul{
	overflow:hidden;
	zoom:1;
	margin-top:30px;
	}
#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);
	}
#headbg{
	height:680px;
	margin-bottom:140px;
	}
#headbg h1{
	display:flex;
	display:-webkit-flex;
	display:flex;
	position:absolute;
	right:10%;
	top:220px;
	}
#headbg h1 span{
	white-space:pre;
	writing-mode:vertical-rl;
	-webkit-writing-mode:vertical-rl;
	-ms-writing-mode:tb-rl;
	display:inline-block;
	text-align:left;
	font-size:50px;
	font-weight:700;
	letter-spacing:0;
	font-family:Helvetica,Lucida Grande,Verdana,Arial,"メイリオ",Meiryo,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	line-height:1;
	padding:15px 9px 15px 9px;
	background-color:#FFF;
	}
.headbg2{
	margin-top:300px;
	}
.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;
	}
.cts{
	display:flex;
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
	padding:0 70px 0 70px;
	position:relative;
	}
.cts .main{
	width:-webkit-calc(100% - 340px);
	width:calc(100% - 340px);
	padding-top:5px;
	}
.cts .side{
	width:320px;
	padding-right:20px;
	}
.cts .side .sidects{
	top:60px;
	position:sticky;
	}
.cts .side .sidects h2.titleb strong div{
	letter-spacing:0.04em;
	font-size:16px;
	font-weight:700;
	display:block;
	padding-top:8px;
	}
.cts .side .sidects ul.cate{
	padding-top:60px;
	}
.cts .side .sidects ul.cate li{
	font-size:17px;
	font-weight:400;
	margin-top:15px;
	padding-left:15px;
	position:relative;
	}
.cts .side .sidects ul.cate li:after{
	content:"";
	display:block;
	position:absolute;
	left:0;
	top:9px;
	width:4px;
	height:4px;
	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);
	}
.cts .side .sidects ul.cate li a{
	color:#28323C;
	}
.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:#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: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:400;
	line-height:1.4;
	text-align:center;
	max-width:100%;
	}
.wp-caption .wp-caption-text{
	font-size:15px;
	line-height:1.4;
	font-weight:400;
	padding:15px 0 0 0;
	color:#8C8C8C;
	text-align:left;
	display:inline-block;
	}
.post-box table{
	border-top:1px solid #DCDCDC;
	}
.post-box table th{
	font-size:17px;
	font-weight:700;
	background-color:#F0F0F0;
	border-bottom:1px solid #DCDCDC;
	text-align:left;
	vertical-align:top;
	line-height:1.8;
	padding:18px 25px 18px 20px;
	white-space:nowrap;
	word-break:break-all;
	}
.post-box table td{
	font-size:17px;
	font-weight:400;
	line-height:1.8;
	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: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{
	line-height:2.1;
	}
header{
	padding-left:8%;
	}
header h1{
	width:110px;
	padding-top:35px;
	}
header nav{
	display:none;
	}
.menu{
	width:66px;
	height:66px;
	}
.menu:after{
	font-size:10px;
	top:39px;
	}
.menu:hover{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	}
.menu1{
	width:28px;
	top:19px;
	left:19px;
	} 
.menu2{
	width:23px;
	top:25px;
	left:19px;
	} 
.menu3{
	width:18px;
	top:31px;
	left:19px;
	}
.menuclick1{
	top:23px;
	width:26px;
	}
.menuclick3{
	top:23px;
	width:26px;
	}
.linkto a{
	padding:21px 0 0px 90px;
	min-height:49px;
	}
.linkto a:after{
	width:70px;
	height:70px;
	}
.linkto a strong{
	font-size:18px;
	}
.linkto a strong:after{
	left:34px;
	}
.linkto a strong:before{
	left:28px;
	}
.titleb span{
	font-size:17px;
	}
.titleb strong{
	font-size:31px;
	margin-top:6px;
	letter-spacing:0.01em;
	}
#totop{
	right:4%;
	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;
	}
footer{
	background-position:left top;
	background-attachment:scroll;
	padding:100px 8% 60px 8%;
	margin-top:110px;
	text-align:center;
	}
footer:after{
	content:"";
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background-color:#000;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	opacity:0.4;
	z-index:1;
	}
footer h2 a{
	position:relative;
	z-index:2;
	width:120px;
	display:inline-block;
	}
footer h3{
	position:relative;
	z-index:2;
	font-size:16px;
	margin-top:30px;
	}
footer h3 a{
	color:#FAFAFA;
	}
footer ul{
	position:relative;
	z-index:2;
	margin:0 auto;
	padding-top:40px;
	}
footer ul li{
	text-align:left;
	float:none;
	width:auto;
	margin-right:0;
	font-size:15px;
	border-bottom:1px solid #787878;
	}
footer ul li:nth-of-type(1){
	border-top:1px solid #787878;
	}
footer ul li:nth-of-type(2){
	border-top:0;
	}
footer ul li a{
	padding:18px 40px 18px 16px;
	}
footer ul li a:after{
	right:20px;
	margin-top:-2px;
	width:4px;
	height:4px;
	}
footer small{
	font-size:15px;
	letter-spacing:0.05em;
	position:relative;
	width:auto;
	text-align:left;
	padding-right:60px;
	bottom:auto;
	z-index:2;
	margin-top:60px;
	}
#header2{
	right:-90%;
	width:90%;
	padding:50px 9% 60px 8%;
	}
#header2 h2 a{
	width:100px;
	}
#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;
	}
#headbg{
	height:280px;
	position:relative;
	margin-bottom:110px;
	}
#headbg h1{
	right:50%;
	top:auto;
	bottom:-50px;
	margin-right:-25px;
	}
#headbg h1 span{
	font-size:24px;
	padding:10px 5px 10px 3px;
	line-height:1.4;
	background-color:#28323C;
	color:#FAFAFA;
	}
.headbg2{
	margin-top:220px;
	}
.navi{
	padding-top:70px;
	}
.cts{
	display:block;
	padding:0 7%;
	}
.cts .main{
	width:-webkit-calc(100%);
	width:calc(100%);
	padding-top:0;
	}
.cts .side{
	width:auto;
	padding-right:0;
	}
.cts .side .sidects{
	top:auto;
	position:relative;
	}
.cts .side .sidects h2.titleb strong div{
	display:inline-block;
	padding-top:0;
	vertical-align:4px;
	}
.cts .side .sidects ul.cate{
	display:none;
	}
.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;
	}
}