@charset 'utf-8';
@import url('https://fonts.googleapis.com/css?family=Work+Sans:400,900');

/* **********************************************************************
 *
 *       Title:   オフィスコム sp_case.css
 *
 ********************************************************************** */
 ul.tableofUl {
	margin-left: -10px !important;
	padding-right: 25px;
}

ul.tableofUl li {
	background: #fafafa;
}

ul.tableofUl a li {
	list-style: none;
	text-decoration: none;
	color: #333;
	width: 100%;
	padding: 10px 10px;
	font-size: 13px;
}
ul.tableofUl a {
	list-style: none;
	text-decoration: none;
	color: #333;
}
ul.tableofUl li {
	list-style: none;
	text-decoration: none;
	color: #333;
	background: #fafafa;
	border: 1px solid #dcdcdc;
	text-align: left;
}

ul.tableofUl a li:hover {
	opacity: 0.5;
}
a li.tableofUlToi  {
	background: #d1322e !important;
	color: #fff !important;
	border: 1px solid #999;
	/* display: block;
	overflow: hidden; */

}

li.tableofUlToi a span {
	background: #d1322e !important;
	color: #fff !important;
	/* display: block;
	overflow: hidden; */

}

ul.tableofUl li::before {
	content: '▼';
	font-size: 7px;
	padding-right: 5px;
 }

 ul.tableofUl li::before:last-child {
	content: '';
	padding-left: 0px;
 }


/* 絞り込み検索
======================================================= */

.search_filter {
	margin: 0 0 30px;
	background: #EDEDED;
}

.search_filter .tit {
	padding: 10px 3%;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	background: #333;
}

.search_filter .inner {
	padding: 10px 3%;
}

.search_filter .inner .tab {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.search_filter .inner .tab li {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 10px 5px;
	width: 49%;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	background: #BEBEBE;
	border-radius: 5px 5px 0 0;
	cursor: pointer;
}

.search_filter .inner .tab li.active {
	background: #D1322E;
}

.search_filter .inner .tab li + li {
	margin-left: 2%;
}

.search_filter .inner .panel + .panel {
	display: none;
}

.search_filter .inner dl {
	background: #fff;
	position: relative;
}

.search_filter .inner dl + dl {
	border-top: 1px solid #EDEDED;
}

.search_filter .inner dl.type {
	border-top: none;
	display: none;
}

.search_filter .inner dl.type:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	border-top: 1px dashed #E2E2E2;
}

.search_filter .inner dl dt {
	padding: 10px 3%;
	font-size: 1.4rem;
	font-weight: bold;
}

.search_filter .inner dl.type dt {
	color: #666;
}

.search_filter .inner dl dt span {
	padding: 0 0 0 10px;
	border-left: 2px solid #333;
	position: relative;
}

.search_filter .inner dl.type dt span {
	border-left: none;
	padding: 0 0 0 12px;
	background: url(../img/bg_search_filter01.png) no-repeat 0 center;
	background-size: 8px auto;
}

.search_filter .inner dl dd {
	padding: 0 3% 10px;
	font-size: 1.4rem;
}

.search_filter .inner dl dd .list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.search_filter .inner dl dd .list,
.search_filter .inner dl dd .list label {
	font-size: 1.4rem;
}

.search_filter .inner dl dd .list li {
	float: left;
	margin-right: 10px;
}

.search_filter .inner dl dd .list li input[type="radio"],
.search_filter .inner dl dd .list li input[type="checkbox"] {
	width: 14px;
	height: 14px;
	margin-right: 5px;
}

.search_filter .inner .menu {
	padding: 15px 0 0;
	text-align: center;
	position: relative;
}

.search_filter .inner .menu button {
	padding: 10px 20px;
	border: none;
	border-radius: 5px;
	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
	background: #D1322E;
}

.search_filter .inner .menu button span {
	padding: 0 0 0 22px;
	background: url(../img/ico_search_filter.png) no-repeat 0 center;
	background-size: 16px auto;
}

.search_filter .inner .menu button em {
	padding: 0 0 0 10px;
	font-size: 2.0rem;
	font-style: normal;
	font-weight: bold;
}

.search_filter .inner .menu .clear {
	margin: 10px 0 0;
	font-size: 1.2rem;
}

.search_filter .inner .menu .clear input {
	width: auto;
	padding: 0;
	border: none;
	background: none;
	font-size: 12px;
	font-size: 1.2rem;
	color: #666;
	text-decoration: underline;
	outline: none;
}

