@charset "utf-8";
/**
 * base.css
 */

/* import
--------------------------------------------------*/
@import "init.css";
@import "slick.css";


/* html, body
--------------------------------------------------*/
body {
	background: #ffffff;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/* SP */
@media only screen and (max-width:767px) {
	html.navOPEN {
		overflow: scroll;
		height: 100%;
	}
	html.navOPEN body {
		overflow: hidden;
		height: 100%;
	}
}


/* siteCommonStyle
--------------------------------------------------*/
/* selection */
::-moz-selection {
	background: #f8a519;
	color: #000000;
}
::selection {
	background: #f8a519;
	color: #000000;
}

/* a */
a {
	color: #000000;
	text-decoration: underline;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}
a:hover {
	text-decoration: none;
}

/* cap */
.caption,
.cap {
	color: #999999;
	font-size: 83.4%;
}
.cap {
	padding-top: 5px;
}

/* inline-block */
.ib {
	display: inline-block;
}

/* br */
/* TB */
@media only screen and (max-width:1039px) {
	br.pc {
		display: none;
	}
}

/* form */
input.formText,
textarea.formText {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	padding: 7px 10px;
	border: #e6e6e6 solid 1px;
	border-radius: none;
	color: #000000;
	font-family: Arial;
	font-size: 14px;
	vertical-align: top;
	-webkit-appearance: none;
}
.formSelect {
	display: inline-block;
	position: relative;
}
.formSelect .label {
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	padding: 0 29px 0 9px;
	border: #e6e6e6 solid 1px;
}
.formSelect .label:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 19px;
	height: 100%;
	border-left: #e6e6e6 solid 1px;
	background: #cecece;
}
.formSelect .label:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 6px;
	margin-top: -2px;
	border-top: #ffffff solid 6px;
	border-right: transparent solid 4px;
	border-left: transparent solid 4px;
}
.formSelect select {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	background: none;
	cursor: pointer;
	opacity: 0;
	outline: none;
	-webkit-appearance: none;
}


/* layout
--------------------------------------------------*/
/* wrapper */
#wrapper {
	padding-top: 100px;
	color: #000000;
	font-family: Arial;
	font-size: 14px;
	line-height: 2;
	text-align: left;
}
.wrap {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}
/* SP */
@media only screen and (max-width:767px) {
	#wrapper {
		padding-top: 60px;
	}
	.wrap {
		padding-right: 10px;
		padding-left: 10px;
	}
}


/* header */
#header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	background: #ffffff;
}
#header:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
	width: 50%;
	height: 3px;
	background: #5c2d91;
}
#header:after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 0;
	width: 50%;
	height: 3px;
	background: #ffcb07;
}
#header .wrap {
	position: relative;
	z-index: 1;
	padding-top: 37px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}
#header.small .wrap {
	padding-top: 0;
}
#header .wrap:after {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background: #ff0000;
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#5c2d91), color-stop(17%,#cdd278), color-stop(34%,#eac742), color-stop(51%,#c5035b), color-stop(68%,#221e1f), color-stop(84%,#faa619), color-stop(100%,#ffcb07));
	background: -webkit-linear-gradient(left, #5c2d91 0%, #cdd278 17%, #eac742 34%, #c5035b 51%, #221e1f 68%, #faa619 84%, #ffcb07 100%);
	background: -moz-linear-gradient(left center, #5c2d91 0%, #cdd278 17%, #eac742 34%, #c5035b 51%, #221e1f 68%, #faa619 84%, #ffcb07 100%);
	background: linear-gradient(to right, #5c2d91 0%, #cdd278 17%, #eac742 34%, #c5035b 51%, #221e1f 68%, #faa619 84%, #ffcb07 100%);
}
html.IE9 #header .wrap:after {
	background: url(../imgs/bdr-gradient.jpg) no-repeat left top;
	background-size: 100% 100%;
}
#header .logo {
	position: absolute;
	top: 26px;
	left: 20px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}
