/*
Theme Name: TANAKA
Theme URI: https://www.tanaka-syouji.com
Author: TANAKA SYOUJI
Author URI: https://www.tanaka-syouji.com
Version: 4.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyeleven
Template:twentyeleven
*/

@import url('../twentyeleven/style.css');

html {
   -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.pc_on {
	display:block;
}
.sp_on {
	display:none;
}


/* =Structure
----------------------------------------------- */
html {
	padding: 0 0em;
	background: #f9f9f9;
}
body {
	padding: 0 0em;
}
#page0 {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0em auto;
	position: relative;
	z-index: 10;
}
#top_contents {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0 auto 0px auto;
	margin: -45px auto 0px auto;
	overflow:hidden;
	position: relative;
	z-index: 10;
}
#pg_contents {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0 auto 0px auto;
	margin:0px auto 0px auto;
	overflow:hidden;
	position: relative;
	z-index: 10;
}
#page1100 {
	max-width: 1100px;
	padding: 50px 0px 0px 0px;
	margin: 0px auto 40px auto;
	margin: 0px auto 80px auto;
	overflow:hidden;
	position: relative;
	z-index: 3;
}
#page {
	width: 100%;
	max-width: 1000px;
	max-width: initial;
	margin: 0em auto;
	padding: 0px 0px 0px 0px;
	position: relative;
	z-index: 3;
}

#branding hgroup {
	margin: 0 0%;
}
#access div {
	margin: 0 0%;
}
#primary {
	float: left;
	margin: 0 -26.4% 0 0;
	width: 100%;
}
#content {
	margin: 0 34% 0 0%;
	width: 65.7%;
	width: 60.0%;
	border-right: 1px solid #ccc;
	padding: 0px 60px 0px 0px;
	padding: 0px 120px 0px 0px;
}
#content2 {
	clear: both;
	width: 100%;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
}
#secondary {
	float: right;
	margin-right: 0%;
	width: 18.8%;
	width: 16.8%;
}
.cts_1000 {
	max-width: 1000px;
	margin: 0px auto 40px auto;
	padding: 0px 0px 0px 0px;
overflow:hidden;
}
.cts_1200 {
	max-width: 1200px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
overflow:hidden;
}

/* error404 */
.error404 #primary {
	float: none;
	margin: 0;
}
.error404 #primary #content {
	margin: 0 0%;
	width: auto;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignnone {
	display: inline;
	margin-right: 1.5em;
}


/* =Global
----------------------------------------------- */
body, input, textarea {
	color: #333333;
	font: 15px "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", "MS Gothic", "Helvetica Neue", "Arial", sans-serif;
	font-weight: 300;
	line-height: 1.8;
}
body {
	background: #fff;
	width: calc(100% - 64px);
}
#page {
	background: #fff;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin: 0 0 0em;
	margin-bottom: 1.5em;
}
p span {
	margin: 0 0 0em;
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.625em 2.5em;
	margin: 0 0 1.0em 1.3em;
}

ul {
	margin: 0 0 1.5em 1.3em;
}
ol {
	margin: 0 0 1.5em -0.5em;
	margin: 0 0 1.5em 1.5em;
}

ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.5em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}


/* Forms */
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=number],
textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #888;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=number]:focus,
textarea:focus {
	color: #373737;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=number] {
	padding: 3px;
}
input#s {
	background: url(images/search.png) no-repeat 5px 6px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	height: 22px;
	line-height: 1.2em;
	padding: 4px 10px 4px 28px;
}
input#searchsubmit {
	display: none;
}

/* Links */
a {
	color: #333333;
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	color: #f01e28;
	text-decoration: underline;
}
img {
margin:0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
border: 0px;
vertical-align: bottom;
}


/* =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 {
width: 100%;
	min-width: 1200px;
	height:34px;
margin:0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #ccc;
	background-color: #fff;
	overflow:hidden;
}
.header0_cts {
max-width: 1200px;
margin:0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}
.header0_cts h1 {
	float:left;
	font-size: 14px;
	color: #333;
	line-height:1.5em; 
	text-align: left;
	margin:7px 0% 0px 0px;
	padding: 0px 0px 0px 4px;
	font-weight: normal; 
}
.header0_cts_right {
	float:right;
	font-size: 16px;
	color: #f01e28;
	line-height:1.5em; 
	text-align: right;
	margin:6px 0% 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold; 
}

#header {
width: 100%;
max-width: 1200px;
	min-width: 1200px;
	height:65px;
margin:0px auto 0px auto;
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;
	width: 230px;
line-height:1.0em; 
margin:0px 10px 0px 0%;
	padding: 15px 0px 0px 0px;
}
.acecargo_logo a:hover img {
opacity: 1.0;
filter: alpha(opacity=100);
-moz-opacity: 1.0;
-ms-filter: "alpha(opacity=100)";
}
.hd_logo img {
max-width: 100%;
height:auto;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
}

.header_right{
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;
}

/* =メニュー
----------------------------------------------- */
.hd_menu {
  z-index: 150;
  position: relative;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
	clear: both;
	height:auto;
	border-bottom: 0px solid #aaaaaa;
	background: #fff;
}

/* =遅延対応メニュー　ここから ------------------------ */
ul.menulist {
	display: table;
	line-height:1.4em; 
	text-align: center;
	padding: 13px 0px 0px 0px;
	margin:0px auto 0px auto;
}
ul.menulist > li {
	display: table-cell;
	width: auto;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  font-size: 17px;
	vertical-align: top;
	padding: 5px 0px 0px 15px;
}
ul.menulist > li:after {
}
ul.menulist li a {
  display: block;
	color: #333;
	padding: 5px 0px 0px 15px;
  border: 0px solid #ffffff;
	background-color: #fff;
	font-weight: normal; 
}
ul.menulist > li a:hover {
	opacity: 0.7;
	opacity: 1.0;
	color: #f01e28;
	text-decoration:none;
}
ul.menulist > li:hover > a {
border-bottom: 0px solid #0032fa;
}
ul.menulist li ul.second {
	display: none;
}
ul.menulist li.hover ul.second {
	display: block;
	width: 200%;
	width: 220px;
	width: 210px;
	position: absolute;
	 margin-left: -70px;
	margin-top: 15px;
	padding: 0;
}
ul.menulist li ul.second li {
	position: relative;
	list-style-type: none;
}
ul.menulist li ul.second > li:after {
}
ul.menulist li:last-child ul.second > li:after {
  margin-left: 0px;
	margin-top: 0px;
	padding: 0;
  border-left-color: transparent;
  border-right-color: #fff;
}
ul.menulist li ul.second li a {
	font-size: 15px;
	background:rgba(250,250,250,0.95);
	border-bottom: 1px solid #aaaaaa;
}
/* =遅延対応メニュー　ここまで ------------------------ */

#wpfront-scroll-top-container {
	margin-right: -10px;
	z-index: 99999999 !important;
}
/* =右サイドナビ
----------------------------------------------- */
#right_block {
width: 40px;
width: 38px;
width: 64px;
	margin:0px;
padding: 0px 0px 0px 0px;
background: #fff;
background: rgba(255,255,255,0.0);
	background: #56748e;
	background: #496e89;
background: #fff;
height:100%;
border-left: 1px solid #cccccc;
border-left: 1px solid #56748e;
border-left: 1px solid #cccccc;
border-left: 1px solid #cccccc;
position: relative;
position: absolute;
position: fixed;
top: 0px;
right: 0px;
right: 0px;
z-index: 9999;
z-index: 9999999;
}


#slideR0 {
	z-index: 99999999;
	cursor: pointer;
	position: fixed;
	top: 10px;
	top: 120px;
	top: 0px;
	right: -260px;
	right: 0px;
	width: 60px;
	transition: all 0.3s ease 0.1s;
	transition: all 0.7s ease 0.1s;
}
#slideR1 {
	z-index: 99999999;
	cursor: pointer;
	position: fixed;
	top: 10px;
	top: 155px;
	top: 120px;
	top: 100px;
	right: -260px;
	right: 0px;
	width: 60px;
	transition: all 0.3s ease 0.1s;
	transition: all 0.7s ease 0.1s;
}
#slideR11 {
	z-index: 99999999;
	cursor: pointer;
	position: fixed;
	top: 10px;
	top: 155px;
	top: 120px;
	top: 100px;
	right: -260px;
	right: 0px;
	width: 60px;
	transition: all 0.3s ease 0.1s;
	transition: all 0.7s ease 0.1s;
}
#slideR2 {
	z-index: 99999999;
	cursor: pointer;
	position: fixed;
	top: 180px;
	top: 320px;
	top: 400px;
	top: 385px;
	top: 350px;
	top: 295px;
	right: -260px;
	right: 0px;
	width: 60px;
	transition: all 0.3s ease 0.1s;
	transition: all 0.7s ease 0.1s;
}
#slideR3 a:hover img {
opacity: 0.85 !important;
filter: alpha(opacity=85) !important;
-moz-opacity: 0.85 !important;
-ms-filter: "alpha(opacity=85)" !important;
}
#slideR3 {
	z-index: 99999999;
	cursor: pointer;
	position: fixed;
	right: -260px;
	right: 0px;
	top: 350px;
	top: 475px;
	top: 545px;
	top: 530px;
	top: 495px;
	top: 440px;
	width: 60px;
	transition: all 0.3s ease 0.1s;
	transition: all 0.7s ease 0.1s;
}

#slideR22 {
	z-index: 99999999;
	cursor: pointer;
	position: fixed;
	top: 180px;
	top: 320px;
	top: 400px;
	top: 320px;
	top: 255px;
	right: -260px;
	right: 0px;
	width: 60px;
	transition: all 0.3s ease 0.1s;
	transition: all 0.7s ease 0.1s;
}
#slideR33 a:hover img {
opacity: 0.85 !important;
filter: alpha(opacity=85) !important;
-moz-opacity: 0.85 !important;
-ms-filter: "alpha(opacity=85)" !important;
}

#slideR33 {
	z-index: 99999999;
	cursor: pointer;
	position: fixed;
	right: -260px;
	right: 0px;
	top: 350px;
	top: 475px;
	top: 545px;
	top: 465px;
	top: 400px;
	width: 60px;
	transition: all 0.3s ease 0.1s;
	transition: all 0.7s ease 0.1s;
}

.slide_line {
	display: block;
	position: relative;
	z-index: 10;
}
.slide_line_qr {
	width: 104px;
	position: absolute;
	z-index: 15;
	top:18px;
	right: -240px;
	z-index: 15;
}
.slide_line_qr a:hover img {
opacity: 0.80;
filter: alpha(opacity=80);
-moz-opacity: 0.80;
-ms-filter: "alpha(opacity=80)";
}



/* =トップスライド
----------------------------------------------- */
#mainvisual {
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 {
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:480px;
	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 {
	position: absolute;
	position: relative;
	width: 500px;
	height:480px;
	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;
}
.scene1_point {
	position: relative;
	width: 800px;
	margin:0px auto -25px auto;
	padding: 0px 0px 0px 0px;
	z-index: 15;
	top: -25px;
}


.tops2 {
	float:left;
	 width: 50%;
	position: absolute;
	position: relative;
	width: 50%;
	height:480px;
	margin:0px 0 0px 0;
	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: 15;
}

.bg-scale2-img {
	 float:right;
	 width: 50%;
	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;
	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 {
	position: relative;
	width: 800px;
	margin:0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	z-index: 15;
	top: -25px;
}


.tops3 {
	float:left;
	 width: 50%;
	position: absolute;
	position: relative;
	width: 50%;
	height:480px;
	margin:0px 0 0px 0;
	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: 15;
}

.bg-scale3-img {
	 float:right;
	 width: 50%;
	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;
	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 {
	position: relative;
	width: 800px;
	margin:0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	z-index: 15;
	top: -25px;
}

/* =スライド内内容----- */
/* =スライド1 */
.tops1_cp01 {
	box-sizing: border-box;
	display: block;
	width: 600px;
  margin: 0px 0 10px -50px;
	padding: 80px 0 0px 0px;
}
.tops1_cp02 {
	box-sizing: border-box;
	display: block;
	width: 500px;
  margin: 0px 0 10px 40px;
	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;
	text-align: left;
	transform: skewX(-30deg);
	transform:skew(-12deg,-12deg);
}
.tops1_cp1> p span {
	font-size: 38px;
	
}
.tops1_cp1 > p:before {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  content: "";
}

.tops1_cp11 {
	box-sizing: border-box;
	float:left;
  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;
	text-align: left;
	transform: skewX(-30deg);
	transform:skew(-12deg,-12deg);
}
.tops1_cp11> p span {
	font-size: 38px;
	
}
.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;
  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;
	text-align: left;
	transform: skewX(-30deg);
	transform:skew(-12deg,-12deg);
}
.tops1_cp12> p span {
	font-size: 38px;
}
.tops1_cp12 > 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;
	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;
	text-align: left;
	transform: skewX(-30deg);
	transform:skew(-12deg,-12deg);
}

.tops1_cp3 {
	clear：both;
	box-sizing: border-box;
  margin: -15px 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;
	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: 440px;
	margin: 60px auto 20px 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: 440px;
	margin: 190px auto 20px auto;
	transform:skew(-12deg,-12deg);
}
.tops1_chara {
	box-sizing: border-box;
	position: relative;
	position: absolute;
	width:120px;
	margin: 0px 0 0 0px;
	padding: 0px 0px 0px 0px;
	right:-20px;
	bottom:50px;
}
.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;
	width: 540px;
	margin:0px 0 0px 0px;
	padding: 35px 0px 0px 0px;
  position: relative;
}

.tops2_cp1 {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
  font-weight: bold;
  font-size: 28px;
  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: 0px 0 10px 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;
	text-align: left;
	transform: skewX(-30deg);
	transform:skew(-12deg,-12deg);
}		
.tops2_cp2> p span {
	font-size: 40px;
}	
		