.search_filter .inner .menu .clear input:hover {
	text-decoration: none;
}


/* トップ
======================================================= */

.case_catnav {
	margin: 0 0 40px;
}
.case_catnav.bottom {
	margin: 40px 0 40px;
}
.case_catnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.case_catnav li {
	float: left;
	width: 49%;
	margin: 0 2% 10px 0;
}
.case_catnav li:nth-child(even) {
	margin: 0;
}
.case_catnav li a {
	display: block;
	background: #ededed url(../img/arw.png) 95% 50% no-repeat;
	text-align: center;
	padding: 12px 0;
}
.case_catnav li a,
.case_catnav li a:visited {
	text-decoration: none;
}
.case_catnav li a:hover,
.case_catnav li a.selected {
	background: #d1322e;
	color: #fff;
}


/* isotope
======================================================= */

.filter {
	display: none;
    text-align: center;
    margin:0 0 30px 0;
}
.filter a {
    display: inline-block;
    margin-right:5px;
    color:#333;
    font-size: 1.2rem;
    padding: 7px 2.5%;
    text-decoration: none;
    background: #ededed;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.filter a:hover,
.filter a:active {
    background: #d1322e;
    color: #fff;
}
.filter a.current {
    font-weight:bold;
    background: #d1322e;
    color: #fff;
}
.filter a {
    position: relative;
    display: inline-block;
}

.filter a.current:before{
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border: 5px solid transparent;
    border-top: 5px solid #d1322e;
}
.isotope {
	width: 100%;
}
.isotope .item {
	width: 48%;
	vertical-align: top;
}
.isotope .item:nth-child(odd) .inner {
	padding: 0 2% 0 0;
}
.isotope .item:nth-child(even) .inner {
	padding: 0 0 0 2%;
}
.isotope .item .img {
	margin: 0 0 10px;
}
.isotope .item ul {
	margin: 0 0 10px;
	border-bottom: none;
}
.isotope .item ul li.category {
	width: 100%;
	padding: 0;
}
.isotope .item p.catch {
	font-size: 1.4rem;
	line-height: 1.5;
}
.isotope .item p.name {
	font-size: 1.2rem;
	line-height: 1.5;
}
.isotope .item ul li.category a {
	display: block;
	padding: 10px 0;
	color: #fff;
	text-decoration: none;
}
.isotope .item ul li.category.meeting a {
    background: #00a5b4;
}
.isotope .item ul li.category.work a {
    background: #91bb00;
}
.isotope .item ul li.category.entrance a {
    background: #ec9000;
}
.isotope .item ul li.category.partition a {
    background: #c39c00;
}


 
/* under pagetitle
======================================================= */

body.case .pagetit {
    background: url(../img/bg_pagetit_case_sp.jpg) 50% bottom no-repeat;
    background-size: cover;    
}

body.case_ba .pagetit {
    background: url(../img/before_after/bg_pagetit_case_ba_sp.jpg) 50% bottom no-repeat;
    background-size: cover;    
}

body.case_ex .pagetit {
    background: url(../img/experiences/bg_pagetit_case_ex_sp.jpg) 50% bottom no-repeat;
    background-size: cover;    
}
  

/* 共通
======================================================= */

.main h1 {
	line-height: 1.3em;
	padding: 0 0 10px;
	margin: 0 0 15px;
}
.main h1.top {
	margin: 0 0 40px;
}

.main h1 + p {
	text-align: right;
	font-weight: bold;
	font-size: 1.8rem;
	margin: 0 0 20px;
}

.h1under_text {
	font-size: 12px;
	margin: -25px 0 30px;
	font-weight: normal;
	line-height: 180%;
}

.main h2 span {
	display: inline-block;
	font-size: 1.1rem;
	padding-left: 1.8em;
	vertical-align: middle;
}

.main .block:after {
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}

.main .photo-r {
	margin-bottom: 0;
}

.main .photo-rt {
	display: block;
    margin: 0 auto 10px;
	text-align: center;
}

/* slider
======================================================= */

div.slider {
    width:100%;
    display:block;
	height: auto;
    margin:0 auto 12px;
}
 
ul.bxslider01 li {/*メインスライダー*/
    display:block;
    width:100%;
    height:197px;
}
 
ul.bxslider01 li img{
    display:block;
    width:auto;
    height: 197px;
	margin: 0 auto;
}
 
ul.bxslider02 li a {/*サムネイル*/
    display:block;
    width:100%;
    height:auto;
	transition: 0.4s;
}
 
ul.bxslider02 li a img{/*サムネイルの画像*/
    display:block;
    width:auto;
    height:auto;
}
 
ul.bxslider02 li a:hover ,
ul.bxslider02 li a:active {/*サムネイル*/
	opacity: 0.7;
}
 
div.controlWrap {
    width:100%;
    display:block;
    position:relative;
    margin:12px auto 0;
}
 
div p#PrevIcon a ,/*矢印画像（前へ）*/
div p#NextIcon a{/*矢印画像（次へ）*/
    display:block;
    width:25px;
    height:0;
	padding-top: 25px;
    position:absolute;
    background: rgba(51,51,51,0.8);
    top: 100px;
    left:0;
	margin-top: -12.5px;
	overflow: hidden;
	transition: 0.4s;
}
 
