/* ===================================================================
CSS information

 file name  : sp.css
 style info : スマートフォン用
=================================================================== */

@media screen and (max-width: 1060px){

/* -----------------------------------------------------------
    toggle-panel
----------------------------------------------------------- */
#panel-btn {
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 40%;
	right: 5%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	cursor: pointer;
	z-index: 1000;
}

#panel-btn:after {
	content: "MENU";
	position: absolute;
	bottom: -1.5em;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	font-size: 0.9rem;
	font-weight: bolder;
	color: ##ff7800;
	letter-spacing: 0.15em;
}

.open #panel-btn:after {
	content: "CLOSE";
	position: absolute;
	bottom: -1.5em;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	font-size: 0.9rem;
	font-weight: bolder;
	color: ##ff7800;
	letter-spacing: 0.15em;
}

#panel-btn:hover {
	opacity: 1;
}

#panel-btn-icon {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 30px;
	height: 2px;
	margin: -1px 0 0 -7px;
	background: #222222;
	transition: .2s;
}

#panel-btn-icon:before,
#panel-btn-icon:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 30px;
	height: 2px;
	margin-left: 0;
	background: #222222;
	transition: .3s;
}

#panel-btn-icon:before {
	margin-top: -10px;
}

#panel-btn-icon:after {
	margin-top: 8px;
}

#panel-btn .close {
	background: transparent;
}

#panel-btn .close:before,
#panel-btn .close:after {
	margin-top: 0;
	background: #ffffff;
}

#panel-btn .close:before {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

#panel-btn .close:after {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}

#gNav {
	display: flex;
	display: -webkit-flex;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	justify-content: center;
	-webkit-justify-content: center;
	flex-direction: column;
	-webkit-flex-direction: column;
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	color: #ffffff;
	background: rgba(0,0,0,.9);
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	visibility: hidden;
    opacity: 0;
	z-index: 999;
	padding: 15%;
}

.open #gNav {
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
    visibility: visible;
    opacity: 1;
}

#gNav a:link,
#gNav a:visited,
#gNav a:hover,
#gNav a:active {
	color: #ffffff;
}

.row header #tel_box {
	display: none;
}
	
/* -----------------------------------------------------------
    #wrapper
----------------------------------------------------------- */
.row #wrapper {
	overflow: visible;
}

.col #wrapper {
	overflow: visible;
}

/* -----------------------------------------------------------
    header
----------------------------------------------------------- */
.row header {
	height: 80px;
}

.col header {
	flex-direction: row;
	-webkit-flex-direction: row;
	min-width: 100%;
	height: 80px;
	border-right: none;
}

.row header h1 {
    width: 270px;
}

.col header h1 {
	margin: 0 0 0 5%;
}

header #gNav {
	font-size: 1.5rem;
}

.row header #gNav {
    margin: 0;
    padding: 5% 9%;
}

.col header #gNav {
    margin: 0;
	padding: 5% 9%;
}

.row header #gNav > ul {
	display: block;
}

.col header #gNav > ul {
	display: block;
}

.row header #gNav > ul > li {
	margin: 10% 0 0;
}

.col header #gNav > ul > li {
	margin: 24% 0 0;
}

header #gNav > ul > li:first-child {
	margin: 0;
}

.row header #gNav > ul > li a:after {
	bottom: -5px;
}

.col header #gNav > ul > li a:after {
	bottom: -5px;
}

.row .is-fixed header #gNav > ul > li a:after {
	bottom: -5px;
}

.row header #gNav > ul > li a.current:after {
	bottom: -5px;
}

.col header #gNav > ul > li a.current:after {
	bottom: -5px;
}

.row .is-fixed header #gNav > ul > li a.current:after {
	bottom: -5px;
}

.col header #tel_box {
	display: none;
}

header #tel_box a p span:nth-child(1) {
	font-size: 2.8rem;
}

header #tel_box a p span:nth-child(1):before {
	font-size: 2.6rem;
	margin: 0 0.3em 0 0;
}

header #tel_box a p span:nth-child(2) {
	font-size: 1.4rem;
	letter-spacing: 0.15em;
}