.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;
	text-align: left;
	transform: skewX(-30deg);
	transform:skew(-12deg,-12deg);
}		
.tops2_cp22> p span {
	font-size: 40px;
}		
.tops2_kei {
	box-sizing: border-box;
	clear：both;
	display: block;
	position: relative;
	background-color: #fff;
	border: 0;
	height: 1px;
	width: 440px;
	margin: 0px auto 20px auto;
	transform:skew(-12deg,-12deg);
}		
		
.tops2_cp03 {
	box-sizing: border-box;
	display: block;
	width: 600px;
  margin: 0px 0 10px -50px;
	padding: 28px 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;
	text-align: left;
	transform: skewX(-30deg);
	transform:skew(-12deg,-12deg);
}
.tops2_cp01> p span {
	font-size: 40px;
	
}
.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;
	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;
	text-align: left;
	transform: skewX(-30deg);
	transform:skew(-12deg,-12deg);
}	
		
.tops2_area {
clear:both;
	box-sizing: border-box;
display: block;
float:right;
	width: 360px;
  margin: -15px 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;
			text-align: left;
			background: url(images/area_back.svg) no-repeat 0px 0px;
			position: relative;
  margin: 0px 25px 0px 0px;
	padding: 19px 0 30px 25px;
}		
.tops2_area_cp {
	box-sizing: border-box;
	float:left;
	color: #fff;
	font-weight: bold;
	line-height:1.5; 
  font-size: 22px;
	text-align: left;
	position: relative;
  margin: 0px 0 0px 0px;
	padding: 19px 0 0px 0px;
}	
		
.tops2_chara {
	box-sizing: border-box;
	position: relative;
	position: absolute;
	width:120px;
	margin: 0px 0 0 0px;
	padding: 0px 0px 0px 0px;
	right:-150px;
			top:40px;
			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;
	width: 580px;
	margin:0px 0 0px 0px;
	padding: 35px 0px 0px 0px;
  position: relative;
}

.tops3_cp1 {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
  font-weight: bold;
  font-size: 24px;
  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: 480px;
  margin: 0px 0 30px -10px;
padding: 28px 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;
	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;
	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;
padding: 80px 0 0px 0px;
top: -50px;
}
.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;
	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;
}			
.tops3_kei {
	box-sizing: border-box;
	clear：both;
	display: block;
	position: relative;
	background-color: #fff;
	border: 0;
	height: 1px;
	width: 480px;
	margin: -45px auto 20px auto;
	transform:skew(-12deg,-12deg);
}		
				
.tops3_cp3 {
	clear：both;
	box-sizing: border-box;
  margin: -10px 0 10px 0px;
	padding: 0px 0 0px 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;
	text-align: left;
	transform: skewX(-30deg);
	transform:skew(-12deg,-12deg);
}		
			
.tops3_area {
clear:both;
	box-sizing: border-box;
display: block;
float:right;
	width: 410px;
  margin:0px 30px 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;
			text-align: left;
			background: url(images/area_back.svg) no-repeat 0px 0px;
			position: relative;
  margin: 0px 25px 0px 0px;
	padding: 19px 0 30px 25px;
}		
.tops3_area_cp {
	box-sizing: border-box;
	float:left;
	color: #fff;
	font-weight: bold;
	line-height:1.5; 
  font-size: 22px;
	text-align: left;
	position: relative;
  margin: 0px 0 0px 0px;
	padding: 19px 0 0px 0px;
}	
				
.tops3_chara {
	box-sizing: border-box;
	position: relative;
	position: absolute;
	width:120px;
	margin: 0px 0 0 0px;
	padding: 0px 0px 0px 0px;
	right:-85px;
	bottom:60px;
}
.tops3_chara img {
max-width: 100%;
height:auto;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
}
				
/* =スライド内ポイント----- */
.s_point {
	float:left;
	width: 200px;
	height:200px;
    text-align:center;
	padding: 0px 0 0px 0;
	background: url(images/point_back.svg) center center no-repeat;
	position: relative;
	z-index: 10;
}
h3.s_point1 {
	color: #4d4d4d;
	font-size: 38px;
	text-align:center;
	font-weight: bold;
	letter-spacing: 0.0em;
	line-height: 1.2em;
	margin: 0 0 0 0;
	padding: 57px 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;
	text-align:center;
	font-weight: bold;
	letter-spacing: 0.0em;
	line-height: 1.2em;
	margin: 0 0 0 0;
	padding: 57px 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;
	text-align:center;
	font-weight: bold;
	letter-spacing: 0.0em;
	line-height: 1.2em;
	margin: 0 0 0 0;
	padding: 40px 0 0px 0;
	text-transform: none;
		position: relative;
	z-index: 11;
}
h3.s_point3 span {
	color: #f2353e;
}



/* トップビジュアルスマホ時 */
#mainvisual_sp {
display:none;
}



/* =Content
----------------------------------------------- */
#main {
	clear: both;
	padding: 0em 0 0em 0;
	word-break:break-all;
}
.page-title {
	color: #f01e28;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.0em;
	line-height: 1.6em;
	margin: 0 0 1.8em;
	padding: 0 0 0px 0;
	text-transform: none;
}
.page-title span {
	display:inline-block;
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.0em;
	line-height: 1.6em;
	padding: 0 0 0px 8px;
	text-transform: none;
}
.page-title a {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1.6em;
	text-transform: none;
}
.hentry,
.no-results {
	border-bottom: 0px solid #ddd;
	margin: 0 0 2.0em;
	padding: 0 0 2.0em;
	position: relative;
}
.hentry:last-child,
.no-results {
	margin: 0 0 1.5em !important;
	padding: 0em 0 1.5em !important;
	border-bottom: none;
}

#content2 .hentry,
#content2 .no-results {
	border-bottom: 0px solid #ddd;
	margin: 0 0 1.5em;
	padding: 0em 0 1.5em;
	position: relative;
}
					
.entry-title,
.entry-header .entry-meta {
	padding-right: 0px;
}
.entry-title {
	clear: both;
	color: #e8383a;
	color: #4d4d4d;
	font-size: 22px;
	font-size: 21px;
	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;
}
.entry-content .more-link {
	white-space: nowrap;
}
				
/* Alignment */
.entry-content .alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.entry-content .alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.entry-content .aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content .alignnone {
	display: inline;
	margin-right: 1.5em;
}
				
pre {
	background: #fef4f4;
	font: 15px "メイリオ", "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: 17px;
	font-weight: bold;
	padding: 0px 0px 0.2em 0px;
	margin: 0em 0em 1.0em 0em;
}
.entry-content h2,
.comment-content h2 {
	font-size:20px;
	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:20px;
	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: 20px;
	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 14px;
	margin: 0em 0em 0.6em 0em;
}
.entry-content h5,
.comment-content h5 {
	font-size: 18px;
	font-weight:bold;
	color: #e6002d;
	line-height: 1.6em;
	background: #feefda;
	padding: 5px 5px 5px 15px;
	margin: 0em 0em 0.6em 0em;
}
.entry-content h6,
.comment-content h6 {
	font-size: 18px;
	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.5em 0em;
	width: 100%;
	font-size: 15px;
}
.entry-content th,
.comment-content th {
	color: #333;
	font-weight: 500;
	font-size: 15px;
	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: 15px;
	padding: 12px 15px 12px 15px;
	line-height: 1.5em;
	vertical-align: middle;
	word-break:break-all;
}
.entry-content td p,
.comment-content td p {
	margin-bottom: 0.0em !important;
}
.entry-content td img,
.comment-content td img {
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	margin: 0 0 0em;
}
				
.entry-content #s {
	width: 75%;
}
.comment-content ul,
.comment-content ol {
	margin-bottom: 1.625em;
}
.comment-content ul ul,
.comment-content ol ol,
.comment-content ul ol,
.comment-content ol ul {
	margin-bottom: 0;
}
dl.gallery-item {
	margin: 0;
}
.page-link {
	clear: both;
	display: block;
	margin: 0 0 1.625em;
}
.page-link a {
	background: #eee;
	color: #373737;
	margin: 0;
	padding: 2px 3px;
	text-decoration: none;
}
.page-link a:hover {
	background: #888;
	color: #fff;
	font-weight: bold;
}
.page-link span {
	margin-right: 6px;
}
.entry-meta .edit-link a,
.commentlist .edit-link a {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #333;
	float: right;
	font-size: 13px;
	line-height: 1.5em;
	font-weight: 300;
	text-decoration: none;
	padding: 2px 8px;
	margin-bottom: 1.0em;
	margin-bottom: 0.4em;
}
.entry-meta .edit-link a:hover,
.commentlist .edit-link a:hover {
	background: #888;
	color: #fff;
}
.entry-content .edit-link {
	clear: both;
	display: block;
}

.entry-meta .edit-link2 a,
.commentlist .edit-link2 a {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #333;
	float: right;
	font-size: 13px;
	line-height: 1.5em;
	font-weight: 300;
	text-decoration: none;
	padding: 2px 8px;
	margin-bottom: 1.0em;
	margin-right: 2.0em;
}
.entry-meta .edit-link2 a:hover,
.commentlist .edit-link2 a:hover {
	background: #888;
	color: #fff;
}
.entry-content .edit-link2 {
	clear: both;
	display: block;
}

/* 404エラー------------------------ */
.nothing {
	color: #f01e28;
	clear: both;
	margin: 0 auto;
	font-size: 18px;
	text-align:center;
	line-height: 1.5em;
	margin-top: 2.0em;
	margin-bottom: 5.0em;
	overflow:hidden;
}

/* Images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
	height: auto;
	vertical-align: top;
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
	max-width: 100%;
}
img.size-full,
img.size-large {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
	padding: 0px;
}
img.size-thumbnail {
	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-medium {
	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.0em;
}
p img,
.wp-caption {
	margin-top: 0.0em;
}
.wp-caption {
	background: none;
	margin-bottom: 0em;
	max-width: 100%;
	max-width: calc( 100% - 0px );
	padding: 0px;
}
.wp-caption img {
		display: block;
	margin: 0 0px;
	padding: 0;
	max-width: 100%;
	max-width: calc( 100% - 0px );
	border-color: none;
}

.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: 15px;
}
.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: 15px;
	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.5em;
    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.5em;
}
.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;
}
				
.alignleft[id*="attachment_"] ,
.alignright[id*="attachment_"] ,
.aligncenter[id*="attachment_"] ,
.alignnone[id*="attachment_"] {
   max-width: 100%;
  height: auto;
}
				
/* =Gallery
----------------------------------------------- */
.format-gallery .gallery-thumb {
	float: left;
	display: block;
	margin: .375em 1.625em 0 0;
	max-width
}
				
#content .gallery {
	margin: 0 auto 1.5em;
}
#content .gallery a img {
	border: none;
}
#content2 .gallery {
	margin: 0 auto 1.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;
	padding-right: 2%;
	padding-bottom: 10px;
}
#content .gallery-columns-3 .gallery-item img {
	width: auto;
	max-width: 100%;
	height: auto;
}

#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: auto;
	max-width: 100%;
	height: auto;
}

#content2 .gallery-columns-3 .gallery-item {
	width: 31% !important;
	padding-right: 2%;
	padding-bottom: 10px;
}
#content2 .gallery-columns-3 .gallery-item img {
	width: auto;
	max-width: 100%;
	height: auto;
}
#content2 .gallery-columns-4 .gallery-item {
	width: 23% !important;
	padding-right: 2%;
	padding-bottom: 10px;
}
#content2 .gallery-columns-4 .gallery-item img {
	width: auto;
	max-width: 100%;
	height: auto;
}

/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border: 0px solid #ddd;
	padding: 0px;
	max-width: 100%;
	max-width: calc( 100% - 0px );
}
#content2 .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border: 0px solid #ddd;
	padding: 0px;
	max-width: 100%;
	max-width: calc( 100% - 0px );
}
.wp-caption img {
	border-color: #fff;
}

a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
	background: none;
	border-color: none;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {/* ... including captioned images! */
	background: none;
	border-color: none;
}

