@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
	color: #333;
	line-height: 140%;
	font-weight: normal;
}
body {
	margin:0px;
	padding:0px;
	/*
	background: #fffaf0;
	*/
}
a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:hover img {
/*モダンブラウザ用*/
opacity:0.8;
/*IE7以下用*/
filter:alpha(opacity=80);
/*IE8用*/
-ms-filter:"alpha(opacity=80)";
}

/****共通部分****/

/***ヘッダー***/
#logo_navi {
	position: fixed;
	top: 90px;
	left: 50%;
	margin-left: -500px;
	z-index: 10;
}

body:not(.index) #logo_navi {
	top: 0px;
	padding-top: 70px;
	background-color: rgba( 255, 255, 255, 0.8 );
	/*
	background-color: rgba( 255, 250, 240, 0.8 );
	*/
}

body:not(.index) #logo_navi.alpha {
	background-color: rgba( 255, 255, 255, 0.8 );
}

#logo_navi header h1 {
	position: absolute;
	/*グローバルメニュー 間隔開けるデザイン用*/
	top: -20px;
	/*グローバルメニュー 間隔開けないデザイン用
	top: -6px;
	*/
	left: 34px;
}

/*グローバルメニュー 間隔開けるデザインのa*/
#logo_navi header h1 a {
	display: block;
	padding: 13px;
}

.index #logo_navi header h1 a {
	background-color: rgba( 192, 192, 192, 1 ); 
	border-radius: 5px;
}

#logo_navi header h1 a:hover {
	background-color: #e4e4e4; 
}

#logo_navi header h1 img {
	width: 260px;
	height: auto;
}

#logo_navi header h1 a:hover img {
	opacity: 1;
}

#logo_navi header .search_form {
	position: absolute;
	top: -60px;
	right: 0;
}

#logo_navi header .search_form input[type="text"]{
	padding: 2px;
	font-size: 104%;
	border: 1px solid #ccc;
	border-radius: 2px;
}

#logo_navi header .search_form input[type="image"]{
	vertical-align: middle;
}

/*グローバルメニュー*/
#logo_navi #main_nav {
	background-color: rgba( 192, 192, 192, 1 );
}

/*グローバルメニューindex
.index #logo_navi #main_nav {
	background-color: rgba( 230, 230, 230, 1 );
}
*/

/*グローバルメニュー 間隔開けるデザインのcss*/
#logo_navi #main_nav {
	background-color: transparent;
}

#logo_navi #main_nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: flex;
	justify-content: flex-end;
}

#logo_navi #main_nav ul li {
	width: 15%;
	margin-right: 2%;
	font-size: 90%;
	text-align: center;
}
#logo_navi #main_nav > ul > li {
	background-color: rgba( 192, 192, 192, 1 );
	border-radius: 5px;
}

#logo_navi #main_nav ul li.hasMenu {
	position: relative;
}

#logo_navi #main_nav ul li:last-child {
	margin-right: 0;
}

#logo_navi #main_nav ul li a {
	display: block;
	padding: 10px 0;
}

#logo_navi #main_nav ul li a:hover {
	text-decoration: none;
	background: #fff;
	cursor: pointer;
}

#logo_navi #main_nav > ul> li > a:hover {
	background: #e4e4e4;
}

/*グローバルメニュー 間隔開けないデザインのcss
#logo_navi #main_nav {
	background-color: rgba( 192, 192, 192, 1 );
}

#logo_navi #main_nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: flex;
	justify-content: flex-end;
}

#logo_navi #main_nav ul li {
	border-right: 1px solid #999;
	font-size: 90%;
	text-align: center;
}

#logo_navi #main_nav ul li.hasMenu {
	position: relative;
}

#logo_navi #main_nav ul li:first-child {
	border-left: 1px solid #999;
}

#logo_navi #main_nav ul li:last-child {
	border-right: none;
}

#logo_navi #main_nav ul li a {
	display: block;
	width: 6em;
	padding: 20px 40px;
}

#logo_navi #main_nav ul li a:hover {
	text-decoration: none;
	background: #fff;
}
*/

/*下層メニュー*/
#logo_navi #main_nav ul li ul.child {
	position: absolute;
	top: 26px;
	left: 20px;
	background: #ffd12a;
	border-radius: 5px;
	/*background-color: rgba( 214, 225, 124, 1 );
	border-radius: 5px;
	*/
	display: block;
	padding: 14px 12px 14px 12px;
	z-index: 100;
}

/*吹き出し部分
#logo_navi #main_nav ul li ul.child:after {	
	content:"";
	display: block;
	width: 0;
	border-style: solid;
	border-width: 34px 18px 0 16px;
	border-color: transparent transparent transparent #CCC;
	/*border-left-color: rgba( 230, 230, 230, 0.5 );
	position: absolute;
	top: -28px;
	left: 62px;
}

#logo_navi #main_nav ul li ul.child01:after {	
	left: 42px;
}

#logo_navi #main_nav ul li ul.child02:after {	
	left: 62px;
}
*/

#logo_navi #main_nav ul li ul.child li {
	border: none;
	text-align: left;
}

#logo_navi #main_nav ul li ul.child li a {
	padding: 10px 14px;
}

#logo_navi #main_nav ul li:first-child ul.child li a {
	width: 7em;
}

#logo_navi #main_nav ul li:nth-child(2) ul.child li a {
	width: 9em;
}

#logo_navi #main_nav ul li:nth-child(3) ul.child li a {
	width: 9em;
}

#logo_navi #main_nav ul li:last-child ul.child li a {
	width: 10em;
}

/*下層メニュー閉じるボタン*/
#logo_navi #main_nav ul li ul.child li .pad_button {
	width: 18px;
	height: 18px;
	position: absolute;
	background: #e6e6e6;
	border-radius: 2px;
	top: 4px;
	right: 4px;
	z-index: 101;
	cursor: pointer;
}
	
#logo_navi #main_nav ul li ul.child li .pad_button .cross{
	width: 14px;
	height: 2px;
	background: #333;
	transform: rotate(45deg); 
	position: absolute;
	top: 8px;
	left: 2px;
}
	
#logo_navi #main_nav ul li ul.child li .pad_button .cross:last-child {
	transform: rotate(-45deg); 
}

/*外部サイトリンク用のボタン*/
.hp_button {
	margin: 0px;
	padding: 0px;
}

.hp_button a {
	display: block;
	width: 10em;
	padding: 6px 10px;
	border-radius: 5px;
	background: #DEE792;
	transition: 0.3s;
	text-align: center;
	color: #333;
	font-size: 80%;
}

.hp_button a:hover {
	text-decoration: none;
	background: #C2C2C2;
	transition: 0.3s;
}


/*中央寄せにするクラス*/
.p_center {
	width: 1000px;
	margin: 0 auto;
}

/*absoluteの大枠用*/
.p_rel {
	position: relative;
}

/*グローバルナビ*/
#sp_nav {
	display: none;
}

/*ページ上部へ戻るボタン(スマホ用)*/
#sp_up {
	display: none;
}

/*下部固定メニュー*/
#bottom_nav {
	width: 100%;
	position: fixed;
	bottom: 0px;
	background-color: rgba( 230, 230, 230, 0.5 );
	z-index: 50;
}

#bottom_nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: flex;
}

#bottom_nav ul li {
	margin-right: 10px;
	padding: 0px;
	list-style: none;
}

#bottom_nav ul li:first-child {
	padding: 0px 0px 0px 20px;
	background: url(../img/b_navi_icon01.svg) left center no-repeat;
	background-size: 30px;
}

#bottom_nav ul li:nth-child(2) {
	margin-left: 10px;
	padding: 0px 0px 0px 20px;
	background: url(../img/b_navi_icon02.svg) left center no-repeat;
	background-size: 30px;
}

#bottom_nav ul li:nth-child(3) {
	margin-left: 10px;
	padding: 0px 0px 0px 20px;
	background: url(../img/b_navi_icon04.svg) left center no-repeat;
	background-size: 30px;
}

#bottom_nav ul li:last-child {
	margin-right: 0px;
	margin-left: auto;
	padding: 0px 0px 0px 25px;
	background: #ffd12a url(../img/b_navi_icon03.svg) 15px center no-repeat;
}

#bottom_nav ul li a {
	display: block;
	padding: 20px;
}

/*
#bottom_nav ul li:last-child a {
	padding: 10px;
}

#bottom_nav ul li:last-child a img{
	width: auto;
	height: 64px;
}
*/

#bottom_nav ul li a:hover {
	text-decoration: none;
}

/*フッター*/
footer {
	width: 100%;
	padding: 20px 0px 60px;
	background-color: rgba( 230, 230, 230, 0.5 );
}

footer .p_center > p {
	text-align: center;
}

footer .pc_flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

footer #footer_nav {
	margin: 0px 0px 0px -6px;
	padding: 0px;
	list-style: none;
	display: flex;
}

footer #footer_nav li {
	margin-right: 6px;
}

footer #footer_nav li:first-child img {
	width: 220px;
	height: auto;
}

footer #footer_nav li a {
	display: block;
	padding: 14px 6px;
}

footer .pc_flex .pad_flex {
	display: flex;
	justify-content: space-between;
}

footer p.address {
	margin: 0px 40px 0px 0px;
	padding: 7px 0px;
}

footer p.address .title {
	display: block;
	font-weight: bold;
	text-align: center;
}

.suki footer {
	height: 200px;
}

.suki.detail footer {
	height: inherit;
}

/****トップページ****/
/*初訪問ポップアップ*/
body.fix {
	position: fixed;
}

.index #first-visit {
	width: 100%;
	height: 100vh;
	padding: 50px 20px 20px;
	background-color: #f4f4f4;
	box-sizing: border-box;
	position: fixed;
	z-index: 100;
}

.index #first-visit.nondisp {
	display: none;
}

.index #first-visit .inner {
	display: none;
}

.index #first-visit ul {
	display: flex;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 50px;
	padding: 0;
	justify-content: space-between;
	align-items: center;
	list-style: none;
}

.index #first-visit ul li {
	width: 49%;
	max-width: 450px;
}

.index #first-visit ul li img {
	width: 100%;
	height: auto;
}

