@charset "utf-8";
/*
Theme Name: wpbase_child
Template: wpbase
Author: innovesta
Author URI: http://www.innovesta.net
*/

/*========================*/
/*
main_color:#361911;
sub_color:#f1d4be;
*/

/*1.WRAP
============*/
/*2.HEADER
============*/
/*3.SLIDER
============*/
/*4.TOP_PR
============*/
/*5.CAMPAIGN
============*/
/*6.GALLERY
============*/
/*7.RIYU
============*/
/*8.TROUBLE
============*/

/*========================*/

/*fade
***************/
/* 画面外にいる状態 */
.fadein {
    opacity : 0;
    transform : translate(0, 150px);
    transition : all 1500ms;
}
 
/* 画面内に入った状態 */
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}


/*========================
HEADER
========================*/

header {
	background: url(img/header_back.gif) top left repeat-x;
	background-size: contain;
}

.head_item3 p {
	background: #f1d4be;
	font-size: 15px;
	padding: 2px 8px;
	transition: all 0.5s;
	box-sizing: border-box;
}


.head_item4 p {
	line-height: 1em;
}

/*
nav
******************/
header nav {
	background: url(img/header_nav_back.gif) top left repeat-x;
	background-size: contain;
	border-bottom: 4px solid #ff4e1a;
}

header nav ul {
	width: 100%;
	display: table;
}

header nav ul li {
	color: #000;
	font-size: 16px;
	width: 16%;
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
	text-align: center;
	padding: 1% 0; 
	border-left: 1px solid #000;
}

header nav ul li:last-child {
	border-right: 1px solid #000;
}

header nav ul li a.active {
	color:#ccc;
	background:#5A413A;
}

.fixed {
    position: fixed;
    box-sizing: border-box;
    top: 0;
    width: 100%;
    z-index: 10000;
    transition: 0.5s;
}


/*========================
SLIDER
========================*/
.wideslider {
    width: 100%;
    text-align: left;
    overflow: hidden;
    position: relative;
    border-bottom: 2px solid #826542;
}
 
.wideslider ul,

.wideslider ul li {
    float: left;
    display: inline;
    overflow: hidden;
}
 
.wideslider ul li img {
    width: 100%;
    display: none;
}
 
.wideslider_base {
    top: 0;
    position: absolute;
}

.wideslider_wrap {
    top: 0;
    position: absolute;
    overflow: hidden;
 
}

.slider_prev,

.slider_next {
    top: 0;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    cursor: pointer;
}

.slider_prev {background: url(img/prev.png) no-repeat right center;}

.slider_next {background: url(img/next.png) no-repeat left center;}
 
.pagination {
	display: none;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 15px;
    text-align: center;
    position: absolute;
    z-index: 200;
}
 
.pagination a {
    margin: 0 5px;
    width: 15px;
    height: 15px;
    display: inline-block;
    overflow: hidden;
    background: #333;
}

.pagination a.active {
    filter:alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}


/*
SP-slide
*****************************************/
#top_slide {
	display: none;
}
@media screen and (max-width:1370px) {
.wideslider {
	display: none;
}
#top_slide {
	display: block;
}
/* スライドショー */
#top_slide {
    overflow:hidden;
    position:relative;
    width:100%;
}

#sliderInner {
    position:relative;
    left:50%;
    width:3040px;
    margin-left:-1520px;
}
#sliderInner li {
    width:1000px;
}

#slideFilterL, #slideFilterR {
    position:absolute;
    top:0;
    width:1000px;
    height:250px;
    opacity:0.8;
    filter:alpha(opacity=80);
    -ms-filter:"alpha( opacity=80 )";
    background:#fff;
}
#slideFilterL {
    left:0;
}
#slideFilterR {
    right:0;
}

#top_slide .bx-wrapper {
    margin:0 auto;
    position:relative;
}

#top_slide .bx-wrapper .bx-pager {
    margin:0 auto;
    width:1000px;
    background:#fff;
}

