@charset "UTF-8";
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
	font-family: "FontAwesome";
	src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
	src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#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;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
	font-size: 1.33333em;
	line-height: .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: .14286em;
	text-align: center;
}
.fa-li.fa-lg {
	left: -1.85714em;
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid .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;
}

/* Deprecated as of 4.4.0 */
.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;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.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: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: "";
}

.fa-handshake-o:before {
	content: "";
}

.fa-envelope-open:before {
	content: "";
}

.fa-envelope-open-o:before {
	content: "";
}

.fa-linode:before {
	content: "";
}

.fa-address-book:before {
	content: "";
}

.fa-address-book-o:before {
	content: "";
}

.fa-vcard:before,
.fa-address-card:before {
	content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
	content: "";
}

.fa-user-circle:before {
	content: "";
}

.fa-user-circle-o:before {
	content: "";
}

.fa-user-o:before {
	content: "";
}

.fa-id-badge:before {
	content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
	content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
	content: "";
}

.fa-quora:before {
	content: "";
}

.fa-free-code-camp:before {
	content: "";
}

.fa-telegram:before {
	content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
	content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
	content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
	content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
	content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
	content: "";
}

.fa-shower:before {
	content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
	content: "";
}

.fa-podcast:before {
	content: "";
}

.fa-window-maximize:before {
	content: "";
}

.fa-window-minimize:before {
	content: "";
}

.fa-window-restore:before {
	content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
	content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
	content: "";
}

.fa-bandcamp:before {
	content: "";
}

.fa-grav:before {
	content: "";
}

.fa-etsy:before {
	content: "";
}

.fa-imdb:before {
	content: "";
}

.fa-ravelry:before {
	content: "";
}

.fa-eercast:before {
	content: "";
}

.fa-microchip:before {
	content: "";
}

.fa-snowflake-o:before {
	content: "";
}

.fa-superpowers:before {
	content: "";
}

.fa-wpexplorer:before {
	content: "";
}

.fa-meetup: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;
}

/* ------------------------------
　　ベース
------------------------------ */
html {
	height: 100%;
}

body {
	background: url("/themes/takisada/images/common/bg.jpg");
	color: #333;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 16px;
}

@media screen and (min-width: 1170px) {
	body:before {
		position: fixed;
		content: "";
		right: 0;
		width: 17px;
		height: 100%;
		background: #FFED1F;
		z-index: 1;
	}
}

/* リンクの設定 */
a {
	border: none;
	color: #006DD9;
	text-decoration: none;
}

a:visited {
	color: #7F5AD7;
	text-decoration: none;
}

a:active {
	color: #006DD9;
	text-decoration: none;
}

a:hover {
	color: #006DD9;
	text-decoration: underline;
}

/* コンテナー */
.acms-container {
	max-width: 1170px;
}
.acms-container .acms-container {
	padding: 0;
}

.c-narrow-container {
	margin: 0 auto;
	max-width: 960px;
	padding-left: 15px;
	padding-right: 15px;
}

.c-narrow-container-md {
	margin: 0 auto;
	max-width: 750px;
	padding-left: 15px;
	padding-right: 15px;
}

@media (max-width: 1170px) {
	.sp-container .sp-container {
		padding: 0;
	}
	.sp-container .acms-container .sp-container {
		padding: 0;
	}
}

/* アニメーション */
@keyframes fade-in {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-moz-keyframes fade-in {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fade-in {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes scale-up {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.03);
	}
	100% {
		transform: scale(1);
	}
}

@-moz-keyframes scale-up {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.03);
	}
	100% {
		transform: scale(1);
	}
}

@-webkit-keyframes scale-up {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.03);
	}
	100% {
		transform: scale(1);
	}
}

@keyframes fade-in-down {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 0;
		transform: translate(0, -10px);
	}
	100% {
		opacity: 1;
		transform: translate(0);
	}
}

@-moz-keyframes fade-in-down {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 0;
		transform: translate(0, -10px);
	}
	100% {
		opacity: 1;
		transform: translate(0);
	}
}

@-webkit-keyframes fade-in-down {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 0;
		transform: translate(0, -10px);
	}
	100% {
		opacity: 1;
		transform: translate(0);
	}
}

/* ------------------------------
　　編集ページ
------------------------------ */
.field-title {
	padding: 0 10px;
}

.field-title:first-child {
	margin: 0 0 10px 0;
}

/* ------------------------------
　　ヘッダー
------------------------------ */
.l-header {
	background: #FFF;
}

.l-header-desc {
	display: none;
	position: relative;
	text-align: right;
	background: #333;
	z-index: 1;
}

.l-header-desc-text {
	margin-top: 0;
	margin-bottom: 0;
	color: #FFF;
	font-family: TsukuARdGothicStd-M, sans-serif;
	font-size: 12px;
	line-height: 1.7;
}

@media (min-width: 1024px) {
	.l-header {
		height: 120px;
	}
	.l-header-desc {
		display: block;
		z-index: 100;
	}
}

/* 　レイアウト
------------------------------ */
.l-header-layout-logo {
	/* 固定したときの高さを保つ */
	height: 60px;
}

@media (min-width: 1024px) {
	.l-header-layout {
		display: table;
		width: 100%;
	}
	.l-header-layout-logo {
		box-sizing: border-box;
		display: table-cell;
		width: 40%;
		vertical-align: middle;
	}
}
@media (min-width: 1024px) and (max-width: 1099px) {
	.l-header-layout-logo {
		width: 38%;
		/* 画面幅1100〜1036の間でグローバルメニューが折り返さないようにする対策 */
	}
}

