@charset "utf-8";

/* =Responsive Structure
----------------------------------------------- */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

@media (max-width: 1600px) {
.purchase {
	position: absolute;
	position: relative;
	width: 380px;
	height:240px;
	margin:0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	background-image: linear-gradient(
	-45deg,
	#f2353e 25%,
	#f01e28 25%,
	#f01e28 50%,
	#f2353e 50%,
	#f2353e 75%,
	#f01e28 75%,
	#f01e28
);
	background-size: 30px 30px;
	z-index: 10;
	border-left: 4px solid #fff;
	border-right: 4px solid #fff;
}
.collect {
	position: absolute;
	position: relative;
	width: 380px;
	height:240px;
	margin:0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	background-image: linear-gradient(
	-45deg,
	#f2353e 25%,
	#f01e28 25%,
	#f01e28 50%,
	#f2353e 50%,
	#f2353e 75%,
	#f01e28 75%,
	#f01e28
);
	background-size: 30px 30px;
	z-index: 10;
	border-left: 4px solid #fff;
	border-right: 4px solid #fff;
}
}

@media (max-width: 1300px) {
.header0_cts h1 {
	float:left;
	font-size: 14px;
	color: #333;
	line-height:1.5em; 
	text-align: left;
	margin:7px 0% 0px 2%;
	padding: 0px 0px 0px 4px;
	font-weight: normal; 
}
.hd_logo {
float:left;
	width: 230px;
line-height:1.0em; 
margin:0px 10px 0px 2%;
	padding: 15px 0px 0px 0px;
}
}

@media (max-width: 1264px) {
body {
width: 1200px; 
}
}


@media (max-width: 574px) {
	
body {
width: auto; 
}
	
	/* Simplify the basic layout */
	#main #content {
		margin: 0 0%;
		width: auto;
	}
	#main #content2 {
		margin: 0 0%;
		width: auto;
	}
	#nav-below {
		border-bottom: 1px solid #ddd;
		margin-bottom: 1.5em;
	}
	#main #secondary {
		float: none;
		margin: 0 0%;
		width: auto;
	}
	/* Simplify the showcase template */
	.page-template-showcase-php .featured-posts {
		min-height: 280px;
	}
	.featured-posts section.featured-post {
		height: auto;
	}
	.page-template-showcase-php section.recent-posts {
		float: none;
		margin: 0;
		width: 100%;
	}
	.page-template-showcase-php #main .widget-area {
		float: none;
		margin: 0;
		width: auto;
	}
	.page-template-showcase-php .other-recent-posts {
		border-bottom: 1px solid #ddd;
	}
	/* Simplify the showcase template when small feature */
	section.featured-post .attachment-small-feature,
	.one-column section.featured-post .attachment-small-feature {
		border: none;
		display: block;
		float: left;
		height: auto;
		margin: 0.625em auto 1.025em;
		max-width: 30%;
		position: static;
	}
	article.feature-image.small {
		float: right;
		margin: 0 0 1.5em;
		width: 64%;
	}
	.one-column article.feature-image.small .entry-summary {
		height: auto;
	}
	article.feature-image.small .entry-summary p a {
		left: 0;
		padding-left: 10px;
		padding-right: 10px;
		width: auto;
	}
	/* Remove the margin on singular articles */
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular #comments-title {
		width: 100%;
	}
	/* Simplify the pullquotes and pull styles */
	.singular blockquote.pull {
		margin: 0 0 1.5em;
	}
	.singular .pull.alignleft {
		margin: 0 1.5em 0 0;
	}
	.singular .pull.alignright {
		margin: 0 0 0 1.5em;
	}
	.singular .entry-meta .edit-link a {
		left: 0;
		position: absolute;
		top: 20px;
	}
	.singular #author-info {
		margin: 2.2em -8.8% 0;
		padding: 20px 8.8%;
	}
	/* Make sure we have room for our comment avatars */
	.commentlist {
		width: 100%;
	}
	.commentlist > li.comment,
	.commentlist .pingback {
		margin-left: 20px;
		width: auto;
	}
	/* And a full-width comment form */
	#respond {
		width: auto;
	}
	/* No need to float footer widgets at this size */
	#colophon #supplementary .widget-area {
		float: none;
		margin-right: 0;
		width: auto;
	}
	/* No need to float 404 widgets at this size */
	.error404 #main .widget {
		float: none;
		margin-right: 0;
		width: auto;
	}
	
		/* @media (max-width: 650px) Reduce font-sizes for better readability on smaller devices */
	body, input, textarea {
		font-size: 14px;
	}
	#site-title a {
		font-size: 16px;
	}
	#site-description {
		font-size: 13px;
	}
	#access ul {
		font-size: 13px;
	}
	#branding .only-search + #access div {
		padding-right: 0;
	}
	article.intro .entry-content {
		font-size: 14px;
	}
	.entry-title {
		font-size: 16px;
	}
	.featured-post .entry-title {
		font-size: 14px;
	}
	.singular .entry-title {
		font-size: 17px;
	}
	.entry-meta {
		font-size: 13px;
	}
	blockquote {
		margin: 0;
	}
	blockquote.pull {
		font-size: 17px;
	}
	/* Reposition the site title and description slightly */
	#site-title {
		padding: 0em 0 0;
	}
	#site-title,
	#site-description {
		margin-right: 0;
	}
	/* Make sure the logo and search form don't collide */
	#branding #searchform {
		top: 0em !important;
	}
	/* Floated content doesn't work well at this size */
	.alignleft,
	.alignright {
		display: block;
		float: none;
		margin-left: 0;
		margin-right: 0;
	}
	/* Make sure the post-post navigation doesn't collide with anything */
	#nav-single {
		display: block;
		position: static;
	}
	.singular .hentry {
		padding: 0em 0 0;
	}
	.singular.page .hentry {
		padding: 0em 0 0;
	}
	.singular .entry-header .entry-meta,
	.singular .entry-header .entry-format,
	.singular .entry-meta .edit-link a {
		position: static;
	}
	/* Talking avatars take up too much room at this size */
	.commentlist > li.comment,
	.commentlist > li.pingback {
		margin-left: 0 !important;
	}
	.commentlist .avatar {
		background: transparent;
		display: block;
		padding: 0;
		position: static;
	}
	.commentlist .children .avatar {
		background: none;
		left: 2.2em;
		padding: 0;
		position: absolute;
		top: 2.2em;
	}
	/* Use the available space in the smaller comment form */
	#respond input[type="text"] {
		width: 95%;
	}
	#content .gallery-columns-3 .gallery-item {
		width: 31%;
		padding-right: 2%;
	}
	#content .gallery-columns-3 .gallery-item img {
		width: 100%;
		height: auto;
	}
	
.entry-content,
.entry-summary {
	padding: 1.0em 0 1.0em 0;
	margin: 0em;
	line-height: 1.6em;
}

.pc_on {
	display:none;
}
.sp_on {
	display:block;
}
/* =Structure
----------------------------------------------- */
#page0 {
	width: auto;
	padding: 0px 0px 0px 0px;
	margin: 0em auto;
	position: relative;
	z-index: 10;
}
#top_contents {
	width: auto;
		margin: 0 auto 0px auto;
	overflow:hidden;
}
#pg_contents {
	width: auto;
	padding: 0px 0px 0px 0px;
	margin: 0 auto 0px auto;
	margin:0px auto 0px auto;
	overflow:hidden;
	position: relative;
	z-index: 10;
}
#page1100 {
		margin: 0em auto;
		margin: 0px auto 40px auto;
		margin: 0px 6% 40px 6%;
	max-width: 600px;
		padding: 0px 0px 0px 0px;
		position: relative;
	z-index: 10;
}
#page {
		margin: 0em auto;
		width: auto;
		max-width: 600px;
		position: relative;
	z-index: 10;
}
#primary {
	float: left;
	float: none;
	margin: 0 0% 0 0;
	width: auto;
}
#content {
	margin: 0 auto;
	width: auto;
	border-right: 0px solid #bcbadb;
		padding: 0px 5% 0px 5%;
		padding: 0px 0 0px 0;
		position: relative;
	z-index: 10;
}
#content2 {
	clear: both;
	width: auto;
	max-width: 600px;
	margin: 0 auto;
		padding: 0px 0% 0px 0%;
		padding: 0px 2% 0px 2%;
		padding: 0px 0% 0px 0%;
		position: relative;
	z-index: 10;
}

#secondary {
	float: none;
	margin: 0 0%;
	width: auto;
	padding: 0px 0% 0px 5%;
}
	
.cts_1000 {
	max-width: 600px;
	margin: 0px auto 10px auto;
	padding: 0px 0px 0px 0px;
		overflow:hidden;
		position: relative;
	z-index: 10;
}

.cts_1200 {
	max-width: 600px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
overflow:hidden;
}

.error404 #primary #content {
	margin: 0 5% 0 5%;
	width: auto;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	display: block;
	float: none;
	margin-right: 0em;
}
.alignright {
	display: inline;
	float: right;
	display: block;
	float: none;
	margin-left: 0em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignnone {
	display: inline;
	margin-right: 1em;
}

/* =Global
----------------------------------------------- */
body, input, textarea {
	color: #333333;
		font: 14px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ ゴシック", "MS Gothic", "Helvetica Neue", "Arial", sans-serif;
	font-weight: 300;
	line-height: 1.5;
}
body {
	background: #fff;
	width: calc(100% - 64px);
	width: calc(100% - 0px);
}
#page {
	background: #fff;
}

/* Text elements */
p {
	margin: 0 0 0em;
	margin-bottom: 1.0em;
}
p span {
	margin: 0 0 0em;
	margin-bottom: 1.0em;
}
p img {
	margin-bottom: 0.5em;
	}
.entry-content p {
	margin-bottom: 0.4em !important;
}
	
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.0em;
}

	
/* =Header
----------------------------------------------- */
#branding {
	border-top: 0px solid #bbb;
	padding-bottom: 0px;
	position: relative;
	z-index: 99999;
}

#branding img {
	height: auto;
	display: block;
	width: auto;
	max-width: 100%;
}
#header0 {
box-sizing: border-box;
width: 100%;
width: auto;
	min-width: 600px;
	min-width: initial; 
	height:34px;
	height:auto;
margin:0px auto 0px auto;
	padding: 0px 3% 0px 3%;
	border-bottom: 1px solid #ccc;
	background-color: #fff;
	overflow:hidden;
}
.header0_cts {
max-width: 600px;
margin:0px auto 0px auto;
	padding: 0px 70px 0px 0px;
	padding: 0px 60px 0px 0px;
	overflow:hidden;
}
.header0_cts h1 {
	float:left;
	float:none;
	font-size: 13px;
	color: #333;
	line-height:1.3em; 
	text-align: left;
	margin:7px 0% 4px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: normal; 
}
.header0_cts_right {
	float:right;
	float:none;
	font-size: 15px;
	color: #f01e28;
	line-height:1.5em; 
	text-align: right;
	text-align: left;
	margin:0px 0% 5px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold; 
}

#header {
box-sizing: border-box;
width: 100%;
width: auto;
max-width: 600px;
	min-width: 1200px;
	min-width: initial; 
	height:65px;
	height:auto;
margin:0px 3% 0px 3%;
padding: 0px 0px 0px 0px;
	background-color: #fff;
	overflow:hidden;
}
#header img {
max-width: 100%;
height:auto;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
}

.hd_logo {
float:left;
float:none;
	width: 230px;
	width: 200px;
line-height:1.0em; 
margin:0px 0px 15px 0%;
	padding: 10px 0px 0px 0px;
}
.hd_logo a:hover img {
opacity: 1.0;
filter: alpha(opacity=100);
-moz-opacity: 1.0;
-ms-filter: "alpha(opacity=100)";
}

.header_right{
display:none;
float:right;
text-align:left;
margin:0px 0% 0px 0;
padding: 0px 0px 0px 0px;
}


#hd_menu0 {
float:left;
text-align:right;
margin:0px 0% 0px 0%;
	padding: 0px 0px 0px 0px;
	  z-index: 10;
  position: relative;
}

/* =右サイドナビ
----------------------------------------------- */
#right_block {
display:none;
}


/* =トップスライド
----------------------------------------------- */
#mainvisual {
display:none;
box-sizing: border-box;
clear: both;
	width: 100%;
	margin:0px auto 0px auto;
	margin:0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	height:auto;
	border-top: 0px solid #0096FF;
	border-bottom: 0px solid #0096FF;
	overflow:hidden;
	position: relative;
	z-index: 2;
}

.bxslider {
」box-sizing: border-box;
width: 100%;
margin:0px auto;
	padding: 0px 0px 0px 0px;
	position: relative;
	z-index: 2;
}

.bxslider  li {
background:#fff;
	padding: 0px 0px 0px 0px;
	position: relative;
margin:0px auto;
}
.bxslider  li img {
padding: 0px 0px 0px 0px;
margin:0px auto;
}


