/*
body
----------------------------------------*/
html, body {
	height: 100%;
}
body {
	min-width: 1096px;
	color: #202020;
	font-family: 'Lato', "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	text-align: center;
	font-size: 14px;
	line-height:0;/*border-top: 2px solid #073870;*/
}
body a:hover {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3 ease;
	-o-transition: all 0.3 ease;
}
#wrapper {
	position: relative;
	min-height: 100%;
}
#content {
	padding-bottom: -294px;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
/* clearfix
----------------------------------------------- */

/* ---IE7.IE8 clearfix--- */
.clearfix:after { content: ".";display: block;clear: both;height: 0;visibility: hidden; }

.clearfix { display: inline-block; }
/* Hides from IE-mac \*/

* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.clear { clear: both; }
/*
header
----------------------------------------*/
#header01, #header02 {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	border-top: 2px solid #073870;
}
#header01 .frame {
	width: 1096px;
	margin: 0 auto;
	border-bottom: 2px solid #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3 ease;
	-o-transition: all 0.3 ease;
}
#header01 .frame .logo {
	margin: 25px 0 0 0;
	float: left;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3 ease;
	-o-transition: all 0.3 ease;
}
#header01 .frame nav, #header02 .frame nav {
	font-size: 16px;/*font-weight: bold;*/
}
#header01 .fix {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3 ease;
	-o-transition: all 0.3 ease;
}
#header01 nav ul {
	/*height: 118px;*/
	background: url(../img/common/nav_boader01.png) no-repeat right top;
	float: right;
	letter-spacing: 0.22em;
}
#header01 nav ul li {
	background: url(../img/common/nav_boader01.png) no-repeat left top;
	float: left;
}
#header01 nav ul li a {
	position: relative;
	padding: 40px 38px;
	display: inline-block;
	line-height:1;
	outline: none;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3 ease;
	-o-transition: all 0.3 ease;
}
#header01 nav ul li a:after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	content: '';
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}
#header01 nav ul li a:hover::after, #header01 nav ul li a:focus::after {
	height: 5px;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3 ease;
	-o-transition: all 0.3 ease;
}
#header01 nav ul li.on a {
	border-bottom: 4px solid #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3 ease;
	-o-transition: all 0.3 ease;
}
#header01 .fix.header01-collapse {
	background:rgba(255, 255, 255, 0.9);
}
#header01 .fix.header01-collapse .frame .logo {
	margin-top: 8px;
}
#header01 .fix.header01-collapse nav ul li a {
	padding: 30px 38px;
	color: #095DA6;
	font-size: 14px;
	font-weight: bold;
}
#header01 .fix.header01-collapse nav ul li a:after {
	background: #095DA6;
}
#header01 .fix.header01-collapse .frame {
	border:none;
}
#header01 .fix.header01-collapse nav ul li.on a {
	border-bottom: 4px solid #095DA6;
}
/*#header01 nav ul li a:hover {
	border-bottom: 2px solid #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3 ease;
	-o-transition: all 0.3 ease;
}
*/


#header02 {
	display: none;
}
#header02.fixed {
	height: 60px;
	background:rgba(255, 255, 255, 0.8);
	border-top: 1px solid #073870;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	display: block;
}
#header02 .frame {
	width: 1220px;
	margin: 0 auto;
	border: none;
}
#header02 .frame .logo {
	height: 0;
	margin: 16px 0 0 0;
	float: left;
	visibility: hidden;
}
#header02.fixed .frame .logo {
	height: 28px;
	visibility: visible;
}
#header02.fixed nav ul {
	height: 118px;
	background: url(../img/common/nav_boader02.png) no-repeat right top;
	float: right;
	letter-spacing: 2px;
}
#header02.fixed nav ul li {
	background: url(../img/common/nav_boader02.png) no-repeat left top;
	float: left;
}
#header02.fixed nav ul li a {
	width: 130px;
	padding: 26px 0 16px;
	color: #095DA6;
	text-decoration: none;
	display: block;
}
#header02.fixed nav ul li a:hover {
	border-bottom: 2px solid #095DA6;
}
#header02.fixed nav ul li.on a {
	border-bottom: 2px solid #095DA6;
}
.sub-head {
	background-image:url("../img/common/head.jpg");
	background-repeat:no-repeat;
	height:360px;
}
.sub-headIn {
	height: 360px;
	width: 100%;
	background: url(../img/common/dotto2.png) repeat  rgba(255,255,255,0.01);
	display: table;
}
.sub-head h1 {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #ffffff;
	font-size: 42px;
	font-family: 'Noto Sans JP', sans-serif;
	line-height:1em;
	text-transform: uppercase;
}
.sub-head h1 span {
	font-family: 'Lato', "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	display:block;
	font-size:20px;
	letter-spacing:5px;
}
div.breadcrumbs {
	width: auto;
	padding:20px;
	background-color:#004886;
	text-align:left;
	color:#fff;
	overflow:hidden;
}
div.breadcrumbs span a {
	color:#fff;
}