@media (min-width: 1024px) {
	.l-header-layout-nav {
		box-sizing: border-box;
		display: table-cell;
		width: 60%;
		vertical-align: middle;
		padding-top: 10px;
	}
	.l-header-layout-nav__row {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

@media (min-width: 1024px) {
	.l-header-layout-logo {
		padding: 0 15px 0 0;
	}
}

/* 　サイトロゴ
------------------------------ */
.l-header-site-name {
	padding: 0 102px 0 0;
	font-weight: bold;
	color: #333;
}
.l-header-site-name a {
	color: #333;
	transition: opacity .2s;
}
.l-header-site-name a:hover,
.l-header-site-name a:focus,
.l-header-site-name a:active,
.l-header-site-name a:visited {
	color: #333;
	text-decoration: none;
}
.l-header-site-name a:hover {
	opacity: .7;
}

.l-header-site-name-inner {
	display: table;
	width: 100%;
	height: 60px;
}

.l-header-logo {
	display: table-cell;
	width: 62px;
	height: auto;
	padding-left: 12px;
	vertical-align: middle;
	text-align: left;
	box-sizing: border-box;
}

.l-header-logo-img {
	display: inline-block;
	width: 40px;
	height: auto;
}

.l-header-site-name-text-inner {
	display: table-cell;
	vertical-align: middle;
}

.l-header-site-name-copy {
	display: block;
	margin: 0 0 5px 0;
	font-family: TsukuARdGothicStd-B, sans-serif;
	font-size: 10px;
	line-height: 1.2;
}

.l-header-site-name-text {
	display: block;
	width: 122px;
	margin: 5px 0;
	font-size: 14px;
	line-height: 1.2;
}
.l-header-site-name-text img {
	display: block;
	max-width: 100%;
	height: auto;
}

.edit-link {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
}

@media (min-width: 768px) {
	.l-header-site-name {
		padding: 0;
		font-size: 24px;
	}
}

@media (min-width: 1024px) {
	.l-header-site-name-inner {
		height: auto;
	}
	.l-header-site-name-copy {
		margin: 0 0 10px 0;
		font-size: 14px;
	}
	.l-header-site-name-text {
		width: 260px;
	}
	.l-header-logo {
		width: 98px;
		padding-left: 0;
	}
	.l-header-logo-img {
		width: 74px;
	}
}

@media (min-width: 1440px) {
	.l-header-site-name-text {
		width: 318px;
	}
}

/* 　ナビゲーション
------------------------------ */
.l-header-nav {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	background: #FFF;
	z-index: 100000;
	box-sizing: border-box;
}

@media (min-width: 1024px) {
	.l-header-nav {
		position: static;
	}
}

/* モバイル時ナビゲーションボタン */
.l-header-menu {
	position: absolute;
	top: 0;
	right: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}

.l-header-menu-item {
	float: right;
	width: 50px;
	margin: 0 0 0 1px;
}

.l-header-menu-btn {
	display: block;
	height: 60px;
	padding: 10px 0;
	color: #333;
	line-height: 1;
	text-align: center;
	box-sizing: border-box;
}
a .l-header-menu-btn {
	color: #333;
}
.l-header-menu-btn:hover {
	color: #333;
	text-decoration: none;
}
.l-header-menu-btn .fa {
	display: inline-block;
	font-size: 24px;
}

.l-header-menu-btn-attention {
	background: #FFED1F;
}
.l-header-menu-btn-attention:hover,
.l-header-menu-btn-attention:visited,
.l-header-menu-btn-attention:active,
.l-header-menu-btn-attention:focus {
	color: #333;
	text-decoration: none;
}

.l-header-menu-btn-fav {
	background: #F4F4F4;
}
.l-header-menu-btn-fav .fa {
	color: #D0011B;
}

.l-header-menu-btn-text {
	display: inline-block;
	margin: 0;
	color: #333;
	font-family: TsukuARdGothicStd-B, sans-serif;
	font-size: 10px;
	font-weight: bold;
	vertical-align: middle;
	-ms-transform: scale(.9);
	    transform: scale(.9);
}

.l-header-menu-btn-fav-icon {
	position: relative;
}

.l-header-menu-btn-fav-badge {
	position: absolute;
	top: -12px;
	right: -5px;
	display: inline-block;
	min-width: 20px;
	padding: 2px 3px;
	color: #FFF;
	font-family: TsukuARdGothicStd-B, sans-serif;
	font-size: 10px;
	border: 1px solid #FFF;
	border-radius: 50%;
	background: #D0011B;
	box-sizing: border-box;
}

/* 言語選択 */
.l-header-langs {
	display: none;
}

@media screen and (min-width: 1024px) {
	.l-header-langs {
		display: block;
	}
}

/* アクションアイテム */
.l-header-action {
	display: none;
	float: right;
	margin: 0 -10px 15px -10px;
	padding: 0;
	list-style: none;
}

.l-header-action-item {
	float: left;
	display: inline-block;
	padding: 0 10px;
	font-family: TsukuARdGothicStd-B, sans-serif;
}

@media screen and (min-width: 1024px) {
	.l-header-action {
		display: block;
	}
}

/* ナビゲーションバー */
.l-header-navbar {
	display: none;
	width: 100%;
	font-family: Slate-MediumCondensed, TsukuARdGothicStd-B, sans-serif;
}
.l-header-navbar.acms-admin-module-edit-wrapper {
	z-index: 1;
}
.l-header-navbar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.l-header-navbar li a {
	display: block;
	padding: 10px;
	color: #333;
	font-size: 16px;
}
.l-header-navbar li a:hover,
.l-header-navbar li a:focus,
.l-header-navbar li a:active {
	text-decoration: none;
	color: #FFF;
	background: #FFD93C;
}

@media (min-width: 1024px) {
	.l-header-navbar {
		display: inline-block;
		vertical-align: middle;
	}
	.l-header-navbar > ul {
		float: right;
		list-style: none;
		padding: 0;
		border: none;
		background: -webkit-linear-gradient(top, #333 0%, #333 16.66667%, transparent 16.66667%, transparent 100%);
		background:         linear-gradient(to bottom, #333 0%, #333 16.66667%, transparent 16.66667%, transparent 100%);
		background-repeat: repeat-y;
		background-size: 1px 6px;
		background-position: right 1px;
	}
	.l-header-navbar li {
		display: table;
		float: left;
		position: relative;
		vertical-align: middle;
		text-align: center;
		border: none;
		background: -webkit-linear-gradient(top, #333 0%, #333 16.66667%, transparent 16.66667%, transparent 100%);
		background:         linear-gradient(to bottom, #333 0%, #333 16.66667%, transparent 16.66667%, transparent 100%);
		background-repeat: repeat-y;
		background-size: 1px 6px;
		background-position: left 1px;
	}
	.l-header-navbar li ul {
		/* 二階層目 */
		display: none;
		position: absolute;
		left: 0;
		min-width: 200px;
	}
	.l-header-navbar li li {
		margin: 0;
	}
	.l-header-navbar li a {
		/* 一階層目のリンクのみ */
		position: relative;
		display: table-cell;
		padding: 0 11px;
		height: 50px;
		vertical-align: middle;
		-webkit-transition: border .25s ease-out;
		        transition: border .25s ease-out;
		overflow: hidden;
	}
	.l-header-navbar li a:hover,
	.l-header-navbar li a:focus,
	.l-header-navbar li a:active {
		color: #333;
		background: transparent;
	}
	.l-header-navbar li a:before {
		content: "";
		position: absolute;
		right: 0;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 10px;
		background: #FFED1F;
		-ms-transform: translate(0, 100%);
		    transform: translate(0, 100%);
		transition: transform .2s cubic-bezier(.895, .03, .685, .22);
	}
	.l-header-navbar li a:hover:before {
		-ms-transform: translate(0);
		    transform: translate(0);
	}
	.l-header-navbar li.stay a:before {
		/* 一階層目のリンクのみ */
		-ms-transform: translate(0);
		    transform: translate(0);
	}
	.l-header-navbar li:hover ul {
		/* 二階層目 */
		display: block;
		z-index: 10000;
		-webkit-animation: .8s fade-in;
		        animation: .8s fade-in;
	}
	.l-header-navbar li:hover a {
		/* 一階層目のリンクのみ */
	}
	.l-header-navbar li:hover li a {
		border: 0;
	}
	.l-header-navbar li li {
		/* 二階層目以降 */
		display: block;
		float: none;
		text-align: left;
		background: #FFD93C;
		border: 0;
		border-top: 1px solid #FFD93C;
	}
	.l-header-navbar li li:first-child {
		border: 0;
	}
	.l-header-navbar li li a {
		margin: 0;
		padding: 10px 15px;
		color: #FFF;
		border: 0;
	}
	.l-header-navbar li li a:hover {
		color: #FFF;
		border: 0;
		background: #FFD93C;
	}
}

@media (min-width: 1024px) {
	.l-header-navbar ul li a {
		font-size: 16px;
	}
}

/* ------------------------------
　　フッター
------------------------------ */
/* レイアウト
------------------------------ */
.l-footer {
	padding: 0 0 45px 0;
	background: #FFF;
}

@media screen and (min-width: 1024px) {
	.l-footer {
		padding: 45px 0;
	}
}

/* フッターナビゲーション
------------------------------ */
.l-footer-nav {
	max-width: 100%;
	margin: 0 -10px 67px;
}

.l-footer-nav-item {
	float: left;
	display: block;
	width: 16.66667%;
	margin: 0 0 10px 0;
	padding: 0 15px;
	vertical-align: top;
	box-sizing: border-box;
	border: none;
	background: -webkit-linear-gradient(top, #333 0%, #333 16.66667%, transparent 16.66667%, transparent 100%);
	background:         linear-gradient(to bottom, #333 0%, #333 16.66667%, transparent 16.66667%, transparent 100%);
	background-repeat: repeat-y;
	background-size: 1px 6px;
	background-position: left 1px;
}
.l-footer-nav-item:first-child {
	background-image: none;
}

.l-footer-nav-title {
	margin: 0 0 5px 0;
	color: #CCC;
	font-size: 16px;
}

.l-footer-nav-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.l-footer-nav-list li {
	line-height: 1.3;
	padding: 15px 0 0 0;
	font-size: 14px;
	font-family: TsukuARdGothicStd-B, sans-serif;
	word-wrap: break-word;
}
.l-footer-nav-list li li {
	font-family: TsukuARdGothicStd-M, sans-serif;
}
.l-footer-nav-list a {
	color: #333;
}
.l-footer-nav-list a:hover {
	color: #FFD93C;
	text-decoration: none;
}
.l-footer-nav-list .c_2 a {
	font-family: TsukuARdGothicStd-M, sans-serif;
}
.l-footer-nav-list .l-footer-nav-list {
	padding: 0 0 0 10px;
}

.l-footer-nav-item > .l-footer-nav-list > li:first-child {
	padding: 0;
}

@media screen and (max-width: 1023px) {
	.l-footer-nav {
		display: none;
	}
}

/* フッターナビゲーション
------------------------------ */
.l-footer-nav-sp {
	margin: 0 -15px 40px -15px;
	font-family: TsukuARdGothicStd-B, sans-serif;
}
.l-footer-nav-sp ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.l-footer-nav-sp ul:before,
.l-footer-nav-sp ul:after {
	content: " ";
	display: table;
}
.l-footer-nav-sp ul:after {
	clear: both;
}
.l-footer-nav-sp li {
	width: 100%;
	/*
		float: left;
		width: 50%;
		&:nth-child(2n) {
			@include dotted($position: left,$color:$secondary-color, $stripe: 1, $spacing: 5, $width:1);
		}
		&:nth-child(2n+1):nth-last-child(-n+2) {
			width: 100%;
		}
		*/
}
.l-footer-nav-sp a {
	display: block;
	padding: 5px 10px;
	color: #666;
	border: none;
	background: -webkit-linear-gradient(right, #333 0%, #333 16.66667%, transparent 16.66667%, transparent 100%);
	background:         linear-gradient(to left, #333 0%, #333 16.66667%, transparent 16.66667%, transparent 100%);
	background-repeat: repeat-x;
	background-size: 6px 1px;
	background-position: 1px bottom;
	font-family: TsukuARdGothicStd-M, sans-serif;
}
.l-footer-nav-sp a:hover {
	text-decoration: none;
}

/* フッターアドレス
------------------------------ */
.l-footer-address {
	font-style: normal;
	text-align: center;
}

.l-footer-address-heading {
	margin: 0 0 15px 0;
	line-height: 1;
}
.l-footer-address-heading img {
	display: inline-block;
	height: auto;
	width: 55px;
}

.l-footer-address-company {
	margin: 0 0 10px 0;
	font-size: 14px;
	font-family: TsukuARdGothicStd-B, sans-serif;
	line-height: 1.2;
}

.l-footer-address-company-logo {
	margin: 0 15px 0 0;
	vertical-align: middle;
}

.l-footer-address-info {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.2;
}

.l-footer-address-info-item {
	display: inline-block;
	margin: 0 5px;
	font-size: 13px;
}
.l-footer-address-info-item a {
	color: #333;
}

/* ページ上部へ戻るボタン
------------------------------ */
.btn-to-top {
	margin: 0;
}

.btn-to-top-link {
	display: block;
	padding: 20px;
	color: #333;
	font-size: 16px;
	font-family: TsukuARdGothicStd-B, sans-serif;
	text-align: center;
	background: #FFED1F;
}
.btn-to-top-link .fa {
	margin: 0 10px 0 0;
	color: #FFF;
}
.btn-to-top-link:hover,
.btn-to-top-link:visited,
.btn-to-top-link:active,
.btn-to-top-link:focus {
	color: #333;
	text-decoration: none;
}

@media screen and (min-width: 1024px) {
	.btn-to-top-link {
		display: none;
	}
}

/* 値下げ商品
------------------------------ */
.c-footer-before {
	margin-bottom: 20px;
}

/* ------------------------------
　　バナー
------------------------------ */
/* 　標準バナー
------------------------------ */
.c-banner {
	list-style: none;
	margin: 0 -15px;
	padding: 0;
}

.c-banner-list-item {
	margin: 0 0 10px 0;
}
.c-banner-list-item img {
	margin: 0 auto;
}

@media screen and (min-width: 768px) {
	.c-banner-list-item {
		margin: 0 0 15px 0;
	}
	.c-banner-list-item a {
		display: block;
		transition: opacity .2s;
	}
	.c-banner-list-item a:hover {
		opacity: .7;
	}
}

/* 　枠つき
------------------------------ */
.c-banner-frames {
	clear: both;
	list-style: none;
	margin: 0 -15px 20px;
	padding: 0;
}
.c-banner-frames:before,
.c-banner-frames:after {
	content: " ";
	display: table;
}
.c-banner-frames:after {
	clear: both;
}

.c-banner-frames-item {
	margin: 0 0 10px 0;
}

.c-banner-frames-link {
	display: block;
	color: #333;
	position: relative;
}
.c-banner-frames-link:hover,
.c-banner-frames-link:visited,
.c-banner-frames-link:active,
.c-banner-frames-link:focus {
	color: #333;
	text-decoration: none;
}

.c-banner-frames-inner {
	height: 100%;
	border: 6px solid #FFED1F;
	background: #FFF;
	box-sizing: border-box;
}

.c-banner-frame-img {
	display: block;
	max-width: 100%;
	height: auto;
}

.c-banner-frame-title {
	margin: 0;
	padding: 10px 15px;
	line-height: 1.3;
	font-family: TsukuARdGothicStd-B, sans-serif;
}
.c-banner-frame-title .fa {
	margin: 0 5px 0 0;
	color: #FFD93C;
}

@media screen and (max-width: 767px) {
	.c-banner-frames {
		margin: 0 -5px 20px;
	}
	.c-banner-frames-item {
		padding: 0 5px;
	}
}

@media screen and (min-width: 768px) {
	.c-banner-frames-link:hover .c-banner-frames-inner {
		background: #FFED1F;
	}
	.c-banner-frames-inner {
		transition: background-color .2s;
	}
}

/* ------------------------------
　　ボタン
------------------------------ */
/* 　ボタン
------------------------------ */
.c-btn {
	display: block;
	padding: 10px 30px;
	color: #333;
	line-height: 1.2;
	font-family: TsukuARdGothicStd-B, sans-serif;
	font-size: 16px;
	text-align: center;
	border: 1px solid #333;
	background: #FFF;
	overflow: hidden;
	transition: background-color .3s;
}
.c-btn:hover,
.c-btn:visited,
.c-btn:active,
.c-btn:focus {
	color: #333;
	text-decoration: none;
}
.c-btn:hover {
	background: #EEE;
}

.c-btn-sm {
	padding: 5px 10px;
	font-size: 13px;
	line-height: 1;
}

.c-btn-icon {
	padding: 7px;
}
.c-btn-icon img {
	margin: 0 5px 0 0;
	vertical-align: middle;
}
.c-btn-icon.is-active {
	border: 1px solid #FFD93C;
	background: #FFD93C;
}

.c-btn-fav-text {
	color: #D0011B;
}

/* 背景つきボタン */
.c-btn-bg {
	position: relative;
	display: block;
	padding: 7px 10px;
	color: #FFF;
	line-height: 1.2;
	font-family: TsukuARdGothicStd-B, sans-serif;
	font-size: 20px;
	text-align: center;
	border-radius: 5px;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
}
.c-btn-bg:hover,
.c-btn-bg:visited,
.c-btn-bg:active,
.c-btn-bg:focus {
	color: #FFF;
	text-decoration: none;
}
.c-btn-bg:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #333;
	z-index: -1;
}
.c-btn-bg:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #444;
	-ms-transform: translate(-100%, 0);
	    transform: translate(-100%, 0);
	transition: transform .3s;
	z-index: -1;
}
.c-btn-bg:hover:after {
	-ms-transform: translate(0);
	    transform: translate(0);
}

/* 背景色つき大きいボタン */
.c-btn-bg-large {
	display: block;
	height: 40px;
	padding: 5px 13px;
	color: #FFF;
	font-size: 20px;
	font-family: TsukuARdGothicStd-B, sans-serif;
	line-height: 1.2;
	border: 0;
	border-radius: 5px;
	background: #333;
	transition: background .2s;
	box-sizing: border-box;
}
.c-btn-bg-large:link,
.c-btn-bg-large:visited,
.c-btn-bg-large:active,
.c-btn-bg-large:focus {
	color: #FFF;
	text-decoration: none;
}
.c-btn-bg-large:hover {
	color: #FFF;
	text-decoration: none;
	background: #111;
}
.c-btn-bg-large .fa {
	margin-right: 5px;
}

.c-btn-bg-large-block {
	display: block;
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
}

/* お気に入りボタン */
.c-btn-favorite {
	display: block;
	padding: 5px 10px;
	color: #333;
	line-height: 1.2;
	font-family: TsukuARdGothicStd-B, sans-serif;
	font-size: 14px;
	text-align: center;
	border: 1px solid #333;
	background: #FFF;
	overflow: hidden;
	transition: color .3s;
}
.c-btn-favorite:hover,
.c-btn-favorite:visited,
.c-btn-favorite:active,
.c-btn-favorite:focus {
	color: #333;
	text-decoration: none;
}
.c-btn-favorite .c-btn-favorite-icon {
	color: #D0011B;
	font-size: 16px;
}

/* 削除ボタン */
.c-btn-delete {
	display: inline-block;
	width: 32px;
	height: 32px;
	color: #FFF;
	line-height: 1;
	background: #D0011B;
	font-size: 16px;
	text-align: center;
	border-radius: 5px;
	transition: background-color .2s;
}
.c-btn-delete:hover {
	color: #FFF;
	text-decoration: none;
}

@media screen and (max-width: 767px) {
	.c-btn-delete {
		display: table;
	}
	.c-btn-delete-icon {
		display: table-cell;
		vertical-align: middle;
	}
	.c-btn-delete-text {
		display: none;
	}
}

@media screen and (min-width: 768px) {
	.c-btn-delete {
		width: auto;
		height: auto;
		padding: 10px 20px;
	}
	.c-btn-delete:hover {
		background: #AB0318;
	}
	.c-btn-delete-icon {
		display: none;
	}
}

/* トグルボタン */
.c-btn-toggle-wrap {
	margin: 0;
}

.c-btn-toggle-link {
	color: #333;
	text-decoration: underline;
}
.c-btn-toggle-link:hover,
.c-btn-toggle-link:visited,
.c-btn-toggle-link:active,
.c-btn-toggle-link:focus {
	color: #333;
	text-decoration: none;
}
.c-btn-toggle-link .fa {
	margin: 0 10px 0 0;
	color: #FFD93C;
	font-size: 16px;
}

.js-btn-close-detail {
	display: none;
}

/* 　レイアウト
------------------------------ */
.c-btn-wrap-inline-block {
	margin: 0;
	padding: 0 15px;
	text-align: center;
}
.c-btn-wrap-inline-block .c-btn {
	position: relative;
	display: inline-block;
	background: transparent;
}
.c-btn-wrap-inline-block .c-btn:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #FFF;
	z-index: -1;
}
.c-btn-wrap-inline-block .c-btn:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #333;
	-ms-transform: translate(-102%, 0);
	    transform: translate(-102%, 0);
	transition: transform .3s;
	z-index: -1;
}
@media screen and (min-width: 768px) {
	.c-btn-wrap-inline-block {
		text-align: left;
	}
	.c-btn-wrap-inline-block .c-btn {
		background: none;
		transition: color .3s;
	}
	.c-btn-wrap-inline-block .c-btn:hover {
		color: #FFF;
	}
	.c-btn-wrap-inline-block .c-btn:hover:after {
		-ms-transform: translate(0);
		    transform: translate(0);
	}
}

.c-btn-wrap-center {
	text-align: center;
}
.c-btn-wrap-center .c-btn {
	position: relative;
	display: inline-block;
	background: transparent;
}
.c-btn-wrap-center .c-btn:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #FFF;
	z-index: -1;
}
.c-btn-wrap-center .c-btn:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #333;
	-ms-transform: translate(-100%, 0);
	    transform: translate(-100%, 0);
	transition: transform .3s;
	z-index: -1;
}
.c-btn-wrap-center .c-btn-bg {
	display: inline-block;
}
@media screen and (min-width: 768px) {
	.c-btn-wrap-center .c-btn:hover {
		color: #FFF;
		background: none;
		transition: color .3s;
	}
	.c-btn-wrap-center .c-btn:hover:after {
		-ms-transform: translate(0);
		    transform: translate(0);
	}
}

.c-btn-wrap-right {
	margin: 0;
	text-align: right;
}
.c-btn-wrap-right .c-btn {
	position: relative;
	display: inline-block;
	z-index: 1;
}
.c-btn-wrap-right .c-btn:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #FFF;
	z-index: -1;
}
.c-btn-wrap-right .c-btn:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #333;
	-ms-transform: translate(-100%, 0);
	    transform: translate(-100%, 0);
	transition: transform .3s;
	z-index: -1;
}
@media screen and (min-width: 768px) {
	.c-btn-wrap-right .c-btn:hover {
		color: #FFF;
		background: none;
		transition: color .3s;
	}
	.c-btn-wrap-right .c-btn:hover:after {
		-ms-transform: translate(0);
		    transform: translate(0);
	}
}

.c-btn-list {
	list-style: none;
	margin: 0 -15px;
	padding: 0;
	text-align: center;
}

.c-btn-col {
	display: inline-block;
	padding: 0 15px;
	box-sizing: border-box;
}

/* ------------------------------
　　カード
------------------------------ */
.c-cards-wrap {
	margin: 0 -5px 20px -5px;
}

.c-cards {
	list-style: none;
	margin: 0;
	padding: 0;
}
.c-cards:before,
.c-cards:after {
	content: " ";
	display: table;
}
.c-cards:after {
	clear: both;
}

.c-card-item {
	margin: 0 0 10px 0;
	padding: 0 5px;
}

.c-card-link {
	display: block;
	color: #333;
	background: #FFF;
	overflow: hidden;
}
.c-card-link:hover,
.c-card-link:visited,
.c-card-link:active,
.c-card-link:focus {
	color: #333;
	text-decoration: none;
}

.c-card-inner {
	background: #FFF;
}

.c-card-img-wrap {
	position: relative;
	overflow: hidden;
}

.c-card-img {
	display: block;
	max-width: 100%;
	width: 100%;
	height: auto;
}

.c-card-label {
	position: absolute;
	top: 5px;
	right: 5px;
	display: inline-block;
	padding: 3px 5px;
	font-family: TsukuARdGothicStd-B, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2;
	border-radius: 3px;
	background: #FFF;
	z-index: 1;
}

.c-card-content {
	padding: 10px;
}

.c-card-content-label {
	display: inline-block;
	margin: 0 0 10px 0;
	padding: 3px 5px;
	color: #FFF;
	font-family: TsukuARdGothicStd-B, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2;
	border-radius: 3px;
	background: #4D4A40;
	z-index: 1;
}

.c-card-title {
	margin: 0 0 10px 0;
	font-family: TsukuARdGothicStd-B, sans-serif;
}

.c-card-info {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 18px;
}

.c-card-info-item {
	display: block;
	font-size: 13px;
}

@media screen and (min-width: 480px) {
	.c-cards-wrap {
		margin: 0 -15px 20px -15px;
	}
	.c-cards {
		margin: 0;
	}
	.c-card-item {
		padding: 0 15px;
	}
}

@media screen and (min-width: 1024px) {
	#top .acms-col-md-9 .c-cards {
		margin: 0 -15px;
	}
	.c-card-img {
		-ms-transform: scale(1);
		    transform: scale(1);
		transition: all 1s;
	}
	.c-card-link:hover .c-card-img {
		-ms-transform: scale(1.1);
		    transform: scale(1.1);
	}
}

/* メディア */
.c-card-to-media .c-card-img-wrap {
	height: 163px;
	background: none;
	background-size: cover;
}

@media screen and (max-width: 1023px) {
	.c-card-to-media {
		display: table;
		width: 100%;
	}
	.c-card-to-media .c-card-inner {
		display: table;
		width: 100%;
		height: 100%;
	}
	.c-card-to-media .c-card-img-wrap {
		display: table-cell;
		width: 33.33333%;
		height: 100%;
		vertical-align: top;
		background: url("/themes/takisada/images/common/img_noimage260.png") center no-repeat;
	}
	.c-card-to-media .c-card-img-wrap img {
		display: none;
	}
	.c-card-to-media .c-card-content {
		display: table-cell;
		width: 66.66666%;
		vertical-align: top;
	}
}

/* メディア（背景画像なし） */
.c-card-to-media--no-bg .c-card-img-wrap {
	height: 163px;
	background: none;
	background-size: cover;
}

@media screen and (max-width: 1023px) {
	.c-card-to-media--no-bg {
		display: table;
		width: 100%;
	}
	.c-card-to-media--no-bg .c-card-inner {
		display: table;
		width: 100%;
		height: 100%;
	}
	.c-card-to-media--no-bg .c-card-img-wrap {
		display: table-cell;
		width: 33.33333%;
		height: 100%;
		vertical-align: top;
	}
	.c-card-to-media--no-bg .c-card-content {
		display: table-cell;
		width: 66.66666%;
		vertical-align: top;
	}
	.c-card-to-media--no-bg .c-card-title {
		margin: 0;
	}
}

/* 　日付あり
------------------------------ */
.c-cards.-date .c-card-label {
	top: 10px;
	right: 10px;
	color: #665618;
	background: #FFED1F;
}

.c-cards.-date .c-card-title {
	font-size: 18px;
}

.c-card-date {
	position: absolute;
	display: block;
	width: 80px;
	margin: 0 0 0 10px;
	color: #FFF;
	font-family: TsukuARdGothicStd-B, sans-serif;
	font-size: 20px;
	line-height: 1.1;
	text-align: center;
	background: #4D4A40;
	z-index: 4;
}

.c-card-date-time {
	display: inline-block;
	padding: 10px 0;
}

.c-card-date-year {
	display: block;
	font-size: 12px;
}

.c-card-date-new {
	display: block;
	padding: 2px 5px;
	color: #665618;
	font-family: TsukuARdGothicStd-B, sans-serif;
	font-size: 12px;
	background: #FFED1F;
}

/* ------------------------------
　　フォーム
------------------------------ */
/* フォーム要素
------------------------------ */
.c-form input[type=date],
.c-form input[type=datetime-local],
.c-form input[type=datetime],
.c-form input[type=email],
.c-form input[type=month],
.c-form input[type=number],
.c-form input[type=password],
.c-form input[type=search],
.c-form input[type=tel],
.c-form input[type=text],
.c-form input[type=time],
.c-form input[type=url],
.c-form input[type=week],
.c-form textarea {
	padding: 7px 10px;
	font-size: 16px;
}

.c-form select {
	padding: 7px 30px 7px 10px;
	font-size: 14px;
	-webkit-appearance: none;
}

.c-form select[required]:required {
	border: 1px solid #C49511;
}

.c-form select.focused:invalid {
	border: 1px solid #C41134;
}

.c-form select[required]:valid {
	border: 1px solid #A7A7AA;
}

.c-form input[required]:required,
.c-form textarea[required]:required {
	background: #FFFDEB;
}

.c-form input.focused:invalid,
.c-form textarea.focused:invalid {
	background: #FFEBEE;
}

.c-form input[required]:valid,
.c-form textarea[required]:valid {
	background: #FFF;
}

/* バリデーター
------------------------------ */
.c-error-text {
	position: relative;
	display: inline-block;
	margin: 15px 0 0;
	padding: 10px 20px;
	background: #A1414D;
	color: #FFF;
}
.c-error-text:before {
	content: "";
	position: absolute;
	top: -10px;
	left: 20px;
	border-style: solid;
	border-width: 0 8px 10px 7px;
	border-color: transparent;
	border-bottom-color: #A1414D;
}

.validator-result {
	opacity: 0;
	-ms-transform: translate(0, -10px);
	    transform: translate(0, -10px);
}

.validator-result-0 {
	animation: fade-in-down .5s ease .3s;
	animation-fill-mode: forwards;
}

/* ラベル
------------------------------ */
.c-label-required {
	margin: 0 5px;
	padding: 2px 5px;
	color: #FFF;
	font-size: 12px;
	line-height: 1.2;
	border-radius: 5px;
	background: #A1414D;
	font-family: Slate-MediumCondensed, TsukuARdGothicStd-B, sans-serif;
}

/* メッセージ
------------------------------ */
.c-form-message {
	margin: 0 0 15px 0;
}

/* 送信ボタン
------------------------------ */
.c-form-btn-box {
	margin: 0 15px 50px 15px;
	text-align: center;
}

.c-form-btn {
	display: inline-block;
}

.c-form-btn-return {
	float: left;
}

.c-form-btn-send {
	float: right;
}

@media screen and (min-width: 768px) {
	.c-form-btn-return {
		float: none;
		display: inline-block;
		padding: 0 15px;
		max-width: 150px;
		width: 100%;
	}
	.c-form-btn-return .c-form-btn {
		width: 100%;
		color: #333;
		background: #FFF;
		border-color: #333;
	}
	.c-form-btn-return .c-form-btn:hover {
		color: #333;
		background: #EEE;
	}
	.c-form-btn-send {
		float: none;
		display: inline-block;
		max-width: 300px;
		width: 100%;
		padding: 0 15px;
	}
	.c-form-btn-send .c-form-btn {
		width: 100%;
	}
}

.c-form-btn {
	display: block;
	height: 46px;
	padding: 3px 20px;
	color: #FFF;
	font-size: 20px;
	font-family: Slate-MediumCondensed, TsukuARdGothicStd-B, sans-serif;
	line-height: 1.2;
	border: 2px solid #333;
	border-radius: 5px;
	background: #333;
	transition: background .2s;
	box-sizing: border-box;
}
.c-form-btn:link,
.c-form-btn:visited,
.c-form-btn:active,
.c-form-btn:focus {
	color: #FFF;
	text-decoration: none;
}
.c-form-btn:hover {
	color: #FFF;
	text-decoration: none;
	background: #111;
}
.c-form-btn .fa {
	margin-right: 5px;
}

.c-form-btn-block-wrap {
	margin: 0 20px;
	text-align: center;
}

.c-form-btn-block {
	display: block;
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
}

/* ------------------------------
　　ギャラリー
------------------------------ */
/* 　メインギャラリー
------------------------------ */
.c-gallery {
	position: relative;
	margin: 0 -15px 30px -15px;
	overflow: hidden;
}

.c-gallery-img {
	position: relative;
	left: 50%;
	display: block;
	-ms-transform: translate(-50%, 0);
	    transform: translate(-50%, 0);
	height: 100%;
}

.c-gallery-content {
	position: absolute;
	right: 10px;
	bottom: 10px;
	left: 10px;
	padding: 20px 10px 10px 10px;
	background: rgba(255, 255, 255, .7);
}

.c-gallery-name {
	margin: 0 0 20px 0;
	font-family: TsukuARdGothicStd-B, sans-serif;
	font-size: 22px;
	line-height: 1.3;
}

.c-gallery-desc {
	font-size: 16px;
	line-height: 1.7;
}

.c-gallery-read-more {
	margin: 0;
	font-size: 16px;
	line-height: 1.3;
	text-align: right;
}
.c-gallery-read-more a {
	color: #9E7F00;
	border-bottom: 1px dashed #9E7F00;
}

@media screen and (min-width: 768px) {
	.c-gallery {
		width: auto;
		max-width: 100%;
		height: auto;
		margin: 0 0 30px 0;
	}
	.c-gallery-img {
		position: static;
		max-width: 100%;
		height: auto;
		-ms-transform: none;
		    transform: none;
	}
	.c-gallery-name {
		font-size: 28px;
	}
	.c-gallery-content {
		right: 20px;
		bottom: 20px;
		left: 20px;
		padding: 20px 15px;
	}
}

/* 　ギャラリー2（ちいさめ表示）
------------------------------ */
.c-gallery02 {
	margin: 0 -15px 0 -15px;
}

.c-gallery02-item {
	position: relative;
	margin: 0 0 30px 0;
	padding: 100px 10px 10px 10px;
	background: no-repeat center;
	background-size: cover;
}

.c-gallery02-content {
	padding: 10px 10px 5px 10px;
	background: rgba(255, 255, 255, .6);
}

.c-gallery02-name {
	margin: 0 0 10px 0;
	font-family: TsukuARdGothicStd-B, sans-serif;
	font-size: 14px;
	line-height: 1.3;
}

.c-gallery02-desc {
	font-size: 16px;
	line-height: 1.7;
}

.c-gallery02-read-more {
	margin: 0;
	font-size: 16px;
	line-height: 1.3;
	text-align: right;
}
.c-gallery02-read-more a {
	color: #9E7F00;
	border-bottom: 1px dashed #9E7F00;
}

@media screen and (min-width: 768px) {
	.c-gallery02 {
		margin: 0;
	}
	.c-gallery02-item {
		padding: 300px 10px 10px 10px;
	}
	.c-gallery02-name {
		font-size: 22px;
	}
	.c-gallery02-content {
		padding: 20px 10px 10px 10px;
	}
}

/* 　ギャラリー（正方形）
------------------------------ */
.c-gallery-square-wrap {
	padding: 0 10px;
}

.c-gallery-square {
	list-style: none;
	margin: 0 -10px;
	padding: 0;
}
.c-gallery-square:before,
.c-gallery-square:after {
	content: " ";
	display: table;
}
.c-gallery-square:after {
	clear: both;
}

.c-gallery-square-item {
	float: left;
	width: 50%;
	margin: 0 0 20px 0;
	padding: 0 10px;
	box-sizing: border-box;
}

.c-gallery-square-inner {
	position: relative;
}

.c-gallery-square-link {
	display: block;
	color: #333;
}
.c-gallery-square-link:hover {
	color: #333;
}

.c-gallery-square-img {
	display: block;
	max-width: 100%;
	height: auto;
}

.c-gallery-square-content {
	position: absolute;
	right: 10px;
	bottom: 10px;
	left: 10px;
	display: block;
	padding: 10px;
	opacity: 1;
	background: rgba(255, 255, 255, .7);
}

.c-gallery-square-content.-summary {
	right: 0;
	bottom: 0;
	left: 0;
	padding: 10px 10px 0 10px;
}

.c-gallery-square-content-inner {
	display: table;
	width: 100%;
	height: 100%;
}

.c-gallery-square-read-more {
	display: table-cell;
	color: #333;
	font-family: TsukuARdGothicStd-B, sans-serif;
	vertical-align: middle;
	text-align: center;
}

.c-gallery-square-detail {
	display: table-cell;
	color: #333;
	font-family: TsukuARdGothicStd-B, sans-serif;
	vertical-align: middle;
	text-align: center;
}

.c-gallery-square-heading {
	margin: 0 0 10px 0;
	font-size: 14px;
	line-height: 1.2;
	text-align: left;
}

.c-gallery-square-summary {
	display: none;
	margin: 0 0 10px 0;
	font-size: 12px;
	line-height: 1.5;
	text-align: left;
}

@media screen and (min-width: 480px) {
	.c-gallery-square-item {
		width: 33.33333%;
	}
}

@media screen and (min-width: 768px) {
	.c-gallery-square {
		margin: 0 -10px;
	}
	.c-gallery-square-item {
		width: 25%;
		margin: 0 0 20px 0;
		padding: 0 10px;
	}
	.c-gallery-square-heading {
		font-size: 18px;
	}
}

@media screen and (min-width: 1024px) {
	.c-gallery-square-content.-summary {
		padding: 15px 15px 5px 15px;
	}
	.c-gallery-square-link:hover .c-gallery-square-content {
		opacity: 1;
	}
	.c-gallery-square-link:hover .c-gallery-square-content-inner {
		opacity: 1;
		-ms-transform: translate(0);
		    transform: translate(0);
	}
	.c-gallery-square-summary {
		display: block;
	}
	.c-gallery-square-heading {
		font-size: 20px;
	}
	.no-touchevents .c-gallery-square-content {
		opacity: 0;
		transition: all .4s;
	}
	.c-gallery-square-link:hover .no-touchevents .c-gallery-square-content {
		opacity: 1;
	}
	.no-touchevents .c-gallery-square-content-inner {
		opacity: 0;
		-ms-transform: translate(0, 10px);
		    transform: translate(0, 10px);
		transition: all .2s ease .1s;
	}
	.c-gallery-square-link:hover .no-touchevents .c-gallery-square-content-inner {
		opacity: 1;
		-ms-transform: translate(0);
		    transform: translate(0);
	}
}

/* 　ギャラリー2（正方形）
------------------------------ */
.c-gallery-square02 {
	list-style: none;
	margin: 0 -15px 15px -15px;
	padding: 0;
}
.c-gallery-square02:before,
.c-gallery-square02:after {
	content: " ";
	display: table;
}
.c-gallery-square02:after {
	clear: both;
}

.c-gallery-square02-item {
	float: left;
	width: 33.33333%;
	margin: 0 0 2px 0;
	padding: 0 1px;
	box-sizing: border-box;
}

.c-gallery-square02-link {
	position: relative;
	display: block;
	color: #333;
}
.c-gallery-square02-link:hover {
	color: #333;
}

.c-gallery-square02-img {
	display: block;
	max-width: 100%;
	height: auto;
}

.c-gallery-square02-content {
	position: absolute;
	right: 10px;
	bottom: 10px;
	left: 10px;
	display: block;
	padding: 10px;
	background: rgba(255, 255, 255, .7);
}

.c-gallery-square02-content.-summary {
	right: 0;
	bottom: 0;
	left: 0;
	padding: 10px 10px 0 10px;
	word-break: break-all;
}

.c-gallery-square02-content-inner {
	display: table;
	width: 100%;
	height: 100%;
}

.c-gallery-square02-heading {
	margin: 0 0 10px 0;
	font-size: 14px;
	line-height: 1.2;
	text-align: left;
}

/* ------------------------------
　　ヘッドライン
------------------------------ */
/* 　レイアウト
------------------------------ */
.c-headline {
	margin: 0 -15px 20px -15px;
	font-family: TsukuARdGothicStd-B, sans-serif;
}

.c-headline-header {
	padding: 0 10px 15px 15px;
	line-height: 1.3;
	border: none;
	background: -webkit-linear-gradient(right, #333 0%, #333 16.66667%, transparent 16.66667%, transparent 100%);
	background:         linear-gradient(to left, #333 0%, #333 16.66667%, transparent 16.66667%, transparent 100%);
	background-repeat: repeat-x;
	background-size: 6px 1px;
	background-position: 1px bottom;
}

#top .c-headline-header {
	padding-top: 15px;
}

.c-headlines {
	list-style: none;
	margin: 0;
	padding: 0;
	background: #FFF;
}

.c-headline-inner {
	margin: 0 0 10px 0;
}

@media screen and (min-width: 768px) {
	.c-headlines {
		display: table-cell;
		width: 100%;
		padding: 0 0 0 20px;
		vertical-align: top;
		background: transparent;
	}
	.c-headline-inner {
		display: table;
		width: 100%;
		margin: 0 0 30px 0;
	}
	.c-headline-header {
		display: table-cell;
		width: 140px;
		background: none;
		white-space: nowrap;
		vertical-align: top;
	}
}

/* 　タイトル
------------------------------ */
.c-headline-heading {
	margin: 0;
	font-size: 18px;
}

@media screen and (min-width: 768px) {
	.c-headline-heading {
		margin: 0;
		font-size: 24px;
	}
}

/* 　ヘッドライン
------------------------------ */
.c-headline-item time {
	font-family: TsukuARdGothicStd-M, sans-serif;
}

.c-headline-link {
	position: relative;
	display: block;
	padding: 12px 10px 12px 20px;
	color: #333;
	overflow: hidden;
	transition: all .3s;
}
.c-headline-link:hover,
.c-headline-link:visited,
.c-headline-link:active,
.c-headline-link:focus {
	color: #333;
	text-decoration: none;
}
@media screen and (min-width: 768px) {
	.c-headline-link:before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 4px;
		background: #333;
		-ms-transform: translate(0, -100%);
		    transform: translate(0, -100%);
		transition: all .3s;
	}
	.c-headline-link:hover {
		background: #FFF;
	}
	.c-headline-link:hover:before {
		-ms-transform: translate(0);
		    transform: translate(0);
	}
}

.c-headline-item-header {
	margin-bottom: 10px;
}

.c-headline-date {
	font-size: 14px;
	line-height: 1.2;
}

.c-headline-label {
	display: inline-block;
	margin: 0 0 0 15px;
	padding: 3px 6px;
	color: #FFF;
	font-size: 12px;
	line-height: 1;
	border-radius: 3px;
	background: #665618;
}

/* ------------------------------
　　リスト
------------------------------ */
/* 　ドットつきリスト
------------------------------ */
.c-list-dot {
	margin: 0 0 25px 0;
	padding: 0 15px 0 25px;
}

.c-list-dot-item {
	display: block;
	margin: 0 0 5px 0;
	padding: 0 0 0 20px;
	font-size: 16px;
	line-height: 1.5;
	background: url(/themes/takisada/images/entry/icon_list.png) no-repeat left 6px;
}
.c-list-dot-item a {
	text-decoration: underline;
}
.c-list-dot-item a:hover {
	text-decoration: none;
}

/* 　リスト（→付き）
------------------------------ */
.c-list-icons {
	margin: 0;
	padding: 0;
}

.c-list-icon-item {
	position: relative;
	display: block;
	font-family: TsukuARdGothicStd-B, sans-serif;
	line-height: 1.3;
	word-wrap: break-word;
}

.c-list-icon-link {
	position: relative;
	display: block;
	padding: 7px 10px 7px 30px;
	color: #333;
	font-size: 14px;
}
.c-list-icon-link:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	margin: -7px 7px 0 0;
	color: #FFD93C;
	font-size: 14px;
	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;
}
.c-list-icon-link:hover,
.c-list-icon-link:visited,
.c-list-icon-link:active,
.c-list-icon-link:focus {
	color: #333;
	text-decoration: none;
}