div p#NextIcon a{/*矢印画像（次へ）*/
	left: auto;
    right: 0;
}

div p#PrevIcon a:after ,/*矢印画像（前へ）*/
div p#NextIcon a:after {/*矢印画像（次へ）*/
	content: "";
    display:block;
	position: absolute;
	top: 10px;
	left: 8px;
	width: 5px;
	height: 5px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

div p#PrevIcon a:after {/*矢印画像（次へ）*/
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
	left: 12px;
}

div p#PrevIcon a:hover ,/*矢印画像（前へ）*/
div p#NextIcon a:hover {/*矢印画像（次へ）*/
	opacity: 0.7;
}

div.slider + p.btn {
    margin:0 auto 20px;
}

div.slider + p.btn a {
    width:100%;
    display:block;
    margin:0 auto;
	color: #FFFFFF;
	text-align: center;
	font-size: 1.4rem;
	text-decoration: none;
	padding: 1.0em 0;
	text-align: center;
	background: url(../img/arrow_wb.png) no-repeat 30px center #d1322e;
}

div.slider + p.btn a:before {
	content: "";
	display: inline;
}

.photo-r + p {
	line-height: 1.6;
}

/* table.tbr
======================================================= */

table.tbr tr th,
table.tbr tr td {
	display: block;
	padding-right: 1em;
	padding-left: 1em;
	text-align: center;
}

table.tbr tr th{
	background: #fafafa;
}

/* photo_set
======================================================= */

.photo_set {
	position: relative;
	margin: 0 auto 50px;
}

.photo_set_in {
	background: #f4f4f4;
	padding: 25px 15px;
	width: 90%;
	margin: 0 auto;
	box-sizing: border-box;
	position: absolute;
	bottom: -127px;
	left: 5%;
	min-height: 157px;
}

.set_l .photo_set_in + p ,
.set_r .photo_set_in + p {
	overflow: hidden;
	left: 0;
}

.set_l .photo_set_in + p img ,
.set_r .photo_set_in + p img {
	width: 100%;
}


.main .block .photo_set_in h2 {
	font-size: 2.0rem;
	background: none;
	padding: 0 0 20px;
	position: relative;
	line-height: 1.3;
	text-align: center;
}

.main .block .photo_set_in h2:after {
	content: "";
	display: block;
	max-width: 82px;
	width: 35%;
	height: 3px;
	background: #d1322e;
	position: absolute;
	bottom: 0;
	left:  50%;
	margin-left: -41px;
}

.photo_set_in h2 + p {
	font-weight: bold;
	text-align: center;
}

/* flex_set
======================================================= */

.main ul.flex_set {
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:         wrap;
	list-style: none;
	margin: 0;
	padding: 0;
}

.main ul.flex_set img {
	width: 100%;
}

.main .photo_set + ul.flex_set {
	padding: 90px 0 30px;
}

.main .flex_set li {
	list-style: none;
	padding: 0;
}

.main .flex_set li + li {
	margin-left: 2.75%;
}

/* test */
.main ul.flex_set02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 2.75%; /* ここで左右の間隔を統一的に設定 */
}

.main .flex_set02 li {
  width: calc((100% - 2.75%) / 2); /* 2列＋gap考慮 */
  box-sizing: border-box;
  /* margin: 0; */
}

.main ul.flex_set02 img {
  width: 100%;
  height: auto;
  display: block;
}
/* test end */

.main .flex_set.set_3 li:last-of-type ,
.main .flex_set.set_4 li + li {
	margin-left: 0;
}

ul.flex_set_01 {
	list-style: none;
	margin: 0;
	padding: 0 0 30px;
}

