@charset "utf-8";
/* ===================================================================
CSS information

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

/*縦向き・横向きの文字サイズ自動調整機能を停止*/
* { -webkit-text-size-adjust: 100%; }

/*入力エリアフォーカス時の自動ズームを停止*/
input[type="text"],
input[type="email"],
input[type="tel"],
textarea{
	font-size:16px;
	-webkit-appearance: none;
}

input[type="submit"],
input[type="image"]{
	-webkit-appearance: none;
}

.spcut{
	display:none;
}

.spblock{
	display:block;
}

.spinline{
	display:inline;
}

.sptr{
	display:table-row;
}

img{ max-width:100%; }

body{min-width:0px;}



.inner {
	margin: 0 auto;
	width: auto;
	position: relative;
}

.btn a {
	line-height: 1.5;
}
/* -----------------------------------------------------------
	header
		ヘッダー
----------------------------------------------------------- */
header {
    margin-bottom: 10px;
    padding: 5px;
}
header .inner{
	overflow: inherit;
}
header .floatL {
	float: none;
}

header h1,
header .floatL p{
	padding: 5px 65px 0 0;
    
}
header .floatL strong {
	padding: 0 0;
}

header .logoarea {
	width: 100%;
}
header .logoarea .sitename {
	font-size: 0.8rem;
}
header .logoarea .sitename br {
	display: none;
}

header .logo {
	position: static;
	width: 65%;
}

header .hdrContact {
	position: absolute;
	right: 0;
	bottom: 0px;
}


header .hdrContact ul {
	position: relative;
	overflow: hidden;
}

header .hdrContact ul li{
	width: 47px;
	float: left;
	margin-left: 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	overflow: hidden;
}

header .hdrContact ul li.hdrtel{
	background: #00499F;
}
header .hdrContact ul li.hdrmail{
	background: #f90219;
}

header .hdrContact ul li a{
	padding: 10px;
	display: block;
	box-shadow: 0px 3px 0px 0px rgba(255, 255, 255, 0.5) inset;
}

header .hdrContact .tel span {
	display: inline-block;
	font-size: 28px;
}

header .hdrContact .btn {
	display:inline-block;
	margin-top: 5px;
}

header .hdrContact .btn a {
	padding: 3px 20px;
}

header .hdrContact .imgLayer {
	position: static;
}

/* -----------------------------------------------------------
	footer
	  フッター
----------------------------------------------------------- */
footer {
	border-top: #f69329 solid 5px;
	padding-bottom: 100px;
}

footer .inner {
	padding: 0 5px;
}

footer .ftrContact {
	background: #f69329;
	padding: 5px 0;
	margin-bottom: 0;
	position: fixed ;
	bottom: 0;
	width: 100%;
	display: none;
	z-index: 1001;
}

footer .ftrContact .inner {
	background: #fff;
	display: block;
	padding: 0;
}

footer .ftrContact .inner .catch_txt {
	padding: 1px 0 0 20px;
}

footer .ftrContact .inner .catch_txt:after {
    border: 14px solid transparent;
    border-left: #00499f solid 15px;
}