.bg-scale1 {
    position: relative;
    text-align:center;
	padding: 0px 0 0px 0;
	height:480px;
	height:auto;
	background: url(images/bx_loader.gif) center center no-repeat;
	top: 0px;
	z-index: 10;
}
.bg-scale1 .inner {
    z-index: 10;
    position: relative;
	top: 0%;
}
.bg-scale1:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(images/scene1_img.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.tops1 {
box-sizing: border-box;
	position: absolute;
	position: relative;
	width: 500px;
	width: 100%;
	max-width: 420px;
	height:480px;
	height:280px;
	margin:0px auto 0px auto;
	padding: 0px 6% 0px 6%;
	background-image: linear-gradient(
	-45deg,
	#f2353e 25%,
	#f01e28 25%,
	#f01e28 50%,
	#f2353e 50%,
	#f2353e 75%,
	#f01e28 75%,
	#f01e28
);
	background-size: 30px 30px;
	z-index: 10;
	border-left: 0px solid #fff;
	border-right: 0px solid #fff;
	overflow:hidden;
}
.scene1_point {
clear：both;
box-sizing: border-box;
	position: relative;
	width: 800px;
	width: auto;
	max-width: 360px;
	margin:0px auto -25px auto;
	margin:0px auto 10px auto;
	padding: 0px 0px 0px 0px;
	z-index: 15;
	top: -25px;
	top: 0px;
	top: -10px;
}


.tops2 {
box-sizing: border-box;
	float:left;
	float:none;
	 width: 50%;
	 width: 100%;
	position: absolute;
	position: relative;
	height:480px;
	height:280px;
	margin:0px auto 0px auto;
	padding: 0px 6% 0px 6%;
	background-image: linear-gradient(
	-45deg,
	#f2353e 25%,
	#f01e28 25%,
	#f01e28 50%,
	#f2353e 50%,
	#f2353e 75%,
	#f01e28 75%,
	#f01e28
);
	background-size: 30px 30px;
	z-index: 15;
	overflow:hidden;
}

.bg-scale2-img {
display:none;
box-sizing: border-box;
	 float:right;
	 float:none;
	 width: 50%;
	 width: 100%;
	margin:0px 0 0px 0;
	padding: 0px 0px 0px 0px;
	position: relative;
	z-index: 10;
}
.bg-scale2 {
    position: relative;
    text-align:center;
	padding: 0px 0 0px 0;
	height:480px;
	height:100px;
	top: 0px;
	z-index: 10;
}
.bg-scale2 .inner {
    z-index: 10;
    position: relative;
	top: 0%;
}
.bg-scale2:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
	height: 100%;
    top: 0;
    background: url(images/scene2_img.jpg) no-repeat left center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.scene2_point {
clear：both;
box-sizing: border-box;
	position: relative;
	width: 800px;
	width: auto;
	max-width: 360px;
	margin:0px auto -25px auto;
	margin:0px auto 10px auto;
	padding: 0px 0px 0px 0px;
	z-index: 15;
	top: -25px;
	top: 0px;
	top: -10px;
}


.tops3 {
box-sizing: border-box;
	float:left;
	float:none;
	 width: 50%;
	 width: 100%;
	position: absolute;
	position: relative;
	height:480px;
	height:280px;
	margin:0px auto 0px auto;
	padding: 0px 6% 0px 6%;
	background-image: linear-gradient(
	-45deg,
	#f2353e 25%,
	#f01e28 25%,
	#f01e28 50%,
	#f2353e 50%,
	#f2353e 75%,
	#f01e28 75%,
	#f01e28
);
	background-size: 30px 30px;
	z-index: 15;
	overflow:hidden;
}

.bg-scale3-img {
display:none;
box-sizing: border-box;
	 float:right;
	 float:none;
	 width: 50%;
	 width: 100%;
	margin:0px 0 0px 0;
	padding: 0px 0px 0px 0px;
	position: relative;
	z-index: 10;
}
.bg-scale3 {
    position: relative;
    text-align:center;
	padding: 0px 0 0px 0;
	height:480px;
	height:100px;
	top: 0px;
	z-index: 10;
}
.bg-scale3 .inner {
    z-index: 10;
    position: relative;
  top: 0%;
}
.bg-scale3:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(images/scene3_img.jpg) no-repeat left center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.scene3_point {
clear：both;
box-sizing: border-box;
	position: relative;
	width: 800px;
	width: auto;
	max-width: 360px;
	margin:0px auto -25px auto;
	margin:0px auto 10px auto;
	padding: 0px 0px 0px 0px;
	z-index: 15;
	top: -25px;
	top: -10px;
}

/* =スライド内内容----- */
/* =スライド1 */
.tops1_cp01 {
	box-sizing: border-box;
	display: block;
	width: 600px;
	width: auto;
  margin: 0px 0 10px -50px;
  margin: 0px 0 10px 0px;
	padding: 80px 0 0px 0px;
	padding: 50px 0 5px 0px;
}
.tops1_cp02 {
	box-sizing: border-box;
	display: block;
	width: 500px;
	width: auto;
  margin: 20px 0 0px 20px;
	padding: 0px 0 0px 0px;
}

.tops1_cp1 {
	box-sizing: border-box;
	float:left;
  margin: 0px 0 0px 0px;
	padding: 0px 0 0px 0px;
}
.tops1_cp1> p {
	box-sizing: border-box;
	display: block;
  z-index: 1;
  position: relative;
	width: 310px;
	width: auto;
	margin: 0px auto 0 auto;
	margin: 0px 0 0 0px;
  padding: 5px 15px 5px 15px;
	color: #f01e28;
	font-weight: bold;
	line-height:1.3; 
  font-size: 54px;
  font-size: 28px;
	text-align: left;
	transform: skewX(-30deg);
	transform:skew(-12deg,-12deg);
}
.tops1_cp1> p span {
	font-size: 38px;
	font-size: 16px;
	
}
.tops1_cp1 > p:before {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  content: "";
}
.tops1_cp2 {
	box-sizing: border-box;
	float:left;
  margin: -50px 0 10px 0px;
  margin: -30px 0 10px 0px;
	padding: 0px 0 0px 0px;
}
.tops1_cp2> p {
	box-sizing: border-box;
	display: block;
  z-index: 1;
  position: relative;
	width: 200px;
	width: auto;
	margin: 0px auto 0 auto;
	margin: 0px 0 0 0px;
  padding: 5px 15px 5px 15px;
	color: #ffff00;
	font-weight: bold;
	line-height:1.32; 
  font-size: 54px;
  font-size: 28px;
	text-align: left;
	transform: skewX(-30deg);
	transform:skew(-12deg,-12deg);
}

.tops1_cp11 {
	box-sizing: border-box;
	float:left;
	float:none;
	width: 190px;
  margin: 0px 0 0px 0px;
	padding: 0px 0 0px 0px;
}
.tops1_cp11> p {
	box-sizing: border-box;
	display: block;
  z-index: 1;
  position: relative;
	width: 310px;
	width: auto;
	margin: 0px auto 0 auto;
	margin: 0px 0 0 0px;
	padding: 5px 15px 5px 15px;
	padding: 8px 15px 8px 15px;
	color: #f01e28;
	font-weight: bold;
	line-height:1.3; 
  font-size: 54px;
  font-size: 28px;
	text-align: left;
	transform: skewX(-30deg);
	transform:skew(-12deg,-12deg);
}
.tops1_cp11> p span {
	font-size: 38px;
	font-size: 16px;
}
.tops1_cp11 > p:before {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  content: "";
}
.tops1_cp12 {
	box-sizing: border-box;
	float:left;
	float:none;
	width: 190px;
  margin: -22px 0 0px 60px;
  margin: -20px 0 0px 60px;
	padding: 0px 0 0px 0px;
}
.tops1_cp12> p {
	box-sizing: border-box;
	display: block;
  z-index: 1;
  position: relative;
	width: 310px;
	width: auto;
	margin: 0px auto 0 auto;
	margin: 0px 0 0 0px;
  padding: 10px 15px 5px 15px;
	color: #f01e28;
	font-weight: bold;
	line-height:1.3; 
  font-size: 54px;
  font-size: 28px;
	text-align: left;
	transform: skewX(-30deg);
	transform:skew(-12deg,-12deg);
}
.tops1_cp12> p span {
	font-size: 38px;
	font-size: 16px;
}
.tops1_cp12 > p:before {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  content: "";
}


.tops1_cp3 {
	clear：both;
	box-sizing: border-box;
  margin: -15px 0 10px 30px;
  margin: -10px 0 10px 30px;
	padding: 0px 0 0px 0px;
}
.tops1_cp3> p {
	box-sizing: border-box;
	clear：both;
	display: block;
  z-index: 1;
  position: relative;
	width: 200px;
	width: auto;
	margin: 0px auto 0 auto;
	margin: 0px 0 0 0px;
  padding: 5px 15px 5px 15px;
	color: #fff;
	font-weight: bold;
	line-height:1.3; 
  font-size: 43px;
  font-size: 24px;
	text-align: left;
	transform: skewX(-30deg);
	transform:skew(-12deg,-12deg);
}

.tops1_kei {
	box-sizing: border-box;
	clear：both;
	display: block;
	position: relative;
	background-color: #fff;
	border: 0;
	height: 1px;
	width: auto;
	max-width: 440px;
	margin: 60px auto 20px auto;
	margin: 30px auto 10px auto;
	transform:skew(-12deg,-12deg);
}
.tops1_kei2 {
	box-sizing: border-box;
	clear：both;
	display: block;
	position: relative;
	background-color: #fff;
	border: 0;
	height: 1px;
	width: auto;
	max-width: 440px;
	margin: 190px auto 20px auto;
	margin: 10px auto 10px auto;
	transform:skew(-12deg,-12deg);
}
.tops1_chara {
	box-sizing: border-box;
	position: relative;
	position: absolute;
	width:120px;
	width:70px;
	margin: 0px 0 0 0px;
	padding: 0px 0px 0px 0px;
	right:-20px;
	bottom:50px;
	right:15px;
	bottom:20px;
}
.tops1_chara img {
max-width: 100%;
height:auto;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
}

/* =スライド2 */
.tops2_cts {
	box-sizing: border-box;
	float:right;
	float:none;
	width: 540px;
	width: 100%;
	 max-width: 420px;
	height: 280px;
	margin:0px auto 0px auto;
	padding: 35px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
  position: relative;
}

.tops2_cp1 {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
  font-weight: bold;
  font-size: 28px;
  font-size: 18px;
  line-height: 1.3;
	margin:0px auto 10px auto;
	padding: 0px 0px 0px 0px;
  position: relative;
}
.tops2_cp1 span {
	color: #ffff00;
}

.tops2_cp1::before,
.tops2_cp1::after {
	content: '';
	width: 2px;
	height: 36px;
	background-color: #fff;
	margin:0px auto 0px auto;
}
.tops2_cp1::before {
	margin-right: 20px;
	transform: rotate(-35deg)
}
.tops2_cp1::after {
	margin-left: 20px;
	transform: rotate(35deg)
}
		
		
.tops2_cp2 {
	clear：both;
	box-sizing: border-box;
  margin: -20px 0 15px 0px;
	padding: 0px 0 0px 0px;
}
.tops2_cp2> p {
	box-sizing: border-box;
	clear：both;
	display: block;
  z-index: 1;
  position: relative;
	width: auto;
	margin: 0px auto 0 auto;
	margin: 0px 0 0 0px;
  padding: 0px 10px 5px 10px;
	color: #fff;
	font-weight: bold;
	line-height:1.3; 
  font-size: 64px;
  font-size: 30px;
	text-align: left;
	transform: skewX(-30deg);
	transform:skew(-12deg,-12deg);
}		
.tops2_cp2> p span {
	font-size: 40px;
	font-size: 18px;
}	
		
.tops2_cp22 {
	clear：both;
	box-sizing: border-box;
  margin: -40px 0 5px 80px;
	padding: 0px 0 0px 0px;
}
.tops2_cp22> p {
	box-sizing: border-box;
	clear：both;
	display: block;
  z-index: 1;
  position: relative;
	width: auto;
	margin: 0px auto 0 auto;
	margin:0px 0 0 0px;
  padding: 5px 10px 5px 10px;
	color: #fff;
	font-weight: bold;
	line-height:1.3; 
  font-size: 64px;
  font-size: 30px;
	text-align: left;
	transform: skewX(-30deg);
	transform:skew(-12deg,-12deg);
}		
.tops2_cp22> p span {
	font-size: 40px;
	font-size: 18px;
}		
.tops2_kei {
	box-sizing: border-box;
	clear：both;
	display: block;
	position: relative;
	background-color: #fff;
	border: 0;
	height: 1px;
	width: auto;
	max-width: 440px;
	margin: 0px auto 20px auto;
	transform:skew(-12deg,-12deg);
}		
		
.tops2_cp03 {
	box-sizing: border-box;
	display: block;
	width: auto;
  margin: 0px 0 10px -50px;
  margin: 0px 0 10px 0px;
	padding: 28px 0 0px 0px;
	padding: 10px 0 0px 0px;
}
.tops2_cp01 {
	box-sizing: border-box;
	float:left;
  margin: 0px 0 0px 0px;
	padding: 0px 0 0px 0px;
}
.tops2_cp01> p {
	box-sizing: border-box;
	display: block;
  z-index: 1;
  position: relative;
	width: 310px;
	width: auto;
	margin: 0px auto 0 auto;
	margin: 0px 0 0 0px;
  padding: 5px 15px 5px 15px;
	color: #f01e28;
	font-weight: bold;
	line-height:1.3; 
  font-size: 56px;
  font-size: 28px;
	text-align: left;
	transform: skewX(-30deg);
	transform:skew(-12deg,-12deg);
}
.tops2_cp01> p span {
	font-size: 40px;
	font-size: 16px;
	
}
.tops2_cp01 > p:before {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  content: "";
}
.tops2_cp02 {
	box-sizing: border-box;
	float:left;
  margin: -60px 0 10px 0px;
  margin: -30px 0 10px 0px;
	padding: 0px 0 0px 0px;
}
.tops2_cp02> p {
	box-sizing: border-box;
	display: block;
  z-index: 1;
  position: relative;
	width: 200px;
	width: auto;
	margin: 0px auto 0 auto;
	margin: 0px 0 0 0px;
  padding: 5px 15px 5px 15px;
	color: #ffff00;
	font-weight: bold;
	line-height:1.3; 
  font-size: 58px;
  font-size: 28px;
	text-align: left;
	transform: skewX(-30deg);
	transform:skew(-12deg,-12deg);
}	
		
.tops2_area {
clear:both;
	box-sizing: border-box;
display: block;
float:right;
	width: auto;
	max-width: 360px;
  margin: -15px 0 0px 0px;
  margin: 0px 0 0px 0px;
	padding: 0px 0 0px 0px;
}
.tops2_area_ttl {
	box-sizing: border-box;
	float:left;
	color: #fff;
	font-weight: bold;
	line-height:1.5; 
  font-size: 22px;
   font-size: 16px;
			text-align: left;
			background: url(images/area_back.svg) no-repeat 0px 0px;
			background-size: 50px;
			position: relative;
  margin: 0px 15px 0px 0px;
	padding: 19px 0 30px 25px;
	padding: 15px 0 30px 20px;
}		
.tops2_area_cp {
	box-sizing: border-box;
	float:left;
	color: #fff;
	font-weight: bold;
	line-height:1.5; 
  font-size: 22px;
  font-size: 16px;
	text-align: left;
	position: relative;
  margin: 0px 0 0px 0px;
	padding: 15px 0 0px 0px;
}	
		
.tops2_chara {
	box-sizing: border-box;
	position: relative;
	position: absolute;
	width:120px;
	width:55px;
	margin: 0px 0 0 0px;
	padding: 0px 0px 0px 0px;
	right:0px;
	top:150px;
	z-index: 50;
}
.tops2_chara img {
max-width: 100%;
height:auto;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
}
		
/* =スライド3 */
.tops3_cts {
	box-sizing: border-box;
	float:right;
	float:none;
	width: 100%;
	max-width: 420px;
	height: 280px;
	margin:0px auto 0px auto;
	padding: 35px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
  position: relative;
}

.tops3_cp1 {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
  font-weight: bold;
  font-size: 24px;
  font-size: 15px;
  line-height: 1.3;
	margin:0px auto 10px auto;
	padding: 0px 0px 0px 0px;
  position: relative;
}
.tops3_cp1 span {
	color: #ffff00;
}

.tops3_cp1::before,
.tops3_cp1::after {
	content: '';
	width: 2px;
	height: 36px;
	background-color: #fff;
	margin:0px auto 0px auto;
}
.tops3_cp1::before {
	margin-right: 20px;
	transform: rotate(-35deg)
}
.tops3_cp1::after {
	margin-left: 20px;
	transform: rotate(35deg)
}
				
.tops3_cp002 {
	clear：both;
	box-sizing: border-box;
	display: block;
	width: auto;
	max-width: 480px;
	max-width: 420px;
  margin: 0px 0 30px -10px;
  margin: 0px 0 10px 0px;
padding: 28px 0 0px 0px;
padding: 5px 0 0px 0px;
}
.tops3_cp01 {
	box-sizing: border-box;
	float:left;
  margin: 0px 0 0px 0px;
	padding: 0px 0 0px 0px;
}
.tops3_cp01> p {
	box-sizing: border-box;
	display: block;
  z-index: 1;
  position: relative;
	width: 310px;
	width: auto;
	margin: 0px auto 0 auto;
	margin: 0px 0 0 0px;
  padding: 5px 15px 5px 15px;
	color: #f01e28;
	font-weight: bold;
	line-height:1.3; 
  font-size: 56px;
  font-size: 28px;
	text-align: left;
	transform: skewX(-30deg);
	transform:skew(-12deg,-12deg);
}

.tops3_cp01 > p:before {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  content: "";
}
.tops3_cp02 {
	box-sizing: border-box;
	float:left;
  margin: -20px 0 10px 0px;
	padding: 0px 0 0px 0px;
}
.tops3_cp02> p {
	box-sizing: border-box;
	display: block;
  z-index: 1;
  position: relative;
	width: 200px;
	width: auto;
	margin: 0px auto 0 auto;
	margin: 0px 0 0 0px;
  padding: 5px 15px 5px 15px;
	color: #ffff;
	font-weight: bold;
	line-height:1.3; 
  font-size: 40px;
  font-size: 18px;
	text-align: left;
	transform: skewX(-30deg);
	transform:skew(-12deg,-12deg);
}	
				
.tops3_cp2 {
clear：both;
box-sizing: border-box;
position: relative;
  margin: 0px 0 -50px 20px;
  margin: 0px 0 -20px 20px;
padding: 80px 0 0px 0px;
padding: 50px 0 0px 0px;
top: -32px;
}
.tops3_cp2> p {
	box-sizing: border-box;
	display: block;
  z-index: 1;
  position: relative;
	width: auto;
	margin: 0px auto 0 auto;
	margin: 0px 0 0 0px;
  padding: 0px 10px 5px 10px;
	color: #fff;
	font-weight: bold;
	line-height:1.3; 
  font-size: 64px;
  font-size: 30px;
	text-align: left;
	transform: skewX(-30deg);
	transform:skew(-12deg,-12deg);
}		
.tops3_cp2> p span.yellow  {
	color: #ffff00;
}
.tops3_cp2> p span.sml {
	font-size: 40px;
	font-size: 18px;
}			
.tops3_kei {
	box-sizing: border-box;
	clear：both;
	display: block;
	position: relative;
	background-color: #fff;
	border: 0;
	height: 1px;
	width: auto;
	max-width: 480px;
	max-width: 420px;
	margin: -45px auto 20px auto;
	margin: -28px auto 15px auto;
	transform:skew(-12deg,-12deg);
}		
				
.tops3_cp3 {
	clear：both;
	box-sizing: border-box;
  margin: -10px 0 10px 0px;
	padding: 0px 0 5px 0px;
}
.tops3_cp3> p {
	box-sizing: border-box;
	clear：both;
	display: block;
  z-index: 1;
  position: relative;
	width: auto;
	margin: 0px auto 0 auto;
	margin: 0px 0 0 0px;
  padding: 0px 10px 5px 10px;
	color: #fff;
	font-weight: bold;
	line-height:1.3; 
  font-size: 64px;
  font-size: 28px;
	text-align: left;
	transform: skewX(-30deg);
	transform:skew(-12deg,-12deg);
}		
			
.tops3_area {
clear:both;
	box-sizing: border-box;
display: block;
float:right;
	width: auto;
	max-width: 360px;
  margin:-10px 0px 0px 0px;
	padding: 10px 0 0px 0px;
}
.tops3_area_ttl {
	box-sizing: border-box;
	float:left;
	color: #fff;
	font-weight: bold;
	line-height:1.5; 
  font-size: 22px;
  font-size: 16px;
			text-align: left;
			background: url(images/area_back.svg) no-repeat 0px 0px;
			background-size: 50px;
			position: relative;
  margin: 0px 10px 0px 0px;
	padding: 19px 0 30px 25px;
	padding: 15px 0 30px 20px;
}		
.tops3_area_cp {
	box-sizing: border-box;
	float:left;
	color: #fff;
	font-weight: bold;
	line-height:1.5; 
  font-size: 22px;
  font-size: 16px;
	text-align: left;
	position: relative;
  margin: 0px 0 0px 0px;
	padding: 19px 0 0px 0px;
	padding: 15px 0 0px 0px;
}	
				
.tops3_chara {
	box-sizing: border-box;
	position: relative;
	position: absolute;
	width:120px;
	width:60px;
	margin: 0px 0 0 0px;
	padding: 0px 0px 0px 0px;
	right:-85px;
	right:5px;
	bottom:70px;
}
.tops3_chara img {
max-width: 100%;
height:auto;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
}
				
/* =スライド内ポイント----- */
.s_point {
box-sizing: border-box;
	float:left;
	width: 90px;
	height:90px;
    text-align:center;
	padding: 0px 0 0px 0;
	background: url(images/point_back.svg) center center no-repeat;
	background-size: 90px;
	position: relative;
	z-index: 10;
}
h3.s_point1 {
	color: #4d4d4d;
	font-size: 38px;
	font-size: 20px;
	text-align:center;
	font-weight: bold;
	letter-spacing: 0.0em;
	line-height: 1.2em;
	margin: 0 0 0 0;
	padding: 57px 0 0px 0;
	padding: 22px 0 0px 0;
	text-transform: none;
		position: relative;
	z-index: 11;
}
h3.s_point1 span {
	color: #f2353e;
}
h3.s_point2 {
	color: #4d4d4d;
	font-size: 36px;
	font-size: 17px;
	text-align:center;
	font-weight: bold;
	letter-spacing: 0.0em;
	line-height: 1.3em;
	margin: 0 0 0 0;
	padding: 57px 0 0px 0;
	padding: 24px 0 0px 0;
	text-transform: none;
		position: relative;
	z-index: 11;
}
h3.s_point2 span {
	color: #f2353e;
}
h3.s_point3 {
	color: #4d4d4d;
	font-size: 36px;
	font-size: 17px;
	text-align:center;
	font-weight: bold;
	letter-spacing: 0.0em;
	line-height: 1.2em;
	margin: 0 0 0 0;
	padding: 40px 0 0px 0;
	padding: 16px 0 0px 0;
	text-transform: none;
		position: relative;
	z-index: 11;
}
h3.s_point3 span {
	color: #f2353e;
}


/* トップビジュアルスマホ時 */
#mainvisual_sp {
display:block;
box-sizing: border-box;
clear: both;
	width: 100%;
	margin:0px auto 20px auto;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
	position: relative;
	z-index: 2;
}
.mainvisual_sp_cts {
box-sizing: border-box;
	position: absolute;
	position: relative;
	width: 100%;
	height:480px;
	height:140px;
	height:auto;
	margin:0px auto 0px auto;
	padding: 15px 5% 5px 5%;
	background-image: linear-gradient(
	-45deg,
	#f2353e 25%,
	#f01e28 25%,
	#f01e28 50%,
	#f2353e 50%,
	#f2353e 75%,
	#f01e28 75%,
	#f01e28
);
	background-size: 30px 30px;
	z-index: 10;
	overflow:hidden;
}

.tops_sp_cp01 {
	box-sizing: border-box;
	display: block;
	width: 600px;
	width: auto;
  margin: 0px 0 10px -50px;
  margin: 0px 0 0px -5px;
	padding: 0px 0 0px 0px;
	position: relative;
	
}
.tops_sp_cp02 {
	box-sizing: border-box;
	display: block;
	width: 500px;
	width: auto;
  margin: 0px 0 -5px 10px;
	padding: 0px 0 0px 0px;
	position: relative;
	top:-5px;
	}

.tops_sp_cp1 {
	box-sizing: border-box;
	float:left;
  margin: 0px 0 0px 0px;
	padding: 0px 0 0px 0px;
}
.tops_sp_cp1> p {
	box-sizing: border-box;
	display: block;
  z-index: 1;
  position: relative;
	width: 310px;
	width: auto;
	margin: 0px auto 0 auto;
	margin: 0px 0 0 0px;
  padding: 4px 10px 4px 10px;
	color: #f01e28;
	font-weight: bold;
	line-height:1.3; 
  font-size: 54px;
  font-size: 24px;
	text-align: left;
	transform: skewX(-5deg);
	transform:skew(-5deg,-5deg);
}
.tops_sp_cp1> p span {
	font-size: 38px;
	font-size: 16px;
	
}
.tops_sp_cp1 > p:before {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  content: "";
}
.tops_sp_cp2 {
	box-sizing: border-box;
	float:left;
  margin: -50px 0 10px 0px;
  margin:-8px 0 0px 0px;
	padding: 0px 0 0px 0px;
}
.tops_sp_cp2> p {
	box-sizing: border-box;
	display: block;
  z-index: 1;
  position: relative;
	width: 200px;
	width: auto;
	margin: 0px auto 0 auto;
	margin: 0px 0 0 0px;
  padding: 0px 10px 0px 10px;
	color: #ffff00;
	font-weight: bold;
	line-height:1.32; 
  font-size: 54px;
  font-size: 28px;
	text-align: left;
	transform: skewX(-5deg);
	transform:skew(-5deg,-5deg);
}

.tops_sp_cp11 {
	box-sizing: border-box;
	clear:both;
	float:none;
	width: auto;
	max-width:300px;
  margin: 0px 0 0px 0px;
	padding: 0px 0 0px 0px;
}
.tops_sp_cp11> p {
	box-sizing: border-box;
	display: block;
  z-index: 1;
  position: relative;
	width: 310px;
	width: auto;
	margin: 0px auto 0 auto;
	margin: 0px 0 0 0px;
	padding: 5px 15px 5px 15px;
	padding: 4px 10px 4px 10px;
	color: #f01e28;
	font-weight: bold;
	line-height:1.3; 
  font-size: 54px;
  font-size: 24px;
	text-align: left;
	transform: skewX(-5deg);
	transform:skew(-5deg,-5deg);
}
.tops_sp_cp11> p span {
	font-size: 38px;
	font-size: 16px;
}
.tops_sp_cp11 > p:before {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  content: "";
}

.tops_sp_cp3 {
	clear：both;
	box-sizing: border-box;
  margin: -15px 0 10px 30px;
  margin: -10px 0 10px 50px;
	padding: 0px 0 0px 0px;
	position: relative;
	top:--2px;
}
.tops_sp_cp3> p {
	box-sizing: border-box;
	clear：both;
	display: block;
  z-index: 1;
  position: relative;
	width: 200px;
	width: auto;
	margin: 0px auto 0 auto;
	margin: 0px 0 0 0px;
  padding: 5px 10px 0px 0px;
	color: #fff;
	font-weight: bold;
	line-height:1.3; 
  font-size: 43px;
  font-size: 23px;
	text-align: left;
	transform: skewX(-5deg);
	transform:skew(-5deg,-5deg);
}

.tops_sp_chara {
	box-sizing: border-box;
	position: relative;
	position: absolute;
	width:120px;
	width:70px;
	width:55px;
	margin: 0px 0 0 0px;
	padding: 0px 0px 0px 0px;
	right:-20px;
	bottom:50px;
	right:8px;
	bottom:12px;
	z-index: 30;
}
.tops_sp_chara img {
max-width: 100%;
height:auto;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
}


.top_img_sp {
display:block;
max-width: 600px;
	margin: 0 auto 0 auto;
	padding: 0px 0 0px 0;
	overflow:hidden;
}	
.top_img_sp img {
	max-width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0;
}		

			
/* =Content
----------------------------------------------- */
#main {
	clear: both;
	padding: 0em 0 0em 0;
	word-break:break-all;
}
.page-title {
	color: #f01e28;
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.0em;
	line-height: 1.6em;
	margin: 0 0 1.5em;
	padding: 0 0 0px 0;
	text-transform: none;
}
.page-title a {
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1.5em;
	text-transform: none;
}
.hentry,
.no-results {
	border-bottom: 0px solid #ddd !important;
	margin: 0 0 1.5em;
	padding: 0 0 1.5em;
	position: relative;
}
.hentry:last-child,
.no-results {
	margin: 0 0 1.0em !important;
	padding: 0em 0 2.0em !important;
	border-bottom: none;
}

#content2 .hentry,
#content2 .no-results {
	border-bottom: 0px solid #ddd !important;
	margin: 0 0 1.0em;
	padding: 0em 0 1.0em;
	position: relative;
}
#content2 p {
max-width: 600px;
font-size: 14px;
line-height: 1.6em;
padding: 0px 0% 0px 0%;
margin: 0em auto 1.0em auto;
}

					
.entry-title {
	clear: both;
	color: #e8383a;
	color: #4d4d4d;
	font-size: 22px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	padding-bottom: 0em;
	padding: 4px 5px 8px 15px;
	margin: 0 0 0.5em 0;
	border-left: 5px solid #f01e28;
	border-bottom: solid 1px #f7c3c1;
	border-bottom: solid 1px #f56269;
}
.entry-title,
.entry-title a {
	color: #e8383a;
	color: #4d4d4d;
	text-decoration: none;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #f01e28 !important;
	text-decoration: none;
}
.entry-meta {
	color: #666;
	clear: both;
	font-size: 13px;
	line-height: 1.8em;
}
.entry-meta a {
	font-weight: bold;
}
.single-author .entry-meta .by-author {
	display: none;
}
.entry-content,
.entry-summary {
	padding: 1.8em 0 1.5em 0;
	margin: 0em;
	line-height: 1.8em;
}
.entry-content a,
.entry-summary a {
	color: #333;
	font-weight: normal;
}
.entry-content a:hover,
.entry-content a:focus,
.entry-content a:active {
	color: #f01e28;
	text-decoration: underline;
}
.entry-content {
	word-break: break-all;
}
.entry-content a:hover img {
  -moz-opacity: 0.75;
  -ms-filter: "alpha(opacity=75)";
  filter: alpha(opacity=75);
  opacity: 0.75;
}

.entry-content img {
  max-width: 100%;
  height: auto;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: 0px;
  vertical-align: top;
}
					
/* 404エラー------------------------ */
.nothing {
	color: #f01e28;
	clear: both;
	margin: 0 auto;
	font-size: 16px;
	text-align:center;
	line-height: 1.45em;
	margin-top: 2.0em;
	margin-bottom: 5.0em;
	overflow:hidden;
}	
					
/* Alignment */
.entry-content .alignleft {
	display: inline;
	float: left;
	display: block;
	float: none;
	margin-right: 0em;
}
.entry-content .alignright {
	display: inline;
	float: right;
	display: block;
	float: none;
	margin-left: 0em;
}
.entry-content .aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content .alignnone {
	display: inline;
	margin-right: 1em;
}	
					
pre {
	background: #fef4f4;
		font: 14px "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", "MS Gothic", "Helvetica Neue", "Arial", sans-serif;
	line-height: 1.6em;
	color: #333;
	border: 1px solid #f78e93 !important;
	margin-bottom: 1.5em;
	padding: 1.0em 1.3em;
	white-space:pre-wrap;
	white-space:-moz-pre-wrap;
	white-space:-o-pre-wrap;
	white-space:-pre-wrap;
	word-wrap:break-word;
	-webkit-border-radius:6px; 
	-moz-border-radius: 6px;
	border-radius: 6px;
	overflow: hidden;
}
				
.entry-content h1,
.comment-content h1 {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	padding: 0px 0px 0.2em 0px;
	margin: 0em 0em 1.0em 0em;
}
.entry-content h2,
.comment-content h2 {
	font-size:18px;
	font-weight:bold;
	color: #e6002d;
	line-height: 1.5em;
	letter-spacing: 0.0em;
	text-transform: none;
	padding: 0px 0px 5px 0px;
	margin: 0em 0em 0.6em 0em;
	border-bottom: solid 1px #f6787e;
}
.entry-content h3,
.comment-content h3 {
	font-size:18px;
	font-weight:bold;
	color: #e6002d;
	line-height: 1.5em;
	letter-spacing: 0.0em;
	text-transform: none;
	padding: 0px 0px 0px 0px;
	margin: 0em 0em 0.6em 0em;
}
.entry-content h4,
.comment-content h4 {
	font-size: 18px;
	font-weight:bold;
	color: #4d4d4d;
	border-left: 5px solid #ffa000;
	letter-spacing: 0.0em;
	line-height: 1.5em;
	text-transform: none;
	padding: 0px 0px 0.0em 10px;
	margin: 0em 0em 0.6em 0em;
}
.entry-content h5,
.comment-content h5 {
	font-size: 17px;
	font-weight:bold;
	color: #e6002d;
	line-height: 1.6em;
	background: #feefda;
	padding: 4px 4px 4px 12px;
	margin: 0em 0em 0.6em 0em;
}
.entry-content h6,
.comment-content h6 {
	font-size: 17px;
	color: #ff8200;
	line-height: 1.5em;
	font-weight: bold;
	margin: 0 0 0.6em 0;
	padding: 0px 0px 5px 0px;
	border-bottom: solid 1px #ffa84d;
}
				
.entry-content table,
.comment-content table {
	border: 1px solid #b6b6b6;
	border-collapse: collapse;
	margin: 0 0 1.0em 0em;
	width: 100%;
	font-size: 14px;
}
.entry-content th,
.comment-content th {
	color: #333;
	font-weight: 500;
	font-size: 14px;
	vertical-align: middle;
	letter-spacing: 0.0em;
	line-height: 1.5em;
	text-transform: none;
}
.entry-content td,
.comment-content td {
	border: 1px solid #b6b6b6;
	font-size: 14px;
	padding: 10px 10px 10px 10px;
	line-height: 1.5em;
	vertical-align: middle;
	word-break:break-all;
}

					
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
		font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", "MS Gothic", "Helvetica Neue", "Arial", sans-serif;
	font-size: 14px;
}
.wp-caption .wp-caption-text {
	margin: 0;
	margin-bottom: 0.6em;
	padding: 5px 4px 0px 0px;
	line-height: 1.4em;
	position: relative;
}
.wp-caption .wp-caption-text:before {
	color: #666;
	content: '\2014';
	content: '';
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	margin-right: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.alignleft[id*="attachment_"] {
    padding: 0px;
    margin: 0 0 0px 0;
    display: inline;
    float: left;
    margin-right: 1.0em;
    margin-bottom: 0.0em;
}
.alignright[id*="attachment_"] {
    padding: 0px;
    margin: 0 0 0px 0px;
    display: inline;
    float: right;
    margin-bottom: 0.0em;
    margin-left: 1.0em;
}
.aligncenter[id*="attachment_"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.0em;
}
.alignnone[id*="attachment_"] {
    display: block;
    padding: 0px;
    margin: 0em;
    margin-bottom: 0.0em;
    margin-left: 0em;
    margin-right: 0em;
}
#content .gallery {
	margin: 0 auto 0.5em;
}
#content .gallery a img {
	border: none;
}
#content2 .gallery {
	margin: 0 auto 0.5em;
}
#content2 .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.5em;
}
#content .gallery-columns-3 .gallery-item {
	width: 31% !important;
	width: 48% !important;
	padding-right: 2%;
	padding-bottom: 4px;
}
#content .gallery-columns-3 .gallery-item img {
	width: auto;
	max-width: 100%;
	height: auto;
}
#content .gallery-columns-4 .gallery-item {
	width: 48% !important;
	padding-right: 2%;
	padding-bottom: 4px;
}
#content .gallery-columns-4 .gallery-item img {
	width: auto;
	max-width: 100%;
	height: auto;
}
#content2 .gallery-columns-3 .gallery-item {
	width: 31% !important;
	width: 48% !important;
	padding-right: 2%;
	padding-bottom: 4px;
}
#content2 .gallery-columns-3 .gallery-item img {
	width: auto;
	max-width: 100%;
	height: auto;
}
#content2 .gallery-columns-4 .gallery-item {
	width: 48% !important;
	padding-right: 2%;
	padding-bottom: 4px;
}
#content2 .gallery-columns-4 .gallery-item img {
	width: auto;
	max-width: 100%;
	height: auto;
}

