/*!
 Theme Name:     BIG BOX KAKEGAWA SHIZUOKA
 Theme URI:      http://bigbox-kakegawa.jp
 Description:    BIG BOX KAKEGAWA SHIZUOKA in japan
 Author:         Kisaki Design
 Author URI:     http://kisaki-design.com/
 Template:       BIGBOX2023
 Version:        1.0.0
 Main Color      #2d8223
 Sub Color       #96d7d3
 Sub Color       #f1d7a5
 Sub Color       #af865e
 
*/


/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */


/*
 * Removes default margin.
 */
body {
  margin: 0;
}

.clear{clear: both;}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Img
   ========================================================================== */
img {
max-width: 100%;
 height: auto;
}

/* ==========================================================================
   Type
   ========================================================================== */
   
html {
font-size: 62.5%; } /* 1.0em ≒ 10px */

body {
	color: #000;
	line-height: 1.732;
	font-size: 1.5rem;
	font-family: YuGothic, sans-serif;
	font-feature-settings: 'palt' 1;

	}

p {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 0 1.5rem;
  line-height: 1.5rem;
}

p em {
  font-family: "Proxima Nova Italic";
}

p:empty {
  display: none;
}


h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight:bold;
}


h1 {
  font-size: 22.5px;
  font-size: 2.25rem;
  line-height: 2.25rem;
  margin-bottom: 1.125rem;
}

h2 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8rem;
  margin-bottom: 1.125rem;
}

h3 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6rem;
  margin-bottom: 0.5625rem;
}

h4, h5, h6 {
  font-size: 14px;
  line-height: 1.4rem;
  margin-bottom: 0.5625rem;
}

h4 {
  font-size: 14px;
  font-size: 1.4rem;
}

h5 {
  font-size: 14px;
  font-size: 1.4rem;
}

h6 {
  font-size: 12px;
  font-size: 1.2rem;
  color: #dfdfdf;
  text-transform: uppercase;
}

strong {
   font-weight: 600;
}

em {
  font-style: normal;
  font-family: "Proxima Nova Italic";
}

.mincho {
    font-family: "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    }

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.roselle_color{
	color: #991c38
}

.float_right{
	float: right;
	clear: right
}

.clear{
	clear: both;	
}

 .clearfix::after{
  content: "";
  display: block;
  clear: both;
}   


/* ==========================================================================
   Link
   ========================================================================== */

a:link, a:visited {
    text-decoration: none;
}
a:hover {
	color: #fff205;
    text-decoration: none;
}

header a:link, header a:visited {
	color: #000;
    text-decoration: none;
}
header a:hover {
	color: #000;
    text-decoration: none;
}


#footer_contents a:link, #footer_contents a:visited {
	color: #0d0d0d;
    text-decoration: none;
}
#footer_contents a:hover {
	color: #0d0d0d;
    text-decoration: none;
}

/* 画面サイズが768px以上の場合に適用 */
@media only screen and (min-width: 768px) {
a[href^="tel:"] {
    pointer-events: none;
}
}

/* ==========================================================================
   FONT
   ========================================================================== */

nav#nav_move a:link, nav#nav_move a:visited,nav#nav_move a:hover,
nav#nav_fixed a:link, nav#nav_fixed a:visited,nav#nav_fixed a:hover{
    font-family: 'Fira Sans', sans-serif;
    font-weight: 600;
	font-size: 14px;
	font-size: 1.4rem	
}

nav#nav_header a:link, nav#nav_header a:visited,nav#nav_header a:hover {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 600;
	font-size: 15px;
	font-size: 1.5rem	
}

.cp_tab label,.content_model_header_r{
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
	font-size: 14px;
	font-size: 1.4rem	
}


/* ==========================================================================
   Reset
   ========================================================================== */
/*
 * Removes default margin.
 */
* {
  margin: 0;
  padding: 0;
}

ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ol{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
} 
.clearfix:before {
  content: "";
  display: block;
  clear: both;
} 
.clearfix {
  display: block;
}


/* ==========================================================================
   Layout
   ========================================================================== */

body{
  width: 100%;
  border-top: 6px solid #f1d7a5;
}

#container{
	width:1232px;
	margin: auto;
}   
   
header,footer{
	width: 100%;	
}

header h1{
	margin: 0;
	padding: 0
}

nav#nav_move,nav#nav_fixed{
	color: white;
	background-color: #636363;
	width: 100%;
}

div.content_main{
	color: black;
	background-color: white;
	margin: 30px 0px 10px 0px
	padding: 32px;	
	}
	
.inner{
	position: relative;
	width: 1232px;	
	word-wrap: break-word;
	margin: auto
	}
	
.inner_contents{
	position: relative;
	width: 1232px;	
	word-wrap: break-word;
	margin: auto
	}

footer{
	padding:32px 0px 32px 0px
}

/* 画面サイズが1365px以下の場合に適用 */
@media only screen and (max-width: 1366px) {
.nodisplay_1365{
	display:none
}

#container{
	width:100%;
}

#content_main,#content_page{
	margin-top: 60px
}

}

/* 画面サイズが1232px以下の場合に適用 */
@media only screen and (max-width: 1450px) {
#container{
	width: 100%;
	}

.content_main{
	width: 100%;
	}
	
.inner{
	width: 100%;
	}
}




/* ==========================================================================
   表示順序
   ========================================================================== */
   
/* 表示順序 */
aside{
	position: relative; 
	z-index: 9
}

header{
	position: relative;
	z-index: 8 	
}

div.wrap_fix{
	z-index: 7
}

/* ==========================================================================
   Google Map
   ========================================================================== */
 
.gmap {
height: 0;
overflow: hidden;
padding-bottom: 100%;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}

/* ==========================================================================
   ヘッダー
   ========================================================================== */
header{
	background-color: #fff;
	padding: 30px 0px 0px 0px
}

header h1{
	
}

header h1.title{
	width: 320px;
	padding-top: 10px
	
}

header nav{
	width: 96%;
	margin: 15px 32px 20px 32px;
	font-size: 18px;
	font-size: 1.8rem;
	}
	
header nav:after{
	content: "";
    clear: both;
    display: block;
}