footer .ftrContact ul {
	background: #f69329;
	display:flex;
	display: -webkit-flex;
	-webkit-justify-content:space-around;
	justify-content:space-around;
	-webkit-align-items:center;
	align-items:center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

footer .ftrContact ul li {
	border-radius: 10px;
    text-align: center;
    font-size: 120%;
    width: 35%;
    height: 70px;
    padding: 0 5px 5px;
	display:flex;
	display: -webkit-flex;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:flex-end !important;
	align-items:flex-end !important;
	line-height: 1.2;
}

footer .ftrContact ul li a {
    color: #fff !important;
    text-decoration: none;
    font-weight: bold;
    width: 100%;
    height: 100%;
	display:flex;
	display: -webkit-flex;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:flex-end !important;
	align-items:flex-end !important;
}

footer .ftrContact ul li.ftrtel{
	background: #00499F url(../img/common/ico_tel.png) no-repeat center 10px;
	background-size: 40px 40px;
}

footer .ftrContact ul li.ftrtel span {
	font-size: 55%;
    font-weight: normal;
	letter-spacing: -0.05em;
}

footer .ftrContact ul li.ftrmail{
	background: #00499F url(../img/common/ico_mail.png) no-repeat center 10px;
	background-size: 40px 40px;
}

footer .ftrContact ul li.ftrtotop{
	background: #00499F url(../img/common/sp_scrolltop.png) no-repeat center center;
	background-size: 40px 40px;
	text-indent: -9999px;
	width: 15%;
}

footer .ftrContact a:hover img {
	opacity: 0.8;
}

footer .floatL {
	float: none;
}

footer .floatL strong {
	padding: 5px 0;
}

footer .logo {
	top: 0;
}

footer .copyRight {
	clear: both;
	margin:  10px auto 0;
	padding: 0 10px;
	width: auto;
}


/* -----------------------------------------------------------
	nav#gNav
----------------------------------------------------------- */
#contents nav {
    background: none;
    padding: 0;
}

nav#gNav {
	position: fixed;
	top: 50px;
}


nav#gNav ul{
	display:block;
	width: auto;
	height:auto;
	border:solid 3px #fCaF4A;
	font-size:18px;
	font-weight:bold;
	overflow:hidden;
}

nav#gNav ul li{
	display:inline-block;
	height:auto;
	color:#ffffff;
	border-bottom:solid 3px #fCaF4A;
	background:url(../img/common/arrow_white.png) no-repeat 10px center rgba(255, 132, 0, 0.8);
	border-right: none ;
	text-align:left;
	width: 100%;
}

nav#gNav ul li:hover{
	background:url(../img/common/arrow_whitet.png) no-repeat 10px center rgba(255, 132, 0, 0.8);
}

nav#gNav ul li:last-child{
	border-bottom:none;
}

nav#gNav ul li a{
	background: none !important;
	border-left: none !important;
	display:block;
	float:none;
	width:100% !important;
	height:auto;
	padding:13px 0 13px 40px;
	text-indent:0;
	color:#ffffff;
	line-height:18px;
	background:none;
	text-decoration: none;
}

nav#gNav ul li a:hover{
	text-decoration:none;
}


nav#gNav ul li.close{
	background-image:none !important;
	text-align:center;
	border-bottom:none;
}

nav#gNav ul li.close a{
	padding-left: 0;
    position: relative;
}

nav#gNav ul li.close a:before {
    content: "";
	background: #fff;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	position: absolute;
}

nav#gNav ul li.close a span{
	background: url(../img/common/ico_spmenuclose.png) no-repeat left center;
	transition:none;
	background-size:11px 11px;
    position: relative;
	padding-left: 21px;
}


nav#gNav ul li.close a span:after,
nav#gNav ul li.close a span:before {
    content: "";
    position: absolute;
    top: 48%;
    left: 0;
}

nav#gNav ul li.close a span:after {
    left:3px;
    width:10px;
    height:2px;
    margin-top:-1px;
    background:#F69329;
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    transform:rotate(45deg);
}

nav#gNav ul li.close a span:before {
    z-index:10;
    left:7px;
    width:2px;
    height:10px;
    margin-top:-5px;
    background:#F69329;
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    transform:rotate(45deg);
}

#menu{
	display:none;
}


nav#gNav{
	display:none;
    z-index: 10;
}


.spmenubtn{
	width:auto;
	position: fixed;
    right: 5px;
    top: 0px;
    z-index: 100;
}

.spmenubtn a{
	display:block;
	border-radius:0 0 5px 5px ;
	text-align:center;
	color:#ffffff;
	font-weight:bold;
	padding:3px 5px 13px;
	margin-bottom: 14px;
	font-size:12px;
	text-decoration:none;
	background: #f69329;
	box-shadow:rgba(113, 135, 164, 0.2) 1px 1px 2px 1px;
}