ul.flex_set_01:after {
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}

ul.flex_set_01 li img {
	width: 100%;
}

ul.flex_set_01 li {
	float: left;
	width: 48%;
}

ul.flex_set_01 li:first-child {
	width: 100%;
	padding: 0 0 10px;
}

ul.flex_set_01 li:last-child {
	float: right;
}

p.flex_set_02 {
	width: 100%;
}

.set_l .photo_set_in + p.flex_set_02 img {
	width: 48%;
}

p.flex_set_02 img + img {
	padding-left: 2.25%;
}

.flex_set.set_base li {
	display:flex;
	-webkit-align-items: center; /* Safari */
	align-items:         center;
}

.flex_set.set_base li {
	width: 24%;
}

.main ul.flex_set.set_2 li ,
.main ul.flex_set.set_3 li {
	width: 48.265%;
}

.main ul.flex_set.set_3 li:last-child {
	width: 100%;
	margin-top: 10px;
}


/* flex_set.s04
======================================================= */

.main ul.flex_set.set_2.s04 {
	display: block;
}

.main ul.flex_set.set_2.s04 li {
	width: 100%;
}

.main ul.flex_set.set_2.s04 li + li {
	margin: 20px auto 0;
}

ul.flex_set.s04 a {
	text-decoration: none;
	color: #333;
	display: block;
}

ul.flex_set.s04 h3 {
	background: none;
	font-size: 1.6rem;
	padding: 0;
	margin: 0;
}

ul.flex_set.s04 h3 + p {
	color: #d1322e;
	font-size: 1.1rem;
	margin: 0 0 20px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 900;
}

ul.flex_set.s04 h3 + p + p {
	padding: 0 0 10px;
}

ul.flex_set.s04 h3 + p + p + p {
	font-size: 1.5rem;
	line-height: 1.4;

}

ul.flex_set.s04 h3 + p + p + p + p {
	font-size: 1.1rem;
	text-align: right;
}

/* .s05
======================================================= */

ul.s05 {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
}

ul.s05 li {
	display: inline-block;
	vertical-align: top;
	width: 48%;
}

ul.s05 li a {
	display: block;
	text-decoration: none;
	width: 100%;
	margin-right: 5px;
	color: #333;
	font-size: 1.4rem;
}

ul.s05 li a p + p {
	line-height: 1.5;
	padding: 0 0 0 12px;
	background: url(../img/arrow_rr.png) no-repeat left 4px;
}


/* article_link
======================================================= */

ul.article_link {
	margin: 0;
	padding: 30px 0 0;
	border-top:1px solid #e2e2e2;
	width: 100%;
}

.article_link li {
	list-style: none;
	width: 48%;
}

.article_link li a {
	text-decoration:none;
	color:#333;
	display:block;
	box-sizing: border-box;
	text-align:center;
}

.article_link li a:hover {
	text-decoration:underline;
}

.article_link li a:hover img {
	opacity: 0.7;
}

.article_link li.article_r {
	float: right;
	background:url(../img/icon_next.png) no-repeat center right;
}

.article_link li.article_r a {
	padding-right:20px;
}

.article_link li.article_l {
	float: left;
	background:url(../img/icon_back.png) no-repeat center left;
}

.article_link li.article_l a {
	padding-left:20px;
}

.article_link li a:after ,
.article_link:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.main .block .article_link p ,
.main .block .article_link p + p {
	font-size: 10px;
	font-size: 1.0rem;
	line-height: 1.4;
	margin: 0;
}

.main .block .article_link p.photo-l img {
	margin: 0 auto;
}

.main .block .article_link p.tit_article {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	margin: 3px auto 7px;
}

/* .s06
======================================================= */

ul.s06 {
	margin-bottom: 20px;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
}

ul.s06 li {
	position: relative;
	width: 48%;
	margin-bottom: 12px;
}

ul.s06 .on {
	position: absolute;
	padding: 10px;
	box-sizing: border-box;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(51,51,51,0.6);
	overflow: hidden;
	transition: 0.4s;
	opacity: 0;
}

ul.s06 a:hover .on {
	opacity: 1;
}

ul.s06 .on p {
	color: #FFF;
	font-size: 1.0rem;
	line-height: 1.6;
}

ul.s06 .on p strong {
	font-size: 1.1rem;
	display: block;
}

ul.s06 .on p + p {
	text-align: right;
	margin-top: 1.8em;
}