header nav li{
	float: left;
	margin-top: 5px;
	margin-right: 45px;
	display: block;
	}

.header_name{
	font-size: 1.6rem;
	font-weight: 600;
}

#header_toi{
	position: absolute;
	top: 20px;
	right: 30px;
	font-size: 1.4rem;
	text-align: right
}

.headerphone {
	font: 3rem Lato, sans-serif;
	line-height: 1;
	background-image: url(img/backheaderphone.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 32px;
}

.header_sns{
	margin: 10px 0px 0px 0px
}

/* 画面サイズが1232px以下の場合に適用 */
@media only screen and (max-width: 1232px) {
header{
	display:none
}
}
/* ==========================================================================
   Footer
   ========================================================================== */
  
#footer_contents{
	width: 100%;
	font-size: 14px;
	font-size: 1.4rem;
	color: #0d0d0d;
	background-color: #af865e;
	padding: 0px 0px 50px 0px
} 

#footer_menunavi li{
	float: left;
	margin:　5px 0px 0px 0px
}  

#footer_menunavi li a{
	margin: 0px 14px
}

.global_footer_logo{
	margin: 30px 0px 30px 30px
}


#containernavfooter {
	background-color: #f1d7a5;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 64px;
	text-align: center;	
}

#footer_toi{
	position: absolute;
	top: 80px;
	right: 30px;
	font-size: 1.4rem;
	text-align: right
}

.footerphone{
	font: 3rem Lato, sans-serif;
	line-height: 1;
	background-image: url(img/backfooterphone.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 32px;
}

.header_sns{
	margin: 10px 0px 0px 0px
}

#footer_copyright{
	position: absolute;
	top: 128px;
	right: 0px;
	font-size: 13px;
	font-size: 1.3rem;
	color: #0d0d0d;	
}

/* 画面サイズが1023px以下の場合に適用 */
@media only screen and (max-width: 1023px) {
.footer_tel span{
	display:block
}

.footer_sns span{
	display: inline
}

#footer_copyright{
	top: 120px;
	}
}

/* 画面サイズが480px以下の場合に適用 */
@media only screen and (max-width: 480px) {
#containernavfooter{
	display: none;
}

.global_footer_logo img{
	width: 90%;
	margin: 10px 0px
}

.footer_sns{
	display: none
}

#footer_toi{
	width: 80%;
	font-size: 1.2rem;
}
.footerphone{
	font-size: 2rem;
	background-image: none;
	}
}



/* ==========================================================================
   固定メニューボタン
   ========================================================================== */
div.wrap_fix{
	position: fixed;
	top: 0;
	width:100%;
}

div.wrap_fix_inner{
	position: relative;
	margin: auto;
	background-color:#f1d7a5;
	width: 1232px;
	padding: 0px 0px 0px 0px
	}

div.wrap_fix_inner label a:link, div.wrap_fix_inner label a:visited {
    color: #0d0d0d;
    text-decoration: none;
}
div.wrap_fix_inner label a:hover {
    color: #b8a049;
    text-decoration: none;
}

div.wrap_fix_inner label{
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	display: block;	
}

div.wrap_fix_inner h1{
	margin: 0px 0px 0px 20px;
	padding: 2px 0px 5px 0px
} 

#wrap_fix_menu{
	position: absolute;
	top: 18px;
	left: 320px
}

div.wrap_fix_inner label.fixmenu{
	float: left;
	margin: 0px 18px 0px 0px
	}
	
div.wrap_fix_inner .wrap_fix_sns{
	position: absolute;
	top: 5px;
	right: 5px
}

/* 画面サイズが1025px以下の場合に適用 */
@media only screen and (max-width: 1025px) {
div.wrap_fix_inner h1{
	margin: 0px 0px 0px 60px;
	}
	
#wrap_fix_menu{
	display:none
}

div.wrap_fix_inner{
	width: 100%;
	}
}

/* 画面サイズが767px以下の場合に適用 */
@media only screen and (max-width: 767px) {
div.wrap_fix_inner .wrap_fix_sns{
	display:none
}
}


/* ==========================================================================
   スマホメニューボタン
   ========================================================================== */

#aside_contents {
  position: fixed;
  top: 0;
  left: -240px; /* メニューのwidth + padding */
  width: 240px; /* メニューのwidth */
  height: 100%;
  transition: left .5s, right .5s; /* アニメーション */
  overflow-y: scroll;
   -webkit-overflow-scrolling: touch;   // 慣性スクロールを追加
 -ms-overflow-style:none;
}

#aside_inner{
  color: #fff;
  padding: 10px 10px 30px 10px;
  background-color: #2d8223;	
  margin-top: 0px
}

#aside_contents::-webkit-scrollbar {
  display: none;
}

#aside_contents h3{
	color: #000;
	background-color: #fff
}

#aside_contents a:link, #aside_contents a:visited {
    color: #fff;
}

#aside_contents h3{
	display: block;
	color: #864b23;
	background-color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 3px 5px;
	font-weight: 700;
	width: 100%
}

#aside_contents label.menu_title{
	color: #fff;	
	border-bottom-color: #fff;
	border-bottom-style: dotted;
	border-bottom-width: 1px
}
    
#aside_contents nav{
	 font-size: 14px;
	 font-size: 1.4rem;
	 color: #320406
 }
 
 #aside_contents nav ul{
	 margin: 0px 0px 0px 0px;
 }
 
 #aside_contents nav.menu-primary li{
	 padding: 15px 0px 15px 0px
 }
 
 #aside_contents nav.menu-primary li ul{
	 margin: 5px 0px 10px 0px;	 
 }
 
 #aside_contents nav.menu-primary li ul li{
	 padding: 5px 0px 5px 20px;
	 }
	  
 #aside_contents .menu_sns{
	 font-size: 30px;
	 font-size: 3.0rem;
	 padding-left: 5px
 }
 
 #aside_contents .menu_sns li{
	 display: inline-block;
	 margin: 20px 0px 20px 0px
 }
 
  #aside_contents .menu_sns li span{
	  display: none
  }
 
 
 #menu_links{
	font-size: 12px;
	font-size: 1.2rem;
 }
 
