html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
	font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
}
strong {
	font-weight: bold !important;
}
html {
	line-height: 1
}
ol, ul {
	list-style: none
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle
}
q, blockquote {
	quotes: none
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none
}
img{
max-width:100%;
vertical-align:bottom;
}
a img {
	border: none
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block
}
.clearfix:after {
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	content: ".";
}
@font-face {
	font-family: 'FontAwesome';
	src: url("../fonts/font-awesome/fontawesome-webfont.eot?v=4.6.3");
	src: url("../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/font-awesome/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/font-awesome/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/font-awesome/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/font-awesome/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
	font-weight: normal;
	font-style: normal
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.fa-lg {
	font-size: 1.33333em;
	line-height: 0.75em;
	vertical-align: -15%
}
.fa-2x {
	font-size: 2em
}
.fa-3x {
	font-size: 3em
}
.fa-4x {
	font-size: 4em
}
.fa-5x {
	font-size: 5em
}
.fa-fw {
	width: 1.28571em;
	text-align: center
}
.fa-ul {
	padding-left: 0;
	margin-left: 2.14286em;
	list-style-type: none
}
.fa-ul>li {
	position: relative
}
.fa-li {
	position: absolute;
	left: -2.14286em;
	width: 2.14286em;
	top: 0.14286em;
	text-align: center
}
.fa-li.fa-lg {
	left: -1.85714em
}
.fa-border {
	padding: .2em .25em .15em;
	border: solid 0.08em #eee;
	border-radius: .1em
}
.fa-pull-left {
	float: left
}
.fa-pull-right {
	float: right
}
.fa.fa-pull-left {
	margin-right: .3em
}
.fa.fa-pull-right {
	margin-left: .3em
}
.pull-right {
	float: right
}
.pull-left {
	float: left
}
.fa.pull-left {
	margin-right: .3em
}
.fa.pull-right {
	margin-left: .3em
}
.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear
}
.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8)
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(359deg);
transform:rotate(359deg)
}
}
@keyframes fa-spin {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(359deg);
transform:rotate(359deg)
}
}
.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}
.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}
.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}
.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1)
}
.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1)
}
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
	filter: none
}
.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle
}
.fa-stack-1x, .fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}
.fa-stack-1x {
	line-height: inherit
}
.fa-stack-2x {
	font-size: 2em
}
.fa-inverse {
	color: #fff
}
.fa-glass:before {
	content: ""
}
.fa-music:before {
	content: ""
}
.fa-search:before {
	content: ""
}
.fa-envelope-o:before {
	content: ""
}
.fa-heart:before {
	content: ""
}
.fa-star:before {
	content: ""
}
.fa-star-o:before {
	content: ""
}
.fa-user:before {
	content: ""
}
.fa-film:before {
	content: ""
}
.fa-th-large:before {
	content: ""
}
.fa-th:before {
	content: ""
}
.fa-th-list:before {
	content: ""
}
.fa-check:before {
	content: ""
}
.fa-remove:before, .fa-close:before, .fa-times:before {
	content: ""
}
.fa-search-plus:before {
	content: ""
}
.fa-search-minus:before {
	content: ""
}
.fa-power-off:before {
	content: ""
}
.fa-signal:before {
	content: ""
}
.fa-gear:before, .fa-cog:before {
	content: ""
}
.fa-trash-o:before {
	content: ""
}
.fa-home:before {
	content: ""
}
.fa-file-o:before {
	content: ""
}
.fa-clock-o:before {
	content: ""
}
.fa-road:before {
	content: ""
}
.fa-download:before {
	content: ""
}
.fa-arrow-circle-o-down:before {
	content: ""
}
.fa-arrow-circle-o-up:before {
	content: ""
}
.fa-inbox:before {
	content: ""
}
.fa-play-circle-o:before {
	content: ""
}
.fa-rotate-right:before, .fa-repeat:before {
	content: ""
}
.fa-refresh:before {
	content: ""
}
.fa-list-alt:before {
	content: ""
}
.fa-lock:before {
	content: ""
}
.fa-flag:before {
	content: ""
}
.fa-headphones:before {
	content: ""
}
.fa-volume-off:before {
	content: ""
}
.fa-volume-down:before {
	content: ""
}
.fa-volume-up:before {
	content: ""
}
.fa-qrcode:before {
	content: ""
}
.fa-barcode:before {
	content: ""
}
.fa-tag:before {
	content: ""
}
.fa-tags:before {
	content: ""
}
.fa-book:before {
	content: ""
}
.fa-bookmark:before {
	content: ""
}
.fa-print:before {
	content: ""
}
.fa-camera:before {
	content: ""
}
.fa-font:before {
	content: ""
}
.fa-bold:before {
	content: ""
}
.fa-italic:before {
	content: ""
}
.fa-text-height:before {
	content: ""
}
.fa-text-width:before {
	content: ""
}
.fa-align-left:before {
	content: ""
}
.fa-align-center:before {
	content: ""
}
.fa-align-right:before {
	content: ""
}
.fa-align-justify:before {
	content: ""
}
.fa-list:before {
	content: ""
}
.fa-dedent:before, .fa-outdent:before {
	content: ""
}
.fa-indent:before {
	content: ""
}
.fa-video-camera:before {
	content: ""
}
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
	content: ""
}
.fa-pencil:before {
	content: ""
}
.fa-map-marker:before {
	content: ""
}
.fa-adjust:before {
	content: ""
}
.fa-tint:before {
	content: ""
}
.fa-edit:before, .fa-pencil-square-o:before {
	content: ""
}
.fa-share-square-o:before {
	content: ""
}
.fa-check-square-o:before {
	content: ""
}
.fa-arrows:before {
	content: ""
}
.fa-step-backward:before {
	content: ""
}
.fa-fast-backward:before {
	content: ""
}
.fa-backward:before {
	content: ""
}
.fa-play:before {
	content: ""
}
.fa-pause:before {
	content: ""
}
.fa-stop:before {
	content: ""
}
.fa-forward:before {
	content: ""
}
.fa-fast-forward:before {
	content: ""
}
.fa-step-forward:before {
	content: ""
}
.fa-eject:before {
	content: ""
}
.fa-chevron-left:before {
	content: ""
}
.fa-chevron-right:before {
	content: ""
}
.fa-plus-circle:before {
	content: ""
}
.fa-minus-circle:before {
	content: ""
}
.fa-times-circle:before {
	content: ""
}
.fa-check-circle:before {
	content: ""
}
.fa-question-circle:before {
	content: ""
}
.fa-info-circle:before {
	content: ""
}
.fa-crosshairs:before {
	content: ""
}
.fa-times-circle-o:before {
	content: ""
}
.fa-check-circle-o:before {
	content: ""
}
.fa-ban:before {
	content: ""
}
.fa-arrow-left:before {
	content: ""
}
.fa-arrow-right:before {
	content: ""
}
.fa-arrow-up:before {
	content: ""
}
.fa-arrow-down:before {
	content: ""
}
.fa-mail-forward:before, .fa-share:before {
	content: ""
}
.fa-expand:before {
	content: ""
}
.fa-compress:before {
	content: ""
}
.fa-plus:before {
	content: ""
}
.fa-minus:before {
	content: ""
}
.fa-asterisk:before {
	content: ""
}
.fa-exclamation-circle:before {
	content: ""
}
.fa-gift:before {
	content: ""
}
.fa-leaf:before {
	content: ""
}
.fa-fire:before {
	content: ""
}
.fa-eye:before {
	content: ""
}
.fa-eye-slash:before {
	content: ""
}
.fa-warning:before, .fa-exclamation-triangle:before {
	content: ""
}
.fa-plane:before {
	content: ""
}
.fa-calendar:before {
	content: ""
}
.fa-random:before {
	content: ""
}
.fa-comment:before {
	content: ""
}
.fa-magnet:before {
	content: ""
}
.fa-chevron-up:before {
	content: ""
}
.fa-chevron-down:before {
	content: ""
}
.fa-retweet:before {
	content: ""
}
.fa-shopping-cart:before {
	content: ""
}
.fa-folder:before {
	content: ""
}
.fa-folder-open:before {
	content: ""
}
.fa-arrows-v:before {
	content: ""
}
.fa-arrows-h:before {
	content: ""
}
.fa-bar-chart-o:before, .fa-bar-chart:before {
	content: ""
}
.fa-twitter-square:before {
	content: ""
}
.fa-facebook-square:before {
	content: ""
}
.fa-camera-retro:before {
	content: ""
}
.fa-key:before {
	content: ""
}
.fa-gears:before, .fa-cogs:before {
	content: ""
}
.fa-comments:before {
	content: ""
}
.fa-thumbs-o-up:before {
	content: ""
}
.fa-thumbs-o-down:before {
	content: ""
}
.fa-star-half:before {
	content: ""
}
.fa-heart-o:before {
	content: ""
}
.fa-sign-out:before {
	content: ""
}
.fa-linkedin-square:before {
	content: ""
}
.fa-thumb-tack:before {
	content: ""
}
.fa-external-link:before {
	content: ""
}
.fa-sign-in:before {
	content: ""
}
.fa-trophy:before {
	content: ""
}
.fa-github-square:before {
	content: ""
}
.fa-upload:before {
	content: ""
}
.fa-lemon-o:before {
	content: ""
}
.fa-phone:before {
	content: ""
}
.fa-square-o:before {
	content: ""
}
.fa-bookmark-o:before {
	content: ""
}
.fa-phone-square:before {
	content: ""
}
.fa-twitter:before {
	content: ""
}
.fa-facebook-f:before, .fa-facebook:before {
	content: ""
}
.fa-github:before {
	content: ""
}
.fa-unlock:before {
	content: ""
}
.fa-credit-card:before {
	content: ""
}
.fa-feed:before, .fa-rss:before {
	content: ""
}
.fa-hdd-o:before {
	content: ""
}
.fa-bullhorn:before {
	content: ""
}
.fa-bell:before {
	content: ""
}
.fa-certificate:before {
	content: ""
}
.fa-hand-o-right:before {
	content: ""
}
.fa-hand-o-left:before {
	content: ""
}
.fa-hand-o-up:before {
	content: ""
}
.fa-hand-o-down:before {
	content: ""
}
.fa-arrow-circle-left:before {
	content: ""
}
.fa-arrow-circle-right:before {
	content: ""
}
.fa-arrow-circle-up:before {
	content: ""
}
.fa-arrow-circle-down:before {
	content: ""
}
.fa-globe:before {
	content: ""
}
.fa-wrench:before {
	content: ""
}
.fa-tasks:before {
	content: ""
}
.fa-filter:before {
	content: ""
}
.fa-briefcase:before {
	content: ""
}
.fa-arrows-alt:before {
	content: ""
}
.fa-group:before, .fa-users:before {
	content: ""
}
.fa-chain:before, .fa-link:before {
	content: ""
}
.fa-cloud:before {
	content: ""
}
.fa-flask:before {
	content: ""
}
.fa-cut:before, .fa-scissors:before {
	content: ""
}
.fa-copy:before, .fa-files-o:before {
	content: ""
}
.fa-paperclip:before {
	content: ""
}
.fa-save:before, .fa-floppy-o:before {
	content: ""
}
.fa-square:before {
	content: ""
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
	content: ""
}
.fa-list-ul:before {
	content: ""
}
.fa-list-ol:before {
	content: ""
}
.fa-strikethrough:before {
	content: ""
}
.fa-underline:before {
	content: ""
}
.fa-table:before {
	content: ""
}
.fa-magic:before {
	content: ""
}
.fa-truck:before {
	content: ""
}
.fa-pinterest:before {
	content: ""
}
.fa-pinterest-square:before {
	content: ""
}
.fa-google-plus-square:before {
	content: ""
}
.fa-google-plus:before {
	content: ""
}
.fa-money:before {
	content: ""
}
.fa-caret-down:before {
	content: ""
}
.fa-caret-up:before {
	content: ""
}
.fa-caret-left:before {
	content: ""
}
.fa-caret-right:before {
	content: ""
}
.fa-columns:before {
	content: ""
}
.fa-unsorted:before, .fa-sort:before {
	content: ""
}
.fa-sort-down:before, .fa-sort-desc:before {
	content: ""
}
.fa-sort-up:before, .fa-sort-asc:before {
	content: ""
}
.fa-envelope:before {
	content: ""
}
.fa-linkedin:before {
	content: ""
}
.fa-rotate-left:before, .fa-undo:before {
	content: ""
}
.fa-legal:before, .fa-gavel:before {
	content: ""
}
.fa-dashboard:before, .fa-tachometer:before {
	content: ""
}
.fa-comment-o:before {
	content: ""
}
.fa-comments-o:before {
	content: ""
}
.fa-flash:before, .fa-bolt:before {
	content: ""
}
.fa-sitemap:before {
	content: ""
}
.fa-umbrella:before {
	content: ""
}
.fa-paste:before, .fa-clipboard:before {
	content: ""
}
.fa-lightbulb-o:before {
	content: ""
}
.fa-exchange:before {
	content: ""
}
.fa-cloud-download:before {
	content: ""
}
.fa-cloud-upload:before {
	content: ""
}
.fa-user-md:before {
	content: ""
}
.fa-stethoscope:before {
	content: ""
}
.fa-suitcase:before {
	content: ""
}
.fa-bell-o:before {
	content: ""
}
.fa-coffee:before {
	content: ""
}
.fa-cutlery:before {
	content: ""
}
.fa-file-text-o:before {
	content: ""
}
.fa-building-o:before {
	content: ""
}
.fa-hospital-o:before {
	content: ""
}
.fa-ambulance:before {
	content: ""
}
.fa-medkit:before {
	content: ""
}
.fa-fighter-jet:before {
	content: ""
}
.fa-beer:before {
	content: ""
}
.fa-h-square:before {
	content: ""
}
.fa-plus-square:before {
	content: ""
}
.fa-angle-double-left:before {
	content: ""
}
.fa-angle-double-right:before {
	content: ""
}
.fa-angle-double-up:before {
	content: ""
}
.fa-angle-double-down:before {
	content: ""
}
.fa-angle-left:before {
	content: ""
}
.fa-angle-right:before {
	content: ""
}
.fa-angle-up:before {
	content: ""
}
.fa-angle-down:before {
	content: ""
}
.fa-desktop:before {
	content: ""
}
.fa-laptop:before {
	content: ""
}
.fa-tablet:before {
	content: ""
}
.fa-mobile-phone:before, .fa-mobile:before {
	content: ""
}
.fa-circle-o:before {
	content: ""
}
.fa-quote-left:before {
	content: ""
}
.fa-quote-right:before {
	content: ""
}
.fa-spinner:before {
	content: ""
}
.fa-circle:before {
	content: ""
}
.fa-mail-reply:before, .fa-reply:before {
	content: ""
}
.fa-github-alt:before {
	content: ""
}
.fa-folder-o:before {
	content: ""
}
.fa-folder-open-o:before {
	content: ""
}
.fa-smile-o:before {
	content: ""
}
.fa-frown-o:before {
	content: ""
}
.fa-meh-o:before {
	content: ""
}
.fa-gamepad:before {
	content: ""
}
.fa-keyboard-o:before {
	content: ""
}
.fa-flag-o:before {
	content: ""
}
.fa-flag-checkered:before {
	content: ""
}
.fa-terminal:before {
	content: ""
}
.fa-code:before {
	content: ""
}
.fa-mail-reply-all:before, .fa-reply-all:before {
	content: ""
}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
	content: ""
}
.fa-location-arrow:before {
	content: ""
}
.fa-crop:before {
	content: ""
}
.fa-code-fork:before {
	content: ""
}
.fa-unlink:before, .fa-chain-broken:before {
	content: ""
}
.fa-question:before {
	content: ""
}
.fa-info:before {
	content: ""
}
.fa-exclamation:before {
	content: ""
}
.fa-superscript:before {
	content: ""
}
.fa-subscript:before {
	content: ""
}
.fa-eraser:before {
	content: ""
}
.fa-puzzle-piece:before {
	content: ""
}
.fa-microphone:before {
	content: ""
}
.fa-microphone-slash:before {
	content: ""
}
.fa-shield:before {
	content: ""
}
.fa-calendar-o:before {
	content: ""
}
.fa-fire-extinguisher:before {
	content: ""
}
.fa-rocket:before {
	content: ""
}
.fa-maxcdn:before {
	content: ""
}
.fa-chevron-circle-left:before {
	content: ""
}
.fa-chevron-circle-right:before {
	content: ""
}
.fa-chevron-circle-up:before {
	content: ""
}
.fa-chevron-circle-down:before {
	content: ""
}
.fa-html5:before {
	content: ""
}
.fa-css3:before {
	content: ""
}
.fa-anchor:before {
	content: ""
}
.fa-unlock-alt:before {
	content: ""
}
.fa-bullseye:before {
	content: ""
}
.fa-ellipsis-h:before {
	content: ""
}
.fa-ellipsis-v:before {
	content: ""
}
.fa-rss-square:before {
	content: ""
}
.fa-play-circle:before {
	content: ""
}
.fa-ticket:before {
	content: ""
}
.fa-minus-square:before {
	content: ""
}
.fa-minus-square-o:before {
	content: ""
}
.fa-level-up:before {
	content: ""
}
.fa-level-down:before {
	content: ""
}
.fa-check-square:before {
	content: ""
}
.fa-pencil-square:before {
	content: ""
}
.fa-external-link-square:before {
	content: ""
}
.fa-share-square:before {
	content: ""
}
.fa-compass:before {
	content: ""
}
.fa-toggle-down:before, .fa-caret-square-o-down:before {
	content: ""
}
.fa-toggle-up:before, .fa-caret-square-o-up:before {
	content: ""
}
.fa-toggle-right:before, .fa-caret-square-o-right:before {
	content: ""
}
.fa-euro:before, .fa-eur:before {
	content: ""
}
.fa-gbp:before {
	content: ""
}
.fa-dollar:before, .fa-usd:before {
	content: ""
}
.fa-rupee:before, .fa-inr:before {
	content: ""
}
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
	content: ""
}
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
	content: ""
}
.fa-won:before, .fa-krw:before {
	content: ""
}
.fa-bitcoin:before, .fa-btc:before {
	content: ""
}
.fa-file:before {
	content: ""
}
.fa-file-text:before {
	content: ""
}
.fa-sort-alpha-asc:before {
	content: ""
}
.fa-sort-alpha-desc:before {
	content: ""
}
.fa-sort-amount-asc:before {
	content: ""
}
.fa-sort-amount-desc:before {
	content: ""
}
.fa-sort-numeric-asc:before {
	content: ""
}
.fa-sort-numeric-desc:before {
	content: ""
}
.fa-thumbs-up:before {
	content: ""
}
.fa-thumbs-down:before {
	content: ""
}
.fa-youtube-square:before {
	content: ""
}
.fa-youtube:before {
	content: ""
}
.fa-xing:before {
	content: ""
}
.fa-xing-square:before {
	content: ""
}
.fa-youtube-play:before {
	content: ""
}
.fa-dropbox:before {
	content: ""
}
.fa-stack-overflow:before {
	content: ""
}
.fa-instagram:before {
	content: ""
}
.fa-flickr:before {
	content: ""
}
.fa-adn:before {
	content: ""
}
.fa-bitbucket:before {
	content: ""
}
.fa-bitbucket-square:before {
	content: ""
}
.fa-tumblr:before {
	content: ""
}
.fa-tumblr-square:before {
	content: ""
}
.fa-long-arrow-down:before {
	content: ""
}
.fa-long-arrow-up:before {
	content: ""
}
.fa-long-arrow-left:before {
	content: ""
}
.fa-long-arrow-right:before {
	content: ""
}
.fa-apple:before {
	content: ""
}
.fa-windows:before {
	content: ""
}
.fa-android:before {
	content: ""
}
.fa-linux:before {
	content: ""
}
.fa-dribbble:before {
	content: ""
}
.fa-skype:before {
	content: ""
}
.fa-foursquare:before {
	content: ""
}
.fa-trello:before {
	content: ""
}
.fa-female:before {
	content: ""
}
.fa-male:before {
	content: ""
}
.fa-gittip:before, .fa-gratipay:before {
	content: ""
}
.fa-sun-o:before {
	content: ""
}
.fa-moon-o:before {
	content: ""
}
.fa-archive:before {
	content: ""
}
.fa-bug:before {
	content: ""
}
.fa-vk:before {
	content: ""
}
.fa-weibo:before {
	content: ""
}
.fa-renren:before {
	content: ""
}
.fa-pagelines:before {
	content: ""
}
.fa-stack-exchange:before {
	content: ""
}
.fa-arrow-circle-o-right:before {
	content: ""
}
.fa-arrow-circle-o-left:before {
	content: ""
}
.fa-toggle-left:before, .fa-caret-square-o-left:before {
	content: ""
}
.fa-dot-circle-o:before {
	content: ""
}
.fa-wheelchair:before {
	content: ""
}
.fa-vimeo-square:before {
	content: ""
}
.fa-turkish-lira:before, .fa-try:before {
	content: ""
}
.fa-plus-square-o:before {
	content: ""
}
.fa-space-shuttle:before {
	content: ""
}
.fa-slack:before {
	content: ""
}
.fa-envelope-square:before {
	content: ""
}
.fa-wordpress:before {
	content: ""
}
.fa-openid:before {
	content: ""
}
.fa-institution:before, .fa-bank:before, .fa-university:before {
	content: ""
}
.fa-mortar-board:before, .fa-graduation-cap:before {
	content: ""
}
.fa-yahoo:before {
	content: ""
}
.fa-google:before {
	content: ""
}
.fa-reddit:before {
	content: ""
}
.fa-reddit-square:before {
	content: ""
}
.fa-stumbleupon-circle:before {
	content: ""
}
.fa-stumbleupon:before {
	content: ""
}
.fa-delicious:before {
	content: ""
}
.fa-digg:before {
	content: ""
}
.fa-pied-piper-pp:before {
	content: ""
}
.fa-pied-piper-alt:before {
	content: ""
}
.fa-drupal:before {
	content: ""
}
.fa-joomla:before {
	content: ""
}
.fa-language:before {
	content: ""
}
.fa-fax:before {
	content: ""
}
.fa-building:before {
	content: ""
}
.fa-child:before {
	content: ""
}
.fa-paw:before {
	content: ""
}
.fa-spoon:before {
	content: ""
}
.fa-cube:before {
	content: ""
}
.fa-cubes:before {
	content: ""
}
.fa-behance:before {
	content: ""
}
.fa-behance-square:before {
	content: ""
}
.fa-steam:before {
	content: ""
}
.fa-steam-square:before {
	content: ""
}
.fa-recycle:before {
	content: ""
}
.fa-automobile:before, .fa-car:before {
	content: ""
}
.fa-cab:before, .fa-taxi:before {
	content: ""
}
.fa-tree:before {
	content: ""
}
.fa-spotify:before {
	content: ""
}
.fa-deviantart:before {
	content: ""
}
.fa-soundcloud:before {
	content: ""
}
.fa-database:before {
	content: ""
}
.fa-file-pdf-o:before {
	content: ""
}
.fa-file-word-o:before {
	content: ""
}
.fa-file-excel-o:before {
	content: ""
}
.fa-file-powerpoint-o:before {
	content: ""
}
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
	content: ""
}
.fa-file-zip-o:before, .fa-file-archive-o:before {
	content: ""
}
.fa-file-sound-o:before, .fa-file-audio-o:before {
	content: ""
}
.fa-file-movie-o:before, .fa-file-video-o:before {
	content: ""
}
.fa-file-code-o:before {
	content: ""
}
.fa-vine:before {
	content: ""
}
.fa-codepen:before {
	content: ""
}
.fa-jsfiddle:before {
	content: ""
}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
	content: ""
}
.fa-circle-o-notch:before {
	content: ""
}
.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
	content: ""
}
.fa-ge:before, .fa-empire:before {
	content: ""
}
.fa-git-square:before {
	content: ""
}
.fa-git:before {
	content: ""
}
.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
	content: ""
}
.fa-tencent-weibo:before {
	content: ""
}
.fa-qq:before {
	content: ""
}
.fa-wechat:before, .fa-weixin:before {
	content: ""
}
.fa-send:before, .fa-paper-plane:before {
	content: ""
}
.fa-send-o:before, .fa-paper-plane-o:before {
	content: ""
}
.fa-history:before {
	content: ""
}
.fa-circle-thin:before {
	content: ""
}
.fa-header:before {
	content: ""
}
.fa-paragraph:before {
	content: ""
}
.fa-sliders:before {
	content: ""
}
.fa-share-alt:before {
	content: ""
}
.fa-share-alt-square:before {
	content: ""
}
.fa-bomb:before {
	content: ""
}
.fa-soccer-ball-o:before, .fa-futbol-o:before {
	content: ""
}
.fa-tty:before {
	content: ""
}
.fa-binoculars:before {
	content: ""
}
.fa-plug:before {
	content: ""
}
.fa-slideshare:before {
	content: ""
}
.fa-twitch:before {
	content: ""
}
.fa-yelp:before {
	content: ""
}
.fa-newspaper-o:before {
	content: ""
}
.fa-wifi:before {
	content: ""
}
.fa-calculator:before {
	content: ""
}
.fa-paypal:before {
	content: ""
}
.fa-google-wallet:before {
	content: ""
}
.fa-cc-visa:before {
	content: ""
}
.fa-cc-mastercard:before {
	content: ""
}
.fa-cc-discover:before {
	content: ""
}
.fa-cc-amex:before {
	content: ""
}
.fa-cc-paypal:before {
	content: ""
}
.fa-cc-stripe:before {
	content: ""
}
.fa-bell-slash:before {
	content: ""
}
.fa-bell-slash-o:before {
	content: ""
}
.fa-trash:before {
	content: ""
}
.fa-copyright:before {
	content: ""
}
.fa-at:before {
	content: ""
}
.fa-eyedropper:before {
	content: ""
}
.fa-paint-brush:before {
	content: ""
}
.fa-birthday-cake:before {
	content: ""
}
.fa-area-chart:before {
	content: ""
}
.fa-pie-chart:before {
	content: ""
}
.fa-line-chart:before {
	content: ""
}
.fa-lastfm:before {
	content: ""
}
.fa-lastfm-square:before {
	content: ""
}
.fa-toggle-off:before {
	content: ""
}
.fa-toggle-on:before {
	content: ""
}
.fa-bicycle:before {
	content: ""
}
.fa-bus:before {
	content: ""
}
.fa-ioxhost:before {
	content: ""
}
.fa-angellist:before {
	content: ""
}
.fa-cc:before {
	content: ""
}
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
	content: ""
}
.fa-meanpath:before {
	content: ""
}
.fa-buysellads:before {
	content: ""
}
.fa-connectdevelop:before {
	content: ""
}
.fa-dashcube:before {
	content: ""
}
.fa-forumbee:before {
	content: ""
}
.fa-leanpub:before {
	content: ""
}
.fa-sellsy:before {
	content: ""
}
.fa-shirtsinbulk:before {
	content: ""
}
.fa-simplybuilt:before {
	content: ""
}
.fa-skyatlas:before {
	content: ""
}
.fa-cart-plus:before {
	content: ""
}
.fa-cart-arrow-down:before {
	content: ""
}
.fa-diamond:before {
	content: ""
}
.fa-ship:before {
	content: ""
}
.fa-user-secret:before {
	content: ""
}
.fa-motorcycle:before {
	content: ""
}
.fa-street-view:before {
	content: ""
}
.fa-heartbeat:before {
	content: ""
}
.fa-venus:before {
	content: ""
}
.fa-mars:before {
	content: ""
}
.fa-mercury:before {
	content: ""
}
.fa-intersex:before, .fa-transgender:before {
	content: ""
}
.fa-transgender-alt:before {
	content: ""
}
.fa-venus-double:before {
	content: ""
}
.fa-mars-double:before {
	content: ""
}
.fa-venus-mars:before {
	content: ""
}
.fa-mars-stroke:before {
	content: ""
}
.fa-mars-stroke-v:before {
	content: ""
}
.fa-mars-stroke-h:before {
	content: ""
}
.fa-neuter:before {
	content: ""
}
.fa-genderless:before {
	content: ""
}
.fa-facebook-official:before {
	content: ""
}
.fa-pinterest-p:before {
	content: ""
}
.fa-whatsapp:before {
	content: ""
}
.fa-server:before {
	content: ""
}
.fa-user-plus:before {
	content: ""
}
.fa-user-times:before {
	content: ""
}
.fa-hotel:before, .fa-bed:before {
	content: ""
}
.fa-viacoin:before {
	content: ""
}
.fa-train:before {
	content: ""
}
.fa-subway:before {
	content: ""
}
.fa-medium:before {
	content: ""
}
.fa-yc:before, .fa-y-combinator:before {
	content: ""
}
.fa-optin-monster:before {
	content: ""
}
.fa-opencart:before {
	content: ""
}
.fa-expeditedssl:before {
	content: ""
}
.fa-battery-4:before, .fa-battery-full:before {
	content: ""
}
.fa-battery-3:before, .fa-battery-three-quarters:before {
	content: ""
}
.fa-battery-2:before, .fa-battery-half:before {
	content: ""
}
.fa-battery-1:before, .fa-battery-quarter:before {
	content: ""
}
.fa-battery-0:before, .fa-battery-empty:before {
	content: ""
}
.fa-mouse-pointer:before {
	content: ""
}
.fa-i-cursor:before {
	content: ""
}
.fa-object-group:before {
	content: ""
}
.fa-object-ungroup:before {
	content: ""
}
.fa-sticky-note:before {
	content: ""
}
.fa-sticky-note-o:before {
	content: ""
}
.fa-cc-jcb:before {
	content: ""
}
.fa-cc-diners-club:before {
	content: ""
}
.fa-clone:before {
	content: ""
}
.fa-balance-scale:before {
	content: ""
}
.fa-hourglass-o:before {
	content: ""
}
.fa-hourglass-1:before, .fa-hourglass-start:before {
	content: ""
}
.fa-hourglass-2:before, .fa-hourglass-half:before {
	content: ""
}
.fa-hourglass-3:before, .fa-hourglass-end:before {
	content: ""
}
.fa-hourglass:before {
	content: ""
}
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
	content: ""
}
.fa-hand-stop-o:before, .fa-hand-paper-o:before {
	content: ""
}
.fa-hand-scissors-o:before {
	content: ""
}
.fa-hand-lizard-o:before {
	content: ""
}
.fa-hand-spock-o:before {
	content: ""
}
.fa-hand-pointer-o:before {
	content: ""
}
.fa-hand-peace-o:before {
	content: ""
}
.fa-trademark:before {
	content: ""
}
.fa-registered:before {
	content: ""
}
.fa-creative-commons:before {
	content: ""
}
.fa-gg:before {
	content: ""
}
.fa-gg-circle:before {
	content: ""
}
.fa-tripadvisor:before {
	content: ""
}
.fa-odnoklassniki:before {
	content: ""
}
.fa-odnoklassniki-square:before {
	content: ""
}
.fa-get-pocket:before {
	content: ""
}
.fa-wikipedia-w:before {
	content: ""
}
.fa-safari:before {
	content: ""
}
.fa-chrome:before {
	content: ""
}
.fa-firefox:before {
	content: ""
}
.fa-opera:before {
	content: ""
}
.fa-internet-explorer:before {
	content: ""
}
.fa-tv:before, .fa-television:before {
	content: ""
}
.fa-contao:before {
	content: ""
}
.fa-500px:before {
	content: ""
}
.fa-amazon:before {
	content: ""
}
.fa-calendar-plus-o:before {
	content: ""
}
.fa-calendar-minus-o:before {
	content: ""
}
.fa-calendar-times-o:before {
	content: ""
}
.fa-calendar-check-o:before {
	content: ""
}
.fa-industry:before {
	content: ""
}
.fa-map-pin:before {
	content: ""
}
.fa-map-signs:before {
	content: ""
}
.fa-map-o:before {
	content: ""
}
.fa-map:before {
	content: ""
}
.fa-commenting:before {
	content: ""
}
.fa-commenting-o:before {
	content: ""
}
.fa-houzz:before {
	content: ""
}
.fa-vimeo:before {
	content: ""
}
.fa-black-tie:before {
	content: ""
}
.fa-fonticons:before {
	content: ""
}
.fa-reddit-alien:before {
	content: ""
}
.fa-edge:before {
	content: ""
}
.fa-credit-card-alt:before {
	content: ""
}
.fa-codiepie:before {
	content: ""
}
.fa-modx:before {
	content: ""
}
.fa-fort-awesome:before {
	content: ""
}
.fa-usb:before {
	content: ""
}
.fa-product-hunt:before {
	content: ""
}
.fa-mixcloud:before {
	content: ""
}
.fa-scribd:before {
	content: ""
}
.fa-pause-circle:before {
	content: ""
}
.fa-pause-circle-o:before {
	content: ""
}
.fa-stop-circle:before {
	content: ""
}
.fa-stop-circle-o:before {
	content: ""
}
.fa-shopping-bag:before {
	content: ""
}
.fa-shopping-basket:before {
	content: ""
}
.fa-hashtag:before {
	content: ""
}
.fa-bluetooth:before {
	content: ""
}
.fa-bluetooth-b:before {
	content: ""
}
.fa-percent:before {
	content: ""
}
.fa-gitlab:before {
	content: ""
}
.fa-wpbeginner:before {
	content: ""
}
.fa-wpforms:before {
	content: ""
}
.fa-envira:before {
	content: ""
}
.fa-universal-access:before {
	content: ""
}
.fa-wheelchair-alt:before {
	content: ""
}
.fa-question-circle-o:before {
	content: ""
}
.fa-blind:before {
	content: ""
}
.fa-audio-description:before {
	content: ""
}
.fa-volume-control-phone:before {
	content: ""
}
.fa-braille:before {
	content: ""
}
.fa-assistive-listening-systems:before {
	content: ""
}
.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
	content: ""
}
.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
	content: ""
}
.fa-glide:before {
	content: ""
}
.fa-glide-g:before {
	content: ""
}
.fa-signing:before, .fa-sign-language:before {
	content: ""
}
.fa-low-vision:before {
	content: ""
}
.fa-viadeo:before {
	content: ""
}
.fa-viadeo-square:before {
	content: ""
}
.fa-snapchat:before {
	content: ""
}
.fa-snapchat-ghost:before {
	content: ""
}
.fa-snapchat-square:before {
	content: ""
}
.fa-pied-piper:before {
	content: ""
}
.fa-first-order:before {
	content: ""
}
.fa-yoast:before {
	content: ""
}
.fa-themeisle:before {
	content: ""
}
.fa-google-plus-circle:before, .fa-google-plus-official:before {
	content: ""
}
.fa-fa:before, .fa-font-awesome:before {
	content: ""
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}
.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}
@font-face {
	font-family: "PomoCon";
	src: url('../fonts/hoge.woff');
	src: url('../fonts/hoge.woff?#iefix') format('embedded-opentype'), url('../fonts/PomoCon.woff?1382675532') format('woff'), url('../fonts/PomoCon.ttf?1382675532') format('truetype');
	font-weight: "normal";
	font-style: "normal"
}