.spmenubtn a:hover{
	text-decoration:none;
	opacity:0.75;
}

.spmenubtn a:after {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 7px solid transparent;
    border-top-color: #fff;
    bottom: 14px;
    left:38%;
}


/* -----------------------------------------------------------
	#content
		コンテンツ
----------------------------------------------------------- */
#contents #mainV {
	background: #fff;
	border-bottom: #f69329 solid 10px;
	padding: 0;
}

#contents .breadcrumbs ol {
	padding: 10px 5px;
}

#contents h1 {
	background: url(../img/common/sp_h1_bg.png) no-repeat top center;
	background-size: cover;
	color: #fff;
	font-size: 26px;
	font-weight: normal;
	width: auto;
	margin: 0 auto;
	height: auto;
	padding:4px 0 0;
}

#contents h1 span {
	display: inline-block;
    padding: 35px 5px 25px 15px;
    margin: 0;
    text-shadow:2px 0px 2px #00499F;
}

#contents h1 span.en {
    font-size: 10px;
    padding: 0;
}

#main {
	width: auto;
	float: none;
	margin: 0 10px;
}


#main h2 {
	letter-spacing: 0;
	font-size: 28px;
	line-height: 1.2;
	margin-bottom: 15px;
}


#main h2 span {
	font-size: 14px;
	display:block;
	margin-bottom: 10px;
}

#main h3 {
	line-height: 1.5;
	padding-right: 5px;
}


#main h4 {
	border-bottom: #f69329 solid 6px;
	font-size: 18px;
	margin-bottom: 25px;
}


#main h5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center; /* for no-flexbox browsers */
    font-size: 20px;
	margin-bottom: 20px;
}

#main h5:before,
#main h5:after {
    border-top: 1px solid #ccc;
    content: "";
    display: inline; /* for IE */
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

#main h5:before {
    margin-right: 20px;
}

#main h5:after {
    margin-left: 20px;
}


#main article {
    margin-bottom: 30px;
}

#main .cornerBox {
	padding: 20px 0;
	box-sizing: border-box;
}

#main .photoList li {
    float: none;
    margin: 0 0 20px 0;
    padding-left: 0;
    text-align: center;
}


#main .contactBox {
	width: auto;
    margin: 0 auto 0;
    padding: 10px 10px 150px;
}

#main .contactBox .contact_troubleList {
	display:block;
}

#main .contactBox .contact_troubleList .catch_txt {
	font-size: 16px;
	padding: 10px;
	margin-right: 0;
	display:block;
}

#main .contactBox .contact_troubleList ul li {
	background: url(../img/common/ico_check.png) no-repeat left 1px;
	line-height: 1.2;
	margin-bottom: 10px;
}

#main .contactBox .contactInfo {
	display: block;
	text-align: center;
}

#main .contactBox .contactInfo p {
	margin-bottom: 10px;
}

#main .contactBox .floatL {
	margin-right: 0;
	float: none;
}

#main .contactBox .floatL strong{
	display: block;
}

#main .contactBox p.tel {
	margin-right: 0;
}

#main .contactBox p.tel span {
	background: url(../img/common/ico_freedial.png) no-repeat left center;
	font-size: 26px;
	padding-left: 45px;
	margin-right: 0;
	letter-spacing: -0.05em;
}

#main .contactBox .btn {
	text-align: center;
}
#main .contactBox .btn {

}
#main .contactBox .btn a {
	display:block;
	color: #fff;
}

#main .contactBox .contact_contactimg {
	bottom: 0;
	right: 0;
	overflow: hidden;
	width: auto;
}

#main .contactBox .contact_contactimg img {
	float: right;
	width: 120px;
}

#main .contactBox .contact_contactimg .words {
	margin-bottom: 0;
	float:left;
}

#main .solutionList li {
	float: none;
	width: auto;
	margin-right: 0;
}

#main .solutionList li h4 {
	margin:0 0 30px 0;
	letter-spacing: 0;
}

#main .solutionList li dl {
	border-right: none;
	
	padding-right: 0;
}