header #gNav #sp_tel_box {
	display: block;
	width: 100%;
	margin: 12% 0 0;
}

header #gNav #sp_tel_box a {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	min-width: 100%;
	height: 100px;
	background: #19b7da;
	color: #ffffff;
	padding: 2%;
}

header #gNav #sp_tel_box a p span {
	display: block;
	font-weight: bolder;
}

header #gNav #sp_tel_box a p span:nth-child(1) {
	font-size: 2.8rem;
}

header #gNav #sp_tel_box a p span:nth-child(1):before {
	font-family: FontAwesome;
	font-size: 2.6rem;
	font-weight: normal;
	content: "\f095";
	margin: 0 0.3em 0 0;
	letter-spacing: -0.25em\0;/*IE*/
}

header #gNav #sp_tel_box a p span:nth-child(2) {
	font-size: 1.4rem;
	letter-spacing: 0.15em;
}

/*----------------------------------------------------*/
/*グローバルメニュー　ドロップダウン*/
/*----------------------------------------------------*/
.hover-click {
    position: relative;
}

.hover-click > ul > li > a {	
    border-bottom: 1px solid #FFF !important;
	display: block;
    width: 180%;
    text-align: left;
    text-decoration: none;
    background: ##ff7800;
    color: #fff;
	padding: 10px 20px;
}

.hover-click > ul {
    display: none;
    z-index: 9999;
    position: absolute;
}

.hover-click2 {
    position: relative;
}

.hover-click2 > ul {
    display: none;
    z-index: 9999;
    position: absolute;
}

.hover-click2 > ul > li > a {
    border-bottom: 1px solid #ffffff !important;
    display: block;
    width: 100%;
    text-decoration: none;
    background: ##ff7800;
    color: #ffffff;
    padding: 10px 20px;
}

.hover-click > ul > li > a:hover {
	background:#19b7da;
}

.hover-click > ul > li:last-child a {
	border-bottom:none !important;
}

.hover-click2 > ul > li > a:hover {
	background:#19b7da;
}

.hover-click2 > ul > li:last-child a {
	border-bottom:none !important;
}

/* -----------------------------------------------------------
    #main
----------------------------------------------------------- */	
#lower #main {
	height: 35vh;
	padding: 80px 0 0;
}

#lower.col #main {
	padding: 80px 0 0 !important;
}
/* -----------------------------------------------------------
    #container
----------------------------------------------------------- */
.row #container {
	overflow: hidden;
}

.col #container {
	margin: 0;
}

/* -----------------------------------------------------------
    main
----------------------------------------------------------- */
main {
}

#lower main {
	padding: 10% 0;
}

/* -----------------------------------------------------------
    .biz
----------------------------------------------------------- */
.biz main .inner > section > div > .biz_box {
    display: block !important;
}

.biz main .inner > section > div > .biz_box > figure {
    margin: 24px 0 0 0;
}

/* -----------------------------------------------------------
    #top-news
----------------------------------------------------------- */
#top-news .hd p span:nth-child(1) {
    font-size: 22px;
}

ul #pagenation li a {
    font-size: 12px;
    font-size: 1.2rem;
}

ul #pagenation {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
	-webkit-justify-content: space-between;
}

ul #pagenation li a {
    width: 100%;
    text-align: center;
}

/* -----------------------------------------------------------
    heading
----------------------------------------------------------- */
.heading_01 span:nth-child(1) {
	font-size: 3.0rem;
}

.heading_01 span:nth-child(2) {
	font-size: 1.3rem;
	margin: 2% 0 0;
}

.heading_02 {
	font-size: 1.8rem;
	line-height: 1.4;
}

/* -----------------------------------------------------------
    .box
----------------------------------------------------------- */
.box {
	padding: 0 5%;
}

/* -----------------------------------------------------------
    .inner
----------------------------------------------------------- */
.inner {
	max-width: 100%;
	min-width: 100%;
	margin: 0;
	padding: 0 5%;
}


/* -----------------------------------------------------------
    .btn
----------------------------------------------------------- */
.btn {
	font-size: 1.5rem;
	font-weight: bolder;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	background: ##ff7800;
	min-height: 60px;
	position: relative;
	color: #ffffff !important;
	padding: 2%;
}