/* =トップページ
----------------------------------------------- */
/* =買取品目と価格 */
.top_items0 {
	box-sizing: border-box;
	position: absolute;
	position: relative;
	width: 100%;
	height:auto;
	margin:0px auto 30px auto;
	padding: 100px 5% 80px 5%;
	padding: 50px 6% 35px 6%;
	background-image: linear-gradient(
	-45deg,
	#fff4e0 25%,
	#ffeed1 25%,
	#ffeed1 50%,
	#fff4e0 50%,
	#fff4e0 75%,
	#ffeed1 75%,
	#ffeed1
);
	background-size: 30px 30px;
	z-index: 10;
}		
				
				
.top_items_ttl_bk {
	width: 510px;
	width: 320px;
    text-align:center;
	padding: 0px 0 0px 0;
	margin:0px auto 70px auto;
	margin:0px auto 20px auto;
	background: url(images/items_ttl_back.png) center center no-repeat;
	background-size: 510px;
	background-size: 320px;
	position: relative;
	z-index: 11;
}	
h2.top_items_ttl {
	color: #e6002d;
	font-size: 43px;
	font-size: 30px;
	text-align:center;
	font-weight: bold;
	letter-spacing: 0.0em;
	line-height: 1.2em;
	margin: 0 0 0 0;
	padding: 0px 0 0px 0;
	text-transform: none;
	border-bottom: solid 0px #aaaaaa;
	position: relative;
	z-index: 12;
}				
h2.top_items_ttl span {
	color: #333;
	font-size: 36px;
	font-size: 24px;
}				
				
				
.top_items_box0 {
	box-sizing: border-box;
	max-width: 1200px;
	text-align:center;
	text-align:left;
	padding: 0px 0 0px 0;
	margin:0px auto 0px auto;
	overflow:hidden;
}	
				
.top_items_box {
	box-sizing: border-box;
	float:none;
	width: 390px;
	width: 100%;
	text-align:left;
	background-color: #fff;
	padding: 13px 15px 15px 15px;
	margin:0px 15px 18px 0;
	margin:0px 0px 12px 0;
	border: 2px solid #ffcf7f;
	overflow:hidden;
}					
.top_items_box:nth-child(3n) {
	margin:0px 0px 15px 0;
}
.top_items_box:nth-child(3n+1) {
	clear:both;
	float:left;
	float:none;
}				

h3.top_items_cttl {
	color: #333;
	font-size: 19px;
	text-align:left;
	font-weight: bold;
	letter-spacing: 0.0em;
	line-height: 1.3em;
	margin: 0 0 4px 0;
	padding: 2px 0 2px 12px;
	border-left: 4px solid #ffa000;
}		
				
.top_items_cts {
	box-sizing: border-box;
	max-width: 390px;
	max-width: 600px;
	padding: 3px 2px 3px 2px;
	margin:0px auto 0px auto;
	margin:0px 12px 0px 12px;
	border-bottom: 1px solid #c9c9c9;
	overflow:hidden;
}			
.top_items_cts1 {
	box-sizing: border-box;
	float:left;
	max-width: 60%;
	color: #333;
	font-size: 15px;
	text-align:left;
	font-weight: normal;
	letter-spacing: 0.0em;
	line-height: 1.3em;
	margin: 0 0 0 0;
	padding: 5px 0 2px 0px;
	overflow:hidden;
}				
.top_items_cts2 {
	box-sizing: border-box;
	float:right;
	color: #e8383a;
	font-size: 20px;
	text-align:left;
	font-family: "Arial";
	font-weight: bold;
	letter-spacing: 0.0em;
	line-height: 1.3em;
	margin: 0 0 0 0;
	padding: 0px 0 0px 0px;
	overflow:hidden;
}				
.top_items_cts2 span {
	display: inline-block;
	font-size: 14px;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", "MS Gothic", "Helvetica Neue", "Arial", sans-serif;
	font-weight: bold;
	padding: 0px 0 0px 4px;
}					
				
.top_items_zei {
	box-sizing: border-box;
	color: #333;
	font-size: 13px;
	max-width: 1200px;
	text-align:right;
	padding: 0px 0 0px 0;
	margin:-5px auto 0px auto;
	overflow:hidden;
}	
				
/* =私たちのサービス */			
.top_relief_ttl0 {
	box-sizing: border-box;
	max-width: 660px;
	max-width:320px;
	text-align:center;
	text-align:left;
	padding: 20px 0 0px 0;
	margin:0px auto 10px auto;
	overflow:hidden;
	position: relative;
	z-index: 20;
}	
				
.top_relief_ttl01 {
	box-sizing: border-box;
	padding: 0px 0px 0px 0px;
	margin:0px auto 30px auto;
position: relative;
}			
.top_relief_ttl011 {
	box-sizing: border-box;
	float:left;
	width: 170px;
	width: 85px;
	padding: 0px 0px 0px 0px;
	margin:0px 10px 0px 0;
	position: relative;
}				
.top_relief_ttl011 img {
	max-width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0;
}			
.top_relief_ttl012 {
	box-sizing: border-box;
	float:left;
	color: #333;
	font-size: 43px;
	font-size: 21px;
	text-align:left;
	font-weight: bold;
	letter-spacing: 0.0em;
	line-height: 1.3em;
	margin: 0 0 0 0;
	padding: 40px 0 0px 0px;
	padding: 25px 0 0px 0px;
	position: relative;
}			
.top_relief_icn {
	box-sizing: border-box;
	width: 40px;
	width: 30px;
	margin: 0 0 0 0;
	padding: 0px 0 0px 0px;
	position: absolute;
	right:0px;
	top:-12px;
}			
.top_relief_icn img {
	max-width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0;
}	
				
h2.top_relief_ttl02 {
	clear: both;
	box-sizing: border-box;
	width: 484px;
	width: 500px;
	width: auto;
	max-width: 320px;
	color: #e6002d;
	font-size: 50px;
	font-size: 28px;
	text-align:center;
	font-weight: bold;
	letter-spacing: 0.0em;
	background: url(images/relief_ttl_bk.png) center center no-repeat;
	background-size: 484px;
	background-size: 320px;
	padding: 0px 0px 40px 0px;
	padding: 0px 0px 20px 0px;
					margin:0px auto -10px auto;
					border-bottom: solid 0px #aaaaaa;
	position: relative;
	top: -5px;
}			
				
				
.top_service_cts01 {
	box-sizing: border-box;
	max-width: 1200px;
	text-align:center;
	text-align:left;
	padding: 0px 0 0px 0;
	margin:0px 6% 30px 6%;
	overflow:hidden;
	position: relative;
	z-index: 15;
}	
				
.top_service_icon {
	box-sizing: border-box;
	float:left;
	width: 228px;
	width: 48%;
	height: 174px;
	height: 140px;
	height: auto;
	background-color: #fff;
	border: 2px solid #f34b53;
	border-radius: 4px;
	padding: 0px 0px 15px 0px;
	margin:0px 3.5% 12px 0;
	position: relative;
}								
.top_service_icon:nth-child(2n) {
	margin:0px 0px 12px 0;
}	
.top_service_icon:nth-child(5n) {
	margin:0px 3.5% 12px 0;
}
.top_service_icon:nth-child(2n+1) {
clear:both;
float:left;
}	
.top_service_icon:nth-child(6) {
display:block;
background-color: transparent;
border: 0px solid #f34b53;
}	
.top_service_icon_cts {
	box-sizing: border-box;
	margin:0px 0px 0px 0;
	padding: 15px 5px 0px 5px;
	overflow:hidden;
}				
.top_service_icn_img {
	box-sizing: border-box;
	width: 90px;
	width: 80px;
	width: 60px;
	margin:0px auto 6px auto;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}			
.top_service_icn_img img {
	max-width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0;
}				
.top_service_icn_ttl {
	box-sizing: border-box;
color: #4d4d4d;
	font-size: 15px;
	text-align:center;
	font-weight: bold;
	line-height: 1.3em;
	margin:0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}		


.top_service_chara {
display:block;
	box-sizing: border-box;
	position: relative;
	width:100px;
	margin: 0px auto 0 auto;
	padding: 15px 0px 0px 10px;
	overflow:hidden;
}
.top_service_chara img {
max-width: 100%;
height:auto;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
}

		
.top_service_cts02 {
	box-sizing: border-box;
	position: absolute;
	position: relative;
	width: 100%;
	height:auto;
	margin:0px auto 60px auto;
	margin:0px auto -300px auto;
	padding: 150px 0px 60px 0px;
	padding: 440px 0px 50px 0px;
	background-image: linear-gradient(
	-45deg,
	#fef5f5 25%,
	#feedee 25%,
	#feedee 50%,
	#fef5f5 50%,
	#fef5f5 75%,
	#feedee 75%,
	#feedee
);
	background-size: 30px 30px;
	z-index: 10;
	top:-120px;
	top:-420px;
	overflow:hidden;
}			
				
.top_service_cts_box0 {
	box-sizing: border-box;
	position: relative;
	max-width: 1200px;
	max-width: 600px;
	margin:0px 6% 0px 6%;
	padding: 0px 0px 0px 0px;
	position: relative;
}	
.top_service_cts_box1 {
	box-sizing: border-box;
	float:left;
	float:none;
	position: relative;
	width: 585px;
	width: 100%;
	background-color: #fff;
	border-top: 5px solid #e6002d;
	margin:0px 0px 40px 0;
	padding: 25px 0px 5px 0px;
	padding: 15px 0px 5px 0px;
	position: relative;
}				
.top_service_cts_box2 {
	box-sizing: border-box;
	float:left;
	float:none;
	position: relative;
	width: 585px;
	width: 100%;
	background-color: #fff;
	border-top: 5px solid #e6002d;
	margin:0px 0px 0px 0;
	padding: 25px 0px 5px 0px;
	padding: 15px 0px 5px 0px;
	position: relative;
}				
				
				
.top_service_cts_link {
	box-sizing: border-box;
	width: auto;
	margin:0px 0px 15px 0;
	margin:0px 0px 18px 0;
	padding: 10px 0px 0px 0px;
	overflow:hidden;
	position: relative;
}	
.top_service_cts_link a {
   display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
}
.top_service_cts_link a:hover{
	 opacity: 0.35;
    background-color: #ffffff;
}			
				
h3.top_service_cts1_ttl {
	clear: both;
	box-sizing: border-box;
	width: 440px;
	width: 280px;
	color: #333;
	font-size: 20px;
	text-align:center;
	font-weight: bold;
	letter-spacing: 0.0em;
	background: url(images/top_service_cts_ttl1_bk.png) center center no-repeat;
	background-size: 354px;
	background-size: 280px;
	padding: 0px 0px 20px 0px;
	margin:0px auto 10px auto;
	margin:0px 0 10px 10px;
	position: relative;
}			
h3.top_service_cts2_ttl {
	clear: both;
	box-sizing: border-box;
	width: 440px;
	width: 280px;
	color: #333;
	font-size: 20px;
	text-align:center;
	font-weight: bold;
	letter-spacing: 0.0em;
	background: url(images/top_service_cts_ttl2_bk.png) center center no-repeat;
	background-size: 414px;
	background-size: 280px;
	padding: 0px 0px 20px 0px;
	margin:0px auto 10px auto;
	margin:0px 0 10px 10px;
	position: relative;
}	
				
.top_service_cts_ya {
display:none;
	box-sizing: border-box;
	width: 22px;
	margin: 0 0 0 0;
	padding: 0px 0 0px 0px;
	position: absolute;
	right:10px;
	top:38px;
	top:5px;
}				
.top_service_cts_ya img {
	max-width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0;
}		

.top_service_cts_ya_sp {
display:block;
	box-sizing: border-box;
	width: 28px;
	margin: 0 0 0 0;
	padding: 0px 0 0px 0px;
	position: absolute;
	right:8px;
	top:38px;
	top:0px;
}				
.top_service_cts_ya_sp img {
	max-width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0;
}				
			
				
.top_service_cts_img0 {
	box-sizing: border-box;
	position: relative;
	margin:-15px auto 20px auto;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}
.top_service_cts_img0 img {
	max-width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0;
}				
.top_service_cts_img1 {
	box-sizing: border-box;
	float:left;
	position: relative;
	width: 290px;
	width: 49%;
	margin:0px 0% 0px 0;
	padding: 0px 0px 0px 0px;
}			
.top_service_cts_img2 {
	box-sizing: border-box;
	float:left;
	float:right;
	position: relative;
	width: 290px;
	width: 49%;
	margin:0px 0px 0px 0;
	padding: 0px 0px 0px 0px;
}				
				
.top_service_cts_salesp0 {
	box-sizing: border-box;
	max-width: 500px;
	position: relative;
	margin:0px 3% 15px 3%;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}	
.top_service_cts_salesp1 {
	box-sizing: border-box;
	float:left;
	width: 240px;
	width: 49%;
	height: 76px;
	height: auto;
	position: relative;
	border-top: 3px solid #f01e28;
	background-color: #feeff0;
	margin:0px 2% 0px 0;
	padding: 0px 0px 10px 0px;
	overflow:hidden;
}		
.top_service_cts_salesp2 {
	box-sizing: border-box;
	float:left;
	width: 240px;
	width: 49%;
	height: 76px;
	height: auto;
	position: relative;
	border-top: 3px solid #f01e28;
	background-color: #feeff0;
	margin:0px 0px 0px 0;
	padding: 0px 0px 10px 0px;
	overflow:hidden;
}			
.top_service_cts_salesp_cp1 {
	box-sizing: border-box;
	color: #333;
	font-size: 15px;
	text-align:center;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 0.0em;
	margin:0px auto 0px auto;
	padding: 25px 10px 0px 10px;
	padding: 10px 10px 0px 10px;
	overflow:hidden;
}				
.top_service_cts_salesp_cp2 {
	box-sizing: border-box;
	color: #333;
	font-size: 15px;
	text-align:center;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 0.0em;
	margin:0px auto 0px auto;
	padding: 10px 10px 0px 10px;
	overflow:hidden;
}		
				
				
.top_service_cts_area0 {
	box-sizing: border-box;
	max-width: 460px;
	max-width: 320px;
	position: relative;
	margin:20px auto 20px auto;
	padding: 0px 3% 0px 3%;
}	
.top_service_cts_area {
	box-sizing: border-box;
	margin:0px auto 30px auto;
	padding: 15px 0px 0px 0px;
	position: relative;
}		
.top_service_cts_area_ttl {
box-sizing: border-box;
width: 360px;
width: 220px;
color: #333;
	font-size: 16px;
text-align:left;
border-bottom: 1px solid #aaaaaa;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 0.0em;
	margin:0px 0 10px 0px;
	padding: 0px 0px 10px 10px;
	overflow:hidden;
}					
.top_service_cts_area_cp {
	box-sizing: border-box;
color: #333;
	font-size: 15px;
	text-align:left;
	font-weight: normal;
	line-height: 1.3;
	letter-spacing: 0.0em;
	margin:0px 0 0px 0;
	padding: 0px 0px 0px 10px;
	overflow:hidden;
}					
.top_service_cts_areamap {
	box-sizing: border-box;
	width: 144px;
	height: 124px;
	width: 115px;
	height: 99px;
	margin:0px 0px 30px 0;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
	position: absolute;
	right:0px;
	top:38px;
	top:0px;
}			
.top_service_cts_areamap img {
	max-width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0;
}				
				
/* =あんしん丁寧な対応 */
.ctt_support_ttl_bk {
	box-sizing: border-box;
	position: absolute;
	position: relative;
	width: 750px;
	width: auto;
	max-width: 320px;
	height:34px;
	height:24px;
	margin:0px auto 50px auto;
	padding:0px 0px 0px 0px;
	background-image: linear-gradient(
	-45deg,
	#fff9cc 25%,
	#fff399 25%,
	#fff399 50%,
	#fff9cc 50%,
	#fff9cc 75%,
	#fff399 75%,
	#fff399
);
	background-size: 30px 30px;
	z-index: 10;
	top:0px;
	z-index: 15;
}								
h2.ctt_support_ttl {
	box-sizing: border-box;
	width: 750px;
	width: auto;
	max-width: 320px;
	color: #333;
	font-size: 40px;
	font-size: 26px;
	line-height: 1.4;
	text-align:center;
	font-weight: bold;
	letter-spacing: 0.0em;
	padding: 0px 0px 0px 0px;
					margin:0px auto 0px auto;
					border-bottom: solid 0px #aaaaaa;
	position: relative;
	top:-65px;
	top:-75px;
	z-index: 20;
}					
h2.ctt_support_ttl span {
	color: #ff8200;
	font-size: 48px;
	font-size: 28px;
}			
				
h2.ctt_support_ttl span rt {
font-size: 0.7em; /* 文字サイズを大きく */
font-size: 0.8em; /* 文字サイズを大きく */
}
				