/* =戻るボタン ----------------------------------------------- */
.single_foot{width:100%;clear:both;text-align:right;margin-top:1em; margin-bottom:1em;}
.single_foot_link{width:70px;height:30px;text-align:center;background-color:#F2F2F2;background-color:#fff;border:1px solid #CCCCCC;display:inline-block;font-size: 90%;line-height:30px;font-weight:bold;color:#4D4D4D!important;text-decoration:none!important;}
.single_foot_link:hover {
	background-color:#ddd;
	background-color:#f7f7f7;
}


/* =トップページ
----------------------------------------------- */
/* =買取品目と価格 */
.top_items0 {
	box-sizing: border-box;
	position: absolute;
	position: relative;
	width: 100%;
	height:auto;
	margin:0px auto 90px auto;
	padding: 100px 0px 80px 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_items_ttl_bk {
	width: 510px;
    text-align:center;
	padding: 0px 0 0px 0;
	margin:0px auto 70px auto;
	background: url(images/items_ttl_back.png) center center no-repeat;
	background-size: 510px;
	position: relative;
	z-index: 11;
}	
h2.top_items_ttl {
	color: #e6002d;
	font-size: 43px;
	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;
}				
				
				
.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:left;
	width: 390px;
	text-align:left;
	background-color: #fff;
	padding: 20px 20px 24px 20px;
	margin:0px 15px 18px 0;
	border: 2px solid #ffcf7f;
	overflow:hidden;
}					
.top_items_box:nth-child(3n) {
	margin:0px 0px 18px 0;
}
.top_items_box:nth-child(3n+1) {
	clear:both;
	float:left;
}				

h3.top_items_cttl {
	color: #333;
	font-size: 20px;
	font-size: 18px;
	text-align:left;
	font-weight: bold;
	letter-spacing: 0.0em;
	line-height: 1.3em;
	margin: 0 0 20px 0;
	padding: 2px 0 2px 15px;
	padding: 2px 0 2px 12px;
	border-left: 4px solid #ffa000;
}		
				
.top_items_cts {
	box-sizing: border-box;
	max-width: 390px;
	padding: 5px 2px 5px 2px;
	margin:0px auto 0px auto;
	border-bottom: 1px solid #c9c9c9;
	overflow:hidden;
}			
.top_items_cts1 {
	box-sizing: border-box;
	float:left;
	max-width: 56%;
	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: 6px 0 2px 0px;
	overflow:hidden;
}				
.top_items_cts2 {
	box-sizing: border-box;
	float:right;
	color: #e8383a;
	font-size: 22px;
	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: 15px;
	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: 15px;
	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;
	text-align:center;
	text-align:left;
	padding: 0px 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;
	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;
	text-align:left;
	font-weight: bold;
	letter-spacing: 0.0em;
	line-height: 1.3em;
	margin: 0 0 0 0;
	padding: 40px 0 0px 0px;
	position: relative;
}			
.top_relief_icn {
	box-sizing: border-box;
	width: 40px;
	margin: 0 0 0 0;
	padding: 0px 0 0px 0px;
	position: absolute;
	right:15px;
	top:4px;
}			
.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;
	color: #e6002d;
	font-size: 50px;
	text-align:center;
	font-weight: bold;
	letter-spacing: 0.0em;
	background: url(images/relief_ttl_bk.png) center center no-repeat;
	background-size: 484px;
	padding: 0px 0px 40px 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 auto 30px auto;
	overflow:hidden;
	position: relative;
	z-index: 15;
}	
				
.top_service_icon {
	box-sizing: border-box;
	float:left;
	width: 228px;
	height: 174px;
	background-color: #fff;
	border: 2px solid #f34b53;
	border-radius: 4px;
	padding: 0px 0px 0px 0px;
	margin:0px 15px 0px 0;
	position: relative;
}								
.top_service_icon:nth-child(5n) {
	margin:0px 0px 0px 0;
}		
.top_service_icon:nth-child(6) {
display:none;
}	
	
.top_service_icon_cts {
	box-sizing: border-box;
	margin:0px 0px 0px 0;
	padding: 25px 10px 0px 10px;
	overflow:hidden;
}				
.top_service_icn_img {
	box-sizing: border-box;
	width: 90px;
	margin:0px auto 10px 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: 20px;
	text-align:center;
	font-weight: bold;
	line-height: 1.4em;
	margin:0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}		

.top_service_chara {
display:none;
	box-sizing: border-box;
	position: relative;
	width:100px;
	margin: 0px auto 0 auto;
	padding: 0px 0px 0px 0px;
	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;
	padding: 150px 0px 100px 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;
	overflow:hidden;
}			
				
.top_service_cts_box0 {
	box-sizing: border-box;
	position: relative;
	max-width: 1200px;
	margin:0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	position: relative;
}	
.top_service_cts_box1 {
	box-sizing: border-box;
	float:left;
	position: relative;
	width: 585px;
	background-color: #fff;
	border-top: 5px solid #e6002d;
	margin:0px 30px 0px 0;
	padding: 25px 0px 15px 0px;
	position: relative;
}				
.top_service_cts_box2 {
	box-sizing: border-box;
	float:left;
	position: relative;
	width: 585px;
	background-color: #fff;
	border-top: 5px solid #e6002d;
	margin:0px 0px 0px 0;
	padding: 25px 0px 15px 0px;
	position: relative;
}				
				
				
.top_service_cts_link {
	box-sizing: border-box;
	width: auto;
	margin:0px 0px 0px 0;
	padding: 0px 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;
	color: #333;
	font-size: 30px;
	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;
	padding: 0px 0px 30px 0px;
	margin:0px auto 10px auto;
	position: relative;
}			
h3.top_service_cts2_ttl {
	clear: both;
	box-sizing: border-box;
	width: 440px;
	color: #333;
	font-size: 30px;
	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;
	padding: 0px 0px 30px 0px;
	margin:0px auto 10px auto;
	position: relative;
}	
				
.top_service_cts_ya {
	box-sizing: border-box;
	width: 22px;
	margin: 0 0 0 0;
	padding: 0px 0 0px 0px;
	position: absolute;
	right:25px;
	top:38px;
	top:10px;
}				
.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:none;
}				
	

		
.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;
	margin:0px 5px 0px 0;
	padding: 0px 0px 0px 0px;
}			
.top_service_cts_img2 {
	box-sizing: border-box;
	float:left;
	position: relative;
	width: 290px;
	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 auto 15px auto;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}	
.top_service_cts_salesp1 {
	box-sizing: border-box;
	float:left;
	width: 240px;
	height: 76px;
	position: relative;
	border-top: 3px solid #f01e28;
	background-color: #feeff0;
	margin:0px 20px 0px 0;
	padding: 0px 0px 10px 0px;
	overflow:hidden;
}		
.top_service_cts_salesp2 {
	box-sizing: border-box;
	float:left;
	width: 240px;
	height: 76px;
	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: 17px;
	text-align:center;
	font-weight: bold;
	line-height: 1.35;
	letter-spacing: 0.0em;
	margin:0px auto 0px auto;
	padding: 25px 0px 0px 0px;
	overflow:hidden;
}				
.top_service_cts_salesp_cp2 {
	box-sizing: border-box;
	color: #333;
	font-size: 17px;
	text-align:center;
	font-weight: bold;
	line-height: 1.35;
	letter-spacing: 0.0em;
	margin:0px auto 0px auto;
	padding: 15px 0px 0px 0px;
	overflow:hidden;
}		
				
				
.top_service_cts_area0 {
	box-sizing: border-box;
	max-width: 460px;
	position: relative;
	margin:30px auto 50px auto;
	padding: 0px 0px 0px 0px;
}	
.top_service_cts_area {
	box-sizing: border-box;
	margin:0px 0px 50px 0;
	padding: 20px 0px 0px 0px;
	position: relative;
}		
.top_service_cts_area_ttl {
box-sizing: border-box;
width: 360px;
color: #333;
	font-size: 18px;
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: 17px;
	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;
	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;
	height:34px;
	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;
	color: #333;
	font-size: 40px;
	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;
	z-index: 20;
}					
h2.ctt_support_ttl span {
	color: #ff8200;
	font-size: 48px;
}			
				
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: 20px;
	text-align:center;
	line-height: 1.8;
	font-weight: bold;
	letter-spacing: 0.0em;
	padding: 0px 0px 0px 0px;
	margin:0px auto 60px auto;
	position: relative;
	overflow:hidden;
	top:-20px;
}			
				
				
h3.ctt_ttl {
	box-sizing: border-box;
	width: 420px;
	color: #333;
	font-size: 33px;
	text-align:center;
	font-weight: bold;
	line-height: 1.8;
	letter-spacing: 0.0em;
	padding: 10px 0px 10px 0px;
	margin:0px auto 40px auto;
	position: relative;
	z-index: 20;
}			
h3.ctt_ttl span {
	color: #f01e28;
}		
h3.ctt_ttl :before {
  content: "";
  position: absolute;
top: -8px;
top: -14px;
  left: 50%;
	width: 140px;
	height: 58px;
	height: 100px;
  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;
	min-width: 1260px;
	position: relative;
	margin:0px auto 50px auto;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
	z-index: 20;
}				
.ctt_tenpo1 {
	box-sizing: border-box;
	float:left;
	width: 920px;
	position: relative;
	margin:0px 20px 0px 0;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
	z-index: 20;
}				
.ctt_tenpo2 {
	box-sizing: border-box;
	float:left;
	width: 320px;
	position: relative;
	margin:0px 0 0px 0;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
	z-index: 20;
}

.ctt_tenpo_svsttl {
	box-sizing: border-box;
	color: #f01e28;
	font-size: 22px;
	text-align:left;
	font-weight: bold;
	letter-spacing: 0.0em;
	line-height: 1.8;
	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;
	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 0px 0px 0px;
	overflow:hidden;
	z-index: 20;
}		
.ctt_tenpo2_cts {
	box-sizing: border-box;
	width: 320px;
	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 0px 0px 0px;
	overflow:hidden;
	z-index: 20;
}				

.ctt_tenpo1_box {
	box-sizing: border-box;
	width: 884px;
	position: relative;
	margin:0px auto 0px auto;
	padding: 25px 0px 15px 0px;
	overflow:hidden;
}				
.ctt_tenpo2_box {
	box-sizing: border-box;
	width: 282px;
	position: relative;
	margin:0px auto 0px auto;
	padding: 25px 0px 15px 0px;
	overflow:hidden;
}				
				
.ctt_tenpo1_tnpo1 {
	box-sizing: border-box;
	float:left;
	width: 282px;
	position: relative;
	margin:0px 18px 0px 0;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}					
.ctt_tenpo1_tnpo2 {
	box-sizing: border-box;
	width: 282px;
	position: relative;
	margin:0px 0px 0px 0;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}			
.ctt_tenpo2_tnpo {
	box-sizing: border-box;
	width: 282px;
	position: relative;
	margin:0px 0px 0px 0;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}		

.tenpo_cts1 {
	box-sizing: border-box;
	width: auto;
	position: relative;
	margin:0px 0px 0px 0;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}		
.ctt_tenpo_name {
	box-sizing: border-box;
	width: 282px;
	color: #4d4d4d;
	font-size: 19px;
	background-color: #f3f3f3;
	text-align:center;
	line-height: 1.5;
	font-weight: bold;
	letter-spacing: 0.0em;
	border-bottom: 1px solid #c9c9c9;
	margin:0px auto 15px auto;
	padding: 8px 0px 8px 0px;
	overflow:hidden;
}			
.ctt_tenpo_tel {
	box-sizing: border-box;
	width: 220px;
	text-align:center;
	line-height: 1.6;
	margin:0px auto 10px 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: 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: 0px 0px 0px 0px;
	overflow:hidden;
}				
				
.ctt_tenpo_gaikan {
	box-sizing: border-box;
	max-width: 282px;
	margin:0px auto 5px auto;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}
.ctt_tenpo_gaikan img {
	max-width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0;
}	
				
.ctt_tenpo_map {
clear:both;
	box-sizing: border-box;
	max-width: 282px;
	margin:0px auto 4px auto;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}				
				
.ctt_tenpo_cp2 {
	box-sizing: border-box;
	color: #333;
	font-size: 15px;
	text-align:center;
	line-height: 1.6;
	font-weight: normal;
	letter-spacing: 0.0em;
	margin:0px auto 10px auto;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}	
				
.ctt_tenpo_bn0 {
	box-sizing: border-box;
	max-width: 620px;
	position: relative;
	margin:0px auto 150px auto;
	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 {
	box-sizing: border-box;
	float:left;
	width: 300px;
	position: relative;
	margin:0px 20px 0px 0;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
	z-index: 20;
}				
.ctt_tenpo_bn2 {
	box-sizing: border-box;
	float:left;
	width: 300px;
	position: relative;
	margin:0px 0 0px 0;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
	z-index: 20;
}				
.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:none;
}				
.ctt_tenpo_bn2_psp {
	display:none;
}

			
/* =トップお知らせ */					
.top_news0 {
	box-sizing: border-box;
	max-width: 1200px;
	position: relative;
	margin:0px auto 100px auto;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
	z-index: 20;
}				
.top_news1 {
	box-sizing: border-box;
	float:left;
	width: 260px;
	height:210px;
	position: relative;
	margin:0px 40px 0px 0;
	padding: 25px 20px 20px 25px;
	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;
	width: 900px;
	position: relative;
	border-top: 1px solid #c5c5c5;
	margin:0px 0 0px 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: 24px;
	text-align:left;
	font-weight: bold;
	background: url(images/top_news_icn.png) no-repeat 0px 0px;
	background-size: 40px;
	line-height: 1.3;
	letter-spacing: 0.0em;
	margin:0px 0 0px 0;
	padding: 5px 0px 5px 50px;
	position: relative;
	overflow:hidden;
}		
				
.top_news_listbn {
	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: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;
}					
.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: 16px;
	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;
	overflow:hidden;
}	
	
.top_news_date {
	float:left;
	width: 100px;
	color: #333;
	text-align:left;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
	margin:0px 30px 0px 0;
	padding: 3px 0px 0px 0px;
}
.top_news_ttl {
	float:left;
	color: #333;
	text-align:left;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.5;
	margin:0px 0px 0px 0;
	padding: 0px 0px 0px 0px;
}				
			