#menu_links li{
	margin: 5px 0px 5px 0px
	
}
 
 
/* トグルボタン */
.toggle {
  cursor: pointer;
}
 
.toggle:hover {
  text-decoration: underline;
}

#open {
  display: none;
}
 
/* :checked 擬似クラスを使って、#openがチェック状態になった時に、#menuが「right: 0;」になります。 */
#open:checked + #aside_contents{
  left: 0px;
}

label#header_menu_btn{
	position: absolute;
	top: 4px;
}

/* 画面サイズが1025px以上の場合に適用 */
@media only screen and (min-width: 1025px) {
#header_menu_btn{
	display: none;
	}	
}

/* ==========================================================================
   ナビ
   ========================================================================== */
   
#navmain {
	overflow: visible;
	width: 1232px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 52px;
}
#navmain strong, #navmain em {
	display: none;
}
#navmain li, #navmain a {
	display: block;
}
.dropnav {
	position: relative;
	width: 1232px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}


#nav01, #nav01on {
	width: 54px;
	height: 94px;
}
#nav01 a {
	width: 54px;
	height: 94px;
	background-image: url(img/nav01.png);
	background-repeat: no-repeat;
}
#nav01on, #nav01 a:hover {
	background-image: url(img/nav01_on.png);
	background-repeat: no-repeat;
}


#nav02, #nav02on {
	width: 61px;
	height: 94px;
}
#nav02 a {
	width: 61px;
	height: 94px;
	background-image: url(img/nav02.png);
	background-repeat: no-repeat;
}
#nav02on, #nav02 a:hover {
	background-image: url(img/nav02_on.png);
	background-repeat: no-repeat;
}


#nav03, #nav03on {
	width: 74px;
	height: 94px;
}
#nav03 a {
	width: 74px;
	height: 94px;
	background-image: url(img/nav03.png);
	background-repeat: no-repeat;
}
#nav03on, #nav03 a:hover {
	background-image: url(img/nav03_on.png);
	background-repeat: no-repeat;
}


#nav04, #nav04on {
	width: 76px;
	height: 94px;
}
#nav04 a {
	width: 76px;
	height: 94px;
	background-image: url(img/nav04.png);
	background-repeat: no-repeat;
}
#nav04on, #nav04 a:hover {
	background-image: url(img/nav04_on.png);
	background-repeat: no-repeat;
}


#nav05, #nav05on {
	width: 75px;
	height: 94px;
}
#nav05 a {
	width: 75px;
	height: 94px;
	background-image: url(img/nav05.png);
	background-repeat: no-repeat;
}
#nav05on, #nav05 a:hover {
	background-image: url(img/nav05_on.png);
	background-repeat: no-repeat;
}


#nav06, #nav06on {
	width: 111px;
	height: 94px;
}
#nav06 a {
	width: 111px;
	height: 94px;
	background-image: url(img/nav06.png);
	background-repeat: no-repeat;
}
#nav06on, #nav06 a:hover {
	background-image: url(img/nav06_on.png);
	background-repeat: no-repeat;
}


#nav07, #nav07on {
	width: 75px;
	height: 94px;
}
#nav07 a {
	width: 75px;
	height: 94px;
	background-image: url(img/nav07.png);
	background-repeat: no-repeat;
}
#nav07on, #nav07 a:hover {
	background-image: url(img/nav07_on.png);
	background-repeat: no-repeat;
}


/* ==========================================================================
   トップページ
   ========================================================================== */

#containerindexvisual {
	background-color: #fbfbf7;
	margin-top: 32px;
}
#indexvisual {
	width: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
#indexvisualimg {
	width: 100%;
}

#containerindex02 {
	background-color: #f5f5ed;
	margin-top: 40px;
	padding-top: 40px;
	padding-bottom: 40px;
}
#index02 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#index03 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
}

h2.myh201a {
	white-space: nowrap;
	text-align: center;
}
h2.myh201a .textj {
	-webkit-display: flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	font-weight: bold;
	font-size: 3.2rem;
	letter-spacing: 0.2rem;
	line-height: 1.5;
}
h2.myh201a .textj:before, h2.myh201a .textj:after {
	border-top: 1px solid #000;
	content: '';
	-webkit-flex-grow: 1;
	flex-grow: 1;
	display: inline-block
}
h2.myh201a .textj:before {
	margin-right: 0.618em;
}
h2.myh201a .textj:after {
	margin-left: 0.618em;
}
h2.myh201a .texte {
	display: block;
	margin-top: 16px;
	font: 700 1.4rem Lato, sans-serif;
}

#indexcards {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	margin-top: 40px;
}


div.mycard02 {
	width: 18%;
	padding-left: 1%;
	padding-right: 1%;
}

div.mycard02 dt img {
	border-style: none;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

div.mycard02 dd{
	width: 100%
}

span.mybtn05 a {
	display: inline-block;
	line-height: 1;
	color: #fff;
	text-decoration: none;
	background-color: #2db200;
	padding: 4px 8px;
	border-style: none;
	border-radius: 3px;
	font-size: 1.2rem;
	transition: .3s;
	white-space: nowrap;
}
span.mybtn05 a:hover {
	background-color: #34CE00;
}
	
span.mycarddesc01 {
	display: block;
	width: 174px;
	font-size: 1.4rem;
}
span.mycarddesc02 {
	display: block;
	width: 174px;
	font-size: 1.4rem;
}
span.mycardprice {
	display: block;
	float: left;
}
span.mycardprice strong {
	color: #f00;
	font-size: 1.5rem;
}
span.mycardbtn{
	display: block;
	float: right;
}

.toppagemenu h2{
	border-bottom: 3px solid #af865e
}
.toppagemenu h3{}
.toppagemenu div.toppagemenu_contents{
	margin-bottom: 5px;
	background-color: #f1d7a5;
	border-radius: 5px;
	padding: 5px;
	font-size: 1.2rem; 
}

.toppagemenu .btn_tp01{
	text-align: center;
	
	}
.btn_tp01 a {
	display: inline-block;
	line-height: 1;
	color: #fff;
	text-decoration: none;
	background-color: #2db200;
	padding: 10px 16px;
	border-style: none;
	border-radius: 3px;
	font-size: 1.4rem;
	transition: .3s;
	white-space: nowrap;
}
.btn_tp01 a:before {
	font-family: 'FontAwesome';
	content: "\f054\2003";
	font-weight: normal;
}
.btn_tp01 a:hover {
	background-color: #34CE00;
}

.toppagemenu_flex{
	display: flex;
}

.toppagemenu_img{
	width: 300px
}

.toppegemenu_chi{
	flex: 1;
}

/* 画面サイズが767px以下の場合に適用 */
@media screen and (max-width: 767px) {
.facebook_plugin{
width: 100%;
}
}

@media screen and (min-width: 768px) {
#containerindex01{
	display: flex;
	
}

.toppagemenu{
	flex-grow: 1;
	text-align: left;
	width: 60%;
	
}

.facebook_plugin{
	flex-grow: 1;
	width: 35%;
	max-width: 600px;
	padding: 0px 0px 0px 15px
}
}