/* コントローラー */
#top_slide .bx-wrapper .bx-prev {
    left:900px;
    background:url(img/prev.png) no-repeat;
	opacity:1;
}

#top_slide .bx-wrapper .bx-next {
    right:900px;
    background:url(img/next.png) no-repeat;
	opacity:1;
}

#top_slide .bx-wrapper .bx-controls-direction a {
    position:absolute;
    top:45%;
    outline:0;
    width:42px;
    height:42px;
    text-indent:-9999px;
    z-index:9999;
}

/* ページャー */
#top_slide .bx-wrapper .bx-pager {
    padding-top:20px;
    text-align:center;
    font-size:.85em;
    font-family:Arial;
    font-weight:bold;
    color:#666;
}

#top_slide .bx-wrapper .bx-pager .bx-pager-item,
#top_slide .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display:inline-block;
    zoom:1;
    display:inline;
}

#top_slide .bx-wrapper .bx-pager.bx-default-pager a {
    display:block;
    width:10px;
    height:10px;
    margin:0 5px;
    outline:0;
    text-indent:-9999px;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border-radius:50%;;
    background:#666;
}

#top_slide .bx-wrapper .bx-pager.bx-default-pager a:hover,
#top_slide .bx-wrapper .bx-pager.bx-default-pager a.active {
    background:#000;
}

.top_pr {
	top: -4em !important;
}
}
 
/* =======================================
    ClearFixElements
======================================= */
.wideslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
.wideslider ul {
    display: inline-block;
    overflow: hidden;
}


/*========================
TOP_PR
========================*/
.pr_back {
	background: url(img/pr_back.jpg) left top no-repeat;
	background-size: cover;
}

.top_pr {
	position: relative;
	max-width: 1280px;
	top: -5em;
}

.top_pr:before {
    content: "";
    display: block;
    padding-top: 19%; /* 1:1 */
}

.pr01 {
	max-width: 1280px;
	margin: auto;
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10;
}

.top_3pr {
	max-width: 1280px;
	margin: auto;
	position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
}

.top_3pr a:hover img {
	filter: alpha(opacity=100);
	opacity: 1;
}


/*========================
CAMPAIGN
========================*/
.campaign {
	background: url(img/campaign_bg.gif) left top repeat;
	position: relative;
}

.campaign_title:before {
	content: url(img/campaign_bg.png);
	position: absolute;
	top: -45px;
	left: -160px;
	z-index: -1;
}

.campaign_title {
	width: 60vw;
	max-width: 876px;
	position: relative;
	z-index: 10;
}

.campaign_txt {
	background: #ff3d04;
}

.campaign_txt img {
	width: 90vw;
	max-width: 1000px;
}


/*========================
ページ設定
========================*/
.single_page {
	width: 73%;
	max-width: 800px;
}

.single_page img {
	margin: 10px 0;
	width: 100%;
	
	object-fit: cover;
}

.single_gallery_img img {
	height: 185px;
}

.page_title {
	color: #fff;
	background: #ff7700;
	text-align: left;
	padding-left: 10px;
	border-left: 10px solid #d93100; 
	box-sizing: border-box;
}

.page_title_child {
	text-align: left;
	padding-left: 10px;
	background: #fff0e3;
	border-top: 1px solid #fe7105;
	border-bottom: 1px solid #fe7105;
	border-right: 1px solid #fe7105;
	border-left: 10px solid #fe7105; 
	box-sizing: border-box;
}

.previous-entries,.next-entries {
	padding: 5px 0;
    width: 80px;
    background: #ddd;
    border: 3px solid #000;
}

.nav_archive_btn {
	padding: 5px 0;
	width: 150px;
	background: #e3d2bf;
	border: 3px solid #000;
}

.entry {
	border: 2px solid #666;
    padding: 20px;
}