.topnew {
	display:inline-block;
	font-size: 16px;
	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; 
	margin:0px auto 20px auto;
	padding: 0px 0px 0px 0px;
	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;
  font-weight: bold;
  font-size: 36px;
  line-height: 1.35;
	margin:0px 0 0px 0;
	padding: 70px 0px 0px 0px;
	border-bottom: solid 0px #aaaaaa;
  position: relative;
}				
.pg_hd_chara {
	box-sizing: border-box;
	position: relative;
	position: absolute;
	width:120px;
	margin: 0px 0 0 0px;
	padding: 0px 0px 0px 0px;
	right:-40px;
	top:40px;
}
.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; 
	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; 
	position: relative;
	height:100px;
	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;
	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;
	color: #fff;
	text-align:center;
  font-weight: bold;
  font-size: 34px;
  line-height: 1.35;
	background: url(images/hd_pg_news_icn.svg) no-repeat 0px 27px;
	background-size: 46px;
		margin:0px auto 0px auto;
	padding: 28px 0px 20px 56px;
	border-bottom: solid 0px #aaaaaa;
  position: relative;
}
/* =会社案内タイトル */
h2.pg_hd_about_ttl {
box-sizing: border-box;
	width: 205px;
	color: #fff;
	text-align:center;
  font-weight: bold;
  font-size: 34px;
  line-height: 1.35;
	background: url(images/hd_pg_about_icn.svg) no-repeat 0px 27px;
	background-size: 56px;
		margin:0px auto 0px auto;
	padding: 28px 0px 20px 66px;
	border-bottom: solid 0px #aaaaaa;
  position: relative;
}
/* =お問い合わせタイトル */
h2.pg_hd_ctt_ttl {
box-sizing: border-box;
	width: 274px;
	color: #fff;
	text-align:center;
  font-weight: bold;
  font-size: 34px;
  line-height: 1.35;
	background: url(images/hd_pg_ctt_icn.svg) no-repeat 0px 27px;
	background-size: 56px;
		margin:0px auto 0px auto;
	padding: 28px 0px 20px 66px;
	border-bottom: solid 0px #aaaaaa;
  position: relative;
}
		
.pg_hd_pg_chara {
	box-sizing: border-box;
	position: relative;
	position: absolute;
	width:95px;
	margin: 0px 0 0 0px;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
	z-index: 30;
	right:-40px;
	top:40px;
}
.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;
    padding: 0px 0 0px 0;
    margin:0px auto 0px auto;
    height:240px;
    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;
    -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 {
	position: absolute;
	position: relative;
	width: 380px;
	width: 24%;
	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;
}			
.purchase_hd_img_sp	{
display:none;
}

.pg_hd_point {
	width: 680px;
	margin:0px auto -60px auto;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
	position: relative;
	z-index: 15;
	top: -70px;
}			
/* =ページヘッダ内ポイント----- */
.pg_point {
	float:left;
	width: 170px;
	height:170px;
    text-align:center;
	padding: 0px 0 0px 0;
	background: url(images/pg_point_back.svg) center center no-repeat;
	position: relative;
	z-index: 10;
}
h3.pg_point1 {
	color: #4d4d4d;
	font-size: 31px;
	text-align:center;
	font-weight: bold;
	letter-spacing: 0.0em;
	line-height: 1.2em;
	margin: 0 0 0 0;
	padding: 48px 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;
	text-align:center;
	font-weight: bold;
	letter-spacing: 0.0em;
	line-height: 1.2em;
	margin: 0 0 0 0;
	padding: 48px 0 0px 0;
	text-transform: none;
		position: relative;
	z-index: 11;
}
h3.pg_point11 span {
	color: #f2353e;
}
h3.pg_point2 {
	color: #4d4d4d;
	font-size: 20px;
	text-align:center;
	font-weight: bold;
	letter-spacing: 0.0em;
	line-height: 1.4em;
	margin: 0 0 0 0;
	padding: 38px 0 0px 0;
	text-transform: none;
		position: relative;
	z-index: 11;
}
h3.pg_point2 span {
display: inline-block;	
color: #f2353e;
font-size: 28px;
line-height: 1.2em;
}
				
h3.pg_point3 {
	color: #4d4d4d;
	font-size: 20px;
	text-align:center;
	font-weight: bold;
	letter-spacing: 0.0em;
	line-height: 1.4em;
	margin: 0 0 0 0;
					padding: 38px 0 0px 0;
					padding: 36px 0 0px 0;
	text-transform: none;
		position: relative;
	z-index: 11;
}
h3.pg_point3 span.red {
display: inline-block;	
color: #f2353e;
font-size: 28px;
line-height: 1.2em;
}			
h3.pg_point3 span.lg {
display: inline-block;	
font-size: 28px;
line-height: 1.2em;
}			

				
				
/* =買取品目と価格 */
.pg_items0 {
	box-sizing: border-box;
	position: absolute;
	position: relative;
	width: 100%;
	height:auto;
	margin:0px auto 100px auto;
	padding: 100px 0px 80px 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: 0px 0 0px 0;
	margin:0px auto 0px auto;
	overflow:hidden;
}	
				
.pg_items_box {
	box-sizing: border-box;
	width: 1200px;
	text-align:left;
	text-align:center;
	padding: 0px 0px 0px 0px;
	margin:0px auto 30px auto;
	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;
	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: 15px;
	max-width: 1200px;
	text-align:right;
	padding: 0px 0 0px 0;
	margin:0px auto -8px auto;

}	
				
h3.pg_items_cttl {
	clear:both;
	box-sizing: border-box;
	max-width: 1200px;
	color: #333;
	font-size: 20px;
	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;
	background-color: #fff;
	padding: 9px 9px 9px 9px;
	margin:0px 20px 20px 0;
	border: 3px solid #ffcf7f;
	overflow:hidden;
}
.pg_items_cts:nth-child(5n) {
	margin:0px 0px 20px 0;
}
.pg_items_box:nth-child(5n+1) {
	clear:both;
	float:left;
}
				
.pg_items_img {
	box-sizing: border-box;
	width: 200px;
	margin: 0 auto 12px 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: 16px;
	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: 22px;
	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: 15px;
	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;
	text-align:center;
	margin: 0 auto 10px auto;
	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;
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%;
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 auto 80px auto;
	padding: 20px 0 0px 0;
	position: relative;
	overflow:hidden;
}	
.pgp_cts1 {
box-sizing: border-box;
float:left;
	width: 620px;
	text-align:left;
	margin: 0 auto 0 auto;
	padding: 0px 0 0px 0;
	position: relative;
}					
.pgp_cts2 {
box-sizing: border-box;
float:right;
	width: 346px;
	text-align:left;
	margin: 0 auto 0 auto;
	padding: 0px 0 0px 0;
	position: relative;
}				
				
h3.pgp_cts1_cp {
	color: #333;
	font-size: 18px;
	text-align:left;
	font-weight: normal;
	letter-spacing: 0.0em;
	line-height: 2.0;
	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;
	font-size: 20px;
	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: 18px;
	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;
	color: #e6002d;
	font-size: 50px;
	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;
	padding: 0px 0px 40px 0px;
	margin:0px auto -10px auto;
	border-bottom: solid 0px #aaaaaa;
	position: relative;
	top: -5px;
}							
.pg_service_cts001 {
	box-sizing: border-box;
	position: absolute;
	position: relative;
	width: 100%;
	height:auto;
	margin:0px auto 60px auto;
	padding: 110px 0px 70px 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;
	overflow:hidden;
}		
.pg_service_cts01 {
	box-sizing: border-box;
	max-width: 1200px;
	text-align:center;
	text-align:left;
	padding: 0px 0 0px 0;
	margin:0px auto 30px auto;
	overflow:hidden;
	position: relative;
	z-index: 15;
}		
.pg_service_icon {
	box-sizing: border-box;
	float:left;
	width: 228px;
	height: 174px;
	height: 200px;
	background-color: #fff;
	border: 2px solid #f34b53;
	border-radius: 4px;
	padding: 0px 0px 0px 0px;
	margin:0px 15px 0px 0;
	position: relative;
}								
.pg_service_icon:nth-child(5n) {
	margin:0px 0px 0px 0;
}	
.pg_service_icon:nth-child(6) {
display:none;
}			
.pg_service_icon_cts {
	box-sizing: border-box;
	margin:0px 0px 0px 0;
	padding: 32px 10px 0px 10px;
	overflow:hidden;
}				
.pg_service_icn_img {
	box-sizing: border-box;
	width: 90px;
	margin:0px auto 18px 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: 20px;
	text-align:center;
	font-weight: bold;
	line-height: 1.4em;
	margin:0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}		
				
/* =法人のお客様へ */					
h2.pg_corporate_ttl {
	clear: both;
	box-sizing: border-box;
	width: 560px;
	color: #333;
	font-size: 43px;
	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;
	padding: 0px 0px 50px 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;
}			
				
.pg_corporate_cp0 {
max-width: 560px;
	padding: 0px 0px 0px 0px;
	margin:0px auto 35px auto;
	position: relative;
}				
h3.pg_corporate_cp {
	box-sizing: border-box;
	color: #333;
	font-size: 24px;
	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:-35px;
	top:-5px;
}			
.pg_corporate_cp_icn2 {
	box-sizing: border-box;
	width: 32px;
	padding: 0px 0px 0px 0px;
	margin:0px 0 0px0;
	position: relative;
	position: absolute;
	right:-35px;
	top:-5px;
}
				
.pg_corporate_plan0 {
box-sizing: border-box;
max-width: 730px;
	padding: 0px 0px 0px 0px;
	margin:0px auto 0px auto;
	position: relative;
	z-index: 15;
}			
.pg_corporate_plan {
	box-sizing: border-box;
	float:left;
	color: #fff;
	font-size: 24px;
	text-align:center;
	font-weight: bold;
	width: 230px;
	height: 50px;
	border-radius: 25px;
line-height: 1.4em;
	background-color: #f01e28;
	border: 1px solid #ffa000;
	padding: 7px 0px 0px 0px;
	margin:0px 20px 0px 0;
	position: relative;
}		
.pg_corporate_plan:nth-child(3n) {
	margin:0px 0px 0px 0;
}		
				
.pg_corporate_box {
	box-sizing: border-box;
	position: absolute;
	position: relative;
	width: 1200px;
	height:auto;
	margin:0px auto 100px auto;
	padding: 80px 0px 50px 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;
	border-radius: 8px;
	border: solid 1px #ffcf7f;
overflow:hidden;
z-index: 10;
}		
		
.pg_corporate_example0 {
box-sizing: border-box;
max-width: 1060px;
	padding: 0px 0px 0px 0px;
	margin:0px auto 0px auto;
	position: relative;
}					
.pg_corporate_example {
box-sizing: border-box;
float:left;
width: 320px;
	padding: 0px 0px 0px 0px;
	margin:0px 50px 0px 0;
	overflow:hidden;
}				
.pg_corporate_example:nth-child(3n) {
	margin:0px 0px 0px 0;
}	
.pg_corporate_example:nth-child(4) {
	display:none;
}	

.pg_corporate_example_cts {
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0;
	overflow:hidden;
}			
.pg_corporate_example_img {
	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: 17px;
	text-align:left;
	font-weight: bold;
	background: url(images/pg_icon_check.svg) no-repeat 0px 0px;
	background-size: 34px;
	line-height: 1.3;
	letter-spacing: 0.0em;
	margin:0px 0 0px 0;
	padding: 5px 0px 5px 44px;
	position: relative;
	overflow:hidden;
}
				
/* =買取の流れ */	
.pg_process_cts {
	box-sizing: border-box;
	position: absolute;
	position: relative;
	width: 100%;
	height:auto;
	margin:0px auto 20px auto;
	padding: 100px 0px 100px 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;
overflow:hidden;
z-index: 10;
}	
				
.pg_process_ttl0 {
	box-sizing: border-box;
	max-width: 310px;
	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;
	color: #333;
	font-size: 50px;
	text-align:left;
	font-weight: bold;
	letter-spacing: 0.0em;
	padding: 40px 0px 0px 0px;
	margin:0px 4px 0px 0;
	position: relative;
}							
.pg_process_ttl1 span {
	font-size: 40px;
}					
				
h2.pg_process_ttl2 {
	clear:none;
	box-sizing: border-box;
	float:left;
	width: 152px;
	height: 98px;
	color: #fff;
	font-size: 50px;
	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;
	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;
	margin: 0px auto 35px auto;
	padding: 80px 0 0px 0px;
	display: flex; /* 見出しと線を横並びにする */
	align-items: center; /* 線の縦位置中央 */
	overflow:hidden;
	position: relative;
}				
.pg_process_bring_ttl {
	clear:both;
	box-sizing: border-box;
	width: 210px;
	height: 50px;
	border-radius: 25px;
	color: #fff;
	font-size: 28px;
	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;
	margin: 0px auto 0px auto;
	padding: 30px 0 0px 0px;
	overflow:hidden;
}		
.pg_process_box {
box-sizing: border-box;
float:left;
width: 340px;
height:395px;
border: solid 1px #ffa000;
background-color: #fff;
border-radius: 4px;
	margin: 0px 15px 0px 0;
	padding: 0px 0 0px 0px;
}
.pg_process_box2 {
box-sizing: border-box;
float:left;
width: 340px;
height:420px;
border: solid 1px #ffa000;
background-color: #fff;
border-radius: 4px;
	margin: 0px 15px 0px 0;
	padding: 0px 0 0px 0px;
}
				
.pg_process_box:nth-child(5n) {
	margin: 0px 0px 0px 0;
}
.pg_process_box2:nth-child(5n) {
	margin: 0px 0px 0px 0;
}
.pg_process_box_ya {
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;
width: 50px;
height:50px;
color: #ffa000;
font-size: 28px;
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;
}				
				
.pg_process_box_cts {
box-sizing: border-box;
	margin: 0px 0px 0px 0;
	padding: 20px 33px 0px 33px;
	overflow:hidden;
}
				
.pg_process_sttl {
box-sizing: border-box;
color: #333;
font-size: 20px;
text-align:center;
font-weight: bold;
line-height: 1.3em;
	margin: 0px auto;
padding: 5px 0 20px 0px;
overflow:hidden;
}
.pg_process_img {
box-sizing: border-box;
width: 180px;
text-align:center;
	margin: 0px auto;
padding: 5px 0 20px 0px;
overflow:hidden;
}	
.pg_process_img img {
	max-width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0;
}			
.pg_process_cp {
box-sizing: border-box;
color: #333;
font-size: 15px;
text-align:left;
font-weight: normal;
line-height: 1.6;
	margin: 0px auto;
padding: 0px 0 0px 0px;
overflow:hidden;
}
				