/* form
======================================================= */

/* progress */
ul.progress {
	padding: 0;
	margin: 30px auto 20px;
	width: 100%;
	display: flex;
	padding: 12px 0;
	background: url(../img/bg_progress01.png) no-repeat center center;
	background-size: 100% 100%;
}

ul.progress.s2 {
	background: url(../img/bg_progress02.png) no-repeat center center;
	background-size: 100% 100%;
}

ul.progress.s3 {
	background: url(../img/bg_progress03.png) no-repeat center center;
	background-size: 100% 100%;
}

ul.progress li {
	text-align: center;
	width: 34%;
	font-variant-caps: 1.4rem;
	font-weight: bold;
	display: flex;
	-webkit-flex-direction: column; /* Safari */
	flex-direction:         column;
	font-size: 1.1rem;
}

ul.progress li:last-child {
	width: 32%;
}

ul.progress li span {
	display: block;
	font-size: 1.1rem;
	color: #d1322e;
	font-family: 'Work Sans', sans-serif;
	font-weight: normal;
}
ul.progress li br.sp {
	display: none;
}

ul.progress li.active ,
ul.progress li.active span {
	color: #FFF;
}

/* form_table */
.form-group {
	margin: 0 0 20px;
}
.form-group label {
	display: block;
	font-weight: bold;
	margin: 0 0 10px;
}

.form-group label span  {
	font-weight: normal;
	color: #FFF;
	font-size: 1.1rem;
	line-height: 20px;
	padding: 0 1em;
	display: inline-block;
	background: #d1322e;
	margin-left: 0.8em;
}

table.form_table td {
	padding-bottom: 30px;
}

table.form_table th ,
table.form_table td {
	display: block;
}

/* input,textarea */

.form-group input input {
	background: #f3f3f3;
	padding: 10px;
	box-sizing: border-box;
	width: 100%;
	box-shadow: none;
	border: none;
	border-radius: 0px;
}

table.form_table input.tel1 {
	width: 20%;
	margin: 0 1.5%;
}

table.form_table input.tel1:first-of-type {
	margin: 0 1.5% 0 0;
}

table.form_table textarea {
	background: #f3f3f3;
	padding: 10px;
	box-sizing: border-box;
	width: 100%;
	box-shadow: none;
	border: none;
	border-radius: 0px;
}

.main form button.btn {
	background: #d1322e url(../img/arrow_wr.png) no-repeat right 20px center;
	font-size: 1.4rem;
	color: #FFFFFF;
	text-align: center;
	width: 100%;
	box-shadow: none;
	border: none;
	padding: 1.5em 2em;
	border-radius: 0px;
}
form input.form-control,
form .form-group textarea {
	width: 90%;
}

form textarea.personalinfor_text {
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
	height: 10em;
	margin: 0 0 40px;
}


/* pp */
table.form_table + p {
	text-align: center;
	font-weight: bold;
	font-size: 1.1rem;
	margin-bottom: 10px;
}

.main div.pp {
	background: #f3f3f3;
	width: 100%;
	height: 150px;
	overflow: auto;
	padding: 1em 1.5em;
	box-sizing: border-box;
	margin: 0 auto 20px;
}

.main div.pp h3 ,
.main div.pp p ,
.main div.pp ol li {
	background: none;
	font-size: 1.2rem;
	font-weight: normal;
	line-height: 1.4;
}

.main div.pp h4 {
	font-size: 1.2rem;
}

div.pp::-webkit-scrollbar {
    width: 10px;
}
div.pp::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, .1);
}
div.pp::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 50, .3);
  border-radius: 10px;
  box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
}

/* info */
.main .info_ssl {
	text-align: center;
	font-size: 1.2rem;
	margin: 20px auto;
}

.main .info_ssl img {
	display: block;
	margin: 0 auto 10px;
}

.main .mail-caution {
	border: 3px solid #e2e2e2;
	padding: 12px;
	box-sizing: border-box;
}

.main .mail-caution p {
	text-align: center;
}

.main .mail-caution p:last-of-type {
	font-size: 1.1rem;
}


/* before_after詳細
======================================================= */

.ba_main{
	margin: 0 0 35px;
}

.main .ba_main{
	width: 100%;
}

.main .ba_main .ba_main_after{
	width: 100%;
	text-align: right;
	position: relative;
}

.main .ba_main .ba_main_after img{
	width: 90%;
}