.sub-content {
	background:#fff;
	line-height:1.8;
}
.inner {
	width: 1000px;
	margin:0 auto;
}
.sub-content h2 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 0.08em;
	font-weight: 400;
	font-size: 32px;
	font-weight: 600;
	text-align: center;
	margin-bottom:30px;
}
.sub-content h2::after {
	content: attr(data-text) "";
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 0.08em;
	font-weight: 400;
	font-size: 14px;
	font-style: italic;
	margin: 5px 0 0;
	display: block;
}
.philosophy {
	padding:50px 0;
	border-bottom:1px solid #ccc;
	margin-bottom:50px;
}
.philosophy p {
	font-size: 14px;
	line-height: 2.4;
	font-weight: bold;
}
.message {
	overflow:hidden;
	margin-bottom:50px;
}
.message .txt {
	float:left;
	width:65%;
}
.message .txt dl dt {
	font-size: 32px;
	text-align: left;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.6;
	font-weight: 800;
	font-style: italic;
	padding: 0;
	margin-bottom:20px;
}
.message .txt dl dd {
	font-size: 14px;
	line-height: 2.4;
	font-weight: bold;
	text-align: left;
}
.message .ph {
	float:right;
	width:30%;
}
.overview {
	background-color:#f8f8f8;
	padding:50px 0;
	margin-bottom:50px;
}
table {
	width: 100%;
}
table th, table td {
	padding: 15px;
	border: 1px solid #ddd;
}
table th {
	background: #f2f2f2;
}
/*----------------------------------------------------
  .table01
----------------------------------------------------*/
.table01 th {
	width: 30%;
	text-align:left;
	font-weight:bold;
}
.table01 td {
	text-align:left;
}
@media only screen and (max-width:640px) {
.table01 {
	margin: 0;
}
.table01 th,  .table01 td {
	width: auto;
	display: block;
	border-top: none;
}
.table01 tr:first-child th {
	border-top: 1px solid #ddd;
}
}

.news { padding:50px 0;}
.news-list {
	overflow:hidden;
	margin-bottom:50px;
}
.news-list li {
	border-bottom:1px dotted #ccc;
	padding-bottom:20px;
	margin-bottom:20px;
	text-align:left;
	font-size:18px;
	font-weight:bold;
}
.news-list li dl dt {
	width:20%;
	float:left;
}
.news-list li dl dd a {
	color:#444;
	text-decoration:none;
}
.news-list li dl dd a:hover {
	color:#5992F8;
}

/*
sub-contents
----------------------------------------*/
.sub-content h3 {
  position: relative;
  padding: .25em 0 .5em .75em !important;
  margin-bottom:30px;
  border-left: 6px solid #3498db;
  text-align:left;
  font-weight:bold;
  font-size:28px !important;
  height:inherit !important;
}
.sub-content h3::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 0;
  border-bottom: 1px solid #ccc;
}
.sub-content h4 {
  overflow: hidden;
  text-align: center;
  margin:30px 0;
  font-size:24px;
}
.sub-content h4 span {
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  text-align: left;
}
.sub-content h4 span::before,
.sub-content h4 span::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 400%;
  height: 1px;
  background-color: #ccc;
}
.sub-content h4 span::before {
  right: 100%;
}
.sub-content h4 span::after {
  left: 100%;
}