@media only screen and (max-width: 1000px) {
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
}
html {
	font-size: 62.5%
}
body {
	-webkit-font-smoothing: antialiased;
	font-size: 17px;
	font-size: 1.41667rem;
	font-family: Verdana, "ヒラギノ⾓ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	color: #242424;
	background-color: white
}
a {
	color: #808080;
	text-decoration: none
}
a:not(.notanimate) {
/*
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s
*/
}
a:hover {
	color: #aaa
}
.btn-default, .submit {
	background-color: #38b8e9;
	color: white;
	display: block;
	min-width: 140px;
	padding: 10px 20px;
	text-align: center;
	color: white;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	outline: none;
	border: none;
	margin: auto
}
textarea#comment {
	border: 2px solid #efebec;
	resize: none
}
input, textarea {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-appearance: none;
	-webkit-appearance: none
}

@media only screen and (min-width: 1001px) {
.inner {
	width: 1040px
}
}
body:not(.home) .hd-top-nav {
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	width: 100%
}
#header {
	background: #fff;
	/* border-bottom: 3px solid #3c3f78; */
	position: relative;
	width: 100%;
	text-align: left
}
#header .sb-toggle-right {
	
	bottom: 10px;
	right: 10px;
	text-align: center;
	width: 50px;
	height: 50px
}
#header .sb-toggle-right i {
	font-size: 34px
}
#header .sb-toggle-right span {
	display: block;
	font-size: 80%
}
#header i {
	filter: alpha(opacity=65);
	moz-opacity: 0.65;
	opacity: 0.65;
}
.header_area_txt {
	position: absolute;
	bottom: 10px;
	left: 105px;
	line-height: 1.5em
}
.header_area_txt dt {
	font-size: 20px;
	font-size: 1.66667rem
}
.header_area_txt dd {
	font-size: 80%;
	color: #716136;
	margin-left: 1px
}
#header_zenkoku {
	background: #fff;
	border-bottom: 3px solid #3c3f78;
	height: 242px;
	position: relative;
	width: 100%;
	text-align: left;
	position: relative;
	top: 0;
	left: 0;
	z-index: 255;
	text-align: center
}
#header_zenkoku .sb-toggle-right {
	position: absolute;
	top: 20px;
	right: 10px;
	text-align: center
}
#header_zenkoku .sb-toggle-right i {
	font-size: 34px
}
#header_zenkoku .sb-toggle-right span {
	display: block;
	font-size: 80%
}
#header_zenkoku i {
	filter: alpha(opacity=65);
	moz-opacity: 0.65;
	opacity: 0.65
}
.img_zenkoku {
	height: 150px;
	padding-top: 5px
}
#header2 {
	height: 122px;
	border-top: 5px solid #38b8e9;
	margin-bottom: 5px
}
.header_wrap2 {
	position: relative;
	width: 1040px;
	margin: auto;
	text-align: left
}
.header_wrap2 h1 {
	font-size: 10px;
	padding: 5px 0
}
.header_wrap2 .logo {
	position: absolute;
	top: 4px;
	left: 0
}
.header_wrap2 .head_subttl {
	position: absolute;
	left: 180px;
	top: 14px
}
.head_login {
	position: absolute;
	top: 5px;
	right: 160px
}
.head_login a {
	display: block;
	color: #fff;
	padding: 2px 14px 2px 28px;
	background: #454545 url(/img_pc/icon_key.png) 12px 50% no-repeat
}
.header_area {
	position: absolute;
	left: 175px;
	bottom: 10px;
	width: 400px;
	letter-spacing: -.40em;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc
}
.header_area li {
	display: inline-block;
	letter-spacing: normal;
	width: 25%;
	text-align: center;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-left: -1px
}
.header_area a {
	color: #242424;
	display: block;
	padding: 3px 0
}
.header_area a.here {
	background: #38b8e9;
	color: #fff
}
.head_sns2 {
	position: absolute;
	bottom: 45px;
	right: 0
}
.head_sns2 img {
	width: 268px;
	height: 24px
}
.header_search {
	width: 100%;
	height: 100%;
	margin: 0 0 20px 0;
}
.header_search .search_txt {
	border: 1px solid #ccc;
	float: left;
	width: 85%;
	padding: 10px;
	box-sizing: border-box;
}
.header_search .search_btn {
	width: 15%;
	background: #17ace5;
	border: none;
	color: #FFF;
	padding: 11px;
}
.head_info {
	position: absolute;
	top: 0;
	right: 0;
	text-align: center
}
.head_info a {
	display: block;
	color: #fff;
	background: #38b8e9;
	width: 150px;
	padding: 6px 0;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0;
	border-radius: 0 0 5px 5px
}
.head_info, .head_login {
	font-size: 12px;
	font-size: 1rem
}
#tab-container {
	position: absolute;
	top: 44px;
	right: 0;
	border: 1px solid #eee
}
.zenkoku_navi {
	display: table;
	table-layout: fixed;
	width: 861px;
	padding: 0;
	padding-top: 5px
}
.zenkoku_navi li {
	display: table-cell;
	text-align: center;
	font-size: 14px;
	background: url(/img_pc/bg_navi_li.png) bottom right no-repeat;
	padding-right: 1px
}
.zenkoku_navi li:last-child {
	background: none;
	padding: 0
}
.zenkoku_navi li a {
	color: #242424;
	display: block;
	background: url(/img_pc/bg_navi.png) bottom center no-repeat;
	position: relative;
	padding: 2px 0 12px
}
.zenkoku_navi li a:active {
	top: 2px !important
}
.zenkoku_navi li span {
	color: #ccc;
	display: block;
	padding: 2px 0 12px;
	background: url(/img_pc/bg_navi.png) bottom center no-repeat
}
#tab-container-nav li.activeli a {
	color: #38b8e9;
	background: url(/img_pc/bg_navi_arrow.png) bottom center no-repeat
}
.zenkoku_navi a:hover {
	color: #242424;
	text-decoration: none;
	background: url(/img_pc/bg_navi_hover.png) bottom center no-repeat
}
.zenkoku_navi .here {
	background: #38b8e9;
	color: #fff
}
#area_btn33 {
	width: 857px;
	padding: 2px 2px 3px 2px;
	display: table;
	table-layout: fixed;
	background: #f2f2f2
}
#area_btn33 li {
	display: table-cell;
	text-align: center;
	padding: 0 2px;
	font-size: 13px
}
#area_btn33 a {
	color: #242424;
	display: block;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	height: 33px;
	line-height: 33px
}
#area_btn33 a:hover {
	color: #fff;
	background: #aba398;
	text-decoration: none
}
#area_btn33 a, #area_btn33 a::before, #area_btn33 a::after {
	-webkit-transition: all .5s;
	transition: all .5s
}
#area_btn33 a.here {
	background: #38b8e9;
	border: 1px solid #38b8e9;
	color: #fff;
	height: 33px;
	line-height: 33px
}
#area_btn33 span {
	color: #efefef;
	display: block;
	background: #fff;
	border: 1px solid #efefef;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	height: 33px;
	line-height: 33px
}
ul#navbtn {
	margin: auto;
	padding: 5px 0 0 0;
	width: 530px;
	border-top: 1px dotted #aaa;
	list-style: none;
	position: absolute;
	bottom: 12px;
	left: 175px;
	text-align: left
}
ul#navbtn li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative
}
ul#navbtn a.zenkokubtn {
	padding: 2px 0 0 28px;
	display: block;
	height: 20px;
	width: 112px;
	color: #242424;
	background: url(/img_pc/icon_search.png) 3px 2px no-repeat;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px
}
ul#navbtn li:hover a, ul#navbtn li a:hover {
	background: #ddd url(/img_pc/icon_search_siro.png) 3px 2px no-repeat;
	color: #242424;
	z-index: 255
}
ul#navbtn a:hover.zenkokubtn {
	color: #242424;
	background: #ddd url(/img_pc/icon_search_siro.png) 3px 2px no-repeat;
	text-decoration: none;
	z-index: 255
}
ul#navbtn li .sub {
	position: absolute;
	top: 22px;
	left: -5px;
	padding: 20px 20px 20px;
	display: none;
	border: 5px solid #ddd;
	background: #fff
}
ul#navbtn li .row {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px
}
ul#navbtn li .sub dl {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 140px;
	float: left
}
ul#navbtn .sub dl dt {
	font-weight: bold;
	border-bottom: 1px solid #dedede;
	margin-bottom: 4px;
	padding-bottom: 4px;
	width: 120px
}
ul#navbtn .sub dl dt span {
	border-left: 4px solid #fabe00;
	padding: 1px 0 1px 6px;
	display: block
}
ul#navbtn .sub dl dd {
	width: 100%;
	color: #fff;
	line-height: 1.8em
}
ul#navbtn .sub dl dd a {
	float: none;
	text-indent: 0;
	height: auto;
	display: block;
	text-decoration: none;
	color: #242424;
	background: url(/img_pc/arrow_top_area.png) 0 50% no-repeat;
	padding-left: 10px
}
ul#navbtn .sub dl dd a:hover {
	color: #666
}