/* =お客様の声 */	
.pg_voice_cts {
	box-sizing: border-box;
	position: absolute;
	position: relative;
	width: 100%;
	height:auto;
	margin:0px auto 90px auto;
	padding: 150px 0px 100px 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;
	padding: 0px 0px 10px 0px;
	margin:0px auto 0px auto;
	position: relative;
}				
h2.pg_voice_ttl {
	clear:none;
	box-sizing: border-box;
	width: 424px;
	font-size: 50px;
	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;
	padding: 0px 0px 70px 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: 40px;
}	
				
.pg_voice_ttl_icn {
	box-sizing: border-box;
	width: 140px;
	height: 144px;
	padding: 0px 0px 0px 0px;
	margin:0px 0 0px0;
	position: relative;
	position: absolute;
	right:-60px;
	top:-90px;
}	
				
.pg_voice_box0 {
	box-sizing: border-box;
	width: 1200px;
	margin: 0px auto 0px auto;
	padding: 0px 0 0px 0px;
	overflow:hidden;
}							
				
.pg_voice_box {
box-sizing: border-box;
	float:left;
	width: 590px;
	background-color: #fff;
	border: solid 2px #f9a5a9;
	margin: 0px 20px 20px 0;
	padding: 0px 0 0px 0px;
	overflow:hidden;
}				
.pg_voice_box2 {
box-sizing: border-box;
	float:left;
	width: 590px;
	background-color: #fff;
	border: solid 2px #f9a5a9;
	margin: 0px 0px 20px 0;
	padding: 0px 0 0px 0px;
	overflow:hidden;
}				
.pg_voice_box_cts {
box-sizing: border-box;
	margin: 0px 0px 0px 0;
	padding: 15px 15px 15px 15px;
	overflow:hidden;
}	
				
.pg_voice_box_img {
	box-sizing: border-box;
	float:left;
	width: 160px;
	margin: 0px 40px 0px 0;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}				
.pg_voice_box_excp {
	box-sizing: border-box;
	float:left;
	margin: 0px 0px 0px 0;
	padding: 20px 0px 0px 0px;
	overflow:hidden;
}	
.pg_voice_box_ttl {
	box-sizing: border-box;
	color: #333;
	font-size: 20px;
	text-align:left;
	font-weight: bold;
	letter-spacing: 0.0em;
	padding: 0px 0px 0px 0px;
	margin:0px 0 10px 0;
	overflow:hidden;
}
.pg_voice_box_cp {
	box-sizing: border-box;
	color: #333;
	font-size: 18px;
	text-align:left;
	line-height: 1.7;
	font-weight: normal;
	letter-spacing: 0.0em;
	padding: 0px 0px 0px 0px;
	margin:0px 0 15px 0;
	overflow:hidden;
}				
				
/* =よくあるご質問 */							
h2.pg_faq_ttl {
	clear: both;
	box-sizing: border-box;
	width: 330px;
	height: 180px;
	font-size: 38px;
	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;
	padding: 84px 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;
	height:auto;
	margin:0px auto 100px auto;
	padding: 80px 0px 30px 0px;
	padding: 90px 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;
	top:-75px;
overflow:hidden;
z-index: 10;
}		

.pgp_faq {
	box-sizing: border-box;
	max-width: 1000px;
	padding: 0px 0 0px 0;
    margin:0px auto 0px auto;
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: 22px;
  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;
	color: #333;
	font-size: 33px;
	text-align:center;
	font-weight: bold;
	line-height: 1.8;
	letter-spacing: 0.0em;
	padding: 10px 0px 10px 0px;
	margin:0px auto 60px 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;
  left: 50%;
	width: 140px;
	height: 58px;
	height: 100px;
  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;
	min-width: 1260px;
	position: relative;
	margin:0px auto 50px auto;
	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;
	overflow:hidden;
	z-index: 20;
}				
										
.pgp_tenpo {
	box-sizing: border-box;
	float:left;
	width: 370px;
	position: relative;
	margin:0px 44px 0px 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;
}			
.pgp_tenpo_cts1 {
	box-sizing: border-box;
	margin:0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
	z-index: 20;
}				
.pgp_tenpo_name {
	box-sizing: border-box;
	width: 370px;
	color: #4d4d4d;
	font-size: 19px;
	background-color: #f3f3f3;
	text-align:center;
	line-height: 1.5;
	font-weight: bold;
	letter-spacing: 0.0em;
	border-bottom: 1px solid #c9c9c9;
	margin:0px auto 15px auto;
	padding: 8px 0px 8px 0px;
	overflow:hidden;
}			
.pgp_tenpo_tel {
	box-sizing: border-box;
	width: 220px;
	text-align:center;
	line-height: 1.6;
	margin:0px auto 10px 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;
	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: 0px 0px 0px 0px;
	overflow:hidden;
}				
				
.pgp_tenpo_gaikan {
	box-sizing: border-box;
	max-width: 370px;
	margin:0px auto 5px auto;
	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 {
	box-sizing: border-box;
	max-width: 370px;
	margin:0px auto 4px auto;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}				
				
.pgp_tenpo_cp2 {
	box-sizing: border-box;
	color: #333;
	font-size: 15px;
	text-align:center;
	line-height: 1.6;
	font-weight: normal;
	letter-spacing: 0.0em;
	margin:0px auto 10px auto;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}	
				
				
.pgp_tenpo_bn0 {
	box-sizing: border-box;
	max-width: 620px;
	position: relative;
	margin:0px auto 80px auto;
	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 {
	box-sizing: border-box;
	float:left;
	width: 300px;
	position: relative;
	margin:0px 20px 0px auto;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
	z-index: 20;
}				
.pgp_tenpo_bn2 {
	box-sizing: border-box;
	float:left;
	width: 300px;
	position: relative;
	margin:0px 0 0px 0;
	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:none;
}				
.pgp_tenpo_bn2_sp {
	display:none;
}
				
				
				
				
/* =不用品回収･片付けサービス
----------------------------------------------- */
.bg-collect {
    position: relative;
    text-align:center;
    min-width: 1000px;
    padding: 0px 0 0px 0;
    margin:0px auto 0px auto;
    height:240px;
    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;
    -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 {
	position: absolute;
	position: relative;
	width: 380px;
	width: 24%;
	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_hd_img_sp	{
display:none;
}
	
/* =不用品処分からお部屋の片付けまで・・・コピー部 */				
.pgc_sttl_cts {
	max-width: 1200px;
	text-align:center;
	margin: 0 auto 10px auto;
	padding: 0px 0 0px 0;
	position: relative;
	overflow:hidden;
}						
h2.pgc_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: 42px;
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;
	text-align:center;
	background-color: #fdede7;
	margin: 0 auto 40px auto;
	padding: 25px 0 25px 0;
	position: relative;
}					
.pgc_cts01_cp {
display: flex;
	justify-content: center;
	align-items: center;
box-sizing: border-box;
color: #333;
	font-size: 20px;
	text-align:center;
	font-weight: bold;
	line-height: 1.8;
	margin:0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	position: relative;
}							
.pgc_cts01_cp::before,
.pgc_cts01_cp::after {
	content: '';
	width: 4px;
	height: 120px;
	background-color: #ffa000;
	margin:0px auto 0px auto;
}
.pgc_cts01_cp::before {
	margin-right: 50px;
	transform: rotate(-35deg)
}
.pgc_cts01_cp::after {
	margin-left: 50px;
	transform: rotate(35deg)
}		
				
.pgc_cts2 {
box-sizing: border-box;
	width: 410px;
	text-align:left;
	margin: 0 auto 80px 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 20px;
	position: relative;
}					
.pgc_cts2_sttl {
	color: #333;
max-width: 290px;
	font-size: 20px;
	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: 18px;
	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;
	height: 82px;
	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 {
box-sizing: border-box;
	max-width: 624px;
	max-width: 640px;
	text-align:left;
	margin: -70px auto 80px auto;
	margin: -80px 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:none;
box-sizing: border-box;
	max-width: 600px;
	text-align:left;
	margin: -70px auto 80px auto;
	padding: 0px 0 0px 0;
	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 120px auto;
	padding: 80px 0px 80px 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;
	margin:0px auto 35px auto;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}							
						
.pgc_scene_ttl1 {
	box-sizing: border-box;
float:left;
	width: 370px;
	margin:0px 10px 0px 0;
	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:left;
	margin:22px auto 0px auto;
	padding: 0px 0px 0px 0px;
	position: relative;
	overflow:hidden;
}							
.pgc_scene_ttl2_cp {
	box-sizing: border-box;
	color: #333;
	font-size: 44px;
	text-align:left;
	line-height: 1.4;
	font-weight: bold;
	letter-spacing: 0.0em;
	padding: 0px 0px 0px 0px;
	margin:0px 0 0px 0;
}					
.pgc_scene_ttl2_cp span.org {
display: inline-block;	
color: #ff7333;
}			
.pgc_scene_ttl2_cp span.sml {
display: inline-block;	
font-size: 30px;
padding-right: 5px;
}						
						
.pgc_scene_ttl2_icn {
	box-sizing: border-box;
float:left;
	margin:0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	position: relative;
	position: absolute;
	right:175px;
	bottom:20px;
}						
						
						
.pgc_scene_box0 {
	box-sizing: border-box;
	max-width: 1200px;
	margin:0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	position: relative;
	overflow:hidden;
}						
						
.pgc_scene_box {
	box-sizing: border-box;
	float:left;
	width: 228px;
	margin:0px 15px 0px 0;
	padding: 0px 0px 0px 0px;
	background-color: #fff;
	position: relative;
	overflow:hidden;
}						
.pgc_scene_box:nth-child(5n) {
	margin:0px 0px 0px 0;
}	
.pgc_scene_box:nth-child(6) {
	display:none;
}			
						
.pgc_scene_img {
	box-sizing: border-box;
	width: 228px;
	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: 19px;
	text-align:center;
	font-weight: bold;
	line-height: 1.4em;
	height:100px;
	margin:0px auto 0px auto;
	padding: 20px 0px 0px 0px;
	border-bottom: 2px solid #ffa000;
}						
						
/* =サービス内容*/	
h2.pgc_service_ttl {
	box-sizing: border-box;
	width: 350px;
	height: 70px;
	color: #fff;
	font-size: 40px;
	border-radius: 35px;
	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 60px 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;
  left: 50%;
	width: 140px;
	width: 154px;
	height: 58px;
	height: 100px;
	height: 122px;
  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;
	margin:0px auto 40px auto;
	padding: 0px 0px 0px 0px;
	position: relative;
	overflow:hidden;
}	
.pgc_service_cts1 {
	box-sizing: border-box;
	float:left;
	width: 580px;
	border: 1px solid #bbb;
	background-color:#fff;
	margin:0px 40px 0px 0;
	padding: 0px 0px 0px 0px;
	position: relative;
	overflow:hidden;
}
.pgc_service_cts2 {
	box-sizing: border-box;
	float:left;
	width: 580px;
	border: 1px solid #bbb;
	background-color:#fff;
	margin:0px 0px 0px 0;
	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;
	position: relative;
	overflow:hidden;
}
.pgc_service_cts_img {
	box-sizing: border-box;
	width: 500px;
	margin:0px auto 20px 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;
	font-size: 26px;
	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;
}
.pgc_service_cts_ttl:before {
  content: '';
  position: absolute;
  bottom: -15px;
  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: 18px;
	text-align:left;
	font-weight: normal;
	line-height: 1.8em;
	margin:0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}

/* =回収可能な不用品の一例*/	
.pgc_service_exa_cts_ttl {
clear:both;
	box-sizing: border-box;
	width: 1200px;
	color: #333;
	font-size: 24px;
	text-align:left;
	font-weight: bold;
	border-left: 4px solid #00b4ff;
	line-height: 1.6em;
	margin:0px auto 20px auto;
	padding: 0px 0px 0px 20px;
overflow:hidden;
}

.pgc_service_exa_cts0 {
	box-sizing: border-box;
	max-width: 1200px;
	margin:0px auto 100px auto;
	padding: 0px 0px 0px 0px;
	position: relative;
	overflow:hidden;
}	

.pgc_service_exa_cts {
	box-sizing: border-box;
	float:left;
	width: 380px;
	border: 1px solid #bbb;
	background-color:#fff;
	margin:0px 30px 30px 0;
	padding: 0px 0px 0px 0px;
	position: relative;
	overflow:hidden;
}
.pgc_service_exa_cts:nth-child(3n) {
	margin:0px 0px 30px 0;
}

.pgc_service_exa_cts_box {
	box-sizing: border-box;
	margin:0px 0;
	padding: 25px 10px 20px 10px;
	position: relative;
	overflow:hidden;
}
.pgc_service_exa_cts_sttl {
	box-sizing: border-box;
	color: #333;
	font-size: 19px;
	text-align:center;
	font-weight: bold;
	line-height: 1.4em;
	margin:0px auto 20px auto;
	padding: 0px 0px 0px 0px;
}	
.pgc_service_exa_cts_img {
	box-sizing: border-box;
	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: 15px;
	text-align:center;
	font-weight: normal;
	line-height: 1.4em;
	margin:0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}

/* =トップ、非鉄金属の買取の私たちのサービスから変更した分のみ記述 */			
.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;
	padding: 110px 0px 70px 0px;
	padding: 130px 0px 70px 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;
	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 auto 30px auto;
	position: relative;
	z-index: 15;
}		
.pgc_ourservice {
	box-sizing: border-box;
	float:left;
	width: 370px;
	height: 330px;
	background-color: #fff;
	padding: 0px 0px 0px 0px;
	margin:0px 45px 60px 0;
	position: relative;
}								
.pgc_ourservice:nth-child(3n) {
	margin:0px 0px 0px 0;
}	
.pgc_ourservice:last-of-type {
	background-color: transparent;
}

.pgc_ourservice_no {
box-sizing: border-box;
width: 60px;
height:60px;
	margin: -20px auto 0px auto;
	padding: 0px 0 0px 0px;
	position: relative;
	z-index: 20;
}
.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;
	padding: 0px 35px 0px 35px;
	position: relative;
	z-index: 15;
}				
.pgc_ourservice_cts_img {
	box-sizing: border-box;
	width: 300px;
	margin:0px auto 12px auto;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}			
.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;
color: #333;
	font-size: 20px;
	text-align:center;
	font-weight: bold;
	line-height: 1.4em;
	margin:0px auto 10px auto;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}		
.pgc_ourservice_cts_cp {
	box-sizing: border-box;
color: #333;
	font-size: 16px;
	text-align:left;
	font-weight: normal;
	line-height: 1.6em;
	margin:0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}

.pgc_ourservice_cts_Illust {
	box-sizing: border-box;
	width: 300px;
	margin:0px auto 0px auto;
	padding: 10px 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 110px auto;
	padding: 90px 0px 70px 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;
	font-size: 40px;
	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;
	padding: 14px 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 auto 0px auto;
	position: relative;
	overflow:hidden;
}	

.pgc_price_cp0 {
box-sizing: border-box;
max-width: 880px;
	padding: 0px 0px 0px 0px;
	margin:20px auto 50px auto;
	position: relative;
}
	
.pgc_price_cp {
	box-sizing: border-box;
	font-size: 16px;
	color: #333;
	text-align:center;
	font-weight: normal;
	line-height: 2.0em;
	letter-spacing: 0.0em;
	padding: 0px 0px 0px 0px;
	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:-5px;
	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:-5px;
	top:-15px;
}

h3.pgc_price_sttl {
	box-sizing: border-box;
	font-size: 22px;
	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 15px;
	position: relative;
	overflow:hidden;
}

/* =利用料金 テーブル ----------- */	
.pgctable {
width: 1080px;
margin: 0px auto 45px auto;
padding: 0px 0px 0px 0px;
overflow:hidden;
}
.pgctable table {
	width: 100%;
	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: 16px;
	text-align: left;
	word-wrap:break-word;		
}		
.pgctable table th {
box-sizing: border-box;
	padding: 15px 5px 15px 5px;
	border: 1px solid #cccccc;
	color: #4d4d4d;
	background: #ffeccc;
	font-weight: bold;
	line-height: 1.5;
	font-size: 16px;
	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: 20px 5px 20px 5px;
	word-wrap:break-word;
}			
.pgctable table td:first-of-type {
box-sizing: border-box;
	width: 340px;
	color: #4d4d4d;
	font-size: 18px;
	vertical-align: middle;
	text-align: center;
	text-align: left;
	font-weight: bold;
	line-height: 1.5;
	border: 1px solid #cccccc;
	padding: 20px 5px 20px 60px;
	word-wrap:break-word;
}
.pgctable table td:nth-child(2) {
box-sizing: border-box;
	width: 270px;
	color: #e6002d;
	font-size: 18px;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
	border: 1px solid #cccccc;
	padding: 20px 5px 20px 5px;
	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: 20px 5px 20px 30px;
	word-wrap:break-word;
}
		
		
/* ご依頼の流れ */
.pgc_process_ttl0 {
	box-sizing: border-box;
	max-width: 360px;
	text-align:center;
	text-align:left;
	padding: 0px 0 0px 0;
	margin:0px auto 20px auto;
	position: relative;
	z-index: 20;
}			
.pgc_process_ttl1 {
	box-sizing: border-box;
	float:left;
	width: 200px;
	color: #333;
	font-size: 50px;
	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;
}					
h2.pgc_process_ttl2 {
	clear:none;
	box-sizing: border-box;
	float:left;
	width: 152px;
	height: 98px;
	color: #fff;
	font-size: 50px;
	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;
	padding: 38px 0px 0px 15px;
	padding: 6px 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:-40px;
	top:-10px;
}						


.pgc_process_cts {
	box-sizing: border-box;
	width: 90%;
	min-width: 1200px;
	margin: 0px auto 100px auto;
	padding: 50px 0 50px 0px;
	overflow:hidden;
	position: relative;
	border-bottom: 1px solid #f01e28;
}

.pgc_process_cts_box {
	box-sizing: border-box;
	float:left;
	width: 24%;
	margin: 0 1% 0 0;
	padding: 0px 0 0px 0px;
	overflow:hidden;
	position: relative;
}
.pgc_process_cts_box:nth-child(4n) {
	margin:0px 0px 0px 0;
}

.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 15px;
	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;
	overflow:hidden;
position: relative;
z-index: 30;
}
.pgc_process_cts_no {
	box-sizing: border-box;
	float:left;
	width: 50px;
	padding: 0px 0px 0px 0px;
	margin:0px 20px 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:left;
color: #333;
	font-size: 20px;
	text-align:left;
	font-weight: bold;
	letter-spacing: 0.0em;
	line-height: 1.3em;
	margin: 0 0 0 0;
	padding: 22px 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: 15px;
	text-align:left;
	font-weight: normal;
	letter-spacing: 0.0em;
	line-height: 1.6em;
	margin: 0 0 0 0;
	padding: 0px 20px 0px 0px;
	padding: 0px 30px 0px 0px;
	position: relative;
}
.pgc_process_cts_cp2 {
	box-sizing: border-box;
	width: 100%;
	color: #333;
	font-size: 15px;
	text-align:left;
	font-weight: normal;
	letter-spacing: 0.0em;
	line-height: 1.6em;
	margin: 0 0 0 0;
	padding: 0px 0px 0px 0px;
	position: relative;
}
.pgc_process_cts_cp_ya {
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: 1200px;
	position: relative;
	margin:0px auto 50px auto;
	padding: 0px 0px 0px 0px;
	border: 1px solid #3498db;
	overflow:hidden;
	z-index: 20;
}		
.pgc_tenpo_cts {
	box-sizing: border-box;
	margin:0px auto 0px auto;
	padding: 20px 25px 10px 25px;
	overflow:hidden;
	z-index: 20;
}				
										