.index #first-visit .about02-text {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 30px;
	padding: 16px;
	background: #F3F7D7;
	box-sizing: border-box;
}

.index #first-visit .about02-text .red {
	color: #f00;
}

.index #first-visit .about02-text .blue {
	color: #004080;
}

.index #first-visit .about02-text .bold {
	font-weight: bold;
}

.index #first-visit .close {
	width: 30px;
	height: 30px;
	margin: 0 auto;
	background: #CCC;
	border-radius: 5px;
	position: relative;
}

.index #first-visit .close:hover {
	cursor: pointer;
}

.index #first-visit .close .lines {
	width: 50%;
	height: 1px;
	background: #000;
	position: absolute;
	top: 50%;
	left: 24%;
}

.index #first-visit .close .line01 {
	transform: rotate(45deg);
}

.index #first-visit .close .line02 {
	transform: rotate(315deg);
}

/*ファーストビュー*/
#first_view {
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
}

#first_view .box {
	width: 100%;
	height: 900px;
	background: url(../img/index_slide01.jpg) no-repeat center center;
	background-size: cover;
	/*
	width: 100%;
	height: 800px;
    background-position:50% 0;
    background-repeat:no-repeat
	z-index: 0 !important;
	*/
}

#first_view ul.contents_link {
	position: absolute;
	bottom: 70px;
	margin: 0px 0px 0px 25px;
	padding: 0px;
	list-style: none;
	display: flex;
	justify-content: center;
}

#first_view ul.contents_link li {
	margin-right: 20px;
	background-color: rgba( 230, 230, 230, 0.8 );
}

#first_view ul.contents_link li:last-child {
	margin-right: 25px;
}

#first_view ul.contents_link li a {
	display: block;
	width: 230px;
	height: 120px;
	position: relative;
}

#first_view ul.contents_link li a .text {
	position: absolute;
	top: 36%;
	left: 120px;
}

/*文字一段分*/
#first_view ul.contents_link li a .text02 {
	position: absolute;
	top: 44%;
	left: 120px;
}

/*
#first_view ul.contents_link li:last-child a .text {
	top: 20%;
}
*/

#first_view ul.contents_link li a .img {
	position: absolute;
	top: 10px;
	left: 10px;
}

/*コンテンツ全体*/
.index section.contents {
	width: 100%;	
}

/*コンテンツ01*/
.index section.content01 {
	margin: 50px auto 80px;	
}

.index section.content01 h1 {
	width: 100%;
	display: block;
	margin-bottom: 20px;
	text-align: center;
}

.index section.content01 .content_inner {
	width: 70%;
	margin: 0 auto;
}

.index section.content01 .content_inner p {
	margin-bottom: 20px;
	text-align: center;
	line-height: 1.4;
}

.index section.content01 .content_inner p.cont {
	width: 200px;
	margin: 0px auto;
	background: #DFD78F;
	text-align: center;
	position: relative;
	border-radius: 3px;
}

.index section.content01 .content_inner p.cont a {
	display: block;
	padding: 10px 0px;
}

.index section.content01 .content_inner p.cont:before {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 28px;
  right: 20%;
  width: 8px;
  height: 8px;
  margin-top: -12px;
  background: #333;
}

.index section.content01 .content_inner p.cont:after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 28px;
  right: 21%;
  width: 8px;
  height: 8px;
  margin-top: -12px;
  background: #DFD78F;
}

/****事業内容****/
/*共通(一覧ページ)*/
body.business #logo_navi {
	background: transparent;					 
}

.business .key_img {
	width: 100%;
	height: 300px;
	margin-bottom: 50px;
}

.business h2 {
	margin-bottom: 30px;
	line-height: 1.2;
	text-align: center;
}

.business h2 span {
	font-size: 80%;
}

.business .kouji {
	width: 1000px;
	margin: 0px auto 14px;
}

.business .kouji p {
	text-align: center;
}

.business .kouji02 {
	width: 1000px;
	margin: 0px auto 240px;
}
	
.business .kouji02 p {
	text-align: center;
}
	
.business .kouji02 a {
	display: block;
	width: 300px;
	margin: 0 auto;
	padding: 10px 20px;
	background: #DFD78F;
	border-radius: 5px;
}

.business .kouji02 a:hover {
	text-decoration: none;
	background: #CCC;
	border-radius: 0px;
	transition: 0.3s;
}

.business .contents .inner {
	width: 1000px;
	margin: 0 auto;
}

.business .inner ul.menu {
	margin: 0px;
	padding: 0px;
	display: flex;
	/*3リンク以上で使用
	justify-content: space-between;
	*/
	flex-wrap: wrap;
	list-style: none;
}

.business .inner ul.menu li {
	width: 290px;
	height: 230px;
	/*3リンク以上で削除*/
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px solid #f0f0f0;
	position: relative;
	transition: 0.1s;
}

.business .inner ul.menu li:hover {
	background: #f0f0f0;
	transition: 0.1s;
}

.business .inner ul.menu li dl {

}

.business .inner ul.menu li dl dt, 
.business #content02 .inner ul li dl dd {
	margin: 0px;
	padding: 0px;
}

.business .inner ul.menu li dl dt {
	position: absolute;
	top: 170px;
	left: 10px;
	width: 14em;
}

.business .inner ul.menu li dl dt a {

}

.business .inner ul.menu li dl dt a .small {
	display: block;
	font-size: 80%;
}

.business .inner ul.menu li dl dd.img {
	width: 270px;
	height: 150px;
	position: absolute;
	top: 10px;
	left: 10px;
}

.business .inner ul.menu li dl dd.link{
	position: absolute;
	right: 10px;
	bottom: 15px;
}

/*共通(詳細ページ)*/
.business.detail section {
	width: 980px;
	margin: 0px auto 50px;
}

.business.detail section h1 {
	margin: 0px 0px 50px;
	text-align: center;
}

.business.detail section h2 {
	margin: 0px 0px 30px;
	font-weight: normal;
	text-align: center;
}

.business.detail section ul {
	margin: 0px auto;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

.business.detail section ul li {
	max-width: 288px;
	margin: 0px 20px 20px 0px;
}

.business.detail section ul li:nth-child(3n) {
	margin-right: 0px;
}

/*企画・デザイン*/
#planning .key_img {
	background: url(../img/kouji_keyimg.jpg) no-repeat center center;
	background-size: cover;
}

/*設計・管理*/
#design .key_img, body.design.detail .key_img {
	background: url(../img/kouji_keyimg.jpg) no-repeat center center;
	background-size: cover;
}
	
/*施工・監理*/
#construction .key_img, body.construction.detail .key_img {
	background: url(../img/kouji_keyimg.jpg) no-repeat center center;
	background-size: cover;
}

/*イベント／広告*/
#event .key_img, body.event.detail .key_img {
	background: url(../img/kouji_keyimg.jpg) no-repeat center center;
	background-size: cover;
}

#event #content01 {
	margin-bottom: 30px;
}

#event #content01 .inner {
	margin: 0 auto;
	text-align: center;
}

#event #content01 .inner p {
	margin: 0px 0px 8px;
	line-height: 1;
}

#event #content01 .inner p.small {
	margin: 0px;
	line-height: 1.4;
	font-size: 90%;
	font-weight: bold;
}

#event #content01 .inner p.small a {
	display: inline-block;
	margin-right: 1px;
	padding: 2px 4px;
	background: #DFD78F;
	border-radius: 5px;
	font-weight: normal;
	transition: 0.3s;
}

#event #content01 .inner p.small a:hover {
	text-decoration: none;
	background: #e1e1e1;
	transition: 0.3s;
}

#event #content02 {
	margin-bottom: 30px;
}

#event #content02 .inner {
	width: 910px;
	margin: 0 auto 50px;
}

#event .inner ul.menu li {
	height: 270px;
	/*3リンク以上で削除*/
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px solid #f0f0f0;
	position: relative;
	transition: 0.1s;
}

#event .inner ul.menu li dl dd.link {
	bottom: 35px;
}

.event.detail p.comment.last {
	margin-bottom: 40px;
}

.event.detail ul li .comment {
	display: block;
	width: 100%;
	padding: 8px;
	background: #f4f4f4;
	box-sizing: border-box;
}

/*美術品販売*/
#artwork .key_img, body.artwork.detail .key_img {
	background: url(../img/kouji_keyimg.jpg) no-repeat center center;
	background-size: cover;
}

#artwork #content01 {
	margin-bottom: 30px;
}

#artwork #content01 .inner {
	width: 31em;
	margin: 0 auto;
}

#artwork #content01 .inner p {
	margin: 0px 0px 8px;
	line-height: 1;
}

#artwork #content01 .inner p.small {
	margin: 0px;
	line-height: 1.4;
	font-size: 90%;
	font-weight: bold;
}

#artwork #content01 .inner p.small a {
	display: inline-block;
	margin-right: 1px;
	padding: 2px 4px;
	background: #DFD78F;
	border-radius: 5px;
	font-weight: normal;
	transition: 0.3s;
}

#artwork #content01 .inner p.small a:hover {
	text-decoration: none;
	background: #e1e1e1;
	transition: 0.3s;
}

#artwork #content02 {
	margin-bottom: 30px;
}

#artwork #content02 .inner {
	width: 910px;
	margin: 0 auto 50px;
}
	
/**** 工事中 ****/
.kouji .key_img {
	background: url(../img/kouji_keyimg.jpg) no-repeat center center;
	background-size: cover;
}

.kouji section.content01 .inner p {
	padding: 100px 0px 280px;
	text-align: center;
}

/****業務実績****/
/*共通*/

.work section  {
	margin: 200px 0px 100px;
}

.work section h2 {
	text-align: center;
}

.work section #tabBox h2 {
	text-align: center;
	font-weight: normal;
	line-height: 1.4;
}

/*
.work section h1 {
	line-height: 1.4;
}
*/

.work section ul#tab {
	width: 1000px;
	margin: 0px auto 20px;
	padding: 0px;
	list-style: none;
	display: flex;	
}

.work section ul#tab li {
	position: relative;
	border-top: 1px solid #DFD78F;
	border-bottom: 1px solid #DFD78F;
	text-align: center;
}