.btn:after {
	font-weight: normal;
	content: "\f0a9";
	position: absolute;
	top: 50%;
	right: 10%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: all .3s;
	-webkit-transition: all .3s;
}

.btn:hover:after {
	color: #ffffff;
}

.btn:hover {
	background: #19b7da;
}

.btn_01 {
	border: 1px solid #ffffff;
	background: none;
}

.btn_01:hover {
	border: 1px solid ##ff7800;
	background: ##ff7800;
}

/* -----------------------------------------------------------
    section
----------------------------------------------------------- */
main .inner section {
	margin: 15% 0 0;
}

/* -----------------------------------------------------------
    section
----------------------------------------------------------- */
.page-wide .os-other #interview a:hover .bg span {
    transform: scale(1.05);
}

main div:first-child #services_box_title {
    margin: 40px auto 0 !important;
}


/* -----------------------------------------------------------
    footer
----------------------------------------------------------- */
footer .above {
	padding: 2% 5%;
}

footer .above .inner {
	position: inherit;
}

footer .above .inner ol {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	flex: 1 1;
	-webkit-flex: 1 1;
}

footer .above .inner ol li {
	list-style: none;
	font-weight: bolder;
}

footer .above .inner ol li:not(:first-child) {
	display: none;
}

footer .above .inner ol li:after {
	content: "";
}

footer .above .inner ol li a {
	color: ##ff7800;
}

footer .above .inner ol li a:hover {
	opacity: 0.6;
}

footer .above .inner p {
	position: inherit;
	top: 0;
	right: 0;
}

footer .above .inner p a {
	min-width: auto;
}

footer .above .inner p a.btn {
	display: block;
	background: none;
	min-height: auto;
	height: auto\0;/*IE*/
	color: #1e1e1e !important;
	padding: 0 17.5% 0 0;
}

footer .above .inner p a.btn:after {
	content: "\f0aa";
	right: 0;
}

footer .above .inner p a.btn:hover:after {
	color: #1e1e1e;
}

footer .below {
	flex-direction: column;
	-webkit-flex-direction: column;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	min-height: auto;
	padding: 5%;
}

footer .below .inner {
	display: block;
}

footer .below .inner ul {
	align-items: flex-start;
	-webkit-align-items: flex-start;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex: 0 1 auto;
	-webkit-flex: 0 1 auto;
	width: 100%;
}

footer .below .inner ul li {
	margin: 0;
	width: 33.33333%;
}

footer .below ul li a {
    padding: 0;
    height: 50px;
}


footer .below .inner ul li:nth-child(-n+3) a {
	border-top: 1px solid #ffffff;
}

footer .below .inner ul li:nth-child(3n+1) a {
	border-left: 1px solid #ffffff;
}

footer .below ul li a {
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	padding: 7.5% 5%;
	font-size: 1.2rem;
	font-size: 12px;
}

footer .below ul li a:hover {
	opacity: 1;
	background: #ffffff;
	color: #1e1e1e;
}

footer .below .inner .copyright {
	text-align: center;
	margin: 5% 0 0;
}

/* -----------------------------------------------------------
    TOP
----------------------------------------------------------- */
#top #main .main section {
	padding: 80px 1.75% 0;
}

.col #main {
    padding: 0 !important;
    height: 100vh !important;
}

.col #main .main section .inner {
	margin-top: 0;
}

#top #main .main section h1 {
    font-size: 3.4rem;
}

#top #main .main section p {
    font-size: 1.4rem;
	width: 100%;
	margin: 5% 0 0;
}

#top #main .main section a {
	width: 100%;
	margin: 5% 0 0;
}

#services_box {
	background: url(../img/top/services_bg.jpg) no-repeat center bottom;
	background-size: auto 50%;
	padding: 0 5% 15%;
}

#services_box #services_box_title {
	display: block;
	max-width: 100%;
	min-width: 100%;
	height: auto;
	margin: 15% 0 0;
	padding: 0 5%;
	background: none;
}

#services_box .slider_box {
	padding: 5% 0 0;
}

#services_box article {
	margin: 0;
    max-width: 100%;
	min-width: 100%;
}