@media only screen and (min-width: 1001px) {
#global-nav {
	border-bottom: 1px solid #efefef
}
}

@media only screen and (max-width: 1000px) {
#global-nav {
	display: none
}
}
#global-nav .nav-list {
	display: -webkit-flex;
	display: flex
}

@media only screen and (min-width: 1001px) {
#global-nav .nav-list {
	width: 1040px;
	margin: auto;
	-webkit-justify-content: space-between;
	justify-content: space-between
}
}

@media only screen and (max-width: 1000px) {
#global-nav .nav-list {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}
#global-nav .nav-list>li {
	width: 100%
}
}
#global-nav .nav-list>li a {
	display: block;
	text-align: left;
	padding: 10px
}
#sp_nav{
	display:none;
}
@media only screen and (max-width: 1000px) {

.header_search{
	margin: 0;
	padding:8px 10px;
}
.header_search .search_txt {
	border:1px solid #ddd;
	padding: 6px;
}
.header_search .search_btn {
	padding: 7px;
	background: #17ace5;
}
li.logo{
	width:100%;
}
#sp_btn{
	color:black;
}
#sp_nav{
	display:block;
}
#sp_nav {
	background-color: rgba(255,255,255,0.4) !important;
	background:#222!important;
	opacity:0;
	padding-top:20px;
}
#sp_nav .header_search {
	position: static;
	height: 100%;
	width:100%;
	padding: 20px 0;
	}