#main .solutionList li:last-child dl{
	border: none;
	padding-right: 0;
}

#main .solutionList li dl dd {
	letter-spacing: 0;
}



/*-----------------------------------
  トップページ
-----------------------------------*/
#top #contents #mainV{
	position: relative;
	margin: 0 auto 10px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f69329), color-stop(0.00, #fafafa));
	background: -webkit-linear-gradient(#fafafa, #f69329);
	background: -moz-linear-gradient(#fafafa, #f69329);
	background: -o-linear-gradient(#fafafa, #f69329);
	background: -ms-linear-gradient(#fafafa, #f69329);
	background: linear-gradient(#fafafa, #f69329);
	border-bottom: none;
}

#top #contents #mainV img{
	position: static;
	top: 0;
	width: 100%;
}

#top #contents nav {
	margin-top: 0;
}

#top #main {
	width: auto;
	float: none;
}

#top #main .topCatch {
	padding: 10px;
}

#top #main .topCatch h2{
    display: block;
	padding: 0;
	line-height: 1.2;
	width: auto;
	font-size: 24px;
}

#top #main .topCatch h2 span {
	display: block;
	text-align: center;
	margin:0 0 10px;
	font-size: 22px;
}

#top #main .topCatch h2 img {
	width: 25px;
}


#top #main .toowners {
	float: none;
	width: auto;
}

#top #main .toowners h3 {
	font-size: 20px;
	text-align: left;
	padding: 0 10px;
	line-height: 1.5;
}

#top #main .toowners strong {
	font-size: 20px;
	letter-spacing: 0;
	margin-bottom: 0;
}

#top #main .toowners .contentsList {
	padding: 10px;
	margin-bottom: 20px;
}


#top #main .toowners .contentsList li {
	width: auto;
	float: none;
	margin: 0 0 15px;
}

#top #main .toowners .contentsList li:nth-child(2n) {
	margin-bottom: 5px;
}

#top #main .toowners .contentsList li p {
	margin: 0 70px 0 0;
}

#top #main .toowners .contentsList li img {
	right: 5px;
	bottom: -10px;
}

#top #main .reasonList {
	float: none;
	width: auto;
}

#top #main .reasonList .imgLayer {
	top: -20px;
	z-index: 1;
}

#top #main .reasonList h4 {
	font-size: 28px;
	margin: 20px 0 45px 110px;
}

#top #main .reasonList ol li {
	margin: 35px 0 50px;
}

#top #main .reasonList ol li:last-child {
	margin-bottom: 0;
}

#top #main .reasonList ol li h5 {
	font-size: 22px;
}

#top #main .pickupCase {
	position: relative;
	overflow: hidden;
	margin-bottom: 35px;
}


#top #main .pickupCase ol li {
	width: auto;
	text-align:center;
}

#top #main .pickupCase ol li:nth-child(odd) {
	float: none;
	border-bottom: #303030 dotted 1px;
	margin-bottom: 15px;
}

#top #main .pickupCase ol li:nth-child(even) {
	float: none;
	margin-left: 0;
	width: auto;
}

#top #main .pickupCase ol li span.casePhoto  {
	width: auto;
}

#top #main .pickupCase ol li span .imgL {
	margin:0 ;
	float: none;
}

#top #main .pickupCase ol li:nth-child(odd) span.casePhoto {
	border-right: none;
	padding-right: 0;
}


#top #main .pickupCase ol li:nth-child(even) span.casePhoto {
}


#top #main .pickupCase p {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	position: relative;
	letter-spacing: 0;
	padding-left: 0;
	text-align: left;
}

#top #main .pickupCase span.case_type {
	color: #12a73b;
	display: block;
	font-size: 15px;
	line-height: 1.8;
}



#top #main .pickupCase ol li:before {
	border-radius: 5px;
	content:"CASE" counter(case, decimal-leading-zero) ;
	padding: 5px 0;
	width: auto;
	height: auto;
	font-size: 18px;
	text-align: center;
	float: none;
	line-height: 1.2;
	margin:0 0 20px;
	position: static;
}