#header.small .logo {
	top: 10px;
}
#header .logo a {
	display: block;
	overflow: hidden;
	width: 123px;
	height: 45px;
	background: url(../imgs/logo-black.svg) no-repeat center center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	text-indent: -5260px;
}
#header.small .logo a {
	width: 90px;
	height: 33px;
}
#header #menuBtn {
	display: none;
}
#header #gNav {
	display: table;
	margin-right: -20px;
	margin-left: auto;
	line-height: 1;
}
#header #gNav ul {
	display: table-cell;
}
#header #gNav ul li {
	display: table-cell;
}
#header #gNav ul li a {
	display: inline-block;
	padding: 23px 20px;
	color: #000000;
	text-decoration: none;
}
#header #gNav ul li.on a,
#header #gNav ul li a:hover {
	color: #f8a519;
}
#header .facebook {
	/* display: table-cell; */
	display: none;
	padding: 0 20px;
	vertical-align: middle;
}
#header .facebook a {
	display: block;
	overflow: hidden;
	width: 20px;
	height: 20px;
	background: url(../imgs/hdr-facebook.png) no-repeat center center;
	-webkit-background-size: 20px 20px;
	background-size: 20px 20px;
	text-indent: -5260px;
}
/* TB */
@media only screen and (max-width:1039px) {
	#header #gNav ul li a {
		padding: 23px 15px;
	}
}
/* SP */
@media only screen and (max-width:767px) {
	#header {
		position: absolute;
	}
	html.navOPEN #header {
		position: fixed;
	}
	#header:before,
	#header:after,
	#header .wrap:after {
		height: 2px;
	}
	#header .wrap {
		padding-top: 58px !important;
	}
	#header .logo {
		top: 10px !important;
		left: 10px !important;
		z-index: 2;
	}
	#header .logo a {
		width: 93px !important;
		height: 34px !important;
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		transition: none;
	}
	html.navOPEN #header .logo a { background-image:url(../imgs/logo-white.svg); }
	#header #menuBtn {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 2;
		width: 50px;
		padding: 35px 0 13px;
		font-size: 10px;
		line-height: 1;
		text-align: center;
		cursor: pointer;
	}
	#header #menuBtn:before {
		content: '';
		position: absolute;
		top: 17px;
		left: 10px;
		width: 30px;
		height: 4px;
		background: #000000;
	}
	#header #menuBtn:after {
		content: '';
		position: absolute;
		top: 27px;
		left: 10px;
		width: 30px;
		height: 4px;
		background: #000000;
	}
	#header #menuBtn span:before {
		content: 'MENU';
	}
	html.navOPEN #header #menuBtn {
		color: #ffffff;
	}
	html.navOPEN #header #menuBtn:before {
		top: 18px;
		left: 13px;
		width: 24px;
		background: #ffffff;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	html.navOPEN #header #menuBtn:after {
		top: 18px;
		left: 13px;
		width: 24px;
		background: #ffffff;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	html.navOPEN #header #menuBtn span:before {
		content: 'CLOSE';
	}
	#header #gNav {
		box-sizing: border-box;
		visibility: hidden;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		width: 100%;
		margin-right: auto;
		padding: 65px 15px 0;
		font-size: 18px;
		opacity: 0;
	}
	html.navOPEN #header #gNav {
		visibility: visible;
		opacity: 1;
	}
	#header #gNav:after {
		content: '';
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -1;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.9);
	}
	#header #gNav ul {
		display: block;
	}
	#header #gNav ul li {
		display: block;
	}
	#header #gNav ul li a {
		display: block;
		padding: 9px 0 8px;
		color: #ffffff;
	}
	#header .facebook {
		/* display: block; */
		margin-top: 15px;
		padding-left: 0;
	}
}

/* container */
#container {
	position: relative;
	z-index: 1;
}
#container #pageTitle {
	padding: 120px 0;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	text-align: center;
}
#container #pageTitle .ttl {
	display: inline-block;
	padding: 0 39px;
	border: #ffffff solid 1px;
	color: #ffffff;
	font-size: 30px;
	line-height: 58px;
}
#content {
	margin-top: 80px;
	margin-bottom: 130px;
}
#content .title {
	margin-top: -5px;
	margin-bottom: 20px;
	color: #f8a519;
	font-size: 24px;
	line-height: 1.5;
	text-align: center;
}
#content .title span {
	padding-bottom: 5px;
	border-bottom: #f8a519 solid 2px;
}
#content img {
	max-width: 100%;
	height: auto;
}
#content #main {
	box-sizing: border-box;
	float: left;
	width: 100%;
	margin-right: -180px;
	padding-right: 240px;
}
#content #aside {
	float: left;
	width: 180px;
}
/* SP */
@media only screen and (max-width:767px) {
	#container #pageTitle {
		padding: 12.5% 0;
	}
	#container #pageTitle .ttl {
		padding: 0 19px;
		font-size: 24px;
		line-height: 38px;
	}
	#content {
		margin-top: 30px;
		margin-bottom: 50px;
	}
	#content .title {
		margin-bottom: 10px;
		font-size: 20px;
		text-align: left;
	}
	#content .title span {
		padding-bottom: 2px;
	}
	#content #main {
		float: none;
		width: auto;
		margin-right: 0;
		padding-right: 0;
	}
	#content #aside {
		float: none;
		width: auto;
		margin: 20px -10px 0;
		padding: 40px 20px 0;
		border-top: #eaeaea solid 1px;
	}
}