/* 画面サイズが480px以下の場合に適用 */
@media only screen and (max-width: 480px) {
#indexcards{
	display: block;
}

span.mybtn06 a {
	padding: 20px 10px;	
}

div.mycard02 {
	width: 100%;
	padding-left:0;
	padding-right:0;
}
}

/* ==========================================================================
   会社概要
   ========================================================================== */
section.sec32 {
	width: 95%;
	margin: 32px 24px 32px 24px;
	}


h2.h202 {
	padding-bottom: 25px;
	border-bottom: 3px solid #af865e;
}

h2.h202 span.h202j {
	font-size: 2.2rem;
	font-weight: bold;
	display: block;
	float: left;
	clear: both;
}
h2.h202 span.h202e {
	display: block;
	float: right;
	font: 1.3rem Lato, sans-serif;
}

section.sec56 {
	margin-left: 24px;
	margin-right: 24px;
	margin-bottom: 56px;
	margin-top: 56px
}

table.mybox02 {
	width: 95%;
	border-collapse: collapse;
}
table.mybox02 th {
	width: 20%;
	padding: 8px 16px;
	border-bottom-color: #ccc;
	border-top-color: #ccc;
	border-bottom-style: solid;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
	background-color: #f0f0f0;
	text-align: left;
	font-size: 1.3rem;
}
table.mybox02 td {
	font-size: 1.6rem;
	padding: 8px 16px;
	border-bottom-color: #ccc;
	border-top-color: #ccc;
	border-bottom-style: solid;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
}

.sec24{
	margin: 30px 0px 10px 0px
}

.sec24 h3 {
	margin: 0px;
	font-size: 1.8rem;
	color: #2AA700;
	padding-bottom: 2px;
	margin-left: 24px
}

div.seccolor03 {
	padding-top: 16px;
	padding-right: 16px;
	padding-left: 16px;
	background-color: #efebdc;
	border-radius: 8px;
	border-style: none;
}

li.lidl01 {
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	display: block;
	overflow: hidden;
	line-height: 160%
}
li.lidl01 dl {
	width: 100%;
}
li.lidl01 dt {
	clear: both;
	float: left;
	width: 20%;
	padding-right: 23px;
	font-weight: bold;
}
li.lidl01 dd {
	float: right;
	width: 73%;
	padding-left: 22px;
	border-left: 3px solid #ccc;
}

span.mybtn07 a {
	display: inline-block;
	line-height: 1;
	color: #fff;
	text-decoration: none;
	background-color: #2db200;
	padding: 10px 16px;
	border-style: none;
	border-radius: 3px;
	font-size: 1.4rem;
	transition: .3s;
	white-space: nowrap;
}
span.mybtn07 a:before {
	font-family: 'FontAwesome';
	content: "\f054\2003";
	font-weight: normal;
}
span.mybtn07 a:hover {
	background-color: #34CE00;
}

div.div12 img{
	width: 402px;
	}

img.imgleft {
	clear: both;
	float: left;
	margin-left: 48px;
	margin-right: 48px;
	margin-bottom: 2em;
}

img.imgright {
	clear: both;
	float: right;
	margin-left: 48px;
	margin-bottom: 2em;
}


/*キッチンカー*/
.key01{}

.key01 dl{
	width: 100%;
	margin-bottom: 30px;
	clear: both;
}
.key01 dt{
	float: left;
	clear: left;
	margin-left: 0.5em;
	width: 30%
}
.key01 dd{
}

.key01 dt img{
	width: 90%;
	}

.key01 div.ktn_div{
	padding-left: 10px
}

.kitchencar_section p{
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0px 10px;
  line-height: 140%;
}

.kitchencar_button{
 text-align: center;
 margin: 20px 0px
}

#googlemap{
	width: 100%;
  aspect-ratio: 16/9;

}