#top #main .pickupCase ol li:after {
    border: 10px solid transparent;
	border-top: #b8292f solid 10px;
    left: 50%;
    top: 40px;
    margin-left: -10px;
}

#top #main .worksList {
}

#top #main .worksList ul {
	border-top: #303030 dotted 1px;
	margin-bottom: 30px;
}

#top #main .worksList ul li {
	display: block;
}

#top #main .worksList ul li h6 {
    margin-right: 0;
}

#top #main .worksList ul li span {
	width: auto;
	padding: 0 10px;
	margin-right:0;
}

#top #main .worksList ul li a {
	color: #444;
	text-decoration:none;
	overflow: hidden;
	white-space: normal;
	width: auto;
}


/*--------------------------------
#about
---------------------------------*/

#about #main .philosophyList {
	display: block;
}

#about #main .philosophyList li {
	border: #eee solid 4px;
	border-radius: 4px;
    width: auto;
    text-align: center;
    flex-direction: row;
    -webkit-flex-direction: row;
    height: auto;
	padding: 10px;
	margin-bottom: 10px;
}


#about #main .philosophyList li img {
	margin:0 15px 0 0;
}

#about #main table.qualification td {
	text-align: center;
	width: 25%;
}

#about #main table.normal {
}

#about #main table.normal th,
#about #main table.normal td {
	display: block;
}
article .photoLi{
	position: relative;
	overflow: hidden;
	text-align: center;
	margin-bottom: 20px;
}
article .photoLi li{
	float: left;
	width: 48%;
	width: calc( 50% - 5px );
	margin: 0;
}
article .photoLi li:nth-child(2n){
	float: right;
}

.imgR20.spCenter {
	float: none;
	display: block;
	margin: 0 auto 20px;
}

/*--------------------------------
#price
---------------------------------*/
#price #main .blueBox ul {
	margin-bottom: 10px;
}

#price #main .blueBox ul li {
	position: relative;
	width: auto;
	float: none;
	margin: 0 0 15px 0;
}

#price #main .blueBox ul li img {
	width: 100%;
}

#price #main .blueBox ul li:nth-child(2n) {
	margin-bottom: 0;
}

#price #main .intercomList,
#product #main .intercomList {
	display: flex;
	display: -webkit-flex;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

#price #main .intercomList li,
#product #main .intercomList li {
	float: none;
	width: 40%;
	margin: 0 0 10px 0;
	padding-left: 0;
}

#price #main .intercomList li img,
#product #main .intercomList li img {
	width: 100%;
}

#price #main .fundingList {
}

#price #main .fundingList li {
	text-align: center;
	padding: 5px 0;
	font-size: 18px;
	float:none;
	margin:0 0 10px 0;
	width: 100%;
}

#price #main .fundingList li:last-child {
	margin-bottom: 0;
}


#price #main .leasePoint li:before {
	border-radius: 5px;
	color: #fff;
	counter-increment:point;
	content: "POINT"counter(point,decimal-leading-zero);
	display: block;
	height: auto;
	margin-right: 20px;
	width: auto;
	padding: 5px 10px;
}

#price #main .leasePoint li:after {
    left: 80px;
    top: 5px;
    margin-top: 0;
}

#price #main .leasePoint li h5 {
	display: flex;
	display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

/*--------------------------------
#flow
---------------------------------*/
#flow #main .flowList {
 	display: block;
    margin-bottom: 20px;
}

#flow #main .flowList li {
	writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    -moz-writing-mode: horizontal-tb;	
    -o-writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    width: auto;
    height: 60px;
    text-align: center;
    line-height: 1.5;
    position: relative;
    display: -moz-box;
    vertical-align: middle;
    margin-bottom: 40px;
}

#flow #main .flowList li p {
	margin-bottom: 0;
}

#flow #main .flowList li:before{
	left: 50%;
	border: 20px solid transparent;
	border-top: 20px solid #eee;
    top: 140%;
    margin-top: 0;
    margin-left: -19px;
}