/* footer */
#footer {
	position: relative;
	z-index: 2;
	padding-bottom: 30px;
	background: #000000;
	color: #ffffff;
}
#pageTop {
	display: none;
	position: fixed;
	right: 20px;
	bottom: 0;
	margin-bottom: 20px;
	z-index: 5;
}
#pageTop.bottom {
	position: absolute;
	bottom: 100%;
}
#pageTop a {
	display: block;
	overflow: hidden;
	width: 35px;
	height: 35px;
	background: url(../imgs/pagetop.png) no-repeat center center;
	text-indent: -5260px;
}
#pageTop a:hover { background-image:url(../imgs/pagetop_ov.png); }
#footer:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 50%;
	height: 3px;
	background: #5c2d91;
}
#footer:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
	width: 50%;
	height: 3px;
	background: #ffcb07;
}
#footer .wrap {
	position: relative;
	z-index: 1;
}
#footer .wrap:before {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	margin-bottom: 30px;
	background: #ff0000;
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#5c2d91), color-stop(17%,#cdd278), color-stop(34%,#eac742), color-stop(51%,#c5035b), color-stop(68%,#221e1f), color-stop(84%,#faa619), color-stop(100%,#ffcb07));
	background: -webkit-linear-gradient(left, #5c2d91 0%, #cdd278 17%, #eac742 34%, #c5035b 51%, #221e1f 68%, #faa619 84%, #ffcb07 100%);
	background: -moz-linear-gradient(left center, #5c2d91 0%, #cdd278 17%, #eac742 34%, #c5035b 51%, #221e1f 68%, #faa619 84%, #ffcb07 100%);
	background: linear-gradient(to right, #5c2d91 0%, #cdd278 17%, #eac742 34%, #c5035b 51%, #221e1f 68%, #faa619 84%, #ffcb07 100%);
}
html.IE9 #footer .wrap:before {
	background: url(../imgs/bdr-gradient.jpg) no-repeat left top;
	background-size: 100% 100%;
}
#footer #fNav {
	float: right;
	padding-top: 5px;
}
#footer #fNav ul {
	display: table;
	margin: 0 auto;
}
#footer #fNav ul li {
	display: table-cell;
	padding-left: 20px;
}
#footer #fNav ul li:first-child {
	padding-left: 0;
}
#footer #fNav ul li a {
	display: inline-block;
	padding-left: 15px;
	background: url(../imgs/arw-01.png) no-repeat left center;
	color: #ffffff;
	text-decoration: none;
}
#footer #fNav ul li a:hover {
	text-decoration: underline;
}
#footer #fAddress {
	display: table;
	margin-bottom: 10px;
}
#footer #fAddress .logo {
	display: table-cell;
	vertical-align: top;
}
#footer #fAddress .logo a {
	display: block;
	overflow: hidden;
	width: 98px;
	height: 36px;
	background: url(../imgs/logo-white.svg) no-repeat center center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	text-indent: -5260px;
}
#footer #fAddress .address {
	display: table-cell;
	padding-left: 20px;
	line-height: 1.5;
	vertical-align: top;
}
#footer #copyright {
	font-size: 12px;
	line-height: 1.67;
}
#footer #copyright span {
	display: inline-block;
}
/* TB */
@media only screen and (max-width:1039px) {
	#footer {
		padding-bottom: 20px;
	}
	#footer .wrap:before {
		margin-bottom: 12px;
	}
	#footer #fNav {
		float: none;
		margin-bottom: 20px;
		padding-top: 0;
	}
	#footer #fAddress {
		margin-right: auto;
		margin-left: auto;
	}
	#footer #copyright {
		text-align: center;
	}
}
/* SP */
@media only screen and (max-width:767px) {
	#pageTop {
		visibility: hidden;
	}
	#footer:before,
	#footer:after,
	#footer .wrap:before {
		height: 2px;
	}
	#footer #fAddress {
		display: block;
		font-size: 10px;
	}
	#footer #fAddress .logo {
		display: block;
		margin-bottom: 10px;
	}
	#footer #fAddress .logo a {
		width: 95px;
		height: 35px;
		margin: 0 auto;
	}
	#footer #fAddress .address {
		display: block;
		padding-left: 0;
		text-align: center;
	}
	#footer #copyright {
		font-size: 10px;
	}
}