.work .hp_button a {
	padding: 2px 10px;
}

/*メニュー名が1行に収まっている物*/
.work section ul#tab li.line_01 {
	line-height: 3;
}

/*該当ページにいる時に背景色変更*/
.design section ul#tab li:first-child {
	background: #DFD78F;
}

.shogyo section ul#tab li:nth-child(2) {
	background: #DFD78F;
}

.houjin section ul#tab li:nth-child(3) {
	background: #DFD78F;
}

.yoka section ul#tab li:nth-child(4) {
	background: #DFD78F;
}

.suki section ul#tab li:nth-child(5) {
	background: #DFD78F;
}

.jutaku section ul#tab li:last-child {
	background: #DFD78F;
}

.work section ul#tab li:hover {
	background: #DFD78F;	
}

.work section ul#tab li a {
	display: block;
	width: 9em;
	margin: 8px 0px;
	padding: 8px 10px 4px;	
}

.work section ul#tab li a:hover {
	text-decoration: none;
}

.work section ul#tab li:not(:last-child) a {
	border-right: 1px solid #CCC;
	
}

.work section #tabBox {
	padding-bottom: 10px;
	border-bottom: 1px dashed #999;
}

.work section .tabMenu {
	width: 920px;
	margin: 0 auto 30px;
	padding: 10px 10px 0px 10px;
	/*
	border: 1px solid #DFD78F;
	*/
	overflow: hidden;
}

.work section .tabMenu dl {
	width: 288px;
	height: 270px;
	margin: 0px 0px 10px 0px;
	padding: 6px 6px 0px 6px;
	float: left;
	/*
	border: 1px solid #DFD78F;
	*/
	background: #F0F0F0;
	position: relative;
	font-size: 94%;
}

/*画像なしの実績
.work section .tabMenu dl.noImg {
	height: 248px;
}
*/

.work section .tabMenu dl.noImg dt{
	bottom: 10px;
}

/*タイトル長い実績
.work section .tabMenu dl.l_title {
	height: 248px;
}
*/

.work section .tabMenu dl.l_title dd.link{
	margin-top: 28px;
}


.work section .tabMenu dl:not(:nth-child(3n)) {
	margin-right: 10px;
}

.work section .tabMenu dl dt {
	position: absolute;
	bottom: 28px;
	font-size: 102%;
}

/*タイトル長めのリンク用*/
.work section .tabMenu dl.l_title dt {
	bottom: 6px;
}

.work section .tabMenu dl.l_title dt span {
	font-size: 80%;
}

.work section .tabMenu dl.l_title dd.link {
	position: absolute;
	right: 8px;
}

/*タイトル内外部リンクの文字サイズ*/
.work section .tabMenu dl dt a.link_small {
	font-size: 80%;
}

.work section .tabMenu dl dd {
	margin: 0px;
}

.work section .tabMenu dl dd.img {

}

.work section .tabMenu dl dd.link {
	float: right;
	width: 30px;
	margin: 22px 0px;
}

.work section .listMenu {
	width: 910px;
	margin: 0 auto 30px;
	padding: 30px 0px 0px 30px;
	/*
	border: 1px solid #DFD78F;
	*/
}

.work section .listMenu ul {
	margin: 0px;
	padding: 0px;
}

.work section .listMenu ul li {
	margin-bottom: 16px;
}

.work section .listMenu ul li span {
	font-size: 80%;
	font-weight: bold;
}

.work section ul#tag {
	display: none;	
}

/*実績詳細ページ*/
.detail section .tabMenu {
	border: none;
}

.detail section .tabMenu h1 {
	width: inherit;
	margin-bottom: 30px;
	text-align: center;
	font-weight: normal;
}

.detail section .tabMenu dl {
	width: 100%;
	max-width: 920px;
	height: inherit;
	margin: 0px;
	padding: 0px;
	background: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.detail section .tabMenu dl:not(:nth-child(3n)) {
	margin-right: 0px;
}

.detail section .tabMenu dl dt{
	width: 100%;
	margin-bottom: 16px;
	padding: 10px;
	border:  1px solid #DFD78F;
	border-left:  5px solid #DFD78F;
	font-size: 120%;
	position: relative;
	bottom: 0;
}

.detail section .tabMenu dl dd{
	width: 33%;
	max-width: 288px;
	/*
	margin-right: 28px;
	*/
	margin-bottom: 20px;
}
/*
.detail section .tabMenu dl dt~dd:nth-child(3){
	margin-right: 0;
}
*/
.detail section .tabMenu dl dd.m30{
	margin-bottom: 30px;
}

.detail section .tabMenu dl dd .comment-area {
	width: 100%;
	padding: 8px;
	background: #f4f4f4;
	box-sizing: border-box;
}

/****会社概要****/
.company h2 {
	margin: 200px 0px 30px;
	text-align: center;
}

.company section.contents {
	margin: 0px auto 50px;
	position: relative;
}

.company section.content01 {
	width: 660px;
}

.company section.content01 ul {
	margin: 0px;
	padding-left: 0px;
	list-style: none;
}

/*外部サイトリンク調整*/
.company section.content01 p.hp_button {
	margin: 4px 0px 12px;
}

.company section.content01 p.pdf {
	width: 9em;
	margin-left: auto;
}

.company section.content01 p.pdf a {
	text-decoration: underline;
}

.company section.content01 dl {
	overflow: hidden;
	margin-bottom: 16px;
	padding-bottom: 4px;
	border-bottom: 2px solid #999;
}

.company section.content01 dl dt {
	float: left;
	width: 120px;
	margin-bottom: 10px;
	padding:  8px 6px 8px;
	background: #ffe878;
	border-radius: 5px;
	text-align: center;
}

/*リストマーク調整*/
.company section.content01 dl.jigyou ul {
	margin: 0px;
	padding-left: 20px;
	list-style: outside;
}

/*タイトルが3文字の物のスペース調整*/
.company section.content01 dl dt span {
	letter-spacing: 0.5em;
}

.company section.content01 dd {
	margin: 0px 0px 8px 0px;
	padding: 8px 0px 0px 160px;
}

/*文字スペース調整用*/
/*許可登録*/
.company section.content01 dl.kyoka dd ul li .title {
	display: inline-block;
	width: 10em;
}

.company section.content01 dl.kyoka dd ul li:last-child .title02 {
	margin-right: 0.9em;
}

.company section.content01 dl.kyoka dd ul li .title04 {
	display: inline-block;
	width: 18.9em;
}

/*主協力者・関連会社*/
.company section.content01 dl.torihiki ul li span {
	letter-spacing: 0.5em;
}

.company section.content01 dl.kyou-kan ul li {
	overflow: hidden;
}

.company section.content01 dl.kyou-kan ul li span.w_4em {
	display: inline-block;
	width: 4em;
}

.company section.content01 dl.kyou-kan ul li span.w_2 {
	letter-spacing: 0.5em;
}

.company section.content01 dl.kyou-kan ul li span.w_3 {
	letter-spacing: 0.2em;
}

.company section.content01 dl.kyou-kan ul li .left {
	display: block;
	float: left;
	width: 3.5em;
}

.company section.content01 dl.kyou-kan ul li .right {
	display: block;
	float: left;
	width: 21em;
}

.company section.content01 ul li.clear {
	clear: both;
}

.company section.content01 dl.kyou-kan ul li .kyou-t {
	width: 7em;
	margin-right: 3em;
}

.company section.content01 dl.kyou-kan ul li .kyou-t02 {
	width: 7em;
	margin-right: 5em;
}

.company section.content01 dl.kyou-kan ul li ul {
	list-style: none;
	padding-left: 3em;
	margin-top: -1.4em;
	word-wrap : break-word;
  	overflow-wrap : break-word;
}

.company section.content01 dl.kyou-kan ul li ul.two{
	margin-top: -1.4em;
	padding-left: 5em;
}

.company section.content01 dl.kyou-kan ul li ul.three {
	margin-top: -1.4em;
	padding-left: 5em;
}

.company section.content01 dl.kyou-kan ul li ul.four{
	padding-left: 5em;
}

.company section.content01 dl.kyou-kan ul li ul li {
	padding-bottom: 0px;
}

/*
.company section.content01 ul li ul li span {
	padding-left: 3.2em;
}
*/

.company section.content01 dd.yakuin span {
	letter-spacing: 1em;
}

.company section.content01 dd.none {
	border-bottom: none;
}

.company section.content01 dd.gMap {
	text-align: center;
}
 
.company section.content01 dd.gMap #g-map {  
    width: 500px;  
    height: 400px;  
	text-align: left;
} 

.company section.content01 dd.gMap #g-map {  
    width: 500px;  
    height: 400px;  
	text-align: left;
} 

.company section.content01 dd.gMap #g-map span {  
    display: block;
	margin-bottom: 6px;
	padding-top: 12px;
	font-weight: bold;
	font-size: 104%;
} 

.company section.content01 dd.gMap #g-map div {  
	margin-bottom: 6px;
    line-height: 1.2;
} 

.company section.content01 dd.gMap a {
	display: block;
	margin-top: 10px;
	padding-right: 10px;
	position: relative;
}

.company section.content01 dd.gMap a:before {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 18px;
  right: 35%;
  width: 8px;
  height: 8px;
  margin-top: -12px;
  background: #333;
}

.company section.content01 dd.gMap a:after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 18px;
  right: 35.5%;
  width: 8px;
  height: 8px;
  margin-top: -12px;
  background: #fff;
}

/*
.company section.content01 ul li {
	overflow: hidden;
}
*/

.company section.content01 ul li:not(:last-child) {
	margin-bottom: 6px;
}

/****会社の理念****/
#philosophy section.content01 {
	width: 760px;
	margin-bottom: 70px;
	padding: 20px;
	background: #fffac0;
	border-radius: 5px;
}

#philosophy section.content01 p.title {
	display: none;
}

#philosophy section.content01 p:not(:last-child) {
	margin-bottom: 20px;
}

#philosophy section.content01 p .title {
	display: block;
}

#philosophy section.content01 p .title:first-letter {
	font-size: 1.5em;
}