/*ページネーション
*******************/
.paging {
	clear: both;
	padding: 20px 0;
	position: relative;
	font-size: 14px;
	line-height: 14px;
    text-align: center;
}
.paging-box {
	display: inline-block;
}
.paging span, .paging a {
	display: block;
	float: left;
	margin: 2px 2px 2px 0;
	padding: 10px 15px 10px 15px;
	text-decoration: none;
	width: auto;
	color: #fff; /* 文字色 */
	background: #aaa; /* 背景色 */
}
.paging a:hover{
	color: #fff; /* マウスホバー時の文字色 */
	background: #ff7700; /* マウスホバー時の背景色 */
}
.paging .current{
	padding: 10px 15px 10px 15px;
	color: #fff; /* 文字色 */
	background: #ff7700; /* 背景色 */
}
@media only screen and (max-width: 413px) {
.paging {
	font-size: 12px;
	line-height: 12px;
}
.paging span, .paging a {
	padding: 8px 10px 8px 10px;
}
.paging .current{
	padding: 8px 10px 8px 10px;
}
}

/*========================
box01
========================*/
.box01 {background: url("img/index/box01_bg.jpg")top left repeat;}




/*========================
GALLERY
========================*/
.gallery {
	background: url(img/gallery_bg.gif) left top repeat;
}

.gallery_title {
	width: 75%;
	max-width: 778px;
}
.voice_title {width: 100%; max-width: 758px;}

.gallery_list_link {
		width: 17%;
	max-width: 172px;
}
/*
gallery_item
*******************/
#gallery_list:after{
  content:"";
  display: block;
  width:30%;
}

.gallery_item {
	width: 30%;
	max-width: 308px;
}

.gallery_img img {
	height: 225px;
	object-fit: cover;
	border: 5px solid #000;
	box-sizing: border-box;
	width: 310px;
}

.gallery_no {
	min-width: 40px;
	min-height: 60px;
	margin-right: 2%;
}

.gallery_item:nth-child(1) .gallery_no {
	background: url(img/gallery_no.jpg) center center no-repeat;
}

.gallery_item:nth-child(2) .gallery_no {
	background: url(img/gallery_no02.jpg) center center no-repeat;
}

.gallery_item:nth-child(3) .gallery_no {
	background: url(img/gallery_no03.jpg) center center no-repeat;
}

.gallery_item:nth-child(4) .gallery_no {
	background: url(img/gallery_no04.jpg) center center no-repeat;
}

.gallery_item:nth-child(5) .gallery_no {
	background: url(img/gallery_no05.jpg) center center no-repeat;
}

.gallery_item:nth-child(6) .gallery_no {
	background: url(img/gallery_no06.jpg) center center no-repeat;
}

.gallery_txt h3 {
	font-weight: bold;
}

.gallery_txt p {
	font-size: 14px;
	font-weight: bold;
}


/*========================
GALLERY_ARCIVE
========================*/
/*
gallery_item
*******************/
#gallery_arcive_list:after{
  content:"";
  display: block;
  width:49%;
}

.gallery_arcive_item {
	width: 49%;
	max-width: 390px;
	box-sizing: border-box;
	padding: 10px;
	border: 2px solid #ccc; 
}

.gallery_arcive_img img {
	margin: 0 auto;
	height: 250px;
	object-fit: cover;
	border: 5px solid #000;
	box-sizing: border-box;
	width: 100%;
}

.gallery_arcive_link {
	color: #fff;
	background-image: url(img/gallery_arcive_link.gif),
					  url(img/gallery_arcive_link02.gif);
	background-repeat: no-repeat,
    				   repeat;
    background-position: right center, 
                         left top;
	width: 80%;
	text-align: center;
	padding: 2% 0;
	border: 2px solid #000;
	box-sizing: border-box;
	transition: all 0.5s;
}



/*========================
GALLERY_SINGLE
========================*/
.gallery_page_img img {
	height: 242px;
	object-fit: cover;
	width: 320px;
	overflow: hidden;
}

.single_gallery {
	background: url(img/gallery_bg.gif) left top repeat;
	padding: 15px; 
}

.single_gallery:after{
  content:"";
  display: block;
  width:31%;
}