/* トップ サブカラム用 */
#top .acms-col-md-3 .acms-admin-list-group {
	font-size: 14px;
	font-family: TsukuARdGothicStd-B, sans-serif;
	border: 0;
}
#top .acms-col-md-3 .acms-admin-list-group li a {
	padding: 5px 10px;
	border: 0;
}
#top .acms-col-md-3 .acms-admin-list-group li a:before {
	content: "";
	margin-right: 15px;
	color: #FFD93C;
	font-size: 14px;
	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;
	transition: transform .3s;
}
#top .acms-col-md-3 .acms-admin-list-group li a:hover {
	background: none;
}
#top .acms-col-md-3 .acms-admin-list-group li a:hover:before {
	-ms-transform: translateX(5px);
	    transform: translateX(5px);
}

/* 　タイトルリスト
------------------------------ */
.c-list-title {
	margin: 0 0 30px 0;
	background: #FFF;
}

.c-list-title-heading {
	margin: 0;
	padding: 8px 10px;
	font-family: TsukuARdGothicStd-B, sans-serif;
	font-size: 12px;
}

.c-list-titles {
	margin: 0;
	padding: 0;
}

.c-list-title-item {
	position: relative;
	display: block;
	font-family: TsukuARdGothicStd-B, sans-serif;
	line-height: 1.3;
	word-wrap: break-word;
}
.c-list-title-item:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 1px;
	border: none;
	background: -webkit-linear-gradient(right, #333 0%, #333 16.66667%, transparent 16.66667%, transparent 100%);
	background:         linear-gradient(to left, #333 0%, #333 16.66667%, transparent 16.66667%, transparent 100%);
	background-repeat: repeat-x;
	background-size: 6px 1px;
	background-position: 1px top;
}

.c-list-title-link {
	position: relative;
	display: block;
	padding: 10px 10px 10px 35px;
	color: #333;
	font-size: 18px;
	transition: all .3s;
}
.c-list-title-link:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	margin: -8px 8px 0 0;
	color: #FFD93C;
	font-size: 16px;
	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;
	transition: transform .3s;
}
.c-list-title-link:hover,
.c-list-title-link:visited,
.c-list-title-link:active,
.c-list-title-link:focus {
	color: #333;
	text-decoration: none;
}

.c-list-title-date,
.c-list-title-sub {
	display: block;
	font-size: 13px;
}

@media (min-width: 1024px) {
	.c-list-title-link:hover {
		background: #F1EFEE;
	}
	.c-list-title-link:hover:before {
		-ms-transform: translateX(5px);
		    transform: translateX(5px);
	}
}

/* 　リスト（フレーム付き）
------------------------------ */
.c-list-frame ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.c-list-frame li {
	display: block;
	margin: 0 0 10px 0;
	font-size: 18px;
}

.c-list-frame a {
	display: block;
	padding: 15px 12px;
	color: #333;
	border: 6px solid #FFED1F;
	background: #FFF;
	font-family: TsukuARdGothicStd-B, sans-serif;
}
.c-list-frame a .fa {
	margin: 0 5px 0 0;
	color: #FFD93C;
}
.c-list-frame a:hover {
	text-decoration: none;
}

@media screen and (min-width: 768px) {
	.c-list-frame ul {
		margin: 0 -15px;
	}
	.c-list-frame li {
		float: left;
		width: 33.33333%;
		padding: 0 15px;
		box-sizing: border-box;
	}
	.c-list-frame a {
		transition: background .2s;
	}
	.c-list-frame a:hover {
		text-decoration: none;
		background: #FFED1F;
	}
}