#services_box article section a {
	display: block;
	margin: 0;
}

#services_box article section .head_box {
	min-height: 120px;
}

#services_box article section .head_box:after {
    height: 12px;
}

#services_box article section .head_box .num {
    top: -30px;
}

#services_box article section .head_box .num span {
    height: 30px;
}

#services_box article section .head_box .en {
	font-size: 1.3rem;
    left: 100%;
    letter-spacing: 4px;
    line-height: 18px;
    margin: 0 0 0 -10px;
    top: 18px;
}

#services_box > p {
	width: 100%;
	margin: 5% auto 0;
}

#works_box dl dt {
    font-size: 1.5rem;
	padding: 15px;
}

#works_box dl dd {
	padding: 0;
}

#works_box dl dd ul {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin: 7.5% 0 0;
}

#works_box dl dd ul li {
	flex: 0 1 50%;
	-webkit-flex: 0 1 50%;
}

#works_box dl dd ul li:nth-child(-n+5) {
	border-top: none;
}

#works_box dl dd ul li:nth-child(5n+1) {
	border-left: none;
}

#works_box dl dd ul li:nth-child(-n+2) {
	border-top: 1px solid #eeeeee;
}

#works_box dl dd ul li:nth-child(2n+1) {
	border-left: 1px solid #eeeeee;
}

#works_box > p {
	margin: 5% 0 0;
}

#works_box > p a {
	min-width: 100%;
}

#about_box a {
	background: url(../img/top/about_bg_sp.jpg) no-repeat center / cover;
	min-height: 250px;
	padding: 10%;
}

#about_box a p {
	min-width: 100%;
	margin: 1em 0 0;
}

#news_box .news_title {
	display: block;
}
	
#news_box .news_title h2 {
	text-align: center
}

#news_box .news_title h2 span:nth-child(1) {
	font-size: 3.0rem;
}

#news_box .news_title h2 span:nth-child(2) {
	margin: 2% 0 0;
}

#news_box .news_title p {
	display: none;
}

#news_box #article {
	margin: 5% 0 0;
}

#news_box #article ul li a {
	align-items: flex-start;
	-webkit-align-items: flex-start;
	flex-direction: column;
	-webkit-flex-direction: column;
	padding: 5% 5% 5% 0;
}

#news_box #article ul li a > span:nth-child(2) {
	flex: 0 1 auto;
	-webkit-flex: 0 1 auto;
	margin: 3% 0 0;
}

/*  サービス一覧   */
#services_box > .services_contents {
 	display: flex;
	display: -webkit-flex;
 	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-direction: row;
	-webkit-flex-direction: row;
}

#services_box > .services_contents section {
	margin-top: 65px;
	margin-left: 5%;
	min-height: 150px;
	flex: 0 0 30%;
	background: #19b7da;
}

#services_box > .services_contents section a {
	display: block;
	color: #ffffff;
}

#services_box > .services_contents section:nth-child(-n+3) {
	margin-top: 50px;
}

#services_box > .services_contents section:nth-child(3n+1) {
	margin-left: 0;
}

#services_box > .services_contents section .content {
	padding: 10%;
	position: relative;
}

#services_box > .services_contents section .content h3 {
    font-size: 1.8rem;
	display: inline-block;
}

#services_box > .services_contents section .content h3:after {
	content: "";
	background: #ffffff;
	height: 3px;
	bottom: -7px;
	display: block;
}

#services_box > .services_contents section .content p {
	margin-top:  20px;
}

#services_box > .services_contents section .content .num {
    height: 60px;
    right: -10px;
    position: absolute;
    top: -33px;
    width: 100px;
}

#services_box > .services_contents section .content .num span {
    display: block;
	font-size: 5.0rem;
	font-weight: 700;
    height: 33px;
    left: 0;
    line-height: 60px;
    overflow: hidden;
    position: absolute;
    width: 100%;
}

#services_box > .services_contents section .content .num span i {
    display: block;
    left: 0;
    position: absolute;
	font-style: normal;
}

#services_box > .services_contents section .content .num span:first-child,
#services_box > .services_contents section .content .num span:first-child i {
    bottom: 0;
}