.main .ba_main .ba_main_after .main_icon{
	width: 40%;
	position: absolute;
	bottom: 0;
	right: 0;
	line-height: 0;
}

.main .ba_main .ba_main_before{
	width: 50%;
	margin: -90px 0 0;
	position: relative;
}

.main .ba_main .ba_main_before .main_icon{
	width: 60%;
	position: absolute;
	bottom: 0;
	right: 0;
	line-height: 0;
}

.pl_btn {
    margin:0 auto 20px;
}

.pl_btn a {
    width:80%;
	max-width: 587px;
    display:block;
    margin:0 auto;
	color: #FFFFFF;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	text-decoration: none;
	padding: 1.0em 0 1.0em 1.0em;
	background: url(../img/arrow_wb.png) no-repeat 20px center #d1322e;
}

.pl_btn a:before {
	content: "";
	display: inline;
}

.col_img_1{
	margin: 10px 0;
}

.col_img_2 .left{
	float: left;
	width: 100%;
	margin: 10px 0;
}

.col_img_2 .right{
	float: right;
	width: 100%;
	margin: 10px 0;
}
.col_img_3 .left{
	float: left;
	width: 100%;
	margin: 10px 0;
}

.col_img_3 .right{
	float: right;
	width: 100%;
	margin: 10px 0;
}

.ba_icon .left,
.ba_icon .right{
	position: relative;
}

.ba_icon .left span,
.ba_icon .right span{
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	line-height: 0;
}


/* 体験談　トップ
======================================================= */

.col3_list {
    overflow: hidden;
}

.col3_list ul {
    overflow: hidden;
    list-style-type: none;
    margin: 0;
    padding: 0;
    *zoom: 1;
}

.col3_list li {
    max-width: 340px;
    margin: 0 auto;
    padding-bottom: 40px;
    *zoom: 1;
}
.col3_list li img {
	max-width: 100%;
	height: auto;
}

.col3_list li a,
.col3_list li a:visited {
	text-decoration: none;
}

.voicelist p {
	line-height: 1.5;
}
.voicelist .img {
	margin: 0 0 10px;
}
.voicelist .vol {
	color: #d1322e;
	font-size: 1.1rem;
}
.voicelist .tit {
	font-weight: bold;
	font-size: 1.4rem;
	margin: 0 0 10px;
}
.voicelist .name {
	font-size: 12px;
	margin: 0;
}



/* 体験談　詳細
======================================================= */

.iv_main{
	margin: 0 0 25px;
}

.article_l_box p,
.article_r_box p{
	margin: 0 0 20px;
}

.article_l_box .left,
.article_l_box .right{
	margin: 0 0 20px;
}

.article_l_box .left img,
.article_l_box .right img,
.article_r_box .left img,
.article_r_box .right img{
	width: 100%;
}

.iv_comment{
	padding: 15px;
	background: #f8f8f8;
	margin: 0 0 20px;
}

.col_txt_1{
	margin: 0 0 20px;
}

.ex_main_annotation{
	font-size: 77%;
	margin: 0 0 10px;
	text-align: right;
}

.ex_main_vol{
	font-weight: bold;
	color: #d1322e;
	margin: 0 0 10px;
}

.interview_list{
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

.interview_list li{
	/*float: left;*/
	width: 48%;
	margin: 0 0 10px 4%;
	list-style: none;
	font-weight: bold;
}

.interview_list li p.list_img{
	margin: 0 0 5px;
}

.interview_list li p{
	line-height: 1.7;
}

.interview_list li:nth-child(odd){
	/*float: left;*/
	width: 48%;
	margin: 0 0 10px 0;
}

.interview_list li .list_vol{
	font-size: 77%;
	color: #d1322e;
}


.mail-conf-bg span.red {
	color: #d1322e;
}

#btn-center {
	text-align: center;
}

.case-send-midashi {
	text-align: center;
}

table#mail-table {
	margin: 0 0 20px;
}

.search_result_section {
	overflow: hidden;
}
.search_result_thumbnail {
	float: left;
	width: 30%;
	margin: 0 3% 0 0;
}
.search_result_thumbnail img {
	width: 100%;
	height: auto;
}


.searchbox {
	overflow: hidden;
	margin: 0 0 40px;
}

.searchbox .form-group {
	float: left;
	width: 90%;
	margin: 0;
}
.searchbox form input {
	width: 100%;
	background: #fff;
	border: 1px solid #d1322e;
	padding: 0;
}
.main .searchbox form button {
	float: right;
	display: block;
	padding: 0px 0;
	width: 10%;
	background: #d1322e;
	border: 1px solid #d1322e;
}
.main .searchbox form button .fa {
	background: #d1322e url(../img/ico_search.png) 50% 50% no-repeat;
	padding: 0px 10px;
}

