@charset "UTF-8";
/*
Theme Name: Emanon Business
Theme URI: https://wp-emanon.jp
Author: 株式会社イノ・コード
Author URI: https://innocord.co.jp/
Description: Emanon Pro（エマノン プロ）対応の子テーマです。ビジネスサイトに特化したフロントページの設定ができます。
Template: emanon-pro
Version: 1.6.3
License URI: https://wp-emanon.jp/terms/
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, theme-options

Emanon Business用のスタイルを以下に記述
カスタマイズ機能のCSS圧縮をオンにしている場合、オフに切り替えてからスタイルを追加し、その後、再度CSS圧縮をオンにしてください。
*/

.inner {
	padding: 0 8px;
}

/* Newsticker section */
.eb-ticker-section {
	display: block;
	height: 48px;
	padding: 0 8px;
	background-color: #f8f8f8;
	font-size: 14px;
	font-size: 1.4rem;
}

.ticker-label {
	float: left;
	margin-right: 8px;
	line-height: 48px;
}

.ticker-label a {
	padding: 4px 6px;
	color: #fff;
	background-color: #161410;
}

.ticker-label a:hover {
	color: #fff;
	background-color: #6584d1;
}

.ticker-date {
	display: none;
}

.ticker-title {
	height: 48px;
	line-height: 48px;
	overflow: hidden;
}