#services_box > .services_contents section .content .num span:last-child,
#services_box > .services_contents section .content .num span:last-child i {
    color: #19b7da;
    top: 0;
}

.services_box {
	background: none !important;
}

/* -----------------------------------------------------------
    福祉用具貸与について/特定福祉用具販売について
----------------------------------------------------------- */
.about main .inner > section {
	margin: 10% 0 0;
}

.about main .inner > section > p {
	margin: 4% 0 0;
}

.about main .inner > .line > div {
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	flex-direction: column;
	-webkit-flex-direction: column;
}

.about main .inner > .line > div > section {
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	flex-direction: column;
	-webkit-flex-direction: column;
	flex: 0 1 auto;
	-webkit-flex: 0 1 auto;
	margin-top: 7.5%;
	margin-left: 0;
}

.about main .inner > .line > div > section > div {
	flex: 0 1 auto;
	-webkit-flex: 0 1 auto;
}

.about main .inner > .line > div > section > div > p {
	margin: 3% 0 0;
}

.about main .inner > .line > div > section > div ul {
	margin: 3% 0 0;
}

.about main .inner > .line > div > section > figure {
	flex: 0 1 auto;
	-webkit-flex: 0 1 auto;
	margin: 0;
	text-align: center;
}

.about main .inner > .line > ul {
	margin: 4% 0 0;
}

.note {
	margin: 3% 0 0 !important;
}

.sale main .inner > .type > div {
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	flex-direction: column;
	-webkit-flex-direction: column;
	margin: 4% 0 0;
}

.sale main .inner > .type > div > section {
	flex: 0 1 auto;
	-webkit-flex: 0 1 auto;
	margin: 10% 0 0;
}

.sale main .inner > .type > div > section:first-child {
	margin: 0;
}

.sale main .inner > .type > div > section > div p {
	margin: 2% 0 0;
}

.sale main .inner > .type > div > section > figure {
	margin: 2% 0 0;
}

.renovation main .inner > .case > div {
	margin: 4% 0 0;
}

.renovation main .inner > .case > div > section {
	align-items: flex-start;
	-webkit-align-items: flex-start;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	flex-direction: column;
	-webkit-flex-direction: column;
	margin: 10% 0 0;
}

.renovation main .inner > .case > div > section > div {
	flex: 0 1 auto;
	-webkit-flex: 0 1 auto;
}

.renovation main .inner > .case > div > section > div p {
	margin: 2% 0 0;
}

.renovation main .inner > .case > div > section > figure {
	margin: 2% 0 0;
}

.renovation main .inner > .flow > div > section {
	align-items: flex-start;
	-webkit-align-items: flex-start;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	flex-direction: column;
	-webkit-flex-direction: column;
	margin: 15% 0 0;
}