.single_gallery_title{
	width: 45%;
}

.single_gallery_title h2 {
	width: 100%;
	max-width: 254px;
}

.single_gallery_title h2 img {
   max-height: 47px;
}

.single_gallery_img {
	width: 250px;
	max-width: 250px;
	max-height: 185px;
	height: 185px;
	box-sizing: border-box;
	overflow: hidden;
}

/*before
***********/
.gallery_page_img .before {
	max-width: 320px;
	box-sizing: border-box;
}

.gallery_page_img .before_img {
	border: 4px solid #ff7700;
	box-sizing: border-box;
}

.case_before {
	max-width: 148px;
	margin: auto;
}

/*after
***********/
.gallery_page_img .after {
	max-width: 320px;
	box-sizing: border-box;
}

.gallery_page_img .after_img {
	border: 4px solid #ff7700;
	box-sizing: border-box;
}

.case_after {
	max-width: 128px;
	margin: auto;
}

.gallery_page_img .case_arrow {
	max-width: 59px;
	max-height: 59px;
	margin-bottom: 45px;
}

/*voice*/
.voice_img {margin: 20px auto; border: 2px solid #666; padding: 20px;}
.voice_img img {object-fit: cover; width: 100%; margin: 0 auto;}


/*========================
RIYU
========================*/
.riyu {
	background: url(img/riyu_bg.gif) left top repeat;
}

.riyu_contact {
	width: 28.96%;
	max-width: 305px;
}

.riyu_pr {
	width: 71%;
	max-width: 780px;
}


/*========================
TROUBLE
========================*/
.trouble {
	background: #f5ebe2;
}

.trouble_title:before {
	content: url(img/trouble_bg.png);
	position: absolute;
	top: -110px;
	left: -90px;
	z-index: -1;
}

.trouble_title {
	width: 60vw;
	max-width: 930px;
	position: relative;
	z-index: 1;
}

.trouble_img {
	width: 30%;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}


/*========================
COMMUNICATION
========================*/
.com {
	background: url(img/com_bg.jpg) left top repeat;
}

.com_img {
	width: 30%;
	max-width: 322px;
	border: 4px solid #bbb;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}

.com_img h3.com_title {
	font-size: 3.5vmin;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto; 
	height: 1.5em;
	width: 6em;
}

figure {
  overflow: hidden;
}

figcaption {
  position: absolute;
  bottom: -100%;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.6);
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: .3s;
  transition: 0.5s;
  opacity: 1;
}

figcaption p {
	font-size: 0.7vmax;
	font-weight: bold;
}

figcaption h3 {
	font-size: 1.5vmax;
	font-weight: bold;
}

figure:hover h3.com_title {
	opacity: 0;
	transition: all 0.3s;
}

figure:hover figcaption {
  bottom: 0;
  left: 0;
}


/*========================
BLOG
========================*/
.blog {
	background: url(img/gallery_bg.gif) left top repeat;
}

.blog_title {
	width: 75%;
	max-width: 778px;
}

.blog_list_link {
	width: 17%;
	max-width: 172px;
}

.blog_item {
	border-top: 1px solid #ccc;
	transition: all 0.3s;
}

.blog_item:nth-child(even) {
	background: rgba(255,255,255,0.5);
}

.blog_item:last-child {
	border-bottom: 1px solid #ccc;
}


.blog_txt_item {
	width: 78%;
}

/*========================
BLOG_ARCIVE
========================*/
.blog_archive_box {
	border: 2px solid #ccc;
}

.blog_archive_box .blog_item {
	border-top: none;
	border-bottom: 1px solid #ccc; 
	transition: all 0.3s;
}

.blog_archive_box .blog_item:nth-child(odd) {
	background: #f6f6f6;
}

/*========================
MESSAGE
========================*/
.message {
	background: #fff;
	background-image: url(img/message_bg.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
}

.message_title {
	width: 75%;
	max-width: 778px;
}

.message_txt {
	width: 100%;
	max-width: 700px;
	font-size: 11px;
}

.message_img {
	width: 42%;
	max-width: 292px;
	display: inline-block;
}


/*========================
AREA
========================*/
.area_box {
	background: rgba(200,200,200,0.1);
}


/*========================
PAGE
========================*/
.page_box {
	margin-bottom: 20px;
}

.page_box_cap_title {
	padding: 5px 0 5px 5px;
	color: #ff6d00;
	font-size: 1vmax;
	font-weight: bold;
	border: 2px solid #ff6d00;
	box-sizing: border-box;
}

.page_top_img {
	background: #ccc;
}

.box_child_txt,.box_child_img {
	width: 49%;
}


/*
理由
*************************/
.riyu_box {
	background: #ffe3b9;
	border: 2px solid #ff6d00;
	box-sizing: border-box; 
}

.riyu02_img {
	width: 80%;
	max-width: 615px;
}


.riyu_box02 {
	background-image: url(img/riyu_box02_bg.png);
	background-repeat: no-repeat;
	background-position: right top; 
	background-size: contain;
}

.riyu_box_child {
	background: #fff; 
}



.riyu_box_child_check {
	background-image: url(img/riyu_box_child_check_bg.gif);
	background-repeat: repeat;
	background-position: right top;
	position: relative;
}

.check01:before {
	content: "";
    position: absolute;
    background: url(img/riyu_box_child_check_title.png) no-repeat;
    padding: 8% 45%;
    background-size: contain;
    top: -4em;
    left: 0;
    z-index: 1;
}

.check02:before {
	content: "";
    position: absolute;
    background: url(img/riyu_box_child_check_title02.png) no-repeat;
    padding: 8% 45%;
    background-size: contain;
    top: -4em;
    left: 0;
    z-index: 1;
}

.check03:before {
	content: "";
    position: absolute;
    background: url(img/riyu_box_child_check_title03.png) no-repeat;
    padding: 8% 45%;
    background-size: contain;
    top: -4em;
    left: 0;
    z-index: 1;
}

.riyu_box_child_check_img01 {
	width: 35%;
	max-width: 250px;
	margin-top: 5%;
}

.riyu_box_child_check_img02 {
	width: 77%;
	max-width: 547px;
	margin-top: 6%;
}

.riyu_box_child_check_pr {
	width: 30%;
}


/*
限定
*************************/
.gentei_box {
	background: #f1d322;
}

.gentei_box_item01 {
	position: relative;
	z-index: 1;
}

.gentei_box_item01:before {
	content: "";
    position: absolute;
    background: url(img/gentei_box_item01_bg.png) no-repeat;
    padding: 17% 15%;
    background-size: contain;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.gentei_box_cap01 {
	width: 82%;
	max-width: 623px;
}

.gentei_box_cap02 {
	width: 70%;
	max-width: 539px;
}

.gentei_box_item03_cap {
	background: #fff; 
}

.gentei_box_item03_list {
	width: 30%;
}

.gentei_box_cap03 {
	width: 82%;
	max-width: 628px;
}


/*
トラブル
*************************/
.trouble_box {
	background: #ffcd82;
	border: 2px solid #000;
	box-sizing: border-box; 
}

.trouble_box_pr {
	width: 30%;
}

.trouble_box_pr3 {
	background: url(img/trouble_box_pr_bg.gif) left top repeat; 
	border-radius: 10px;
	box-sizing: border-box;
}

.trouble_box02 {
	background: #f5ebe2;
	border: 2px solid #ae733e; 
}

.trouble_box_child {
	margin-top: 8%;
}

.trouble_box_child_title,.trouble_box_child_title02,.trouble_box_child_title03 {
	position: relative;
}

.trouble_box_child_title:before {
	content: "";
    position: absolute;
    background: url(img/trouble_box_child_title_bg.png) no-repeat;
    padding: 6% 45%;
    background-size: contain;
    bottom: -50%;
    left: 1vmax;
    z-index: 1;
}

.trouble_box_child_title02:before {
	content: "";
    position: absolute;
    background: url(img/trouble_box_child_title_bg02.png) no-repeat;
    padding: 6% 45%;
    background-size: contain;
    bottom: -50%;
    left: 1vmax;
    z-index: 1;
}

.trouble_box_child_title03:before {
	content: "";
    position: absolute;
    background: url(img/trouble_box_child_title_bg03.png) no-repeat;
    padding: 6% 45%;
    background-size: contain;
    bottom: -50%;
    left: 1vmax;
    z-index: 1;
}


/*
工事の流れ
*************************/
.flow_box {
	background: #fcfcfc;
	border: 2px solid #777;
	box-sizing: border-box;
}

.flow_box_title,.flow_box_title02,.flow_box_title03,.flow_box_title04,.flow_box_title05 {
	position: relative;
}

.flow_box_title:before {
	content: "";
    position: absolute;
    background: url(img/flow_box_title01_bg.png) center no-repeat;
    padding: 4% 50%;
    background-size: contain;
    bottom: -35%;
    left: 0;
	right: 0;
    z-index: 1;
}

.flow_box_title02:before {
	content: "";
    position: absolute;
    background: url(img/flow_box_title02_bg.png) center no-repeat;
    padding: 6% 50%;
    background-size: contain;
    bottom: -50%;
    left: 0;
    z-index: 1;
}

.flow_box_title03:before {
	content: "";
    position: absolute;
    background: url(img/flow_box_title03_bg.png) center no-repeat;
    padding: 4% 50%;
    background-size: contain;
    bottom: -30%;
    left: 0;
    z-index: 1;
}

.flow_box_title04:before {
	content: "";
    position: absolute;
    background: url(img/flow_box_title04_bg.png) center no-repeat;
    padding: 5% 50%;
    background-size: contain;
    bottom: -45%;
    left: 0;
    z-index: 1;
}

.flow_box_title05:before {
	content: "";
    position: absolute;
    background: url(img/flow_box_title05_bg.png) center no-repeat;
    padding: 4% 50%;
    background-size: contain;
    bottom: -40%;
    left: 0;
    z-index: 1;
}

.flow_box_item {
	background: #fff;
}

.flow_box_item01 {
	margin-top: 8%;
}

.flow_box_pr {
	background: url(img/com_bg.jpg) left top repeat;
	border-left: 2px solid #ff7800;
	border-right: 2px solid #ff7800;
	border-bottom: 2px solid #ff7800;
	box-sizing: border-box;
}


/* =======================================
		ABOUT
======================================= */

table#about {
	width: 100%;
	border: 1px solid #999;
	border-collapse: separate;
    border-spacing: 0px;

}

table#about th, table#about td {
	text-align: left;
	border-bottom: #ccc solid 1px;
	line-height: 2.5em;
	padding: 0 16px;
	box-sizing: border-box;
}

table#about th {
	background: #eee;
	font-weight: bold;
}