.pgc_tenpo {
	box-sizing: border-box;
	float:left;
	width: 370px;
	position: relative;
	margin:0px 20px 0px auto;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
	z-index: 20;
}					
.pgc_tenpo_name {
	box-sizing: border-box;
	width: 370px;
	color: #4d4d4d;
	font-size: 22px;
	background-color: #f3f3f3;
	text-align:center;
	line-height: 1.5;
	font-weight: bold;
	letter-spacing: 0.0em;
	border-bottom: 1px solid #c9c9c9;
	margin:0px auto 25px auto;
	margin:0px auto 20px auto;
	padding: 15px 0px 15px 0px;
	padding: 10px 0px 10px 0px;
	padding: 8px 0px 8px 0px;
	overflow:hidden;
}			
.pgc_tenpo_tel {
	box-sizing: border-box;
	width: 280px;
	width: 230px;
	width: 240px;
	text-align:center;
	line-height: 1.6;
	margin:0px auto 15px auto;
	margin:0px auto 12px 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: 240px;
	text-align:center;
	line-height: 1.6;
	margin:0px auto 15px 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;
	color: #333;
	font-size: 15px;
	text-align:center;
	line-height: 1.8;
	font-weight: normal;
	letter-spacing: 0.0em;
	margin:0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}	
.pgc_tenpo_cp2 {
	box-sizing: border-box;
	width: 370px;
	color: #333;
	font-size: 15px;
	text-align:center;
	line-height: 1.8;
	font-weight: normal;
	letter-spacing: 0.0em;
	margin:0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}				
				
.pgc_tenpo_gaikan {
	box-sizing: border-box;
	float:left;
	max-width: 370px;
	margin:0px 20px 0px 0;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}
.pgc_tenpo_gaikan img {
	max-width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px !important;
	margin:0px 0px 0px 0 !important;
}	
				
.pgc_tenpo_map {
	box-sizing: border-box;
	float:left;
	max-width: 370px;
	margin:0px auto 0px auto;
	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:none;
}	


/* =お問い合わせページ
----------------------------------------------- */
/* =あんしん丁寧な対応 追加分 */
.ctt_pg_ttl0 {
	margin:0px auto 0px auto;
	padding: 90px 0px 0px 0px;
	overflow:hidden;
}								

/* =お電話等各タイトル部 */			
.pg_ctt_tel_ttl {
	box-sizing: border-box;
	width: 200px;
	color: #333;
	font-size: 32px;
	font-size: 24px;
	text-align:center;
	font-weight: bold;
	line-height: 1.8;
	letter-spacing: 0.0em;
	padding: 10px 0px 10px 0px;
	margin:0px auto 5px auto;
	position: relative;
	z-index: 20;
}			
.pg_ctt_tel_ttl:before {
  content: "";
  position: absolute;
top: -8px;
top: -14px;
top: -5px;
  left: 50%;
	width: 140px;
	width: 100px;
	height: 58px;
	height: 90px;
	height: 64px;
  border-radius: 50%;
  border: 4px 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: 24px;
	text-align:center;
	font-weight: bold;
	line-height: 1.8;
	letter-spacing: 0.0em;
	padding: 10px 0px 10px 10px;
	margin:0px auto 30px auto;
	position: relative;
	z-index: 20;
}			
.pg_ctt_line_ttl:before {
  content: "";
  position: absolute;
top: -8px;
top: -14px;
top: -5px;
top: -9px;
  left: 50%;
	width: 140px;
	width: 100px;
	height: 58px;
	height: 90px;
	height: 64px;
	height: 76px;
  border-radius: 50%;
  border: 4px 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: 24px;
	text-align:center;
	font-weight: bold;
	line-height: 1.8;
	letter-spacing: 0.0em;
	padding: 10px 0px 10px 0px;
	margin:0px auto 30px auto;
	position: relative;
	z-index: 20;
}			
.pg_ctt_form_ttl:before {
  content: "";
  position: absolute;
top: -8px;
top: -14px;
top: -5px;
  left: 50%;
	width: 140px;
	width: 100px;
	height: 58px;
	height: 90px;
	height: 64px;
  border-radius: 50%;
  border: 4px 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;
	max-width: 1260px;
	min-width: 1260px;
	max-width: 1100px;
	min-width: 1100px;
	position: relative;
	margin:0px auto 50px auto;
	margin:0px auto 20px auto;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
	z-index: 20;
}				
.ctt_tenpo1_ctt {
	box-sizing: border-box;
	float:left;
	width: 920px;
	width: 800px;
	position: relative;
	margin:0px 20px 0px 0;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
	z-index: 20;
}				
.ctt_tenpo2_ctt {
	box-sizing: border-box;
	float:left;
	width: 320px;
	width: 280px;
	position: relative;
	margin:0px 0 0px 0;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
	z-index: 20;
}

.ctt_tenpo_svsttl_ctt {
	box-sizing: border-box;
	color: #f01e28;
	color: #3498db;
	color: #333;
	color: #f01e28;
	font-size: 22px;
	font-size: 20px;
	text-align:left;
	font-weight: bold;
	letter-spacing: 0.0em;
	line-height: 1.8;
	padding: 0px 0px 0px 15px;
	margin:0px 0 0px 0;
	position: relative;
	overflow:hidden;
	z-index: 30;
}			
.ctt_tenpo1_cts_ctt {
	box-sizing: border-box;
	width: 920px;
	width: 800px;
	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 0px 0px 0px;
	overflow:hidden;
	z-index: 20;
}		
.ctt_tenpo2_cts_ctt {
	box-sizing: border-box;
	width: 320px;
	width: 280px;
	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 0px 0px 0px;
	overflow:hidden;
	z-index: 20;
}				

.ctt_tenpo1_box_ctt {
	box-sizing: border-box;
	width: 884px;
	width: 800px;
	width: 760px;
	position: relative;
	margin:0px auto 0px auto;
	padding: 25px 0px 18px 0px;
	overflow:hidden;
}				
.ctt_tenpo2_box_ctt {
	box-sizing: border-box;
	width: 282px;
	width: 280px;
	position: relative;
	margin:0px auto 0px auto;
	padding: 25px 0px 18px 0px;
	overflow:hidden;
}				
				
.ctt_tenpo1_tnpo1_ctt {
	box-sizing: border-box;
	float:left;
	width: 282px;
	width: 240px;
	position: relative;
	margin:0px 18px 0px 0;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}					
.ctt_tenpo1_tnpo2_ctt {
	box-sizing: border-box;
	width: 282px;
	width: 240px;
	position: relative;
	margin:0px 0px 0px 0;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}			
.ctt_tenpo2_tnpo_ctt {
	box-sizing: border-box;
	width: 282px;
	width: 240px;
	position: relative;
	margin:0px 0px 0px 0;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}		

.tenpo_cts1_ctt {
	box-sizing: border-box;
	width: auto;
	position: relative;
	margin:0px 0px 0px 0;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}		
.ctt_tenpo_name_ctt {
	box-sizing: border-box;
	width: 282px;
	width: 240px;
	color: #4d4d4d;
	font-size: 18px;
	background-color: #f3f3f3;
	text-align:center;
	line-height: 1.5;
	font-weight: bold;
	letter-spacing: 0.0em;
	border-bottom: 1px solid #c9c9c9;
	margin:0px auto 15px auto;
	padding: 7px 0px 7px 0px;
	overflow:hidden;
}			
.ctt_tenpo_tel_ctt {
	box-sizing: border-box;
	width: 220px;
	width: 200px;
	text-align:center;
	line-height: 1.6;
	margin:0px auto 10px auto;
	padding: 0px 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;
	width: 282px;
	width: 240px;
	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: 0px 0px 0px 0px;
	overflow:hidden;
}				