#sp_nav .header_search .search_txt {
	position: static;
	float: left;
	width: 86%;
	height: 40px;
	padding: 10px;
	font-size: 1.3rem!important;
	border:1px solid white;
}
#sp_nav .header_search .search_btn {
	position: static;
	width: 14%;
	height: 40px;
	font-size: 16px;
	background:#38b8e9 ;
	color:#fff;
}
.category_nav{
display:flex;
flex-wrap:wrap;
}
.category_nav li{
width:50%;
box-sizing:border-box;
}
.category_nav li:first-child,
.category_nav li:nth-of-type(2){
border-bottom:1px solid #c3eaf8;
}
.category_nav li:first-child,
.category_nav li:nth-of-type(3){
border-right:1px solid #c3eaf8;
}
.category_nav li a{
display:block;
background:#38b8e9;
padding:10px 5px 8px;
color:#fff;
white-space:nowrap;
}
#sp_nav .nav-list {
	clear: both;
}
#sp_nav .nav-wrap {
	padding: 20px 10px;
	position: relative;
	min-height: 70vh;
	padding-top: 56px;
}
#sp_nav .nav-wrap .side-list li{
border-top:1px solid #454545;
}
#sp_nav .nav-wrap .side-list li a{
display:block;
color:#fff;
font-size:1.6rem;
padding:12px 0 12px 5px;
position:relative;
display:flex;
justify-content:space-between;
}
#sp_nav .nav-wrap .side-list li a::after{
font-family: FontAwesome;
content: "\f105";
width: 20px;
height: 20px;
line-height: 20px;
display: inline-block;
font-size: 2.4rem;
text-align: center;
}
#sp_nav .nav-wrap .catelink,
#sp_nav .nav-wrap .nav-list dt,
#sp_nav .nav-wrap .nav-list li{
	border-top: 1px solid #454545;
}
#sp_nav .nav-wrap .nav-list dt::after{
font-family: FontAwesome;
content: "\f107";
width: 20px;
height: 20px;
line-height: 20px;
display:inline-block;
font-size:2.4rem;
text-align:center;
}
#sp_nav .nav-wrap .nav-list dt.active::after{
content: "\f106";
}
#sp_nav .nav-wrap .nav-list dd{
display:none;
}
#sp_nav .nav-wrap .nav-list a,
#sp_nav .nav-wrap .nav-list dt,
#sp_nav .nav-wrap .catelink a {
	padding: 12px 0px 12px 5px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	color: white;
	font-weight: 400;
	font-size: 1.6rem;
}
#sp_nav .nav-wrap .nav-list a{
text-indent:1em;
}
#sp_nav .nav-wrap .nav-list a::after,
#sp_nav .nav-wrap .catelink a::after {
	font-family: FontAwesome;
	content: "\f105";
	color: #fff;
	background-color: #38b8e9 ;
	border-radius:2px;
	overflow:hidden;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
*zoom:1;
*display:inline;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-indent:0;
}

#sp_nav .nav-wrap .nav-list li.rec a:after {
background:#ff7fa8;
}


#sp_nav .close-sp_nav {
/*
	position: absolute;
	left: -10px;
	top: -15px;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
*zoom:1;
*display:inline;
	text-align: center;
	background-color: #fabe00;
	color: white;
	width: 44px;
	height: 44px;
	line-height: 44px;
	border: 1px solid white;
	-moz-border-radius: 44px;
	-webkit-border-radius: 44px;
	border-radius: 44px;
	-moz-box-shadow: 0px 1px 4px 2px rgba(149,149,149,0.4);
	-webkit-box-shadow: 0px 1px 4px 2px rgba(149,149,149,0.4);
	box-shadow: 0px 1px 4px 2px rgba(149,149,149,0.4)
	*/
	right: 15px;
	position: absolute;
	top: 3px;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	text-align: center;
	color: #fff;
	width: 44px;
	height: 44px;
	line-height: 44px;
	font-size: 300%;
}
#back_filter.on {
	cursor: pointer;
	display: block;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 150%;
	background-color: #000000;
	opacity: 0.4;
	z-index: 150;
}
#back_filter.off {
    display: none;
}
/*
#sp_nav {
	background-color: rgba(255,255,255,0.4) !important
}
#sp_nav .nav-wrap {
	margin: 20px;
	padding: 20px 0;
	background-color: rgba(0,0,0,0.6);
	position: relative;
	min-height: 70vh
}
#sp_nav .nav-wrap .nav-list>li {
	border-bottom: 1px solid #ccc
}
#sp_nav .nav-wrap .nav-list a {
	padding: 20px 10px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	background-color: #38b8e9;
	color: white;
	font-weight: bold
}
#sp_nav .nav-wrap .nav-list a:after {
	font-family: FontAwesome;
	content: "\f105";
	color: white;
	background-color: black;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
*zoom:1;
*display:inline;
	width: 20px;
	height: 20px;
	line-height: 20px
}
#sp_nav .close-sp_nav {
	position: absolute;
	left: -10px;
	top: -15px;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
*zoom:1;
*display:inline;
	text-align: center;
	background-color: #fabe00;
	color: white;
	width: 44px;
	height: 44px;
	line-height: 44px;
	border: 1px solid white;
	-moz-border-radius: 44px;
	-webkit-border-radius: 44px;
	border-radius: 44px;
	-moz-box-shadow: 0px 1px 4px 2px rgba(149,149,149,0.4);
	-webkit-box-shadow: 0px 1px 4px 2px rgba(149,149,149,0.4);
	box-shadow: 0px 1px 4px 2px rgba(149,149,149,0.4)
}

.content-wrap #sp_nav2{
	box-shadow:10px 10px 10px 10px rgba(0,0,0,.6);
}

*/






}

@media only screen and (min-width: 1001px) {
.front-list {
	margin-bottom: 20px
}
}

@media only screen and (max-width: 1000px) {
.front-list {
	margin: 0 0 20px 0
}
}
.front-list ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center
}

@media only screen and (min-width: 1001px) {
.front-list ul {
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap
}
}

@media only screen and (max-width: 1000px) {
.front-list ul {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}
}
.front-list ul>li {
	background-position: 50% 50% !important;
	background-repeat: no-repeat !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	-webkit-background-size: cover !important;
	background-size: cover !important;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s
}

@media only screen and (min-width: 1001px) {
.front-list ul>li {
	width: 100%
}
}

@media only screen and (max-width: 1000px) {
.front-list ul>li {
	width: 100%
}
}
.front-list ul>li a {
	color: #fff;
	display: block;
	overflow: hidden;
	position: relative;
	/*
	padding: 0 20px;
	font-weight: bold;
	*/
	text-shadow: 0px 0px 10px #333
}
.front-list ul>li a>span:before {
	/*
	font-family: FontAwesome;
	content: "\f105";
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: black;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
*zoom:1;
*display:inline;
	margin-right: 10px
	*/
}
.front-list ul>li a:hover {
	color: white
}
.front-list ul>li a:hover>span:before {
	background-color: #fabe00;
	color: black
}

@media only screen and (min-width: 1001px) {
.front-list ul>li a {
	height: 405px;
	font-size: 32px;
	font-size:1.417rem
}
}

@media only screen and (max-width: 1000px) {
.front-list ul>li a {
	height: 200px;
	font-size: 24px;
	font-size: 2rem
}
}
.front-list ul>li a:hover {
	text-shadow: 0px 0px 20px #333
}

@media only screen and (min-width: 1001px) {
.front-list ul>li a:hover span {
	/*
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg)
	*/
}
}
.front-list ul>li a span {
	width:100%;
	position: absolute;
	bottom:0px;
	line-height: 1.2;
	padding:10px 15px;
	background:rgba(0,0,0,0.4);
	/*
	-moz-transform: rotate(-26deg);
	-ms-transform: rotate(-26deg);
	-webkit-transform: rotate(-26deg);
	transform: rotate(-26deg);
	width: 60%;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s
	*/
}

@media only screen and (max-width: 1000px) {
.front-list ul>li a span {
	/*
	-moz-transform: rotate(-19deg);
	-ms-transform: rotate(-19deg);
	-webkit-transform: rotate(-19deg);
	transform: rotate(-19deg);
	width: 80%;
	*/
	bottom: 0px;
	font-size:1.8rem;
	width:100%;
}
}
.front-list ul>li img {
	max-width: 100%;
	height: auto;
	width: auto;
	vertical-align: middle
}

@media only screen and (max-width: 1000px) {
.paged .breadcrumnbs {
	margin-bottom: 10px
}
}
.breadcrumnbs {
	background-color: #f2f2f2;
	border-top: 1px solid #cdcdcd;
	-moz-box-shadow: 0 3px 3px -4px rgba(0,0,0,0.2) inset;
	-webkit-box-shadow: 0 3px 3px -4px rgba(0,0,0,0.2) inset;
	box-shadow: 0 3px 3px -4px rgba(0,0,0,0.2) inset
}

@media only screen and (min-width: 1001px) {
.breadcrumnbs {
	margin-bottom: 15px;
	padding: 10px 0
}
}
.breadcrumnbs ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center
}

@media only screen and (min-width: 1001px) {
.breadcrumnbs ul {
	width: 1040px;
	margin: 0 auto
}
}
.breadcrumnbs ul>li {
	font-size: 11px;
	font-size: 0.91667rem
}
.breadcrumnbs ul>li:first-child:before {
	content: "\f015";
	font-family: FontAwesome;
	padding-right: 5px
}
.breadcrumnbs ul>li:not(:last-child):after {
	content: "\f105";
	font-family: FontAwesome;
	padding: 0 10px
}
.breadcrumnbs ul a {
	color: #008cff
}

@media only screen and (max-width: 1000px) {
.breadcrumnbs {
	width: 100%
}
.breadcrumnbs ul {
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding: 10px;
	overflow-x: scroll
}
.breadcrumnbs ul li {
	white-space: nowrap
}
}
.main.single-col {
	width: 1040px;
	margin: 0 auto;
	text-align: center;
	min-height: 40vh;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center
}
@media only screen and (min-width: 1001px) {
	.main .content-box{
	min-height:1600px;
	height:auto !important;
	height:1600px;
	}
}
.main.single-col .content-box h1 {
	margin-bottom: 20px;
	color: #329cfd;
	font-size: 14px;
	font-size: 1.16667rem
}
.main.single-col .content-box h1:before {
	content: attr(data-title);
	display: block;
	font-size: 36px;
	font-size: 3rem;
	text-transform: uppercase
}
.main .rect-list {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center
}
.main .rect-list>li:nth-child(2) {
	margin-left: 20px
}

@media only screen and (max-width: 1000px) {
.main .rect-list>li:nth-child(2) {
	display: none
}
}
.main .rect-list>li:nth-child(2) img {
	max-width: 100%;
	height: auto;
	width: auto;
	vertical-align: middle
}
.content-wrap {
	margin: 0 auto
}

@media only screen and (min-width: 1001px) {
.content-wrap {
	width: 1040px;
	display: -webkit-flex;
	display: flex
}
}

@media only screen and (max-width: 1000px) {
.content-wrap {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative
}
}
.content-wrap .sidebar, .content-wrap .content, .content-wrap .ext-sidebar {
	flex: none
}

@media only screen and (max-width: 1000px) {
.content-wrap .sidebar, .content-wrap .content, .content-wrap .ext-sidebar {
	width: 100%
}
}
.content-wrap .sidebar {
	border-right: 1px solid #efefef
}

@media only screen and (min-width: 1001px) {
.content-wrap .sidebar {
	width: 160px
}
.content-wrap .sidebar .close-sp_nav {
	display: none
}
}

@media only screen and (max-width: 1000px) {
.content-wrap .sidebar {
	position: relative;
	opacity: 0;
	-webkit-order: 3;
	order: 3;
	z-index: -1;
	padding: 10px
}
.content-wrap .sidebar .search-form {
	margin-bottom: 10px
}
.content-wrap .sidebar .search-form #searchform {
	display: -webkit-flex;
	display: flex
}
.content-wrap .sidebar .search-form #searchform #s {
	font-family: FontAwesome;
	border: 1px solid #efebec;
	padding: 10px;
	width: 67%;
	flex: none
}
.content-wrap .sidebar .search-form #searchform #searchsubmit {
	width: 100%;
	background-color: #38b8e9;
	color: white;
	border: 1px solid #38b8e9
}
.content-wrap .sidebar .close-sp_nav {
	display: block;
	text-align: center;
	background-color: #959595;
	color: white;
	padding: 14px;
	margin-bottom: 10px;
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
}

@media only screen and (min-width: 1001px) {
.content-wrap .sidebar .side-nav {
	width: 160px
}
}