/****主取引先****/
#client section.content01 {
	margin-bottom: 150px;
}

#client section.content01 ul {
	display: table;
	margin: 0 auto;
}

#client section.content01 ul li:not(last-child) {
	margin-bottom: 14px;
}

/****アクセスマップ****/
#access section.content01 ul {
	list-style: outside;
	margin-left: 1.5em;
}

#access section.content01 p.gMap {
	text-align: center;
}

#access section.content01 p.gMap iframe {
	width: 100%;
	margin-bottom: 20px;
}

#access section.content01 p.gMap a {
	display: inline-block;
	padding: 10px;
	background: #ffe878;
	border-radius: 5px;
}

/****代表者の歩み****/
#history section.content01 h1 {
	margin-bottom: 40px;
}

#history section.content01 ul {
	width: 100%;
	border-left: 3px solid #333;
	box-sizing: border-box;
}

#history section.content01 ul li {
	width: 92%;
	margin: 0 0 50px 8%;
	padding: 2%;
	border: 1px solid #333;
	box-sizing: border-box;
	position: relative;
}

#history section.content01 ul li:before {
	content :"";
	width: 9%;
	border-top: 1px solid #333;
	position: absolute;
	top: 50%;
	left: -9%;
}

/*
#history section.content01 ul li:after {
	content :"●";
	color: #ffd12a;
	font-size: 180%;
	position: absolute;
	top: 35%;
	left: -11.5%;
}
*/

#history section.content01 ul li .date {
	display: block;
	margin-bottom: 8px;
}

#history section.content01 ul li .img {
	display: block;
	margin-top: 8px;
}

#history section.content01 ul li .img img {
	width: 100%;	
	height: auto;
}

/****よくある質問****/
.faq section.content01 {
	width: 50%;
	margin: 200px auto 50px;
}

.faq section.content01 h1 {
	text-align: center;
}

.faq section.content01 h2 {
	width: 100%;
	padding: 16px 0px 10px 16px;
	background: #999;
	color: #fff;
}

.faq section.content01 dl dt{
	width: 30%;
	padding: 10px 10px 10px 40px;
	margin-bottom: 10px;
	background: #DFD78F;
	border-radius: 5px;
	position: relative;
}

.faq section.content01 dl dt:before{
	content: "Q";
	font-size: 120%;
	position: absolute;
	left: 16px;
}

.faq section.content01 dl dd{
	margin: 0px 0px 10px 16px;
	line-height: 1.4;
	position: relative;
}

.faq section.content01 dl dd:before{
	content: "A.";
	font-size: 130%;
	position: absolute;
	left: 0;
	top: -4px;
}

.faq section.content01 dl dd p {
	margin-bottom: 16px;
	padding-left: 26px;
}

/****弊社の業務内容について****/
#about2 h2 {
	margin: 200px auto 30px;
	text-align: center;
}

#about2 section.contents {
	margin: 0px auto 50px;
}

#about2 section.content01 {
	width: 760px;
	margin-bottom: 200px;
	padding: 20px;
	background: #E8EEB3;
	border-radius: 5px;
}

#about2 section.content01 p.title {
	display: none;
}

#about2 section.content01 p:not(:last-child) {
	margin-bottom: 20px;
}

#about2 section.content01 p.sup {
	color: #F00;
}

#about2 section.content01 p.sup .space {
	display: block;
	width: 100%;
	margin-left: 1em;
}

#about2 section.content01 ul li:not(:last-child) {
	margin-bottom: 4px;
}

/****お問い合わせ****/
.contact section {
	width: 780px;
	margin: 200px auto 30px;
}

.contact section h1 {
	margin-bottom: 30px;
	text-align: center;
}

.contact span.red {
	color: #F00;
}

/*
.contact section p.attention {
	width: 360px;
	margin: 0 auto 40px;
}

.contact section p.attention {
	width: 360px;
	margin: 0 auto 40px;
}
*/

.contact section .box {
	margin-bottom: 30px;
}

.contact section .box h2 {
	/*
	width: 14em;
	*/
	padding-bottom: 4px;
	font-size: 110%;
	border-bottom: 3px solid #DFD78F;
}

.contact section .box p {
	width: inherit;
	text-align: left;
}

/*「よくあるご質問」のデザイン*/
.contact section .faq_link a {
	display: block;
	width: 6em;
	margin: 6px 0px 0px;
	padding: 10px 16px;
	background: #E1E1E1;
	border-radius: 5px;
	transition: 0.3s;
}

.contact section .faq_link a:hover {
	text-decoration: none;
	background: #DCD5C9;
	transition: 0.3s;
}

/*「お問い合わせ番号」のデザイン*/
.contact section .tel {
	margin-bottom: 80px;
}

.contact section .tel a {
	display: block;
	width: 7.5em;
	margin: 0px 0px 10px;
	padding: 10px 16px;
	background: #E1E1E1;
	border-radius: 5px;
	transition: 0.3s;
}

.contact section .tel a:hover {
	text-decoration: none;
	cursor: default;
}

.contact section .tel p.sup {
	color: #F00;
}

/*「問い合わせフォーム」のデザイン*/

.contact section .form {
	margin-bottom: 80px;
}

.contact section .form h2+p {
	margin-bottom: 30px;
	line-height: 1.4;
}

.contact section .form form {
	width: 700px;
	margin: 0 auto;
}

.contact section .form dl {
	overflow: hidden;
}

.contact section .form dl dt {
	clear: both;
	float: left;
	margin-top: 10px;
	margin-bottom: 8px;
	padding: 10px;
}

.contact section .form dl dd {
	margin: 0px 0px 12px 0px; 
	padding-left: 12em;
	border-bottom: 1px solid #ccc;
}

.contact section .form dl dd.otoiawase {
	padding-left: 13em;
}

.contact section .form dl dd input[type="text"], .contact section .form dl dd input[type="email"], .contact section .form dl dd input[type="tel"]  {
	border: 0;
	padding: 6px;
	font-size: 110%;
	border: solid 1px #ccc;
	margin: 14px 0px 24px 0;
	width: 24em;
	-moz-box-shadow: inset 0 0 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 2px rgba(0, 0, 0, 0.2);
}

/*お問い合わせ項目のデザイン*/
.contact section .form dl dd.otoiawase ul {
	margin: 24px 0px 20px 0px;
	padding: 0px;
}

.contact section .form dl dd.otoiawase ul li {
	margin-bottom: 20px;
}

.contact section .form dl dd.otoiawase ul li .title {
	display: block;
	margin-bottom: 10px;
	padding: 8px;
}
/*
.contact section .form dl dt.otoiawase {
	
}

.contact section .form dl dd.otoiawase ul {
	margin: 4em 0px 0px 20em;
	padding: 0px;
}

.contact section .form dl dd.otoiawase ul li ul {
	margin: -4em 0px 0px;
	padding: 0px;
	list-style: none;
}
*/

.contact section .form dl dd input[type="checkbox"] {
	margin: 0px 0px 10px 2.5em;
}

.contact section .form p:last-child {
	width: 50%;
	margin: 0 auto 10px;
	text-align: center;
}

.contact section .form p input[type="submit"] {
	width: 100%;
	padding: 16px 10px;
	background: #999;
	color: #fff;
	border: none;
	font-size: 130%;
	border-radius: 3px;
}

.contact section .form p input[type="submit"]:hover {
	cursor: pointer;
}

.contact section .form dl dd textarea {
	width: 30em;
	margin: 10px 0px 16px 0;
	padding: 10px;
	fint-size: 120%;
	border: solid 1px #ccc;
	-moz-box-shadow: inset 0 0 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 2px rgba(0, 0, 0, 0.2);
}

.contact section .form .pri {
	margin-top: 40px;
	font-size: 90%;
}

.contact section .form .pri p:first-child {
	margin-bottom: 20px;
	font-weight: bold;
}

.contact section .form .pri dl dt {
	clear: both;
	float: left;
	width: inherit;
	margin: 0px;
	padding: 0px;
	padding-top: 8px;
}

.contact section .form .pri dl dd {
	margin: 0px 0px 10px 0px;
	padding: 8px 0px 8px 16em;
}

/****サイトマップ****/
.sitemap section.content01 {
	width: 660px;
	margin: 200px auto 50px;
	padding: 0px 20px 20px;
}

.sitemap section.content01 h1 {
	margin: 0px 0px 50px;
	text-align: center;
}

.sitemap section.content01 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.sitemap section.content01 ul li {
	border-top: 1px solid #ccc;
	position: relative;
	overflow: hidden;
}

.sitemap section.content01 ul li:before {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 45%;
    right: 38px;
    width: 8px;
    height: 8px;
    background: #333;
}

.sitemap section.content01 ul li:after {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 45%;
    right: 40px;
    width: 8px;
    height: 8px;
    background: #fff;
}

.sitemap section.content01 ul li:hover:after {
    background: #DFD78F;
}

.sitemap section.content01 ul > li.not:before {
    display: none;
}

.sitemap section.content01 ul > li.not:after {
    display: none;
}

.sitemap section.content01 ul li a {
	display: block;
	padding: 20px 0px 20px 20px;
}

.sitemap section.content01 ul li a:hover {
	background: #DFD78F;
	text-decoration: none;
}

.sitemap section.content01 ul li.not span {
	display: inline-block;
	margin-top: 20px;
	padding-left: 20px;
}

.sitemap section.content01 ul li > ul {
	float: right;
	width: 440px;	
}

.sitemap section.content01 ul li > ul li:first-child {
	border-top: none;
}

.sitemap section.content01 ul li:nth-child(3) > ul li:last-child {
	margin-bottom: 0px;
}

/****個人情報保護方針****/
.privacy section.contents {
	margin: 200px auto 50px;
}

.privacy section.content01 {
	width: 760px;
	padding: 20px;
}

.privacy section.content01 h1 {
	margin: 0px 0px 50px;
	text-align: center;
}

.privacy section.content01 p.lead {
	margin: 0px 0px 50px;
}

.privacy section.content01 dl dt{
	margin-bottom: 10px;
	padding-bottom: 4px;
	border-bottom: 1px solid #DFD78F;
}

.privacy section.content01 dd {
	margin: 0px 0px 30px;
}