/* LINEから */
.pg_cct_sttl0 {
	clear:both;
	box-sizing: border-box;
	width: 1100px;
	margin: 0px auto 25px auto;
	padding: 20px 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: 16px;
	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: 10px; /* 文字との余白 */
}	
.pg_cct_sttl0:after {
	margin-left: 10px; /* 文字との余白 */
}			

.pg_cct_sttls{
	clear:both;
	box-sizing: border-box;
	color: #333;
	font-size: 16px;
	text-align:center;
	font-weight: normal;
	line-height: 1.5em;
	margin: 0 auto 15px auto;
	padding: 0px 0 0px 0px;
	overflow:hidden;
}

.pg_ctt_line_cts0 {
	box-sizing: border-box;
	max-width: 1100px;
	margin: 0px auto 35px auto;
	border: 1px solid #53bb4d;
	border: 1px solid #7ecc7a;
	padding: 22px 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: 680px;
	max-width: 440px;
	max-width: 370px;
	margin: 0px auto 0px auto;
	margin: 0px auto 50px auto;
	margin: 0px auto 30px auto;
	margin: 0px auto 0px auto;
	padding: 0px 0 0px 0px;
	overflow:hidden;
}	
.pg_ctt_line_cts  img {
	max-width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0;
}			

.pg_ctt_line_logo_ttl {
	box-sizing: border-box;
	width: 150px;
	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;
	box-sizing: border-box;
	width: 180px;
	margin: 0px 90px 0px 0;
	margin: 0px 80px 0px 0;
	padding: 18px 0 0px 0px;
	overflow:hidden;
}	
.pg_ctt_line_qr {
	float:left;
	box-sizing: border-box;
	width: 100px;
	margin: 0px 0px 0px 0;
	padding: 0px 0 0px 0px;
	overflow:hidden;
}	

.pg_cct_box_kei {
	clear:both;
	box-sizing: border-box;
	width: 1100px;
	height: 1px;
	background-color: #53bb4d;
	margin: 30px auto 40px auto;
	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 100px auto;
	margin:0px auto 15px auto;
	padding: 60px 0px 70px 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 auto 0px auto;
	padding: 40px 0 40px 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;
	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 2.0em;
	border: 0px solid #ccc;
	border-collapse: collapse;
	color: #333;
	line-height: 1.6;
	font-weight: normal;
	font-size: 16px;
	text-align: left;
	word-break:break-all;	
}
table#fom td {
	box-sizing: border-box;
	font-size: 16px;
    color: #333;
	padding: 20px 10px 20px 10px;
	line-height: 1.6;
	vertical-align: middle;
	word-break:break-all;
}

table#fom td.fom1 {
	box-sizing: border-box;
	width: 240px;
	text-align: left;
	font-size: 16px;
	line-height: 1.6;
	vertical-align: middle;
	vertical-align: top;
	font-weight: normal;
	background-color: #fff9ea;
	border: 0px solid #ffad33;
	border-top: 1px solid #ffad33;
	border-bottom: 1px solid #ffad33;
	padding: 20px 10px 20px 40px;
}

.cell_margin {
	width: 20px !important;
	width: 30px !important;
  margin: 0 !important;
	padding: 0 !important;
	border: 0px !important;
}

table#fom td.fom2 {
	box-sizing: border-box;
	width: 630px;
	font-size: 16px;
	text-align: left;
	line-height: 1.6;
	vertical-align: middle;
	font-weight: normal;
	border: 0px solid #aaaaaa;
	border-top: 1px solid #ffad33;
	border-bottom: 1px solid #ffad33;
	padding: 20px 10px 20px 15px;
}
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 {
  width: 900px;
  margin: 0 auto 10px;
  color: #333;
	font-size: 15px;
	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-txt1 {
	display: block;
}
.mw_wp_form_confirm .fom-txt1 {
	display: none;
}
.mw_wp_form_complete .fom-txt1 {
	display: none;
}

.mw_wp_form_input .fom-txt {
	display: none;
}


.mw_wp_form_input .form_txt0 .center {
display: inline-block;
  width: 900px;
  margin: 0 auto 8px auto;
  color: #333;
	font-size: 16x;
	line-height: 1.7;
	text-align: center;
	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;
  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;
  width: 900px;
  margin: 0 auto 8px auto;
  color: #333;
	font-size: 17px;
	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.8em;
	padding: 0px 0px 0px 0px;
	margin: 0em auto 1.5em 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;
	position: relative;
}
.fbn {
	border:1px solid #B3B3B3;
	padding:8px 16px;
	padding:12px 24px !important;
	font-size: 17px;
	background-color:#F2F2F2;
	text-align:center;
	color:#333333;
	font-weight:bold;
	font-weight:normal;
	margin: 0 8px;
	position: relative;
}
.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;
	font-size: 1em;
	line-height: 1.5em;
}
input.w80 {
	width:80px;
	font-size: 1em;
	line-height: 1.5em;
}
input.w100 {
	width:100px;
	font-size: 1em;
	line-height: 1.5em;
}
input.w150 {
	width:150px;
	font-size: 1em;
	line-height: 1.5em;
}
input.w310 {
	width:310px;
	font-size: 1em;
	line-height: 1.5em;
}
input.w400 {
	width:400px;
	font-size: 1em;
	line-height: 1.5em;
}
input.w500 {
	width:500px;
	font-size: 1em;
	line-height: 1.5em;
}
input.w580 {
	width:580px;
	font-size: 1em;
	line-height: 1.5em;
}
input.w600 {
	width:600px;
	font-size: 1em;
	line-height: 1.5em;
}
input.w640 {
	width:640px;
	font-size: 1em;
	line-height: 1.5em;
}
table#fom textarea {
width:97%;
height: 255px;
font-size: 15px;
line-height: 1.5em;
color:#333 !important;
	border: 1px solid #ccc;
	background: #f9f9f9;
}
.fcomplete{
    width: 1000px;
	margin: 250px auto 300px;
	margin: 50px auto 50px;
}

.fmcmp {
	font-size: 22px;
	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: 22px;
	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: 16px;
	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 {
	clear:both;
	box-sizing: border-box;
	width: 1100px;
	width: auto;
	max-width: 1100px;
	background-color: #fff9f2;
	margin: 0px auto 20px auto;
	padding: 50px 0 35px 0px;
	overflow:hidden;
	position: relative;
}	
.pg_cct_policy_cts_sp {
	max-width: 1100px;
	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: 1100px;
	background-color: #fff9f2;
	background-color: #fff;
	margin: 0px auto 20px auto;
	margin: 0px auto 0px auto;
	padding: 55px 0 35px 0px;
	padding: 20px 0 0px 0px;
	overflow:hidden;
	position: relative;
}	
.pg_cct_policy_cts_box {
	box-sizing: border-box;
	width: 1000px;
	width: 950px;
	width: auto;
	max-width: 950px;
	margin: 0px auto 0px auto;
	padding: 0px 0 0px 0px;
	overflow:hidden;
	position: relative;
}


.pg_cct_policy_ttl {
	box-sizing: border-box;
	font-size: 21px;
	color: #333;
	line-height:1.6em; 
	text-align: left;
	border-left: 5px solid #ff8200;
	margin:0px 0% 20px 0px;
	padding: 0px 0px 0px 16px;
	font-weight: bold; 
}
.policy_txt1 {
  font-size: 15px;
  line-height: 1.8;
	margin:0px 0 15px 0;
	padding: 0px 0px 0px 0px;
}
.policy_txt {
  font-size: 15px;
  line-height: 1.8;
	margin:0px 0 40px 0;
	padding: 0px 0px 0px 0px;
}
.policy_txt_last {
  font-size: 15px;
  line-height: 1.8;
	margin:0px 0 0px 0;
	padding: 0px 0px 0px 0px;
}
.policy_sttl {
  font-size: 17px;
	line-height: 1.8;
	font-weight: bold;
	color: #ff8200;
	border-bottom: 1px solid #ccc;
	margin:0px 0 15px 0;
	padding: 0px 0px 8px 0px;
}
.policy_txt2 {
  font-size: 18px;
  line-height: 1.6;
	margin:0px 0 8px 0;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
}
.policy_txt2 span {
  font-size: 16px;
  line-height: 1.6;
}
.dog_sub_menu {
  display: none;
}


.rcr_work_bn0  {
float:right;
	max-width: 280px;
	max-width: 320px;
	width: 200px;
    text-align:center;
    padding: 0px 0px 0px 0px;
	margin:0px auto 20px 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: 16px;
	line-height: 1.6;
	margin:0px auto 0px auto;
	padding: 0px 10px 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;
	top:20px;
	right:10px;
}
.rcr_work_bn_icn a:hover img {
opacity: 1.00 !important;
filter: alpha(opacity=100) !important;
-moz-opacity: 1.00 !important;
-ms-filter: "alpha(opacity=100)" !important;
}
.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: #fff0e0;
}



/* =会社案内
----------------------------------------------- */
.pg_abt_sttl_cts {
	max-width: 1200px;
	text-align:center;
	margin: 0 auto 0px auto;
	padding: 0px 0 0px 0;
	padding: 40px 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;
text-align:center;
line-height: 1.4em;
	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 auto 20px auto;
	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;
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: 48.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;
	text-align:left;
	margin: 0 auto 30px auto;
	padding: 0px 0 0px 0;
	position: relative;
	overflow:hidden;
}	
.pg_abt_tym {
box-sizing: border-box;
	width: 360px;
	float:left;
	text-align:left;
	margin: 0 60px 10px 0;
	padding: 0px 0 0px 0;
	position: relative;
	overflow:hidden;
}	
.pg_abt_tym:nth-child(3n) {
	margin:0px 0px 0px 0;
}
			
h3.pg_abt_tym_ttl {
box-sizing: border-box;
	width: 360px;
	height: 80px;
	color: #333;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.0em;
	line-height: 1.6em;
	text-align:center;
	border-radius: 8px;
	margin: 0 auto 30px auto;
	padding: 20px 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: 16px;
	line-height: 1.8;
	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;
	text-align:center;
	font-weight: bold;
	line-height: 1.8;
	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%;
	width: 140px;
	height: 58px;
	height: 90px;
  border-radius: 50%;
  border: 6px 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 40px auto;
	padding: 85px 0px 70px 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;
	overflow:hidden;
}		
.pg_abt_gaiyo_cts {
	box-sizing: border-box;
	max-width: 1200px;
	background-color: #fff;
	text-align:center;
	text-align:left;
	padding: 60px 0 30px 0;
	margin:0px auto 0px auto;
	overflow:hidden;
	position: relative;
}		
	
/* 概要テーブル */
.pg_gaiyo_box {
box-sizing: border-box;
    max-width: 1040px;
	margin:0px auto 10px auto;
	padding: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    text-align:left !important;
    overflow:hidden;
}
table#gaiyo {
	box-sizing: border-box;
	width: 100%;
	margin: 0 0 10px;
	margin: 0em auto 2.0em;
	border: 0px solid #ccc;
	border-collapse: collapse;
	color: #333;
	line-height: 1.6;
	font-weight: normal;
	font-size: 16px;
	text-align: left;
	word-break:break-all;	
}
table#gaiyo td {
	box-sizing: border-box;
	font-size: 16px;
    color: #333;
	padding: 20px 10px 20px 10px;
	line-height: 1.6;
	vertical-align: middle;
	word-break:break-all;
}

table#gaiyo td.fom1 {
	box-sizing: border-box;
	width: 240px;
	text-align: left;
	text-align: center;
	font-size: 16px;
	line-height: 1.6;
	vertical-align: middle;
	vertical-align: top;
	font-weight: normal;
	background-color: #fef4f4;
	border: 0px solid #f56269;
	border-top: 1px solid #f56269;
	border-bottom: 1px solid #f56269;
	padding: 20px 10px 20px 40px;
	padding: 20px 10px 20px 10px;
}

.cell_margin {
	width: 20px !important;
	width: 30px !important;
  margin: 0 !important;
	padding: 0 !important;
	border: 0px !important;
}

table#gaiyo td.fom2 {
	box-sizing: border-box;
	width: 630px;
	width: 670px;
	font-size: 16px;
	text-align: left;
	line-height: 1.6;
	vertical-align: middle;
	font-weight: normal;
	border: 0px solid #aaaaaa;
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	padding: 20px 10px 20px 25px;
}

table#gaiyo td.fom2 span {
	display:inline-block;
	line-height: 1.6;
	padding: 0px 0px 12px 0px;
}
	
/* アクセスマップ */
.pg_abt_map_cts {
box-sizing: border-box;
	max-width: 1200px;
	text-align:left;
	margin: 0px auto 30px auto;
	padding: 20px 0 0px 0;
	position: relative;
	overflow:hidden;
}	
.pg_abt_map {
box-sizing: border-box;
	width: 282px;
	float:left;
	text-align:left;
	margin: 0 24px 0px 0;
	padding: 0px 0 0px 0;
	position: relative;
	overflow:hidden;
}	
.pg_abt_map:nth-child(4n) {
	margin:0px 0px 0px 0;
}
			
.pg_abt_map_name {
	box-sizing: border-box;
	width: 282px;
	color: #4d4d4d;
	font-size: 19px;
	background-color: #f3f3f3;
	text-align:center;
	line-height: 1.5;
	font-weight: bold;
	letter-spacing: 0.0em;
	border-bottom: 1px solid #c9c9c9;
	margin:0px auto 15px auto;
	padding: 10px 0px 10px 0px;
	overflow:hidden;
}			
.pg_abt_map_box {
	box-sizing: border-box;
	max-width: 282px;
	margin:0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}	