.sub-content .outsourcing {
	padding:50px 0;
	text-align:left;
	overflow:hidden;
}
.sub-content .outsourcing ul li {
	border-bottom:1px dotted #ccc;
	margin-bottom:15px;
	padding-bottom:15px;
	font-weight:bold;
}
.sub-content .dispatch {
	padding:50px 0;
	text-align:left;
	overflow:hidden;
}
.temporary-box {
	background-image:url("../img/common/temporary_bg.png");
	background-repeat:no-repeat;
	background-color:#f8f8f8;
	background-position: 95% bottom;
	background-size: 450px;
	padding:20px;
	overflow:hidden;
}
.temporary-box dl {
	width:57%;
}
.temporary-box dl dt {
	font-size:18px;
	font-weight:bold;
	margin-bottom:20px;
}
.temporary-box dl dd { margin-bottom:20px;}
.temporary-box dl dd ul li {
	border-bottom:1px dotted #ccc;
	margin-bottom:10px;
	padding-bottom:10px;
	font-weight:bold;	
}
.temporary-box dl dd ul li:last-child {
	border-bottom:none;
	margin-bottom:0px;
	padding-bottom:0px;
}
.temporary-box dl dd ul.em-list li {
	background-color:#004886;
	color:#fff;
	display:block;
	border:none;
	padding:15px;
	float:left;
	margin-right:15px;
}
.temporary-box dl dd ul.em-list li:last-child {
	margin-right:0;
}
.sub-content .cleaning {
	padding:50px 0;
	text-align:left;
	overflow:hidden;
}
.cleaning-box {
	border:1px solid #ccc;
	padding:20px;
	margin-bottom:20px;
	overflow:hidden;
}
.cleaning-box img {
	float:left;
	width:260px;
}
.cleaning-box dl {
	float:right;
	width:660px;
}
.cleaning-box dl dt {
	border-bottom:1px dotted #ccc;
	margin-bottom:10px;
	padding-bottom:10px;
	font-size:18px;
	font-weight:bold;
}
.sub-content .expat {
	padding:50px 0;
	text-align:left;
	overflow:hidden;
}
.expat-box {
	overflow:hidden;
	border-bottom:1px dotted #ccc;
	padding-bottom:50px;
	margin-bottom:50px;
}
.expat-box dl dt {
	font-size:24px;
	font-weight:bold;
	color:#004886;
	line-height:1.4em;
	margin-bottom:30px;	
}

.example {
	background-color:#f8f8f8;
	padding:20px;
}

.sub-content .privacy {
	padding:50px 0;
	text-align:left;
	overflow:hidden;
}
.sub-content .privacy p {
	margin-bottom:20px;
}
.sub-content .sitemap {
	padding:50px 0;
	text-align:left;
	overflow:hidden;
}

.sub-content .post {
	padding:50px 0;
	text-align:left;
	overflow:hidden;
	border-bottom:1px solid #ccc;
	margin-bottom:30px;
}
.sub-content .post h1 {
	font-weight:bold;
	font-size:18px;
	border-bottom:1px solid #ccc;
	margin-bottom:20px;
}