@media only screen and (max-width: 1000px) {
.content-wrap .sidebar .side-nav {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	border-top: 1px solid #efebec;
	border-left: 1px solid #efebec
}
.content-wrap .sidebar .side-nav>li {
	background-color: white;
	width: 50%;
	flex: none;
	border-right: 1px solid #efebec;
	border-bottom: 1px solid #efebec
}
}
.content-wrap .sidebar .side-nav>li a:before {
	font-family: FontAwesome;
	content: "\f024";
	padding-right: 4px;
	color: #242424
}
.content-wrap .sidebar .side-nav>li:not(:nth-child(1)) a:before {
content:"\f02b"
}
.content-wrap .sidebar .side-nav>li:nth-child(2) a:before {
	content: "\f004";
	color: #38b8e9
}
.content-wrap .sidebar .side-nav a {
	display: block;
	padding: 10px;
	color: #1b1b1b;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}

@media only screen and (min-width: 1001px) {
.content-wrap .sidebar .side-nav a {
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px 0 0 4px
}
.content-wrap .sidebar .side-nav a:not(.current):hover {
	background-color: rgba(0,140,255,0.1)
}
.content-wrap .sidebar .side-nav a.current {
	background-color: #ffe9f2
}
.content-wrap .sidebar .side-nav a.current:before {
	color: #38b8e9
}
}

@media only screen and (max-width: 1000px) {
.content-wrap .sidebar .side-nav a {
	padding: 14px 10px
}
}

@media only screen and (min-width: 1001px) {
.content-wrap .main {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.content-wrap .main:not(.post-main) {
	width: 740px;
	padding: 0 20px 40px 0
}
.content-wrap .main.post-main {
	width: 800px;
	padding: 0 20px 40px 0
}
}
.content-wrap .main .post-list {
	margin-bottom: 20px
}
.content-wrap .main .post-list>li {
	border-bottom: 1px solid #efefef
}

@media only screen and (min-width: 1001px) {
.content-wrap .main .post-list>li {
	padding: 20px 0
}
}

.clear, hr{clear:both; width:1px; height:0px; font-size:1px; visibility:hidden; overflow:hidden; padding:0; margin:0;}

@media only screen and (max-width: 1000px) {
.content-wrap .main .post-list{
/*
display: flex;
flex-wrap:wrap;
align-items: stretch;
*/
}
.content-wrap .main .post-list>li {
	/* flex-basis:46.25%; */
	margin:0 2.5% 30px;
	/* padding-bottom:30px; */
	border:none;
}
.content-wrap .main .post-list>li:last-child{
margin-bottom:0;
}
}
.content-wrap .main .post-list article>a:not(.wpfp-link) {
	display: -webkit-flex;
	display: flex
}
.content-wrap .main .post-list article>a:not(.wpfp-link) figure {
	flex: none
}

@media only screen and (min-width: 1001px) {
.content-wrap .main .post-list article>a:not(.wpfp-link) figure {
	width: 300px;
	max-height: 178px;
	line-height: 178px;
	overflow: hidden;
	margin-right: 10px
}
.content-wrap .main .post-list article>a:not(.wpfp-link) .post-body h3{
/*
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
width:540px;
*/
}
}

@media only screen and (max-width: 1000px) {
.content-wrap .main .post-list article>a:not(.wpfp-link) {
	flex-direction: column;
}
.content-wrap .main .post-list article>a:not(.wpfp-link) figure {
	/*
	width: 65px;
	height: 65px;
	line-height: 62px;
	margin-right: 10px;
	overflow: hidden
	*/
	margin-bottom:5px;
}
}
.content-wrap .main .post-list article>a:not(.wpfp-link) figure img {
	max-width: 100%;
	height: auto;
	width: auto;
	vertical-align: top
}
@media only screen and (max-width: 1000px) {
.content-wrap .main .post-list article>a:not(.wpfp-link) .post-body {
	width: 100%
}
}
.content-wrap .main .post-list article>a:not(.wpfp-link) .post-body h3 {
	color: #1b1b1b;
	margin:0 0 10px;
	font-size: 20px;
	font-size:2.1rem;
	line-height: 1.4;
	padding:0;
	border:none;
}
@media screen and (min-width:1001px) {
.content-wrap .main .post-list article>a:not(.wpfp-link) .post-body h3.dsp_pc{
display:block !important;
}
}
.content-wrap .main .post-list article>a:not(.wpfp-link) .post-body p {
	margin-bottom: 10px;
	line-height: 1.4;
	text-align: justify;
	font-size:1.25rem;
}

@media only screen and (max-width: 1000px) {
.content-wrap .main .post-list article>a:not(.wpfp-link) .post-body h3{
font-size: 1.6rem;
margin-bottom:10px;
font-weight:bold;
}
.content-wrap .main .post-list article>a:not(.wpfp-link) .post-body p {
	display: none
}
}
.content-wrap .main .post-list article>a:not(.wpfp-link) .post-body .post-meta {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	font-size: 14px;
	font-size: 1.16667rem
}
@media only screen and (max-width: 1000px) {
.content-wrap .main .post-list article>a:not(.wpfp-link) .post-body .post-meta{
font-size: 1.2rem
}
.post-body .post-meta .post-category{color:#38b8e9;}
}

@media only screen and (min-width: 1001px) {
.content-wrap .ext-sidebar, .content-wrap .ext-sidebar .scroll_fixed {
	width: 300px;
	margin-bottom: 20px
}
}
.content-wrap .ext-sidebar #kentotyu_wrap {
	margin-bottom: 20px
}

@media only screen and (max-width: 1000px) {
.content-wrap .ext-sidebar #kentotyu_wrap {
	display: none
}
}
.content-wrap .ext-sidebar #kentotyu_wrap .kentotyu_box {
	border: 1px solid #38b8e9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	text-align: center
}
.content-wrap .ext-sidebar #kentotyu_wrap .kentotyu_title_wrap, .content-wrap .ext-sidebar #kentotyu_wrap .kentotyu_text_wrap {
	margin-bottom: 10px
}
.content-wrap .ext-sidebar #kentotyu_wrap .kentotyu_text_wrap span {
	color: #ff82b9;
	margin: 0 5px;
	font-size: 22px;
	font-size: 1.83333rem;
	font-weight: bold
}

@media only screen and (min-width: 1001px) {
.content-wrap .ext-sidebar .widget-category.widget-item .side-list {
	width: 300px
}
.content-wrap .ext-sidebar .widget-category.widget-item .side-list>li:not(.cat-item+.cat-item) {
	border: 1px solid #ccc
}
.content-wrap .ext-sidebar .widget-category.widget-item .side-list>li .children>li {
	border: 1px solid #ccc;
	border-top: none;
	margin-bottom: initial
}
.content-wrap .ext-sidebar .widget-category.widget-item .side-list>li .children>li a {
	padding: 10px
}
.content-wrap .ext-sidebar .widget-category.widget-item .side-list>li .children>li a:before {
	font-family: FontAwesome;
	content: "\f105";
	padding-right: 10px
}
.content-wrap .ext-sidebar .widget-category.widget-item .side-list>li>a {
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 10px;
	background-color: #38b8e9;
	color: white;
	font-weight: bold
}
.content-wrap .ext-sidebar .widget-category.widget-item .side-list>li>a:after {
	font-family: FontAwesome;
	content: "\f105";
	color: #38b8e9;
	background-color: #fff;
	width: 20px;
	height: 20px;
	line-height: 20px;
	display: block;
	text-align: center
}
.content-wrap .ext-sidebar .widget-category.widget-item .side-list>li>a:hover {
	color: #ff0
}
.content-wrap .ext-sidebar .widget-category.widget-item .side-list>li>a:hover:after {
	background-color: #ff0
}
}
.content-wrap .ext-sidebar .widget_ranking, .content-wrap .ext-sidebar .widget-item {
	margin-bottom: 20px
}
.content-wrap .ext-sidebar .widget_ranking h4, .content-wrap .ext-sidebar .widget-item h4 {
	font-size: 18px;
	font-size: 1.7rem;
	font-weight: bold;
	border-left: 3px solid #38b8e9;
	padding:5px 0 5px 10px;
	text-transform: uppercase
}

@media only screen and (min-width: 1001px) {
.content-wrap .ext-sidebar .widget_ranking h4, .content-wrap .ext-sidebar .widget-item h4 {
	margin-bottom: 10px
}
}

@media only screen and (max-width: 1000px) {
.content-wrap .ext-sidebar .widget_ranking h4, .content-wrap .ext-sidebar .widget-item h4 {
	padding-left: 10px;
	margin-bottom: 10px
}
}
.content-wrap .ext-sidebar .widget_ranking h4:after, .content-wrap .ext-sidebar .widget-item h4:after {
	margin-top: 4px;
	content: attr(data-title);
	font-size: 12px;
	font-size: 1rem;
	display: block;
	font-weight: normal
}
.content-wrap .ext-sidebar .widget_ranking ul, .content-wrap .ext-sidebar .widget-item ul {
	counter-reset: ranking
}
.content-wrap .ext-sidebar .widget_ranking ul>li, .content-wrap .ext-sidebar .widget-item ul>li {
	line-height: 1.4
}
.content-wrap .ext-sidebar .widget_ranking ul>li>a, .content-wrap .ext-sidebar .widget-item ul>li>a {
	display: -webkit-flex;
	display: flex
}

@media only screen and (max-width: 1000px) {
.content-wrap .ext-sidebar .widget_ranking ul>li>a, .content-wrap .ext-sidebar .widget-item ul>li>a {
	padding: 10px
}
}

@media only screen and (min-width: 1001px) {
.content-wrap .ext-sidebar .widget_ranking ul>li, .content-wrap .ext-sidebar .widget-item ul>li {
	margin-bottom: 15px
}
}
.content-wrap .ext-sidebar .widget_ranking ul>li:nth-child(-n+3) figure:after, .content-wrap .ext-sidebar .widget-item ul>li:nth-child(-n+3) figure:after {
	border-left: 32px solid #329cfd
}
.content-wrap .ext-sidebar .widget_ranking ul>li figure, .content-wrap .ext-sidebar .widget-item ul>li figure {
	width: 45%;
	/* height: 65px; */
	margin-right: 10px;
	flex: none;
	position: relative;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px
}
.content-wrap .ext-sidebar .widget_ranking ul>li figure .attachment-post-thumbnail, .content-wrap .ext-sidebar .widget-item ul>li figure .attachment-post-thumbnail{
/*
width:107px;
height:60px;
*/
width:100%;
height:auto;
}
.content-wrap .ext-sidebar .widget_ranking ul>li figure:before, .content-wrap .ext-sidebar .widget-item ul>li figure:before {
	counter-increment: ranking;
	content: counter(ranking);
	position: absolute;
	color: white;
	z-index: 2;
	top: -7px;
	right: -6px;
	background-color: #fabe00;
	width: 24px;
	height: 24px;
	line-height: 26px;
	text-align: center;
	font-size: 16px;
	font-size: 1.5rem;
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	border-radius: 24px
}
.content-wrap .ext-sidebar .widget_ranking ul>li .caption, .content-wrap .ext-sidebar .widget-item ul>li .caption {
	position: relative;
	width: 100%;
	font-weight:bold;
}

@media only screen and (min-width: 1001px) {
.content-wrap .ext-sidebar .widget_ranking ul>li .caption h5, .content-wrap .ext-sidebar .widget-item ul>li .caption h5 {
	font-size: 12px;
	/* font-size: 1.16667rem; */
	word-break: break-all
}
}
.content-wrap .ext-sidebar .widget_ranking ul>li .caption .view-count, .content-wrap .ext-sidebar .widget-item ul>li .caption .view-count {
/*
	font-size: 11px;
	font-size: 0.91667rem;
*/
	font-size:1.1rem;
	font-weight:normal;
	color: #b2b2b2;
	position: absolute;
	bottom: 0;
	right: 0
}
.content-wrap .ext-sidebar .widget_ranking ul>li .caption .view-count:after, .content-wrap .ext-sidebar .widget-item ul>li .caption .view-count:after {
	content: " VIEW"
}
.content-wrap .ext-sidebar .tag_ranking .tag-list {
	display: -webkit-flex;
	display: flex
}

@media only screen and (min-width: 1001px) {
.content-wrap .ext-sidebar .tag_ranking .tag-list {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}
}

@media only screen and (max-width: 1000px) {
.content-wrap .ext-sidebar .tag_ranking .tag-list {
	overflow-x: scroll
}
}
.content-wrap .ext-sidebar .tag_ranking .tag-list>li {
	border: 1px solid #efebec;
	font-size: 14px;
	font-size: 1.16667rem
}

@media only screen and (min-width: 1001px) {
.content-wrap .ext-sidebar .tag_ranking .tag-list>li {
	margin-bottom: 5px
}
.content-wrap .ext-sidebar .tag_ranking .tag-list>li:not(:last-child) {
	margin-right: 5px
}
}

@media only screen and (max-width: 1000px) {
.content-wrap .ext-sidebar .tag_ranking .tag-list>li {
	white-space: nowrap;
	margin-right: 10px
}
.content-wrap .ext-sidebar .tag_ranking .tag-list>li:first-child {
	margin-left: 10px
}
.content-wrap .ext-sidebar .tag_ranking .tag-list>li:last-child {
	margin-right: 10px
}
}
.content-wrap .ext-sidebar .tag_ranking .tag-list>li a {
	display: block;
	padding: 5px
}
.content-wrap .ext-sidebar .tag_ranking .tag-list>li a:before {
	font-family: FontAwesome;
	content: "\f02b";
	color: #38b8e9;
	padding-right: 4px
}

@media only screen and (min-width: 1001px) {
.content-wrap .ext-sidebar .widget-item .ban-box li {
	margin-bottom: 20px
}
.content-wrap .ext-sidebar .widget-item .ban-box li a {
	display: block
}
.content-wrap .ext-sidebar .widget-item .ban-box li img {
	max-width: 100%;
	height: auto;
	width: auto;
	vertical-align: middle
}
}

@media only screen and (max-width: 1000px) {
.content-wrap .ext-sidebar .widget-item {
	margin-bottom: 20px
}
.content-wrap .ext-sidebar .widget-item img {
	max-width: 100%;
	height: auto;
	width: auto;
	vertical-align: middle
}
.content-wrap .ext-sidebar .widget-item li {
	text-align: center
}
.content-wrap .ext-sidebar .widget-item .ban-box a {
	display: block;
	text-align: center
}
}
.archive-header {
	position: relative
}

@media only screen and (min-width: 1001px) {
.archive-header {
	padding-bottom: 10px;
	border-bottom: 1px solid #efebec
}
}
.archive-header .title {
	background-color: white;
	display: block;
	vertical-align: middle;
*vertical-align:auto;
*zoom:1;
*display:inline;
	margin: auto;
	/*
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	*/
	font-weight: bold
}

@media only screen and (max-width: 1000px) {
.archive-header .title {
	padding: 0 10px;
	font-size:1.7rem;
	margin-bottom:10px;
	text-align:center;
}
}
.archive-header .title::after {
	content: attr(data-title);
	text-transform: uppercase;
	font-size:1rem;
	margin-left:3px;
	margin-bottom: 5px
}

@media only screen and (max-width: 1000px) {
.archive-header .title:after {
	/* font-size: 12px; */
	font-size: 1rem
}
}
.child-category {
	margin-bottom: 20px
}
.child-category .nav-title {
	color: #38b8e9;
	margin-bottom: 10px
}

@media only screen and (max-width: 1000px) {
.child-category .nav-title {
	margin-left: 10px
}
}
.child-category .nav-title:before {
	content: "\f002";
	font-family: FontAwesome;
	padding-right: 4px
}
.child-category .child-list {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}

@media only screen and (max-width: 1000px) {
.child-category .child-list {
	padding: 0 10px
}
}

@media only screen and (min-width: 1001px) {
.child-category .child-list>li {
	width: 223.33333px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	font-size: 1.16667rem;
	border-bottom: 1px solid #efefef
}
.child-category .child-list>li:not(:nth-child(3n)) {
margin-right:10px
}
}

@media only screen and (max-width: 1000px) {
.child-category .child-list>li {
	width: 50%
}
.child-category .child-list>li:nth-child(odd) {
	padding-right: 5px
}
.child-category .child-list>li:nth-child(even) {
	padding-left: 5px
}
.child-category .child-list>li a {
	border-bottom: 1px solid #efefef;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}
}
.child-category .child-list>li a {
	padding: 10px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center
}
.child-category .child-list>li a:after {
	content: "\f105";
	font-family: FontAwesome;
	color: #38b8e9
}

@media only screen and (min-width: 1001px) {
.primary-col {
	width: 740px
}
}
.primary-col .primary-wrap {
	display: -webkit-flex;
	display: flex
}

@media only screen and (max-width: 1000px) {
.primary-col .primary-wrap {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}
}

@media only screen and (min-width: 1001px) {
.category-header {
	margin-bottom: 20px;
	margin-right: 20px
}
}

@media only screen and (max-width: 1000px) {
.category-header {
	margin-bottom: 20px
}
}
.category-header h1 {
	font-size: 48px;
	font-size: 4rem;
	color: white;
	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
	background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjQiLz48c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA='), url(../images/bg_category.png);
	background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, rgba(0,0,0,0.4)), color-stop(40%, rgba(255,255,255,0))), url(../images/bg_category.png);
	background: -moz-linear-gradient(bottom, rgba(0,0,0,0.4), rgba(255,255,255,0) 40%), url(../images/bg_category.png);
	background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.4), rgba(255,255,255,0) 40%), url(../images/bg_category.png);
	background: linear-gradient(to top, rgba(0,0,0,0.4), rgba(255,255,255,0) 40%), url(../images/bg_category.png);
	background-position: 100% 50%;
	text-shadow: 0px 0px 10px #38b8e9;
	letter-spacing: 1rem;
	background-size: 100%;
}

@media only screen and (min-width: 1001px) {
.category-header h1 {
	height: 240px;
	line-height: 240px
}
}

@media only screen and (max-width: 1000px) {
.category-header h1 {
	height: 200px;
	line-height: 200px;
	font-size:2rem;
	letter-spacing:.5rem;
}
}