/* reform add 231108 */
figure {
	margin: 0;
}

dl,
dt,
dd {
	margin: 0;
}

#reform h2 {
	font-size: 250%;
}

#reform h2 + p {
	text-align: center;
}

#reform .kv {
	margin: clamp(40px, 5%, 80px) auto 0;
	max-width: 1400px;
	box-sizing: border-box;
	display: grid;
	gap: clamp(10px, 2%, 30px);
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: auto auto;
}

#reform main img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

#reform .kv :first-child {
	grid-column: 1 / 4;
}

#reform .message {
	margin: 15% auto 0;
	padding: 0 clamp(10px, 7%, 30px);
	max-width: 1200px;
	box-sizing: border-box;
	display: grid;
	gap: clamp(10px, 4%, 55px);
	grid-template-columns: 1fr clamp(320px, 49.5%, 595px);
	grid-template-rows: auto;
}

#reform .message h3 {
	margin-bottom: 15%;
	font-weight: bold;
	font-size: 200%;
	line-height: 1.2;
}

#reform .youtube {
	margin: 5% auto;
	padding: 0  clamp(10px, 7%, 30px);
	max-width: 800px;
}

#reform .youtube iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 1.777 / 1;
}

#reform .inquiry {
	margin: 15% auto 15%;
	padding: 2% clamp(10px, 7%, 100px) clamp(10px, 7%, 100px);
	max-width: 1200px;
	box-sizing: border-box;
	border: 1px solid #ddd;
}

#reform .inquiry h3 {
	text-align: center;
	font-size: 200%;
	line-height: 1;
}

#reform .inquiry h3 + p {
	margin-top: 5%;
}

#reform .inquiry .dl-tel {
	margin-top: 5%;
	padding: 5%;
	border: 1px solid #ddd;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#reform .inquiry .dl-tel dd {
	font-size: 200%;
	font-weight: bold;
	width: 50%;
	line-height: 1.2;
}

#reform .inquiry .btn {
	margin-top: 5%;
	padding: 5%;
	background: #ffd12a;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 200%;
	font-weight: bold;
	text-decoration: none;
	transition: all 0.3s;
	line-height: 1.2;
}

#reform .inquiry .btn::before {
	margin-right: 0.125em;
	content: "";
	background: url(../img/icn/mail_FILL0_wght400_GRAD0_opsz24.svg) center no-repeat;
	background-size: contain;
	width: 1.25em;
	height: 1.25em;
}

#reform .inquiry .btn:hover {
	opacity: 0.8;
}

#reform .inquiry .btn-caption {
	text-align: right;
}

#reform .profile {
	margin-top: 10%;
	display: grid;
	grid-template-columns: clamp(300px, 25%, 360px) 1fr;
	grid-template-rows: auto auto;
	gap: clamp(10px, 4%, 55px);
}

#reform .profile h3 {
	grid-column: 1 / 3;
	text-align: left;
	font-size: 150%;
}

#reform .dl-history dd + dt {
	margin-top: 10px;
}

#reform figcaption {
	margin-top: 10px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

#reform .footer-information {
	margin: 3% auto 5%;
	padding: 0 clamp(10px, 7%, 30px);
	max-width: 1000px;
}
#reform #footer_nav li {
	line-height: 1;
}
#reform #footer_nav .logo {
	width: clamp(240px, 35%, 400px);
}
#reform .pad_flex .btn {
	background: #fff;
	border: 1px solid #ddd;
	padding: 5%;
	white-space: nowrap;
	display: block;
	text-align: center;
}
#reform #copyright {
	margin: 5% 0;
}

/*IE用*/
@media all and (-ms-high-contrast:none){
	footer #footer_nav li:first-child img {
		opacity: 1;
	}
	
	#logo_navi header h1 {
		width: 260px;		
	}
	
  	#logo_navi header h1 img {
		width: 100%;
		height: auto;
	}
}

/****ipad****/
@media (min-width: 581px) and (max-width: 768px) {
	/****中央寄せにするクラス****/
	.p_center {
		width: 90%;
		margin: 0 auto;
	}
	
	/****共通部分****/
	/*ヘッダー*/
	#logo_navi {
		width: 100%;
		left: 0;
		margin-left: 0px;
	}
	
	#logo_navi .p_center {
		width: 100%;
	}
	
	#logo_navi header h1 {
		position: absolute;
		top: -70px;
		left: 10px;
	}
	
	/*グローバルメニュー 間隔開けるデザインのa*/
	#logo_navi header h1 a {
		padding: 0;
		background: transparent; 
	}

	#logo_navi header h1 img {
		width: 260px;
		height: auto;
	}
	
	#logo_navi header .search_form {
		top: -64px;
		right: 2%;
	}
	
	#logo_navi header .search_form form input[type="text"] {
		font-size: 120%;
	}

	#logo_navi #main_nav {
		width: 98%;
		margin: 0px auto;
	}

	#logo_navi #main_nav ul {
		justify-content: space-between;
	}

	#logo_navi #main_nav ul li {
		width: 25%;
		font-size: 100%;
		text-align: center;
	}
	
	/*
	#logo_navi #main_nav ul li:last-child {
		border-right: 1px solid #999;
	}
	*/
	/*グローバルメニュー 間隔開けるデザイン用*/
	#logo_navi #main_nav ul li:last-child {
		border-right: none;
	}
	
	.index #logo_navi #main_nav ul li:first-child {
		border-left: none;
	}
	
	.index #logo_navi #main_nav ul li:last-child {
		border-right: none;
	}

	#logo_navi #main_nav ul li a {
		width: 100%;
		padding: 20px 0px;
	}
	
	/*下層メニュー*/
	#logo_navi #main_nav ul li ul.child {
		top: 46px;
		width: 100%;
		padding: 14px 12px 14px 12px;
	}
	
	#logo_navi #main_nav ul li:last-child ul.child {
		left: -20px;
	}

	
	#logo_navi #main_nav ul li ul.child:after {	
		border-width: 34px 18px 0 16px;
		top: -28px;
	}
	
	#logo_navi #main_nav ul li ul.child01:after {	
		left: 42px;
	}
	
	#logo_navi #main_nav ul li ul.child02:after {	
		left: 62px;
	}
	
	#logo_navi #main_nav ul li ul.child li {
		width: 100%;
		border: none;
		text-align: left;
	}
	
	#logo_navi #main_nav ul li ul.child li a {
		padding: 12px;
	}
	
	/*下部固定メニュー*/
	#bottom_nav ul li:first-child {
		margin-left: 10px;
	}
		
	/*フッター*/
	footer{
		padding: 10px 0px 60px;
	}

	footer .pc_flex {
		display: block;
	}

	footer .pc_flex .pad_flex {
		display: flex;
		justify-content: space-between;
		border-top: 1px solid #e6e6e6;
		border-bottom: 1px solid #e6e6e6;
		border: 1px solid #e6e6e6;
		background: #f0f0f0;
	}

	footer p.address {
		width: 100%;
		margin: 0px;
		padding: 14px 0;
	}
	
	footer address {
		width: 29%;
		padding: 14px 5% 14px 11%;
	}

	footer .p_center p:last-child {
		width: 22em;
		margin: 0 auto;
	}
	
	.suki footer {
		height: inherit;
	}
	
	/****トップページ****/
	/*初訪問ポップアップ*/
	.index #first-visit ul {
		display: block;
		max-width: 450px;
	}

	.index #first-visit ul li {
		width: 100%;
		margin-bottom: 50px;
	}

	/*アニメーション部分*/
	.index #a_wrapper {
		margin-top: 300px;
	}
	
	.index h1.logo {
		width: 86%;
		top: 390px;
	}
	
	.index h1.logo svg {
		height: auto;
	}

	/*ファーストビュー*/

	#first_view ul.contents_link {
		left: 3%;
		bottom: 0px;
		width: 94%;
		margin-left: 0px;
		padding: 0px;
		display: block;
		overflow: hidden;
	}

	#first_view ul.contents_link li {
		width: 49%;
		margin-right: 0px;
	}
	
	#first_view ul.contents_link li:nth-child(odd) {
		float: left;
		margin-bottom: 2%;
	}
	
	#first_view ul.contents_link li:nth-child(even) {
		float: right;
		margin-bottom: 2%;
	}
	
	#first_view ul.contents_link li:last-child {
		margin-right: 0px;
	}
	
	#first_view ul.contents_link li a {
		width: 100%;
	}

	/*下部固定メニュー*/
	#bottom_nav .p_center{
		width: 100%;
	}

	#bottom_nav ul {
		margin: 0px;
		padding: 0px;
		list-style: none;
		display: flex;
	}

	#bottom_nav ul li{
		margin-right: 0px;
	}

	#bottom_nav ul li a {
		padding: 24px 14px;
	}
	
	/****事業内容****/
	/*共通(一覧ページ)*/	
	.business .kouji {
		width: 98%;
		margin: 0px auto;
	}
	
	.business .kouji p {
		text-align: center;
	}
	
	.business .kouji02 {
		width: 98%;
		margin: 0px auto 250px;
	}
	
	.business .kouji02 p {
		text-align: center;
	}
	
	.business .kouji02 a {
		display: block;
	}
	
	.business .inner ul.menu {
		justify-content: space-between;
		
	}
	
	.business .inner ul.menu li {
		margin-right: 0px;
		background: #f0f0f0;
	}
	
	/*共通(詳細ページ)*/
	.business.detail section {
		width: 710px;
	}
	
	.business.detail section ul li:nth-child(2n) {
		margin-right: 0px;
	}
	
	.business.detail section ul li:nth-child(3n) {
		margin-right: 20px;
	}
	
	/*企画・デザイン*/
	#planning .key_img {
		background: url(../img/kouji_keyimg.jpg) no-repeat center center;
		background-size: cover;
	}
	
	/*設計・管理*/
	#design .key_img {
		background: url(../img/kouji_keyimg.jpg) no-repeat center center;
		background-size: cover;
	}
		
	/*施工・監理*/
	#construction .key_img {
		background: url(../img/kouji_keyimg.jpg) no-repeat center center;
		background-size: cover;
	}
	
	/*イベント／広告*/
	#event .key_img {
		background: url(../img/kouji_keyimg.jpg) no-repeat center center;
		background-size: cover;
	}
	
	/*美術品販売*/
	#artwork .key_img {
		background: url(../img/kouji_keyimg.jpg) no-repeat center center;
		background-size: cover;
	}
	
	#artwork #content01 .inner p.small {
		line-height: 2;
	}
	
	#artwork #content02 .inner {
		width: 600px;
		margin: 0 auto 50px;
	}
	
	/*業務実績*/
	.work section h2 {
		margin-bottom: 30px;
	}

	.work section ul#tab {
		width: 40%;
		display: block;
		margin-bottom: 30px;
	}
	
	.work section ul#tab li {
		width: 100%;
		border-top: none;
		text-align: left;
	}
	
	.work section ul#tab li:before {
	  display: block;
	  content: "";
	  position: absolute;
	  -webkit-transform: rotate(45deg);
	  transform: rotate(45deg);
	  top: 40px;
	  right: 10%;
	  width: 8px;
	  height: 8px;
	  margin-top: -12px;
	  background: #333;
	}
	
	.work section ul#tab li:after {
	  display: block;
	  content: "";
	  position: absolute;
	  -webkit-transform: rotate(45deg);
	  transform: rotate(45deg);
	  top: 40px;
	  right: 11%;
	  width: 8px;
	  height: 8px;
	  margin-top: -12px;
	  background: #fff;
	}
	
	/*※該当ページ閲覧中に議事要素の四角(白)が背景色に変化*/
	.design section ul#tab li:first-child:after, .shogyo section ul#tab li:nth-child(2):after, .houjin section ul#tab li:nth-child(3):after, .yoka section ul#tab li:nth-child(4):after, .suki section ul#tab li:nth-child(5):after, .jutaku section ul#tab li:last-child:after {
	  background: #DFD78F;
	}
	
	.work section ul#tab li:first-child {
		border-top: 1px solid #DFD78F;
	}
	
	.work section ul#tab li:hover {
		background: none;	
	}
	
	.work section ul#tab li a {
		display: block;
		width: 90%;
		margin: 0px;
		padding: 10px 0 10px 10%;
	}
	
	.work section ul#tab li:not(:last-child) a {
		border-right: none;	
	}
	
	.work section .tabMenu {
		width: 620px;
		margin: 0 auto 30px;
		padding-right: 0px;
	}
	
	.work section .tabMenu dl {
		margin-right: none;
	}
	
	.work section .tabMenu dl:not(:nth-child(2n)) {
		margin-right: 10px;
	}
	
	.work section .listMenu {
		width: 92%;
		margin: 0 auto 30px;
		padding: 4% 0px 0px 4%;
		/*
		border: 1px solid #DFD78F;
		*/
	}
	
	.work section .listMenu ul {
		width: 100%;
	}
	
	.work section .listMenu ul li {
		margin-bottom: 16px;
	}
	
	.work section .listMenu ul li span {
		font-size: 80%;
		font-weight: bold;
	}

	
	/*実績詳細ページ*/	
	.detail section .tabMenu dl dd {
		width: 50%;
	}
	
	.detail section .tabMenu dl dd:not(:nth-child(3n)){
		margin-right: 0px;
	}
	
	.detail section .tabMenu dl dd:not(:nth-child(3n)){
		margin-right: 0px;
	}
	
	.detail section .tabMenu dl dd:nth-child(even){
		margin-right: 10px;
	}
	
	/*会社概要*/
	.company section.contents {
		margin: 0px auto 50px;
	}

	.company section.content01 {
		width: 580px;
	}
	
	.company section.content01 dl.kyoka dd ul li:last-child .title03 {
		display: block;
		margin-left: 10em;
	}
	
	.company section.content01 dd.gMap a:before {
		right: 32%;
	}
	
	.company section.content01 dd.gMap a:after {
		right: 32.5%;
	}
	
	/****会社の理念****/
	#philosophy section.content01 {
		width: 86%;
		padding: 2%;
	}
	
	#philosophy section.content01 p.title {
		display: none;
	}
	
	#philosophy section.content01 p:not(:last-child) {
		margin-bottom: 20px;
	}
	
	/****弊社の業務内容について****/
	#about2 section.content01 {
		width: 86%;
		margin-bottom: 180px;
		padding: 2%;
	}
	
	#about2 section.content01 p.title {
		display: none;
	}
	
	#about2 section.content01 p:not(:last-child) {
		margin-bottom: 20px;
	}
	
	/*よくある質問*/
	.faq section.content01 {
		width: 70%;
	}

	.faq section.content01 h2 {
		width: 96%;
		padding: 16px 0px 10px 4%;
	}

	.faq section.content01 dl dt{
		width: 60%;
	}

	.faq section.content01 dl dt:before{
		content: "Q";
		font-size: 120%;
		position: absolute;
		left: 16px;
	}

	.faq section.content01 dl dd{
		margin: 0px 0px 10px 16px;
		line-height: 1.4;
	}

	.faq section.content01 dl dd p {
		margin-bottom: 16px;
	}
	
		/****お問い合わせ****/
	.contact section {
		width: 96%;
	}
	
	/****サイトマップ****/
	.sitemap section.content01 {
		width: 90%;
		padding: 0px 2% 2%;
	}
	
	.sitemap section.content01 ul li:hover:after {
		background: #fff;
	}
	
	.sitemap section.content01 ul li a:hover {
		background: transparent;
	}
	
	/*個人情報保護方針*/
	.privacy section.content01 {
		width: 86%;
		padding: 2%;
	}	
}