#flow #main .flowList li:after{
	left: 53%;
    top: 106%;
    margin-top: 0;
    margin-left: -20px;
}

#flow #main .flowList li:last-child {
	margin-bottom: 0;
}

#flow #main .stepList li ol li:before {
	float: none;
	display: block;
	margin:0 0 5px;
}

#flow #main .stepList li ol li h5 {
	font-size: 20px;
	margin-bottom: 10px;
	line-height:1;
	display: block;
	text-align: left;
}


#flow #main .stepList li ol li img {
	float: none;
	margin: 0 auto 10px;
	text-align: center;
	display: block;
}

#flow #main .followUp .imgR20 {
	float: none;
	margin: 0 auto 20px;
	display: block;
	text-align: center;
}


#flow #main .faqList dt {
	background: url(../img/common/ico_q.png) no-repeat left top;
}

/*--------------------
#contact
--------------------*/
#contact #main .contactLead .floatL {
	width: auto;
	float: none;
}


#contact #main .contactLead .contact_troubleList {
	position: relative;
	overflow: hidden;
	display: block;
}

#contact #main .contactLead .contact_troubleList .catch_txt {
	display: block;
	padding: 10px 5px;
	margin:0 0 10px 0;
}

#contact #main .contactLead .contact_troubleList ul li {
	background: url(../img/common/ico_check.png) no-repeat left 1px;
	line-height: 1.2;
	margin-bottom: 10px;
}

#contact #main .contactLead .contactBox{
	width: auto;
	float: none;
	text-align: center;
	padding-bottom: 120px;
}

#contact #main .contactLead .contactBox .tel span{
	font-size: 26px;
	letter-spacing: -0.03em;
}

#contact #main .contactLead .contactBox .imgLayer {
	z-index: 10;
}

#main .contactLead .contactBox .words:after {
	-webkit-transform:rotate(110deg);
}


#contact #main table th,
#contact #main table td {
	display: block;
}

#contact #main table th {
	border: none;
	width: 100%;
	padding-bottom: 0;
}

#contact #main table th span {
	float: none;
	margin-left: 20px;
}


#contact #main table td input[type=text],
#contact #main table td input[type=email],
#contact #main table td textarea {
    width: 100%;
}

#contact #main input[type=submit] {
    width: 100%;
}

/*--------------------
#works
--------------------*/
#works #main article article {
	margin-bottom: 30px;
}

#works #main .cases ul li {
	width: 100%;
	margin-bottom: 30px;
}

#works #main .cases ul li:nth-child(even) {
	float: none;
}

#works #main .cases ul li:nth-child(odd) {
	float: none;
}

#works #main .cases ul li img {
	margin-bottom: 15px;
}



#works #main .voices ul {
	text-align: center;
}

#works #main .voices ul li{
	float: none;
	margin: 0 0 40px 0;
	display: inline-block;
}

#works #main .voices ul li .summary {
	text-align: left;
}


/*-------------------------
 single
---------------------------*/


#main .comparisonPhoto article {
	text-align: center;
}

#works #main .comparisonPhoto article .beforePhoto {
	float: none;
}

#works #main .comparisonPhoto article .beforePhoto:after {
	top: 90%;
    z-index: 10;
    transform: rotate(90deg);
	-webkit-transform:rotate(90deg);
    right: calc( 50% - 15px);
}

#works #main .comparisonPhoto article .afterPhoto {
	float: none;
}

#works #main .comparisonPhoto article p {
	text-align: left;
}

#works #main .customerBox .imgL20 {
	float: none;
	margin: 0 auto 20px;
	display: block;
}


#works #main .duringPhoto li {
	width: calc( 50% - 25px);
}

#works #main .duringPhoto li:nth-child(3n) {
	margin-right: 0;
}

#works #main .duringPhoto li img {
	margin-bottom: 10px;
}

#works #main .duringPhoto li p {
	margin-bottom: 0;
}