.ticker-title li {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* solution section */
.eb-solution-section {
	position: relative;
	padding: 82px 0;
	text-align: center;
	background-color: #fff;
}

.solution-header {
	margin: 0 0 48px 0;
}

.solution-header h3 {
	position: relative;
	margin: 0 0 16px 0;
	font-size: 26px;
	font-size: 2.6rem;
	color: #000c15;
}

.solution-header p {
	margin: 16px 0 32px 0;
	color: #303030;
}

.solution-box-list {
	width: 100%;
	margin: 0 2.6% 32px 0;
	box-sizing: border-box;
	border-radius: 0 0 4px 4px;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}

.solution-box-list:nth-child(3n+1) {
	margin: 0 0 32px 0;
}

.solution-box-list p {
	color: #000c15;
}

.solution-box-icon img {
	width: 96px;
	height: 96px;
	border-radius: 50%;
}

.solution-box-icon i {
	width: 96px;
	height: 96px;
	line-height: 96px;
	border-radius: 50%;
	border: 2px solid #9b8d77;
	color:	#9b8d77;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}

.solution-box-list:hover i {
	box-shadow: 0 0 0 0px #00bcd4;
	background: #9b8d77;
	border: 2px solid #9b8d77;
	color: #fff;
}

.solution-box-detail {
	overflow: hidden;
}

.solution-box-list h3 {
	padding: 16px 0;
	font-size: 20px;
	font-size: 2.0rem;
}

.solution-box-list h3:before,
.solution-box-list h3:after {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}

.solution-box-list h3:before {
	margin-right: 10px;
	content: '[';
	-webkit-transform: translateX(20px);
	transform: translateX(20px);
}

.solution-box-list h3:after {
	content: ']';
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px);
	margin-left: 8px;
}

.solution-box-list:hover h3:before,
.solution-box-list:hover h3:after,
.solution-box-list:hover h3:before,
.solution-box-list:hover h3:after {
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
	opacity: 1;
}

.bottom-arrow {
	position: absolute;
	left: 50%;
	margin-left: -20px;
	width: 40px;
	height: 40px;
	background: #fff;
	-webkit-transform: rotate( 45deg );
	-moz-transform: rotate( 45deg );
	transform: rotate( 45deg );
	bottom: -20px;
	-webkit-filter: drop-shadow(2px 1px 0px rgba(0,0,0,0.1));
	filter: drop-shadow(2px 1px 0px rgba(0,0,0,0.1));
	z-index: 888;
}

/* Sales section */
.eb-sales-section {
	padding: 82px 0;
	border-top: 1px solid #e2e5e8;
}

.eb-sales-section .inner {
	padding: 0 16px;
}

.sales-section img {
	margin-bottom: 32px;
}

.sales-section-col {
	width: 100%;
}

.sales-header {
	margin: 0 0 64px 0;
	text-align: center;
}

.sales-content p {
	padding-bottom: 16px;
	text-align: justify;
}

.sales-section-cta {
	margin-top: 16px;
	text-align: center;
}

.sales-section-btn {
	width: 100%;
}

.sales-section-btn a {
	background-color: #9b8d77;
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
}

.sales-section-box {
	padding: 56px 0 0 0;
}

.sales-box-list {
	padding-bottom: 32px;
}

.sales-box-list:nth-child(3) {
	padding-bottom: 0;
}

.sales-box-header {
	position: relative;
	margin-bottom: 8px;
}

.sales-box-header h3, .sales-box-header i {
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.sales-box-icon {
	position: absolute;
	top: 0;
	left: 0;
}

.sales-box-detail p {
	padding-bottom: 16px;
	text-align: justify;
}

#sales-section-video {
 width: 100%;
}

.sales-section-video-wrap {
  position: relative;
}

.sales-section-video-btn {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 40px; /*コントローラー分下部に余白を*/
	cursor: pointer;
}

/* Benefit section */
.eb-benefit-section {
	position: relative;
	padding: 86px 0 54px 0;
	border-top: 1px solid #e2e5e8;
	background-color: #f8f8f8;
	text-align: center;
}

.benefit-header {
	margin: 0 0 48px 0;
	padding: 0 16px;
}

.benefit-header h3 {
	position: relative;
	margin: 0 0 16px 0;
	font-size: 26px;
	font-size: 2.6rem;
	color: #000c15;
}

.benefit-header p {
	margin: 16px 0 32px 0;
	color: #303030;
}

.benefit-box-list {
	margin: 0 2.9% 32px 0;
	padding: 16px;
	width: 100%;
	box-sizing: border-box;
	border-radius: 0 0 4px 4px;
	border: 1px solid #e2e5e8;
	background-color: #f4f4f4;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}

.benefit-box-list:hover {
	background-color: #6584d1;
	color: #fff
}

.benefit-box-list:nth-child(3n+1) {
	margin: 0 0 32px 0;
}

.benefit-box-icon {
	min-height: 128px;
}

.benefit-box-icon img {
	width: 100%;;
	height: 100%;
	vertical-align: bottom;
}

.benefit-box-icon i {
	margin: 32px 0;
	font-size: 64px;
	color: #9b8d77;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}

.benefit-box-list:hover i {
	color: #fff;
	-webkit-transform: TranslateY(-8px);
	transform: TranslateY(-8px);
}

.benefit-box-detail {
	position: relative;
	overflow: hidden;
}

.benefit-box-detail h3 {
	margin: 16px 0;
	font-size: 20px;
	font-size: 2.0rem;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}

.benefit-box-list:hover h3 {
	color: #fff
}

.benefit-box-list p {
	margin-bottom: 32px;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}

.benefit-box-list:hover p {
	color: #fff
}

.benefit-section-cta {
	margin: 32px 0;
}

.benefit-section-btn {
	width: 80%;
}

.benefit-section-btn a {
	background-color: #9b8d77;
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
}

/* Case Section */
.eb-case-section {
	position: relative;
	padding: 86px 16px 54px 16px;
	border-top: 1px solid #e2e5e8;
	background-color: #f8f8f8;
	text-align: center;
}

.case-header {
	margin: 0 0 48px 0;
	padding: 0 16px;
}

.case-header h3 {
	position: relative;
	margin: 0 0 16px 0;
	font-size: 26px;
	font-size: 2.6rem;
	color: #000c15;
}

.case-header p {
	margin: 16px 0 32px 0;
	color: #303030;
}

.case-thumbnail {
	position: relative;
}

.case-thumbnail a {
	display: block;
}

.case-thumbnail img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}

.case-post {
	padding: 8px 0;
}

.case-title a {
	display: block;
	color: #000c15;
}

.case-title {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}

.case-section-cta {
	margin: 32px 0;
}

.case-section-btn {
	width: 80%;
}

.case-section-btn a {
	background-color: #9b8d77;
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
}

/* Product section */
.eb-product-section {
	padding: 64px 0;
}

.product-message {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	z-index: 300;
}

.product-content {
	margin: 0 16px;
}

.product-content h2 {
	margin: 16px 0;
	color: #fff;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.product-content p {
	margin: 16px 0;
	color: #fff;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.product-section-cta {
	margin-top: 32px;
}

.product-section-btn {
	position: relative;
	width: 80%;
}

.product-section-btn a {
	background-color: #9b8d77;
	color: #fff;
}

/* Front cta section */
.eb-front-cta-section {
	padding: 40px 0 72px 0;
	background-color: #161410;
}

.front-cta-header {
	margin: 32px 0 16px 0;
	text-align: center;
}

.front-cta-header h2 {
	font-size: 20px;
	font-size: 2.0rem;
	color: #fff;
}

.front-cta-header-single {
	margin: 32px 0 16px 0;
	text-align: center;
}

.front-cta-header-single h2, .front-cta-header-single .fa {
	font-size: 20px;
	font-size: 2.0rem;
	color: #fff;
}

.front-cta-header .fa {
	margin: 0 8px 0 0;
	font-size: 20px;
	font-size: 2.0rem;
	color: #fff;
}

.front-cta-content dl {
	position: relative;
	padding: 32px;
	border: 1px solid #e2e5e8;
	color: #fff;
	z-index: 300;
}

.front-cta-content dt {
	padding: 0 0 24px 0;
	font-weight: normal;
}

.front-cta-content dd {
	padding: 0;
	text-align: center;
}

.front-cta-tell {
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
}

.front-cta-mail-btn {
	position: relative;
	width: 80%;
}

/* Price section */
.eb-price-section {
	position: relative;
	padding: 86px 0;
	border-top: 1px solid #e2e5e8;
	background-color: #f8f8f8;
}

.price-header {
	margin: 0 0 48px 0;
	text-align: center;
}

.price-header h2 {
	margin: 0 0 16px 0;
	font-size: 26px;
	font-size: 2.6rem;
}

.price-header p {
	margin: 16px 0 32px 0;
	font-size: 18px;
	font-size: 1.8rem;
}

.eb-price-section table {
	table-layout: fixed;
	border: none;
	text-align: center;
}

.eb-price-section table td {
	display: block;
	margin-bottom: 32px;
	padding: 0;
	border: 1px solid #e2e5e8;
	background-color: #fff;
	text-align: center;
	vertical-align: inherit;
}

.eb-price-section table td:hover {
	box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.2);
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.price-item {
	padding: 16px;
	border-bottom: 1px solid #e2e5e8;
	background-color: #9b8d77;
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #303030;
}

.price-selling {
	padding: 16px;
	border-bottom: 1px solid #e2e5e8;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #303030;
}

.price-description {
	padding: 16px;
	line-height: 2;
	font-size: 14px;
	font-size: 1.4rem;
}

.price-section-cta {
	margin: 32px 0;
}

.price-section-btn {
	position: relative;
	width: 80%;
}

.price-section-btn a {
	background-color: #9b8d77;
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
}

.eb-price-section .bottom-arrow {
	background-color: #f8f8f8;
}

/* Category section */
.eb-category-section {
	padding: 86px 0;
	border-top: 1px solid #e2e5e8;
	background-color: #fff;
}

.category-img img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.category-header {
	margin: 0 0 48px 0;
	text-align: center;
}

.category-header p {
	margin: 16px 0 32px 0;
	color: #303030;
}

.category-body {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: stretch;
}

.category-box {
	position: relative;
	margin: 0 0 32px 0;
	width: 100%;
	border-radius: 0 0 4px 4px;
	border: 1px solid #e2e5e8;
	box-sizing: border-box;
	background-color: #f4f4f4;
}

.category-box-list {
	overflow: hidden;
}

.category-box-header {
	position: relative;
	margin-bottom: 10rem;
}

.category-box-header h3 {
	padding: 24px 16px 16px 16px;
	text-align: center;
	font-size: 20px;
	font-size: 2.0rem;
}

.category-box-header h3:after {
	content: "";
	position: absolute;
	top: 58px;
	left: 0;
	right: 0;
	width: 32px;
	height: 2px;
	margin: 0 auto;
}

.category-box-header p {
	margin: 32px 0 16px 0;
	padding: 0 16px;
	font-size: 14px;
	font-size: 1.4rem;
}

.category-box:nth-child(3n+1) {
	margin: 0 0 32px 0;
}

.category-list li {
	padding: 0px 16px 8px 16px;
	font-size: 16px;
	font-size: 1.6rem;
}

.category-list li a:before {
	content: "-";
	display: inline-block;
	padding-right: 5px;
}

.category-list li a {
	display: block;
	font-weight: bold;
}

.category-box-footer {
	position: absolute;
	right: 0;
	bottom: 24px;
	left: 0;
	width: 100%;
}

.category-btn a {
	background-color: #9b8d77;
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
}

/* Content section */
.home .content {
	border-top: 1px solid #e2e5e8;
}

/* Information section */
.eb-info-section {
	padding: 86px 0;
	border-top: 1px solid #e2e5e8;
	background-color: #f8f8f8;
}

.info-container {
	margin: 0 auto;
	width: 100%;
}

.info-header {
	margin: 0 0 32px 0;
	text-align: center;
}

.info-header p {
	margin: 16px 0;
	font-size: 18px;
	font-size: 1.8rem;
}

.info-container li {
	position: relative;
	border-bottom: 1px dotted #c6ccd1;
	line-height: 1.6;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.info-container li:hover {
	background-color: #fff;
}

.info-meta {
	padding: 16px 0 0 0;
	font-size: 12px;
	font-size: 1.2rem;
}

.info-container h3 {
	display: inline;
	font-weight: normal;
}

.info-container h3 a {
	display: block;
	padding: 4px 0 15px 0;
	font-size: 16px;
	font-size: 1.6rem;
}

.info-section-btn {
	margin-top: 32px;
	width: 80%;
}

.info-section-btn a {
	background-color: #9b8d77;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
}

/* Accordion faq section */
.eb-accordion-faq-section {
	padding: 86px 0;
	border-top: 1px solid #e2e5e8;
	background-color: #fff;
}

.accordion-faq-container {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.accordion-faq-header {
	margin: 0 0 48px 0;
	text-align: center;
}

.accordion-faq-header h2 {
	margin: 0 0 16px 0;
	font-size: 26px;
	font-size: 2.6rem;
}

.accordion-faq-header p {
	margin: 16px 0 32px 0;
	font-size: 16px;
	font-size: 1.6rem;
}

.accordion-faq-content {
	text-align: left;
}

.accordion-faq-content dt {
	position: relative;
	padding: 4px 0 32px 40px;
	font-weight: normal;
	cursor: pointer;
}

.accordion-faq-content dd {
	position: relative;
	margin-bottom: 32px;
	padding: 4px 0 32px 40px;
	border-bottom: 1px solid #e2e5e8;
}

.accordion-faq-content dd a {
	color: #9b8d77;
	text-decoration: underline;
}

.accordion-faq-content dd a:hover {
	color: #b5b5b5;
	text-decoration: none;
}

.accordion-faq-content .question:before {
	display: inline-block;
	content: "Q";
	position: absolute;
	top: 0;
	left: 0;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background: #9b8d77;
	color: #fff;
	border-radius: 50%;
	font-weight: normal;
}

.accordion-faq-content .answer:before {
	display: inline-block;
	content: "A";
	position: absolute;
	top: 0;
	left: 0;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background: #232323;
	color: #fff;
	border-radius: 50%;
	font-weight: normal;
}

.faq-section-btn {
	width: 80%;
}

.faq-section-btn a {
	background-color: #9b8d77;
	color: #fff;
}

/* Contactfrom section */
.eb-contactfrom-section {
	padding: 86px 0;
	border-top: 1px solid #e2e5e8;
	text-align: center;
}

.contactfrom-header {
	margin-bottom: 32px;
}

.contactfrom-content p {
	margin-bottom: 32px;
}

.contactfrom-content .wpcf7 {
	margin: 32px 0;
	padding: 32px 16px;
	background-color: #fff;
}

.contactfrom-content input[type="text"],
.contactfrom-content input[type="email"],
.contactfrom-content input[type="url"],
.contactfrom-content input[type="password"],
.contactfrom-content input[type="search"],
.contactfrom-content input[type="number"],
.contactfrom-content input[type="tel"],
.contactfrom-content input[type="range"],
.contactfrom-content input[type="color"],
.contactfrom-content input[type="time"],
.contactfrom-content input[type="date"],
.contactfrom-content input[type="datetime"],
.contactfrom-content input[type="datetime-local"],
.contactfrom-content input[type="week"],
.contactfrom-content input[type="month"],
.contactfrom-content select,
.contactfrom-content textarea {
	margin: 8px 0 16px 0;
	width: 100%;
	background-color: #f8f8f8;
}

.contactfrom-content-btn a, .contactfrom-content input[type="submit"] {
	margin-top: 32px;
	background-color: #9b8d77;
	color: #fff;
}

.contactfrom-content .wpcf7-response-output {
	margin: 0 auto;
	margin-top: 32px;
	width: 95%;
}

.front-page-widget {
	background-color: #fff;
}

.front-page-widget h2 {
	padding: 32px 0;
	text-align: center;
}

@media screen and ( min-width: 768px ) {
.inner {
	padding: 0;
}

/* Newsticker section */
.ticker-label a {
	padding: 4px 24px;
}

.ticker-label {
	margin-right: 16px;
}

.ticker-date {
	display: inline-block;
}

/* Solution section */
.solution-box-list {
	float: left;
	width: 31.4%;
	margin: 0 2.6% 0 0;
}

/* Sales section */
.sales-section-col {
	float: left;
	margin-left: 2.8%;
	width: 48.6%;
}

.sales-section-col:first-child {
	margin-left: 0;
}

.sales-section-box {
	padding: 0;
}

.sales-section-btn {
	width: 80%;
}

/* Case section */
.eb-case-section {
	padding: 86px 0 54px 0;
}

.case-section-btn {
	width: 40%;
}

/* Price section */
.eb-price-section table td {
	display: table-cell;
}

.price-section-btn {
	width: 40%;
}

/* Product section */
.product-section {
	padding: 64px 0;
}

.product-section-btn {
	width: 50%;
}

/* Info section */
.info-container {
	width: 752px;
}

.info-header {
	margin: 0 0 48px 0;
}

.info-header p {
	margin: 16px 0 32px 0;
}

.info-meta {
	display: inline;
	position: absolute;
	top: 50%;
	left: 0;
	padding: 0 0 0 8px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.info-container h3 {
	display: inline;
}

.info-container h3 a {
	display: block;
	padding: 16px 8px 16px 120px;
}

.info-section-btn {
	width: 40%;
}

/* Accordion faq section */
.accordion-faq-container {
	width: 752px;
}

.faq-section-btn {
	width: 40%;
}

/* Front CTA section */
.eb-front-cta-section {
	padding: 72px 0;
}

.front-cta-col6 {
	position: relative;
	width: 100%;
	margin-left: 0;
}

.front-cta-header {
	margin: 0 0 16px 0;
}

.front-cta-header h2, .front-cta-header .fa {
	font-size: 24px;
	font-size: 2.4rem;
}

.front-cta-single {
	width: 100%;
	margin: 0 auto;
}

.front-cta-header-single {
	margin: 0 0 16px 0;
}

.front-cta-header-single h2, .front-cta-header-single .fa {
	font-size: 24px;
	font-size: 2.4rem;
}

.front-cta-content-single {
	border: 1px solid #e2e5e8;
}

.cta-tel {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.front-cta-mail-btn {
	width: 80%;
}

/* Benefit section */
.benefit-box-list {
	float: left;
	width: 31.4%;
	margin: 0 2.6% 32px 0;
}

.benefit-section-btn {
	width: 40%;
}

.benefit-box-icon img {
	width: 350px;
}

/* Category section */
.category-box {
	float: left;
	width: 31.4%;
	margin: 0 2.6% 32px 0;
}

.category-list li {
	font-size: 14px;
	font-size: 1.4rem;
}

.category-btn {
	width: 80%;
}

/* Accordion faq section */
.accordion-faq-content li {
	padding: 8px 0 32px 56px;
}

/* Contactfrom section */
.contactfrom-content input[type="text"],
.contactfrom-content input[type="email"],
.contactfrom-content input[type="url"],
.contactfrom-content input[type="number"],
.contactfrom-content input[type="tel"],
.contactfrom-content input[type="range"],
.contactfrom-content input[type="color"],
.contactfrom-content input[type="time"],
.contactfrom-content input[type="date"],
.contactfrom-content input[type="datetime"],
.contactfrom-content input[type="datetime-local"],
.contactfrom-content input[type="week"],
.contactfrom-content input[type="month"],
.contactfrom-content select,
.contactfrom-content textarea {
	width: 70%;
}

.contactfrom-content .wpcf7 {
	margin: 32px;
	padding: 32px;
}

.front-cta-col6 {
	float: left;
	margin-left: 2.8%;
	width: 48.6%;
}

.front-cta-first {
	margin-left: 0;
}

.front-cta-single {
	width: 752px;
}

}

@media screen and ( min-width: 992px ) {
/* Sales section */
.sales-section-btn {
	width: 60%;
}

/* Case section */
.case-section-btn {
	width: 20%;
}

/* Benefit section */
.benefit-section-btn {
	width: 20%;
}

/* Product section */
.product-section-btn {
	width: 35%;
}

/* Price section */
.price-section-btn {
	width: 20%;
}

/* Front CTA section */
.front-cta-mail-btn {
	width: 60%;
}

/* Info section */
.info-container {
	width: 960px;
}

.info-section-btn {
	width: 20%;
}

/* Accordion faq section */
.accordion-faq-container {
	width: 960px;
}

.faq-section-btn {
	width: 20%;
}

}

@media screen and ( min-width: 1200px ) {

}

/*----------↓ここからカスタマイズ↓--------*/

/*----------------------------------
他社比較 20180612
------------------------------------*/
.compare {
	/*background: url(https://brand-buyer.com/wp-content/uploads/compare-bg.png);背景の画像*/
	/* 背景画像じゃなくてコードの場合*/
	background-color: #e0ffe2;
}

/*↓スマホ 768px以下の設定*/

.compare img {
	margin:0 !important;
	padding:0 !important;
}

.compare .l { /*買取例の商品名と各社の価格*/
  font-size: 13px;
  font-weight: bold
}

.compare .price { /*価格の色だけ赤*/
  color: #df0706;
  font-weight: bold
}

.compare .image {
  margin: 0 auto;
   float: left;
  text-align: center;
  width: 38%;
 
}
.compare .textarea {
  padding: 10px 10px 0 0;
  float: right;
  font-size: 12px;
  width: 62%;
  box-sizing: border-box;
}

.compare .textarea p {
  margin: 0 0 10px
}

.compare .textarea dl dt {
  margin: 0 10px 0 0;
  padding: 1px 6px;
  float: left;
  background: #291a17;
  color: #fff
}

.compare .textarea dl dd {
  margin: 0 0 10px
}

.compare .kaitori {
  clear: both;
  position: relative;
  margin:0;
}

.compare .kaitori .price {
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
  margin: -20px 0 0 0 !important; /*価格の高さ調整*/
  padding:0 !important;
  font-size: 26px ; 
}
/*円マーク*/
.compare .kaitori .price span {
  font-size: 18px
}
.compare .buyer-notice {
  font-size: .7em;
  float: right !important;
  margin-right: 2em;
	clear:both;
}

/*↓幅768px以上の時（タブレット～PC）*/
@media screen and (min-width:768px) { 
  .compare .l {  /*買取例の商品名と各社の価格*/
    font-size: 24px
  }
  .compare .image {
    width: 48%;
  }
  .compare .textarea {
    padding: 10px 10px 0 0;
    font-size: 16px;
    width: 52%;

  }
  .compare .textarea dl {
    margin: 0 0 10px
  }
  .compare .textarea dl dt {
    margin: 8px 20px 8px 0;
    padding: 0 8px;

  }
  .compare .textarea dl dd {
	   margin: 0 0 10px 0;
  }
  .compare .kaitori .price { /*当社買取価格*/
    font-size: 50px;
    margin: -40px 0 0 0 !important; /*価格の高さ調整*/
  }
 /*円マーク*/
.compare .kaitori .price span { 
    font-size: 24px; 
  }
}
/*----------------------------------
買取実績（カスタム投稿） 20180706
------------------------------------*/
.buy-wrap {
	display:table;
}
.buy-wrap img {
	width:300px;
	margin-right:10px;
	display:block;
	float:left; 
}
.buy-wrap table {
	width:330px;
	float:left;
	border: solid 1px gray;
}
.buy-wrap table td .type01,
.buy-wrap table td .type02,
.buy-wrap table td .type03,
.buy-wrap table td .type04,
.buy-wrap table td .type05 {
	background-color:inherit !important;
	color:#333;
}
.buy-wrap table th {
	white-space: nowrap;
	background-color: #f4f6fa;
}
/*
.buy-wrap table th {
	color:#FFF;
	font-weight:400;
	background-color:#666;
}
*/
@media screen and (max-width:1024px) {
	.buy-wrap img {
	width:50%;
	}
	.buy-wrap table {
	width:45%;
	}
}
@media screen and (max-width:414px) {
	.buy-wrap img {
	width:100%;
	}
	.buy-wrap table {
	width:100%;
	border-bottom: none;
	}
	.buy-wrap table th,
	.buy-wrap table td	{
		width:100%;
		float:left;
		margin:0;
		border-collapse: collapse;
		box-sizing: border-box;
		border-left: none;
	}
}
/*----------------------------------
買取実績 一覧 20180709
------------------------------------*/
.buy_performance_wrap {
	display:table;
	margin:10px 0 30px 0;
}
.buy_performance_wrap ul {
	width:212px;
	height:300px;
	padding:15px;
	margin:5px 0;
	/*background-color:#f2f2f2;*/
	float:left;
	box-sizing: border-box;
}
.buy_performance_img_wrap {
	width:155px;
	height:155px;
	margin:0 auto;
}
.buy_performance_wrap ul img {
	width:100% !important;
}
.buy_performance_wrap ul a :hover {
	opacity:0.6 !important;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.buy_performance_wrap ul li {
	font-size:13px;
	list-style:none;
	color: #333;
}
.buy_performance_wrap ul li a {
	text-decoration: none;
}
.buy_performance_wrap ul .buy_price {
	color:#900;
	font-weight:700; 
}
.buy_performance_wrap ul span.type01,
.buy_performance_wrap ul span.type02,
.buy_performance_wrap ul span.type03,
.buy_performance_wrap ul span.type04,
.buy_performance_wrap ul span.type05 {
	/*height:20px;*/
	font-size:13px;
	padding:0px 5px;
}
.buy_performance_wrap ul span.type01 {
	color:#FFF;
	background-color:#C90;
}
.buy_performance_wrap ul span.type02 {
	color:#FFF;
	background-color:#09C;
}
.buy_performance_wrap ul span.type03 {
	color:#FFF;
	background-color:#6C3;
}
.buy_performance_wrap ul span.type04 {
	color:#FFF;
	background-color:#F60;
}
.buy_performance_wrap ul span.type05 {
	color:#FFF;
	background-color:#F00;
}
.buy_rank span {
	font-size:11px;
}
.buy_performance_wrap ul:nth-child(3n-1) {
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}	
@media screen and (max-width:1024px) { 
	.buy_performance_wrap ul {
		width:33.3%;
		height:300px;
		padding:10px;
		}
	.buy_performance_img_wrap {
	width:85%;
}	
}
@media screen and (max-width:768px) { 
	.buy_performance_img_wrap {
	width:70%;
	}
}
@media screen and (max-width:414px) { 
	.buy_performance_wrap ul {
		height:310px;
	}
	.buy_performance_img_wrap {
		width:85%;
		height:100px;
	}
	.buy_performance_wrap ul span.type01,
	.buy_performance_wrap ul span.type02,
	.buy_performance_wrap ul span.type03,
	.buy_performance_wrap ul span.type04,
	.buy_performance_wrap ul span.type05 {
		clear:both;
		display:block;
	}
	.buy_rank {
		text-align:center;
	}
	.buy_price {
		text-align:center;
	}
	.buy_price span {
		display:block;
	}
}
@media screen and (max-width:414px) {
	.buy_performance_wrap ul {
		height:310px;
	}
	.buy_performance_img_wrap {
		height:90px;
	}
}
@media screen and (max-width:375px) {
	.buy_performance_wrap ul {
		height:330px;
	}
}
@media screen and (max-width:320px) {
	.buy_performance_wrap ul {
		height:370px;
	}
	.buy_performance_img_wrap {
		width:85%;
		height:90px;
	}
}
/*----------------------------------
　　連絡バナー
------------------------------------*/
.cta_area{
position: relative;
background: #f1f1f1;
margin: 50px 0 20px;
padding: 5px 180px 10px 0;
}
.cta_area a:hover{
opacity: 0.8;
}
.cta_area .cta_model {	
}
.cta_area .cta_model img {
position: absolute;
right: 0;
bottom: 0;
width: 38%;
margin-bottom: 0;
}
.cta_area .cta_tel img{
width: 100%;
margin-bottom: 5px;
}
.cta_area .contact_box {
display: flex;
margin-left: 5px;
}
.contact_box .cta_web {
margin-right: 10px;
}
.contact_box img {
	margin-bottom: 0;
    vertical-align: bottom;
}

@media only screen and (max-width: 599px){
.cta_area {
padding-right: 100px;
margin: 20px 0 20px;
}
}
/*--------------------
      担当者紹介
 ---------------------*/
.incharge{
display: flex;
align-items: center;
border: solid 1px #bbb;
}
.incharge>div{
min-width: 90px;
width: 20%;
text-align: center;
}
.incharge img{
border-radius: 50%;
}
.incharge ul{
	margin: 0 !important;
	padding: 5px 5px 5px 0 !important;
	width: 100%;
}
.incharge ul li{
font-size: 12px !important;
list-style: none;
}
.incharge ul li:first-child{
font-weight: bold;
}

/*--------------------
 買取ブランド・アイテム
 ---------------------*/
.top_brand .brand_list,.top_item .item_list{
margin: 40px auto 20px !important;
display: flex;
flex-wrap: wrap;
justify-content: space-around;
padding: 0;
/*border: 2px solid #109335;*/
list-style:none !important;
}
.top_brand .brand_list li,.top_item .item_list li{
width: 25%;
text-align: center;
padding:10px !important;
box-sizing:border-box;
/*border-left:1px dashed #109335;*/
margin: 0;
font-size: 12px;
}
.top_brand .brand_list li img ,.top_item .item_list li img{
width:100%;
margin-bottom: 0;
}
.top_brand .brand_list li:nth-of-type(n+5),.top_item .item_list li:nth-of-type(n+5){
/*border-top:1px dashed #109335;*/
}
.top_brand .brand_list li:nth-of-type(1),.top_brand .brand_list li:nth-of-type(4n+1),
.top_item .item_list li:nth-of-type(1),.top_item .item_list li:nth-of-type(4n+1){
border-left:none; 
}

/*--------------------
   買取の流れパーツ
 ---------------------*/
.flow-list{
    display: flex;
    padding: 0 !important;
	margin-left: 0 !important;
}
.flow-list>li{
    flex: 1;
    list-style: none;
    border: solid 2px #1b284b;
	position: relative;
	margin: 0 20px 0 0 !important;
}
.flow-list>li:last-of-type{
	margin: 0 !important;
}
.flow-list>li .title{
	position: relative;
    font-weight: bold;
    display: block;
    text-align: center;
    font-size: 13px;
    line-height: 1.5; 
	background-color: #1b284b;
    color: #fff;
    padding: 15px 0;
}
.flow-list>li img{
	margin-bottom: 0;
	vertical-align: bottom;
}
.flow-list>li .text{
    font-size: 12px;
    display: inline-block;
    line-height: 2;
    word-break: break-all;
    padding: 0 5px;
}
.flow-list>li:after{
	content: "";
	height: 0;
	border-top: solid 15px rgba(0, 0, 0, 0);
    border-bottom: solid 15px rgba(0, 0, 0, 0);
    border-left: solid 15px #f10;
    position: absolute;
    top: 100px;
    right: -20px;
    z-index: 5;
}
.flow-list>li:last-of-type:after{
	content: none;
}
@media screen and (max-width: 768px) {
.flow-list{
    display: block;
}
.flow-list>li {
	margin: 0 !important;
}
.flow-list>li img {
	max-width: 250px;
	margin: auto;
	display: block;
}
.flow-list>li:after{
	content: none;
}
}
/*--------------------
  info（ショートコード）
 ---------------------*/
/*査定スタッフ紹介*/
.info_staff{
	background: white;
    border-top: solid 5px #669933;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
	padding: 10px;
	font-size: 14px;
}
.info_staff>div{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.info_staff img{
	max-width: 200px;
	margin-bottom: 0;
}
.info_staff ul{
	list-style: none !important;
	padding-left: 0;
	margin: 0 !important;
	width: calc(100% - 200px);
}
.info_staff ul li{
	margin: 0 !important;
}
.info_staff p{
	border-top: dotted 2px #669933;
	margin: 0;
	padding-top: 10px;
	font-size: 14px;
}
@media screen and (max-width: 768px) {
.info_staff>div{
    display: block;
}
.info_staff>div>div{
	text-align: center;
}
.info_staff ul{
	width:100%;
}
}
/*カテゴリーパーツ*/
.item_maker>.category_list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
    padding: 0 !important;
	margin-left: 0 !important;
}
.item_maker>.category_list li { 
    width: 20%;
    list-style: none;
    padding: 5px;
    box-sizing: border-box;
	margin: 0;
}
.item_maker>.category_list img { 
    border-radius: 50%;
    filter: brightness(95%);
	margin-bottom: 0;
	height: 118px;
    width: 118px;
}
.item_maker>.category_list a {
    text-decoration: none;
    transition: .3s; 
}
.item_maker>.category_list a:hover {
    opacity:0.6; 
}
.item_maker>.category_list .name { 
    display:block;
    font-weight: bold;
    font-size: 11px;
    line-height: 1.5;
}
@media screen and (max-width: 768px) {
.item_maker>.category_list .name { 
    font-size: 8px;
}
.item_maker>.category_list li { 
    width: 33.333%;
}
}
/*--------------------
   この記事を書いた人
 ---------------------*/
.about_writer_box{
	background: white;
    border-top: solid 5px #669933;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
	padding: 10px;
	font-size: 14px;
}
.about_writer_box .about_writer{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.about_writer_box .about_writer img{
	max-width: 100px;
	margin-bottom: 0;
	border-radius: 50px;
}
.about_writer_box .about_writer ul{
	list-style: none !important;
	padding-left: 0;
	margin: 0 !important;
	width: calc(100% - 100px);
}
.about_writer_box .about_writer li{
	margin: 0 !important;
}
.about_writer_box .about_writer li:first-of-type{
	font-size: 16px;
	font-weight: bold;
}
.about_writer_box .about_writer_button{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.about_writer_box .about_writer_button>div{
	width: calc(50% - 20px);
	margin: 0 !important;
}
.about_writer_box .about_writer_button a{
	width: 100%;
}
@media screen and (max-width: 768px) {
.about_writer_box .about_writer{
    display: block;
    margin-bottom: 10px;
}
.about_writer_box .about_writer>div{
	text-align: center;
}
.about_writer_box .about_writer ul{
	width:100%;
}
.about_writer_box .about_writer_button{
	justify-content: space-between;
}
.about_writer_box .about_writer_button>div{
	width: calc(50% - 5px);
}
.about_writer_box .about_writer_button a{
	font-size: 14px;
	padding: 8px 0px;
}
}
/*高価買取ポイント190602*/
.sell_point {
    padding-top: 10px;
    margin-bottom: -20px !important;
    list-style: none !important;
    counter-reset: number;
    margin-left: 0px !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.sell_point li {
    border-bottom: 1px solid #a38b13; 
    display: inline-block;
    margin-top: 0px !important;
	margin: 8px 2px;
}
.sell_point li:last-child {
    border-bottom: none !important;
    padding: 0;
    margin-bottom: 15px !important;
}
.sell_point_img {
    float: left;
    padding-right: 10px;
}
.sell_point_img img {
    margin-bottom: 0px !important;
}
.sell_point_title {
    float: left;
    width: 64%;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 5px;
}
.sell_point_title::before {
    counter-increment: number;
    content: counter(number);
    display:inline-block !important;
    background: #a38b13;
    color: white;
    font-weight:bold;
    font-size: 18px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align:center;
    margin-right: 3px;
    text-indent: 0;    
}
.sell_point_text {
    width: 64%;
    float: left;
    margin-bottom: 15px;
    font-size: 12px;
line-height: 1.8;
}
@media screen and (max-width: 767px) {
.sell_point li {
display: flex;
flex-direction: column;
}
.sell_point_title {
order: 1;
width: 100%;
margin-top: 5px;
}
.sell_point_img {
order: 2;
text-align:center;
padding-right: 0px;
}
.sell_point_img img {
margin-bottom: 5px !important;
}
.sell_point_text {
order: 3;
width: 100%;
}
}
/*高価買取ポイントend*/

/*--------------------
 実績パーツnew！20/01/13～
 ---------------------*/
ul.past_results{
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0 !important;
	justify-content: space-between;
	margin: 0;
}
.past_results li{
	width: calc(100%/3 - 5px);
	box-sizing: border-box;
	background-color: #f3f2ee;
	text-align: center;
	font-size: 10px;
	margin: 0 0 5px 0 !important;
	padding: 5px !important;
    display: flex;
    flex-direction: column;
	justify-content: space-between;
}
.past_results dl{
	margin: 0;
}
.past_results dd{
	margin: 0;
}
.past_results p{
	word-break: break-all;
	font-size: 10px !important;
	margin: 5px 0;
	line-height: 1.5 !important;
}
.past_results dt:first-of-type{
	background-color: #666;
	color: #fff;
	margin: 0 -5px;
	font-size: 10px;
	border: 0;
	padding: 8px 0;
}
.past_results dt{
	border-bottom: dotted 1px #333;
	font-size: 14px;
	padding: 0;
}
.past_results dd{
	font-size: 15px;
	font-weight: bold;
	padding: 0;
}
.past_results img{
	margin-bottom: 0;
	vertical-align: bottom;
}
/*--------------------
     買取実績パーツ
----------------------*/
.results_list * p {
	margin-bottom: 0 !important;
	line-height: 1;
}

.results_list {
	display: flex;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
	margin-left: 0 !important;
}

.results_list li {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	list-style: none;
	width: calc(100% / 3);
	box-sizing: border-box;
	padding: 10px;
	margin: 0 !important;
	background-color: #fff;
	line-height: 1 !important;
}

.results_list li .results_img {
	position: relative;
	padding-bottom: 10px;
}

.results_list li .results_img span {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 11px;
	color: #fff;
	background-color: #669933;
	padding: 4px 5px;
}

.results_list li .results_img img {
	display: block;
	margin: 0 auto;
	width: 100%;
	/*max-width: 200px;*/
}

.results_list li .results_name {
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 10px;
	line-height: 1.3;
}

.results_list li .results_type {
	display: flex;
	align-items: center;
	color: #000;
	font-size: 11px;
	padding-bottom: 10px;
}

.results_list li .results_type p:first-of-type {
	border: solid 1px #000;
	padding: 0 3px;
	margin-right: 10px;
	white-space: nowrap;
}

.results_list li .results_type p:last-of-type {
	line-height: 1.3;
}

.results_list li .results_price {
	color: #FF0000;
	font-size: 25px;
	padding-bottom: 10px;
	text-align: center;
}

.results_list li .results_btn a {
	display: block;
	text-decoration: none;
	padding: 10px 10px;
	font-size: 15px;
	background-color: #669933;
	border: 1px solid #669933;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	transition: all .3s;
}

.results_list li .results_btn a:hover {
	background-color: #fff;
	border: 1px solid #669933;
	color: #669933;
}

@media screen and (max-width:414px) {
	.results_list li {
		width: calc(100% / 2);
	}

	.results_list li .results_type {
		font-size: 10px;
	}

	.results_list li .results_type p:first-of-type {
		padding: 3px 3px;
		margin-right: 3px;
	}

	.results_list li .results_price {
		font-size: 20px;
	}
}
/*--------------------
    選ばれる理由パーツ
----------------------*/
.reasons_wrap .reasons_content p {
	margin-top: 10px;
	margin-bottom: 10px !important;
	/*line-height: 1.3;*/
}

.reasons_wrap .reasons_content h3 {
	padding: 0 !important;
	border-left: 0 !important;
	margin: 0;
	text-align: center;
}

.reasons_wrap .reasons_content img {
	display: block;
	width: 100%;
}

/*スライダー矢印*/
.reasons_wrap .prev-arrow,
.reasons_wrap .next-arrow {
	position: absolute;
	top: 40%;
	width: 40px;
	margin: 0;
	padding: 0;
	line-height: 1;
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 999;
}

.reasons_wrap .prev-arrow {
	left: 0;
}

.reasons_wrap .next-arrow {
	right: 0;
}

.reasons_wrap .prev-arrow img,
.reasons_wrap .next-arrow img {
	display: block;
	width: 40px;
	filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.5));
}

/*スライダーナビ*/
.reasons_wrap .reasons_dots {
	display: flex;
	justify-content: space-between;
	width: 90%;
	margin: 0 auto !important;
}

.reasons_wrap .reasons_dots li {
	list-style-type: none;
	width: 30% !important;
}

.reasons_wrap .reasons_dots li button {
	border: none;
	outline: none;
	color: transparent;
	background: transparent;
	appearance: none;
	width: 100%;
	font-size: 0;
}

.reasons_wrap .reasons_dots li button:before {
	color: #fff;
	border: solid 1px #669933;
	background-color: #669933;
	cursor: pointer;
	display: inline-block;
	width: 100%;
	font-size: 14px;
	box-sizing: border-box;
}

.reasons_wrap .reasons_dots li:nth-of-type(1) button:before {
	content: "理由1";
}

.reasons_wrap .reasons_dots li:nth-of-type(2) button:before {
	content: "理由2";
}

.reasons_wrap .reasons_dots li:nth-of-type(3) button:before {
	content: "理由3";
}

.reasons_wrap .reasons_dots li.slick-active button:before {
	color: #669933;
	background-color: #fff;
}
@media screen and (min-width:600px) {
	.reasons_wrap .reasons_dots {
		width: 45%;
	}
}