/* =ページナビ
----------------------------------------------- */				
.wp-pagenavi {
  margin: 20px 0px 20px 0px;
  float: right;
font-size: 15px !important;			
}
.wp-pagenavi > a,
.wp-pagenavi > span {
  margin: 2px;
  padding: 5px 6px;
  background: #fff;			
  font-size: 18px !important;
}
.wp-pagenavi a:hover {
  background: #f01e28;
	color: #fff;
}
.wp-pagenavi .page,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
color: #f01e28;
font-weight: bold;
}
.wp-pagenavi .current {
border: 1px solid #c9caca;
background: #f01e28 !important;
color: #fff;
}




/* =Widgets
----------------------------------------------- */
.widget-area {
	font-size: 15px;
	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: 16px;
	font-weight: bold;
	background: #fff;
	letter-spacing: 0.0em;
	line-height: 1.6em;
	padding: 5px 5px 6px 12px;
	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: 16px;
	font-weight: bold;
	background: #fff;
	letter-spacing: 0.0em;
	line-height: 1.6em;
	padding: 5px 5px 6px 12px;
	border-left: 7px 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;
}


.widget ul {
	font-size: 15px;
	margin: 0;
}
.widget ul ul {
	margin-left: 1.0em;
}
.widget ul li {
	color: #444;
	font-size: 15px;
	line-height: 1.4em;
	padding: 8px 0px;
	border-bottom: dotted 1px #aaa;
}
.widget ul .children li {
	color: #444;
	font-size: 15px;
	padding: 7px 0px 0px 0px;
	border-bottom: dotted 0px #aaa;
}

.widget a {
	font-weight: normal;
	color: #444;
	text-decoration: none;
}
.widget a:hover,
.widget a:focus,
.widget a:active {
	color: #f01e28;
	text-decoration: underline;
}
.widget select {
	max-width: 100%;
}
li.categories {
	list-style-type: none;
}			
li.puppykitten_cat {
	list-style-type: none;
}			
li.dnadog_cat {
	list-style-type: none;
}
li.groomingstyle_cat {
	list-style-type: none;
}
				
/* =Comments
----------------------------------------------- */
#comments-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.6em;
	padding: 0 0 2.6em;
	text-transform: uppercase;
}
.nopassword,
.nocomments {
	color: #aaa;
	font-size: 18px;
	font-weight: 100;
	margin: 20px 0;
	text-align: center;
}
.commentlist {
	list-style: none;
	margin: 0 auto;
	width: 68.9%;
}

/* Comment Form */
#respond {
	background: #ddd;
	background: #fff;
	border: 0px solid #d3d3d3;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 auto 1.0em;
	padding: 1.0em 0.0em 0.5em 0.0em;
	position: relative;
	width: 68.9%;
	width: auto;
}
#respond .comment-form label .required,
#respond .comment-form .comment-notes .required,
#respond .comment-form .logged-in-as .required {
	color: #bd3500;
	font-size: 22px;
	font-size: 12px;
	font-weight: bold;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required,
#respond .comment-form-url .required,
#respond .comment-form-comment .required {
	float: right;
	margin-left: 4px;
}
#respond .comment-form .comment-notes .required,
#respond .comment-form .logged-in-as .required {
	vertical-align: middle;
}
#respond input#submit {
	background: #f01e28;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: #fff;
	cursor: pointer;
	font-size: 15px;
	margin: 40px 20px 20px 0;
	padding: 5px 32px 5px 32px;
	position: relative;
	left: 30px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
#respond input#submit:active {
	background: #c386a7;
	color: #fff;
}
#reply-title {
	color: #373737;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5em;
}


/* =フッターコンタクト
----------------------------------------------- */
.ft_contact0 {
	clear:both;
	width: 100%;
	background-color: #f01e28;
	margin:0px auto 0px auto;
	margin:-120px auto 0px auto;
	padding: 35px 0px 35px 0px;
	overflow:hidden;
	position: relative;
	z-index: 30;
}
.ft_contact {
	clear:both;
	width: 1100px;
	width: 1330px;
	height: 240px;
	height: 260px;
	background-color: #f01e28;
	margin:0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
	position: relative;
	z-index: 30;
}
.ft_contact img {
	max-width: 100%;
	height: auto;
}
.ft_contact_cts {
	margin:0px 0 0px 0;
	padding: 30px 20px 30px 30px;
	padding: 40px 60px 40px 60px;
}
.ft_ctt1 {
	box-sizing: border-box;
	float:left;
	width: 200px;
	height: 180px;
	text-align:left;
	border-top: 1px solid #b2d3ee;
	border-left: 1px solid #b2d3ee;
	margin:0px 50px 0px 0;
	margin:0px 60px 0px 0;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}

.ft_ctt_ttl_cts {
	box-sizing: border-box;
	margin:0px 0 0px 0;
	padding: 28px 0px 0px 30px;
	overflow:hidden;
}
.ft_ctt_ttl_ej {
	margin:0px 0 13px 0;
	padding: 0px 0px 0px 0px;
	line-height: 1.0em;
	overflow:hidden;
}
.ft_ctt_ttl_ej img {
max-width: 100%;
height:auto;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
}
.ft_ctt_ttl_cp {
	color: #fff;
	text-align:left;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.6;
/*	font-family: Sawarabi Mincho; */
	margin:0px 0 0px 0;
	padding: 0px 0px 20px 0px;
  position: relative;
}
.ft_ctt_ttl_cp::before {
  content: '';
	background-color: #f01e28;
	background-color: #cce2f4;
  width: 2em;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.ft_ctt_right {
	box-sizing: border-box;
	float:left;
	margin:0px 0px 0px 0;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}

.ft_ctt2 {
	box-sizing: border-box;
	float:left;
	width: 380px;
	width: 450px;
	height: 180px;
	text-align:center;
	background-color: #fff;
	margin:0px 25px 0px 0;
	margin:0px 40px 0px 0;
	padding: 28px 0px 0px 0px;
	overflow:hidden;
}
.ft_ctt3 {
	box-sizing: border-box;
	float:left;
	width: 380px;
	width: 450px;
	height: 180px;
	text-align:center;
	background-color: #fff;
	margin:0px 0px 0px 0;
	padding: 28px 0px 0px 0px;
	overflow:hidden;
}

.ft_ctt_sttl {
	box-sizing: border-box;
	color: #4d4d4d;
	text-align:center;
  font-weight: bold;
  font-size: 19px;
  line-height: 1.6;
	margin:0px 0 18px 0;
	padding: 0px 0px 0px 0px;
  position: relative;
}
.ft_ctt_tel_img {
	box-sizing: border-box;
max-width: 280px;
  line-height: 1.0;
	margin:0px auto 15px auto;
	padding: 0px 0px 0px 0px;
  position: relative;
}
.ft_ctt_tel_img a:hover img {
opacity: 1.00;
filter: alpha(opacity=100);
-moz-opacity: 1.00;
-ms-filter: "alpha(opacity=100)";
}
.ft_ctt_tel_cp {
	box-sizing: border-box;
	color: #333333;
	text-align:center;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.6;
	margin:0px 0 0px 0;
	padding: 0px 0px 0px 0px;
  position: relative;
}
.ft_ctt_mail_cp {
	box-sizing: border-box;
	color: #333333;
	text-align:center;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.6;
	margin:0px 0 12px 0;
	padding: 0px 0px 0px 0px;
  position: relative;
}
.ft_ctt_mail_img {
	box-sizing: border-box;
max-width: 284px;
  line-height: 1.0;
	margin:0px auto 0px auto;
	padding: 0px 0px 0px 0px;
  position: relative;
}
.ft_ctt_mail_img a:hover img {
opacity: 0.75;
filter: alpha(opacity=75);
-moz-opacity: 0.75;
-ms-filter: "alpha(opacity=75)";
}




/* =Footer
----------------------------------------------- */
#colophon {
	clear: both;
	position: relative;
	z-index: 10;
}
#footer {
width: 100%;
margin:0px auto 0 auto;
background: #f9f9f9;
	border-top: 1px solid #ccc;
padding: 60px 0px 50px 0px;
padding: 50px 0px 50px 0px;
overflow:hidden;
position: relative;
z-index: 10;
}

#foot {
	width: 1100px;
	width: 1200px;
margin:0px auto;
padding: 0px 0px 0px 0px;
	overflow:hidden;
	position: relative;
}


.foot1 {
	float:left;
	width: 780px;
	margin:0px 0 0px 0;
	padding: 0px 0px 0px 0px;
	position: relative;
	z-index: 10;
}
.foot2 {
	float:right;
	width: 400px;
	text-align:left;
	margin:5px 0 0px 0;
	padding: 0px 0px 0px 0px;
	position: relative;
	z-index: 15;
}

.foot1_cts {
	margin:0px 0 0px 0;
	padding: 0px 0px 30px 0px;
overflow:hidden;
}

.ft_logo {
	box-sizing: border-box;
	float:left;
  width: 270px;
  line-height: 1.0;
	margin:0px 30px 0px 0;
	padding: 0px 0px 0px 0px;
}
.ft_logo img {
max-width: 100%;
height:auto;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
}
.ft_scp {
	float:left;
  	color: #333333;
	text-align:left;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.4;
	margin:15px 0 0px 0;
	margin:1px 0 0px 0;
	padding: 0px 0px 0px 0px;
}


.foot1_address {
	clear:both;
	color: #333333;
	text-align:left;
  font-weight: normal;
  font-size: 15px;
  line-height: 1.8;
	margin:0px 0 20px 0;
	padding: 0px 0px 0px 0px;
}
.foot1_address a {
	color: #333333;
	text-decoration: none;
}
.foot1_address a:focus,
.foot1_address a:active,
.foot1_address a:hover {
	color: #333333;
	text-decoration: none;
}
.foot1_address .adrs1 {
	box-sizing: border-box;
	display:inline-block;
	width: 180px;
	width: 150px;
	background: #fff;
	text-align:center;
	border: 1px solid #c9c9c9;
	margin:0px 0 5px 0;
	padding: 0px 0px 0px 0px;
}
.foot1_address .adrs11 {
	display:inline-block;
	width: 530px;
	width: 560px;
	text-align:left;
	margin:0px 0 5px 0;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #c9c9c9;
}


.foot2_cts {
	margin:0px 0 0px 0;
	padding: 0px 0px 54px 0px;
	padding: 0px 0px 85px 0px;
	padding: 60px 0px 30px 0px;
overflow:hidden;
}
.foot2_cts a {
	margin:0px 0 0px 0;
	color: #333;
	padding: 0px 0px 40px 0px;
overflow:hidden;
}
.foot2_cts a:hover {
	color: #f01e28;
	text-decoration: none;
}

.foot_m {
	float:left;
	width: 120px;
	width: 210px;
	text-align:left;
	font-weight: normal;
	font-size: 16px;
	font-size: 15px;
  line-height: 2.0;
	margin:0px 0 0px 0;
	padding: 0px 0px 0px 0px;
	border-right: 1px solid #cbcbcb;
}
.foot_m2 {
	float:left;
	width: auto;
	text-align:left;
	font-weight: normal;
	font-size: 16px;
	font-size: 15px;
  line-height: 2.0;
	margin:0px 0 0px 0;
	padding: 0px 0px 0px 20px;
}

.foot2_cptht {
	clear:both;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.6;
	margin:0px 0 0px 0;
	padding: 0px 0px 0px 0px;
	position: relative;
}

/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		font-size: 10pt;
	}
	footer.entry-meta a[rel=bookmark]:link:after,
	footer.entry-meta a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	#page {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	#branding {
		border-top: none !important;
		padding: 0;
	}
	#branding hgroup {
		margin: 0;
	}
	#site-title a {
		font-size: 21pt;
	}
	#site-description {
		font-size: 10pt;
	}
	#branding #searchform {
		display: none;
	}
	#branding img {
		display: none;
	}
	#access {
		display: none;
	}
	#main {
		border-top: none;
		box-shadow: none;
	}
	#primary {
		float: left;
		margin: 0;
		width: 100%;
	}
	#content {
		margin: 0;
		width: auto;
	}
	.singular #content {
		margin: 0;
		width: 100%;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.entry-meta .edit-link a {
		display: none;
	}
	#content nav {
		display: none;
	}
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular #comments-title {
		margin: 0;
		width: 100%;
	}
	.singular .hentry {
		padding: 0;
	}
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	.entry-meta {
		font-size: 10pt;
	}
	.entry-header .comments-link {
		display: none;
	}
	.page-link {
		display: none;
	}
	.singular #author-info {
		background: none;
		border-bottom: none;
		border-top: none;
		margin: 2.2em 0 0;
		padding: 0;
	}
	#respond {
		display: none;
	}
	.widget-area {
		display: none;
	}
	#colophon {
		display: none;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		border: 1px solid #ddd;
		-moz-border-radius: 3px 3px 3px 3px;
		border-radius: 3px 3px 3px 3px;
		margin: 0 auto 1.625em;
		padding: 1.625em;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.commentlist li.comment .comment-meta {
		line-height: 1.625em;
		margin-left: 50px;
	}
	.commentlist li.comment .fn {
		display: block;
	}
	.commentlist li.comment .comment-content {
		margin: 1.625em 0 0;
	}
	.commentlist .comment-edit-link {
		display: none;
	}
	.commentlist > li::before,
	.commentlist > li.bypostauthor::before {
		content: '';
	}
	.commentlist .reply {
		display: none;
	}

	/* Post author highlighting */
	.commentlist > li.bypostauthor {
		color: #444;
	}
	.commentlist > li.bypostauthor .comment-meta {
		color: #666;
	}
	.commentlist > li.bypostauthor:before {
		content: none;
	}

	/* Post Author threaded comments */
	.commentlist .children > li.bypostauthor {
		background: #fff;
		border-color: #ddd;
	}
	.commentlist .children > li.bypostauthor > article,
	.commentlist .children > li.bypostauthor > article .comment-meta {
		color: #666;
	}
}
