@charset "utf-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video { margin:0; padding:0; border:0; outline:0; vertical-align:baseline; background:transparent; box-sizing: border-box;}
article, aside, dialog, figure, footer, header,hgroup, nav, section { display:block; }
nav ul { list-style:none; }
a {
	margin:0; padding:0; border:0; vertical-align:baseline; background:transparent; word-break: break-all;
}
h1,h2,h3,h4 {box-sizing:border-box;}
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; }
del { text-decoration:line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
html { overflow: scroll; overflow:-moz-scrollbars-vertical; overflow-x:scroll; }
body {
	font-family: "Trebuchet MS", Trebuchet, verdana, helvetica, arial, メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino kaku Gothic Pro", Osaka, "MS P ゴシック", "MS PGothic";
	width:100%;
	font-size: 14px;
	overflow:hidden; 
	-webkit-text-size-adjust:100%; 
	display:block; color:#333; 
	line-height:1.4; 
	text-align:center; 
}
ul li, ol li { list-style:none; }
header {
	width: 100%;
	background:#fff;
	border-bottom: 1px solid #DFDFDF;
}
.pd { padding-top:88px; }
.fixed {
	position: fixed;
	top: -1px;
	left: 0;
	z-index: 999999;
}
.fixed .description {
	display: none;
}
.fixed .headerBox {
	
}
.fixed .logo {
	width: 110px;
	padding: 10px 0;
}
.fixed nav ul li a {

}
header.fixed nav {
	width: calc(100% - 95px);
}
.headerBox,
footer .footerBox{
	max-width: 1020px;
	margin: 0 auto;
	box-sizing: border-box;
}
.description {
	position: absolute;
	top:5px;
	right: 10px;
	font-size: 11px;
	text-align: right;
	color: #a6a6a6;
	padding: 0;
	z-index: -1;
}
.headerBox {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
	padding: 0 10px;
}
.logo {
	display: block;
	width: 200px;
	padding: 20px 0;
	line-height: 0;
	box-sizing: border-box;
	transition: all 0.5s 0s ease;
}
.logo:hover {
	opacity: 0.7;
}
.logo img{
	width: 100%;
}
header nav {
	width: calc(100% - 200px);
}
header nav .spNav {
	display: none;
}
header nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
header nav ul li {
	transition: all 0.5s 0s ease;
	margin:0 5px;
	border-radius: 20px;
}
header nav ul li.submenu{
	position: relative;
	padding: 8px 20px;
	background: #fff;
	border-radius: 20px 20px 0 0 !important;
}
header nav ul li.submenu ul {
	display: none;
	position: absolute;
	top: 30px;
	left: -50px;
	width: 200px;
	z-index: 999999;
	background: #f2f2f2;
	padding: 15px 10px;
}
header nav ul li.submenu ul li{
	border-top: 1px solid #fff;
	margin: 0;
    border-radius: 0;
}
header nav ul li.submenu ul li:hover{
	background: #fff;
}
header nav ul li.submenu ul li:last-child{
	border-bottom: 1px solid #fff;
}
header nav ul li.submenu ul span {
	display: inline-block;
	padding: 0 0 10px 0; 
	font-weight: bold;
}
header nav ul li.submenu ul span span{
	font-size: 10px;
	padding: 0;
	font-weight: normal;
}
header nav ul li:hover {
	background: #f2f2f2;
}
header nav ul li a {
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: 8px 20px;
	color:#000;
	font-size: 13px;
	text-decoration: none;
	transition: all 0.5s 0s ease;
}
header nav ul li a:hover {
	color:#666;
}
header .toTop {
	opacity: 0;
	position: fixed;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-decoration: none;
    text-align: center;
    right: 50px;
    bottom: 50px;
    z-index: 1030;
	transition: all 0.5s 0s ease;
}
header .toTop.on {
	opacity: 1;
	transition: all 0.5s 0s ease;
}
header .toTop a:before {
	content: "";
	display: block;
	position: absolute;
    left: 39%;
    top: 43%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
header .toTop a {
	display: block;
    border-radius: 25px;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.7);
}
header .toTop a:hover {
	opacity: 0.7;
}
.wrapBox {
	min-height: 500px;
}
.panList {
    max-width: 1020px;
    margin: 0 auto;
    padding: 0 0 0 10px;
	line-height: 30px;
	font-size: 12px;
}
.panList ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.panList a{
	position: relative;
	color: #ccc;
	text-decoration: none;
	padding: 0 20px 0 0;
}
.panList a:after {
	content: "";
	display: inline-block;
    width: 7px;
    height: 7px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    bottom: 4px;
    right: 8px;
}
.contentBox {
    max-width: 1020px;
    padding: 20px 10px;
    margin: 0 auto;
    box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.contents {
	width: 700px;
	padding: 0 0 100px 20px;
}
a.btn {
    position: relative;
    display: inline-block;
    text-decoration: none;
    background: #f2f2f2;
    border-radius: 50px;
    padding: 15px 30px 15px 20px;
    box-sizing: border-box;
}
a.btn:hover {
    background: #ccc;
}
a.btn:after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sideNav {
	width: 300px;
}
.sideNav h3 {
	padding: 10px;
	text-align: center;
}
.sideBnr li {
	line-height: 0;
	border: 1px solid #f2f2f2;
}
.sideBnr li a:hover > img{
	opacity: 0.7;
}
.twBox {
	border: 1px solid #f2f2f2;
	height: 600px;
	margin: 40px 0;
	overflow: auto;
}
h1 {
	font-size: 30px;
	text-align: left;
	margin-bottom: 40px;
	font-weight: normal;
}
h1 span {
	font-size: 12px;
	color: #ccc;
	display: inline-block;
	padding: 0 0 0 10px;
}
h2 {
	text-align: left;
	font-size: 20px;
	line-height: 30px;
	margin-bottom:20px;
	font-weight: normal;
	border-bottom: 1px solid #ddd;
}
h3 {
	text-align: left;
}
p {
	font-size: 14px;
	line-height: 25px;
	text-align: left;
	margin-bottom: 20px;
}
.contentBox a {
    color: #000;
}
.w100 {
	width: 100%;
}
.bold { font-weight: bold; }
.fs-12 { font-size: 12px; line-height: 20px;}
.fs-16 { font-size: 16px; line-height: 30px;}
.taC {text-align: center;}
.mt50 { margin-top: 50px; }
.mr10 { margin-right: 10px; }
.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb40 { margin-bottom: 40px; }
.mb60 { margin-bottom: 60px; }
.mb100 { margin-bottom: 100px; }
footer {
	width: 100%;
	background:#333;
	padding: 15px 0;
}
footer a{
	color: #fff;
	text-decoration: none;
	font-size: 12px;
}
footer a:hover{
	color:#aaaaaa;
	text-decoration: underline;
}
footer .footerBox {
	padding: 10px 10px 0;
}
.footerNav {
    max-width: 1020px;
    padding: 0 10px 10px;
    margin: 0 auto;
    border-bottom: 1px solid #666;
}
.footerNav ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  	-webkit-box-pack: center;
    -ms-flex-pack: center;
	justify-content: center;
}
.footerNav ul li a{
	font-size: 14px;
	padding: 0 10px;
}
footer address {
	color: #fff;
	font-size: 11px;
	font-style: normal;
	text-align: center;
}
.pcNo {
	display: none;
}
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////ここからスマホ////////////////////////////////////////////////////////////////*/
@media only screen and (max-width: 767px){
	body, .description div, .headerBox, footer .footerBox {
		min-width: auto;
	}
	.pd { padding-top:70px; }
	.spNo { display: none; }
	.pcNo { display: block; }
	.headerBox, footer .footerBox {
		padding: 0 10px;
	}
	.headerBox {
		height: 70px;
	    -webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	    justify-content: space-between;
	}
	.logo {
		width: 150px;
	}
	header nav {
		width: auto;
	}
	header nav .spNav {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
	    align-items: center;
		height: 70px;
	}
	header nav .menuList {
		display: block;
		position: fixed;
		width: 100%;
		right: -100%;
		top:70px;
		overflow: hidden;
		z-index: 999999;
   		background: rgba(255,255,255,1);
		transition: all 0.3s 0s ease;
		border-top:5px solid #f2f2f2;
		border-bottom:5px solid #f2f2f2;
	}
	header nav .menuList.active {
		right: 0;
	}
	header.fixed nav .menuList.active {
		top:70px;
	}
	header nav .menuList li {
		width: 100%;
		border-radius: 0;
		border-bottom: 1px solid #ccc;
	}
	header nav .menuList li:last-child {
		border-bottom: none;
	}
	header nav .menuList li a{
		color:#000;
		font-size: 16px;
		line-height: 50px;
	}
	header nav .spNav img {
		height: 55%;
		margin-right: 10px;
		width: auto;
	}
	header nav ul li {
		margin: 0;
		text-align: left;
	}
	header nav ul li.submenu {
		background: transparent;
		font-size: 16px;
		padding-top:20px;
	}
	header nav ul li.submenu ul {
		display: block;
		position: relative;
		top: 0;
		left: 0;
		padding: 0 0 0 10px;
		margin-top:15px;
		width: 100%;
		background: transparent;
	}
	header nav ul li.submenu ul span{
		display: block;
		padding: 5px;
		background: #f2f2f2;
	}
	header nav ul li.submenu ul span span{
		display: inline-block;
	}
	header nav ul li.submenu ul li {
		line-height: 30px;
		padding:0;
		background: transparent;
		border-bottom: 0;
		border-bottom: 1px dotted #ccc;
	}
	header nav ul li.submenu ul li:last-child {
		border-bottom: 0;
	}
	header nav ul li.submenu ul li a{
		line-height: 30px;
		padding: 8px 10px 8px 20px;
	}
	.fixed .headerBox {
		height: 70px;
	}
	.fixed .logo {
		width: 150px;
	}
	header.fixed nav {
		width: auto;
	}
	.contentBox {
		display: block;
	}
	.contents,
	.sideNav {
		margin: 0 auto;
	}
	.contents {
		padding: 0;
		width: 100%;
	}
	header .toTop {
		bottom: 20px;
		right: 20px;
	}
}