.about_message {
	background: #dfdfd0;
}

.recruit {
	border: 1px solid #909090;
}


/* =======================================
		MAP
======================================= */

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/*========================
CONTACT
========================*/
.contact_box {
	position: relative;
}

.contact_box_btn {
	width: 100%;
	position: absolute;
	bottom: 0.7vmax;
}

.contact_btn {
	width: 30%;
	max-width: 224px;
}

.contact_table {
	width: 100%;
	border: 1px solid #d93100;
	border-collapse: separate;
    border-spacing: 0px;
}

.contact_table input, .contact_table textarea {
    width: 100%;
    min-width: 270px;
    line-height: 2em;
	display: block;
}


.contact_table input, .contact_table textarea {
    width: 100%;
    min-width: 270px;
    line-height: 2em;
    display: block;
}


.mwform-radio-field input {
    margin-right: 5px;
    min-width: auto;
    display: inline-block;
    width: auto;
}

/*確認画面へ進むボタン用*/
.mw_wp_form_input .btn input{
background:url(img/input_btn.jpg) no-repeat;
width: 56%;
max-width:443px;
padding-top: 8%;
text-indent:-9999px;
overflow:hidden;
border:none;
cursor:pointer;
}

/*戻るボタン用*/
input[name="submitBack"] {
display: none;
}