/*
footer
----------------------------------------*/
footer {
}
footer #company-guide, footer #nav-contact, footer #scroll-top {
	display: table-cell;
}
footer #company-guide {
	width: 100%;
	background: #111;
}
footer #company-guide .top {
	width: 100%;
	height: 160px;
	padding: 50px 0 0;
	background: #222;
}
footer #company-guide .top .frame, footer #company-guide .bottom .frame {
	width: 690px;
	margin: 0 auto;
}
footer #company-guide .top .frame #company-info {
	border-top: 2px solid #7a7a7a;
	text-align: left;
}
footer #company-guide .top .frame #company-info .left {
	width: 345px;
	padding: 0 30px 0 0;
	color: #fff;
	display: table-cell;
}
footer #company-guide .top .frame #company-info .left .title {
	margin: 24px 0 14px;
	font-size: 15px;
	font-weight: bold;
}
footer #company-guide .top .frame #company-info .left .tx {
	font-size: 13px;
	line-height: 1.6;
}
footer #company-guide .top .frame #company-info .left .tx img{
	width:8%;
	margin-right:5px;
}
footer #company-guide .top .frame #company-info .right {
	width: 345px;
	padding: 0 0 0 30px;
	color: #919191;
	display: table-cell;
	font-size: 13px;
	line-height: 1.7;
}
footer #company-guide .top .frame #company-info .right a {
	color: #919191;
	text-decoration: none;
}
footer #company-guide .top .frame #company-info .right ul {
	margin: 20px 0 0 0;
}
footer #company-guide .top .frame #company-info .right ul li.address {
	padding: 0 0 0 26px;
	background: url(../img/common/icon_access.png) no-repeat left top;
}
footer #company-guide .top .frame #company-info .right ul li.tel {
	padding: 0 0 0 26px;
	background: url(../img/common/icon_tel.png) no-repeat left top;
}
footer #company-guide .top .frame #company-info .right ul li.fax {
	padding: 0 0 0 26px;
	background: url(../img/common/icon_fax.png) no-repeat left top;
}
footer #company-guide .top .frame #company-info .right ul li.facebook {
	padding: 0 0 0 26px;
	background: url(../img/common/icon_facebook.png) no-repeat left top;
}
footer #company-guide .top .frame dl {
	padding-top: 16px;
}
footer #company-guide .top .frame dt {
	float: left;
	width: 15px;
	overflow: hidden;
	clear: left;
	text-align: right;
	text-overflow: ellipsis;
	white-space: nowrap;
}
footer #company-guide .top .frame dd {
	margin-left: 30px;
}
footer #company-guide .bottom .frame .copy {
	width: 345px;
	padding: 36px 0 0;
	display: table-cell;
	text-align: left;
	color: #aaa;
}
footer #company-guide .bottom .frame ul {
	width: 345px;
	padding: 36px 0 0;
	display: table-cell;
}
footer #company-guide .bottom .frame ul li {
	padding: 0 0 0 30px;
	display: table-cell;
}
footer #company-guide .bottom .frame ul li a {
	color: #aaa;
	text-decoration: none;
}
footer #company-guide .bottom .frame ul li a:hover {
	color: #444;
}
footer #nav-contact {
	width: 228px;
}
footer #nav-contact a {
	width: 228px;
	height: 199px;
	padding: 94px 0 0;
	background: #095DA6;
	color: #fff;
	text-decoration: none;
	display: block;
}
footer #nav-contact a:hover {
	background: #004886;
}
footer #scroll-top {
	width: 228px;
	height: 293px;
}
footer #scroll-top a {
	width: 228px;
	height: 199px;
	padding: 94px 0 0;
	background: #555;
	color: #444;
	text-decoration: none;
	display: block;
}
footer #nav-contact .title, footer #scroll-top .title {
	margin: 28px 0 0;
	font-weight: bold;
}
footer #company-guide .top .frame #company-info .right .sp, footer #company-guide .bottom .frame .copy.sp {
	display: none;
}

/* スマートフォン（ディスプレイ幅768px以下）より小さい画面 */
@media screen and (max-width: 768px) {
body {
	min-width: 320px;
}
#header03 {
	width: 100%;
	height: 60px;
	background:rgba(255, 255, 255, 0.8);
	border-top: 2px solid #073870;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	display: block;
}
#header03 .frame {
	width: auto;
	margin: 0 auto;
	border-bottom: none;
}
#header03 .frame .logo {
	margin: 0;
	float: left;
}
#header03 .frame .logo a {
	display: block;
	padding: 20px;
}
#header03 .frame .logo img {
	width: 111px;
}
#header03 nav {
	float: right;
}
#header03 nav .btn {
	width: 22px;
	height: 14px;
	/*margin: 20px 17px 0 0;*/
	padding: 20px 17px;
}
#header03 nav .btn span {
	padding: 0 0 5px;
	border-top: 2px solid #095DA6;
	display: block;
}
#header03 nav ul {
	display: none;
	background: rgba(255, 255, 255, 0.8);
	width: 100%;
	position: absolute;
	top: 60px;
	left: 0px;
	padding: 20px 0 0;
}
#header03 nav ul.in {
	display: block;
}
#header03 nav ul li {
	/*padding: 15px 0px;*/
	  border-top: 2px solid rgba(255,255,255,0.4);
}
#header03 nav ul li.on {
	background: #fff;
}
#header03 nav ul li a {
	text-decoration: none;
	color: #095DA6;
	font-weight: bold;
	letter-spacing: 0.12em;
	padding: 15px 0;
	display: block;
	line-height:1;
}
#header03 nav ul li a:hover {
	color: #095DA6;
	background-color: #fff;
}
.inner {
	width: 90%;
	margin:0 auto;
}
.message .txt {
	float:none;
	width:100%;
}
.message .txt dl dt {
	font-size: 20px;
	text-align: left;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.6;
	font-weight: 800;
	font-style: italic;
	padding: 0;
	margin-bottom:20px;
}
.message .txt dl dd {
	font-size: 14px;
	line-height: 2.4;
	font-weight: bold;
	text-align: left;
}
.message .ph {
	float:none;
	width:100%;
}
.temporary-box {
	background-image:none;
	padding:20px;
	overflow:hidden;
}
.temporary-box dl {
	width:100%;
}