@media only screen and (max-width: 600px) {
.category-header h1 {
	background-position: 90% 50%;
	background-size: auto;
}
}

.category-header .category-summary {
	line-height: 2;
}

@media only screen and (max-width: 1000px) {
.category-header .category-summary {
	padding: 0 10px;
}
}
.post-content {
	color: #1b1b1b;
	margin-bottom: 10px;
}

@media only screen and (max-width: 1000px) {
.post-content h3, .post-content h4, .post-content h5, .post-content h6 {
	margin-left: 10px
}
}
.post-content img {
	max-width: 100%;
	height: auto;
	width: auto;
	vertical-align: middle
}
.post-content h2 {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	line-height:1.4;
	padding: 25px 20px 20px;
	margin-bottom: 20px;
	background-color: rgba(50,156,253,0.1)
}

@media only screen and (max-width: 1000px) {
.post-content h2 {
	font-size: 20px;
	font-size: 2rem;
	padding: 20px 10px
}
}
.post-content h3 {
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 20px;
	border-left: 4px solid #329cfd;
	padding: 13px 0 10px 10px
}

@media only screen and (max-width: 1000px) {
.post-content h3 {
	font-size: 18px;
	font-size: 1.8rem
}
}
.post-content h4 {
	font-size: 18px;
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 20px
}

@media only screen and (max-width: 1000px) {
.post-content h4 {
	font-size: 16px;
	font-size: 1.33333rem
}
}
.post-content h4:before {
	font-family: FontAwesome;
	content: "\f15b";
	padding-right: 5px;
	color: #fabe00
}
.post-content .post-body .aligncenter {
	text-align: center
}
.post-content .post-body .wp-caption {
	width: initial !important;
	margin-bottom: 10px
}

@media only screen and (max-width: 1000px) {
.post-content .post-body .wp-caption {
	margin: 0 10px 10px 10px
}
}
.post-content .post-body iframe {
	width: 100%
}

@media only screen and (max-width: 1000px) {
.post-content .post-body iframe {
	/* height: 240px */
}
}
.post-content .post-body .btn-style {
	font-weight: bold;
	margin:0 auto 30px;
	width:80%;
	padding:23px 30px 20px;
	border-radius: 100px;
	background-color: #f90;
	color: black;
	display: block;
	text-align: center;
	font-size:1.3em;
	line-height:1.3;
	/* border: 1px solid #ce9c4b;
	box-shadow: 0px -3px 0px #ce9c4b inset; */
	position:relative;
	text-decoration:none;
	color:#fff;
}
.post-content .post-body .btn-style:after{
font-family:"FontAwesome";
content:"\f105";
position:absolute;
right:20px;
top:50%;
margin-top:-13px;
}
.post-content .post-body .btn-style:visited{
color:#242424;
}
@media screen and (max-width: 1000px) {
.post-content .post-body .btn-style{
width:90%;
}
.post-content .post-body .btn-style:after{
right:15px;
}
.ts-fab-wrapper{
padding:0 1rem;
}
}
.post-content .post-body .btn-style:hover {
	/* background-color: black;
	color: black;
	background-color: #fabe00;
	box-shadow: 0px -3px 0px #ce9c4b inset; */
	position:relative;
	top:1px;
}
.post-content .post-body .btn-list {
	display: -webkit-flex;
	display: flex
}

@media only screen and (min-width: 1001px) {
.post-content .post-body .btn-list {
	margin-bottom: 20px;
	-webkit-justify-content: center;
	justify-content: center
}
}

@media only screen and (max-width: 1000px) {
.post-content .post-body .btn-list {
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center
}
}

@media only screen and (max-width: 1000px) {
.post-content .post-body .btn-list>li {
	margin-bottom: 10px
}
}
.post-content .post-body .btn-list>li:not(:last-child) {
	margin-right: 10px
}
.post-content .post-body .btn-list>li a {
	display: block;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: white;
	padding: 10px
}

@media only screen and (min-width: 1001px) {
.post-content .post-body .btn-list>li a {
	padding: 10px 20px
}
}
.post-content .post-body .btn-list>li:nth-child(1) a {
	background-color: #eb87b4
}
.post-content .post-body .btn-list>li:nth-child(2) a {
	background-color: #73b9dc
}
.post-content .post-body .btn-list>li:nth-child(3) a {
	background-color: #73b964
}
.post-content .post-body .btn-list>li:nth-child(4) a {
	background-color: #f0aa0a
}
.post-content .post-body .btn-list>li:nth-child(5) a {
	background-color: #a080b4
}
.post-content .post-body table:not(.not-bold) tr td:first-of-type {
	font-weight: bold;
	text-align: center
}
.post-content .post-body table.light-style td {
	text-align: left !important;
	font-weight: normal !important;
	line-height: 1.3
}
.post-content .post-body table.light-style ol {
	list-style: inside decimal
}
.post-content .post-body table.light-style ol li {
	margin-bottom: 10px
}
.post-content .post-body table:not(.light-style) {
	table-layout: fixed
}
.post-content .post-body table {
	width: 100%;
	border: 1px solid #efebec;
	border-right: none;
	border-bottom: none;
	margin-bottom: 24px
}
.post-content .post-body table.not-bold td, .post-content .post-body table.not-bold th, .post-content .post-body table.light-style td, .post-content .post-body table.light-style th {
	text-align: center
}
.post-content .post-body table tr:first-child td {
	text-align: center;
	font-weight: bold
}
.post-content .post-body table tr:nth-child(even) td {
	background-color: #f8f8f8
}
.post-content .post-body table td {
	text-align: right
}
.post-content .post-body table th, .post-content .post-body table td {
	padding: 14px 10px;
	border-right: 1px solid #efebec;
	border-bottom: 1px solid #efebec
}
/* 営業時間teble */
.post-content .post-body table.eigyo_table{
width:100%;
table-layout:auto;
}
.post-content .post-body table.eigyo_table td{
width:80px;
height:72px;
box-sizing:border-box;
line-height:1.3;
padding:0;
}
.post-content .post-body table.eigyo_table td strong{
display:block;
font-weight:normal !important;
}
.post-content .post-body table.eigyo_table th{
font-weight:bold;
height:72px;
box-sizing:border-box;
line-height:1.4;
}
.post-content .post-body table.eigyo_table th.shopname{
width:160px;
}
.post-content .post-body table.eigyo_table th.shopname span.kana{
display:block;
font-size:11px;
}
.post-content .post-body table.eigyo_table th.sat{
background:#dcf4f4;
color:#0b9de8;
}
.post-content .post-body table.eigyo_table th.sun{
background:#ffeae9;
color:#f93053;
}
.post-content .post-body table.eigyo_table th.shopname a{
color:#38b8e9;
font-weight:bold;
}
.post-content .post-body table.eigyo_table th.shopname .eigyo_caution{
display:block;
font-size:1rem;
font-weight:normal;
}
@media screen and (max-width: 640px) {
.scrolltable{
overflow-x: auto;
-webkit-overflow-scrolling: touch;
padding:0 10px;
}
.post-content .post-body table.eigyo_table{
width:710px;
}
.post-content .post-body table.eigyo_table th.shopname{
width:150px;
}
}

.post-content .post-body #chartContainer {
	height: 320px
}
.post-content .post-body>p {
	font-size:1.6rem;
	line-height: 1.8;
	margin-bottom: 24px
}

.post-content .post-body .pagelink{
background:#fef1ad;
padding:24px 10px;
text-align:center;
border-radius:4px;
margin-bottom:24px;
border:2px solid #fec92f;
}
@media only screen and (max-width: 1000px) {
.post-content .post-body .pagelink{
box-sizing:border-box;
margin:0 5px 24px;
}
}
.post-content .post-body .pagelink dt{
margin-bottom:10px;
position:relative;
}
.post-content .post-body .pagelink dt span{
color:#38b8e9;
}
.post-content .post-body .pagelink dt:before{
    content: " ";
    display: inline-block;
    margin-right: 10px;
    width: 20px;
    height: 1px;
    background-color:#242424;
    -moz-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    position:relative;
    top:-5px;
}
.post-content .post-body .pagelink dt:after{
    content: " ";
    display: inline-block;
    margin-left: 10px;
    width: 20px;
    height: 1px;
    background-color:#242424;
    -moz-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
    position:relative;
    top:-5px;
}
.post-content .post-body .pagelink dd a{
display:block;
padding:17px 0 18px;
width:90%;
font-size:1.3em;
background:#38b8e9;
color:#fff;
margin:0 auto;
box-shadow: 0px -4px 0px #0261a0 inset;
font-weight:bold;
}
.post-content .post-body .pagelink dd a:after{
font-family: FontAwesome;
content: "\f105";
margin-left:10px;
}

@media only screen and (min-width: 1001px) {
.post-content .post-body>p img {
	vertical-align: middle
}
}

@media only screen and (max-width: 1000px) {
.post-content .post-body>p {
	padding: 0 10px
}
}
.post-content blockquote {
	background-color: rgba(50,156,253,0.1);
	padding: 10px;
	margin-bottom: 20px
}
.post-content blockquote img {
	max-width: 100%;
	height: auto;
	width: auto;
	vertical-align: middle
}
.post-content blockquote a {
	display: block;
	text-align: center;
	margin-bottom: 10px
}
.post-content .post-header {
	border-bottom: 1px solid #efebec;
	margin-bottom: 20px
}

@media only screen and (max-width: 1000px) {
.post-content .post-header {
	padding: 10px;
	margin-bottom: 10px
}
}
.post-content .post-meta {
	margin-bottom: 10px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between
}

@media only screen and (max-width: 1000px) {
.post-content .post-meta {
	font-size: 12px;
	font-size: 1rem
}
}
.post-content .post-title {
	font-weight: bold;
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1.4;
	margin-bottom: 10px
}

@media only screen and (max-width: 1000px) {
.post-content .post-title {
	font-size: 20px;
	font-size: 2.2rem;
	line-height: 1.5;
	z-index:101;
}
}
.post-content .expand {
	margin-bottom: 10px;
	line-height: 2
}

@media only screen and (max-width: 1000px) {
.post-content .expand {
	line-height: 1.6
}
}
.post-content .shop-info {
	display: -webkit-flex;
	display: flex;
	margin-bottom: 40px
}

@media only screen and (min-width: 1001px) {
.post-content .shop-info {
	border: 1px solid #efebec
}
}

@media only screen and (max-width: 1000px) {
.post-content .shop-info {
	-webkit-align-items: stretch;
	align-items: stretch;
	margin-right: 10px;
	margin-left: 10px
}
}
.post-content .shop-info .shop-thumb {
	flex: none;
	text-align: center
}

@media only screen and (min-width: 1001px) {
.post-content .shop-info .shop-thumb {
	width: 160px;
	height: 160px;
	line-height: 160px
}
}

@media only screen and (max-width: 1000px) {
.post-content .shop-info .shop-thumb {
	width: 100px
}
}
.post-content .shop-info .shop-body {
	padding: 20px;
	background-color: #f8f8f8;
	width: 100%
}

@media only screen and (max-width: 1000px) {
.post-content .shop-info .shop-body {
	padding: 10px
}
}
.post-content .shop-info h5 {
	font-size: 18px;
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 10px
}

@media only screen and (max-width: 1000px) {
.post-content .shop-info h5 {
	font-size: 14px;
	font-size: 1.16667rem;
	margin-left: 0
}
}
.post-content .shop-info .shop-summary {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}
.post-content .shop-info .shop-summary dt, .post-content .shop-info .shop-summary dd {
	flex: none;
	margin-bottom: 10px
}

@media only screen and (max-width: 1000px) {
.post-content .shop-info .shop-summary dt, .post-content .shop-info .shop-summary dd {
	font-size: 12px;
	font-size: 1rem
}
}
.post-content .shop-info .shop-summary dt {
	width: 25%
}

@media only screen and (max-width: 1000px) {
.post-content .shop-info .shop-summary dt {
	width: 33%
}
}
.post-content .shop-info .shop-summary dd {
	width: 75%
}

@media only screen and (max-width: 1000px) {
.post-content .shop-info .shop-summary dd {
	width: 67%
}
}
.sns-box {
	overflow: hidden;
*zoom:1;
	margin: 20px 0
}

@media only screen and (max-width: 1000px) {
.sns-box {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	overflow-x: scroll
}
.sns-box.second {
	-webkit-justify-content: flex-start;
	justify-content: flex-start
}
}

@media only screen and (max-width: 1000px) {
.sns-box>li {
	float: none;
	white-space: nowrap;
	font-size: 16px;
	font-size: 1.33333rem
}
.sns-box>li:first-child {
	margin-left: 10px
}
.sns-box>li a {
	min-width: 36px;
	padding: 10px
}
}
.sns-box>li:not(:last-child) {
	float: left;
	margin-right: 10px
}
.sns-box>li:last-child {
	float: right
}
.sns-box>li:not(.favorite) a {
	color: white
}
.sns-box a {
	display: block;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase
}

@media only screen and (min-width: 1001px) {
.sns-box a {
	min-width: 100px;
	height: 36px;
	line-height: 36px
}
}
.sns-box .facebook a {
	background-color: #315096
}
.sns-box .twitter a {
	background-color: #55acee
}
.sns-box .hateb a {
	background-color: #008fde
}
.sns-box .favorite {
	border: 2px solid #232323;
	background-color: #fabe00
}
.sns-box .favorite .wpfp-span {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center
}
.sns-box .favorite .wpfp-img {
	max-width: 100%;
	height: auto;
	width: auto;
	vertical-align: middle;
	margin: 0 0 0 10px
}
.sns-box .favorite:hover {
	border: 2px solid #fabe00;
	background-color: #232323
}
.sns-box .favorite:hover a, .sns-box .favorite:hover a:before {
	color: #fabe00
}
.sns-box .favorite a {
	padding: 0 10px;
	color: #232323;
	background-color: transparent
}

@media only screen and (max-width: 1000px) {
.sns-box .favorite a {
	padding: 8px 10px
}
}
.sns-box .favorite a:before {
	font-family: FontAwesome;
	content: "\f08a";
	padding-right: 5px;
	color: #242424
}
.table_of_contents {
	background-color: #f8f8f8;
	margin-bottom: 40px;
	padding: 20px
}
.table_of_contents a{
color:#666;
}
.table_of_contents a:hover{
color:#888;
text-decoration:underline;
}

@media only screen and (max-width: 1000px) {
.table_of_contents {
	margin: 20px 10px
}
}
.table_of_contents .outline_header {
	margin-bottom: 10px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between
}
.table_of_contents .display:before {
	content: "["
}
.table_of_contents .display:after {
	content: "]"
}
.table_of_contents strong {
	font-weight: bold
}
.table_of_contents>ul>li {
	line-height: 2
}
.table_of_contents>ul>li:before {
	font-family: FontAwesome;
	content: "\f111";
	padding-right: 5px;
	color: #46bee1
}
.table_of_contents>ul>li li {
	margin-left: 20px
}
.table_of_contents>ul>li li a {
	display: block;
	line-height: 1.4;
	margin-bottom: 10px
}
.related-box {
	margin-bottom: 20px
}

@media only screen and (max-width: 1000px) {
.related-box.category-box .archive-header {
	margin-bottom: 10px
}
}

@media only screen and (min-width: 1001px) {
.list-row>li>p {
	padding: 10px 0
}
}