/*送信ボタン用*/
.mw_wp_form_confirm .btn input{
background:url(img/confirm_btn.jpg) no-repeat;
width: 56%;
max-width:443px;
padding-top: 8%;
text-indent:-9999px;
overflow:hidden;
border:none;
cursor:pointer;
}


.contact_table th, .contact_table td {
	text-align: left;
	vertical-align: middle;
	border-bottom: #d93100 solid 1px;
	line-height: 2.5em;
	padding: 10px 16px;
	box-sizing: border-box;
}

.contact_table th {
	background: #ffd8b5;
	font-weight: bold;
}

/*========================
FOOTER
========================*/
.footer {
	background: url(img/footer_bg.gif) left top repeat;
}

.footer_item3 p {
	color: #fff;
	background: #ff7200;
	font-size: 15px;
	padding: 2px 8px;
	transition: all 0.5s;
	box-sizing: border-box;
}


.footer_item4 p {
	line-height: 1em;
}

.copy {
	background: #ff7200;
}
.dx_logo {margin-left: auto; width: 200px;}
.dx_logo img {object-fit: cover;}


/*========================
SIDEBAR
========================*/
.sidebar {
	width: 23.64%;
}

#side_list01,#side_list02 {
	padding: 4%;
	box-sizing: border-box;
}