.ctt_support_cp {
	box-sizing: border-box;
	color: #333;
	font-size: 16px;
	text-align:center;
	text-align:left;
	line-height: 1.6;
	font-weight: bold;
	letter-spacing: 0.0em;
	padding: 0px 0px 0px 0px;
	margin:0px 6% 10px 6%;
	position: relative;
	overflow:hidden;
	top:-35px;
}			
				
				
h3.ctt_ttl {
	box-sizing: border-box;
	width: 420px;
	width: auto;
	color: #333;
	max-width: 320px;
	font-size: 33px;
	font-size: 22px;
	text-align:center;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 0.0em;
	padding: 10px 0px 10px 0px;
	padding: 15px 0px 15px 0px;
	margin:0px auto 30px auto;
	position: relative;
	z-index: 20;
}			
h3.ctt_ttl span {
	color: #f01e28;
}		
h3.ctt_ttl :before {
  content: "";
  position: absolute;
top: -8px;
top: -14px;
top: -7px;
  left: 50%;
	width: 140px;
	width: 100px;
	height: 58px;
	height: 100px;
	height: 70px;
  border-radius: 50%;
  border: 6px solid #85c1e9;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
				
/* =トップ店舗情報 */				
.ctt_tenpo0 {
	box-sizing: border-box;
	max-width: 1260px;
	max-width: 600px;
	min-width: 1260px;
	min-width: initial; 
	position: relative;
	margin:0px 6% 20px 6%;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
	z-index: 20;
}				
.ctt_tenpo1 {
	box-sizing: border-box;
	float:left;
	float:none;
	width: 920px;
	width: auto;
	position: relative;
	margin:0px auto 40px auto;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
	z-index: 20;
}				
.ctt_tenpo2 {
	box-sizing: border-box;
	float:left;
	float:none;
	width: 320px;
	width: auto;
	position: relative;
	margin:0px 0 0px 0;
	margin:0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
	z-index: 20;
}

.ctt_tenpo_svsttl {
	box-sizing: border-box;
	color: #f01e28;
	font-size: 21px;
	text-align:left;
	font-weight: bold;
	letter-spacing: 0.0em;
	padding: 0px 0px 0px 19px;
	margin:0px 0 0px 0;
	position: relative;
	overflow:hidden;
	z-index: 30;
}			
.ctt_tenpo1_cts {
	box-sizing: border-box;
	width: 920px;
	width: 100%;
	height:650px;
	height:auto;
	border-top: 16px solid #e0f1ff;
	border-left: 1px solid #71b7e6;
	border-right: 1px solid #71b7e6;
	border-bottom: 1px solid #71b7e6;
	background-color: #fff;
	position: relative;
	margin:-16px 0px 0px 0;
	padding: 0px 30px 0px 30px;
	padding: 0px 20px 0px 20px;
	overflow:hidden;
	z-index: 20;
}		
.ctt_tenpo2_cts {
	box-sizing: border-box;
	width: 320px;
	height:650px;
	height:auto;
	width: 100%;
	border-top: 16px solid #e0f1ff;
	border-left: 1px solid #71b7e6;
	border-right: 1px solid #71b7e6;
	border-bottom: 1px solid #71b7e6;
	background-color: #fff;
	position: relative;
	margin:-16px 0px 0px 0;
	padding: 0px 0px 0px 0px;
	padding: 0px 30px 0px 30px;
	padding: 0px 20px 0px 20px;
	overflow:hidden;
	z-index: 20;
}				

.ctt_tenpo1_box {
	box-sizing: border-box;
	width: 884px;
	width: auto;
	max-width: 282px;
	max-width: 300px;
	position: relative;
	margin:0px auto 0px auto;
	padding: 25px 0px 20px 0px;
	overflow:hidden;
}				
.ctt_tenpo2_box {
	box-sizing: border-box;
	width: 282px;
	width: auto;
	max-width: 282px;
	max-width: 300px;
	position: relative;
	margin:0px auto 0px auto;
	padding: 25px 0px 20px 0px;
	overflow:hidden;
}				
				
.ctt_tenpo1_tnpo1 {
	box-sizing: border-box;
	float:left;
	float:none;
	clear:both;
	width: auto;
	max-width: 282px;
	max-width: 300px;
	position: relative;
	margin:0px auto 30px auto;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}					
.ctt_tenpo1_tnpo2 {
	box-sizing: border-box;
	width: auto;
	clear:both;
	max-width: 282px;
	max-width: 300px;
	position: relative;
	margin:0px 0px 0px 0;
	margin:0px auto 0px auto;
	padding: 0px 0px 10px 0px;
	overflow:hidden;
}			
.ctt_tenpo2_tnpo {
	box-sizing: border-box;
	width: auto;
	max-width: 282px;
	max-width: 300px;
	position: relative;
	margin:0px 0px 0px 0;
	margin:0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}

.tenpo_cts1 {
	box-sizing: border-box;
	float:left;
	width: 47%;
	position: relative;
	margin:0px 4% 5px 0;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}	
			
.ctt_tenpo_name {
	box-sizing: border-box;
	width: auto;
	max-width: 282px;
	max-width: 300px;
	color: #333333;
	font-size: 16px;
	background-color: #f3f3f3;
	text-align:center;
	line-height: 1.4;
	font-weight: bold;
	letter-spacing: 0.0em;
	border-bottom: 1px solid #c9c9c9;
	margin:0px auto 15px auto;
	margin:0px auto 8px auto;
	padding: 5px 0px 5px 0px;
	overflow:hidden;
}			
.ctt_tenpo_tel {
	box-sizing: border-box;
	width: 220px;
	width: 200px;
	width: 100%;
	text-align:center;
	line-height: 1.6;
	margin:0px auto 5px auto;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}			
.ctt_tenpo_tel img {
	max-width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0;
}				
.ctt_tenpo_tel a:hover img {
opacity: 1.00;
filter: alpha(opacity=100);
-moz-opacity: 1.00;
-ms-filter: "alpha(opacity=100)";
}			
				
.ctt_tenpo_cp {
	box-sizing: border-box;
	width: auto;
	max-width: 282px;
	color: #333;
	font-size: 12px;
	text-align:center;
	line-height: 1.6;
	font-weight: normal;
	letter-spacing: 0.0em;
	margin:0px auto 5px auto;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}				
				
.ctt_tenpo_gaikan {
	float:left;
	box-sizing: border-box;
	width: 47%;
	max-width: 282px;
	margin:0px auto 5px auto;
	padding: 5px 35px 10px 35px;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}
.ctt_tenpo_gaikan img {
	max-width: 100%;
	height: auto;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin:0px auto 0px auto;
}	
				
.ctt_tenpo_map {
clear:both;
	box-sizing: border-box;
	float:left;
	max-width: 282px;
	width: 47%;
	height: 140px;
	height: 50px;
	margin:0px auto 4px auto;
	margin:0px 4% 0px 0;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}				
				
.ctt_tenpo_cp2 {
	box-sizing: border-box;
	float:left;
	width: 47%;
	color: #333;
	font-size: 14px;
	text-align:center;
	text-align:left;
	line-height: 1.5;
	font-weight: normal;
	letter-spacing: 0.0em;
	margin:0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}	
				
.ctt_tenpo_bn0 {
	box-sizing: border-box;
	max-width: 620px;
	max-width: 500px;
	position: relative;
	text-align:center;
	margin:0px 6% 50px 6%;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
	z-index: 20;
}	
.ctt_tenpo_bn0 img {
	max-width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0;
}	
				
.ctt_tenpo_bn1 {
display:none;
}				
.ctt_tenpo_bn2 {
display:none;
}				
.ctt_tenpo_bn0 a:hover img {
opacity: 0.7;
filter: alpha(opacity=70);
-moz-opacity: 0.7;
-ms-filter: "alpha(opacity=70)";
}

.ctt_tenpo_bn1_psp {
display:block;
box-sizing: border-box;
	float:left;
	width: 300px;
	max-width: 300px;
	width: 47%;
	position: relative;
	margin:0px auto 12px auto;
	margin:0px 4% 0px 0;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
	z-index: 20;
}				
.ctt_tenpo_bn2_psp {
display:block;
	box-sizing: border-box;
	float:left;
	width: 300px;
	max-width: 300px;
	width: 47%;
	position: relative;
	margin:0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
	z-index: 20;
}			


/* =トップお知らせ */					
.top_news0 {
	box-sizing: border-box;
	max-width: 1200px;
	max-width: 600px;
	position: relative;
	margin:0px auto 100px auto;
	margin:0px 6% 50px 6%;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
	z-index: 20;
}				
.top_news1 {
	box-sizing: border-box;
	float:left;
	float:none;
	width: 260px;
	width: 100%;
	height:210px;
	height:auto;
	position: relative;
	margin:0px auto 0px auto;
	padding: 25px 20px 20px 25px;
	padding: 15px 20px 15px 20px;
	border-left: 1px solid #f01e28;
	background-image: linear-gradient(
	-45deg,
	#feeff0 25%,
	#fde4e5 25%,
	#fde4e5 50%,
	#feeff0 50%,
	#feeff0 75%,
	#fde4e5 75%,
	#fde4e5
);
	background-size: 30px 30px;
	overflow:hidden;
	z-index: 20;
}				
.top_news2 {
	box-sizing: border-box;
	float:left;
	float:none;
	width: 900px;
	width: auto;
	position: relative;
	border-top: 1px solid #c5c5c5;
	margin:0px 0 20px 0;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
	z-index: 20;
}
.top_news2 .hentry,
.top_news2 .no-results {
	margin: 0 0 0.0em !important;
	padding: 0 0 0.0em !important;
	position: relative;
}	
.top_news_blcttl {
	box-sizing: border-box;
color: #333;
	font-size: 20px;
	text-align:left;
	font-weight: bold;
	background: url(images/top_news_icn.png) no-repeat 0px 0px;
	background-size: 40px;
	background-size: 32px;
	line-height: 1.3;
	letter-spacing: 0.0em;
	margin:0px 0 0px 0;
	padding: 5px 0px 5px 50px;
	padding: 4px 0px 5px 42px;
	position: relative;
	overflow:hidden;
}		
				
.top_news_listbn {
display:none;
	box-sizing: border-box;
	width: 200px;
	width: 120px;
	height: 40px;
	background-color: #f01e28;
	border-radius: 20px;
	margin:0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
	position: relative;
	position: absolute;
	left:25px;
	bottom:20px;
}					
.top_news_listbn a {
   display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
}
.top_news_listbn a:hover{
	 opacity: 0.35;
    background-color: #ffffff;
}			
				
.top_news_listbn_sp {
display:block;
	box-sizing: border-box;
	width: 200px;
	width: 120px;
	height: 40px;
	background-color: #f01e28;
	border-radius: 20px;
	margin:0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
	position: relative;
}					
.top_news_listbn_sp a {
   display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
}
.top_news_listbn_sp a:hover{
	 opacity: 0.35;
    background-color: #ffffff;
}			


.top_news_listbn_cp {
	box-sizing: border-box;
	color: #fff;
	font-size: 15px;
	text-align:center;
	font-weight: bold;
	letter-spacing: 0.0em;
	line-height: 1.3em;
	margin: 0 auto 0 auto;
	padding: 10px 0 0px 10px;
	position: relative;
}
.top_news_listbn_icn {
	box-sizing: border-box;
	line-height: 1.3em;
	margin: 0 0 0 0;
	padding: 0px 0 0px 0px;
	position: absolute;
	left:10px;
	top:10px;
}		

.top_news_box {
	box-sizing: border-box;
	border-bottom: 1px solid #c5c5c5;
	margin:0px 0px 0px 0;
	padding: 20px 0px 20px 30px;
	padding: 10px 10px 10px 15px;
	overflow:hidden;
}	
	
.top_news_date {
	float:none;
	width: 100px;
	color: #333;
	text-align:left;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
	margin:0px 0px 4px 0;
	padding: 3px 0px 0px 0px;
}
.top_news_ttl {
	float:none;
	color: #333;
	text-align:left;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
	margin:0px 0px 0px 0;
	padding: 0px 0px 0px 0px;
}				
			
.topnew {
	display:inline-block;
	font-size: 15px;
	color: #ff1c24;
	font-weight: normal;
	line-height: 1.5em;
	padding: 0px 0px 0px 0em;
	margin: 0 0 0em 0;
}

/* =お知らせページ
----------------------------------------------- */		
.news_cts {
	margin: 0 0 0px 0;
	padding: 0 0 0.0em 0;
	overflow:hidden;
}	
				
/* =ページヘッダ
----------------------------------------------- */
.pg_header {
	clear: both;
	width: 100%;
	min-width: 1200px; 
	min-width: initial; 
	margin:0px auto 20px auto;
	padding: 0px 0 0px 0;
	position: relative;
	z-index: 8;
}
.pg_header_img {
	width: 100%;
	margin:0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
	position: relative;
	z-index: 10;
}

h2.pg_hd_ttl {
	color: #fff;
	text-align:center;
	text-align:left;
  font-weight: bold;
  font-size: 36px;
  font-size: 22px;
  line-height: 1.35;
	margin:0px 0 0px 0;
	padding: 70px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	border-bottom: solid 0px #aaaaaa;
  position: relative;
}				
.pg_hd_chara {
	box-sizing: border-box;
	position: relative;
	position: absolute;
	width:120px;
	width:50px;
	margin: 0px 0 0 0px;
	padding: 0px 0px 0px 0px;
	right:-40px;
	right:10px;
	top:9px;
	z-index: 10;
}
.pg_hd_chara img {
max-width: 100%;
height:auto;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
}		

/* =他ページヘッダ */
.pg_other_header {
	clear: both;
	width: 100%;
	min-width: 1200px; 
	min-width: initial; 
	height:100px;
	margin:0px auto 20px auto;
	padding: 0px 0px 0px 0px;
	position: relative;
	z-index: 8;
}		
.pg_ttl_box {
	clear: both;
	width: 100%;
	min-width: 1200px; 
	min-width: initial; 
	position: relative;
	height:100px;
	height:70px;
	margin:0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	background-image: linear-gradient(
	-45deg,
	#f2353e 25%,
	#f01e28 25%,
	#f01e28 50%,
	#f2353e 50%,
	#f2353e 75%,
	#f01e28 75%,
	#f01e28
);
	background-size: 30px 30px;
	z-index: 10;
}			

.pg_ttl_cts {
	box-sizing: border-box;
	width: 600px;
	width: auto;
	max-width: 320px;
	margin:0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	position: relative;
	z-index: 20;
}

/* =お知らせタイトル */
h2.pg_hd_news_ttl {
box-sizing: border-box;
	width: 205px;
	width: 150px;
	color: #fff;
	text-align:center;
  font-weight: bold;
  font-size: 34px;
  font-size: 22px;
  line-height: 1.35;
	background: url(images/hd_pg_news_icn.svg) no-repeat 0px 18px;
	background-size: 46px;
	background-size: 32px;
		margin:0px auto 0px auto;
	padding: 28px 0px 20px 56px;
	padding: 20px 0px 20px 35px;
	border-bottom: solid 0px #aaaaaa;
  position: relative;
}
/* =会社案内タイトル */
h2.pg_hd_about_ttl {
box-sizing: border-box;
	width: 205px;
	width: 150px;
	color: #fff;
	text-align:center;
  font-weight: bold;
  font-size: 34px;
  font-size: 22px;
  line-height: 1.35;
	background: url(images/hd_pg_about_icn.svg) no-repeat 0px 18px;
	background-size: 56px;
	background-size: 42px;
		margin:0px auto 0px auto;
	padding: 28px 0px 20px 66px;
	padding: 20px 0px 20px 35px;
	border-bottom: solid 0px #aaaaaa;
  position: relative;
}
/* =お問い合わせタイトル */
h2.pg_hd_ctt_ttl {
box-sizing: border-box;
	width: 274px;
	width: 200px;
	color: #fff;
	text-align:center;
  font-weight: bold;
  font-size: 34px;
  font-size: 22px;
  line-height: 1.35;
	background: url(images/hd_pg_ctt_icn.svg) no-repeat 0px 18px;
	background-size: 56px;
	background-size: 42px;
		margin:0px auto 0px auto;
	padding: 28px 0px 20px 66px;
	padding: 20px 0px 20px 48px;
	border-bottom: solid 0px #aaaaaa;
  position: relative;
}
		
.pg_hd_pg_chara {
	box-sizing: border-box;
	position: relative;
	position: absolute;
	width:95px;
	width:60px;
	margin: 0px 0 0 0px;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
	z-index: 30;
	right:-40px;
	right:-10px;
	top:40px;
	top:20px;
}
.pg_hd_pg_chara img {
max-width: 100%;
height:auto;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
}				
					


/* =非鉄金属の買取ページ
----------------------------------------------- */
.bg-purchase {
    position: relative;
    text-align:center;
    min-width: 1000px;
	min-width: initial; 
    padding: 0px 0 0px 0;
    margin:0px auto 0px auto;
    height:240px;
	height:70px;
    overflow:hidden;
}
.bg-purchase .inner {
    z-index: 10;
    position: relative;
    left: 0px;
}
.bg-purchase:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
	background: url(images/header/news_mimg.jpg) no-repeat center top;
	background: url(images/purchase_hd_img.jpg) no-repeat center center;
	background: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.purchase {
box-sizing: border-box;
	position: absolute;
	position: relative;
	width: 380px;
	width: 24%;
	width: 100%;
	height:240px;
	margin:0px auto 0px auto;
	padding: 0px 4% 0px 4%;
	background-image: linear-gradient(
	-45deg,
	#f2353e 25%,
	#f01e28 25%,
	#f01e28 50%,
	#f2353e 50%,
	#f2353e 75%,
	#f01e28 75%,
	#f01e28
);
	background-size: 30px 30px;
	z-index: 10;
	border-left: 0px solid #fff;
	border-right: 0px solid #fff;
}	
		
.purchase_hd_img_sp	{
display:block;
box-sizing: border-box;
width: 100%;
margin:0px auto 0px auto;
padding: 0px 0 0px 0;
position: relative;
z-index: 5;
}
.purchase_hd_img_sp img {
	max-width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0;
}

.pg_hd_point {
	width: auto;
	max-width: 360px;
	margin:0px auto 0px auto;
	margin:0px auto 10px auto;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
	position: relative;
	z-index: 15;
	top: -70px;
	top:-10px;
}			
/* =ページヘッダ内ポイント----- */
.pg_point {
	float:left;
	width: 170px;
	height:170px;
	width: 90px;
	height:90px;
    text-align:center;
	padding: 0px 0 0px 0;
	background: url(images/pg_point_back.svg) center center no-repeat;
	background-size: 90px;
	position: relative;
	z-index: 10;
}
h3.pg_point1 {
	color: #4d4d4d;
	font-size: 31px;
	font-size: 20px;
	text-align:center;
	font-weight: bold;
	letter-spacing: 0.0em;
	line-height: 1.2em;
	margin: 0 0 0 0;
	padding: 48px 0 0px 0;
	padding: 22px 0 0px 0;
	text-transform: none;
		position: relative;
	z-index: 11;
}
h3.pg_point1 span {
	color: #f2353e;
}
h3.pg_point11 {
	color: #4d4d4d;
	font-size: 31px;
	font-size: 20px;
	font-size: 18px;
	text-align:center;
	font-weight: bold;
	letter-spacing: 0.0em;
	line-height: 1.2em;
	margin: 0 0 0 0;
	padding: 48px 0 0px 0;
	padding: 23px 0 0px 0;
	text-transform: none;
		position: relative;
	z-index: 11;
}
h3.pg_point11 span {
	color: #f2353e;
	font-size: 17px;
	line-height: 1.3em;
}
h3.pg_point2 {
	color: #4d4d4d;
	font-size: 11px;
	text-align:center;
	font-weight: bold;
	letter-spacing: -0.1em;
	line-height: 1.4em;
	margin: 0 0 0 0;
	padding: 38px 0 0px 0;
	padding: 16px 0 0px 0;
	text-transform: none;
		position: relative;
	z-index: 11;
}
h3.pg_point2 span {
display: inline-block;	
color: #f2353e;
font-size: 28px;
font-size: 18px;
line-height: 1.2em;
}
				
h3.pg_point3 {
	color: #4d4d4d;
	font-size: 11px;
	text-align:center;
	font-weight: bold;
	letter-spacing: -0.1em;
	line-height: 1.4em;
	margin: 0 0 0 0;
	padding: 38px 0 0px 0;
	padding: 16px 0 0px 0;
	text-transform: none;
		position: relative;
	z-index: 11;
}
h3.pg_point3 span.red {
display: inline-block;	
color: #f2353e;
font-size: 18px;
line-height: 1.2em;
}			
h3.pg_point3 span.lg {
display: inline-block;	
font-size: 18px;
line-height: 1.2em;
}			

				
				
/* =買取品目と価格 */
.pg_items0 {
	box-sizing: border-box;
	position: absolute;
	position: relative;
	width: 100%;
	height:auto;
	margin:0px auto 40px auto;
	padding: 100px 0px 80px 0px;
	padding: 40px 0px 20px 0px;
	background-image: linear-gradient(
	-45deg,
	#fff4e0 25%,
	#ffeed1 25%,
	#ffeed1 50%,
	#fff4e0 50%,
	#fff4e0 75%,
	#ffeed1 75%,
	#ffeed1
);
	background-size: 30px 30px;
	z-index: 10;
}		
							
.pg_items_box0 {
	box-sizing: border-box;
	max-width: 1200px;
	text-align:center;
	text-align:left;
	padding: 20px 6% 0px 6%;
	margin:0px auto 0px auto;
	overflow:hidden;
}	
				
.pg_items_box {
	box-sizing: border-box;
	width: 1200px;
	width: auto;
	text-align:left;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 30px 0;
	margin:0px 0px 20px 0;
	overflow:hidden;
}					
	
.pg_items_box_taxonomy {
	box-sizing: border-box;
	max-width: 1200px;
	text-align:center;
	padding: 30px 0px 0px 0px;
	margin:0px auto 30px auto;
	margin:0px 6% 30px 6%;
	overflow:hidden;
}

.pg_items_box_single {
	box-sizing: border-box;
	width: 240px;
	text-align:center;
	padding: 30px 0px 0px 0px;
	margin:0px auto 30px auto;
	overflow:hidden;
}	
		
.pg_items_zei {
	box-sizing: border-box;
	color: #333;
	font-size: 14px;
	max-width: 1200px;
	text-align:right;
	padding: 0px 0 0px 0;
	margin:0px auto -6px auto;

}	
				
h3.pg_items_cttl {
	clear:both;
	box-sizing: border-box;
	max-width: 1200px;
	color: #333;
	font-size: 20px;
	font-size: 18px;
	text-align:left;
	font-weight: bold;
	letter-spacing: 0.0em;
	line-height: 1.3em;
	margin: 0 0px 15px 0;
	padding: 2px 0 2px 15px;
	border-left: 4px solid #ffa000;
	display: flex; /* 見出しと線を横並びにする */
	align-items: center; /* 線の縦位置中央 */
}	
				
h3.pg_items_cttl:after {
	content: "";
    height: 1px; /* 線の高さ */
    flex-grow: 1; /* 横幅いっぱい */
    background-color: #ffa000;
}	
h3.pg_items_cttl:after {
	margin-left: 20px; /* 文字との余白 */
}	
				
.pg_items_cts {
	box-sizing: border-box;
	float:left;
	width: 224px;
	width: 48%;
	background-color: #fff;
	padding: 9px 9px 9px 9px;
	padding: 8px 8px 8px 8px;
	margin:0px 3% 15px 0;
	border: 3px solid #ffcf7f;
	overflow:hidden;
}
.pg_items_cts:nth-child(5n) {
	margin:0px 0px 20px 0;
	margin:0px 3% 15px 0;
}
.pg_items_box:nth-child(5n+1) {
	clear:both;
	float:left;
}
.pg_items_cts:nth-child(2n) {
	margin:0px 0px 20px 0;
	margin:0px 0% 15px 0;
}
.pg_items_box:nth-child(2n+1) {
	clear:both;
	float:left;
}
				
.pg_items_img {
	box-sizing: border-box;
	width: auto;
	width: 100%;
	max-width: 300px;
	margin: 0 auto 10px auto;
	padding: 0px 0 0px 0px;
	overflow:hidden;
}
.pg_items_img img {
	max-width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0;
}
				
.pg_items_cts1 {
	box-sizing: border-box;
	color: #333;
	font-size: 14px;
	text-align:center;
	font-weight: bold;
	letter-spacing: 0.0em;
	line-height: 1.3em;
	margin: 0 auto 5px auto;
	padding: 0px 0 0px 0px;
	overflow:hidden;
}				
.pg_items_cts2 {
	box-sizing: border-box;
	color: #e8383a;
	font-size: 18px;
	text-align:center;
	font-family: "Arial";
	font-weight: bold;
	letter-spacing: 0.0em;
	line-height: 1.3em;
	margin: 0 auto 2px auto;
	padding: 0px 0 0px 0px;
	overflow:hidden;
}				
.pg_items_cts2 span {
	display: inline-block;
	font-size: 14px;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", "MS Gothic", "Helvetica Neue", "Arial", sans-serif;
	font-weight: bold;
	padding: 0px 0 0px 4px;
}									
				
/* =銅・アルミ・ステンレスなど・・・コピー部 */				
.pgp_sttl1_cts {
	max-width: 1200px;
	max-width: 600px;
	text-align:center;
	margin: 0 4% 10px 4%;
	padding: 0px 0 0px 0;
	position: relative;
	overflow:hidden;
}						
h2.pgp_sttl1 {
  box-sizing: border-box;
  display: block;
  position: relative;
  margin: 0 auto 30px;
	padding: 0 0 12px 0px;
  border-bottom: 1px solid #f01e28;
color: #333;
  font-weight: bold;
font-size: 42px;
font-size: 23px;
text-align:center;
line-height: 1.4em;
	position: relative;
	z-index: 2;
}
h2.pgp_sttl1::before, h2.pgp_sttl1::after {
  position: absolute;
  top: 100%;
  left: 48.5%;
   left: 46.5%;
border: 12px solid transparent;
border: 18px solid transparent;
  content: "";
}
h2.pgp_sttl1::before {
  margin-top: 1px;
border-top: 14px solid #f01e28;
border-top: 24px solid #f01e28;
}
h2.pgp_sttl1::after {
  margin-top: -1px;
border-top: 14px solid #fff;
border-top: 24px solid #fff;
}			
h2.pgp_sttl1 span {
	color: #f01e28;
}				
				
				
/* =コピーとサービス対応エリア */		
.pgp_cts01 {
	box-sizing: border-box;
	max-width: 1000px;
	text-align:center;
	margin: 0 6% 60px 6%;
	padding: 20px 0 0px 0;
	padding: 0px 0 0px 0;
	position: relative;
	overflow:hidden;
}	
.pgp_cts1 {
box-sizing: border-box;
float:none;
	width: auto;
	max-width: 620px;
	text-align:left;
	margin: 0 auto 40px auto;
	padding: 0px 0 0px 0;
	position: relative;
}					
.pgp_cts2 {
box-sizing: border-box;
float:none;
	width: auto;
	max-width: 346px;
	max-width: 320px;
	text-align:left;
	margin: 0 auto 0 auto;
	padding: 0px 0 0px 0;
	position: relative;
}				
				
h3.pgp_cts1_cp {
	color: #333;
	font-size: 16px;
	text-align:left;
	font-weight: normal;
	letter-spacing: 0.0em;
	line-height: 1.6;
	margin: 0 0 0 0;
	padding: 0px 0 0px 0;
}				
				
.pgp_cts2_box {
	text-align:left;
	line-height: 1.6;
	margin: 0 auto 0 auto;
	padding: 0px 0 0px 20px;
	border-left: 2px solid #f01e28;
	position: relative;
}					
.pgp_cts2_sttl {
	color: #333;
max-width: 220px;
max-width: 200px;
	font-size: 18px;
	text-align:left;
	font-weight: bold;
	letter-spacing: 0.0em;
	line-height: 1.6;
	border-bottom: 1px solid #aaa;
	margin: 0 0 8px 0;
	padding: 0px 0 6px 0;
	overflow:hidden;
}				
.pgp_cts2_cp {
	color: #333;
	font-size: 16px;
	text-align:left;
	font-weight: normal;
	letter-spacing: 0.0em;
	line-height: 1.6;
	margin: 0 0 0px 0;
	padding: 0px 0 0px 0;
	overflow:hidden;
}					
.pgp_cts2_map {
	box-sizing: border-box;
	width: 134px;
	height: 120px;
	margin:0px 0px 30px 0;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
	position: absolute;
	right:0px;
	top:-18px;
}				
		
.pgp_cts2_map img {
	max-width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0;
}		
				
/* =トップの私たちのサービスから変更した分のみ記述 */			
h2.pg_relief_ttl02 {
	clear: both;
	box-sizing: border-box;
	width: 484px;
	width: 580px;
	width: auto;
	max-width: 320px;
	color: #e6002d;
	font-size: 50px;
	font-size: 26px;
	text-align:center;
	font-weight: bold;
	letter-spacing: 0.0em;
	background: url(images/pg_relief_ttl_bk.png) center center no-repeat;
	background-size: 580px;
	background-size: 320px;
	padding: 0px 0px 40px 0px;
	padding: 0px 0px 20px 0px;
	margin:0px auto -10px auto;
	margin:0px auto 0px auto;
	border-bottom: solid 0px #aaaaaa;
	position: relative;
	top: -5px;
	top: 0px;
}							
.pg_service_cts001 {
	box-sizing: border-box;
	position: absolute;
	position: relative;
	width: 100%;
	height:auto;
	margin:0px auto 20px auto;
	padding: 110px 0px 70px 0px;
	padding: 50px 0px 40px 0px;
	background-image: linear-gradient(
	-45deg,
	#fef5f5 25%,
	#feedee 25%,
	#feedee 50%,
	#fef5f5 50%,
	#fef5f5 75%,
	#feedee 75%,
	#feedee
);
	background-size: 30px 30px;
	z-index: 10;
	top:-70px;
	top:-40px;
	overflow:hidden;
}		
.pg_service_cts01 {
	box-sizing: border-box;
	max-width: 600px;
	text-align:center;
	text-align:left;
	padding: 0px 0 0px 0;
	margin:0px 6% 10px 6%;
	overflow:hidden;
	position: relative;
	z-index: 15;
}		
.pg_service_icon {
	box-sizing: border-box;
	float:left;
	width: 228px;
	width: 48%;
	height: 174px;
	height: 200px;
	height: 140px;
	height: auto;
	background-color: #fff;
	border: 2px solid #f34b53;
	border-radius: 4px;
	padding: 0px 0px 15px 0px;
	margin:0px 3.5% 12px 0;
	position: relative;
}
.pg_service_icon:nth-child(2n) {
	margin:0px 0px 12px 0;
}							
.pg_service_icon:nth-child(5n) {
	margin:0px 3.5% 12px 0;
}	
.pg_service_icon:nth-child(2n+1) {
clear:both;
float:left;
}
.pg_service_icon:nth-child(6) {
display:block;
background-color: transparent;
border: 0px solid #f34b53;
}	
		
.pg_service_icon_cts {
	box-sizing: border-box;
	margin:0px 0px 0px 0;
	padding: 32px 10px 0px 10px;
	padding: 15px 5px 0px 5px;
	overflow:hidden;
}				
.pg_service_icn_img {
	box-sizing: border-box;
	width: 90px;
	width: 80px;
	width: 60px;
	margin:0px auto 6px auto;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}			
.pg_service_icn_img img {
	max-width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0;
}				
.pg_service_icn_ttl {
	box-sizing: border-box;
color: #4d4d4d;
	font-size: 16px;
	text-align:center;
	font-weight: bold;
	line-height: 1.3em;
	margin:0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}		
				
/* =法人のお客様へ */					
h2.pg_corporate_ttl {
	clear: both;
	box-sizing: border-box;
	width: 560px;
	width: auto;
	max-width: 320px;
	color: #333;
	font-size: 43px;
	font-size: 28px;
	text-align:center;
	font-weight: bold;
	letter-spacing: 0.0em;
	background: url(images/pg_corporate_ttl_bk.png) center center no-repeat;
	background-size: 560px;
	background-size: 320px;
	padding: 0px 0px 50px 0px;
	padding: 0px 0px 30px 0px;
	margin:0px auto 0px auto;
	border-bottom: solid 0px #aaaaaa;
	position: relative;
	top: 0px;
}			
h2.pg_corporate_ttl span{
	color: #e6002d;
	font-size: 68px;
	font-size: 38px;
}			
				
.pg_corporate_cp0 {
max-width: 560px;
max-width: 280px;
	padding: 0px 0px 0px 0px;
	margin:0px auto 20px auto;
	position: relative;
}				
h3.pg_corporate_cp {
	box-sizing: border-box;
	color: #333;
	font-size: 16px;
	text-align:center;
	font-weight: bold;
	letter-spacing: 0.0em;
	padding: 0px 0px 0px 0px;
	margin:0px auto 0px auto;
	position: relative;
}					
.pg_corporate_cp_icn1 {
	box-sizing: border-box;
	width: 32px;
	padding: 0px 0px 0px 0px;
	margin:0px 0 0px0;
	position: relative;
	position: absolute;
	left:-15px;
	top:10px;
}			
.pg_corporate_cp_icn2 {
	box-sizing: border-box;
	width: 32px;
	padding: 0px 0px 0px 0px;
	margin:0px 0 0px0;
	position: relative;
	position: absolute;
	right:-15px;
	top:10px;
}
				
.pg_corporate_plan0 {
box-sizing: border-box;
max-width: 730px;
max-width: 320px;
	padding: 0px 0px 0px 0px;
	margin:0px auto 0px auto;
	position: relative;
	z-index: 15;
}			
.pg_corporate_plan {
	box-sizing: border-box;
	float:none;
	color: #fff;
	font-size: 18px;
	text-align:center;
	font-weight: bold;
	width: 230px;
	height: 50px;
	height: 40px;
	border-radius: 20px;
line-height: 1.4em;
	background-color: #f01e28;
	border: 1px solid #ffa000;
	padding: 5px 0px 0px 0px;
	margin:0px auto 8px auto;
	position: relative;
}		
.pg_corporate_plan:nth-child(3n) {
	margin:0px 0px 0px 0;
	margin:0px auto 0px auto;
}		
				
.pg_corporate_box {
	box-sizing: border-box;
	position: absolute;
	position: relative;
	width: 1200px;
	width: auto;
	height:auto;
	max-width: 600px;
	margin:0px auto 10px auto;
	padding: 80px 0px 50px 0px;
	padding: 100px 0px 20px 0px;
	background-image: linear-gradient(
	-45deg,
	#fffce4 25%,
	#fff9c9 25%,
	#fff9c9 50%,
	#fffce4 50%,
	#fffce4 75%,
	#fff9c9 75%,
	#fff9c9
);
	background-size: 30px 30px;
	z-index: 10;
	top:-25px;
	top:-70px;
	border-radius: 8px;
	border: solid 1px #ffcf7f;
overflow:hidden;
z-index: 10;
}		
		
.pg_corporate_example0 {
box-sizing: border-box;
max-width: 1060px;
max-width: 600px;
	padding: 0px 0px 0px 0px;
	margin:0px 6% 0px 6%;
	position: relative;
}					
.pg_corporate_example {
box-sizing: border-box;
float:left;
width: 320px;
width: 48%;
	padding: 0px 0px 0px 0px;
	margin:0px 4% 20px 0;
	overflow:hidden;
}	
.pg_corporate_example:nth-child(4) {
	display:block;
}				
.pg_corporate_example:nth-child(3n) {
	margin:0px 0px 0px 0;
	margin:0px 4% 20px 0;
}	
.pg_corporate_example:nth-child(2n) {
	margin:0px 0px 20px 0;
}
.pg_corporate_example:nth-child(2n+1) {
	clear:both;
	float:left;
}

.pg_corporate_example_cts {
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0;
	overflow:hidden;
}			
.pg_corporate_example_img {
max-width: 320px;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 10px 0;
	overflow:hidden;
}		
.pg_corporate_example_img img {
	max-width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0;
}				
.pg_corporate_example_cp {
	box-sizing: border-box;
color: #333;
	font-size: 14px;
	text-align:left;
	font-weight: bold;
	background: url(images/pg_icon_check.svg) no-repeat 0px 0px;
	background-size: 34px;
	background-size: 22px;
	line-height: 1.3;
	letter-spacing: 0.0em;
	margin:0px 0 0px 0;
	padding: 5px 0px 5px 44px;
	padding: 2px 0px 2px 30px;
	position: relative;
	overflow:hidden;
}
				
/* =買取の流れ */	
.pg_process_cts {
	box-sizing: border-box;
	position: absolute;
	position: relative;
	width: 100%;
	height:auto;
	margin:0px auto 20px auto;
	margin:0px auto -10px auto;
	padding: 100px 0px 100px 0px;
	padding: 60px 0px 30px 0px;
	background-image: linear-gradient(
	-45deg,
	#fff4e0 25%,
	#ffeed1 25%,
	#ffeed1 50%,
	#fff4e0 50%,
	#fff4e0 75%,
	#ffeed1 75%,
	#ffeed1
);
	background-size: 30px 30px;
	z-index: 10;
	top:0px;
	top:-30px;
overflow:hidden;
z-index: 10;
}	
				
.pg_process_ttl0 {
	box-sizing: border-box;
	max-width: 310px;
	max-width: 208px;
	text-align:center;
	text-align:left;
	padding: 0px 0 0px 0;
	margin:0px auto 10px auto;
	position: relative;
	z-index: 20;
}			
.pg_process_ttl1 {
	box-sizing: border-box;
	float:left;
	width: 145px;
	width: 90px;
	color: #333;
	font-size: 50px;
	font-size: 32px;
	text-align:left;
	font-weight: bold;
	letter-spacing: 0.0em;
	padding: 40px 0px 0px 0px;
	padding: 30px 0px 0px 0px;
	margin:0px 4px 0px 0;
	position: relative;
}							
.pg_process_ttl1 span {
	font-size: 40px;
	font-size: 22px;
}					
				
h2.pg_process_ttl2 {
	clear:none;
	box-sizing: border-box;
	float:left;
	width: 152px;
	width: 108px;
	height: 98px;
	height: 70px;
	color: #fff;
	font-size: 50px;
	font-size: 32px;
	text-align:left;
	font-weight: bold;
	letter-spacing: 0.0em;
	background: url(images/pg_process_ttl_bk.svg) center center no-repeat;
	background-size: 152px;
	background-size: 108px;
	padding: 38px 0px 0px 15px;
	padding: 15px 0px 0px 15px;
	margin:0px 0px 0px 0;
	border-bottom: solid 0px #aaaaaa;
	position: relative;
}							
.pg_process_ttl_icn {
	box-sizing: border-box;
	width: 54px;
	margin: 0 0 0 0;
	padding: 0px 0 0px 0px;
	position: absolute;
	left:-45px;
	top:-12px;
}						
				
				
.pg_process_bring_ttl0 {
	clear:both;
	box-sizing: border-box;
	width: 1200px;
	width: auto;
	margin: 0px 6% 20px 6%;
	padding: 80px 0 0px 0px;
	padding: 30px 0 0px 0px;
	display: flex; /* 見出しと線を横並びにする */
	align-items: center; /* 線の縦位置中央 */
	overflow:hidden;
	position: relative;
}				
.pg_process_bring_ttl {
	clear:both;
	box-sizing: border-box;
	width: 210px;
	width: 180px;
	height: 50px;
	height: 40px;
	border-radius: 20px;
	color: #fff;
	font-size: 28px;
	font-size: 22px;
	background-color: #ffa000;
	text-align:center;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0 auto 0px auto;
	padding: 4px 0 0px 0px;
	overflow:hidden;
}	
.pg_process_bring_ttl0:before,		
.pg_process_bring_ttl0:after {
	content: "";
    height: 1px; /* 線の高さ */
    flex-grow: 1; /* 横幅いっぱい */
	background-color: #ffa000;
}			
.pg_process_bring_ttl0:before {
	margin-right: 0px; /* 文字との余白 */
}	
.pg_process_bring_ttl0:after {
	margin-left: 0px; /* 文字との余白 */
}			
				
.pg_process_cts0 {
	clear:both;
	box-sizing: border-box;
	width: 1120px;
	width: auto;
	margin: 0px auto 20px auto;
	padding: 20px 0 0px 0px;
	padding: 0px 0 0px 0px;
	overflow:hidden;
}		
.pg_process_box {
box-sizing: border-box;
float:left;
float:none;
width: 340px;
height:395px;
width: 85%;
height:auto;
border: solid 1px #ffa000;
background-color: #fff;
border-radius: 4px;
	margin: 0px auto 12px auto;
	padding: 0px 15px 15px 15px;
	padding: 2px 0px 15px 0px;
	position: relative;
}
.pg_process_box2 {
box-sizing: border-box;
float:left;
float:none;
width: 340px;
height:420px;
width: 85%;
height:auto;
border: solid 1px #ffa000;
background-color: #fff;
border-radius: 4px;
	margin: 0px auto 12px auto;
	padding: 2px 0px 15px 0px;
	position: relative;
}
				
.pg_process_box:nth-child(5n) {
	margin: 0px 0px 0px 0;
	margin: 0px auto 0px auto;
}
.pg_process_box2:nth-child(5n) {
	margin: 0px 0px 0px 0;
	margin: 0px auto 0px auto;
}
.pg_process_box_ya {
display:none;
box-sizing: border-box;
float:left;
width: 20px;
margin: 0px 15px 0px 0;
padding: 160px 0 0px 0px;
}			
				
.pg_process_no {
box-sizing: border-box;
float:left;
width: 50px;
height:50px;
width: 42px;
height:42px;
color: #ffa000;
font-size: 28px;
font-size: 26px;
text-align:center;
font-family: "Arial";
font-weight: bold;
line-height: 1.3em;
border: solid 2px #ffa000;
background-color: #fff;
border-radius: 4px;
	margin: -25px auto 0px auto;
	padding: 5px 0 0px 0px;
	margin: -20px auto 0px auto;
	margin: -5px 10px 0px -5px;
	margin: 5px 10px 0px 5px;
	margin: -3px 10px 0px -2px;
	padding: 2px 0 0px 0px;
	overflow:hidden;
}				
				
.pg_process_box_cts {
box-sizing: border-box;
	margin: 0px 0px 0px 0;
	padding: 20px 33px 0px 33px;
	padding: 0px 20px 0px 20px;
	overflow: visible;
	position: relative;
}
				
.pg_process_sttl {
box-sizing: border-box;
float:left;
color: #333;
font-size: 17px;
text-align:center;
text-align:left;
font-weight: bold;
line-height: 1.3em;
	margin: 0px 0 0 0;
padding: 5px 0 8px 0px;
padding: 15px 0 8px 0px;
overflow:hidden;
position: relative;
}
.pg_process_img {
box-sizing: border-box;
float:right;
width: 180px;
width: 120px;
width: 80px;
width: 70px;
text-align:center;
	margin: 0px 0 -25px 0;
padding: 5px 0 10px 0px;
overflow:hidden;
position: absolute;
position: relative;
right:-20px;
top:-5px;

}	
.pg_process_img img {
	max-width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0;
}			
.pg_process_cp {
clear:both;
box-sizing: border-box;
color: #333;
font-size: 14px;
text-align:left;
font-weight: normal;
line-height: 1.6;
	margin: 0px auto;
padding: 7px 0 0px 0px;
overflow:hidden;
}
				
/* =お客様の声 */	
.pg_voice_cts {
	box-sizing: border-box;
	position: absolute;
	position: relative;
	width: 100%;
	height:auto;
	margin:0px auto 50px auto;
	padding: 150px 0px 100px 0px;
	padding: 70px 0px 30px 0px;
	background-image: linear-gradient(
	-45deg,
	#fef5f5 25%,
	#feedee 25%,
	#feedee 50%,
	#fef5f5 50%,
	#fef5f5 75%,
	#feedee 75%,
	#feedee
);
	background-size: 30px 30px;
	z-index: 10;
	top:0px;
overflow:hidden;
z-index: 10;
}	
							
.pg_voice_ttl0{
	box-sizing: border-box;
	width: 424px;
	width: auto;
	max-width: 300px;
	padding: 0px 0px 10px 0px;
	margin:0px auto 0px auto;
	position: relative;
}				
h2.pg_voice_ttl {
	clear:none;
	box-sizing: border-box;
	width: 424px;
	width: auto;
	max-width: 300px;
	font-size: 32px;
	color: #333;
	text-align:center;
	font-weight: bold;
	line-height: 1.3em;
	letter-spacing: 0.0em;
	background: url(images/pg_voice_ttl_bk.png) center center no-repeat;
	background-size: 424px;
	background-size: 300px;
	padding: 0px 0px 70px 0px;
	padding: 0px 0px 40px 0px;
	border-bottom: solid 0px #aaaaaa;
	margin:0px auto 0px auto;
	position: relative;
}						
				
h2.pg_voice_ttl span.red {
display: inline-block;	
color: #f01e28;
}			
h2.pg_voice_ttl span.sml {
display: inline-block;	
font-size: 22px;
}	
				
.pg_voice_ttl_icn {
	box-sizing: border-box;
	width: 140px;
	height: 144px;
	width: 84px;
	height: 86px;
	padding: 0px 0px 0px 0px;
	margin:0px 0 0px0;
	position: relative;
	position: absolute;
	right:-60px;
	top:-90px;
	right:-18px;
	top:-50px;
}	
				
.pg_voice_box0 {
	box-sizing: border-box;
	width: 1200px;
	width: auto;
	margin: 0px 6% 0px 6%;
	padding: 0px 0 0px 0px;
	overflow:hidden;
}							
				
.pg_voice_box {
box-sizing: border-box;
	float:none;
	width: 590px;
	width: auto;
	max-width: 580px;
	background-color: #fff;
	border: solid 2px #f9a5a9;
	margin: 0px auto 15px auto;
	padding: 0px 0 0px 0px;
	overflow:hidden;
}				
.pg_voice_box2 {
box-sizing: border-box;
	float:none;
	width: 590px;
	width: auto;
	max-width: 580px;
	background-color: #fff;
	border: solid 2px #f9a5a9;
	margin: 0px auto 15px auto;
	padding: 0px 0 0px 0px;
	overflow:hidden;
}				
.pg_voice_box_cts {
box-sizing: border-box;
	margin: 0px 0px 0px 0;
	padding:5px 8px 12px 5px;
	overflow:hidden;
	position: relative;
}	
				
.pg_voice_box_img {
	box-sizing: border-box;
	float:left;
	width: 160px;
	width: 40%;
	width: 100px;
	width: 25%;
	width: 20%;
	margin: 0px 4% 0px 0;
	margin: 0px 20px 0px 0;
	margin: 0px 4% 0px 0;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}				
.pg_voice_box_excp {
	box-sizing: border-box;
	float:left;
	width: 75%;
	margin: 0px 0px 0px 0;
	padding: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;

	position: relative;
}	
.pg_voice_box_ttl {
	box-sizing: border-box;
	color: #333;
	font-size: 16px;
	text-align:left;
	font-weight: bold;
	letter-spacing: 0.0em;
	padding: 0px 0px 0px 0px;
	margin:0px 0 5px 0;
	position: relative;
}
.pg_voice_box_cp {
	box-sizing: border-box;
	color: #333;
	font-size: 14px;
	text-align:left;
	line-height: 1.5;
	font-weight: normal;
	letter-spacing: 0.0em;
	padding: 0px 0px 0px 0px;
	margin:0px 0 0px 0;
}				
				
/* =よくあるご質問 */							
h2.pg_faq_ttl {
	clear: both;
	box-sizing: border-box;
	width: 330px;
	height: 180px;
	width: 264px;
	height: 144px;
	font-size: 38px;
	font-size: 30px;
	color: #333;
	text-align:center;
	font-weight: bold;
	line-height: 1.3em;
	letter-spacing: 0.0em;
	background: url(images/pg_faq_ttl_bk.svg) center center no-repeat;
	background-size: 330px;
	background-size: 264px;
	padding: 84px 0px 0px 0px;
	padding: 68px 0px 0px 0px;
	border-bottom: solid 0px #aaaaaa;
	margin:0px auto 0px auto;
	position: relative;
	z-index: 20;
}									
h2.pg_faq_ttl span {
display: inline-block;	
color: #f01e28;
}	
				
.pg_faq_cts {
	box-sizing: border-box;
	position: absolute;
	position: relative;
	width: 1200px;
	width: auto;
	height:auto;
	margin:0px auto 50px auto;
	padding: 70px 0px 20px 0px;
	padding: 80px 0px 20px 0px;
	background-image: linear-gradient(
	-45deg,
	#fff4e0 25%,
	#ffeed1 25%,
	#ffeed1 50%,
	#fff4e0 50%,
	#fff4e0 75%,
	#ffeed1 75%,
	#ffeed1
);
	background-size: 30px 30px;
	top:-75px;
	top:-65px;
overflow:hidden;
z-index: 10;
}		
				
.pgp_faq {
	box-sizing: border-box;
	max-width: 1000px;
	padding: 0px 0 0px 0;
    margin:0px 6% 0px 6%;
overflow:hidden;
}			
.pgp_faq_catttl {
box-sizing: border-box;
	max-width: 1000px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #444;
  font-weight: bold;
  font-size: 19px;
  line-height: 1.3;
	margin:0px auto 0px auto;
	padding: 0px 0px 0px 0px;
  position: relative;
}

.pgp_faq_catttl::before,
.pgp_faq_catttl::after {
	content: '';
	width: 2px;
	height: 36px;
	background-color: #ffa000;
	margin:0px auto 0px auto;
}
.pgp_faq_catttl::before {
	margin-right: 20px;
	transform: rotate(-35deg)
}
.pgp_faq_catttl::after {
	margin-left: 20px;
	transform: rotate(35deg)
}	
				
/* =無料お見積り･お問い合わせタイトル */						
h3.pg_ctt_ttl {
	box-sizing: border-box;
	width: 420px;
	width: auto;
	color: #333;
	max-width: 320px;
	font-size: 33px;
	font-size: 22px;
	text-align:center;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 0.0em;
	padding: 10px 0px 10px 0px;
	padding: 15px 0px 15px 0px;
	margin:0px auto 60px auto;
	margin:0px auto 30px auto;
	position: relative;
	z-index: 20;
}			
h3.pg_ctt_ttl span {
	color: #f01e28;
}		
h3.pg_ctt_ttl :before {
  content: "";
  position: absolute;
top: -8px;
top: -14px;
top: -7px;
  left: 50%;
	width: 140px;
	width: 100px;
	height: 58px;
	height: 100px;
	height: 70px;
  border-radius: 50%;
  border: 6px solid #85c1e9;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
				
/* =資源買取店舗情報 */				
.pgp_tenpo0 {
	box-sizing: border-box;
	max-width: 1260px;
	max-width: 600px;
	min-width: 1260px;
	min-width: initial; 
	position: relative;
	margin:0px auto 50px auto;
	margin:0px 6% 20px 6%;
	padding: 0px 0px 0px 0px;
	border: 1px solid #3498db;
	overflow:hidden;
	z-index: 20;
}		
.pgp_tenpo_cts {
	box-sizing: border-box;
	margin:0px auto 0px auto;
	padding: 30px 30px 30px 30px;
	padding: 20px 20px 20px 20px;
	overflow:hidden;
	z-index: 20;
}				
										
.pgp_tenpo {
	box-sizing: border-box;
	float:left;
	float:none;
	width: 370px;
	width: auto;
	max-width: 282px;
	max-width: 300px;
	position: relative;
	margin:0px auto 30px auto;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
	z-index: 20;
}				
.pgp_tenpo:nth-child(3n) {
	box-sizing: border-box;
	margin:0px 0px 0px 0;
	margin:0px auto 10px auto;
}			
.pgp_tenpo_cts1 {
	box-sizing: border-box;
	float:left;
	width: 47%;
	position: relative;
	margin:0px 4% 5px 0;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}			
.pgp_tenpo_name {
	box-sizing: border-box;
	width: 370px;
	width: auto;
	max-width: 282px;
	max-width: 300px;
	color: #333333;
	font-size: 16px;
	background-color: #f3f3f3;
	text-align:center;
	line-height: 1.4;
	font-weight: bold;
	letter-spacing: 0.0em;
	border-bottom: 1px solid #c9c9c9;
	margin:0px auto 15px auto;
	margin:0px auto 8px auto;
	padding: 5px 0px 5px 0px;
	overflow:hidden;
}			
.pgp_tenpo_tel {
	box-sizing: border-box;
	width: 220px;
	width: 200px;
	width: 100%;
	text-align:center;
	line-height: 1.6;
	margin:0px auto 5px auto;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}			
.pgp_tenpo_tel img {
	max-width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0;
}				
.pgp_tenpo_tel a:hover img {
opacity: 1.00;
filter: alpha(opacity=100);
-moz-opacity: 1.00;
-ms-filter: "alpha(opacity=100)";
}			
				
.pgp_tenpo_cp {
	box-sizing: border-box;
	width: 370px;
	width: auto;
	max-width: 282px;
	color: #333;
	font-size: 12px;
	text-align:center;
	line-height: 1.6;
	font-weight: normal;
	letter-spacing: 0.0em;
	margin:0px auto 5px auto;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}				
				
.pgp_tenpo_gaikan {
	float:left;
	box-sizing: border-box;
	width: 47%;
	max-width: 282px;
	margin:0px auto 5px auto;
	padding: 5px 35px 10px 35px;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}
.pgp_tenpo_gaikan img {
	max-width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0;
}	
				
.pgp_tenpo_map {
clear:both;
	box-sizing: border-box;
	float:left;
	max-width: 282px;
	width: 47%;
	height: 140px;
	height: 50px;
	margin:0px auto 4px auto;
	margin:0px 4% 0px 0;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}				
				
.pgp_tenpo_cp2 {
	box-sizing: border-box;
	float:left;
	width: 47%;
	color: #333;
	font-size: 14px;
	text-align:center;
	text-align:left;
	line-height: 1.5;
	font-weight: normal;
	letter-spacing: 0.0em;
	margin:0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}	
				
				
.pgp_tenpo_bn0 {
	box-sizing: border-box;
	max-width: 620px;
	position: relative;
	margin:0px 6% 10px 6%;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
	z-index: 20;
}	
.pgp_tenpo_bn0 img {
	max-width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0;
}	
				
.pgp_tenpo_bn1 {
display:none;
	box-sizing: border-box;
	float:none;
	width: 300px;
	width: 260px;
	position: relative;
	margin:0px auto 12px auto;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
	z-index: 20;
}				
.pgp_tenpo_bn2 {
display:none;
	box-sizing: border-box;
	float:none;
	width: 300px;
	width: 260px;
	position: relative;
	margin:0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
	z-index: 20;
}				
.pgp_tenpo_bn0 a:hover img {
opacity: 0.7;
filter: alpha(opacity=70);
-moz-opacity: 0.7;
-ms-filter: "alpha(opacity=70)";
}
		
.pgp_tenpo_bn1_sp {
display:block;
box-sizing: border-box;
	float:left;
	width: 300px;
	max-width: 300px;
	width: 47%;
	position: relative;
	margin:0px auto 12px auto;
	margin:0px 4% 0px 0;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
	z-index: 20;
}				
.pgp_tenpo_bn2_sp {
display:block;
	box-sizing: border-box;
	float:left;
	width: 300px;
	max-width: 300px;
	width: 47%;
	position: relative;
	margin:0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
	z-index: 20;
}		
			
/* =不用品回収･片付けサービス
----------------------------------------------- */
.bg-collect {
    position: relative;
    text-align:center;
    min-width: 1000px;
	min-width: initial; 
    padding: 0px 0 0px 0;
    margin:0px auto 0px auto;
    height:240px;
	height:70px;
    overflow:hidden;
}
.bg-collect .inner {
    z-index: 10;
    position: relative;
    left: 0px;
}
.bg-collect:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
	background: url(images/header/news_mimg.jpg) no-repeat center top;
	background: url(images/collect_hd_img.jpg) no-repeat center center;
	background: noner;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.collect {
box-sizing: border-box;
	position: absolute;
	position: relative;
	width: 380px;
	width: 24%;
	height:240px;
	width: 100%;
	height:240px;
	margin:0px auto 0px auto;
	padding: 0px 4% 0px 4%;
	background-image: linear-gradient(
	-45deg,
	#f2353e 25%,
	#f01e28 25%,
	#f01e28 50%,
	#f2353e 50%,
	#f2353e 75%,
	#f01e28 75%,
	#f01e28
);
	background-size: 30px 30px;
	z-index: 10;
	border-left: 0px solid #fff;
	border-right: 0px solid #fff;
}			

.collect_hd_img_sp	{
display:block;
box-sizing: border-box;
width: 100%;
margin:0px auto 0px auto;
padding: 0px 0 0px 0;
position: relative;
z-index: 5;
}
.collect_hd_img_sp img {
	max-width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0;
}

/* =不用品処分からお部屋の片付けまで・・・コピー部 */				
.pgc_sttl_cts {
	max-width: 1200px;
	max-width: 600px;
	text-align:center;
	margin: 0 auto 10px auto;
	margin: 0 4% 10px 4%;
	padding: 0px 0 0px 0;
	position: relative;
	overflow:hidden;
}						
h2.pgc_sttl {
  box-sizing: border-box;
  display: block;
  position: relative;
  margin: 0 auto 10px;
  margin: 0 auto 10px;
	padding: 0 0 0px 0px;
color: #333;
font-weight: bold;
border-bottom: solid 0px #aaaaaa;
font-size: 42px;
font-size: 23px;
text-align:center;
line-height: 1.4em;
	position: relative;
	z-index: 2;
}	
h2.pgc_sttl span {
  box-sizing: border-box;
color: #f01e28;
}			
				
/* =コピーとサービス対応エリア */		
.pgc_cts01 {
	box-sizing: border-box;
	max-width: 700px;
	width: 80%;
	text-align:center;
	background-color: #fdede7;
	margin: 0 auto 40px auto;
	padding: 15px 0 15px 0;
	position: relative;
}					
.pgc_cts01_cp {
display: flex;
	justify-content: center;
	align-items: center;
box-sizing: border-box;
color: #333;
	font-size: 16px;
	text-align:center;
	font-weight: bold;
	line-height: 1.6;
	margin:0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	position: relative;
}							
.pgc_cts01_cp::before,
.pgc_cts01_cp::after {
	content: '';
	width: 3px;
	height: 120px;
	height: 80px;
	background-color: #ffa000;
	margin:0px auto 0px auto;
}
.pgc_cts01_cp::before {
	margin-right: 50px;
	margin-right: 25px;
	transform: rotate(-35deg)
}
.pgc_cts01_cp::after {
	margin-left: 50px;
	margin-left: 25px;
	transform: rotate(35deg)
}		
				
.pgc_cts2 {
box-sizing: border-box;
	width: 410px;
	width: auto;
	max-width: 320px;
	max-width: 290px;
	text-align:left;
	margin: 0 auto 30px auto;
	padding: 0px 0 0px 0;
	position: relative;
}						
.pgc_cts2_box {
	text-align:left;
	line-height: 1.6;
	margin: 0 auto 0 auto;
	padding: 0px 0 0px 0px;
	position: relative;
}					
.pgc_cts2_sttl {
	color: #333;
max-width: 290px;
max-width: 200px;
max-width: 180px;
	font-size: 18px;
	text-align:left;
	font-weight: bold;
	letter-spacing: 0.0em;
	line-height: 1.6;
	border-bottom: 1px solid #aaa;
	margin: 0 0 8px 0;
	padding: 0px 0 6px 0;
	overflow:hidden;
}				
.pgc_cts2_cp {
	color: #333;
	font-size: 16px;
	text-align:left;
	font-weight: normal;
	letter-spacing: 0.0em;
	line-height: 1.6;
	margin: 0 0 0px 0;
	padding: 0px 0 0px 0;
	overflow:hidden;
}					
.pgc_cts2_map {
	box-sizing: border-box;
	width: 116px;
	width: 104px;
	height: 82px;
	height: 73px;
	margin:0px 0px 30px 0;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
	position: absolute;
	right:0px;
	top:-12px;
}				
		
.pgc_cts2_map img {
	max-width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0;
}						
		
.pgc_cts3 {
display:none;
box-sizing: border-box;
	max-width: 624px;
	max-width: 640px;
	text-align:left;
	margin: -70px auto 80px auto;
	padding: 0px 0 0px 0;
	position: relative;
}	

.pgc_cts3 img {
	max-width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0;
}	
.pgc_cts3_sp {
display:block;
box-sizing: border-box;
	max-width:360px;
	text-align:left;
	margin: -35px 12% 40px 12%;
	margin: -40px auto 45px auto;
	padding: 0px 10% 0px 10%;
	position: relative;
}	
.pgc_cts3_sp img {
	max-width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0;
}



				
/* =こんなシーンでご利用ください*/							
.pgc_scene_cts {
	box-sizing: border-box;
	position: absolute;
	position: relative;
	width: 100%;
	height:auto;
	margin:0px auto 80px auto;
	padding: 50px 0px 50px 0px;
	background-image: linear-gradient(
	-45deg,
	#fff4e0 25%,
	#ffeed1 25%,
	#ffeed1 50%,
	#fff4e0 50%,
	#fff4e0 75%,
	#ffeed1 75%,
	#ffeed1
);
	background-size: 30px 30px;
	z-index: 10;
}			
										
.pgc_scene_ttl0 {
	box-sizing: border-box;
	position: absolute;
	position: relative;
	max-width: 730px;
	max-width:320px;
	margin:0px auto 35px auto;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}							
						
.pgc_scene_ttl1 {
	box-sizing: border-box;
float:left;
float:none;
	width: 370px;
	width: 260px;
	margin:0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	position: relative;
	overflow:hidden;
}
.pgc_scene_ttl1 img {
	max-width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0;
}	
.pgc_scene_ttl2 {
	box-sizing: border-box;
float:none;
	margin:22px auto 0px auto;
	margin:0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	position: relative;
	overflow:hidden;
}							
.pgc_scene_ttl2_cp {
	box-sizing: border-box;
	color: #333;
	font-size: 30px;
	text-align:center;
	line-height: 1.4;
	font-weight: bold;
	letter-spacing: 0.0em;
	padding: 0px 0px 0px 0px;
	margin:0px auto 0px auto;
}					
.pgc_scene_ttl2_cp span.org {
display: inline-block;	
color: #ff7333;
}			
.pgc_scene_ttl2_cp span.sml {
display: inline-block;	
font-size: 22px;
padding-right: 5px;
}						
						
.pgc_scene_ttl2_icn {
display:none;
	box-sizing: border-box;
float:left;
	margin:0px auto 0px auto;
	padding: 0px 0px 20px 0px;
	position: relative;
	position: absolute;
	right:175px;
	right:50px;
	bottom:0px;
	top:100px;
}						
.pgc_scene_ttl2_icn img {
	max-width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0;
}		
						
.pgc_scene_box0 {
	box-sizing: border-box;
	max-width: 1200px;
	margin:0px 6% 0px 6%;
	padding: 0px 0px 0px 0px;
	position: relative;
	overflow:hidden;
}						
						
.pgc_scene_box {
	box-sizing: border-box;
	float:left;
	width: 228px;
	width: 48%;
	margin:0px 4% 15px 0;
	padding: 0px 0px 0px 0px;
	background-color: #fff;
	position: relative;
	overflow:hidden;
}						
.pgc_scene_box:nth-child(5n) {
	margin:0px 0px 0px 0;
	margin:0px 4% 15px 0;
}			
.pgc_scene_box:nth-child(2n) {
	margin:0px 0px 15px 0;
}		
.pgc_scene_box:nth-child(2n+1) {
	clear:both:
	float:left;
}	
.pgc_scene_box:nth-child(6) {
	display:block;
	background-color: transparent;
}		

.pgc_scene_chara {
display:block;
	box-sizing: border-box;
	position: relative;
	width:100px;
	width:130px;
	margin: 0px auto 0 auto;
	padding: 35px 0px 0px 30px;
	overflow:hidden;
}
.pgc_scene_chara img {
max-width: 100%;
height:auto;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
}
	
.pgc_scene_img {
	box-sizing: border-box;
	width: 228px;
	width: auto;
	max-width: 300px;
	margin:0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}						
.pgc_scene_img img {
	max-width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0;
}	

.pgc_scene_cp {
	box-sizing: border-box;
	color: #4d4d4d;
	font-size: 15px;
	text-align:center;
	font-weight: bold;
	line-height: 1.4em;
	height:100px;
	height:68px;
	margin:0px auto 0px auto;
	padding: 10px 0px 0px 0px;
	border-bottom: 2px solid #ffa000;
}						
						
/* =サービス内容*/	
h2.pgc_service_ttl {
	box-sizing: border-box;
	width: 350px;
	width: auto;
	max-width: 200px;
	height: 70px;
	height: 50px;
	color: #fff;
	font-size: 40px;
	font-size: 27px;
	border-radius: 25px;
	text-align:center;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 0.0em;
	background-color: #1da1f2;
	padding: 4px 0px 0px 0px;
	margin:0px auto 40px auto;
	position: relative;
	z-index: 20;
}			
h2.pgc_service_ttl span {
	color: #fff;
}	

h2.pgc_service_ttl :before {
  content: "";
  position: absolute;
top: -8px;
top: -14px;
top: -32px;
top: -24px;
  left: 50%;
	width: 140px;
	width: 154px;
	width: 100px;
	height: 58px;
	height: 100px;
	height: 122px;
	height: 85px;
  border-radius: 50%;
  border: 7px solid #99e1ff;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.pgc_service_cts0 {
	box-sizing: border-box;
	max-width: 1200px;
	max-width: 600px;
	margin:0px 6% 30px 6%;
	padding: 0px 0px 0px 0px;
	position: relative;
	overflow:hidden;
}	
.pgc_service_cts1 {
	box-sizing: border-box;
	float:none;
	width: 580px;
	width: auto;
	border: 1px solid #bbb;
	background-color:#fff;
	margin:0px auto 20px auto;
	padding: 0px 0px 0px 0px;
	position: relative;
	overflow:hidden;
}
.pgc_service_cts2 {
	box-sizing: border-box;
	float:none;
	width: 580px;
	width: auto;
	border: 1px solid #bbb;
	background-color:#fff;
	margin:0px auto 20px auto;
	padding: 0px 0px 0px 0px;
	position: relative;
	overflow:hidden;
}
.pgc_service_cts_box {
	box-sizing: border-box;
	margin:0px auto 0px auto;
	padding: 40px 40px 40px 40px;
	padding: 20px 20px 20px 20px;
	position: relative;
	overflow:hidden;
}
.pgc_service_cts_img {
	box-sizing: border-box;
	width: auto;
	max-width: 500px;
	margin:0px auto 15px auto;
	padding: 0px 0px 0px 0px;
	position: relative;
	overflow:hidden;
}
.pgc_service_cts_img img {
	max-width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0;
}
.pgc_service_cts_ttl {
	box-sizing: border-box;
	color: #333;
	width: 500px;
	width: 100%;
	font-size: 20px;
	text-align:center;
	font-weight: bold;
	line-height: 1.4em;
	margin:0px auto 0px auto;
	padding: 0px 0px 5px 0px;
	position: relative;
  display: inline-block;
  margin-bottom:35px;
  margin-bottom:25px;
}
.pgc_service_cts_ttl:before {
  content: '';
  position: absolute;
  bottom: -15px;
  bottom: -10px;
  display: inline-block;
  width: 40px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #00b4ff;
}
.pgc_service_cts_cp {
	box-sizing: border-box;
	color: #4d4d4d;
	font-size: 15px;
	text-align:left;
	font-weight: normal;
	line-height: 1.6em;
	margin:0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}

/* =回収可能な不用品の一例*/	
.pgc_service_exa_cts_ttl {
clear:both;
	box-sizing: border-box;
	width: auto;
	max-width: 1200px;
	color: #333;
	font-size: 18px;
	text-align:left;
	font-weight: bold;
	border-left: 4px solid #00b4ff;
	line-height: 1.6em;
	margin:0px 6% 20px 6%;
	padding: 0px 0px 0px 15px;
overflow:hidden;
}

.pgc_service_exa_cts0 {
	box-sizing: border-box;
	max-width: 1200px;
	margin:0px 6% 30px 6%;
	padding: 0px 0px 0px 0px;
	position: relative;
	overflow:hidden;
}	

.pgc_service_exa_cts {
	box-sizing: border-box;
	float:left;
	width: 380px;
	width: 48%;
	border: 1px solid #bbb;
	background-color:#fff;
	margin:0px 4% 15px 0;
	padding: 0px 0px 0px 0px;
	position: relative;
	overflow:hidden;
}
.pgc_service_exa_cts:nth-child(3n) {
	margin:0px 4% 15px 0;
}
.pgc_service_exa_cts:nth-child(2n) {
	margin:0px 0px 15px 0;
}
.pgc_service_exa_cts:nth-child(2n+1) {
	clear:both;
	float:left;
}


.pgc_service_exa_cts_box {
	box-sizing: border-box;
	margin:0px 0;
	padding: 10px 5px 15px 5px;
	position: relative;
	overflow:hidden;
}
.pgc_service_exa_cts_sttl {
	box-sizing: border-box;
	color: #333;
	font-size: 15px;
	text-align:center;
	font-weight: bold;
	line-height: 1.4em;
	margin:0px auto 10px auto;
	padding: 0px 0px 0px 0px;
}	
.pgc_service_exa_cts_img {
	box-sizing: border-box;
	width: auto;
	max-width: 300px;
	margin:0px auto 10px auto;
	padding: 0px 0px 0px 0px;
	position: relative;
	overflow:hidden;
}
.pgc_service_exa_cts_img img {
	max-width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0;
}
.pgc_service_exa_cts_cp {
	box-sizing: border-box;
	color: #333;
	font-size: 13px;
	text-align:left;
	font-weight: normal;
	line-height: 1.3em;
	margin:0px auto 0px auto;
	padding: 0px 2px 0px 5px;
}

/* =トップ、非鉄金属の買取の私たちのサービスから変更した分のみ記述 */			
.pgc_ourservice_cts001 {
	box-sizing: border-box;
	position: absolute;
	position: relative;
	width: 100%;
	height:auto;
	margin:0px auto 20px auto;
	margin:0px auto -55px auto;
	margin:0px auto -30px auto;
	padding: 110px 0px 70px 0px;
	padding: 80px 0px 0px 0px;
	background-image: linear-gradient(
	-45deg,
	#fef5f5 25%,
	#feedee 25%,
	#feedee 50%,
	#fef5f5 50%,
	#fef5f5 75%,
	#feedee 75%,
	#feedee
);
	background-size: 30px 30px;
	z-index: 10;
	top:-70px;
	top:-40px;
	overflow:hidden;
}		
.pgc_ourservice_cts01 {
	box-sizing: border-box;
	max-width: 1200px;
	text-align:center;
	text-align:left;
	padding: 0px 0 0px 0;
	margin:0px 6% 30px 6%;
	position: relative;
	z-index: 15;
}		
.pgc_ourservice {
	box-sizing: border-box;
	float:none;
	width: 370px;
	height: 330px;
	width: 90%;
	height: auto;
	background-color: #fff;
	padding: 0px 0px 15px 0px;
	margin:0px auto 50px auto;
	position: relative;
}								
.pgc_ourservice:nth-child(3n) {
	padding: 0px 0px 20px 0px;
	margin:0px auto 50px auto;
}	
.pgc_ourservice:last-of-type {
	background-color: transparent;
}

.pgc_ourservice:nth-child(6) {
display:none;
	padding: 0px 0px 20px 0px;
	margin:0px auto 60px auto;
}

.pgc_ourservice_no {
box-sizing: border-box;
float:none;
width: 60px;
height:60px;
width: 50px;
height:50px;
width: 42px;
height:42px;
	margin: -20px auto 0px auto;
	margin: 0px auto 0px auto;
	margin: 0px 10px 0px 0;
	padding: 0px 0 0px 0px;
	position: relative;
	position: absolute;
	z-index: 20;
	top:-15px;
	top:-5px;
	left:-10px;
}
.pgc_ourservice_no img {
	max-width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0;
}

.pgc_ourservice_cts {
	box-sizing: border-box;
	margin:-20px 0px 0px 0;
	margin:-30px 0px 0px 0;
	padding: 0px 10px 0px 10px;
	position: relative;
	z-index: 15;
}				
.pgc_ourservice_cts_img {
float:right;
	box-sizing: border-box;
	width: auto;
	max-width: 300px;
	max-width: 200px;
	max-width: 150px;
	width: 40%;
	margin:0px auto 10px auto;
	padding: 0px 10px 0px 10px;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
	position: relative;
	right:-10px;
}			
.pgc_ourservice_cts_img img {
	max-width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0;
}				
.pgc_ourservice_cts_ttl {
	box-sizing: border-box;
	float:left;
	width: 55%;
color: #333;
	font-size: 16px;
	text-align:center;
	text-align:left;
	font-weight: bold;
	line-height: 1.4em;
	margin:0px auto 10px auto;
	padding: 12px 0px 0px 35px;
	overflow:hidden;
}		
.pgc_ourservice_cts_cp {
	box-sizing: border-box;
	clear:both;
color: #333;
	font-size: 15px;
	text-align:left;
	font-weight: normal;
	line-height: 1.56em;
	margin:0px auto 0px auto;
	padding: 0px 0px 0px 10px;
	overflow:hidden;
}

.pgc_ourservice_cts_Illust {
	box-sizing: border-box;
	width: auto;
	max-width: 200px;
	margin:0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}			
.pgc_ourservice_cts_Illust img {
	max-width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0;
}

/* =利用料金*/	
.pgc_price_cts {
	box-sizing: border-box;
	position: absolute;
	position: relative;
	width: 100%;
	height:auto;
	margin:0px auto 60px auto;
	padding: 50px 0px 30px 0px;
	background-image: linear-gradient(
	-45deg,
	#fff9f0 25%,
	#fff6e8 25%,
	#fff6e8 50%,
	#fff9f0 50%,
	#fff9f0 75%,
	#fff6e8 75%,
	#fff6e8
);
	background-size: 30px 30px;
	z-index: 10;
	top:0px;
overflow:hidden;
z-index: 10;
}	
							
	
h2.pgc_price_ttl {
	box-sizing: border-box;
	width: 360px;
	height: 84px;
	width: 252px;
	height: 58px;
	font-size: 40px;
	font-size: 30px;
	color: #fff;
	text-align:center;
	font-weight: bold;
	line-height: 1.3em;
	letter-spacing: 0.0em;
	background: url(images/pg_collect_price_ttl_bk.png) center center no-repeat;
	background-size: 360px;
	background-size: 252px;
	padding: 14px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	border-bottom: solid 0px #aaaaaa;
	margin:0px auto 20px auto;
	position: relative;
}						

.pgc_price_cts_box {
	box-sizing: border-box;
	max-width: 1080px;
	padding: 0px 0px 0px 0px;
	margin:0px 6% 0px 6%;
	position: relative;
	overflow:hidden;
}	

.pgc_price_cp0 {
box-sizing: border-box;
max-width: 880px;
max-width: 600px;
	padding: 0px 0px 0px 0px;
	margin:20px auto 50px auto;
	position: relative;
}
	
.pgc_price_cp {
	box-sizing: border-box;
	font-size: 15px;
	color: #333;
	text-align:center;
	font-weight: normal;
	line-height: 1.6em;
	letter-spacing: 0.0em;
	padding: 0px 5% 0px 5%;
	margin:0px auto 0px auto;
	position: relative;
}	
.pgc_price_cp_icn1 {
	box-sizing: border-box;
	width: 32px;
	padding: 0px 0px 0px 0px;
	margin:0px 0 0px0;
	position: relative;
	position: absolute;
	left:0px;
	top:-15px;
}			
.pgc_price_cp_icn2 {
	box-sizing: border-box;
	width: 32px;
	padding: 0px 0px 0px 0px;
	margin:0px 0 0px0;
	position: relative;
	position: absolute;
	right:0px;
	top:-15px;
}

h3.pgc_price_sttl {
	box-sizing: border-box;
	font-size: 18px;
	color: #333;
	text-align:left;
	font-weight: bold;
	line-height: 1.3em;
	letter-spacing: 0.0em;
	border-left: solid 4px #ffa000;
	margin:0px 0 15px 0;
	padding: 5px 0px 5px 12px;
	position: relative;
	overflow:hidden;
}

/* =利用料金 テーブル ----------- */	
.pgctable {
box-sizing: border-box;
width: 1080px;
width: 680px;
width: auto;
margin: 0px auto 30px auto;
padding: 0px 0px 0px 0px;
overflow: auto;
}
.table-scroll {
	overflow-x: scroll;
}
.pgctable table {
box-sizing: border-box;
	width: 100%;
	width: 700px;
	margin: 0 0 10px 0px;
	border: 1px solid #cccccc;
	border-collapse: collapse;
	color: #4d4d4d;
	line-height: 1.5;
	font-weight: normal;
	background: #fff;
	font-size: 14px;
	text-align: left;
	word-wrap:break-word;	
}		
.pgctable table th {
box-sizing: border-box;
	padding: 10px 5px 10px 5px;
	border: 1px solid #cccccc;
	color: #4d4d4d;
	background: #ffeccc;
	font-weight: bold;
	line-height: 1.5;
	font-size: 14px;
	text-align: center;
	letter-spacing: 0em;
	word-wrap:break-word;
}

.pgctable table tr:nth-child(odd) td {
	background: #fffbf5;
	background: #fafafa;
}
.pgctable table td {
box-sizing: border-box;
	color: #333333;
	vertical-align: middle;
	text-align: center;
	font-weight: normal;
	line-height: 1.5;
	border: 1px solid #cccccc;
	padding: 10px 5px 10px 5px;
	word-wrap:break-word;
}			
.pgctable table td:first-of-type {
box-sizing: border-box;
	width: 340px;
	width: 160px;
	color: #4d4d4d;
	font-size: 15px;
	vertical-align: middle;
	text-align: center;
	text-align: left;
	font-weight: bold;
	line-height: 1.5;
	border: 1px solid #cccccc;
	padding: 10px 15px 10px 15px;
	word-wrap:break-word;
}
.pgctable table td:nth-child(2) {
box-sizing: border-box;
	width: 270px;
	width: 150px;
	color: #e6002d;
	font-size: 16px;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
	border: 1px solid #cccccc;
	padding: 10px 10px 10px 10px;
	word-wrap:break-word;
}
.pgctable table td:last-of-type {
box-sizing: border-box;
	color: #333333;
	vertical-align: middle;
	text-align: left;
	font-weight: normal;
	line-height: 1.5;
	border: 1px solid #cccccc;
	padding: 10px 10px 10px 15px;
	word-wrap:break-word;
}
		
		
/* ご依頼の流れ */
.pgc_process_ttl0 {
	box-sizing: border-box;
	max-width: 360px;
	max-width: 240px;
	text-align:center;
	text-align:left;
	padding: 0px 0 0px 0;
	margin:0px auto 10px auto;
	position: relative;
	z-index: 20;
}			
.pgc_process_ttl1 {
	box-sizing: border-box;
	float:left;
	width: 200px;
	width: 120px;
	color: #333;
	font-size: 50px;
	font-size: 32px;
	text-align:left;
	font-weight: bold;
	letter-spacing: 0.0em;
	padding: 10px 0px 0px 0px;
	margin:0px 4px 0px 0;
	position: relative;
}							
.pgc_process_ttl1 span {
	font-size: 40px;
	font-size: 22px;
}					
h2.pgc_process_ttl2 {
	clear:none;
	box-sizing: border-box;
	float:left;
	width: 152px;
	height: 98px;
	width: 108px;
	height: 70px;
	color: #fff;
	font-size: 50px;
	font-size: 32px;
	text-align:left;
	font-weight: bold;
	letter-spacing: 0.0em;
	background: url(images/pg_process_ttl_bk.svg) center center no-repeat;
	background-size: 152px;
	background-size: 108px;
	padding: 38px 0px 0px 15px;
	padding: 10px 0px 0px 15px;
	margin:0px 0px 0px 0;
	border-bottom: solid 0px #aaaaaa;
	position: relative;
}							
.pgc_process_ttl_icn {
	box-sizing: border-box;
	width: 54px;
	margin: 0 0 0 0;
	padding: 0px 0 0px 0px;
	position: absolute;
	left:-45px;
	top:-15px;
}						


.pgc_process_cts {
	box-sizing: border-box;
	width: 90%;
	width: autp;
	min-width: 1200px;
	min-width: initial; 
	margin: 0px 6% 50px 6%;
	padding: 30px 0 0px 0px;
	overflow:hidden;
	position: relative;
	border-bottom: 1px solid #f01e28;
}

.pgc_process_cts_box {
	box-sizing: border-box;
	float:left;
	width: 24%;
	width: 48%;
	margin: 0 4% 30px 0;
	padding: 0px 0 0px 0px;
	overflow:hidden;
	position: relative;
}
.pgc_process_cts_box:nth-child(2n) {
	margin:0px 0px 30px 0;
}
.pgc_process_cts_box:nth-child(4n) {
	margin:0px 0px 30px 0;
}
.pgc_process_cts_box:nth-child(2n+1) {
	clear:both;
	float:left;
}

.pgc_process_cts_img {
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 0px 0 0px 0px;
	overflow:hidden;
	position: relative;
	z-index: 20;
}
.pgc_process_cts_img img {
	max-width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0;
}	

.pgc_process_cts_area {
	box-sizing: border-box;
	padding: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	margin:0px auto 0px auto;
position: relative;
z-index: 25;
}

.pgc_process_cts_sttl0 {
	box-sizing: border-box;
	padding: 0px 0px 0px 0px;
	margin:-12px auto 20px auto;
	margin:-30px auto 8px auto;
	overflow:hidden;
position: relative;
z-index: 30;
}
.pgc_process_cts_no {
	box-sizing: border-box;
	float:none;
	width: 50px;
	width: 30px;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0;
	overflow:hidden;
position: relative;
}
.pgc_process_cts_no img {
	max-width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0;
}

.pgc_process_cts_sttl {
	box-sizing: border-box;
	float:none;
color: #333;
	font-size: 16px;
	text-align:left;
	font-weight: bold;
	letter-spacing: 0.0em;
	line-height: 1.3em;
	margin: 0 auto 0 auto;
	padding: 22px 0 0px 0px;
	padding: 12px 0 0px 0px;
	position: relative;
}

.pgc_process_cts_cp0 {
clear:both;
	box-sizing: border-box;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin:0px auto 0px auto;
	overflow:hidden;
position: relative;
}
.pgc_process_cts_cp {
	box-sizing: border-box;
	width: 100%;
	color: #333;
	font-size: 14px;
	text-align:left;
	font-weight: normal;
	letter-spacing: 0.0em;
	line-height: 1.6em;
	margin: 0 0 0 0;
	padding: 0px 5px 0px 0px;
	position: relative;
}
.pgc_process_cts_cp2 {
	box-sizing: border-box;
	width: 100%;
	color: #333;
	font-size: 14px;
	text-align:left;
	font-weight: normal;
	letter-spacing: 0.0em;
	line-height: 1.6em;
	margin: 0 0 0 0;
	padding: 0px 5px 0px 0px;
	position: relative;
}
.pgc_process_cts_cp_ya {
display:none;
box-sizing: border-box;
position: absolute;
	width: 22px;
	height: 52px;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0;
	overflow:hidden;
	right:0px;
	top:0px;
}
.pgc_process_cts_cp_ya img {
	max-width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0;
}			

/* =不用品回収･片付けサービス店舗情報 */				
.pgc_tenpo0 {
	box-sizing: border-box;
	max-width: 1200px;
	min-width: initial; 
	max-width: 600px;
	position: relative;
	margin:0px auto 50px auto;
	margin:0px 6% 20px 6%;
	padding: 0px 0px 0px 0px;
	border: 1px solid #3498db;
	overflow:hidden;
	z-index: 20;
}		
.pgc_tenpo_cts {
	box-sizing: border-box;
	max-width: 340px;
	margin:0px auto 0px auto;
	padding: 20px 25px 10px 25px;
	padding: 30px 30px 30px 30px;
	padding: 20px 20px 20px 20px;
	overflow:hidden;
	z-index: 20;
}				
										
.pgc_tenpo {
	box-sizing: border-box;
float:left;
	float:none;
	float:left;
	width: 47%;
	position: relative;
	margin:0px 4% 5px 0;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}					
.pgc_tenpo_name {
	box-sizing: border-box;
	width: 370px;
	width: auto;
	max-width: 282px;
	max-width: 300px;
	color: #333333;
	font-size: 16px;
	background-color: #f3f3f3;
	text-align:center;
	line-height: 1.4;
	font-weight: bold;
	letter-spacing: 0.0em;
	border-bottom: 1px solid #c9c9c9;
	margin:0px auto 15px auto;
	margin:0px auto 10px auto;
	margin:0px auto 8px auto;
	padding: 5px 0px 5px 0px;
	margin:0px auto 4px auto;
	padding: 3px 0px 3px 0px;
	overflow:hidden;
}			
.pgc_tenpo_tel {
	box-sizing: border-box;
	width: 280px;
	width: 200px;
	width: 100%;
	text-align:center;
	line-height: 1.6;
	margin:0px auto 5px auto;
	margin:0px auto 7px auto;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}			
.pgc_tenpo_tel img {
	max-width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0;
}				
.pgc_tenpo_tel a:hover img {
opacity: 1.00;
filter: alpha(opacity=100);
-moz-opacity: 1.00;
-ms-filter: "alpha(opacity=100)";
}			

.pgc_tenpo_telm {
	box-sizing: border-box;
	width: 280px;
	width: 300px;
	width: 100%;
	text-align:center;
	line-height: 1.6;
	margin:0px auto 5px auto;
	margin:0px auto 5px auto;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}			
.pgc_tenpo_telm img {
	max-width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0;
}				
.pgc_tenpo_telm a:hover img {
opacity: 1.00;
filter: alpha(opacity=100);
-moz-opacity: 1.00;
-ms-filter: "alpha(opacity=100)";
}		
		
.pgc_tenpo_cp {
	box-sizing: border-box;
	width: 370px;
	width: auto;
	max-width: 282px;
	color: #333;
	font-size: 12px;
	text-align:center;
	line-height: 1.6;
	font-weight: normal;
	letter-spacing: 0.0em;
	margin:0px auto 5px auto;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}				
.pgc_tenpo_cp2 {
display:none;
}			
.pgc_tenpo_gaikan {
	box-sizing: border-box;
	float:none;
	float:left;
	box-sizing: border-box;
	width: 47%;
	max-width: 282px;
	margin:0px auto 5px auto;
	padding: 5px 35px 10px 35px;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}
.pgc_tenpo_gaikan img {
	max-width: 100%;
	height: auto;
	height: 110px;
	padding: 0px 0px 0px 0px !important;
	margin:0px 0px 0px 0 !important;
}	
				
.pgc_tenpo_map {
clear:both;
	box-sizing: border-box;
	float:left;
	max-width: 282px;
	width: 47%;
	height: 140px;
	height: 50px;
	margin:0px auto 4px auto;
	margin:0px 4% 0px 0;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}				
.pgc_tenpo_map iframe {
	padding: 0px 0px 0px 0px !important;
	margin:0px 0px 0px 0 !important;
}				
.pgc_tenpo_cp3 {
display:block;
	box-sizing: border-box;
	float:left;
	width: 47%;
	color: #333;
	font-size: 14px;
	text-align:center;
	text-align:left;
	line-height: 1.5;
	font-weight: normal;
	letter-spacing: 0.0em;
	margin:0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}	

/* =お問い合わせページ
----------------------------------------------- */
/* =あんしん丁寧な対応 追加分 */
.ctt_pg_ttl0 {
	margin:0px auto 0px auto;
	margin:-40px auto 0px auto;
	padding: 90px 0px 0px 0px;
	padding: 70px 0px 0px 0px;
	overflow:hidden;
}								

	
/* =お電話等各タイトル部 */			
.pg_ctt_tel_ttl {
	box-sizing: border-box;
	width: 200px;
	color: #333;
	font-size: 32px;
	font-size: 18px;
	text-align:center;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 0.0em;
	padding: 10px 0px 10px 0px;
	margin:-35px auto -5px auto;
	position: relative;
	z-index: 20;
}			
.pg_ctt_tel_ttl:before {
  content: "";
  position: absolute;
top: -8px;
top: -14px;
top: -10px;
top: 0px;
  left: 50%;
	width: 140px;
	width: 100px;
	width: 80px;
	height: 58px;
	height: 90px;
	height: 40px;
  border-radius: 50%;
  border: 3px solid #5dade2;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.pg_ctt_line_ttl {
	box-sizing: border-box;
	width: 200px;
	color: #333;
	font-size: 32px;
	font-size: 18px;
	text-align:center;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 0.0em;
	padding: 10px 0px 10px 0px;
	margin:-5px auto 20px auto;
	position: relative;
	z-index: 20;
}			
.pg_ctt_line_ttl:before {
  content: "";
  position: absolute;
top: -8px;
top: -14px;
top: -10px;
top: -4px;
  left: 50%;
	width: 140px;
	width: 80px;
	height: 58px;
	height: 90px;
	height: 40px;
	height: 56px;
  border-radius: 50%;
  border: 3px solid #33c733;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.pg_ctt_form_ttl {
	box-sizing: border-box;
	width: 200px;
	color: #333;
	font-size: 32px;
	font-size: 18px;
	text-align:center;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 0.0em;
	padding: 10px 0px 10px 0px;
	margin:0px auto 10px auto;
	position: relative;
	z-index: 20;
}			
.pg_ctt_form_ttl:before {
  content: "";
  position: absolute;
top: -8px;
top: -14px;
top: -10px;
top: 0px;
  left: 50%;
	width: 140px;
	width: 80px;
	height: 58px;
	height: 90px;
	height: 40px;
  border-radius: 50%;
  border: 3px solid #ff9b33;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}


/* お電話から　 トップ店舗情報を元にセレクタ変更 最後に_cttを追加 */				
.ctt_tenpo0_ctt {
	box-sizing: border-box;
	min-width: initial; 
	max-width: 440px;
	max-width: 580px;
	width: auto;
	position: relative;
	margin:0px 6% 30px 6%;
	margin:0px 8% 10px 8%;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
	z-index: 20;
}				
.ctt_tenpo1_ctt {
	box-sizing: border-box;
	float:left;
	float:none;
	width: 920px;
	width: auto;
	position: relative;
	margin:0px auto 15px auto;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
	z-index: 20;
}				
.ctt_tenpo2_ctt {
	box-sizing: border-box;
	float:left;
	float:none;
	width: 320px;
	width: auto;
	position: relative;
	margin:0px 0 0px 0;
	margin:0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
	z-index: 20;
}

.ctt_tenpo_svsttl_ctt {
	box-sizing: border-box;
	color: #f01e28;
	font-size: 17px;
	text-align:left;
	font-weight: bold;
	letter-spacing: 0.0em;
	padding: 0px 0px 0px 19px;
	margin:0px 0 0px 0;
	position: relative;
	overflow:hidden;
	z-index: 30;
}			
.ctt_tenpo1_cts_ctt {
	box-sizing: border-box;
	width: 920px;
	width: 100%;
	height:650px;
	height:auto;
	border-top: 16px solid #e0f1ff;
	border-left: 1px solid #71b7e6;
	border-right: 1px solid #71b7e6;
	border-bottom: 1px solid #71b7e6;
	background-color: #fff;
	position: relative;
	margin:-16px auto 0px auto;
	padding: 0px 30px 0px 30px;
	overflow:hidden;
	z-index: 20;
}		
.ctt_tenpo2_cts_ctt {
	box-sizing: border-box;
	width: 440px;
	height:650px;
	height:auto;
	width: 100%;
	border-top: 16px solid #e0f1ff;
	border-left: 1px solid #71b7e6;
	border-right: 1px solid #71b7e6;
	border-bottom: 1px solid #71b7e6;
	background-color: #fff;
	position: relative;
	margin:-16px auto 0px auto;
	padding: 0px 0px 0px 0px;
	padding: 0px 30px 0px 30px;
	overflow:hidden;
	z-index: 20;
}				

.ctt_tenpo1_box_ctt {
	box-sizing: border-box;
	width: 884px;
	width: auto;
	max-width: 320px;
	position: relative;
	margin:0px auto 0px auto;
	padding: 15px 0px 10px 0px;
	overflow:hidden;
}				
.ctt_tenpo2_box_ctt {
	box-sizing: border-box;
	width: 282px;
	width: auto;
	max-width:320px;
	position: relative;
	margin:0px auto 0px auto;
	padding: 15px 0px 10px 0px;
	overflow:hidden;
}				
				
.ctt_tenpo1_tnpo1_ctt {
	box-sizing: border-box;
	float:left;
	float:none;
	width: auto;
	max-width:320px;
	position: relative;
	margin:0px auto 5px auto;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}					
.ctt_tenpo1_tnpo2_ctt {
	box-sizing: border-box;
	width: auto;
	max-width: 320px;
	position: relative;
	margin:0px 0px 0px 0;
	margin:0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}			
.ctt_tenpo2_tnpo_ctt {
	box-sizing: border-box;
	width: auto;
	max-width: 320px;
	position: relative;
	margin:0px 0px 0px 0;
	margin:0px auto 5px auto;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}		

.ctt_tenpo_name_ctt {
	box-sizing: border-box;
	float:left;
	width: 35%;
	color: #333333;
	font-size: 15px;
	background-color: #f3f3f3;
	background-color: #fff;
	text-align:center;
	line-height: 1.4;
	font-weight: bold;
	letter-spacing: 0.0em;
	border-bottom: 1px solid #c9c9c9;
	border: 1px solid #ccc;
	margin:0px auto 15px auto;
	margin:0px 4% 0px 0;
	padding: 4px 2px 4px 2px;
	overflow:hidden;
}			
.ctt_tenpo_tel_ctt {
	box-sizing: border-box;
	float:left;
	width: 220px;
	width: 150px;
	width: 60%;
	text-align:center;
	text-align:left;
	line-height: 1.6;
	margin:0px auto 0px auto;
	padding: 3px 0px 0px 0px;
	overflow:hidden;
}			
.ctt_tenpo_tel_ctt img {
	max-width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0;
}				
.ctt_tenpo_tel_ctt a:hover img {
opacity: 1.00;
filter: alpha(opacity=100);
-moz-opacity: 1.00;
-ms-filter: "alpha(opacity=100)";
}			
				
.ctt_tenpo_cp_ctt {
	box-sizing: border-box;
	clear:both;
	width: auto;
	max-width: 282px;
	color: #333;
	font-size: 13px;
	text-align:center;
	line-height: 1.6;
	font-weight: normal;
	letter-spacing: 0.0em;
	margin:0px auto 10px auto;
	padding: 1px 0px 0px 0px;
	overflow:hidden;
}

/* LINEから */
.pg_cct_sttl0 {
	clear:both;
	box-sizing: border-box;
	width: 1100px;
	width: auto;
	max-width: 600px;
	margin: 0px auto 25px auto;
	margin: 0px 6% 20px 6%;
	padding: 30px 0 0px 0px;
	display: flex; /* 見出しと線を横並びにする */
	align-items: center; /* 線の縦位置中央 */
	overflow:hidden;
	position: relative;
}				
.pg_cct_sttl{
	clear:both;
	box-sizing: border-box;
	color: #333;
	font-size: 13px;
	text-align:center;
	font-weight: normal;
	line-height: 1.5em;
	margin: 0 auto 0px auto;
	padding: 0px 0 0px 0px;
	overflow:hidden;
}	
.pg_cct_sttl0:before,		
.pg_cct_sttl0:after {
	content: "";
    height: 1px; /* 線の高さ */
    flex-grow: 1; /* 横幅いっぱい */
	background-color: #53bb4d;
}			
.pg_cct_sttl0:before {
	margin-right: 5px; /* 文字との余白 */
}	
.pg_cct_sttl0:after {
	margin-left: 5px; /* 文字との余白 */
}			


.pg_cct_sttls{
	clear:both;
	box-sizing: border-box;
	color: #333;
	font-size: 14px;
	text-align:center;
	font-weight: normal;
	line-height: 1.4em;
	margin: 0 auto 15px auto;
	padding: 0px 0 0px 0px;
	overflow:hidden;
}

.pg_ctt_line_cts0 {
	box-sizing: border-box;
	max-width: 1100px;
	max-width: 600px;
	margin: 0px 8% 20px 8%;
	border: 1px solid #53bb4d;
	border: 1px solid #7ecc7a;
	padding: 15px 0 20px 0px;
	background-color: #f9f9f9;
	background-color: #f7fcf5;
	background-color: #fcfcfc;
	overflow:hidden;
}	
.pg_ctt_line_cts {
	box-sizing: border-box;
	max-width: 580px;
	max-width: 620px;
	max-width: 600px;
	margin: 0px 9% 0px 9%;
	padding: 0px 0 0px 0px;
	overflow:hidden;
	position: relative;
}	
.pg_ctt_line_cts  img {
	max-width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0;
}			

.pg_ctt_line_logo {
display:none;
	float:left;
	box-sizing: border-box;
	width: 190px;
	width: 46%;
	margin: 0px 0px 0px 0;
	padding: 2px 0 0px 0px;
	overflow:hidden;
	position: relative;
}	

.pg_ctt_line_logo_ttl {
	box-sizing: border-box;
	width: 120px;
	margin: 0px auto 0px auto;
	padding: 0px 0 0px 0px;
	overflow:hidden;
}	
.pg_ctt_line_logo_ttl  img {
	max-width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0;
}	

.pg_ctt_line_bn {
	float:left;
	float:none;
	float:right;
	float:none;
	box-sizing: border-box;
	width: 180px;
	width: 150px;
	margin: 0px auto 5px auto;
	padding: 0px 0 0px 0px;
	overflow:hidden;
	position: relative;
}	
.pg_ctt_line_qr {
display:none;
	float:left;
	float:none;
	box-sizing: border-box;
	position: absolute;
	width: 100px;
	width: 38%;
	max-width: 120px;
	margin: 0px 0px 0px 0;
	padding: 0px 0 0px 0px;
	overflow:hidden;
	right:5px;
	top:2px;
}	

.pg_cct_box_kei {
	clear:both;
	box-sizing: border-box;
	width: 1100px;
	width: auto;
	max-width: 600px;
	height: 1px;
	background-color: #53bb4d;
	margin: 30px auto 30px auto;
	margin: 0px 6% 10px 6%;
	padding: 0px 0 0px 0px;
	overflow:hidden;
	position: relative;
}	

/* フォームから */
.ctt_form_cts {
	box-sizing: border-box;
	position: absolute;
	position: relative;
	width: 100%;
	height:auto;
	margin:0px auto 55px auto;
	margin:0px auto 35px auto;
	margin:0px auto 25px auto;
	padding: 30px 0px 50px 0px;
	background-image: linear-gradient(
	-45deg,
	#fff4e0 25%,
	#ffeed1 25%,
	#ffeed1 50%,
	#fff4e0 50%,
	#fff4e0 75%,
	#ffeed1 75%,
	#ffeed1
);
	background-size: 30px 30px;
	top:-75px;
	top:0px;
overflow:hidden;
z-index: 10;
}		

.ctt_form_cts_box {
	box-sizing: border-box;
	max-width: 1100px;
	background-color: #fff;
	margin: 0px 6% 0px 6%;
	padding: 15px 0 20px 0px;
	overflow:hidden;
}	

.ctt_mail_form {
max-width: 900px;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
overflow:hidden;
}
/* フォーム */
.ctt_form {
	background: #fff;
	background: none;
    clear: both;
    max-width: 900px;
	margin:0px auto 30px auto;
	margin:0px auto 10px auto;
	margin:0px 5% 5px 5%;
	padding: 25px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    text-align:left !important;
    overflow:hidden;
}
table#fom {
	box-sizing: border-box;
	width: 100%;
	margin: 0 0 10px;
	margin: 0em auto 1.0em;
	border: 0px solid #ccc;
	border-collapse: collapse;
	color: #333;
	line-height: 1.5;
	font-weight: normal;
	font-size: 15px;
	text-align: left;
	word-break:break-all;	
}
table#fom td {
	box-sizing: border-box;
	float:left;
		clear: both;
		width: 100%;
	box-sizing: border-box;
	font-size: 15px;
    color: #333;
	padding: 10px 10px 10px 10px;
	padding: 5px 10px 5px 10px;
	line-height: 1.5;
	vertical-align: middle;
	word-break:break-all;
}

table#fom td.fom1 {
		float:left;
		clear: both;
		float:left;
	box-sizing: border-box;
		width: 240px;
		width: 100%;
	text-align: left;
	font-size: 15px;
	line-height: 1.5;
	vertical-align: middle;
	vertical-align: top;
	font-weight: normal;
	background-color: #fff;
	border: 0px solid #498ee0;
	border-top: 1px solid #ffad33;
	border-bottom: 0px solid #ffad33;
	padding: 15px 10px 8px 10px;
	padding: 10px 10px 5px 10px;
}