/* 画面サイズが1025px以下の場合に適用 */
@media only screen and (max-width: 1025px) {
div.div12 img{
	width: 98%;
	}

img.imgleft,img.imgright{
	float: none;
	margin: 0;
}

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

/* 画面サイズが480px以下の場合に適用 */
@media only screen and (max-width: 480px) {
section.sec32 {
	width: 98%;
	margin: 32px 0px;	
	}
		
section.sec56 {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 28px;
	margin-top: 8px
}	

table.mybox02 {
	width: 98%;
}

table.mybox02 th {
	width: 30%;
	}
	}

@media screen and (min-width: 768px) {
.the_kikukawa_content{
	display: flex;
	margin: 15px 0px 0px 0px
}

.the_kikukawa_image{
	flex-grow: 1;
	text-align: center;
	width: 35%;
}

.the_kikukawa_description{
	flex-grow: 1;
	width: 65%;
}
}

.the_kikukawa_image img{
	margin-bottom: 10px
}

.the_kikukawa_description{
	padding: 0px 12px
}

.the_kikukawa_description h4{
	font-weight: 600;
	font-size: 18px;
	font-size: 1.8rem
	}

.hajikko_description,.imo_description{
	font-weight: 600;
	margin: 15px 0px
	}

.hajikko_contents,.imo_contents{
	margin-bottom: 40px
}

.imo_contents ul{
	margin: 0;
	padding: 0px 0px 0px 40px;
	list-style-type: disc;
}
.imo_contents ol{
	margin-bottom: 15px;
	padding: 0;
	list-style-type: none;
}

.spec_price h5{
	margin-top: 10px
}

/*SERVICE  20230723追加*/

.service_01 h3{
	font-size: 24px;
}
.service_01 h4{
	font-size: 18px;
	line-height: 120%;
	margin: 12px 0px 0px 0px
}

.serviceOnePoint a:link, .serviceOnePoint a:visited {
	color: #0d0d0d;
    text-decoration: none;
}
.serviceOnePoint a:hover {
	color: #0d0d0d;
    text-decoration: none;
}


.serviceOnePoint {
    clear: both;
    padding: 30px 0 0 0;
}


.serviceOnePointList {
    margin: 0 0 0 30px;
}

.serviceOnePointList li {
    margin: 0 15px 30px 0;
    float:left;
}

.serviceOnePointList li dl {
    width: 360px;
}

.serviceOnePointList li dl dt {
    padding-top: 3px;
    text-align: center;
    font-size: 1.6em;
    font-weight: 800;
    color: white;
}

.serviceOnePointList li dl dd {
    padding: 25px 0 0 120px;
    font-size: 1.13em;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -1px;
    width: 230px;
}

.serviceOnePointList_build {
    background-image: url("img/service_point_blue.png"),
                      url("img/service-point-blue_tools.png"),
                      url("img/service_point_background.png");
    background-repeat: no-repeat,
                        no-repeat,
                        no-repeat;
    background-position: left top,
                         left 5pt top 45pt,
                         left top;
    height: 186px;
}


.serviceOnePointList_furniture {
    background-image:  url("img/service_point_red.png"),
                       url("img/service-point-furniture.png"),
                       url("img/service_point_background.png");
    background-repeat: no-repeat,
                        no-repeat,
                        no-repeat;
    background-position: left top,
                         left 5pt top 45pt,
                         left top;
    height: 186px;
}



.serviceOnePointList_suport {
    background-image:   url("img/service_point_green.png"),
                        url("img/service-point-gold.png"),
                        url("img/service_point_background.png");
    background-repeat: no-repeat,
                        no-repeat,
                        no-repeat;
    background-position: left top,
                         left 5pt top 45pt,
                         left top;
    height: 186px;
}

.servicePointDetail {
    clear: both;
}

.servicePointDetail div {
    margin:20px 0px 20px 30px;
    padding: 30px;
    min-height: 327px;
    width: 1083px;
}

.servicePointDetail div h2 {
    font-size: 2em;
}

.servicePointDetail-rightText li h3 {
    font-size: 1.1em;
}

.servicePointDetail-leftText li {
    float: left;
    margin: 0 30px 0 0;
}

.servicePointDetail-rightText li {
    float: right;
    padding: 0 30px 0 0;
}

.servicePointDetail-leftText  li:last-child {
    margin: 0 0 0 30px;
    position: relative;
}

.servicePointDetail-leftText  li:first-child p, .servicePointDetail-rightText  li:first-child p {
    font-size: 1.6rem;
    line-height: 1.35;
}

.servicePointDetail-rightText  li:last-child {
    position: relative;
}


.servicePointDetail-leftText-title, .servicePointDetail-rightText-title {
    margin: 8px 0 0 0;
    font-size: 1.05rem;
}


.servicePointDetail-leftText-secTitle, .servicePointDetail-rightText-secTitle {
    margin: 8px 0 0 0;
}

.servicePointDetail-leftText-description, .servicePointDetail-rightText-description {
    margin: 0 0 8px 0;
    font-size: 1.2rem;
}

.servicePointDetail-leftText-description a, .servicePointDetail-rightText-description a {
    color: red;
}

.servicePointDetail-leftText-plan, .servicePointDetail-rightText-plan {
    padding: 2px 0;
}

.servicePointDetail-leftText-plan dt, .servicePointDetail-rightText-plan dt {
    padding: 0 0 8px 0;
    float: left;
    width: 43%;
    font-size: 1.4rem;
    line-height: 1.3;
}
.servicePointDetail-leftText-plan dt:before, .servicePointDetail-rightText-plan dt:before {
    content: '- ';
}
.servicePointDetail-leftText-plan dd:before, .servicePointDetail-rightText-plan dd:before {
    content: '……';
    left: -2.5em;
    position: absolute;
}
.servicePointDetail-leftText-plan dd, .servicePointDetail-rightText-plan dd  {
    margin: 0 0 0 43%;
    padding: 0 0 8px 0;
    font-size: 1.4rem;
    line-height: 1.3;
    position: relative;
}

.servicePointDetail-leftText-supplement, .servicePointDetail-rightText-supplement {
    font-size: 0.9rem;
    color: #3b3b3b;
    line-height: 1.1;
    position: relative;
    padding: 0 0 0 1em;
}
.servicePointDetail-leftText-supplement:before, .servicePointDetail-rightText-supplement:before {
    content: '＊';
    position: absolute;
    left: 0;
}

.servicePointDetail-leftText .supplementSpace, .servicePointDetail-rightText .supplementSpace {
    padding: 8px 0 0 1em;
}

.servicePointDetail div ul li:first-child  {
    margin: 20px 0 0 0;
    padding: 20px 15px;
    width: 530px;
    background-color: rgba(255,255,255,0.8);
    border-radius: 10px;
    font-weight: 600;
    line-height: 1.5;
}

.servicePointDetail div .servicePointDetail-rightText li:first-child  {
    margin: 20px 50px 0 0;
}

.service_plan {
    padding: 10px 0;
    display: inline-block;
}

.servicePointDetail_build {
    background-image:   url("img/service_pointdetail_blue.png");
    background-repeat: no-repeat;
    background-position: left top;
}



.servicePointDetail_fence {
    background-image:   url("img/service-pointdetail-yellow.png");
    background-repeat: no-repeat;
    background-position: left top;
}

.servicePointDetail_fence h2 {
    margin: 0 0 0 470px;
    padding: 0 0 10px 60px;
    background-image:   url("img/service-pointdetail-yellow_dotline.png");
    background-repeat: no-repeat;
    background-position: left 50pt bottom 2pt;
    position: relative;
    letter-spacing: -2px;
}

.servicePointDetail_fence h2:before {
    content: ' ';
    background-image:   url("img/service-pointdetail-house.png");
    width: 56px;
    height: 50px;
    left: 0;
    top: -10px;
    display: block;
    position: absolute;
}


.servicePointDetail_furniture {
    background-image:   url("img/service_pointdetail_red.png");
    background-repeat: no-repeat;
    background-position: left top;
}

.servicePointDetail_suport {
    background-image:   url("img/service_pointdetail_green.png");
    background-repeat: no-repeat;
    background-position: left top;
}


.serviceFlow {
    margin: 45px 0 0 0;
}

.serviceFlow_map > div {
    margin: 80px 0 0 0;
}

.serviceFlow_map {
    margin: 80px auto;
    width: 1193px;
}

.serviceFlow_map ul li {
    float: left;
}
.serviceFlow_map ul li:first-child img {
    width: 100%;
}
.serviceFlow_map ul li:last-child img {
    width: 100%;
}
.serviceFlow_left {
    margin: 0 0 0 20px;
}

.serviceFlow_right {
    margin: 80px 0 0 0;
}

.serviceFlow_left li, .serviceFlow_right li {
    width: 296px; height: 206px;
}

.serviceFlow_left li {
    margin: 0 20px 0 0;
    float:left;
}

.serviceFlow_left li:last-child {
    margin: 0;
}

.serviceFlow_right li {
    margin: 0 20px 0 0 ;
    float: right;
}



.serviceFlow_left li dl, .serviceFlow_right li dl {
    width: 294px; height: 206px;
    position: relative;
}

.serviceFlow_left li dl dt, .serviceFlow_right li dl dt {
    padding: 28px 0 0 0;
    text-align:center;
    font-size: 1.4em;
    letter-spacing: -1px;
    color: white;
    font-weight: 800;
}

.serviceFlow_left dd, .serviceFlow_right dd {
    padding: 16px 35px 0 35px;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: -1px;
}

.serviceFlow_left_inquiry {
    background-image: url("img/service-serviceFlow-inquiry-icon.png"),
                        url("img/service-serviceFlow-inquiry-label.png"),
                        url("img/service-serviceFlowBase.png");
    background-repeat:  no-repeat,
                        no-repeat, 
                        no-repeat;
    background-position: bottom 15pt right 15pt,
                         top left,
                         top left;
}

.serviceFlow_left_inquiry:before {
    content: ' ';
    width: 81px; height: 81px;
    background-image: url("img/service-serviceFlow-inquiry-no.png");
    background-repeat: no-repeat;
    top: -60px; left: 35%;
    display:block;
    position:absolute;
}

.serviceFlow_left_inquiry:after {
    content: ' ';
    width: 65px; height: 52px;
    background-image: url("img/service-serviceFlow-inquiry-arrow.png");
    background-repeat: no-repeat;
    top: 50%; right: -40px;
    display:block;
    position:absolute;
    z-index:3;
}

.serviceFlow_left_event {
    background-image: url("img/service-serviceFlow-event-label.png"),
                        url("img/service-serviceFlowBase.png");
    background-repeat: no-repeat, 
                        no-repeat;
}

.serviceFlow_left_event:before {
    content: ' ';
    width: 81px; height: 81px;
    background-image: url("img/service-serviceFlow-event-no.png");
    background-repeat: no-repeat;
    top: -60px; left: 35%;
    display:block;
    position:absolute;
}

.serviceFlow_left_event:after {
    content: ' ';
    width: 65px; height: 52px;
    background-image: url("img/service-serviceFlow-event-arrow.png");
    background-repeat: no-repeat;
    top: 44%; right: -40px;
    display:block;
    position:absolute;
    z-index: 3;
}

.serviceFlow_left_event a {
    color: #e60012;
    font-size: 1.2em;
}

.serviceFlow_left_event dd {
    line-height: 1.4;
}

.serviceFlow_left_investigation {
    background-image: url("img/service-serviceFlow-investigation-icon.png"),
                        url("img/service-serviceFlow-investigation-label.png"),
                        url("img/service-serviceFlowBase.png");
    background-repeat: no-repeat, 
                        no-repeat, 
                        no-repeat;
    background-position: top 65pt center,
                        top left,
                        top left;
}

.serviceFlow_left_investigation:before {
    content: ' ';
    width: 81px; height: 81px;
    background-image: url("img/service-serviceFlow-investigation-no.png");
    background-repeat: no-repeat;
    top: -60px; left: 35%;
    display:block;
    position:absolute;
}

.serviceFlow_left_investigation:after {
    content: ' ';
    width: 65px; height: 52px;
    background-image: url("img/service-serviceFlow-investigation-arrow.png");
    background-repeat: no-repeat;
    top: 50%; right: -40px;
    display:block;
    position:absolute;
    z-index: 3;
}

.serviceFlow_left_order {
    background-image: url("img/service-serviceFlow-order-icon.png"),
                        url("img/service-serviceFlow-order-label.png"),
                        url("img/service-serviceFlowBase.png");
    background-repeat: no-repeat, 
                        no-repeat, 
                        no-repeat;
    background-position: bottom 10pt right 20pt,
                        top left,
                        top left;
}

.serviceFlow_left_order:before {
    content: ' ';
    width: 81px; height: 81px;
    background-image: url("img/service-serviceFlow-order-no.png");
    background-repeat: no-repeat;
    top: -60px; left: 35%;
    display:block;
    position:absolute;
}

.serviceFlow_left_order:after {
    content: ' ';
    width: 52px; height: 67px;
    background-image: url("img/service-serviceFlow-order-arrow.png");
    background-repeat: no-repeat;
    bottom: -60pt; right: 20pt;
    display:block;
    position:absolute;
    z-index: 3;
}

.serviceFlow_right_delivery {
    background-image: url("img/service-serviceFlow-delivery-icon.png"),
                        url("img/service-serviceFlow-delivery-label.png"),
                        url("img/service-serviceFlowBase.png");
    background-repeat: no-repeat, 
                        no-repeat, 
                        no-repeat;
    background-position: bottom 10pt right 15pt,
                        top left,
                        top left;
}

.serviceFlow_right_delivery:before {
    content: ' ';
    width: 81px; height: 81px;
    background-image: url("img/service-serviceFlow-delivery-no.png");
    background-repeat: no-repeat;
    top: -60px; left: 35%;
    display:block;
    position:absolute;
}

.serviceFlow_right_delivery:after {
    content: ' ';
    width: 65px; height: 52px;
    background-image: url("img/service-serviceFlow-delivery-arrow.png");
    background-repeat: no-repeat;
    top: 32%; left: -40px;
    display:block;
    position:absolute;
    z-index: 3;
}

.serviceFlow_right_self {
    background-image: url("img/service-serviceFlow-self-icon.png"),
                        url("img/service-serviceFlow-self-label.png"),
                        url("img/service-serviceFlowBase.png");
    background-repeat: no-repeat, 
                        no-repeat, 
                        no-repeat;
    background-position: bottom 5pt right 15pt,
                        top left,
                        top left;
}

.serviceFlow_right_self:before {
    content: ' ';
    width: 81px; height: 81px;
    background-image: url("img/service-serviceFlow-self-no.png");
    background-repeat: no-repeat;
    top: -60px; left: 35%;
    display:block;
    position:absolute;
}

.serviceFlow_right_self:after {
    content: ' ';
    width: 65px; height: 52px;
    background-image: url("img/service-serviceFlow-self-arrow.png");
    background-repeat: no-repeat;
    top: 50%; left: -40px;
    display:block;
    position:absolute;
    z-index: 3;
}

.serviceFlow_right_completion {
    background-image: url("img/service-serviceFlow-completion-icon.png"),
                        url("img/service-serviceFlow-completion-label.png"),
                        url("img/service-serviceFlowBase.png");
    background-repeat: no-repeat, 
                        no-repeat, 
                        no-repeat;
    background-position: bottom 10pt right 25pt,
                        top left,
                        top left;
}

.serviceFlow_right_completion:before {
    content: ' ';
    width: 81px; height: 81px;
    background-image: url("img/service-serviceFlow-completion-no.png");
    background-repeat: no-repeat;
    top: -60px; left: 35%;
    display:block;
    position:absolute;
}

.serviceFlow_right_completion:after {
    content: ' ';
    width: 65px; height: 52px;
    background-image: url("img/service-serviceFlow-completion-arrow.png");
    background-repeat: no-repeat;
    top: 30%; left: -40px;
    display:block;
    position:absolute;
    z-index: 3;
}

.serviceFlow_right_maintenance {
    background-image: url("img/service-serviceFlow-maintenance-icon.png"),
                        url("img/service-serviceFlow-maintenance-label.png"),
                        url("img/service-serviceFlowBase.png");
    background-repeat: no-repeat, 
                        no-repeat, 
                        no-repeat;
    background-position: bottom 5pt right 10pt,
                        top left,
                        top left;
}

.serviceFlow_right_maintenance:before {
    content: ' ';
    width: 81px; height: 81px;
    background-image: url("img/service-serviceFlow-maintenance-no.png");
    background-repeat: no-repeat;
    top: -60px; left: 35%;
    display:block;
    position:absolute;
}

.service_text_link {
    margin: 25px 0; 
}

/* service-sp */ 

@media (max-width: 619px) { 

    #service {
        width: auto;
        float: none;
        background-image: url("img/background-bottomInk-sp.png");
    }

    .service_mainvisual {
        margin: 0;
        width: 100%; height: 100%;
        background-size: cover;
        position: relative;
    }

    .service_mainvisual:before {
        content: "";
        display: block;
        padding-top: 60%;
        position: static;
        width: auto; height: auto;
        background-image: none;
    }

    .service_mainvisual:after {
        width: auto; height: auto;
        background-image: none;
    }

    .service_mainvisual_title {
        position: absolute;
        top: 80%; left: 0px;
        width: 70%;
    }

    .service_mainvisual_title img {
        width: 100%;
    }   

    .service_mainvisual_text {
        width: 92%;
        margin: 0 auto;
        padding: 4%;
        background-color: rgba(0, 0, 0, 0.5);
        border-radius: 0px;
        position: static;
    }

    .service_mainvisual_text_subtitle {
        color: white;
        letter-spacing: -0.05em;
    }

    .service_mainvisual_text_detail br {
        display: none;
    }

    .serviceOnePoint {
        padding: 30px 0 0 0;
    }

    .serviceOnePoint_subtitle {
        padding: 6px 25px 0 25px;
        width: 265px;
    }

    .serviceOnePoint_title {
        margin: 0 auto;
        padding: 0;
        width: 28rem;
        text-align: left;
        padding: 5px 0 0 0;
        line-height: 1.2;
        font-size: 2em;
    }

    .serviceOnePointList {
        margin: 30px auto 0 auto;
    }

    .serviceOnePointList li {
        max-width: 397px;
        margin: 0 auto 30px auto;
        float:none;
        display: block;
    }

    .serviceOnePointList li dl {
        /* font-size: 0.9rem; */
        width: initial;
        max-width: 397px;
    }

    .serviceOnePointList li dl dd {
        padding: 25px 0 0 100px;
        font-size: 1.1rem;
        width: initial;
        max-width: 260px;
    }

    .serviceOnePointList_build {
        background-position: left top,
                             left 5pt top 50pt,
                             left top;
        background-size: auto,80px auto,cover;
    }

    .serviceOnePointList_fence {
        background-position: left top,
                             left 5pt top 50pt,
                             left top;
        background-size: auto,90px auto,cover;
    }

    .serviceOnePointList_furniture {
        background-position: left top,
                             left 5pt top 50pt,
                             left top;
        background-size: auto,80px auto,cover;       
    }

    .serviceOnePointList_diy {
        background-position: left top,
                             left 5pt top 50pt,
                             left top;
        background-size: auto,80px auto,cover;         
    }

    .serviceOnePointList_tools {
        background-position: left top,
                             left 5pt top 50pt,
                             left top;
        background-size: auto,80px auto,cover;              
    }

    .serviceOnePointList_suport {
        background-position: left top,
                             left 5pt top 50pt,
                             left top;
        background-size: auto,80px auto,cover;        
    }

    .servicePointDetail_build {
        background-image:   url("img/service-pointdetail-blue-sp.png");
    }
    .servicePointDetail_fence {
        background-image:   url("img/service-pointdetail-yellow-sp.png");
    }
    .servicePointDetail_furniture {
        background-image:   url("img/service-pointdetail-red-sp.png");
    }
    .servicePointDetail_diy {
        background-image:   url("img/service-pointdetail-purple-sp.png");
    }
    .servicePointDetail_tools {
        background-image:   url("img/service-pointdetail-pink-sp.png");
    }
    .servicePointDetail_suport {
        background-image:   url("img/service-pointdetail-green-sp.png");
    }

    .servicePointDetail-leftText li:last-child:before, .servicePointDetail-rightText li:last-child:before {
        width: 39px; height: 55px;
        top: -25px;
        background-size: cover;
    }

    .servicePointDetail div {
        margin: 20px auto;
        padding: 30px 0 0 0;
        min-height: 327px;
        width: auto;
    }

    .servicePointDetail div h2 {
        margin: 0 0 0 2%;
        font-size: 1.7em;
    }

    .servicePointDetail div ul li {
        margin: 15px auto 0 auto;
        width: 90%;
    }

    .servicePointDetail div ul li:first-child  {
        margin: 20px auto 0 auto;
        width: 90%;
    }

    .service_plan {
        padding: 10px 0;
        display: inline-block;
    }

    .servicePointDetail-leftText li, .servicePointDetail-rightText li {
        padding: 0;
        float: none;
    }

    .servicePointDetail-leftText li:last-child, .servicePointDetail-rightText li:last-child {
        margin: 30px auto 30px auto;
        max-width: 431px;
    }

    .servicePointDetail-leftText li:last-child img, .servicePointDetail-rightText li:last-child img {
        width:  100%;
        display: block;
    }

    .serviceFlow_left, .serviceFlow_right {
        margin: 0;
    }

    .serviceFlow_left li, .serviceFlow_right li {
        margin: 60px auto 0 auto;
        float:none;
    }

    .serviceFlow_left li:last-child, .serviceFlow_right li:last-child {
        margin: 60px auto 0 auto;
    }

    .serviceFlow_left li:first-child, .serviceFlow_right li:first-child {
        margin: 0 auto;
    }

    .servicePointDetail div ul li:first-child, .servicePointDetail div .servicePointDetail-rightText li:first-child  {
        margin: 10px auto 0 auto;

    }

    .servicePointDetail_suport h2:before {
        left: 0; top: -20px;
    }

    .serviceFlow_map {
        width: 97%;
        margin: 20px auto 80px auto;
    }

    .serviceFlow_map ul li {
        float: none;
        margin: 10px 0 0 0;
    }
    .serviceFlow_map ul li:first-child img {
        width: 100%;
    }
    .serviceFlow_map ul li:last-child img {
        width: 100%;
    }

    .serviceFlow_left_inquiry:after, .serviceFlow_left_investigation:after {
        top: 200px; left: 15px;
        transform: rotate(90deg);
    }

    .serviceFlow_left_event:after {
        top: 200px; right: 15px;
        transform: rotate(90deg);
    }

    .serviceFlow_left_order:after { 
        top: 200px; right: 15px;
    }

    .serviceFlow_right {
        margin: 65px 0 0 0;
    }

    .serviceFlow_right_delivery:after {
        top: 200px; left: 15px;
        transform: rotate(-90deg);
    }

    .serviceFlow_right_self:after {
        top: 200px; left: 200px;
        transform: rotate(-90deg);
    }

    .serviceFlow_right_completion:after {
        top: 200px; left: 15px;
        transform: rotate(-90deg);        
    }

    .serviceFlow_left li .serviceFlow_left_event dd {
        font-size: 1.1rem;
    }

    .serviceFlow_left li dl dd, .serviceFlow_right li dl dd {
        font-size: 1.2rem;
        padding: 20px 35px 0 35px;
    }

}