.temporary-box dl dd ul.em-list li {
	display:block;
	border:none;
	float:none;
	margin-right:0px;
	margin-bottom:15px;
}
.temporary-box dl dd ul.em-list li:last-child {
	margin-bottom:0;
}

.cleaning-box img {
	float:none;
	width:100%;
}
.cleaning-box dl {
	float:none;
	width:100%;
}
.news-list li dl dt {
	width:100%;
	float:none;
}


/*
footer
----------------------------------------*/
#contact-sp {
	display: block;
}
#contact-sp a {
	padding: 40px 0 30px;
	background: #095DA6;
	display: block;
	color: #fff;
	text-decoration: none;
}
#contact-sp .img {
	margin: 0 0 15px;
}
footer {
	height: auto;
	overflow: hidden;
}
footer #company-guide, footer #nav-contact, footer #scroll-top {
	display: block;
}
footer #company-guide {
	width: 100%;
	background: #111;
}
footer #company-guide .top {
	width: 100%;
	height: auto;
	padding: 30px 0 0;
	background: #222;
}
footer #company-guide .top .frame, footer #company-guide .bottom .frame {
	width: auto;
	margin: 0 10px;
}
footer #company-guide .top .frame #company-info {
	border-top: none;
	text-align: left;
}
footer #company-guide .top .frame #company-info .left {
	width: auto;
	padding: 0;
	color: #919191;
	display: block;
}
footer #company-guide .top .frame #company-info .left .title {
	margin: 0 0 20px;
	text-align:center;
}
footer #company-guide .top .frame #company-info .left .tx {
	padding: 0 0 10px;
	margin-bottom:10px;
	text-align:center;
	border-bottom: 1px solid #666;
}
footer #company-guide .top .frame #company-info .right {
	width: auto;
	padding: 0;
	color: #919191;
	display: block;
}
footer #company-guide .top .frame #company-info .right .pc {
	display: none;
}
footer #company-guide .top .frame #company-info .right .sp {
	padding: 0 0 20px;
	display: block;
}
footer #company-guide .top .frame #company-info .right .sp .left {
	width: auto;
	float: left;
	font-size: 11px;
}
footer #company-guide .top .frame #company-info .right .sp .right {
	float: right;
	font-size: 11px;
}
footer #company-guide .bottom .frame .copy.pc {
	display: none;
}
footer #company-guide .bottom .frame .copy.sp {
	padding: 15px 0 20px;
	display: block;
}
footer #company-guide .bottom .frame ul {
	width: auto;
	padding: 20px 0 0;
	display: block;
	padding-bottom: 20px;
}
footer #company-guide .bottom .frame ul li {
	padding: 0 20px 0 0;
}
footer #nav-contact {
	display: none;
}
footer #scroll-top {
	display: none;
}
#header01, #header02, #header02.fixed {
	display: none;
}
}
/*title
----------------------------------------*/
h3 {
	height: 26px;
	padding: 8px 0 0 20px;
	/*background: url(../img/common/item_h3.png) no-repeat left center;*/
	color: #202020;
	font-size: 21px;/*font-weight: bold;*/
}
.main h3 {
	border-left: 4px solid #1E6EDE;
}
/*
----------------------------------------*/
.sp {
	display: none;
}
.bold {
	font-weight: bold;
}
/* ==== clearfix ==== */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* text-style
----------------------------------------------- */
.txt-right {
	text-align: right !important;
}
.txt-left {
	text-align: left !important;
}
.center {
	text-align: center !important;
}
/* other-style
----------------------------------------------- */
.MT0 {
	margin-top: 0px !important;
}
.MT10 {
	margin-top: 10px !important;
}
.MT20 {
	margin-top: 20px !important;
}
.MT30 {
	margin-top: 30px !important;
}
.MB0 {
	margin-bottom: 0px !important;
}
.MB5 {
	margin-bottom: 5px !important;
}
.MB10 {
	margin-bottom: 10px !important;
}
.MB20 {
	margin-bottom: 20px !important;
}
.MB30 {
	margin-bottom: 30px !important;
}
.MR0 {
	margin-right: 0 !important;
}
.MR10 {
	margin-right: 10px !important;
}
.MR20 {
	margin-right: 20px !important;
}
.MR30 {
	margin-right: 30px !important;
}
.ML10 {
	margin-left: 0 !important;
}
.ML10 {
	margin-left: 10px !important;
}
.ML20 {
	margin-left: 20px !important;
}
.ML30 {
	margin-left: 30px !important;
}
.ML100 {
	margin-left: 100px !important;
}
.MRL-20 {
	margin-left: -20px !important;
	margin-right: -20px !important;
}
.PT0 {
	padding-top: 0px !important;
}
.PT10 {
	padding-top: 10px !important;
}
.PT20 {
	padding-top: 20px !important;
}
.PT30 {
	padding-top: 30px !important;
}
.PB0 {
	padding-bottom: 0px !important;
}
.PB10 {
	padding-bottom: 10px !important;
}
.PB20 {
	padding-bottom: 20px !important;
}
.PB30 {
	padding-bottom: 30px !important;
}