#works #main .exchange_models .imgL20 {
	display: block;
	float: none;
	margin: 0 auto 20px;
}

#works #main .productList {
	text-align: center;
}

#works #main .productList li{
	margin: 0 0 20px 0;
	float: none;
	display: inline-block;
	text-align: left;
}


#works #main .productList li span {
	background: #fff;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
	margin-bottom: 10px;
	padding: 10px;
}

#works #main .productList li span img {
	width: auto;
}

#works #main .productList li strong {
	display: block;
}

#works #main .pagenavi {
	border-top: #333 dotted 1px;
	padding-top: 10px;
	margin-bottom: 60px;
}

#works #main .pagenavi ul {
	position: relative;
	overflow: hidden;
}

#works #main .pagenavi ul li a {
	color: #444;
	text-decoration: none;
}

#works #main .pagenavi ul li.prev {
	padding-left:15px;
	position: relative;
	float: left;
}

#works #main .pagenavi ul li.prev:before{
	content: "";
	width: 10px;
	height: 10px;
	background: #40b860;
    position: absolute;
    top: 8px;
    left: 0;
}

#works #main .pagenavi ul li.prev:after{
	content: "";
	width: 3px;
	height: 3px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
    position: absolute;
    top: 8px;
    margin-top: 3px;
	left: 4px;
}


#works #main .pagenavi ul li.next{
	padding-right:15px;
	position: relative;
	float: right;
}

#works #main .pagenavi ul li.next:before{
	content: "";
	width: 10px;
	height: 10px;
	background: #40b860;
    position: absolute;
    top: 8px;
    right: 0;
}

#works #main .pagenavi ul li.next:after{
	content: "";
	width: 3px;
	height: 3px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
    position: absolute;
    top: 8px;
    margin-top: 3px;
	right: 4px;
}


#main .exCases li {
	float:none;
	width: 100%;
	margin:0 0 15px;
}

#main .exCases li img{
	width: 100%;
	box-sizing: border-box;
}

#raccess #main .intercomList {
	display: flex;
	display: -webkit-flex;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

#raccess #main .intercomList>li {
	float: none;
	width: 40%;
	margin: 0 0 10px 0;
	padding-left: 0;
}

#raccess #main .intercomList li img {
	width: 100%;
}

#raccess #main .intercomList li.sizeL{
	width: 100%;
	float: none;
	
}

#raccess #main .intercomList li img{
	width: 100%;
	box-sizing: border-box;
}

#raccess #main .intercomList li.sizeL h5{
display: table;
}

/*-------------------------
 replace
---------------------------*/
#main p.answer .redline.sp{
	display: block;
}

#main p.answer .redline.pc{
	display: none;
}

#replace #contents h1 {
    background: url(../img/common/sp_h1_bg.png) no-repeat top right;
	background-size: cover;
}

#replace #contents h1 span{
    padding: 35px 120px 25px 5px;
}

#replace #contents h1 span.en{
    padding: 0;
}

#replace #main h2{
	text-align: center;
}

#replace #main h3 {
    padding: 10px 5%;
    line-height: 1.3;
}

#replace #main p.question {
    font-size: 200%;
    line-height: 1.2;
}

#replace #main p.answer{
	font-size: 200%;
	line-height: 1.2;
}

#replace #main p.answer .redline{
	font-size: 24px;
}

#replace #main p.answer .redline strong{
    font-size: 150%;
}

#replace #main p.yellow_maker span {
	  font-size: 200%;
      background-color: #f6f429;
}

#replace #main ul.renewallist > li {
    font-size: 14px;
}

#replace #main p.planning {
	    font-size: 20px;
		padding: 0 0 110px;
}

#replace #main ul.itemlist li {
    width: 48%;
    font-size: 12px;
}

#replace #main ul.itemlist li img {
    width: 100%;
}


#replace #main ul.itemlist.add_01::after, #main ul.itemlist.add_02::after {
	display: none;
}

#replace #main ul.itemlist.add_02::before {
	display: none;
}