/****スマートフォン****/
@media screen and (max-width: 580px) {	
   /****中央寄せにするクラス****/
	.p_center {
		width: 100%;
		margin: 0 auto;
	}

	/****共通部分****/
	/*グローバルナビ*/
	#main_nav {
		display: none;
	}
	
	#sp_nav {
		display: block;
	}
	
	/*ページ上部へ戻るボタン(スマホ用)*/
	#sp_up {
		display: block;
		position: fixed;
		right: 0;
		bottom: 0;
		width: 18%;
		height: 10%;
		background: #DFD78F;
		z-index: 10;
	}
	
	#sp_up p {
		margin: 0px;
		padding: 8% 2% 0px;
	}
	
	#sp_up p img {
		width: 100%;
		height: auto;
	}

	/*ヘッダー*/
	#logo_navi {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		margin-left: 0px;
	}
	
	body:not(.index) #logo_navi {
		padding-top: 0px;
	}
	
	#logo_navi .p_center {
		width: 100%;
	}
	
	#logo_navi .p_center .search_form {
		display: none;
	}
	
	#logo_navi header h1 {
		position: relative;
		top: 0;
		left: 0;
		margin: 0px;
		text-align: center;
		background-color: rgba( 230, 230, 230, 0.4 );
	}
	
	/*グローバルメニュー 間隔開けるデザインのa*/
	#logo_navi header h1 a {
		display: block;
		padding: 2% 0;
		background: transparent; 
	}
	
	#logo_navi header h1 a:hover {
		background: transparent; 
	}
	
	#logo_navi header h1 img {
		width: 65%;
		height: auto;
	}
	
	#logo_navi #sp_nav {
		background-color: rgba( 230, 230, 230, 1 );
	}
	
	/*
	.index #logo_navi #sp_nav {
		margin-top: 4px;
	}
	*/
	
	#logo_navi #sp_nav ul {
		margin: 0px;
		padding: 0px 10%;
		list-style: none;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	#logo_navi #sp_nav ul li {
		width: 25%;
		padding-top: 4px;
		text-align: center;
	}

	
	#logo_navi #sp_nav ul li img {
		width: 90%;
		height: auto;
	}
	
	/*下層メニュー*/
	#logo_navi #sp_nav .child {
		width: 100%;
		padding: 8px 0px 40px;
		border-top: 1px solid #999;
		border-bottom: 1px solid #999;
		position: relative;
		display: none;
	}
	
	/*全般*/
	#logo_navi #sp_nav .child .menu {
		margin-bottom: 10px;
		padding-bottom: 6px;
		border-bottom: 1px solid #CCC;
	}
	
	#logo_navi #sp_nav .child .menu p {
		margin: 0px 0px 4px;
		text-align: center;
		font-size: 98%;
		font-weight: bold;
		position: relative;
	}
	
	#logo_navi #sp_nav .child .menu p:before {	
		display: block;
		content: "";
		position: absolute;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 69%;
		right: 14%;
		width: 8px;
		height: 8px;
		margin-top: -12px;
		background: #333;
	}
	
	#logo_navi #sp_nav .child .menu p.open:before {
		top: 79%;
	}
	
	#logo_navi #sp_nav .child .menu p:after {
		display: block;
		content: "";
		position: absolute;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 61%;
		right: 14%;
		width: 8px;
		height: 8px;
		margin-top: -12px;
		background-color: rgba( 230, 230, 230, 1);
	}
	
	#logo_navi #sp_nav .child .menu p.open:after {
		top: 89%;
	}
	
	#logo_navi #sp_nav .child .menu ul {
		width: 98%;
		margin: 0px auto;
		padding: 0px;
	}
	
	#logo_navi #sp_nav .child .menu ul.open {
		display: block;
	}
	
	/*事業内容*/
	#logo_navi #sp_nav .child .menu01 ul {
		justify-content: flex-start;
		flex-wrap: wrap;
		align-items: center;
	}
	
	#logo_navi #sp_nav .child .menu01 ul li {
		width: 25%;
	}
	
	/*業務実績*/
	#logo_navi #sp_nav .child .menu02 ul {
		align-items: flex-start;
		flex-wrap: wrap;
	}
	
	#logo_navi #sp_nav .child .menu02 ul li {
		width: 33%;
	}
	
	#logo_navi #sp_nav .child .menu02 ul li a {
		display: block;
		padding: 8px 0px;
	}
	
	#logo_navi #sp_nav .child .menu02 ul li a img {
		width: 90%;
		height: auto;
	}
	
	/*その他*/
	#logo_navi #sp_nav .child .menu03 ul {
		justify-content: flex-start;
	}
	
	#logo_navi #sp_nav .child .menu03 ul li {
		width: 22%;
	}
	
	#logo_navi #sp_nav .child .menu03 ul li:not(:last-child) {
		margin-right: 10px;
	}
	
	#logo_navi #sp_nav .child .menu03 ul li a img {
		width: 95%;
		height: auto;
	}
	
	#logo_navi #sp_nav .child03 .menu01 {
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #CCC;
	}
	
	#logo_navi #sp_nav .child03 .menu01 img {
		margin-left: 3%;
	}
	
	#logo_navi #sp_nav .child03 .menu01 form {
		width: 94%;
		margin: 0px auto;
	}
	
	#logo_navi #sp_nav .child03 .menu01 form input[type="text"] {
		width: 70%;
		padding: 1%;
		font-size: 104%;
	}
	
	#logo_navi #sp_nav .child03 .menu01 form input[type="image"] {
		margin-left: 1%;
		font-size: 104%;
		border-radius: 5px;
		vertical-align: bottom;
	}
	
	/*会社概要*/
	#logo_navi #sp_nav .child .menu04 ul li a img {
		width: 80%;
		height: auto;
	}
	
	#logo_navi #sp_nav .child .close .line {
		width: 8%;
		height: 3px;
		background: #999;
		position: absolute;
		bottom: 22px;
		left: 50%;
		margin-left: -4%;
	}
	
	#logo_navi #sp_nav .child .close .line:first-child {
		transform: rotate(45deg);
	}
	
	#logo_navi #sp_nav .child .close .line:last-child {
		transform: rotate(-45deg);
	}
		
	/*フッター*/
	footer {
		padding: 10px 0px 60px;
		font-size: 90%;
	}
	
	footer .p_center{
		width: 100%;
	}
	
	footer .pc_flex {
		display: block;
		width: 86%;
		margin: 0 auto 10px;
	}
	
	footer #footer_nav {
		margin: 0px 0px 10px 0px;
		display: block;
	}
	
	footer #footer_nav li {
		margin-right: 0px;
	}

	
	footer #footer_nav li:first-child img {
		width: 70%;
		height: auto;
	}
	
	footer #footer_nav li a {
		display: block;
		padding: 2% 1%;
	}
	
	footer .pc_flex .pad_flex {
		display: block;
	}
	
	footer p.address {
		margin: 0px;
		padding: 7px 0px;
	}
	
	footer address {
		padding: 7px 0px;
	}
	
	footer .p_center p:last-child {
		margin: 0px;
		font-size: 90%;
	}
	
	.suki footer {
		height: inherit;
	}

	/****トップページ****/
	.index #first-visit {
		padding: 20px 3% 20px;
		overflow-y: scroll;
	}

	.index #first-visit ul {
		display: block;
		max-width: 450px;
	}

	.index #first-visit ul li {
		width: 100%;
		margin-bottom: 50px;
	}
	/*アニメーション部分*/
	.index #a_wrapper {
		margin-top: 200px;
	}
	
	.index h1.logo {
		width: 100%;
		position: absolute;
		top: 260px;
		right: 0;
		left: 0;
		margin: auto;
		text-align: center;
	}
	
	.index h1.logo svg {
		width: 94%;
		height: auto;
	}
	
	/*
	.index #logo_navi {
		top: 6.5%;
	}
	*/
	
	/*ファーストビュー*/
	#first_view {
		margin-bottom: 50px;
	}

	#first_view ul.contents_link {
		position: static;
		width: 100%;
		display: block;
		margin: 0px;
		border-top: 1px solid #999;
	}
	
	#first_view ul.contents_link li {
		margin-right: 0px;
		border-bottom: 1px solid #999;
		background-color: rgba(230, 230, 230, 1);
	}
	
	#first_view ul.contents_link li:last-child {
		margin-right: 0px;
	}
	
	#first_view ul.contents_link li a {
		width: 100%;
		height: 100px;
	}
	
	#first_view ul.contents_link li a:before {
		display: block;
		content: "";
		position: absolute;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 50%;
		right: 6%;
		width: 8px;
		height: 8px;
		margin-top: -4px;
		background: #999;
	}

	#first_view ul.contents_link li a:after {
		display: block;
		content: "";
		position: absolute;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 50%;
		right: 7%;
		width: 8px;
		height: 8px;
		margin-top: -4px;
		background-color: rgba(230, 230, 230, 1);
	}
	
	#first_view ul.contents_link li a .img img {
		width: 80px;
		height: 80px;
	}


	/*下部固定メニュー*/
	#bottom_nav {
		display: none;
	}

	/*コンテンツ全体*/
	.index section.contents {
		width: 100%;	
	}

	/*コンテンツ01*/
	.index section.content01 {
		margin: 30px auto 60px;	
	}

	.index section.content01 h1 {
		width: 100%;
		display: block;
		margin-bottom: 20px;
		text-align: center;
	}
	
	.index section.content01 .content_inner {
		width: 70%;
		margin: 0 auto;
	}
	
	.index section.content01 .content_inner p:first-child {
		margin-bottom: 30px;
		text-align: center;
		line-height: 1.4;
	}
	
	.index section.content01 .content_inner p.cont {
		width: 200px;
		margin: 0px auto;
		background: #DFD78F;
		text-align: center;
		position: relative;
	}
	
	.index section.content01 .content_inner p.cont a {
		display: block;
		padding: 10px 0px;
	}
	
	.index section.content01 .content_inner p.cont:before {
	  display: block;
	  content: "";
	  position: absolute;
	  -webkit-transform: rotate(45deg);
	  transform: rotate(45deg);
	  top: 28px;
	  right: 20%;
	  width: 8px;
	  height: 8px;
	  margin-top: -12px;
	  background: #333;
	}
	
	.index section.content01 .content_inner p.cont:after {
	  display: block;
	  content: "";
	  position: absolute;
	  -webkit-transform: rotate(45deg);
	  transform: rotate(45deg);
	  top: 28px;
	  right: 21%;
	  width: 8px;
	  height: 8px;
	  margin-top: -12px;
	  background: #DFD78F;
	}
	
	/****事業内容****/
	/*共通(一覧ページ)*/
	.business .key_img {
		height: 220px;
		margin-top: 60px;
		margin-bottom: 30px;
	}
	/*
	.business section.contents {
		width: 100%;
		margin-bottom: 50px;
	}
	
	.business section.contents .inner {
		width: 94%;
	}
	
	.business section.contents h1 {
		margin-bottom: 30px;
		padding: 6% 0px;
	}
	*/
	.business .kouji {
		width: 98%;
		margin: 0px auto;
	}
	
	.business .kouji p {
		text-align: center;
	}
	
	.business .kouji02 {
		width: 98%;
		margin: 0px auto 100px;
	}
	
	.business .kouji02 p {
		text-align: center;
	}
	
	.business .kouji02 a {
		display: block;
		width: 94%;
		padding: 10px 0px;
	}
	
	.business .inner ul.menu {
		display: block;
		
	}
	
	.business .inner ul.menu li {
		margin-right: 0px;
		background: #f0f0f0;
	}
	
	/*共通(詳細ページ)*/
	.business.detail section {
		width: 310px;
		margin: 0 auto 50px;
	}
	
	.business.detail section h1 {
		margin-bottom: 30px;
	}
	
	.business.detail section h2 {
		margin-bottom: 10px;
		font-size: 120%;
	}
	
	.business.detail section ul {
		display: block;
		width: 288px;
		margin: 0px auto;
		padding: 0px;
	}
	
	.business.detail section ul li {
		margin: 0px 0px 20px;
	}
	
	.business.detail section ul li:nth-child(3n) {
		margin-right: 0px;
	}
	
	/*企画・デザイン*/
	#planning .key_img {
		background: url(../img/kouji_keyimg.jpg) no-repeat center center;
		background-size: cover;
	}
	
	/*設計・管理*/
	#design .key_img {
		background: url(../img/kouji_keyimg.jpg) no-repeat center center;
		background-size: cover;
	}
		
	/*施工・監理*/
	#construction .key_img {
		background: url(../img/kouji_keyimg.jpg) no-repeat center center;
		background-size: cover;
	}
	
	/*イベント／広告*/
	#event .key_img {
		background: url(../img/kouji_keyimg.jpg) no-repeat center center;
		background-size: cover;
	}
	
	/*美術品販売*/
	#artwork .key_img, body.artwork.detail .key_img {
		background: url(../img/kouji_keyimg.jpg) no-repeat center center;
		background-size: cover;
	}
	
	#artwork #content01 .inner {
		width: 90%;
	}
	
	#artwork #content01 .inner p {
		line-height: 1.4;
	}
	
	#artwork #content01 .inner p.small {
		margin: 0px;
		/*
		padding-left: 1em;
		position: relative;
		*/
		line-height: 1.4;
		font-size: 90%;
		font-weight: bold;
	}
	
	/*
	#artwork #content01 .inner p.small:after {
		content: "※";
		position: absolute;
		left: 0;
		top: 0;
	}
	*/
	
	#artwork #content01 .inner p.small a {
		display: inline;
		margin-right: 0px;
		padding: 2px;
		background: #DFD78F;
		line-height: 2;
	}
	
	#artwork #content02 {
		margin-bottom: 30px;
	}
	
	#artwork #content02 .inner {
		width: 290px;
		margin: 0 auto 50px;
	}
	
	/*業務実績*/
	.work section {
		margin: 140px 0px 80px;
	}
	
	.work section h2 {
		margin-bottom: 30px;
	}
	
	.work section ul#tab {
		display: none;	
	}
	
	.work section ul#tag {
		display: block;
		width: 90%;
		margin: 0px auto 20px;
		padding: 0px;
		list-style: none;
		overflow: hidden;
	}
	
	.work section ul#tag li {
		float: left;
		margin-bottom: 10px;
		border-right: 1px solid #CCC;
	}
	
	.work section ul#tag li.line_01 {
	}
	
	.work section ul#tag li a {
		padding: 4px 10px;
	}
		
	.work section .tabMenu {
		width: 310px;
		margin: 0 auto 30px;
		padding: 0px;
		border: none;
	}
	
	.work section .tabMenu dl {
		clear: both;
		margin: 0px auto 10px;
		/*
		padding: 10px 10px 0px 10px;
		*/
	}
	
	.work section .tabMenu dl.noImg {
		height: 248px;
	}

	.work section .tabMenu dl:not(:nth-child(3n)) {
		margin-right: 0px;
	}
	
	.work section .tabMenu dl dt {
		position: absolute;
		bottom: 26px;
		font-size: 102%;
	}
	
	.work section .tabMenu dl dd {
		margin: 0px;
		padding: 0px;
	}
	
	.work section .listMenu {
		width: 100%;
		margin: 0 auto 30px;
		padding: 4% 0px 0px 0px;
		/*
		border: 1px solid #DFD78F;
		*/
	}
	
	.work section .listMenu ul {
		width: 82%;
		padding-left: 14%;
		padding-right: 4%;
	}
	
	.work section .listMenu ul li {
		margin-bottom: 16px;
	}
	
	.work section .listMenu ul li span {
		font-size: 80%;
		font-weight: bold;
	}
	
	/*実績詳細ページ*/
	.detail section .tabMenu h1 {
		line-height: 1.4;
	}
	.detail section .tabMenu dl dt{
		position: static;
		width: 88%;
		margin-bottom: 10px;
		padding-right: 0px;
		font-size: 110%;
	}
	
	.detail section .tabMenu dl dd{
		width: 100%;
		margin-bottom: 10px;
	}
	
	.detail section .tabMenu dl dd:not(:nth-child(3n)) {
		margin-right: 0px;
	}
	
	/*会社概要*/
	.company h2 {
		margin: 150px 0px 20px;
	}

	.company section.contents {
		margin: 0px auto 50px;
		position: relative;
	}

	.company section.content01 {
		width: 80%;
	}
	
	.company section.content01 dl dt {
		clear: both;
	}
	
	.company section.content01 dl dd {
		clear: both;
		padding-left: 0px;
	}
	
	.company section.content01 dl dd ul li {
		margin-bottom: 12px;
	}
	
	.company section.content01 dl.kyoka dd ul li:last-child .title03 {
		display: block;
	}
	
	.company section.content01 dl.kyou-kan dd {
		padding-left: 0px;
	}
	
	.company section.content01 dl.kyou-kan ul li .right {
		width: inherit;
	}
	
	.company section.content01 dl.kyou-kan ul li .kyou-t,.company section.content01 dl.kyou-kan ul li .kyou-t02 {
		width: inherit;
		display: block;
	}
	
	.company section.content01 dl#access dd .sp-br {
		display: block;
	}
	
	.company section.content01 dd.gMap iframe {
		width: 94%;
		height: 300px;
	}
	
	.company section.content01 dd.gMap a {
		display: block;
		margin-top: 10px;
		padding-right: 10px;
		position: relative;
	}
	
	.company section.content01 dd.gMap a:before {
	  right: 22%;
	}
	
	.company section.content01 dd.gMap a:after {
	  right: 22.5%;
	}
	
	/*会社概要 文字スペース調整用*/
	/*許可登録*/
	.company section.content01 dl.kyoka dd ul li .title {
		display: block;
		width: inherit;
	}
	
	.company section.content01 ul li span {
		display: inline;
		margin-top: 4px;
		padding-left: 0px;
	}
	
	/* 会社の理念 */
	#philosophy section.content01 {
		width: 80%;
		margin-bottom: 100px;
	}
	
	#philosophy section.content01 p{
		margin-bottom: 20px;
		font-size: 95%;
	}
	
	#philosophy section.content01 p.title {
		margin-top: 0px;
	}
	
	#philosophy section.content01 p.title, .company section.content01 p:last-child{
		display: block;
		margin-bottom: 0px;
	}
	
	#philosophy section.content01 p.title span.open, #philosophy section.content01 p:not(.title), .company section.content01 p.pdf {
		display: none;
	}
	
	#philosophy section.content01 p .title {
		display: block;
		first-letter: 2em;
	}
	
	/****主取引先****/
	#client section.content01 {
		margin-bottom: 30px;
	}
	
	/****アクセスマップ****/
	#access section.content01 p.gMap iframe {
		height: 300px;
	}
	
	/* 弊社の業務内容について */
	#about2 h2 {
		margin-top: 150px;
	}
	
	#about2 section.content01 {
		width: 80%;
		margin-bottom: 100px;
	}
	
	#about2 section.content01 p {
		margin-bottom: 20px;
		font-size: 95%;
	}
	
	#about2 section.content01 p.title {
		margin-top: 0px;
	}
	
	#about2 section.content01 p.title, #about2 section.content01 p:last-child{
		display: block;
		margin-bottom: 0px;
	}
	
	#about2 section.content01 p.title span.open, #about2 section.content01 p:not(.title) {
		display: none;
	}
	
	#about2 section.content01 ul {
		display: none;
		padding-left: 1.5em;
	}
	
	#about2 section.content01 p.sup .sp-br {
		display: inline-block;
		margin-left: 1em;
	}
	
	/*よくある質問*/
	.faq section.content01 {
		width: 80%;
		margin: 150px auto 50px;
	}

	.faq section.content01 h2 {
		width: 96%;
		padding: 4% 0px 3% 4%;
		background: #999;
		color: #fff;
		font-size: 110%;
		font-weight: normal;
	}

	.faq section.content01 dl dt{
		width: 96%;
		padding: 2%;
		margin-bottom: 10px;
		background: #DFD78F;
		border-radius: 5px;
		position: relative;
	}
	
	.faq section.content01 dl dt::before{
		content: "Q    ";
		position: static;
	}

	.faq section.content01 dl dd{
		margin: 0px 0px 10px 0px;
		line-height: 1.4;
	}
	
	.faq section.content01 dl dd::before{
		display: none;
	}

	.faq section.content01 dl dd p {
		padding: 0px 2%;
	}
	
	/****お問い合わせ****/
	.contact section {
		width: 90%;
		margin: 150px auto 30px;
	}
	
	.contact section h1 {
		margin-bottom: 30px;
	}
	
	.contact section p.attention {
		width: 80%;
		margin-bottom: 30px;
	}
	
	.contact section .form dl dt.otoiawase {
		margin-bottom: 20px;
	}
	
	.contact section dl dd textarea {
		width: 92%;
		padding: 1%;
		font-size:120%;
	}
	
	.contact section .form dl dd input[type="checkbox"] {
		margin-bottom: 20px;
	}
	
	.contact section .form dl dd span {
		display: block;
		margin-left: 3.5em;
	}
	
	.contact section .form dl dd.otoiawase ul {
		list-style: none;
	}
	
	.contact section .form dl dd.otoiawase ul li .title {
		margin-left: 1em;
		margin-bottom: 14px;
		padding: 0px;
	}
	
	.contact section p input[type="submit"] {
		width: 100%;
		padding: 4% 3%;
		border-radius: 5px;
		font-size: 120%;
	}
	/*「問い合わせフォーム」のデザイン*/
	
	.contact section .form {
		margin-bottom: 40px;
	}
	
	.contact section .form form {
		width: 98%;
	}
	
	.contact section .form dl dt {
		float: left;
		clear: both;
		width: 100%;
		margin: 0px;
		padding: 0px;
	}
	
	.contact section .form dl dd {
		margin-bottom: 20px;
		padding-left: 0px;
	}
	
	.contact section .form dl dd.otoiawase {
		padding-left: 0px;
	}
	
	.contact section .form dl dd input[type="text"], .contact section .form dl dd input[type="email"], .contact section .form dl dd input[type="tel"]  {
		padding: 6px;
		margin: 4px 0px 16px 0;
		width: 80%;
	}
	
	.contact section .form dl dd textarea {
		width: 90%;
		margin-top: 4px;
	}
	
	.contact section .form p:last-child {
		width: 80%;
	}
	
	.contact section .form .pri dl dt {
		float: left;
		clear: both;
		width: 100%;
		margin: 0px;
		margin-bottom: 10px;
		padding: 0px;
		padding-top: 8px;
	}
	
	.contact section .form .pri dl dd {
		padding: 8px 0px 8px 0;
	}	
	
	/****サイトマップ****/
	.sitemap section.content01 {
		width: 94%;
		margin: 150px auto 50px;
		padding: 0px 2% 2%;
	}
	
	.sitemap section.content01 h1 {
		margin: 0px 0px 20px;
	}
	
	.sitemap section.content01 ul li:before {
		top: 40%;
		right: 26px;
	}
	
	.sitemap section.content01 ul li:after {
		top: 40%;
		right: 28px;
	}
	
	.sitemap section.content01 ul li:hover:after {
		background: #fff;
	}
	
	.sitemap section.content01 ul li a {
		display: block;
		padding: 4% 0px 4% 4%;
	}
	
	.sitemap section.content01 ul li a:hover {
		background: transparent;
	}
	
	.sitemap section.content01 ul li.not span {
		margin-top: 4%;
		margin-left: 4%;
		padding: 2% 4%;
		background: #DFD78F; 
		border-radius: 5px;
	}
	
	.sitemap section.content01 ul li > ul {
		clear: both;
		width: 92%;
		margin-left: 8%;
	}
	
	.sitemap section.content01 ul li > ul li:first-child {
		border-top: none;
	}
	
	.sitemap section.content01 ul li:nth-child(3) > ul li:last-child {
		margin-bottom: 0px;
	}
	
	/*個人情報保護方針*/
	.privacy section.content01 {
		width: 80%;
		margin: 150px auto 30px;
	}
	
	.privacy section.content01 h1 {
		margin: 0px 0px 30px;
	}
	
	.privacy section.content01 p{
		margin-bottom: 20px;
	}

	/* reform add 231108 */
	#reform h2 {
		font-size: 200%;
	}
	#reform .message,
	#reform .inquiry .dl-tel,
	#reform .profile {
		display: inherit;
	}
	#reform .inquiry .dl-tel dd {
		margin-top: 5%;
		width: 100%;
		font-size: 160%;
		text-align: center;
	}
	#reform .inquiry .btn {
		padding: 10% 5%;
		font-size: 100%;
	}
	#reform figcaption {
		margin-bottom: 5%;
	}
	
}