.col-l { float:left;}
.col-r { float:right;}

.w30 { width:30%;}
.w35 { width:35%;}
.w40 { width:40%;}
.w45 { width:45%;}
.w50 { width:50%;}
.w55 { width:55%;}
.w60 { width:60%;}
.w65 { width:65%;}
.w70 { width:70%;}
.w75 { width:75%;}
.w80 { width:80%;}

@media screen and (max-width: 768px) {
.col-l { float:none;}
.col-r { float:none;}

.w30 { width:100%;}
.w35 { width:100%;}
.w40 { width:100%;}
.w45 { width:100%;}
.w50 { width:100%;}
.w55 { width:100%;}
.w60 { width:100%;}
.w65 { width:100%;}
.w70 { width:100%;}
.w75 { width:100%;}
.w80 { width:100%;}
}

.button {
  display: inline-block;
  width: 200px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  vertical-align:bottom;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button01 {
  position: relative;
  z-index: 2;
  background-color: #fff;
  border: 2px solid #333;
  color: #333;
  line-height: 50px;
  overflow: hidden;
}
.button01:hover {
  color: #fff;
}
.button01::after {
  top: -100%;
  width: 100%;
  height: 100%;
}
.button01:hover::after {
  top: 0;
  background-color: #333;
}

/*******************************
* バッジの色
********************************/
/* 必須マーク */
.must {
	background: #FF1A00;
}

/* 任意マーク */
.free {
	background: #999;
}

.must,
.free {
	color: #FFF;
	border-radius: 3px;
	font-size: 12px;
	margin-right: 10px;
	padding: 5px 10px;
	letter-spacing: 0.2em;
}

/*******************************
* フォームの設定
********************************/
.contact {
	padding:50px 0;
	text-align:left;
}
.contact p {
	margin-bottom:20px;
}
/* フォーム入力項目 */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea  {
	 width: 100%;
	 padding: 20px 10px;
	 margin-right: 10px;
	 margin-top: 10px;
	 border: 1px solid #ddd;
	 border-radius: 3px;
}

/* 送信ボタン */
input.sub-btn {
	width: 300px;
	height: 60px;
	background: #F90;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.2em;
	border: 1px solid #ffae13;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;	
}

/* 送信ボタンホバー */
input.sub-btn:hover{
	background: #FFF;
	color: #F90;  
}

/* 送信ボタン中央寄せ */
.center {
	text-align:center !important;
}
@media screen and (max-width: 768px) {
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea  {
	 width: 95%;
	
}
}