/*
Theme Name: oneproof
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: oneproof
Tags:.table-resup th, .table-resup td

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

oneproof is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
	--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

/*h1 {
	font-size: 2em;
	margin: 0.67em 0;
	}*/

	mark {
		background: #ff0;
		color: #000;
	}

	small {
		font-size: 80%;
	}

	sub,
	sup {
		font-size: 75%;
		line-height: 0;
		position: relative;
		vertical-align: baseline;
	}

	sup {
		top: -0.5em;
	}

	sub {
		bottom: -0.25em;
	}

	img {
		border: 0;
	}

	svg:not(:root) {
		overflow: hidden;
	}

	figure {
		margin: 1em 40px;
	}

	hr {
		box-sizing: content-box;
		height: 0;
	}

	pre {
		overflow: auto;
	}

	code,
	kbd,
	pre,
	samp {
		font-family: monospace, monospace;
		font-size: 1em;
	}

	button,
	input,
	optgroup,
	select,
	textarea {
		color: inherit;
		font: inherit;
		margin: 0;
	}

	button {
		overflow: visible;
	}

	button,
	select {
		text-transform: none;
	}

	button,
	html input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		-webkit-appearance: button;
		cursor: pointer;
	}

	button[disabled],
	html input[disabled] {
		cursor: default;
	}

	button::-moz-focus-inner,
	input::-moz-focus-inner {
		border: 0;
		padding: 0;
	}

	input {
		line-height: normal;
	}

	input[type="checkbox"],
	input[type="radio"] {
		box-sizing: border-box;
		padding: 0;
	}

	input[type="number"]::-webkit-inner-spin-button,
	input[type="number"]::-webkit-outer-spin-button {
		height: auto;
	}

	input[type="search"]::-webkit-search-cancel-button,
	input[type="search"]::-webkit-search-decoration {
		-webkit-appearance: none;
	}

	fieldset {
		border: 1px solid #c0c0c0;
		margin: 0 2px;
		padding: 0.35em 0.625em 0.75em;
	}

	legend {
		border: 0;
		padding: 0;
	}

	textarea {
		overflow: auto;
	}

	optgroup {
		font-weight: bold;
	}

	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

	td,
	th {
		padding: 0;
	}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/*body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	}*/

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		clear: both;
	}

	p {
		margin-bottom: 1.5em;
	}

	dfn,
	cite,
	em,
	i {
		font-style: italic;
	}

	blockquote {
		margin: 0 1.5em;
	}

	address {
		margin: 0 0 1.5em;
	}

	pre {
		background: #eee;
		font-family: "Courier 10 Pitch", Courier, monospace;
		font-size: 15px;
		font-size: 0.9375rem;
		line-height: 1.6;
		margin-bottom: 1.6em;
		max-width: 100%;
		overflow: auto;
		padding: 1.6em;
	}

	code,
	kbd,
	tt,
	var {
		font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
		font-size: 15px;
		font-size: 0.9375rem;
	}

	abbr,
	acronym {
		border-bottom: 1px dotted #666;
		cursor: help;
	}

	mark,
	ins {
		background: #fff9c0;
		text-decoration: none;
	}

	big {
		font-size: 125%;
	}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/*ul,
ol {
	margin: 0 0 1.5em 3em;
	}*/

	ul {
		list-style: none;
	}

	ol {
		list-style: decimal;
	}

	li > ul,
	li > ol {
		margin-bottom: 0;
		margin-left: 1.5em;
	}

	dt {
		font-weight: bold;
	}

	dd {
		margin: 0 1.5em 1.5em;
	}

	img {
		height: auto; /* Make sure images are scaled correctly. */
		max-width: 100%; /* Adhere to container width. */
	}

	table {
		margin: 0 0 1.5em;
		width: 100%;
	}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
	}*/

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
	border-left: 1px solid #dadada;
	font-size: 16px;
	border-bottom: 1px solid #dadada;
	background: #fff;
	width: 16.66%;
	text-align: center;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #6b6c74;
	width: 100%;
	padding: 20px;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 4em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {
	color: #fff;
}

/*.main-navigation li:hover > a{
	color: #25529a;
	}*/

/*.main-navigation ul ul li:hover > a,
.main-navigation ul ul li.focus > a {
	color:#fff;
	}*/

	.main-navigation ul ul a:hover {
		/*color: #25529a;*/
	}

	.main-navigation ul ul a.focus {
		color: #fff;
	}

	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		left: auto;
		color:#fff;
	}

	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		left: 100%;
		color:#fff;
	}

	.main-navigation .current_page_item > a,
	.main-navigation .current-menu-item > a,
	.main-navigation .current_page_ancestor > a,
	.main-navigation .current-menu-ancestor > a {
		background: #006bb6;
		color: #fff;
	}

	.main-navigation .current-menu-item > a:hover {
		color: #fff;
	}

	/* Small menu. */
	.menu-toggle,
	.main-navigation.toggled ul {
		display: block;
	}

	@media screen and (min-width: 37.5em) {
		.menu-toggle {
			display: none;
		}
		.main-navigation ul {
			display: block;
		}
	}

	.site-main .comment-navigation,
	.site-main .posts-navigation,
	.site-main .post-navigation {
		margin: 0 0 1.5em;
		overflow: hidden;
	}

	.comment-navigation .nav-previous,
	.posts-navigation .nav-previous,
	.post-navigation .nav-previous {
		float: left;
		width: 50%;
	}

	.comment-navigation .nav-next,
	.posts-navigation .nav-next,
	.post-navigation .nav-next {
		float: right;
		text-align: right;
		width: 50%;
	}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*----------------------------------------------------------
*  グリッド
*----------------------------------------------------------*/

/*	24 COLUMN : RESPONSIVE GRID SYSTEM
	DEVELOPER : DENIS LEBLANC
	URL : http://responsive.gs
	VERSION : 3.0
	LICENSE : GPL & MIT */


	/* 	SET ALL ELEMENTS TO BOX-SIZING : BORDER-BOX */
	* { 
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		*behavior: url(/scripts/boxsizing.htc); 
	/*	If you need support for IE7 and lower make 
		sure the boxsizing.htc file is linked properly.
		More info here:  https://github.com/Schepp/box-sizing-polyfill */
	}


/*	MAIN CONTAINER 
Set the width to whatever you want the width of your site to be. */
.container { 
	max-width: 1038px;
	margin: 0 auto; 
	padding: 5% 0;
}


/*	SELF CLEARING FLOATS - CLEARFIX METHOD */
.container:after,
.row:after, 
.col:after, 
.clr:after, 
.group:after { 
	content: ""; 
	display: table; 
	clear: both; 
}

/* 	DEFAULT ROW STYLES 
Set bottom padding according to preference */
.row { padding-bottom: 0; }


/* DEFAULT COLUMN STYLES */
.col { 
	display: block;
	float: left;
	width: 100%;
}

img {
	max-width: 100%;
	height: auto;
	width: auto;
}