/* eachStyle
--------------------------------------------------*/
/* widget */
#aside .widget {
	margin-top: 60px;
}
#aside .widget:first-child {
	margin-top: 0;
}
#content #aside .widget .title {
	margin-bottom: 20px;
	text-align: left;
}
#content #aside .widget .archives {
	padding-left: 14px;
	border-left: #eaeaea solid 1px;
}
#content #aside .widget .archives a {
	text-decoration: none;
}
#content #aside .widget .archives a:hover {
	color: #f8a519;
}
#content #aside .widget .formSelect {
	min-width: 160px;
}
#content #aside .widget .formSelect .label {
	width: 100%;
}
/* SP */
@media only screen and (max-width:767px) {
	#aside .widget {
		margin-top: 30px;
	}
	#content #aside .widget .title {
		font-size: 18px;
	}
}

/* nextprev */
.nextprev {
	position: relative;
	margin-top: 30px;
}
.nextprev li {
	width: 70px;
	margin: 0 auto;
}
.nextprev li a {
	display: block;
	position: relative;
	background: #b4b4b4;
	color: #ffffff;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
.nextprev li a:before {
	content: '';
	position: absolute;
	top: 0;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center center;
}
.nextprev li.prev {
	position: absolute;
	top: 0;
	left: 0;
}
.nextprev li.prev a {
	padding-left: 20px;
}
.nextprev li.prev a:before {
	left: 0;
	background-image: url(../imgs/arw-prev.png);
	background-position: 7px center;
}
.nextprev li.index a {
	padding-left: 20px;
}
.nextprev li.index a:before {
	left: 0;
	background-image: url(../imgs/arw-index.png);
}
.nextprev li.next {
	position: absolute;
	top: 0;
	right: 0;
}
.nextprev li.next a {
	padding-right: 20px;
}
.nextprev li.next a:before {
	right: 0;
	background-image: url(../imgs/arw-next.png);
}
.nextprev li a:hover {
	background-color: #c4c4c4;
}
/* SP */
@media only screen and (max-width:767px) {
	.nextprev {
		margin-top: 20px;
	}
}

/* wp_page_numbers */
#wp_page_numbers {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 40px 0 -5px;
	line-height: 1;
}
#wp_page_numbers ul {
	position: relative;
	left: 50%;
	float: left;
}
#wp_page_numbers li {
	position: relative;
	left: -50%;
	float: left;
	padding: 5px;
}
#wp_page_numbers li.space {
	padding-top: 11px;
}
#wp_page_numbers li a {
	display: block;
	width: auto !important;
	min-width: 16px;
	width: 14px;
	padding: 3px 2px;
	background: #b4b4b4;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}
#wp_page_numbers li.active_page a,
#wp_page_numbers li a:hover {
	background: #f8a519;
}
/* SP */
@media only screen and (max-width:767px) {
	#wp_page_numbers {
		margin-top: 15px;
	}
}

/* entry layout */
#detail .body h4 {
	color: #f8a519;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
}
#detail .body p {
	margin-bottom: 2em;
}
#detail .body ul,
#detail .body ol {
	margin-bottom: 2em;
	padding-left: 2.5em;
}
#detail .body li {
	margin-bottom: 0.3em;
}
#detail .body ul li {
	list-style: disc outside;
}
#detail .body ol li {
	list-style: decimal outside;
}
#detail .body strong {
	font-weight: bold;
}
#detail .body em {
	font-style: italic;
}
#detail .body blockquote {
	display: block;
	margin: 15px 0;
	padding: 20px;
	background: #f5f5f5;
}
#detail .body blockquote p {
	margin-bottom: 0;
}
#detail .body .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#detail .body .alignright {
	float: right;
	margin-left: 15px;
}
#detail .body .alignleft {
	float: left;
	margin-right: 15px;
}
#detail .body *:last-child {
	margin-bottom: 0;
}
#detail .body span.arwlink,
#detail .body span.pdflink {
	display: inline-block;
}
#detail .body a.arwlink,
#detail .body span.arwlink a {
	display: inline-block;
	padding: 3px 10px 2px 24px;
	background: #f8a519 url(../imgs/arw-02.png) no-repeat 10px center;
	color: #ffffff;
	line-height: 1.5;
	text-decoration: none;
}
#detail .body a.arwlink:hover,
#detail .body span.arwlink a:hover {
	background-color: #fdb946;
}
#detail .body a.pdflink,
#detail .body span.pdflink a {
	display: inline-block;
	position: relative;
	padding: 3px 30px 2px 24px;
	background: #da0004 url(../imgs/arw-02.png) no-repeat 10px center;
	color: #ffffff;
	line-height: 1.5;
	text-decoration: none;
}
#detail .body a.pdflink:after,
#detail .body span.pdflink a:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	width: 13px;
	height: 15px;
	margin-top: -8px;
	background: url(../imgs/icon-pdf.png) no-repeat center center;
}
#detail .body a.pdflink:hover,
#detail .body span.pdflink a:hover {
	background-color: #d85053;
}