@media (max-width: 550px) { 

    .servicePointDetail_build .servicePointDetail-leftText-plan dt,
    .servicePointDetail_fence .servicePointDetail-rightText-plan dt,
    .servicePointDetail_furniture .servicePointDetail-leftText-plan dt {
        width: 100%;
        padding: 0 0 3px 0;
        float: none;
    }

    .servicePointDetail_fence .servicePointDetail-rightText-plan dt br {
        display: none;
    }

    .servicePointDetail_build .servicePointDetail-leftText-plan dt:after,
    .servicePointDetail_fence .servicePointDetail-rightText-plan dt:after,
    .servicePointDetail_furniture .servicePointDetail-leftText-plan dt:after {
        content: ' ………';
    }
    .servicePointDetail_build .servicePointDetail-leftText-plan dd,
    .servicePointDetail_fence .servicePointDetail-rightText-plan dd,
    .servicePointDetail_furniture .servicePointDetail-leftText-plan dd {
        padding: 0 0 8px .7em;
        margin: 0;
    }
    .servicePointDetail_build .servicePointDetail-leftText-plan dd:before,
    .servicePointDetail_fence .servicePointDetail-rightText-plan dd:before,
    .servicePointDetail_furniture .servicePointDetail-leftText-plan dd:before {
        content: '';
    }
}

@media (max-width: 400px) { 
    .serviceOnePoint_title {
        font-size: 1.5rem;
        width: 22rem;
    }
    
    .servicePointDetail div {
        padding: 15px 0 0 0;
    }

    .servicePointDetail div h2 {
        padding: 10px 0 10px 60px;
        margin: 5px 0 0 2%;
        font-size: 1.3em;
    }

    .servicePointDetail_furniture h2:before {
        left: -5px; top: 0px;
    }

    .servicePointDetail_suport h2:before {
        width: 45px;
        height: 45px;
        background-size: cover;
        left: 0; top: -10px;
    }

}

@media (max-width: 370px) {
    .servicePointDetail_suport .supplementSpace br {
        display: none;
    }
}

@media (max-width: 350px) { 
    .serviceOnePointList li dl {
        font-size: 0.8rem; 
    }
}