.cell_margin {
	width: 20px !important;
		width: 2% !important;
  margin: 0 !important;
	padding: 0 !important;
	border: 0px !important;
}

table#fom td.fom2 {
		float:left;
		 clear: both;
	box-sizing: border-box;
		width: 640px;
		width: 100%;
	font-size: 15px;
	text-align: left;
	line-height: 1.5;
	vertical-align: middle;
	font-weight: normal;
	border: 0px solid #aaaaaa;
	border-top: 0px solid #ffad33;
	border-bottom: 0px solid #ffad33;
	padding: 0px 10px 15px 10px;
}
table#fom td p {
	margin-bottom: 10px;
}
table#fom td a {
	text-decoration: none;
	font-weight: normal; 
}
table#fom td a:hover {
	color: #e8383a;
	text-decoration: none;
	font-weight: normal; 
}

.ctt_mail_form .form_txt {
 		box-sizing: border-box;
		width: 900px;
		width: 90%;
  margin: 0 5% 10px 5%;
  color: #333;
	font-size: 14px;
	line-height: 1.5;
	text-align: right;
	padding: 0px 0px 0px 0px;
}
.red {
	color: #e6002d;
}

.mw_wp_form_input .fom-txt0 {
	display: block;
}
.mw_wp_form_confirm .fom-txt0 {
	display: none;
}
.mw_wp_form_complete .fom-txt0 {
	display: none;
}
.mw_wp_form_input .fom-txt {
	display: none;
}