:placeholder-shown {
    color: #999; }

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
    color: #999; }

/* Firefox 18- */
:-moz-placeholder {
    color: #999; opacity: 1; }

/* Firefox 19+ */
::-moz-placeholder {
    color: #999; opacity: 1; }

/* IE 10+ */
:-ms-input-placeholder {
    color: #999; }

.mail-conf-bg span.red {
	color: #d1322e;
}


/* プロジェクト概要「該当サービス」 */
ul.case_svc , ul.case_svc_all_last {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
ul.case_svc li {
	width: 48%;
	margin: 0 4% 15px 0;
}

ul.case_svc_all_last {
	max-width: 325px;
    margin: 0 auto;
}

ul.case_svc_all_last li {
	width: 48%;
	margin: 0 4% 15px 0;
}

ul.case_svc li:nth-child(even),
ul.case_svc_all_last li:nth-child(even) {
	margin: 0 0 15px;
}
ul.case_svc li img , ul.case_svc_all_last li img {
	margin: 0 0 5px;
}

ul.case_svc_all_last li img {
	width: 100%;
}

ul.case_svc li p , ul.case_svc_all_last li p{
	font-size: 1.3rem;
	line-height: 1.4;
	background: url(../img/arrow_rr.png) no-repeat left .2em;
	padding: 0 0 0 12px;
	text-align: left;
}
ul.case_svc li a,
ul.case_svc li a:visited , ul.case_svc_all_last a , ul.case_svc_all_last a:visited {
	text-decoration: none;
}

.case_trigger {
	text-align: right;
	font-size: 14px;
	font-size: 1.4rem;
	cursor: pointer;
}
.case_trigger:before {
	content: "";
	background: url(../img/ico_plus.png) 0 50% no-repeat;
	padding: 0 0 0 15px;
}
.case_trigger.active:before {
	content: "";
	background: url(../img/ico_minus.png) 0 50% no-repeat;
	padding: 0 0 0 15px;
}
.case_acdn {
	display: none;
}


/* 追従CVボタン */
.case_fixed_cv{
  position: fixed;
  z-index: 3;
  left: 0;
  bottom: 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  width: 100%;
}

.case_fixed_cv a{
  display: block;
  box-sizing: border-box;
  padding: 14px 0;
  color: #fff;
  text-decoration: none;
  background: #D1312E;
  border-radius: 5px 0 0 5px;
}

.case_fixed_cv a span{
  position: relative;
  display: inline-block;
  padding: 0 0 0 32px;
}

.case_fixed_cv a span::before{
  content:"";
  position: absolute;
  z-index: 1;
  left: 0;
  top: calc( 50% - 10px );
  width: 22px;
  height: 20px;
  background: url(../../common/img/ico_contact.png) 50% 50% no-repeat;
  background-size: contain;
}

.case_fixed_cv a span br{
	display: none;
}


/* おすすめ施工事例
======================================================= */
.wrapper.case_top{
	width: 100%;
	max-width: 100%;
	padding: 0;
}
.wrapper.case_top .main{
	width: 100%;
}

.wrapper.case_top .main > *{
    max-width: 94%;
    margin-left: auto;
    margin-right: auto;
}

.recommend_slider,
.wrapper.case_top .main > .recommend_slider{
	max-width: 100%;
	margin: 0 0 40px;
}

.recommend_slider{
	position: relative;
}

.recommend_slider .item {
    line-height: 1.3;
    position: relative;
    display: inline-block;
    width: 80vw;
    margin: 0;
    padding: 15px 20px 15px;
    box-sizing: border-box;
    vertical-align: top;
    color: #fff;
    background: #333;
}
.recommend_slider .item a,
.recommend_slider .item a:visited {
    color: #fff;
    text-decoration: none;
}

.recommend_slider .item .img{
	text-align: center;
	margin: 0 0 10px;
}

.recommend_slider .item .img img{
	display: inline-block;
	line-height: 0;
}

.recommend_slider .item ul {
    list-style-type: none;
    margin: 0 0 20px 0;
    padding: 0 135px 0 0;
    overflow: hidden;
}
.recommend_slider .item ul li.date {
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
}
.recommend_slider .item ul li.category {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 20px;
    width: 120px;
    color: #898989;
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
}
.recommend_slider .item ul li.category a {
	display: block;
	padding: 10px 0;
	color: #fff;
	text-decoration: none;
}
.recommend_slider .item ul li.category.meeting a {
    background: #00a5b4;
}
.recommend_slider .item ul li.category.work a {
    background: #91bb00;
}
.recommend_slider .item ul li.category.entrance a {
    background: #ec9000;
}
.recommend_slider .item ul li.category.partition a {
    background: #c39c00;
}
.recommend_slider .item p.catch {
    font-size: 1.4rem;
    font-weight: bold;
    text-align: left;
    line-height: 1.8;
    margin: 0 0 10px;
}
.recommend_slider .item p.name {
    font-size: 1.2rem;
    font-weight: 500;
    text-align: left;
    line-height: 1.8;
	margin-bottom: 10px;
}

.recommend_slider .item .info {
	padding: 6px 10px;
    background: #fafafa;
}

.recommend_slider .item .info p {
	font-size: 12px;
	text-align: left;
	line-height: 1.8;
}
.recommend_slider .item .info_lbox {
	padding: 10px 10px 5px;
    background: #555;
}

.recommend_slider .item table.tbr_info{
	line-height: 1.5;
}

.recommend_slider .item table.tbr_info tbody{
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 0 -40px;
}

.recommend_slider .item table.tbr_info tbody tr{
	margin: 0 0 0 40px;
}

.recommend_slider .item table.tbr_info tbody tr td{
	/*font-weight: bold;*/
}

.recommend_slider {
	overflow: hidden;
}

.recommend_slider .slider02{
	overflow: visible;
	margin-bottom: 25px;
}

.recommend_slider .slider02 .slick-track{
	display: flex;
}

.recommend_slider .slider02 .item {
	width: 80vw !important;
	margin: 0 2vw 0 2.2vw;
	height: auto;
}


/* slick
======================================================= */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    overflow: hidden;
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* 縦並び防止 */
.slider02 {
        visibility:hidden;
}

.slider02.slick-initialized {
        visibility: visible;
}
.slide-arrow {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	outline: 0;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	z-index: 100;
	background: #D1322E url(/common/img/arw_w.png) 50% 50% no-repeat;
	cursor: pointer;
}
.slide-arrow.slick-prev {
	left: 2%;
    transform: rotate(180deg);
}
.slide-arrow.slick-next {
	right: 2%;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 100%;
    height: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
}
.slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 4px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: #E2E2E2;
    border-radius: 50%;
    cursor: pointer;
}
.slick-dots li.slick-active,
.slick-dots li:hover {
    background: #333;
}

/* 2列ボタン
======================================================= */
.case_btn2col{
	max-width: 392px;
    justify-content: center;
    margin: 0 auto 40px;
}

.case_btn2col .btn{
    font-size: 1.5rem;
    font-weight: bold;
}

.case_btn2col .btn.casebtn_simulator{
	margin: 0 0 20px;
}

.case_btn2col .btn a{
    position: relative;
    display: block;
    color: #fff;
    background: #333;
    text-decoration: none;
	padding: 21px 30px;
    border-radius: 5px;
    text-align: center;
}

.case_btn2col .btn.casebtn_contact a{
	background: #d1322e;
}

.case_btn2col .btn.casebtn_simulator a{
	padding: 21px 30px 21px 60px;
}

.case_btn2col .btn a:before,
.case_btn2col .btn a:after{
    content:"";
    position: absolute;
    z-index: 1;
}

.case_btn2col .btn.casebtn_simulator a:before{
    left: 10px;
    top: calc( 50% - 22px );
    width: 44px;
    height: 44px;
    background: url(/common/img/ico_btn_simulator.png) 0 0 no-repeat;
    background-size: contain;
}
.case_btn2col .btn.casebtn_contact a:before{
    left: 20px;
    top: calc( 50% - 11px );
    width: 32px;
    height: 23px;
    background: url(/common/img/ico_contact.png) 0 0 no-repeat;
    background-size: contain;
}

.case_btn2col .btn a:after{
    right: 20px;
    top: calc( 50% - 6px );
    width: 7px;
    height: 12px;
    background: url(/common/img/arw.png) 0 0 no-repeat;
    background-size: contain;
}

.case_btn2col .btn.casebtn_contact a:after{
    background: url(/common/img/arw_w.png) 0 0 no-repeat;
    background-size: contain;
}