.renovation main .inner > .flow > div > section:after {
	bottom: -50px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.renovation main .inner > .flow > div {
	margin: 4% 0 0;
}

.renovation main .inner > .flow > div > section > div p {
	margin: 2% 0 0;
}

.renovation main .inner > .flow > div > section > figure {
	margin: 2% 0 0;
	width: 100%;
}

.renovation main .inner > .flow > div > section > figure img {
	width: 100%;
}

/* -----------------------------------------------------------
    会社案内
----------------------------------------------------------- */
.company main .inner .outline_box .outline_box_in {
	margin: 4% 0 0;
}

.company main .inner .outline_box .outline_box_in > dl {
	font-size: 1.3rem;
    padding: 3%;
}

.company main .inner .outline_box .outline_box_in >  dl > dt {
    flex: 0 1 25%;
    -webkit-flex: 0 1 25%;
}

.company main .inner .outline_box .outline_box_in dl > dd > dl {
	display: flex;
    display: -webkit-flex;
}

.company main .inner .outline_box .outline_box_in dl > dd > dl > dt {
	flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
}

.company main .inner .outline_box .outline_box_in dl > dd > dl > dt:after {
	content: "：";
}

.company main .inner .outline_box .outline_box_in dl > dd > dl > dd {
	flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
}

.company main .inner .access_box .access_box_in {
	margin: 4% 0 0;
	width: 100%;
	position: relative;
	padding: 0 0 80%;
}

.company main .inner .access_box .access_box_in iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.company main .inner .access_box > p {
	display: block;
	margin: 4% 0 0;
}

.company main .inner .access_box > p .btn {
	min-width: 100%;
}

/* 採用情報
----------------------------------------------------------- */
.recruit main div > .recruit_box > .recruit_box_in {
	justify-content: flex-start;
    -webkit-justify-content: flex-start;
	flex-direction: column;
	-webkit-flex-direction: column;
    margin: 4% 0 0;
}

.recruit main div > .recruit_box > .recruit_box_in > p {
    line-height: 1.8;
    flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
}

.recruit main div > .recruit_box > .recruit_box_in > figure {
    margin: 4% 0 0;
}

.recruit main div > .guideline_box .guideline_box_in {
	margin: 4% 0 0;
}

.recruit main div > .guideline_box .guideline_box_in > dl {
	font-size: 1.3rem;
    padding: 3% 0;
}

.recruit main div > .guideline_box .guideline_box_in > dl > dt {
    flex: 0 1 25%;
    -webkit-flex: 0 1 25%;
}

/* -----------------------------------------------------------
    事業内容
----------------------------------------------------------- */
.biz main .inner > section {
	margin: 15% 0 0;
}

.biz main .inner > section > .biz_box {
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	flex-direction: column;
	-webkit-flex-direction: column;
	margin: 4% 0 0;
}

.biz main .inner > section > .biz_box > p {
	flex: 0 1 auto;
	-webkit-flex: 0 1 auto;
}

.biz main .inner > section > .biz_box > figure {
	margin: 4% 0 0;
}

/* -----------------------------------------------------------
    施工事例
----------------------------------------------------------- */
.works main .inner > #case > div {
	flex: 0 1 48%;
	-webkit-flex: 0 1 48%;
	margin-top: 4%;
	margin-left: 4%;
}

.works main .inner > #case > div {
	margin-bottom: 20px;
}

.works main .inner > #case > div:nth-child(3n+1) {
	margin-left: 4%;
}

.works main .inner > #case > div:nth-child(-n+2) {
	margin-top: 0;
}

.works main .inner > #case > div:nth-child(2n+1) {
	margin-left: 0;
}

/* -----------------------------------------------------------
    施工事例の詳細
----------------------------------------------------------- */
.baMain {
    margin: 4% 0 0;	
}

.afterComment {
    margin: 4% 0 0;
    padding: 4%;
}

/* -----------------------------------------------------------
    よくある質問
----------------------------------------------------------- */
.faq main section div {
	margin: 4% 0 0;
}

.faq main section div > dl {
	margin: 4% 0 0;
	padding: 4%;
}

.faq main section div > dl dt {
    font-size: 1.5rem;
	padding: 0 0 0 1.5em;
}

.faq main section div > dl dt:before {
    font-size: 1.8rem;
	line-height: 1.2;
}

.faq main section div > dl dd {
	margin: 2% 0 0;
	padding: 3%;
    font-size: 1.5rem;
    line-height: 1.6;
}

.faq main section div > dl dd span {
	padding:  0 0 0 1.5em;
}

.faq main section div > dl dd span:before {
    font-size: 1.8rem;
	line-height: 1.4;
}

/* -----------------------------------------------------------
    お問い合わせ
----------------------------------------------------------- */
.contact main #formBox {
    margin: 5% 0;
    padding: 5% 0;
}

.contact main #formBox > dl {
    align-items: flex-start;
    -webkit-align-items: flex-start;
	flex-direction: column;
	-webkit-flex-direction: column;
    padding: 5% 0;
}

.contact main #formBox > dl:first-child {
	padding: 0 0 5%;
}

.contact main #formBox > dl:last-child {
	padding: 5% 0 0;
}

.contact main #formBox dl dt {
	flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
}

.contact main #formBox dl dd {
	margin: 2% 0 0;
}

.contact main #formBox dl dd select {
    width: 100%;
	font-size: 1.6rem;
	line-height: 1.4;
}