/*	COLUMN WIDTH ON DISPLAYS +768px 
You might need to play with media queries here to suite your design. */
@media only screen and (min-width: 768px) {
	.span_1 { width: 4.16666666667%; }
	.span_2 { width: 8.33333333333%; }
	.span_3 { width:12.5%; }
	.span_4 { width: 16.6666666667%; }
	.span_5 { width: 20.8333333333%; }
	.span_6 { width: 25%; }
	.span_7 { width: 29.1666666667%; }
	.span_8 { width: 33.3333333333%; }
	.span_9 { width: 37.5%; }
	.span_10 { width: 41.6666666667%; }
	.span_11 { width: 45.8333333333%; }
	.span_12 { width: 50%; }
	.span_13 { width: 54.1666666667%; }
	.span_14 { width: 58.3333333333%; }
	.span_15 { width: 62.5%; }
	.span_16 { width: 66.6666666667%; }
	.span_17 { width: 70.8333333333%; }
	.span_18 { width: 75%; }
	.span_19 { width: 79.1666666667%; }
	.span_20 { width: 83.3333333333%; }
	.span_21 { width: 87.5%; }
	.span_22 { width: 91.6666666667%; }
	.span_23 { width: 95.8333333333%; }
	.span_24 { width: 100%; }

	.gutters .span_1 { width: 2.25%; }
	.gutters .span_2 { width: 6.5%; }
	.gutters .span_3 { width: 10.75%; }
	.gutters .span_4 { width: 15.0%; }
	.gutters .span_5 { width: 19.25%; }
	.gutters .span_6 { width: 23.5%; }
	.gutters .span_7 { width: 27.75%; }
	.gutters .span_8 { width: 32.0%; }
	.gutters .span_9 { width: 36.25%; }
	.gutters .span_10 { width: 40.5%; }
	.gutters .span_11 { width: 44.75%; }
	.gutters .span_12 { width: 49.0%; }
	.gutters .span_13 { width: 53.25%; }
	.gutters .span_14 { width: 57.5%; }
	.gutters .span_15 { width: 61.75%; }
	.gutters .span_16 { width: 66.0%; }
	.gutters .span_17 { width: 70.25%; }
	.gutters .span_18 { width: 74.5%; }
	.gutters .span_19 { width: 78.75%; }
	.gutters .span_20 { width: 83.0%; }
	.gutters .span_21 { width: 87.25%; }
	.gutters .span_22 { width: 91.5%; }
	.gutters .span_23 { width: 95.75%; }
	.gutters .span_24 { width: 100%; }

	.container { 
		max-width: 1040px;
		margin: 0 auto; 
		padding: 5% 4%;
	}
  
  .footer-inner .footer-menu{
    width: 44%;
  }
  .privacymark {
    width: 80px;
    display: block;
    float: left; 
    padding: 69px 0 0;
  }
}

/* pc */
@media screen and (min-width: 981px) {
	/*ここにpc用スタイルを記述*/
}

/*----------------------------------------------------------
*  共通パーツ
*----------------------------------------------------------*/

body {
	background: #fff;
	font-family: Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 1px;
	font-size: 16px;
	font-weight: normal;
	color: #6b6c74;
	margin: 0;
	word-wrap: break-word;
	overflow-wrap: break-word;
	-webkit-font-smoothing: antialiased;
}

input,button {
	font-family: font-family: Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
}

/*::selection {
	background: #2bb393;
	color: #fff;
	}*/
	a.link-reset {
		text-decoration: none!important;
		color: #6b6c74!important;
		display: inline-block;
	}

	.pd-reset {
		padding: 0!important;
	}

	a:link {
		color: red;
		text-decoration: underline;
	}

	a:visited {
		color: red;
		text-decoration: underline;
	}

	a:hover {
		color: red;
		text-decoration: none;
	}

	a:focus, *:focus { outline:none; }

	/*p {
		padding-bottom: 20px;
		}*/

		.container {
			max-width: 1038px;
			margin: 0 auto;
			padding: 2% 0;
		}
		#container{
			width:100%;
		}

		/*iPhoneデフォボタンOFF*/
		input[type="button"],input[type="submit"] {
			-webkit-appearance: none;
			border: none; 
		}

		#pageTop {
			position: fixed;
			bottom: 20px;
			right: 20px;
		}

		#pageTop a {
			display: block;
			z-index: 999;
			padding: 5px;
			border-radius: 50%;
			width: 35px;
			height: 35px;
			background-color: #989898;
			color: #fff;
			font-weight: bold;
			text-decoration: none;
			text-align: center;
		}

		#pageTop a:hover {
			text-decoration: none;
			opacity: 0.7;
		}

/*----------------------------------------------------------
*  見出し
*----------------------------------------------------------*/

/*ページタイトル*/
h1 {
	font-size: 40px;
	color: #fff;
	margin: 0; 
}

/*ドットライン入りタイトル*/
h2 {
	position: relative;
	text-align: center;
	font-size: 30px;
	color: #006bb6;
	font-weight: bold;
}
h2 span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 0.5em;
	background-color: #fff;
	text-align: left;
}
h2::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	border-top: 1px dotted #006bb6;
	padding: 0.5em;
}

/*サークル付き見出し*/
h3 {
	position: relative;
	padding: 0 1em 0 1.8em;
	font-size: 26px;
	color: #232323;
	font-weight: bold;
}
h3::after {
	position: absolute;
	top: 4px;
	left: 0.3em;
	z-index: 2;
	content: '';
	width: 30px;
	height: 30px;
	border: 5px solid #006bb6;
	border-radius: 100%;
}

/*テキスト重要箇所*/
strong {
	background: linear-gradient(transparent 40%, #fff68d 40%);
}

.point {
	color: #ff4500;
}

/*ホバー時*/
a:hover img,.hv-tx:hover {
	opacity: .4;
	-webkit-opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=40)"; /* IE 8 */
}

a img,.hv-tx {
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}


/*ボタン類*/
.bt-pt01 {
	color: #fff;
	padding: 15px;
	background-color: #ffbe00;
	font-weight: bold;
	border: 1px solid #ffbe00;
	overflow: hidden;
	border-bottom: 2px solid #dead1e;
	border-radius: 2px;
	display: inline-block;
	text-align: center;
}

.bt-pt01 span {
	font-size: 18px!important;
}

.button {
	position: relative;
	text-align: center;
	overflow: hidden;
	position: relative;
	z-index: 0;
	cursor: pointer;
}

.contact-bt .button p {
	margin: 0;
}

.button.raised {
	-moz-transition: all 0.1s;
	-o-transition: all 0.1s;
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
	background: #ffbe00;
	box-shadow: 0px 1px 1px #ffbe00;
}
.button.raised:active {
	background: #ffbe00;
	box-shadow: 0px 1px 1px #ffbe00;
}

.button.raised_glay {
	-moz-transition: all 0.1s;
	-o-transition: all 0.1s;
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
	background: #e9e9e9;
	box-shadow: 0px 1px 1px #dadada;
}
.button.raised_glay:active {
	background: #e9e9e9;
	box-shadow: 0px 1px 1px #dadada;
}

input[type="checkbox"] {
	opacity: 0;
}

input[type="checkbox"].toggle {
	-moz-appearance: none;
	-webkit-appearance: none;
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	left: 0;
	top: 0;
	cursor: pointer;
}
input[type="checkbox"].toggle:focus {
	outline: 0;
	background: none; 
}

.anim {
	-moz-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
}
.anim:before {
	position: relative;
	content: '';
	display: block;
	margin-top: 100%;
}
.anim:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 50%;
}

.clickable .toggle:checked + .anim {
	-moz-animation: anim-in 0.75s;
	-webkit-animation: anim-in 0.75s;
	animation: anim-in 0.75s;
}
.clickable .toggle:checked + .anim:after {
	-moz-animation: anim-in-pseudo 0.75s;
	-webkit-animation: anim-in-pseudo 0.75s;
	animation: anim-in-pseudo 0.75s;
}
.clickable .toggle:not(:checked) + .anim {
	-moz-animation: anim-out 0.75s;
	-webkit-animation: anim-out 0.75s;
	animation: anim-out 0.75s;
}
.clickable .toggle:not(:checked) + .anim:after {
	-moz-animation: anim-out-pseudo 0.75s;
	-webkit-animation: anim-out-pseudo 0.75s;
	animation: anim-out-pseudo 0.75s;
}

.hoverable:hover > .anim {
	-moz-animation: anim-out 0.75s;
	-webkit-animation: anim-out 0.75s;
	animation: anim-out 0.75s;
}
.hoverable:hover > .anim:after {
	-moz-animation: anim-out-pseudo 0.75s;
	-webkit-animation: anim-out-pseudo 0.75s;
	animation: anim-out-pseudo 0.75s;
}