.mw_wp_form_input .form_txt0 .center {
display: inline-block;
  width: 900px;
  width: auto;
  margin: 0 6% 2px 6%;
  color: #333;
	font-size: 15x;
	line-height: 1.5;
	text-align: center;
	text-align: left;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}
.mw_wp_form_input .form_txt0 .center a {
color: #000;
text-decoration: underline;
}
.mw_wp_form_input .form_txt0 .center a:hover {
	color: #f01e28;
	text-decoration: underline;
}

.mw_wp_form_confirm  .form_txt0 .center {
display: none;
}

.mw_wp_form_input .form_txt0 .left {
display: inline-block;
  width: 900px;
  width: auto;
  max-width: 400px;
  margin: 0 auto 8px auto;
  color: #333;
	font-size: 16x;
	line-height: 1.7;
	text-align: left;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}
.mw_wp_form_input .form_txt0 .left a {
color: #000;
text-decoration: underline;
}
.mw_wp_form_input .form_txt0 .left a:hover {
	color: #f01e28;
	text-decoration: underline;
}

.mw_wp_form_confirm  .form_txt0 .left {
display: none;
}

.mw_wp_form_input .form_txt1 .center {
display: inline-block;
display: block;
  width: 900px;
  width: auto;
  max-width: 500px;
  margin: 0 auto 8px auto;
  color: #333;
	font-size: 16px;
	line-height: 1.7;
	text-align: center;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}