@media only screen and (max-width: 1000px) {
.list-row>li>p {
	padding: 10px
}
}
.list-row article a {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	border-bottom: 1px solid #efebec;
	padding: 10px 0
}

@media only screen and (max-width: 1000px) {
.list-row article a {
	padding: 10px
}
}
.list-row article a figure {
	text-align: center;
	flex: none;
	overflow: hidden
}

@media only screen and (min-width: 1001px) {
.list-row article a figure {
	width: 200px;
	/* height: 100px;
	line-height: 100px */
}
}

@media only screen and (max-width: 1000px) {
.list-row article a figure {
	width: 160px;
	/* height: 65px;
	line-height: 65px */
}
.list-row article a figure img {
	max-width: 100%;
	height: auto;
	width: auto;
	vertical-align: middle
}
}
.list-row article a figure img {
	max-width: 100%;
	height: auto;
	width: auto;
	vertical-align: middle
}
.list-row article a .post-body {
	padding: 10px
}
@media screen and (max-width: 640px) {
.list-row article a .post-body {
	padding: 0 0 0 10px
}
}
.list-row article a h6 {
	line-height:1.4;
	font-weight:bold;
	margin-bottom: 10px
}
.list-row article a .post-category {
	font-size: 14px;
	font-size: 1.16667rem
}
.list-wrap {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 20px;
	border: 2px solid #efebec;
	border-right: none;
	border-bottom: none
}

@media only screen and (max-width: 1000px) {
.list-wrap {
	margin: 0 10px 20px 10px
}
}
.list-wrap>li {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 2px solid #efebec;
	border-right: 2px solid #efebec
}

@media only screen and (min-width: 1001px) {
.list-wrap>li {
	width: 33.33333%;
	flex: none
}
}

@media only screen and (max-width: 1000px) {
.list-wrap>li {
	width: 50%
}
}
.list-wrap article a {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	padding: 10px
}

@media only screen and (max-width: 1000px) {
.list-wrap article a {
	-webkit-justify-content: space-between;
	justify-content: space-between
}
}
.list-wrap article a figure {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	order: 2;
	flex: none;
	overflow: hidden
}
.list-wrap article a .post-body {
	width: 100%;
	padding: 10px;
	order: 1
}

@media only screen and (max-width: 1000px) {
.list-wrap article a .post-body {
	padding: initial;
	text-align: center
}
}

@media only screen and (max-width: 1000px) {
.list-wrap article a h6, .list-wrap article a .post-category {
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}
.list-wrap article a h6 {
	font-size: 14px;
	font-size: 1.16667rem
}
}
.list-wrap article a h6 {
	margin-bottom: 10px
}
.list-wrap article a .post-category {
	font-size: 14px;
	font-size: 1.16667rem;
	display: block
}

@media only screen and (min-width: 1001px) {
.list-wrap article a .post-category {
	max-width: 130.33px
}
}
.comment-respond {
	margin-bottom: 20px
}
.comment-respond .comment-reply-title {
	font-size: 18px;
	font-size: 1.5rem;
	font-weight: bold;
	color: #1b1b1b;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #efefef
}

@media only screen and (max-width: 1000px) {
.comment-respond .comment-reply-title {
	padding: 0 10px 20px 10px;
	overflow: hidden;
*zoom:1
}
.comment-respond .comment-reply-title:after {
	color: #242424;
	font-weight: normal;
	float: right;
	content: "[表示]"
}
.comment-respond .comment-reply-title.active:after {
	content: "[非表示]"
}
}
.comment-respond .comment-reply-title:before {
	content: "\f040";
	font-family: FontAwesome;
	margin-right: 5px;
	color: #39c4a8
}

@media only screen and (max-width: 1000px) {
.comment-respond #commentform {
	display: none
}
}
.comment-respond .logged-in-as {
	margin-bottom: 20px
}
.comment-respond .comment-notes {
	margin-bottom: 10px
}
.comment-respond .required {
	color: #38b8e9
}
.comment-respond .comment-form-comment, .comment-respond .comment-form-author, .comment-respond .comment-form-email, .comment-respond .comment-form-url {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	margin-bottom: 20px
}
.comment-respond .comment-form-comment label, .comment-respond .comment-form-author label, .comment-respond .comment-form-email label, .comment-respond .comment-form-url label {
	flex: none
}

@media only screen and (min-width: 1001px) {
.comment-respond .comment-form-comment label, .comment-respond .comment-form-author label, .comment-respond .comment-form-email label, .comment-respond .comment-form-url label {
	width: 160px;
	height: 100%
}
}

@media only screen and (max-width: 1000px) {
.comment-respond .comment-form-comment label, .comment-respond .comment-form-author label, .comment-respond .comment-form-email label, .comment-respond .comment-form-url label {
	width: 36%;
	padding-right: 10px
}
}
.comment-respond .comment-form-comment input[type="text"], .comment-respond .comment-form-author input[type="text"], .comment-respond .comment-form-email input[type="text"], .comment-respond .comment-form-url input[type="text"] {
	padding: 5px 10px;
	border: 2px solid #efebec
}

@media only screen and (max-width: 1000px) {
.comment-respond .comment-form-comment input[type="text"], .comment-respond .comment-form-author input[type="text"], .comment-respond .comment-form-email input[type="text"], .comment-respond .comment-form-url input[type="text"] {
	width: 100%
}
}
.comment-respond .comment-form-comment #comment, .comment-respond .comment-form-author #comment, .comment-respond .comment-form-email #comment, .comment-respond .comment-form-url #comment {
	width: 100%
}
.comment-respond .form-submit {
	text-align: center
}

@media only screen and (max-width: 1000px) {
.comment-respond .form-submit {
	margin-bottom: 10px
}
}
#comments {
	font-size: 18px;
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 20px;
	color: #1b1b1b
}
#comments:before {
	content: "\f0e5";
	font-family: FontAwesome;
	padding-right: 5px
}
.commentlist {
	margin-bottom: 20px
}
.commentlist li:not(:last-child).comment {
	border-bottom: 1px dotted #efefef;
	margin-bottom: 10px;
	padding-bottom: 10px
}
.commentlist .comment-author {
	margin-bottom: 10px
}
.commentlist p {
	line-height: 2
}
.commentlist .reply {
	text-align: right
}

@media only screen and (max-width: 1000px) {
.comment-form {
	margin: 0 10px
}
}

@media only screen and (max-width: 1000px) {
.page-nav {
	margin-bottom: 20px
}
}
.page-nav ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center
}
@media only screen and (max-width: 1000px) {
.page-nav ul{
margin-top:10px;
}
}
.page-nav ul a, .page-nav ul span {
	display: block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center
}
.page-nav ul span {
	border: 1px solid white
}
.page-nav ul .current {
	background-color: #38b8e9;
	border: 1px solid #38b8e9;
	color: #fff
}
.page-nav ul>li:first-child a, .page-nav ul>li:first-child span {
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px 0 0 4px
}
.page-nav ul>li:first-child a {
	border-left: 1px solid #efefef
}
.page-nav ul>li:nth-child(2) .dots {
	border-right: 1px solid #efefef
}
.page-nav ul>li:last-child a {
	border-left: 1px solid #efefef
}
.page-nav ul>li:last-child a, .page-nav ul>li:last-child span {
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0;
	border-radius: 0 4px 4px 0
}
.page-nav ul>li a {
	border-top: 1px solid #efefef;
	border-right: 1px solid #efefef;
	border-bottom: 1px solid #efefef
}
.navigation.post-navigation {
	margin-bottom: 20px
}

@media only screen and (max-width: 1000px) {
.navigation.post-navigation {
	margin: 0 10px 20px
}
}
.navigation.post-navigation h2.screen-reader-text {
	font-size: 18px;
	font-size: 1.5rem;
	font-weight: bold;
	color: #1b1b1b;
	margin-bottom: 20px
}
.navigation.post-navigation .nav-links {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between
}
.fav-list article {
	position: relative
}
.fav-list article .remove-parent {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
*zoom:1;
*display:inline;
	background-color: rgba(27,27,27,0.9);
	font-size: 8px;
	font-size: 0.66667rem;
	color: white;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center
}
.fav-list article .remove-parent:before {
	content: "\f00d";
	font-family: FontAwesome;
	display: block;
	text-align: center
}
.fav-list article .remove-parent:hover {
	background-color: #38b8e9
}
.wpfp-link[href^="?wpfpaction=clear"] {
	display: block;
	text-align: center;
	padding: 20px;
	background-color: #959595;
	color: white
}

@media only screen and (max-width: 1000px) {
.wpfp-link[href^="?wpfpaction=clear"] {
	margin: 10px;
	padding: 10px
}
}
.wpfp-link[href^="?wpfpaction=clear"]:hover {
	background-color: #38b8e9
}
.page .wpfp-span ul:not(.fav-list) {
	padding: 10px
}
.page .wpfp-span+p {
	margin-bottom: 10px;
	padding: 10px
}
#global-footer {
	border-top: 1px solid #efebec
}

@media only screen and (min-width: 1001px) {
#global-footer {
	padding-top: 20px
}
}
#global-footer .foot_search_title {
	margin-left: 20px;
	margin-bottom: 10px
}

@media only screen and (max-width: 1000px) {
#global-footer .foot_search_title {
	margin: initial
}
}
#global-footer .foot_search_lists {
	font-size: 12px;
	font-size: 1rem;
	line-height: 2
}
#global-footer .foot_search, #global-footer .footer_menu_wrap {
	margin: 0 auto
}

@media only screen and (min-width: 1001px) {
#global-footer .foot_search, #global-footer .footer_menu_wrap {
	width: 1040px
}
}
#global-footer .foot_search_row {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center
}

@media only screen and (min-width: 1001px) {
#global-footer .foot_search_row {
	margin-bottom: 20px
}
}

@media only screen and (max-width: 1000px) {
#global-footer .foot_search_row {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}
}
#global-footer .foot_search_row>.left {
	flex: none
}

@media only screen and (min-width: 1001px) {
#global-footer .foot_search_row>.left {
	width: 200px;
	padding-right: 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
}

@media only screen and (max-width: 1000px) {
#global-footer .foot_search_row>.left {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
	-webkit-order: 2;
	order: 2;
	padding: 10px;
	border-bottom: 1px solid #efefef
}
#global-footer .foot_search_row>.left .area-list {
	padding-left: 10px;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center
}
#global-footer .foot_search_row>.left .area-list li {
	font-size: 12px;
	font-size: 1rem;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: white;
	width: 19.4%
}
#global-footer .foot_search_row>.left .area-list li:nth-child(1) {
	border: 1px solid #eb87b4
}
#global-footer .foot_search_row>.left .area-list li:nth-child(1) a {
	color: #eb87b4
}
#global-footer .foot_search_row>.left .area-list li:nth-child(2) {
	border: 1px solid #73b9dc
}
#global-footer .foot_search_row>.left .area-list li:nth-child(2) a {
	color: #73b9dc
}
#global-footer .foot_search_row>.left .area-list li:nth-child(3) {
	border: 1px solid #73b964
}
#global-footer .foot_search_row>.left .area-list li:nth-child(3) a {
	color: #73b964
}
#global-footer .foot_search_row>.left .area-list li:nth-child(4) {
	border: 1px solid #f0aa0a
}
#global-footer .foot_search_row>.left .area-list li:nth-child(4) a {
	color: #f0aa0a
}
#global-footer .foot_search_row>.left .area-list li:nth-child(5) {
	border: 1px solid #a080b4
}
#global-footer .foot_search_row>.left .area-list li:nth-child(5) a {
	color: #a080b4
}
#global-footer .foot_search_row>.left .area-list li a {
	width: 100%;
	min-height: 40px;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center
}
}
#global-footer .foot_search_row>.left img {
	max-width: 100%;
	height: auto;
	width: auto;
	vertical-align: middle
}

@media only screen and (max-width: 1000px) {
#global-footer .foot_search_row>.right {
	-webkit-order: 1;
	order: 1
}
}

@media only screen and (min-width: 1001px) {
#global-footer .foot_search_row>.right>div {
	border-left: #efebec 1px solid;
	margin-bottom: 20px
}
}
#global-footer .foot_search_row .foot_area_search {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}
#global-footer .foot_search_row .foot_area_search>div {
	flex: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 20px
}

@media only screen and (min-width: 1001px) {
#global-footer .foot_search_row .foot_area_search>div {
	width: 259.66667px
}
}

@media only screen and (max-width: 1000px) {
#global-footer .foot_search_row .foot_area_search>div {
	width: 100%;
	padding: 10px
}
}
#global-footer .foot_search_row .foot_area_search>div.foot_zone_3 li:not(.clear) {
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
*zoom:1;
*display:inline
}

@media only screen and (min-width: 1001px) {
#global-footer .foot_search_row .foot_condition_search_box {
	margin-bottom: 20px
}
}
#global-footer .foot_search_row .foot_search_lists.foot_search_lists_option ul {
	padding-left: 20px
}

@media only screen and (max-width: 1000px) {
#global-footer .foot_search_row .foot_search_lists.foot_search_lists_option ul {
	padding: 10px
}
}
#global-footer .foot_search_row .foot_search_lists.foot_search_lists_option ul>li {
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
*zoom:1;
*display:inline
}
#global-footer .footer_menu, #global-footer .foot_copyright_wrap {
	font-size: 12px;
	font-size: 1rem
}
#global-footer .footer_menu address:before, #global-footer .foot_copyright_wrap address:before {
	content: "\f1f9";
	font-family: FontAwesome
}

@media only screen and (min-width: 1001px) {
#global-footer .footer_menu {
	border-bottom: 1px solid #efebec;
	padding-bottom: 20px;
	margin-bottom: 2px
}
}
#global-footer .footer_menu_wrap ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between
}

@media only screen and (max-width: 1000px) {
#global-footer .footer_menu_wrap ul {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start
}
#global-footer .footer_menu_wrap ul>li {
	width: 50%;
	border-bottom: 1px solid #efefef
}
#global-footer .footer_menu_wrap ul>li:first-child {
	width: 100%
}
#global-footer .footer_menu_wrap ul>li:nth-child(2n) a {
	border-right: 1px solid #efefef
}
#global-footer .footer_menu_wrap ul>li a {
	border-bottom: 1px solid white;
	display: block;
	padding: 14px 0;
	text-align: center
}
}
#global-footer .foot_copyright_wrap {
	text-align: center
}

@media only screen and (min-width: 1001px) {
#global-footer .foot_copyright_wrap {
	margin-bottom: 10px
}
#global-footer .foot_copyright_wrap:before {
	content: "";
	width: 100%;
	height: 3px;
	background-color: #efebec;
	display: block;
	margin-bottom: 14px
}
}

@media only screen and (max-width: 1000px) {
#global-footer .foot_copyright_wrap {
	padding: 14px 0
}
}
#global-footer .sp_br {
	display: none
}