@-webkit-keyframes anim-in {
	0% {
		width: 0%;
	}
	100% {
		width: 100%;
	}
}
@-moz-keyframes anim-in {
	0% {
		width: 0%;
	}
	100% {
		width: 100%;
	}
}
@-ms-keyframes anim-in {
	0% {
		width: 0%;
	}
	100% {
		width: 100%;
	}
}
@keyframes anim-in {
	0% {
		width: 0%;
	}
	100% {
		width: 100%;
	}
}
@-webkit-keyframes anim-in-pseudo {
	0% {
		background: rgba(0, 0, 0, 0.25);
	}
	100% {
		background: transparent;
	}
}
@-moz-keyframes anim-in-pseudo {
	0% {
		background: rgba(0, 0, 0, 0.25);
	}
	100% {
		background: transparent;
	}
}
@-ms-keyframes anim-in-pseudo {
	0% {
		background: rgba(0, 0, 0, 0.25);
	}
	100% {
		background: transparent;
	}
}
@keyframes anim-in-pseudo {
	0% {
		background: rgba(0, 0, 0, 0.25);
	}
	100% {
		background: transparent;
	}
}
@-webkit-keyframes anim-out {
	0% {
		width: 0%;
	}
	100% {
		width: 100%;
	}
}
@-moz-keyframes anim-out {
	0% {
		width: 0%;
	}
	100% {
		width: 100%;
	}
}
@-ms-keyframes anim-out {
	0% {
		width: 0%;
	}
	100% {
		width: 100%;
	}
}
@keyframes anim-out {
	0% {
		width: 0%;
	}
	100% {
		width: 100%;
	}
}
@-webkit-keyframes anim-out-pseudo {
	0% {
		background: rgba(0, 0, 0, 0.25);
	}
	100% {
		background: transparent;
	}
}
@-moz-keyframes anim-out-pseudo {
	0% {
		background: rgba(0, 0, 0, 0.25);
	}
	100% {
		background: transparent;
	}
}
@-ms-keyframes anim-out-pseudo {
	0% {
		background: rgba(0, 0, 0, 0.25);
	}
	100% {
		background: transparent;
	}
}
@keyframes anim-out-pseudo {
	0% {
		background: rgba(0, 0, 0, 0.25);
	}
	100% {
		background: transparent;
	}
}





/*----------------------------------------------------------
*  トップ
*----------------------------------------------------------*/


#masthead .site-branding {
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
	box-shadow:0 0 0px #fff, 0 0 8px #ccc, 0 0 3px #aaa;
	-webkit-box-shadow:0 0 0px #fff, 0 0 8px #ccc, 0 0 3px #aaa;
	-moz-box-shadow:0 0 0px #fff, 0 0 8px #ccc, 0 0 3px #aaa;
	background: #fff;
	position: fixed;
	z-index: 9999;
}

#masthead .site-branding .site-title {
	display: inline-block;
	float: left;
}

#masthead .site-branding .site-title a img {
	padding: 22px 16px 0px;
}

#masthead .site-branding .site-description {
	display: inline-block;
	font-size: 12px;
	padding: 0px 5px 0;
	width: 21%;
	margin: 25px 0 0 0;
}

/*ナビゲーション*/
#site-navigation {
	margin-top: -34px;
}

#primary-menu {
	width: 1038px;
	border-right: 1px solid #dadada;
	margin: 0 auto;
	height: 65px;
	background: #fff;
	box-shadow:0 0 0px #fff, 0 0 8px #ccc, 0 0 3px #aaa;
	-webkit-box-shadow:0 0 0px #fff, 0 0 8px #ccc, 0 0 3px #aaa;
	-moz-box-shadow:0 0 0px #fff, 0 0 8px #ccc, 0 0 3px #aaa;
}

.main-navigation li {
	border-left: 1px solid #dadada;
	font-size: 16px;
	border-bottom: 1px solid #dadada;
	background: #fff;
	width: 16.66%;
	text-align: center;
}

.main-navigation li a {
	color: #6b6c74;
	text-decoration: none;
	display: block;
	width: 100%;
	padding: 20px;
}


.main-navigation li:hover {
	border-left: 1px solid #dadada;
	font-size: 16px;
	border-bottom: 1px solid #dadada;
	/*background: #006bb6;*/
	width: 16.66%;
	text-align: center;
	background: #eeeeed;
	color: #25529a!important;
}


/*下層メニュー*/
.sub-menu {
	width: 300px;
	box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
	-webkit-box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
	-moz-box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
}

.sub-menu .menu-item {
	width: 100%;
	text-align: left;
} 

.sub-menu .menu-item:hover {
	width: 100%;
	text-align: left;
	background: #eeeeed;
	color: #25529a;
} 

.sub-menu .menu-item a {
	display: inline-block;
	width: 100%;
} 