.mw_wp_form_confirm  .form_txt1 .center {
display: none;
}


.mw_wp_form_confirm .fom-txt {
	display: block;
	font-weight:bold;
	text-align: center;
	line-height: 1.5em;
	padding: 0px 0px 0px 0px;
	margin: 0em auto 1.0em auto;
}
.mw_wp_form_complete .fom-txt {
	display: none;
}
.fom-bn {
	width:auto;
	text-align:center;
	padding: 0px 0px 0px 0px;
	margin: 0em auto 1.0em auto;
	margin: 0em auto 0.5em auto;
}
.fbn {
	border:1px solid #B3B3B3;
	padding:10px 20px !important;
	font-size: 17px;
	background-color:#F2F2F2;
	text-align:center;
	color:#333333;
	font-weight:bold;
	font-weight:normal;
	margin: 0 8px;
}
.fbn:hover {
	background-color: #fef5e6;
}

.fom-bn > button > i {
	position: absolute;
	right: 8px;
	top: 50%;
	margin-top: -10px;
	font-size: 18px;
	color: #aaa;
	color: #ffac49;
}

table#fom input {
	font-size: 15px;
	line-height: 1.5em;
	border: 1px solid #ccc;
	background: #f9f9f9;
}
input.w50 {
	width:50px;
	width:95%;
	font-size: 1em;
	line-height: 1.5em;
}
input.w80 {
	width:80px;
	width:95%;
	font-size: 1em;
	line-height: 1.5em;
}
input.w100 {
	width:100px;
	width:95%;
	font-size: 1em;
	line-height: 1.5em;
}
input.w150 {
	width:150px;
	width:95%;
	font-size: 1em;
	line-height: 1.5em;
}
input.w310 {
	width:310px;
	width:95%;
	font-size: 1em;
	line-height: 1.5em;
}
input.w400 {
	width:400px;
	width:95%;
	font-size: 1em;
	line-height: 1.5em;
}
input.w500 {
	width:500px;
	width:95%;
	font-size: 1em;
	line-height: 1.5em;
}
input.w580 {
	width:580px;
	width:95%;
	font-size: 1em;
	line-height: 1.5em;
}
input.w600 {
	width:600px;
	width:95%;
	font-size: 1em;
	line-height: 1.5em;
}
input.w640 {
	width:640px;
	width:95%;
	font-size: 1em;
	line-height: 1.5em;
}
table#fom textarea {
width:97%;
 width:95%;