#side_list03 ul {
	padding-left: 4%;
	padding-right: 4%;
	padding-bottom: 4%;
}

#side_list01 {
	background: url(img/campaign_bg.gif) left top repeat;
}

#side_list02 {
	background: #f5ebe2;
	border: 4px solid #ae733e;
}

#side_list03 {
	background: #f5ebe2;
	border: 4px solid #909090;
}


/*========================
POP BANNER
========================*/
#pop_banner {
	background: #ff7200;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 5px;
	z-index: 100;
}

#pop_banner_child {
	background: #fff;
	border-radius: 5px;
	width: 92%;
	padding-right: 1%;
	max-width: 990px;
	box-sizing: border-box;
}
.pop_banner_contact_img {
	width: 51%;
	max-width: 500px; 
}

.pop_banner_img {
	width: 14.5%;
	max-width: 140px; 
}

#pop_banner_child2 {
	width: 7.7%;
	max-width: 80px;
	position: relative;
}
.stalker_but {
	position: absolute;
	right: 0;
	bottom: 120%;
	width: 140px;
}
.ilb {
	display: inline-block;
	font-size: 8px;
}

.sitemap_wrap ul a {
	list-style: none;
	color: #000000;
}

.sitemap_wrap ul {
	list-style: none;
}

.halfleft {
	float: left;
	text-align: left;
}

.halfright {
	float: right;
	text-align: left;
}

.sitemap_wrap {
	width: 100%;
	height: auto;
	line-height: 180%;
	font-size: 25px;
	letter-spacing: 1.2px;
	overflow: hidden;
	clear: both;
	text-align: left;
}

.sitemap_wrap li {
	border-left: 3px solid #FF7700;
	padding: 2px 0px 2px 20px;
	margin-bottom: 30px;
}

.sitemap_wrap li.under {
	padding-left: 28px;
	margin-left: 15px;
	border: none;
}

site_map {
	background: #ff8a00;
	color: #fff;
		z-index: 110;
	position: relative;
}

.site_map a:hover {opacity: 0.5;}

.site_map_box dl {
	margin-bottom: 1em;
}

.site_map_box dt,.site_map_box dd {
	margin-bottom: 1em;
}

.site_map_list02 {
    margin: 0 150px;
}

.beforemozi {
	max-width: 87px;
	max-height: 24px;
	margin: 0 auto !important;
}

.aftermozi {
	max-width: 65px;
	max-height: 23px;
	margin: 0 auto !important;
}