/*ヘッダー*/
.site-branding {
	/*padding: 15px;*/
	width: 100%;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.site-branding h1 {
	margin: 0;
	text-align: center;
}

.hide-ttl {
	display: block;
}

.site-branding.scrolled {
	/*background: rgba(255, 255, 255, 0.9);*/
	background: #fff;
	padding: 0px 10px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	z-index: 9999999
}
.site-branding.scrolled h1 {
	font-size: 16px;
}

.disp-none {
	display: none!important;
}

.bt-size-height {
	height: 73px;
	padding: 22px 0!important;
	margin-top: 5px;
}

.info-bt-box {
	float: right;
	width: 266px;
}

.info-bt-box .bt-pt01 {
	width: 100%;
	padding: 5px;
}

.info-bt-box .bt-pt01 img {
	vertical-align: text-top;
}

.bt-arrow {
	margin-left: 10px;
	float: right;
	margin-top: 6px;
}

.info-bt-box .link-company {
	font-size: 12px;
	color: #6b6c74;
	text-decoration: none;
	padding: 10px 15px;
	display: inline-block;
	border-left: 1px solid #e5e5e5;
}

.info-bt-box .link-privacy {
	font-size: 12px;
	color: #6b6c74;
	text-decoration: none;
	padding: 10px 15px;
	display: inline-block;
	border-left: 1px solid #e5e5e5;
}

.info-tel-box {
	float: right;
	border-left: 1px solid #e5e5e5;
	height: 85px;
}

.info-tel-box img {
	padding: 22px 16px 0px;
}

/*トップ画像*/
.img-top-box {
	position: relative;
	background: url(img/top/img-top.jpg) no-repeat;
	height: 480px;
	background-size: cover;
	margin-top: 85px;
	/*background-attachment: fixed;*/
}

.img-top-box .text-top-box {
	position: absolute;
	top: 0;
	left: -43%;
	right: 0;
	bottom: 0;
	margin: auto;
	height: 287px;
	color: #fff;
	width: 490px;
}

.img-top-box .text-top-box p {
	margin: 0;
	font-size: 55px;
	letter-spacing: 0.15em;
	line-height: 1.4em;
}

/*.img-top-box .text-top-box span.small- {
	font-size: 12px;
	padding-bottom: 10px;
	display: inline-block;
	letter-spacing: 0.01em;
	}*/

	.img-top-box .text-top-box .bt-pt01{
		font-size: 18px;
	}

	/*トップ以外のトップ画像*/
	.hd-other-box {
		background: url(img/common/main-ttl-bg.jpg) no-repeat;
		height: 200px;
		background-size: cover;
		margin-top: 85px;
	}

	.hd-other-box .text-top-box {
		color: #fff;
		text-align: center;
		padding: 54px 0 0 0;
	}

	.hd-other-box .text-top-box h1 {
		margin: 0;
		font-size: 48px;
		letter-spacing: 0.15em;
		line-height: 1.4em;
		font-weight: normal;
	}
	.page-id-512 .hd-other-box .text-top-box h1 {
		margin: 0;
		font-size:40px;
		letter-spacing: 0;
		line-height: 1.4;
		font-weight: normal;
	}
@media only screen and (max-width: 980px) and (min-width: 641px) {
	.page-id-512 .hd-other-box .text-top-box h1 {
		margin: 0;
		font-size: 35px;
		letter-spacing: 0;
		line-height: 1.4;
		font-weight: normal;
	}
}
@media screen and (max-width: 640px) {
	.page-id-512 .hd-other-box .text-top-box {
	    padding: 20px 0 0 0;
	}
	.page-id-512 .hd-other-box .text-top-box h1 {
	    font-size: 25px;
	}
}

	/*このような店舗様へオススメです。*/
	.rm-list-box {
		padding: 0;
	}

	.rm-list-box li {
		font-size: 18px;
		font-weight: bold;
		padding-bottom: 15px;
		padding-left: 36px;
		list-style-position: outside;
		position: relative;
	}

	.rm-list-box li:before {
		position: absolute;
		top: 0;
		left: 0.3em;
		z-index: 2;
		content: '';
		background: url(img/top/icon-check.png); 
		display: inline-block;
		width: 25px;
		height: 24px;
	}


	/*選ばれる3つのポイント*/
	section.top-point-area {
		background: #006bb6; 
	}

	.color-white {
		color: #fff;
	}

	.color-white:before {
		border-top: 1px dotted #fff;
	}

	.color-white span {
		background: #006bb6
	}

	.point-box {
		background: #fff;
		margin: 20px 0 40px;
		padding: 30px 36px;
	}

	.point-box .col {
	}

	.point-box .col img {
	}

	.point-box .col .point-box-ttl {
		font-size: 30px;
		font-weight: bold;
		margin: 10px 0 20px 20px;
		line-height: 1.4em;
		color: #000;
	}

	.point-box p {
		margin: 0;
	}

	.bt-box {
		overflow: hidden;
	}

	.bt-box .bt-pt01 {
		float: right;
	}

	/*お客様事例*/
	.list-area {
		padding: 0 15px 20px;
		/*height: 520px;*/
		height: 580px;
	}

	.is-hight {
		height: 480px;
	}

	.list-area img {
	}

	.list-area .list-area-ttl {
		font-weight: bold;
		margin: 10px 0;
		font-size: 18px;
		min-height: 0;
	}

	.list-area .is-ttl-height {
		min-height: 0;
		height: 10%;

	}

	.list-area .is-height {
		height: 70px;
		min-height: 48px;
		margin: 0;
	}

	.list-area p {
		min-height: 80px;
		margin: 0;
	}

	.list-area .is-other {
		margin: 43px 0 0 0;
		min-height: 0;
	}

	/*ブログ 新着情報*/
	section.top-news-area {
		background: url(img/top/img-dot.png) repeat;
	}

	.news-area {
		background: #fff;
		padding: 30px 20px 10px;
		margin-right: 20px;
		overflow: hidden;
		position: relative;
	}

	.top-news-area .news-area-ttl .list_link {
		font-size: 16px;
		float: right;
		margin-top: 10px;
	}

	.news-area-ttl {
		font-size: 28px;
		font-weight: bold;
		margin: 0 0 10px 0;
		color: #000;
		width: 96%;
	}

	.news-area .is-top {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.news-area .blog-area {
		margin-bottom: 30px;
	}

	.news-area .blog-area .top-img-size {
		padding-right: 20px;
		height: 140px;
		position: relative;
		overflow: visible;
	}

	.news-area .blog-area a img {
		float: left;
		margin-right: 15px;
		border: 1px solid #e0e0e0;
		width: 100%;
		height: auto;
	}

	.news-area .blog-area img.newIcon {
		border: none;
	}

	.news-area .blog-area .day-ttl {
		font-weight: bold;
		margin: 0 0 8px 0;
		float: left;
	}

	.news-area .blog-area .icon-new {
		color: #fff;
		padding: 0 4px;
		background: #db3a3a;
		display: inline-block; 
		font-size: 10px;
		font-weight: bold;
		margin-left: 10px;
		vertical-align: text-bottom;
	}

	.news-area .blog-area p {
	}

	/*サークルボタン*/
	section.top-other-area {
		background: url(img/top/bg-other.jpg) no-repeat;
		background-size: cover;
	}

	.bt-circle-box {
		text-align: center;
	}

	.bt-circle-box .bt-circle {
		background: #fff;
		border-radius: 50%;
		padding: 20px;
		height: 224px;
		width: 224px;
		margin: 35px auto;
		padding: 34px;
	}

	.bt-circle-box .bt-circle img {
		margin-top: 20px;
	}

	.bt-circle-box .bt-circle .bt-circle-ttl {
		font-size: 18px;
		font-weight: bold;
		margin: 20px 0 0;
	}

	.bt-circle-box .bt-circle p {
		font-size: 12px;
		margin: 5px;
	}

	/*問い合わせ*/
	.bottom-info-area .bt-info {
		margin-top: 38px;
		padding: 25px;
	}

	.bottom-info-area img {
		vertical-align: bottom;
	}

	.bottom-info-area .bt-info img {
		vertical-align: text-top;
		margin-right: 5px;
	}

	.contact-bt {
		width: 100%;
		text-align: center;
		/*margin-bottom: 30px;*/
	}

	span.wpcf7-list-item input {
		opacity: 1;
	}

	.entry-content .contact-bt input {
		background: none!important;
		border: none!important;
		box-shadow: none!important;
		color: #fff!important;
		font-weight: bold!important;
		text-shadow: none!important;
		width: 200px;
	}

	.wpcf7 input[type="submit"] {
		color: #fff!important;
		padding: 15px!important;
		background-color: #ffbe00!important;
		font-weight: bold!important;
		border: 1px solid #ffbe00!important;
		overflow: hidden!important;
		border-bottom: 2px solid #dead1e!important;
		border-radius: 2px!important;
		display: inline-block!important;
		text-align: center!important;
		outline : none!important;
		font-size: 18px!important;
		width: 270px!important;
		height: 60px!important;
	}

	.ajax-loader {
		display: block;
		text-align: center;
		margin: 15px auto!important;
	}

	/*footer（フッター）*/
	.site-footer {
		background: #313131;
	}

	.menu-footer-container .menu .menu-item {
		text-decoration: underline;
	}

	.menu-footer-container .menu .menu-item:hover {
		text-decoration: none;
	}

	.footer-inner {
	/*width: 1038px;
	margin: 0 auto;
	padding: 40px 20px 0;*/
	padding: 50px 0;
}
@media all and (max-width: 767px) {
  .privacymark {
    clear: both;
    width: 80px;
    margin: 0px auto;
    padding: 30px 0 0;
  }
}



.company-info-area {
	width: 200px;
	font-size: 14px;
	color: #818181;
	display: inline-block;
	float: left;
	margin-right: 60px;
	margin-bottom: 30px;
}

.company-info-area .company-info-name {
	padding-bottom: 10px;
}

.company-info-area p {
	margin: 0;

}

.menu-footer-container {
	display: inline-block;

}

.menu-footer-container .menu {
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #818181;
	width: 360px;
	width: 365px;
}

.menu-footer-container .menu .menu-item {
	margin-bottom: 10px;
	display: inline-block;
	width: 150px;
  width: 180px;
	height: 20px;
}

.menu-footer-container .menu .menu-item a {
	text-decoration: none;
	font-size: 14px;
	color: #818181;
}

.site-footer .site-info {
	background: #000;
	padding: 10px;
	text-align: center;
	font-size: 12px;
	color: #818181;
}

/*----------------------------------------------------------
*  当社の強み
*----------------------------------------------------------*/
section.top-point-area {
	position: relative;
}

section.top-point-area:after {
	content: "";
	/*height: 30px;
	width: 30px;*/
	display: inline-block;
	position: absolute;
	border-width:30px;
	border-style:solid;
	border-color:#fff transparent transparent;
	margin: auto;
	top: 0;
	right: 0;
	left: 0;
	width: 30px;
}

.top-point-area .faq-area {
	background: #edf5fa;
	width: 100%;
	margin-top: 40px;
}

.top-point-area .faq-area .faq-area-ttl {
	background: #006bb6;
	color: #fff;
	padding: 15px;
	margin: 0;
	font-weight: bold;
}

.top-point-area .faq-area .faq-area-answer {
	font-weight: bold;
	color: #006bb6;
	padding: 15px 15px 0;
}

.top-point-area .faq-area p {
	color: #006bb6;
	padding: 15px;
}

/*弊社の運営代行サービスは*/
section.service-area {
	background: url(img/advantage/bg-photo01.jpg) no-repeat;
	background-size: cover;
}

.service-area p {
	color: #fff;
}

.service-area .bt-box {
	margin: 0 auto;
}

.service-area .bt-box .bt-pt01 {
	width: 50%;
}

span.color-clear {
	background: rgba(56, 94, 121, 0);
	/*font-size: 27px;*/
	margin: 0;
}
.short-line:before {
	width: 30px;
}

.short-line:after {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 30px;
	border-top: 1px dotted #fff;
	padding: 0.5em;
	right: 0;
}

.service-point {
	color: #ff4500;
	background: none;
}

/*----------------------------------------------------------
*  サービス案内
*----------------------------------------------------------*/

.color-black {
	color: #000;
}

.color-black:before {
	border-top: 1px dotted #000;
}

.service-name-label {
	margin: 0 auto;
	width: 80%;
	text-align: center;
}

.is-position {
	text-align: left;
	width: 100%;
}

.service-name-label span{
	color: #fff;
	padding: 4px 10px;
	font-weight: bold;
	font-size: 10px;
	border-radius: 30px;
	margin-right: 6px;
	margin-bottom: 6px;
	display: inline-block; 
}

/*======================
	サービス名label
======================*/
/*#楽天*/
.service-name-label .rakuten {
	background: #ba0000;
}

/*#Yahoo!*/
.service-name-label .yahoo,
.service-name-label .yahoo_shopping,
.service-name-label .ya {
	background: #ea0c31;
}

/*#amazon*/
.service-name-label .amazon {
	background: #fc9600;
}

.service-name-label .dena {
	background: #fdc313;
}
.service-name-label .seo,
.service-name-label .seo_measures {
	background: #284651;
}

.service-name-label .makeshop {
	background: #5178b0;
}
.service-name-label .acquisition_measures {
	background: #A8BCBA;
}

.service-name-label .futureshop2 {
	background: #76cd90;
}

.service-name-label .shopserve {
	background: #536e88;
}

.service-name-label .eggrepeat {
	background: #105e94;
}

.service-name-label .aishipr {
	background: #b81f24;
}

.service-name-label .colormee {
	background: #00acc8;
}

.service-name-label .eccube {
	background: #515467;
}

.service-name-label .wordpress {
	background: #19a1d0;
}

/*ジャンルlabel*/
.service-name-label .food {
	border: solid 1px #f99740;
	background: #fff;
	color: #f99740;
}

.service-name-label .kitchen {
	border: solid 1px #51b082;
	background: #fff;
	color: #51b082;
}

.service-name-label .hobby {
	border: solid 1px #c10064;
	background: #fff;
	color: #c10064;
}

.service-name-label .apparel {
	border: solid 1px #6600bd;
	background: #fff;
	color: #6600bd;
}

.service-name-label .interior {
	border: solid 1px #a04f00;
	background: #fff;
	color: #a04f00;
}

.service-name-label .cosme {
	border: solid 1px #19a1d0;
	background: #fff;
	color: #19a1d0;
}


.service-name-label .ec {
	border: solid 1px #fc9600;
	background: #fff;
	color: #fc9600;
}

.service-name-label .wowma {
    background-color:  #EB5505;
}

.service-name-label .info {
	border: solid 1px #00acc8;
	background: #fff;
	color: #00acc8;
}

.service-name-label .attention {
	border: solid 1px #9f11c8;
	background: #fff;
	color: #9f11c8;
}

.service-name-label .other {
	border: solid 1px #bbb;
	background: #fff;
	color: #bbb;
}

.service-name-label .creative {
	border: solid 1px #52c474;
	background: #fff;
	color: #52c474;
}
.service-name-label .photoshop_ja,
.service-name-label .photoshop {
	background: #01B6E1;
	color: #fff;
}
.service-name-label .line{
	background:#2bd92b;
	color: #FFF;/*文字・アイコン色*/
	
}
.service-name-label .sns{
	background:#E44D26;
	color: #FFF;/*文字・アイコン色*/
}
.service-name-label .html{
	background:#E44D26;
	color: #FFF;/*文字・アイコン色*/
}
.service-name-label .css{
	background:#379AD6;
	color: #FFF;/*文字・アイコン色*/
}
.service-name-label .js,
.service-name-label .javascript{
	background:#F7DF1E;
	color: #FFF;/*文字・アイコン色*/
}
.service-name-label .instagram{
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション*/
  color: #FFF;/*文字・アイコン色*/
}
span.shop_page,
span.shop_item_guide{
	background: #7ac043;
}
.service-name-label .instagram:before{
  background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
  background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}
.service-name-label .pr {
	border: solid 1px #105e94;
	background: #fff;
	color: #105e94;
}
.service-name-label .coding {
    border: solid 1px #bbb;
    background: #fff;
    color: #bbb;
}

.service-name-label .rakuten,
.service-name-label .rakutenichiba,
.service-name-label .rms {
	background: #ba0000;
}
.service-name-label .upsell {
	border: solid 1px #8E8781;
	background: #fff;
	color: #8E8781;
}
.service-name-label .crosssell {
	border: solid 1px #A67F78;
	background: #fff;
	color: #A67F78;
}
.service-name-label .consul {
	border: solid 1px #1D6A96;
	background: #fff;
	color: #1D6A96;
}
.service-name-label .consulting {
	border: solid 1px #85B8CB;
	background: #fff;
	color: #85B8CB;
}
.service-name-label .customer_up {
	border: solid 1px #FE7773;
	background: #fff;
	color: #FE7773;
}



/*グレイカラー*/
.service-name-label .col-glay {
	border: solid 1px #bbb;
	background: #fff;
	color: #bbb;
}

.plan-list {
	padding: 52px;
}

.plan-list img {
}

.plan-list p {
	margin: 10px 0;
}

.bt-center {
	text-align: center;
}

.bt-center .bt-pt01 {
	width: 100%;
}

/*----------------------------------------------------------
*  下層ページ　テンプレート
*----------------------------------------------------------*/

/*ボックスパターン1*/
.pt01-box {
	background: #f5f5f5;
	padding: 30px;
	min-height: 570px;
}

.pt01-box .pt01-top-area {
	text-align: center;
	width: 100%;
}

.pt01-box .pt01-number img {

	float: left;
	margin-right: 30px;
}

.pt01-box .pt01-number .pt01-box-ttl {
	font-weight: bold;
	font-size: 26px;
	color: #232323;
}

.pt01-info-box {
	padding: 20px;
	background: #fff;
	box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
	-webkit-box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
	-moz-box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
}

.pt01-info-box p {
	margin: 0;
}

.pt01-info-box ol {
	margin: 0;
	padding-left: 20px;
}

.icon-plus-area {
	text-align: center;
}

.icon-plus-area img {
	padding-top: 260px;
}

/*ボックスパターン2*/
.pt02-box {
	background: #f5f5f5;
	padding: 30px;
	/*min-height: 314px;*/
	overflow: hidden;
}

.pt02-box-ttl {
	font-weight: bold;
	font-size: 20px;
	margin: 0 0 10px 0;
	color: #232323;
	display: inline-block;
	width: 100%;
}

.icon-arrow-area {
	text-align: center;
}

.icon-arrow-area {
	padding-top: 150px;
}

/*その他*/
ul.rhombus-list {
	list-style-type: square;
	padding-left: 25px;
}

.pt01-info-box .ec-blue-label {
	padding: 10px;
	background: #006bb6;
	font-weight: bold;
	color: #fff;
	display: inline-block;
	float: left;
}

.pt01-info-box .equal {
	color: #006bb6;
	font-weight: bold;
	display: inline;
	vertical-align: middle;
	float: left;
	height: 60px;
	padding: 8px 10px;
}

.pt01-info-box .ec-info {
	font-weight: bold;
}

.icon-smallplus-area {
	color: #006bb6;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	padding-top: 24px;
}

.pb-5 {
	padding-bottom: 5px;
}

.pr10 {
	padding-right: 10px;
}

.pl10 {
	padding-left: 10px;
}

.bold {
	font-weight: bold;
}

.small-text {
	font-size: 12px;
	margin: 20px 0 0 0;
	/*float: left;*/
}

.table-small-text {
	display: none;
}

.area{
	width:100%;
	position:relative;
	overflow: hidden;
}

.wrapper{
	/*width:500px;*/
	width: 100%;
	overflow-x: scroll;
	/*margin-left:200px;*/
	/*border-right: 1px solid #dbdbdb;*/
}

table.table-plan{
	table-layout:fixed;
	width:100%;
	border-spacing:0;
	/*margin:0 0 0 200px;*/
	margin: 0;
}

table.table-plan tbody {
	border: 1px solid #dbdbdb;
}

table.table-plan td{
	width: 27%;
	border-right:1px solid #dbdbdb;
	border-bottom:1px solid #dbdbdb;
	vertical-align:top;
	padding: 15px;
}

table.table-plan th.height-pt {
	z-index: 2;
	height: 100%;
	width: 46px;
	border-right:1px solid #dbdbdb;
}

table.table-plan th.mt-1 {
	margin-top: -1px;
}

table.table-plan th.is-left {
	padding-left: 60px;
}

table.table-plan tr.dummy,tr.dummy *{
	height:0;
	border:0;
	font-size:0;
	visibility:hidden;
	border: 1px solid #dbdbdb;
}

th.out-of-table-fixed{
	position:absolute;
	left:0px;
	border-top: 1px solid #dbdbdb;
	border-left: 1px solid #dbdbdb;
	padding: 15px;
	width: 19.5%;
	text-align: left;
	background: #f5f5f5;
	height: 100%;
}

.m0 {
	margin: 0;
}

.mt20 {
	margin-top: 20px;
}

.float-l {
	float: left;
}

.step-box {
	margin-bottom: 50px;
	display: inline-block;
	width: 100%;
}

.h3-box {
	margin-bottom: 60px;
	overflow: hidden;
}

.h3-box .h3-bt-area {
	background: #f5f5f5;
	width: auto;
	padding: 30px;
	/*overflow: hidden;*/
	text-align: center;
	margin: 10px auto;
	clear: both;
}

/*----------------------------------------------------------
*  会社概要
*----------------------------------------------------------*/

/*レスポンシブtable*/
table.table-resup {
	width: 100%;
}

table.table-resup img{
	margin: 20px 10px 0 0;
}

.table-resup th, .table-resup td {
	padding: 20px;
/*
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
*/
	border: 1px solid #ddd;
  box-sizing: border-box;
	vertical-align: text-top;
}


.table-resup th {
	background: #f4f4f4;
	vertical-align: top;
	width: 20%;
	text-align: left;
}

.google-map {
	margin-top: 20px;
}


/*----------------------------------------------------------
*  よくあるご質問
*----------------------------------------------------------*/

.question-box {
}

.question-box .question-bar {
	width: 100%;
	border-bottom: 1px dotted #ddd;
	cursor:pointer;
}

.question-box .question-bar .question-ttl {
	position: relative;
	padding: 0 1em 0 1.8em;
	font-size: 26px;
	color: #232323;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 25px;
	width: 95%;
}

.question-box .question-bar .question-ttl::after {
	position: absolute;
	top: 1px;
	left: 0;
	z-index: 2;
	content: '';
	width: 37px;
	height: 37px;
	background: url(img/question/icon-question.png) no-repeat;
}

.question-box .question-bar .q-up {
	float: right;
	padding-top: 30px;
}

.question-box .question-bar .q-up.rotate {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
	margin-top: 30px;
	/*-webkit-transition: .1s ease-in-out;
	transition: .1s ease-in-out;*/
}

.question-box .answer-text {
	position: relative;
	margin-left: 50px;
	margin-top: 25px;
	display: none;
}

.question-box .answer-text::after{
	position: absolute;
	top: -7px;
	left: -49px;
	z-index: 2;
	content: '';
	width: 37px;
	height: 37px;
	background: url(img/question/icon-answer.png) no-repeat; 
}

.question-box .answer-text a {
}

.mr10 {
	margin-right: 10px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb60 {
	margin-bottom: 60px;
}

.mt10 {
	margin-top: 10px;
}

.pl10 {
	padding-left: 10px; 
}

.pr10 {
	padding-right: 10px;
}

.pb0 {
	padding-bottom: 0;
}

.pb10 {
	padding-bottom: 10px;
}

.pb20 {
	padding-bottom: 20px;
}

.pb30 {
	padding-bottom: 30px;
}

.t-center {
	text-align: center;
}

.blue-bg {
	background: #f2f7fb;
	padding: 60px;
	overflow: hidden; 
}

.site-sample-box {
	text-align: center;
}

/*問い合わせフォーム*/
.wpcf7 {
	/*margin: 96px 0;*/
	width: 82%;
	margin: 0 auto!important;
}
.asterisk {
	margin: 0 0 0 0.2em;
	color: #f5637a;
}
.wpcf7 span.wpcf7-not-valid-tip {
	font-size: 80%;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
	background-color: #fff;
	color: #333;
	width: 95%;
	border: 1px solid #ddd;
	font-size: 100%;
	padding: 0.5em;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
}

.wpcf7 input[type="number"] {
	background-color: #fff;
	color: #333;
	width: 60%;
	border: 1px solid #ddd;
	font-size: 100%;
	padding: 0.5em;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
}

.wpcf7 input[type="submit"] {
	font-size: 100%;
	padding: 0.2em 0.4em;
	background: #eee;
	color: #333;
	border-radius: 4px;
	cursor: pointer;
	box-shadow: 0 0 1px rgba(0,0,0,.2);
	border: 1px solid #ccc;
	text-shadow: -1px 1px 0 rgba(255,255,255,1);
}
.wpcf7 input[type="submit"]:hover {
	box-shadow: 0 0 1px rgba(0,0,0,.2) inset;
}

/*アラート*/
div.wpcf7-validation-errors {
	border: 2px solid #ff4500;
	font-weight: bold;
	color: #ff4500;
	background: #ffe8e0;
	padding: 20px;
	margin: 0;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #006bb6;
	font-weight: bold;
	color: #006bb6;
	background: #e9f6ff;
	padding: 20px;
	margin: 0;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff4500;
	font-weight: bold;
	color: #ff4500;
	background: #ffe8e0;
	padding: 20px;
	margin: 0;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
	font-weight: bold;
	color: #ffa500;
	background: #fff3de;
	padding: 20px;
}

/*フッター問い合わせ画像出しわけ*/
.bottom-info-area img.sp-tell {
	display: none;
}
.bottom-info-area img.pc-tell {
	display: block;
}

/*----------------------------------------------------------
*  成功施策例
*----------------------------------------------------------*/
.is-u-line {
	border-bottom: 1px dotted #bbb;
}

h2.no-line::before {
	display: none;
}

.is-f-right {
	float: right;
}

.search-box {
	margin-bottom: 60px;
}

.search-box table {
	box-shadow: 0 0 0px #fff, 0px 2px 10px #ccc, 0px 2px 2px #aaa;
	-webkit-box-shadow: 0 0 0px #fff, 0px 2px 10px #ccc, 0px 2px 2px #aaa;
	-moz-box-shadow: 0 0 0px #fff, 0px 2px 10px #ccc, 0px 2px 2px #aaa;
}

.search-box table tr th {
	background: #eaeaea;
	padding: 16px;
	width: 180px;
}

.search-box table tr th img {
	vertical-align: middle;
	margin-right: 5px;
}

.search-box table tr td {
	background: #f4f4f4;
	padding: 16px;
}

.search-box select {
	width: 20%;
	padding: 10px;
	height: 30px;
	background-color: #fff;
	border: 1px solid #ddd;
	font-size: 100%;
	box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
}

.label-all {
	display: none;
}

.disp-on {
	display: block;
}

/*----------------------------------------------------------
*  ブログ
*----------------------------------------------------------*/

h2.blog_ttl {
	position: relative;
	padding: 0;
	font-size: 26px;
	color: #232323;
	font-weight: bold;
	text-align: left;
	margin-top: 15px;
}

h2.blog_ttl:before {
	display: none;
}

a.blog_ttl_link {
	text-decoration: none;
	color: #000;
}
a.blog_ttl_link:hover {
	opacity: .4;
	-webkit-opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=40)"; /* IE 8 */

}

a.blog_ttl_link:hover  {
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}

white-space: nowrap;
width: 100%;
display: inline-block;
overflow: hidden;
text-overflow: ellipsis;

.entry .state {
	margin-bottom: 0;
	margin-top: 20px;
}

.is-sg-list {
	margin: 0;
}

.single-top {
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px dotted #bbb;
	border-bottom: 1px dotted #bbb;
}

.single-list {
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #bbb;
	position: relative;
}

.single-list .newIcon {
	top: 5px;
	left: 0;
}

.state {
	margin-bottom: 0;
}

.state .day-size {
	font-size: 20px;
	vertical-align: middle;
	margin-right: 20px;
}

.is-sing-img {
	margin-right: 30px;
	/*pointer-events:none;*/
}

.is-sing-img img {
	border: 1px solid #e0e0e0;
}

.single-sns-bt {
	padding: 0;
}

.single-sns-bt li {
	display: inline-block;
}

.single-list span p {
	margin: 0;
}

.bt-center .is-bt-glay {
	width: 270px;
	color: #6b6c74;
	background: #e9e9e9;
	box-shadow: 0px 1px 1px #dadada;
	border: 1px solid #e9e9e9;
	border-bottom: 2px solid #dadada;
}

.newIcon {
	position: absolute;
	top: -10px;
	left: -10px;
}

/*ページャー*/
.pager {
	text-align: center;
	margin: 50px 0 20px;
}

.pager .page-numbers {
	width: 50px;
	height: 50px;
	padding: 13px 0;
	border-radius: 100%;
	vertical-align: middle;
	background: #f4f4f4;
	display: inline-block;
	text-decoration: none;
	color: #6b6c74;
	margin-right: 10px;
}

.pager .page-numbers a {
	text-decoration: none;
	color: #6b6c74;
}

.pager .page-numbers:hover {
	background: #e2e2e2;
}
.pager .current {
	color: #fff;
	background: #006bb6 !important;
}

.is-blog {
	margin: 40px 0;
}


/*----------------------------------------------------------
*  バナーボタン
----------------------------------------------------------*/
section.banner-area {
	background: #F4F4F4;
}



/*----------------------------------------------------------
*  タブレット対応
*----------------------------------------------------------*/
/* tablet  */
@media only screen and (min-width: 641px) and (max-width: 980px) {
	/*ここにtablet用スタイルを記述*/
	.container {
		padding: 5% 3%;
	}

	#masthead .site-branding {
		border-bottom: 1px solid #e5e5e5;
		overflow: hidden;
	}

	.info-bt-box {
		float: right;
		width: 37%;
	}

	.info-bt-box .link-company {
		padding: 10px 15px;
		display: inline;
	}

	.info-bt-box .link-privacy {
		padding: 10px 8px;
		display: inline;
	}

	.info-tel-box {
		height: 80px;
		width: 26%;
	}

	.info-tel-box img {
		padding: 24px 16px 0px;
		width: 230px;
	}

	.bt-size-height {
		height: 68px;
		padding: 20px 0!important;
		margin-top: 5px;
	}

	#masthead .site-branding .site-description {
		display: inline-block;
		font-size: 10px;
		padding: 5px;
		width: 100%;
		position: absolute;
		left: 0;
		background: #e8e8e8; 
		top: 36px;
		display: none;
	}
	#primary-menu {
		width: 100%;
	}
	.sub-menu .menu-item a {
		padding: 20px;
	}
	.main-navigation li a {
		padding: 20px 0;
	}
	/*トップ画像*/
	.img-top-box {
		background-position: -309px;
	}

	.img-top-box .text-top-box {
		left: -20%;
	}

	.hd-other-box .text-top-box h1 {
		margin: 0;
		font-size: 38px;
		letter-spacing: 0.15em;
		line-height: 1.4em;
		font-weight: normal;
	}

	.pt01-info-box .ec-info {
		display: inline-block;
		vertical-align: text-top;
		vertical-align: -webkit-baseline-middle;
	}

	/*テーブルレイアウト タブレット*/
	table.table-plan td {
		
	}

	th.out-of-table-fixed {
		padding: 5px;
	}

	table.table-plan th.height-pt {
		width: 30px;
	}

	table.table-plan th.is-left {
		padding-left: 37px;
	}

	/*成功施策例*/
	.search-box select {
		width: 86%;
		padding: 0px;
		height: 38px;
	}

	.service-name-label span {
		font-size: 10px;
		margin-right: 6px;
	}

	.list-area .is-ttl-height {
		height: 15%;
	}

	.list-area p {
		overflow: hidden;
		max-height: 95px;
		min-height: 95px;
	}

	.list-area {
		height: 530px;
	}

}
/*----------------------------------------------------------
*  スマフォ対応
*----------------------------------------------------------*/
/* smartPhone */
@media screen and (max-width: 640px) {

	body {
		font-size: 14px;
		-webkit-overflow-scrolling: touch;
		-webkit-text-size-adjust: 100%;
	}

	.container {
		padding: 5% 4%;
	}
	/*最下部問い合わせ*/
	.sp-bt-size {
		padding: 10px 15px;
	}

	/*ヘッダー*/
	.hd-other-box {
		margin-top: 132px;
	}

	.main-navigation li a:hover,
	.main-navigation li a:focus {
		background: #fff;
		height: 49px;
	}

	.main-navigation .current_page_item > a,
	.main-navigation .current-menu-item > a,
	.main-navigation .current_page_ancestor > a,
	.main-navigation .current-menu-ancestor > a {
		height: 49px;
	}

	/*レスポンシブtable*/
	table.table-resup {
		margin: 0 -10px;
		margin: 0 auto;
	}

	table.table-resup th,
	table.table-resup td {
		width: 100%;
		display: block;
		border-top: none;
		padding: 10px;
	}

	table.table-resup tr:first-child th {
		border-top: 1px solid #ddd;
	}

	table.table-resup img {
		margin: 5px 0;
		width: 48%;
	}

	/*トップ画像*/
	.img-top-box {
		background-position: -309px;
	}

	.img-top-box .text-top-box {
		left: -20%;
	}

	#masthead .site-branding {
		text-align: center;
		padding: 0px 10px;
	}
	#masthead .site-branding .site-title {
		text-align: center;
		width: 100%;
		border-bottom: 1px solid #ddd;
	}

	#masthead .site-branding .site-title a img {
		padding: 16px 16px 0px;
		width: 200px;
	}

	#masthead .site-branding .site-description {
		display: none;
		font-size: 10px;
		padding: 5px;
		width: 100%;
		position: absolute;
		left: 0;
		background: #f5f5f5; 
		top: 36px;
	}

	.info-bt-box {
		float: none;
		width: 100%;
		/*display: inline-block;*/
	}

	.info-bt-box .bt-pt01 span {
		display: none;
	}

	.info-bt-box .bt-pt01 img {
		margin: 0 0 2px 0;
	}

	.info-bt-box .link-company {
		display: none;
	}

	.info-bt-box .link-privacy {
		display: none;
	}

	.info-tel-box {
		float: right;
		border-left: none;
		height: 64px;
	}

	.info-tel-box img {
		padding: 17px 16px 0px;
		width: 210px;
	}

	/*トップ*/
	.img-top-box {
		position: relative;
		background: url(img/top/img-top.jpg) no-repeat;
		height: 380px;
		background-size: cover;
		background-position: -300px;
		width: auto;
	}

	.img-top-box .text-top-box {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		height: 225px;
		color: #fff;
		width: 85%;
	}

	.img-top-box .text-top-box p {
		margin: 0;
		font-size: 36px;
		letter-spacing: 0.15em;
		line-height: 1.4em;
	}

	.img-top-box .text-top-box .bt-pt01 {
		font-size: 14px;
	}

	.info-bt-box .bt-pt01 {
		margin-top: 10px;
		float: left;
		padding: 10px;
		width: 30%;
	}

	.info-bt-box .bt-size-height {
		margin-top: 10px;
		float: left;
		padding: 10px!important;
		height: 100%!important;
	}

	.bt-pt01 input {
		border: none;
	}

	h2 {
		font-size: 24px;
	}

	h2 span {
		margin: 0 0.8em;
		padding: 0 0.4em;
	}

	.point-box {
		background: #fff;
		margin: 20px 5px 20px;
		padding: 15px;
	}

	.point-box .col {
		text-align: center;
	}

	.point-box .col img {
		width: 50px;
	}

	.point-box .col .point-box-ttl {
		font-size: 22px;
		font-weight: bold;
		margin: 10px 0 20px 0;
		line-height: 1.4em;
	}

	.bt-box .bt-pt01 {
		float: none;
		width: 100%;
		margin-top: 30px;
	}

	.bottom-info-area .bt-info {
		margin-top: 0;
		padding: 15px;
		width: 100%;
	}

	.rm-list-box li {
		font-size: 16px;
	}

	.pl10,.pr10 {
		padding: 0;
	}

	.bt-circle-box .bt-circle {
		margin: 15px auto;
	}

	.hide-ttl {
		display: none !important;
	}

	#site-navigation {
		margin-top: 0;
	}

	#primary-menu {
		width: 100%;
		height: 99px;
	}

	.main-navigation li {
		border-left: 1px solid #dadada;
		font-size: 14px;
		border-bottom: 1px solid #dadada;
		background: #fff;
		width: 33.3%;
		text-align: center;
		height: 50px;
		padding: 0px;
	}

	.main-navigation li a {
		padding: 15px 5px;
	}

	.main-navigation li:hover {
		font-size: 14px;
		background: #006bb6;
		width: 33.3%;
		text-align: center;
		height: 50px;
		padding: 0px;
		color: #fff;
	}

	ul.sub-menu {
		display: none!important;
	}

	.hd-other-box {
		height: 100px;
	}
	.hd-other-box .text-top-box {
		padding: 30px 0 0 0;
	}

	.hd-other-box .text-top-box h1 {
		font-size: 26px;
	}

	/*当社の強み*/
	.top-point-area .faq-area {
		margin-top: 20px;
	}

	/*サービス案内*/
	.plan-list {
		padding: 30px 0;
	}

	.service-name-label {
		width: 100%;
	}

	.service-name-label span {
		font-size: 10px;
	}

	.is-hight {
		height: 100%;
	}

	h3 {
		padding: 0 0 0 1.8em;
		font-size: 20px;
	}

	h3::after {
		width: 22px;
		height: 22px;
	}

	.h3-box {
		margin-bottom: 20px;
	}

	.pt01-box .pt01-number .pt01-box-ttl {
		font-size: 20px;
		display: table;
		margin: 10px;
	}

	.pt01-box .pt01-number img {
		width: 36px;
		margin-right: 16px;
	}

	.pt01-box {
		padding: 15px;
		min-height: 0;
	}

	.pt01-top-area img {
		width: 60px;
	}

	.icon-plus-area img {
		padding: 10px;
	}

	.pt02-box {
		padding: 15px;
	}

	.icon-arrow-area {
		padding: 10px;
	}

	.icon-arrow-area img {
		-moz-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
	}

	.pt01-info-box,.pt02-info-box {
		padding: 15px;
	}

	.pt01-info-box .ec-blue-label {
		width: 200px;
		text-align: center;
	}

	.pt01-info-box .ec-info {
		width: 100%;
		display: inline-block;
	}

	.icon-smallplus-area {
		padding: 10px;
	}

	.pt02-box-ttl {
		font-size: 17px;
		text-align: center;
	}

	/*テーブルレイアウト　スマフォ*/
	.wrapper {
		-webkit-overflow-scrolling: auto;
	}

	th.out-of-table-fixed {
		width: 136px;
		padding: 7px;
	}

	table.table-plan td {
		width: 190px;
	}

	.table-small-text {
		display: block;
		font-size: 12px;
		margin: 0;
	}

	table.table-plan {
		margin: 0 0 0 134px;
	}

	table.table-plan th.height-pt {
		width: 30px;
	}

	table.table-plan th.is-left {
		padding-left: 38px;
	}

	.step-box img {
		width: 80px;
		margin-bottom: 10px;
	}

	/*会社概要*/
	.google-map {
		height: 250px;
		overflow: hidden;
	}

	/*お問い合わせ*/
	.page-content, .entry-content, .entry-summary {
		margin: -0.5em 0 0;
	}

	.wpcf7 {
		width: 100%;
	}


	.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="url"], .wpcf7 input[type="tel"], .wpcf7 textarea {
		width: 100%;
		margin: 10px 0;
	}

	.pl10, .pr10 {
		padding: 5px 0;
		display: inline-block;
	}

	.contact-bt {
		margin-top: 30px;
	}

	.conact-bt-submit {
		width: 100%;
		font-size: 18px;
		padding: 0;
	}

	.entry-content .contact-bt input {
		background: none!important;
		border: none!important;
		box-shadow: none!important;
		color: #fff!important;
		font-weight: bold!important;
		text-shadow: none!important;
		width: 100%;
		height: 80px;
	}

	.wpcf7 input[type="submit"] {
		color: #fff!important;
		padding: 15px!important;
		background-color: #ffbe00!important;
		font-weight: bold!important;
		border: 1px solid #ffbe00!important;
		overflow: hidden!important;
		border-bottom: 2px solid #dead1e!important;
		border-radius: 2px!important;
		display: inline-block!important;
		text-align: center!important;
		outline : none!important;
		font-size: 18px!important;
		width: 100%!important;
		height: 60px!important;
	}

	/*よくある質問*/
	.question-box .question-bar .question-ttl {
		font-size: 18px;
		padding: 0 0 0 1.8em;
		width: 90%;
	}

	.question-box .question-bar .question-ttl::after {
		width: 25px;
		height: 25px;
		background: url(img/question/icon-question.png) no-repeat;
		background-size: 25px;
	}

	.question-box .answer-text::after {
		left: -32px;
		width: 25px;
		height: 25px;
		background: url(img/question/icon-answer.png) no-repeat;
		background-size: 25px;
	}

	.question-box .answer-text {
		margin-left: 32px;
	}

	.question-box .question-bar .q-up {
		padding-top: 24px;
		width: 20px;
	}

	.question-box .question-bar .q-up.rotate {
		margin-top: 24px;
	}

	/*センターへ*/
	.is-center {
		text-align: center;
	}

	.site-sample-box {
		margin-bottom: 30px;
	}

	.is-mb60 {
		margin-bottom: 60px;
	}

	.is-mb10 {
		margin-bottom: 10px;
	}
	/*フッター問い合わせ画像出しわけ*/
	.bottom-info-area img.sp-tell {
		display: block;
	}
	.bottom-info-area img.pc-tell {
		display: none;
	}

	/*フッター*/
	.menu-footer-container .menu {
		width: 300px;
	}

	.menu-footer-container .menu .menu-item {
		display: inline-block;
		width: 143px;
		vertical-align: middle;
		height: 30px;
		margin-bottom: 0;
	}

	.short-line:before {
		display: none;
	}

	.short-line:after {
		display: none;
	}

	/*会社概要*/
	table.table-resup img.is-small {
		width: 25%;
	}

	/*成功施策例*/
	.is-f-right {
		float: left;
	}

	.search-box select {
		width: 67%;
		padding: 0px;
		height: 30px;
	}

	.search-box table tr th {
		background: #eaeaea;
		padding: 6px;
		width: 144px;
	}

	.list-area p {
		min-height: 0px;
	}

	.list-area .is-ttl-height {
		min-height: 0;
		height: auto;
	}

	.list-area {
		padding: 0 15px 60px;
		/* height: 520px; */
		height: auto;
	}

	.h3-box .h3-bt-area {
		background: #fff;
		width: auto;
		padding: 0;
	}

	/*トップ　ブログ　新着情報*/
	.news-area {
		margin-right: 0;
		margin-bottom: 30px;
	}

	.news-area .blog-area .top-img-size {
		padding-right: 0;
		height: auto;
		margin-bottom: 15px;
	}

	.top-news-area .news-area-ttl .list_link {
		font-size: 16px;
		float: none;
		display: inline-block;
		margin-top: 0;
	}

	.news-area .blog-area {
		margin-bottom: 45px;
	}

	.news-area-ttl {
		text-align: center;
		font-size: 24px;
	}

	/*ブログページ*/
	h2.blog_ttl {
		font-size: 24px;
		margin: 0 0 5px 0;
	}

	.state {
		margin-bottom: 0;
	}

	.single-sns-bt {
		margin: 0;
	}

	.single-list {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.single-list .newIcon {
		top: 25px;
	}
}


/*フォーム周り追加(個人情報同意チェック)*/
.privacy-box {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
}
.table-resup ul {
    list-style: disc;
    padding-left: 30px;
}
.contact-back {
    width: 100%;
    margin: 20px auto;
    text-align: center;
}
.contact-back a {
    display: inline-block;
    padding: 15px 30px;
    color: #fff;
    font-weight: bold;
    background: #7e7e7e;
    /* border-radius: 30px; */
    border: 1px solid #929292;
}