height: 255px;
height: 120px;
font-size: 15px;
line-height: 1.5em;
color:#333 !important;
	border: 1px solid #ccc;
	background: #f9f9f9;
}
.fcomplete{
    width: 1000px;
	width: 100%;
	margin: 250px auto 300px;
	margin: 50px auto 50px;
}

.fmcmp {
	font-size: 16px;
	color: #f01e28;
	font-weight:bold;
	padding: 20px 0px 0px 0px;
	margin: 20px 0 2.5em 0;
}

.fcomplete0 {
    max-width: 1000px;
	margin: 250px auto 300px;
	margin: 50px auto 100px;
}
.fmcmp0 {
	font-size: 18px;
	color: #f01e28;
	font-weight:bold;
	text-align:center;
	padding: 20px 0px 0px 0px;
	margin: 20px 0 20px 0;
	padding: 0px 0px 0px 0px;
	margin: 0px 0 50px 0;
}

.fmcmp_cp {
	width:auto;
	font-size: 15px;
	line-height: 1.6em;
	padding: 0px 0px 0px 0px;
	margin: 0 0px 1.5em 0;
}

.rec-formcp {
	width:auto;
	font-size: 14px;
	line-height: 1.5em;
	padding: 0px 0px 0px 0px;
	margin: 0 0px 1.5em 0;
}

.fom-cp0 {
	padding: 0px 0px 0px 0px;
	margin: 0 0 10px 0;
	overflow: hidden;
}
.fom-cp {
	float: left;
	font-size: 14px;
	color: #333;
	line-height: 1.4em;
	padding: 0px 0px 0px 0px;
	margin: 0 0 0px 0;
}

.fom-hs {
	float: right;
	font-size: 14px;
	color: #333;
	text-align:right;
	line-height: 1.4em;
	padding: 0px 0px 0px 0px;
	margin: 0 0 0px 0;
}
.requiredColor{
    margin-left: 3px;
    color: #dc0012;
}
input[type=submit]{
	background: #eee;
	background: #f9f9f9f;
    width: 110px;
    height: 30px;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 35px;
    font-size: 14px;
    font-weight: bold;
    line-height: 35px;
    border-style: none;
	border: 1px solid #bbb;
	border: 1px solid #ccc;
}

/* reCAPTCHAマークをずらして表示 */
.grecaptcha-badge {
	bottom: 80px !important ;
	z-index: 99999;
  position: relative;
}




/* =個人情報保護方針
----------------------------------------------- */		
.pg_cct_policy_cts {
display:none;
	clear:both;
	box-sizing: border-box;
	width: 1100px;
	width: auto;
	max-width: 600px;
	background-color: #fff9f2;
	margin: 0px 4% 0px 4%;
	padding: 35px 0 20px 0px;
	overflow:hidden;
	position: relative;
}	
.pg_cct_policy_cts_sp {
display:block;
	margin: 0px auto 0px auto;
	padding: 0px 0 0px 0px;
	overflow:hidden;
	position: relative;
}	
.pg_cct_policy_cts2 {
	clear:both;
	box-sizing: border-box;
	width: 1100px;
	width: auto;
	max-width: 600px;
	background-color: #fff9f2;
	background-color: #fff;
	margin: 0px 4% 0px 4%;
	margin: 0px 2% 0px 2%;
	padding: 35px 0 30px 0px;
	padding: 25px 0 30px 0px;
	padding: 5px 0 0px 0px;
	overflow:hidden;
	position: relative;
}
.pg_cct_policy_cts_box {
	box-sizing: border-box;
	width: 1000px;
	width: 950px;
	width: auto;
	max-width: 600px;
	margin: 0px 6% 0px 6%;
	margin: 0px 0% 0px 0%;
	padding: 0px 0 0px 0px;
	overflow:hidden;
	position: relative;
}
.pg_cct_policy_ttl {
	box-sizing: border-box;
	font-size: 18px;
	color: #333;
	line-height:1.5em; 
	text-align: left;
	border-left: 5px solid #ff8200;
	margin:0px 0% 15px 0px;
	padding: 0px 0px 0px 15px;
	font-weight: bold; 
}
.policy_txt1 {
  font-size: 14px;
  line-height: 1.6;
	margin:0px 0 15px 0;
	padding: 0px 0px 0px 0px;
}
.policy_txt {
  font-size: 14px;
  line-height: 1.6;
	margin:0px 0 30px 0;
	padding: 0px 0px 0px 0px;
}
.policy_txt_last {
  font-size: 14px;
  line-height: 1.6;
	margin:0px 0 0px 0;
	padding: 0px 0px 0px 0px;
}
.policy_sttl {
  font-size: 15px;
	line-height: 1.3;
	font-weight: bold;
	color: #ff8200;
	border-bottom: 1px solid #ccc;
	margin:0px 0 10px 0;
	padding: 0px 0px 7px 0px;
}
.policy_txt2 {
  font-size: 16px;
  line-height: 1.6;
	margin:0px 0 8px 0;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
}
.policy_txt2 span {
  font-size: 14px;
  line-height: 1.6;
}

.dog_sub_menu {
  display: none;
}

.rcr_work_bn0  {
float:none;
	max-width: 240px;
    text-align:center;
    padding: 0px 0px 0px 0px;
	margin:0px auto 15px auto;
	position: relative;
	z-index: 30;
}
.rcr_work_bn  {
	text-align:center;
	background-color: #ffecd9;
    padding: 12px 0px 12px 0px;
	margin:0px auto 0px auto;
	position: relative;
	z-index: 30;
}
.rcr_work_bn a {
   display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
}
.rcr_work_bn a:hover{
	 opacity: 0.25;
    background-color: #ffffff;
}
.rcr_work_bn_cp  {
	color: #333;
	text-align:center;
	position: relative;
  font-weight: bold;
  font-weight: normal;
  font-size: 15px;
	line-height: 1.6;
	margin:0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}
.rcr_work_bn_icn  {
	width: 20px;
	width: 16px;
    padding: 0px 0px 0px 0px;
	margin:0px auto 0px auto;
	position: absolute;
	z-index: 30;
	top:24px;
	right:20px;
	top:20px;
	right:10px;
}
.rcr_work_bn_icn img {
max-width: 100%;
height:auto;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
}


/* =閉じるボタン ----- */
.close-bn {
	width:auto;
	text-align:center;
	padding: 0px 0px 0px 0px;
	margin: 0em auto 1.0em auto;
	margin: 1em auto 0.5em auto;
}
.close-bn a {
	color:#333333;
}
.close-bn a:hover {
	color:#333333;
	text-decoration:none;
}
.cbn {
	border:1px solid #B3B3B3;
	padding:8px 16px;
	font-size: 15px;
	background-color:#F2F2F2;
	background-color:#fff;
	text-align:center;
	color:#333333;
	font-weight:bold;
	margin: 0 8px;
}
.cbn:hover {
	background-color: #ffe6cc;
}



/* =会社案内
----------------------------------------------- */
.pg_abt_sttl_cts {
	max-width: 1200px;
	max-width: 600px;
	text-align:center;
	margin: 0 auto 10px auto;
	margin: -30px 6% 0px 6%;
	padding: 0px 0 0px 0;
	padding: 40px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	overflow:hidden;
}						
h2.pg_abt_sttl {
  box-sizing: border-box;
  display: block;
  position: relative;
  margin: 0 auto 10px;
	padding: 0 0 0px 0px;
color: #333;
font-weight: bold;
border-bottom: solid 0px #aaaaaa;
font-size: 36px;
font-size: 25px;
text-align:center;
line-height: 1.5em;
	position: relative;
	z-index: 2;
}	
h2.pg_abt_sttl span {
  box-sizing: border-box;
color: #f01e28;
}			

/* =私たちの強み */
.pg_abt_tcp_cts {
	max-width: 800px;
	text-align:center;
	margin: 0 6% 10px 6%;
	padding: 0px 0 0px 0;
	position: relative;
	overflow:hidden;
}						
.pg_abt_tcp {
  box-sizing: border-box;
  display: block;
  position: relative;
  margin: 0 auto 30px;
	padding: 0 0 12px 0px;
  border-bottom: 1px solid #f88c1e;
color: #f88c1e;
  font-weight: bold;
font-size: 42px;
font-size: 25px;
text-align:center;
line-height: 1.4em;
	position: relative;
	z-index: 2;
}
.pg_abt_tcp::before, .pg_abt_tcp::after {
  position: absolute;
  top: 100%;
  left: 46.5%;
border: 12px solid transparent;
border: 18px solid transparent;
  content: "";
}
.pg_abt_tcp::before {
  margin-top: 1px;
border-top: 14px solid #f88c1e;
border-top: 24px solid #f88c1e;
}
.pg_abt_tcp::after {
  margin-top: -1px;
border-top: 14px solid #fff;
border-top: 24px solid #fff;
}			

/* =私たちの強み 内容 */
.pg_abt_tym_cts {
box-sizing: border-box;
	max-width: 1200px;
	max-width: 600px;
	text-align:left;
	margin: 0 8% 10px 8%;
	padding: 0px 0 0px 0;
	position: relative;
	overflow:hidden;
}	
.pg_abt_tym {
box-sizing: border-box;
	width: 360px;
	width: auto;
	max-width: 360px;
	float:none;
	text-align:left;
	margin: 0 auto 25px auto;
	padding: 0px 0 0px 0;
	position: relative;
	overflow:hidden;
}	
.pg_abt_tym:nth-child(3n) {
	margin:0px 0px 0px 0;
	margin: 0 auto 20px auto;
}
			
h3.pg_abt_tym_ttl {
box-sizing: border-box;
	max-width: 360px;
	height: 80px;
	width: auto;
	height: 50px;
	color: #333;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.0em;
	line-height: 1.4em;
	text-align:center;
	border-radius: 8px;
	margin: 0 auto 15px auto;
	padding: 12px 0 0px 0;
	background-image: linear-gradient(
	-45deg,
	#fff0d6 25%,
	#ffe8c1 25%,
	#ffe8c1 50%,
	#fff0d6 50%,
	#fff0d6 75%,
	#ffe8c1 75%,
	#ffe8c1
);
	background-size: 30px 30px;
	position: relative;
	overflow:hidden;
}				
.pg_abt_tym_cp {
  font-size: 14px;
	line-height: 1.6;
	font-weight: normal;
	color: #333;
	margin:0px 0 10px 0;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}

/* =会社案内ページタイトル部 */			
.pg_abt_cts_ttl {
	box-sizing: border-box;
	width: 240px;
	color: #333;
	font-size: 32px;
	font-size: 22px;
	text-align:center;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 0.0em;
	padding: 10px 0px 10px 0px;
	margin:0px auto 30px auto;
	position: relative;
	z-index: 20;
}			
.pg_abt_cts_ttl:before {
  content: "";
  position: absolute;
top: -8px;
top: -14px;
top: -10px;
  left: 50%;
  top: -8px;
	width: 140px;
	width: 100px;
	height: 58px;
	height: 90px;
	height: 60px;
  border-radius: 50%;
  border: 5px solid #f6787e;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* =会社概要 */	
.pg_abt_gaiyo_cts0 {
	box-sizing: border-box;
	position: absolute;
	position: relative;
	width: 100%;
	height:auto;
	margin:0px auto 10px auto;
	padding: 85px 0px 70px 0px;
	padding: 65px 0px 50px 0px;
	background-image: linear-gradient(
	-45deg,
	#fef5f5 25%,
	#feedee 25%,
	#feedee 50%,
	#fef5f5 50%,
	#fef5f5 75%,
	#feedee 75%,
	#feedee
);
	background-size: 30px 30px;
	z-index: 10;
	top:-70px;
	top:-60px;
	overflow:hidden;
}		
.pg_abt_gaiyo_cts {
	box-sizing: border-box;
	max-width: 1200px;
	max-width: 600px;
	background-color: #fff;
	text-align:center;
	text-align:left;
	padding: 60px 0 30px 0;
	padding: 20px 0 0px 0;
	margin:0px 6% 0px 6%;
	overflow:hidden;
	position: relative;
}		
	
/* 概要テーブル */
.pg_gaiyo_box {
box-sizing: border-box;
    max-width: 1040px;
	max-width: 600px;
	margin:0px auto 10px auto;
	padding: 0px 0px 0px 0px;
	padding: 0px 6% 0px 6%;
    text-align:left !important;
    overflow:hidden;
}
table#gaiyo {
	box-sizing: border-box;
	width: 100%;
	margin: 0 0 10px;
	margin: 0em auto 0.0em;
	border: 0px solid #ccc;
	border-collapse: collapse;
	color: #333;
	line-height: 1.5;
	font-weight: normal;
	font-size: 15px;
	text-align: left;
	word-break:break-all;	
}
table#gaiyo td {
	box-sizing: border-box;
	float:left;
		clear: both;
		width: 100%;
	box-sizing: border-box;
	font-size: 15px;
    color: #333;
	padding: 10px 10px 10px 10px;
	line-height: 1.5;
	vertical-align: middle;
	word-break:break-all;
}

table#gaiyo td.fom1 {
	box-sizing: border-box;
		float:left;
		clear: both;
		float:left;
	box-sizing: border-box;
		width: 240px;
		width: 100%;
	text-align: left;
	font-size: 15px;
	line-height: 1.5;
	vertical-align: middle;
	vertical-align: top;
	font-weight: normal;
	background-color: #fef4f4;
	border: 0px solid #f6787e;
	border-top: 1px solid #f6787e;
	border-bottom: 1px solid #f6787e;
	padding: 8px 10px 8px 10px;
}

.cell_margin {
width: 20px !important;
		width: 2% !important;
  margin: 0 !important;
	padding: 0 !important;
	border: 0px !important;
}

table#gaiyo td.fom2 {
	box-sizing: border-box;
		float:left;
		 clear: both;
	box-sizing: border-box;
		width: 670px;
		width: 100%;
	font-size: 15px;
	text-align: left;
	line-height: 1.5;
	vertical-align: middle;
	font-weight: normal;
	border: 0px solid #aaaaaa;
	border-top: 0px solid #aaaaaa;
	border-bottom: 0px solid #aaaaaa;
	padding: 20px 10px 20px 25px;
	padding: 10px 10px 22px 10px;
}

table#gaiyo td.fom2 span {
	display:inline-block;
	line-height: 1.5;
	padding: 0px 0px 10px 0px;
}
	
/* アクセスマップ */
.pg_abt_map_cts {
box-sizing: border-box;
	max-width: 1200px;
	max-width: 600px;
	text-align:left;
	margin: 0px 6% 30px 6%;
	margin: 0px 6% 0px 6%;
	padding: 0px 0 0px 0;
	position: relative;
	overflow:hidden;
}	
.pg_abt_map {
box-sizing: border-box;
	width: 47%;
	max-width: 282px;
	float:left;
	text-align:left;
	margin: 0 auto 30px auto;
	margin: 0 4% 30px 0;
	padding: 0px 0 0px 0;
	position: relative;
	overflow:hidden;
}	
.pg_abt_map:nth-child(4n) {
	margin:0px auto 0px auto;
	margin: 0 0% 30px 0;
}
.pg_abt_map:nth-child(2n) {
	margin:0px auto 0px auto;
	margin: 0 0% 30px 0;
}
			
.pg_abt_map_name {
	box-sizing: border-box;
	width: auto;
	max-width: 282px;
	color: #4d4d4d;
	font-size: 18px;
	background-color: #f3f3f3;
	text-align:center;
	line-height: 1.4;
	font-weight: bold;
	letter-spacing: 0.0em;
	border-bottom: 1px solid #c9c9c9;
	margin:0px auto 8px auto;
	padding: 4px 0px 4px 0px;
	overflow:hidden;
}			
.pg_abt_map_box {
	box-sizing: border-box;
	max-width: 282px;
	height: 140px;
	margin:0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}		
				
	
					
/* =Widgets
----------------------------------------------- */
.widget-area {
	font-size: 14px;
	margin-top: 0px;
}
.widget {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	clear: both;
	margin: 0 0 2.2em;
}
.widget-title {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	background: #fff;
	letter-spacing: 0.0em;
	line-height: 1.6em;
	padding: 4px 5px 4px 10px;
	border-left: 0px solid #f01e28;
	margin: 0 0 0.5em 0;
	border-bottom: solid 1px #f01e28;
	text-transform: none;
	margin: 0 0 0.2em -2em;
	margin: 0 0 0.4em -1.5em;
	_margin: 0 0 0.5em 0em;
		background-image: linear-gradient(
	-45deg,
	#feeff0 25%,
	#fde4e5 25%,
	#fde4e5 50%,
	#feeff0 50%,
	#feeff0 75%,
	#fde4e5 75%,
	#fde4e5
);
	background-size: 30px 30px;
	overflow:hidden;
}
h3.wp-block-heading {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	background: #fff;
	letter-spacing: 0.0em;
	line-height: 1.6em;
	padding: 4px 5px 4px 10px;
	border-left: 6px solid #f01e28;
	text-transform: none;
	margin: 0 0 0.2em -2em;
	margin: 0 0 0.2em -1.2em;
	_margin: 0 0 0.5em 0em;
}
					
.widget ul {
	font-size: 14px;
	margin: 0;
}
.widget ul ul {
	margin-left: 1.0em;
}		
.widget ul li {
	color: #444;
	font-size: 14px;
	line-height: 1.4em;
	padding: 8px 0px;
	border-bottom: dotted 1px #aaa;
	margin-left: 0.5em;
}
.widget ul .children li {
	color: #444;
	font-size: 14px;
	padding: 7px 0px 0px 0px;
	border-bottom: dotted 0px #aaa;
}
					
	
/* =Footer
----------------------------------------------- */
#colophon {
	clear: both;
	position: relative;
	z-index: 10;
}
#footer {
box-sizing: border-box;
width: 100%;
width: auto;
margin:0px auto 0 auto;
background: #f9f9f9;
padding: 50px 0px 30px 0px;
padding: 30px 0px 30px 0px;
overflow:hidden;
position: relative;
z-index: 10;
}
#foot {
box-sizing: border-box;
width: auto;
margin:0px 3% 0 5%;
padding: 0px 0px 0px 0px;
overflow:hidden;
}

	
.foot1 {
		float:left;
		float:none;
		width: auto;
		max-width: 600px;
	margin:0px auto 0px auto;
	padding: 0px 0px 0px 0px;
  position: relative;
}
.foot2 {
	float:right;
	float:none;
	width: auto;
	text-align:left;
	margin:0px auto 0px auto;
	padding: 0px 0px 0px 0px;
  position: relative;
}

.foot1_cts {
	margin:0px 0 20px 0;
	padding: 0px 0px 0px 0px;
overflow:hidden;
}

.ft_logo {
	box-sizing: border-box;
	float:none;
	width: auto;
	max-width: 220px;
	max-width: 200px;
  line-height: 1.0;
	margin:0px 0 20px 0;
	padding: 0px 0px 0px 0px;
}
.ft_scp {
	float:none;
  	color: #333333;
	text-align:left;
  font-weight: normal;
  font-size: 13px;
  line-height: 1.3;
	margin:0px 0 0px 0;
	padding: 0px 0px 0px 0px;
}

.foot1_address {
display:none;
	clear:both;
	color: #333333;
	text-align:left;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
	margin:0px 0 10px 0;
	padding: 0px 0px 0px 0px;
}

.foot1_address .adrs1 {
	display:inline-block;
	width: 180px;
	background: #fff;
	text-align:center;
	border: 1px solid #c9c9c9;
	margin:0px 0 10px 0;
	padding: 0px 0px 0px 0px;
}
.foot1_address .adrs11 {
	box-sizing: border-box;
	display:inline-block;
	width: 100%;
	text-align:left;
	margin:0px 0 15px 0;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #c9c9c9;
}

.foot2_cts {
display:none;
}

.foot2_cptht {
	clear:both;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
	margin:0px 0 0px 0;
	padding: 0px 0px 0px 0px;
	position: relative;
}
}



@media (max-width: 450px) {
	#content .gallery-columns-2 .gallery-item {
		width: 45%;
		padding-right: 4%;
	}
	#content .gallery-columns-2 .gallery-item img {
		width: 100%;
		height: auto;
	}
}



				
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	body {
		padding: 0;
	}
	#page {
		margin-top: 0;
	}
	#branding {
		border-top: none;
	}
}