.contact main #formBox dl dd input[type="text"],
.contact main #formBox dl dd textarea {
    font-size: 1.6rem;
	line-height: 1.4;
}

.contact main #formBox dl dt span:before {
    margin: 0 0.8em 0 0;
}

.contact main #btnBox {
	width: 100%;
}

.contact main #btnBox button {
    height: 60px;
    min-width: 100%;
	margin: 0;
}

.contact main .inner section > ol {
	display: none;
}

.baMain {
    display: flex;
    display: -webkit-flex;
    flex-wrap:wrap;
    -webkit-flex-wrap:wrap;   
}

.baMain figure {
    width :48%;  
}

.baMain figure:nth-child(1) {
    width :48%;  
    margin-right: 2%;
}

.baMain > p{
    margin-top: 20px;
    width: 100%;
}

	/*    ニュース＆トピックス
----------------------------------------------------------- */

.news #container main .inner section .news_heading {
	border-top: 2px solid #ededed;
	display: block;
}

.news #container main .inner section .news_heading span:first-child {
	font-size: 40px;
    font-size: 4rem;
    color: #1BAF46;
    border-top: 2px solid #1BAF46;
    padding: 6px 0;
    position: relative;
    z-index: 2;
    margin-top: -2px;
}

.news #container main .inner section .news_heading span:last-child {
	margin: 0 5px;
	font-size: 16px;
	font-size: 1.6rem;
}

.news #container main .inner section .news_heading span:nth-child(2) {
	margin: 0 5px;
	font-size: 16px;
	font-size: 1.6rem;
}

.news #container main .inner section .news_flex {
	display: block;
	margin-bottom: 20px;
}

.news #container main .inner section .news_flex div {
	width: 100%;
}

.news #container main .inner section .news_flex div p {
	line-height: 1.8;
}

.news #container main .inner section .news_flex #productBox {
	flex: 0 1 300px;
	-webkit-flex: 0 1 400px;
}

.news #container main .inner section .news_flex .download_box {
	width: 100%;
	display: block;
	background: #D9F1E1;
	height: 110px;
	padding: 0 5%;
	margin-top: 30px;
}

.news #container main .inner section .news_flex .download_box span {
	font-weight: bold;
	display: block;
    text-align: center;
    padding: 10px 0;
}

.news #container main .inner section .news_flex .download_box a {
	display: block;
	padding: 20px 0px;
	background: #1BAF46;
	text-align: center;
	color: #ffffff;
	margin-left: center;
	-webkit-box-shadow: 0 10px 6px -6px #777;
       -moz-box-shadow: 0 10px 6px -6px #777;
            box-shadow: 0 10px 6px -6px #777;
}

.news #container main .inner section .news_flex .download_box a i {
	padding: 0 10px;	
}

/*.news #container main .inner section .news_flex #productBox .thumb-item-nav {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.news #container main .inner section .news_flex #productBox .thumb-item-nav li {
	width: 30%;
}*/

.news_wrap {
	width: 100%;
	margin-left: 0px;
	margin-top: 40px;
}
.news_wrap p {
    width: 100%;
    text-align: center;
}

.news_wrap ul {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.news_wrap li {
	width: 30%;
	margin-top: 30px;
}

.news_wrap li img {
	cursor:pointer;
}

.pc_dl {
	display:none;
}

.mt24 {
    margin-top: 0px;
    margin-right: 14px;
}

.company main .inner .outline_box .outline_box_in > dl {
    font-size: 14px;
    font-size: 1.4rem;
    border-bottom: solid 1px #ebebeb;
    display: flex;
    display: block;
    padding: 15px;
}

.detail_rec {
    margin-top: 14px;
    display: block;
    text-align: center;
    width: 50%;
}

.btn_back_box ul {
    display: block;
}

.btn_back_box ul li {
    width: 100%;
    margin-bottom: 2px;
}

}

@media screen and (max-width: 800px){


.single_contents {
    display: block;
}

.single_contents div:nth-child(1){
	width: 100%;
}

.single_contents div:nth-child(2){
	width: 100%;
	margin-top: 30px;
	margin-left: 0px;
}

.p_message span:nth-child(2){
	display: none;
}

｝