/* 　リスト（ボーダー付き）
------------------------------ */
.c-list-border {
	list-style: none;
	margin: 0 0 30px 0;
	padding: 0;
	border-bottom: 1px solid #333;
}
.c-list-border:before,
.c-list-border:after {
	content: " ";
	display: table;
}
.c-list-border:after {
	clear: both;
}

.c-list-border-col {
	padding: 20px 10px;
	border-top: 1px solid #333;
}

.c-list-border-title {
	margin: 0 0 15px 0;
	font-family: TsukuARdGothicStd-B, sans-serif;
	font-size: 20px;
	line-height: 1.2;
}

.c-list-border-info-side {
	margin: 0 0 15px 0;
	color: #666;
	font-size: 13px;
	line-height: 2;
	vertical-align: top;
}

.c-list-border-info-main {
	margin: 0;
	font-size: 16px;
}
.c-list-border-info-main .acms-admin-icon {
	padding: 0 4px 0 10px;
}

.c-list-border-info-sub {
	margin: 10px 0 0;
	font-size: 13px;
	line-height: 1.4em;
}

@media screen and (min-width: 768px) {
	.c-list-border {
		margin: 0 0 40px 0;
	}
	.c-list-border-info-side {
		display: inline-block;
	}
}

/* 　サイトマップ
------------------------------ */
.c-list-sitemap {
	font-family: TsukuARdGothicStd-B, sans-serif;
	border-top: 0;
}
.c-list-sitemap li a {
	margin: 10px 0;
	border-left: 4px #FFD93C solid;
	border-bottom: 0;
	font-size: 18px;
}
.c-list-sitemap li.c_2 {
	background: #FFF;
}
.c-list-sitemap li.c_2 a {
	margin: 0;
	padding-left: 20px;
	background: #FFF;
	border-left: 0;
	font-size: 16px;
	border: none;
	background: -webkit-linear-gradient(right, #333 0%, #333 16.66667%, transparent 16.66667%, transparent 100%);
	background:         linear-gradient(to left, #333 0%, #333 16.66667%, transparent 16.66667%, transparent 100%);
	background-repeat: repeat-x;
	background-size: 6px 1px;
	background-position: 1px bottom;
}

.c-list-sitemap-child {
	border: none;
	background: -webkit-linear-gradient(right, #333 0%, #333 16.66667%, transparent 16.66667%, transparent 100%);
	background:         linear-gradient(to left, #333 0%, #333 16.66667%, transparent 16.66667%, transparent 100%);
	background-repeat: repeat-x;
	background-size: 6px 1px;
	background-position: 1px top;
}
.c-list-sitemap-child li {
	background: #FFF;
}
.c-list-sitemap-child li a {
	margin: 0;
	padding-left: 20px;
	border-left: 0;
	border-bottom: 1px solid #E5E5E5;
	font-size: 16px;
	border: none;
	background: -webkit-linear-gradient(right, #333 0%, #333 16.66667%, transparent 16.66667%, transparent 100%);
	background:         linear-gradient(to left, #333 0%, #333 16.66667%, transparent 16.66667%, transparent 100%);
	background-repeat: repeat-x;
	background-size: 6px 1px;
	background-position: 1px bottom;
}

@media screen and (min-width: 768px) {
	.c-list-sitemap a:hover,
	.c-list-sitemap .c_2 a:hover {
		text-decoration: none;
		background: #FFD93C;
	}
}

/* 　言語リスト
------------------------------ */
.c-lang-list {
	margin: 0;
	padding: 0 15px 0 0;
	list-style: none;
	font-family: TsukuARdGothicStd-B, sans-serif;
}
.c-lang-list__wrap {
	text-align: center;
}
.c-lang-list__item {
	display: inline-block;
	color: #333;
	font-size: 13px;
}
.c-lang-list__link {
	padding: 6px 6px;
	display: inline-block;
}
.c-lang-list__link,
.c-lang-list__link:visited,
.c-lang-list__link:hover {
	color: inherit;
}

/* ------------------------------
　　地図
------------------------------ */
.c-map-wrapper {
	margin: 0 -15px 20px -15px;
	overflow: hidden;
}
.c-map-wrapper .js-s2d-ready {
	position: relative;
	max-width: 100%;
}

@media screen and (min-width: 768px) {
	.c-map-wrapper {
		margin: 0 0 30px 0;
	}
}

/* ------------------------------
　　メディア
------------------------------ */
.c-medias {
	display: table;
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
.c-medias:before,
.c-medias:after {
	content: " ";
	display: table;
}
.c-medias:after {
	clear: both;
}

.c-media-item {
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	background: #FFF;
}

.c-media-link {
	display: block;
	color: #333;
	background: #FFF;
}
.c-media-link:hover,
.c-media-link:visited,
.c-media-link:active,
.c-media-link:focus {
	color: #333;
	text-decoration: none;
}

.c-media-inner {
	display: table;
	width: 100%;
	height: 100%;
	background: #FFF;
}

.c-media-full {
	padding: 10px;
	width: 100%;
	background: #FFF;
	box-sizing: border-box;
}

.c-media-layout-img {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	vertical-align: top;
	overflow: hidden;
}

.c-media-img {
	display: block;
	max-width: 100%;
	height: auto;
}

.c-media-img-label {
	position: absolute;
	top: 5px;
	right: 5px;
	display: inline-block;
	padding: 3px 5px;
	font-family: TsukuARdGothicStd-B, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2;
	border-radius: 3px;
	background: #FFF;
	z-index: 1;
}

.c-media-img-icon-color {
	margin-bottom: 5px;
}

.c-media-layout-content {
	display: block;
	width: 100%;
	padding: 10px;
	vertical-align: top;
	box-sizing: border-box;
}

.c-media-content-label {
	display: inline-block;
	margin: 0 0 10px 0;
	padding: 3px 5px;
	color: #FFF;
	font-family: TsukuARdGothicStd-B, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2;
	border-radius: 3px;
	background: #4D4A40;
	z-index: 1;
}

.c-media-content-title {
	margin: 0 0 5px 0;
	font-family: TsukuARdGothicStd-B, sans-serif;
	font-size: 18px;
}
.c-media-content-title span {
	display: inline-block;
	padding: 3px 5px;
	color: #FFF;
	font-size: 14px;
	white-space: nowrap;
	border-radius: 3px;
	background-color: #333;
}

.c-media-content-title-icon {
	margin-left: 10px;
	color: #FFD93C;
}

.c-media-content-subtitle {
	margin: 0 0 5px 0;
	font-family: TsukuARdGothicStd-B, sans-serif;
	font-size: 16px;
}

.c-media-info-content-lead {
	margin: 5px 0 10px 0;
	font-size: 16px;
	line-height: 1.3;
}

.c-media-content-info {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}

.c-media-info-content-item {
	display: inline-block;
	font-size: 14px;
}

.c-media-content-list {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}

.c-media-content-list-item {
	display: block;
	font-size: 14px;
}

.c-media-content-desc {
	margin: 0 0 10px;
	font-size: 13px;
}

.c-media-content-desc02 {
	display: block;
	margin: 0;
	font-size: 13px;
}

.c-media-content-desc03 {
	margin: 0 0 10px 0;
	font-size: 13px;
}

.c-media-content-for-desktop {
	display: none;
}

.c-media-content-for-mobile {
	display: block;
	padding: 0 10px;
}

@media screen and (min-width: 480px) {
	.c-medias {
		margin: 0 0 20px;
	}
	.c-media-item {
		padding: 0;
	}
	.c-media-full {
		padding: 20px;
	}
	.c-media-layout-content {
		display: table-cell;
		padding: 10px;
		width: 75%;
	}
	.c-media-info-content-item {
		font-size: 16px;
	}
	.c-media-content-title {
		margin: 0 0 10px 0;
		font-family: TsukuARdGothicStd-B, sans-serif;
		font-size: 24px;
	}
	.c-media-content-subtitle {
		margin: 0 0 10px 0;
		font-family: TsukuARdGothicStd-B, sans-serif;
		font-size: 18px;
	}
	.c-media-info-content-lead {
		margin: 10px 0 15px 0;
		font-size: 18px;
	}
	.c-media-content-info {
		margin: 0 0 20px 0;
	}
	.c-media-layout-img {
		display: table-cell;
		width: 25%;
	}
	.c-media-content-for-desktop {
		display: block;
	}
	.c-media-content-for-mobile {
		display: none;
	}
}

@media screen and (min-width: 1024px) {
	.c-media-img {
		-ms-transform: scale(1);
		    transform: scale(1);
		transition: all 1s;
	}
	.c-media-link:hover .c-media-img {
		-ms-transform: scale(1.1);
		    transform: scale(1.1);
	}
}

/* 　メディアの状態を保ったままレスポンシブする
------------------------------ */
.c-medias.-style-stay .c-media-img-inner {
	display: table;
	width: 100%;
}

.c-medias.-style-stay .c-media-layout-img {
	display: table-cell;
	width: 35%;
}

.c-medias.-style-stay .c-media-layout-content {
	display: table-cell;
	width: 65%;
}

.c-medias.-style-stay .c-media-content-title {
	font-size: 24px;
	line-height: 1.3;
}

@media screen and (max-width: 480px) {
	.c-medias.-style-stay .c-media-layout-img {
		background-image: none !important;
	}
}

@media screen and (max-width: 767px) {
	.c-medias.-style-stay .c-medias-col {
		margin: 0 -10px;
	}
}

@media screen and (min-width: 480px) {
	.c-medias.-style-stay .c-media-layout-img {
		background: no-repeat top center;
		background-size: cover;
	}
	.c-medias.-style-stay .c-media-layout-img img {
		display: none;
	}
}

@media screen and (min-width: 768px) {
	.c-medias.-style-stay .c-media-layout-img {
		width: 210px;
	}
	.c-medias.-style-stay .c-media-layout-content {
		width: auto;
		padding: 20px;
	}
}

/* ------------------------------
　　ページャー
------------------------------ */
/* 　ページャー
------------------------------ */
.c-pager {
	list-style: none;
	margin: 0 -5px 50px -5px;
	padding: 0;
	text-align: center;
}
.c-pager li {
	display: inline-block;
	margin: 0 5px;
	line-height: 1;
}
.c-pager li.cur {
	/* 現在いる位置 */
	padding: 8px 12px;
	color: #FFF;
	background: #333;
	border-radius: 5px;
}

.c-pager-link {
	display: block;
	padding: 8px 12px;
	color: #333;
	border-radius: 5px;
	border: 1px solid #333;
	background: #FFF;
}
.c-pager-link:visited,
.c-pager-link:focus,
.c-pager-link:active {
	color: #333;
}
.c-pager-link:hover {
	color: #FFF;
	text-decoration: none;
	background: #333;
}

.c-pager-link-forward {
	float: right;
}

.c-pager-link-prev {
	float: left;
}

/* 　前後リンク
------------------------------ */
.c-serial-nav {
	list-style: none;
	margin: -25px 0 60px 0;
	padding: 0;
	font-family: TsukuARdGothicStd-B, sans-serif;
}
.c-serial-nav a {
	position: relative;
	display: block;
	padding: 10px 15px;
	color: #FFF;
	border-radius: 3px;
	background: #4D4A40;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.c-serial-nav a:hover,
.c-serial-nav a:visited,
.c-serial-nav a:focus,
.c-serial-nav a:active {
	color: #FFF;
	text-decoration: none;
}

.c-serial-nav-list {
	margin: 0;
	padding: 0;
}

.c-serial-nav-item {
	float: none;
	display: block;
	margin: 0 0 10px 0;
}

.c-serial-nav-index {
	text-align: center;
}
.c-serial-nav-index a {
	display: inline-block;
}

.c-serial-nav-prev {
	text-align: left;
}
.c-serial-nav-prev a {
	padding-left: 40px;
}

.c-serial-nav-next {
	text-align: right;
}
.c-serial-nav-next a {
	padding-right: 40px;
}

.c-serial-nav-arrow {
	position: absolute;
	color: #FFD93C;
	font-size: 18px;
	transition: all .2s;
}
.c-serial-nav-prev .c-serial-nav-arrow {
	top: 50%;
	left: 15px;
	margin: -9px 0 0 0;
}
.c-serial-nav-next .c-serial-nav-arrow {
	top: 50%;
	right: 15px;
	margin: -9px 0 0 0;
}

@media screen and (min-width: 480px) {
	.c-serial-nav {
		margin: 0 -15px 60px -15px;
	}
	.c-serial-nav-list {
		width: 100%;
		display: table;
		table-layout: fixed;
		transition: all .2s;
	}
	.c-serial-nav-list a:hover {
		background: #403A26;
	}
	.c-serial-nav-prev a:hover .c-serial-nav-arrow {
		left: 10px;
	}
	.c-serial-nav-next a:hover .c-serial-nav-arrow {
		right: 10px;
	}
	.c-serial-nav-item {
		padding: 0 15px;
		vertical-align: top;
		box-sizing: border-box;
	}
	.c-serial-nav-index {
		display: table-cell;
		width: 20%;
		white-space: nowrap;
	}
	.c-serial-nav-prev {
		display: table-cell;
		width: 40%;
	}
	.c-serial-nav-next {
		display: table-cell;
		width: 40%;
	}
}

/* ------------------------------
　　ページタイトル
------------------------------ */
/* 　ページタイトル（背景画像つき）
------------------------------ */
.c-pagetitle {
	position: relative;
	background: url("/themes/takisada/images/common/bg_title.jpg") no-repeat;
	background-size: cover;
}

.c-pagetitle-inner {
	padding: 35px 0;
}

.c-pagetitle-heading {
	margin: 0;
	color: #FFF;
	font-family: TsukuOldGothicStd-B, sans-serif;
	font-size: 22px;
	line-height: 1.3;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.c-pagetitle-heading {
		font-size: 28px;
		text-align: left;
	}
}

/* 　ページタイトル
------------------------------ */
.c-pagetitle02 {
	margin: 0 0 10px 0;
	line-height: 1.3;
	font-family: TsukuOldGothicStd-B, sans-serif;
}

/* ------------------------------
　　検索フォーム
------------------------------ */
/* レイアウト */
.c-search {
	display: table;
	width: 100%;
	max-width: 780px;
	margin: 0 auto 15px;
}

.c-search-col {
	display: table-cell;
	padding: 0 5px;
	vertical-align: middle;
}

.c-search-col-heading {
	width: 1%;
	margin: 0;
	font-family: TsukuOldGothicStd-B, sans-serif;
	font-size: 16px;
	text-align: right;
	white-space: nowrap;
}

.c-search-item-full {
	width: 100%;
}

.c-search-item-least-size {
	font-size: 15px;
}

.c-search-item-detail {
	display: none;
}

@media screen and (min-width: 768px) {
	.c-search {
		margin: 0 auto 30px;
	}
	.c-search-col {
		padding: 0 10px;
	}
	.c-search-item-full {
		display: table-cell;
	}
	.c-search-col-heading {
		display: table-cell;
		width: 1%;
		font-size: 22px;
		text-align: left;
		white-space: nowrap;
	}
	.c-search-item-least-size {
		display: table-cell;
		width: 1%;
		white-space: nowrap;
	}
	.c-search-item-detail {
		display: table-cell;
	}
}

/* 通常の検索フォーム */
.c-search-form-input,
input[type="search"].c-search-form-input {
	width: 100%;
	height: 46px;
	font-size: 16px;
	padding: 7px;
	border: 1px solid #C0C0C0;
	border-radius: 5px;
	color: #333;
	line-height: 1;
	vertical-align: top;
	box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, .3);
	-webkit-appearance: none;
}
.c-search-form-input:focus,
input[type="search"].c-search-form-input:focus {
	outline: none;
	border-color: #888;
	box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, .3);
}
.c-search-form-input:-moz-input-placeholder,
input[type="search"].c-search-form-input:-moz-input-placeholder {
	color: #AAA;
}
.c-search-form-input:-ms-input-placeholder,
input[type="search"].c-search-form-input:-ms-input-placeholder {
	color: #AAA;
}
.c-search-form-input::-webkit-input-placeholder,
input[type="search"].c-search-form-input::-webkit-input-placeholder {
	color: #AAA;
}
.c-search-form-input:first-child,
input[type="search"].c-search-form-input:first-child {
	border-right: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.c-search-form-input:last-child,
input[type="search"].c-search-form-input:last-child {
	border-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

input.c-search-form-input {
	box-sizing: border-box;
}

.c-search-form-action-wrap {
	max-width: 500px;
}
.c-search-form-action-wrap .c-search-form-action {
	width: 100%;
}
.c-search-form-action-wrap .c-search-form-action input {
	border-radius: 3px 0 0 3px;
}

.c-search-form-action {
	display: table;
	border-collapse: separate;
}

.c-search-form-btn {
	display: table-cell;
	width: 1%;
	height: 100%;
	vertical-align: top;
	white-space: nowrap;
	font-family: TsukuARdGothicStd-B, sans-serif;
}
.c-search-form-btn:first-child > .c-search-btn {
	border-right: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.c-search-form-btn:last-child > .c-search-btn {
	border-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.c-search-btn {
	display: block;
	height: 46px;
	padding: 10px 13px;
	color: #FFF;
	font-size: 20px;
	font-family: TsukuARdGothicStd-B, sans-serif;
	line-height: 1.2;
	text-align: center;
	border: 0;
	border-radius: 5px;
	background: #333;
	transition: background .2s;
	box-sizing: border-box;
}
.c-search-btn.-en {
	font-family: Slate-MediumCondensed, TsukuARdGothicStd-B, sans-serif;
}
.c-search-btn:link,
.c-search-btn:visited,
.c-search-btn:active,
.c-search-btn:focus {
	color: #FFF;
	text-decoration: none;
}
.c-search-btn:hover {
	color: #FFF;
	text-decoration: none;
	background: #111;
}
.c-search-btn .fa {
	margin-right: 5px;
}
.c-search-form-btn .c-search-btn .fa {
	margin: 0;
}

.btn-detail .c-detail-btn {
	background-color: #888;
}

.c-search-btn-block-wrap {
	margin: 0 20px;
	text-align: center;
}

.c-search-btn-block {
	display: block;
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
}

.c-search-btn-icon-text {
	display: inline-block;
}

.c-search-form-btn-ellipsis {
	display: none;
}

@media screen and (min-width: 768px) {
	.c-search-form-input,
	input[type="search"].c-search-form-input {
		padding: 7px 15px;
		height: 36px;
		font-size: 14px;
	}
	.c-search-btn {
		height: 36px;
		padding: 5px 25px;
	}
	.c-search-form-btn .c-search-btn .fa {
		margin-right: 5px;
	}
	.c-search-form-btn-ellipsis {
		display: inline;
		padding: 0;
	}
	.btn-detail .c-detail-btn {
		margin: 0;
	}
}

/* フラットデザインの検索フォーム */
.c-search-form-flat {
	position: relative;
	border-bottom: 1px solid #333;
}

.c-search-form-flat-input {
	width: 150px;
	margin: 0 0 0 26px;
	border: 0;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 14px;
	line-height: 1.4;
}
.c-search-form-flat-input:focus {
	outline: 0;
}

.c-search-form-flat-btn {
	position: absolute;
	left: 0;
	top: 0;
	border: 0;
	background: 0;
	font-size: 18px;
	transition: transform .3s cubic-bezier(0, 0, .05, 1.02);
}
.c-search-form-flat-input:hover + input + .c-search-form-flat-btn,
.c-search-form-flat-input:active + input + .c-search-form-flat-btn {
	-ms-transform: translateY(-3px);
	    transform: translateY(-3px);
}
.c-search-form-flat-btn:focus {
	outline: 0;
}

/* 　検索ボックス
------------------------------ */
.c-search-box {
	margin: 0 0 20px 0;
	border: 1px solid #666;
	background: #FFF;
}
.c-search-box tr {
	border: none;
	background: -webkit-linear-gradient(right, #333 0%, #333 20%, transparent 20%, transparent 100%);
	background:         linear-gradient(to left, #333 0%, #333 20%, transparent 20%, transparent 100%);
	background-repeat: repeat-x;
	background-size: 5px 1px;
	background-position: 1px top;
}
.c-search-box tr:first-child {
	background-image: none;
}
.c-search-box .c-search-box-row-toggle + tr {
	background: none;
}
.c-search-box th {
	padding: 25px 20px;
	font-family: TsukuARdGothicStd-B, sans-serif;
	font-weight: normal;
	white-space: nowrap;
	font-size: 18px;
	vertical-align: top;
	text-align: left;
}
.c-search-box td {
	padding: 25px 20px;
}
.c-search-box .c-search-box-row-toggle td {
	padding: 15px 20px;
}
.c-search-box .c-search-box-row-toggle + tr td,
.c-search-box .c-search-box-row-toggle + tr th {
	padding: 10px 20px 25px 20px;
}

@media screen and (max-width: 767px) {
	.c-search-box th,
	.c-search-box td {
		display: block;
		padding: 10px;
	}
	.c-search-box th {
		padding: 10px 10px 5px 10px;
		font-size: 18px;
	}
	.c-search-box td {
		padding: 5px 10px 20px 10px;
	}
}

.c-search-box-label {
	margin: 0 0 10px 0;
	font-family: TsukuARdGothicStd-B, sans-serif;
	font-size: 14px;
}

.c-search-box-item {
	padding: 10px 0;
	border: none;
	background: -webkit-linear-gradient(right, #333 0%, #333 20%, transparent 20%, transparent 100%);
	background:         linear-gradient(to left, #333 0%, #333 20%, transparent 20%, transparent 100%);
	background-repeat: repeat-x;
	background-size: 5px 1px;
	background-position: 1px top;
}
.c-search-box-item:first-child {
	padding: 0 0 20px 0;
	background-image: none;
}

@media screen and (min-width: 768px) {
	.c-search-box {
		margin: 0 15px 20px 15px;
	}
	.c-search-box-label {
		font-size: 18px;
	}
	.c-search-box-item {
		padding: 20px 0;
	}
}

/* 　チェックボックス
------------------------------ */
.c-checkboxs {
	list-style: none;
	margin: 0 -5px;
	padding: 0;
}
.c-checkboxs:before,
.c-checkboxs:after {
	content: " ";
	display: table;
}
.c-checkboxs:after {
	clear: both;
}
.c-checkboxs > li {
	float: left;
	display: block;
	width: 50%;
	margin: 0 0 10px 0;
	padding: 0 5px;
	box-sizing: border-box;
}

.c-checkboxs-color > li {
	width: 33.33333%;
}

@media screen and (min-width: 768px) {
	.c-checkboxs > li {
		width: 25%;
	}
	.c-checkboxs-color > li {
		width: 20%;
	}
}

.c-checkbox-box {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	cursor: pointer;
}
.c-checkbox-box:checked + .c-checkbox-box-label {
	border: 1px solid #FFD93C;
	background: #FFD93C;
}

.c-checkbox-box-label-wrap {
	display: table;
	width: 100%;
}

.c-checkbox-box-label {
	display: table-cell;
	margin: 0 0 10px 0;
	padding: 5px;
	font-size: 16px;
	line-height: 1.2;
	vertical-align: middle;
	border: 1px solid #333;
	background: #FFF;
	cursor: pointer;
	transition: all .2s cubic-bezier(.165, .84, .44, 1);
	box-sizing: border-box;
	word-break: break-word;
}
.c-checkbox-box-label:hover {
	background: #EEE;
}
.c-checkbox-box-label img {
	position: absolute;
	top: 50%;
	margin: -10px 0 0 0;
	left: -25px;
}
.c-checkboxs-icon .c-checkbox-box-label {
	padding: 5px 5px 5px 30px;
}

.c-checkbox-box-label-inner {
	position: relative;
}

.c-checkbox-box-color {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #CCC;
	margin: 0 5px 0 0;
	vertical-align: middle;
	box-sizing: border-box;
}
[for="input-color-白"] .c-checkbox-box-color {
	border: 1px solid #333;
	background: #FFF;
}
[for="input-color-グレー"] .c-checkbox-box-color {
	background: #C0C0C0;
}
[for="input-color-ベージュ"] .c-checkbox-box-color {
	background: #DBCEB3;
}
[for="input-color-茶"] .c-checkbox-box-color {
	background: #A1887F;
}
[for="input-color-ピンク"] .c-checkbox-box-color {
	background: #F8BBD0;
}
[for="input-color-赤"] .c-checkbox-box-color {
	background: #E57373;
}
[for="input-color-黄色"] .c-checkbox-box-color {
	background: #FFEE58;
}
[for="input-color-黄緑"] .c-checkbox-box-color {
	background: #D4E157;
}
[for="input-color-緑"] .c-checkbox-box-color {
	background: #81C784;
}
[for="input-color-水色"] .c-checkbox-box-color {
	background: #81D4FA;
}
[for="input-color-青"] .c-checkbox-box-color {
	background: #7986CB;
}
[for="input-color-紺"] .c-checkbox-box-color {
	background: #51577B;
}
[for="input-color-紫"] .c-checkbox-box-color {
	background: #BA68C8;
}
[for="input-color-黒"] .c-checkbox-box-color {
	background: #333;
}
[for="input-color-柄あり"] .c-checkbox-box-color {
	background: url(/themes/takisada/images/search/icon_pattern.jpg) no-repeat;
	background-size: cover;
}

.c-media-content-info {
	padding: 0 10px;
	margin-bottom: 0;
}
.c-media-content-info span {
	white-space: nowrap;
}

.c-media-info-content-item {
	font-size: 12px;
	line-height: 1.2em;
	vertical-align: text-top;
}

.c-media-img-icon {
	padding: 0 10px;
}
.c-media-img-icon .c-media-img-icon-features li {
	margin: 0;
	padding: 0;
	width: 20px;
	height: 20px;
}
.c-media-img-icon .c-media-img-icon-features label {
	margin: 0;
	padding: 0;
	width: 20px;
	height: 20px;
}
.c-media-img-icon .c-media-img-icon-color li {
	margin: 0;
	padding: 0;
	width: 16px;
	height: 20px;
}
.c-media-img-icon .c-media-img-icon-color label {
	margin: 0;
	padding: 0;
	width: 16px;
	height: 20px;
}

.c-media-img-icon-color .acms-admin-list-inline .c-checkbox-box-color {
	vertical-align: inherit;
}

@media screen and (max-width: 767px) {
	.c-media-img-icon .c-media-img-icon-color {
		padding-bottom: 5px;
	}
	.c-media-img-icon .c-media-img-icon-color li {
		width: 22px;
	}
}

/* 　ラジオ
------------------------------ */
.c-radio {
	list-style: none;
	margin: 0 -5px;
	padding: 0;
}
.c-radio:before,
.c-radio:after {
	content: " ";
	display: table;
}
.c-radio:after {
	clear: both;
}
.c-radio > li {
	float: left;
	display: block;
	width: 50%;
	margin: 0 0 10px 0;
	padding: 0 5px;
	box-sizing: border-box;
}

.c-radio-color > li {
	width: 33.33333%;
}

@media screen and (min-width: 768px) {
	.c-radio > li {
		width: 25%;
	}
	.c-radio-color > li {
		width: 20%;
	}
}

.c-radio-box {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	cursor: pointer;
}
.c-radio-box:checked + .c-radio-box-label {
	border: 1px solid #FFD93C;
	background: #FFD93C;
}

.c-radio-box-label-wrap {
	display: table;
	width: 100%;
}

.c-radio-box-label {
	display: table-cell;
	margin: 0 0 10px 0;
	padding: 5px;
	font-size: 16px;
	line-height: 1.2;
	vertical-align: middle;
	border: 1px solid #333;
	background: #FFF;
	cursor: pointer;
	transition: all .2s cubic-bezier(.165, .84, .44, 1);
	box-sizing: border-box;
	word-break: break-all;
}
.c-radio-box-label:hover {
	background: #EEE;
}
.c-radio-box-label img {
	position: absolute;
	top: 50%;
	margin: -10px 0 0 0;
	left: -25px;
}
.c-radio-icon .c-radio-box-label {
	padding: 5px 5px 5px 30px;
}

.c-radio-box-label-inner {
	position: relative;
}

.c-radio-box-color {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #CCC;
	margin: 0 5px 0 0;
	vertical-align: middle;
	box-sizing: border-box;
}

/* ------------------------------
　　セクション
------------------------------ */
.c-section-title {
	margin: 0 0 15px 0;
	font-size: 18px;
}

.c-section-title-label {
	display: inline-block;
	margin: 0 0 5px 0;
	padding: 0 5px;
	font-size: 13px;
	background: -webkit-linear-gradient(top, transparent 45%, #FFD93C 0);
	background:         linear-gradient(transparent 45%, #FFD93C 0);
	-ms-transform: rotate(-8deg);
	    transform: rotate(-8deg);
	font-family: TsukuARdGothicStd-B, sans-serif;
}

.c-section-title-inner {
	display: block;
	padding: 0 0 0 30px;
	font-family: TsukuOldGothicStd-B, sans-serif;
}

#top .c-section-title-inner {
	font-family: TsukuARdGothicStd-B, sans-serif;
}

@media screen and (min-width: 768px) {
	.c-section-title {
		margin: 0 0 25px 0;
		font-size: 24px;
	}
	.c-section-title-label {
		font-size: 13px;
	}
}

.p-swithch-layout-section-header {
	position: relative;
	margin: 0 0 20px 0;
}
.p-swithch-layout-section-header:before,
.p-swithch-layout-section-header:after {
	content: " ";
	display: table;
}
.p-swithch-layout-section-header:after {
	clear: both;
}

.p-swithch-layout-section-title {
	margin: 0 0 15px 0;
	font-family: TsukuOldGothicStd-B, sans-serif;
	font-size: 22px;
	line-height: 1.3;
}

.p-swithch-layout-section-action:before,
.p-swithch-layout-section-action:after {
	content: " ";
	display: table;
}

.p-swithch-layout-section-action:after {
	clear: both;
}

.p-swithch-layout-section-action .c-btn-list {
	float: right;
	margin: 0 -5px;
}

.p-swithch-layout-section-action .c-btn-col {
	padding: 0 5px;
}

@media screen and (min-width: 768px) {
	.p-swithch-layout-section-title {
		float: left;
		width: 50%;
		margin: 0 0 10px 0;
		font-size: 28px;
	}
	.p-swithch-layout-section-action {
		float: left;
		width: 50%;
	}
}

/* ------------------------------
　　スライダー
------------------------------ */
.slick-slider {
	padding: 0 0 12px 0;
}
.slick-slider img {
	width: 100%;
	margin: 0 auto;
}

.fix-height {
	height: 300px;
	/* はじめのちらつき防止 */
	overflow: hidden;
	/* はじめのちらつき防止 */
}

.slick-slide:hover {
	cursor: pointer;
}

.main-slider-image {
	height: 300px;
	background: no-repeat center #333;
	background-size: cover;
}
.main-slider-image a:hover {
	text-decoration: none;
}

.main-slider-embed {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	position: relative;
}
.main-slider-embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.main-slider-text-outer {
	height: 100%;
}

.main-slider-text-wrap {
	display: table;
	width: 100%;
	height: 100%;
}

.main-slider-text-inner {
	display: table-cell;
	padding: 0 20px;
	text-align: center;
	vertical-align: middle;
}

.main-slider-main-copy {
	margin: 0;
	color: #FFF;
	font-weight: bold;
	font-size: 24px;
}

.main-slider-side-copy {
	margin: 0;
	color: #FFF;
	font-size: 16px;
}

/* ちらつき防止 */
.slick-track,
.slick-list {
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	-webkit-perspective: 1000;
}

/* 矢印ナビゲーション */
.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 19px;
	height: 60px;
	margin-top: -29px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}

.slick-prev {
	left: 10px;
}

.slick-next {
	right: 10px;
}

.carousel-prev,
.carousel-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 10px;
	height: 26px;
	margin-top: -5px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	font-size: 26px;
	border: none;
	outline: none;
	background: transparent;
}

.carousel-prev {
	left: 0;
}
.carousel-prev:before {
	content: "";
	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;
	color: #333;
}

.carousel-next {
	right: 0;
}
.carousel-next:before {
	content: "";
	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;
	color: #333;
}

@media screen and (min-width: 1000px) {
	.carousel-prev {
		left: -20px;
	}
	.carousel-next {
		right: -20px;
	}
}

/* ドットのナビゲーション */
.slick-dots {
	position: relative;
	margin: -35px 0 0 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.slick-dots li {
	display: inline-block;
}

.slick-dots li button {
	content: "";
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 8px;
	font-size: 0;
	background: #333;
	border-radius: 7px;
	border: 0;
}

.slick-dots li button:focus {
	outline: 0;
}

.slick-dots li:hover button {
	cursor: pointer;
}

.slick-dots li.slick-active button {
	background: #FFD93C;
}

.slick-dots button {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
}

@media screen and (min-width: 768px) {
	.slick-prev {
		left: 50px;
	}
	.slick-next {
		right: 50px;
	}
	.fix-height {
		height: 450px;
		/* はじめのちらつき防止 */
	}
	.main-slider-image {
		height: 450px;
	}
	.main-slider-main-copy {
		font-size: 40px;
	}
	.main-slider-side-copy {
		font-size: 24px;
	}
}

/* ------------------------------
　　サムネイル
------------------------------ */
/* 　スタンダード
------------------------------ */
/* レイアウト */
.c-thumbnails {
	list-style: none;
	margin: 0;
	padding: 0;
}
.c-thumbnails:before,
.c-thumbnails:after {
	content: " ";
	display: table;
}
.c-thumbnails:after {
	clear: both;
}

.c-thumbnails-col {
	margin: 0 0 10px 0;
}

@media screen and (min-width: 768px) {
	.c-thumbnails {
		margin: 0 -15px;
	}
	.c-thumbnails-col {
		float: left;
		margin: 0 0 30px 0;
		padding: 0 15px;
		box-sizing: border-box;
	}
}

/* コンポーネント */
.c-thumbnail-link {
	display: block;
	color: #333;
}
.c-thumbnail-link:hover,
.c-thumbnail-link:visited,
.c-thumbnail-link:active,
.c-thumbnail-link:focus {
	color: #333;
	text-decoration: none;
}
@media screen and (min-width: 768px) {
	.c-thumbnail-link .c-thumbnail-img {
		transition: all 1s;
	}
	.c-thumbnail-link:hover .c-thumbnail-img {
		-ms-transform: scale(1.1);
		    transform: scale(1.1);
	}
	.c-thumbnail-link .c-thumbnail-img-inner:before {
		content: "もっとみる";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		padding: 25% 0 0 0;
		color: #FFF;
		text-align: center;
		background: rgba(0, 0, 0, .4);
		opacity: 0;
		transition: all .3s;
		z-index: 1;
	}
	.c-thumbnail-link .c-thumbnail-img-inner.-en:before {
		content: "See more";
	}
	.c-thumbnail-link .c-thumbnail-img-inner.-cn:before {
		content: "看更多";
	}
	.c-thumbnail-link:hover .c-thumbnail-img-inner:before {
		opacity: 1;
	}
}

/* レイアウト */
.c-thumbnail-item {
	display: table;
	width: 100%;
}

.c-thumbnail-layout-img {
	display: table-cell;
	width: 140px;
	white-space: nowrap;
	vertical-align: top;
	overflow: hidden;
}

.c-thumbnail-layout-content {
	display: table-cell;
	padding: 5px 10px;
	vertical-align: top;
}

@media screen and (min-width: 768px) {
	.c-thumbnail-item {
		display: block;
	}
	.c-thumbnail-layout-img {
		display: block;
		width: auto;
	}
	.c-thumbnail-layout-content {
		display: block;
		padding: 15px 0 0 0;
	}
}

/* イメージ */
.c-thumbnail-img-inner {
	position: relative;
}

.c-thumbnail-img-label {
	position: absolute;
	top: 5px;
	left: 5px;
	display: inline-block;
	padding: 3px 5px;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	background: #FFF;
	border-radius: 3px;
	z-index: 1;
}

.c-thumbnail-img {
	display: block;
	max-width: 100%;
	height: auto;
}

/* コンテンツ */
.c-thumbnail-content-info {
	list-style: none;
	margin: 0;
	padding: 0;
}

.c-thumbnail-content-info-item {
	display: inline-block;
}

.c-thumbnail-content-info-label {
	display: inline-block;
	padding: 3px 5px;
	color: #665618;
	font-family: TsukuARdGothicStd-B, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	background: #FFF;
	border-radius: 3px;
}

.c-thumbnail-content-info-detail {
	display: inline-block;
	margin: 0;
	font-family: TsukuARdGothicStd-B, sans-serif;
	font-size: 18px;
}

.c-thumbnail-content-title {
	margin: 0;
	font-family: TsukuARdGothicStd-B, sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

.c-thumbnail-content-desc {
	display: none;
	font-size: 13px;
}

@media screen and (min-width: 768px) {
	.c-thumbnail-content-info {
		margin: 0 0 10px 0;
	}
	.c-thumbnail-content-desc {
		display: block;
	}
}

/* 　オーバーレイ
------------------------------ */
.c-thumbnail-overlays {
	max-width: 990px;
	margin: 0;
	padding: 0 15px;
	list-style: none;
	font-size: 0;
	text-align: center;
	background: #FFD93C;
}
.c-thumbnail-overlays .slick-slider {
	padding: 0;
}
.c-thumbnail-overlays .carousel-next:before {
	color: #FFF;
}
.c-thumbnail-overlays .carousel-prev:before {
	color: #FFF;
}

.c-thumbnail-overlay-item {
	display: inline-block;
	padding: 0 15px;
	box-sizing: border-box;
}

.c-thumbnail-overlay-link {
	position: relative;
	display: inline-block;
	overflow: hidden;
	box-shadow: 0 0 4px rgba(0, 0, 0, .3);
}
.c-thumbnail-overlay-link:hover,
.c-thumbnail-overlay-link:visited,
.c-thumbnail-overlay-link:active,
.c-thumbnail-overlay-link:focus {
	text-decoration: none;
}

.c-thumbnail-overlay-ranking {
	position: absolute;
	top: 6px;
	left: 10px;
	color: #FFF;
	font-family: TsukuARdGothicStd-B, sans-serif;
	z-index: 1;
}
.c-thumbnail-overlay-ranking:before {
	content: "";
	display: block;
	width: 70px;
	height: 38px;
	background: #333;
	-ms-transform: rotate(-42deg);
	    transform: rotate(-42deg);
	margin: -16px 0 0 -32px;
}
.c-thumbnail-overlay-ranking.is-rankng-1:before {
	background: #E6BA44;
}
.c-thumbnail-overlay-ranking.is-rankng-2:before {
	background: #9A9A9A;
}
.c-thumbnail-overlay-ranking.is-rankng-3:before {
	background: #AF7300;
}

.c-thumbnail-overlay-ranking-num {
	position: absolute;
	top: 0;
	left: 0;
	color: #FFF;
	font-size: 14px;
}

.c-thumbnail-overlay-img {
	display: block;
	max-width: 100%;
	height: auto;
}

.c-thumbnail-overlay-title {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 5px 10px;
	color: #FFF;
	font-family: TsukuARdGothicStd-B, sans-serif;
	font-size: 14px;
	text-align: left;
	background: rgba(0, 0, 0, .5);
}

@media screen and (min-width: 768px) {
	.c-thumbnail-overlays {
		margin: 0 auto;
		padding: 0;
		background: none;
	}
	.c-thumbnail-overlays .carousel-next:before {
		color: #333;
	}
	.c-thumbnail-overlays .carousel-prev:before {
		color: #333;
	}
	.c-thumbnail-overlays .c-thumbnail-overlay-img {
		transition: all 1s;
	}
	.c-thumbnail-overlays .c-thumbnail-overlay-link:hover .c-thumbnail-overlay-img {
		-ms-transform: scale(1.1);
		    transform: scale(1.1);
	}
}

@media screen and (min-width: 1030px) {
	.c-thumbnail-overlays-inner {
		margin: 0 -15px;
	}
}

/* ------------------------------
　　トピックパス
------------------------------ */
.c-topicpath {
	height: 30px;
	margin-bottom: 10px;
	background: #FFF;
	overflow: auto;
}

@media screen and (min-width: 768px) {
	.c-topicpath {
		margin-bottom: 30px;
	}
}

.c-topicpath-list {
	list-style: none;
	margin: 0 auto;
	line-height: 1;
	font-family: TsukuARdGothicStd-B, sans-serif;
	font-size: 13px;
	white-space: nowrap;
}

.c-topicpath-item {
	display: inline-block;
	padding: 8px 10px 8px 23px;
	background: url("/themes/takisada/images/common/arrow_topicpath.png") no-repeat top left;
}
.c-topicpath-item:first-child {
	padding: 8px 10px 8px 0;
	background: 0;
}
.c-topicpath-item:first-child:before {
	content: "";
	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;
	font-size: 13px;
	color: #FFD93C;
}

.c-topicpath-link {
	color: #333;
}
.c-topicpath-link:visited,
.c-topicpath-link:focus,
.c-topicpath-link:active {
	color: #333;
}

/* ------------------------------
　　タイポグラフィ
------------------------------ */
/*  見出し
------------------------------ */
.c-heading-large {
	margin: 0 0 25px 0;
	font-family: TsukuARdGothicStd-B, sans-serif;
	color: #333;
	font-size: 26px;
}

.c-heading-medium {
	margin: 0 0 20px 0;
	font-family: TsukuARdGothicStd-B, sans-serif;
	font-size: 20px;
	color: #333;
}

.c-heading-large-decoration {
	margin: 0 0 25px 0;
	font-family: TsukuARdGothicStd-B, sans-serif;
	color: #333;
	padding: 5px 10px;
	font-size: 22px;
	border: none;
	background: -webkit-linear-gradient(right, #333 0%, #333 16.66667%, transparent 16.66667%, transparent 100%);
	background:         linear-gradient(to left, #333 0%, #333 16.66667%, transparent 16.66667%, transparent 100%);
	background-repeat: repeat-x;
	background-size: 6px 1px;
	background-position: 1px bottom;
	border-left: 8px solid #FFD93C;
}

.c-heading-medium-decoration {
	margin: 0 0 20px 0;
	font-family: TsukuARdGothicStd-B, sans-serif;
	font-size: 20px;
	color: #333;
	position: relative;
	font-size: 20px;
	background: -webkit-linear-gradient(top, transparent 70%, #FFD93C 0);
	background:         linear-gradient(transparent 70%, #FFD93C 0);
}

/* ------------------------------
　　オフキャンバス
------------------------------ */
.close-btn {
	display: block;
	width: 2.625em;
	height: 2.25em;
	padding: 0;
	border: 0;
	outline: none;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	opacity: 1;
	-webkit-tap-highlight-color: transparent;
}

#offcanvas:target .close-btn {
	display: block;
}

#offcanvas .close-btn {
	position: absolute;
	top: -3.75em;
	left: 1.875em;
}

.js-acms-offcanvas-open #offcanvas .close-btn {
	display: block;
	opacity: .7;
}

@media (max-width: 1023px) {
	#nav {
		padding: 0 0  100px 0;
		box-sizing: border-box;
	}
	.p-offcanvas-nav-title {
		margin: 0;
		height: 60px;
		padding: 15px;
		line-height: 2;
		font-family: TsukuARdGothicStd-B, sans-serif;
		font-size: 18px;
		background: #FFED1F;
		box-sizing: border-box;
	}
	/* グローバルナビゲーション */
	.p-offcanvas-nav {
		margin: 0 0 15px 0;
	}
	.p-offcanvas-nav ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.p-offcanvas-nav li {
		position: relative;
		display: block;
		padding: 15px;
		font-family: TsukuARdGothicStd-B, sans-serif;
		font-size: 18px;
	}
	.p-offcanvas-nav li.navbarBtn {
		border: 0;
	}
	.p-offcanvas-nav li.stay a {
		background: #F1EFEE;
	}
	.no-js a .p-offcanvas-nav li.stay {
		background: #F1EFEE;
	}
	.p-offcanvas-nav li:first-child {
		border: 0;
	}
	.p-offcanvas-nav li:after {
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		right: 0;
		height: 1px;
		border: none;
		background: -webkit-linear-gradient(right, #333 0%, #333 16.66667%, transparent 16.66667%, transparent 100%);
		background:         linear-gradient(to left, #333 0%, #333 16.66667%, transparent 16.66667%, transparent 100%);
		background-repeat: repeat-x;
		background-size: 6px 1px;
		background-position: 1px bottom;
	}
	.p-offcanvas-nav li ul {
		display: none;
	}
	.p-offcanvas-nav a {
		display: block;
		margin: -15px;
		padding: 15px;
		color: #333;
	}
	.p-offcanvas-nav a:hover {
		text-decoration: none;
	}
	.no-js .p-offcanvas-nav a {
		color: #333;
	}
	.p-offcanvas-nav-langs {
		padding: 15px;
	}
	.p-offcanvas-nav-langs .c-lang-list {
		padding: 0;
	}
	.p-offcanvas-nav-langs .c-lang-list__item {
		font-size: 14px;
	}
	.p-offcanvas-nav-langs .c-lang-list__link {
		padding: 10px;
	}
	/* オフキャンバス内のパーツ */
	.p-offcanvas-bar {
		display: none;
		padding: 0 0 100px 0;
	}
	.js-acms-offcanvas-active .p-offcanvas-bar {
		background: #FFF;
	}
	.p-offcanvas-bar .c-search-form {
		padding: 0 15px 15px 15px;
	}
	.p-offcanvas-bar .c-search-btn {
		background: #FFD93C;
	}
	.p-offcanvas-bar .c-list-title {
		margin: 0 0 10px 0;
	}
	.p-offcanvas-bar .c-list-title-heading {
		font-size: 14px;
		background: #FFED1F;
	}
}

/* ------------------------------
　　エントリー
------------------------------ */
.p-entry {
	margin: 0 0 25px 0;
}
.p-entry:before,
.p-entry:after {
	content: " ";
	display: table;
}
.p-entry:after {
	clear: both;
}

.p-entry-one-column,
.p-entry-product {
	padding: 0 15px;
}

/*  ヘッダー
------------------------------ */
.p-entry-header {
	position: relative;
	display: block;
	margin: 0 0 20px 0;
}
.p-entry-header:before,
.p-entry-header:after {
	content: " ";
	display: table;
}
.p-entry-header:after {
	clear: both;
}

.p-entry-header-visual {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 0 15px 0;
}

/* タイトル */
.p-entry-title {
	margin: 10px 0 15px 0;
	font-family: TsukuOldGothicStd-B, sans-serif;
	font-size: 22px;
}
.p-entry-title a {
	color: #333;
}
.p-entry-one-column .p-entry-title {
	text-align: center;
}

@media screen and (min-width: 768px) {
	.p-entry-title {
		font-size: 28px;
	}
}

/* 日付 */
.p-entry-date {
	display: inline-block;
	width: 80px;
	margin: 0;
	padding: 5px 10px;
	color: #FFF;
	font-family: TsukuARdGothicStd-B, sans-serif;
	font-size: 20px;
	line-height: 1.2;
	text-align: center;
	background: #333;
	box-sizing: border-box;
}

.p-entry-date-year {
	display: block;
	font-size: 12px;
}

.p-entry-has-date .p-entry-header-inner {
	display: table;
	margin: 0 0 10px 0;
}

.p-entry-has-date .p-entry-date {
	display: table-cell;
	white-space: nowrap;
}

.p-entry-has-date .p-entry-title {
	display: table-cell;
	width: 100%;
	padding: 0 0 0 15px;
	vertical-align: middle;
}

@media screen and (min-width: 768px) {
	.p-entry-header-visual {
		margin: 0 0 25px 0;
	}
	.p-entry-title {
		margin: 0 0 20px 0;
	}
}

/* お気に入りボタン */
@media screen and (max-width: 479px) {
	.p-entry-header-favorite-button {
		display: block;
	}
	.p-entry-header-favorite-button .c-btn-favorite {
		width: 100%;
		padding: 10px;
	}
}

@media screen and (min-width: 480px) {
	/* お気に入りボタン */
	.p-entry-blog-textile:not([class*="p-entry-one-column"]) .p-entry-title {
		padding: 0 220px 0 0;
	}
	.p-entry-header-favorite-button {
		position: absolute;
		top: 0;
		right: 0;
	}
}

/*  Google translate 帰属表示
------------------------------ */
.p-google-translate-logo {
	margin-bottom: 10px;
}

/*  カスタムフィールドのスタイル
------------------------------ */
.p-entry-column {
	/* ラベル */
	/* リスト */
}
.p-entry-column .p-entry-labels {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}
.p-entry-column .p-entry-labels:before,
.p-entry-column .p-entry-labels:after {
	content: " ";
	display: table;
}
.p-entry-column .p-entry-labels:after {
	clear: both;
}
.p-entry-column .p-entry-label {
	clear: both;
	float: left;
	display: inline-block;
	margin: 0 0 10px 0;
	padding: 5px 10px;
	color: #333;
	font-size: 16px;
	line-height: 1;
	background: #FFF;
	border: 1px solid #F4F4F4;
}
.p-entry-column .p-entry-list {
	margin: 0 0 20px 0;
	padding: 0;
}
.p-entry-column .p-entry-list-item {
	display: block;
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 1.5;
	background: none;
}
.p-entry-column .p-entry-book-icons {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 10px 10px;
	padding: 0;
}
.p-entry-column .p-entry-book-icon {
	-ms-flex-negative: 2;
	flex-shrink: 2;
	width: 50%;
	margin: 0 0 10px 0;
	padding: 0 5px;
	font-size: 14px;
	background: none;
	box-sizing: border-box;
}
.p-entry-column .p-entry-book-icon img {
	display: table-cell;
	width: 40px;
	height: 40px;
	margin: 0 10px 0 0;
	white-space: nowrap;
	vertical-align: middle;
}
.p-entry-column .p-entry-book-icon-inner {
	display: table;
	width: 100%;
}
.p-entry-column .p-entry-book-icon-text {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}
.p-entry-column .p-entry-book-icon-text.off {
	color: #CCC;
}
@media screen and (min-width: 480px) {
	.p-entry-column .p-entry-book-icon {
		width: 33.33333%;
	}
}
@media screen and (min-width: 768px) {
	.p-entry-column .p-entry-book-icons {
		margin: 0 10px 20px;
	}
	.p-entry-column .p-entry-book-icons .p-entry-book-icon {
		margin: 0 0 10px 0;
	}
	.p-entry-column .p-entry-book-icons .p-entry-book-icon img {
		width: 40px;
		height: 40px;
	}
}
@media screen and (min-width: 1024px) {
	.p-entry-column .p-entry-book-icon {
		width: 20%;
	}
}

.p-entry-book-img {
	display: block;
	max-width: 100%;
	height: auto;
	box-shadow: 0 0 6px rgba(0, 0, 0, .2);
}

.p-entry-rollover {
	position: relative;
}
.p-entry-rollover .p-entry-book-img:first-child {
	position: absolute;
	top: 0;
	left: 0;
	transition: all .2s;
}
.p-entry-rollover:hover {
	cursor: pointer;
}
.p-entry-rollover:hover .p-entry-book-img:first-child {
	opacity: 0;
}

.p-entry-book-detail {
	clear: both;
	margin: 20px 0 0 0;
}
.p-entry-book-detail:before,
.p-entry-book-detail:after {
	content: " ";
	display: table;
}
.p-entry-book-detail:after {
	clear: both;
}

@media sreen and (min-width: 768px) {
	.p-entry-book-detail {
		margin: 40px 0 0 0;
	}
}

/*  エントリーのスタイル
------------------------------ */
.p-entry-column {
	color: #333;
}
.p-entry-column a:link {
	color: #006DD9;
	text-decoration: none;
}
.p-entry-column a:hover,
.p-entry-column a:focus,
.p-entry-column a:active {
	text-decoration: underline;
}
.p-entry-column a:visited {
	color: #7F5AD7;
	text-decoration: none;
}
.p-entry-column .c-search-btn:link,
.p-entry-column .c-search-btn:visited,
.p-entry-column .c-search-btn:active,
.p-entry-column .c-search-btn:focus {
	color: #FFF;
	text-decoration: none;
}
.p-entry-column .c-search-btn:hover {
	color: #FFF;
	text-decoration: none;
	background: #111;
}
.p-entry-column em {
	font-style: normal;
	position: relative;
	background: -webkit-linear-gradient(top, transparent 45%, #FFD93C 0);
	background:         linear-gradient(transparent 45%, #FFD93C 0);
}

/* 見出し */
.p-entry-column {
	/* 装飾つき */
}
.p-entry-column h2 {
	margin: 0 15px 25px 15px;
	font-family: TsukuARdGothicStd-B, sans-serif;
	color: #333;
	font-size: 26px;
}
.p-entry-column h3 {
	margin: 0 15px 20px 15px;
	font-family: TsukuARdGothicStd-B, sans-serif;
	font-size: 20px;
	color: #333;
}
.p-entry-column h4 {
	margin: 0 15px 20px 15px;
	font-family: TsukuARdGothicStd-B, sans-serif;
	font-size: 18px;
}
.p-entry-column h2.decoration {
	margin: 0 15px 25px 15px;
	font-family: TsukuARdGothicStd-B, sans-serif;
	color: #333;
	padding: 5px 10px;
	font-size: 22px;
	border: none;
	background: -webkit-linear-gradient(right, #333 0%, #333 16.66667%, transparent 16.66667%, transparent 100%);
	background:         linear-gradient(to left, #333 0%, #333 16.66667%, transparent 16.66667%, transparent 100%);
	background-repeat: repeat-x;
	background-size: 6px 1px;
	background-position: 1px bottom;
	border-left: 8px solid #FFD93C;
}
.p-entry-column h3.decoration {
	margin: 0 15px 20px 15px;
	font-family: TsukuARdGothicStd-B, sans-serif;
	font-size: 20px;
	color: #333;
	position: relative;
	font-size: 20px;
	background: -webkit-linear-gradient(top, transparent 70%, #FFD93C 0);
	background:         linear-gradient(transparent 70%, #FFD93C 0);
}

/* 本文 */
.p-entry-column p {
	margin-top: 0;
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 1.9;
}

/* エントリー内ボタン */
.p-entry-column p.entry-btn-attention {
	margin-bottom: 10px;
	font-family: TsukuARdGothicStd-B, sans-serif;
}
.p-entry-column p.entry-btn-attention a {
	display: table;
	margin: 20px auto;
	padding: 12px 40px;
	background: #FFD93C;
	color: #333;
	transition: all .3s;
	border-radius: 5px;
	font-size: 18px;
}
.p-entry-column p.entry-btn-attention a:active,
.p-entry-column p.entry-btn-attention a:focus,
.p-entry-column p.entry-btn-attention a:hover {
	background: #000;
	color: #FFF;
	text-decoration: none;
}

.p-entry-column p.entry-btn {
	margin-bottom: 10px;
	font-family: TsukuARdGothicStd-B, sans-serif;
}
.p-entry-column p.entry-btn a {
	display: table;
	margin: 20px auto;
	padding: 12px 40px;
	background: #333;
	color: #FFF;
	transition: all .3s;
	border-radius: 5px;
	font-size: 18px;
}
.p-entry-column p.entry-btn a:active,
.p-entry-column p.entry-btn a:focus,
.p-entry-column p.entry-btn a:hover {
	background: #111;
	text-decoration: none;
}

/* 色付きボタン */
.p-entry-column p.summary-title {
	margin: 0 0 10px 0;
}

.p-entry-column p.summary-detail {
	margin: 0 0 10px 0;
	font-size: 14px;
}

/* エントリー内コンテナー */
.entry-container {
	margin: 0 -7.5px;
}

/* テーブル */
.p-entry-column table {
	width: 100%;
	margin: 0 0 30px 0;
	border-bottom: 1px solid #4D4A40;
}

.p-entry-column th,
.p-entry-column td {
	display: block;
	padding: 5px 10px;
	text-align: left;
	font-size: 16px;
	line-height: 1.5;
	color: #333;
	border-top: 1px solid #4D4A40;
	vertical-align: top;
}

.p-entry-column .acms-table-responsive {
	margin-bottom: 30px;
}
.p-entry-column .acms-table-responsive th,
.p-entry-column .acms-table-responsive td {
	display: table-cell;
	white-space: nowrap;
}
.p-entry-column .acms-table-responsive table {
	margin: 0;
}

.p-entry-column th {
	color: #665618;
	background: #F6F3E5;
}

@media screen and (min-width: 768px) {
	.p-entry-column th,
	.p-entry-column td {
		display: table-cell;
		padding: 15px 20px;
		text-align: left;
		font-size: 16px;
		border-top: 1px solid #4D4A40;
	}
}

/* リスト */
.p-entry-column ul {
	margin: 0 0 25px 0;
	padding: 0 15px 0 30px;
}
.p-entry-column ul li {
	display: block;
	margin: 0 0 5px 0;
	padding: 0 0 0 15px;
	font-size: 16px;
	line-height: 1.5;
	background: url(/themes/takisada/images/entry/icon_list.svg) no-repeat top 6px left;
}

/* 番号付きリスト */
.p-entry-column ol {
	counter-reset: ol-counter;
	list-style: none;
	margin: 0 0 25px 0;
	padding: 0 15px 0 23px;
}
.p-entry-column ol li {
	position: relative;
	margin: 0 0 5px 0;
	padding: 0 0 0 30px;
	font-size: 16px;
	line-height: 1.5;
}
.p-entry-column ol li:before {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 7px 0 0;
	padding: 3px 5px 3px;
	background: #665618;
	color: #FFF;
	font-size: 16px;
	line-height: 1;
	counter-increment: ol-counter;
	content: counter(ol-counter);
}

/* 定義リスト */
.p-entry-column dl {
	margin-top: 0;
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 1.5;
}

.p-entry-column dt {
	margin: 0 0 5px 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
}

.p-entry-column dd {
	margin-left: 0;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1.5;
}

/* 引用 */
.p-entry-column blockquote {
	width: 100%;
	margin-bottom: 30px;
	padding: 15px 20px 15px 16px;
	font-size: 16px;
	line-height: 1.8;
	border: 1px solid #FFD93C;
	background: #FFF;
	box-sizing: border-box;
}

/* ソースコード */
.p-entry-column pre {
	width: 100%;
	margin: 0 0 30px 0;
}
.p-entry-column pre ol {
	margin: 0;
	padding: 0 0 0 2.5em;
}
.p-entry-column pre ol li {
	line-height: 1.5;
}

/* 区切り線 */
.p-entry-column hr {
	border: 0;
	border-bottom: 1px solid #FFED1F;
}

/* ユニット */
.p-entry-column .caption {
	margin: 0 0 20px 0;
	font-size: 13px;
}

.column-file-auto + .caption {
	margin-left: 15px;
}

/*  カスタムユニット
------------------------------ */
/* スライダー */
.p-entry-slider {
	padding: 0 15px 35px 15px;
}

.p-entry-slider-image {
	padding: 0 0 10px 0;
}

/* スライダー内のサムネイルナビゲーション */
.p-entry-slider-nav {
	padding: 0;
}
.p-entry-slider-nav .slick-slide {
	padding: 0 5px;
}

.p-entry-column ul.slick-dots {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0;
	padding: 0;
}
.p-entry-column ul.slick-dots li {
	display: inline-block;
	padding: 0;
	background: none;
}

/*  ユニットグループ
------------------------------ */
.acms-col-center {
	float: none;
	margin: 0 auto;
}

/*  エントリーフッター
------------------------------ */
.p-entry-footer {
	margin: 0 0 20px 0;
	padding: 10px;
	background: #F5F5F5;
}

/* タグ */
.p-entry-tag {
	margin: 0 0 5px 0;
}

.p-entry-tag-icon {
	float: left;
	color: #999;
}

.p-entry-tag-item {
	float: left;
	margin: 0 0 0 10px;
}

@media screen and (min-width: 768px) {
	/* タグ */
	.p-entry-tag {
		margin: 0;
	}
}

/* SNSシェア */
.share-wrapper {
	float: right;
}

.share-text {
	display: inline;
	float: left;
	margin: 0;
}

/* SNSシェアボタン */
.share-list {
	display: inline;
	list-style: none;
	float: right;
	margin: 0;
	padding: 0;
}

.share-item {
	display: inline-block;
	margin: 0 0 0 20px;
	vertical-align: top;
}
.share-item a {
	color: #999;
	text-decoration: none;
}
.share-item [class*="acms-icon"] {
	font-size: 16px;
	vertical-align: middle;
}
.share-item .share-item-facebook {
	/* Facebook */
	display: block;
	width: 22px;
	height: 22px;
	line-height: 1.2;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	background: #3B5999;
	border-radius: 4px;
}
.share-item .share-item-facebook:before {
	vertical-align: middle;
}
.share-item .share-item-twitter {
	/* Twitter */
	display: block;
	width: 22px;
	height: 22px;
	line-height: 1.2;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	background: #55ACEE;
	border-radius: 4px;
}
.share-item .share-item-twitter:before {
	vertical-align: middle;
}
.share-item .share-item-gplus {
	/* Google + */
	display: block;
	width: 22px;
	height: 22px;
	line-height: 1.2;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	background: #DD4B39;
	border-radius: 4px;
}
.share-item .share-item-gplus:before {
	vertical-align: middle;
}

/* アクションボタン集 */
.p-entry-footer-action {
	margin: 0 -15px 10px -15px;
	padding: 10px 0 10px 15px;
	font-family: TsukuARdGothicStd-B, sans-serif;
	background: #4D4A40;
}

.p-entry-footer-action-title {
	color: #FFF;
	font-size: 16px;
	line-height: 1.3;
}

.p-entry-footer-action-list {
	display: table;
	list-style: none;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.p-entry-footer-action-item {
	display: table-cell;
	padding: 0 15px 0 0;
	text-align: center;
	vertical-align: top;
	box-sizing: border-box;
}

.p-entry-footer-action-btn {
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px 5px;
	border: 0;
	color: #333;
	font-size: 12px;
	font-family: TsukuARdGothicStd-B, sans-serif;
	background: #FFF;
	box-sizing: border-box;
}
.p-entry-footer-action-btn:hover,
.p-entry-footer-action-btn:visited,
.p-entry-footer-action-btn:active,
.p-entry-footer-action-btn:focus {
	color: #333;
	text-decoration: none;
}

.p-entry-footer-action-icon {
	display: block;
	color: #665618;
	font-size: 32px;
}

.p-entry-footer-action-icon-favorite {
	color: #D9001A;
}

.btnCopyId-success {
	position: relative;
}
.btnCopyId-success:after {
	position: absolute;
	bottom: 100%;
	right: 0;
	left: 0;
	margin-bottom: 5px;
	z-index: 1000000;
	display: none;
	padding: 5px 8px;
	font: normal normal 11px/1.5 Helvetica,arial,nimbussansl,liberationsans,freesans,clean,sans-serif,"Segoe UI Emoji","Segoe UI Symbol";
	color: #FFF;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: break-word;
	white-space: pre;
	pointer-events: none;
	content: attr(aria-label);
	background: rgba(0, 0, 0, .8);
	border-radius: 3px;
	-webkit-font-smoothing: subpixel-antialiased;
}
.btnCopyId-success:before {
	position: absolute;
	top: -5px;
	right: 50%;
	bottom: auto;
	margin-right: -5px;
	z-index: 1000001;
	display: none;
	width: 0;
	height: 0;
	color: rgba(0, 0, 0, .8);
	pointer-events: none;
	content: "";
	border: 5px solid transparent;
	border-top-color: rgba(0, 0, 0, .8);
}
.btnCopyId-success:hover:before,
.btnCopyId-success:hover:after,
.btnCopyId-success:active:before,
.btnCopyId-success:active:after,
.btnCopyId-success:focus:before,
.btnCopyId-success:focus:after {
	display: inline-block;
	text-decoration: none;
}

@media screen and (max-width: 767px) {
	.p-entry-footer-action-title {
		position: absolute;
		width: 1px;
		height: 1px;
		margin: -1px;
		padding: 0;
		border: 0;
		overflow: hidden;
		clip: rect(0 0 0 0);
	}
}

@media screen and (min-width: 768px) {
	.p-entry-footer-action {
		margin: 0 0 40px 0;
	}
	.p-entry-footer-action-inner {
		display: table;
		width: 100%;
	}
	.p-entry-footer-action-title {
		display: table-cell;
		vertical-align: middle;
		padding-right: 15px;
	}
	.p-entry-footer-action-group {
		display: table-cell;
	}
	.p-entry-footer-action-item {
		float: none;
	}
	.p-entry-footer-action-btn {
		transition: all .3s;
	}
	.p-entry-footer-action-btn:hover {
		background: #CCC;
	}
}

/*  続きを読むボタン
------------------------------ */
.c-continue-link {
	margin: 0;
	font-size: 16px;
}

.c-continue-link a {
	display: inline-block;
	padding: 10px;
	color: #FFF;
	line-height: 1.5;
	font-weight: bold;
	border-radius: 3px;
	background: #999;
}
.c-continue-link a [class*="acms-icon"] {
	margin: 0 10px 0 0;
}
.c-continue-link a:link,
.c-continue-link a:visited {
	color: #FFF;
}
.c-continue-link a:hover,
.c-continue-link a:focus,
.c-continue-link a:active {
	color: #FFF;
	text-decoration: none;
	background: #AAA;
}

@media screen and (min-width: 768px) {
	/* 続きを読むボタン */
	.c-continue-link a {
		padding: 5px 10px;
		font-weight: normal;
	}
}

/* ------------------------------
　　編集画面
------------------------------ */
.admin-field-table td {
	border-bottom: 1px dashed #999;
	background-color: #F7F7F7;
	color: #333;
	padding: 7px 10px;
}

.admin-field-table th {
	border-bottom: 1px dashed #999;
	background-color: #F7F7F7;
	color: #333;
	padding: 7px 10px;
	text-align: right;
	width: 10em;
	vertical-align: top;
}

.admin-field-p-info {
	margin: 0;
	color: #666;
	font-size: 13px;
}

.admin-custom-unit-col {
	float: left;
	width: 25%;
	margin: 0 0 20px 0;
	padding: 0 10px;
	box-sizing: border-box;
}

.admin-custom-unit-heading {
	margin: 0 0 5px 0;
	font-size: 12px;
	font-weight: bold;
}

/* ------------------------------
　　編集画面
------------------------------ */
.takisadaFieldTable tr:nth-child(odd) th,
.takisadaFieldTable tr:nth-child(odd) td {
	background-color: #EEE !important;
}

.takisadaFieldTable th {
	vertical-align: top;
}

/* ------------------------------
　　レイアウトモジュール
------------------------------ */
.p-layout .c-thumbnail-overlays {
	margin: 0 -15px 35px;
}

@media screen and (min-width: 768px) {
	.p-layout .c-thumbnail-overlays {
		margin: 0 auto 45px auto;
	}
}

.p-layout .c-btn-list {
	margin: 0 0 20px 0;
}

@media screen and (min-width: 768px) {
	.p-layout .c-btn-list {
		margin: 0 -15px 0 -15px;
	}
}

/* 余白 */
.p-layout-space {
	padding: 10px 15px 25px 15px;
}
.p-layout-space .acms-container {
	padding: 0;
}

@media screen and (min-width: 768px) {
	.p-layout-space {
		padding: 30px 15px 20px 15px;
	}
}

/* ------------------------------
　　お問い合わせ
------------------------------ */
.p-contact-box p.message {
	margin: 0 15px 35px 15px;
	font-weight: bold;
}

.p-contact-box p.contact-no {
	margin: 0;
	font-size: 30px;
	font-weight: bold;
	color: #333;
}
.p-contact-box p.contact-no a {
	color: inherit;
}

.p-contact-box .p-contact-form {
	width: 100%;
	margin: 0 0 20px 0;
	border: 6px solid #FFD93C;
}
.p-contact-box .p-contact-form th {
	font-family: TsukuARdGothicStd-B, sans-serif;
}

.p-contact-box tr {
	border-bottom: 1px solid #FFD93C;
}

.p-contact-box th,
.p-contact-box td {
	display: block;
}

.p-contact-box th {
	padding: 14px 14px 5px 14px;
	text-align: left;
}

.p-contact-box td {
	padding: 5px 14px 15px 14px;
}

@media screen and (min-width: 768px) {
	.p-contact-box th,
	.p-contact-box td {
		display: table-cell;
		padding: 30px 15px;
	}
	.p-contact-box th {
		position: relative;
		width: 260px;
		padding: 30px 15px 20px 60px;
		vertical-align: top;
		box-sizing: border-box;
	}
}
@media screen and (min-width: 768px) and (min-width: 768px) {
	.p-contact-box th .c-label-required {
		position: absolute;
		left: 13px;
	}
}

@media screen and (min-width: 768px) {
	.p-contact-box.-en th {
		padding-left: 77px;
	}
	.p-contact-box td {
		padding: 30px 25px 30px 15px;
	}
}

.p-contact-bottom {
	margin: 0 0 30px 0;
}

/* ステップ
------------------------------ */
.p-contact-box .c-mail-step {
	margin: 0 15px 35px 15px;
	padding: 0;
	border: 3px solid #FFF;
	/* カウンターの設定 */
	counter-reset: mailStep;
}
.p-contact-box .c-mail-step.-en .c-mail-step-item {
	font-family: Slate-MediumCondensed, TsukuARdGothicStd-B, sans-serif;
}

.p-contact-box .c-mail-step-item {
	position: relative;
	float: left;
	width: 33.33333%;
	height: 80px;
	list-style: none;
	padding: 10px 10px 10px 30px;
	color: #4D4A40;
	font-size: 13px;
	font-family: TsukuARdGothicStd-B, sans-serif;
	line-height: 1.2;
	background: #FFED1F;
	box-sizing: border-box;
}
.p-contact-box .c-mail-step-item:before,
.p-contact-box .c-mail-step-item:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -43px;
	border-style: solid;
	border-color: transparent;
	border-left-color: #FFF;
}
.p-contact-box .c-mail-step-item:before {
	margin-top: -43px;
	border-width: 43px 0 43px 19px;
	border-left-color: #FFF;
}
.p-contact-box .c-mail-step-item:after {
	margin-top: -40px;
	border-width: 40px 0 40px 16px;
	border-left-color: #FFED1F;
}
.p-contact-box .c-mail-step-item:first-child {
	padding: 10px;
}
.p-contact-box .c-mail-step-item:first-child:before,
.p-contact-box .c-mail-step-item:first-child:after {
	content: none;
}

.p-contact-box .c-mail-step-item-current {
	color: #FFF;
	background: #4D4A40;
}
.p-contact-box .c-mail-step-item-current + .c-mail-step-item:after {
	border-left-color: #4D4A40;
}

.p-contact-box .c-mail-step-label {
	display: block;
	margin: 0 0 5px 0;
	font-size: 13px;
	line-height: 1.3;
}
.c-mail-step-item-current .p-contact-box .c-mail-step-label {
	color: #D9E1F0;
}

@media screen and (min-width: 768px) {
	.p-contact-box .c-mail-step {
		height: 60px;
	}
	.p-contact-box .c-mail-step.-en {
		height: 100px;
	}
	.p-contact-box .c-mail-step.-en .c-mail-step-item {
		height: 100px;
	}
	.p-contact-box .c-mail-step.-en .c-mail-step-item:before {
		margin-top: -53px;
		border-width: 53px 0 53px 23px;
	}
	.p-contact-box .c-mail-step.-en .c-mail-step-item:after {
		margin-top: -50px;
		border-width: 50px 0 50px 20px;
	}
	.p-contact-box .c-mail-step-item {
		height: 60px;
		padding: 10px 20px 10px 45px;
		font-size: 16px;
	}
	.p-contact-box .c-mail-step-item:before {
		margin-top: -33px;
		border-width: 33px 0 33px 18px;
	}
	.p-contact-box .c-mail-step-item:after {
		margin-top: -30px;
		border-width: 30px 0 30px 15px;
	}
	.p-contact-box .c-mail-step-item:first-child {
		padding: 10px 20px;
	}
	.p-contact-box .c-mail-step-item:first-child:before,
	.p-contact-box .c-mail-step-item:first-child:after {
		content: none;
	}
}

/* ------------------------------
　　テーブル
------------------------------ */
/* 　お気にいりリスト
------------------------------ */
.p-favorite-cart-wrap {
	margin: 0 0 40px 0;
}

.p-favorite-cart {
	width: 100%;
	margin: 0 0 25px 0;
	font-family: TsukuARdGothicStd-B, sans-serif;
}
.p-favorite-cart thead th {
	padding: 5px 10px;
	color: #FFF;
	font-size: 13px;
	background-color: #4D4A40;
	text-align: left;
	white-space: nowrap;
}
.p-favorite-cart tbody {
	background: #FFF;
}
.p-favorite-cart tbody td {
	background-color: #FFF;
	border: none;
	background: -webkit-linear-gradient(right, #333 0%, #333 16.66667%, transparent 16.66667%, transparent 100%);
	background:         linear-gradient(to left, #333 0%, #333 16.66667%, transparent 16.66667%, transparent 100%);
	background-repeat: repeat-x;
	background-size: 6px 1px;
	background-position: 1px bottom;
}

.p-favorite-cart-image img {
	display: block;
}

.p-favorite-cart-code {
	width: 1%;
	padding: 0 10px;
	white-space: nowrap;
}

.p-favorite-cart-name {
	padding: 0 10px;
}
.p-favorite-cart-name a {
	color: #333;
}

.p-favorite-cart-action {
	width: 1%;
	padding: 0 10px;
	text-align: center;
	white-space: nowrap;
}

@media screen and (max-width: 767px) {
	.p-favorite-cart thead {
		display: none;
	}
	.p-favorite-cart-image {
		display: block;
		width: 100px;
		height: 86px;
		overflow: hidden;
	}
	.p-favorite-cart-code {
		display: none;
	}
	.p-favorite-cart-name {
		width: 100%;
	}
}

/* 　お気にいりフォーム
------------------------------ */
/* レイアウト */
.p-favorite-form {
	margin: 0 -15px 30px -15px;
	color: #FFF;
	background: #4D4A40;
}
.p-favorite-form .c-form-btn-box {
	margin: 0 0 5px 0;
}

.p-favorite-form-layout-heading {
	vertical-align: top;
	padding: 10px;
	border: none;
	background: -webkit-linear-gradient(right, #FFF 0%, #FFF 16.66667%, transparent 16.66667%, transparent 100%);
	background:         linear-gradient(to left, #FFF 0%, #FFF 16.66667%, transparent 16.66667%, transparent 100%);
	background-repeat: repeat-x;
	background-size: 6px 1px;
	background-position: 1px bottom;
}

.p-favorite-form-layout-content {
	padding: 10px;
}

@media screen and (min-width: 768px) {
	.p-favorite-form {
		margin: 0 0 40px 0;
	}
	.p-favorite-form-section {
		display: table;
		width: 100%;
	}
	.p-favorite-form-layout-heading {
		display: table-cell;
		width: 1%;
		padding: 20px;
		white-space: nowrap;
		border: none;
		background: -webkit-linear-gradient(top, #FFF 0%, #FFF 16.66667%, transparent 16.66667%, transparent 100%);
		background:         linear-gradient(to bottom, #FFF 0%, #FFF 16.66667%, transparent 16.66667%, transparent 100%);
		background-repeat: repeat-y;
		background-size: 1px 6px;
		background-position: right 1px;
	}
	.p-favorite-form-layout-content {
		display: table-cell;
		width: 100%;
		padding: 20px 15px;
	}
}

/* コンテンツ */
.p-favorite-form-title {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 1.2;
	text-align: center;
	font-family: TsukuARdGothicStd-B, sans-serif;
}

.p-favorite-form-text {
	margin: 20px 0;
	font-size: 13px;
}

.p-favorite-form-table {
	width: 100%;
}
.p-favorite-form-table th {
	position: relative;
	padding: 5px;
	font-size: 16px;
	text-align: left;
	vertical-align: top;
	font-family: TsukuARdGothicStd-B, sans-serif;
}
.p-favorite-form-table td {
	padding: 5px;
}
.p-favorite-form-table .acms-form-radio {
	margin-right: 10px;
}

@media screen and (max-width: 1023px) {
	.p-favorite-form-text {
		margin: 0 0 20px 0;
	}
	.p-favorite-form-table th {
		display: block;
		padding: 0 0 10px 0;
		font-size: 15px;
	}
	.p-favorite-form-table td {
		display: block;
		padding: 0 0 20px 0;
	}
	.p-favorite-form-table .acms-form-radio {
		display: block;
	}
}

@media screen and (min-width: 1024px) {
	.p-favorite-form-table {
		margin: 0 0 15px 0;
	}
	.p-favorite-form-table th {
		width: 1%;
		padding: 8px 20px 5px 5px;
		white-space: nowrap;
	}
	.p-favorite-form-table td.check {
		padding-left: 185px;
	}
}

/* お気に入りボタン */
.p-favorite-btn.c-form-btn {
	color: #333;
	border-color: #FFED1F;
	background: #FFED1F;
}
.p-favorite-btn.c-form-btn:link,
.p-favorite-btn.c-form-btn:visited,
.p-favorite-btn.c-form-btn:active,
.p-favorite-btn.c-form-btn:focus {
	color: #333;
	text-decoration: none;
}
.p-favorite-btn.c-form-btn:hover {
	color: #333;
	text-decoration: none;
	background: #FFF;
	border-color: #FFF;
}
.p-favorite-btn.c-form-btn .fa {
	margin-right: 5px;
}

/* ------------------------------
　　一覧ページ
------------------------------ */
/* 　ギャラリー
------------------------------ */
.p-index-gallery .c-gallery-square-wrap {
	padding: 0 15px;
}

.p-index-gallery .c-gallery-square {
	margin: 0 -15px;
}

.p-index-gallery .c-gallery-square-item {
	margin: 0 0 30px 0;
	padding: 0 15px;
}

/* ------------------------------
　　テキスタイル
------------------------------ */
.js-layout-switch-element {
	display: none;
}

.is-switched {
	display: block;
	animation: 1s fade-in;
}

.p-entry-book-info {
	background-color: #FFF;
	height: 100%;
}

.p-entry-book-info-body {
	padding: 0 15px 0;
}

.p-entry-book-contents {
	height: 100%;
	padding: 20px 0 20px 0;
	background-color: #FFF;
	box-sizing: border-box;
}
.p-entry-book-contents:before,
.p-entry-book-contents:after {
	content: " ";
	display: table;
}
.p-entry-book-contents:after {
	clear: both;
}

.p-entry-book-img-wrap {
	margin: 0 15px 20px 15px;
}

.p-entry-book-detail {
	background-color: #FFF;
	padding-top: 15px;
	margin: 0 0 20px 0;
}

.p-entry-column {
	/* ステータス */
	/* キャチコピー */
	/* ボタン群 */
}
.p-entry-column .p-entry-label {
	background-color: #FFED1F;
}
.p-entry-column .p-entry-book-img {
	margin: 0 0 10px 0;
	display: block;
	max-width: 100%;
	height: auto;
}
.p-entry-column .p-entry-book-info h2 {
	margin: 0 0 10px;
	padding: 0 0 5px 0;
	font-size: 13px;
	border: none;
	background: -webkit-linear-gradient(right, #333 0%, #333 16.66667%, transparent 16.66667%, transparent 100%);
	background:         linear-gradient(to left, #333 0%, #333 16.66667%, transparent 16.66667%, transparent 100%);
	background-repeat: repeat-x;
	background-size: 6px 1px;
	background-position: 1px bottom;
}
.p-entry-column .p-entry-book-info {
	margin: 0 0 20px 0;
	font-size: 16px;
}
.p-entry-column .p-entry-list-item-strong {
	font-size: 20px;
}
.p-entry-column .p-entry-book-last-month {
	margin-bottom: 0;
	font-size: 12px;
}
.p-entry-column .p-entry-book-large-image {
	display: block;
	float: left;
	height: auto;
	padding: 5px 25px;
	border: 0 none;
	border-radius: 5px;
	box-sizing: border-box;
	line-height: 1.2;
	font-size: 16px;
	font-family: TsukuARdGothicStd-B, sans-serif;
	text-decoration: none;
	background-color: #333;
	transition: background .2s ease 0s;
}
.p-entry-column .p-entry-book-large-image:link,
.p-entry-column .p-entry-book-large-image:visited,
.p-entry-column .p-entry-book-large-image:active,
.p-entry-column .p-entry-book-large-image:focus {
	color: #FFF;
	text-decoration: none;
}
.p-entry-column .p-entry-book-large-image:hover {
	background-color: #444;
	text-decoration: none;
}
.p-entry-column .p-entry-book-states {
	width: 100%;
	margin: 0 0 15px 0;
	padding: 5px 0;
	border: 1px solid #CCC;
	text-align: center;
	font-size: 13px;
}
.p-entry-column .p-entry-book-states.outofprint {
	color: #999;
}
.p-entry-column .p-entry-book-states.pricedown {
	color: #3872B0;
}
.p-entry-column .p-entry-book-states.reserve {
	color: #388E3C;
}
.p-entry-column .p-entry-book-states.waiting {
	color: #D0011B;
}
.p-entry-column .p-entry-book-copy {
	margin-bottom: 15px;
	font-size: 20px;
}
.p-entry-column .p-entry-book-btns {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.p-entry-column .p-entry-book-btns:before,
.p-entry-column .p-entry-book-btns:after {
	content: " ";
	display: table;
}
.p-entry-column .p-entry-book-btns:after {
	clear: both;
}
.p-entry-column .p-entry-book-btn-item {
	display: inline-block;
	margin: 0 5px 5px 5px;
	padding: 0;
	background: none;
}
.p-entry-column .p-entry-book-btn-item:before,
.p-entry-column .p-entry-book-btn-item:after {
	content: " ";
	display: table;
}
.p-entry-column .p-entry-book-btn-item:after {
	clear: both;
}

#hideCode {
	opacity: 0;
	font-size: 16px;
}

/* レイアウト */
.acms-entry .p-entry-book-layout {
	margin: 0 -10px 20px -10px;
}
.acms-entry .p-entry-book-layout:before,
.acms-entry .p-entry-book-layout:after {
	content: " ";
	display: table;
}
.acms-entry .p-entry-book-layout:after {
	clear: both;
}

.acms-entry .p-entry-book-layout-side,
.acms-entry .p-entry-book-layout-main {
	padding: 0 10px;
}

@media screen and (max-width: 479px) {
	.p-entry-book-layout-side {
		height: auto !important;
	}
}

@media screen and (min-width: 768px) {
	.acms-entry .p-entry-book-layout {
		margin: 0 -15px 15px -15px;
	}
	.acms-entry .p-entry-book-layout:before,
	.acms-entry .p-entry-book-layout:after {
		content: " ";
		display: table;
	}
	.acms-entry .p-entry-book-layout:after {
		clear: both;
	}
	.acms-entry .p-entry-book-layout-side,
	.acms-entry .p-entry-book-layout-main {
		padding: 0 15px;
	}
}

/* 　編集
------------------------------ */
.admin-field-table .textile-material {
	font-size: 14px;
}
.admin-field-table .textile-material th {
	width: auto;
	border-bottom-style: solid;
	border-right-style: solid;
}
.admin-field-table .textile-material td {
	border-bottom-style: solid;
	border-right-style: solid;
	padding: 2px 6px;
}

.acms-admin-accordion {
	margin-top: 20px;
}

/* 　検索
------------------------------ */
.acms-form .brand-select {
	height: 100px;
	font-size: 16px;
	background-image: none;
	margin: 0 0 20px 0;
}

.acms-form .brand-select.hover,
.acms-form .brand-select:hover {
	background-image: none;
}

.multilineselect {
	display: inline-block;
	height: 100px;
	margin: 0 0 20px 0;
	padding: 10px;
	border: 1px solid #A7A7AA;
	border-radius: 3px;
	background-color: #F0F0F0;
	text-decoration: none;
	font-size: 16px;
	line-height: 1.3;
	text-align: left;
}
.multilineselect:focus {
	outline: none;
	border-color: #137AF3;
}
.multilineselect:disabled {
	border-color: #DDD;
	background-color: #F5F5F5;
	color: #999;
	cursor: not-allowed;
}
.multilineselect.selected {
	background-color: #137AF3;
}

/* ------------------------------
　　取り扱い問屋様
------------------------------ */
/* 　検索ボックス（問屋）
------------------------------ */
.p-wholesale-search {
	width: 100%;
	margin: 0 0 20px 0;
	padding: 5px 10px 20px 10px;
	border: 1px solid #666;
	background: #FFF;
	box-sizing: border-box;
}
.p-wholesale-search table {
	width: 100%;
}
.p-wholesale-search th {
	width: 80px;
	padding: 10px 0;
	font-family: TsukuARdGothicStd-B, sans-serif;
	font-size: 14px;
	text-align: left;
}
.p-wholesale-search td {
	padding: 7px 0;
}
.p-wholesale-search select {
	width: 100%;
	padding: 4px 30px 4px 10px;
	font-size: 16px;
}
.p-wholesale-search input[type="search"] {
	padding: 8px 5px 8px;
	box-sizing: border-box;
}

@media screen and (min-width: 768px) {
	.p-wholesale-search th {
		width: 100px;
		font-size: 18px;
	}
	.p-wholesale-search select {
		font-size: 14px;
	}
}

.p-wholesale-search-item {
	margin: 0 0 20px 0;
}

.p-wholesale-search-label {
	padding: 0 0 5px 0;
	font-family: TsukuARdGothicStd-B, sans-serif;
	font-size: 14px;
}

@media screen and (min-width: 768px) {
	.p-wholesale-search-label {
		padding: 0 0 10px 0;
		font-size: 18px;
	}
}

/* ------------------------------
　　メインビジュアル
------------------------------ */
.p-main-visual {
	margin: 0 0 40px 0;
	max-height: 360px;
}
.p-main-visual__test {
	font-size: 20px;
}
.p-main-visual__item {
	margin: 0 10px;
}
.p-main-visual__link {
	display: block;
	transition: opacity .2s;
}
.p-main-visual__link:hover {
	opacity: .6;
}
.p-main-visual__img {
	width: 100%;
	height: auto;
	max-width: 100vw;
}
.p-main-visual__iframe {
	width: 70vw;
}
.p-main-visual__responsive {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}
.p-main-visual__responsive iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.p-main-visual .slick-prev-large,
.p-main-visual .slick-next-large {
	margin: 0 10px;
	z-index: 2;
	background-image: transparent;
	transition: all .3s;
}
.p-main-visual .slick-prev-large:before,
.p-main-visual .slick-next-large:before {
	content: "";
	display: block;
	line-height: 1;
	background-size: contain;
	width: 11px;
	height: 20px;
	margin: auto;
	background: no-repeat;
	background-size: cover;
}
.p-main-visual .slick-prev-large {
	top: 0;
	left: 0;
}
.p-main-visual .slick-prev-large:before {
	background-image: url(../images/common/arrow-left.svg);
}
.p-main-visual .slick-next-large {
	top: 0;
	right: 0;
}
.p-main-visual .slick-next-large:before {
	background-image: url(../images/common/arrow-right.svg);
}
.p-main-visual .slick-prev-large,
.p-main-visual .slick-next-large {
	width: 70px;
	height: 100%;
	margin: 0;
	border-radius: 0;
}
.p-main-visual .slick-prev-large:before,
.p-main-visual .slick-next-large:before {
	width: 22px;
	height: 40px;
}
@media screen and (min-width: 870px) {
	.p-main-visual__iframe {
		width: 640px;
	}
}
@media screen and (min-width: 768px) {
	.p-main-visual {
		margin: 0 0 50px 0;
	}
}