@media only screen and (max-width: 1000px) {
#global-footer .totop_wrap {
	background-color: #38b8e9;
	margin-bottom: 46px
}
#global-footer .totop_wrap .totop_btn {
	color: white;
	display: block;
	text-align: center;
	padding: 10px
}
#global-footer .totop_wrap .totop_btn:before {
	display: block;
	text-align: center;
	font-family: FontAwesome;
	content: "\f106"
}
}
#footnavi {
	background: #242424;
	padding: 15px 0
}
.footnavi_wrap {
	width: 1040px;
	color: #b8b8b8;
	text-align: left;
	margin: auto
}
.footnavi_wrap h4 {
	margin-bottom: 5px;
	padding: 0 0 5px 3px;
	border-bottom: 1px dotted #b8b8b8
}
.footnavi_wrap a {
	color: #b8b8b8
}
.footnavi_wrap .area span {
	color: #666
}
.footnavi_wrap .areabox {
	margin-bottom: 10px;
	line-height: 1.5rem
}
.footnavi_wrap dl {
	font-size: 10px;
	min-height: 15px;
	height: auto !important;
	height: 15px;
	margin-bottom: 3px
}
.footnavi_wrap dt {
	width: 70px;
	float: left
}
.footnavi_wrap dd {
	margin-left: 70px
}
.footnavi_wrap p.jobcategory {
	font-size: 10px;
	margin-bottom: 10px
}
.footnavi_wrap p.bus_area {
	font-size: 10px;
	margin-bottom: 10px
}
.pagetop {
	position: fixed;
	bottom: 130px;
	right: 50px;
	z-index: 99
}

@media only screen and (min-width: 1001px) {
#footer {
	background: #38b8e9;
	border-top: 4px solid #ccc;
	line-height: 1.4em;
	padding: 30px 0 40px;
	color: #fff;
	text-align: center
}
}
#footer.footer_sp h2.ttl {
	text-align: left;
	background: #3c3f78;
	color: #fff;
	padding: 7px 0 7px 5px;
	border-bottom: 1px solid #3c3f78
}
#footer.footer_sp h2.ttl .ttltxt {
	font-size: 16px
}
#footer.footer_sp h2.ttl strong {
	padding: 1px 5px;
	background: #fff;
	color: #3c3f78;
	font-size: 12px;
	margin-left: 5px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px
}
#footer.footer_sp h2.ttl2 {
	text-align: left;
	background: #ea5504;
	color: #fff;
	padding: 7px 0 7px 5px;
	border-bottom: 1px solid #b54204
}
#footer.footer_sp h2.ttl2 .ttltxt {
	font-size: 16px
}
#footer.footer_sp h2.ttl3 {
	text-align: left;
	background: #999;
	color: #fff;
	padding: 7px 0 7px 5px;
	border-bottom: 1px solid #787878
}
#footer.footer_sp h2.ttl3 .ttltxt {
	font-size: 16px
}
#footer.footer_sp h2.ttl3 strong {
	padding: 1px 5px;
	background: #fff;
	color: #999;
	font-size: 12px;
	margin-left: 5px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px
}
#footer.footer_sp .top_area_search {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}
#footer.footer_sp .top_area_search>li {
	width: 50%;
	flex: none;
	font-size: 15px;
	font-size: 1.25rem;
	border-bottom: 1px solid #ccc
}
#footer.footer_sp .top_area_search>li:nth-child(odd) {
	border-right: 1px solid #ccc
}
#footer.footer_sp .top_area_search li a {
	display: block;
	background: url(/img_sp/chevron.png) no-repeat right center;
	background-size: 15px 11px;
	padding: 14px 0 14px 5px;
	position: relative;
	color: #242424
}
#footer.footer_sp .top_area_search li span {
	font-size: 11px;
	font-weight: bold
}
#footer.footer_sp .top_area_search li i {
	width: 1.4em;
	text-align: center
}
#footer.footer_sp .work_search {
	text-align: left;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #eee
}
#footer.footer_sp .work_search dt {
	display: block;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
	background: url(/img_sp/icon_plus.png) no-repeat right center;
	background-size: 24px 18px;
	font-size: 14px;
	padding: 0 10px
}
#footer.footer_sp .work_search dd {
	background: #f2f2f2;
	padding: 10px;
	display: none
}
#footer.footer_sp .work_search dd a {
	color: #242424
}
#footer.footer_sp .work_search p.ttl {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #aaa;
	font-weight: bold
}
#footer.footer_sp .work_search ul {
	margin-bottom: 10px
}
#footer.footer_sp .work_search .prefecture {
	line-height: 2.4em
}
#footer.footer_sp .work_search .subarea {
	border-bottom: 1px solid #ccc;
	font-size: 90%;
	padding-bottom: 5px;
	margin-bottom: 5px;
	line-height: 2em
}
#footer.footer_sp .foot_navi {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}
#footer.footer_sp .foot_navi>li {
	width: 50%;
	flex: none;
	border-bottom: 1px solid #ccc;
	font-size: 12px;
	font-size: 1rem
}
#footer.footer_sp .foot_navi>li:nth-child(odd) {
	border-right: 1px solid #ccc
}
#footer.footer_sp .foot_navi>li a {
	display: block;
	color: #242424;
	padding: 10px 0 10px 10px
}
#footer.footer_sp address {
	font-size: 10px;
	text-align: center;
	color: #fff;
	background: #3c3f78;
	padding: 15px 0
}
#footer a {
	color: #fff
}
#footer .footerlink {
	font-size: 10px;
	margin-bottom: 5px
}
ul#topnav {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	list-style: none;
	font-size: 1.1em;
	text-align: left
}
ul#topnav li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative
}
ul#topnav li a {
	float: left;
	height: 44px
}
ul#topnav li:hover a, ul#topnav li a:hover {
	background-position: left bottom
}
ul#topnav a.home {
	width: 78px
}
ul#topnav a.products {
	background: url(nav_products.png) no-repeat;
	width: 117px
}
ul#topnav a.sale {
	background: url(nav_sale.png) no-repeat;
	width: 124px
}
ul#topnav a.community {
	background: url(nav_community.png) no-repeat;
	width: 124px
}
ul#topnav a.store {
	background: url(nav_store.png) no-repeat;
	width: 141px
}
ul#topnav li .sub {
	position: absolute;
	top: 44px;
	left: 0;
	background: #344c00 url(sub_bg.png) repeat-x;
	padding: 20px 20px 20px;
	float: left;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none
}
ul#topnav li .row {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px
}
ul#topnav li .sub ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 150px;
	float: left;
	background: #ccc
}
ul#topnav .sub ul li {
	width: 100%;
	color: #fff
}
ul#topnav .sub ul li h2 {
	padding: 0;
	margin: 0;
	font-size: 1.3em;
	font-weight: normal
}
ul#topnav .sub ul li h2 a {
	padding: 5px 0;
	background-image: none;
	color: #e8e000
}
ul#topnav .sub ul li a {
	float: none;
	text-indent: 0;
	height: auto;
	background: url(navlist_arrow.png) no-repeat 5px 12px;
	padding: 7px 5px 7px 15px;
	display: block;
	text-decoration: none;
	color: #fff
}
ul#topnav .sub ul li a:hover {
	color: #ddd;
	background-position: 5px 12px
}
.foot_search_row .accordion {
	display: none
}

@media only screen and (max-width: 1000px) {
.foot_search_row .foot_search_title {
	border-bottom: 1px solid #efefef
}
.foot_search_row label {
	display: block;
	padding: 14px 10px
}
.foot_search_row label:before {
	content: "\f00e";
	font-family: FontAwesome;
	margin-right: 4px
}
.foot_search_row .accordion+div {
	max-height: 0;
	overflow-y: hidden;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s
}
.foot_search_row .accordion:checked+div {
	opacity: 1;
	max-height: initial;
	border-bottom: 1px solid #efefef
}
}

/* 追加css */
@media only screen and (min-width: 1001px) {	/* PC */
 .main { width: 1180px;padding: 12px 20px 0;margin: 0 auto;background: #fff;display: block; }
 .dsp_pc  { display: initial !important; }
 .dsp_mob { display: none !important; }
 .indexheader.dsp_pc { display: block; }
 .indexheader.dsp_pc h1 { background-color: #38b8e9; margin-top: 0; }
}
@media only screen and (max-width: 1000px) {	/* mobile */
 /* .dsp_mob { display: initial !important; } */
 .dsp_pc  { display: none !important; }
 #index_footer.dsp_mob { display: block !important; }
 #header.dsp_mob { display: block !important; }
 #header h1 { font-size: 10px; font-weight: normal; margin-top: 5px; z-index: 200; position: relative; background-color: #ffffff; line-height: 1.3; }
 #header h1 marquee { font-size: 10px; }
}

/* 1000px以上 */
@media only screen and (min-width: 1001px) {	/* PC */
	.content-wrap .main .post-list article>a:not(.wpfp-link) .post-body { position: relative; }
	.content-wrap .main .post-list article>a:not(.wpfp-link) .post-body .post-meta { position: absolute;bottom: 0;width: 100%; }
	.post-body .post-meta .date{font-weight:bold; color:#1b1b1b;}
	.post-body .post-meta .post-category{color:#38b8e9;}
	.content-wrap .main .post-list article>a:not(.wpfp-link) .post-body .post-meta .post-category { float: right; }
}

/* 記事css */
.post-body h2:not(.title) {
  margin: 2rem 0px;
  padding:1.8rem 1rem 1.5rem;
  border-left: solid 5px #38b8e9;
  background:#e8f7fc;
  color: #1B1B1B;
  font-weight: bold;
  font-size: 2rem;
}

.post-body h3 {
  margin:2rem 0;
  padding:1rem;
  color: #1B1B1B;
  font-weight: bold;
  border-bottom:2px solid #38b8e9;
  border-left:none;
  font-size: 1.9rem;
}

.post-body h3::before{
	display: none;
}

.post-body h4 {
  margin:2rem 0;
  padding:1rem 0;
  color: #1B1B1B;
  font-weight: bold;
  font-size: 1.8rem;
  position:relative;
}

.post-body h4::before{
  content: "";
  margin-right: 5px;
  width: 15px;
  height: 3px;
  background: #38b8e9;
  display: inline-block;
  position: relative;
  top: -5px
}

.post-body .ts-fab-header h4{
font-size:1.5rem;
font-weight:700;
margin:0 0 .2rem;
}
.post-body .ts-fab-header h4::before{
font-family: FontAwesome;
content: "\f15b";
padding-right: 5px;
color: #959595;
background:none;
width:auto;
height:auto;
margin:0;
top:0;
}
@media only screen and (max-width: 1000px) {
.post-body .ts-fab-header h4{
font-size:1.7rem;
}
}

.post-body img {
  border: solid 2px silver;
}

.post-body a{
  text-decoration: underline;
}
.post-body #outline a{
text-decoration:none;
}

.post-body a:visited{
  color: #4B11A8;
}
.post-body a.btn-style:hover{
/* background-color:#f857a6; */
}
.post-body a.btn-style:visited{
/*
background-color:#008cff;
color:#fff;
*/
}

.post-body blockquote {
	margin: 10px;
	position: relative;
    padding: 30px 15px 8px 15px;
    box-sizing: border-box;
    font-style: italic;
    background: #efefef;
    color: #555;
}

.post-body blockquote:before{
    display: inline-block;
    position: absolute;
    top: 13px;
    left: 15px;
    content: "\f10d";
    font-family: FontAwesome;
    color: #cfcfcf;
    font-size: 28px;
    line-height: 1;
    font-weight: 900;
}

.post-body blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 2.7;
}

.post-body blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}

.post-body blockquote a {
    display: block;
	color: #888888;
	font-size: 0.9em;
    text-align: center;
    margin-bottom: 10px;
}

.post-body .list_1 ul, .post-body .list_1 ol {
  margin: 10px 10px 30px 10px;
  background: #ffffd6;
  padding: 0.5em 0.5em 0.5em 2em;
}
.post-body .list_1 ul li, .post-body .list_1 ol li {
  line-height: 1.5;
  padding: 0.5em 0;
}
.box{
margin-bottom:28px;
}
.post-content .post-body table tr:nth-child(even) td{
background:#fff;
}
.post-content .post-body table:not(.not-bold) tr td:first-of-type{
font-weight:normal;
}
.post-content .post-body table th{
text-align:center;
font-weight:bold;
}
.post-content .post-body table td{
text-align:center;
}
.box dl{
border-radius:.7rem;
overflow:hidden;
}
.box dt{
padding:1.4rem 1rem 1.1rem;
font-size:1.6rem;
font-weight:bold;
line-height:1.4;
position:relative;
}
.box dd{
padding:1rem;
line-height:1.5;
}

.titlebox{
border:2px solid #ffd6d6;
}
.titlebox dt{
background:#ffd6d6;
}
.titlebox dd{
}
.numberbox{
border:2px solid #d6ffea;
}
.numberbox dt{
background:#d6ffea;
padding-left:5.4rem;
}
.numberbox dt span{
display:inline-block;
width:36px;
height:40px;
line-height:36px;
background:#61da9c;
color:#fff;
font-weight:bold;
position:absolute;
top:0;
left:10px;
text-align:center;
}
.numberbox dt span::after{
content:"";
width: 0;
height: 0;
border-style: solid;
border-width: 0 18px 8px 18px;
border-color: transparent transparent #d6ffea transparent;
display:block;
position:absolute;
bottom:0;
left:0;
}
.stepbox{
border:2px solid #d6d6ff;
}
.stepbox span{
display:block;
background:#c391ea;
padding:3px 0 1px;
border-radius:0 100px 100px 0;
color:#fff;
margin-top:-.3rem;
margin-bottom:5px;
margin-left:-1rem;
width:100px;
text-align:center;
}
.stepbox span::before{
content:"STEP.";
}
.stepbox dt{
background:#d6d6ff;
}
.fukidashi{
border-radius:.7rem;
margin:0 0 0 36px;
background:#fff0c6;
padding:1.2rem 1.2rem 1rem;
line-height:1.5;
position:relative;
}
.fukidashi::before,
.fukidashi::after{
content:"";
display:block;
position:absolute;
border-radius:100px;
background:#fff0c6;
}
.fukidashi::before{
content:"";
width:14px;
height:14px;
bottom:5px;
left:-36px;
}
.fukidashi::after{
content:"";
width:24px;
height:24px;
bottom:15px;
left:-20px;
}
.post-body .blogcard{
border-radius:8px;
border:1px solid #ddd;
padding:1.5rem;
display:flex;
cursor:pointer;
}
.post-body .blogcard img{
border:none;
max-width:100%;
}
.post-body .blogcard figure{
min-width:300px;
width:300px;
margin-right:1.3rem;
}
.post-body .blogcard dt{
padding:0;
margin-bottom:5px;
}
.post-body .blogcard dt a{
font-size:2rem;
font-weight:bold;
text-decoration:none;
color:#1b1b1b;
}
.post-body .blogcard dd{
font-size:1.3rem;
color:#777;
padding:0;
}

@media screen and (max-width: 640px) {
.scrolltable{
overflow-x: auto;
-webkit-overflow-scrolling: touch;
padding:0 10px;
}
.box{
padding:0 10px;
}
.post-content .post-body table.scroll_table th,
.post-content .post-body table.scroll_table td{
width:100px !important;
}
.post-body .blogcard{
padding:1rem;
display:block;
}
.post-body .blogcard figure{
width:100%;
margin-right:0;
margin-bottom:5px;
}
.post-body .blogcard dd{
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}
}

.side_bnr li{
border:1px solid #ddd;
border-radius:4px;
overflow:hidden;
margin-bottom:1rem;
}
@media screen and (max-width: 640px) {
.side_bnr{
width:70%;
margin:0 auto 3rem;
}
}


